diff --git a/.vscode/cspell.json b/.vscode/cspell.json index 6253d87c5050..44745620538b 100644 --- a/.vscode/cspell.json +++ b/.vscode/cspell.json @@ -563,7 +563,13 @@ "Vnets", "Vxlan", "WAFV", - "Wans" + "Wans", + "Idps", + "idps", + "Ocsp", + "Afri", + "Apac", + "Latam" ] }, { diff --git a/sdk/network/Azure.ResourceManager.Network/CHANGELOG.md b/sdk/network/Azure.ResourceManager.Network/CHANGELOG.md index 955d47213256..412c4a8a64b4 100644 --- a/sdk/network/Azure.ResourceManager.Network/CHANGELOG.md +++ b/sdk/network/Azure.ResourceManager.Network/CHANGELOG.md @@ -1,9 +1,30 @@ # Release History -## 1.2.0-beta.1 (Unreleased) +## 1.2.0 (2023-04-28) ### Features Added +Add new resources: +- `AdminRuleGroupResource` +- `ApplicationGatewayWafDynamicManifestResource` +- `BaseAdminRuleResource` +- `ConnectivityConfigurationResource` +- `ExpressRoutePortAuthorizationResource` +- `ExpressRouteProviderPortResource` +- `ManagementGroupNetworkManagerConnectionResource` +- `NetworkGroupResource` +- `NetworkManagerResource` +- `NetworkManagerConnectionResource` +- `RouteMapResource` +- `RoutingIntentResource` +- `ScopeConnectionResource` +- `SecurityAdminConfigurationResource` +- `PolicySignaturesOverridesForIdpsResource` +- `NetworkGroupStaticMemberResource` +- `NetworkManagerConnectionResource` +- `CloudServiceSwapResource` +- `VpnServerConfigurationPolicyResource` + ### Breaking Changes - Method `NetworkExtensions.GetApplicationGatewayAvailableWafRuleSetsAsyncAsync` and `NetworkExtensions.GetApplicationGatewayAvailableWafRuleSetsAsync` were deprecated because it does not follow the guidelines of Azure SDKs. Please use `NetworkExtensions.GetAppGatewayAvailableWafRuleSetsAsync` and `NetworkExtensions.GetAppGatewayAvailableWafRuleSets` instead. @@ -14,6 +35,9 @@ ### Other Changes +- Upgraded API version to `2022-09-01`. +- Upgraded dependent `Azure.Core` to `1.31.0`. + ## 1.1.1 (2023-02-13) ### Other Changes diff --git a/sdk/network/Azure.ResourceManager.Network/api/Azure.ResourceManager.Network.netstandard2.0.cs b/sdk/network/Azure.ResourceManager.Network/api/Azure.ResourceManager.Network.netstandard2.0.cs index 0b8a8b4fce35..80fe43be2b41 100644 --- a/sdk/network/Azure.ResourceManager.Network/api/Azure.ResourceManager.Network.netstandard2.0.cs +++ b/sdk/network/Azure.ResourceManager.Network/api/Azure.ResourceManager.Network.netstandard2.0.cs @@ -1,5 +1,45 @@ namespace Azure.ResourceManager.Network { + public partial class AdminRuleGroupCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable + { + protected AdminRuleGroupCollection() { } + public virtual Azure.ResourceManager.ArmOperation CreateOrUpdate(Azure.WaitUntil waitUntil, string ruleCollectionName, Azure.ResourceManager.Network.AdminRuleGroupData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> CreateOrUpdateAsync(Azure.WaitUntil waitUntil, string ruleCollectionName, Azure.ResourceManager.Network.AdminRuleGroupData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response Exists(string ruleCollectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> ExistsAsync(string ruleCollectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response Get(string ruleCollectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Pageable GetAll(int? top = default(int?), string skipToken = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.AsyncPageable GetAllAsync(int? top = default(int?), string skipToken = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetAsync(string ruleCollectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } + } + public partial class AdminRuleGroupData : Azure.ResourceManager.Models.ResourceData + { + public AdminRuleGroupData() { } + public System.Collections.Generic.IList AppliesToGroups { get { throw null; } } + public string Description { get { throw null; } set { } } + public Azure.ETag? ETag { get { throw null; } } + public Azure.ResourceManager.Network.Models.NetworkProvisioningState? ProvisioningState { get { throw null; } } + } + public partial class AdminRuleGroupResource : Azure.ResourceManager.ArmResource + { + public static readonly Azure.Core.ResourceType ResourceType; + protected AdminRuleGroupResource() { } + public virtual Azure.ResourceManager.Network.AdminRuleGroupData Data { get { throw null; } } + public virtual bool HasData { get { throw null; } } + public static Azure.Core.ResourceIdentifier CreateResourceIdentifier(string subscriptionId, string resourceGroupName, string networkManagerName, string configurationName, string ruleCollectionName) { throw null; } + public virtual Azure.ResourceManager.ArmOperation Delete(Azure.WaitUntil waitUntil, bool? force = default(bool?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task DeleteAsync(Azure.WaitUntil waitUntil, bool? force = default(bool?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response Get(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response GetBaseAdminRule(string ruleName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetBaseAdminRuleAsync(string ruleName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.ResourceManager.Network.BaseAdminRuleCollection GetBaseAdminRules() { throw null; } + public virtual Azure.ResourceManager.ArmOperation Update(Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.AdminRuleGroupData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> UpdateAsync(Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.AdminRuleGroupData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + } public partial class ApplicationGatewayCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { protected ApplicationGatewayCollection() { } @@ -23,6 +63,7 @@ public ApplicationGatewayData() { } public System.Collections.Generic.IList AvailabilityZones { get { throw null; } } public System.Collections.Generic.IList BackendAddressPools { get { throw null; } } public System.Collections.Generic.IList BackendHttpSettingsCollection { get { throw null; } } + public System.Collections.Generic.IList BackendSettingsCollection { get { throw null; } } public System.Collections.Generic.IList CustomErrorConfigurations { get { throw null; } } public bool? EnableFips { get { throw null; } set { } } public bool? EnableHttp2 { get { throw null; } set { } } @@ -32,8 +73,11 @@ public ApplicationGatewayData() { } public System.Collections.Generic.IList FrontendIPConfigurations { get { throw null; } } public System.Collections.Generic.IList FrontendPorts { get { throw null; } } public System.Collections.Generic.IList GatewayIPConfigurations { get { throw null; } } + public Azure.ResourceManager.Network.Models.ApplicationGatewayGlobalConfiguration GlobalConfiguration { get { throw null; } set { } } public System.Collections.Generic.IList HttpListeners { get { throw null; } } public Azure.ResourceManager.Models.ManagedServiceIdentity Identity { get { throw null; } set { } } + public System.Collections.Generic.IList Listeners { get { throw null; } } + public System.Collections.Generic.IList LoadDistributionPolicies { get { throw null; } } public Azure.ResourceManager.Network.Models.ApplicationGatewayOperationalState? OperationalState { get { throw null; } } public System.Collections.Generic.IReadOnlyList PrivateEndpointConnections { get { throw null; } } public System.Collections.Generic.IList PrivateLinkConfigurations { get { throw null; } } @@ -43,6 +87,7 @@ public ApplicationGatewayData() { } public System.Collections.Generic.IList RequestRoutingRules { get { throw null; } } public System.Guid? ResourceGuid { get { throw null; } } public System.Collections.Generic.IList RewriteRuleSets { get { throw null; } } + public System.Collections.Generic.IList RoutingRules { get { throw null; } } public Azure.ResourceManager.Network.Models.ApplicationGatewaySku Sku { get { throw null; } set { } } public System.Collections.Generic.IList SslCertificates { get { throw null; } } public Azure.ResourceManager.Network.Models.ApplicationGatewaySslPolicy SslPolicy { get { throw null; } set { } } @@ -123,6 +168,36 @@ protected ApplicationGatewayResource() { } public virtual Azure.Response Update(Azure.ResourceManager.Network.Models.NetworkTagsObject networkTagsObject, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> UpdateAsync(Azure.ResourceManager.Network.Models.NetworkTagsObject networkTagsObject, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } + public partial class ApplicationGatewayWafDynamicManifestCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable + { + protected ApplicationGatewayWafDynamicManifestCollection() { } + public virtual Azure.Response Exists(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> ExistsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response Get(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Pageable GetAll(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.AsyncPageable GetAllAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } + } + public partial class ApplicationGatewayWafDynamicManifestData : Azure.ResourceManager.Models.ResourceData + { + internal ApplicationGatewayWafDynamicManifestData() { } + public System.Collections.Generic.IReadOnlyList AvailableRuleSets { get { throw null; } } + public string RuleSetType { get { throw null; } } + public string RuleSetVersion { get { throw null; } } + } + public partial class ApplicationGatewayWafDynamicManifestResource : Azure.ResourceManager.ArmResource + { + public static readonly Azure.Core.ResourceType ResourceType; + protected ApplicationGatewayWafDynamicManifestResource() { } + public virtual Azure.ResourceManager.Network.ApplicationGatewayWafDynamicManifestData Data { get { throw null; } } + public virtual bool HasData { get { throw null; } } + public static Azure.Core.ResourceIdentifier CreateResourceIdentifier(string subscriptionId, Azure.Core.AzureLocation location) { throw null; } + public virtual Azure.Response Get(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + } public partial class ApplicationSecurityGroupCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { protected ApplicationSecurityGroupCollection() { } @@ -212,6 +287,8 @@ protected AzureFirewallResource() { } public virtual System.Threading.Tasks.Task DeleteAsync(Azure.WaitUntil waitUntil, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response Get(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.ResourceManager.ArmOperation GetLearnedPrefixes(Azure.WaitUntil waitUntil, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetLearnedPrefixesAsync(Azure.WaitUntil waitUntil, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response RemoveTag(string key, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> RemoveTagAsync(string key, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response SetTags(System.Collections.Generic.IDictionary tags, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -267,7 +344,9 @@ public partial class BackendAddressPoolData : Azure.ResourceManager.Network.Mode { public BackendAddressPoolData() { } public System.Collections.Generic.IReadOnlyList BackendIPConfigurations { get { throw null; } } + public int? DrainPeriodInSeconds { get { throw null; } set { } } public Azure.ETag? ETag { get { throw null; } } + public System.Collections.Generic.IReadOnlyList InboundNatRules { get { throw null; } } public System.Collections.Generic.IList LoadBalancerBackendAddresses { get { throw null; } } public System.Collections.Generic.IReadOnlyList LoadBalancingRules { get { throw null; } } public Azure.Core.AzureLocation? Location { get { throw null; } set { } } @@ -275,6 +354,7 @@ public BackendAddressPoolData() { } public System.Collections.Generic.IReadOnlyList OutboundRules { get { throw null; } } public Azure.ResourceManager.Network.Models.NetworkProvisioningState? ProvisioningState { get { throw null; } } public System.Collections.Generic.IList TunnelInterfaces { get { throw null; } } + public Azure.Core.ResourceIdentifier VirtualNetworkId { get { throw null; } set { } } } public partial class BackendAddressPoolResource : Azure.ResourceManager.ArmResource { @@ -287,9 +367,45 @@ protected BackendAddressPoolResource() { } public virtual System.Threading.Tasks.Task DeleteAsync(Azure.WaitUntil waitUntil, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response Get(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.ResourceManager.ArmOperation GetInboundNatRulePortMappingsLoadBalancer(Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.Models.QueryInboundNatRulePortMappingContent content, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetInboundNatRulePortMappingsLoadBalancerAsync(Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.Models.QueryInboundNatRulePortMappingContent content, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.ResourceManager.ArmOperation Update(Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.BackendAddressPoolData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> UpdateAsync(Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.BackendAddressPoolData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } + public partial class BaseAdminRuleCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable + { + protected BaseAdminRuleCollection() { } + public virtual Azure.ResourceManager.ArmOperation CreateOrUpdate(Azure.WaitUntil waitUntil, string ruleName, Azure.ResourceManager.Network.BaseAdminRuleData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> CreateOrUpdateAsync(Azure.WaitUntil waitUntil, string ruleName, Azure.ResourceManager.Network.BaseAdminRuleData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response Exists(string ruleName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> ExistsAsync(string ruleName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response Get(string ruleName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Pageable GetAll(int? top = default(int?), string skipToken = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.AsyncPageable GetAllAsync(int? top = default(int?), string skipToken = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetAsync(string ruleName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } + } + public partial class BaseAdminRuleData : Azure.ResourceManager.Models.ResourceData + { + public BaseAdminRuleData() { } + public Azure.ETag? ETag { get { throw null; } } + } + public partial class BaseAdminRuleResource : Azure.ResourceManager.ArmResource + { + public static readonly Azure.Core.ResourceType ResourceType; + protected BaseAdminRuleResource() { } + public virtual Azure.ResourceManager.Network.BaseAdminRuleData Data { get { throw null; } } + public virtual bool HasData { get { throw null; } } + public static Azure.Core.ResourceIdentifier CreateResourceIdentifier(string subscriptionId, string resourceGroupName, string networkManagerName, string configurationName, string ruleCollectionName, string ruleName) { throw null; } + public virtual Azure.ResourceManager.ArmOperation Delete(Azure.WaitUntil waitUntil, bool? force = default(bool?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task DeleteAsync(Azure.WaitUntil waitUntil, bool? force = default(bool?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response Get(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.ResourceManager.ArmOperation Update(Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.BaseAdminRuleData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> UpdateAsync(Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.BaseAdminRuleData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + } public partial class BastionHostCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { protected BastionHostCollection() { } @@ -308,10 +424,16 @@ protected BastionHostCollection() { } public partial class BastionHostData : Azure.ResourceManager.Network.Models.NetworkTrackedResourceData { public BastionHostData() { } + public bool? DisableCopyPaste { get { throw null; } set { } } public string DnsName { get { throw null; } set { } } + public bool? EnableFileCopy { get { throw null; } set { } } + public bool? EnableIPConnect { get { throw null; } set { } } + public bool? EnableShareableLink { get { throw null; } set { } } + public bool? EnableTunneling { get { throw null; } set { } } public Azure.ETag? ETag { get { throw null; } } public System.Collections.Generic.IList IPConfigurations { get { throw null; } } public Azure.ResourceManager.Network.Models.NetworkProvisioningState? ProvisioningState { get { throw null; } } + public int? ScaleUnits { get { throw null; } set { } } public Azure.ResourceManager.Network.Models.BastionHostSkuName? SkuName { get { throw null; } set { } } } public partial class BastionHostResource : Azure.ResourceManager.ArmResource @@ -331,8 +453,14 @@ protected BastionHostResource() { } public virtual System.Threading.Tasks.Task> RemoveTagAsync(string key, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response SetTags(System.Collections.Generic.IDictionary tags, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> SetTagsAsync(System.Collections.Generic.IDictionary tags, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.ObsoleteAttribute("This method is obsolete and will be removed in a future release", false)] public virtual Azure.ResourceManager.ArmOperation Update(Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.BastionHostData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.ResourceManager.ArmOperation Update(Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.Models.NetworkTagsObject networkTagsObject, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.ObsoleteAttribute("This method is obsolete and will be removed in a future release", false)] public virtual System.Threading.Tasks.Task> UpdateAsync(Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.BastionHostData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> UpdateAsync(Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.Models.NetworkTagsObject networkTagsObject, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } public partial class BgpConnectionCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { @@ -354,6 +482,7 @@ public partial class BgpConnectionData : Azure.ResourceManager.Network.Models.Ne public BgpConnectionData() { } public Azure.ResourceManager.Network.Models.HubBgpConnectionStatus? ConnectionState { get { throw null; } } public Azure.ETag? ETag { get { throw null; } } + public Azure.Core.ResourceIdentifier HubVirtualNetworkConnectionId { get { throw null; } set { } } public long? PeerAsn { get { throw null; } set { } } public string PeerIP { get { throw null; } set { } } public Azure.ResourceManager.Network.Models.NetworkProvisioningState? ProvisioningState { get { throw null; } } @@ -376,6 +505,38 @@ protected BgpConnectionResource() { } public virtual Azure.ResourceManager.ArmOperation Update(Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.BgpConnectionData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> UpdateAsync(Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.BgpConnectionData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } + public partial class CloudServiceSwapCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable + { + protected CloudServiceSwapCollection() { } + public virtual Azure.ResourceManager.ArmOperation CreateOrUpdate(Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.CloudServiceSwapData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task CreateOrUpdateAsync(Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.CloudServiceSwapData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response Exists(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> ExistsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response Get(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Pageable GetAll(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.AsyncPageable GetAllAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } + } + public partial class CloudServiceSwapData : Azure.ResourceManager.Models.ResourceData + { + public CloudServiceSwapData() { } + public Azure.ResourceManager.Network.Models.SwapSlotType? CloudServiceSwapSlotType { get { throw null; } set { } } + } + public partial class CloudServiceSwapResource : Azure.ResourceManager.ArmResource + { + public static readonly Azure.Core.ResourceType ResourceType; + protected CloudServiceSwapResource() { } + public virtual Azure.ResourceManager.Network.CloudServiceSwapData Data { get { throw null; } } + public virtual bool HasData { get { throw null; } } + public static Azure.Core.ResourceIdentifier CreateResourceIdentifier(string subscriptionId, string groupName, string resourceName) { throw null; } + public virtual Azure.Response Get(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.ResourceManager.ArmOperation Update(Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.CloudServiceSwapData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task UpdateAsync(Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.CloudServiceSwapData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + } public partial class ConnectionMonitorCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { protected ConnectionMonitorCollection() { } @@ -437,6 +598,47 @@ protected ConnectionMonitorResource() { } public virtual Azure.Response Update(Azure.ResourceManager.Network.Models.NetworkTagsObject networkTagsObject, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> UpdateAsync(Azure.ResourceManager.Network.Models.NetworkTagsObject networkTagsObject, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } + public partial class ConnectivityConfigurationCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable + { + protected ConnectivityConfigurationCollection() { } + public virtual Azure.ResourceManager.ArmOperation CreateOrUpdate(Azure.WaitUntil waitUntil, string configurationName, Azure.ResourceManager.Network.ConnectivityConfigurationData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> CreateOrUpdateAsync(Azure.WaitUntil waitUntil, string configurationName, Azure.ResourceManager.Network.ConnectivityConfigurationData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response Exists(string configurationName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> ExistsAsync(string configurationName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response Get(string configurationName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Pageable GetAll(int? top = default(int?), string skipToken = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.AsyncPageable GetAllAsync(int? top = default(int?), string skipToken = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetAsync(string configurationName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } + } + public partial class ConnectivityConfigurationData : Azure.ResourceManager.Models.ResourceData + { + public ConnectivityConfigurationData() { } + public System.Collections.Generic.IList AppliesToGroups { get { throw null; } } + public Azure.ResourceManager.Network.Models.ConnectivityTopology? ConnectivityTopology { get { throw null; } set { } } + public Azure.ResourceManager.Network.Models.DeleteExistingPeering? DeleteExistingPeering { get { throw null; } set { } } + public string Description { get { throw null; } set { } } + public Azure.ETag? ETag { get { throw null; } } + public System.Collections.Generic.IList Hubs { get { throw null; } } + public Azure.ResourceManager.Network.Models.GlobalMeshSupportFlag? IsGlobal { get { throw null; } set { } } + public Azure.ResourceManager.Network.Models.NetworkProvisioningState? ProvisioningState { get { throw null; } } + } + public partial class ConnectivityConfigurationResource : Azure.ResourceManager.ArmResource + { + public static readonly Azure.Core.ResourceType ResourceType; + protected ConnectivityConfigurationResource() { } + public virtual Azure.ResourceManager.Network.ConnectivityConfigurationData Data { get { throw null; } } + public virtual bool HasData { get { throw null; } } + public static Azure.Core.ResourceIdentifier CreateResourceIdentifier(string subscriptionId, string resourceGroupName, string networkManagerName, string configurationName) { throw null; } + public virtual Azure.ResourceManager.ArmOperation Delete(Azure.WaitUntil waitUntil, bool? force = default(bool?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task DeleteAsync(Azure.WaitUntil waitUntil, bool? force = default(bool?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response Get(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.ResourceManager.ArmOperation Update(Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.ConnectivityConfigurationData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> UpdateAsync(Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.ConnectivityConfigurationData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + } public partial class CustomIPPrefixCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { protected CustomIPPrefixCollection() { } @@ -455,14 +657,25 @@ protected CustomIPPrefixCollection() { } public partial class CustomIPPrefixData : Azure.ResourceManager.Network.Models.NetworkTrackedResourceData { public CustomIPPrefixData() { } + public string Asn { get { throw null; } set { } } public string AuthorizationMessage { get { throw null; } set { } } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.ObsoleteAttribute("This property is obsolete and will be removed in a future release", false)] public System.Collections.Generic.IReadOnlyList ChildCustomIPPrefixes { get { throw null; } } + public System.Collections.Generic.IReadOnlyList ChildCustomIPPrefixList { get { throw null; } } public string Cidr { get { throw null; } set { } } public Azure.ResourceManager.Network.Models.CommissionedState? CommissionedState { get { throw null; } set { } } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.ObsoleteAttribute("This property is obsolete and will be removed in a future release", false)] public Azure.ResourceManager.Network.CustomIPPrefixData CustomIPPrefixParent { get { throw null; } set { } } public Azure.ETag? ETag { get { throw null; } } + public bool? ExpressRouteAdvertise { get { throw null; } set { } } public Azure.ResourceManager.Resources.Models.ExtendedLocation ExtendedLocation { get { throw null; } set { } } public string FailedReason { get { throw null; } } + public Azure.ResourceManager.Network.Models.CidrAdvertisingGeoCode? Geo { get { throw null; } set { } } + public bool? NoInternetAdvertise { get { throw null; } set { } } + public Azure.Core.ResourceIdentifier ParentCustomIPPrefixId { get { throw null; } set { } } + public Azure.ResourceManager.Network.Models.CustomIPPrefixType? PrefixType { get { throw null; } set { } } public Azure.ResourceManager.Network.Models.NetworkProvisioningState? ProvisioningState { get { throw null; } } public System.Collections.Generic.IReadOnlyList PublicIPPrefixes { get { throw null; } } public System.Guid? ResourceGuid { get { throw null; } } @@ -503,8 +716,12 @@ public partial class DdosCustomPolicyData : Azure.ResourceManager.Network.Models { public DdosCustomPolicyData() { } public Azure.ETag? ETag { get { throw null; } } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.ObsoleteAttribute("This property is obsolete and will be removed in a future release", false)] public System.Collections.Generic.IList ProtocolCustomSettings { get { throw null; } } public Azure.ResourceManager.Network.Models.NetworkProvisioningState? ProvisioningState { get { throw null; } } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.ObsoleteAttribute("This property is obsolete and will be removed in a future release", false)] public System.Collections.Generic.IReadOnlyList PublicIPAddresses { get { throw null; } } public System.Guid? ResourceGuid { get { throw null; } } } @@ -548,6 +765,7 @@ public partial class DdosProtectionPlanData : Azure.ResourceManager.Models.Track public DdosProtectionPlanData(Azure.Core.AzureLocation location) : base (default(Azure.Core.AzureLocation)) { } public Azure.ETag? ETag { get { throw null; } } public Azure.ResourceManager.Network.Models.NetworkProvisioningState? ProvisioningState { get { throw null; } } + public System.Collections.Generic.IReadOnlyList PublicIPAddresses { get { throw null; } } public System.Guid? ResourceGuid { get { throw null; } } public System.Collections.Generic.IReadOnlyList VirtualNetworks { get { throw null; } } } @@ -620,6 +838,7 @@ public DscpConfigurationData() { } public Azure.ResourceManager.Network.Models.ProtocolType? Protocol { get { throw null; } set { } } public Azure.ResourceManager.Network.Models.NetworkProvisioningState? ProvisioningState { get { throw null; } } public string QosCollectionId { get { throw null; } } + public System.Collections.Generic.IList QosDefinitionCollection { get { throw null; } } public System.Guid? ResourceGuid { get { throw null; } } public System.Collections.Generic.IList SourceIPRanges { get { throw null; } } public System.Collections.Generic.IList SourcePortRanges { get { throw null; } } @@ -741,7 +960,9 @@ public partial class ExpressRouteCircuitData : Azure.ResourceManager.Network.Mod { public ExpressRouteCircuitData() { } public bool? AllowClassicOperations { get { throw null; } set { } } + public string AuthorizationKey { get { throw null; } set { } } public System.Collections.Generic.IList Authorizations { get { throw null; } } + public string AuthorizationStatus { get { throw null; } } public float? BandwidthInGbps { get { throw null; } set { } } public string CircuitProvisioningState { get { throw null; } set { } } public Azure.ETag? ETag { get { throw null; } } @@ -873,6 +1094,7 @@ public partial class ExpressRouteConnectionData : Azure.ResourceManager.Network. public ExpressRouteConnectionData() { } public string AuthorizationKey { get { throw null; } set { } } public bool? EnableInternetSecurity { get { throw null; } set { } } + public bool? EnablePrivateLinkFastPath { get { throw null; } set { } } public Azure.Core.ResourceIdentifier ExpressRouteCircuitPeeringId { get { throw null; } set { } } public bool? ExpressRouteGatewayBypass { get { throw null; } set { } } public Azure.ResourceManager.Network.Models.NetworkProvisioningState? ProvisioningState { get { throw null; } } @@ -1017,8 +1239,12 @@ protected ExpressRouteGatewayCollection() { } public partial class ExpressRouteGatewayData : Azure.ResourceManager.Network.Models.NetworkTrackedResourceData { public ExpressRouteGatewayData() { } + public bool? AllowNonVirtualWanTraffic { get { throw null; } set { } } public Azure.ResourceManager.Network.Models.ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds AutoScaleBounds { get { throw null; } set { } } public Azure.ETag? ETag { get { throw null; } } + public System.Collections.Generic.IList ExpressRouteConnectionList { get { throw null; } } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.ObsoleteAttribute("This property is obsolete and will be removed in a future release", false)] public System.Collections.Generic.IReadOnlyList ExpressRouteConnections { get { throw null; } } public Azure.ResourceManager.Network.Models.NetworkProvisioningState? ProvisioningState { get { throw null; } } public Azure.Core.ResourceIdentifier VirtualHubId { get { throw null; } set { } } @@ -1063,6 +1289,7 @@ public partial class ExpressRouteLinkData : Azure.ResourceManager.Network.Models { public ExpressRouteLinkData() { } public Azure.ResourceManager.Network.Models.ExpressRouteLinkAdminState? AdminState { get { throw null; } set { } } + public string ColoLocation { get { throw null; } } public Azure.ResourceManager.Network.Models.ExpressRouteLinkConnectorType? ConnectorType { get { throw null; } } public Azure.ETag? ETag { get { throw null; } } public string InterfaceName { get { throw null; } } @@ -1082,6 +1309,44 @@ protected ExpressRouteLinkResource() { } public virtual Azure.Response Get(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } + public partial class ExpressRoutePortAuthorizationCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable + { + protected ExpressRoutePortAuthorizationCollection() { } + public virtual Azure.ResourceManager.ArmOperation CreateOrUpdate(Azure.WaitUntil waitUntil, string authorizationName, Azure.ResourceManager.Network.ExpressRoutePortAuthorizationData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> CreateOrUpdateAsync(Azure.WaitUntil waitUntil, string authorizationName, Azure.ResourceManager.Network.ExpressRoutePortAuthorizationData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response Exists(string authorizationName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> ExistsAsync(string authorizationName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response Get(string authorizationName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Pageable GetAll(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.AsyncPageable GetAllAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetAsync(string authorizationName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } + } + public partial class ExpressRoutePortAuthorizationData : Azure.ResourceManager.Network.Models.NetworkResourceData + { + public ExpressRoutePortAuthorizationData() { } + public string AuthorizationKey { get { throw null; } } + public Azure.ResourceManager.Network.Models.ExpressRoutePortAuthorizationUseStatus? AuthorizationUseStatus { get { throw null; } } + public System.Uri CircuitResourceUri { get { throw null; } } + public Azure.ETag? ETag { get { throw null; } } + public Azure.ResourceManager.Network.Models.NetworkProvisioningState? ProvisioningState { get { throw null; } } + } + public partial class ExpressRoutePortAuthorizationResource : Azure.ResourceManager.ArmResource + { + public static readonly Azure.Core.ResourceType ResourceType; + protected ExpressRoutePortAuthorizationResource() { } + public virtual Azure.ResourceManager.Network.ExpressRoutePortAuthorizationData Data { get { throw null; } } + public virtual bool HasData { get { throw null; } } + public static Azure.Core.ResourceIdentifier CreateResourceIdentifier(string subscriptionId, string resourceGroupName, string expressRoutePortName, string authorizationName) { throw null; } + public virtual Azure.ResourceManager.ArmOperation Delete(Azure.WaitUntil waitUntil, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task DeleteAsync(Azure.WaitUntil waitUntil, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response Get(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.ResourceManager.ArmOperation Update(Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.ExpressRoutePortAuthorizationData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> UpdateAsync(Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.ExpressRoutePortAuthorizationData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + } public partial class ExpressRoutePortCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { protected ExpressRoutePortCollection() { } @@ -1102,6 +1367,7 @@ public partial class ExpressRoutePortData : Azure.ResourceManager.Network.Models public ExpressRoutePortData() { } public string AllocationDate { get { throw null; } } public int? BandwidthInGbps { get { throw null; } set { } } + public Azure.ResourceManager.Network.Models.ExpressRoutePortsBillingType? BillingType { get { throw null; } set { } } public System.Collections.Generic.IReadOnlyList Circuits { get { throw null; } } public Azure.ResourceManager.Network.Models.ExpressRoutePortsEncapsulation? Encapsulation { get { throw null; } set { } } public Azure.ETag? ETag { get { throw null; } } @@ -1132,6 +1398,9 @@ protected ExpressRoutePortResource() { } public virtual Azure.Response GetExpressRouteLink(string linkName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetExpressRouteLinkAsync(string linkName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.ResourceManager.Network.ExpressRouteLinkCollection GetExpressRouteLinks() { throw null; } + public virtual Azure.Response GetExpressRoutePortAuthorization(string authorizationName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetExpressRoutePortAuthorizationAsync(string authorizationName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.ResourceManager.Network.ExpressRoutePortAuthorizationCollection GetExpressRoutePortAuthorizations() { throw null; } public virtual Azure.Response RemoveTag(string key, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> RemoveTagAsync(string key, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response SetTags(System.Collections.Generic.IDictionary tags, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -1188,6 +1457,42 @@ protected ExpressRoutePortsLocationResource() { } [System.ObsoleteAttribute("This method is obsolete and will be removed in a future release", false)] public virtual System.Threading.Tasks.Task> SetTagsAsync(System.Collections.Generic.IDictionary tags, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } + public partial class ExpressRouteProviderPortCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable + { + protected ExpressRouteProviderPortCollection() { } + public virtual Azure.Response Exists(string providerport, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> ExistsAsync(string providerport, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response Get(string providerport, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Pageable GetAll(string filter = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.AsyncPageable GetAllAsync(string filter = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetAsync(string providerport, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } + } + public partial class ExpressRouteProviderPortData : Azure.ResourceManager.Models.TrackedResourceData + { + public ExpressRouteProviderPortData(Azure.Core.AzureLocation location) : base (default(Azure.Core.AzureLocation)) { } + public Azure.ETag? ETag { get { throw null; } } + public int? OverprovisionFactor { get { throw null; } set { } } + public string PeeringLocation { get { throw null; } set { } } + public int? PortBandwidthInMbps { get { throw null; } set { } } + public string PortPairDescriptor { get { throw null; } } + public string PrimaryAzurePort { get { throw null; } } + public int? RemainingBandwidthInMbps { get { throw null; } set { } } + public string SecondaryAzurePort { get { throw null; } } + public int? UsedBandwidthInMbps { get { throw null; } set { } } + } + public partial class ExpressRouteProviderPortResource : Azure.ResourceManager.ArmResource + { + public static readonly Azure.Core.ResourceType ResourceType; + protected ExpressRouteProviderPortResource() { } + public virtual Azure.ResourceManager.Network.ExpressRouteProviderPortData Data { get { throw null; } } + public virtual bool HasData { get { throw null; } } + public static Azure.Core.ResourceIdentifier CreateResourceIdentifier(string subscriptionId, string providerport) { throw null; } + public virtual Azure.Response Get(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + } public partial class FirewallPolicyCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { protected FirewallPolicyCollection() { } @@ -1206,10 +1511,12 @@ protected FirewallPolicyCollection() { } public partial class FirewallPolicyData : Azure.ResourceManager.Network.Models.NetworkTrackedResourceData { public FirewallPolicyData() { } + public bool? AllowSqlRedirect { get { throw null; } set { } } public Azure.Core.ResourceIdentifier BasePolicyId { get { throw null; } set { } } public System.Collections.Generic.IReadOnlyList ChildPolicies { get { throw null; } } public Azure.ResourceManager.Network.Models.DnsSettings DnsSettings { get { throw null; } set { } } public Azure.ETag? ETag { get { throw null; } } + public Azure.ResourceManager.Network.Models.FirewallPolicyExplicitProxy ExplicitProxy { get { throw null; } set { } } public System.Collections.Generic.IReadOnlyList Firewalls { get { throw null; } } public Azure.ResourceManager.Models.ManagedServiceIdentity Identity { get { throw null; } set { } } public Azure.ResourceManager.Network.Models.FirewallPolicyInsights Insights { get { throw null; } set { } } @@ -1217,6 +1524,9 @@ public FirewallPolicyData() { } public Azure.ResourceManager.Network.Models.NetworkProvisioningState? ProvisioningState { get { throw null; } } public System.Collections.Generic.IReadOnlyList RuleCollectionGroups { get { throw null; } } public Azure.ResourceManager.Network.Models.FirewallPolicySkuTier? SkuTier { get { throw null; } set { } } + public Azure.ResourceManager.Network.Models.FirewallPolicySnat Snat { get { throw null; } set { } } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.ObsoleteAttribute("This method is obsolete and will be removed in a future release", false)] public System.Collections.Generic.IList SnatPrivateRanges { get { throw null; } } public Azure.ResourceManager.Network.Models.AzureFirewallThreatIntelMode? ThreatIntelMode { get { throw null; } set { } } public Azure.ResourceManager.Network.Models.FirewallPolicyThreatIntelWhitelist ThreatIntelWhitelist { get { throw null; } set { } } @@ -1235,14 +1545,25 @@ protected FirewallPolicyResource() { } public virtual System.Threading.Tasks.Task DeleteAsync(Azure.WaitUntil waitUntil, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response Get(string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetAsync(string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response GetFirewallPolicyIdpsSignature(Azure.ResourceManager.Network.Models.IdpsQueryContent content, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetFirewallPolicyIdpsSignatureAsync(Azure.ResourceManager.Network.Models.IdpsQueryContent content, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response GetFirewallPolicyIdpsSignaturesFilterValue(Azure.ResourceManager.Network.Models.SignatureOverridesFilterValuesQueryContent content, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetFirewallPolicyIdpsSignaturesFilterValueAsync(Azure.ResourceManager.Network.Models.SignatureOverridesFilterValuesQueryContent content, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetFirewallPolicyRuleCollectionGroup(string ruleCollectionGroupName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetFirewallPolicyRuleCollectionGroupAsync(string ruleCollectionGroupName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.ResourceManager.Network.FirewallPolicyRuleCollectionGroupCollection GetFirewallPolicyRuleCollectionGroups() { throw null; } + public virtual Azure.ResourceManager.Network.PolicySignaturesOverridesForIdpsResource GetPolicySignaturesOverridesForIdps() { throw null; } public virtual Azure.Response RemoveTag(string key, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> RemoveTagAsync(string key, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response SetTags(System.Collections.Generic.IDictionary tags, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> SetTagsAsync(System.Collections.Generic.IDictionary tags, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response Update(Azure.ResourceManager.Network.Models.NetworkTagsObject networkTagsObject, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.ObsoleteAttribute("This method is obsolete and will be removed in a future release", false)] public virtual Azure.ResourceManager.ArmOperation Update(Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.FirewallPolicyData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> UpdateAsync(Azure.ResourceManager.Network.Models.NetworkTagsObject networkTagsObject, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.ObsoleteAttribute("This method is obsolete and will be removed in a future release", false)] public virtual System.Threading.Tasks.Task> UpdateAsync(Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.FirewallPolicyData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } public partial class FirewallPolicyRuleCollectionGroupCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable @@ -1507,6 +1828,7 @@ protected InboundNatRuleCollection() { } public partial class InboundNatRuleData : Azure.ResourceManager.Network.Models.NetworkResourceData { public InboundNatRuleData() { } + public Azure.Core.ResourceIdentifier BackendAddressPoolId { get { throw null; } set { } } public Azure.ResourceManager.Network.NetworkInterfaceIPConfigurationData BackendIPConfiguration { get { throw null; } } public int? BackendPort { get { throw null; } set { } } public bool? EnableFloatingIP { get { throw null; } set { } } @@ -1514,6 +1836,8 @@ public InboundNatRuleData() { } public Azure.ETag? ETag { get { throw null; } } public Azure.Core.ResourceIdentifier FrontendIPConfigurationId { get { throw null; } set { } } public int? FrontendPort { get { throw null; } set { } } + public int? FrontendPortRangeEnd { get { throw null; } set { } } + public int? FrontendPortRangeStart { get { throw null; } set { } } public int? IdleTimeoutInMinutes { get { throw null; } set { } } public Azure.ResourceManager.Network.Models.LoadBalancingTransportProtocol? Protocol { get { throw null; } set { } } public Azure.ResourceManager.Network.Models.NetworkProvisioningState? ProvisioningState { get { throw null; } } @@ -1782,6 +2106,35 @@ protected LocalNetworkGatewayResource() { } public virtual Azure.Response Update(Azure.ResourceManager.Network.Models.NetworkTagsObject networkTagsObject, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> UpdateAsync(Azure.ResourceManager.Network.Models.NetworkTagsObject networkTagsObject, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } + public partial class ManagementGroupNetworkManagerConnectionCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable + { + protected ManagementGroupNetworkManagerConnectionCollection() { } + public virtual Azure.ResourceManager.ArmOperation CreateOrUpdate(Azure.WaitUntil waitUntil, string networkManagerConnectionName, Azure.ResourceManager.Network.NetworkManagerConnectionData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> CreateOrUpdateAsync(Azure.WaitUntil waitUntil, string networkManagerConnectionName, Azure.ResourceManager.Network.NetworkManagerConnectionData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response Exists(string networkManagerConnectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> ExistsAsync(string networkManagerConnectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response Get(string networkManagerConnectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Pageable GetAll(int? top = default(int?), string skipToken = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.AsyncPageable GetAllAsync(int? top = default(int?), string skipToken = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetAsync(string networkManagerConnectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } + } + public partial class ManagementGroupNetworkManagerConnectionResource : Azure.ResourceManager.ArmResource + { + public static readonly Azure.Core.ResourceType ResourceType; + protected ManagementGroupNetworkManagerConnectionResource() { } + public virtual Azure.ResourceManager.Network.NetworkManagerConnectionData Data { get { throw null; } } + public virtual bool HasData { get { throw null; } } + public static Azure.Core.ResourceIdentifier CreateResourceIdentifier(string managementGroupId, string networkManagerConnectionName) { throw null; } + public virtual Azure.ResourceManager.ArmOperation Delete(Azure.WaitUntil waitUntil, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task DeleteAsync(Azure.WaitUntil waitUntil, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response Get(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.ResourceManager.ArmOperation Update(Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.NetworkManagerConnectionData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> UpdateAsync(Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.NetworkManagerConnectionData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + } public partial class NatGatewayCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { protected NatGatewayCollection() { } @@ -1838,6 +2191,9 @@ public static partial class NetworkExtensions public static System.Threading.Tasks.Task> CheckPrivateLinkServiceVisibilityByResourceGroupPrivateLinkServiceAsync(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, Azure.WaitUntil waitUntil, Azure.Core.AzureLocation location, Azure.ResourceManager.Network.Models.CheckPrivateLinkServiceVisibilityRequest checkPrivateLinkServiceVisibilityRequest, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public static Azure.ResourceManager.ArmOperation CheckPrivateLinkServiceVisibilityPrivateLinkService(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.WaitUntil waitUntil, Azure.Core.AzureLocation location, Azure.ResourceManager.Network.Models.CheckPrivateLinkServiceVisibilityRequest checkPrivateLinkServiceVisibilityRequest, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public static System.Threading.Tasks.Task> CheckPrivateLinkServiceVisibilityPrivateLinkServiceAsync(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.WaitUntil waitUntil, Azure.Core.AzureLocation location, Azure.ResourceManager.Network.Models.CheckPrivateLinkServiceVisibilityRequest checkPrivateLinkServiceVisibilityRequest, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public static Azure.ResourceManager.Network.AdminRuleGroupResource GetAdminRuleGroupResource(this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id) { throw null; } + public static Azure.Pageable GetAllServiceTagInformation(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, bool? noAddressPrefixes = default(bool?), string tagName = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public static Azure.AsyncPageable GetAllServiceTagInformationAsync(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, bool? noAddressPrefixes = default(bool?), string tagName = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public static Azure.Pageable GetAppGatewayAvailableWafRuleSets(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public static Azure.AsyncPageable GetAppGatewayAvailableWafRuleSetsAsync(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public static Azure.Response GetApplicationGateway(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string applicationGatewayName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -1859,6 +2215,10 @@ public static partial class NetworkExtensions public static Azure.AsyncPageable GetApplicationGatewaysAsync(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public static Azure.Response GetApplicationGatewaySslPredefinedPolicy(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, string predefinedPolicyName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public static System.Threading.Tasks.Task> GetApplicationGatewaySslPredefinedPolicyAsync(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, string predefinedPolicyName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public static Azure.Response GetApplicationGatewayWafDynamicManifest(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public static System.Threading.Tasks.Task> GetApplicationGatewayWafDynamicManifestAsync(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public static Azure.ResourceManager.Network.ApplicationGatewayWafDynamicManifestResource GetApplicationGatewayWafDynamicManifestResource(this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id) { throw null; } + public static Azure.ResourceManager.Network.ApplicationGatewayWafDynamicManifestCollection GetApplicationGatewayWafDynamicManifests(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location) { throw null; } public static Azure.Response GetApplicationSecurityGroup(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string applicationSecurityGroupName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public static System.Threading.Tasks.Task> GetApplicationSecurityGroupAsync(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string applicationSecurityGroupName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public static Azure.ResourceManager.Network.ApplicationSecurityGroupResource GetApplicationSecurityGroupResource(this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id) { throw null; } @@ -1902,6 +2262,7 @@ public static partial class NetworkExtensions public static System.Threading.Tasks.Task> GetAzureWebCategoryAsync(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, string name, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public static Azure.ResourceManager.Network.AzureWebCategoryResource GetAzureWebCategoryResource(this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id) { throw null; } public static Azure.ResourceManager.Network.BackendAddressPoolResource GetBackendAddressPoolResource(this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id) { throw null; } + public static Azure.ResourceManager.Network.BaseAdminRuleResource GetBaseAdminRuleResource(this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id) { throw null; } public static Azure.Response GetBastionHost(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string bastionHostName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public static System.Threading.Tasks.Task> GetBastionHostAsync(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string bastionHostName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public static Azure.ResourceManager.Network.BastionHostResource GetBastionHostResource(this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id) { throw null; } @@ -1911,7 +2272,12 @@ public static partial class NetworkExtensions public static Azure.ResourceManager.Network.BgpConnectionResource GetBgpConnectionResource(this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id) { throw null; } public static Azure.Pageable GetBgpServiceCommunities(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public static Azure.AsyncPageable GetBgpServiceCommunitiesAsync(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public static Azure.Response GetCloudServiceSwap(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string resourceName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public static System.Threading.Tasks.Task> GetCloudServiceSwapAsync(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string resourceName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public static Azure.ResourceManager.Network.CloudServiceSwapResource GetCloudServiceSwapResource(this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id) { throw null; } + public static Azure.ResourceManager.Network.CloudServiceSwapCollection GetCloudServiceSwaps(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string resourceName) { throw null; } public static Azure.ResourceManager.Network.ConnectionMonitorResource GetConnectionMonitorResource(this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id) { throw null; } + public static Azure.ResourceManager.Network.ConnectivityConfigurationResource GetConnectivityConfigurationResource(this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id) { throw null; } public static Azure.Response GetCustomIPPrefix(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string customIPPrefixName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public static System.Threading.Tasks.Task> GetCustomIPPrefixAsync(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string customIPPrefixName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public static Azure.ResourceManager.Network.CustomIPPrefixCollection GetCustomIPPrefixes(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource) { throw null; } @@ -1961,6 +2327,7 @@ public static partial class NetworkExtensions public static Azure.ResourceManager.Network.ExpressRouteLinkResource GetExpressRouteLinkResource(this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id) { throw null; } public static Azure.Response GetExpressRoutePort(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string expressRoutePortName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public static System.Threading.Tasks.Task> GetExpressRoutePortAsync(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string expressRoutePortName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public static Azure.ResourceManager.Network.ExpressRoutePortAuthorizationResource GetExpressRoutePortAuthorizationResource(this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id) { throw null; } public static Azure.ResourceManager.Network.ExpressRoutePortResource GetExpressRoutePortResource(this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id) { throw null; } public static Azure.ResourceManager.Network.ExpressRoutePortCollection GetExpressRoutePorts(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource) { throw null; } public static Azure.Pageable GetExpressRoutePorts(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -1969,6 +2336,10 @@ public static partial class NetworkExtensions public static System.Threading.Tasks.Task> GetExpressRoutePortsLocationAsync(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, string locationName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public static Azure.ResourceManager.Network.ExpressRoutePortsLocationResource GetExpressRoutePortsLocationResource(this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id) { throw null; } public static Azure.ResourceManager.Network.ExpressRoutePortsLocationCollection GetExpressRoutePortsLocations(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource) { throw null; } + public static Azure.Response GetExpressRouteProviderPort(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, string providerport, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public static System.Threading.Tasks.Task> GetExpressRouteProviderPortAsync(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, string providerport, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public static Azure.ResourceManager.Network.ExpressRouteProviderPortResource GetExpressRouteProviderPortResource(this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id) { throw null; } + public static Azure.ResourceManager.Network.ExpressRouteProviderPortCollection GetExpressRouteProviderPorts(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource) { throw null; } public static Azure.Pageable GetExpressRouteServiceProviders(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public static Azure.AsyncPageable GetExpressRouteServiceProvidersAsync(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public static Azure.ResourceManager.Network.FirewallPolicyCollection GetFirewallPolicies(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource) { throw null; } @@ -2007,12 +2378,18 @@ public static partial class NetworkExtensions public static System.Threading.Tasks.Task> GetLocalNetworkGatewayAsync(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string localNetworkGatewayName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public static Azure.ResourceManager.Network.LocalNetworkGatewayResource GetLocalNetworkGatewayResource(this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id) { throw null; } public static Azure.ResourceManager.Network.LocalNetworkGatewayCollection GetLocalNetworkGateways(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource) { throw null; } + public static Azure.Response GetManagementGroupNetworkManagerConnection(this Azure.ResourceManager.ManagementGroups.ManagementGroupResource managementGroupResource, string networkManagerConnectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public static System.Threading.Tasks.Task> GetManagementGroupNetworkManagerConnectionAsync(this Azure.ResourceManager.ManagementGroups.ManagementGroupResource managementGroupResource, string networkManagerConnectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public static Azure.ResourceManager.Network.ManagementGroupNetworkManagerConnectionResource GetManagementGroupNetworkManagerConnectionResource(this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id) { throw null; } + public static Azure.ResourceManager.Network.ManagementGroupNetworkManagerConnectionCollection GetManagementGroupNetworkManagerConnections(this Azure.ResourceManager.ManagementGroups.ManagementGroupResource managementGroupResource) { throw null; } public static Azure.Response GetNatGateway(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string natGatewayName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public static System.Threading.Tasks.Task> GetNatGatewayAsync(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string natGatewayName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public static Azure.ResourceManager.Network.NatGatewayResource GetNatGatewayResource(this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id) { throw null; } public static Azure.ResourceManager.Network.NatGatewayCollection GetNatGateways(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource) { throw null; } public static Azure.Pageable GetNatGateways(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public static Azure.AsyncPageable GetNatGatewaysAsync(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public static Azure.ResourceManager.Network.NetworkGroupResource GetNetworkGroupResource(this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id) { throw null; } + public static Azure.ResourceManager.Network.NetworkGroupStaticMemberResource GetNetworkGroupStaticMemberResource(this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id) { throw null; } public static Azure.Response GetNetworkInterface(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string networkInterfaceName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public static System.Threading.Tasks.Task> GetNetworkInterfaceAsync(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string networkInterfaceName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public static Azure.ResourceManager.Network.NetworkInterfaceIPConfigurationResource GetNetworkInterfaceIPConfigurationResource(this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id) { throw null; } @@ -2021,6 +2398,12 @@ public static partial class NetworkExtensions public static Azure.Pageable GetNetworkInterfaces(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public static Azure.AsyncPageable GetNetworkInterfacesAsync(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public static Azure.ResourceManager.Network.NetworkInterfaceTapConfigurationResource GetNetworkInterfaceTapConfigurationResource(this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id) { throw null; } + public static Azure.Response GetNetworkManager(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string networkManagerName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public static System.Threading.Tasks.Task> GetNetworkManagerAsync(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string networkManagerName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public static Azure.ResourceManager.Network.NetworkManagerResource GetNetworkManagerResource(this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id) { throw null; } + public static Azure.ResourceManager.Network.NetworkManagerCollection GetNetworkManagers(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource) { throw null; } + public static Azure.Pageable GetNetworkManagers(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, int? top = default(int?), string skipToken = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public static Azure.AsyncPageable GetNetworkManagersAsync(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, int? top = default(int?), string skipToken = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public static Azure.ResourceManager.Network.NetworkPrivateEndpointConnectionResource GetNetworkPrivateEndpointConnectionResource(this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id) { throw null; } public static Azure.Response GetNetworkProfile(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string networkProfileName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public static System.Threading.Tasks.Task> GetNetworkProfileAsync(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string networkProfileName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -2059,6 +2442,7 @@ public static partial class NetworkExtensions public static Azure.AsyncPageable GetP2SVpnGatewaysAsync(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public static Azure.ResourceManager.Network.PacketCaptureResource GetPacketCaptureResource(this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id) { throw null; } public static Azure.ResourceManager.Network.PeerExpressRouteCircuitConnectionResource GetPeerExpressRouteCircuitConnectionResource(this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id) { throw null; } + public static Azure.ResourceManager.Network.PolicySignaturesOverridesForIdpsResource GetPolicySignaturesOverridesForIdpsResource(this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id) { throw null; } public static Azure.ResourceManager.Network.PrivateDnsZoneGroupResource GetPrivateDnsZoneGroupResource(this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id) { throw null; } public static Azure.Response GetPrivateEndpoint(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string privateEndpointName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public static System.Threading.Tasks.Task> GetPrivateEndpointAsync(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string privateEndpointName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -2092,6 +2476,7 @@ public static partial class NetworkExtensions public static Azure.ResourceManager.Network.RouteFilterCollection GetRouteFilters(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource) { throw null; } public static Azure.Pageable GetRouteFilters(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public static Azure.AsyncPageable GetRouteFiltersAsync(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public static Azure.ResourceManager.Network.RouteMapResource GetRouteMapResource(this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id) { throw null; } public static Azure.ResourceManager.Network.RouteResource GetRouteResource(this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id) { throw null; } public static Azure.Response GetRouteTable(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string routeTableName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public static System.Threading.Tasks.Task> GetRouteTableAsync(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string routeTableName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -2099,6 +2484,9 @@ public static partial class NetworkExtensions public static Azure.ResourceManager.Network.RouteTableCollection GetRouteTables(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource) { throw null; } public static Azure.Pageable GetRouteTables(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public static Azure.AsyncPageable GetRouteTablesAsync(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public static Azure.ResourceManager.Network.RoutingIntentResource GetRoutingIntentResource(this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id) { throw null; } + public static Azure.ResourceManager.Network.ScopeConnectionResource GetScopeConnectionResource(this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id) { throw null; } + public static Azure.ResourceManager.Network.SecurityAdminConfigurationResource GetSecurityAdminConfigurationResource(this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id) { throw null; } public static Azure.Response GetSecurityPartnerProvider(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string securityPartnerProviderName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public static System.Threading.Tasks.Task> GetSecurityPartnerProviderAsync(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string securityPartnerProviderName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public static Azure.ResourceManager.Network.SecurityPartnerProviderResource GetSecurityPartnerProviderResource(this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id) { throw null; } @@ -2116,6 +2504,10 @@ public static partial class NetworkExtensions public static Azure.Response GetServiceTag(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public static System.Threading.Tasks.Task> GetServiceTagAsync(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public static Azure.ResourceManager.Network.SubnetResource GetSubnetResource(this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id) { throw null; } + public static Azure.Response GetSubscriptionNetworkManagerConnection(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, string networkManagerConnectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public static System.Threading.Tasks.Task> GetSubscriptionNetworkManagerConnectionAsync(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, string networkManagerConnectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public static Azure.ResourceManager.Network.SubscriptionNetworkManagerConnectionResource GetSubscriptionNetworkManagerConnectionResource(this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id) { throw null; } + public static Azure.ResourceManager.Network.SubscriptionNetworkManagerConnectionCollection GetSubscriptionNetworkManagerConnections(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource) { throw null; } public static Azure.Pageable GetUsages(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public static Azure.AsyncPageable GetUsagesAsync(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public static Azure.ResourceManager.Network.VirtualApplianceSiteResource GetVirtualApplianceSiteResource(this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id) { throw null; } @@ -2171,6 +2563,7 @@ public static partial class NetworkExtensions public static Azure.AsyncPageable GetVpnGatewaysAsync(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public static Azure.Response GetVpnServerConfiguration(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string vpnServerConfigurationName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public static System.Threading.Tasks.Task> GetVpnServerConfigurationAsync(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string vpnServerConfigurationName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public static Azure.ResourceManager.Network.VpnServerConfigurationPolicyGroupResource GetVpnServerConfigurationPolicyGroupResource(this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id) { throw null; } public static Azure.ResourceManager.Network.VpnServerConfigurationResource GetVpnServerConfigurationResource(this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id) { throw null; } public static Azure.ResourceManager.Network.VpnServerConfigurationCollection GetVpnServerConfigurations(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource) { throw null; } public static Azure.Pageable GetVpnServerConfigurations(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -2192,6 +2585,82 @@ public static partial class NetworkExtensions public static Azure.ResourceManager.ArmOperation SwapPublicIPAddressesLoadBalancer(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.WaitUntil waitUntil, Azure.Core.AzureLocation location, Azure.ResourceManager.Network.Models.LoadBalancerVipSwapContent content, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public static System.Threading.Tasks.Task SwapPublicIPAddressesLoadBalancerAsync(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.WaitUntil waitUntil, Azure.Core.AzureLocation location, Azure.ResourceManager.Network.Models.LoadBalancerVipSwapContent content, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } + public partial class NetworkGroupCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable + { + protected NetworkGroupCollection() { } + public virtual Azure.ResourceManager.ArmOperation CreateOrUpdate(Azure.WaitUntil waitUntil, string networkGroupName, Azure.ResourceManager.Network.NetworkGroupData data, string ifMatch = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> CreateOrUpdateAsync(Azure.WaitUntil waitUntil, string networkGroupName, Azure.ResourceManager.Network.NetworkGroupData data, string ifMatch = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response Exists(string networkGroupName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> ExistsAsync(string networkGroupName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response Get(string networkGroupName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Pageable GetAll(int? top = default(int?), string skipToken = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.AsyncPageable GetAllAsync(int? top = default(int?), string skipToken = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetAsync(string networkGroupName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } + } + public partial class NetworkGroupData : Azure.ResourceManager.Models.ResourceData + { + public NetworkGroupData() { } + public string Description { get { throw null; } set { } } + public Azure.ETag? ETag { get { throw null; } } + public Azure.ResourceManager.Network.Models.NetworkProvisioningState? ProvisioningState { get { throw null; } } + } + public partial class NetworkGroupResource : Azure.ResourceManager.ArmResource + { + public static readonly Azure.Core.ResourceType ResourceType; + protected NetworkGroupResource() { } + public virtual Azure.ResourceManager.Network.NetworkGroupData Data { get { throw null; } } + public virtual bool HasData { get { throw null; } } + public static Azure.Core.ResourceIdentifier CreateResourceIdentifier(string subscriptionId, string resourceGroupName, string networkManagerName, string networkGroupName) { throw null; } + public virtual Azure.ResourceManager.ArmOperation Delete(Azure.WaitUntil waitUntil, bool? force = default(bool?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task DeleteAsync(Azure.WaitUntil waitUntil, bool? force = default(bool?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response Get(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response GetNetworkGroupStaticMember(string staticMemberName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetNetworkGroupStaticMemberAsync(string staticMemberName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.ResourceManager.Network.NetworkGroupStaticMemberCollection GetNetworkGroupStaticMembers() { throw null; } + public virtual Azure.ResourceManager.ArmOperation Update(Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.NetworkGroupData data, string ifMatch = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> UpdateAsync(Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.NetworkGroupData data, string ifMatch = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + } + public partial class NetworkGroupStaticMemberCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable + { + protected NetworkGroupStaticMemberCollection() { } + public virtual Azure.ResourceManager.ArmOperation CreateOrUpdate(Azure.WaitUntil waitUntil, string staticMemberName, Azure.ResourceManager.Network.NetworkGroupStaticMemberData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> CreateOrUpdateAsync(Azure.WaitUntil waitUntil, string staticMemberName, Azure.ResourceManager.Network.NetworkGroupStaticMemberData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response Exists(string staticMemberName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> ExistsAsync(string staticMemberName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response Get(string staticMemberName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Pageable GetAll(int? top = default(int?), string skipToken = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.AsyncPageable GetAllAsync(int? top = default(int?), string skipToken = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetAsync(string staticMemberName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } + } + public partial class NetworkGroupStaticMemberData : Azure.ResourceManager.Models.ResourceData + { + public NetworkGroupStaticMemberData() { } + public Azure.ETag? ETag { get { throw null; } } + public Azure.ResourceManager.Network.Models.NetworkProvisioningState? ProvisioningState { get { throw null; } } + public string Region { get { throw null; } } + public Azure.Core.ResourceIdentifier ResourceId { get { throw null; } set { } } + } + public partial class NetworkGroupStaticMemberResource : Azure.ResourceManager.ArmResource + { + public static readonly Azure.Core.ResourceType ResourceType; + protected NetworkGroupStaticMemberResource() { } + public virtual Azure.ResourceManager.Network.NetworkGroupStaticMemberData Data { get { throw null; } } + public virtual bool HasData { get { throw null; } } + public static Azure.Core.ResourceIdentifier CreateResourceIdentifier(string subscriptionId, string resourceGroupName, string networkManagerName, string networkGroupName, string staticMemberName) { throw null; } + public virtual Azure.ResourceManager.ArmOperation Delete(Azure.WaitUntil waitUntil, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task DeleteAsync(Azure.WaitUntil waitUntil, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response Get(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.ResourceManager.ArmOperation Update(Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.NetworkGroupStaticMemberData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> UpdateAsync(Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.NetworkGroupStaticMemberData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + } public partial class NetworkInterfaceCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { protected NetworkInterfaceCollection() { } @@ -2210,6 +2679,8 @@ protected NetworkInterfaceCollection() { } public partial class NetworkInterfaceData : Azure.ResourceManager.Network.Models.NetworkTrackedResourceData { public NetworkInterfaceData() { } + public Azure.ResourceManager.Network.Models.NetworkInterfaceAuxiliaryMode? AuxiliaryMode { get { throw null; } set { } } + public bool? DisableTcpStateTracking { get { throw null; } set { } } public Azure.ResourceManager.Network.Models.NetworkInterfaceDnsSettings DnsSettings { get { throw null; } set { } } public Azure.Core.ResourceIdentifier DscpConfigurationId { get { throw null; } } public bool? EnableAcceleratedNetworking { get { throw null; } set { } } @@ -2229,6 +2700,7 @@ public NetworkInterfaceData() { } public System.Guid? ResourceGuid { get { throw null; } } public System.Collections.Generic.IReadOnlyList TapConfigurations { get { throw null; } } public Azure.Core.ResourceIdentifier VirtualMachineId { get { throw null; } } + public bool? VnetEncryptionSupported { get { throw null; } } public string WorkloadType { get { throw null; } set { } } } public partial class NetworkInterfaceIPConfigurationCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable @@ -2341,6 +2813,79 @@ protected NetworkInterfaceTapConfigurationResource() { } public virtual Azure.ResourceManager.ArmOperation Update(Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.NetworkInterfaceTapConfigurationData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> UpdateAsync(Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.NetworkInterfaceTapConfigurationData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } + public partial class NetworkManagerCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable + { + protected NetworkManagerCollection() { } + public virtual Azure.ResourceManager.ArmOperation CreateOrUpdate(Azure.WaitUntil waitUntil, string networkManagerName, Azure.ResourceManager.Network.NetworkManagerData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> CreateOrUpdateAsync(Azure.WaitUntil waitUntil, string networkManagerName, Azure.ResourceManager.Network.NetworkManagerData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response Exists(string networkManagerName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> ExistsAsync(string networkManagerName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response Get(string networkManagerName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Pageable GetAll(int? top = default(int?), string skipToken = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.AsyncPageable GetAllAsync(int? top = default(int?), string skipToken = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetAsync(string networkManagerName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } + } + public partial class NetworkManagerConnectionData : Azure.ResourceManager.Models.ResourceData + { + public NetworkManagerConnectionData() { } + public Azure.ResourceManager.Network.Models.ScopeConnectionState? ConnectionState { get { throw null; } } + public string Description { get { throw null; } set { } } + public Azure.ETag? ETag { get { throw null; } } + public Azure.Core.ResourceIdentifier NetworkManagerId { get { throw null; } set { } } + } + public partial class NetworkManagerData : Azure.ResourceManager.Network.Models.NetworkTrackedResourceData + { + public NetworkManagerData() { } + public string Description { get { throw null; } set { } } + public Azure.ETag? ETag { get { throw null; } } + public System.Collections.Generic.IList NetworkManagerScopeAccesses { get { throw null; } } + public Azure.ResourceManager.Network.Models.NetworkManagerPropertiesNetworkManagerScopes NetworkManagerScopes { get { throw null; } set { } } + public Azure.ResourceManager.Network.Models.NetworkProvisioningState? ProvisioningState { get { throw null; } } + public Azure.ResourceManager.Models.SystemData SystemData { get { throw null; } } + } + public partial class NetworkManagerResource : Azure.ResourceManager.ArmResource + { + public static readonly Azure.Core.ResourceType ResourceType; + protected NetworkManagerResource() { } + public virtual Azure.ResourceManager.Network.NetworkManagerData Data { get { throw null; } } + public virtual bool HasData { get { throw null; } } + public virtual Azure.Response AddTag(string key, string value, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> AddTagAsync(string key, string value, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public static Azure.Core.ResourceIdentifier CreateResourceIdentifier(string subscriptionId, string resourceGroupName, string networkManagerName) { throw null; } + public virtual Azure.ResourceManager.ArmOperation Delete(Azure.WaitUntil waitUntil, bool? force = default(bool?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task DeleteAsync(Azure.WaitUntil waitUntil, bool? force = default(bool?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response Get(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Pageable GetActiveConnectivityConfigurations(Azure.ResourceManager.Network.Models.ActiveConfigurationContent content, int? top = default(int?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.AsyncPageable GetActiveConnectivityConfigurationsAsync(Azure.ResourceManager.Network.Models.ActiveConfigurationContent content, int? top = default(int?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Pageable GetActiveSecurityAdminRules(Azure.ResourceManager.Network.Models.ActiveConfigurationContent content, int? top = default(int?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.AsyncPageable GetActiveSecurityAdminRulesAsync(Azure.ResourceManager.Network.Models.ActiveConfigurationContent content, int? top = default(int?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response GetConnectivityConfiguration(string configurationName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetConnectivityConfigurationAsync(string configurationName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.ResourceManager.Network.ConnectivityConfigurationCollection GetConnectivityConfigurations() { throw null; } + public virtual Azure.Response GetNetworkGroup(string networkGroupName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetNetworkGroupAsync(string networkGroupName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.ResourceManager.Network.NetworkGroupCollection GetNetworkGroups() { throw null; } + public virtual Azure.Pageable GetNetworkManagerDeploymentStatus(Azure.ResourceManager.Network.Models.NetworkManagerDeploymentStatusContent content, int? top = default(int?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.AsyncPageable GetNetworkManagerDeploymentStatusAsync(Azure.ResourceManager.Network.Models.NetworkManagerDeploymentStatusContent content, int? top = default(int?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response GetScopeConnection(string scopeConnectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetScopeConnectionAsync(string scopeConnectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.ResourceManager.Network.ScopeConnectionCollection GetScopeConnections() { throw null; } + public virtual Azure.Response GetSecurityAdminConfiguration(string configurationName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetSecurityAdminConfigurationAsync(string configurationName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.ResourceManager.Network.SecurityAdminConfigurationCollection GetSecurityAdminConfigurations() { throw null; } + public virtual Azure.ResourceManager.ArmOperation PostNetworkManagerCommit(Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.Models.NetworkManagerCommit networkManagerCommit, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> PostNetworkManagerCommitAsync(Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.Models.NetworkManagerCommit networkManagerCommit, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response RemoveTag(string key, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> RemoveTagAsync(string key, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response SetTags(System.Collections.Generic.IDictionary tags, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> SetTagsAsync(System.Collections.Generic.IDictionary tags, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response Update(Azure.ResourceManager.Network.Models.NetworkManagerPatch patch, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> UpdateAsync(Azure.ResourceManager.Network.Models.NetworkManagerPatch patch, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + } public partial class NetworkPrivateEndpointConnectionCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { protected NetworkPrivateEndpointConnectionCollection() { } @@ -2444,6 +2989,7 @@ public NetworkSecurityGroupData() { } public System.Collections.Generic.IReadOnlyList DefaultSecurityRules { get { throw null; } } public Azure.ETag? ETag { get { throw null; } } public System.Collections.Generic.IReadOnlyList FlowLogs { get { throw null; } } + public bool? FlushConnection { get { throw null; } set { } } public System.Collections.Generic.IReadOnlyList NetworkInterfaces { get { throw null; } } public Azure.ResourceManager.Network.Models.NetworkProvisioningState? ProvisioningState { get { throw null; } } public System.Guid? ResourceGuid { get { throw null; } } @@ -2498,11 +3044,15 @@ public NetworkVirtualApplianceData() { } public System.Collections.Generic.IList BootStrapConfigurationBlobs { get { throw null; } } public string CloudInitConfiguration { get { throw null; } set { } } public System.Collections.Generic.IList CloudInitConfigurationBlobs { get { throw null; } } + public Azure.ResourceManager.Network.Models.VirtualApplianceDelegationProperties Delegation { get { throw null; } set { } } + public string DeploymentType { get { throw null; } } public Azure.ETag? ETag { get { throw null; } } public Azure.ResourceManager.Models.ManagedServiceIdentity Identity { get { throw null; } set { } } public System.Collections.Generic.IReadOnlyList InboundSecurityRules { get { throw null; } } public Azure.ResourceManager.Network.Models.VirtualApplianceSkuProperties NvaSku { get { throw null; } set { } } + public Azure.ResourceManager.Network.Models.PartnerManagedResourceProperties PartnerManagedResource { get { throw null; } set { } } public Azure.ResourceManager.Network.Models.NetworkProvisioningState? ProvisioningState { get { throw null; } } + public string SshPublicKey { get { throw null; } set { } } public long? VirtualApplianceAsn { get { throw null; } set { } } public System.Collections.Generic.IReadOnlyList VirtualApplianceNics { get { throw null; } } public System.Collections.Generic.IReadOnlyList VirtualApplianceSites { get { throw null; } } @@ -2771,8 +3321,10 @@ internal PacketCaptureData() { } public Azure.ETag? ETag { get { throw null; } } public System.Collections.Generic.IReadOnlyList Filters { get { throw null; } } public Azure.ResourceManager.Network.Models.NetworkProvisioningState? ProvisioningState { get { throw null; } } + public Azure.ResourceManager.Network.Models.PacketCaptureMachineScope Scope { get { throw null; } } public Azure.ResourceManager.Network.Models.PacketCaptureStorageLocation StorageLocation { get { throw null; } } public string Target { get { throw null; } } + public Azure.ResourceManager.Network.Models.PacketCaptureTargetType? TargetType { get { throw null; } } public int? TimeLimitInSeconds { get { throw null; } } public long? TotalBytesPerSession { get { throw null; } } } @@ -2829,6 +3381,28 @@ protected PeerExpressRouteCircuitConnectionResource() { } public virtual Azure.Response Get(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } + public partial class PolicySignaturesOverridesForIdpsData + { + public PolicySignaturesOverridesForIdpsData() { } + public Azure.Core.ResourceIdentifier Id { get { throw null; } set { } } + public string Name { get { throw null; } set { } } + public Azure.Core.ResourceType? ResourceType { get { throw null; } set { } } + public System.Collections.Generic.IDictionary Signatures { get { throw null; } } + } + public partial class PolicySignaturesOverridesForIdpsResource : Azure.ResourceManager.ArmResource + { + public static readonly Azure.Core.ResourceType ResourceType; + protected PolicySignaturesOverridesForIdpsResource() { } + public virtual Azure.ResourceManager.Network.PolicySignaturesOverridesForIdpsData Data { get { throw null; } } + public virtual bool HasData { get { throw null; } } + public virtual Azure.ResourceManager.ArmOperation CreateOrUpdate(Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.PolicySignaturesOverridesForIdpsData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> CreateOrUpdateAsync(Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.PolicySignaturesOverridesForIdpsData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public static Azure.Core.ResourceIdentifier CreateResourceIdentifier(string subscriptionId, string resourceGroupName, string firewallPolicyName) { throw null; } + public virtual Azure.Response Get(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response Update(Azure.ResourceManager.Network.PolicySignaturesOverridesForIdpsData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> UpdateAsync(Azure.ResourceManager.Network.PolicySignaturesOverridesForIdpsData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + } public partial class PrivateDnsZoneGroupCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { protected PrivateDnsZoneGroupCollection() { } @@ -2883,9 +3457,12 @@ protected PrivateEndpointCollection() { } public partial class PrivateEndpointData : Azure.ResourceManager.Network.Models.NetworkTrackedResourceData { public PrivateEndpointData() { } + public System.Collections.Generic.IList ApplicationSecurityGroups { get { throw null; } } public System.Collections.Generic.IList CustomDnsConfigs { get { throw null; } } + public string CustomNetworkInterfaceName { get { throw null; } set { } } public Azure.ETag? ETag { get { throw null; } } public Azure.ResourceManager.Resources.Models.ExtendedLocation ExtendedLocation { get { throw null; } set { } } + public System.Collections.Generic.IList IPConfigurations { get { throw null; } } public System.Collections.Generic.IList ManualPrivateLinkServiceConnections { get { throw null; } } public System.Collections.Generic.IReadOnlyList NetworkInterfaces { get { throw null; } } public System.Collections.Generic.IList PrivateLinkServiceConnections { get { throw null; } } @@ -2990,6 +3567,7 @@ public ProbeData() { } public System.Collections.Generic.IReadOnlyList LoadBalancingRules { get { throw null; } } public int? NumberOfProbes { get { throw null; } set { } } public int? Port { get { throw null; } set { } } + public int? ProbeThreshold { get { throw null; } set { } } public Azure.ResourceManager.Network.Models.ProbeProtocol? Protocol { get { throw null; } set { } } public Azure.ResourceManager.Network.Models.NetworkProvisioningState? ProvisioningState { get { throw null; } } public string RequestPath { get { throw null; } set { } } @@ -3052,6 +3630,8 @@ protected PublicIPAddressResource() { } public virtual Azure.Response AddTag(string key, string value, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> AddTagAsync(string key, string value, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public static Azure.Core.ResourceIdentifier CreateResourceIdentifier(string subscriptionId, string resourceGroupName, string publicIPAddressName) { throw null; } + public virtual Azure.ResourceManager.ArmOperation DdosProtectionStatus(Azure.WaitUntil waitUntil, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> DdosProtectionStatusAsync(Azure.WaitUntil waitUntil, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.ResourceManager.ArmOperation Delete(Azure.WaitUntil waitUntil, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task DeleteAsync(Azure.WaitUntil waitUntil, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response Get(string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -3227,6 +3807,44 @@ protected RouteFilterRuleResource() { } public virtual Azure.ResourceManager.ArmOperation Update(Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.RouteFilterRuleData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> UpdateAsync(Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.RouteFilterRuleData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } + public partial class RouteMapCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable + { + protected RouteMapCollection() { } + public virtual Azure.ResourceManager.ArmOperation CreateOrUpdate(Azure.WaitUntil waitUntil, string routeMapName, Azure.ResourceManager.Network.RouteMapData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> CreateOrUpdateAsync(Azure.WaitUntil waitUntil, string routeMapName, Azure.ResourceManager.Network.RouteMapData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response Exists(string routeMapName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> ExistsAsync(string routeMapName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response Get(string routeMapName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Pageable GetAll(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.AsyncPageable GetAllAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetAsync(string routeMapName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } + } + public partial class RouteMapData : Azure.ResourceManager.Models.ResourceData + { + public RouteMapData() { } + public System.Collections.Generic.IList AssociatedInboundConnections { get { throw null; } } + public System.Collections.Generic.IList AssociatedOutboundConnections { get { throw null; } } + public Azure.ETag? ETag { get { throw null; } } + public Azure.ResourceManager.Network.Models.NetworkProvisioningState? ProvisioningState { get { throw null; } } + public System.Collections.Generic.IList Rules { get { throw null; } } + } + public partial class RouteMapResource : Azure.ResourceManager.ArmResource + { + public static readonly Azure.Core.ResourceType ResourceType; + protected RouteMapResource() { } + public virtual Azure.ResourceManager.Network.RouteMapData Data { get { throw null; } } + public virtual bool HasData { get { throw null; } } + public static Azure.Core.ResourceIdentifier CreateResourceIdentifier(string subscriptionId, string resourceGroupName, string virtualHubName, string routeMapName) { throw null; } + public virtual Azure.ResourceManager.ArmOperation Delete(Azure.WaitUntil waitUntil, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task DeleteAsync(Azure.WaitUntil waitUntil, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response Get(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.ResourceManager.ArmOperation Update(Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.RouteMapData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> UpdateAsync(Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.RouteMapData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + } public partial class RouteResource : Azure.ResourceManager.ArmResource { public static readonly Azure.Core.ResourceType ResourceType; @@ -3289,6 +3907,120 @@ protected RouteTableResource() { } public virtual Azure.Response Update(Azure.ResourceManager.Network.Models.NetworkTagsObject networkTagsObject, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> UpdateAsync(Azure.ResourceManager.Network.Models.NetworkTagsObject networkTagsObject, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } + public partial class RoutingIntentCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable + { + protected RoutingIntentCollection() { } + public virtual Azure.ResourceManager.ArmOperation CreateOrUpdate(Azure.WaitUntil waitUntil, string routingIntentName, Azure.ResourceManager.Network.RoutingIntentData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> CreateOrUpdateAsync(Azure.WaitUntil waitUntil, string routingIntentName, Azure.ResourceManager.Network.RoutingIntentData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response Exists(string routingIntentName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> ExistsAsync(string routingIntentName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response Get(string routingIntentName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Pageable GetAll(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.AsyncPageable GetAllAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetAsync(string routingIntentName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } + } + public partial class RoutingIntentData : Azure.ResourceManager.Network.Models.NetworkResourceData + { + public RoutingIntentData() { } + public Azure.ETag? ETag { get { throw null; } } + public Azure.ResourceManager.Network.Models.NetworkProvisioningState? ProvisioningState { get { throw null; } } + public System.Collections.Generic.IList RoutingPolicies { get { throw null; } } + } + public partial class RoutingIntentResource : Azure.ResourceManager.ArmResource + { + public static readonly Azure.Core.ResourceType ResourceType; + protected RoutingIntentResource() { } + public virtual Azure.ResourceManager.Network.RoutingIntentData Data { get { throw null; } } + public virtual bool HasData { get { throw null; } } + public static Azure.Core.ResourceIdentifier CreateResourceIdentifier(string subscriptionId, string resourceGroupName, string virtualHubName, string routingIntentName) { throw null; } + public virtual Azure.ResourceManager.ArmOperation Delete(Azure.WaitUntil waitUntil, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task DeleteAsync(Azure.WaitUntil waitUntil, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response Get(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.ResourceManager.ArmOperation Update(Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.RoutingIntentData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> UpdateAsync(Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.RoutingIntentData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + } + public partial class ScopeConnectionCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable + { + protected ScopeConnectionCollection() { } + public virtual Azure.ResourceManager.ArmOperation CreateOrUpdate(Azure.WaitUntil waitUntil, string scopeConnectionName, Azure.ResourceManager.Network.ScopeConnectionData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> CreateOrUpdateAsync(Azure.WaitUntil waitUntil, string scopeConnectionName, Azure.ResourceManager.Network.ScopeConnectionData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response Exists(string scopeConnectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> ExistsAsync(string scopeConnectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response Get(string scopeConnectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Pageable GetAll(int? top = default(int?), string skipToken = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.AsyncPageable GetAllAsync(int? top = default(int?), string skipToken = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetAsync(string scopeConnectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } + } + public partial class ScopeConnectionData : Azure.ResourceManager.Models.ResourceData + { + public ScopeConnectionData() { } + public Azure.ResourceManager.Network.Models.ScopeConnectionState? ConnectionState { get { throw null; } } + public string Description { get { throw null; } set { } } + public Azure.ETag? ETag { get { throw null; } } + public Azure.Core.ResourceIdentifier ResourceId { get { throw null; } set { } } + public System.Guid? TenantId { get { throw null; } set { } } + } + public partial class ScopeConnectionResource : Azure.ResourceManager.ArmResource + { + public static readonly Azure.Core.ResourceType ResourceType; + protected ScopeConnectionResource() { } + public virtual Azure.ResourceManager.Network.ScopeConnectionData Data { get { throw null; } } + public virtual bool HasData { get { throw null; } } + public static Azure.Core.ResourceIdentifier CreateResourceIdentifier(string subscriptionId, string resourceGroupName, string networkManagerName, string scopeConnectionName) { throw null; } + public virtual Azure.ResourceManager.ArmOperation Delete(Azure.WaitUntil waitUntil, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task DeleteAsync(Azure.WaitUntil waitUntil, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response Get(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.ResourceManager.ArmOperation Update(Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.ScopeConnectionData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> UpdateAsync(Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.ScopeConnectionData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + } + public partial class SecurityAdminConfigurationCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable + { + protected SecurityAdminConfigurationCollection() { } + public virtual Azure.ResourceManager.ArmOperation CreateOrUpdate(Azure.WaitUntil waitUntil, string configurationName, Azure.ResourceManager.Network.SecurityAdminConfigurationData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> CreateOrUpdateAsync(Azure.WaitUntil waitUntil, string configurationName, Azure.ResourceManager.Network.SecurityAdminConfigurationData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response Exists(string configurationName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> ExistsAsync(string configurationName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response Get(string configurationName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Pageable GetAll(int? top = default(int?), string skipToken = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.AsyncPageable GetAllAsync(int? top = default(int?), string skipToken = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetAsync(string configurationName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } + } + public partial class SecurityAdminConfigurationData : Azure.ResourceManager.Models.ResourceData + { + public SecurityAdminConfigurationData() { } + public System.Collections.Generic.IList ApplyOnNetworkIntentPolicyBasedServices { get { throw null; } } + public string Description { get { throw null; } set { } } + public Azure.ETag? ETag { get { throw null; } } + public Azure.ResourceManager.Network.Models.NetworkProvisioningState? ProvisioningState { get { throw null; } } + } + public partial class SecurityAdminConfigurationResource : Azure.ResourceManager.ArmResource + { + public static readonly Azure.Core.ResourceType ResourceType; + protected SecurityAdminConfigurationResource() { } + public virtual Azure.ResourceManager.Network.SecurityAdminConfigurationData Data { get { throw null; } } + public virtual bool HasData { get { throw null; } } + public static Azure.Core.ResourceIdentifier CreateResourceIdentifier(string subscriptionId, string resourceGroupName, string networkManagerName, string configurationName) { throw null; } + public virtual Azure.ResourceManager.ArmOperation Delete(Azure.WaitUntil waitUntil, bool? force = default(bool?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task DeleteAsync(Azure.WaitUntil waitUntil, bool? force = default(bool?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response Get(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response GetAdminRuleGroup(string ruleCollectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetAdminRuleGroupAsync(string ruleCollectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.ResourceManager.Network.AdminRuleGroupCollection GetAdminRuleGroups() { throw null; } + public virtual System.Threading.Tasks.Task> GetAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.ResourceManager.ArmOperation Update(Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.SecurityAdminConfigurationData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> UpdateAsync(Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.SecurityAdminConfigurationData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + } public partial class SecurityPartnerProviderCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { protected SecurityPartnerProviderCollection() { } @@ -3401,10 +4133,12 @@ protected ServiceEndpointPolicyCollection() { } public partial class ServiceEndpointPolicyData : Azure.ResourceManager.Network.Models.NetworkTrackedResourceData { public ServiceEndpointPolicyData() { } + public System.Collections.Generic.IList ContextualServiceEndpointPolicies { get { throw null; } } public Azure.ETag? ETag { get { throw null; } } public string Kind { get { throw null; } } public Azure.ResourceManager.Network.Models.NetworkProvisioningState? ProvisioningState { get { throw null; } } public System.Guid? ResourceGuid { get { throw null; } } + public string ServiceAlias { get { throw null; } set { } } public System.Collections.Generic.IList ServiceEndpointPolicyDefinitions { get { throw null; } } public System.Collections.Generic.IReadOnlyList Subnets { get { throw null; } } } @@ -3530,6 +4264,35 @@ protected SubnetResource() { } public virtual Azure.ResourceManager.ArmOperation Update(Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.SubnetData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> UpdateAsync(Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.SubnetData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } + public partial class SubscriptionNetworkManagerConnectionCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable + { + protected SubscriptionNetworkManagerConnectionCollection() { } + public virtual Azure.ResourceManager.ArmOperation CreateOrUpdate(Azure.WaitUntil waitUntil, string networkManagerConnectionName, Azure.ResourceManager.Network.NetworkManagerConnectionData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> CreateOrUpdateAsync(Azure.WaitUntil waitUntil, string networkManagerConnectionName, Azure.ResourceManager.Network.NetworkManagerConnectionData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response Exists(string networkManagerConnectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> ExistsAsync(string networkManagerConnectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response Get(string networkManagerConnectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Pageable GetAll(int? top = default(int?), string skipToken = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.AsyncPageable GetAllAsync(int? top = default(int?), string skipToken = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetAsync(string networkManagerConnectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } + } + public partial class SubscriptionNetworkManagerConnectionResource : Azure.ResourceManager.ArmResource + { + public static readonly Azure.Core.ResourceType ResourceType; + protected SubscriptionNetworkManagerConnectionResource() { } + public virtual Azure.ResourceManager.Network.NetworkManagerConnectionData Data { get { throw null; } } + public virtual bool HasData { get { throw null; } } + public static Azure.Core.ResourceIdentifier CreateResourceIdentifier(string subscriptionId, string networkManagerConnectionName) { throw null; } + public virtual Azure.ResourceManager.ArmOperation Delete(Azure.WaitUntil waitUntil, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task DeleteAsync(Azure.WaitUntil waitUntil, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response Get(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.ResourceManager.ArmOperation Update(Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.NetworkManagerConnectionData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> UpdateAsync(Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.NetworkManagerConnectionData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + } public partial class VirtualApplianceSiteCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { protected VirtualApplianceSiteCollection() { } @@ -3591,10 +4354,13 @@ public VirtualHubData() { } public System.Collections.Generic.IReadOnlyList BgpConnections { get { throw null; } } public Azure.ETag? ETag { get { throw null; } } public Azure.Core.ResourceIdentifier ExpressRouteGatewayId { get { throw null; } set { } } + public Azure.ResourceManager.Network.Models.HubRoutingPreference? HubRoutingPreference { get { throw null; } set { } } public System.Collections.Generic.IReadOnlyList IPConfigurations { get { throw null; } } + public string Kind { get { throw null; } } public Azure.Core.ResourceIdentifier P2SVpnGatewayId { get { throw null; } set { } } public Azure.ResourceManager.Network.Models.PreferredRoutingGateway? PreferredRoutingGateway { get { throw null; } set { } } public Azure.ResourceManager.Network.Models.NetworkProvisioningState? ProvisioningState { get { throw null; } } + public System.Collections.Generic.IReadOnlyList RouteMaps { get { throw null; } } public System.Collections.Generic.IList Routes { get { throw null; } } public Azure.ResourceManager.Network.Models.RoutingState? RoutingState { get { throw null; } } public Azure.Core.ResourceIdentifier SecurityPartnerProviderId { get { throw null; } set { } } @@ -3602,6 +4368,7 @@ public VirtualHubData() { } public string Sku { get { throw null; } set { } } public System.Collections.Generic.IList VirtualHubRouteTableV2S { get { throw null; } } public long? VirtualRouterAsn { get { throw null; } set { } } + public int? VirtualRouterAutoScaleMinCapacity { get { throw null; } set { } } public System.Collections.Generic.IList VirtualRouterIPs { get { throw null; } } public Azure.Core.ResourceIdentifier VirtualWanId { get { throw null; } set { } } public Azure.Core.ResourceIdentifier VpnGatewayId { get { throw null; } set { } } @@ -3633,6 +4400,16 @@ protected VirtualHubResource() { } public virtual Azure.Response GetHubVirtualNetworkConnection(string connectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetHubVirtualNetworkConnectionAsync(string connectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.ResourceManager.Network.HubVirtualNetworkConnectionCollection GetHubVirtualNetworkConnections() { throw null; } + public virtual Azure.ResourceManager.ArmOperation GetInboundRoutes(Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.Models.VirtualHubInboundRoutesContent content, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task GetInboundRoutesAsync(Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.Models.VirtualHubInboundRoutesContent content, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.ResourceManager.ArmOperation GetOutboundRoutes(Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.Models.VirtualHubOutboundRoutesContent content, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task GetOutboundRoutesAsync(Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.Models.VirtualHubOutboundRoutesContent content, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response GetRouteMap(string routeMapName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetRouteMapAsync(string routeMapName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.ResourceManager.Network.RouteMapCollection GetRouteMaps() { throw null; } + public virtual Azure.Response GetRoutingIntent(string routingIntentName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetRoutingIntentAsync(string routingIntentName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.ResourceManager.Network.RoutingIntentCollection GetRoutingIntents() { throw null; } public virtual Azure.Response GetVirtualHubRouteTableV2(string routeTableName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetVirtualHubRouteTableV2Async(string routeTableName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.ResourceManager.Network.VirtualHubRouteTableV2Collection GetVirtualHubRouteTableV2s() { throw null; } @@ -3704,8 +4481,10 @@ public VirtualNetworkData() { } public System.Collections.Generic.IList DhcpOptionsDnsServers { get { throw null; } } public bool? EnableDdosProtection { get { throw null; } set { } } public bool? EnableVmProtection { get { throw null; } set { } } + public Azure.ResourceManager.Network.Models.VirtualNetworkEncryption Encryption { get { throw null; } set { } } public Azure.ETag? ETag { get { throw null; } } public Azure.ResourceManager.Resources.Models.ExtendedLocation ExtendedLocation { get { throw null; } set { } } + public System.Collections.Generic.IReadOnlyList FlowLogs { get { throw null; } } public int? FlowTimeoutInMinutes { get { throw null; } set { } } public System.Collections.Generic.IList IPAllocations { get { throw null; } } public Azure.ResourceManager.Network.Models.NetworkProvisioningState? ProvisioningState { get { throw null; } } @@ -3755,8 +4534,10 @@ public VirtualNetworkGatewayConnectionData(Azure.ResourceManager.Network.Virtual public long? EgressBytesTransferred { get { throw null; } } public System.Collections.Generic.IList EgressNatRules { get { throw null; } } public bool? EnableBgp { get { throw null; } set { } } + public bool? EnablePrivateLinkFastPath { get { throw null; } set { } } public Azure.ETag? ETag { get { throw null; } } public bool? ExpressRouteGatewayBypass { get { throw null; } set { } } + public System.Collections.Generic.IList GatewayCustomBgpIPAddresses { get { throw null; } } public long? IngressBytesTransferred { get { throw null; } } public System.Collections.Generic.IList IngressNatRules { get { throw null; } } public System.Collections.Generic.IList IPsecPolicies { get { throw null; } } @@ -3800,9 +4581,21 @@ protected VirtualNetworkGatewayConnectionResource() { } public virtual System.Threading.Tasks.Task> SetSharedKeyAsync(Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.Models.ConnectionSharedKey connectionSharedKey, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response SetTags(System.Collections.Generic.IDictionary tags, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> SetTagsAsync(System.Collections.Generic.IDictionary tags, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.ResourceManager.ArmOperation StartPacketCapture(Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.Models.VpnPacketCaptureStartParameters vpnPacketCaptureStartParameters = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> StartPacketCaptureAsync(Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.Models.VpnPacketCaptureStartParameters vpnPacketCaptureStartParameters = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.ResourceManager.ArmOperation StartPacketCapture(Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.Models.VpnPacketCaptureStartContent content = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.ObsoleteAttribute("This method is obsolete and will be removed in a future release", false)] + public virtual Azure.ResourceManager.ArmOperation StartPacketCapture(Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.Models.VpnPacketCaptureStartParameters vpnPacketCaptureStartParameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> StartPacketCaptureAsync(Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.Models.VpnPacketCaptureStartContent content = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.ObsoleteAttribute("This method is obsolete and will be removed in a future release", false)] + public virtual System.Threading.Tasks.Task> StartPacketCaptureAsync(Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.Models.VpnPacketCaptureStartParameters vpnPacketCaptureStartParameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.ResourceManager.ArmOperation StopPacketCapture(Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.Models.VpnPacketCaptureStopContent content, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.ObsoleteAttribute("This method is obsolete and will be removed in a future release", false)] public virtual Azure.ResourceManager.ArmOperation StopPacketCapture(Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.Models.VpnPacketCaptureStopParameters vpnPacketCaptureStopParameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> StopPacketCaptureAsync(Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.Models.VpnPacketCaptureStopContent content, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.ObsoleteAttribute("This method is obsolete and will be removed in a future release", false)] public virtual System.Threading.Tasks.Task> StopPacketCaptureAsync(Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.Models.VpnPacketCaptureStopParameters vpnPacketCaptureStopParameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.ResourceManager.ArmOperation Update(Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.Models.NetworkTagsObject networkTagsObject, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> UpdateAsync(Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.Models.NetworkTagsObject networkTagsObject, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -3813,8 +4606,11 @@ public partial class VirtualNetworkGatewayData : Azure.ResourceManager.Network.M { public VirtualNetworkGatewayData() { } public bool? Active { get { throw null; } set { } } + public bool? AllowRemoteVnetTraffic { get { throw null; } set { } } + public bool? AllowVirtualWanTraffic { get { throw null; } set { } } public Azure.ResourceManager.Network.Models.BgpSettings BgpSettings { get { throw null; } set { } } public System.Collections.Generic.IList CustomRoutesAddressPrefixes { get { throw null; } } + public bool? DisableIPSecReplayProtection { get { throw null; } set { } } public bool? EnableBgp { get { throw null; } set { } } public bool? EnableBgpRouteTranslationForNat { get { throw null; } set { } } public bool? EnableDnsForwarding { get { throw null; } set { } } @@ -3829,6 +4625,7 @@ public VirtualNetworkGatewayData() { } public Azure.ResourceManager.Network.Models.NetworkProvisioningState? ProvisioningState { get { throw null; } } public System.Guid? ResourceGuid { get { throw null; } } public Azure.ResourceManager.Network.Models.VirtualNetworkGatewaySku Sku { get { throw null; } set { } } + public System.Collections.Generic.IList VirtualNetworkGatewayPolicyGroups { get { throw null; } } public Azure.Core.ResourceIdentifier VNetExtendedLocationResourceId { get { throw null; } set { } } public Azure.ResourceManager.Network.Models.VpnClientConfiguration VpnClientConfiguration { get { throw null; } set { } } public Azure.ResourceManager.Network.Models.VpnGatewayGeneration? VpnGatewayGeneration { get { throw null; } set { } } @@ -3887,9 +4684,21 @@ protected VirtualNetworkGatewayResource() { } public virtual System.Threading.Tasks.Task DeleteAsync(Azure.WaitUntil waitUntil, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.ResourceManager.ArmOperation DisconnectVirtualNetworkGatewayVpnConnections(Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.Models.P2SVpnConnectionRequest request, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task DisconnectVirtualNetworkGatewayVpnConnectionsAsync(Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.Models.P2SVpnConnectionRequest request, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.ResourceManager.ArmOperation GenerateVpnClientPackage(Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.Models.VpnClientContent content, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.ObsoleteAttribute("This method is obsolete and will be removed in a future release", false)] public virtual Azure.ResourceManager.ArmOperation Generatevpnclientpackage(Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.Models.VpnClientParameters vpnClientParameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GenerateVpnClientPackageAsync(Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.Models.VpnClientContent content, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.ObsoleteAttribute("This method is obsolete and will be removed in a future release", false)] public virtual System.Threading.Tasks.Task> GeneratevpnclientpackageAsync(Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.Models.VpnClientParameters vpnClientParameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.ResourceManager.ArmOperation GenerateVpnProfile(Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.Models.VpnClientContent content, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.ObsoleteAttribute("This method is obsolete and will be removed in a future release", false)] public virtual Azure.ResourceManager.ArmOperation GenerateVpnProfile(Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.Models.VpnClientParameters vpnClientParameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GenerateVpnProfileAsync(Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.Models.VpnClientContent content, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.ObsoleteAttribute("This method is obsolete and will be removed in a future release", false)] public virtual System.Threading.Tasks.Task> GenerateVpnProfileAsync(Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.Models.VpnClientParameters vpnClientParameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response Get(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.ResourceManager.ArmOperation GetAdvertisedRoutes(Azure.WaitUntil waitUntil, string peer, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -3920,9 +4729,21 @@ protected VirtualNetworkGatewayResource() { } public virtual System.Threading.Tasks.Task> SetTagsAsync(System.Collections.Generic.IDictionary tags, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.ResourceManager.ArmOperation SetVpnclientIPsecParameters(Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.Models.VpnClientIPsecParameters vpnclientIPsecParams, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> SetVpnclientIPsecParametersAsync(Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.Models.VpnClientIPsecParameters vpnclientIPsecParams, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.ResourceManager.ArmOperation StartPacketCapture(Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.Models.VpnPacketCaptureStartParameters vpnPacketCaptureStartParameters = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> StartPacketCaptureAsync(Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.Models.VpnPacketCaptureStartParameters vpnPacketCaptureStartParameters = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.ResourceManager.ArmOperation StartPacketCapture(Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.Models.VpnPacketCaptureStartContent content = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.ObsoleteAttribute("This method is obsolete and will be removed in a future release", false)] + public virtual Azure.ResourceManager.ArmOperation StartPacketCapture(Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.Models.VpnPacketCaptureStartParameters vpnPacketCaptureStartParameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> StartPacketCaptureAsync(Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.Models.VpnPacketCaptureStartContent content = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.ObsoleteAttribute("This method is obsolete and will be removed in a future release", false)] + public virtual System.Threading.Tasks.Task> StartPacketCaptureAsync(Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.Models.VpnPacketCaptureStartParameters vpnPacketCaptureStartParameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.ResourceManager.ArmOperation StopPacketCapture(Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.Models.VpnPacketCaptureStopContent content, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.ObsoleteAttribute("This method is obsolete and will be removed in a future release", false)] public virtual Azure.ResourceManager.ArmOperation StopPacketCapture(Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.Models.VpnPacketCaptureStopParameters vpnPacketCaptureStopParameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> StopPacketCaptureAsync(Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.Models.VpnPacketCaptureStopContent content, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.ObsoleteAttribute("This method is obsolete and will be removed in a future release", false)] public virtual System.Threading.Tasks.Task> StopPacketCaptureAsync(Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.Models.VpnPacketCaptureStopParameters vpnPacketCaptureStopParameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response SupportedVpnDevices(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> SupportedVpnDevicesAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -3958,6 +4779,7 @@ public VirtualNetworkPeeringData() { } public System.Collections.Generic.IList RemoteAddressPrefixes { get { throw null; } } public Azure.ResourceManager.Network.Models.VirtualNetworkBgpCommunities RemoteBgpCommunities { get { throw null; } set { } } public System.Collections.Generic.IList RemoteVirtualNetworkAddressPrefixes { get { throw null; } } + public Azure.ResourceManager.Network.Models.VirtualNetworkEncryption RemoteVirtualNetworkEncryption { get { throw null; } } public Azure.Core.ResourceIdentifier RemoteVirtualNetworkId { get { throw null; } set { } } public System.Guid? ResourceGuid { get { throw null; } } public bool? UseRemoteGateways { get { throw null; } set { } } @@ -3991,6 +4813,10 @@ protected VirtualNetworkResource() { } public virtual System.Threading.Tasks.Task DeleteAsync(Azure.WaitUntil waitUntil, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response Get(string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetAsync(string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Pageable GetNetworkManagerEffectiveConnectivityConfigurations(Azure.ResourceManager.Network.Models.NetworkManagementQueryContent content, int? top = default(int?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.AsyncPageable GetNetworkManagerEffectiveConnectivityConfigurationsAsync(Azure.ResourceManager.Network.Models.NetworkManagementQueryContent content, int? top = default(int?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Pageable GetNetworkManagerEffectiveSecurityAdminRules(Azure.ResourceManager.Network.Models.NetworkManagementQueryContent content, int? top = default(int?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.AsyncPageable GetNetworkManagerEffectiveSecurityAdminRulesAsync(Azure.ResourceManager.Network.Models.NetworkManagementQueryContent content, int? top = default(int?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetSubnet(string subnetName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetSubnetAsync(string subnetName, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.ResourceManager.Network.SubnetCollection GetSubnets() { throw null; } @@ -4274,6 +5100,7 @@ public partial class VpnGatewayData : Azure.ResourceManager.Network.Models.Netwo public VpnGatewayData() { } public Azure.ResourceManager.Network.Models.BgpSettings BgpSettings { get { throw null; } set { } } public System.Collections.Generic.IList Connections { get { throw null; } } + public bool? EnableBgpRouteTranslationForNat { get { throw null; } set { } } public Azure.ETag? ETag { get { throw null; } } public System.Collections.Generic.IReadOnlyList IPConfigurations { get { throw null; } } public bool? IsRoutingPreferenceInternet { get { throw null; } set { } } @@ -4345,8 +5172,10 @@ protected VpnGatewayResource() { } public virtual Azure.ResourceManager.Network.VpnGatewayNatRuleCollection GetVpnGatewayNatRules() { throw null; } public virtual Azure.Response RemoveTag(string key, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> RemoveTagAsync(string key, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.ResourceManager.ArmOperation Reset(Azure.WaitUntil waitUntil, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> ResetAsync(Azure.WaitUntil waitUntil, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.ResourceManager.ArmOperation Reset(Azure.WaitUntil waitUntil, string ipConfigurationId = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.ResourceManager.ArmOperation Reset(Azure.WaitUntil waitUntil, System.Threading.CancellationToken cancellationToken) { throw null; } + public virtual System.Threading.Tasks.Task> ResetAsync(Azure.WaitUntil waitUntil, string ipConfigurationId = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> ResetAsync(Azure.WaitUntil waitUntil, System.Threading.CancellationToken cancellationToken) { throw null; } public virtual Azure.Response SetTags(System.Collections.Generic.IDictionary tags, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> SetTagsAsync(System.Collections.Generic.IDictionary tags, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.ResourceManager.ArmOperation StartPacketCapture(Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.Models.VpnGatewayPacketCaptureStartContent content = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -4375,6 +5204,7 @@ public partial class VpnServerConfigurationData : Azure.ResourceManager.Network. { public VpnServerConfigurationData() { } public Azure.ResourceManager.Network.Models.AadAuthenticationParameters AadAuthenticationParameters { get { throw null; } set { } } + public System.Collections.Generic.IList ConfigurationPolicyGroups { get { throw null; } } public Azure.ETag? ETag { get { throw null; } } public System.Collections.Generic.IReadOnlyList P2SVpnGateways { get { throw null; } } public string ProvisioningState { get { throw null; } } @@ -4389,6 +5219,45 @@ public VpnServerConfigurationData() { } public System.Collections.Generic.IList VpnClientRootCertificates { get { throw null; } } public System.Collections.Generic.IList VpnProtocols { get { throw null; } } } + public partial class VpnServerConfigurationPolicyGroupCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable + { + protected VpnServerConfigurationPolicyGroupCollection() { } + public virtual Azure.ResourceManager.ArmOperation CreateOrUpdate(Azure.WaitUntil waitUntil, string configurationPolicyGroupName, Azure.ResourceManager.Network.VpnServerConfigurationPolicyGroupData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> CreateOrUpdateAsync(Azure.WaitUntil waitUntil, string configurationPolicyGroupName, Azure.ResourceManager.Network.VpnServerConfigurationPolicyGroupData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response Exists(string configurationPolicyGroupName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> ExistsAsync(string configurationPolicyGroupName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response Get(string configurationPolicyGroupName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Pageable GetAll(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.AsyncPageable GetAllAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetAsync(string configurationPolicyGroupName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } + } + public partial class VpnServerConfigurationPolicyGroupData : Azure.ResourceManager.Network.Models.NetworkResourceData + { + public VpnServerConfigurationPolicyGroupData() { } + public Azure.ETag? ETag { get { throw null; } } + public bool? IsDefault { get { throw null; } set { } } + public System.Collections.Generic.IReadOnlyList P2SConnectionConfigurations { get { throw null; } } + public System.Collections.Generic.IList PolicyMembers { get { throw null; } } + public int? Priority { get { throw null; } set { } } + public Azure.ResourceManager.Network.Models.NetworkProvisioningState? ProvisioningState { get { throw null; } } + } + public partial class VpnServerConfigurationPolicyGroupResource : Azure.ResourceManager.ArmResource + { + public static readonly Azure.Core.ResourceType ResourceType; + protected VpnServerConfigurationPolicyGroupResource() { } + public virtual Azure.ResourceManager.Network.VpnServerConfigurationPolicyGroupData Data { get { throw null; } } + public virtual bool HasData { get { throw null; } } + public static Azure.Core.ResourceIdentifier CreateResourceIdentifier(string subscriptionId, string resourceGroupName, string vpnServerConfigurationName, string configurationPolicyGroupName) { throw null; } + public virtual Azure.ResourceManager.ArmOperation Delete(Azure.WaitUntil waitUntil, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task DeleteAsync(Azure.WaitUntil waitUntil, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response Get(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.ResourceManager.ArmOperation Update(Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.VpnServerConfigurationPolicyGroupData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> UpdateAsync(Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.VpnServerConfigurationPolicyGroupData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + } public partial class VpnServerConfigurationResource : Azure.ResourceManager.ArmResource { public static readonly Azure.Core.ResourceType ResourceType; @@ -4402,6 +5271,9 @@ protected VpnServerConfigurationResource() { } public virtual System.Threading.Tasks.Task DeleteAsync(Azure.WaitUntil waitUntil, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response Get(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response GetVpnServerConfigurationPolicyGroup(string configurationPolicyGroupName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetVpnServerConfigurationPolicyGroupAsync(string configurationPolicyGroupName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.ResourceManager.Network.VpnServerConfigurationPolicyGroupCollection GetVpnServerConfigurationPolicyGroups() { throw null; } public virtual Azure.Response RemoveTag(string key, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> RemoveTagAsync(string key, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response SetTags(System.Collections.Generic.IDictionary tags, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -4484,6 +5356,7 @@ public VpnSiteLinkConnectionData() { } public bool? UseLocalAzureIPAddress { get { throw null; } set { } } public bool? UsePolicyBasedTrafficSelectors { get { throw null; } set { } } public Azure.ResourceManager.Network.Models.VirtualNetworkGatewayConnectionProtocol? VpnConnectionProtocolType { get { throw null; } set { } } + public System.Collections.Generic.IList VpnGatewayCustomBgpAddresses { get { throw null; } } public Azure.ResourceManager.Network.Models.VpnLinkConnectionMode? VpnLinkConnectionMode { get { throw null; } set { } } public Azure.Core.ResourceIdentifier VpnSiteLinkId { get { throw null; } set { } } } @@ -4602,12 +5475,88 @@ public AadAuthenticationParameters() { } public string AadIssuer { get { throw null; } set { } } public string AadTenant { get { throw null; } set { } } } - public partial class ApplicationGatewayAuthenticationCertificate : Azure.ResourceManager.Network.Models.NetworkResourceData + public abstract partial class ActiveBaseSecurityAdminRule { - public ApplicationGatewayAuthenticationCertificate() { } - public System.BinaryData Data { get { throw null; } set { } } - public Azure.ETag? ETag { get { throw null; } } - public Azure.ResourceManager.Network.Models.NetworkProvisioningState? ProvisioningState { get { throw null; } } + protected ActiveBaseSecurityAdminRule() { } + public System.DateTimeOffset? CommitOn { get { throw null; } } + public string ConfigurationDescription { get { throw null; } } + public string Id { get { throw null; } } + public string Region { get { throw null; } } + public System.Collections.Generic.IReadOnlyList RuleCollectionAppliesToGroups { get { throw null; } } + public string RuleCollectionDescription { get { throw null; } } + public System.Collections.Generic.IReadOnlyList RuleGroups { get { throw null; } } + } + public partial class ActiveConfigurationContent + { + public ActiveConfigurationContent() { } + public System.Collections.Generic.IList Regions { get { throw null; } } + public string SkipToken { get { throw null; } set { } } + } + public partial class ActiveConnectivityConfiguration : Azure.ResourceManager.Network.Models.EffectiveConnectivityConfiguration + { + internal ActiveConnectivityConfiguration() { } + public System.DateTimeOffset? CommittedOn { get { throw null; } } + public Azure.Core.AzureLocation? Region { get { throw null; } } + } + public partial class ActiveDefaultSecurityAdminRule : Azure.ResourceManager.Network.Models.ActiveBaseSecurityAdminRule + { + internal ActiveDefaultSecurityAdminRule() { } + public Azure.ResourceManager.Network.Models.SecurityConfigurationRuleAccess? Access { get { throw null; } } + public string Description { get { throw null; } } + public System.Collections.Generic.IReadOnlyList DestinationPortRanges { get { throw null; } } + public System.Collections.Generic.IReadOnlyList Destinations { get { throw null; } } + public Azure.ResourceManager.Network.Models.SecurityConfigurationRuleDirection? Direction { get { throw null; } } + public string Flag { get { throw null; } } + public int? Priority { get { throw null; } } + public Azure.ResourceManager.Network.Models.SecurityConfigurationRuleProtocol? Protocol { get { throw null; } } + public Azure.ResourceManager.Network.Models.NetworkProvisioningState? ProvisioningState { get { throw null; } } + public System.Collections.Generic.IReadOnlyList SourcePortRanges { get { throw null; } } + public System.Collections.Generic.IReadOnlyList Sources { get { throw null; } } + } + public partial class ActiveSecurityAdminRule : Azure.ResourceManager.Network.Models.ActiveBaseSecurityAdminRule + { + internal ActiveSecurityAdminRule() { } + public Azure.ResourceManager.Network.Models.SecurityConfigurationRuleAccess? Access { get { throw null; } } + public string Description { get { throw null; } } + public System.Collections.Generic.IReadOnlyList DestinationPortRanges { get { throw null; } } + public System.Collections.Generic.IReadOnlyList Destinations { get { throw null; } } + public Azure.ResourceManager.Network.Models.SecurityConfigurationRuleDirection? Direction { get { throw null; } } + public int? Priority { get { throw null; } } + public Azure.ResourceManager.Network.Models.SecurityConfigurationRuleProtocol? Protocol { get { throw null; } } + public Azure.ResourceManager.Network.Models.NetworkProvisioningState? ProvisioningState { get { throw null; } } + public System.Collections.Generic.IReadOnlyList SourcePortRanges { get { throw null; } } + public System.Collections.Generic.IReadOnlyList Sources { get { throw null; } } + } + public partial class AddressPrefixItem + { + public AddressPrefixItem() { } + public string AddressPrefix { get { throw null; } set { } } + public Azure.ResourceManager.Network.Models.AddressPrefixType? AddressPrefixType { get { throw null; } set { } } + } + [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] + public readonly partial struct AddressPrefixType : System.IEquatable + { + private readonly object _dummy; + private readonly int _dummyPrimitive; + public AddressPrefixType(string value) { throw null; } + public static Azure.ResourceManager.Network.Models.AddressPrefixType IPPrefix { get { throw null; } } + public static Azure.ResourceManager.Network.Models.AddressPrefixType ServiceTag { get { throw null; } } + public bool Equals(Azure.ResourceManager.Network.Models.AddressPrefixType other) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override bool Equals(object obj) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override int GetHashCode() { throw null; } + public static bool operator ==(Azure.ResourceManager.Network.Models.AddressPrefixType left, Azure.ResourceManager.Network.Models.AddressPrefixType right) { throw null; } + public static implicit operator Azure.ResourceManager.Network.Models.AddressPrefixType (string value) { throw null; } + public static bool operator !=(Azure.ResourceManager.Network.Models.AddressPrefixType left, Azure.ResourceManager.Network.Models.AddressPrefixType right) { throw null; } + public override string ToString() { throw null; } + } + public partial class ApplicationGatewayAuthenticationCertificate : Azure.ResourceManager.Network.Models.NetworkResourceData + { + public ApplicationGatewayAuthenticationCertificate() { } + public System.BinaryData Data { get { throw null; } set { } } + public Azure.ETag? ETag { get { throw null; } } + public Azure.ResourceManager.Network.Models.NetworkProvisioningState? ProvisioningState { get { throw null; } } } public partial class ApplicationGatewayAutoscaleConfiguration { @@ -4708,6 +5657,43 @@ public ApplicationGatewayBackendHttpSettings() { } public int? RequestTimeoutInSeconds { get { throw null; } set { } } public System.Collections.Generic.IList TrustedRootCertificates { get { throw null; } } } + public partial class ApplicationGatewayBackendSettings : Azure.ResourceManager.Network.Models.NetworkResourceData + { + public ApplicationGatewayBackendSettings() { } + public Azure.ETag? ETag { get { throw null; } } + public string HostName { get { throw null; } set { } } + public bool? PickHostNameFromBackendAddress { get { throw null; } set { } } + public int? Port { get { throw null; } set { } } + public Azure.Core.ResourceIdentifier ProbeId { get { throw null; } set { } } + public Azure.ResourceManager.Network.Models.ApplicationGatewayProtocol? Protocol { get { throw null; } set { } } + public Azure.ResourceManager.Network.Models.NetworkProvisioningState? ProvisioningState { get { throw null; } } + public int? TimeoutInSeconds { get { throw null; } set { } } + public System.Collections.Generic.IList TrustedRootCertificates { get { throw null; } } + } + public partial class ApplicationGatewayClientAuthConfiguration + { + public ApplicationGatewayClientAuthConfiguration() { } + public bool? VerifyClientCertIssuerDN { get { throw null; } set { } } + public Azure.ResourceManager.Network.Models.ApplicationGatewayClientRevocationOption? VerifyClientRevocation { get { throw null; } set { } } + } + [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] + public readonly partial struct ApplicationGatewayClientRevocationOption : System.IEquatable + { + private readonly object _dummy; + private readonly int _dummyPrimitive; + public ApplicationGatewayClientRevocationOption(string value) { throw null; } + public static Azure.ResourceManager.Network.Models.ApplicationGatewayClientRevocationOption None { get { throw null; } } + public static Azure.ResourceManager.Network.Models.ApplicationGatewayClientRevocationOption Ocsp { get { throw null; } } + public bool Equals(Azure.ResourceManager.Network.Models.ApplicationGatewayClientRevocationOption other) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override bool Equals(object obj) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override int GetHashCode() { throw null; } + public static bool operator ==(Azure.ResourceManager.Network.Models.ApplicationGatewayClientRevocationOption left, Azure.ResourceManager.Network.Models.ApplicationGatewayClientRevocationOption right) { throw null; } + public static implicit operator Azure.ResourceManager.Network.Models.ApplicationGatewayClientRevocationOption (string value) { throw null; } + public static bool operator !=(Azure.ResourceManager.Network.Models.ApplicationGatewayClientRevocationOption left, Azure.ResourceManager.Network.Models.ApplicationGatewayClientRevocationOption right) { throw null; } + public override string ToString() { throw null; } + } public partial class ApplicationGatewayConnectionDraining { public ApplicationGatewayConnectionDraining(bool enabled, int drainTimeoutInSeconds) { } @@ -4744,8 +5730,16 @@ public ApplicationGatewayCustomError() { } private readonly object _dummy; private readonly int _dummyPrimitive; public ApplicationGatewayCustomErrorStatusCode(string value) { throw null; } + public static Azure.ResourceManager.Network.Models.ApplicationGatewayCustomErrorStatusCode HttpStatus400 { get { throw null; } } public static Azure.ResourceManager.Network.Models.ApplicationGatewayCustomErrorStatusCode HttpStatus403 { get { throw null; } } + public static Azure.ResourceManager.Network.Models.ApplicationGatewayCustomErrorStatusCode HttpStatus404 { get { throw null; } } + public static Azure.ResourceManager.Network.Models.ApplicationGatewayCustomErrorStatusCode HttpStatus405 { get { throw null; } } + public static Azure.ResourceManager.Network.Models.ApplicationGatewayCustomErrorStatusCode HttpStatus408 { get { throw null; } } + public static Azure.ResourceManager.Network.Models.ApplicationGatewayCustomErrorStatusCode HttpStatus499 { get { throw null; } } + public static Azure.ResourceManager.Network.Models.ApplicationGatewayCustomErrorStatusCode HttpStatus500 { get { throw null; } } public static Azure.ResourceManager.Network.Models.ApplicationGatewayCustomErrorStatusCode HttpStatus502 { get { throw null; } } + public static Azure.ResourceManager.Network.Models.ApplicationGatewayCustomErrorStatusCode HttpStatus503 { get { throw null; } } + public static Azure.ResourceManager.Network.Models.ApplicationGatewayCustomErrorStatusCode HttpStatus504 { get { throw null; } } public bool Equals(Azure.ResourceManager.Network.Models.ApplicationGatewayCustomErrorStatusCode other) { throw null; } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] public override bool Equals(object obj) { throw null; } @@ -4769,6 +5763,15 @@ public ApplicationGatewayFirewallExclusion(string matchVariable, string selector public string Selector { get { throw null; } set { } } public string SelectorMatchOperator { get { throw null; } set { } } } + public partial class ApplicationGatewayFirewallManifestRuleSet + { + internal ApplicationGatewayFirewallManifestRuleSet() { } + public System.Collections.Generic.IReadOnlyList RuleGroups { get { throw null; } } + public string RuleSetType { get { throw null; } } + public string RuleSetVersion { get { throw null; } } + public Azure.ResourceManager.Network.Models.ApplicationGatewayRuleSetStatusOption? Status { get { throw null; } } + public System.Collections.Generic.IReadOnlyList Tiers { get { throw null; } } + } [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] public readonly partial struct ApplicationGatewayFirewallMode : System.IEquatable { @@ -4790,8 +5793,11 @@ public ApplicationGatewayFirewallExclusion(string matchVariable, string selector public partial class ApplicationGatewayFirewallRule { public ApplicationGatewayFirewallRule(int ruleId) { } + public Azure.ResourceManager.Network.Models.ApplicationGatewayWafRuleActionType? Action { get { throw null; } set { } } public string Description { get { throw null; } set { } } public int RuleId { get { throw null; } set { } } + public string RuleIdString { get { throw null; } set { } } + public Azure.ResourceManager.Network.Models.ApplicationGatewayWafRuleStateType? State { get { throw null; } set { } } } public partial class ApplicationGatewayFirewallRuleGroup { @@ -4807,6 +5813,7 @@ public ApplicationGatewayFirewallRuleSet() { } public System.Collections.Generic.IList RuleGroups { get { throw null; } } public string RuleSetType { get { throw null; } set { } } public string RuleSetVersion { get { throw null; } set { } } + public System.Collections.Generic.IList Tiers { get { throw null; } } } public partial class ApplicationGatewayFrontendIPConfiguration : Azure.ResourceManager.Network.Models.NetworkResourceData { @@ -4826,6 +5833,12 @@ public ApplicationGatewayFrontendPort() { } public int? Port { get { throw null; } set { } } public Azure.ResourceManager.Network.Models.NetworkProvisioningState? ProvisioningState { get { throw null; } } } + public partial class ApplicationGatewayGlobalConfiguration + { + public ApplicationGatewayGlobalConfiguration() { } + public bool? EnableRequestBuffering { get { throw null; } set { } } + public bool? EnableResponseBuffering { get { throw null; } set { } } + } public partial class ApplicationGatewayHeaderConfiguration { public ApplicationGatewayHeaderConfiguration() { } @@ -4855,6 +5868,51 @@ public ApplicationGatewayIPConfiguration() { } public Azure.ResourceManager.Network.Models.NetworkProvisioningState? ProvisioningState { get { throw null; } } public Azure.Core.ResourceIdentifier SubnetId { get { throw null; } set { } } } + public partial class ApplicationGatewayListener : Azure.ResourceManager.Network.Models.NetworkResourceData + { + public ApplicationGatewayListener() { } + public Azure.ETag? ETag { get { throw null; } } + public Azure.Core.ResourceIdentifier FrontendIPConfigurationId { get { throw null; } set { } } + public Azure.Core.ResourceIdentifier FrontendPortId { get { throw null; } set { } } + public Azure.ResourceManager.Network.Models.ApplicationGatewayProtocol? Protocol { get { throw null; } set { } } + public Azure.ResourceManager.Network.Models.NetworkProvisioningState? ProvisioningState { get { throw null; } } + public Azure.Core.ResourceIdentifier SslCertificateId { get { throw null; } set { } } + public Azure.Core.ResourceIdentifier SslProfileId { get { throw null; } set { } } + } + [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] + public readonly partial struct ApplicationGatewayLoadDistributionAlgorithm : System.IEquatable + { + private readonly object _dummy; + private readonly int _dummyPrimitive; + public ApplicationGatewayLoadDistributionAlgorithm(string value) { throw null; } + public static Azure.ResourceManager.Network.Models.ApplicationGatewayLoadDistributionAlgorithm IPHash { get { throw null; } } + public static Azure.ResourceManager.Network.Models.ApplicationGatewayLoadDistributionAlgorithm LeastConnections { get { throw null; } } + public static Azure.ResourceManager.Network.Models.ApplicationGatewayLoadDistributionAlgorithm RoundRobin { get { throw null; } } + public bool Equals(Azure.ResourceManager.Network.Models.ApplicationGatewayLoadDistributionAlgorithm other) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override bool Equals(object obj) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override int GetHashCode() { throw null; } + public static bool operator ==(Azure.ResourceManager.Network.Models.ApplicationGatewayLoadDistributionAlgorithm left, Azure.ResourceManager.Network.Models.ApplicationGatewayLoadDistributionAlgorithm right) { throw null; } + public static implicit operator Azure.ResourceManager.Network.Models.ApplicationGatewayLoadDistributionAlgorithm (string value) { throw null; } + public static bool operator !=(Azure.ResourceManager.Network.Models.ApplicationGatewayLoadDistributionAlgorithm left, Azure.ResourceManager.Network.Models.ApplicationGatewayLoadDistributionAlgorithm right) { throw null; } + public override string ToString() { throw null; } + } + public partial class ApplicationGatewayLoadDistributionPolicy : Azure.ResourceManager.Network.Models.NetworkResourceData + { + public ApplicationGatewayLoadDistributionPolicy() { } + public Azure.ETag? ETag { get { throw null; } } + public Azure.ResourceManager.Network.Models.ApplicationGatewayLoadDistributionAlgorithm? LoadDistributionAlgorithm { get { throw null; } set { } } + public System.Collections.Generic.IList LoadDistributionTargets { get { throw null; } } + public Azure.ResourceManager.Network.Models.NetworkProvisioningState? ProvisioningState { get { throw null; } } + } + public partial class ApplicationGatewayLoadDistributionTarget : Azure.ResourceManager.Network.Models.NetworkResourceData + { + public ApplicationGatewayLoadDistributionTarget() { } + public Azure.Core.ResourceIdentifier BackendAddressPoolId { get { throw null; } set { } } + public Azure.ETag? ETag { get { throw null; } } + public int? WeightPerServer { get { throw null; } set { } } + } public partial class ApplicationGatewayOnDemandProbe { public ApplicationGatewayOnDemandProbe() { } @@ -4894,6 +5952,7 @@ public ApplicationGatewayPathRule() { } public Azure.Core.ResourceIdentifier BackendHttpSettingsId { get { throw null; } set { } } public Azure.ETag? ETag { get { throw null; } } public Azure.Core.ResourceIdentifier FirewallPolicyId { get { throw null; } set { } } + public Azure.Core.ResourceIdentifier LoadDistributionPolicyId { get { throw null; } set { } } public System.Collections.Generic.IList Paths { get { throw null; } } public Azure.ResourceManager.Network.Models.NetworkProvisioningState? ProvisioningState { get { throw null; } } public Azure.Core.ResourceIdentifier RedirectConfigurationId { get { throw null; } set { } } @@ -4934,6 +5993,7 @@ public ApplicationGatewayProbe() { } public int? MinServers { get { throw null; } set { } } public string Path { get { throw null; } set { } } public bool? PickHostNameFromBackendHttpSettings { get { throw null; } set { } } + public bool? PickHostNameFromBackendSettings { get { throw null; } set { } } public int? Port { get { throw null; } set { } } public Azure.ResourceManager.Network.Models.ApplicationGatewayProtocol? Protocol { get { throw null; } set { } } public Azure.ResourceManager.Network.Models.NetworkProvisioningState? ProvisioningState { get { throw null; } } @@ -4954,6 +6014,8 @@ public ApplicationGatewayProbeHealthResponseMatch() { } public ApplicationGatewayProtocol(string value) { throw null; } public static Azure.ResourceManager.Network.Models.ApplicationGatewayProtocol Http { get { throw null; } } public static Azure.ResourceManager.Network.Models.ApplicationGatewayProtocol Https { get { throw null; } } + public static Azure.ResourceManager.Network.Models.ApplicationGatewayProtocol Tcp { get { throw null; } } + public static Azure.ResourceManager.Network.Models.ApplicationGatewayProtocol Tls { get { throw null; } } public bool Equals(Azure.ResourceManager.Network.Models.ApplicationGatewayProtocol other) { throw null; } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] public override bool Equals(object obj) { throw null; } @@ -5004,6 +6066,7 @@ public ApplicationGatewayRequestRoutingRule() { } public Azure.Core.ResourceIdentifier BackendHttpSettingsId { get { throw null; } set { } } public Azure.ETag? ETag { get { throw null; } } public Azure.Core.ResourceIdentifier HttpListenerId { get { throw null; } set { } } + public Azure.Core.ResourceIdentifier LoadDistributionPolicyId { get { throw null; } set { } } public int? Priority { get { throw null; } set { } } public Azure.ResourceManager.Network.Models.NetworkProvisioningState? ProvisioningState { get { throw null; } } public Azure.Core.ResourceIdentifier RedirectConfigurationId { get { throw null; } set { } } @@ -5059,6 +6122,37 @@ public ApplicationGatewayRewriteRuleSet() { } public Azure.ResourceManager.Network.Models.NetworkProvisioningState? ProvisioningState { get { throw null; } } public System.Collections.Generic.IList RewriteRules { get { throw null; } } } + public partial class ApplicationGatewayRoutingRule : Azure.ResourceManager.Network.Models.NetworkResourceData + { + public ApplicationGatewayRoutingRule() { } + public Azure.Core.ResourceIdentifier BackendAddressPoolId { get { throw null; } set { } } + public Azure.Core.ResourceIdentifier BackendSettingsId { get { throw null; } set { } } + public Azure.ETag? ETag { get { throw null; } } + public Azure.Core.ResourceIdentifier ListenerId { get { throw null; } set { } } + public int? Priority { get { throw null; } set { } } + public Azure.ResourceManager.Network.Models.NetworkProvisioningState? ProvisioningState { get { throw null; } } + public Azure.ResourceManager.Network.Models.ApplicationGatewayRequestRoutingRuleType? RuleType { get { throw null; } set { } } + } + [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] + public readonly partial struct ApplicationGatewayRuleSetStatusOption : System.IEquatable + { + private readonly object _dummy; + private readonly int _dummyPrimitive; + public ApplicationGatewayRuleSetStatusOption(string value) { throw null; } + public static Azure.ResourceManager.Network.Models.ApplicationGatewayRuleSetStatusOption Deprecated { get { throw null; } } + public static Azure.ResourceManager.Network.Models.ApplicationGatewayRuleSetStatusOption GA { get { throw null; } } + public static Azure.ResourceManager.Network.Models.ApplicationGatewayRuleSetStatusOption Preview { get { throw null; } } + public static Azure.ResourceManager.Network.Models.ApplicationGatewayRuleSetStatusOption Supported { get { throw null; } } + public bool Equals(Azure.ResourceManager.Network.Models.ApplicationGatewayRuleSetStatusOption other) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override bool Equals(object obj) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override int GetHashCode() { throw null; } + public static bool operator ==(Azure.ResourceManager.Network.Models.ApplicationGatewayRuleSetStatusOption left, Azure.ResourceManager.Network.Models.ApplicationGatewayRuleSetStatusOption right) { throw null; } + public static implicit operator Azure.ResourceManager.Network.Models.ApplicationGatewayRuleSetStatusOption (string value) { throw null; } + public static bool operator !=(Azure.ResourceManager.Network.Models.ApplicationGatewayRuleSetStatusOption left, Azure.ResourceManager.Network.Models.ApplicationGatewayRuleSetStatusOption right) { throw null; } + public override string ToString() { throw null; } + } public partial class ApplicationGatewaySku { public ApplicationGatewaySku() { } @@ -5161,6 +6255,8 @@ public ApplicationGatewaySslPolicy() { } public static Azure.ResourceManager.Network.Models.ApplicationGatewaySslPolicyName AppGwSslPolicy20150501 { get { throw null; } } public static Azure.ResourceManager.Network.Models.ApplicationGatewaySslPolicyName AppGwSslPolicy20170401 { get { throw null; } } public static Azure.ResourceManager.Network.Models.ApplicationGatewaySslPolicyName AppGwSslPolicy20170401S { get { throw null; } } + public static Azure.ResourceManager.Network.Models.ApplicationGatewaySslPolicyName AppGwSslPolicy20220101 { get { throw null; } } + public static Azure.ResourceManager.Network.Models.ApplicationGatewaySslPolicyName AppGwSslPolicy20220101S { get { throw null; } } public bool Equals(Azure.ResourceManager.Network.Models.ApplicationGatewaySslPolicyName other) { throw null; } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] public override bool Equals(object obj) { throw null; } @@ -5178,6 +6274,7 @@ public ApplicationGatewaySslPolicy() { } private readonly int _dummyPrimitive; public ApplicationGatewaySslPolicyType(string value) { throw null; } public static Azure.ResourceManager.Network.Models.ApplicationGatewaySslPolicyType Custom { get { throw null; } } + public static Azure.ResourceManager.Network.Models.ApplicationGatewaySslPolicyType CustomV2 { get { throw null; } } public static Azure.ResourceManager.Network.Models.ApplicationGatewaySslPolicyType Predefined { get { throw null; } } public bool Equals(Azure.ResourceManager.Network.Models.ApplicationGatewaySslPolicyType other) { throw null; } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] @@ -5198,10 +6295,13 @@ public ApplicationGatewaySslPredefinedPolicy() { } public partial class ApplicationGatewaySslProfile : Azure.ResourceManager.Network.Models.NetworkResourceData { public ApplicationGatewaySslProfile() { } + public Azure.ResourceManager.Network.Models.ApplicationGatewayClientAuthConfiguration ClientAuthConfiguration { get { throw null; } set { } } public Azure.ETag? ETag { get { throw null; } } public Azure.ResourceManager.Network.Models.NetworkProvisioningState? ProvisioningState { get { throw null; } } public Azure.ResourceManager.Network.Models.ApplicationGatewaySslPolicy SslPolicy { get { throw null; } set { } } public System.Collections.Generic.IList TrustedClientCertificates { get { throw null; } } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.ObsoleteAttribute("This property is obsolete and might be removed in a future version, please use `TagToIPAddresses` instead", false)] public bool? VerifyClientCertIssuerDN { get { throw null; } set { } } } [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] @@ -5213,6 +6313,7 @@ public ApplicationGatewaySslProfile() { } public static Azure.ResourceManager.Network.Models.ApplicationGatewaySslProtocol Tls1_0 { get { throw null; } } public static Azure.ResourceManager.Network.Models.ApplicationGatewaySslProtocol Tls1_1 { get { throw null; } } public static Azure.ResourceManager.Network.Models.ApplicationGatewaySslProtocol Tls1_2 { get { throw null; } } + public static Azure.ResourceManager.Network.Models.ApplicationGatewaySslProtocol TLSv13 { get { throw null; } } public bool Equals(Azure.ResourceManager.Network.Models.ApplicationGatewaySslProtocol other) { throw null; } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] public override bool Equals(object obj) { throw null; } @@ -5243,6 +6344,26 @@ public ApplicationGatewaySslProfile() { } public static bool operator !=(Azure.ResourceManager.Network.Models.ApplicationGatewayTier left, Azure.ResourceManager.Network.Models.ApplicationGatewayTier right) { throw null; } public override string ToString() { throw null; } } + [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] + public readonly partial struct ApplicationGatewayTierType : System.IEquatable + { + private readonly object _dummy; + private readonly int _dummyPrimitive; + public ApplicationGatewayTierType(string value) { throw null; } + public static Azure.ResourceManager.Network.Models.ApplicationGatewayTierType Standard { get { throw null; } } + public static Azure.ResourceManager.Network.Models.ApplicationGatewayTierType StandardV2 { get { throw null; } } + public static Azure.ResourceManager.Network.Models.ApplicationGatewayTierType Waf { get { throw null; } } + public static Azure.ResourceManager.Network.Models.ApplicationGatewayTierType WafV2 { get { throw null; } } + public bool Equals(Azure.ResourceManager.Network.Models.ApplicationGatewayTierType other) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override bool Equals(object obj) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override int GetHashCode() { throw null; } + public static bool operator ==(Azure.ResourceManager.Network.Models.ApplicationGatewayTierType left, Azure.ResourceManager.Network.Models.ApplicationGatewayTierType right) { throw null; } + public static implicit operator Azure.ResourceManager.Network.Models.ApplicationGatewayTierType (string value) { throw null; } + public static bool operator !=(Azure.ResourceManager.Network.Models.ApplicationGatewayTierType left, Azure.ResourceManager.Network.Models.ApplicationGatewayTierType right) { throw null; } + public override string ToString() { throw null; } + } public partial class ApplicationGatewayTrustedClientCertificate : Azure.ResourceManager.Network.Models.NetworkResourceData { public ApplicationGatewayTrustedClientCertificate() { } @@ -5272,12 +6393,52 @@ public partial class ApplicationGatewayUrlPathMap : Azure.ResourceManager.Networ public ApplicationGatewayUrlPathMap() { } public Azure.Core.ResourceIdentifier DefaultBackendAddressPoolId { get { throw null; } set { } } public Azure.Core.ResourceIdentifier DefaultBackendHttpSettingsId { get { throw null; } set { } } + public Azure.Core.ResourceIdentifier DefaultLoadDistributionPolicyId { get { throw null; } set { } } public Azure.Core.ResourceIdentifier DefaultRedirectConfigurationId { get { throw null; } set { } } public Azure.Core.ResourceIdentifier DefaultRewriteRuleSetId { get { throw null; } set { } } public Azure.ETag? ETag { get { throw null; } } public System.Collections.Generic.IList PathRules { get { throw null; } } public Azure.ResourceManager.Network.Models.NetworkProvisioningState? ProvisioningState { get { throw null; } } } + [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] + public readonly partial struct ApplicationGatewayWafRuleActionType : System.IEquatable + { + private readonly object _dummy; + private readonly int _dummyPrimitive; + public ApplicationGatewayWafRuleActionType(string value) { throw null; } + public static Azure.ResourceManager.Network.Models.ApplicationGatewayWafRuleActionType Allow { get { throw null; } } + public static Azure.ResourceManager.Network.Models.ApplicationGatewayWafRuleActionType AnomalyScoring { get { throw null; } } + public static Azure.ResourceManager.Network.Models.ApplicationGatewayWafRuleActionType Block { get { throw null; } } + public static Azure.ResourceManager.Network.Models.ApplicationGatewayWafRuleActionType Log { get { throw null; } } + public static Azure.ResourceManager.Network.Models.ApplicationGatewayWafRuleActionType None { get { throw null; } } + public bool Equals(Azure.ResourceManager.Network.Models.ApplicationGatewayWafRuleActionType other) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override bool Equals(object obj) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override int GetHashCode() { throw null; } + public static bool operator ==(Azure.ResourceManager.Network.Models.ApplicationGatewayWafRuleActionType left, Azure.ResourceManager.Network.Models.ApplicationGatewayWafRuleActionType right) { throw null; } + public static implicit operator Azure.ResourceManager.Network.Models.ApplicationGatewayWafRuleActionType (string value) { throw null; } + public static bool operator !=(Azure.ResourceManager.Network.Models.ApplicationGatewayWafRuleActionType left, Azure.ResourceManager.Network.Models.ApplicationGatewayWafRuleActionType right) { throw null; } + public override string ToString() { throw null; } + } + [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] + public readonly partial struct ApplicationGatewayWafRuleStateType : System.IEquatable + { + private readonly object _dummy; + private readonly int _dummyPrimitive; + public ApplicationGatewayWafRuleStateType(string value) { throw null; } + public static Azure.ResourceManager.Network.Models.ApplicationGatewayWafRuleStateType Disabled { get { throw null; } } + public static Azure.ResourceManager.Network.Models.ApplicationGatewayWafRuleStateType Enabled { get { throw null; } } + public bool Equals(Azure.ResourceManager.Network.Models.ApplicationGatewayWafRuleStateType other) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override bool Equals(object obj) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override int GetHashCode() { throw null; } + public static bool operator ==(Azure.ResourceManager.Network.Models.ApplicationGatewayWafRuleStateType left, Azure.ResourceManager.Network.Models.ApplicationGatewayWafRuleStateType right) { throw null; } + public static implicit operator Azure.ResourceManager.Network.Models.ApplicationGatewayWafRuleStateType (string value) { throw null; } + public static bool operator !=(Azure.ResourceManager.Network.Models.ApplicationGatewayWafRuleStateType left, Azure.ResourceManager.Network.Models.ApplicationGatewayWafRuleStateType right) { throw null; } + public override string ToString() { throw null; } + } public partial class ApplicationGatewayWebApplicationFirewallConfiguration { public ApplicationGatewayWebApplicationFirewallConfiguration(bool enabled, Azure.ResourceManager.Network.Models.ApplicationGatewayFirewallMode firewallMode, string ruleSetType, string ruleSetVersion) { } @@ -5346,6 +6507,24 @@ public partial class AutoApprovedPrivateLinkService internal AutoApprovedPrivateLinkService() { } public string PrivateLinkService { get { throw null; } } } + [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] + public readonly partial struct AutoLearnPrivateRangesMode : System.IEquatable + { + private readonly object _dummy; + private readonly int _dummyPrimitive; + public AutoLearnPrivateRangesMode(string value) { throw null; } + public static Azure.ResourceManager.Network.Models.AutoLearnPrivateRangesMode Disabled { get { throw null; } } + public static Azure.ResourceManager.Network.Models.AutoLearnPrivateRangesMode Enabled { get { throw null; } } + public bool Equals(Azure.ResourceManager.Network.Models.AutoLearnPrivateRangesMode other) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override bool Equals(object obj) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override int GetHashCode() { throw null; } + public static bool operator ==(Azure.ResourceManager.Network.Models.AutoLearnPrivateRangesMode left, Azure.ResourceManager.Network.Models.AutoLearnPrivateRangesMode right) { throw null; } + public static implicit operator Azure.ResourceManager.Network.Models.AutoLearnPrivateRangesMode (string value) { throw null; } + public static bool operator !=(Azure.ResourceManager.Network.Models.AutoLearnPrivateRangesMode left, Azure.ResourceManager.Network.Models.AutoLearnPrivateRangesMode right) { throw null; } + public override string ToString() { throw null; } + } public partial class AvailableDelegation : Azure.ResourceManager.Models.ResourceData { internal AvailableDelegation() { } @@ -5599,6 +6778,7 @@ public AzureFirewallSku() { } private readonly object _dummy; private readonly int _dummyPrimitive; public AzureFirewallSkuTier(string value) { throw null; } + public static Azure.ResourceManager.Network.Models.AzureFirewallSkuTier Basic { get { throw null; } } public static Azure.ResourceManager.Network.Models.AzureFirewallSkuTier Premium { get { throw null; } } public static Azure.ResourceManager.Network.Models.AzureFirewallSkuTier Standard { get { throw null; } } public bool Equals(Azure.ResourceManager.Network.Models.AzureFirewallSkuTier other) { throw null; } @@ -5666,6 +6846,11 @@ public AzureReachabilityReportLocation(string country) { } public string Country { get { throw null; } set { } } public string State { get { throw null; } set { } } } + public partial class BackendAddressInboundNatRulePortMappings + { + internal BackendAddressInboundNatRulePortMappings() { } + public System.Collections.Generic.IReadOnlyList InboundNatRulePortMappings { get { throw null; } } + } public partial class BastionHostIPConfiguration : Azure.ResourceManager.Network.Models.NetworkResourceData { public BastionHostIPConfiguration() { } @@ -5768,6 +6953,31 @@ public CheckPrivateLinkServiceVisibilityRequest() { } public string PrivateLinkServiceAlias { get { throw null; } set { } } } [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] + public readonly partial struct CidrAdvertisingGeoCode : System.IEquatable + { + private readonly object _dummy; + private readonly int _dummyPrimitive; + public CidrAdvertisingGeoCode(string value) { throw null; } + public static Azure.ResourceManager.Network.Models.CidrAdvertisingGeoCode Afri { get { throw null; } } + public static Azure.ResourceManager.Network.Models.CidrAdvertisingGeoCode Apac { get { throw null; } } + public static Azure.ResourceManager.Network.Models.CidrAdvertisingGeoCode AQ { get { throw null; } } + public static Azure.ResourceManager.Network.Models.CidrAdvertisingGeoCode Euro { get { throw null; } } + public static Azure.ResourceManager.Network.Models.CidrAdvertisingGeoCode Global { get { throw null; } } + public static Azure.ResourceManager.Network.Models.CidrAdvertisingGeoCode Latam { get { throw null; } } + public static Azure.ResourceManager.Network.Models.CidrAdvertisingGeoCode ME { get { throw null; } } + public static Azure.ResourceManager.Network.Models.CidrAdvertisingGeoCode Nam { get { throw null; } } + public static Azure.ResourceManager.Network.Models.CidrAdvertisingGeoCode Oceania { get { throw null; } } + public bool Equals(Azure.ResourceManager.Network.Models.CidrAdvertisingGeoCode other) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override bool Equals(object obj) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override int GetHashCode() { throw null; } + public static bool operator ==(Azure.ResourceManager.Network.Models.CidrAdvertisingGeoCode left, Azure.ResourceManager.Network.Models.CidrAdvertisingGeoCode right) { throw null; } + public static implicit operator Azure.ResourceManager.Network.Models.CidrAdvertisingGeoCode (string value) { throw null; } + public static bool operator !=(Azure.ResourceManager.Network.Models.CidrAdvertisingGeoCode left, Azure.ResourceManager.Network.Models.CidrAdvertisingGeoCode right) { throw null; } + public override string ToString() { throw null; } + } + [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] public readonly partial struct CircuitConnectionStatus : System.IEquatable { private readonly object _dummy; @@ -5793,8 +7003,10 @@ public CheckPrivateLinkServiceVisibilityRequest() { } private readonly int _dummyPrimitive; public CommissionedState(string value) { throw null; } public static Azure.ResourceManager.Network.Models.CommissionedState Commissioned { get { throw null; } } + public static Azure.ResourceManager.Network.Models.CommissionedState CommissionedNoInternetAdvertise { get { throw null; } } public static Azure.ResourceManager.Network.Models.CommissionedState Commissioning { get { throw null; } } public static Azure.ResourceManager.Network.Models.CommissionedState Decommissioning { get { throw null; } } + public static Azure.ResourceManager.Network.Models.CommissionedState Deprovisioned { get { throw null; } } public static Azure.ResourceManager.Network.Models.CommissionedState Deprovisioning { get { throw null; } } public static Azure.ResourceManager.Network.Models.CommissionedState Provisioned { get { throw null; } } public static Azure.ResourceManager.Network.Models.CommissionedState Provisioning { get { throw null; } } @@ -5904,8 +7116,10 @@ public ConnectionMonitorEndpointScopeItem() { } private readonly object _dummy; private readonly int _dummyPrimitive; public ConnectionMonitorEndpointType(string value) { throw null; } + public static Azure.ResourceManager.Network.Models.ConnectionMonitorEndpointType AzureArcVm { get { throw null; } } public static Azure.ResourceManager.Network.Models.ConnectionMonitorEndpointType AzureSubnet { get { throw null; } } public static Azure.ResourceManager.Network.Models.ConnectionMonitorEndpointType AzureVm { get { throw null; } } + public static Azure.ResourceManager.Network.Models.ConnectionMonitorEndpointType AzureVmss { get { throw null; } } public static Azure.ResourceManager.Network.Models.ConnectionMonitorEndpointType AzureVNet { get { throw null; } } public static Azure.ResourceManager.Network.Models.ConnectionMonitorEndpointType ExternalAddress { get { throw null; } } public static Azure.ResourceManager.Network.Models.ConnectionMonitorEndpointType MMAWorkspaceMachine { get { throw null; } } @@ -6078,6 +7292,14 @@ public ConnectivityDestination() { } public int? Port { get { throw null; } set { } } public Azure.Core.ResourceIdentifier ResourceId { get { throw null; } set { } } } + public partial class ConnectivityGroupItem + { + public ConnectivityGroupItem(string networkGroupId, Azure.ResourceManager.Network.Models.GroupConnectivity groupConnectivity) { } + public Azure.ResourceManager.Network.Models.GroupConnectivity GroupConnectivity { get { throw null; } set { } } + public Azure.ResourceManager.Network.Models.GlobalMeshSupportFlag? IsGlobal { get { throw null; } set { } } + public string NetworkGroupId { get { throw null; } set { } } + public Azure.ResourceManager.Network.Models.HubGatewayUsageFlag? UseHubGateway { get { throw null; } set { } } + } public partial class ConnectivityHopInfo { internal ConnectivityHopInfo() { } @@ -6091,6 +7313,12 @@ internal ConnectivityHopInfo() { } public System.Collections.Generic.IReadOnlyList PreviousLinks { get { throw null; } } public Azure.Core.ResourceIdentifier ResourceId { get { throw null; } } } + public partial class ConnectivityHub + { + public ConnectivityHub() { } + public Azure.Core.ResourceIdentifier ResourceId { get { throw null; } set { } } + public Azure.Core.ResourceType? ResourceType { get { throw null; } set { } } + } public partial class ConnectivityInformation { internal ConnectivityInformation() { } @@ -6141,6 +7369,24 @@ public ConnectivitySource(Azure.Core.ResourceIdentifier resourceId) { } public int? Port { get { throw null; } set { } } public Azure.Core.ResourceIdentifier ResourceId { get { throw null; } } } + [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] + public readonly partial struct ConnectivityTopology : System.IEquatable + { + private readonly object _dummy; + private readonly int _dummyPrimitive; + public ConnectivityTopology(string value) { throw null; } + public static Azure.ResourceManager.Network.Models.ConnectivityTopology HubAndSpoke { get { throw null; } } + public static Azure.ResourceManager.Network.Models.ConnectivityTopology Mesh { get { throw null; } } + public bool Equals(Azure.ResourceManager.Network.Models.ConnectivityTopology other) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override bool Equals(object obj) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override int GetHashCode() { throw null; } + public static bool operator ==(Azure.ResourceManager.Network.Models.ConnectivityTopology left, Azure.ResourceManager.Network.Models.ConnectivityTopology right) { throw null; } + public static implicit operator Azure.ResourceManager.Network.Models.ConnectivityTopology (string value) { throw null; } + public static bool operator !=(Azure.ResourceManager.Network.Models.ConnectivityTopology left, Azure.ResourceManager.Network.Models.ConnectivityTopology right) { throw null; } + public override string ToString() { throw null; } + } public partial class ContainerNetworkInterface : Azure.ResourceManager.Network.Models.NetworkResourceData { public ContainerNetworkInterface() { } @@ -6188,6 +7434,13 @@ internal ContainerNetworkInterfaceIPConfiguration() { } public static bool operator !=(Azure.ResourceManager.Network.Models.CoverageLevel left, Azure.ResourceManager.Network.Models.CoverageLevel right) { throw null; } public override string ToString() { throw null; } } + public partial class CrossTenantScopes + { + internal CrossTenantScopes() { } + public System.Collections.Generic.IReadOnlyList ManagementGroups { get { throw null; } } + public System.Collections.Generic.IReadOnlyList Subscriptions { get { throw null; } } + public System.Guid? TenantId { get { throw null; } } + } public partial class CustomDnsConfigProperties { public CustomDnsConfigProperties() { } @@ -6195,6 +7448,27 @@ public CustomDnsConfigProperties() { } public System.Collections.Generic.IList IPAddresses { get { throw null; } } } [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] + public readonly partial struct CustomIPPrefixType : System.IEquatable + { + private readonly object _dummy; + private readonly int _dummyPrimitive; + public CustomIPPrefixType(string value) { throw null; } + public static Azure.ResourceManager.Network.Models.CustomIPPrefixType Child { get { throw null; } } + public static Azure.ResourceManager.Network.Models.CustomIPPrefixType Parent { get { throw null; } } + public static Azure.ResourceManager.Network.Models.CustomIPPrefixType Singular { get { throw null; } } + public bool Equals(Azure.ResourceManager.Network.Models.CustomIPPrefixType other) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override bool Equals(object obj) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override int GetHashCode() { throw null; } + public static bool operator ==(Azure.ResourceManager.Network.Models.CustomIPPrefixType left, Azure.ResourceManager.Network.Models.CustomIPPrefixType right) { throw null; } + public static implicit operator Azure.ResourceManager.Network.Models.CustomIPPrefixType (string value) { throw null; } + public static bool operator !=(Azure.ResourceManager.Network.Models.CustomIPPrefixType left, Azure.ResourceManager.Network.Models.CustomIPPrefixType right) { throw null; } + public override string ToString() { throw null; } + } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.ObsoleteAttribute("This struct is obsolete and will be removed in a future release", false)] + [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] public readonly partial struct DdosCustomPolicyProtocol : System.IEquatable { private readonly object _dummy; @@ -6213,6 +7487,8 @@ public CustomDnsConfigProperties() { } public static bool operator !=(Azure.ResourceManager.Network.Models.DdosCustomPolicyProtocol left, Azure.ResourceManager.Network.Models.DdosCustomPolicyProtocol right) { throw null; } public override string ToString() { throw null; } } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.ObsoleteAttribute("This struct is obsolete and will be removed in a future release", false)] [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] public readonly partial struct DdosCustomPolicyTriggerSensitivityOverride : System.IEquatable { @@ -6236,10 +7512,20 @@ public CustomDnsConfigProperties() { } public partial class DdosSettings { public DdosSettings() { } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.ObsoleteAttribute("This property is obsolete and might be removed in a future version, please use `TagToIPAddresses` instead", false)] public Azure.Core.ResourceIdentifier DdosCustomPolicyId { get { throw null; } set { } } + public Azure.Core.ResourceIdentifier DdosProtectionPlanId { get { throw null; } set { } } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.ObsoleteAttribute("This property is obsolete and might be removed in a future version, please use `TagToIPAddresses` instead", false)] public bool? ProtectedIP { get { throw null; } set { } } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.ObsoleteAttribute("This property is obsolete and might be removed in a future version, please use `TagToIPAddresses` instead", false)] public Azure.ResourceManager.Network.Models.DdosSettingsProtectionCoverage? ProtectionCoverage { get { throw null; } set { } } + public Azure.ResourceManager.Network.Models.DdosSettingsProtectionMode? ProtectionMode { get { throw null; } set { } } } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.ObsoleteAttribute("This struct is obsolete and will be removed in a future release", false)] [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] public readonly partial struct DdosSettingsProtectionCoverage : System.IEquatable { @@ -6259,6 +7545,43 @@ public DdosSettings() { } public override string ToString() { throw null; } } [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] + public readonly partial struct DdosSettingsProtectionMode : System.IEquatable + { + private readonly object _dummy; + private readonly int _dummyPrimitive; + public DdosSettingsProtectionMode(string value) { throw null; } + public static Azure.ResourceManager.Network.Models.DdosSettingsProtectionMode Disabled { get { throw null; } } + public static Azure.ResourceManager.Network.Models.DdosSettingsProtectionMode Enabled { get { throw null; } } + public static Azure.ResourceManager.Network.Models.DdosSettingsProtectionMode VirtualNetworkInherited { get { throw null; } } + public bool Equals(Azure.ResourceManager.Network.Models.DdosSettingsProtectionMode other) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override bool Equals(object obj) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override int GetHashCode() { throw null; } + public static bool operator ==(Azure.ResourceManager.Network.Models.DdosSettingsProtectionMode left, Azure.ResourceManager.Network.Models.DdosSettingsProtectionMode right) { throw null; } + public static implicit operator Azure.ResourceManager.Network.Models.DdosSettingsProtectionMode (string value) { throw null; } + public static bool operator !=(Azure.ResourceManager.Network.Models.DdosSettingsProtectionMode left, Azure.ResourceManager.Network.Models.DdosSettingsProtectionMode right) { throw null; } + public override string ToString() { throw null; } + } + [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] + public readonly partial struct DeleteExistingPeering : System.IEquatable + { + private readonly object _dummy; + private readonly int _dummyPrimitive; + public DeleteExistingPeering(string value) { throw null; } + public static Azure.ResourceManager.Network.Models.DeleteExistingPeering False { get { throw null; } } + public static Azure.ResourceManager.Network.Models.DeleteExistingPeering True { get { throw null; } } + public bool Equals(Azure.ResourceManager.Network.Models.DeleteExistingPeering other) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override bool Equals(object obj) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override int GetHashCode() { throw null; } + public static bool operator ==(Azure.ResourceManager.Network.Models.DeleteExistingPeering left, Azure.ResourceManager.Network.Models.DeleteExistingPeering right) { throw null; } + public static implicit operator Azure.ResourceManager.Network.Models.DeleteExistingPeering (string value) { throw null; } + public static bool operator !=(Azure.ResourceManager.Network.Models.DeleteExistingPeering left, Azure.ResourceManager.Network.Models.DeleteExistingPeering right) { throw null; } + public override string ToString() { throw null; } + } + [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] public readonly partial struct DestinationPortBehavior : System.IEquatable { private readonly object _dummy; @@ -6319,6 +7642,53 @@ public DnsSettings() { } public bool? RequireProxyForNetworkRules { get { throw null; } set { } } public System.Collections.Generic.IList Servers { get { throw null; } } } + public partial class DscpQosDefinition + { + public DscpQosDefinition() { } + public System.Collections.Generic.IList DestinationIPRanges { get { throw null; } } + public System.Collections.Generic.IList DestinationPortRanges { get { throw null; } } + public System.Collections.Generic.IList Markings { get { throw null; } } + public Azure.ResourceManager.Network.Models.ProtocolType? Protocol { get { throw null; } set { } } + public System.Collections.Generic.IList SourceIPRanges { get { throw null; } } + public System.Collections.Generic.IList SourcePortRanges { get { throw null; } } + } + public abstract partial class EffectiveBaseSecurityAdminRule + { + protected EffectiveBaseSecurityAdminRule() { } + public string ConfigurationDescription { get { throw null; } } + public Azure.Core.ResourceIdentifier ResourceId { get { throw null; } } + public System.Collections.Generic.IReadOnlyList RuleCollectionAppliesToGroups { get { throw null; } } + public string RuleCollectionDescription { get { throw null; } } + public System.Collections.Generic.IReadOnlyList RuleGroups { get { throw null; } } + } + public partial class EffectiveConnectivityConfiguration + { + internal EffectiveConnectivityConfiguration() { } + public System.Collections.Generic.IReadOnlyList AppliesToGroups { get { throw null; } } + public System.Collections.Generic.IReadOnlyList ConfigurationGroups { get { throw null; } } + public Azure.ResourceManager.Network.Models.ConnectivityTopology? ConnectivityTopology { get { throw null; } } + public Azure.ResourceManager.Network.Models.DeleteExistingPeering? DeleteExistingPeering { get { throw null; } } + public string Description { get { throw null; } } + public System.Collections.Generic.IReadOnlyList Hubs { get { throw null; } } + public string Id { get { throw null; } } + public Azure.ResourceManager.Network.Models.GlobalMeshSupportFlag? IsGlobal { get { throw null; } } + public Azure.ResourceManager.Network.Models.NetworkProvisioningState? ProvisioningState { get { throw null; } } + } + public partial class EffectiveDefaultSecurityAdminRule : Azure.ResourceManager.Network.Models.EffectiveBaseSecurityAdminRule + { + internal EffectiveDefaultSecurityAdminRule() { } + public Azure.ResourceManager.Network.Models.SecurityConfigurationRuleAccess? Access { get { throw null; } } + public string Description { get { throw null; } } + public System.Collections.Generic.IReadOnlyList DestinationPortRanges { get { throw null; } } + public System.Collections.Generic.IReadOnlyList Destinations { get { throw null; } } + public Azure.ResourceManager.Network.Models.SecurityConfigurationRuleDirection? Direction { get { throw null; } } + public string Flag { get { throw null; } } + public int? Priority { get { throw null; } } + public Azure.ResourceManager.Network.Models.SecurityConfigurationRuleProtocol? Protocol { get { throw null; } } + public Azure.ResourceManager.Network.Models.NetworkProvisioningState? ProvisioningState { get { throw null; } } + public System.Collections.Generic.IReadOnlyList SourcePortRanges { get { throw null; } } + public System.Collections.Generic.IReadOnlyList Sources { get { throw null; } } + } public partial class EffectiveNetworkSecurityGroup { internal EffectiveNetworkSecurityGroup() { } @@ -6423,6 +7793,20 @@ public EffectiveRoutesContent() { } public static bool operator !=(Azure.ResourceManager.Network.Models.EffectiveRouteState left, Azure.ResourceManager.Network.Models.EffectiveRouteState right) { throw null; } public override string ToString() { throw null; } } + public partial class EffectiveSecurityAdminRule : Azure.ResourceManager.Network.Models.EffectiveBaseSecurityAdminRule + { + internal EffectiveSecurityAdminRule() { } + public Azure.ResourceManager.Network.Models.SecurityConfigurationRuleAccess? Access { get { throw null; } } + public string Description { get { throw null; } } + public System.Collections.Generic.IReadOnlyList DestinationPortRanges { get { throw null; } } + public System.Collections.Generic.IReadOnlyList Destinations { get { throw null; } } + public Azure.ResourceManager.Network.Models.SecurityConfigurationRuleDirection? Direction { get { throw null; } } + public int? Priority { get { throw null; } } + public Azure.ResourceManager.Network.Models.SecurityConfigurationRuleProtocol? Protocol { get { throw null; } } + public Azure.ResourceManager.Network.Models.NetworkProvisioningState? ProvisioningState { get { throw null; } } + public System.Collections.Generic.IReadOnlyList SourcePortRanges { get { throw null; } } + public System.Collections.Generic.IReadOnlyList Sources { get { throw null; } } + } [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] public readonly partial struct EffectiveSecurityRuleProtocol : System.IEquatable { @@ -6476,6 +7860,24 @@ internal EvaluatedNetworkSecurityGroup() { } public static bool operator !=(Azure.ResourceManager.Network.Models.EvaluationState left, Azure.ResourceManager.Network.Models.EvaluationState right) { throw null; } public override string ToString() { throw null; } } + public partial class ExclusionManagedRule + { + public ExclusionManagedRule(string ruleId) { } + public string RuleId { get { throw null; } set { } } + } + public partial class ExclusionManagedRuleGroup + { + public ExclusionManagedRuleGroup(string ruleGroupName) { } + public string RuleGroupName { get { throw null; } set { } } + public System.Collections.Generic.IList Rules { get { throw null; } } + } + public partial class ExclusionManagedRuleSet + { + public ExclusionManagedRuleSet(string ruleSetType, string ruleSetVersion) { } + public System.Collections.Generic.IList RuleGroups { get { throw null; } } + public string RuleSetType { get { throw null; } set { } } + public string RuleSetVersion { get { throw null; } set { } } + } public partial class ExpressRouteCircuitArpTable { internal ExpressRouteCircuitArpTable() { } @@ -6768,6 +8170,42 @@ public ExpressRouteLinkMacSecConfig() { } public override string ToString() { throw null; } } [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] + public readonly partial struct ExpressRoutePortAuthorizationUseStatus : System.IEquatable + { + private readonly object _dummy; + private readonly int _dummyPrimitive; + public ExpressRoutePortAuthorizationUseStatus(string value) { throw null; } + public static Azure.ResourceManager.Network.Models.ExpressRoutePortAuthorizationUseStatus Available { get { throw null; } } + public static Azure.ResourceManager.Network.Models.ExpressRoutePortAuthorizationUseStatus InUse { get { throw null; } } + public bool Equals(Azure.ResourceManager.Network.Models.ExpressRoutePortAuthorizationUseStatus other) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override bool Equals(object obj) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override int GetHashCode() { throw null; } + public static bool operator ==(Azure.ResourceManager.Network.Models.ExpressRoutePortAuthorizationUseStatus left, Azure.ResourceManager.Network.Models.ExpressRoutePortAuthorizationUseStatus right) { throw null; } + public static implicit operator Azure.ResourceManager.Network.Models.ExpressRoutePortAuthorizationUseStatus (string value) { throw null; } + public static bool operator !=(Azure.ResourceManager.Network.Models.ExpressRoutePortAuthorizationUseStatus left, Azure.ResourceManager.Network.Models.ExpressRoutePortAuthorizationUseStatus right) { throw null; } + public override string ToString() { throw null; } + } + [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] + public readonly partial struct ExpressRoutePortsBillingType : System.IEquatable + { + private readonly object _dummy; + private readonly int _dummyPrimitive; + public ExpressRoutePortsBillingType(string value) { throw null; } + public static Azure.ResourceManager.Network.Models.ExpressRoutePortsBillingType MeteredData { get { throw null; } } + public static Azure.ResourceManager.Network.Models.ExpressRoutePortsBillingType UnlimitedData { get { throw null; } } + public bool Equals(Azure.ResourceManager.Network.Models.ExpressRoutePortsBillingType other) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override bool Equals(object obj) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override int GetHashCode() { throw null; } + public static bool operator ==(Azure.ResourceManager.Network.Models.ExpressRoutePortsBillingType left, Azure.ResourceManager.Network.Models.ExpressRoutePortsBillingType right) { throw null; } + public static implicit operator Azure.ResourceManager.Network.Models.ExpressRoutePortsBillingType (string value) { throw null; } + public static bool operator !=(Azure.ResourceManager.Network.Models.ExpressRoutePortsBillingType left, Azure.ResourceManager.Network.Models.ExpressRoutePortsBillingType right) { throw null; } + public override string ToString() { throw null; } + } + [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] public readonly partial struct ExpressRoutePortsEncapsulation : System.IEquatable { private readonly object _dummy; @@ -6810,6 +8248,16 @@ public FirewallPolicyCertificateAuthority() { } public string KeyVaultSecretId { get { throw null; } set { } } public string Name { get { throw null; } set { } } } + public partial class FirewallPolicyExplicitProxy + { + public FirewallPolicyExplicitProxy() { } + public bool? EnableExplicitProxy { get { throw null; } set { } } + public bool? EnablePacFile { get { throw null; } set { } } + public int? HttpPort { get { throw null; } set { } } + public int? HttpsPort { get { throw null; } set { } } + public string PacFile { get { throw null; } set { } } + public int? PacFilePort { get { throw null; } set { } } + } [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] public readonly partial struct FirewallPolicyFilterRuleCollectionActionType : System.IEquatable { @@ -6834,6 +8282,42 @@ public FirewallPolicyFilterRuleCollectionInfo() { } public Azure.ResourceManager.Network.Models.FirewallPolicyFilterRuleCollectionActionType? ActionType { get { throw null; } set { } } public System.Collections.Generic.IList Rules { get { throw null; } } } + [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] + public readonly partial struct FirewallPolicyIdpsQuerySortOrder : System.IEquatable + { + private readonly object _dummy; + private readonly int _dummyPrimitive; + public FirewallPolicyIdpsQuerySortOrder(string value) { throw null; } + public static Azure.ResourceManager.Network.Models.FirewallPolicyIdpsQuerySortOrder Ascending { get { throw null; } } + public static Azure.ResourceManager.Network.Models.FirewallPolicyIdpsQuerySortOrder Descending { get { throw null; } } + public bool Equals(Azure.ResourceManager.Network.Models.FirewallPolicyIdpsQuerySortOrder other) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override bool Equals(object obj) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override int GetHashCode() { throw null; } + public static bool operator ==(Azure.ResourceManager.Network.Models.FirewallPolicyIdpsQuerySortOrder left, Azure.ResourceManager.Network.Models.FirewallPolicyIdpsQuerySortOrder right) { throw null; } + public static implicit operator Azure.ResourceManager.Network.Models.FirewallPolicyIdpsQuerySortOrder (string value) { throw null; } + public static bool operator !=(Azure.ResourceManager.Network.Models.FirewallPolicyIdpsQuerySortOrder left, Azure.ResourceManager.Network.Models.FirewallPolicyIdpsQuerySortOrder right) { throw null; } + public override string ToString() { throw null; } + } + public enum FirewallPolicyIdpsSignatureDirection + { + Zero = 0, + One = 1, + Two = 2, + } + public enum FirewallPolicyIdpsSignatureMode + { + Zero = 0, + One = 1, + Two = 2, + } + public enum FirewallPolicyIdpsSignatureSeverity + { + One = 1, + Two = 2, + Three = 3, + } public partial class FirewallPolicyInsights { public FirewallPolicyInsights() { } @@ -6863,6 +8347,7 @@ public partial class FirewallPolicyIntrusionDetectionConfiguration { public FirewallPolicyIntrusionDetectionConfiguration() { } public System.Collections.Generic.IList BypassTrafficSettings { get { throw null; } } + public System.Collections.Generic.IList PrivateRanges { get { throw null; } } public System.Collections.Generic.IList SignatureOverrides { get { throw null; } } } [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] @@ -7007,6 +8492,7 @@ protected FirewallPolicyRuleCollectionInfo() { } private readonly object _dummy; private readonly int _dummyPrimitive; public FirewallPolicySkuTier(string value) { throw null; } + public static Azure.ResourceManager.Network.Models.FirewallPolicySkuTier Basic { get { throw null; } } public static Azure.ResourceManager.Network.Models.FirewallPolicySkuTier Premium { get { throw null; } } public static Azure.ResourceManager.Network.Models.FirewallPolicySkuTier Standard { get { throw null; } } public bool Equals(Azure.ResourceManager.Network.Models.FirewallPolicySkuTier other) { throw null; } @@ -7019,6 +8505,12 @@ protected FirewallPolicyRuleCollectionInfo() { } public static bool operator !=(Azure.ResourceManager.Network.Models.FirewallPolicySkuTier left, Azure.ResourceManager.Network.Models.FirewallPolicySkuTier right) { throw null; } public override string ToString() { throw null; } } + public partial class FirewallPolicySnat + { + public FirewallPolicySnat() { } + public Azure.ResourceManager.Network.Models.AutoLearnPrivateRangesMode? AutoLearnPrivateRanges { get { throw null; } set { } } + public System.Collections.Generic.IList PrivateRanges { get { throw null; } } + } public partial class FirewallPolicyThreatIntelWhitelist { public FirewallPolicyThreatIntelWhitelist() { } @@ -7063,6 +8555,12 @@ public partial class FlowLogStatusContent public FlowLogStatusContent(Azure.Core.ResourceIdentifier targetResourceId) { } public Azure.Core.ResourceIdentifier TargetResourceId { get { throw null; } } } + public partial class GatewayCustomBgpIPAddressIPConfiguration + { + public GatewayCustomBgpIPAddressIPConfiguration(string ipConfigurationId, string customBgpIPAddress) { } + public string CustomBgpIPAddress { get { throw null; } set { } } + public string IPConfigurationId { get { throw null; } set { } } + } public partial class GatewayLoadBalancerTunnelInterface { public GatewayLoadBalancerTunnelInterface() { } @@ -7141,6 +8639,42 @@ public GetVpnSitesConfigurationContent(System.Uri outputBlobSasUri) { } public System.Uri OutputBlobSasUri { get { throw null; } } public System.Collections.Generic.IList VpnSites { get { throw null; } } } + [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] + public readonly partial struct GlobalMeshSupportFlag : System.IEquatable + { + private readonly object _dummy; + private readonly int _dummyPrimitive; + public GlobalMeshSupportFlag(string value) { throw null; } + public static Azure.ResourceManager.Network.Models.GlobalMeshSupportFlag False { get { throw null; } } + public static Azure.ResourceManager.Network.Models.GlobalMeshSupportFlag True { get { throw null; } } + public bool Equals(Azure.ResourceManager.Network.Models.GlobalMeshSupportFlag other) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override bool Equals(object obj) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override int GetHashCode() { throw null; } + public static bool operator ==(Azure.ResourceManager.Network.Models.GlobalMeshSupportFlag left, Azure.ResourceManager.Network.Models.GlobalMeshSupportFlag right) { throw null; } + public static implicit operator Azure.ResourceManager.Network.Models.GlobalMeshSupportFlag (string value) { throw null; } + public static bool operator !=(Azure.ResourceManager.Network.Models.GlobalMeshSupportFlag left, Azure.ResourceManager.Network.Models.GlobalMeshSupportFlag right) { throw null; } + public override string ToString() { throw null; } + } + [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] + public readonly partial struct GroupConnectivity : System.IEquatable + { + private readonly object _dummy; + private readonly int _dummyPrimitive; + public GroupConnectivity(string value) { throw null; } + public static Azure.ResourceManager.Network.Models.GroupConnectivity DirectlyConnected { get { throw null; } } + public static Azure.ResourceManager.Network.Models.GroupConnectivity None { get { throw null; } } + public bool Equals(Azure.ResourceManager.Network.Models.GroupConnectivity other) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override bool Equals(object obj) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override int GetHashCode() { throw null; } + public static bool operator ==(Azure.ResourceManager.Network.Models.GroupConnectivity left, Azure.ResourceManager.Network.Models.GroupConnectivity right) { throw null; } + public static implicit operator Azure.ResourceManager.Network.Models.GroupConnectivity (string value) { throw null; } + public static bool operator !=(Azure.ResourceManager.Network.Models.GroupConnectivity left, Azure.ResourceManager.Network.Models.GroupConnectivity right) { throw null; } + public override string ToString() { throw null; } + } public partial class HopLink { internal HopLink() { } @@ -7173,6 +8707,24 @@ internal HopLink() { } public static bool operator !=(Azure.ResourceManager.Network.Models.HubBgpConnectionStatus left, Azure.ResourceManager.Network.Models.HubBgpConnectionStatus right) { throw null; } public override string ToString() { throw null; } } + [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] + public readonly partial struct HubGatewayUsageFlag : System.IEquatable + { + private readonly object _dummy; + private readonly int _dummyPrimitive; + public HubGatewayUsageFlag(string value) { throw null; } + public static Azure.ResourceManager.Network.Models.HubGatewayUsageFlag False { get { throw null; } } + public static Azure.ResourceManager.Network.Models.HubGatewayUsageFlag True { get { throw null; } } + public bool Equals(Azure.ResourceManager.Network.Models.HubGatewayUsageFlag other) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override bool Equals(object obj) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override int GetHashCode() { throw null; } + public static bool operator ==(Azure.ResourceManager.Network.Models.HubGatewayUsageFlag left, Azure.ResourceManager.Network.Models.HubGatewayUsageFlag right) { throw null; } + public static implicit operator Azure.ResourceManager.Network.Models.HubGatewayUsageFlag (string value) { throw null; } + public static bool operator !=(Azure.ResourceManager.Network.Models.HubGatewayUsageFlag left, Azure.ResourceManager.Network.Models.HubGatewayUsageFlag right) { throw null; } + public override string ToString() { throw null; } + } public partial class HubIPAddresses { public HubIPAddresses() { } @@ -7195,6 +8747,67 @@ public HubRoute(string name, string destinationType, System.Collections.Generic. public string NextHopType { get { throw null; } set { } } } [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] + public readonly partial struct HubRoutingPreference : System.IEquatable + { + private readonly object _dummy; + private readonly int _dummyPrimitive; + public HubRoutingPreference(string value) { throw null; } + public static Azure.ResourceManager.Network.Models.HubRoutingPreference ASPath { get { throw null; } } + public static Azure.ResourceManager.Network.Models.HubRoutingPreference ExpressRoute { get { throw null; } } + public static Azure.ResourceManager.Network.Models.HubRoutingPreference VpnGateway { get { throw null; } } + public bool Equals(Azure.ResourceManager.Network.Models.HubRoutingPreference other) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override bool Equals(object obj) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override int GetHashCode() { throw null; } + public static bool operator ==(Azure.ResourceManager.Network.Models.HubRoutingPreference left, Azure.ResourceManager.Network.Models.HubRoutingPreference right) { throw null; } + public static implicit operator Azure.ResourceManager.Network.Models.HubRoutingPreference (string value) { throw null; } + public static bool operator !=(Azure.ResourceManager.Network.Models.HubRoutingPreference left, Azure.ResourceManager.Network.Models.HubRoutingPreference right) { throw null; } + public override string ToString() { throw null; } + } + public partial class IdpsQueryContent + { + public IdpsQueryContent() { } + public System.Collections.Generic.IList Filters { get { throw null; } } + public Azure.ResourceManager.Network.Models.IdpsQueryOrderBy OrderBy { get { throw null; } set { } } + public int? ResultsPerPage { get { throw null; } set { } } + public string Search { get { throw null; } set { } } + public int? Skip { get { throw null; } set { } } + } + public partial class IdpsQueryFilterItems + { + public IdpsQueryFilterItems() { } + public string Field { get { throw null; } set { } } + public System.Collections.Generic.IList Values { get { throw null; } } + } + public partial class IdpsQueryOrderBy + { + public IdpsQueryOrderBy() { } + public string Field { get { throw null; } set { } } + public Azure.ResourceManager.Network.Models.FirewallPolicyIdpsQuerySortOrder? Order { get { throw null; } set { } } + } + public partial class IdpsSignatureListResult + { + internal IdpsSignatureListResult() { } + public long? MatchingRecordsCount { get { throw null; } } + public System.Collections.Generic.IReadOnlyList Signatures { get { throw null; } } + } + public partial class IdpsSignatureResult + { + internal IdpsSignatureResult() { } + public string Description { get { throw null; } } + public System.Collections.Generic.IReadOnlyList DestinationPorts { get { throw null; } } + public Azure.ResourceManager.Network.Models.FirewallPolicyIdpsSignatureDirection? Direction { get { throw null; } } + public string Group { get { throw null; } } + public bool? InheritedFromParentPolicy { get { throw null; } } + public string LastUpdated { get { throw null; } } + public Azure.ResourceManager.Network.Models.FirewallPolicyIdpsSignatureMode? Mode { get { throw null; } } + public string Protocol { get { throw null; } } + public Azure.ResourceManager.Network.Models.FirewallPolicyIdpsSignatureSeverity? Severity { get { throw null; } } + public int? SignatureId { get { throw null; } } + public System.Collections.Generic.IReadOnlyList SourcePorts { get { throw null; } } + } + [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] public readonly partial struct IkeEncryption : System.IEquatable { private readonly object _dummy; @@ -7239,6 +8852,14 @@ public HubRoute(string name, string destinationType, System.Collections.Generic. public static bool operator !=(Azure.ResourceManager.Network.Models.IkeIntegrity left, Azure.ResourceManager.Network.Models.IkeIntegrity right) { throw null; } public override string ToString() { throw null; } } + public partial class InboundNatRulePortMapping + { + internal InboundNatRulePortMapping() { } + public int? BackendPort { get { throw null; } } + public int? FrontendPort { get { throw null; } } + public string InboundNatRuleName { get { throw null; } } + public Azure.ResourceManager.Network.Models.LoadBalancingTransportProtocol? Protocol { get { throw null; } } + } public partial class InboundSecurityRule : Azure.ResourceManager.Network.Models.NetworkResourceData { public InboundSecurityRule() { } @@ -7431,9 +9052,16 @@ public IPv6ExpressRouteCircuitPeeringConfig() { } public static bool operator !=(Azure.ResourceManager.Network.Models.IssueSeverity left, Azure.ResourceManager.Network.Models.IssueSeverity right) { throw null; } public override string ToString() { throw null; } } + public partial class LearnedIPPrefixesListResult + { + internal LearnedIPPrefixesListResult() { } + public System.Collections.Generic.IReadOnlyList IPPrefixes { get { throw null; } } + } public partial class LoadBalancerBackendAddress { public LoadBalancerBackendAddress() { } + public Azure.ResourceManager.Network.Models.LoadBalancerBackendAddressAdminState? AdminState { get { throw null; } set { } } + public System.Collections.Generic.IReadOnlyList InboundNatRulesPortMapping { get { throw null; } } public string IPAddress { get { throw null; } set { } } public Azure.Core.ResourceIdentifier LoadBalancerFrontendIPConfigurationId { get { throw null; } set { } } public string Name { get { throw null; } set { } } @@ -7441,6 +9069,26 @@ public LoadBalancerBackendAddress() { } public Azure.Core.ResourceIdentifier SubnetId { get { throw null; } set { } } public Azure.Core.ResourceIdentifier VirtualNetworkId { get { throw null; } set { } } } + [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] + public readonly partial struct LoadBalancerBackendAddressAdminState : System.IEquatable + { + private readonly object _dummy; + private readonly int _dummyPrimitive; + public LoadBalancerBackendAddressAdminState(string value) { throw null; } + public static Azure.ResourceManager.Network.Models.LoadBalancerBackendAddressAdminState Down { get { throw null; } } + public static Azure.ResourceManager.Network.Models.LoadBalancerBackendAddressAdminState Drain { get { throw null; } } + public static Azure.ResourceManager.Network.Models.LoadBalancerBackendAddressAdminState None { get { throw null; } } + public static Azure.ResourceManager.Network.Models.LoadBalancerBackendAddressAdminState Up { get { throw null; } } + public bool Equals(Azure.ResourceManager.Network.Models.LoadBalancerBackendAddressAdminState other) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override bool Equals(object obj) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override int GetHashCode() { throw null; } + public static bool operator ==(Azure.ResourceManager.Network.Models.LoadBalancerBackendAddressAdminState left, Azure.ResourceManager.Network.Models.LoadBalancerBackendAddressAdminState right) { throw null; } + public static implicit operator Azure.ResourceManager.Network.Models.LoadBalancerBackendAddressAdminState (string value) { throw null; } + public static bool operator !=(Azure.ResourceManager.Network.Models.LoadBalancerBackendAddressAdminState left, Azure.ResourceManager.Network.Models.LoadBalancerBackendAddressAdminState right) { throw null; } + public override string ToString() { throw null; } + } public partial class LoadBalancerInboundNatPool : Azure.ResourceManager.Network.Models.NetworkResourceData { public LoadBalancerInboundNatPool() { } @@ -7573,6 +9221,7 @@ public LoadBalancerVipSwapRequestFrontendIPConfiguration() { } private readonly int _dummyPrimitive; public ManagedRuleEnabledState(string value) { throw null; } public static Azure.ResourceManager.Network.Models.ManagedRuleEnabledState Disabled { get { throw null; } } + public static Azure.ResourceManager.Network.Models.ManagedRuleEnabledState Enabled { get { throw null; } } public bool Equals(Azure.ResourceManager.Network.Models.ManagedRuleEnabledState other) { throw null; } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] public override bool Equals(object obj) { throw null; } @@ -7592,6 +9241,7 @@ public ManagedRuleGroupOverride(string ruleGroupName) { } public partial class ManagedRuleOverride { public ManagedRuleOverride(string ruleId) { } + public Azure.ResourceManager.Network.Models.RuleMatchActionType? Action { get { throw null; } set { } } public string RuleId { get { throw null; } set { } } public Azure.ResourceManager.Network.Models.ManagedRuleEnabledState? State { get { throw null; } set { } } } @@ -7658,6 +9308,13 @@ public NatRule() { } public string TranslatedFqdn { get { throw null; } set { } } public string TranslatedPort { get { throw null; } set { } } } + public partial class NatRulePortMapping + { + internal NatRulePortMapping() { } + public int? BackendPort { get { throw null; } } + public int? FrontendPort { get { throw null; } } + public string InboundNatRuleName { get { throw null; } } + } [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] public readonly partial struct NetworkAccess : System.IEquatable { @@ -7676,6 +9333,20 @@ public NatRule() { } public static bool operator !=(Azure.ResourceManager.Network.Models.NetworkAccess left, Azure.ResourceManager.Network.Models.NetworkAccess right) { throw null; } public override string ToString() { throw null; } } + public partial class NetworkAdminRule : Azure.ResourceManager.Network.BaseAdminRuleData + { + public NetworkAdminRule() { } + public Azure.ResourceManager.Network.Models.SecurityConfigurationRuleAccess? Access { get { throw null; } set { } } + public string Description { get { throw null; } set { } } + public System.Collections.Generic.IList DestinationPortRanges { get { throw null; } } + public System.Collections.Generic.IList Destinations { get { throw null; } } + public Azure.ResourceManager.Network.Models.SecurityConfigurationRuleDirection? Direction { get { throw null; } set { } } + public int? Priority { get { throw null; } set { } } + public Azure.ResourceManager.Network.Models.SecurityConfigurationRuleProtocol? Protocol { get { throw null; } set { } } + public Azure.ResourceManager.Network.Models.NetworkProvisioningState? ProvisioningState { get { throw null; } } + public System.Collections.Generic.IList SourcePortRanges { get { throw null; } } + public System.Collections.Generic.IList Sources { get { throw null; } } + } [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] public readonly partial struct NetworkAuthenticationMethod : System.IEquatable { @@ -7694,6 +9365,24 @@ public NatRule() { } public static bool operator !=(Azure.ResourceManager.Network.Models.NetworkAuthenticationMethod left, Azure.ResourceManager.Network.Models.NetworkAuthenticationMethod right) { throw null; } public override string ToString() { throw null; } } + [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] + public readonly partial struct NetworkConfigurationDeploymentType : System.IEquatable + { + private readonly object _dummy; + private readonly int _dummyPrimitive; + public NetworkConfigurationDeploymentType(string value) { throw null; } + public static Azure.ResourceManager.Network.Models.NetworkConfigurationDeploymentType Connectivity { get { throw null; } } + public static Azure.ResourceManager.Network.Models.NetworkConfigurationDeploymentType SecurityAdmin { get { throw null; } } + public bool Equals(Azure.ResourceManager.Network.Models.NetworkConfigurationDeploymentType other) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override bool Equals(object obj) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override int GetHashCode() { throw null; } + public static bool operator ==(Azure.ResourceManager.Network.Models.NetworkConfigurationDeploymentType left, Azure.ResourceManager.Network.Models.NetworkConfigurationDeploymentType right) { throw null; } + public static implicit operator Azure.ResourceManager.Network.Models.NetworkConfigurationDeploymentType (string value) { throw null; } + public static bool operator !=(Azure.ResourceManager.Network.Models.NetworkConfigurationDeploymentType left, Azure.ResourceManager.Network.Models.NetworkConfigurationDeploymentType right) { throw null; } + public override string ToString() { throw null; } + } public partial class NetworkConfigurationDiagnosticContent { public NetworkConfigurationDiagnosticContent(Azure.Core.ResourceIdentifier targetResourceId, System.Collections.Generic.IEnumerable profiles) { } @@ -7721,6 +9410,13 @@ internal NetworkConfigurationDiagnosticResult() { } public Azure.ResourceManager.Network.Models.NetworkSecurityGroupResult NetworkSecurityGroupResult { get { throw null; } } public Azure.ResourceManager.Network.Models.NetworkConfigurationDiagnosticProfile Profile { get { throw null; } } } + public partial class NetworkConfigurationGroup + { + internal NetworkConfigurationGroup() { } + public string Description { get { throw null; } } + public string Id { get { throw null; } } + public Azure.ResourceManager.Network.Models.NetworkProvisioningState? ProvisioningState { get { throw null; } } + } [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] public readonly partial struct NetworkConnectionState : System.IEquatable { @@ -7760,6 +9456,21 @@ internal NetworkConfigurationDiagnosticResult() { } public static bool operator !=(Azure.ResourceManager.Network.Models.NetworkConnectionStatus left, Azure.ResourceManager.Network.Models.NetworkConnectionStatus right) { throw null; } public override string ToString() { throw null; } } + public partial class NetworkDefaultAdminRule : Azure.ResourceManager.Network.BaseAdminRuleData + { + public NetworkDefaultAdminRule() { } + public Azure.ResourceManager.Network.Models.SecurityConfigurationRuleAccess? Access { get { throw null; } } + public string Description { get { throw null; } } + public System.Collections.Generic.IReadOnlyList DestinationPortRanges { get { throw null; } } + public System.Collections.Generic.IReadOnlyList Destinations { get { throw null; } } + public Azure.ResourceManager.Network.Models.SecurityConfigurationRuleDirection? Direction { get { throw null; } } + public string Flag { get { throw null; } set { } } + public int? Priority { get { throw null; } } + public Azure.ResourceManager.Network.Models.SecurityConfigurationRuleProtocol? Protocol { get { throw null; } } + public Azure.ResourceManager.Network.Models.NetworkProvisioningState? ProvisioningState { get { throw null; } } + public System.Collections.Generic.IReadOnlyList SourcePortRanges { get { throw null; } } + public System.Collections.Generic.IReadOnlyList Sources { get { throw null; } } + } public partial class NetworkHttpConfiguration { public NetworkHttpConfiguration() { } @@ -7790,6 +9501,25 @@ public partial class NetworkIntentPolicy : Azure.ResourceManager.Network.Models. public NetworkIntentPolicy() { } public Azure.ETag? ETag { get { throw null; } } } + [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] + public readonly partial struct NetworkIntentPolicyBasedService : System.IEquatable + { + private readonly object _dummy; + private readonly int _dummyPrimitive; + public NetworkIntentPolicyBasedService(string value) { throw null; } + public static Azure.ResourceManager.Network.Models.NetworkIntentPolicyBasedService All { get { throw null; } } + public static Azure.ResourceManager.Network.Models.NetworkIntentPolicyBasedService AllowRulesOnly { get { throw null; } } + public static Azure.ResourceManager.Network.Models.NetworkIntentPolicyBasedService None { get { throw null; } } + public bool Equals(Azure.ResourceManager.Network.Models.NetworkIntentPolicyBasedService other) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override bool Equals(object obj) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override int GetHashCode() { throw null; } + public static bool operator ==(Azure.ResourceManager.Network.Models.NetworkIntentPolicyBasedService left, Azure.ResourceManager.Network.Models.NetworkIntentPolicyBasedService right) { throw null; } + public static implicit operator Azure.ResourceManager.Network.Models.NetworkIntentPolicyBasedService (string value) { throw null; } + public static bool operator !=(Azure.ResourceManager.Network.Models.NetworkIntentPolicyBasedService left, Azure.ResourceManager.Network.Models.NetworkIntentPolicyBasedService right) { throw null; } + public override string ToString() { throw null; } + } public partial class NetworkIntentPolicyConfiguration { public NetworkIntentPolicyConfiguration() { } @@ -7802,6 +9532,25 @@ internal NetworkInterfaceAssociation() { } public Azure.Core.ResourceIdentifier Id { get { throw null; } } public System.Collections.Generic.IReadOnlyList SecurityRules { get { throw null; } } } + [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] + public readonly partial struct NetworkInterfaceAuxiliaryMode : System.IEquatable + { + private readonly object _dummy; + private readonly int _dummyPrimitive; + public NetworkInterfaceAuxiliaryMode(string value) { throw null; } + public static Azure.ResourceManager.Network.Models.NetworkInterfaceAuxiliaryMode Floating { get { throw null; } } + public static Azure.ResourceManager.Network.Models.NetworkInterfaceAuxiliaryMode MaxConnections { get { throw null; } } + public static Azure.ResourceManager.Network.Models.NetworkInterfaceAuxiliaryMode None { get { throw null; } } + public bool Equals(Azure.ResourceManager.Network.Models.NetworkInterfaceAuxiliaryMode other) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override bool Equals(object obj) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override int GetHashCode() { throw null; } + public static bool operator ==(Azure.ResourceManager.Network.Models.NetworkInterfaceAuxiliaryMode left, Azure.ResourceManager.Network.Models.NetworkInterfaceAuxiliaryMode right) { throw null; } + public static implicit operator Azure.ResourceManager.Network.Models.NetworkInterfaceAuxiliaryMode (string value) { throw null; } + public static bool operator !=(Azure.ResourceManager.Network.Models.NetworkInterfaceAuxiliaryMode left, Azure.ResourceManager.Network.Models.NetworkInterfaceAuxiliaryMode right) { throw null; } + public override string ToString() { throw null; } + } public partial class NetworkInterfaceDnsSettings { public NetworkInterfaceDnsSettings() { } @@ -7936,6 +9685,73 @@ public NetworkIPConfigurationProfile() { } public static bool operator !=(Azure.ResourceManager.Network.Models.NetworkIPVersion left, Azure.ResourceManager.Network.Models.NetworkIPVersion right) { throw null; } public override string ToString() { throw null; } } + public partial class NetworkManagementQueryContent + { + public NetworkManagementQueryContent() { } + public string SkipToken { get { throw null; } set { } } + } + public partial class NetworkManagerCommit + { + public NetworkManagerCommit(System.Collections.Generic.IEnumerable targetLocations, Azure.ResourceManager.Network.Models.NetworkConfigurationDeploymentType commitType) { } + public string CommitId { get { throw null; } } + public Azure.ResourceManager.Network.Models.NetworkConfigurationDeploymentType CommitType { get { throw null; } set { } } + public System.Collections.Generic.IList ConfigurationIds { get { throw null; } } + public System.Collections.Generic.IList TargetLocations { get { throw null; } } + } + [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] + public readonly partial struct NetworkManagerDeploymentState : System.IEquatable + { + private readonly object _dummy; + private readonly int _dummyPrimitive; + public NetworkManagerDeploymentState(string value) { throw null; } + public static Azure.ResourceManager.Network.Models.NetworkManagerDeploymentState Deployed { get { throw null; } } + public static Azure.ResourceManager.Network.Models.NetworkManagerDeploymentState Deploying { get { throw null; } } + public static Azure.ResourceManager.Network.Models.NetworkManagerDeploymentState Failed { get { throw null; } } + public static Azure.ResourceManager.Network.Models.NetworkManagerDeploymentState NotStarted { get { throw null; } } + public bool Equals(Azure.ResourceManager.Network.Models.NetworkManagerDeploymentState other) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override bool Equals(object obj) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override int GetHashCode() { throw null; } + public static bool operator ==(Azure.ResourceManager.Network.Models.NetworkManagerDeploymentState left, Azure.ResourceManager.Network.Models.NetworkManagerDeploymentState right) { throw null; } + public static implicit operator Azure.ResourceManager.Network.Models.NetworkManagerDeploymentState (string value) { throw null; } + public static bool operator !=(Azure.ResourceManager.Network.Models.NetworkManagerDeploymentState left, Azure.ResourceManager.Network.Models.NetworkManagerDeploymentState right) { throw null; } + public override string ToString() { throw null; } + } + public partial class NetworkManagerDeploymentStatus + { + internal NetworkManagerDeploymentStatus() { } + public System.DateTimeOffset? CommitOn { get { throw null; } } + public System.Collections.Generic.IReadOnlyList ConfigurationIds { get { throw null; } } + public Azure.ResourceManager.Network.Models.NetworkManagerDeploymentState? DeploymentState { get { throw null; } } + public Azure.ResourceManager.Network.Models.NetworkConfigurationDeploymentType? DeploymentType { get { throw null; } } + public string ErrorMessage { get { throw null; } } + public string Region { get { throw null; } } + } + public partial class NetworkManagerDeploymentStatusContent + { + public NetworkManagerDeploymentStatusContent() { } + public System.Collections.Generic.IList DeploymentTypes { get { throw null; } } + public System.Collections.Generic.IList Regions { get { throw null; } } + public string SkipToken { get { throw null; } set { } } + } + public partial class NetworkManagerPatch + { + public NetworkManagerPatch() { } + public System.Collections.Generic.IDictionary Tags { get { throw null; } } + } + public partial class NetworkManagerPropertiesNetworkManagerScopes + { + public NetworkManagerPropertiesNetworkManagerScopes() { } + public System.Collections.Generic.IReadOnlyList CrossTenantScopes { get { throw null; } } + public System.Collections.Generic.IList ManagementGroups { get { throw null; } } + public System.Collections.Generic.IList Subscriptions { get { throw null; } } + } + public partial class NetworkManagerSecurityGroupItem + { + public NetworkManagerSecurityGroupItem(Azure.Core.ResourceIdentifier networkGroupId) { } + public Azure.Core.ResourceIdentifier NetworkGroupId { get { throw null; } set { } } + } public partial class NetworkPrivateLinkServiceConnection : Azure.ResourceManager.Network.Models.NetworkResourceData { public NetworkPrivateLinkServiceConnection() { } @@ -8224,6 +10040,7 @@ public O365BreakOutCategoryPolicies() { } public partial class OwaspCrsExclusionEntry { public OwaspCrsExclusionEntry(Azure.ResourceManager.Network.Models.OwaspCrsExclusionEntryMatchVariable matchVariable, Azure.ResourceManager.Network.Models.OwaspCrsExclusionEntrySelectorMatchOperator selectorMatchOperator, string selector) { } + public System.Collections.Generic.IList ExclusionManagedRuleSets { get { throw null; } } public Azure.ResourceManager.Network.Models.OwaspCrsExclusionEntryMatchVariable MatchVariable { get { throw null; } set { } } public string Selector { get { throw null; } set { } } public Azure.ResourceManager.Network.Models.OwaspCrsExclusionEntrySelectorMatchOperator SelectorMatchOperator { get { throw null; } set { } } @@ -8234,9 +10051,15 @@ public OwaspCrsExclusionEntry(Azure.ResourceManager.Network.Models.OwaspCrsExclu private readonly object _dummy; private readonly int _dummyPrimitive; public OwaspCrsExclusionEntryMatchVariable(string value) { throw null; } + public static Azure.ResourceManager.Network.Models.OwaspCrsExclusionEntryMatchVariable RequestArgKeys { get { throw null; } } public static Azure.ResourceManager.Network.Models.OwaspCrsExclusionEntryMatchVariable RequestArgNames { get { throw null; } } + public static Azure.ResourceManager.Network.Models.OwaspCrsExclusionEntryMatchVariable RequestArgValues { get { throw null; } } + public static Azure.ResourceManager.Network.Models.OwaspCrsExclusionEntryMatchVariable RequestCookieKeys { get { throw null; } } public static Azure.ResourceManager.Network.Models.OwaspCrsExclusionEntryMatchVariable RequestCookieNames { get { throw null; } } + public static Azure.ResourceManager.Network.Models.OwaspCrsExclusionEntryMatchVariable RequestCookieValues { get { throw null; } } + public static Azure.ResourceManager.Network.Models.OwaspCrsExclusionEntryMatchVariable RequestHeaderKeys { get { throw null; } } public static Azure.ResourceManager.Network.Models.OwaspCrsExclusionEntryMatchVariable RequestHeaderNames { get { throw null; } } + public static Azure.ResourceManager.Network.Models.OwaspCrsExclusionEntryMatchVariable RequestHeaderValues { get { throw null; } } public bool Equals(Azure.ResourceManager.Network.Models.OwaspCrsExclusionEntryMatchVariable other) { throw null; } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] public override bool Equals(object obj) { throw null; } @@ -8271,8 +10094,10 @@ public OwaspCrsExclusionEntry(Azure.ResourceManager.Network.Models.OwaspCrsExclu public partial class P2SConnectionConfiguration : Azure.ResourceManager.Network.Models.NetworkResourceData { public P2SConnectionConfiguration() { } + public System.Collections.Generic.IReadOnlyList ConfigurationPolicyGroupAssociations { get { throw null; } } public bool? EnableInternetSecurity { get { throw null; } set { } } public Azure.ETag? ETag { get { throw null; } } + public System.Collections.Generic.IReadOnlyList PreviousConfigurationPolicyGroupAssociations { get { throw null; } } public Azure.ResourceManager.Network.Models.NetworkProvisioningState? ProvisioningState { get { throw null; } } public Azure.ResourceManager.Network.Models.RoutingConfiguration RoutingConfiguration { get { throw null; } set { } } public System.Collections.Generic.IList VpnClientAddressPrefixes { get { throw null; } } @@ -8303,8 +10128,10 @@ public partial class PacketCaptureCreateOrUpdateContent public PacketCaptureCreateOrUpdateContent(string target, Azure.ResourceManager.Network.Models.PacketCaptureStorageLocation storageLocation) { } public long? BytesToCapturePerPacket { get { throw null; } set { } } public System.Collections.Generic.IList Filters { get { throw null; } } + public Azure.ResourceManager.Network.Models.PacketCaptureMachineScope Scope { get { throw null; } set { } } public Azure.ResourceManager.Network.Models.PacketCaptureStorageLocation StorageLocation { get { throw null; } } public string Target { get { throw null; } } + public Azure.ResourceManager.Network.Models.PacketCaptureTargetType? TargetType { get { throw null; } set { } } public int? TimeLimitInSeconds { get { throw null; } set { } } public long? TotalBytesPerSession { get { throw null; } set { } } } @@ -8317,6 +10144,12 @@ public PacketCaptureFilter() { } public string RemoteIPAddress { get { throw null; } set { } } public string RemotePort { get { throw null; } set { } } } + public partial class PacketCaptureMachineScope + { + public PacketCaptureMachineScope() { } + public System.Collections.Generic.IList Exclude { get { throw null; } } + public System.Collections.Generic.IList Include { get { throw null; } } + } public partial class PacketCaptureQueryStatusResult { internal PacketCaptureQueryStatusResult() { } @@ -8334,6 +10167,18 @@ public PacketCaptureStorageLocation() { } public Azure.Core.ResourceIdentifier StorageId { get { throw null; } set { } } public string StoragePath { get { throw null; } set { } } } + public enum PacketCaptureTargetType + { + AzureVm = 0, + AzureVmss = 1, + } + public partial class PartnerManagedResourceProperties + { + public PartnerManagedResourceProperties() { } + public Azure.Core.ResourceIdentifier Id { get { throw null; } } + public Azure.Core.ResourceIdentifier InternalLoadBalancerId { get { throw null; } } + public Azure.Core.ResourceIdentifier StandardLoadBalancerId { get { throw null; } } + } [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] public readonly partial struct PcError : System.IEquatable { @@ -8439,6 +10284,8 @@ internal PeerRouteList() { } public partial class PolicySettings { public PolicySettings() { } + public string CustomBlockResponseBody { get { throw null; } set { } } + public int? CustomBlockResponseStatusCode { get { throw null; } set { } } public int? FileUploadLimitInMb { get { throw null; } set { } } public int? MaxRequestBodySizeInKb { get { throw null; } set { } } public Azure.ResourceManager.Network.Models.WebApplicationFirewallMode? Mode { get { throw null; } set { } } @@ -8477,6 +10324,16 @@ public PrivateDnsZoneConfig() { } public string PrivateDnsZoneId { get { throw null; } set { } } public System.Collections.Generic.IReadOnlyList RecordSets { get { throw null; } } } + public partial class PrivateEndpointIPConfiguration + { + public PrivateEndpointIPConfiguration() { } + public Azure.ETag? ETag { get { throw null; } } + public string GroupId { get { throw null; } set { } } + public string MemberName { get { throw null; } set { } } + public string Name { get { throw null; } set { } } + public string PrivateEndpointIPConfigurationType { get { throw null; } } + public System.Net.IPAddress PrivateIPAddress { get { throw null; } set { } } + } public partial class PrivateLinkServiceIPConfiguration : Azure.ResourceManager.Network.Models.NetworkResourceData { public PrivateLinkServiceIPConfiguration() { } @@ -8536,6 +10393,8 @@ public PropagatedRouteTable() { } public System.Collections.Generic.IList Ids { get { throw null; } } public System.Collections.Generic.IList Labels { get { throw null; } } } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.ObsoleteAttribute("This class is obsolete and will be removed in a future release", false)] public partial class ProtocolCustomSettings { public ProtocolCustomSettings() { } @@ -8639,6 +10498,14 @@ public PublicIPAddressSku() { } public static bool operator !=(Azure.ResourceManager.Network.Models.PublicIPAddressSkuTier left, Azure.ResourceManager.Network.Models.PublicIPAddressSkuTier right) { throw null; } public override string ToString() { throw null; } } + public partial class PublicIPDdosProtectionStatusResult + { + internal PublicIPDdosProtectionStatusResult() { } + public Azure.Core.ResourceIdentifier DdosProtectionPlanId { get { throw null; } } + public Azure.ResourceManager.Network.Models.WorkloadProtectedFlag? IsWorkloadProtected { get { throw null; } } + public System.Net.IPAddress PublicIPAddress { get { throw null; } } + public Azure.Core.ResourceIdentifier PublicIPAddressId { get { throw null; } } + } public partial class PublicIPPrefixSku { public PublicIPPrefixSku() { } @@ -8692,6 +10559,12 @@ public QosPortRange() { } public int? End { get { throw null; } set { } } public int? Start { get { throw null; } set { } } } + public partial class QueryInboundNatRulePortMappingContent + { + public QueryInboundNatRulePortMappingContent() { } + public string IPAddress { get { throw null; } set { } } + public Azure.Core.ResourceIdentifier IPConfigurationId { get { throw null; } set { } } + } public partial class QueryTroubleshootingContent { public QueryTroubleshootingContent(Azure.Core.ResourceIdentifier targetResourceId) { } @@ -8728,6 +10601,14 @@ public RetentionPolicyParameters() { } public int? Days { get { throw null; } set { } } public bool? Enabled { get { throw null; } set { } } } + public partial class RouteCriterion + { + public RouteCriterion() { } + public System.Collections.Generic.IList AsPath { get { throw null; } } + public System.Collections.Generic.IList Community { get { throw null; } } + public Azure.ResourceManager.Network.Models.RouteMapMatchCondition? MatchCondition { get { throw null; } set { } } + public System.Collections.Generic.IList RoutePrefix { get { throw null; } } + } [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] public readonly partial struct RouteFilterRuleType : System.IEquatable { @@ -8745,6 +10626,88 @@ public RetentionPolicyParameters() { } public static bool operator !=(Azure.ResourceManager.Network.Models.RouteFilterRuleType left, Azure.ResourceManager.Network.Models.RouteFilterRuleType right) { throw null; } public override string ToString() { throw null; } } + public partial class RouteMapAction + { + public RouteMapAction() { } + public Azure.ResourceManager.Network.Models.RouteMapActionType? ActionType { get { throw null; } set { } } + public System.Collections.Generic.IList Parameters { get { throw null; } } + } + public partial class RouteMapActionParameter + { + public RouteMapActionParameter() { } + public System.Collections.Generic.IList AsPath { get { throw null; } } + public System.Collections.Generic.IList Community { get { throw null; } } + public System.Collections.Generic.IList RoutePrefix { get { throw null; } } + } + [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] + public readonly partial struct RouteMapActionType : System.IEquatable + { + private readonly object _dummy; + private readonly int _dummyPrimitive; + public RouteMapActionType(string value) { throw null; } + public static Azure.ResourceManager.Network.Models.RouteMapActionType Add { get { throw null; } } + public static Azure.ResourceManager.Network.Models.RouteMapActionType Drop { get { throw null; } } + public static Azure.ResourceManager.Network.Models.RouteMapActionType Remove { get { throw null; } } + public static Azure.ResourceManager.Network.Models.RouteMapActionType Replace { get { throw null; } } + public static Azure.ResourceManager.Network.Models.RouteMapActionType Unknown { get { throw null; } } + public bool Equals(Azure.ResourceManager.Network.Models.RouteMapActionType other) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override bool Equals(object obj) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override int GetHashCode() { throw null; } + public static bool operator ==(Azure.ResourceManager.Network.Models.RouteMapActionType left, Azure.ResourceManager.Network.Models.RouteMapActionType right) { throw null; } + public static implicit operator Azure.ResourceManager.Network.Models.RouteMapActionType (string value) { throw null; } + public static bool operator !=(Azure.ResourceManager.Network.Models.RouteMapActionType left, Azure.ResourceManager.Network.Models.RouteMapActionType right) { throw null; } + public override string ToString() { throw null; } + } + [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] + public readonly partial struct RouteMapMatchCondition : System.IEquatable + { + private readonly object _dummy; + private readonly int _dummyPrimitive; + public RouteMapMatchCondition(string value) { throw null; } + public static Azure.ResourceManager.Network.Models.RouteMapMatchCondition Contains { get { throw null; } } + public static Azure.ResourceManager.Network.Models.RouteMapMatchCondition EqualsValue { get { throw null; } } + public static Azure.ResourceManager.Network.Models.RouteMapMatchCondition NotContains { get { throw null; } } + public static Azure.ResourceManager.Network.Models.RouteMapMatchCondition NotEquals { get { throw null; } } + public static Azure.ResourceManager.Network.Models.RouteMapMatchCondition Unknown { get { throw null; } } + public bool Equals(Azure.ResourceManager.Network.Models.RouteMapMatchCondition other) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override bool Equals(object obj) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override int GetHashCode() { throw null; } + public static bool operator ==(Azure.ResourceManager.Network.Models.RouteMapMatchCondition left, Azure.ResourceManager.Network.Models.RouteMapMatchCondition right) { throw null; } + public static implicit operator Azure.ResourceManager.Network.Models.RouteMapMatchCondition (string value) { throw null; } + public static bool operator !=(Azure.ResourceManager.Network.Models.RouteMapMatchCondition left, Azure.ResourceManager.Network.Models.RouteMapMatchCondition right) { throw null; } + public override string ToString() { throw null; } + } + [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] + public readonly partial struct RouteMapNextStepBehavior : System.IEquatable + { + private readonly object _dummy; + private readonly int _dummyPrimitive; + public RouteMapNextStepBehavior(string value) { throw null; } + public static Azure.ResourceManager.Network.Models.RouteMapNextStepBehavior Continue { get { throw null; } } + public static Azure.ResourceManager.Network.Models.RouteMapNextStepBehavior Terminate { get { throw null; } } + public static Azure.ResourceManager.Network.Models.RouteMapNextStepBehavior Unknown { get { throw null; } } + public bool Equals(Azure.ResourceManager.Network.Models.RouteMapNextStepBehavior other) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override bool Equals(object obj) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override int GetHashCode() { throw null; } + public static bool operator ==(Azure.ResourceManager.Network.Models.RouteMapNextStepBehavior left, Azure.ResourceManager.Network.Models.RouteMapNextStepBehavior right) { throw null; } + public static implicit operator Azure.ResourceManager.Network.Models.RouteMapNextStepBehavior (string value) { throw null; } + public static bool operator !=(Azure.ResourceManager.Network.Models.RouteMapNextStepBehavior left, Azure.ResourceManager.Network.Models.RouteMapNextStepBehavior right) { throw null; } + public override string ToString() { throw null; } + } + public partial class RouteMapRule + { + public RouteMapRule() { } + public System.Collections.Generic.IList Actions { get { throw null; } } + public System.Collections.Generic.IList MatchCriteria { get { throw null; } } + public string Name { get { throw null; } set { } } + public Azure.ResourceManager.Network.Models.RouteMapNextStepBehavior? NextStepIfMatched { get { throw null; } set { } } + } [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] public readonly partial struct RouteNextHopType : System.IEquatable { @@ -8770,8 +10733,20 @@ public partial class RoutingConfiguration { public RoutingConfiguration() { } public Azure.Core.ResourceIdentifier AssociatedRouteTableId { get { throw null; } set { } } + public Azure.Core.ResourceIdentifier InboundRouteMapId { get { throw null; } set { } } + public Azure.Core.ResourceIdentifier OutboundRouteMapId { get { throw null; } set { } } public Azure.ResourceManager.Network.Models.PropagatedRouteTable PropagatedRouteTables { get { throw null; } set { } } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.ObsoleteAttribute("This property is obsolete and might be removed in a future version, please use `TagToIPAddresses` instead", false)] public System.Collections.Generic.IList StaticRoutes { get { throw null; } } + public Azure.ResourceManager.Network.Models.VnetRoute VnetRoutes { get { throw null; } set { } } + } + public partial class RoutingPolicy + { + public RoutingPolicy(string name, System.Collections.Generic.IEnumerable destinations, string nextHop) { } + public System.Collections.Generic.IList Destinations { get { throw null; } } + public string Name { get { throw null; } set { } } + public string NextHop { get { throw null; } set { } } } [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] public readonly partial struct RoutingState : System.IEquatable @@ -8793,6 +10768,106 @@ public RoutingConfiguration() { } public static bool operator !=(Azure.ResourceManager.Network.Models.RoutingState left, Azure.ResourceManager.Network.Models.RoutingState right) { throw null; } public override string ToString() { throw null; } } + [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] + public readonly partial struct RuleMatchActionType : System.IEquatable + { + private readonly object _dummy; + private readonly int _dummyPrimitive; + public RuleMatchActionType(string value) { throw null; } + public static Azure.ResourceManager.Network.Models.RuleMatchActionType Allow { get { throw null; } } + public static Azure.ResourceManager.Network.Models.RuleMatchActionType AnomalyScoring { get { throw null; } } + public static Azure.ResourceManager.Network.Models.RuleMatchActionType Block { get { throw null; } } + public static Azure.ResourceManager.Network.Models.RuleMatchActionType Log { get { throw null; } } + public bool Equals(Azure.ResourceManager.Network.Models.RuleMatchActionType other) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override bool Equals(object obj) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override int GetHashCode() { throw null; } + public static bool operator ==(Azure.ResourceManager.Network.Models.RuleMatchActionType left, Azure.ResourceManager.Network.Models.RuleMatchActionType right) { throw null; } + public static implicit operator Azure.ResourceManager.Network.Models.RuleMatchActionType (string value) { throw null; } + public static bool operator !=(Azure.ResourceManager.Network.Models.RuleMatchActionType left, Azure.ResourceManager.Network.Models.RuleMatchActionType right) { throw null; } + public override string ToString() { throw null; } + } + [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] + public readonly partial struct ScopeConnectionState : System.IEquatable + { + private readonly object _dummy; + private readonly int _dummyPrimitive; + public ScopeConnectionState(string value) { throw null; } + public static Azure.ResourceManager.Network.Models.ScopeConnectionState Conflict { get { throw null; } } + public static Azure.ResourceManager.Network.Models.ScopeConnectionState Connected { get { throw null; } } + public static Azure.ResourceManager.Network.Models.ScopeConnectionState Pending { get { throw null; } } + public static Azure.ResourceManager.Network.Models.ScopeConnectionState Rejected { get { throw null; } } + public static Azure.ResourceManager.Network.Models.ScopeConnectionState Revoked { get { throw null; } } + public bool Equals(Azure.ResourceManager.Network.Models.ScopeConnectionState other) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override bool Equals(object obj) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override int GetHashCode() { throw null; } + public static bool operator ==(Azure.ResourceManager.Network.Models.ScopeConnectionState left, Azure.ResourceManager.Network.Models.ScopeConnectionState right) { throw null; } + public static implicit operator Azure.ResourceManager.Network.Models.ScopeConnectionState (string value) { throw null; } + public static bool operator !=(Azure.ResourceManager.Network.Models.ScopeConnectionState left, Azure.ResourceManager.Network.Models.ScopeConnectionState right) { throw null; } + public override string ToString() { throw null; } + } + [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] + public readonly partial struct SecurityConfigurationRuleAccess : System.IEquatable + { + private readonly object _dummy; + private readonly int _dummyPrimitive; + public SecurityConfigurationRuleAccess(string value) { throw null; } + public static Azure.ResourceManager.Network.Models.SecurityConfigurationRuleAccess Allow { get { throw null; } } + public static Azure.ResourceManager.Network.Models.SecurityConfigurationRuleAccess AlwaysAllow { get { throw null; } } + public static Azure.ResourceManager.Network.Models.SecurityConfigurationRuleAccess Deny { get { throw null; } } + public bool Equals(Azure.ResourceManager.Network.Models.SecurityConfigurationRuleAccess other) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override bool Equals(object obj) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override int GetHashCode() { throw null; } + public static bool operator ==(Azure.ResourceManager.Network.Models.SecurityConfigurationRuleAccess left, Azure.ResourceManager.Network.Models.SecurityConfigurationRuleAccess right) { throw null; } + public static implicit operator Azure.ResourceManager.Network.Models.SecurityConfigurationRuleAccess (string value) { throw null; } + public static bool operator !=(Azure.ResourceManager.Network.Models.SecurityConfigurationRuleAccess left, Azure.ResourceManager.Network.Models.SecurityConfigurationRuleAccess right) { throw null; } + public override string ToString() { throw null; } + } + [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] + public readonly partial struct SecurityConfigurationRuleDirection : System.IEquatable + { + private readonly object _dummy; + private readonly int _dummyPrimitive; + public SecurityConfigurationRuleDirection(string value) { throw null; } + public static Azure.ResourceManager.Network.Models.SecurityConfigurationRuleDirection Inbound { get { throw null; } } + public static Azure.ResourceManager.Network.Models.SecurityConfigurationRuleDirection Outbound { get { throw null; } } + public bool Equals(Azure.ResourceManager.Network.Models.SecurityConfigurationRuleDirection other) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override bool Equals(object obj) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override int GetHashCode() { throw null; } + public static bool operator ==(Azure.ResourceManager.Network.Models.SecurityConfigurationRuleDirection left, Azure.ResourceManager.Network.Models.SecurityConfigurationRuleDirection right) { throw null; } + public static implicit operator Azure.ResourceManager.Network.Models.SecurityConfigurationRuleDirection (string value) { throw null; } + public static bool operator !=(Azure.ResourceManager.Network.Models.SecurityConfigurationRuleDirection left, Azure.ResourceManager.Network.Models.SecurityConfigurationRuleDirection right) { throw null; } + public override string ToString() { throw null; } + } + [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] + public readonly partial struct SecurityConfigurationRuleProtocol : System.IEquatable + { + private readonly object _dummy; + private readonly int _dummyPrimitive; + public SecurityConfigurationRuleProtocol(string value) { throw null; } + public static Azure.ResourceManager.Network.Models.SecurityConfigurationRuleProtocol Ah { get { throw null; } } + public static Azure.ResourceManager.Network.Models.SecurityConfigurationRuleProtocol Any { get { throw null; } } + public static Azure.ResourceManager.Network.Models.SecurityConfigurationRuleProtocol Esp { get { throw null; } } + public static Azure.ResourceManager.Network.Models.SecurityConfigurationRuleProtocol Icmp { get { throw null; } } + public static Azure.ResourceManager.Network.Models.SecurityConfigurationRuleProtocol Tcp { get { throw null; } } + public static Azure.ResourceManager.Network.Models.SecurityConfigurationRuleProtocol Udp { get { throw null; } } + public bool Equals(Azure.ResourceManager.Network.Models.SecurityConfigurationRuleProtocol other) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override bool Equals(object obj) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override int GetHashCode() { throw null; } + public static bool operator ==(Azure.ResourceManager.Network.Models.SecurityConfigurationRuleProtocol left, Azure.ResourceManager.Network.Models.SecurityConfigurationRuleProtocol right) { throw null; } + public static implicit operator Azure.ResourceManager.Network.Models.SecurityConfigurationRuleProtocol (string value) { throw null; } + public static bool operator !=(Azure.ResourceManager.Network.Models.SecurityConfigurationRuleProtocol left, Azure.ResourceManager.Network.Models.SecurityConfigurationRuleProtocol right) { throw null; } + public override string ToString() { throw null; } + } public partial class SecurityGroupNetworkInterface { internal SecurityGroupNetworkInterface() { } @@ -8965,6 +11040,7 @@ internal ServiceTagInformation() { } public string Id { get { throw null; } } public string Name { get { throw null; } } public Azure.ResourceManager.Network.Models.ServiceTagInformationPropertiesFormat Properties { get { throw null; } } + public string ServiceTagChangeNumber { get { throw null; } } } public partial class ServiceTagInformationPropertiesFormat { @@ -8983,6 +11059,16 @@ internal ServiceTagsListResult() { } public string NextLink { get { throw null; } } public System.Collections.Generic.IReadOnlyList Values { get { throw null; } } } + public partial class SignatureOverridesFilterValuesQueryContent + { + public SignatureOverridesFilterValuesQueryContent() { } + public string FilterName { get { throw null; } set { } } + } + public partial class SignatureOverridesFilterValuesResult + { + internal SignatureOverridesFilterValuesResult() { } + public System.Collections.Generic.IReadOnlyList FilterValues { get { throw null; } } + } public partial class StaticRoute { public StaticRoute() { } @@ -8990,12 +11076,23 @@ public StaticRoute() { } public string Name { get { throw null; } set { } } public string NextHopIPAddress { get { throw null; } set { } } } + public partial class StaticRoutesConfig + { + public StaticRoutesConfig() { } + public bool? PropagateStaticRoutes { get { throw null; } } + public Azure.ResourceManager.Network.Models.VnetLocalRouteOverrideCriterion? VnetLocalRouteOverrideCriteria { get { throw null; } set { } } + } public partial class SubnetAssociation { internal SubnetAssociation() { } public Azure.Core.ResourceIdentifier Id { get { throw null; } } public System.Collections.Generic.IReadOnlyList SecurityRules { get { throw null; } } } + public enum SwapSlotType + { + Production = 0, + Staging = 1, + } [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] public readonly partial struct SyncRemoteAddressSpace : System.IEquatable { @@ -9151,6 +11248,12 @@ internal VerificationIPFlowResult() { } public Azure.ResourceManager.Network.Models.NetworkAccess? Access { get { throw null; } } public string RuleName { get { throw null; } } } + public partial class VirtualApplianceDelegationProperties + { + public VirtualApplianceDelegationProperties() { } + public Azure.ResourceManager.Network.Models.NetworkProvisioningState? ProvisioningState { get { throw null; } } + public string ServiceName { get { throw null; } set { } } + } public partial class VirtualApplianceNicProperties { internal VirtualApplianceNicProperties() { } @@ -9165,6 +11268,18 @@ public VirtualApplianceSkuProperties() { } public string MarketPlaceVersion { get { throw null; } set { } } public string Vendor { get { throw null; } set { } } } + public partial class VirtualHubInboundRoutesContent + { + public VirtualHubInboundRoutesContent() { } + public string ConnectionType { get { throw null; } set { } } + public System.Uri ResourceUri { get { throw null; } set { } } + } + public partial class VirtualHubOutboundRoutesContent + { + public VirtualHubOutboundRoutesContent() { } + public string ConnectionType { get { throw null; } set { } } + public System.Uri ResourceUri { get { throw null; } set { } } + } public partial class VirtualHubRoute { public VirtualHubRoute() { } @@ -9185,6 +11300,30 @@ public VirtualNetworkBgpCommunities(string virtualNetworkCommunity) { } public string RegionalCommunity { get { throw null; } } public string VirtualNetworkCommunity { get { throw null; } set { } } } + public partial class VirtualNetworkEncryption + { + public VirtualNetworkEncryption(bool isEnabled) { } + public Azure.ResourceManager.Network.Models.VirtualNetworkEncryptionEnforcement? Enforcement { get { throw null; } set { } } + public bool IsEnabled { get { throw null; } set { } } + } + [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] + public readonly partial struct VirtualNetworkEncryptionEnforcement : System.IEquatable + { + private readonly object _dummy; + private readonly int _dummyPrimitive; + public VirtualNetworkEncryptionEnforcement(string value) { throw null; } + public static Azure.ResourceManager.Network.Models.VirtualNetworkEncryptionEnforcement AllowUnencrypted { get { throw null; } } + public static Azure.ResourceManager.Network.Models.VirtualNetworkEncryptionEnforcement DropUnencrypted { get { throw null; } } + public bool Equals(Azure.ResourceManager.Network.Models.VirtualNetworkEncryptionEnforcement other) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override bool Equals(object obj) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override int GetHashCode() { throw null; } + public static bool operator ==(Azure.ResourceManager.Network.Models.VirtualNetworkEncryptionEnforcement left, Azure.ResourceManager.Network.Models.VirtualNetworkEncryptionEnforcement right) { throw null; } + public static implicit operator Azure.ResourceManager.Network.Models.VirtualNetworkEncryptionEnforcement (string value) { throw null; } + public static bool operator !=(Azure.ResourceManager.Network.Models.VirtualNetworkEncryptionEnforcement left, Azure.ResourceManager.Network.Models.VirtualNetworkEncryptionEnforcement right) { throw null; } + public override string ToString() { throw null; } + } public partial class VirtualNetworkGatewayConnectionListEntity : Azure.ResourceManager.Network.Models.NetworkTrackedResourceData { public VirtualNetworkGatewayConnectionListEntity(Azure.ResourceManager.Resources.Models.WritableSubResource virtualNetworkGateway1, Azure.ResourceManager.Network.Models.VirtualNetworkGatewayConnectionType connectionType) { } @@ -9195,8 +11334,10 @@ public VirtualNetworkGatewayConnectionListEntity(Azure.ResourceManager.Resources public Azure.ResourceManager.Network.Models.VirtualNetworkGatewayConnectionType ConnectionType { get { throw null; } set { } } public long? EgressBytesTransferred { get { throw null; } } public bool? EnableBgp { get { throw null; } set { } } + public bool? EnablePrivateLinkFastPath { get { throw null; } set { } } public Azure.ETag? ETag { get { throw null; } } public bool? ExpressRouteGatewayBypass { get { throw null; } set { } } + public System.Collections.Generic.IList GatewayCustomBgpIPAddresses { get { throw null; } } public long? IngressBytesTransferred { get { throw null; } } public System.Collections.Generic.IList IPsecPolicies { get { throw null; } } public Azure.Core.ResourceIdentifier LocalNetworkGateway2Id { get { throw null; } set { } } @@ -9298,6 +11439,23 @@ public VirtualNetworkGatewayIPConfiguration() { } public Azure.Core.ResourceIdentifier PublicIPAddressId { get { throw null; } set { } } public Azure.Core.ResourceIdentifier SubnetId { get { throw null; } set { } } } + public partial class VirtualNetworkGatewayPolicyGroup : Azure.ResourceManager.Network.Models.NetworkResourceData + { + public VirtualNetworkGatewayPolicyGroup() { } + public Azure.ETag? ETag { get { throw null; } } + public bool? IsDefault { get { throw null; } set { } } + public System.Collections.Generic.IList PolicyMembers { get { throw null; } } + public int? Priority { get { throw null; } set { } } + public Azure.ResourceManager.Network.Models.NetworkProvisioningState? ProvisioningState { get { throw null; } } + public System.Collections.Generic.IReadOnlyList VngClientConnectionConfigurations { get { throw null; } } + } + public partial class VirtualNetworkGatewayPolicyGroupMember + { + public VirtualNetworkGatewayPolicyGroupMember() { } + public Azure.ResourceManager.Network.Models.VpnPolicyMemberAttributeType? AttributeType { get { throw null; } set { } } + public string AttributeValue { get { throw null; } set { } } + public string Name { get { throw null; } set { } } + } public partial class VirtualNetworkGatewaySku { public VirtualNetworkGatewaySku() { } @@ -9517,12 +11675,48 @@ public VirtualWanVpnProfileContent() { } public Azure.Core.ResourceIdentifier VpnServerConfigurationResourceId { get { throw null; } set { } } } [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] + public readonly partial struct VnetLocalRouteOverrideCriterion : System.IEquatable + { + private readonly object _dummy; + private readonly int _dummyPrimitive; + public VnetLocalRouteOverrideCriterion(string value) { throw null; } + public static Azure.ResourceManager.Network.Models.VnetLocalRouteOverrideCriterion Contains { get { throw null; } } + public static Azure.ResourceManager.Network.Models.VnetLocalRouteOverrideCriterion Equal { get { throw null; } } + public bool Equals(Azure.ResourceManager.Network.Models.VnetLocalRouteOverrideCriterion other) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override bool Equals(object obj) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override int GetHashCode() { throw null; } + public static bool operator ==(Azure.ResourceManager.Network.Models.VnetLocalRouteOverrideCriterion left, Azure.ResourceManager.Network.Models.VnetLocalRouteOverrideCriterion right) { throw null; } + public static implicit operator Azure.ResourceManager.Network.Models.VnetLocalRouteOverrideCriterion (string value) { throw null; } + public static bool operator !=(Azure.ResourceManager.Network.Models.VnetLocalRouteOverrideCriterion left, Azure.ResourceManager.Network.Models.VnetLocalRouteOverrideCriterion right) { throw null; } + public override string ToString() { throw null; } + } + public partial class VnetRoute + { + public VnetRoute() { } + public System.Collections.Generic.IReadOnlyList BgpConnections { get { throw null; } } + public System.Collections.Generic.IList StaticRoutes { get { throw null; } } + public Azure.ResourceManager.Network.Models.StaticRoutesConfig StaticRoutesConfig { get { throw null; } set { } } + } + public partial class VngClientConnectionConfiguration : Azure.ResourceManager.Network.Models.NetworkResourceData + { + public VngClientConnectionConfiguration() { } + public Azure.ETag? ETag { get { throw null; } } + public Azure.ResourceManager.Network.Models.NetworkProvisioningState? ProvisioningState { get { throw null; } } + public System.Collections.Generic.IList VirtualNetworkGatewayPolicyGroups { get { throw null; } } + public System.Collections.Generic.IList VpnClientAddressPrefixes { get { throw null; } } + } + [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] public readonly partial struct VpnAuthenticationType : System.IEquatable { private readonly object _dummy; private readonly int _dummyPrimitive; public VpnAuthenticationType(string value) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.ObsoleteAttribute("This value is obsolete and might be removed in a future version, please use `TagToIPAddresses` instead", false)] public static Azure.ResourceManager.Network.Models.VpnAuthenticationType AAD { get { throw null; } } + public static Azure.ResourceManager.Network.Models.VpnAuthenticationType Aad { get { throw null; } } public static Azure.ResourceManager.Network.Models.VpnAuthenticationType Certificate { get { throw null; } } public static Azure.ResourceManager.Network.Models.VpnAuthenticationType Radius { get { throw null; } } public bool Equals(Azure.ResourceManager.Network.Models.VpnAuthenticationType other) { throw null; } @@ -9544,6 +11738,7 @@ public VpnClientConfiguration() { } public string RadiusServerAddress { get { throw null; } set { } } public System.Collections.Generic.IList RadiusServers { get { throw null; } } public string RadiusServerSecret { get { throw null; } set { } } + public System.Collections.Generic.IList VngClientConnectionConfigurations { get { throw null; } } public System.Collections.Generic.IList VpnAuthenticationTypes { get { throw null; } } public System.Collections.Generic.IList VpnClientAddressPrefixes { get { throw null; } } public System.Collections.Generic.IList VpnClientIPsecPolicies { get { throw null; } } @@ -9580,6 +11775,14 @@ public partial class VpnClientConnectionHealthDetailListResult internal VpnClientConnectionHealthDetailListResult() { } public System.Collections.Generic.IReadOnlyList Value { get { throw null; } } } + public partial class VpnClientContent + { + public VpnClientContent() { } + public Azure.ResourceManager.Network.Models.NetworkAuthenticationMethod? AuthenticationMethod { get { throw null; } set { } } + public System.Collections.Generic.IList ClientRootCertificates { get { throw null; } } + public Azure.ResourceManager.Network.Models.ProcessorArchitecture? ProcessorArchitecture { get { throw null; } set { } } + public string RadiusServerAuthCertificate { get { throw null; } set { } } + } public partial class VpnClientIPsecParameters { public VpnClientIPsecParameters(int saLifeTimeSeconds, int saDataSizeKilobytes, Azure.ResourceManager.Network.Models.IPsecEncryption ipsecEncryption, Azure.ResourceManager.Network.Models.IPsecIntegrity ipsecIntegrity, Azure.ResourceManager.Network.Models.IkeEncryption ikeEncryption, Azure.ResourceManager.Network.Models.IkeIntegrity ikeIntegrity, Azure.ResourceManager.Network.Models.DHGroup dhGroup, Azure.ResourceManager.Network.Models.PfsGroup pfsGroup) { } @@ -9592,13 +11795,11 @@ public VpnClientIPsecParameters(int saLifeTimeSeconds, int saDataSizeKilobytes, public int SaDataSizeKilobytes { get { throw null; } set { } } public int SaLifeTimeSeconds { get { throw null; } set { } } } - public partial class VpnClientParameters + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.ObsoleteAttribute("This class is obsolete and will be removed in a future release", false)] + public partial class VpnClientParameters : Azure.ResourceManager.Network.Models.VpnClientContent { public VpnClientParameters() { } - public Azure.ResourceManager.Network.Models.NetworkAuthenticationMethod? AuthenticationMethod { get { throw null; } set { } } - public System.Collections.Generic.IList ClientRootCertificates { get { throw null; } } - public Azure.ResourceManager.Network.Models.ProcessorArchitecture? ProcessorArchitecture { get { throw null; } set { } } - public string RadiusServerAuthCertificate { get { throw null; } set { } } } [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] public readonly partial struct VpnClientProtocol : System.IEquatable @@ -9761,6 +11962,7 @@ public partial class VpnNatRuleMapping { public VpnNatRuleMapping() { } public string AddressSpace { get { throw null; } set { } } + public string PortRange { get { throw null; } set { } } } [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] public readonly partial struct VpnNatRuleMode : System.IEquatable @@ -9798,16 +12000,47 @@ public VpnNatRuleMapping() { } public static bool operator !=(Azure.ResourceManager.Network.Models.VpnNatRuleType left, Azure.ResourceManager.Network.Models.VpnNatRuleType right) { throw null; } public override string ToString() { throw null; } } - public partial class VpnPacketCaptureStartParameters + public partial class VpnPacketCaptureStartContent { - public VpnPacketCaptureStartParameters() { } + public VpnPacketCaptureStartContent() { } public string FilterData { get { throw null; } set { } } } - public partial class VpnPacketCaptureStopParameters + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.ObsoleteAttribute("This class is obsolete and will be removed in a future release", false)] + public partial class VpnPacketCaptureStartParameters : Azure.ResourceManager.Network.Models.VpnPacketCaptureStartContent { - public VpnPacketCaptureStopParameters() { } + public VpnPacketCaptureStartParameters() { } + } + public partial class VpnPacketCaptureStopContent + { + public VpnPacketCaptureStopContent() { } public System.Uri SasUri { get { throw null; } set { } } } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.ObsoleteAttribute("This class is obsolete and will be removed in a future release", false)] + public partial class VpnPacketCaptureStopParameters : Azure.ResourceManager.Network.Models.VpnPacketCaptureStopContent + { + public VpnPacketCaptureStopParameters() { } + } + [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] + public readonly partial struct VpnPolicyMemberAttributeType : System.IEquatable + { + private readonly object _dummy; + private readonly int _dummyPrimitive; + public VpnPolicyMemberAttributeType(string value) { throw null; } + public static Azure.ResourceManager.Network.Models.VpnPolicyMemberAttributeType AadGroupId { get { throw null; } } + public static Azure.ResourceManager.Network.Models.VpnPolicyMemberAttributeType CertificateGroupId { get { throw null; } } + public static Azure.ResourceManager.Network.Models.VpnPolicyMemberAttributeType RadiusAzureGroupId { get { throw null; } } + public bool Equals(Azure.ResourceManager.Network.Models.VpnPolicyMemberAttributeType other) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override bool Equals(object obj) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override int GetHashCode() { throw null; } + public static bool operator ==(Azure.ResourceManager.Network.Models.VpnPolicyMemberAttributeType left, Azure.ResourceManager.Network.Models.VpnPolicyMemberAttributeType right) { throw null; } + public static implicit operator Azure.ResourceManager.Network.Models.VpnPolicyMemberAttributeType (string value) { throw null; } + public static bool operator !=(Azure.ResourceManager.Network.Models.VpnPolicyMemberAttributeType left, Azure.ResourceManager.Network.Models.VpnPolicyMemberAttributeType right) { throw null; } + public override string ToString() { throw null; } + } public partial class VpnProfileResponse { internal VpnProfileResponse() { } @@ -9825,6 +12058,13 @@ public VpnServerConfigRadiusServerRootCertificate() { } public string Name { get { throw null; } set { } } public System.BinaryData PublicCertData { get { throw null; } set { } } } + public partial class VpnServerConfigurationPolicyGroupMember + { + public VpnServerConfigurationPolicyGroupMember() { } + public Azure.ResourceManager.Network.Models.VpnPolicyMemberAttributeType? AttributeType { get { throw null; } set { } } + public string AttributeValue { get { throw null; } set { } } + public string Name { get { throw null; } set { } } + } public partial class VpnServerConfigurationsResponse { internal VpnServerConfigurationsResponse() { } @@ -9888,6 +12128,7 @@ public WebApplicationFirewallCustomRule(int priority, Azure.ResourceManager.Netw public string Name { get { throw null; } set { } } public int Priority { get { throw null; } set { } } public Azure.ResourceManager.Network.Models.WebApplicationFirewallRuleType RuleType { get { throw null; } set { } } + public Azure.ResourceManager.Network.Models.WebApplicationFirewallState? State { get { throw null; } set { } } } [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] public readonly partial struct WebApplicationFirewallEnabledState : System.IEquatable @@ -9955,6 +12196,7 @@ public WebApplicationFirewallCustomRule(int priority, Azure.ResourceManager.Netw private readonly object _dummy; private readonly int _dummyPrimitive; public WebApplicationFirewallOperator(string value) { throw null; } + public static Azure.ResourceManager.Network.Models.WebApplicationFirewallOperator Any { get { throw null; } } public static Azure.ResourceManager.Network.Models.WebApplicationFirewallOperator BeginsWith { get { throw null; } } public static Azure.ResourceManager.Network.Models.WebApplicationFirewallOperator Contains { get { throw null; } } public static Azure.ResourceManager.Network.Models.WebApplicationFirewallOperator EndsWith { get { throw null; } } @@ -10017,6 +12259,24 @@ public WebApplicationFirewallCustomRule(int priority, Azure.ResourceManager.Netw public override string ToString() { throw null; } } [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] + public readonly partial struct WebApplicationFirewallState : System.IEquatable + { + private readonly object _dummy; + private readonly int _dummyPrimitive; + public WebApplicationFirewallState(string value) { throw null; } + public static Azure.ResourceManager.Network.Models.WebApplicationFirewallState Disabled { get { throw null; } } + public static Azure.ResourceManager.Network.Models.WebApplicationFirewallState Enabled { get { throw null; } } + public bool Equals(Azure.ResourceManager.Network.Models.WebApplicationFirewallState other) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override bool Equals(object obj) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override int GetHashCode() { throw null; } + public static bool operator ==(Azure.ResourceManager.Network.Models.WebApplicationFirewallState left, Azure.ResourceManager.Network.Models.WebApplicationFirewallState right) { throw null; } + public static implicit operator Azure.ResourceManager.Network.Models.WebApplicationFirewallState (string value) { throw null; } + public static bool operator !=(Azure.ResourceManager.Network.Models.WebApplicationFirewallState left, Azure.ResourceManager.Network.Models.WebApplicationFirewallState right) { throw null; } + public override string ToString() { throw null; } + } + [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] public readonly partial struct WebApplicationFirewallTransform : System.IEquatable { private readonly object _dummy; @@ -10026,6 +12286,7 @@ public WebApplicationFirewallCustomRule(int priority, Azure.ResourceManager.Netw public static Azure.ResourceManager.Network.Models.WebApplicationFirewallTransform Lowercase { get { throw null; } } public static Azure.ResourceManager.Network.Models.WebApplicationFirewallTransform RemoveNulls { get { throw null; } } public static Azure.ResourceManager.Network.Models.WebApplicationFirewallTransform Trim { get { throw null; } } + public static Azure.ResourceManager.Network.Models.WebApplicationFirewallTransform Uppercase { get { throw null; } } public static Azure.ResourceManager.Network.Models.WebApplicationFirewallTransform UrlDecode { get { throw null; } } public static Azure.ResourceManager.Network.Models.WebApplicationFirewallTransform UrlEncode { get { throw null; } } public bool Equals(Azure.ResourceManager.Network.Models.WebApplicationFirewallTransform other) { throw null; } @@ -10038,4 +12299,22 @@ public WebApplicationFirewallCustomRule(int priority, Azure.ResourceManager.Netw public static bool operator !=(Azure.ResourceManager.Network.Models.WebApplicationFirewallTransform left, Azure.ResourceManager.Network.Models.WebApplicationFirewallTransform right) { throw null; } public override string ToString() { throw null; } } + [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] + public readonly partial struct WorkloadProtectedFlag : System.IEquatable + { + private readonly object _dummy; + private readonly int _dummyPrimitive; + public WorkloadProtectedFlag(string value) { throw null; } + public static Azure.ResourceManager.Network.Models.WorkloadProtectedFlag False { get { throw null; } } + public static Azure.ResourceManager.Network.Models.WorkloadProtectedFlag True { get { throw null; } } + public bool Equals(Azure.ResourceManager.Network.Models.WorkloadProtectedFlag other) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override bool Equals(object obj) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override int GetHashCode() { throw null; } + public static bool operator ==(Azure.ResourceManager.Network.Models.WorkloadProtectedFlag left, Azure.ResourceManager.Network.Models.WorkloadProtectedFlag right) { throw null; } + public static implicit operator Azure.ResourceManager.Network.Models.WorkloadProtectedFlag (string value) { throw null; } + public static bool operator !=(Azure.ResourceManager.Network.Models.WorkloadProtectedFlag left, Azure.ResourceManager.Network.Models.WorkloadProtectedFlag right) { throw null; } + public override string ToString() { throw null; } + } } diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_AdminRuleGroupCollection.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_AdminRuleGroupCollection.cs new file mode 100644 index 000000000000..d9f0e344cf40 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_AdminRuleGroupCollection.cs @@ -0,0 +1,172 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Identity; +using Azure.ResourceManager; +using Azure.ResourceManager.Network; +using Azure.ResourceManager.Network.Models; + +namespace Azure.ResourceManager.Network.Samples +{ + public partial class Sample_AdminRuleGroupCollection + { + // List security admin rule collections + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task GetAll_ListSecurityAdminRuleCollections() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkManagerAdminRuleCollectionList.json + // this example is just showing the usage of "AdminRuleCollections_List" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this SecurityAdminConfigurationResource created on azure + // for more information of creating SecurityAdminConfigurationResource, please refer to the document of SecurityAdminConfigurationResource + string subscriptionId = "00000000-0000-0000-0000-000000000000"; + string resourceGroupName = "rg1"; + string networkManagerName = "testNetworkManager"; + string configurationName = "myTestSecurityConfig"; + ResourceIdentifier securityAdminConfigurationResourceId = SecurityAdminConfigurationResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, networkManagerName, configurationName); + SecurityAdminConfigurationResource securityAdminConfiguration = client.GetSecurityAdminConfigurationResource(securityAdminConfigurationResourceId); + + // get the collection of this AdminRuleGroupResource + AdminRuleGroupCollection collection = securityAdminConfiguration.GetAdminRuleGroups(); + + // invoke the operation and iterate over the result + await foreach (AdminRuleGroupResource item in collection.GetAllAsync()) + { + // the variable item is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + AdminRuleGroupData resourceData = item.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + + Console.WriteLine($"Succeeded"); + } + + // Gets security admin rule collection + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task Get_GetsSecurityAdminRuleCollection() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkManagerAdminRuleCollectionGet.json + // this example is just showing the usage of "AdminRuleCollections_Get" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this SecurityAdminConfigurationResource created on azure + // for more information of creating SecurityAdminConfigurationResource, please refer to the document of SecurityAdminConfigurationResource + string subscriptionId = "00000000-0000-0000-0000-000000000000"; + string resourceGroupName = "rg1"; + string networkManagerName = "testNetworkManager"; + string configurationName = "myTestSecurityConfig"; + ResourceIdentifier securityAdminConfigurationResourceId = SecurityAdminConfigurationResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, networkManagerName, configurationName); + SecurityAdminConfigurationResource securityAdminConfiguration = client.GetSecurityAdminConfigurationResource(securityAdminConfigurationResourceId); + + // get the collection of this AdminRuleGroupResource + AdminRuleGroupCollection collection = securityAdminConfiguration.GetAdminRuleGroups(); + + // invoke the operation + string ruleCollectionName = "testRuleCollection"; + AdminRuleGroupResource result = await collection.GetAsync(ruleCollectionName); + + // the variable result is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + AdminRuleGroupData resourceData = result.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + + // Gets security admin rule collection + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task Exists_GetsSecurityAdminRuleCollection() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkManagerAdminRuleCollectionGet.json + // this example is just showing the usage of "AdminRuleCollections_Get" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this SecurityAdminConfigurationResource created on azure + // for more information of creating SecurityAdminConfigurationResource, please refer to the document of SecurityAdminConfigurationResource + string subscriptionId = "00000000-0000-0000-0000-000000000000"; + string resourceGroupName = "rg1"; + string networkManagerName = "testNetworkManager"; + string configurationName = "myTestSecurityConfig"; + ResourceIdentifier securityAdminConfigurationResourceId = SecurityAdminConfigurationResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, networkManagerName, configurationName); + SecurityAdminConfigurationResource securityAdminConfiguration = client.GetSecurityAdminConfigurationResource(securityAdminConfigurationResourceId); + + // get the collection of this AdminRuleGroupResource + AdminRuleGroupCollection collection = securityAdminConfiguration.GetAdminRuleGroups(); + + // invoke the operation + string ruleCollectionName = "testRuleCollection"; + bool result = await collection.ExistsAsync(ruleCollectionName); + + Console.WriteLine($"Succeeded: {result}"); + } + + // Create or Update an admin rule collection + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task CreateOrUpdate_CreateOrUpdateAnAdminRuleCollection() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkManagerAdminRuleCollectionPut.json + // this example is just showing the usage of "AdminRuleCollections_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this SecurityAdminConfigurationResource created on azure + // for more information of creating SecurityAdminConfigurationResource, please refer to the document of SecurityAdminConfigurationResource + string subscriptionId = "00000000-0000-0000-0000-000000000000"; + string resourceGroupName = "rg1"; + string networkManagerName = "testNetworkManager"; + string configurationName = "myTestSecurityConfig"; + ResourceIdentifier securityAdminConfigurationResourceId = SecurityAdminConfigurationResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, networkManagerName, configurationName); + SecurityAdminConfigurationResource securityAdminConfiguration = client.GetSecurityAdminConfigurationResource(securityAdminConfigurationResourceId); + + // get the collection of this AdminRuleGroupResource + AdminRuleGroupCollection collection = securityAdminConfiguration.GetAdminRuleGroups(); + + // invoke the operation + string ruleCollectionName = "testRuleCollection"; + AdminRuleGroupData data = new AdminRuleGroupData() + { + Description = "A sample policy", + AppliesToGroups = +{ +new NetworkManagerSecurityGroupItem(new ResourceIdentifier("/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg1/providers/Microsoft.Network/networkManagers/testNetworkManager/networkGroups/testGroup")) +}, + }; + ArmOperation lro = await collection.CreateOrUpdateAsync(WaitUntil.Completed, ruleCollectionName, data); + AdminRuleGroupResource result = lro.Value; + + // the variable result is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + AdminRuleGroupData resourceData = result.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_AdminRuleGroupResource.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_AdminRuleGroupResource.cs new file mode 100644 index 000000000000..81fae2270971 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_AdminRuleGroupResource.cs @@ -0,0 +1,126 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Identity; +using Azure.ResourceManager; +using Azure.ResourceManager.Network; +using Azure.ResourceManager.Network.Models; + +namespace Azure.ResourceManager.Network.Samples +{ + public partial class Sample_AdminRuleGroupResource + { + // Gets security admin rule collection + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task Get_GetsSecurityAdminRuleCollection() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkManagerAdminRuleCollectionGet.json + // this example is just showing the usage of "AdminRuleCollections_Get" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this AdminRuleGroupResource created on azure + // for more information of creating AdminRuleGroupResource, please refer to the document of AdminRuleGroupResource + string subscriptionId = "00000000-0000-0000-0000-000000000000"; + string resourceGroupName = "rg1"; + string networkManagerName = "testNetworkManager"; + string configurationName = "myTestSecurityConfig"; + string ruleCollectionName = "testRuleCollection"; + ResourceIdentifier adminRuleGroupResourceId = AdminRuleGroupResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, networkManagerName, configurationName, ruleCollectionName); + AdminRuleGroupResource adminRuleGroup = client.GetAdminRuleGroupResource(adminRuleGroupResourceId); + + // invoke the operation + AdminRuleGroupResource result = await adminRuleGroup.GetAsync(); + + // the variable result is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + AdminRuleGroupData resourceData = result.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + + // Create or Update an admin rule collection + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task Update_CreateOrUpdateAnAdminRuleCollection() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkManagerAdminRuleCollectionPut.json + // this example is just showing the usage of "AdminRuleCollections_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this AdminRuleGroupResource created on azure + // for more information of creating AdminRuleGroupResource, please refer to the document of AdminRuleGroupResource + string subscriptionId = "00000000-0000-0000-0000-000000000000"; + string resourceGroupName = "rg1"; + string networkManagerName = "testNetworkManager"; + string configurationName = "myTestSecurityConfig"; + string ruleCollectionName = "testRuleCollection"; + ResourceIdentifier adminRuleGroupResourceId = AdminRuleGroupResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, networkManagerName, configurationName, ruleCollectionName); + AdminRuleGroupResource adminRuleGroup = client.GetAdminRuleGroupResource(adminRuleGroupResourceId); + + // invoke the operation + AdminRuleGroupData data = new AdminRuleGroupData() + { + Description = "A sample policy", + AppliesToGroups = +{ +new NetworkManagerSecurityGroupItem(new ResourceIdentifier("/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg1/providers/Microsoft.Network/networkManagers/testNetworkManager/networkGroups/testGroup")) +}, + }; + ArmOperation lro = await adminRuleGroup.UpdateAsync(WaitUntil.Completed, data); + AdminRuleGroupResource result = lro.Value; + + // the variable result is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + AdminRuleGroupData resourceData = result.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + + // Deletes an admin rule collection + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task Delete_DeletesAnAdminRuleCollection() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkManagerAdminRuleCollectionDelete.json + // this example is just showing the usage of "AdminRuleCollections_Delete" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this AdminRuleGroupResource created on azure + // for more information of creating AdminRuleGroupResource, please refer to the document of AdminRuleGroupResource + string subscriptionId = "00000000-0000-0000-0000-000000000000"; + string resourceGroupName = "rg1"; + string networkManagerName = "testNetworkManager"; + string configurationName = "myTestSecurityConfig"; + string ruleCollectionName = "testRuleCollection"; + ResourceIdentifier adminRuleGroupResourceId = AdminRuleGroupResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, networkManagerName, configurationName, ruleCollectionName); + AdminRuleGroupResource adminRuleGroup = client.GetAdminRuleGroupResource(adminRuleGroupResourceId); + + // invoke the operation + bool? force = false; + await adminRuleGroup.DeleteAsync(WaitUntil.Completed, force: force); + + Console.WriteLine($"Succeeded"); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ApplicationGatewayCollection.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ApplicationGatewayCollection.cs index bb4bcc25d93a..070411f354db 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ApplicationGatewayCollection.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ApplicationGatewayCollection.cs @@ -26,7 +26,7 @@ public partial class Sample_ApplicationGatewayCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetApplicationGateway() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ApplicationGatewayGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ApplicationGatewayGet.json // this example is just showing the usage of "ApplicationGateways_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -60,7 +60,7 @@ public async Task Get_GetApplicationGateway() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetApplicationGateway() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ApplicationGatewayGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ApplicationGatewayGet.json // this example is just showing the usage of "ApplicationGateways_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -90,7 +90,7 @@ public async Task Exists_GetApplicationGateway() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateApplicationGateway() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ApplicationGatewayCreate.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ApplicationGatewayCreate.json // this example is just showing the usage of "ApplicationGateways_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -201,6 +201,14 @@ public async Task CreateOrUpdate_CreateApplicationGateway() } }, Name = "appgwpool", +},new ApplicationGatewayBackendAddressPool() +{ +BackendAddresses = +{ +null,null +}, +Id = new ResourceIdentifier("/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/applicationGateways/appgw/backendAddressPools/appgwpool1"), +Name = "appgwpool1", } }, BackendHttpSettingsCollection = @@ -253,7 +261,10 @@ public async Task CreateOrUpdate_CreateApplicationGateway() }, MinProtocolVersion = ApplicationGatewaySslProtocol.Tls1_1, }, +ClientAuthConfiguration = new ApplicationGatewayClientAuthConfiguration() +{ VerifyClientCertIssuerDN = true, +}, Name = "sslProfile1", } }, @@ -264,6 +275,7 @@ public async Task CreateOrUpdate_CreateApplicationGateway() DefaultBackendAddressPoolId = new ResourceIdentifier("/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/applicationGateways/appgw/backendAddressPools/appgwpool"), DefaultBackendHttpSettingsId = new ResourceIdentifier("/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/applicationGateways/appgw/backendHttpSettingsCollection/appgwbhs"), DefaultRewriteRuleSetId = new ResourceIdentifier("/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/applicationGateways/appgw/rewriteRuleSets/rewriteRuleSet1"), +DefaultLoadDistributionPolicyId = new ResourceIdentifier("/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/applicationGateways/appgw/loadDistributionPolicies/ldp1"), PathRules = { new ApplicationGatewayPathRule() @@ -275,6 +287,7 @@ public async Task CreateOrUpdate_CreateApplicationGateway() BackendAddressPoolId = new ResourceIdentifier("/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/applicationGateways/appgw/backendAddressPools/appgwpool"), BackendHttpSettingsId = new ResourceIdentifier("/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/applicationGateways/appgw/backendHttpSettingsCollection/appgwbhs"), RewriteRuleSetId = new ResourceIdentifier("/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/applicationGateways/appgw/rewriteRuleSets/rewriteRuleSet1"), +LoadDistributionPolicyId = new ResourceIdentifier("/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/applicationGateways/appgw/loadDistributionPolicies/ldp1"), Name = "apiPaths", } }, @@ -291,6 +304,7 @@ public async Task CreateOrUpdate_CreateApplicationGateway() BackendHttpSettingsId = new ResourceIdentifier("/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/applicationGateways/appgw/backendHttpSettingsCollection/appgwbhs"), HttpListenerId = new ResourceIdentifier("/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/applicationGateways/appgw/httpListeners/appgwhl"), RewriteRuleSetId = new ResourceIdentifier("/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/applicationGateways/appgw/rewriteRuleSets/rewriteRuleSet1"), +LoadDistributionPolicyId = new ResourceIdentifier("/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/applicationGateways/appgw/loadDistributionPolicies/ldp1"), Name = "appgwrule", },new ApplicationGatewayRequestRoutingRule() { @@ -349,6 +363,33 @@ public async Task CreateOrUpdate_CreateApplicationGateway() Name = "rewriteRuleSet1", } }, + LoadDistributionPolicies = +{ +new ApplicationGatewayLoadDistributionPolicy() +{ +LoadDistributionTargets = +{ +new ApplicationGatewayLoadDistributionTarget() +{ +WeightPerServer = 40, +BackendAddressPoolId = new ResourceIdentifier("/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/applicationGateways/appgw/backendAddressPools/appgwpool"), +Name = "ld11", +},new ApplicationGatewayLoadDistributionTarget() +{ +WeightPerServer = 60, +BackendAddressPoolId = new ResourceIdentifier("/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/applicationGateways/appgw/backendAddressPools/appgwpool1"), +Name = "ld11", +} +}, +LoadDistributionAlgorithm = ApplicationGatewayLoadDistributionAlgorithm.RoundRobin, +Name = "ldp1", +} +}, + GlobalConfiguration = new ApplicationGatewayGlobalConfiguration() + { + EnableRequestBuffering = true, + EnableResponseBuffering = true, + }, Location = new AzureLocation("eastus"), }; ArmOperation lro = await collection.CreateOrUpdateAsync(WaitUntil.Completed, applicationGatewayName, data); @@ -366,7 +407,7 @@ public async Task CreateOrUpdate_CreateApplicationGateway() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_ListsAllApplicationGatewaysInAResourceGroup() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ApplicationGatewayList.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ApplicationGatewayList.json // this example is just showing the usage of "ApplicationGateways_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ApplicationGatewayPrivateEndpointConnectionCollection.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ApplicationGatewayPrivateEndpointConnectionCollection.cs index 26be52879af0..e5b30d154bd6 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ApplicationGatewayPrivateEndpointConnectionCollection.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ApplicationGatewayPrivateEndpointConnectionCollection.cs @@ -23,7 +23,7 @@ public partial class Sample_ApplicationGatewayPrivateEndpointConnectionCollectio [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_UpdateApplicationGatewayPrivateEndpointConnection() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ApplicationGatewayPrivateEndpointConnectionUpdate.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ApplicationGatewayPrivateEndpointConnectionUpdate.json // this example is just showing the usage of "ApplicationGatewayPrivateEndpointConnections_Update" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -68,7 +68,7 @@ public async Task CreateOrUpdate_UpdateApplicationGatewayPrivateEndpointConnecti [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetApplicationGatewayPrivateEndpointConnection() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ApplicationGatewayPrivateEndpointConnectionGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ApplicationGatewayPrivateEndpointConnectionGet.json // this example is just showing the usage of "ApplicationGatewayPrivateEndpointConnections_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -103,7 +103,7 @@ public async Task Get_GetApplicationGatewayPrivateEndpointConnection() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetApplicationGatewayPrivateEndpointConnection() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ApplicationGatewayPrivateEndpointConnectionGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ApplicationGatewayPrivateEndpointConnectionGet.json // this example is just showing the usage of "ApplicationGatewayPrivateEndpointConnections_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -134,7 +134,7 @@ public async Task Exists_GetApplicationGatewayPrivateEndpointConnection() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_ListsAllPrivateEndpointConnectionsOnApplicationGateway() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ApplicationGatewayPrivateEndpointConnectionList.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ApplicationGatewayPrivateEndpointConnectionList.json // this example is just showing the usage of "ApplicationGatewayPrivateEndpointConnections_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ApplicationGatewayPrivateEndpointConnectionResource.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ApplicationGatewayPrivateEndpointConnectionResource.cs index 57cb8159ecd5..8f3d23982f7c 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ApplicationGatewayPrivateEndpointConnectionResource.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ApplicationGatewayPrivateEndpointConnectionResource.cs @@ -23,7 +23,7 @@ public partial class Sample_ApplicationGatewayPrivateEndpointConnectionResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Delete_DeleteApplicationGatewayPrivateEndpointConnection() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ApplicationGatewayPrivateEndpointConnectionDelete.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ApplicationGatewayPrivateEndpointConnectionDelete.json // this example is just showing the usage of "ApplicationGatewayPrivateEndpointConnections_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -51,7 +51,7 @@ public async Task Delete_DeleteApplicationGatewayPrivateEndpointConnection() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_UpdateApplicationGatewayPrivateEndpointConnection() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ApplicationGatewayPrivateEndpointConnectionUpdate.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ApplicationGatewayPrivateEndpointConnectionUpdate.json // this example is just showing the usage of "ApplicationGatewayPrivateEndpointConnections_Update" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -93,7 +93,7 @@ public async Task Update_UpdateApplicationGatewayPrivateEndpointConnection() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetApplicationGatewayPrivateEndpointConnection() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ApplicationGatewayPrivateEndpointConnectionGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ApplicationGatewayPrivateEndpointConnectionGet.json // this example is just showing the usage of "ApplicationGatewayPrivateEndpointConnections_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ApplicationGatewayResource.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ApplicationGatewayResource.cs index 4b52a8aeabea..e29b3a27a20b 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ApplicationGatewayResource.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ApplicationGatewayResource.cs @@ -24,7 +24,7 @@ public partial class Sample_ApplicationGatewayResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Delete_DeleteApplicationGateway() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ApplicationGatewayDelete.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ApplicationGatewayDelete.json // this example is just showing the usage of "ApplicationGateways_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -51,7 +51,7 @@ public async Task Delete_DeleteApplicationGateway() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetApplicationGateway() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ApplicationGatewayGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ApplicationGatewayGet.json // this example is just showing the usage of "ApplicationGateways_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -82,7 +82,7 @@ public async Task Get_GetApplicationGateway() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_UpdateApplicationGatewayTags() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ApplicationGatewayUpdateTags.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ApplicationGatewayUpdateTags.json // this example is just showing the usage of "ApplicationGateways_UpdateTags" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -121,7 +121,7 @@ public async Task Update_UpdateApplicationGatewayTags() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetApplicationGateways_ListsAllApplicationGatewaysInASubscription() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ApplicationGatewayListAll.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ApplicationGatewayListAll.json // this example is just showing the usage of "ApplicationGateways_ListAll" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -153,7 +153,7 @@ public async Task GetApplicationGateways_ListsAllApplicationGatewaysInASubscript [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Start_StartApplicationGateway() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ApplicationGatewayStart.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ApplicationGatewayStart.json // this example is just showing the usage of "ApplicationGateways_Start" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -180,7 +180,7 @@ public async Task Start_StartApplicationGateway() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Stop_StopApplicationGateway() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ApplicationGatewayStop.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ApplicationGatewayStop.json // this example is just showing the usage of "ApplicationGateways_Stop" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -207,7 +207,7 @@ public async Task Stop_StopApplicationGateway() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task BackendHealth_GetBackendHealth() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ApplicationGatewayBackendHealthGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ApplicationGatewayBackendHealthGet.json // this example is just showing the usage of "ApplicationGateways_BackendHealth" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -235,7 +235,7 @@ public async Task BackendHealth_GetBackendHealth() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task BackendHealthOnDemand_TestBackendHealth() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ApplicationGatewayBackendHealthTest.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ApplicationGatewayBackendHealthTest.json // this example is just showing the usage of "ApplicationGateways_BackendHealthOnDemand" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -272,7 +272,7 @@ public async Task BackendHealthOnDemand_TestBackendHealth() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAvailableServerVariablesApplicationGateways_GetAvailableServerVariables() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ApplicationGatewayAvailableServerVariablesGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ApplicationGatewayAvailableServerVariablesGet.json // this example is just showing the usage of "ApplicationGateways_ListAvailableServerVariables" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -300,7 +300,7 @@ public async Task GetAvailableServerVariablesApplicationGateways_GetAvailableSer [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAvailableRequestHeadersApplicationGateways_GetAvailableRequestHeaders() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ApplicationGatewayAvailableRequestHeadersGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ApplicationGatewayAvailableRequestHeadersGet.json // this example is just showing the usage of "ApplicationGateways_ListAvailableRequestHeaders" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -328,7 +328,7 @@ public async Task GetAvailableRequestHeadersApplicationGateways_GetAvailableRequ [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAvailableResponseHeadersApplicationGateways_GetAvailableResponseHeaders() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ApplicationGatewayAvailableResponseHeadersGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ApplicationGatewayAvailableResponseHeadersGet.json // this example is just showing the usage of "ApplicationGateways_ListAvailableResponseHeaders" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -356,7 +356,7 @@ public async Task GetAvailableResponseHeadersApplicationGateways_GetAvailableRes [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAppGatewayAvailableWafRuleSets_GetAvailableWafRuleSets() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ApplicationGatewayAvailableWafRuleSetsGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ApplicationGatewayAvailableWafRuleSetsGet.json // this example is just showing the usage of "ApplicationGateways_ListAvailableWafRuleSets" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -384,7 +384,7 @@ public async Task GetAppGatewayAvailableWafRuleSets_GetAvailableWafRuleSets() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetApplicationGatewayAvailableSslOptions_GetAvailableSslOptions() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ApplicationGatewayAvailableSslOptionsGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ApplicationGatewayAvailableSslOptionsGet.json // this example is just showing the usage of "ApplicationGateways_ListAvailableSslOptions" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -409,7 +409,7 @@ public async Task GetApplicationGatewayAvailableSslOptions_GetAvailableSslOption [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetApplicationGatewayAvailableSslPredefinedPolicies_GetAvailableSslPredefinedPolicies() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ApplicationGatewayAvailableSslOptionsPredefinedPoliciesGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ApplicationGatewayAvailableSslOptionsPredefinedPoliciesGet.json // this example is just showing the usage of "ApplicationGateways_ListAvailableSslPredefinedPolicies" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -437,7 +437,7 @@ public async Task GetApplicationGatewayAvailableSslPredefinedPolicies_GetAvailab [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetApplicationGatewaySslPredefinedPolicy_GetAvailableSslPredefinedPolicyByName() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ApplicationGatewayAvailableSslOptionsPredefinedPolicyGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ApplicationGatewayAvailableSslOptionsPredefinedPolicyGet.json // this example is just showing the usage of "ApplicationGateways_GetSslPredefinedPolicy" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -463,7 +463,7 @@ public async Task GetApplicationGatewaySslPredefinedPolicy_GetAvailableSslPredef [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetApplicationGatewayPrivateLinkResources_ListsAllPrivateLinkResourcesOnApplicationGateway() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ApplicationGatewayPrivateLinkResourceList.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ApplicationGatewayPrivateLinkResourceList.json // this example is just showing the usage of "ApplicationGatewayPrivateLinkResources_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ApplicationGatewayWafDynamicManifestCollection.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ApplicationGatewayWafDynamicManifestCollection.cs new file mode 100644 index 000000000000..a5bc9952990f --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ApplicationGatewayWafDynamicManifestCollection.cs @@ -0,0 +1,118 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Threading.Tasks; +using Azure.Core; +using Azure.Identity; +using Azure.ResourceManager; +using Azure.ResourceManager.Network; +using Azure.ResourceManager.Resources; + +namespace Azure.ResourceManager.Network.Samples +{ + public partial class Sample_ApplicationGatewayWafDynamicManifestCollection + { + // Gets WAF default manifest + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task Get_GetsWAFDefaultManifest() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/GetApplicationGatewayWafDynamicManifestsDefault.json + // this example is just showing the usage of "ApplicationGatewayWafDynamicManifestsDefault_Get" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this SubscriptionResource created on azure + // for more information of creating SubscriptionResource, please refer to the document of SubscriptionResource + string subscriptionId = "subid"; + ResourceIdentifier subscriptionResourceId = SubscriptionResource.CreateResourceIdentifier(subscriptionId); + SubscriptionResource subscriptionResource = client.GetSubscriptionResource(subscriptionResourceId); + + // get the collection of this ApplicationGatewayWafDynamicManifestResource + AzureLocation location = new AzureLocation("westus"); + ApplicationGatewayWafDynamicManifestCollection collection = subscriptionResource.GetApplicationGatewayWafDynamicManifests(location); + + // invoke the operation + ApplicationGatewayWafDynamicManifestResource result = await collection.GetAsync(); + + // the variable result is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + ApplicationGatewayWafDynamicManifestData resourceData = result.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + + // Gets WAF default manifest + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task Exists_GetsWAFDefaultManifest() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/GetApplicationGatewayWafDynamicManifestsDefault.json + // this example is just showing the usage of "ApplicationGatewayWafDynamicManifestsDefault_Get" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this SubscriptionResource created on azure + // for more information of creating SubscriptionResource, please refer to the document of SubscriptionResource + string subscriptionId = "subid"; + ResourceIdentifier subscriptionResourceId = SubscriptionResource.CreateResourceIdentifier(subscriptionId); + SubscriptionResource subscriptionResource = client.GetSubscriptionResource(subscriptionResourceId); + + // get the collection of this ApplicationGatewayWafDynamicManifestResource + AzureLocation location = new AzureLocation("westus"); + ApplicationGatewayWafDynamicManifestCollection collection = subscriptionResource.GetApplicationGatewayWafDynamicManifests(location); + + // invoke the operation + bool result = await collection.ExistsAsync(); + + Console.WriteLine($"Succeeded: {result}"); + } + + // Gets WAF manifests + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task GetAll_GetsWAFManifests() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/GetApplicationGatewayWafDynamicManifests.json + // this example is just showing the usage of "ApplicationGatewayWafDynamicManifests_Get" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this SubscriptionResource created on azure + // for more information of creating SubscriptionResource, please refer to the document of SubscriptionResource + string subscriptionId = "subid"; + ResourceIdentifier subscriptionResourceId = SubscriptionResource.CreateResourceIdentifier(subscriptionId); + SubscriptionResource subscriptionResource = client.GetSubscriptionResource(subscriptionResourceId); + + // get the collection of this ApplicationGatewayWafDynamicManifestResource + AzureLocation location = new AzureLocation("westus"); + ApplicationGatewayWafDynamicManifestCollection collection = subscriptionResource.GetApplicationGatewayWafDynamicManifests(location); + + // invoke the operation and iterate over the result + await foreach (ApplicationGatewayWafDynamicManifestResource item in collection.GetAllAsync()) + { + // the variable item is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + ApplicationGatewayWafDynamicManifestData resourceData = item.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + + Console.WriteLine($"Succeeded"); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ApplicationGatewayWafDynamicManifestResource.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ApplicationGatewayWafDynamicManifestResource.cs new file mode 100644 index 000000000000..7ba2b1a473da --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ApplicationGatewayWafDynamicManifestResource.cs @@ -0,0 +1,49 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Threading.Tasks; +using Azure.Core; +using Azure.Identity; +using Azure.ResourceManager; +using Azure.ResourceManager.Network; + +namespace Azure.ResourceManager.Network.Samples +{ + public partial class Sample_ApplicationGatewayWafDynamicManifestResource + { + // Gets WAF default manifest + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task Get_GetsWAFDefaultManifest() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/GetApplicationGatewayWafDynamicManifestsDefault.json + // this example is just showing the usage of "ApplicationGatewayWafDynamicManifestsDefault_Get" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this ApplicationGatewayWafDynamicManifestResource created on azure + // for more information of creating ApplicationGatewayWafDynamicManifestResource, please refer to the document of ApplicationGatewayWafDynamicManifestResource + string subscriptionId = "subid"; + AzureLocation location = new AzureLocation("westus"); + ResourceIdentifier applicationGatewayWafDynamicManifestResourceId = ApplicationGatewayWafDynamicManifestResource.CreateResourceIdentifier(subscriptionId, location); + ApplicationGatewayWafDynamicManifestResource applicationGatewayWafDynamicManifest = client.GetApplicationGatewayWafDynamicManifestResource(applicationGatewayWafDynamicManifestResourceId); + + // invoke the operation + ApplicationGatewayWafDynamicManifestResource result = await applicationGatewayWafDynamicManifest.GetAsync(); + + // the variable result is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + ApplicationGatewayWafDynamicManifestData resourceData = result.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ApplicationSecurityGroupCollection.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ApplicationSecurityGroupCollection.cs index dfe6cedda102..80331bfbc661 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ApplicationSecurityGroupCollection.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ApplicationSecurityGroupCollection.cs @@ -23,7 +23,7 @@ public partial class Sample_ApplicationSecurityGroupCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetApplicationSecurityGroup() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ApplicationSecurityGroupGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ApplicationSecurityGroupGet.json // this example is just showing the usage of "ApplicationSecurityGroups_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -57,7 +57,7 @@ public async Task Get_GetApplicationSecurityGroup() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetApplicationSecurityGroup() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ApplicationSecurityGroupGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ApplicationSecurityGroupGet.json // this example is just showing the usage of "ApplicationSecurityGroups_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -87,7 +87,7 @@ public async Task Exists_GetApplicationSecurityGroup() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateApplicationSecurityGroup() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ApplicationSecurityGroupCreate.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ApplicationSecurityGroupCreate.json // this example is just showing the usage of "ApplicationSecurityGroups_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -126,7 +126,7 @@ public async Task CreateOrUpdate_CreateApplicationSecurityGroup() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_ListLoadBalancersInResourceGroup() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ApplicationSecurityGroupList.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ApplicationSecurityGroupList.json // this example is just showing the usage of "ApplicationSecurityGroups_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ApplicationSecurityGroupResource.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ApplicationSecurityGroupResource.cs index c05b55907b5d..cb8fe2febaf7 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ApplicationSecurityGroupResource.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ApplicationSecurityGroupResource.cs @@ -24,7 +24,7 @@ public partial class Sample_ApplicationSecurityGroupResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Delete_DeleteApplicationSecurityGroup() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ApplicationSecurityGroupDelete.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ApplicationSecurityGroupDelete.json // this example is just showing the usage of "ApplicationSecurityGroups_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -51,7 +51,7 @@ public async Task Delete_DeleteApplicationSecurityGroup() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetApplicationSecurityGroup() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ApplicationSecurityGroupGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ApplicationSecurityGroupGet.json // this example is just showing the usage of "ApplicationSecurityGroups_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -82,7 +82,7 @@ public async Task Get_GetApplicationSecurityGroup() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_UpdateApplicationSecurityGroupTags() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ApplicationSecurityGroupUpdateTags.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ApplicationSecurityGroupUpdateTags.json // this example is just showing the usage of "ApplicationSecurityGroups_UpdateTags" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -121,7 +121,7 @@ public async Task Update_UpdateApplicationSecurityGroupTags() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetApplicationSecurityGroups_ListAllApplicationSecurityGroups() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ApplicationSecurityGroupListAll.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ApplicationSecurityGroupListAll.json // this example is just showing the usage of "ApplicationSecurityGroups_ListAll" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_AzureFirewallCollection.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_AzureFirewallCollection.cs index 7045eda6210d..2682eae755b6 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_AzureFirewallCollection.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_AzureFirewallCollection.cs @@ -24,7 +24,7 @@ public partial class Sample_AzureFirewallCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetAzureFirewall() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/AzureFirewallGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/AzureFirewallGet.json // this example is just showing the usage of "AzureFirewalls_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -58,7 +58,7 @@ public async Task Get_GetAzureFirewall() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetAzureFirewall() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/AzureFirewallGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/AzureFirewallGet.json // this example is just showing the usage of "AzureFirewalls_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -88,7 +88,7 @@ public async Task Exists_GetAzureFirewall() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetAzureFirewallWithAdditionalProperties() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/AzureFirewallGetWithAdditionalProperties.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/AzureFirewallGetWithAdditionalProperties.json // this example is just showing the usage of "AzureFirewalls_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -122,7 +122,7 @@ public async Task Get_GetAzureFirewallWithAdditionalProperties() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetAzureFirewallWithAdditionalProperties() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/AzureFirewallGetWithAdditionalProperties.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/AzureFirewallGetWithAdditionalProperties.json // this example is just showing the usage of "AzureFirewalls_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -152,7 +152,7 @@ public async Task Exists_GetAzureFirewallWithAdditionalProperties() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetAzureFirewallWithIpGroups() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/AzureFirewallGetWithIpGroups.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/AzureFirewallGetWithIpGroups.json // this example is just showing the usage of "AzureFirewalls_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -186,7 +186,7 @@ public async Task Get_GetAzureFirewallWithIpGroups() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetAzureFirewallWithIpGroups() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/AzureFirewallGetWithIpGroups.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/AzureFirewallGetWithIpGroups.json // this example is just showing the usage of "AzureFirewalls_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -216,7 +216,7 @@ public async Task Exists_GetAzureFirewallWithIpGroups() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetAzureFirewallWithZones() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/AzureFirewallGetWithZones.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/AzureFirewallGetWithZones.json // this example is just showing the usage of "AzureFirewalls_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -250,7 +250,7 @@ public async Task Get_GetAzureFirewallWithZones() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetAzureFirewallWithZones() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/AzureFirewallGetWithZones.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/AzureFirewallGetWithZones.json // this example is just showing the usage of "AzureFirewalls_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -280,7 +280,7 @@ public async Task Exists_GetAzureFirewallWithZones() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetAzureFirewallWithManagementSubnet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/AzureFirewallGetWithMgmtSubnet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/AzureFirewallGetWithMgmtSubnet.json // this example is just showing the usage of "AzureFirewalls_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -314,7 +314,7 @@ public async Task Get_GetAzureFirewallWithManagementSubnet() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetAzureFirewallWithManagementSubnet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/AzureFirewallGetWithMgmtSubnet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/AzureFirewallGetWithMgmtSubnet.json // this example is just showing the usage of "AzureFirewalls_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -344,7 +344,7 @@ public async Task Exists_GetAzureFirewallWithManagementSubnet() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateAzureFirewall() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/AzureFirewallPut.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/AzureFirewallPut.json // this example is just showing the usage of "AzureFirewalls_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -548,7 +548,7 @@ public async Task CreateOrUpdate_CreateAzureFirewall() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateAzureFirewallWithAdditionalProperties() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/AzureFirewallPutWithAdditionalProperties.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/AzureFirewallPutWithAdditionalProperties.json // this example is just showing the usage of "AzureFirewalls_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -757,7 +757,7 @@ public async Task CreateOrUpdate_CreateAzureFirewallWithAdditionalProperties() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateAzureFirewallWithIpGroups() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/AzureFirewallPutWithIpGroups.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/AzureFirewallPutWithIpGroups.json // this example is just showing the usage of "AzureFirewalls_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -961,7 +961,7 @@ public async Task CreateOrUpdate_CreateAzureFirewallWithIpGroups() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateAzureFirewallWithZones() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/AzureFirewallPutWithZones.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/AzureFirewallPutWithZones.json // this example is just showing the usage of "AzureFirewalls_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -1166,7 +1166,7 @@ public async Task CreateOrUpdate_CreateAzureFirewallWithZones() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateAzureFirewallWithManagementSubnet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/AzureFirewallPutWithMgmtSubnet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/AzureFirewallPutWithMgmtSubnet.json // this example is just showing the usage of "AzureFirewalls_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -1376,7 +1376,7 @@ public async Task CreateOrUpdate_CreateAzureFirewallWithManagementSubnet() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateAzureFirewallInVirtualHub() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/AzureFirewallPutInHub.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/AzureFirewallPutInHub.json // this example is just showing the usage of "AzureFirewalls_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -1440,7 +1440,7 @@ public async Task CreateOrUpdate_CreateAzureFirewallInVirtualHub() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_ListAllAzureFirewallsForAGivenResourceGroup() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/AzureFirewallListByResourceGroup.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/AzureFirewallListByResourceGroup.json // this example is just showing the usage of "AzureFirewalls_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_AzureFirewallResource.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_AzureFirewallResource.cs index cade36c1c82c..ba2a03fc5866 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_AzureFirewallResource.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_AzureFirewallResource.cs @@ -24,7 +24,7 @@ public partial class Sample_AzureFirewallResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Delete_DeleteAzureFirewall() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/AzureFirewallDelete.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/AzureFirewallDelete.json // this example is just showing the usage of "AzureFirewalls_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -51,7 +51,7 @@ public async Task Delete_DeleteAzureFirewall() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetAzureFirewall() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/AzureFirewallGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/AzureFirewallGet.json // this example is just showing the usage of "AzureFirewalls_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -82,7 +82,7 @@ public async Task Get_GetAzureFirewall() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetAzureFirewallWithAdditionalProperties() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/AzureFirewallGetWithAdditionalProperties.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/AzureFirewallGetWithAdditionalProperties.json // this example is just showing the usage of "AzureFirewalls_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -113,7 +113,7 @@ public async Task Get_GetAzureFirewallWithAdditionalProperties() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetAzureFirewallWithIpGroups() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/AzureFirewallGetWithIpGroups.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/AzureFirewallGetWithIpGroups.json // this example is just showing the usage of "AzureFirewalls_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -144,7 +144,7 @@ public async Task Get_GetAzureFirewallWithIpGroups() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetAzureFirewallWithZones() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/AzureFirewallGetWithZones.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/AzureFirewallGetWithZones.json // this example is just showing the usage of "AzureFirewalls_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -175,7 +175,7 @@ public async Task Get_GetAzureFirewallWithZones() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetAzureFirewallWithManagementSubnet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/AzureFirewallGetWithMgmtSubnet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/AzureFirewallGetWithMgmtSubnet.json // this example is just showing the usage of "AzureFirewalls_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -206,7 +206,7 @@ public async Task Get_GetAzureFirewallWithManagementSubnet() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_UpdateAzureFirewallTags() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/AzureFirewallUpdateTags.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/AzureFirewallUpdateTags.json // this example is just showing the usage of "AzureFirewalls_UpdateTags" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -246,7 +246,7 @@ public async Task Update_UpdateAzureFirewallTags() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAzureFirewalls_ListAllAzureFirewallsForAGivenSubscription() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/AzureFirewallListBySubscription.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/AzureFirewallListBySubscription.json // this example is just showing the usage of "AzureFirewalls_ListAll" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -272,5 +272,33 @@ public async Task GetAzureFirewalls_ListAllAzureFirewallsForAGivenSubscription() Console.WriteLine($"Succeeded"); } + + // AzureFirewallListLearnedPrefixes + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task GetLearnedPrefixes_AzureFirewallListLearnedPrefixes() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/AzureFirewallListLearnedIPPrefixes.json + // this example is just showing the usage of "AzureFirewalls_ListLearnedPrefixes" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this AzureFirewallResource created on azure + // for more information of creating AzureFirewallResource, please refer to the document of AzureFirewallResource + string subscriptionId = "subid"; + string resourceGroupName = "rg1"; + string azureFirewallName = "azureFirewall1"; + ResourceIdentifier azureFirewallResourceId = AzureFirewallResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, azureFirewallName); + AzureFirewallResource azureFirewall = client.GetAzureFirewallResource(azureFirewallResourceId); + + // invoke the operation + ArmOperation lro = await azureFirewall.GetLearnedPrefixesAsync(WaitUntil.Completed); + LearnedIPPrefixesListResult result = lro.Value; + + Console.WriteLine($"Succeeded: {result}"); + } } } diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_AzureWebCategoryCollection.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_AzureWebCategoryCollection.cs index 48df4be0ad42..55655aaa49d3 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_AzureWebCategoryCollection.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_AzureWebCategoryCollection.cs @@ -22,7 +22,7 @@ public partial class Sample_AzureWebCategoryCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetAzureWebCategoryByName() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/AzureWebCategoryGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/AzureWebCategoryGet.json // this example is just showing the usage of "WebCategories_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -55,7 +55,7 @@ public async Task Get_GetAzureWebCategoryByName() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetAzureWebCategoryByName() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/AzureWebCategoryGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/AzureWebCategoryGet.json // this example is just showing the usage of "WebCategories_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -84,7 +84,7 @@ public async Task Exists_GetAzureWebCategoryByName() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_ListAllAzureWebCategoriesForAGivenSubscription() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/AzureWebCategoriesListBySubscription.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/AzureWebCategoriesListBySubscription.json // this example is just showing the usage of "WebCategories_ListBySubscription" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_AzureWebCategoryResource.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_AzureWebCategoryResource.cs index 5893bebb809f..be456d618566 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_AzureWebCategoryResource.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_AzureWebCategoryResource.cs @@ -21,7 +21,7 @@ public partial class Sample_AzureWebCategoryResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetAzureWebCategoryByName() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/AzureWebCategoryGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/AzureWebCategoryGet.json // this example is just showing the usage of "WebCategories_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_BackendAddressPoolCollection.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_BackendAddressPoolCollection.cs index e33fd0c32bc7..a3f575dbe5d0 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_BackendAddressPoolCollection.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_BackendAddressPoolCollection.cs @@ -23,7 +23,7 @@ public partial class Sample_BackendAddressPoolCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_LoadBalancerWithBackendAddressPoolContainingBackendAddresses() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/LBBackendAddressPoolListWithBackendAddressesPoolType.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/LBBackendAddressPoolListWithBackendAddressesPoolType.json // this example is just showing the usage of "LoadBalancerBackendAddressPools_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -60,7 +60,7 @@ public async Task GetAll_LoadBalancerWithBackendAddressPoolContainingBackendAddr [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_LoadBalancerBackendAddressPoolList() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/LoadBalancerBackendAddressPoolList.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/LoadBalancerBackendAddressPoolList.json // this example is just showing the usage of "LoadBalancerBackendAddressPools_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -97,7 +97,7 @@ public async Task GetAll_LoadBalancerBackendAddressPoolList() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_LoadBalancerWithBackendAddressPoolWithBackendAddresses() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/LBBackendAddressPoolWithBackendAddressesGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/LBBackendAddressPoolWithBackendAddressesGet.json // this example is just showing the usage of "LoadBalancerBackendAddressPools_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -132,7 +132,7 @@ public async Task Get_LoadBalancerWithBackendAddressPoolWithBackendAddresses() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_LoadBalancerWithBackendAddressPoolWithBackendAddresses() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/LBBackendAddressPoolWithBackendAddressesGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/LBBackendAddressPoolWithBackendAddressesGet.json // this example is just showing the usage of "LoadBalancerBackendAddressPools_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -163,7 +163,7 @@ public async Task Exists_LoadBalancerWithBackendAddressPoolWithBackendAddresses( [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_LoadBalancerBackendAddressPoolGet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/LoadBalancerBackendAddressPoolGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/LoadBalancerBackendAddressPoolGet.json // this example is just showing the usage of "LoadBalancerBackendAddressPools_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -198,7 +198,7 @@ public async Task Get_LoadBalancerBackendAddressPoolGet() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_LoadBalancerBackendAddressPoolGet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/LoadBalancerBackendAddressPoolGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/LoadBalancerBackendAddressPoolGet.json // this example is just showing the usage of "LoadBalancerBackendAddressPools_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -229,7 +229,7 @@ public async Task Exists_LoadBalancerBackendAddressPoolGet() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_UpdateLoadBalancerBackendPoolWithBackendAddressesContainingVirtualNetworkAndIPAddress() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/LBBackendAddressPoolWithBackendAddressesPut.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/LBBackendAddressPoolWithBackendAddressesPut.json // this example is just showing the usage of "LoadBalancerBackendAddressPools_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_BackendAddressPoolResource.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_BackendAddressPoolResource.cs index 74271fb69483..2f420f19ffcc 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_BackendAddressPoolResource.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_BackendAddressPoolResource.cs @@ -18,12 +18,45 @@ namespace Azure.ResourceManager.Network.Samples { public partial class Sample_BackendAddressPoolResource { + // Query inbound NAT rule port mapping + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task GetInboundNatRulePortMappingsLoadBalancer_QueryInboundNATRulePortMapping() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/QueryInboundNatRulePortMapping.json + // this example is just showing the usage of "LoadBalancers_ListInboundNatRulePortMappings" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this BackendAddressPoolResource created on azure + // for more information of creating BackendAddressPoolResource, please refer to the document of BackendAddressPoolResource + string subscriptionId = "subid"; + string groupName = "rg1"; + string loadBalancerName = "lb1"; + string backendPoolName = "bp1"; + ResourceIdentifier backendAddressPoolResourceId = BackendAddressPoolResource.CreateResourceIdentifier(subscriptionId, groupName, loadBalancerName, backendPoolName); + BackendAddressPoolResource backendAddressPool = client.GetBackendAddressPoolResource(backendAddressPoolResourceId); + + // invoke the operation + QueryInboundNatRulePortMappingContent content = new QueryInboundNatRulePortMappingContent() + { + IPAddress = "10.0.0.4", + }; + ArmOperation lro = await backendAddressPool.GetInboundNatRulePortMappingsLoadBalancerAsync(WaitUntil.Completed, content); + BackendAddressInboundNatRulePortMappings result = lro.Value; + + Console.WriteLine($"Succeeded: {result}"); + } + // LoadBalancer with BackendAddressPool with BackendAddresses [NUnit.Framework.Test] [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_LoadBalancerWithBackendAddressPoolWithBackendAddresses() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/LBBackendAddressPoolWithBackendAddressesGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/LBBackendAddressPoolWithBackendAddressesGet.json // this example is just showing the usage of "LoadBalancerBackendAddressPools_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -55,7 +88,7 @@ public async Task Get_LoadBalancerWithBackendAddressPoolWithBackendAddresses() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_LoadBalancerBackendAddressPoolGet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/LoadBalancerBackendAddressPoolGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/LoadBalancerBackendAddressPoolGet.json // this example is just showing the usage of "LoadBalancerBackendAddressPools_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -87,7 +120,7 @@ public async Task Get_LoadBalancerBackendAddressPoolGet() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_UpdateLoadBalancerBackendPoolWithBackendAddressesContainingVirtualNetworkAndIPAddress() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/LBBackendAddressPoolWithBackendAddressesPut.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/LBBackendAddressPoolWithBackendAddressesPut.json // this example is just showing the usage of "LoadBalancerBackendAddressPools_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -137,7 +170,7 @@ public async Task Update_UpdateLoadBalancerBackendPoolWithBackendAddressesContai [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Delete_BackendAddressPoolDelete() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/LoadBalancerBackendAddressPoolDelete.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/LoadBalancerBackendAddressPoolDelete.json // this example is just showing the usage of "LoadBalancerBackendAddressPools_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_BaseAdminRuleCollection.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_BaseAdminRuleCollection.cs new file mode 100644 index 000000000000..f7b041687f00 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_BaseAdminRuleCollection.cs @@ -0,0 +1,312 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Identity; +using Azure.ResourceManager; +using Azure.ResourceManager.Network; +using Azure.ResourceManager.Network.Models; + +namespace Azure.ResourceManager.Network.Samples +{ + public partial class Sample_BaseAdminRuleCollection + { + // List security admin rules + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task GetAll_ListSecurityAdminRules() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkManagerAdminRuleList.json + // this example is just showing the usage of "AdminRules_List" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this AdminRuleGroupResource created on azure + // for more information of creating AdminRuleGroupResource, please refer to the document of AdminRuleGroupResource + string subscriptionId = "00000000-0000-0000-0000-000000000000"; + string resourceGroupName = "rg1"; + string networkManagerName = "testNetworkManager"; + string configurationName = "myTestSecurityConfig"; + string ruleCollectionName = "testRuleCollection"; + ResourceIdentifier adminRuleGroupResourceId = AdminRuleGroupResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, networkManagerName, configurationName, ruleCollectionName); + AdminRuleGroupResource adminRuleGroup = client.GetAdminRuleGroupResource(adminRuleGroupResourceId); + + // get the collection of this BaseAdminRuleResource + BaseAdminRuleCollection collection = adminRuleGroup.GetBaseAdminRules(); + + // invoke the operation and iterate over the result + await foreach (BaseAdminRuleResource item in collection.GetAllAsync()) + { + // the variable item is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + BaseAdminRuleData resourceData = item.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + + Console.WriteLine($"Succeeded"); + } + + // Gets security admin rule + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task Get_GetsSecurityAdminRule() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkManagerAdminRuleGet.json + // this example is just showing the usage of "AdminRules_Get" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this AdminRuleGroupResource created on azure + // for more information of creating AdminRuleGroupResource, please refer to the document of AdminRuleGroupResource + string subscriptionId = "00000000-0000-0000-0000-000000000000"; + string resourceGroupName = "rg1"; + string networkManagerName = "testNetworkManager"; + string configurationName = "myTestSecurityConfig"; + string ruleCollectionName = "testRuleCollection"; + ResourceIdentifier adminRuleGroupResourceId = AdminRuleGroupResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, networkManagerName, configurationName, ruleCollectionName); + AdminRuleGroupResource adminRuleGroup = client.GetAdminRuleGroupResource(adminRuleGroupResourceId); + + // get the collection of this BaseAdminRuleResource + BaseAdminRuleCollection collection = adminRuleGroup.GetBaseAdminRules(); + + // invoke the operation + string ruleName = "SampleAdminRule"; + BaseAdminRuleResource result = await collection.GetAsync(ruleName); + + // the variable result is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + BaseAdminRuleData resourceData = result.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + + // Gets security admin rule + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task Exists_GetsSecurityAdminRule() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkManagerAdminRuleGet.json + // this example is just showing the usage of "AdminRules_Get" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this AdminRuleGroupResource created on azure + // for more information of creating AdminRuleGroupResource, please refer to the document of AdminRuleGroupResource + string subscriptionId = "00000000-0000-0000-0000-000000000000"; + string resourceGroupName = "rg1"; + string networkManagerName = "testNetworkManager"; + string configurationName = "myTestSecurityConfig"; + string ruleCollectionName = "testRuleCollection"; + ResourceIdentifier adminRuleGroupResourceId = AdminRuleGroupResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, networkManagerName, configurationName, ruleCollectionName); + AdminRuleGroupResource adminRuleGroup = client.GetAdminRuleGroupResource(adminRuleGroupResourceId); + + // get the collection of this BaseAdminRuleResource + BaseAdminRuleCollection collection = adminRuleGroup.GetBaseAdminRules(); + + // invoke the operation + string ruleName = "SampleAdminRule"; + bool result = await collection.ExistsAsync(ruleName); + + Console.WriteLine($"Succeeded: {result}"); + } + + // Gets security default admin rule + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task Get_GetsSecurityDefaultAdminRule() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkManagerDefaultAdminRuleGet.json + // this example is just showing the usage of "AdminRules_Get" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this AdminRuleGroupResource created on azure + // for more information of creating AdminRuleGroupResource, please refer to the document of AdminRuleGroupResource + string subscriptionId = "00000000-0000-0000-0000-000000000000"; + string resourceGroupName = "rg1"; + string networkManagerName = "testNetworkManager"; + string configurationName = "myTestSecurityConfig"; + string ruleCollectionName = "testRuleCollection"; + ResourceIdentifier adminRuleGroupResourceId = AdminRuleGroupResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, networkManagerName, configurationName, ruleCollectionName); + AdminRuleGroupResource adminRuleGroup = client.GetAdminRuleGroupResource(adminRuleGroupResourceId); + + // get the collection of this BaseAdminRuleResource + BaseAdminRuleCollection collection = adminRuleGroup.GetBaseAdminRules(); + + // invoke the operation + string ruleName = "SampleDefaultAdminRule"; + BaseAdminRuleResource result = await collection.GetAsync(ruleName); + + // the variable result is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + BaseAdminRuleData resourceData = result.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + + // Gets security default admin rule + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task Exists_GetsSecurityDefaultAdminRule() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkManagerDefaultAdminRuleGet.json + // this example is just showing the usage of "AdminRules_Get" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this AdminRuleGroupResource created on azure + // for more information of creating AdminRuleGroupResource, please refer to the document of AdminRuleGroupResource + string subscriptionId = "00000000-0000-0000-0000-000000000000"; + string resourceGroupName = "rg1"; + string networkManagerName = "testNetworkManager"; + string configurationName = "myTestSecurityConfig"; + string ruleCollectionName = "testRuleCollection"; + ResourceIdentifier adminRuleGroupResourceId = AdminRuleGroupResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, networkManagerName, configurationName, ruleCollectionName); + AdminRuleGroupResource adminRuleGroup = client.GetAdminRuleGroupResource(adminRuleGroupResourceId); + + // get the collection of this BaseAdminRuleResource + BaseAdminRuleCollection collection = adminRuleGroup.GetBaseAdminRules(); + + // invoke the operation + string ruleName = "SampleDefaultAdminRule"; + bool result = await collection.ExistsAsync(ruleName); + + Console.WriteLine($"Succeeded: {result}"); + } + + // Create a default admin rule + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task CreateOrUpdate_CreateADefaultAdminRule() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkManagerDefaultAdminRulePut.json + // this example is just showing the usage of "AdminRules_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this AdminRuleGroupResource created on azure + // for more information of creating AdminRuleGroupResource, please refer to the document of AdminRuleGroupResource + string subscriptionId = "00000000-0000-0000-0000-000000000000"; + string resourceGroupName = "rg1"; + string networkManagerName = "testNetworkManager"; + string configurationName = "myTestSecurityConfig"; + string ruleCollectionName = "testRuleCollection"; + ResourceIdentifier adminRuleGroupResourceId = AdminRuleGroupResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, networkManagerName, configurationName, ruleCollectionName); + AdminRuleGroupResource adminRuleGroup = client.GetAdminRuleGroupResource(adminRuleGroupResourceId); + + // get the collection of this BaseAdminRuleResource + BaseAdminRuleCollection collection = adminRuleGroup.GetBaseAdminRules(); + + // invoke the operation + string ruleName = "SampleDefaultAdminRule"; + BaseAdminRuleData data = new NetworkDefaultAdminRule() + { + Flag = "AllowVnetInbound", + }; + ArmOperation lro = await collection.CreateOrUpdateAsync(WaitUntil.Completed, ruleName, data); + BaseAdminRuleResource result = lro.Value; + + // the variable result is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + BaseAdminRuleData resourceData = result.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + + // Create an admin rule + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task CreateOrUpdate_CreateAnAdminRule() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkManagerAdminRulePut.json + // this example is just showing the usage of "AdminRules_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this AdminRuleGroupResource created on azure + // for more information of creating AdminRuleGroupResource, please refer to the document of AdminRuleGroupResource + string subscriptionId = "00000000-0000-0000-0000-000000000000"; + string resourceGroupName = "rg1"; + string networkManagerName = "testNetworkManager"; + string configurationName = "myTestSecurityConfig"; + string ruleCollectionName = "testRuleCollection"; + ResourceIdentifier adminRuleGroupResourceId = AdminRuleGroupResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, networkManagerName, configurationName, ruleCollectionName); + AdminRuleGroupResource adminRuleGroup = client.GetAdminRuleGroupResource(adminRuleGroupResourceId); + + // get the collection of this BaseAdminRuleResource + BaseAdminRuleCollection collection = adminRuleGroup.GetBaseAdminRules(); + + // invoke the operation + string ruleName = "SampleAdminRule"; + BaseAdminRuleData data = new NetworkAdminRule() + { + Description = "This is Sample Admin Rule", + Protocol = SecurityConfigurationRuleProtocol.Tcp, + Sources = +{ +new AddressPrefixItem() +{ +AddressPrefix = "Internet", +AddressPrefixType = AddressPrefixType.ServiceTag, +} +}, + Destinations = +{ +new AddressPrefixItem() +{ +AddressPrefix = "*", +AddressPrefixType = AddressPrefixType.IPPrefix, +} +}, + SourcePortRanges = +{ +"0-65535" +}, + DestinationPortRanges = +{ +"22" +}, + Access = SecurityConfigurationRuleAccess.Deny, + Priority = 1, + Direction = SecurityConfigurationRuleDirection.Inbound, + }; + ArmOperation lro = await collection.CreateOrUpdateAsync(WaitUntil.Completed, ruleName, data); + BaseAdminRuleResource result = lro.Value; + + // the variable result is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + BaseAdminRuleData resourceData = result.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_BaseAdminRuleResource.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_BaseAdminRuleResource.cs new file mode 100644 index 000000000000..2c11f267ab4e --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_BaseAdminRuleResource.cs @@ -0,0 +1,226 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Identity; +using Azure.ResourceManager; +using Azure.ResourceManager.Network; +using Azure.ResourceManager.Network.Models; + +namespace Azure.ResourceManager.Network.Samples +{ + public partial class Sample_BaseAdminRuleResource + { + // Gets security admin rule + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task Get_GetsSecurityAdminRule() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkManagerAdminRuleGet.json + // this example is just showing the usage of "AdminRules_Get" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this BaseAdminRuleResource created on azure + // for more information of creating BaseAdminRuleResource, please refer to the document of BaseAdminRuleResource + string subscriptionId = "00000000-0000-0000-0000-000000000000"; + string resourceGroupName = "rg1"; + string networkManagerName = "testNetworkManager"; + string configurationName = "myTestSecurityConfig"; + string ruleCollectionName = "testRuleCollection"; + string ruleName = "SampleAdminRule"; + ResourceIdentifier baseAdminRuleResourceId = BaseAdminRuleResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, networkManagerName, configurationName, ruleCollectionName, ruleName); + BaseAdminRuleResource baseAdminRule = client.GetBaseAdminRuleResource(baseAdminRuleResourceId); + + // invoke the operation + BaseAdminRuleResource result = await baseAdminRule.GetAsync(); + + // the variable result is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + BaseAdminRuleData resourceData = result.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + + // Gets security default admin rule + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task Get_GetsSecurityDefaultAdminRule() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkManagerDefaultAdminRuleGet.json + // this example is just showing the usage of "AdminRules_Get" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this BaseAdminRuleResource created on azure + // for more information of creating BaseAdminRuleResource, please refer to the document of BaseAdminRuleResource + string subscriptionId = "00000000-0000-0000-0000-000000000000"; + string resourceGroupName = "rg1"; + string networkManagerName = "testNetworkManager"; + string configurationName = "myTestSecurityConfig"; + string ruleCollectionName = "testRuleCollection"; + string ruleName = "SampleDefaultAdminRule"; + ResourceIdentifier baseAdminRuleResourceId = BaseAdminRuleResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, networkManagerName, configurationName, ruleCollectionName, ruleName); + BaseAdminRuleResource baseAdminRule = client.GetBaseAdminRuleResource(baseAdminRuleResourceId); + + // invoke the operation + BaseAdminRuleResource result = await baseAdminRule.GetAsync(); + + // the variable result is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + BaseAdminRuleData resourceData = result.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + + // Create a default admin rule + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task Update_CreateADefaultAdminRule() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkManagerDefaultAdminRulePut.json + // this example is just showing the usage of "AdminRules_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this BaseAdminRuleResource created on azure + // for more information of creating BaseAdminRuleResource, please refer to the document of BaseAdminRuleResource + string subscriptionId = "00000000-0000-0000-0000-000000000000"; + string resourceGroupName = "rg1"; + string networkManagerName = "testNetworkManager"; + string configurationName = "myTestSecurityConfig"; + string ruleCollectionName = "testRuleCollection"; + string ruleName = "SampleDefaultAdminRule"; + ResourceIdentifier baseAdminRuleResourceId = BaseAdminRuleResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, networkManagerName, configurationName, ruleCollectionName, ruleName); + BaseAdminRuleResource baseAdminRule = client.GetBaseAdminRuleResource(baseAdminRuleResourceId); + + // invoke the operation + BaseAdminRuleData data = new NetworkDefaultAdminRule() + { + Flag = "AllowVnetInbound", + }; + ArmOperation lro = await baseAdminRule.UpdateAsync(WaitUntil.Completed, data); + BaseAdminRuleResource result = lro.Value; + + // the variable result is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + BaseAdminRuleData resourceData = result.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + + // Create an admin rule + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task Update_CreateAnAdminRule() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkManagerAdminRulePut.json + // this example is just showing the usage of "AdminRules_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this BaseAdminRuleResource created on azure + // for more information of creating BaseAdminRuleResource, please refer to the document of BaseAdminRuleResource + string subscriptionId = "00000000-0000-0000-0000-000000000000"; + string resourceGroupName = "rg1"; + string networkManagerName = "testNetworkManager"; + string configurationName = "myTestSecurityConfig"; + string ruleCollectionName = "testRuleCollection"; + string ruleName = "SampleAdminRule"; + ResourceIdentifier baseAdminRuleResourceId = BaseAdminRuleResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, networkManagerName, configurationName, ruleCollectionName, ruleName); + BaseAdminRuleResource baseAdminRule = client.GetBaseAdminRuleResource(baseAdminRuleResourceId); + + // invoke the operation + BaseAdminRuleData data = new NetworkAdminRule() + { + Description = "This is Sample Admin Rule", + Protocol = SecurityConfigurationRuleProtocol.Tcp, + Sources = +{ +new AddressPrefixItem() +{ +AddressPrefix = "Internet", +AddressPrefixType = AddressPrefixType.ServiceTag, +} +}, + Destinations = +{ +new AddressPrefixItem() +{ +AddressPrefix = "*", +AddressPrefixType = AddressPrefixType.IPPrefix, +} +}, + SourcePortRanges = +{ +"0-65535" +}, + DestinationPortRanges = +{ +"22" +}, + Access = SecurityConfigurationRuleAccess.Deny, + Priority = 1, + Direction = SecurityConfigurationRuleDirection.Inbound, + }; + ArmOperation lro = await baseAdminRule.UpdateAsync(WaitUntil.Completed, data); + BaseAdminRuleResource result = lro.Value; + + // the variable result is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + BaseAdminRuleData resourceData = result.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + + // Deletes an admin rule + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task Delete_DeletesAnAdminRule() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkManagerAdminRuleDelete.json + // this example is just showing the usage of "AdminRules_Delete" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this BaseAdminRuleResource created on azure + // for more information of creating BaseAdminRuleResource, please refer to the document of BaseAdminRuleResource + string subscriptionId = "00000000-0000-0000-0000-000000000000"; + string resourceGroupName = "rg1"; + string networkManagerName = "testNetworkManager"; + string configurationName = "myTestSecurityConfig"; + string ruleCollectionName = "testRuleCollection"; + string ruleName = "SampleAdminRule"; + ResourceIdentifier baseAdminRuleResourceId = BaseAdminRuleResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, networkManagerName, configurationName, ruleCollectionName, ruleName); + BaseAdminRuleResource baseAdminRule = client.GetBaseAdminRuleResource(baseAdminRuleResourceId); + + // invoke the operation + bool? force = false; + await baseAdminRule.DeleteAsync(WaitUntil.Completed, force: force); + + Console.WriteLine($"Succeeded"); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_BastionHostCollection.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_BastionHostCollection.cs index a610fbeca6cd..df2c03fc6372 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_BastionHostCollection.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_BastionHostCollection.cs @@ -24,7 +24,7 @@ public partial class Sample_BastionHostCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetBastionHost() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/BastionHostGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/BastionHostGet.json // this example is just showing the usage of "BastionHosts_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -58,7 +58,7 @@ public async Task Get_GetBastionHost() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetBastionHost() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/BastionHostGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/BastionHostGet.json // this example is just showing the usage of "BastionHosts_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -88,7 +88,7 @@ public async Task Exists_GetBastionHost() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateBastionHost() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/BastionHostPut.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/BastionHostPut.json // this example is just showing the usage of "BastionHosts_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -135,7 +135,7 @@ public async Task CreateOrUpdate_CreateBastionHost() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_ListAllBastionHostsForAGivenResourceGroup() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/BastionHostListByResourceGroup.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/BastionHostListByResourceGroup.json // this example is just showing the usage of "BastionHosts_ListByResourceGroup" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_BastionHostResource.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_BastionHostResource.cs index 7a957b247468..488fe8c9bf17 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_BastionHostResource.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_BastionHostResource.cs @@ -24,7 +24,7 @@ public partial class Sample_BastionHostResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Delete_DeleteBastionHost() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/BastionHostDelete.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/BastionHostDelete.json // this example is just showing the usage of "BastionHosts_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -51,7 +51,7 @@ public async Task Delete_DeleteBastionHost() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetBastionHost() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/BastionHostGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/BastionHostGet.json // this example is just showing the usage of "BastionHosts_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -77,13 +77,13 @@ public async Task Get_GetBastionHost() Console.WriteLine($"Succeeded on id: {resourceData.Id}"); } - // Create Bastion Host + // Patch Bastion Host [NUnit.Framework.Test] [NUnit.Framework.Ignore("Only verifying that the sample builds")] - public async Task Update_CreateBastionHost() + public async Task Update_PatchBastionHost() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/BastionHostPut.json - // this example is just showing the usage of "BastionHosts_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/BastionHostPatch.json + // this example is just showing the usage of "BastionHosts_UpdateTags" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line TokenCredential cred = new DefaultAzureCredential(); @@ -99,19 +99,15 @@ public async Task Update_CreateBastionHost() BastionHostResource bastionHost = client.GetBastionHostResource(bastionHostResourceId); // invoke the operation - BastionHostData data = new BastionHostData() + NetworkTagsObject networkTagsObject = new NetworkTagsObject() { - IPConfigurations = + Tags = { -new BastionHostIPConfiguration() -{ -SubnetId = new ResourceIdentifier("/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/vnet2/subnets/BastionHostSubnet"), -PublicIPAddressId = new ResourceIdentifier("/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/pipName"), -Name = "bastionHostIpConfiguration", -} +["tag1"] = "value1", +["tag2"] = "value2", }, }; - ArmOperation lro = await bastionHost.UpdateAsync(WaitUntil.Completed, data); + ArmOperation lro = await bastionHost.UpdateAsync(WaitUntil.Completed, networkTagsObject); BastionHostResource result = lro.Value; // the variable result is a resource, you could call other operations on this instance as well @@ -126,7 +122,7 @@ public async Task Update_CreateBastionHost() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetBastionHosts_ListAllBastionHostsForAGivenSubscription() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/BastionHostListBySubscription.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/BastionHostListBySubscription.json // this example is just showing the usage of "BastionHosts_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_BgpConnectionCollection.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_BgpConnectionCollection.cs index 681a5a4c9ef8..6784088f588e 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_BgpConnectionCollection.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_BgpConnectionCollection.cs @@ -22,7 +22,7 @@ public partial class Sample_BgpConnectionCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_VirtualHubVirtualHubRouteTableV2Get() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualHubBgpConnectionGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualHubBgpConnectionGet.json // this example is just showing the usage of "VirtualHubBgpConnection_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -57,7 +57,7 @@ public async Task Get_VirtualHubVirtualHubRouteTableV2Get() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_VirtualHubVirtualHubRouteTableV2Get() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualHubBgpConnectionGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualHubBgpConnectionGet.json // this example is just showing the usage of "VirtualHubBgpConnection_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -88,7 +88,7 @@ public async Task Exists_VirtualHubVirtualHubRouteTableV2Get() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_VirtualHubRouteTableV2Put() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualHubBgpConnectionPut.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualHubBgpConnectionPut.json // this example is just showing the usage of "VirtualHubBgpConnection_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -113,6 +113,7 @@ public async Task CreateOrUpdate_VirtualHubRouteTableV2Put() { PeerAsn = 20000, PeerIP = "192.168.1.5", + HubVirtualNetworkConnectionId = new ResourceIdentifier("/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualHubs/hub1/hubVirtualNetworkConnections/hubVnetConn1"), }; ArmOperation lro = await collection.CreateOrUpdateAsync(WaitUntil.Completed, connectionName, data); BgpConnectionResource result = lro.Value; @@ -129,7 +130,7 @@ public async Task CreateOrUpdate_VirtualHubRouteTableV2Put() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_VirtualHubRouteTableV2List() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualHubBgpConnectionList.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualHubBgpConnectionList.json // this example is just showing the usage of "VirtualHubBgpConnections_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_BgpConnectionResource.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_BgpConnectionResource.cs index 81effb0670b9..bb0bedd2a30e 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_BgpConnectionResource.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_BgpConnectionResource.cs @@ -23,7 +23,7 @@ public partial class Sample_BgpConnectionResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_VirtualHubVirtualHubRouteTableV2Get() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualHubBgpConnectionGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualHubBgpConnectionGet.json // this example is just showing the usage of "VirtualHubBgpConnection_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -55,7 +55,7 @@ public async Task Get_VirtualHubVirtualHubRouteTableV2Get() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_VirtualHubRouteTableV2Put() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualHubBgpConnectionPut.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualHubBgpConnectionPut.json // this example is just showing the usage of "VirtualHubBgpConnection_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -77,6 +77,7 @@ public async Task Update_VirtualHubRouteTableV2Put() { PeerAsn = 20000, PeerIP = "192.168.1.5", + HubVirtualNetworkConnectionId = new ResourceIdentifier("/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualHubs/hub1/hubVirtualNetworkConnections/hubVnetConn1"), }; ArmOperation lro = await bgpConnection.UpdateAsync(WaitUntil.Completed, data); BgpConnectionResource result = lro.Value; @@ -93,7 +94,7 @@ public async Task Update_VirtualHubRouteTableV2Put() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Delete_VirtualHubRouteTableV2Delete() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualHubBgpConnectionDelete.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualHubBgpConnectionDelete.json // this example is just showing the usage of "VirtualHubBgpConnection_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -121,7 +122,7 @@ public async Task Delete_VirtualHubRouteTableV2Delete() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetLearnedRoutesVirtualHubBgpConnection_VirtualRouterPeerListLearnedRoutes() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualRouterPeerListLearnedRoute.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualRouterPeerListLearnedRoute.json // this example is just showing the usage of "VirtualHubBgpConnections_ListLearnedRoutes" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -150,7 +151,7 @@ public async Task GetLearnedRoutesVirtualHubBgpConnection_VirtualRouterPeerListL [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAdvertisedRoutesVirtualHubBgpConnection_VirtualRouterPeerListAdvertisedRoutes() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualRouterPeerListAdvertisedRoute.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualRouterPeerListAdvertisedRoute.json // this example is just showing the usage of "VirtualHubBgpConnections_ListAdvertisedRoutes" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_CloudServiceSwapCollection.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_CloudServiceSwapCollection.cs new file mode 100644 index 000000000000..7d5a0bed4b5e --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_CloudServiceSwapCollection.cs @@ -0,0 +1,157 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Identity; +using Azure.ResourceManager; +using Azure.ResourceManager.Network; +using Azure.ResourceManager.Network.Models; +using Azure.ResourceManager.Resources; + +namespace Azure.ResourceManager.Network.Samples +{ + public partial class Sample_CloudServiceSwapCollection + { + // Get swap resource + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task Get_GetSwapResource() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/CloudServiceSwapGet.json + // this example is just showing the usage of "VipSwap_Get" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this ResourceGroupResource created on azure + // for more information of creating ResourceGroupResource, please refer to the document of ResourceGroupResource + string subscriptionId = "subid"; + string groupName = "rg1"; + ResourceIdentifier resourceGroupResourceId = ResourceGroupResource.CreateResourceIdentifier(subscriptionId, groupName); + ResourceGroupResource resourceGroupResource = client.GetResourceGroupResource(resourceGroupResourceId); + + // get the collection of this CloudServiceSwapResource + string resourceName = "testCloudService"; + CloudServiceSwapCollection collection = resourceGroupResource.GetCloudServiceSwaps(resourceName); + + // invoke the operation + CloudServiceSwapResource result = await collection.GetAsync(); + + // the variable result is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + CloudServiceSwapData resourceData = result.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + + // Get swap resource + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task Exists_GetSwapResource() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/CloudServiceSwapGet.json + // this example is just showing the usage of "VipSwap_Get" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this ResourceGroupResource created on azure + // for more information of creating ResourceGroupResource, please refer to the document of ResourceGroupResource + string subscriptionId = "subid"; + string groupName = "rg1"; + ResourceIdentifier resourceGroupResourceId = ResourceGroupResource.CreateResourceIdentifier(subscriptionId, groupName); + ResourceGroupResource resourceGroupResource = client.GetResourceGroupResource(resourceGroupResourceId); + + // get the collection of this CloudServiceSwapResource + string resourceName = "testCloudService"; + CloudServiceSwapCollection collection = resourceGroupResource.GetCloudServiceSwaps(resourceName); + + // invoke the operation + bool result = await collection.ExistsAsync(); + + Console.WriteLine($"Succeeded: {result}"); + } + + // Put vip swap operation. + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task CreateOrUpdate_PutVipSwapOperation() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/CloudServiceSwapPut.json + // this example is just showing the usage of "VipSwap_Create" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this ResourceGroupResource created on azure + // for more information of creating ResourceGroupResource, please refer to the document of ResourceGroupResource + string subscriptionId = "subid"; + string groupName = "rg1"; + ResourceIdentifier resourceGroupResourceId = ResourceGroupResource.CreateResourceIdentifier(subscriptionId, groupName); + ResourceGroupResource resourceGroupResource = client.GetResourceGroupResource(resourceGroupResourceId); + + // get the collection of this CloudServiceSwapResource + string resourceName = "testCloudService"; + CloudServiceSwapCollection collection = resourceGroupResource.GetCloudServiceSwaps(resourceName); + + // invoke the operation + CloudServiceSwapData data = new CloudServiceSwapData() + { + CloudServiceSwapSlotType = SwapSlotType.Production, + }; + await collection.CreateOrUpdateAsync(WaitUntil.Completed, data); + + Console.WriteLine($"Succeeded"); + } + + // Get swap resource list + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task GetAll_GetSwapResourceList() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/CloudServiceSwapList.json + // this example is just showing the usage of "VipSwap_List" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this ResourceGroupResource created on azure + // for more information of creating ResourceGroupResource, please refer to the document of ResourceGroupResource + string subscriptionId = "subid"; + string groupName = "rg1"; + ResourceIdentifier resourceGroupResourceId = ResourceGroupResource.CreateResourceIdentifier(subscriptionId, groupName); + ResourceGroupResource resourceGroupResource = client.GetResourceGroupResource(resourceGroupResourceId); + + // get the collection of this CloudServiceSwapResource + string resourceName = "testCloudService"; + CloudServiceSwapCollection collection = resourceGroupResource.GetCloudServiceSwaps(resourceName); + + // invoke the operation and iterate over the result + await foreach (CloudServiceSwapResource item in collection.GetAllAsync()) + { + // the variable item is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + CloudServiceSwapData resourceData = item.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + + Console.WriteLine($"Succeeded"); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_CloudServiceSwapResource.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_CloudServiceSwapResource.cs new file mode 100644 index 000000000000..06092bdc9a71 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_CloudServiceSwapResource.cs @@ -0,0 +1,83 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Identity; +using Azure.ResourceManager; +using Azure.ResourceManager.Network; +using Azure.ResourceManager.Network.Models; + +namespace Azure.ResourceManager.Network.Samples +{ + public partial class Sample_CloudServiceSwapResource + { + // Get swap resource + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task Get_GetSwapResource() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/CloudServiceSwapGet.json + // this example is just showing the usage of "VipSwap_Get" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this CloudServiceSwapResource created on azure + // for more information of creating CloudServiceSwapResource, please refer to the document of CloudServiceSwapResource + string subscriptionId = "subid"; + string groupName = "rg1"; + string resourceName = "testCloudService"; + ResourceIdentifier cloudServiceSwapResourceId = CloudServiceSwapResource.CreateResourceIdentifier(subscriptionId, groupName, resourceName); + CloudServiceSwapResource cloudServiceSwap = client.GetCloudServiceSwapResource(cloudServiceSwapResourceId); + + // invoke the operation + CloudServiceSwapResource result = await cloudServiceSwap.GetAsync(); + + // the variable result is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + CloudServiceSwapData resourceData = result.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + + // Put vip swap operation. + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task Update_PutVipSwapOperation() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/CloudServiceSwapPut.json + // this example is just showing the usage of "VipSwap_Create" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this CloudServiceSwapResource created on azure + // for more information of creating CloudServiceSwapResource, please refer to the document of CloudServiceSwapResource + string subscriptionId = "subid"; + string groupName = "rg1"; + string resourceName = "testCloudService"; + ResourceIdentifier cloudServiceSwapResourceId = CloudServiceSwapResource.CreateResourceIdentifier(subscriptionId, groupName, resourceName); + CloudServiceSwapResource cloudServiceSwap = client.GetCloudServiceSwapResource(cloudServiceSwapResourceId); + + // invoke the operation + CloudServiceSwapData data = new CloudServiceSwapData() + { + CloudServiceSwapSlotType = SwapSlotType.Production, + }; + await cloudServiceSwap.UpdateAsync(WaitUntil.Completed, data); + + Console.WriteLine($"Succeeded"); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ConnectionMonitorCollection.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ConnectionMonitorCollection.cs index 63f00a742102..327732853f9b 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ConnectionMonitorCollection.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ConnectionMonitorCollection.cs @@ -23,7 +23,7 @@ public partial class Sample_ConnectionMonitorCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateConnectionMonitorV1() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkWatcherConnectionMonitorCreate.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkWatcherConnectionMonitorCreate.json // this example is just showing the usage of "ConnectionMonitors_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -97,7 +97,7 @@ public async Task CreateOrUpdate_CreateConnectionMonitorV1() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateConnectionMonitorV2() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkWatcherConnectionMonitorV2Create.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkWatcherConnectionMonitorV2Create.json // this example is just showing the usage of "ConnectionMonitors_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -195,7 +195,7 @@ public async Task CreateOrUpdate_CreateConnectionMonitorV2() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetConnectionMonitor() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkWatcherConnectionMonitorGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkWatcherConnectionMonitorGet.json // this example is just showing the usage of "ConnectionMonitors_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -230,7 +230,7 @@ public async Task Get_GetConnectionMonitor() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetConnectionMonitor() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkWatcherConnectionMonitorGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkWatcherConnectionMonitorGet.json // this example is just showing the usage of "ConnectionMonitors_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -261,7 +261,7 @@ public async Task Exists_GetConnectionMonitor() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_ListConnectionMonitors() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkWatcherConnectionMonitorList.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkWatcherConnectionMonitorList.json // this example is just showing the usage of "ConnectionMonitors_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ConnectionMonitorResource.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ConnectionMonitorResource.cs index 2ab54d1846e9..9e376e9b53be 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ConnectionMonitorResource.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ConnectionMonitorResource.cs @@ -23,7 +23,7 @@ public partial class Sample_ConnectionMonitorResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetConnectionMonitor() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkWatcherConnectionMonitorGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkWatcherConnectionMonitorGet.json // this example is just showing the usage of "ConnectionMonitors_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -55,7 +55,7 @@ public async Task Get_GetConnectionMonitor() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Delete_DeleteConnectionMonitor() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkWatcherConnectionMonitorDelete.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkWatcherConnectionMonitorDelete.json // this example is just showing the usage of "ConnectionMonitors_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -83,7 +83,7 @@ public async Task Delete_DeleteConnectionMonitor() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_UpdateConnectionMonitorTags() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkWatcherConnectionMonitorUpdateTags.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkWatcherConnectionMonitorUpdateTags.json // this example is just showing the usage of "ConnectionMonitors_UpdateTags" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -123,7 +123,7 @@ public async Task Update_UpdateConnectionMonitorTags() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Stop_StopConnectionMonitor() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkWatcherConnectionMonitorStop.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkWatcherConnectionMonitorStop.json // this example is just showing the usage of "ConnectionMonitors_Stop" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -151,7 +151,7 @@ public async Task Stop_StopConnectionMonitor() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Start_StartConnectionMonitor() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkWatcherConnectionMonitorStart.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkWatcherConnectionMonitorStart.json // this example is just showing the usage of "ConnectionMonitors_Start" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -179,7 +179,7 @@ public async Task Start_StartConnectionMonitor() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Query_QueryConnectionMonitor() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkWatcherConnectionMonitorQuery.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkWatcherConnectionMonitorQuery.json // this example is just showing the usage of "ConnectionMonitors_Query" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ConnectivityConfigurationCollection.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ConnectivityConfigurationCollection.cs new file mode 100644 index 000000000000..9f9778fa5af6 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ConnectivityConfigurationCollection.cs @@ -0,0 +1,183 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Identity; +using Azure.ResourceManager; +using Azure.ResourceManager.Network; +using Azure.ResourceManager.Network.Models; + +namespace Azure.ResourceManager.Network.Samples +{ + public partial class Sample_ConnectivityConfigurationCollection + { + // ConnectivityConfigurationsGet + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task Get_ConnectivityConfigurationsGet() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkManagerConnectivityConfigurationGet.json + // this example is just showing the usage of "ConnectivityConfigurations_Get" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this NetworkManagerResource created on azure + // for more information of creating NetworkManagerResource, please refer to the document of NetworkManagerResource + string subscriptionId = "00000000-0000-0000-0000-000000000000"; + string resourceGroupName = "myResourceGroup"; + string networkManagerName = "testNetworkManager"; + ResourceIdentifier networkManagerResourceId = NetworkManagerResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, networkManagerName); + NetworkManagerResource networkManager = client.GetNetworkManagerResource(networkManagerResourceId); + + // get the collection of this ConnectivityConfigurationResource + ConnectivityConfigurationCollection collection = networkManager.GetConnectivityConfigurations(); + + // invoke the operation + string configurationName = "myTestConnectivityConfig"; + ConnectivityConfigurationResource result = await collection.GetAsync(configurationName); + + // the variable result is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + ConnectivityConfigurationData resourceData = result.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + + // ConnectivityConfigurationsGet + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task Exists_ConnectivityConfigurationsGet() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkManagerConnectivityConfigurationGet.json + // this example is just showing the usage of "ConnectivityConfigurations_Get" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this NetworkManagerResource created on azure + // for more information of creating NetworkManagerResource, please refer to the document of NetworkManagerResource + string subscriptionId = "00000000-0000-0000-0000-000000000000"; + string resourceGroupName = "myResourceGroup"; + string networkManagerName = "testNetworkManager"; + ResourceIdentifier networkManagerResourceId = NetworkManagerResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, networkManagerName); + NetworkManagerResource networkManager = client.GetNetworkManagerResource(networkManagerResourceId); + + // get the collection of this ConnectivityConfigurationResource + ConnectivityConfigurationCollection collection = networkManager.GetConnectivityConfigurations(); + + // invoke the operation + string configurationName = "myTestConnectivityConfig"; + bool result = await collection.ExistsAsync(configurationName); + + Console.WriteLine($"Succeeded: {result}"); + } + + // ConnectivityConfigurationsPut + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task CreateOrUpdate_ConnectivityConfigurationsPut() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkManagerConnectivityConfigurationPut.json + // this example is just showing the usage of "ConnectivityConfigurations_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this NetworkManagerResource created on azure + // for more information of creating NetworkManagerResource, please refer to the document of NetworkManagerResource + string subscriptionId = "00000000-0000-0000-0000-000000000000"; + string resourceGroupName = "myResourceGroup"; + string networkManagerName = "testNetworkManager"; + ResourceIdentifier networkManagerResourceId = NetworkManagerResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, networkManagerName); + NetworkManagerResource networkManager = client.GetNetworkManagerResource(networkManagerResourceId); + + // get the collection of this ConnectivityConfigurationResource + ConnectivityConfigurationCollection collection = networkManager.GetConnectivityConfigurations(); + + // invoke the operation + string configurationName = "myTestConnectivityConfig"; + ConnectivityConfigurationData data = new ConnectivityConfigurationData() + { + Description = "Sample Configuration", + ConnectivityTopology = ConnectivityTopology.HubAndSpoke, + Hubs = +{ +new ConnectivityHub() +{ +ResourceId = new ResourceIdentifier("subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/myTestConnectivityConfig"), +ResourceType = new ResourceType("Microsoft.Network/virtualNetworks"), +} +}, + IsGlobal = GlobalMeshSupportFlag.True, + AppliesToGroups = +{ +new ConnectivityGroupItem("subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkManagers/testNetworkManager/networkGroups/group1",GroupConnectivity.None) +{ +UseHubGateway = HubGatewayUsageFlag.True, +IsGlobal = GlobalMeshSupportFlag.False, +} +}, + DeleteExistingPeering = DeleteExistingPeering.True, + }; + ArmOperation lro = await collection.CreateOrUpdateAsync(WaitUntil.Completed, configurationName, data); + ConnectivityConfigurationResource result = lro.Value; + + // the variable result is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + ConnectivityConfigurationData resourceData = result.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + + // ConnectivityConfigurationsList + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task GetAll_ConnectivityConfigurationsList() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkManagerConnectivityConfigurationList.json + // this example is just showing the usage of "ConnectivityConfigurations_List" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this NetworkManagerResource created on azure + // for more information of creating NetworkManagerResource, please refer to the document of NetworkManagerResource + string subscriptionId = "00000000-0000-0000-0000-000000000000"; + string resourceGroupName = "myResourceGroup"; + string networkManagerName = "testNetworkManager"; + ResourceIdentifier networkManagerResourceId = NetworkManagerResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, networkManagerName); + NetworkManagerResource networkManager = client.GetNetworkManagerResource(networkManagerResourceId); + + // get the collection of this ConnectivityConfigurationResource + ConnectivityConfigurationCollection collection = networkManager.GetConnectivityConfigurations(); + + // invoke the operation and iterate over the result + await foreach (ConnectivityConfigurationResource item in collection.GetAllAsync()) + { + // the variable item is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + ConnectivityConfigurationData resourceData = item.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + + Console.WriteLine($"Succeeded"); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ConnectivityConfigurationResource.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ConnectivityConfigurationResource.cs new file mode 100644 index 000000000000..90cd067ec5ef --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ConnectivityConfigurationResource.cs @@ -0,0 +1,138 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Identity; +using Azure.ResourceManager; +using Azure.ResourceManager.Network; +using Azure.ResourceManager.Network.Models; + +namespace Azure.ResourceManager.Network.Samples +{ + public partial class Sample_ConnectivityConfigurationResource + { + // ConnectivityConfigurationsGet + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task Get_ConnectivityConfigurationsGet() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkManagerConnectivityConfigurationGet.json + // this example is just showing the usage of "ConnectivityConfigurations_Get" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this ConnectivityConfigurationResource created on azure + // for more information of creating ConnectivityConfigurationResource, please refer to the document of ConnectivityConfigurationResource + string subscriptionId = "00000000-0000-0000-0000-000000000000"; + string resourceGroupName = "myResourceGroup"; + string networkManagerName = "testNetworkManager"; + string configurationName = "myTestConnectivityConfig"; + ResourceIdentifier connectivityConfigurationResourceId = ConnectivityConfigurationResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, networkManagerName, configurationName); + ConnectivityConfigurationResource connectivityConfiguration = client.GetConnectivityConfigurationResource(connectivityConfigurationResourceId); + + // invoke the operation + ConnectivityConfigurationResource result = await connectivityConfiguration.GetAsync(); + + // the variable result is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + ConnectivityConfigurationData resourceData = result.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + + // ConnectivityConfigurationsPut + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task Update_ConnectivityConfigurationsPut() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkManagerConnectivityConfigurationPut.json + // this example is just showing the usage of "ConnectivityConfigurations_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this ConnectivityConfigurationResource created on azure + // for more information of creating ConnectivityConfigurationResource, please refer to the document of ConnectivityConfigurationResource + string subscriptionId = "00000000-0000-0000-0000-000000000000"; + string resourceGroupName = "myResourceGroup"; + string networkManagerName = "testNetworkManager"; + string configurationName = "myTestConnectivityConfig"; + ResourceIdentifier connectivityConfigurationResourceId = ConnectivityConfigurationResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, networkManagerName, configurationName); + ConnectivityConfigurationResource connectivityConfiguration = client.GetConnectivityConfigurationResource(connectivityConfigurationResourceId); + + // invoke the operation + ConnectivityConfigurationData data = new ConnectivityConfigurationData() + { + Description = "Sample Configuration", + ConnectivityTopology = ConnectivityTopology.HubAndSpoke, + Hubs = +{ +new ConnectivityHub() +{ +ResourceId = new ResourceIdentifier("subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/myTestConnectivityConfig"), +ResourceType = new ResourceType("Microsoft.Network/virtualNetworks"), +} +}, + IsGlobal = GlobalMeshSupportFlag.True, + AppliesToGroups = +{ +new ConnectivityGroupItem("subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkManagers/testNetworkManager/networkGroups/group1",GroupConnectivity.None) +{ +UseHubGateway = HubGatewayUsageFlag.True, +IsGlobal = GlobalMeshSupportFlag.False, +} +}, + DeleteExistingPeering = DeleteExistingPeering.True, + }; + ArmOperation lro = await connectivityConfiguration.UpdateAsync(WaitUntil.Completed, data); + ConnectivityConfigurationResource result = lro.Value; + + // the variable result is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + ConnectivityConfigurationData resourceData = result.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + + // ConnectivityConfigurationsDelete + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task Delete_ConnectivityConfigurationsDelete() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkManagerConnectivityConfigurationDelete.json + // this example is just showing the usage of "ConnectivityConfigurations_Delete" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this ConnectivityConfigurationResource created on azure + // for more information of creating ConnectivityConfigurationResource, please refer to the document of ConnectivityConfigurationResource + string subscriptionId = "00000000-0000-0000-0000-000000000000"; + string resourceGroupName = "myResourceGroup"; + string networkManagerName = "testNetworkManager"; + string configurationName = "myTestConnectivityConfig"; + ResourceIdentifier connectivityConfigurationResourceId = ConnectivityConfigurationResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, networkManagerName, configurationName); + ConnectivityConfigurationResource connectivityConfiguration = client.GetConnectivityConfigurationResource(connectivityConfigurationResourceId); + + // invoke the operation + bool? force = false; + await connectivityConfiguration.DeleteAsync(WaitUntil.Completed, force: force); + + Console.WriteLine($"Succeeded"); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_CustomIPPrefixCollection.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_CustomIPPrefixCollection.cs index 38a7cf299d60..ea9f67e54bc0 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_CustomIPPrefixCollection.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_CustomIPPrefixCollection.cs @@ -23,7 +23,7 @@ public partial class Sample_CustomIPPrefixCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetCustomIPPrefix() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/CustomIpPrefixGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/CustomIpPrefixGet.json // this example is just showing the usage of "CustomIPPrefixes_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -57,7 +57,7 @@ public async Task Get_GetCustomIPPrefix() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetCustomIPPrefix() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/CustomIpPrefixGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/CustomIpPrefixGet.json // this example is just showing the usage of "CustomIPPrefixes_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -87,7 +87,7 @@ public async Task Exists_GetCustomIPPrefix() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateCustomIPPrefixAllocationMethod() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/CustomIpPrefixCreateCustomizedValues.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/CustomIpPrefixCreateCustomizedValues.json // this example is just showing the usage of "CustomIPPrefixes_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -127,7 +127,7 @@ public async Task CreateOrUpdate_CreateCustomIPPrefixAllocationMethod() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_ListResourceGroupCustomIPPrefixes() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/CustomIpPrefixList.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/CustomIpPrefixList.json // this example is just showing the usage of "CustomIPPrefixes_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_CustomIPPrefixResource.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_CustomIPPrefixResource.cs index 0d78d40d0393..69d0ef175520 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_CustomIPPrefixResource.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_CustomIPPrefixResource.cs @@ -24,7 +24,7 @@ public partial class Sample_CustomIPPrefixResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Delete_DeleteCustomIPPrefix() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/CustomIpPrefixDelete.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/CustomIpPrefixDelete.json // this example is just showing the usage of "CustomIPPrefixes_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -51,7 +51,7 @@ public async Task Delete_DeleteCustomIPPrefix() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetCustomIPPrefix() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/CustomIpPrefixGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/CustomIpPrefixGet.json // this example is just showing the usage of "CustomIPPrefixes_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -82,7 +82,7 @@ public async Task Get_GetCustomIPPrefix() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_UpdatePublicIPAddressTags() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/CustomIpPrefixUpdateTags.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/CustomIpPrefixUpdateTags.json // this example is just showing the usage of "CustomIPPrefixes_UpdateTags" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -121,7 +121,7 @@ public async Task Update_UpdatePublicIPAddressTags() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetCustomIPPrefixes_ListAllCustomIPPrefixes() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/CustomIpPrefixListAll.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/CustomIpPrefixListAll.json // this example is just showing the usage of "CustomIPPrefixes_ListAll" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_DdosCustomPolicyCollection.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_DdosCustomPolicyCollection.cs index d1374fddc6eb..dbc10cd68953 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_DdosCustomPolicyCollection.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_DdosCustomPolicyCollection.cs @@ -12,7 +12,6 @@ using Azure.Identity; using Azure.ResourceManager; using Azure.ResourceManager.Network; -using Azure.ResourceManager.Network.Models; using Azure.ResourceManager.Resources; namespace Azure.ResourceManager.Network.Samples @@ -24,7 +23,7 @@ public partial class Sample_DdosCustomPolicyCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetDDoSCustomPolicy() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/DdosCustomPolicyGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/DdosCustomPolicyGet.json // this example is just showing the usage of "DdosCustomPolicies_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -58,7 +57,7 @@ public async Task Get_GetDDoSCustomPolicy() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetDDoSCustomPolicy() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/DdosCustomPolicyGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/DdosCustomPolicyGet.json // this example is just showing the usage of "DdosCustomPolicies_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -88,7 +87,7 @@ public async Task Exists_GetDDoSCustomPolicy() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateDDoSCustomPolicy() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/DdosCustomPolicyCreate.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/DdosCustomPolicyCreate.json // this example is just showing the usage of "DdosCustomPolicies_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -110,13 +109,6 @@ public async Task CreateOrUpdate_CreateDDoSCustomPolicy() string ddosCustomPolicyName = "test-ddos-custom-policy"; DdosCustomPolicyData data = new DdosCustomPolicyData() { - ProtocolCustomSettings = -{ -new ProtocolCustomSettings() -{ -Protocol = DdosCustomPolicyProtocol.Tcp, -} -}, Location = new AzureLocation("centraluseuap"), }; ArmOperation lro = await collection.CreateOrUpdateAsync(WaitUntil.Completed, ddosCustomPolicyName, data); diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_DdosCustomPolicyResource.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_DdosCustomPolicyResource.cs index 29d481309950..eb2e24f1cefa 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_DdosCustomPolicyResource.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_DdosCustomPolicyResource.cs @@ -23,7 +23,7 @@ public partial class Sample_DdosCustomPolicyResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Delete_DeleteDDoSCustomPolicy() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/DdosCustomPolicyDelete.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/DdosCustomPolicyDelete.json // this example is just showing the usage of "DdosCustomPolicies_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -50,7 +50,7 @@ public async Task Delete_DeleteDDoSCustomPolicy() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetDDoSCustomPolicy() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/DdosCustomPolicyGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/DdosCustomPolicyGet.json // this example is just showing the usage of "DdosCustomPolicies_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -81,7 +81,7 @@ public async Task Get_GetDDoSCustomPolicy() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_DDoSCustomPolicyUpdateTags() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/DdosCustomPolicyUpdateTags.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/DdosCustomPolicyUpdateTags.json // this example is just showing the usage of "DdosCustomPolicies_UpdateTags" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_DdosProtectionPlanCollection.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_DdosProtectionPlanCollection.cs index e1f5ecb1feb5..476e54ecd4ce 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_DdosProtectionPlanCollection.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_DdosProtectionPlanCollection.cs @@ -23,7 +23,7 @@ public partial class Sample_DdosProtectionPlanCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetDDoSProtectionPlan() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/DdosProtectionPlanGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/DdosProtectionPlanGet.json // this example is just showing the usage of "DdosProtectionPlans_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -57,7 +57,7 @@ public async Task Get_GetDDoSProtectionPlan() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetDDoSProtectionPlan() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/DdosProtectionPlanGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/DdosProtectionPlanGet.json // this example is just showing the usage of "DdosProtectionPlans_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -87,7 +87,7 @@ public async Task Exists_GetDDoSProtectionPlan() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateDDoSProtectionPlan() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/DdosProtectionPlanCreate.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/DdosProtectionPlanCreate.json // this example is just showing the usage of "DdosProtectionPlans_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -123,7 +123,7 @@ public async Task CreateOrUpdate_CreateDDoSProtectionPlan() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_ListDDoSProtectionPlansInResourceGroup() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/DdosProtectionPlanList.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/DdosProtectionPlanList.json // this example is just showing the usage of "DdosProtectionPlans_ListByResourceGroup" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_DdosProtectionPlanResource.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_DdosProtectionPlanResource.cs index e0a63a68399f..9c7ec0764dc9 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_DdosProtectionPlanResource.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_DdosProtectionPlanResource.cs @@ -24,7 +24,7 @@ public partial class Sample_DdosProtectionPlanResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Delete_DeleteDDoSProtectionPlan() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/DdosProtectionPlanDelete.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/DdosProtectionPlanDelete.json // this example is just showing the usage of "DdosProtectionPlans_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -51,7 +51,7 @@ public async Task Delete_DeleteDDoSProtectionPlan() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetDDoSProtectionPlan() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/DdosProtectionPlanGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/DdosProtectionPlanGet.json // this example is just showing the usage of "DdosProtectionPlans_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -82,7 +82,7 @@ public async Task Get_GetDDoSProtectionPlan() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_DDoSProtectionPlanUpdateTags() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/DdosProtectionPlanUpdateTags.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/DdosProtectionPlanUpdateTags.json // this example is just showing the usage of "DdosProtectionPlans_UpdateTags" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -121,7 +121,7 @@ public async Task Update_DDoSProtectionPlanUpdateTags() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetDdosProtectionPlans_ListAllDDoSProtectionPlans() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/DdosProtectionPlanListAll.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/DdosProtectionPlanListAll.json // this example is just showing the usage of "DdosProtectionPlans_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_DefaultSecurityRuleCollection.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_DefaultSecurityRuleCollection.cs index fe6c76f2b2d3..7e8aaa153b93 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_DefaultSecurityRuleCollection.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_DefaultSecurityRuleCollection.cs @@ -21,7 +21,7 @@ public partial class Sample_DefaultSecurityRuleCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_DefaultSecurityRuleList() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/DefaultSecurityRuleList.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/DefaultSecurityRuleList.json // this example is just showing the usage of "DefaultSecurityRules_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -58,7 +58,7 @@ public async Task GetAll_DefaultSecurityRuleList() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_DefaultSecurityRuleGet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/DefaultSecurityRuleGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/DefaultSecurityRuleGet.json // this example is just showing the usage of "DefaultSecurityRules_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -93,7 +93,7 @@ public async Task Get_DefaultSecurityRuleGet() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_DefaultSecurityRuleGet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/DefaultSecurityRuleGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/DefaultSecurityRuleGet.json // this example is just showing the usage of "DefaultSecurityRules_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_DefaultSecurityRuleResource.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_DefaultSecurityRuleResource.cs index 02681eecfa5f..f544c79d857a 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_DefaultSecurityRuleResource.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_DefaultSecurityRuleResource.cs @@ -21,7 +21,7 @@ public partial class Sample_DefaultSecurityRuleResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_DefaultSecurityRuleGet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/DefaultSecurityRuleGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/DefaultSecurityRuleGet.json // this example is just showing the usage of "DefaultSecurityRules_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_DscpConfigurationCollection.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_DscpConfigurationCollection.cs index 0671b6ed1a66..e5da96b60807 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_DscpConfigurationCollection.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_DscpConfigurationCollection.cs @@ -24,7 +24,7 @@ public partial class Sample_DscpConfigurationCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateDSCPConfiguration() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/DscpConfigurationCreate.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/DscpConfigurationCreate.json // this example is just showing the usage of "DscpConfiguration_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -46,35 +46,31 @@ public async Task CreateOrUpdate_CreateDSCPConfiguration() string dscpConfigurationName = "mydscpconfig"; DscpConfigurationData data = new DscpConfigurationData() { - Markings = + QosDefinitionCollection = { -46,10 +new DscpQosDefinition() +{ +Markings = +{ +1 }, - SourceIPRanges = +SourceIPRanges = { new QosIPRange() { StartIP = "127.0.0.1", EndIP = "127.0.0.2", -},new QosIPRange() -{ -StartIP = "127.0.1.1", -EndIP = "127.0.1.2", } }, - DestinationIPRanges = +DestinationIPRanges = { new QosIPRange() { StartIP = "127.0.10.1", EndIP = "127.0.10.2", -},new QosIPRange() -{ -StartIP = "127.0.11.1", -EndIP = "127.0.11.2", } }, - SourcePortRanges = +SourcePortRanges = { new QosPortRange() { @@ -86,19 +82,56 @@ public async Task CreateOrUpdate_CreateDSCPConfiguration() End = 21, } }, - DestinationPortRanges = +DestinationPortRanges = { new QosPortRange() { Start = 15, End = 15, -},new QosPortRange() +} +}, +Protocol = ProtocolType.Tcp, +},new DscpQosDefinition() +{ +Markings = +{ +2 +}, +SourceIPRanges = +{ +new QosIPRange() +{ +StartIP = "12.0.0.1", +EndIP = "12.0.0.2", +} +}, +DestinationIPRanges = { -Start = 26, -End = 27, +new QosIPRange() +{ +StartIP = "12.0.10.1", +EndIP = "12.0.10.2", +} +}, +SourcePortRanges = +{ +new QosPortRange() +{ +Start = 11, +End = 12, +} +}, +DestinationPortRanges = +{ +new QosPortRange() +{ +Start = 51, +End = 52, +} +}, +Protocol = ProtocolType.Udp, } }, - Protocol = ProtocolType.Tcp, Location = new AzureLocation("eastus"), }; ArmOperation lro = await collection.CreateOrUpdateAsync(WaitUntil.Completed, dscpConfigurationName, data); @@ -116,7 +149,7 @@ public async Task CreateOrUpdate_CreateDSCPConfiguration() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetDscpConfiguration() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/DscpConfigurationGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/DscpConfigurationGet.json // this example is just showing the usage of "DscpConfiguration_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -150,7 +183,7 @@ public async Task Get_GetDscpConfiguration() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetDscpConfiguration() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/DscpConfigurationGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/DscpConfigurationGet.json // this example is just showing the usage of "DscpConfiguration_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -180,7 +213,7 @@ public async Task Exists_GetDscpConfiguration() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_GetDscpConfiguration() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/DscpConfigurationList.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/DscpConfigurationList.json // this example is just showing the usage of "DscpConfiguration_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_DscpConfigurationResource.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_DscpConfigurationResource.cs index 15e48ee0ac6a..d3e19b48543e 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_DscpConfigurationResource.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_DscpConfigurationResource.cs @@ -24,7 +24,7 @@ public partial class Sample_DscpConfigurationResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_CreateDSCPConfiguration() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/DscpConfigurationCreate.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/DscpConfigurationCreate.json // this example is just showing the usage of "DscpConfiguration_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -43,35 +43,31 @@ public async Task Update_CreateDSCPConfiguration() // invoke the operation DscpConfigurationData data = new DscpConfigurationData() { - Markings = + QosDefinitionCollection = { -46,10 +new DscpQosDefinition() +{ +Markings = +{ +1 }, - SourceIPRanges = +SourceIPRanges = { new QosIPRange() { StartIP = "127.0.0.1", EndIP = "127.0.0.2", -},new QosIPRange() -{ -StartIP = "127.0.1.1", -EndIP = "127.0.1.2", } }, - DestinationIPRanges = +DestinationIPRanges = { new QosIPRange() { StartIP = "127.0.10.1", EndIP = "127.0.10.2", -},new QosIPRange() -{ -StartIP = "127.0.11.1", -EndIP = "127.0.11.2", } }, - SourcePortRanges = +SourcePortRanges = { new QosPortRange() { @@ -83,19 +79,56 @@ public async Task Update_CreateDSCPConfiguration() End = 21, } }, - DestinationPortRanges = +DestinationPortRanges = { new QosPortRange() { Start = 15, End = 15, -},new QosPortRange() +} +}, +Protocol = ProtocolType.Tcp, +},new DscpQosDefinition() +{ +Markings = +{ +2 +}, +SourceIPRanges = +{ +new QosIPRange() +{ +StartIP = "12.0.0.1", +EndIP = "12.0.0.2", +} +}, +DestinationIPRanges = { -Start = 26, -End = 27, +new QosIPRange() +{ +StartIP = "12.0.10.1", +EndIP = "12.0.10.2", +} +}, +SourcePortRanges = +{ +new QosPortRange() +{ +Start = 11, +End = 12, +} +}, +DestinationPortRanges = +{ +new QosPortRange() +{ +Start = 51, +End = 52, +} +}, +Protocol = ProtocolType.Udp, } }, - Protocol = ProtocolType.Tcp, Location = new AzureLocation("eastus"), }; ArmOperation lro = await dscpConfiguration.UpdateAsync(WaitUntil.Completed, data); @@ -113,7 +146,7 @@ public async Task Update_CreateDSCPConfiguration() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Delete_DeleteDSCPConfiguration() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/DscpConfigurationDelete.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/DscpConfigurationDelete.json // this example is just showing the usage of "DscpConfiguration_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -140,7 +173,7 @@ public async Task Delete_DeleteDSCPConfiguration() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetDscpConfiguration() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/DscpConfigurationGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/DscpConfigurationGet.json // this example is just showing the usage of "DscpConfiguration_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -171,7 +204,7 @@ public async Task Get_GetDscpConfiguration() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetDscpConfigurations_ListAllNetworkInterfaces() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/DscpConfigurationListAll.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/DscpConfigurationListAll.json // this example is just showing the usage of "DscpConfiguration_ListAll" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ExpressRouteCircuitAuthorizationCollection.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ExpressRouteCircuitAuthorizationCollection.cs index f568ba3cdf33..a804746e2833 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ExpressRouteCircuitAuthorizationCollection.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ExpressRouteCircuitAuthorizationCollection.cs @@ -22,7 +22,7 @@ public partial class Sample_ExpressRouteCircuitAuthorizationCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetExpressRouteCircuitAuthorization() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ExpressRouteCircuitAuthorizationGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ExpressRouteCircuitAuthorizationGet.json // this example is just showing the usage of "ExpressRouteCircuitAuthorizations_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -57,7 +57,7 @@ public async Task Get_GetExpressRouteCircuitAuthorization() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetExpressRouteCircuitAuthorization() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ExpressRouteCircuitAuthorizationGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ExpressRouteCircuitAuthorizationGet.json // this example is just showing the usage of "ExpressRouteCircuitAuthorizations_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -88,7 +88,7 @@ public async Task Exists_GetExpressRouteCircuitAuthorization() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateExpressRouteCircuitAuthorization() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ExpressRouteCircuitAuthorizationCreate.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ExpressRouteCircuitAuthorizationCreate.json // this example is just showing the usage of "ExpressRouteCircuitAuthorizations_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -125,7 +125,7 @@ public async Task CreateOrUpdate_CreateExpressRouteCircuitAuthorization() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_ListExpressRouteCircuitAuthorization() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ExpressRouteCircuitAuthorizationList.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ExpressRouteCircuitAuthorizationList.json // this example is just showing the usage of "ExpressRouteCircuitAuthorizations_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ExpressRouteCircuitAuthorizationResource.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ExpressRouteCircuitAuthorizationResource.cs index fb0988b7d49c..a01cab348593 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ExpressRouteCircuitAuthorizationResource.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ExpressRouteCircuitAuthorizationResource.cs @@ -22,7 +22,7 @@ public partial class Sample_ExpressRouteCircuitAuthorizationResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Delete_DeleteExpressRouteCircuitAuthorization() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ExpressRouteCircuitAuthorizationDelete.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ExpressRouteCircuitAuthorizationDelete.json // this example is just showing the usage of "ExpressRouteCircuitAuthorizations_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -50,7 +50,7 @@ public async Task Delete_DeleteExpressRouteCircuitAuthorization() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetExpressRouteCircuitAuthorization() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ExpressRouteCircuitAuthorizationGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ExpressRouteCircuitAuthorizationGet.json // this example is just showing the usage of "ExpressRouteCircuitAuthorizations_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -82,7 +82,7 @@ public async Task Get_GetExpressRouteCircuitAuthorization() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_CreateExpressRouteCircuitAuthorization() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ExpressRouteCircuitAuthorizationCreate.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ExpressRouteCircuitAuthorizationCreate.json // this example is just showing the usage of "ExpressRouteCircuitAuthorizations_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ExpressRouteCircuitCollection.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ExpressRouteCircuitCollection.cs index 40f6e7455859..54d16ac48779 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ExpressRouteCircuitCollection.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ExpressRouteCircuitCollection.cs @@ -24,7 +24,7 @@ public partial class Sample_ExpressRouteCircuitCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetExpressRouteCircuit() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ExpressRouteCircuitGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ExpressRouteCircuitGet.json // this example is just showing the usage of "ExpressRouteCircuits_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -58,7 +58,7 @@ public async Task Get_GetExpressRouteCircuit() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetExpressRouteCircuit() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ExpressRouteCircuitGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ExpressRouteCircuitGet.json // this example is just showing the usage of "ExpressRouteCircuits_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -88,7 +88,7 @@ public async Task Exists_GetExpressRouteCircuit() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateExpressRouteCircuit() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ExpressRouteCircuitCreate.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ExpressRouteCircuitCreate.json // this example is just showing the usage of "ExpressRouteCircuits_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -146,7 +146,7 @@ public async Task CreateOrUpdate_CreateExpressRouteCircuit() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateExpressRouteCircuitOnExpressRoutePort() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ExpressRouteCircuitCreateOnExpressRoutePort.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ExpressRouteCircuitCreateOnExpressRoutePort.json // this example is just showing the usage of "ExpressRouteCircuits_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -176,6 +176,7 @@ public async Task CreateOrUpdate_CreateExpressRouteCircuitOnExpressRoutePort() }, ExpressRoutePortId = new ResourceIdentifier("/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/expressRoutePorts/portName"), BandwidthInGbps = 10, + AuthorizationKey = "b0be57f5-1fba-463b-adec-ffe767354cdd", Location = new AzureLocation("westus"), }; ArmOperation lro = await collection.CreateOrUpdateAsync(WaitUntil.Completed, circuitName, data); @@ -193,7 +194,7 @@ public async Task CreateOrUpdate_CreateExpressRouteCircuitOnExpressRoutePort() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_ListExpressRouteCircuitsInAResourceGroup() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ExpressRouteCircuitListByResourceGroup.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ExpressRouteCircuitListByResourceGroup.json // this example is just showing the usage of "ExpressRouteCircuits_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ExpressRouteCircuitConnectionCollection.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ExpressRouteCircuitConnectionCollection.cs index 098757c902be..694cdab46158 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ExpressRouteCircuitConnectionCollection.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ExpressRouteCircuitConnectionCollection.cs @@ -23,7 +23,7 @@ public partial class Sample_ExpressRouteCircuitConnectionCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_ExpressRouteCircuitConnectionGet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ExpressRouteCircuitConnectionGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ExpressRouteCircuitConnectionGet.json // this example is just showing the usage of "ExpressRouteCircuitConnections_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -59,7 +59,7 @@ public async Task Get_ExpressRouteCircuitConnectionGet() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_ExpressRouteCircuitConnectionGet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ExpressRouteCircuitConnectionGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ExpressRouteCircuitConnectionGet.json // this example is just showing the usage of "ExpressRouteCircuitConnections_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -91,7 +91,7 @@ public async Task Exists_ExpressRouteCircuitConnectionGet() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_ExpressRouteCircuitConnectionCreate() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ExpressRouteCircuitConnectionCreate.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ExpressRouteCircuitConnectionCreate.json // this example is just showing the usage of "ExpressRouteCircuitConnections_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -139,7 +139,7 @@ public async Task CreateOrUpdate_ExpressRouteCircuitConnectionCreate() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_ListExpressRouteCircuitConnection() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ExpressRouteCircuitConnectionList.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ExpressRouteCircuitConnectionList.json // this example is just showing the usage of "ExpressRouteCircuitConnections_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ExpressRouteCircuitConnectionResource.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ExpressRouteCircuitConnectionResource.cs index 77cd83bc7fa9..bc612bd36bc7 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ExpressRouteCircuitConnectionResource.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ExpressRouteCircuitConnectionResource.cs @@ -23,7 +23,7 @@ public partial class Sample_ExpressRouteCircuitConnectionResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Delete_DeleteExpressRouteCircuit() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ExpressRouteCircuitConnectionDelete.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ExpressRouteCircuitConnectionDelete.json // this example is just showing the usage of "ExpressRouteCircuitConnections_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -52,7 +52,7 @@ public async Task Delete_DeleteExpressRouteCircuit() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_ExpressRouteCircuitConnectionGet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ExpressRouteCircuitConnectionGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ExpressRouteCircuitConnectionGet.json // this example is just showing the usage of "ExpressRouteCircuitConnections_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -85,7 +85,7 @@ public async Task Get_ExpressRouteCircuitConnectionGet() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_ExpressRouteCircuitConnectionCreate() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ExpressRouteCircuitConnectionCreate.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ExpressRouteCircuitConnectionCreate.json // this example is just showing the usage of "ExpressRouteCircuitConnections_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ExpressRouteCircuitPeeringCollection.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ExpressRouteCircuitPeeringCollection.cs index 4f195ff9ef0b..99c5b9aa3da9 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ExpressRouteCircuitPeeringCollection.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ExpressRouteCircuitPeeringCollection.cs @@ -22,7 +22,7 @@ public partial class Sample_ExpressRouteCircuitPeeringCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetExpressRouteCircuitPeering() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ExpressRouteCircuitPeeringGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ExpressRouteCircuitPeeringGet.json // this example is just showing the usage of "ExpressRouteCircuitPeerings_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -57,7 +57,7 @@ public async Task Get_GetExpressRouteCircuitPeering() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetExpressRouteCircuitPeering() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ExpressRouteCircuitPeeringGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ExpressRouteCircuitPeeringGet.json // this example is just showing the usage of "ExpressRouteCircuitPeerings_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -88,7 +88,7 @@ public async Task Exists_GetExpressRouteCircuitPeering() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateExpressRouteCircuitPeerings() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ExpressRouteCircuitPeeringCreate.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ExpressRouteCircuitPeeringCreate.json // this example is just showing the usage of "ExpressRouteCircuitPeerings_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -131,7 +131,7 @@ public async Task CreateOrUpdate_CreateExpressRouteCircuitPeerings() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_ListExpressRouteCircuitPeerings() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ExpressRouteCircuitPeeringList.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ExpressRouteCircuitPeeringList.json // this example is just showing the usage of "ExpressRouteCircuitPeerings_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ExpressRouteCircuitPeeringResource.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ExpressRouteCircuitPeeringResource.cs index fbfaef1577b0..e68de9eabe0e 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ExpressRouteCircuitPeeringResource.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ExpressRouteCircuitPeeringResource.cs @@ -23,7 +23,7 @@ public partial class Sample_ExpressRouteCircuitPeeringResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Delete_DeleteExpressRouteCircuitPeerings() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ExpressRouteCircuitPeeringDelete.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ExpressRouteCircuitPeeringDelete.json // this example is just showing the usage of "ExpressRouteCircuitPeerings_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -51,7 +51,7 @@ public async Task Delete_DeleteExpressRouteCircuitPeerings() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetExpressRouteCircuitPeering() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ExpressRouteCircuitPeeringGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ExpressRouteCircuitPeeringGet.json // this example is just showing the usage of "ExpressRouteCircuitPeerings_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -83,7 +83,7 @@ public async Task Get_GetExpressRouteCircuitPeering() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_CreateExpressRouteCircuitPeerings() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ExpressRouteCircuitPeeringCreate.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ExpressRouteCircuitPeeringCreate.json // this example is just showing the usage of "ExpressRouteCircuitPeerings_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -123,7 +123,7 @@ public async Task Update_CreateExpressRouteCircuitPeerings() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetArpTableExpressRouteCircuit_ListARPTable() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ExpressRouteCircuitARPTableList.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ExpressRouteCircuitARPTableList.json // this example is just showing the usage of "ExpressRouteCircuits_ListArpTable" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -153,7 +153,7 @@ public async Task GetArpTableExpressRouteCircuit_ListARPTable() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetRoutesTableExpressRouteCircuit_ListRouteTables() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ExpressRouteCircuitRouteTableList.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ExpressRouteCircuitRouteTableList.json // this example is just showing the usage of "ExpressRouteCircuits_ListRoutesTable" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -183,7 +183,7 @@ public async Task GetRoutesTableExpressRouteCircuit_ListRouteTables() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetRoutesTableSummaryExpressRouteCircuit_ListRouteTableSummary() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ExpressRouteCircuitRouteTableSummaryList.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ExpressRouteCircuitRouteTableSummaryList.json // this example is just showing the usage of "ExpressRouteCircuits_ListRoutesTableSummary" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -213,7 +213,7 @@ public async Task GetRoutesTableSummaryExpressRouteCircuit_ListRouteTableSummary [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetPeeringStatsExpressRouteCircuit_GetExpressRouteCircuitPeeringTrafficStats() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ExpressRouteCircuitPeeringStats.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ExpressRouteCircuitPeeringStats.json // this example is just showing the usage of "ExpressRouteCircuits_GetPeeringStats" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ExpressRouteCircuitResource.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ExpressRouteCircuitResource.cs index c808b2db4dff..f98cb2bf5215 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ExpressRouteCircuitResource.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ExpressRouteCircuitResource.cs @@ -24,7 +24,7 @@ public partial class Sample_ExpressRouteCircuitResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Delete_DeleteExpressRouteCircuit() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ExpressRouteCircuitDelete.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ExpressRouteCircuitDelete.json // this example is just showing the usage of "ExpressRouteCircuits_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -51,7 +51,7 @@ public async Task Delete_DeleteExpressRouteCircuit() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetExpressRouteCircuit() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ExpressRouteCircuitGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ExpressRouteCircuitGet.json // this example is just showing the usage of "ExpressRouteCircuits_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -82,7 +82,7 @@ public async Task Get_GetExpressRouteCircuit() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_UpdateExpressRouteCircuitTags() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ExpressRouteCircuitUpdateTags.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ExpressRouteCircuitUpdateTags.json // this example is just showing the usage of "ExpressRouteCircuits_UpdateTags" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -121,7 +121,7 @@ public async Task Update_UpdateExpressRouteCircuitTags() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetStats_GetExpressRouteCircuitTrafficStats() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ExpressRouteCircuitStats.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ExpressRouteCircuitStats.json // this example is just showing the usage of "ExpressRouteCircuits_GetStats" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -148,7 +148,7 @@ public async Task GetStats_GetExpressRouteCircuitTrafficStats() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetExpressRouteCircuits_ListExpressRouteCircuitsInASubscription() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ExpressRouteCircuitListBySubscription.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ExpressRouteCircuitListBySubscription.json // this example is just showing the usage of "ExpressRouteCircuits_ListAll" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ExpressRouteConnectionCollection.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ExpressRouteConnectionCollection.cs index bc5b7526f0d6..512502db39c2 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ExpressRouteConnectionCollection.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ExpressRouteConnectionCollection.cs @@ -12,6 +12,8 @@ using Azure.Identity; using Azure.ResourceManager; using Azure.ResourceManager.Network; +using Azure.ResourceManager.Network.Models; +using Azure.ResourceManager.Resources.Models; namespace Azure.ResourceManager.Network.Samples { @@ -22,7 +24,7 @@ public partial class Sample_ExpressRouteConnectionCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_ExpressRouteConnectionCreate() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ExpressRouteConnectionCreate.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ExpressRouteConnectionCreate.json // this example is just showing the usage of "ExpressRouteConnections_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -48,6 +50,32 @@ public async Task CreateOrUpdate_ExpressRouteConnectionCreate() ExpressRouteCircuitPeeringId = new ResourceIdentifier("/subscriptions/subid/resourceGroups/resourceGroupName/providers/Microsoft.Network/expressRouteCircuits/circuitName/peerings/AzurePrivatePeering"), AuthorizationKey = "authorizationKey", RoutingWeight = 2, + RoutingConfiguration = new RoutingConfiguration() + { + AssociatedRouteTableId = new ResourceIdentifier("/subscriptions/subid/resourceGroups/resourceGroupName/providers/Microsoft.Network/virtualHubs/hub1/hubRouteTables/hubRouteTable1"), + PropagatedRouteTables = new PropagatedRouteTable() + { + Labels = +{ +"label1","label2" +}, + Ids = +{ +new WritableSubResource() +{ +Id = new ResourceIdentifier("/subscriptions/subid/resourceGroups/resourceGroupName/providers/Microsoft.Network/virtualHubs/hub1/hubRouteTables/hubRouteTable1"), +},new WritableSubResource() +{ +Id = new ResourceIdentifier("/subscriptions/subid/resourceGroups/resourceGroupName/providers/Microsoft.Network/virtualHubs/hub1/hubRouteTables/hubRouteTable2"), +},new WritableSubResource() +{ +Id = new ResourceIdentifier("/subscriptions/subid/resourceGroups/resourceGroupName/providers/Microsoft.Network/virtualHubs/hub1/hubRouteTables/hubRouteTable3"), +} +}, + }, + InboundRouteMapId = new ResourceIdentifier("/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualHubs/virtualHub1/routeMaps/routeMap1"), + OutboundRouteMapId = new ResourceIdentifier("/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualHubs/virtualHub1/routeMaps/routeMap2"), + }, Id = new ResourceIdentifier("/subscriptions/subid/resourceGroups/resourceGroupName/providers/Microsoft.Network/expressRouteGateways/gateway-2/expressRouteConnections/connectionName"), Name = "connectionName", }; @@ -66,7 +94,7 @@ public async Task CreateOrUpdate_ExpressRouteConnectionCreate() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_ExpressRouteConnectionGet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ExpressRouteConnectionGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ExpressRouteConnectionGet.json // this example is just showing the usage of "ExpressRouteConnections_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -101,7 +129,7 @@ public async Task Get_ExpressRouteConnectionGet() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_ExpressRouteConnectionGet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ExpressRouteConnectionGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ExpressRouteConnectionGet.json // this example is just showing the usage of "ExpressRouteConnections_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -132,7 +160,7 @@ public async Task Exists_ExpressRouteConnectionGet() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_ExpressRouteConnectionList() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ExpressRouteConnectionList.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ExpressRouteConnectionList.json // this example is just showing the usage of "ExpressRouteConnections_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ExpressRouteConnectionResource.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ExpressRouteConnectionResource.cs index eca5b4779dc4..cb7651458a9c 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ExpressRouteConnectionResource.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ExpressRouteConnectionResource.cs @@ -12,6 +12,8 @@ using Azure.Identity; using Azure.ResourceManager; using Azure.ResourceManager.Network; +using Azure.ResourceManager.Network.Models; +using Azure.ResourceManager.Resources.Models; namespace Azure.ResourceManager.Network.Samples { @@ -22,7 +24,7 @@ public partial class Sample_ExpressRouteConnectionResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_ExpressRouteConnectionCreate() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ExpressRouteConnectionCreate.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ExpressRouteConnectionCreate.json // this example is just showing the usage of "ExpressRouteConnections_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -45,6 +47,32 @@ public async Task Update_ExpressRouteConnectionCreate() ExpressRouteCircuitPeeringId = new ResourceIdentifier("/subscriptions/subid/resourceGroups/resourceGroupName/providers/Microsoft.Network/expressRouteCircuits/circuitName/peerings/AzurePrivatePeering"), AuthorizationKey = "authorizationKey", RoutingWeight = 2, + RoutingConfiguration = new RoutingConfiguration() + { + AssociatedRouteTableId = new ResourceIdentifier("/subscriptions/subid/resourceGroups/resourceGroupName/providers/Microsoft.Network/virtualHubs/hub1/hubRouteTables/hubRouteTable1"), + PropagatedRouteTables = new PropagatedRouteTable() + { + Labels = +{ +"label1","label2" +}, + Ids = +{ +new WritableSubResource() +{ +Id = new ResourceIdentifier("/subscriptions/subid/resourceGroups/resourceGroupName/providers/Microsoft.Network/virtualHubs/hub1/hubRouteTables/hubRouteTable1"), +},new WritableSubResource() +{ +Id = new ResourceIdentifier("/subscriptions/subid/resourceGroups/resourceGroupName/providers/Microsoft.Network/virtualHubs/hub1/hubRouteTables/hubRouteTable2"), +},new WritableSubResource() +{ +Id = new ResourceIdentifier("/subscriptions/subid/resourceGroups/resourceGroupName/providers/Microsoft.Network/virtualHubs/hub1/hubRouteTables/hubRouteTable3"), +} +}, + }, + InboundRouteMapId = new ResourceIdentifier("/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualHubs/virtualHub1/routeMaps/routeMap1"), + OutboundRouteMapId = new ResourceIdentifier("/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualHubs/virtualHub1/routeMaps/routeMap2"), + }, Id = new ResourceIdentifier("/subscriptions/subid/resourceGroups/resourceGroupName/providers/Microsoft.Network/expressRouteGateways/gateway-2/expressRouteConnections/connectionName"), Name = "connectionName", }; @@ -63,7 +91,7 @@ public async Task Update_ExpressRouteConnectionCreate() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_ExpressRouteConnectionGet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ExpressRouteConnectionGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ExpressRouteConnectionGet.json // this example is just showing the usage of "ExpressRouteConnections_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -95,7 +123,7 @@ public async Task Get_ExpressRouteConnectionGet() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Delete_ExpressRouteConnectionDelete() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ExpressRouteConnectionDelete.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ExpressRouteConnectionDelete.json // this example is just showing the usage of "ExpressRouteConnections_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ExpressRouteCrossConnectionCollection.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ExpressRouteCrossConnectionCollection.cs index e10d167b6ced..7ca29f045105 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ExpressRouteCrossConnectionCollection.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ExpressRouteCrossConnectionCollection.cs @@ -24,7 +24,7 @@ public partial class Sample_ExpressRouteCrossConnectionCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_ExpressRouteCrossConnectionListByResourceGroup() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ExpressRouteCrossConnectionListByResourceGroup.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ExpressRouteCrossConnectionListByResourceGroup.json // this example is just showing the usage of "ExpressRouteCrossConnections_ListByResourceGroup" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -60,7 +60,7 @@ public async Task GetAll_ExpressRouteCrossConnectionListByResourceGroup() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetExpressRouteCrossConnection() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ExpressRouteCrossConnectionGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ExpressRouteCrossConnectionGet.json // this example is just showing the usage of "ExpressRouteCrossConnections_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -94,7 +94,7 @@ public async Task Get_GetExpressRouteCrossConnection() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetExpressRouteCrossConnection() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ExpressRouteCrossConnectionGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ExpressRouteCrossConnectionGet.json // this example is just showing the usage of "ExpressRouteCrossConnections_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -124,7 +124,7 @@ public async Task Exists_GetExpressRouteCrossConnection() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_UpdateExpressRouteCrossConnection() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ExpressRouteCrossConnectionUpdate.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ExpressRouteCrossConnectionUpdate.json // this example is just showing the usage of "ExpressRouteCrossConnections_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ExpressRouteCrossConnectionPeeringCollection.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ExpressRouteCrossConnectionPeeringCollection.cs index b1d501f2a411..de451c058810 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ExpressRouteCrossConnectionPeeringCollection.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ExpressRouteCrossConnectionPeeringCollection.cs @@ -23,7 +23,7 @@ public partial class Sample_ExpressRouteCrossConnectionPeeringCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_ExpressRouteCrossConnectionBgpPeeringList() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ExpressRouteCrossConnectionBgpPeeringList.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ExpressRouteCrossConnectionBgpPeeringList.json // this example is just showing the usage of "ExpressRouteCrossConnectionPeerings_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -60,7 +60,7 @@ public async Task GetAll_ExpressRouteCrossConnectionBgpPeeringList() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetExpressRouteCrossConnectionBgpPeering() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ExpressRouteCrossConnectionBgpPeeringGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ExpressRouteCrossConnectionBgpPeeringGet.json // this example is just showing the usage of "ExpressRouteCrossConnectionPeerings_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -95,7 +95,7 @@ public async Task Get_GetExpressRouteCrossConnectionBgpPeering() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetExpressRouteCrossConnectionBgpPeering() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ExpressRouteCrossConnectionBgpPeeringGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ExpressRouteCrossConnectionBgpPeeringGet.json // this example is just showing the usage of "ExpressRouteCrossConnectionPeerings_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -126,7 +126,7 @@ public async Task Exists_GetExpressRouteCrossConnectionBgpPeering() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_ExpressRouteCrossConnectionBgpPeeringCreate() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ExpressRouteCrossConnectionBgpPeeringCreate.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ExpressRouteCrossConnectionBgpPeeringCreate.json // this example is just showing the usage of "ExpressRouteCrossConnectionPeerings_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ExpressRouteCrossConnectionPeeringResource.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ExpressRouteCrossConnectionPeeringResource.cs index f7a6d93210ca..cc876da5e3bc 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ExpressRouteCrossConnectionPeeringResource.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ExpressRouteCrossConnectionPeeringResource.cs @@ -23,7 +23,7 @@ public partial class Sample_ExpressRouteCrossConnectionPeeringResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetArpTableExpressRouteCrossConnection_GetExpressRouteCrossConnectionsArpTable() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ExpressRouteCrossConnectionsArpTable.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ExpressRouteCrossConnectionsArpTable.json // this example is just showing the usage of "ExpressRouteCrossConnections_ListArpTable" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -53,7 +53,7 @@ public async Task GetArpTableExpressRouteCrossConnection_GetExpressRouteCrossCon [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetRoutesTableSummaryExpressRouteCrossConnection_GetExpressRouteCrossConnectionsRouteTableSummary() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ExpressRouteCrossConnectionsRouteTableSummary.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ExpressRouteCrossConnectionsRouteTableSummary.json // this example is just showing the usage of "ExpressRouteCrossConnections_ListRoutesTableSummary" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -83,7 +83,7 @@ public async Task GetRoutesTableSummaryExpressRouteCrossConnection_GetExpressRou [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetRoutesTableExpressRouteCrossConnection_GetExpressRouteCrossConnectionsRouteTable() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ExpressRouteCrossConnectionsRouteTable.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ExpressRouteCrossConnectionsRouteTable.json // this example is just showing the usage of "ExpressRouteCrossConnections_ListRoutesTable" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -113,7 +113,7 @@ public async Task GetRoutesTableExpressRouteCrossConnection_GetExpressRouteCross [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Delete_DeleteExpressRouteCrossConnectionBgpPeering() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ExpressRouteCrossConnectionBgpPeeringDelete.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ExpressRouteCrossConnectionBgpPeeringDelete.json // this example is just showing the usage of "ExpressRouteCrossConnectionPeerings_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -141,7 +141,7 @@ public async Task Delete_DeleteExpressRouteCrossConnectionBgpPeering() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetExpressRouteCrossConnectionBgpPeering() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ExpressRouteCrossConnectionBgpPeeringGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ExpressRouteCrossConnectionBgpPeeringGet.json // this example is just showing the usage of "ExpressRouteCrossConnectionPeerings_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -173,7 +173,7 @@ public async Task Get_GetExpressRouteCrossConnectionBgpPeering() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_ExpressRouteCrossConnectionBgpPeeringCreate() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ExpressRouteCrossConnectionBgpPeeringCreate.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ExpressRouteCrossConnectionBgpPeeringCreate.json // this example is just showing the usage of "ExpressRouteCrossConnectionPeerings_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ExpressRouteCrossConnectionResource.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ExpressRouteCrossConnectionResource.cs index 9b121c292114..d16d76c12efe 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ExpressRouteCrossConnectionResource.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ExpressRouteCrossConnectionResource.cs @@ -23,7 +23,7 @@ public partial class Sample_ExpressRouteCrossConnectionResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetExpressRouteCrossConnections_ExpressRouteCrossConnectionList() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ExpressRouteCrossConnectionList.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ExpressRouteCrossConnectionList.json // this example is just showing the usage of "ExpressRouteCrossConnections_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -55,7 +55,7 @@ public async Task GetExpressRouteCrossConnections_ExpressRouteCrossConnectionLis [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetExpressRouteCrossConnection() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ExpressRouteCrossConnectionGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ExpressRouteCrossConnectionGet.json // this example is just showing the usage of "ExpressRouteCrossConnections_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -86,7 +86,7 @@ public async Task Get_GetExpressRouteCrossConnection() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_UpdateExpressRouteCrossConnectionTags() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ExpressRouteCrossConnectionUpdateTags.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ExpressRouteCrossConnectionUpdateTags.json // this example is just showing the usage of "ExpressRouteCrossConnections_UpdateTags" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ExpressRouteGatewayCollection.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ExpressRouteGatewayCollection.cs index 11a0c71e256c..08dda18c7f18 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ExpressRouteGatewayCollection.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ExpressRouteGatewayCollection.cs @@ -24,7 +24,7 @@ public partial class Sample_ExpressRouteGatewayCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_ExpressRouteGatewayListByResourceGroup() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ExpressRouteGatewayListByResourceGroup.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ExpressRouteGatewayListByResourceGroup.json // this example is just showing the usage of "ExpressRouteGateways_ListByResourceGroup" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -60,7 +60,7 @@ public async Task GetAll_ExpressRouteGatewayListByResourceGroup() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_ExpressRouteGatewayCreate() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ExpressRouteGatewayCreate.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ExpressRouteGatewayCreate.json // this example is just showing the usage of "ExpressRouteGateways_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -87,6 +87,7 @@ public async Task CreateOrUpdate_ExpressRouteGatewayCreate() Min = 3, }, VirtualHubId = new ResourceIdentifier("/subscriptions/subid/resourceGroups/resourceGroupId/providers/Microsoft.Network/virtualHubs/virtualHubName"), + AllowNonVirtualWanTraffic = false, Location = new AzureLocation("westus"), }; ArmOperation lro = await collection.CreateOrUpdateAsync(WaitUntil.Completed, expressRouteGatewayName, data); @@ -104,7 +105,7 @@ public async Task CreateOrUpdate_ExpressRouteGatewayCreate() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_ExpressRouteGatewayGet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ExpressRouteGatewayGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ExpressRouteGatewayGet.json // this example is just showing the usage of "ExpressRouteGateways_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -138,7 +139,7 @@ public async Task Get_ExpressRouteGatewayGet() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_ExpressRouteGatewayGet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ExpressRouteGatewayGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ExpressRouteGatewayGet.json // this example is just showing the usage of "ExpressRouteGateways_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ExpressRouteGatewayResource.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ExpressRouteGatewayResource.cs index 0544968ce407..8c7920b34954 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ExpressRouteGatewayResource.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ExpressRouteGatewayResource.cs @@ -24,7 +24,7 @@ public partial class Sample_ExpressRouteGatewayResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetExpressRouteGateways_ExpressRouteGatewayListBySubscription() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ExpressRouteGatewayListBySubscription.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ExpressRouteGatewayListBySubscription.json // this example is just showing the usage of "ExpressRouteGateways_ListBySubscription" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -56,7 +56,7 @@ public async Task GetExpressRouteGateways_ExpressRouteGatewayListBySubscription( [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_ExpressRouteGatewayUpdate() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ExpressRouteGatewayUpdateTags.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ExpressRouteGatewayUpdateTags.json // this example is just showing the usage of "ExpressRouteGateways_UpdateTags" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -96,7 +96,7 @@ public async Task Update_ExpressRouteGatewayUpdate() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_ExpressRouteGatewayGet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ExpressRouteGatewayGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ExpressRouteGatewayGet.json // this example is just showing the usage of "ExpressRouteGateways_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -127,7 +127,7 @@ public async Task Get_ExpressRouteGatewayGet() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Delete_ExpressRouteGatewayDelete() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ExpressRouteGatewayDelete.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ExpressRouteGatewayDelete.json // this example is just showing the usage of "ExpressRouteGateways_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ExpressRouteLinkCollection.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ExpressRouteLinkCollection.cs index 08c034bd1d64..2285c821037e 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ExpressRouteLinkCollection.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ExpressRouteLinkCollection.cs @@ -21,7 +21,7 @@ public partial class Sample_ExpressRouteLinkCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_ExpressRouteLinkGet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ExpressRouteLinkGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ExpressRouteLinkGet.json // this example is just showing the usage of "ExpressRouteLinks_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -56,7 +56,7 @@ public async Task Get_ExpressRouteLinkGet() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_ExpressRouteLinkGet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ExpressRouteLinkGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ExpressRouteLinkGet.json // this example is just showing the usage of "ExpressRouteLinks_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -87,7 +87,7 @@ public async Task Exists_ExpressRouteLinkGet() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_ExpressRouteLinkGet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ExpressRouteLinkList.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ExpressRouteLinkList.json // this example is just showing the usage of "ExpressRouteLinks_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ExpressRouteLinkResource.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ExpressRouteLinkResource.cs index dc11b876c4f5..8ff2f3f74054 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ExpressRouteLinkResource.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ExpressRouteLinkResource.cs @@ -21,7 +21,7 @@ public partial class Sample_ExpressRouteLinkResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_ExpressRouteLinkGet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ExpressRouteLinkGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ExpressRouteLinkGet.json // this example is just showing the usage of "ExpressRouteLinks_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ExpressRoutePortAuthorizationCollection.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ExpressRoutePortAuthorizationCollection.cs new file mode 100644 index 000000000000..e5446225f109 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ExpressRoutePortAuthorizationCollection.cs @@ -0,0 +1,160 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Identity; +using Azure.ResourceManager; +using Azure.ResourceManager.Network; + +namespace Azure.ResourceManager.Network.Samples +{ + public partial class Sample_ExpressRoutePortAuthorizationCollection + { + // Get ExpressRoutePort Authorization + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task Get_GetExpressRoutePortAuthorization() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ExpressRoutePortAuthorizationGet.json + // this example is just showing the usage of "ExpressRoutePortAuthorizations_Get" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this ExpressRoutePortResource created on azure + // for more information of creating ExpressRoutePortResource, please refer to the document of ExpressRoutePortResource + string subscriptionId = "subid"; + string resourceGroupName = "rg1"; + string expressRoutePortName = "expressRoutePortName"; + ResourceIdentifier expressRoutePortResourceId = ExpressRoutePortResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, expressRoutePortName); + ExpressRoutePortResource expressRoutePort = client.GetExpressRoutePortResource(expressRoutePortResourceId); + + // get the collection of this ExpressRoutePortAuthorizationResource + ExpressRoutePortAuthorizationCollection collection = expressRoutePort.GetExpressRoutePortAuthorizations(); + + // invoke the operation + string authorizationName = "authorizationName"; + ExpressRoutePortAuthorizationResource result = await collection.GetAsync(authorizationName); + + // the variable result is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + ExpressRoutePortAuthorizationData resourceData = result.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + + // Get ExpressRoutePort Authorization + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task Exists_GetExpressRoutePortAuthorization() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ExpressRoutePortAuthorizationGet.json + // this example is just showing the usage of "ExpressRoutePortAuthorizations_Get" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this ExpressRoutePortResource created on azure + // for more information of creating ExpressRoutePortResource, please refer to the document of ExpressRoutePortResource + string subscriptionId = "subid"; + string resourceGroupName = "rg1"; + string expressRoutePortName = "expressRoutePortName"; + ResourceIdentifier expressRoutePortResourceId = ExpressRoutePortResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, expressRoutePortName); + ExpressRoutePortResource expressRoutePort = client.GetExpressRoutePortResource(expressRoutePortResourceId); + + // get the collection of this ExpressRoutePortAuthorizationResource + ExpressRoutePortAuthorizationCollection collection = expressRoutePort.GetExpressRoutePortAuthorizations(); + + // invoke the operation + string authorizationName = "authorizationName"; + bool result = await collection.ExistsAsync(authorizationName); + + Console.WriteLine($"Succeeded: {result}"); + } + + // Create ExpressRoutePort Authorization + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task CreateOrUpdate_CreateExpressRoutePortAuthorization() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ExpressRoutePortAuthorizationCreate.json + // this example is just showing the usage of "ExpressRoutePortAuthorizations_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this ExpressRoutePortResource created on azure + // for more information of creating ExpressRoutePortResource, please refer to the document of ExpressRoutePortResource + string subscriptionId = "subid"; + string resourceGroupName = "rg1"; + string expressRoutePortName = "expressRoutePortName"; + ResourceIdentifier expressRoutePortResourceId = ExpressRoutePortResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, expressRoutePortName); + ExpressRoutePortResource expressRoutePort = client.GetExpressRoutePortResource(expressRoutePortResourceId); + + // get the collection of this ExpressRoutePortAuthorizationResource + ExpressRoutePortAuthorizationCollection collection = expressRoutePort.GetExpressRoutePortAuthorizations(); + + // invoke the operation + string authorizationName = "authorizatinName"; + ExpressRoutePortAuthorizationData data = new ExpressRoutePortAuthorizationData(); + ArmOperation lro = await collection.CreateOrUpdateAsync(WaitUntil.Completed, authorizationName, data); + ExpressRoutePortAuthorizationResource result = lro.Value; + + // the variable result is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + ExpressRoutePortAuthorizationData resourceData = result.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + + // List ExpressRoutePort Authorization + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task GetAll_ListExpressRoutePortAuthorization() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ExpressRoutePortAuthorizationList.json + // this example is just showing the usage of "ExpressRoutePortAuthorizations_List" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this ExpressRoutePortResource created on azure + // for more information of creating ExpressRoutePortResource, please refer to the document of ExpressRoutePortResource + string subscriptionId = "subid"; + string resourceGroupName = "rg1"; + string expressRoutePortName = "expressRoutePortName"; + ResourceIdentifier expressRoutePortResourceId = ExpressRoutePortResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, expressRoutePortName); + ExpressRoutePortResource expressRoutePort = client.GetExpressRoutePortResource(expressRoutePortResourceId); + + // get the collection of this ExpressRoutePortAuthorizationResource + ExpressRoutePortAuthorizationCollection collection = expressRoutePort.GetExpressRoutePortAuthorizations(); + + // invoke the operation and iterate over the result + await foreach (ExpressRoutePortAuthorizationResource item in collection.GetAllAsync()) + { + // the variable item is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + ExpressRoutePortAuthorizationData resourceData = item.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + + Console.WriteLine($"Succeeded"); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ExpressRoutePortAuthorizationResource.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ExpressRoutePortAuthorizationResource.cs new file mode 100644 index 000000000000..f6b168cf08fb --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ExpressRoutePortAuthorizationResource.cs @@ -0,0 +1,114 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Identity; +using Azure.ResourceManager; +using Azure.ResourceManager.Network; + +namespace Azure.ResourceManager.Network.Samples +{ + public partial class Sample_ExpressRoutePortAuthorizationResource + { + // Delete ExpressRoutePort Authorization + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task Delete_DeleteExpressRoutePortAuthorization() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ExpressRoutePortAuthorizationDelete.json + // this example is just showing the usage of "ExpressRoutePortAuthorizations_Delete" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this ExpressRoutePortAuthorizationResource created on azure + // for more information of creating ExpressRoutePortAuthorizationResource, please refer to the document of ExpressRoutePortAuthorizationResource + string subscriptionId = "subid"; + string resourceGroupName = "rg1"; + string expressRoutePortName = "expressRoutePortName"; + string authorizationName = "authorizationName"; + ResourceIdentifier expressRoutePortAuthorizationResourceId = ExpressRoutePortAuthorizationResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, expressRoutePortName, authorizationName); + ExpressRoutePortAuthorizationResource expressRoutePortAuthorization = client.GetExpressRoutePortAuthorizationResource(expressRoutePortAuthorizationResourceId); + + // invoke the operation + await expressRoutePortAuthorization.DeleteAsync(WaitUntil.Completed); + + Console.WriteLine($"Succeeded"); + } + + // Get ExpressRoutePort Authorization + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task Get_GetExpressRoutePortAuthorization() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ExpressRoutePortAuthorizationGet.json + // this example is just showing the usage of "ExpressRoutePortAuthorizations_Get" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this ExpressRoutePortAuthorizationResource created on azure + // for more information of creating ExpressRoutePortAuthorizationResource, please refer to the document of ExpressRoutePortAuthorizationResource + string subscriptionId = "subid"; + string resourceGroupName = "rg1"; + string expressRoutePortName = "expressRoutePortName"; + string authorizationName = "authorizationName"; + ResourceIdentifier expressRoutePortAuthorizationResourceId = ExpressRoutePortAuthorizationResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, expressRoutePortName, authorizationName); + ExpressRoutePortAuthorizationResource expressRoutePortAuthorization = client.GetExpressRoutePortAuthorizationResource(expressRoutePortAuthorizationResourceId); + + // invoke the operation + ExpressRoutePortAuthorizationResource result = await expressRoutePortAuthorization.GetAsync(); + + // the variable result is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + ExpressRoutePortAuthorizationData resourceData = result.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + + // Create ExpressRoutePort Authorization + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task Update_CreateExpressRoutePortAuthorization() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ExpressRoutePortAuthorizationCreate.json + // this example is just showing the usage of "ExpressRoutePortAuthorizations_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this ExpressRoutePortAuthorizationResource created on azure + // for more information of creating ExpressRoutePortAuthorizationResource, please refer to the document of ExpressRoutePortAuthorizationResource + string subscriptionId = "subid"; + string resourceGroupName = "rg1"; + string expressRoutePortName = "expressRoutePortName"; + string authorizationName = "authorizatinName"; + ResourceIdentifier expressRoutePortAuthorizationResourceId = ExpressRoutePortAuthorizationResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, expressRoutePortName, authorizationName); + ExpressRoutePortAuthorizationResource expressRoutePortAuthorization = client.GetExpressRoutePortAuthorizationResource(expressRoutePortAuthorizationResourceId); + + // invoke the operation + ExpressRoutePortAuthorizationData data = new ExpressRoutePortAuthorizationData(); + ArmOperation lro = await expressRoutePortAuthorization.UpdateAsync(WaitUntil.Completed, data); + ExpressRoutePortAuthorizationResource result = lro.Value; + + // the variable result is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + ExpressRoutePortAuthorizationData resourceData = result.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ExpressRoutePortCollection.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ExpressRoutePortCollection.cs index b1a9e153a51e..55838a15b8c8 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ExpressRoutePortCollection.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ExpressRoutePortCollection.cs @@ -24,7 +24,7 @@ public partial class Sample_ExpressRoutePortCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_ExpressRoutePortGet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ExpressRoutePortGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ExpressRoutePortGet.json // this example is just showing the usage of "ExpressRoutePorts_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -58,7 +58,7 @@ public async Task Get_ExpressRoutePortGet() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_ExpressRoutePortGet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ExpressRoutePortGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ExpressRoutePortGet.json // this example is just showing the usage of "ExpressRoutePorts_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -88,7 +88,7 @@ public async Task Exists_ExpressRoutePortGet() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_ExpressRoutePortCreate() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ExpressRoutePortCreate.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ExpressRoutePortCreate.json // this example is just showing the usage of "ExpressRoutePorts_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -113,6 +113,7 @@ public async Task CreateOrUpdate_ExpressRoutePortCreate() PeeringLocation = "peeringLocationName", BandwidthInGbps = 100, Encapsulation = ExpressRoutePortsEncapsulation.QinQ, + BillingType = ExpressRoutePortsBillingType.UnlimitedData, Location = new AzureLocation("westus"), }; ArmOperation lro = await collection.CreateOrUpdateAsync(WaitUntil.Completed, expressRoutePortName, data); @@ -130,7 +131,7 @@ public async Task CreateOrUpdate_ExpressRoutePortCreate() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_ExpressRoutePortUpdateLink() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ExpressRoutePortUpdateLink.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ExpressRoutePortUpdateLink.json // this example is just showing the usage of "ExpressRoutePorts_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -163,6 +164,7 @@ public async Task CreateOrUpdate_ExpressRoutePortUpdateLink() Name = "link1", } }, + BillingType = ExpressRoutePortsBillingType.UnlimitedData, Location = new AzureLocation("westus"), }; ArmOperation lro = await collection.CreateOrUpdateAsync(WaitUntil.Completed, expressRoutePortName, data); @@ -180,7 +182,7 @@ public async Task CreateOrUpdate_ExpressRoutePortUpdateLink() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_ExpressRoutePortListByResourceGroup() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ExpressRoutePortListByResourceGroup.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ExpressRoutePortListByResourceGroup.json // this example is just showing the usage of "ExpressRoutePorts_ListByResourceGroup" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ExpressRoutePortResource.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ExpressRoutePortResource.cs index 6bda8efb44de..693191d64e08 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ExpressRoutePortResource.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ExpressRoutePortResource.cs @@ -24,7 +24,7 @@ public partial class Sample_ExpressRoutePortResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Delete_ExpressRoutePortDelete() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ExpressRoutePortDelete.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ExpressRoutePortDelete.json // this example is just showing the usage of "ExpressRoutePorts_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -51,7 +51,7 @@ public async Task Delete_ExpressRoutePortDelete() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_ExpressRoutePortGet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ExpressRoutePortGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ExpressRoutePortGet.json // this example is just showing the usage of "ExpressRoutePorts_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -82,7 +82,7 @@ public async Task Get_ExpressRoutePortGet() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_ExpressRoutePortUpdateTags() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ExpressRoutePortUpdateTags.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ExpressRoutePortUpdateTags.json // this example is just showing the usage of "ExpressRoutePorts_UpdateTags" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -121,7 +121,7 @@ public async Task Update_ExpressRoutePortUpdateTags() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetExpressRoutePorts_ExpressRoutePortList() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ExpressRoutePortList.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ExpressRoutePortList.json // this example is just showing the usage of "ExpressRoutePorts_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -153,7 +153,7 @@ public async Task GetExpressRoutePorts_ExpressRoutePortList() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GenerateLoa_GenerateExpressRoutePortLOA() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/GenerateExpressRoutePortsLOA.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/GenerateExpressRoutePortsLOA.json // this example is just showing the usage of "ExpressRoutePorts_GenerateLOA" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ExpressRoutePortsLocationCollection.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ExpressRoutePortsLocationCollection.cs index d6ef7019118f..0d0be2c83301 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ExpressRoutePortsLocationCollection.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ExpressRoutePortsLocationCollection.cs @@ -22,7 +22,7 @@ public partial class Sample_ExpressRoutePortsLocationCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_ExpressRoutePortsLocationList() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ExpressRoutePortsLocationList.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ExpressRoutePortsLocationList.json // this example is just showing the usage of "ExpressRoutePortsLocations_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -57,7 +57,7 @@ public async Task GetAll_ExpressRoutePortsLocationList() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_ExpressRoutePortsLocationGet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ExpressRoutePortsLocationGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ExpressRoutePortsLocationGet.json // this example is just showing the usage of "ExpressRoutePortsLocations_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -90,7 +90,7 @@ public async Task Get_ExpressRoutePortsLocationGet() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_ExpressRoutePortsLocationGet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ExpressRoutePortsLocationGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ExpressRoutePortsLocationGet.json // this example is just showing the usage of "ExpressRoutePortsLocations_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ExpressRoutePortsLocationResource.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ExpressRoutePortsLocationResource.cs index 6c4b2dfb083d..57b542cb08f1 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ExpressRoutePortsLocationResource.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ExpressRoutePortsLocationResource.cs @@ -21,7 +21,7 @@ public partial class Sample_ExpressRoutePortsLocationResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_ExpressRoutePortsLocationGet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ExpressRoutePortsLocationGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ExpressRoutePortsLocationGet.json // this example is just showing the usage of "ExpressRoutePortsLocations_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ExpressRouteProviderPortCollection.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ExpressRouteProviderPortCollection.cs new file mode 100644 index 000000000000..66c44bf3c8a8 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ExpressRouteProviderPortCollection.cs @@ -0,0 +1,117 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Threading.Tasks; +using Azure.Core; +using Azure.Identity; +using Azure.ResourceManager; +using Azure.ResourceManager.Network; +using Azure.ResourceManager.Resources; + +namespace Azure.ResourceManager.Network.Samples +{ + public partial class Sample_ExpressRouteProviderPortCollection + { + // ExpressRouteProviderPort + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task Get_ExpressRouteProviderPort() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/expressRouteProviderPort.json + // this example is just showing the usage of "ExpressRouteProviderPort" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this SubscriptionResource created on azure + // for more information of creating SubscriptionResource, please refer to the document of SubscriptionResource + string subscriptionId = "subid"; + ResourceIdentifier subscriptionResourceId = SubscriptionResource.CreateResourceIdentifier(subscriptionId); + SubscriptionResource subscriptionResource = client.GetSubscriptionResource(subscriptionResourceId); + + // get the collection of this ExpressRouteProviderPortResource + ExpressRouteProviderPortCollection collection = subscriptionResource.GetExpressRouteProviderPorts(); + + // invoke the operation + string providerport = "abc"; + ExpressRouteProviderPortResource result = await collection.GetAsync(providerport); + + // the variable result is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + ExpressRouteProviderPortData resourceData = result.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + + // ExpressRouteProviderPort + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task Exists_ExpressRouteProviderPort() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/expressRouteProviderPort.json + // this example is just showing the usage of "ExpressRouteProviderPort" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this SubscriptionResource created on azure + // for more information of creating SubscriptionResource, please refer to the document of SubscriptionResource + string subscriptionId = "subid"; + ResourceIdentifier subscriptionResourceId = SubscriptionResource.CreateResourceIdentifier(subscriptionId); + SubscriptionResource subscriptionResource = client.GetSubscriptionResource(subscriptionResourceId); + + // get the collection of this ExpressRouteProviderPortResource + ExpressRouteProviderPortCollection collection = subscriptionResource.GetExpressRouteProviderPorts(); + + // invoke the operation + string providerport = "abc"; + bool result = await collection.ExistsAsync(providerport); + + Console.WriteLine($"Succeeded: {result}"); + } + + // ExpressRouteProviderPortList + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task GetAll_ExpressRouteProviderPortList() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/expressRouteProviderPortList.json + // this example is just showing the usage of "ExpressRouteProviderPortsLocation_List" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this SubscriptionResource created on azure + // for more information of creating SubscriptionResource, please refer to the document of SubscriptionResource + string subscriptionId = "subid"; + ResourceIdentifier subscriptionResourceId = SubscriptionResource.CreateResourceIdentifier(subscriptionId); + SubscriptionResource subscriptionResource = client.GetSubscriptionResource(subscriptionResourceId); + + // get the collection of this ExpressRouteProviderPortResource + ExpressRouteProviderPortCollection collection = subscriptionResource.GetExpressRouteProviderPorts(); + + // invoke the operation and iterate over the result + await foreach (ExpressRouteProviderPortResource item in collection.GetAllAsync()) + { + // the variable item is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + ExpressRouteProviderPortData resourceData = item.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + + Console.WriteLine($"Succeeded"); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ExpressRouteProviderPortResource.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ExpressRouteProviderPortResource.cs new file mode 100644 index 000000000000..afdbf96cd58a --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ExpressRouteProviderPortResource.cs @@ -0,0 +1,78 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Threading.Tasks; +using Azure.Core; +using Azure.Identity; +using Azure.ResourceManager; +using Azure.ResourceManager.Network; +using Azure.ResourceManager.Network.Models; +using Azure.ResourceManager.Resources; + +namespace Azure.ResourceManager.Network.Samples +{ + public partial class Sample_ExpressRouteProviderPortResource + { + // Check Dns Name Availability + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task CheckDnsNameAvailability_CheckDnsNameAvailability() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/CheckDnsNameAvailability.json + // this example is just showing the usage of "CheckDnsNameAvailability" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this SubscriptionResource created on azure + // for more information of creating SubscriptionResource, please refer to the document of SubscriptionResource + string subscriptionId = "subid"; + ResourceIdentifier subscriptionResourceId = SubscriptionResource.CreateResourceIdentifier(subscriptionId); + SubscriptionResource subscriptionResource = client.GetSubscriptionResource(subscriptionResourceId); + + // invoke the operation + AzureLocation location = new AzureLocation("westus"); + string domainNameLabel = "testdns"; + DnsNameAvailabilityResult result = await subscriptionResource.CheckDnsNameAvailabilityAsync(location, domainNameLabel); + + Console.WriteLine($"Succeeded: {result}"); + } + + // ExpressRouteProviderPort + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task Get_ExpressRouteProviderPort() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/expressRouteProviderPort.json + // this example is just showing the usage of "ExpressRouteProviderPort" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this ExpressRouteProviderPortResource created on azure + // for more information of creating ExpressRouteProviderPortResource, please refer to the document of ExpressRouteProviderPortResource + string subscriptionId = "subid"; + string providerport = "abc"; + ResourceIdentifier expressRouteProviderPortResourceId = ExpressRouteProviderPortResource.CreateResourceIdentifier(subscriptionId, providerport); + ExpressRouteProviderPortResource expressRouteProviderPort = client.GetExpressRouteProviderPortResource(expressRouteProviderPortResourceId); + + // invoke the operation + ExpressRouteProviderPortResource result = await expressRouteProviderPort.GetAsync(); + + // the variable result is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + ExpressRouteProviderPortData resourceData = result.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_FirewallPolicyCollection.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_FirewallPolicyCollection.cs index 90874110abe3..748612036a20 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_FirewallPolicyCollection.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_FirewallPolicyCollection.cs @@ -24,7 +24,7 @@ public partial class Sample_FirewallPolicyCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetFirewallPolicy() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/FirewallPolicyGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/FirewallPolicyGet.json // this example is just showing the usage of "FirewallPolicies_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -58,7 +58,7 @@ public async Task Get_GetFirewallPolicy() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetFirewallPolicy() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/FirewallPolicyGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/FirewallPolicyGet.json // this example is just showing the usage of "FirewallPolicies_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -88,7 +88,7 @@ public async Task Exists_GetFirewallPolicy() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateFirewallPolicy() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/FirewallPolicyPut.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/FirewallPolicyPut.json // this example is just showing the usage of "FirewallPolicies_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -143,10 +143,14 @@ public async Task CreateOrUpdate_CreateFirewallPolicy() DefaultWorkspaceIdId = new ResourceIdentifier("/subscriptions/subid/resourcegroups/rg1/providers/microsoft.operationalinsights/workspaces/defaultWorkspace"), }, }, - SnatPrivateRanges = + Snat = new FirewallPolicySnat() + { + PrivateRanges = { "IANAPrivateRanges" }, + }, + AllowSqlRedirect = true, DnsSettings = new DnsSettings() { Servers = @@ -156,6 +160,15 @@ public async Task CreateOrUpdate_CreateFirewallPolicy() EnableProxy = true, RequireProxyForNetworkRules = false, }, + ExplicitProxy = new FirewallPolicyExplicitProxy() + { + EnableExplicitProxy = true, + HttpPort = 8087, + HttpsPort = 8087, + EnablePacFile = true, + PacFilePort = 8087, + PacFile = "https://tinawstorage.file.core.windows.net/?sv=2020-02-10&ss=bfqt&srt=sco&sp=rwdlacuptfx&se=2021-06-04T07:01:12Z&st=2021-06-03T23:01:12Z&sip=68.65.171.11&spr=https&sig=Plsa0RRVpGbY0IETZZOT6znOHcSro71LLTTbzquYPgs%3D", + }, IntrusionDetection = new FirewallPolicyIntrusionDetection() { Mode = FirewallPolicyIntrusionDetectionStateType.Alert, @@ -219,7 +232,7 @@ public async Task CreateOrUpdate_CreateFirewallPolicy() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_ListAllFirewallPoliciesForAGivenResourceGroup() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/FirewallPolicyListByResourceGroup.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/FirewallPolicyListByResourceGroup.json // this example is just showing the usage of "FirewallPolicies_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_FirewallPolicyResource.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_FirewallPolicyResource.cs index ad9088321464..a95a41e43ccb 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_FirewallPolicyResource.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_FirewallPolicyResource.cs @@ -24,7 +24,7 @@ public partial class Sample_FirewallPolicyResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Delete_DeleteFirewallPolicy() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/FirewallPolicyDelete.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/FirewallPolicyDelete.json // this example is just showing the usage of "FirewallPolicies_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -51,7 +51,7 @@ public async Task Delete_DeleteFirewallPolicy() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetFirewallPolicy() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/FirewallPolicyGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/FirewallPolicyGet.json // this example is just showing the usage of "FirewallPolicies_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -77,13 +77,13 @@ public async Task Get_GetFirewallPolicy() Console.WriteLine($"Succeeded on id: {resourceData.Id}"); } - // Create FirewallPolicy + // Update FirewallPolicy Tags [NUnit.Framework.Test] [NUnit.Framework.Ignore("Only verifying that the sample builds")] - public async Task Update_CreateFirewallPolicy() + public async Task Update_UpdateFirewallPolicyTags() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/FirewallPolicyPut.json - // this example is just showing the usage of "FirewallPolicies_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/FirewallPolicyPatch.json + // this example is just showing the usage of "FirewallPolicies_UpdateTags" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line TokenCredential cred = new DefaultAzureCredential(); @@ -92,111 +92,22 @@ public async Task Update_CreateFirewallPolicy() // this example assumes you already have this FirewallPolicyResource created on azure // for more information of creating FirewallPolicyResource, please refer to the document of FirewallPolicyResource - string subscriptionId = "subid"; - string resourceGroupName = "rg1"; + string subscriptionId = "subId"; + string resourceGroupName = "myResourceGroup"; string firewallPolicyName = "firewallPolicy"; ResourceIdentifier firewallPolicyResourceId = FirewallPolicyResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, firewallPolicyName); FirewallPolicyResource firewallPolicy = client.GetFirewallPolicyResource(firewallPolicyResourceId); // invoke the operation - FirewallPolicyData data = new FirewallPolicyData() + NetworkTagsObject networkTagsObject = new NetworkTagsObject() { - ThreatIntelMode = AzureFirewallThreatIntelMode.Alert, - ThreatIntelWhitelist = new FirewallPolicyThreatIntelWhitelist() - { - IPAddresses = -{ -"20.3.4.5" -}, - Fqdns = -{ -"*.microsoft.com" -}, - }, - Insights = new FirewallPolicyInsights() - { - IsEnabled = true, - RetentionDays = 100, - LogAnalyticsResources = new FirewallPolicyLogAnalyticsResources() - { - Workspaces = -{ -new FirewallPolicyLogAnalyticsWorkspace() -{ -Region = "westus", -WorkspaceIdId = new ResourceIdentifier("/subscriptions/subid/resourcegroups/rg1/providers/microsoft.operationalinsights/workspaces/workspace1"), -},new FirewallPolicyLogAnalyticsWorkspace() -{ -Region = "eastus", -WorkspaceIdId = new ResourceIdentifier("/subscriptions/subid/resourcegroups/rg1/providers/microsoft.operationalinsights/workspaces/workspace2"), -} -}, - DefaultWorkspaceIdId = new ResourceIdentifier("/subscriptions/subid/resourcegroups/rg1/providers/microsoft.operationalinsights/workspaces/defaultWorkspace"), - }, - }, - SnatPrivateRanges = -{ -"IANAPrivateRanges" -}, - DnsSettings = new DnsSettings() - { - Servers = -{ -"30.3.4.5" -}, - EnableProxy = true, - RequireProxyForNetworkRules = false, - }, - IntrusionDetection = new FirewallPolicyIntrusionDetection() - { - Mode = FirewallPolicyIntrusionDetectionStateType.Alert, - Configuration = new FirewallPolicyIntrusionDetectionConfiguration() - { - SignatureOverrides = -{ -new FirewallPolicyIntrusionDetectionSignatureSpecification() -{ -Id = "2525004", -Mode = FirewallPolicyIntrusionDetectionStateType.Deny, -} -}, - BypassTrafficSettings = -{ -new FirewallPolicyIntrusionDetectionBypassTrafficSpecifications() -{ -Name = "bypassRule1", -Description = "Rule 1", -Protocol = FirewallPolicyIntrusionDetectionProtocol.Tcp, -SourceAddresses = -{ -"1.2.3.4" -}, -DestinationAddresses = -{ -"5.6.7.8" -}, -DestinationPorts = -{ -"*" -}, -} -}, - }, - }, - TransportSecurityCertificateAuthority = new FirewallPolicyCertificateAuthority() - { - KeyVaultSecretId = "https://kv/secret", - Name = "clientcert", - }, - SkuTier = FirewallPolicySkuTier.Premium, - Location = new AzureLocation("West US"), Tags = { ["key1"] = "value1", +["key2"] = "value2", }, }; - ArmOperation lro = await firewallPolicy.UpdateAsync(WaitUntil.Completed, data); - FirewallPolicyResource result = lro.Value; + FirewallPolicyResource result = await firewallPolicy.UpdateAsync(networkTagsObject); // the variable result is a resource, you could call other operations on this instance as well // but just for demo, we get its data from this resource instance @@ -210,7 +121,7 @@ public async Task Update_CreateFirewallPolicy() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetFirewallPolicies_ListAllFirewallPoliciesForAGivenSubscription() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/FirewallPolicyListBySubscription.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/FirewallPolicyListBySubscription.json // this example is just showing the usage of "FirewallPolicies_ListAll" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -236,5 +147,85 @@ public async Task GetFirewallPolicies_ListAllFirewallPoliciesForAGivenSubscripti Console.WriteLine($"Succeeded"); } + + // query signature overrides + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task GetFirewallPolicyIdpsSignature_QuerySignatureOverrides() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/FirewallPolicyQuerySignatureOverrides.json + // this example is just showing the usage of "FirewallPolicyIdpsSignatures_List" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this FirewallPolicyResource created on azure + // for more information of creating FirewallPolicyResource, please refer to the document of FirewallPolicyResource + string subscriptionId = "e747cc13-97d4-4a79-b463-42d7f4e558f2"; + string resourceGroupName = "rg1"; + string firewallPolicyName = "firewallPolicy"; + ResourceIdentifier firewallPolicyResourceId = FirewallPolicyResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, firewallPolicyName); + FirewallPolicyResource firewallPolicy = client.GetFirewallPolicyResource(firewallPolicyResourceId); + + // invoke the operation + IdpsQueryContent content = new IdpsQueryContent() + { + Filters = +{ +new IdpsQueryFilterItems() +{ +Field = "Mode", +Values = +{ +"Deny" +}, +} +}, + Search = "", + OrderBy = new IdpsQueryOrderBy() + { + Field = "severity", + Order = FirewallPolicyIdpsQuerySortOrder.Ascending, + }, + ResultsPerPage = 20, + Skip = 0, + }; + IdpsSignatureListResult result = await firewallPolicy.GetFirewallPolicyIdpsSignatureAsync(content); + + Console.WriteLine($"Succeeded: {result}"); + } + + // query signature overrides + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task GetFirewallPolicyIdpsSignaturesFilterValue_QuerySignatureOverrides() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/FirewallPolicyQuerySignatureOverridesFilterValues.json + // this example is just showing the usage of "FirewallPolicyIdpsSignaturesFilterValues_List" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this FirewallPolicyResource created on azure + // for more information of creating FirewallPolicyResource, please refer to the document of FirewallPolicyResource + string subscriptionId = "e747cc13-97d4-4a79-b463-42d7f4e558f2"; + string resourceGroupName = "rg1"; + string firewallPolicyName = "firewallPolicy"; + ResourceIdentifier firewallPolicyResourceId = FirewallPolicyResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, firewallPolicyName); + FirewallPolicyResource firewallPolicy = client.GetFirewallPolicyResource(firewallPolicyResourceId); + + // invoke the operation + SignatureOverridesFilterValuesQueryContent content = new SignatureOverridesFilterValuesQueryContent() + { + FilterName = "severity", + }; + SignatureOverridesFilterValuesResult result = await firewallPolicy.GetFirewallPolicyIdpsSignaturesFilterValueAsync(content); + + Console.WriteLine($"Succeeded: {result}"); + } } } diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_FirewallPolicyRuleCollectionGroupCollection.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_FirewallPolicyRuleCollectionGroupCollection.cs index da71c5e2b02f..621b5d091aed 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_FirewallPolicyRuleCollectionGroupCollection.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_FirewallPolicyRuleCollectionGroupCollection.cs @@ -23,7 +23,7 @@ public partial class Sample_FirewallPolicyRuleCollectionGroupCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetFirewallPolicyNatRuleCollectionGroup() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/FirewallPolicyNatRuleCollectionGroupGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/FirewallPolicyNatRuleCollectionGroupGet.json // this example is just showing the usage of "FirewallPolicyRuleCollectionGroups_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -58,7 +58,7 @@ public async Task Get_GetFirewallPolicyNatRuleCollectionGroup() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetFirewallPolicyNatRuleCollectionGroup() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/FirewallPolicyNatRuleCollectionGroupGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/FirewallPolicyNatRuleCollectionGroupGet.json // this example is just showing the usage of "FirewallPolicyRuleCollectionGroups_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -89,7 +89,7 @@ public async Task Exists_GetFirewallPolicyNatRuleCollectionGroup() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetFirewallPolicyRuleCollectionGroup() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/FirewallPolicyRuleCollectionGroupGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/FirewallPolicyRuleCollectionGroupGet.json // this example is just showing the usage of "FirewallPolicyRuleCollectionGroups_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -124,7 +124,7 @@ public async Task Get_GetFirewallPolicyRuleCollectionGroup() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetFirewallPolicyRuleCollectionGroup() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/FirewallPolicyRuleCollectionGroupGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/FirewallPolicyRuleCollectionGroupGet.json // this example is just showing the usage of "FirewallPolicyRuleCollectionGroups_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -155,7 +155,7 @@ public async Task Exists_GetFirewallPolicyRuleCollectionGroup() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetFirewallPolicyRuleCollectionGroupWithIpGroups() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/FirewallPolicyRuleCollectionGroupWithIpGroupsGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/FirewallPolicyRuleCollectionGroupWithIpGroupsGet.json // this example is just showing the usage of "FirewallPolicyRuleCollectionGroups_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -190,7 +190,7 @@ public async Task Get_GetFirewallPolicyRuleCollectionGroupWithIpGroups() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetFirewallPolicyRuleCollectionGroupWithIpGroups() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/FirewallPolicyRuleCollectionGroupWithIpGroupsGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/FirewallPolicyRuleCollectionGroupWithIpGroupsGet.json // this example is just showing the usage of "FirewallPolicyRuleCollectionGroups_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -221,7 +221,7 @@ public async Task Exists_GetFirewallPolicyRuleCollectionGroupWithIpGroups() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetFirewallPolicyRuleCollectionGroupWithWebCategories() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/FirewallPolicyRuleCollectionGroupWithWebCategoriesGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/FirewallPolicyRuleCollectionGroupWithWebCategoriesGet.json // this example is just showing the usage of "FirewallPolicyRuleCollectionGroups_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -256,7 +256,7 @@ public async Task Get_GetFirewallPolicyRuleCollectionGroupWithWebCategories() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetFirewallPolicyRuleCollectionGroupWithWebCategories() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/FirewallPolicyRuleCollectionGroupWithWebCategoriesGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/FirewallPolicyRuleCollectionGroupWithWebCategoriesGet.json // this example is just showing the usage of "FirewallPolicyRuleCollectionGroups_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -287,7 +287,7 @@ public async Task Exists_GetFirewallPolicyRuleCollectionGroupWithWebCategories() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateFirewallPolicyNatRuleCollectionGroup() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/FirewallPolicyNatRuleCollectionGroupPut.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/FirewallPolicyNatRuleCollectionGroupPut.json // this example is just showing the usage of "FirewallPolicyRuleCollectionGroups_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -364,7 +364,7 @@ public async Task CreateOrUpdate_CreateFirewallPolicyNatRuleCollectionGroup() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateFirewallPolicyRuleCollectionGroup() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/FirewallPolicyRuleCollectionGroupPut.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/FirewallPolicyRuleCollectionGroupPut.json // this example is just showing the usage of "FirewallPolicyRuleCollectionGroups_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -436,7 +436,7 @@ public async Task CreateOrUpdate_CreateFirewallPolicyRuleCollectionGroup() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateFirewallPolicyRuleCollectionGroupWithIpGroups() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/FirewallPolicyRuleCollectionGroupWithIpGroupsPut.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/FirewallPolicyRuleCollectionGroupWithIpGroupsPut.json // this example is just showing the usage of "FirewallPolicyRuleCollectionGroups_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -507,7 +507,7 @@ public async Task CreateOrUpdate_CreateFirewallPolicyRuleCollectionGroupWithIpGr [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateFirewallPolicyRuleCollectionGroupWithWebCategories() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/FirewallPolicyRuleCollectionGroupWithWebCategoriesPut.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/FirewallPolicyRuleCollectionGroupWithWebCategoriesPut.json // this example is just showing the usage of "FirewallPolicyRuleCollectionGroups_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -579,7 +579,7 @@ public async Task CreateOrUpdate_CreateFirewallPolicyRuleCollectionGroupWithWebC [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_ListAllFirewallPolicyRuleCollectionGroupWithWebCategories() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/FirewallPolicyRuleCollectionGroupWithWebCategoriesList.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/FirewallPolicyRuleCollectionGroupWithWebCategoriesList.json // this example is just showing the usage of "FirewallPolicyRuleCollectionGroups_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -616,7 +616,7 @@ public async Task GetAll_ListAllFirewallPolicyRuleCollectionGroupWithWebCategori [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_ListAllFirewallPolicyRuleCollectionGroupsForAGivenFirewallPolicy() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/FirewallPolicyRuleCollectionGroupList.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/FirewallPolicyRuleCollectionGroupList.json // this example is just showing the usage of "FirewallPolicyRuleCollectionGroups_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -653,7 +653,7 @@ public async Task GetAll_ListAllFirewallPolicyRuleCollectionGroupsForAGivenFirew [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_ListAllFirewallPolicyRuleCollectionGroupsWithIpGroupsForAGivenFirewallPolicy() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/FirewallPolicyRuleCollectionGroupWithIpGroupsList.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/FirewallPolicyRuleCollectionGroupWithIpGroupsList.json // this example is just showing the usage of "FirewallPolicyRuleCollectionGroups_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_FirewallPolicyRuleCollectionGroupResource.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_FirewallPolicyRuleCollectionGroupResource.cs index 245a988dd291..52e2a7f5ef50 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_FirewallPolicyRuleCollectionGroupResource.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_FirewallPolicyRuleCollectionGroupResource.cs @@ -23,7 +23,7 @@ public partial class Sample_FirewallPolicyRuleCollectionGroupResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Delete_DeleteFirewallPolicyRuleCollectionGroup() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/FirewallPolicyRuleCollectionGroupDelete.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/FirewallPolicyRuleCollectionGroupDelete.json // this example is just showing the usage of "FirewallPolicyRuleCollectionGroups_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -51,7 +51,7 @@ public async Task Delete_DeleteFirewallPolicyRuleCollectionGroup() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetFirewallPolicyNatRuleCollectionGroup() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/FirewallPolicyNatRuleCollectionGroupGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/FirewallPolicyNatRuleCollectionGroupGet.json // this example is just showing the usage of "FirewallPolicyRuleCollectionGroups_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -83,7 +83,7 @@ public async Task Get_GetFirewallPolicyNatRuleCollectionGroup() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetFirewallPolicyRuleCollectionGroup() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/FirewallPolicyRuleCollectionGroupGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/FirewallPolicyRuleCollectionGroupGet.json // this example is just showing the usage of "FirewallPolicyRuleCollectionGroups_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -115,7 +115,7 @@ public async Task Get_GetFirewallPolicyRuleCollectionGroup() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetFirewallPolicyRuleCollectionGroupWithIpGroups() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/FirewallPolicyRuleCollectionGroupWithIpGroupsGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/FirewallPolicyRuleCollectionGroupWithIpGroupsGet.json // this example is just showing the usage of "FirewallPolicyRuleCollectionGroups_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -147,7 +147,7 @@ public async Task Get_GetFirewallPolicyRuleCollectionGroupWithIpGroups() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetFirewallPolicyRuleCollectionGroupWithWebCategories() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/FirewallPolicyRuleCollectionGroupWithWebCategoriesGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/FirewallPolicyRuleCollectionGroupWithWebCategoriesGet.json // this example is just showing the usage of "FirewallPolicyRuleCollectionGroups_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -179,7 +179,7 @@ public async Task Get_GetFirewallPolicyRuleCollectionGroupWithWebCategories() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_CreateFirewallPolicyNatRuleCollectionGroup() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/FirewallPolicyNatRuleCollectionGroupPut.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/FirewallPolicyNatRuleCollectionGroupPut.json // this example is just showing the usage of "FirewallPolicyRuleCollectionGroups_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -253,7 +253,7 @@ public async Task Update_CreateFirewallPolicyNatRuleCollectionGroup() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_CreateFirewallPolicyRuleCollectionGroup() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/FirewallPolicyRuleCollectionGroupPut.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/FirewallPolicyRuleCollectionGroupPut.json // this example is just showing the usage of "FirewallPolicyRuleCollectionGroups_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -322,7 +322,7 @@ public async Task Update_CreateFirewallPolicyRuleCollectionGroup() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_CreateFirewallPolicyRuleCollectionGroupWithIpGroups() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/FirewallPolicyRuleCollectionGroupWithIpGroupsPut.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/FirewallPolicyRuleCollectionGroupWithIpGroupsPut.json // this example is just showing the usage of "FirewallPolicyRuleCollectionGroups_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -390,7 +390,7 @@ public async Task Update_CreateFirewallPolicyRuleCollectionGroupWithIpGroups() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_CreateFirewallPolicyRuleCollectionGroupWithWebCategories() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/FirewallPolicyRuleCollectionGroupWithWebCategoriesPut.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/FirewallPolicyRuleCollectionGroupWithWebCategoriesPut.json // this example is just showing the usage of "FirewallPolicyRuleCollectionGroups_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_FlowLogCollection.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_FlowLogCollection.cs index 424323300c0b..7f3a2b9df9f5 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_FlowLogCollection.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_FlowLogCollection.cs @@ -23,7 +23,7 @@ public partial class Sample_FlowLogCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateOrUpdateFlowLog() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkWatcherFlowLogCreate.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkWatcherFlowLogCreate.json // this example is just showing the usage of "FlowLogs_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -71,7 +71,7 @@ public async Task CreateOrUpdate_CreateOrUpdateFlowLog() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetFlowLog() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkWatcherFlowLogGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkWatcherFlowLogGet.json // this example is just showing the usage of "FlowLogs_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -106,7 +106,7 @@ public async Task Get_GetFlowLog() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetFlowLog() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkWatcherFlowLogGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkWatcherFlowLogGet.json // this example is just showing the usage of "FlowLogs_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -137,7 +137,7 @@ public async Task Exists_GetFlowLog() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_ListConnectionMonitors() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkWatcherFlowLogList.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkWatcherFlowLogList.json // this example is just showing the usage of "FlowLogs_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_FlowLogResource.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_FlowLogResource.cs index 5d32dd6e81d5..28403cf33649 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_FlowLogResource.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_FlowLogResource.cs @@ -23,7 +23,7 @@ public partial class Sample_FlowLogResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_UpdateFlowLogTags() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkWatcherFlowLogUpdateTags.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkWatcherFlowLogUpdateTags.json // this example is just showing the usage of "FlowLogs_UpdateTags" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -63,7 +63,7 @@ public async Task Update_UpdateFlowLogTags() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetFlowLog() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkWatcherFlowLogGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkWatcherFlowLogGet.json // this example is just showing the usage of "FlowLogs_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -95,7 +95,7 @@ public async Task Get_GetFlowLog() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Delete_DeleteFlowLog() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkWatcherFlowLogDelete.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkWatcherFlowLogDelete.json // this example is just showing the usage of "FlowLogs_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_FrontendIPConfigurationCollection.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_FrontendIPConfigurationCollection.cs index db2da860a53d..de1079f1afb4 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_FrontendIPConfigurationCollection.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_FrontendIPConfigurationCollection.cs @@ -21,7 +21,7 @@ public partial class Sample_FrontendIPConfigurationCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_LoadBalancerFrontendIPConfigurationList() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/LoadBalancerFrontendIPConfigurationList.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/LoadBalancerFrontendIPConfigurationList.json // this example is just showing the usage of "LoadBalancerFrontendIPConfigurations_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -58,7 +58,7 @@ public async Task GetAll_LoadBalancerFrontendIPConfigurationList() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_LoadBalancerFrontendIPConfigurationGet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/LoadBalancerFrontendIPConfigurationGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/LoadBalancerFrontendIPConfigurationGet.json // this example is just showing the usage of "LoadBalancerFrontendIPConfigurations_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -93,7 +93,7 @@ public async Task Get_LoadBalancerFrontendIPConfigurationGet() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_LoadBalancerFrontendIPConfigurationGet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/LoadBalancerFrontendIPConfigurationGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/LoadBalancerFrontendIPConfigurationGet.json // this example is just showing the usage of "LoadBalancerFrontendIPConfigurations_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_FrontendIPConfigurationResource.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_FrontendIPConfigurationResource.cs index 98ae38343ffe..83c66c3ec3d8 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_FrontendIPConfigurationResource.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_FrontendIPConfigurationResource.cs @@ -21,7 +21,7 @@ public partial class Sample_FrontendIPConfigurationResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_LoadBalancerFrontendIPConfigurationGet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/LoadBalancerFrontendIPConfigurationGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/LoadBalancerFrontendIPConfigurationGet.json // this example is just showing the usage of "LoadBalancerFrontendIPConfigurations_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_HubIPConfigurationCollection.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_HubIPConfigurationCollection.cs index 88d98b1c7fa3..b637fc8b1860 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_HubIPConfigurationCollection.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_HubIPConfigurationCollection.cs @@ -22,7 +22,7 @@ public partial class Sample_HubIPConfigurationCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_VirtualHubVirtualHubRouteTableV2Get() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualHubIpConfigurationGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualHubIpConfigurationGet.json // this example is just showing the usage of "VirtualHubIpConfiguration_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -57,7 +57,7 @@ public async Task Get_VirtualHubVirtualHubRouteTableV2Get() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_VirtualHubVirtualHubRouteTableV2Get() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualHubIpConfigurationGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualHubIpConfigurationGet.json // this example is just showing the usage of "VirtualHubIpConfiguration_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -88,7 +88,7 @@ public async Task Exists_VirtualHubVirtualHubRouteTableV2Get() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_VirtualHubIpConfigurationPut() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualHubIpConfigurationPut.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualHubIpConfigurationPut.json // this example is just showing the usage of "VirtualHubIpConfiguration_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -131,7 +131,7 @@ public async Task CreateOrUpdate_VirtualHubIpConfigurationPut() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_VirtualHubRouteTableV2List() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualHubIpConfigurationList.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualHubIpConfigurationList.json // this example is just showing the usage of "VirtualHubIpConfiguration_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_HubIPConfigurationResource.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_HubIPConfigurationResource.cs index 74105d78a8ff..07cabf9a4b82 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_HubIPConfigurationResource.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_HubIPConfigurationResource.cs @@ -22,7 +22,7 @@ public partial class Sample_HubIPConfigurationResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_VirtualHubVirtualHubRouteTableV2Get() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualHubIpConfigurationGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualHubIpConfigurationGet.json // this example is just showing the usage of "VirtualHubIpConfiguration_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -54,7 +54,7 @@ public async Task Get_VirtualHubVirtualHubRouteTableV2Get() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_VirtualHubIpConfigurationPut() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualHubIpConfigurationPut.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualHubIpConfigurationPut.json // this example is just showing the usage of "VirtualHubIpConfiguration_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -94,7 +94,7 @@ public async Task Update_VirtualHubIpConfigurationPut() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Delete_VirtualHubIpConfigurationDelete() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualHubIpConfigurationDelete.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualHubIpConfigurationDelete.json // this example is just showing the usage of "VirtualHubIpConfiguration_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_HubRouteTableCollection.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_HubRouteTableCollection.cs index 73580e83f186..46f9d77284cf 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_HubRouteTableCollection.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_HubRouteTableCollection.cs @@ -23,7 +23,7 @@ public partial class Sample_HubRouteTableCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_RouteTablePut() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/HubRouteTablePut.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/HubRouteTablePut.json // this example is just showing the usage of "HubRouteTables_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -73,7 +73,7 @@ public async Task CreateOrUpdate_RouteTablePut() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_RouteTableGet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/HubRouteTableGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/HubRouteTableGet.json // this example is just showing the usage of "HubRouteTables_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -108,7 +108,7 @@ public async Task Get_RouteTableGet() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_RouteTableGet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/HubRouteTableGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/HubRouteTableGet.json // this example is just showing the usage of "HubRouteTables_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -139,7 +139,7 @@ public async Task Exists_RouteTableGet() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_RouteTableList() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/HubRouteTableList.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/HubRouteTableList.json // this example is just showing the usage of "HubRouteTables_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_HubRouteTableResource.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_HubRouteTableResource.cs index 576757608616..512a450f698a 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_HubRouteTableResource.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_HubRouteTableResource.cs @@ -23,7 +23,7 @@ public partial class Sample_HubRouteTableResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_RouteTablePut() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/HubRouteTablePut.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/HubRouteTablePut.json // this example is just showing the usage of "HubRouteTables_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -70,7 +70,7 @@ public async Task Update_RouteTablePut() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_RouteTableGet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/HubRouteTableGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/HubRouteTableGet.json // this example is just showing the usage of "HubRouteTables_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -102,7 +102,7 @@ public async Task Get_RouteTableGet() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Delete_RouteTableDelete() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/HubRouteTableDelete.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/HubRouteTableDelete.json // this example is just showing the usage of "HubRouteTables_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_HubVirtualNetworkConnectionCollection.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_HubVirtualNetworkConnectionCollection.cs index 67ba5c8ec0c9..9c794f5c47ed 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_HubVirtualNetworkConnectionCollection.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_HubVirtualNetworkConnectionCollection.cs @@ -24,7 +24,7 @@ public partial class Sample_HubVirtualNetworkConnectionCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_HubVirtualNetworkConnectionPut() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/HubVirtualNetworkConnectionPut.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/HubVirtualNetworkConnectionPut.json // this example is just showing the usage of "HubVirtualNetworkConnections_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -66,7 +66,13 @@ public async Task CreateOrUpdate_HubVirtualNetworkConnectionPut() } }, }, - StaticRoutes = + VnetRoutes = new VnetRoute() + { + StaticRoutesConfig = new StaticRoutesConfig() + { + VnetLocalRouteOverrideCriteria = VnetLocalRouteOverrideCriterion.Equal, + }, + StaticRoutes = { new StaticRoute() { @@ -86,6 +92,9 @@ public async Task CreateOrUpdate_HubVirtualNetworkConnectionPut() NextHopIPAddress = "10.0.0.65", } }, + }, + InboundRouteMapId = new ResourceIdentifier("/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualHubs/virtualHub1/routeMaps/routeMap1"), + OutboundRouteMapId = new ResourceIdentifier("/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualHubs/virtualHub1/routeMaps/routeMap2"), }, }; ArmOperation lro = await collection.CreateOrUpdateAsync(WaitUntil.Completed, connectionName, data); @@ -103,7 +112,7 @@ public async Task CreateOrUpdate_HubVirtualNetworkConnectionPut() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_HubVirtualNetworkConnectionGet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/HubVirtualNetworkConnectionGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/HubVirtualNetworkConnectionGet.json // this example is just showing the usage of "HubVirtualNetworkConnections_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -138,7 +147,7 @@ public async Task Get_HubVirtualNetworkConnectionGet() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_HubVirtualNetworkConnectionGet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/HubVirtualNetworkConnectionGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/HubVirtualNetworkConnectionGet.json // this example is just showing the usage of "HubVirtualNetworkConnections_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -169,7 +178,7 @@ public async Task Exists_HubVirtualNetworkConnectionGet() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_HubVirtualNetworkConnectionList() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/HubVirtualNetworkConnectionList.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/HubVirtualNetworkConnectionList.json // this example is just showing the usage of "HubVirtualNetworkConnections_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_HubVirtualNetworkConnectionResource.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_HubVirtualNetworkConnectionResource.cs index 558cfd72fae3..25e0d6239b6d 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_HubVirtualNetworkConnectionResource.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_HubVirtualNetworkConnectionResource.cs @@ -24,7 +24,7 @@ public partial class Sample_HubVirtualNetworkConnectionResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_HubVirtualNetworkConnectionPut() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/HubVirtualNetworkConnectionPut.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/HubVirtualNetworkConnectionPut.json // this example is just showing the usage of "HubVirtualNetworkConnections_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -63,7 +63,13 @@ public async Task Update_HubVirtualNetworkConnectionPut() } }, }, - StaticRoutes = + VnetRoutes = new VnetRoute() + { + StaticRoutesConfig = new StaticRoutesConfig() + { + VnetLocalRouteOverrideCriteria = VnetLocalRouteOverrideCriterion.Equal, + }, + StaticRoutes = { new StaticRoute() { @@ -83,6 +89,9 @@ public async Task Update_HubVirtualNetworkConnectionPut() NextHopIPAddress = "10.0.0.65", } }, + }, + InboundRouteMapId = new ResourceIdentifier("/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualHubs/virtualHub1/routeMaps/routeMap1"), + OutboundRouteMapId = new ResourceIdentifier("/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualHubs/virtualHub1/routeMaps/routeMap2"), }, }; ArmOperation lro = await hubVirtualNetworkConnection.UpdateAsync(WaitUntil.Completed, data); @@ -100,7 +109,7 @@ public async Task Update_HubVirtualNetworkConnectionPut() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Delete_HubVirtualNetworkConnectionDelete() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/HubVirtualNetworkConnectionDelete.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/HubVirtualNetworkConnectionDelete.json // this example is just showing the usage of "HubVirtualNetworkConnections_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -128,7 +137,7 @@ public async Task Delete_HubVirtualNetworkConnectionDelete() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_HubVirtualNetworkConnectionGet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/HubVirtualNetworkConnectionGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/HubVirtualNetworkConnectionGet.json // this example is just showing the usage of "HubVirtualNetworkConnections_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_IPAllocationCollection.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_IPAllocationCollection.cs index 286c2745b152..fcae82294bae 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_IPAllocationCollection.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_IPAllocationCollection.cs @@ -24,7 +24,7 @@ public partial class Sample_IPAllocationCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetIpAllocation() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/IpAllocationGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/IpAllocationGet.json // this example is just showing the usage of "IpAllocations_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -58,7 +58,7 @@ public async Task Get_GetIpAllocation() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetIpAllocation() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/IpAllocationGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/IpAllocationGet.json // this example is just showing the usage of "IpAllocations_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -88,7 +88,7 @@ public async Task Exists_GetIpAllocation() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateIpAllocation() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/IpAllocationCreate.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/IpAllocationCreate.json // this example is just showing the usage of "IpAllocations_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -133,7 +133,7 @@ public async Task CreateOrUpdate_CreateIpAllocation() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_ListIpAllocationsInResourceGroup() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/IpAllocationListByResourceGroup.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/IpAllocationListByResourceGroup.json // this example is just showing the usage of "IpAllocations_ListByResourceGroup" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_IPAllocationResource.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_IPAllocationResource.cs index 0d5616953577..4715770960ea 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_IPAllocationResource.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_IPAllocationResource.cs @@ -24,7 +24,7 @@ public partial class Sample_IPAllocationResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Delete_DeleteIpAllocation() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/IpAllocationDelete.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/IpAllocationDelete.json // this example is just showing the usage of "IpAllocations_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -51,7 +51,7 @@ public async Task Delete_DeleteIpAllocation() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetIpAllocation() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/IpAllocationGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/IpAllocationGet.json // this example is just showing the usage of "IpAllocations_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -82,7 +82,7 @@ public async Task Get_GetIpAllocation() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_UpdateVirtualNetworkTags() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/IpAllocationUpdateTags.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/IpAllocationUpdateTags.json // this example is just showing the usage of "IpAllocations_UpdateTags" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -121,7 +121,7 @@ public async Task Update_UpdateVirtualNetworkTags() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetIPAllocations_ListAllIpAllocations() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/IpAllocationList.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/IpAllocationList.json // this example is just showing the usage of "IpAllocations_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_IPGroupCollection.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_IPGroupCollection.cs index 0591f49a8607..3868c6b17b5a 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_IPGroupCollection.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_IPGroupCollection.cs @@ -23,7 +23,7 @@ public partial class Sample_IPGroupCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetIpGroups() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/IpGroupsGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/IpGroupsGet.json // this example is just showing the usage of "IpGroups_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -57,7 +57,7 @@ public async Task Get_GetIpGroups() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetIpGroups() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/IpGroupsGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/IpGroupsGet.json // this example is just showing the usage of "IpGroups_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -87,7 +87,7 @@ public async Task Exists_GetIpGroups() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateOrUpdateIpGroups() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/IpGroupsCreate.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/IpGroupsCreate.json // this example is just showing the usage of "IpGroups_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -134,7 +134,7 @@ public async Task CreateOrUpdate_CreateOrUpdateIpGroups() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_ListByResourceGroupIpGroups() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/IpGroupsListByResourceGroup.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/IpGroupsListByResourceGroup.json // this example is just showing the usage of "IpGroups_ListByResourceGroup" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_IPGroupResource.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_IPGroupResource.cs index 572ea9552058..9b37d3c69194 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_IPGroupResource.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_IPGroupResource.cs @@ -24,7 +24,7 @@ public partial class Sample_IPGroupResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetIpGroups() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/IpGroupsGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/IpGroupsGet.json // this example is just showing the usage of "IpGroups_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -55,7 +55,7 @@ public async Task Get_GetIpGroups() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_UpdateIpGroups() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/IpGroupsUpdateTags.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/IpGroupsUpdateTags.json // this example is just showing the usage of "IpGroups_UpdateGroups" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -94,7 +94,7 @@ public async Task Update_UpdateIpGroups() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Delete_DeleteIpGroups() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/IpGroupsDelete.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/IpGroupsDelete.json // this example is just showing the usage of "IpGroups_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -121,7 +121,7 @@ public async Task Delete_DeleteIpGroups() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetIPGroups_ListIpGroups() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/IpGroupsListBySubscription.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/IpGroupsListBySubscription.json // this example is just showing the usage of "IpGroups_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_InboundNatRuleCollection.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_InboundNatRuleCollection.cs index 083d0980d59e..255dddb4be44 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_InboundNatRuleCollection.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_InboundNatRuleCollection.cs @@ -23,7 +23,7 @@ public partial class Sample_InboundNatRuleCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_InboundNatRuleList() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/InboundNatRuleList.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/InboundNatRuleList.json // this example is just showing the usage of "InboundNatRules_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -60,7 +60,7 @@ public async Task GetAll_InboundNatRuleList() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_InboundNatRuleGet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/InboundNatRuleGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/InboundNatRuleGet.json // this example is just showing the usage of "InboundNatRules_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -95,7 +95,7 @@ public async Task Get_InboundNatRuleGet() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_InboundNatRuleGet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/InboundNatRuleGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/InboundNatRuleGet.json // this example is just showing the usage of "InboundNatRules_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -126,7 +126,7 @@ public async Task Exists_InboundNatRuleGet() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_InboundNatRuleCreate() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/InboundNatRuleCreate.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/InboundNatRuleCreate.json // this example is just showing the usage of "InboundNatRules_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_InboundNatRuleResource.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_InboundNatRuleResource.cs index 66cc9d54e1f6..10361d9461b6 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_InboundNatRuleResource.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_InboundNatRuleResource.cs @@ -23,7 +23,7 @@ public partial class Sample_InboundNatRuleResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Delete_InboundNatRuleDelete() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/InboundNatRuleDelete.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/InboundNatRuleDelete.json // this example is just showing the usage of "InboundNatRules_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -51,7 +51,7 @@ public async Task Delete_InboundNatRuleDelete() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_InboundNatRuleGet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/InboundNatRuleGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/InboundNatRuleGet.json // this example is just showing the usage of "InboundNatRules_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -83,7 +83,7 @@ public async Task Get_InboundNatRuleGet() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_InboundNatRuleCreate() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/InboundNatRuleCreate.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/InboundNatRuleCreate.json // this example is just showing the usage of "InboundNatRules_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_LoadBalancerCollection.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_LoadBalancerCollection.cs index c15280321fe4..44df2cdbafc2 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_LoadBalancerCollection.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_LoadBalancerCollection.cs @@ -25,7 +25,7 @@ public partial class Sample_LoadBalancerCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetLoadBalancer() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/LoadBalancerGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/LoadBalancerGet.json // this example is just showing the usage of "LoadBalancers_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -59,7 +59,71 @@ public async Task Get_GetLoadBalancer() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetLoadBalancer() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/LoadBalancerGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/LoadBalancerGet.json + // this example is just showing the usage of "LoadBalancers_Get" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this ResourceGroupResource created on azure + // for more information of creating ResourceGroupResource, please refer to the document of ResourceGroupResource + string subscriptionId = "subid"; + string resourceGroupName = "rg1"; + ResourceIdentifier resourceGroupResourceId = ResourceGroupResource.CreateResourceIdentifier(subscriptionId, resourceGroupName); + ResourceGroupResource resourceGroupResource = client.GetResourceGroupResource(resourceGroupResourceId); + + // get the collection of this LoadBalancerResource + LoadBalancerCollection collection = resourceGroupResource.GetLoadBalancers(); + + // invoke the operation + string loadBalancerName = "lb"; + bool result = await collection.ExistsAsync(loadBalancerName); + + Console.WriteLine($"Succeeded: {result}"); + } + + // Get load balancer with inbound NAT rule port mapping + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task Get_GetLoadBalancerWithInboundNATRulePortMapping() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/LoadBalancerGetInboundNatRulePortMapping.json + // this example is just showing the usage of "LoadBalancers_Get" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this ResourceGroupResource created on azure + // for more information of creating ResourceGroupResource, please refer to the document of ResourceGroupResource + string subscriptionId = "subid"; + string resourceGroupName = "rg1"; + ResourceIdentifier resourceGroupResourceId = ResourceGroupResource.CreateResourceIdentifier(subscriptionId, resourceGroupName); + ResourceGroupResource resourceGroupResource = client.GetResourceGroupResource(resourceGroupResourceId); + + // get the collection of this LoadBalancerResource + LoadBalancerCollection collection = resourceGroupResource.GetLoadBalancers(); + + // invoke the operation + string loadBalancerName = "lb"; + LoadBalancerResource result = await collection.GetAsync(loadBalancerName); + + // the variable result is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + LoadBalancerData resourceData = result.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + + // Get load balancer with inbound NAT rule port mapping + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task Exists_GetLoadBalancerWithInboundNATRulePortMapping() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/LoadBalancerGetInboundNatRulePortMapping.json // this example is just showing the usage of "LoadBalancers_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -89,7 +153,7 @@ public async Task Exists_GetLoadBalancer() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateLoadBalancer() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/LoadBalancerCreate.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/LoadBalancerCreate.json // this example is just showing the usage of "LoadBalancers_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -154,6 +218,7 @@ public async Task CreateOrUpdate_CreateLoadBalancer() Port = 80, IntervalInSeconds = 15, NumberOfProbes = 2, +ProbeThreshold = 1, RequestPath = "healthcheck.aspx", Name = "probe-lb", } @@ -192,7 +257,7 @@ public async Task CreateOrUpdate_CreateLoadBalancer() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateLoadBalancerWithFrontendIPInZone1() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/LoadBalancerCreateWithZones.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/LoadBalancerCreateWithZones.json // this example is just showing the usage of "LoadBalancers_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -264,6 +329,7 @@ public async Task CreateOrUpdate_CreateLoadBalancerWithFrontendIPInZone1() Port = 80, IntervalInSeconds = 15, NumberOfProbes = 2, +ProbeThreshold = 1, RequestPath = "healthcheck.aspx", Name = "probe-lb", } @@ -304,7 +370,7 @@ public async Task CreateOrUpdate_CreateLoadBalancerWithFrontendIPInZone1() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateLoadBalancerWithGatewayLoadBalancerConsumerConfigured() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/LoadBalancerCreateGatewayLoadBalancerConsumer.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/LoadBalancerCreateGatewayLoadBalancerConsumer.json // this example is just showing the usage of "LoadBalancers_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -373,6 +439,7 @@ public async Task CreateOrUpdate_CreateLoadBalancerWithGatewayLoadBalancerConsum Port = 80, IntervalInSeconds = 15, NumberOfProbes = 2, +ProbeThreshold = 1, RequestPath = "healthcheck.aspx", Name = "probe-lb", } @@ -413,7 +480,7 @@ public async Task CreateOrUpdate_CreateLoadBalancerWithGatewayLoadBalancerConsum [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateLoadBalancerWithGatewayLoadBalancerProviderConfiguredWithOneBackendPool() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/LoadBalancerCreateGatewayLoadBalancerProviderWithOneBackendPool.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/LoadBalancerCreateGatewayLoadBalancerProviderWithOneBackendPool.json // this example is just showing the usage of "LoadBalancers_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -503,6 +570,7 @@ public async Task CreateOrUpdate_CreateLoadBalancerWithGatewayLoadBalancerProvid Port = 80, IntervalInSeconds = 15, NumberOfProbes = 2, +ProbeThreshold = 1, RequestPath = "healthcheck.aspx", Name = "probe-lb", } @@ -530,7 +598,7 @@ public async Task CreateOrUpdate_CreateLoadBalancerWithGatewayLoadBalancerProvid [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateLoadBalancerWithGatewayLoadBalancerProviderConfiguredWithTwoBackendPool() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/LoadBalancerCreateGatewayLoadBalancerProviderWithTwoBackendPool.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/LoadBalancerCreateGatewayLoadBalancerProviderWithTwoBackendPool.json // this example is just showing the usage of "LoadBalancers_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -610,6 +678,7 @@ public async Task CreateOrUpdate_CreateLoadBalancerWithGatewayLoadBalancerProvid Port = 80, IntervalInSeconds = 15, NumberOfProbes = 2, +ProbeThreshold = 1, RequestPath = "healthcheck.aspx", Name = "probe-lb", } @@ -637,7 +706,7 @@ public async Task CreateOrUpdate_CreateLoadBalancerWithGatewayLoadBalancerProvid [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateLoadBalancerWithGlobalTierAndOneRegionalLoadBalancerInItsBackendPool() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/LoadBalancerCreateGlobalTier.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/LoadBalancerCreateGlobalTier.json // this example is just showing the usage of "LoadBalancers_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -714,6 +783,7 @@ public async Task CreateOrUpdate_CreateLoadBalancerWithGlobalTierAndOneRegionalL Port = 80, IntervalInSeconds = 15, NumberOfProbes = 2, +ProbeThreshold = 1, RequestPath = "healthcheck.aspx", Name = "probe-lb", } @@ -735,7 +805,7 @@ public async Task CreateOrUpdate_CreateLoadBalancerWithGlobalTierAndOneRegionalL [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateLoadBalancerWithStandardSKU() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/LoadBalancerCreateStandardSku.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/LoadBalancerCreateStandardSku.json // this example is just showing the usage of "LoadBalancers_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -803,6 +873,7 @@ public async Task CreateOrUpdate_CreateLoadBalancerWithStandardSKU() Port = 80, IntervalInSeconds = 15, NumberOfProbes = 2, +ProbeThreshold = 1, RequestPath = "healthcheck.aspx", Name = "probe-lb", } @@ -843,7 +914,7 @@ public async Task CreateOrUpdate_CreateLoadBalancerWithStandardSKU() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateLoadBalancerWithInboundNatPool() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/LoadBalancerCreateWithInboundNatPool.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/LoadBalancerCreateWithInboundNatPool.json // this example is just showing the usage of "LoadBalancers_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -933,7 +1004,7 @@ public async Task CreateOrUpdate_CreateLoadBalancerWithInboundNatPool() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateLoadBalancerWithOutboundRules() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/LoadBalancerCreateWithOutboundRules.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/LoadBalancerCreateWithOutboundRules.json // this example is just showing the usage of "LoadBalancers_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -1002,6 +1073,7 @@ public async Task CreateOrUpdate_CreateLoadBalancerWithOutboundRules() Port = 80, IntervalInSeconds = 15, NumberOfProbes = 2, +ProbeThreshold = 1, RequestPath = "healthcheck.aspx", Name = "probe-lb", } @@ -1055,7 +1127,7 @@ public async Task CreateOrUpdate_CreateLoadBalancerWithOutboundRules() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_ListLoadBalancersInResourceGroup() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/LoadBalancerList.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/LoadBalancerList.json // this example is just showing the usage of "LoadBalancers_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_LoadBalancerResource.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_LoadBalancerResource.cs index b3d0ca5a9d7c..0878c1bf4cec 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_LoadBalancerResource.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_LoadBalancerResource.cs @@ -24,7 +24,7 @@ public partial class Sample_LoadBalancerResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Delete_DeleteLoadBalancer() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/LoadBalancerDelete.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/LoadBalancerDelete.json // this example is just showing the usage of "LoadBalancers_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -51,7 +51,38 @@ public async Task Delete_DeleteLoadBalancer() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetLoadBalancer() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/LoadBalancerGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/LoadBalancerGet.json + // this example is just showing the usage of "LoadBalancers_Get" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this LoadBalancerResource created on azure + // for more information of creating LoadBalancerResource, please refer to the document of LoadBalancerResource + string subscriptionId = "subid"; + string resourceGroupName = "rg1"; + string loadBalancerName = "lb"; + ResourceIdentifier loadBalancerResourceId = LoadBalancerResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, loadBalancerName); + LoadBalancerResource loadBalancer = client.GetLoadBalancerResource(loadBalancerResourceId); + + // invoke the operation + LoadBalancerResource result = await loadBalancer.GetAsync(); + + // the variable result is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + LoadBalancerData resourceData = result.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + + // Get load balancer with inbound NAT rule port mapping + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task Get_GetLoadBalancerWithInboundNATRulePortMapping() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/LoadBalancerGetInboundNatRulePortMapping.json // this example is just showing the usage of "LoadBalancers_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -82,7 +113,7 @@ public async Task Get_GetLoadBalancer() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_UpdateLoadBalancerTags() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/LoadBalancerUpdateTags.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/LoadBalancerUpdateTags.json // this example is just showing the usage of "LoadBalancers_UpdateTags" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -121,7 +152,7 @@ public async Task Update_UpdateLoadBalancerTags() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetLoadBalancers_ListAllLoadBalancers() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/LoadBalancerListAll.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/LoadBalancerListAll.json // this example is just showing the usage of "LoadBalancers_ListAll" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -153,7 +184,7 @@ public async Task GetLoadBalancers_ListAllLoadBalancers() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task SwapPublicIPAddressesLoadBalancer_SwapVIPsBetweenTwoLoadBalancers() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/LoadBalancersSwapPublicIpAddresses.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/LoadBalancersSwapPublicIpAddresses.json // this example is just showing the usage of "LoadBalancers_SwapPublicIpAddresses" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -194,7 +225,7 @@ public async Task SwapPublicIPAddressesLoadBalancer_SwapVIPsBetweenTwoLoadBalanc [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetLoadBalancerNetworkInterfaces_LoadBalancerNetworkInterfaceListSimple() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/LoadBalancerNetworkInterfaceListSimple.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/LoadBalancerNetworkInterfaceListSimple.json // this example is just showing the usage of "LoadBalancerNetworkInterfaces_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -228,7 +259,7 @@ public async Task GetLoadBalancerNetworkInterfaces_LoadBalancerNetworkInterfaceL [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetLoadBalancerNetworkInterfaces_LoadBalancerNetworkInterfaceListVmss() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/LoadBalancerNetworkInterfaceListVmss.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/LoadBalancerNetworkInterfaceListVmss.json // this example is just showing the usage of "LoadBalancerNetworkInterfaces_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_LoadBalancingRuleCollection.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_LoadBalancingRuleCollection.cs index 09fe0cfae2ba..222608b90030 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_LoadBalancingRuleCollection.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_LoadBalancingRuleCollection.cs @@ -21,7 +21,7 @@ public partial class Sample_LoadBalancingRuleCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_LoadBalancerLoadBalancingRuleList() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/LoadBalancerLoadBalancingRuleList.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/LoadBalancerLoadBalancingRuleList.json // this example is just showing the usage of "LoadBalancerLoadBalancingRules_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -58,7 +58,7 @@ public async Task GetAll_LoadBalancerLoadBalancingRuleList() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_LoadBalancerLoadBalancingRuleGet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/LoadBalancerLoadBalancingRuleGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/LoadBalancerLoadBalancingRuleGet.json // this example is just showing the usage of "LoadBalancerLoadBalancingRules_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -93,7 +93,7 @@ public async Task Get_LoadBalancerLoadBalancingRuleGet() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_LoadBalancerLoadBalancingRuleGet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/LoadBalancerLoadBalancingRuleGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/LoadBalancerLoadBalancingRuleGet.json // this example is just showing the usage of "LoadBalancerLoadBalancingRules_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_LoadBalancingRuleResource.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_LoadBalancingRuleResource.cs index ece0e1407e39..fd467027943e 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_LoadBalancingRuleResource.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_LoadBalancingRuleResource.cs @@ -21,7 +21,7 @@ public partial class Sample_LoadBalancingRuleResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_LoadBalancerLoadBalancingRuleGet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/LoadBalancerLoadBalancingRuleGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/LoadBalancerLoadBalancingRuleGet.json // this example is just showing the usage of "LoadBalancerLoadBalancingRules_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_LocalNetworkGatewayCollection.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_LocalNetworkGatewayCollection.cs index 65348834dbdd..567da3c63225 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_LocalNetworkGatewayCollection.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_LocalNetworkGatewayCollection.cs @@ -23,7 +23,7 @@ public partial class Sample_LocalNetworkGatewayCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateLocalNetworkGateway() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/LocalNetworkGatewayCreate.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/LocalNetworkGatewayCreate.json // this example is just showing the usage of "LocalNetworkGateways_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -68,7 +68,7 @@ public async Task CreateOrUpdate_CreateLocalNetworkGateway() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetLocalNetworkGateway() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/LocalNetworkGatewayGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/LocalNetworkGatewayGet.json // this example is just showing the usage of "LocalNetworkGateways_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -102,7 +102,7 @@ public async Task Get_GetLocalNetworkGateway() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetLocalNetworkGateway() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/LocalNetworkGatewayGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/LocalNetworkGatewayGet.json // this example is just showing the usage of "LocalNetworkGateways_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -132,7 +132,7 @@ public async Task Exists_GetLocalNetworkGateway() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_ListLocalNetworkGateways() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/LocalNetworkGatewayList.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/LocalNetworkGatewayList.json // this example is just showing the usage of "LocalNetworkGateways_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_LocalNetworkGatewayResource.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_LocalNetworkGatewayResource.cs index 41e21231c7e2..1ac731ba0a60 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_LocalNetworkGatewayResource.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_LocalNetworkGatewayResource.cs @@ -23,7 +23,7 @@ public partial class Sample_LocalNetworkGatewayResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetLocalNetworkGateway() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/LocalNetworkGatewayGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/LocalNetworkGatewayGet.json // this example is just showing the usage of "LocalNetworkGateways_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -54,7 +54,7 @@ public async Task Get_GetLocalNetworkGateway() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Delete_DeleteLocalNetworkGateway() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/LocalNetworkGatewayDelete.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/LocalNetworkGatewayDelete.json // this example is just showing the usage of "LocalNetworkGateways_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -81,7 +81,7 @@ public async Task Delete_DeleteLocalNetworkGateway() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_UpdateLocalNetworkGatewayTags() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/LocalNetworkGatewayUpdateTags.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/LocalNetworkGatewayUpdateTags.json // this example is just showing the usage of "LocalNetworkGateways_UpdateTags" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ManagementGroupNetworkManagerConnectionCollection.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ManagementGroupNetworkManagerConnectionCollection.cs new file mode 100644 index 000000000000..5aaf82d02b18 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ManagementGroupNetworkManagerConnectionCollection.cs @@ -0,0 +1,156 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Identity; +using Azure.ResourceManager; +using Azure.ResourceManager.ManagementGroups; +using Azure.ResourceManager.Network; + +namespace Azure.ResourceManager.Network.Samples +{ + public partial class Sample_ManagementGroupNetworkManagerConnectionCollection + { + // Create or Update Management Group Network Manager Connection + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task CreateOrUpdate_CreateOrUpdateManagementGroupNetworkManagerConnection() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkManagerConnectionManagementGroupPut.json + // this example is just showing the usage of "ManagementGroupNetworkManagerConnections_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this ManagementGroupResource created on azure + // for more information of creating ManagementGroupResource, please refer to the document of ManagementGroupResource + string managementGroupId = "managementGroupA"; + ResourceIdentifier managementGroupResourceId = ManagementGroupResource.CreateResourceIdentifier(managementGroupId); + ManagementGroupResource managementGroupResource = client.GetManagementGroupResource(managementGroupResourceId); + + // get the collection of this ManagementGroupNetworkManagerConnectionResource + ManagementGroupNetworkManagerConnectionCollection collection = managementGroupResource.GetManagementGroupNetworkManagerConnections(); + + // invoke the operation + string networkManagerConnectionName = "TestNMConnection"; + NetworkManagerConnectionData data = new NetworkManagerConnectionData() + { + NetworkManagerId = new ResourceIdentifier("/subscriptions/subscriptionC/resourceGroup/rg1/providers/Microsoft.Network/networkManagers/testNetworkManager"), + }; + ArmOperation lro = await collection.CreateOrUpdateAsync(WaitUntil.Completed, networkManagerConnectionName, data); + ManagementGroupNetworkManagerConnectionResource result = lro.Value; + + // the variable result is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + NetworkManagerConnectionData resourceData = result.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + + // Get Management Group Network Manager Connection + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task Get_GetManagementGroupNetworkManagerConnection() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkManagerConnectionManagementGroupGet.json + // this example is just showing the usage of "ManagementGroupNetworkManagerConnections_Get" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this ManagementGroupResource created on azure + // for more information of creating ManagementGroupResource, please refer to the document of ManagementGroupResource + string managementGroupId = "managementGroupA"; + ResourceIdentifier managementGroupResourceId = ManagementGroupResource.CreateResourceIdentifier(managementGroupId); + ManagementGroupResource managementGroupResource = client.GetManagementGroupResource(managementGroupResourceId); + + // get the collection of this ManagementGroupNetworkManagerConnectionResource + ManagementGroupNetworkManagerConnectionCollection collection = managementGroupResource.GetManagementGroupNetworkManagerConnections(); + + // invoke the operation + string networkManagerConnectionName = "TestNMConnection"; + ManagementGroupNetworkManagerConnectionResource result = await collection.GetAsync(networkManagerConnectionName); + + // the variable result is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + NetworkManagerConnectionData resourceData = result.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + + // Get Management Group Network Manager Connection + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task Exists_GetManagementGroupNetworkManagerConnection() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkManagerConnectionManagementGroupGet.json + // this example is just showing the usage of "ManagementGroupNetworkManagerConnections_Get" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this ManagementGroupResource created on azure + // for more information of creating ManagementGroupResource, please refer to the document of ManagementGroupResource + string managementGroupId = "managementGroupA"; + ResourceIdentifier managementGroupResourceId = ManagementGroupResource.CreateResourceIdentifier(managementGroupId); + ManagementGroupResource managementGroupResource = client.GetManagementGroupResource(managementGroupResourceId); + + // get the collection of this ManagementGroupNetworkManagerConnectionResource + ManagementGroupNetworkManagerConnectionCollection collection = managementGroupResource.GetManagementGroupNetworkManagerConnections(); + + // invoke the operation + string networkManagerConnectionName = "TestNMConnection"; + bool result = await collection.ExistsAsync(networkManagerConnectionName); + + Console.WriteLine($"Succeeded: {result}"); + } + + // List Management Group Network Manager Connection + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task GetAll_ListManagementGroupNetworkManagerConnection() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkManagerConnectionManagementGroupList.json + // this example is just showing the usage of "ManagementGroupNetworkManagerConnections_List" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this ManagementGroupResource created on azure + // for more information of creating ManagementGroupResource, please refer to the document of ManagementGroupResource + string managementGroupId = "managementGroupA"; + ResourceIdentifier managementGroupResourceId = ManagementGroupResource.CreateResourceIdentifier(managementGroupId); + ManagementGroupResource managementGroupResource = client.GetManagementGroupResource(managementGroupResourceId); + + // get the collection of this ManagementGroupNetworkManagerConnectionResource + ManagementGroupNetworkManagerConnectionCollection collection = managementGroupResource.GetManagementGroupNetworkManagerConnections(); + + // invoke the operation and iterate over the result + await foreach (ManagementGroupNetworkManagerConnectionResource item in collection.GetAllAsync()) + { + // the variable item is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + NetworkManagerConnectionData resourceData = item.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + + Console.WriteLine($"Succeeded"); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ManagementGroupNetworkManagerConnectionResource.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ManagementGroupNetworkManagerConnectionResource.cs new file mode 100644 index 000000000000..dd9c99cf10da --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ManagementGroupNetworkManagerConnectionResource.cs @@ -0,0 +1,111 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Identity; +using Azure.ResourceManager; +using Azure.ResourceManager.Network; + +namespace Azure.ResourceManager.Network.Samples +{ + public partial class Sample_ManagementGroupNetworkManagerConnectionResource + { + // Create or Update Management Group Network Manager Connection + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task Update_CreateOrUpdateManagementGroupNetworkManagerConnection() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkManagerConnectionManagementGroupPut.json + // this example is just showing the usage of "ManagementGroupNetworkManagerConnections_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this ManagementGroupNetworkManagerConnectionResource created on azure + // for more information of creating ManagementGroupNetworkManagerConnectionResource, please refer to the document of ManagementGroupNetworkManagerConnectionResource + string managementGroupId = "managementGroupA"; + string networkManagerConnectionName = "TestNMConnection"; + ResourceIdentifier managementGroupNetworkManagerConnectionResourceId = ManagementGroupNetworkManagerConnectionResource.CreateResourceIdentifier(managementGroupId, networkManagerConnectionName); + ManagementGroupNetworkManagerConnectionResource managementGroupNetworkManagerConnection = client.GetManagementGroupNetworkManagerConnectionResource(managementGroupNetworkManagerConnectionResourceId); + + // invoke the operation + NetworkManagerConnectionData data = new NetworkManagerConnectionData() + { + NetworkManagerId = new ResourceIdentifier("/subscriptions/subscriptionC/resourceGroup/rg1/providers/Microsoft.Network/networkManagers/testNetworkManager"), + }; + ArmOperation lro = await managementGroupNetworkManagerConnection.UpdateAsync(WaitUntil.Completed, data); + ManagementGroupNetworkManagerConnectionResource result = lro.Value; + + // the variable result is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + NetworkManagerConnectionData resourceData = result.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + + // Get Management Group Network Manager Connection + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task Get_GetManagementGroupNetworkManagerConnection() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkManagerConnectionManagementGroupGet.json + // this example is just showing the usage of "ManagementGroupNetworkManagerConnections_Get" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this ManagementGroupNetworkManagerConnectionResource created on azure + // for more information of creating ManagementGroupNetworkManagerConnectionResource, please refer to the document of ManagementGroupNetworkManagerConnectionResource + string managementGroupId = "managementGroupA"; + string networkManagerConnectionName = "TestNMConnection"; + ResourceIdentifier managementGroupNetworkManagerConnectionResourceId = ManagementGroupNetworkManagerConnectionResource.CreateResourceIdentifier(managementGroupId, networkManagerConnectionName); + ManagementGroupNetworkManagerConnectionResource managementGroupNetworkManagerConnection = client.GetManagementGroupNetworkManagerConnectionResource(managementGroupNetworkManagerConnectionResourceId); + + // invoke the operation + ManagementGroupNetworkManagerConnectionResource result = await managementGroupNetworkManagerConnection.GetAsync(); + + // the variable result is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + NetworkManagerConnectionData resourceData = result.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + + // Delete Management Group Network Manager Connection + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task Delete_DeleteManagementGroupNetworkManagerConnection() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkManagerConnectionManagementGroupDelete.json + // this example is just showing the usage of "ManagementGroupNetworkManagerConnections_Delete" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this ManagementGroupNetworkManagerConnectionResource created on azure + // for more information of creating ManagementGroupNetworkManagerConnectionResource, please refer to the document of ManagementGroupNetworkManagerConnectionResource + string managementGroupId = "managementGroupA"; + string networkManagerConnectionName = "TestNMConnection"; + ResourceIdentifier managementGroupNetworkManagerConnectionResourceId = ManagementGroupNetworkManagerConnectionResource.CreateResourceIdentifier(managementGroupId, networkManagerConnectionName); + ManagementGroupNetworkManagerConnectionResource managementGroupNetworkManagerConnection = client.GetManagementGroupNetworkManagerConnectionResource(managementGroupNetworkManagerConnectionResourceId); + + // invoke the operation + await managementGroupNetworkManagerConnection.DeleteAsync(WaitUntil.Completed); + + Console.WriteLine($"Succeeded"); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_NatGatewayCollection.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_NatGatewayCollection.cs index bd936579c121..7fea6f81e3a9 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_NatGatewayCollection.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_NatGatewayCollection.cs @@ -25,7 +25,7 @@ public partial class Sample_NatGatewayCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetNatGateway() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NatGatewayGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NatGatewayGet.json // this example is just showing the usage of "NatGateways_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -59,7 +59,7 @@ public async Task Get_GetNatGateway() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetNatGateway() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NatGatewayGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NatGatewayGet.json // this example is just showing the usage of "NatGateways_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -89,7 +89,7 @@ public async Task Exists_GetNatGateway() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateNatGateway() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NatGatewayCreateOrUpdate.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NatGatewayCreateOrUpdate.json // this example is just showing the usage of "NatGateways_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -143,7 +143,7 @@ public async Task CreateOrUpdate_CreateNatGateway() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_ListNatGatewaysInResourceGroup() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NatGatewayList.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NatGatewayList.json // this example is just showing the usage of "NatGateways_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_NatGatewayResource.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_NatGatewayResource.cs index 077c825a868b..f8bce4809458 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_NatGatewayResource.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_NatGatewayResource.cs @@ -24,7 +24,7 @@ public partial class Sample_NatGatewayResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Delete_DeleteNatGateway() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NatGatewayDelete.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NatGatewayDelete.json // this example is just showing the usage of "NatGateways_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -51,7 +51,7 @@ public async Task Delete_DeleteNatGateway() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetNatGateway() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NatGatewayGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NatGatewayGet.json // this example is just showing the usage of "NatGateways_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -82,7 +82,7 @@ public async Task Get_GetNatGateway() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_UpdateNatGatewayTags() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NatGatewayUpdateTags.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NatGatewayUpdateTags.json // this example is just showing the usage of "NatGateways_UpdateTags" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -121,7 +121,7 @@ public async Task Update_UpdateNatGatewayTags() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetNatGateways_ListAllNatGateways() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NatGatewayListAll.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NatGatewayListAll.json // this example is just showing the usage of "NatGateways_ListAll" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_NetworkGroupCollection.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_NetworkGroupCollection.cs new file mode 100644 index 000000000000..b184de0d3779 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_NetworkGroupCollection.cs @@ -0,0 +1,163 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Identity; +using Azure.ResourceManager; +using Azure.ResourceManager.Network; + +namespace Azure.ResourceManager.Network.Samples +{ + public partial class Sample_NetworkGroupCollection + { + // NetworkGroupsGet + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task Get_NetworkGroupsGet() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkManagerGroupGet.json + // this example is just showing the usage of "NetworkGroups_Get" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this NetworkManagerResource created on azure + // for more information of creating NetworkManagerResource, please refer to the document of NetworkManagerResource + string subscriptionId = "00000000-0000-0000-0000-000000000000"; + string resourceGroupName = "rg1"; + string networkManagerName = "testNetworkManager"; + ResourceIdentifier networkManagerResourceId = NetworkManagerResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, networkManagerName); + NetworkManagerResource networkManager = client.GetNetworkManagerResource(networkManagerResourceId); + + // get the collection of this NetworkGroupResource + NetworkGroupCollection collection = networkManager.GetNetworkGroups(); + + // invoke the operation + string networkGroupName = "testNetworkGroup"; + NetworkGroupResource result = await collection.GetAsync(networkGroupName); + + // the variable result is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + NetworkGroupData resourceData = result.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + + // NetworkGroupsGet + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task Exists_NetworkGroupsGet() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkManagerGroupGet.json + // this example is just showing the usage of "NetworkGroups_Get" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this NetworkManagerResource created on azure + // for more information of creating NetworkManagerResource, please refer to the document of NetworkManagerResource + string subscriptionId = "00000000-0000-0000-0000-000000000000"; + string resourceGroupName = "rg1"; + string networkManagerName = "testNetworkManager"; + ResourceIdentifier networkManagerResourceId = NetworkManagerResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, networkManagerName); + NetworkManagerResource networkManager = client.GetNetworkManagerResource(networkManagerResourceId); + + // get the collection of this NetworkGroupResource + NetworkGroupCollection collection = networkManager.GetNetworkGroups(); + + // invoke the operation + string networkGroupName = "testNetworkGroup"; + bool result = await collection.ExistsAsync(networkGroupName); + + Console.WriteLine($"Succeeded: {result}"); + } + + // NetworkGroupsPut + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task CreateOrUpdate_NetworkGroupsPut() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkManagerGroupPut.json + // this example is just showing the usage of "NetworkGroups_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this NetworkManagerResource created on azure + // for more information of creating NetworkManagerResource, please refer to the document of NetworkManagerResource + string subscriptionId = "00000000-0000-0000-0000-000000000000"; + string resourceGroupName = "rg1"; + string networkManagerName = "testNetworkManager"; + ResourceIdentifier networkManagerResourceId = NetworkManagerResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, networkManagerName); + NetworkManagerResource networkManager = client.GetNetworkManagerResource(networkManagerResourceId); + + // get the collection of this NetworkGroupResource + NetworkGroupCollection collection = networkManager.GetNetworkGroups(); + + // invoke the operation + string networkGroupName = "testNetworkGroup"; + NetworkGroupData data = new NetworkGroupData() + { + Description = "A sample group", + }; + ArmOperation lro = await collection.CreateOrUpdateAsync(WaitUntil.Completed, networkGroupName, data); + NetworkGroupResource result = lro.Value; + + // the variable result is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + NetworkGroupData resourceData = result.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + + // NetworkGroupsList + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task GetAll_NetworkGroupsList() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkManagerGroupList.json + // this example is just showing the usage of "NetworkGroups_List" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this NetworkManagerResource created on azure + // for more information of creating NetworkManagerResource, please refer to the document of NetworkManagerResource + string subscriptionId = "00000000-0000-0000-0000-000000000000"; + string resourceGroupName = "rg1"; + string networkManagerName = "testNetworkManager"; + ResourceIdentifier networkManagerResourceId = NetworkManagerResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, networkManagerName); + NetworkManagerResource networkManager = client.GetNetworkManagerResource(networkManagerResourceId); + + // get the collection of this NetworkGroupResource + NetworkGroupCollection collection = networkManager.GetNetworkGroups(); + + // invoke the operation and iterate over the result + await foreach (NetworkGroupResource item in collection.GetAllAsync()) + { + // the variable item is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + NetworkGroupData resourceData = item.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + + Console.WriteLine($"Succeeded"); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_NetworkGroupResource.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_NetworkGroupResource.cs new file mode 100644 index 000000000000..28e49e32df74 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_NetworkGroupResource.cs @@ -0,0 +1,118 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Identity; +using Azure.ResourceManager; +using Azure.ResourceManager.Network; + +namespace Azure.ResourceManager.Network.Samples +{ + public partial class Sample_NetworkGroupResource + { + // NetworkGroupsGet + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task Get_NetworkGroupsGet() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkManagerGroupGet.json + // this example is just showing the usage of "NetworkGroups_Get" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this NetworkGroupResource created on azure + // for more information of creating NetworkGroupResource, please refer to the document of NetworkGroupResource + string subscriptionId = "00000000-0000-0000-0000-000000000000"; + string resourceGroupName = "rg1"; + string networkManagerName = "testNetworkManager"; + string networkGroupName = "testNetworkGroup"; + ResourceIdentifier networkGroupResourceId = NetworkGroupResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, networkManagerName, networkGroupName); + NetworkGroupResource networkGroup = client.GetNetworkGroupResource(networkGroupResourceId); + + // invoke the operation + NetworkGroupResource result = await networkGroup.GetAsync(); + + // the variable result is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + NetworkGroupData resourceData = result.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + + // NetworkGroupsPut + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task Update_NetworkGroupsPut() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkManagerGroupPut.json + // this example is just showing the usage of "NetworkGroups_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this NetworkGroupResource created on azure + // for more information of creating NetworkGroupResource, please refer to the document of NetworkGroupResource + string subscriptionId = "00000000-0000-0000-0000-000000000000"; + string resourceGroupName = "rg1"; + string networkManagerName = "testNetworkManager"; + string networkGroupName = "testNetworkGroup"; + ResourceIdentifier networkGroupResourceId = NetworkGroupResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, networkManagerName, networkGroupName); + NetworkGroupResource networkGroup = client.GetNetworkGroupResource(networkGroupResourceId); + + // invoke the operation + NetworkGroupData data = new NetworkGroupData() + { + Description = "A sample group", + }; + ArmOperation lro = await networkGroup.UpdateAsync(WaitUntil.Completed, data); + NetworkGroupResource result = lro.Value; + + // the variable result is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + NetworkGroupData resourceData = result.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + + // NetworkGroupsDelete + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task Delete_NetworkGroupsDelete() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkManagerGroupDelete.json + // this example is just showing the usage of "NetworkGroups_Delete" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this NetworkGroupResource created on azure + // for more information of creating NetworkGroupResource, please refer to the document of NetworkGroupResource + string subscriptionId = "00000000-0000-0000-0000-000000000000"; + string resourceGroupName = "rg1"; + string networkManagerName = "testNetworkManager"; + string networkGroupName = "testNetworkGroup"; + ResourceIdentifier networkGroupResourceId = NetworkGroupResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, networkManagerName, networkGroupName); + NetworkGroupResource networkGroup = client.GetNetworkGroupResource(networkGroupResourceId); + + // invoke the operation + bool? force = false; + await networkGroup.DeleteAsync(WaitUntil.Completed, force: force); + + Console.WriteLine($"Succeeded"); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_NetworkGroupStaticMemberCollection.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_NetworkGroupStaticMemberCollection.cs new file mode 100644 index 000000000000..6c794fe40871 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_NetworkGroupStaticMemberCollection.cs @@ -0,0 +1,167 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Identity; +using Azure.ResourceManager; +using Azure.ResourceManager.Network; + +namespace Azure.ResourceManager.Network.Samples +{ + public partial class Sample_NetworkGroupStaticMemberCollection + { + // StaticMembersGet + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task Get_StaticMembersGet() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkManagerStaticMemberGet.json + // this example is just showing the usage of "StaticMembers_Get" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this NetworkGroupResource created on azure + // for more information of creating NetworkGroupResource, please refer to the document of NetworkGroupResource + string subscriptionId = "00000000-0000-0000-0000-000000000000"; + string resourceGroupName = "rg1"; + string networkManagerName = "testNetworkManager"; + string networkGroupName = "testNetworkGroup"; + ResourceIdentifier networkGroupResourceId = NetworkGroupResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, networkManagerName, networkGroupName); + NetworkGroupResource networkGroup = client.GetNetworkGroupResource(networkGroupResourceId); + + // get the collection of this NetworkGroupStaticMemberResource + NetworkGroupStaticMemberCollection collection = networkGroup.GetNetworkGroupStaticMembers(); + + // invoke the operation + string staticMemberName = "testStaticMember"; + NetworkGroupStaticMemberResource result = await collection.GetAsync(staticMemberName); + + // the variable result is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + NetworkGroupStaticMemberData resourceData = result.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + + // StaticMembersGet + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task Exists_StaticMembersGet() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkManagerStaticMemberGet.json + // this example is just showing the usage of "StaticMembers_Get" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this NetworkGroupResource created on azure + // for more information of creating NetworkGroupResource, please refer to the document of NetworkGroupResource + string subscriptionId = "00000000-0000-0000-0000-000000000000"; + string resourceGroupName = "rg1"; + string networkManagerName = "testNetworkManager"; + string networkGroupName = "testNetworkGroup"; + ResourceIdentifier networkGroupResourceId = NetworkGroupResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, networkManagerName, networkGroupName); + NetworkGroupResource networkGroup = client.GetNetworkGroupResource(networkGroupResourceId); + + // get the collection of this NetworkGroupStaticMemberResource + NetworkGroupStaticMemberCollection collection = networkGroup.GetNetworkGroupStaticMembers(); + + // invoke the operation + string staticMemberName = "testStaticMember"; + bool result = await collection.ExistsAsync(staticMemberName); + + Console.WriteLine($"Succeeded: {result}"); + } + + // StaticMemberPut + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task CreateOrUpdate_StaticMemberPut() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkManagerStaticMemberPut.json + // this example is just showing the usage of "StaticMembers_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this NetworkGroupResource created on azure + // for more information of creating NetworkGroupResource, please refer to the document of NetworkGroupResource + string subscriptionId = "00000000-0000-0000-0000-000000000000"; + string resourceGroupName = "rg1"; + string networkManagerName = "testNetworkManager"; + string networkGroupName = "testNetworkGroup"; + ResourceIdentifier networkGroupResourceId = NetworkGroupResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, networkManagerName, networkGroupName); + NetworkGroupResource networkGroup = client.GetNetworkGroupResource(networkGroupResourceId); + + // get the collection of this NetworkGroupStaticMemberResource + NetworkGroupStaticMemberCollection collection = networkGroup.GetNetworkGroupStaticMembers(); + + // invoke the operation + string staticMemberName = "testStaticMember"; + NetworkGroupStaticMemberData data = new NetworkGroupStaticMemberData() + { + ResourceId = new ResourceIdentifier("/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroup/rg1/providers/Microsoft.Network/virtualnetworks/vnet1"), + }; + ArmOperation lro = await collection.CreateOrUpdateAsync(WaitUntil.Completed, staticMemberName, data); + NetworkGroupStaticMemberResource result = lro.Value; + + // the variable result is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + NetworkGroupStaticMemberData resourceData = result.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + + // StaticMembersList + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task GetAll_StaticMembersList() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkManagerStaticMemberList.json + // this example is just showing the usage of "StaticMembers_List" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this NetworkGroupResource created on azure + // for more information of creating NetworkGroupResource, please refer to the document of NetworkGroupResource + string subscriptionId = "00000000-0000-0000-0000-000000000000"; + string resourceGroupName = "rg1"; + string networkManagerName = "testNetworkManager"; + string networkGroupName = "testNetworkGroup"; + ResourceIdentifier networkGroupResourceId = NetworkGroupResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, networkManagerName, networkGroupName); + NetworkGroupResource networkGroup = client.GetNetworkGroupResource(networkGroupResourceId); + + // get the collection of this NetworkGroupStaticMemberResource + NetworkGroupStaticMemberCollection collection = networkGroup.GetNetworkGroupStaticMembers(); + + // invoke the operation and iterate over the result + await foreach (NetworkGroupStaticMemberResource item in collection.GetAllAsync()) + { + // the variable item is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + NetworkGroupStaticMemberData resourceData = item.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + + Console.WriteLine($"Succeeded"); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_NetworkGroupStaticMemberResource.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_NetworkGroupStaticMemberResource.cs new file mode 100644 index 000000000000..ac4b727c476d --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_NetworkGroupStaticMemberResource.cs @@ -0,0 +1,120 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Identity; +using Azure.ResourceManager; +using Azure.ResourceManager.Network; + +namespace Azure.ResourceManager.Network.Samples +{ + public partial class Sample_NetworkGroupStaticMemberResource + { + // StaticMembersGet + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task Get_StaticMembersGet() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkManagerStaticMemberGet.json + // this example is just showing the usage of "StaticMembers_Get" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this NetworkGroupStaticMemberResource created on azure + // for more information of creating NetworkGroupStaticMemberResource, please refer to the document of NetworkGroupStaticMemberResource + string subscriptionId = "00000000-0000-0000-0000-000000000000"; + string resourceGroupName = "rg1"; + string networkManagerName = "testNetworkManager"; + string networkGroupName = "testNetworkGroup"; + string staticMemberName = "testStaticMember"; + ResourceIdentifier networkGroupStaticMemberResourceId = NetworkGroupStaticMemberResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, networkManagerName, networkGroupName, staticMemberName); + NetworkGroupStaticMemberResource networkGroupStaticMember = client.GetNetworkGroupStaticMemberResource(networkGroupStaticMemberResourceId); + + // invoke the operation + NetworkGroupStaticMemberResource result = await networkGroupStaticMember.GetAsync(); + + // the variable result is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + NetworkGroupStaticMemberData resourceData = result.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + + // StaticMemberPut + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task Update_StaticMemberPut() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkManagerStaticMemberPut.json + // this example is just showing the usage of "StaticMembers_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this NetworkGroupStaticMemberResource created on azure + // for more information of creating NetworkGroupStaticMemberResource, please refer to the document of NetworkGroupStaticMemberResource + string subscriptionId = "00000000-0000-0000-0000-000000000000"; + string resourceGroupName = "rg1"; + string networkManagerName = "testNetworkManager"; + string networkGroupName = "testNetworkGroup"; + string staticMemberName = "testStaticMember"; + ResourceIdentifier networkGroupStaticMemberResourceId = NetworkGroupStaticMemberResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, networkManagerName, networkGroupName, staticMemberName); + NetworkGroupStaticMemberResource networkGroupStaticMember = client.GetNetworkGroupStaticMemberResource(networkGroupStaticMemberResourceId); + + // invoke the operation + NetworkGroupStaticMemberData data = new NetworkGroupStaticMemberData() + { + ResourceId = new ResourceIdentifier("/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroup/rg1/providers/Microsoft.Network/virtualnetworks/vnet1"), + }; + ArmOperation lro = await networkGroupStaticMember.UpdateAsync(WaitUntil.Completed, data); + NetworkGroupStaticMemberResource result = lro.Value; + + // the variable result is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + NetworkGroupStaticMemberData resourceData = result.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + + // StaticMembersDelete + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task Delete_StaticMembersDelete() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkManagerStaticMemberDelete.json + // this example is just showing the usage of "StaticMembers_Delete" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this NetworkGroupStaticMemberResource created on azure + // for more information of creating NetworkGroupStaticMemberResource, please refer to the document of NetworkGroupStaticMemberResource + string subscriptionId = "00000000-0000-0000-0000-000000000000"; + string resourceGroupName = "SampleRG"; + string networkManagerName = "TestNM"; + string networkGroupName = "testNetworkGroup"; + string staticMemberName = "testStaticMember"; + ResourceIdentifier networkGroupStaticMemberResourceId = NetworkGroupStaticMemberResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, networkManagerName, networkGroupName, staticMemberName); + NetworkGroupStaticMemberResource networkGroupStaticMember = client.GetNetworkGroupStaticMemberResource(networkGroupStaticMemberResourceId); + + // invoke the operation + await networkGroupStaticMember.DeleteAsync(WaitUntil.Completed); + + Console.WriteLine($"Succeeded"); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_NetworkInterfaceCollection.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_NetworkInterfaceCollection.cs index 4427ec60b9e8..8a3cb9d33173 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_NetworkInterfaceCollection.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_NetworkInterfaceCollection.cs @@ -23,7 +23,7 @@ public partial class Sample_NetworkInterfaceCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetNetworkInterface() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkInterfaceGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkInterfaceGet.json // this example is just showing the usage of "NetworkInterfaces_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -57,7 +57,7 @@ public async Task Get_GetNetworkInterface() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetNetworkInterface() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkInterfaceGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkInterfaceGet.json // this example is just showing the usage of "NetworkInterfaces_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -87,7 +87,7 @@ public async Task Exists_GetNetworkInterface() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateNetworkInterface() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkInterfaceCreate.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkInterfaceCreate.json // this example is just showing the usage of "NetworkInterfaces_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -125,6 +125,7 @@ public async Task CreateOrUpdate_CreateNetworkInterface() } }, EnableAcceleratedNetworking = true, + DisableTcpStateTracking = true, Location = new AzureLocation("eastus"), }; ArmOperation lro = await collection.CreateOrUpdateAsync(WaitUntil.Completed, networkInterfaceName, data); @@ -142,7 +143,7 @@ public async Task CreateOrUpdate_CreateNetworkInterface() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateNetworkInterfaceWithGatewayLoadBalancerConsumerConfigured() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkInterfaceCreateGatewayLoadBalancerConsumer.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkInterfaceCreateGatewayLoadBalancerConsumer.json // this example is just showing the usage of "NetworkInterfaces_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -198,7 +199,7 @@ public async Task CreateOrUpdate_CreateNetworkInterfaceWithGatewayLoadBalancerCo [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_ListNetworkInterfacesInResourceGroup() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkInterfaceList.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkInterfaceList.json // this example is just showing the usage of "NetworkInterfaces_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_NetworkInterfaceIPConfigurationCollection.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_NetworkInterfaceIPConfigurationCollection.cs index 065e21de082c..742e947eeff1 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_NetworkInterfaceIPConfigurationCollection.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_NetworkInterfaceIPConfigurationCollection.cs @@ -21,7 +21,7 @@ public partial class Sample_NetworkInterfaceIPConfigurationCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_NetworkInterfaceIPConfigurationList() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkInterfaceIPConfigurationList.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkInterfaceIPConfigurationList.json // this example is just showing the usage of "NetworkInterfaceIPConfigurations_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -58,7 +58,7 @@ public async Task GetAll_NetworkInterfaceIPConfigurationList() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_NetworkInterfaceIPConfigurationGet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkInterfaceIPConfigurationGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkInterfaceIPConfigurationGet.json // this example is just showing the usage of "NetworkInterfaceIPConfigurations_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -93,7 +93,7 @@ public async Task Get_NetworkInterfaceIPConfigurationGet() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_NetworkInterfaceIPConfigurationGet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkInterfaceIPConfigurationGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkInterfaceIPConfigurationGet.json // this example is just showing the usage of "NetworkInterfaceIPConfigurations_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_NetworkInterfaceIPConfigurationResource.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_NetworkInterfaceIPConfigurationResource.cs index 9e2e4e48b716..c322cb9f4840 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_NetworkInterfaceIPConfigurationResource.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_NetworkInterfaceIPConfigurationResource.cs @@ -21,7 +21,7 @@ public partial class Sample_NetworkInterfaceIPConfigurationResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_NetworkInterfaceIPConfigurationGet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkInterfaceIPConfigurationGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkInterfaceIPConfigurationGet.json // this example is just showing the usage of "NetworkInterfaceIPConfigurations_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_NetworkInterfaceResource.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_NetworkInterfaceResource.cs index a8d867aa04c2..37d423fca770 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_NetworkInterfaceResource.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_NetworkInterfaceResource.cs @@ -24,7 +24,7 @@ public partial class Sample_NetworkInterfaceResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Delete_DeleteNetworkInterface() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkInterfaceDelete.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkInterfaceDelete.json // this example is just showing the usage of "NetworkInterfaces_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -51,7 +51,7 @@ public async Task Delete_DeleteNetworkInterface() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetNetworkInterface() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkInterfaceGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkInterfaceGet.json // this example is just showing the usage of "NetworkInterfaces_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -82,7 +82,7 @@ public async Task Get_GetNetworkInterface() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_UpdateNetworkInterfaceTags() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkInterfaceUpdateTags.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkInterfaceUpdateTags.json // this example is just showing the usage of "NetworkInterfaces_UpdateTags" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -121,7 +121,7 @@ public async Task Update_UpdateNetworkInterfaceTags() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetNetworkInterfaces_ListAllNetworkInterfaces() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkInterfaceListAll.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkInterfaceListAll.json // this example is just showing the usage of "NetworkInterfaces_ListAll" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -153,7 +153,7 @@ public async Task GetNetworkInterfaces_ListAllNetworkInterfaces() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetEffectiveRouteTable_ShowNetworkInterfaceEffectiveRouteTables() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkInterfaceEffectiveRouteTableList.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkInterfaceEffectiveRouteTableList.json // this example is just showing the usage of "NetworkInterfaces_GetEffectiveRouteTable" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -181,7 +181,7 @@ public async Task GetEffectiveRouteTable_ShowNetworkInterfaceEffectiveRouteTable [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetEffectiveNetworkSecurityGroups_ListNetworkInterfaceEffectiveNetworkSecurityGroups() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkInterfaceEffectiveNSGList.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkInterfaceEffectiveNSGList.json // this example is just showing the usage of "NetworkInterfaces_ListEffectiveNetworkSecurityGroups" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -209,7 +209,7 @@ public async Task GetEffectiveNetworkSecurityGroups_ListNetworkInterfaceEffectiv [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetNetworkInterfaceLoadBalancers_NetworkInterfaceLoadBalancerList() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkInterfaceLoadBalancerList.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkInterfaceLoadBalancerList.json // this example is just showing the usage of "NetworkInterfaceLoadBalancers_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_NetworkInterfaceTapConfigurationCollection.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_NetworkInterfaceTapConfigurationCollection.cs index f92df3ed199b..a292619f4c24 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_NetworkInterfaceTapConfigurationCollection.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_NetworkInterfaceTapConfigurationCollection.cs @@ -22,7 +22,7 @@ public partial class Sample_NetworkInterfaceTapConfigurationCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetNetworkInterfaceTapConfigurations() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkInterfaceTapConfigurationGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkInterfaceTapConfigurationGet.json // this example is just showing the usage of "NetworkInterfaceTapConfigurations_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -57,7 +57,7 @@ public async Task Get_GetNetworkInterfaceTapConfigurations() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetNetworkInterfaceTapConfigurations() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkInterfaceTapConfigurationGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkInterfaceTapConfigurationGet.json // this example is just showing the usage of "NetworkInterfaceTapConfigurations_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -88,7 +88,7 @@ public async Task Exists_GetNetworkInterfaceTapConfigurations() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateNetworkInterfaceTapConfigurations() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkInterfaceTapConfigurationCreate.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkInterfaceTapConfigurationCreate.json // this example is just showing the usage of "NetworkInterfaceTapConfigurations_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -131,7 +131,7 @@ public async Task CreateOrUpdate_CreateNetworkInterfaceTapConfigurations() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_ListVirtualNetworkTapConfigurations() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkInterfaceTapConfigurationList.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkInterfaceTapConfigurationList.json // this example is just showing the usage of "NetworkInterfaceTapConfigurations_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_NetworkInterfaceTapConfigurationResource.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_NetworkInterfaceTapConfigurationResource.cs index ffeea1f3312d..0be89a804da7 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_NetworkInterfaceTapConfigurationResource.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_NetworkInterfaceTapConfigurationResource.cs @@ -22,7 +22,7 @@ public partial class Sample_NetworkInterfaceTapConfigurationResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Delete_DeleteTapConfiguration() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkInterfaceTapConfigurationDelete.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkInterfaceTapConfigurationDelete.json // this example is just showing the usage of "NetworkInterfaceTapConfigurations_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -50,7 +50,7 @@ public async Task Delete_DeleteTapConfiguration() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetNetworkInterfaceTapConfigurations() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkInterfaceTapConfigurationGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkInterfaceTapConfigurationGet.json // this example is just showing the usage of "NetworkInterfaceTapConfigurations_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -82,7 +82,7 @@ public async Task Get_GetNetworkInterfaceTapConfigurations() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_CreateNetworkInterfaceTapConfigurations() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkInterfaceTapConfigurationCreate.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkInterfaceTapConfigurationCreate.json // this example is just showing the usage of "NetworkInterfaceTapConfigurations_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_NetworkManagerCollection.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_NetworkManagerCollection.cs new file mode 100644 index 000000000000..c09582f16142 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_NetworkManagerCollection.cs @@ -0,0 +1,176 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Identity; +using Azure.ResourceManager; +using Azure.ResourceManager.Network; +using Azure.ResourceManager.Network.Models; +using Azure.ResourceManager.Resources; + +namespace Azure.ResourceManager.Network.Samples +{ + public partial class Sample_NetworkManagerCollection + { + // NetworkManagersGet + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task Get_NetworkManagersGet() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkManagerGet.json + // this example is just showing the usage of "NetworkManagers_Get" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this ResourceGroupResource created on azure + // for more information of creating ResourceGroupResource, please refer to the document of ResourceGroupResource + string subscriptionId = "00000000-0000-0000-0000-000000000000"; + string resourceGroupName = "rg1"; + ResourceIdentifier resourceGroupResourceId = ResourceGroupResource.CreateResourceIdentifier(subscriptionId, resourceGroupName); + ResourceGroupResource resourceGroupResource = client.GetResourceGroupResource(resourceGroupResourceId); + + // get the collection of this NetworkManagerResource + NetworkManagerCollection collection = resourceGroupResource.GetNetworkManagers(); + + // invoke the operation + string networkManagerName = "testNetworkManager"; + NetworkManagerResource result = await collection.GetAsync(networkManagerName); + + // the variable result is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + NetworkManagerData resourceData = result.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + + // NetworkManagersGet + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task Exists_NetworkManagersGet() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkManagerGet.json + // this example is just showing the usage of "NetworkManagers_Get" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this ResourceGroupResource created on azure + // for more information of creating ResourceGroupResource, please refer to the document of ResourceGroupResource + string subscriptionId = "00000000-0000-0000-0000-000000000000"; + string resourceGroupName = "rg1"; + ResourceIdentifier resourceGroupResourceId = ResourceGroupResource.CreateResourceIdentifier(subscriptionId, resourceGroupName); + ResourceGroupResource resourceGroupResource = client.GetResourceGroupResource(resourceGroupResourceId); + + // get the collection of this NetworkManagerResource + NetworkManagerCollection collection = resourceGroupResource.GetNetworkManagers(); + + // invoke the operation + string networkManagerName = "testNetworkManager"; + bool result = await collection.ExistsAsync(networkManagerName); + + Console.WriteLine($"Succeeded: {result}"); + } + + // Put Network Manager + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task CreateOrUpdate_PutNetworkManager() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkManagerPut.json + // this example is just showing the usage of "NetworkManagers_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this ResourceGroupResource created on azure + // for more information of creating ResourceGroupResource, please refer to the document of ResourceGroupResource + string subscriptionId = "00000000-0000-0000-0000-000000000000"; + string resourceGroupName = "rg1"; + ResourceIdentifier resourceGroupResourceId = ResourceGroupResource.CreateResourceIdentifier(subscriptionId, resourceGroupName); + ResourceGroupResource resourceGroupResource = client.GetResourceGroupResource(resourceGroupResourceId); + + // get the collection of this NetworkManagerResource + NetworkManagerCollection collection = resourceGroupResource.GetNetworkManagers(); + + // invoke the operation + string networkManagerName = "TestNetworkManager"; + NetworkManagerData data = new NetworkManagerData() + { + Description = "My Test Network Manager", + NetworkManagerScopes = new NetworkManagerPropertiesNetworkManagerScopes() + { + ManagementGroups = +{ +"/Microsoft.Management/testmg" +}, + Subscriptions = +{ +"/subscriptions/00000000-0000-0000-0000-000000000000" +}, + }, + NetworkManagerScopeAccesses = +{ +NetworkConfigurationDeploymentType.Connectivity +}, + }; + ArmOperation lro = await collection.CreateOrUpdateAsync(WaitUntil.Completed, networkManagerName, data); + NetworkManagerResource result = lro.Value; + + // the variable result is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + NetworkManagerData resourceData = result.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + + // List Network Manager + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task GetAll_ListNetworkManager() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkManagerList.json + // this example is just showing the usage of "NetworkManagers_List" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this ResourceGroupResource created on azure + // for more information of creating ResourceGroupResource, please refer to the document of ResourceGroupResource + string subscriptionId = "00000000-0000-0000-0000-000000000000"; + string resourceGroupName = "rg1"; + ResourceIdentifier resourceGroupResourceId = ResourceGroupResource.CreateResourceIdentifier(subscriptionId, resourceGroupName); + ResourceGroupResource resourceGroupResource = client.GetResourceGroupResource(resourceGroupResourceId); + + // get the collection of this NetworkManagerResource + NetworkManagerCollection collection = resourceGroupResource.GetNetworkManagers(); + + // invoke the operation and iterate over the result + await foreach (NetworkManagerResource item in collection.GetAllAsync()) + { + // the variable item is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + NetworkManagerData resourceData = item.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + + Console.WriteLine($"Succeeded"); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_NetworkManagerResource.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_NetworkManagerResource.cs new file mode 100644 index 000000000000..a8373292d36f --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_NetworkManagerResource.cs @@ -0,0 +1,308 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Identity; +using Azure.ResourceManager; +using Azure.ResourceManager.Network; +using Azure.ResourceManager.Network.Models; +using Azure.ResourceManager.Resources; + +namespace Azure.ResourceManager.Network.Samples +{ + public partial class Sample_NetworkManagerResource + { + // List Active Connectivity Configurations + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task GetActiveConnectivityConfigurations_ListActiveConnectivityConfigurations() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkManagerActiveConnectivityConfigurationsList.json + // this example is just showing the usage of "ListActiveConnectivityConfigurations" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this NetworkManagerResource created on azure + // for more information of creating NetworkManagerResource, please refer to the document of NetworkManagerResource + string subscriptionId = "00000000-0000-0000-0000-000000000000"; + string resourceGroupName = "myResourceGroup"; + string networkManagerName = "testNetworkManager"; + ResourceIdentifier networkManagerResourceId = NetworkManagerResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, networkManagerName); + NetworkManagerResource networkManager = client.GetNetworkManagerResource(networkManagerResourceId); + + // invoke the operation and iterate over the result + ActiveConfigurationContent content = new ActiveConfigurationContent() + { + Regions = +{ +new AzureLocation("westus") +}, + SkipToken = "fakeSkipTokenCode", + }; + await foreach (ActiveConnectivityConfiguration item in networkManager.GetActiveConnectivityConfigurationsAsync(content)) + { + Console.WriteLine($"Succeeded: {item}"); + } + + Console.WriteLine($"Succeeded"); + } + + // List Active Security Admin Rules + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task GetActiveSecurityAdminRules_ListActiveSecurityAdminRules() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkManagerActiveSecurityAdminRulesList.json + // this example is just showing the usage of "ListActiveSecurityAdminRules" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this NetworkManagerResource created on azure + // for more information of creating NetworkManagerResource, please refer to the document of NetworkManagerResource + string subscriptionId = "00000000-0000-0000-0000-000000000000"; + string resourceGroupName = "myResourceGroup"; + string networkManagerName = "testNetworkManager"; + ResourceIdentifier networkManagerResourceId = NetworkManagerResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, networkManagerName); + NetworkManagerResource networkManager = client.GetNetworkManagerResource(networkManagerResourceId); + + // invoke the operation and iterate over the result + ActiveConfigurationContent content = new ActiveConfigurationContent() + { + Regions = +{ +new AzureLocation("westus") +}, + SkipToken = "fakeSkipTokenCode", + }; + await foreach (ActiveBaseSecurityAdminRule item in networkManager.GetActiveSecurityAdminRulesAsync(content)) + { + Console.WriteLine($"Succeeded: {item}"); + } + + Console.WriteLine($"Succeeded"); + } + + // NetworkManagersGet + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task Get_NetworkManagersGet() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkManagerGet.json + // this example is just showing the usage of "NetworkManagers_Get" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this NetworkManagerResource created on azure + // for more information of creating NetworkManagerResource, please refer to the document of NetworkManagerResource + string subscriptionId = "00000000-0000-0000-0000-000000000000"; + string resourceGroupName = "rg1"; + string networkManagerName = "testNetworkManager"; + ResourceIdentifier networkManagerResourceId = NetworkManagerResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, networkManagerName); + NetworkManagerResource networkManager = client.GetNetworkManagerResource(networkManagerResourceId); + + // invoke the operation + NetworkManagerResource result = await networkManager.GetAsync(); + + // the variable result is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + NetworkManagerData resourceData = result.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + + // NetworkManagersDelete + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task Delete_NetworkManagersDelete() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkManagerDelete.json + // this example is just showing the usage of "NetworkManagers_Delete" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this NetworkManagerResource created on azure + // for more information of creating NetworkManagerResource, please refer to the document of NetworkManagerResource + string subscriptionId = "00000000-0000-0000-0000-000000000000"; + string resourceGroupName = "rg1"; + string networkManagerName = "testNetworkManager"; + ResourceIdentifier networkManagerResourceId = NetworkManagerResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, networkManagerName); + NetworkManagerResource networkManager = client.GetNetworkManagerResource(networkManagerResourceId); + + // invoke the operation + bool? force = false; + await networkManager.DeleteAsync(WaitUntil.Completed, force: force); + + Console.WriteLine($"Succeeded"); + } + + // NetworkManagesPatch + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task Update_NetworkManagesPatch() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkManagerPatch.json + // this example is just showing the usage of "NetworkManagers_Patch" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this NetworkManagerResource created on azure + // for more information of creating NetworkManagerResource, please refer to the document of NetworkManagerResource + string subscriptionId = "00000000-0000-0000-0000-000000000000"; + string resourceGroupName = "rg1"; + string networkManagerName = "testNetworkManager"; + ResourceIdentifier networkManagerResourceId = NetworkManagerResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, networkManagerName); + NetworkManagerResource networkManager = client.GetNetworkManagerResource(networkManagerResourceId); + + // invoke the operation + NetworkManagerPatch patch = new NetworkManagerPatch() + { + Tags = +{ +["tag1"] = "value1", +["tag2"] = "value2", +}, + }; + NetworkManagerResource result = await networkManager.UpdateAsync(patch); + + // the variable result is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + NetworkManagerData resourceData = result.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + + // NetworkManagersList + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task GetNetworkManagers_NetworkManagersList() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkManagerListAll.json + // this example is just showing the usage of "NetworkManagers_ListBySubscription" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this SubscriptionResource created on azure + // for more information of creating SubscriptionResource, please refer to the document of SubscriptionResource + string subscriptionId = "00000000-0000-0000-0000-000000000000"; + ResourceIdentifier subscriptionResourceId = SubscriptionResource.CreateResourceIdentifier(subscriptionId); + SubscriptionResource subscriptionResource = client.GetSubscriptionResource(subscriptionResourceId); + + // invoke the operation and iterate over the result + await foreach (NetworkManagerResource item in subscriptionResource.GetNetworkManagersAsync()) + { + // the variable item is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + NetworkManagerData resourceData = item.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + + Console.WriteLine($"Succeeded"); + } + + // NetworkManageCommitPost + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task PostNetworkManagerCommit_NetworkManageCommitPost() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkManagerCommitPost.json + // this example is just showing the usage of "NetworkManagerCommits_Post" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this NetworkManagerResource created on azure + // for more information of creating NetworkManagerResource, please refer to the document of NetworkManagerResource + string subscriptionId = "00000000-0000-0000-0000-000000000000"; + string resourceGroupName = "resoureGroupSample"; + string networkManagerName = "testNetworkManager"; + ResourceIdentifier networkManagerResourceId = NetworkManagerResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, networkManagerName); + NetworkManagerResource networkManager = client.GetNetworkManagerResource(networkManagerResourceId); + + // invoke the operation + NetworkManagerCommit networkManagerCommit = new NetworkManagerCommit(new string[] + { +"useast" + }, NetworkConfigurationDeploymentType.SecurityAdmin) + { + ConfigurationIds = +{ +"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/resoureGroupSample/providers/Microsoft.Network/networkManagers/testNetworkManager/securityAdminConfigurations/SampleSecurityAdminConfig" +}, + }; + ArmOperation lro = await networkManager.PostNetworkManagerCommitAsync(WaitUntil.Completed, networkManagerCommit); + NetworkManagerCommit result = lro.Value; + + Console.WriteLine($"Succeeded: {result}"); + } + + // NetworkManagerDeploymentStatusList + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task GetNetworkManagerDeploymentStatus_NetworkManagerDeploymentStatusList() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkManagerDeploymentStatusList.json + // this example is just showing the usage of "NetworkManagerDeploymentStatus_List" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this NetworkManagerResource created on azure + // for more information of creating NetworkManagerResource, please refer to the document of NetworkManagerResource + string subscriptionId = "00000000-0000-0000-0000-000000000000"; + string resourceGroupName = "resoureGroupSample"; + string networkManagerName = "testNetworkManager"; + ResourceIdentifier networkManagerResourceId = NetworkManagerResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, networkManagerName); + NetworkManagerResource networkManager = client.GetNetworkManagerResource(networkManagerResourceId); + + // invoke the operation and iterate over the result + NetworkManagerDeploymentStatusContent content = new NetworkManagerDeploymentStatusContent() + { + Regions = +{ +"eastus","westus" +}, + DeploymentTypes = +{ +NetworkConfigurationDeploymentType.Connectivity,new NetworkConfigurationDeploymentType("AdminPolicy") +}, + SkipToken = "FakeSkipTokenCode", + }; + await foreach (NetworkManagerDeploymentStatus item in networkManager.GetNetworkManagerDeploymentStatusAsync(content)) + { + Console.WriteLine($"Succeeded: {item}"); + } + + Console.WriteLine($"Succeeded"); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_NetworkPrivateEndpointConnectionCollection.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_NetworkPrivateEndpointConnectionCollection.cs index 78cd3c747b71..18e9ddcc2976 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_NetworkPrivateEndpointConnectionCollection.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_NetworkPrivateEndpointConnectionCollection.cs @@ -23,7 +23,7 @@ public partial class Sample_NetworkPrivateEndpointConnectionCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetPrivateEndPointConnection() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/PrivateLinkServiceGetPrivateEndpointConnection.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/PrivateLinkServiceGetPrivateEndpointConnection.json // this example is just showing the usage of "PrivateLinkServices_GetPrivateEndpointConnection" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -58,7 +58,7 @@ public async Task Get_GetPrivateEndPointConnection() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetPrivateEndPointConnection() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/PrivateLinkServiceGetPrivateEndpointConnection.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/PrivateLinkServiceGetPrivateEndpointConnection.json // this example is just showing the usage of "PrivateLinkServices_GetPrivateEndpointConnection" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -89,7 +89,7 @@ public async Task Exists_GetPrivateEndPointConnection() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_ApproveOrRejectPrivateEndPointConnectionForAPrivateLinkService() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/PrivateLinkServiceUpdatePrivateEndpointConnection.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/PrivateLinkServiceUpdatePrivateEndpointConnection.json // this example is just showing the usage of "PrivateLinkServices_UpdatePrivateEndpointConnection" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -134,7 +134,7 @@ public async Task CreateOrUpdate_ApproveOrRejectPrivateEndPointConnectionForAPri [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_ListPrivateLinkServiceInResourceGroup() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/PrivateLinkServiceListPrivateEndpointConnection.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/PrivateLinkServiceListPrivateEndpointConnection.json // this example is just showing the usage of "PrivateLinkServices_ListPrivateEndpointConnections" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_NetworkPrivateEndpointConnectionResource.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_NetworkPrivateEndpointConnectionResource.cs index 4da319e6931d..6cbe6cb27c0d 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_NetworkPrivateEndpointConnectionResource.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_NetworkPrivateEndpointConnectionResource.cs @@ -23,7 +23,7 @@ public partial class Sample_NetworkPrivateEndpointConnectionResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetPrivateEndPointConnection() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/PrivateLinkServiceGetPrivateEndpointConnection.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/PrivateLinkServiceGetPrivateEndpointConnection.json // this example is just showing the usage of "PrivateLinkServices_GetPrivateEndpointConnection" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -55,7 +55,7 @@ public async Task Get_GetPrivateEndPointConnection() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_ApproveOrRejectPrivateEndPointConnectionForAPrivateLinkService() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/PrivateLinkServiceUpdatePrivateEndpointConnection.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/PrivateLinkServiceUpdatePrivateEndpointConnection.json // this example is just showing the usage of "PrivateLinkServices_UpdatePrivateEndpointConnection" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -97,7 +97,7 @@ public async Task Update_ApproveOrRejectPrivateEndPointConnectionForAPrivateLink [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Delete_DeletePrivateEndPointConnectionForAPrivateLinkService() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/PrivateLinkServiceDeletePrivateEndpointConnection.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/PrivateLinkServiceDeletePrivateEndpointConnection.json // this example is just showing the usage of "PrivateLinkServices_DeletePrivateEndpointConnection" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_NetworkProfileCollection.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_NetworkProfileCollection.cs index 1941121f3e30..d5909a6a0f2a 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_NetworkProfileCollection.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_NetworkProfileCollection.cs @@ -24,7 +24,7 @@ public partial class Sample_NetworkProfileCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetNetworkProfile() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkProfileGetConfigOnly.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkProfileGetConfigOnly.json // this example is just showing the usage of "NetworkProfiles_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -58,7 +58,7 @@ public async Task Get_GetNetworkProfile() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetNetworkProfile() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkProfileGetConfigOnly.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkProfileGetConfigOnly.json // this example is just showing the usage of "NetworkProfiles_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -88,7 +88,7 @@ public async Task Exists_GetNetworkProfile() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetNetworkProfileWithContainerNetworkInterfaces() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkProfileGetWithContainerNic.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkProfileGetWithContainerNic.json // this example is just showing the usage of "NetworkProfiles_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -122,7 +122,7 @@ public async Task Get_GetNetworkProfileWithContainerNetworkInterfaces() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetNetworkProfileWithContainerNetworkInterfaces() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkProfileGetWithContainerNic.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkProfileGetWithContainerNic.json // this example is just showing the usage of "NetworkProfiles_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -152,7 +152,7 @@ public async Task Exists_GetNetworkProfileWithContainerNetworkInterfaces() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateNetworkProfileDefaults() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkProfileCreateConfigOnly.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkProfileCreateConfigOnly.json // this example is just showing the usage of "NetworkProfiles_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -209,7 +209,7 @@ public async Task CreateOrUpdate_CreateNetworkProfileDefaults() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_ListResourceGroupNetworkProfiles() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkProfileList.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkProfileList.json // this example is just showing the usage of "NetworkProfiles_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_NetworkProfileResource.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_NetworkProfileResource.cs index 25bc638e7e80..0aebb54bd63b 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_NetworkProfileResource.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_NetworkProfileResource.cs @@ -24,7 +24,7 @@ public partial class Sample_NetworkProfileResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Delete_DeleteNetworkProfile() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkProfileDelete.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkProfileDelete.json // this example is just showing the usage of "NetworkProfiles_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -51,7 +51,7 @@ public async Task Delete_DeleteNetworkProfile() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetNetworkProfile() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkProfileGetConfigOnly.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkProfileGetConfigOnly.json // this example is just showing the usage of "NetworkProfiles_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -82,7 +82,7 @@ public async Task Get_GetNetworkProfile() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetNetworkProfileWithContainerNetworkInterfaces() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkProfileGetWithContainerNic.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkProfileGetWithContainerNic.json // this example is just showing the usage of "NetworkProfiles_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -113,7 +113,7 @@ public async Task Get_GetNetworkProfileWithContainerNetworkInterfaces() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_UpdateNetworkProfileTags() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkProfileUpdateTags.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkProfileUpdateTags.json // this example is just showing the usage of "NetworkProfiles_UpdateTags" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -152,7 +152,7 @@ public async Task Update_UpdateNetworkProfileTags() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetNetworkProfiles_ListAllNetworkProfiles() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkProfileListAll.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkProfileListAll.json // this example is just showing the usage of "NetworkProfiles_ListAll" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_NetworkSecurityGroupCollection.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_NetworkSecurityGroupCollection.cs index c9e2d28f8209..82b1e101bc54 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_NetworkSecurityGroupCollection.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_NetworkSecurityGroupCollection.cs @@ -24,7 +24,7 @@ public partial class Sample_NetworkSecurityGroupCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetNetworkSecurityGroup() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkSecurityGroupGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkSecurityGroupGet.json // this example is just showing the usage of "NetworkSecurityGroups_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -58,7 +58,7 @@ public async Task Get_GetNetworkSecurityGroup() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetNetworkSecurityGroup() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkSecurityGroupGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkSecurityGroupGet.json // this example is just showing the usage of "NetworkSecurityGroups_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -88,7 +88,7 @@ public async Task Exists_GetNetworkSecurityGroup() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateNetworkSecurityGroup() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkSecurityGroupCreate.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkSecurityGroupCreate.json // this example is just showing the usage of "NetworkSecurityGroups_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -127,7 +127,7 @@ public async Task CreateOrUpdate_CreateNetworkSecurityGroup() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateNetworkSecurityGroupWithRule() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkSecurityGroupCreateWithRule.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkSecurityGroupCreateWithRule.json // this example is just showing the usage of "NetworkSecurityGroups_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -181,7 +181,7 @@ public async Task CreateOrUpdate_CreateNetworkSecurityGroupWithRule() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_ListNetworkSecurityGroupsInResourceGroup() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkSecurityGroupList.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkSecurityGroupList.json // this example is just showing the usage of "NetworkSecurityGroups_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_NetworkSecurityGroupResource.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_NetworkSecurityGroupResource.cs index b4b81123266d..1ae32d803aa4 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_NetworkSecurityGroupResource.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_NetworkSecurityGroupResource.cs @@ -24,7 +24,7 @@ public partial class Sample_NetworkSecurityGroupResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Delete_DeleteNetworkSecurityGroup() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkSecurityGroupDelete.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkSecurityGroupDelete.json // this example is just showing the usage of "NetworkSecurityGroups_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -51,7 +51,7 @@ public async Task Delete_DeleteNetworkSecurityGroup() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetNetworkSecurityGroup() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkSecurityGroupGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkSecurityGroupGet.json // this example is just showing the usage of "NetworkSecurityGroups_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -82,7 +82,7 @@ public async Task Get_GetNetworkSecurityGroup() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_UpdateNetworkSecurityGroupTags() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkSecurityGroupUpdateTags.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkSecurityGroupUpdateTags.json // this example is just showing the usage of "NetworkSecurityGroups_UpdateTags" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -121,7 +121,7 @@ public async Task Update_UpdateNetworkSecurityGroupTags() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetNetworkSecurityGroups_ListAllNetworkSecurityGroups() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkSecurityGroupListAll.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkSecurityGroupListAll.json // this example is just showing the usage of "NetworkSecurityGroups_ListAll" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_NetworkVirtualApplianceCollection.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_NetworkVirtualApplianceCollection.cs index 114cc833e564..da6415b248ae 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_NetworkVirtualApplianceCollection.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_NetworkVirtualApplianceCollection.cs @@ -25,7 +25,7 @@ public partial class Sample_NetworkVirtualApplianceCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetNetworkVirtualAppliance() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkVirtualApplianceGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkVirtualApplianceGet.json // this example is just showing the usage of "NetworkVirtualAppliances_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -59,7 +59,7 @@ public async Task Get_GetNetworkVirtualAppliance() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetNetworkVirtualAppliance() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkVirtualApplianceGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkVirtualApplianceGet.json // this example is just showing the usage of "NetworkVirtualAppliances_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -89,7 +89,7 @@ public async Task Exists_GetNetworkVirtualAppliance() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateNetworkVirtualAppliance() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkVirtualAppliancePut.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkVirtualAppliancePut.json // this example is just showing the usage of "NetworkVirtualAppliances_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -150,12 +150,60 @@ public async Task CreateOrUpdate_CreateNetworkVirtualAppliance() Console.WriteLine($"Succeeded on id: {resourceData.Id}"); } + // Create SaaS NetworkVirtualAppliance + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task CreateOrUpdate_CreateSaaSNetworkVirtualAppliance() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkVirtualApplianceSaaSPut.json + // this example is just showing the usage of "NetworkVirtualAppliances_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this ResourceGroupResource created on azure + // for more information of creating ResourceGroupResource, please refer to the document of ResourceGroupResource + string subscriptionId = "subid"; + string resourceGroupName = "rg1"; + ResourceIdentifier resourceGroupResourceId = ResourceGroupResource.CreateResourceIdentifier(subscriptionId, resourceGroupName); + ResourceGroupResource resourceGroupResource = client.GetResourceGroupResource(resourceGroupResourceId); + + // get the collection of this NetworkVirtualApplianceResource + NetworkVirtualApplianceCollection collection = resourceGroupResource.GetNetworkVirtualAppliances(); + + // invoke the operation + string networkVirtualApplianceName = "nva"; + NetworkVirtualApplianceData data = new NetworkVirtualApplianceData() + { + VirtualHubId = new ResourceIdentifier("/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualHubs/hub1"), + Delegation = new VirtualApplianceDelegationProperties() + { + ServiceName = "PaloAltoNetworks.Cloudngfw/firewalls", + }, + Location = new AzureLocation("West US"), + Tags = +{ +["key1"] = "value1", +}, + }; + ArmOperation lro = await collection.CreateOrUpdateAsync(WaitUntil.Completed, networkVirtualApplianceName, data); + NetworkVirtualApplianceResource result = lro.Value; + + // the variable result is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + NetworkVirtualApplianceData resourceData = result.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + // List all Network Virtual Appliance for a given resource group [NUnit.Framework.Test] [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_ListAllNetworkVirtualApplianceForAGivenResourceGroup() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkVirtualApplianceListByResourceGroup.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkVirtualApplianceListByResourceGroup.json // this example is just showing the usage of "NetworkVirtualAppliances_ListByResourceGroup" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_NetworkVirtualApplianceResource.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_NetworkVirtualApplianceResource.cs index 761cd0a180ee..a6190e4bf80b 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_NetworkVirtualApplianceResource.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_NetworkVirtualApplianceResource.cs @@ -24,7 +24,7 @@ public partial class Sample_NetworkVirtualApplianceResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Delete_DeleteNetworkVirtualAppliance() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkVirtualApplianceDelete.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkVirtualApplianceDelete.json // this example is just showing the usage of "NetworkVirtualAppliances_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -51,7 +51,7 @@ public async Task Delete_DeleteNetworkVirtualAppliance() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetNetworkVirtualAppliance() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkVirtualApplianceGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkVirtualApplianceGet.json // this example is just showing the usage of "NetworkVirtualAppliances_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -82,7 +82,7 @@ public async Task Get_GetNetworkVirtualAppliance() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_UpdateNetworkVirtualAppliance() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkVirtualApplianceUpdateTags.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkVirtualApplianceUpdateTags.json // this example is just showing the usage of "NetworkVirtualAppliances_UpdateTags" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -121,7 +121,7 @@ public async Task Update_UpdateNetworkVirtualAppliance() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetNetworkVirtualAppliances_ListAllNetworkVirtualAppliancesForAGivenSubscription() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkVirtualApplianceListBySubscription.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkVirtualApplianceListBySubscription.json // this example is just showing the usage of "NetworkVirtualAppliances_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -153,7 +153,7 @@ public async Task GetNetworkVirtualAppliances_ListAllNetworkVirtualAppliancesFor [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdateInboundSecurityRule_CreateNetworkVirtualApplianceInboundSecurityRules() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/InboundSecurityRulePut.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/InboundSecurityRulePut.json // this example is just showing the usage of "InboundSecurityRule_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_NetworkVirtualApplianceSkuCollection.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_NetworkVirtualApplianceSkuCollection.cs index d4366744e955..31b295d94c69 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_NetworkVirtualApplianceSkuCollection.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_NetworkVirtualApplianceSkuCollection.cs @@ -22,7 +22,7 @@ public partial class Sample_NetworkVirtualApplianceSkuCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_NetworkVirtualApplianceSkuListResult() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkVirtualApplianceSkuList.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkVirtualApplianceSkuList.json // this example is just showing the usage of "VirtualApplianceSkus_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -57,7 +57,7 @@ public async Task GetAll_NetworkVirtualApplianceSkuListResult() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_NetworkVirtualApplianceSkuGet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkVirtualApplianceSkuGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkVirtualApplianceSkuGet.json // this example is just showing the usage of "VirtualApplianceSkus_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -90,7 +90,7 @@ public async Task Get_NetworkVirtualApplianceSkuGet() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_NetworkVirtualApplianceSkuGet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkVirtualApplianceSkuGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkVirtualApplianceSkuGet.json // this example is just showing the usage of "VirtualApplianceSkus_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_NetworkVirtualApplianceSkuResource.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_NetworkVirtualApplianceSkuResource.cs index adb5fc024856..c8d5a8045dca 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_NetworkVirtualApplianceSkuResource.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_NetworkVirtualApplianceSkuResource.cs @@ -21,7 +21,7 @@ public partial class Sample_NetworkVirtualApplianceSkuResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_NetworkVirtualApplianceSkuGet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkVirtualApplianceSkuGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkVirtualApplianceSkuGet.json // this example is just showing the usage of "VirtualApplianceSkus_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_NetworkWatcherCollection.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_NetworkWatcherCollection.cs index a400f62cbc56..7478794c3912 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_NetworkWatcherCollection.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_NetworkWatcherCollection.cs @@ -23,7 +23,7 @@ public partial class Sample_NetworkWatcherCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateNetworkWatcher() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkWatcherCreate.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkWatcherCreate.json // this example is just showing the usage of "NetworkWatchers_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -62,7 +62,7 @@ public async Task CreateOrUpdate_CreateNetworkWatcher() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetNetworkWatcher() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkWatcherGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkWatcherGet.json // this example is just showing the usage of "NetworkWatchers_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -96,7 +96,7 @@ public async Task Get_GetNetworkWatcher() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetNetworkWatcher() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkWatcherGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkWatcherGet.json // this example is just showing the usage of "NetworkWatchers_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -126,7 +126,7 @@ public async Task Exists_GetNetworkWatcher() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_ListNetworkWatchers() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkWatcherList.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkWatcherList.json // this example is just showing the usage of "NetworkWatchers_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_NetworkWatcherResource.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_NetworkWatcherResource.cs index e14952bd8acb..0cf7b006f22c 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_NetworkWatcherResource.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_NetworkWatcherResource.cs @@ -24,7 +24,7 @@ public partial class Sample_NetworkWatcherResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetNetworkWatcher() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkWatcherGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkWatcherGet.json // this example is just showing the usage of "NetworkWatchers_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -55,7 +55,7 @@ public async Task Get_GetNetworkWatcher() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Delete_DeleteNetworkWatcher() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkWatcherDelete.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkWatcherDelete.json // this example is just showing the usage of "NetworkWatchers_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -82,7 +82,7 @@ public async Task Delete_DeleteNetworkWatcher() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_UpdateNetworkWatcherTags() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkWatcherUpdateTags.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkWatcherUpdateTags.json // this example is just showing the usage of "NetworkWatchers_UpdateTags" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -121,7 +121,7 @@ public async Task Update_UpdateNetworkWatcherTags() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetNetworkWatchers_ListAllNetworkWatchers() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkWatcherListAll.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkWatcherListAll.json // this example is just showing the usage of "NetworkWatchers_ListAll" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -153,7 +153,7 @@ public async Task GetNetworkWatchers_ListAllNetworkWatchers() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetTopology_GetTopology() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkWatcherTopologyGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkWatcherTopologyGet.json // this example is just showing the usage of "NetworkWatchers_GetTopology" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -184,7 +184,7 @@ public async Task GetTopology_GetTopology() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task VerifyIPFlow_IpFlowVerify() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkWatcherIpFlowVerify.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkWatcherIpFlowVerify.json // this example is just showing the usage of "NetworkWatchers_VerifyIPFlow" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -213,7 +213,7 @@ public async Task VerifyIPFlow_IpFlowVerify() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetNextHop_GetNextHop() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkWatcherNextHopGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkWatcherNextHopGet.json // this example is just showing the usage of "NetworkWatchers_GetNextHop" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -245,7 +245,7 @@ public async Task GetNextHop_GetNextHop() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetVmSecurityRules_GetSecurityGroupView() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkWatcherSecurityGroupViewGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkWatcherSecurityGroupViewGet.json // this example is just showing the usage of "NetworkWatchers_GetVMSecurityRules" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -274,7 +274,7 @@ public async Task GetVmSecurityRules_GetSecurityGroupView() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetTroubleshooting_GetTroubleshooting() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkWatcherTroubleshootGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkWatcherTroubleshootGet.json // this example is just showing the usage of "NetworkWatchers_GetTroubleshooting" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -303,7 +303,7 @@ public async Task GetTroubleshooting_GetTroubleshooting() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetTroubleshootingResult_GetTroubleshootResult() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkWatcherTroubleshootResultQuery.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkWatcherTroubleshootResultQuery.json // this example is just showing the usage of "NetworkWatchers_GetTroubleshootingResult" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -332,7 +332,7 @@ public async Task GetTroubleshootingResult_GetTroubleshootResult() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task SetFlowLogConfiguration_ConfigureFlowLog() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkWatcherFlowLogConfigure.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkWatcherFlowLogConfigure.json // this example is just showing the usage of "NetworkWatchers_SetFlowLogConfiguration" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -361,7 +361,7 @@ public async Task SetFlowLogConfiguration_ConfigureFlowLog() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetFlowLogStatus_GetFlowLogStatus() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkWatcherFlowLogStatusQuery.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkWatcherFlowLogStatusQuery.json // this example is just showing the usage of "NetworkWatchers_GetFlowLogStatus" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -390,7 +390,7 @@ public async Task GetFlowLogStatus_GetFlowLogStatus() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CheckConnectivity_CheckConnectivity() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkWatcherConnectivityCheck.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkWatcherConnectivityCheck.json // this example is just showing the usage of "NetworkWatchers_CheckConnectivity" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -426,7 +426,7 @@ public async Task CheckConnectivity_CheckConnectivity() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAzureReachabilityReport_GetAzureReachabilityReport() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkWatcherAzureReachabilityReportGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkWatcherAzureReachabilityReportGet.json // this example is just showing the usage of "NetworkWatchers_GetAzureReachabilityReport" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -468,7 +468,7 @@ public async Task GetAzureReachabilityReport_GetAzureReachabilityReport() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAvailableProviders_GetAvailableProvidersList() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkWatcherAvailableProvidersListGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkWatcherAvailableProvidersListGet.json // this example is just showing the usage of "NetworkWatchers_ListAvailableProviders" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -506,7 +506,7 @@ public async Task GetAvailableProviders_GetAvailableProvidersList() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetNetworkConfigurationDiagnostic_NetworkConfigurationDiagnostic() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkWatcherNetworkConfigurationDiagnostic.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkWatcherNetworkConfigurationDiagnostic.json // this example is just showing the usage of "NetworkWatchers_GetNetworkConfigurationDiagnostic" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_OutboundRuleCollection.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_OutboundRuleCollection.cs index 25cfd4b8533f..d195eea708ea 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_OutboundRuleCollection.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_OutboundRuleCollection.cs @@ -21,7 +21,7 @@ public partial class Sample_OutboundRuleCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_LoadBalancerOutboundRuleList() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/LoadBalancerOutboundRuleList.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/LoadBalancerOutboundRuleList.json // this example is just showing the usage of "LoadBalancerOutboundRules_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -58,7 +58,7 @@ public async Task GetAll_LoadBalancerOutboundRuleList() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_LoadBalancerOutboundRuleGet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/LoadBalancerOutboundRuleGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/LoadBalancerOutboundRuleGet.json // this example is just showing the usage of "LoadBalancerOutboundRules_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -93,7 +93,7 @@ public async Task Get_LoadBalancerOutboundRuleGet() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_LoadBalancerOutboundRuleGet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/LoadBalancerOutboundRuleGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/LoadBalancerOutboundRuleGet.json // this example is just showing the usage of "LoadBalancerOutboundRules_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_OutboundRuleResource.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_OutboundRuleResource.cs index be106edbfa95..c8cc3556bca7 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_OutboundRuleResource.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_OutboundRuleResource.cs @@ -21,7 +21,7 @@ public partial class Sample_OutboundRuleResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_LoadBalancerOutboundRuleGet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/LoadBalancerOutboundRuleGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/LoadBalancerOutboundRuleGet.json // this example is just showing the usage of "LoadBalancerOutboundRules_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_P2SVpnGatewayCollection.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_P2SVpnGatewayCollection.cs index 0d6f0386dcb7..9ff5a11bf985 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_P2SVpnGatewayCollection.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_P2SVpnGatewayCollection.cs @@ -25,7 +25,7 @@ public partial class Sample_P2SVpnGatewayCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_P2SVpnGatewayGet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/P2SVpnGatewayGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/P2SVpnGatewayGet.json // this example is just showing the usage of "P2sVpnGateways_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -59,7 +59,7 @@ public async Task Get_P2SVpnGatewayGet() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_P2SVpnGatewayGet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/P2SVpnGatewayGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/P2SVpnGatewayGet.json // this example is just showing the usage of "P2sVpnGateways_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -89,7 +89,7 @@ public async Task Exists_P2SVpnGatewayGet() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_P2SVpnGatewayPut() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/P2SVpnGatewayPut.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/P2SVpnGatewayPut.json // this example is just showing the usage of "P2sVpnGateways_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -143,10 +143,13 @@ public async Task CreateOrUpdate_P2SVpnGatewayPut() } }, }, +VnetRoutes = new VnetRoute() +{ StaticRoutes = { }, }, +}, Id = new ResourceIdentifier("/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/p2sVpnGateways/p2sVpnGateway1/p2sConnectionConfigurations/P2SConnectionConfig1"), Name = "P2SConnectionConfig1", } @@ -179,7 +182,7 @@ public async Task CreateOrUpdate_P2SVpnGatewayPut() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_P2SVpnGatewayListByResourceGroup() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/P2SVpnGatewayListByResourceGroup.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/P2SVpnGatewayListByResourceGroup.json // this example is just showing the usage of "P2sVpnGateways_ListByResourceGroup" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_P2SVpnGatewayResource.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_P2SVpnGatewayResource.cs index e654380b1783..00d543ea1b9f 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_P2SVpnGatewayResource.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_P2SVpnGatewayResource.cs @@ -24,7 +24,7 @@ public partial class Sample_P2SVpnGatewayResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_P2SVpnGatewayGet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/P2SVpnGatewayGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/P2SVpnGatewayGet.json // this example is just showing the usage of "P2sVpnGateways_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -55,7 +55,7 @@ public async Task Get_P2SVpnGatewayGet() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_P2SVpnGatewayUpdate() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/P2SVpnGatewayUpdateTags.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/P2SVpnGatewayUpdateTags.json // this example is just showing the usage of "P2sVpnGateways_UpdateTags" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -95,7 +95,7 @@ public async Task Update_P2SVpnGatewayUpdate() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Delete_P2SVpnGatewayDelete() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/P2SVpnGatewayDelete.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/P2SVpnGatewayDelete.json // this example is just showing the usage of "P2sVpnGateways_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -122,7 +122,7 @@ public async Task Delete_P2SVpnGatewayDelete() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetP2SVpnGateways_P2SVpnGatewayListBySubscription() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/P2SVpnGatewayList.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/P2SVpnGatewayList.json // this example is just showing the usage of "P2sVpnGateways_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -154,7 +154,7 @@ public async Task GetP2SVpnGateways_P2SVpnGatewayListBySubscription() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Reset_ResetP2SVpnGateway() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/P2SVpnGatewayReset.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/P2SVpnGatewayReset.json // this example is just showing the usage of "P2SVpnGateways_Reset" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -186,7 +186,7 @@ public async Task Reset_ResetP2SVpnGateway() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GenerateVpnProfile_GenerateP2SVpnGatewayVPNProfile() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/P2SVpnGatewayGenerateVpnProfile.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/P2SVpnGatewayGenerateVpnProfile.json // this example is just showing the usage of "P2sVpnGateways_GenerateVpnProfile" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -218,7 +218,7 @@ public async Task GenerateVpnProfile_GenerateP2SVpnGatewayVPNProfile() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetP2SVpnConnectionHealth_P2SVpnGatewayGetConnectionHealth() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/P2SVpnGatewayGetConnectionHealth.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/P2SVpnGatewayGetConnectionHealth.json // this example is just showing the usage of "P2sVpnGateways_GetP2sVpnConnectionHealth" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -250,7 +250,7 @@ public async Task GetP2SVpnConnectionHealth_P2SVpnGatewayGetConnectionHealth() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetP2SVpnConnectionHealthDetailed_P2SVpnGatewayGetConnectionHealthDetailed() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/P2SVpnGatewayGetConnectionHealthDetailed.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/P2SVpnGatewayGetConnectionHealthDetailed.json // this example is just showing the usage of "P2sVpnGateways_GetP2sVpnConnectionHealthDetailed" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -286,7 +286,7 @@ public async Task GetP2SVpnConnectionHealthDetailed_P2SVpnGatewayGetConnectionHe [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task DisconnectP2SVpnConnections_DisconnectVpnConnectionsFromP2sVpnGateway() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/P2sVpnGatewaysDisconnectP2sVpnConnections.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/P2sVpnGatewaysDisconnectP2sVpnConnections.json // this example is just showing the usage of "P2sVpnGateways_DisconnectP2sVpnConnections" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_PacketCaptureCollection.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_PacketCaptureCollection.cs index de801e4d2bb9..bc29a20fae42 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_PacketCaptureCollection.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_PacketCaptureCollection.cs @@ -23,7 +23,7 @@ public partial class Sample_PacketCaptureCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreatePacketCapture() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkWatcherPacketCaptureCreate.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkWatcherPacketCaptureCreate.json // this example is just showing the usage of "PacketCaptures_Create" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -79,7 +79,7 @@ public async Task CreateOrUpdate_CreatePacketCapture() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetPacketCapture() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkWatcherPacketCaptureGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkWatcherPacketCaptureGet.json // this example is just showing the usage of "PacketCaptures_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -114,7 +114,7 @@ public async Task Get_GetPacketCapture() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetPacketCapture() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkWatcherPacketCaptureGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkWatcherPacketCaptureGet.json // this example is just showing the usage of "PacketCaptures_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -145,7 +145,7 @@ public async Task Exists_GetPacketCapture() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_ListPacketCaptures() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkWatcherPacketCapturesList.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkWatcherPacketCapturesList.json // this example is just showing the usage of "PacketCaptures_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_PacketCaptureResource.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_PacketCaptureResource.cs index da7c87553b39..6cf3c5b348a6 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_PacketCaptureResource.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_PacketCaptureResource.cs @@ -23,7 +23,7 @@ public partial class Sample_PacketCaptureResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_CreatePacketCapture() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkWatcherPacketCaptureCreate.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkWatcherPacketCaptureCreate.json // this example is just showing the usage of "PacketCaptures_Create" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -76,7 +76,7 @@ public async Task Update_CreatePacketCapture() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetPacketCapture() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkWatcherPacketCaptureGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkWatcherPacketCaptureGet.json // this example is just showing the usage of "PacketCaptures_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -108,7 +108,7 @@ public async Task Get_GetPacketCapture() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Delete_DeletePacketCapture() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkWatcherPacketCaptureDelete.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkWatcherPacketCaptureDelete.json // this example is just showing the usage of "PacketCaptures_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -136,7 +136,7 @@ public async Task Delete_DeletePacketCapture() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Stop_StopPacketCapture() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkWatcherPacketCaptureStop.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkWatcherPacketCaptureStop.json // this example is just showing the usage of "PacketCaptures_Stop" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -164,7 +164,7 @@ public async Task Stop_StopPacketCapture() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetStatus_QueryPacketCaptureStatus() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkWatcherPacketCaptureQueryStatus.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkWatcherPacketCaptureQueryStatus.json // this example is just showing the usage of "PacketCaptures_GetStatus" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_PeerExpressRouteCircuitConnectionCollection.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_PeerExpressRouteCircuitConnectionCollection.cs index b495c9146257..0a5e0e6e685d 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_PeerExpressRouteCircuitConnectionCollection.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_PeerExpressRouteCircuitConnectionCollection.cs @@ -21,7 +21,7 @@ public partial class Sample_PeerExpressRouteCircuitConnectionCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_PeerExpressRouteCircuitConnectionGet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/PeerExpressRouteCircuitConnectionGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/PeerExpressRouteCircuitConnectionGet.json // this example is just showing the usage of "PeerExpressRouteCircuitConnections_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -57,7 +57,7 @@ public async Task Get_PeerExpressRouteCircuitConnectionGet() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_PeerExpressRouteCircuitConnectionGet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/PeerExpressRouteCircuitConnectionGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/PeerExpressRouteCircuitConnectionGet.json // this example is just showing the usage of "PeerExpressRouteCircuitConnections_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -89,7 +89,7 @@ public async Task Exists_PeerExpressRouteCircuitConnectionGet() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_ListPeerExpressRouteCircuitConnection() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/PeerExpressRouteCircuitConnectionList.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/PeerExpressRouteCircuitConnectionList.json // this example is just showing the usage of "PeerExpressRouteCircuitConnections_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_PeerExpressRouteCircuitConnectionResource.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_PeerExpressRouteCircuitConnectionResource.cs index 5038f9731cde..1e3dd7ee8b89 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_PeerExpressRouteCircuitConnectionResource.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_PeerExpressRouteCircuitConnectionResource.cs @@ -21,7 +21,7 @@ public partial class Sample_PeerExpressRouteCircuitConnectionResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_PeerExpressRouteCircuitConnectionGet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/PeerExpressRouteCircuitConnectionGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/PeerExpressRouteCircuitConnectionGet.json // this example is just showing the usage of "PeerExpressRouteCircuitConnections_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_PolicySignaturesOverridesForIdpsResource.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_PolicySignaturesOverridesForIdpsResource.cs new file mode 100644 index 000000000000..c334b67f9a14 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_PolicySignaturesOverridesForIdpsResource.cs @@ -0,0 +1,136 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Identity; +using Azure.ResourceManager; +using Azure.ResourceManager.Network; + +namespace Azure.ResourceManager.Network.Samples +{ + public partial class Sample_PolicySignaturesOverridesForIdpsResource + { + // patch signature overrides + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task Update_PatchSignatureOverrides() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/FirewallPolicySignatureOverridesPatch.json + // this example is just showing the usage of "FirewallPolicyIdpsSignaturesOverrides_Patch" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this PolicySignaturesOverridesForIdpsResource created on azure + // for more information of creating PolicySignaturesOverridesForIdpsResource, please refer to the document of PolicySignaturesOverridesForIdpsResource + string subscriptionId = "e747cc13-97d4-4a79-b463-42d7f4e558f2"; + string resourceGroupName = "rg1"; + string firewallPolicyName = "firewallPolicy"; + ResourceIdentifier policySignaturesOverridesForIdpsResourceId = PolicySignaturesOverridesForIdpsResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, firewallPolicyName); + PolicySignaturesOverridesForIdpsResource policySignaturesOverridesForIdps = client.GetPolicySignaturesOverridesForIdpsResource(policySignaturesOverridesForIdpsResourceId); + + // invoke the operation + PolicySignaturesOverridesForIdpsData data = new PolicySignaturesOverridesForIdpsData() + { + Name = "default", + Id = new ResourceIdentifier("/subscriptions/e747cc13-97d4-4a79-b463-42d7f4e558f2/resourceGroups/rg1/providers/Microsoft.Network/firewallPolicies/firewallPolicy/signatureOverrides/default"), + ResourceType = new ResourceType("Microsoft.Network/firewallPolicies/signatureOverrides"), + Signatures = +{ +["2000105"] = "Off", +["2000106"] = "Deny", +}, + }; + PolicySignaturesOverridesForIdpsResource result = await policySignaturesOverridesForIdps.UpdateAsync(data); + + // the variable result is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + PolicySignaturesOverridesForIdpsData resourceData = result.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + + // put signature overrides + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task CreateOrUpdate_PutSignatureOverrides() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/FirewallPolicySignatureOverridesPut.json + // this example is just showing the usage of "FirewallPolicyIdpsSignaturesOverrides_Put" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this PolicySignaturesOverridesForIdpsResource created on azure + // for more information of creating PolicySignaturesOverridesForIdpsResource, please refer to the document of PolicySignaturesOverridesForIdpsResource + string subscriptionId = "e747cc13-97d4-4a79-b463-42d7f4e558f2"; + string resourceGroupName = "rg1"; + string firewallPolicyName = "firewallPolicy"; + ResourceIdentifier policySignaturesOverridesForIdpsResourceId = PolicySignaturesOverridesForIdpsResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, firewallPolicyName); + PolicySignaturesOverridesForIdpsResource policySignaturesOverridesForIdps = client.GetPolicySignaturesOverridesForIdpsResource(policySignaturesOverridesForIdpsResourceId); + + // invoke the operation + PolicySignaturesOverridesForIdpsData data = new PolicySignaturesOverridesForIdpsData() + { + Name = "default", + Id = new ResourceIdentifier("/subscriptions/e747cc13-97d4-4a79-b463-42d7f4e558f2/resourceGroups/rg1/providers/Microsoft.Network/firewallPolicies/firewallPolicy/signatureOverrides/default"), + ResourceType = new ResourceType("Microsoft.Network/firewallPolicies/signatureOverrides"), + Signatures = +{ +["2000105"] = "Off", +["2000106"] = "Deny", +}, + }; + ArmOperation lro = await policySignaturesOverridesForIdps.CreateOrUpdateAsync(WaitUntil.Completed, data); + PolicySignaturesOverridesForIdpsResource result = lro.Value; + + // the variable result is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + PolicySignaturesOverridesForIdpsData resourceData = result.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + + // get signature overrides + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task Get_GetSignatureOverrides() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/FirewallPolicySignatureOverridesGet.json + // this example is just showing the usage of "FirewallPolicyIdpsSignaturesOverrides_Get" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this PolicySignaturesOverridesForIdpsResource created on azure + // for more information of creating PolicySignaturesOverridesForIdpsResource, please refer to the document of PolicySignaturesOverridesForIdpsResource + string subscriptionId = "e747cc13-97d4-4a79-b463-42d7f4e558f2"; + string resourceGroupName = "rg1"; + string firewallPolicyName = "firewallPolicy"; + ResourceIdentifier policySignaturesOverridesForIdpsResourceId = PolicySignaturesOverridesForIdpsResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, firewallPolicyName); + PolicySignaturesOverridesForIdpsResource policySignaturesOverridesForIdps = client.GetPolicySignaturesOverridesForIdpsResource(policySignaturesOverridesForIdpsResourceId); + + // invoke the operation + PolicySignaturesOverridesForIdpsResource result = await policySignaturesOverridesForIdps.GetAsync(); + + // the variable result is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + PolicySignaturesOverridesForIdpsData resourceData = result.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_PrivateDnsZoneGroupCollection.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_PrivateDnsZoneGroupCollection.cs index 752219b1b87b..69de4eb297ef 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_PrivateDnsZoneGroupCollection.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_PrivateDnsZoneGroupCollection.cs @@ -23,7 +23,7 @@ public partial class Sample_PrivateDnsZoneGroupCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetPrivateDnsZoneGroup() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/PrivateEndpointDnsZoneGroupGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/PrivateEndpointDnsZoneGroupGet.json // this example is just showing the usage of "PrivateDnsZoneGroups_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -58,7 +58,7 @@ public async Task Get_GetPrivateDnsZoneGroup() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetPrivateDnsZoneGroup() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/PrivateEndpointDnsZoneGroupGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/PrivateEndpointDnsZoneGroupGet.json // this example is just showing the usage of "PrivateDnsZoneGroups_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -89,7 +89,7 @@ public async Task Exists_GetPrivateDnsZoneGroup() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreatePrivateDnsZoneGroup() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/PrivateEndpointDnsZoneGroupCreate.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/PrivateEndpointDnsZoneGroupCreate.json // this example is just showing the usage of "PrivateDnsZoneGroups_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -135,7 +135,7 @@ public async Task CreateOrUpdate_CreatePrivateDnsZoneGroup() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_ListPrivateEndpointsInResourceGroup() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/PrivateEndpointDnsZoneGroupList.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/PrivateEndpointDnsZoneGroupList.json // this example is just showing the usage of "PrivateDnsZoneGroups_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_PrivateDnsZoneGroupResource.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_PrivateDnsZoneGroupResource.cs index 687b9a54219d..fff6702edba1 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_PrivateDnsZoneGroupResource.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_PrivateDnsZoneGroupResource.cs @@ -23,7 +23,7 @@ public partial class Sample_PrivateDnsZoneGroupResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Delete_DeletePrivateDnsZoneGroup() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/PrivateEndpointDnsZoneGroupDelete.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/PrivateEndpointDnsZoneGroupDelete.json // this example is just showing the usage of "PrivateDnsZoneGroups_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -51,7 +51,7 @@ public async Task Delete_DeletePrivateDnsZoneGroup() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetPrivateDnsZoneGroup() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/PrivateEndpointDnsZoneGroupGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/PrivateEndpointDnsZoneGroupGet.json // this example is just showing the usage of "PrivateDnsZoneGroups_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -83,7 +83,7 @@ public async Task Get_GetPrivateDnsZoneGroup() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_CreatePrivateDnsZoneGroup() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/PrivateEndpointDnsZoneGroupCreate.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/PrivateEndpointDnsZoneGroupCreate.json // this example is just showing the usage of "PrivateDnsZoneGroups_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_PrivateEndpointCollection.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_PrivateEndpointCollection.cs index a92571926f23..70071f1982e8 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_PrivateEndpointCollection.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_PrivateEndpointCollection.cs @@ -6,6 +6,7 @@ #nullable disable using System; +using System.Net; using System.Threading.Tasks; using Azure; using Azure.Core; @@ -24,7 +25,7 @@ public partial class Sample_PrivateEndpointCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetPrivateEndpoint() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/PrivateEndpointGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/PrivateEndpointGet.json // this example is just showing the usage of "PrivateEndpoints_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -58,7 +59,71 @@ public async Task Get_GetPrivateEndpoint() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetPrivateEndpoint() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/PrivateEndpointGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/PrivateEndpointGet.json + // this example is just showing the usage of "PrivateEndpoints_Get" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this ResourceGroupResource created on azure + // for more information of creating ResourceGroupResource, please refer to the document of ResourceGroupResource + string subscriptionId = "subId"; + string resourceGroupName = "rg1"; + ResourceIdentifier resourceGroupResourceId = ResourceGroupResource.CreateResourceIdentifier(subscriptionId, resourceGroupName); + ResourceGroupResource resourceGroupResource = client.GetResourceGroupResource(resourceGroupResourceId); + + // get the collection of this PrivateEndpointResource + PrivateEndpointCollection collection = resourceGroupResource.GetPrivateEndpoints(); + + // invoke the operation + string privateEndpointName = "testPe"; + bool result = await collection.ExistsAsync(privateEndpointName); + + Console.WriteLine($"Succeeded: {result}"); + } + + // Get private endpoint with application security groups + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task Get_GetPrivateEndpointWithApplicationSecurityGroups() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/PrivateEndpointGetWithASG.json + // this example is just showing the usage of "PrivateEndpoints_Get" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this ResourceGroupResource created on azure + // for more information of creating ResourceGroupResource, please refer to the document of ResourceGroupResource + string subscriptionId = "subId"; + string resourceGroupName = "rg1"; + ResourceIdentifier resourceGroupResourceId = ResourceGroupResource.CreateResourceIdentifier(subscriptionId, resourceGroupName); + ResourceGroupResource resourceGroupResource = client.GetResourceGroupResource(resourceGroupResourceId); + + // get the collection of this PrivateEndpointResource + PrivateEndpointCollection collection = resourceGroupResource.GetPrivateEndpoints(); + + // invoke the operation + string privateEndpointName = "testPe"; + PrivateEndpointResource result = await collection.GetAsync(privateEndpointName); + + // the variable result is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + PrivateEndpointData resourceData = result.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + + // Get private endpoint with application security groups + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task Exists_GetPrivateEndpointWithApplicationSecurityGroups() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/PrivateEndpointGetWithASG.json // this example is just showing the usage of "PrivateEndpoints_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -88,7 +153,7 @@ public async Task Exists_GetPrivateEndpoint() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetPrivateEndpointWithManualApprovalConnection() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/PrivateEndpointGetForManualApproval.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/PrivateEndpointGetForManualApproval.json // this example is just showing the usage of "PrivateEndpoints_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -122,7 +187,7 @@ public async Task Get_GetPrivateEndpointWithManualApprovalConnection() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetPrivateEndpointWithManualApprovalConnection() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/PrivateEndpointGetForManualApproval.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/PrivateEndpointGetForManualApproval.json // this example is just showing the usage of "PrivateEndpoints_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -152,7 +217,73 @@ public async Task Exists_GetPrivateEndpointWithManualApprovalConnection() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreatePrivateEndpoint() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/PrivateEndpointCreate.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/PrivateEndpointCreate.json + // this example is just showing the usage of "PrivateEndpoints_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this ResourceGroupResource created on azure + // for more information of creating ResourceGroupResource, please refer to the document of ResourceGroupResource + string subscriptionId = "subId"; + string resourceGroupName = "rg1"; + ResourceIdentifier resourceGroupResourceId = ResourceGroupResource.CreateResourceIdentifier(subscriptionId, resourceGroupName); + ResourceGroupResource resourceGroupResource = client.GetResourceGroupResource(resourceGroupResourceId); + + // get the collection of this PrivateEndpointResource + PrivateEndpointCollection collection = resourceGroupResource.GetPrivateEndpoints(); + + // invoke the operation + string privateEndpointName = "testPe"; + PrivateEndpointData data = new PrivateEndpointData() + { + Subnet = new SubnetData() + { + Id = new ResourceIdentifier("/subscriptions/subId/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/myVnet/subnets/mySubnet"), + }, + PrivateLinkServiceConnections = +{ +new NetworkPrivateLinkServiceConnection() +{ +PrivateLinkServiceId = new ResourceIdentifier("/subscriptions/subId/resourceGroups/rg1/providers/Microsoft.Network/privateLinkServices/testPls"), +GroupIds = +{ +"groupIdFromResource" +}, +RequestMessage = "Please approve my connection.", +} +}, + IPConfigurations = +{ +new PrivateEndpointIPConfiguration() +{ +Name = "pestaticconfig", +GroupId = "file", +MemberName = "file", +PrivateIPAddress = IPAddress.Parse("192.168.0.6"), +} +}, + CustomNetworkInterfaceName = "testPeNic", + Location = new AzureLocation("eastus2euap"), + }; + ArmOperation lro = await collection.CreateOrUpdateAsync(WaitUntil.Completed, privateEndpointName, data); + PrivateEndpointResource result = lro.Value; + + // the variable result is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + PrivateEndpointData resourceData = result.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + + // Create private endpoint with application security groups + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task CreateOrUpdate_CreatePrivateEndpointWithApplicationSecurityGroups() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/PrivateEndpointCreateWithASG.json // this example is just showing the usage of "PrivateEndpoints_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -189,6 +320,13 @@ public async Task CreateOrUpdate_CreatePrivateEndpoint() }, RequestMessage = "Please approve my connection.", } +}, + ApplicationSecurityGroups = +{ +new ApplicationSecurityGroupData() +{ +Id = new ResourceIdentifier("/subscriptions/subId/resourceGroups/rg1/provders/Microsoft.Network/applicationSecurityGroup/asg1"), +} }, Location = new AzureLocation("eastus2euap"), }; @@ -207,7 +345,7 @@ public async Task CreateOrUpdate_CreatePrivateEndpoint() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreatePrivateEndpointWithManualApprovalConnection() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/PrivateEndpointCreateForManualApproval.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/PrivateEndpointCreateForManualApproval.json // this example is just showing the usage of "PrivateEndpoints_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -245,6 +383,17 @@ public async Task CreateOrUpdate_CreatePrivateEndpointWithManualApprovalConnecti RequestMessage = "Please manually approve my connection.", } }, + IPConfigurations = +{ +new PrivateEndpointIPConfiguration() +{ +Name = "pestaticconfig", +GroupId = "file", +MemberName = "file", +PrivateIPAddress = IPAddress.Parse("192.168.0.5"), +} +}, + CustomNetworkInterfaceName = "testPeNic", Location = new AzureLocation("eastus"), }; ArmOperation lro = await collection.CreateOrUpdateAsync(WaitUntil.Completed, privateEndpointName, data); @@ -262,7 +411,7 @@ public async Task CreateOrUpdate_CreatePrivateEndpointWithManualApprovalConnecti [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_ListPrivateEndpointsInResourceGroup() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/PrivateEndpointList.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/PrivateEndpointList.json // this example is just showing the usage of "PrivateEndpoints_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_PrivateEndpointResource.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_PrivateEndpointResource.cs index 3d80e3b76461..85f545433f42 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_PrivateEndpointResource.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_PrivateEndpointResource.cs @@ -6,6 +6,7 @@ #nullable disable using System; +using System.Net; using System.Threading.Tasks; using Azure; using Azure.Core; @@ -24,7 +25,7 @@ public partial class Sample_PrivateEndpointResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Delete_DeletePrivateEndpoint() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/PrivateEndpointDelete.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/PrivateEndpointDelete.json // this example is just showing the usage of "PrivateEndpoints_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -51,7 +52,38 @@ public async Task Delete_DeletePrivateEndpoint() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetPrivateEndpoint() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/PrivateEndpointGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/PrivateEndpointGet.json + // this example is just showing the usage of "PrivateEndpoints_Get" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this PrivateEndpointResource created on azure + // for more information of creating PrivateEndpointResource, please refer to the document of PrivateEndpointResource + string subscriptionId = "subId"; + string resourceGroupName = "rg1"; + string privateEndpointName = "testPe"; + ResourceIdentifier privateEndpointResourceId = PrivateEndpointResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, privateEndpointName); + PrivateEndpointResource privateEndpoint = client.GetPrivateEndpointResource(privateEndpointResourceId); + + // invoke the operation + PrivateEndpointResource result = await privateEndpoint.GetAsync(); + + // the variable result is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + PrivateEndpointData resourceData = result.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + + // Get private endpoint with application security groups + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task Get_GetPrivateEndpointWithApplicationSecurityGroups() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/PrivateEndpointGetWithASG.json // this example is just showing the usage of "PrivateEndpoints_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -82,7 +114,7 @@ public async Task Get_GetPrivateEndpoint() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetPrivateEndpointWithManualApprovalConnection() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/PrivateEndpointGetForManualApproval.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/PrivateEndpointGetForManualApproval.json // this example is just showing the usage of "PrivateEndpoints_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -113,7 +145,7 @@ public async Task Get_GetPrivateEndpointWithManualApprovalConnection() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_CreatePrivateEndpoint() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/PrivateEndpointCreate.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/PrivateEndpointCreate.json // this example is just showing the usage of "PrivateEndpoints_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -147,6 +179,76 @@ public async Task Update_CreatePrivateEndpoint() }, RequestMessage = "Please approve my connection.", } +}, + IPConfigurations = +{ +new PrivateEndpointIPConfiguration() +{ +Name = "pestaticconfig", +GroupId = "file", +MemberName = "file", +PrivateIPAddress = IPAddress.Parse("192.168.0.6"), +} +}, + CustomNetworkInterfaceName = "testPeNic", + Location = new AzureLocation("eastus2euap"), + }; + ArmOperation lro = await privateEndpoint.UpdateAsync(WaitUntil.Completed, data); + PrivateEndpointResource result = lro.Value; + + // the variable result is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + PrivateEndpointData resourceData = result.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + + // Create private endpoint with application security groups + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task Update_CreatePrivateEndpointWithApplicationSecurityGroups() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/PrivateEndpointCreateWithASG.json + // this example is just showing the usage of "PrivateEndpoints_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this PrivateEndpointResource created on azure + // for more information of creating PrivateEndpointResource, please refer to the document of PrivateEndpointResource + string subscriptionId = "subId"; + string resourceGroupName = "rg1"; + string privateEndpointName = "testPe"; + ResourceIdentifier privateEndpointResourceId = PrivateEndpointResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, privateEndpointName); + PrivateEndpointResource privateEndpoint = client.GetPrivateEndpointResource(privateEndpointResourceId); + + // invoke the operation + PrivateEndpointData data = new PrivateEndpointData() + { + Subnet = new SubnetData() + { + Id = new ResourceIdentifier("/subscriptions/subId/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/myVnet/subnets/mySubnet"), + }, + PrivateLinkServiceConnections = +{ +new NetworkPrivateLinkServiceConnection() +{ +PrivateLinkServiceId = new ResourceIdentifier("/subscriptions/subId/resourceGroups/rg1/providers/Microsoft.Network/privateLinkServices/testPls"), +GroupIds = +{ +"groupIdFromResource" +}, +RequestMessage = "Please approve my connection.", +} +}, + ApplicationSecurityGroups = +{ +new ApplicationSecurityGroupData() +{ +Id = new ResourceIdentifier("/subscriptions/subId/resourceGroups/rg1/provders/Microsoft.Network/applicationSecurityGroup/asg1"), +} }, Location = new AzureLocation("eastus2euap"), }; @@ -165,7 +267,7 @@ public async Task Update_CreatePrivateEndpoint() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_CreatePrivateEndpointWithManualApprovalConnection() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/PrivateEndpointCreateForManualApproval.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/PrivateEndpointCreateForManualApproval.json // this example is just showing the usage of "PrivateEndpoints_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -200,6 +302,17 @@ public async Task Update_CreatePrivateEndpointWithManualApprovalConnection() RequestMessage = "Please manually approve my connection.", } }, + IPConfigurations = +{ +new PrivateEndpointIPConfiguration() +{ +Name = "pestaticconfig", +GroupId = "file", +MemberName = "file", +PrivateIPAddress = IPAddress.Parse("192.168.0.5"), +} +}, + CustomNetworkInterfaceName = "testPeNic", Location = new AzureLocation("eastus"), }; ArmOperation lro = await privateEndpoint.UpdateAsync(WaitUntil.Completed, data); @@ -217,7 +330,7 @@ public async Task Update_CreatePrivateEndpointWithManualApprovalConnection() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetPrivateEndpoints_ListAllPrivateEndpoints() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/PrivateEndpointListAll.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/PrivateEndpointListAll.json // this example is just showing the usage of "PrivateEndpoints_ListBySubscription" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_PrivateLinkServiceCollection.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_PrivateLinkServiceCollection.cs index b7d1ddbbd8eb..2d534b384fea 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_PrivateLinkServiceCollection.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_PrivateLinkServiceCollection.cs @@ -24,7 +24,7 @@ public partial class Sample_PrivateLinkServiceCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetPrivateLinkService() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/PrivateLinkServiceGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/PrivateLinkServiceGet.json // this example is just showing the usage of "PrivateLinkServices_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -58,7 +58,7 @@ public async Task Get_GetPrivateLinkService() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetPrivateLinkService() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/PrivateLinkServiceGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/PrivateLinkServiceGet.json // this example is just showing the usage of "PrivateLinkServices_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -88,7 +88,7 @@ public async Task Exists_GetPrivateLinkService() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreatePrivateLinkService() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/PrivateLinkServiceCreate.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/PrivateLinkServiceCreate.json // this example is just showing the usage of "PrivateLinkServices_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -160,7 +160,7 @@ public async Task CreateOrUpdate_CreatePrivateLinkService() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_ListPrivateLinkServiceInResourceGroup() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/PrivateLinkServiceList.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/PrivateLinkServiceList.json // this example is just showing the usage of "PrivateLinkServices_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_PrivateLinkServiceResource.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_PrivateLinkServiceResource.cs index 16c415aa3177..7d6ab69d3abb 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_PrivateLinkServiceResource.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_PrivateLinkServiceResource.cs @@ -24,7 +24,7 @@ public partial class Sample_PrivateLinkServiceResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Delete_DeletePrivateLinkService() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/PrivateLinkServiceDelete.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/PrivateLinkServiceDelete.json // this example is just showing the usage of "PrivateLinkServices_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -51,7 +51,7 @@ public async Task Delete_DeletePrivateLinkService() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetPrivateLinkService() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/PrivateLinkServiceGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/PrivateLinkServiceGet.json // this example is just showing the usage of "PrivateLinkServices_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -82,7 +82,7 @@ public async Task Get_GetPrivateLinkService() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_CreatePrivateLinkService() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/PrivateLinkServiceCreate.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/PrivateLinkServiceCreate.json // this example is just showing the usage of "PrivateLinkServices_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -151,7 +151,7 @@ public async Task Update_CreatePrivateLinkService() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetPrivateLinkServices_ListAllPrivateListService() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/PrivateLinkServiceListAll.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/PrivateLinkServiceListAll.json // this example is just showing the usage of "PrivateLinkServices_ListBySubscription" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ProbeCollection.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ProbeCollection.cs index 92d3482c6405..ea7143585434 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ProbeCollection.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ProbeCollection.cs @@ -21,7 +21,7 @@ public partial class Sample_ProbeCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_LoadBalancerProbeList() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/LoadBalancerProbeList.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/LoadBalancerProbeList.json // this example is just showing the usage of "LoadBalancerProbes_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -58,7 +58,7 @@ public async Task GetAll_LoadBalancerProbeList() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_LoadBalancerProbeGet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/LoadBalancerProbeGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/LoadBalancerProbeGet.json // this example is just showing the usage of "LoadBalancerProbes_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -93,7 +93,7 @@ public async Task Get_LoadBalancerProbeGet() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_LoadBalancerProbeGet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/LoadBalancerProbeGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/LoadBalancerProbeGet.json // this example is just showing the usage of "LoadBalancerProbes_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ProbeResource.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ProbeResource.cs index 8010a349d65c..a014a66476e9 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ProbeResource.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ProbeResource.cs @@ -21,7 +21,7 @@ public partial class Sample_ProbeResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_LoadBalancerProbeGet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/LoadBalancerProbeGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/LoadBalancerProbeGet.json // this example is just showing the usage of "LoadBalancerProbes_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_PublicIPAddressCollection.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_PublicIPAddressCollection.cs index fa7e279b0843..66afb4acbe29 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_PublicIPAddressCollection.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_PublicIPAddressCollection.cs @@ -24,7 +24,7 @@ public partial class Sample_PublicIPAddressCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetPublicIPAddress() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/PublicIpAddressGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/PublicIpAddressGet.json // this example is just showing the usage of "PublicIPAddresses_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -58,7 +58,7 @@ public async Task Get_GetPublicIPAddress() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetPublicIPAddress() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/PublicIpAddressGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/PublicIpAddressGet.json // this example is just showing the usage of "PublicIPAddresses_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -88,7 +88,7 @@ public async Task Exists_GetPublicIPAddress() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreatePublicIPAddressDNS() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/PublicIpAddressCreateDns.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/PublicIpAddressCreateDns.json // this example is just showing the usage of "PublicIPAddresses_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -131,7 +131,7 @@ public async Task CreateOrUpdate_CreatePublicIPAddressDNS() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreatePublicIPAddressAllocationMethod() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/PublicIpAddressCreateCustomizedValues.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/PublicIpAddressCreateCustomizedValues.json // this example is just showing the usage of "PublicIPAddresses_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -178,7 +178,7 @@ public async Task CreateOrUpdate_CreatePublicIPAddressAllocationMethod() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreatePublicIPAddressDefaults() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/PublicIpAddressCreateDefaults.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/PublicIpAddressCreateDefaults.json // this example is just showing the usage of "PublicIPAddresses_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -217,7 +217,7 @@ public async Task CreateOrUpdate_CreatePublicIPAddressDefaults() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_ListResourceGroupPublicIPAddresses() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/PublicIpAddressList.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/PublicIpAddressList.json // this example is just showing the usage of "PublicIPAddresses_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_PublicIPAddressResource.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_PublicIPAddressResource.cs index 6375e96dfb3b..2c917fb86a8c 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_PublicIPAddressResource.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_PublicIPAddressResource.cs @@ -24,7 +24,7 @@ public partial class Sample_PublicIPAddressResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Delete_DeletePublicIPAddress() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/PublicIpAddressDelete.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/PublicIpAddressDelete.json // this example is just showing the usage of "PublicIPAddresses_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -51,7 +51,7 @@ public async Task Delete_DeletePublicIPAddress() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetPublicIPAddress() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/PublicIpAddressGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/PublicIpAddressGet.json // this example is just showing the usage of "PublicIPAddresses_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -82,7 +82,7 @@ public async Task Get_GetPublicIPAddress() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_UpdatePublicIPAddressTags() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/PublicIpAddressUpdateTags.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/PublicIpAddressUpdateTags.json // this example is just showing the usage of "PublicIPAddresses_UpdateTags" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -121,7 +121,7 @@ public async Task Update_UpdatePublicIPAddressTags() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetPublicIPAddresses_ListAllPublicIPAddresses() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/PublicIpAddressListAll.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/PublicIpAddressListAll.json // this example is just showing the usage of "PublicIPAddresses_ListAll" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -147,5 +147,33 @@ public async Task GetPublicIPAddresses_ListAllPublicIPAddresses() Console.WriteLine($"Succeeded"); } + + // Get Ddos Protection Status of a Public IP Address + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task DdosProtectionStatus_GetDdosProtectionStatusOfAPublicIPAddress() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/PublicIpAddressGetDdosProtectionStatus.json + // this example is just showing the usage of "PublicIPAddresses_DdosProtectionStatus" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this PublicIPAddressResource created on azure + // for more information of creating PublicIPAddressResource, please refer to the document of PublicIPAddressResource + string subscriptionId = "subid"; + string resourceGroupName = "rg1"; + string publicIPAddressName = "test-pip"; + ResourceIdentifier publicIPAddressResourceId = PublicIPAddressResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, publicIPAddressName); + PublicIPAddressResource publicIPAddress = client.GetPublicIPAddressResource(publicIPAddressResourceId); + + // invoke the operation + ArmOperation lro = await publicIPAddress.DdosProtectionStatusAsync(WaitUntil.Completed); + PublicIPDdosProtectionStatusResult result = lro.Value; + + Console.WriteLine($"Succeeded: {result}"); + } } } diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_PublicIPPrefixCollection.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_PublicIPPrefixCollection.cs index dd790cfb58b7..0d2943f36161 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_PublicIPPrefixCollection.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_PublicIPPrefixCollection.cs @@ -24,7 +24,7 @@ public partial class Sample_PublicIPPrefixCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetPublicIPPrefix() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/PublicIpPrefixGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/PublicIpPrefixGet.json // this example is just showing the usage of "PublicIPPrefixes_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -58,7 +58,7 @@ public async Task Get_GetPublicIPPrefix() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetPublicIPPrefix() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/PublicIpPrefixGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/PublicIpPrefixGet.json // this example is just showing the usage of "PublicIPPrefixes_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -88,7 +88,7 @@ public async Task Exists_GetPublicIPPrefix() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreatePublicIPPrefixAllocationMethod() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/PublicIpPrefixCreateCustomizedValues.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/PublicIpPrefixCreateCustomizedValues.json // this example is just showing the usage of "PublicIPPrefixes_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -134,7 +134,7 @@ public async Task CreateOrUpdate_CreatePublicIPPrefixAllocationMethod() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreatePublicIPPrefixDefaults() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/PublicIpPrefixCreateDefaults.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/PublicIpPrefixCreateDefaults.json // this example is just showing the usage of "PublicIPPrefixes_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -178,7 +178,7 @@ public async Task CreateOrUpdate_CreatePublicIPPrefixDefaults() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_ListResourceGroupPublicIPPrefixes() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/PublicIpPrefixList.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/PublicIpPrefixList.json // this example is just showing the usage of "PublicIPPrefixes_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_PublicIPPrefixResource.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_PublicIPPrefixResource.cs index c7c1297484e5..3443bbf6340b 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_PublicIPPrefixResource.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_PublicIPPrefixResource.cs @@ -24,7 +24,7 @@ public partial class Sample_PublicIPPrefixResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Delete_DeletePublicIPPrefix() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/PublicIpPrefixDelete.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/PublicIpPrefixDelete.json // this example is just showing the usage of "PublicIPPrefixes_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -51,7 +51,7 @@ public async Task Delete_DeletePublicIPPrefix() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetPublicIPPrefix() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/PublicIpPrefixGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/PublicIpPrefixGet.json // this example is just showing the usage of "PublicIPPrefixes_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -82,7 +82,7 @@ public async Task Get_GetPublicIPPrefix() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_UpdatePublicIPPrefixTags() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/PublicIpPrefixUpdateTags.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/PublicIpPrefixUpdateTags.json // this example is just showing the usage of "PublicIPPrefixes_UpdateTags" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -121,7 +121,7 @@ public async Task Update_UpdatePublicIPPrefixTags() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetPublicIPPrefixes_ListAllPublicIPPrefixes() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/PublicIpPrefixListAll.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/PublicIpPrefixListAll.json // this example is just showing the usage of "PublicIPPrefixes_ListAll" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ResourceGroupResourceExtensions.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ResourceGroupResourceExtensions.cs index b45a39eb7709..93a1fade6511 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ResourceGroupResourceExtensions.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ResourceGroupResourceExtensions.cs @@ -24,7 +24,7 @@ public partial class Sample_ResourceGroupResourceExtensions [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAvailableResourceGroupDelegations_GetAvailableDelegationsInTheResourceGroup() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/AvailableDelegationsResourceGroupGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/AvailableDelegationsResourceGroupGet.json // this example is just showing the usage of "AvailableResourceGroupDelegations_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -54,7 +54,7 @@ public async Task GetAvailableResourceGroupDelegations_GetAvailableDelegationsIn [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAvailableServiceAliasesByResourceGroup_GetAvailableServiceAliasesInTheResourceGroup() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/AvailableServiceAliasesListByResourceGroup.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/AvailableServiceAliasesListByResourceGroup.json // this example is just showing the usage of "AvailableServiceAliases_ListByResourceGroup" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -84,7 +84,7 @@ public async Task GetAvailableServiceAliasesByResourceGroup_GetAvailableServiceA [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAvailablePrivateEndpointTypesByResourceGroup_GetAvailablePrivateEndpointTypesInTheResourceGroup() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/AvailablePrivateEndpointTypesResourceGroupGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/AvailablePrivateEndpointTypesResourceGroupGet.json // this example is just showing the usage of "AvailablePrivateEndpointTypes_ListByResourceGroup" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -114,7 +114,7 @@ public async Task GetAvailablePrivateEndpointTypesByResourceGroup_GetAvailablePr [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CheckPrivateLinkServiceVisibilityByResourceGroupPrivateLinkService_CheckPrivateLinkServiceVisibility() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/CheckPrivateLinkServiceVisibilityByResourceGroup.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/CheckPrivateLinkServiceVisibilityByResourceGroup.json // this example is just showing the usage of "PrivateLinkServices_CheckPrivateLinkServiceVisibilityByResourceGroup" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -146,7 +146,7 @@ public async Task CheckPrivateLinkServiceVisibilityByResourceGroupPrivateLinkSer [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAutoApprovedPrivateLinkServicesByResourceGroupPrivateLinkServices_GetListOfPrivateLinkServiceIdThatCanBeLinkedToAPrivateEndPointWithAutoApproved() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/AutoApprovedPrivateLinkServicesResourceGroupGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/AutoApprovedPrivateLinkServicesResourceGroupGet.json // this example is just showing the usage of "PrivateLinkServices_ListAutoApprovedPrivateLinkServicesByResourceGroup" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_RouteCollection.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_RouteCollection.cs index 51d8679d15d7..14d350567814 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_RouteCollection.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_RouteCollection.cs @@ -23,7 +23,7 @@ public partial class Sample_RouteCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetRoute() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/RouteTableRouteGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/RouteTableRouteGet.json // this example is just showing the usage of "Routes_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -58,7 +58,7 @@ public async Task Get_GetRoute() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetRoute() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/RouteTableRouteGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/RouteTableRouteGet.json // this example is just showing the usage of "Routes_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -89,7 +89,7 @@ public async Task Exists_GetRoute() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateRoute() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/RouteTableRouteCreate.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/RouteTableRouteCreate.json // this example is just showing the usage of "Routes_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -130,7 +130,7 @@ public async Task CreateOrUpdate_CreateRoute() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_ListRoutes() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/RouteTableRouteList.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/RouteTableRouteList.json // this example is just showing the usage of "Routes_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_RouteFilterCollection.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_RouteFilterCollection.cs index 14249864fcc5..c1536bc899f4 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_RouteFilterCollection.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_RouteFilterCollection.cs @@ -24,7 +24,7 @@ public partial class Sample_RouteFilterCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_RouteFilterGet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/RouteFilterGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/RouteFilterGet.json // this example is just showing the usage of "RouteFilters_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -58,7 +58,7 @@ public async Task Get_RouteFilterGet() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_RouteFilterGet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/RouteFilterGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/RouteFilterGet.json // this example is just showing the usage of "RouteFilters_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -88,7 +88,7 @@ public async Task Exists_RouteFilterGet() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_RouteFilterCreate() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/RouteFilterCreate.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/RouteFilterCreate.json // this example is just showing the usage of "RouteFilters_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -144,7 +144,7 @@ public async Task CreateOrUpdate_RouteFilterCreate() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_RouteFilterListByResourceGroup() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/RouteFilterListByResourceGroup.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/RouteFilterListByResourceGroup.json // this example is just showing the usage of "RouteFilters_ListByResourceGroup" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_RouteFilterResource.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_RouteFilterResource.cs index 620a20741e5d..0a89ed9e08bd 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_RouteFilterResource.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_RouteFilterResource.cs @@ -24,7 +24,7 @@ public partial class Sample_RouteFilterResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Delete_RouteFilterDelete() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/RouteFilterDelete.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/RouteFilterDelete.json // this example is just showing the usage of "RouteFilters_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -51,7 +51,7 @@ public async Task Delete_RouteFilterDelete() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_RouteFilterGet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/RouteFilterGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/RouteFilterGet.json // this example is just showing the usage of "RouteFilters_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -82,7 +82,7 @@ public async Task Get_RouteFilterGet() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_UpdateRouteFilterTags() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/RouteFilterUpdateTags.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/RouteFilterUpdateTags.json // this example is just showing the usage of "RouteFilters_UpdateTags" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -120,7 +120,7 @@ public async Task Update_UpdateRouteFilterTags() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetRouteFilters_RouteFilterList() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/RouteFilterList.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/RouteFilterList.json // this example is just showing the usage of "RouteFilters_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_RouteFilterRuleCollection.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_RouteFilterRuleCollection.cs index 31859afb807a..c489dae4669a 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_RouteFilterRuleCollection.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_RouteFilterRuleCollection.cs @@ -23,7 +23,7 @@ public partial class Sample_RouteFilterRuleCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_RouteFilterRuleGet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/RouteFilterRuleGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/RouteFilterRuleGet.json // this example is just showing the usage of "RouteFilterRules_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -58,7 +58,7 @@ public async Task Get_RouteFilterRuleGet() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_RouteFilterRuleGet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/RouteFilterRuleGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/RouteFilterRuleGet.json // this example is just showing the usage of "RouteFilterRules_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -89,7 +89,7 @@ public async Task Exists_RouteFilterRuleGet() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_RouteFilterRuleCreate() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/RouteFilterRuleCreate.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/RouteFilterRuleCreate.json // this example is just showing the usage of "RouteFilterRules_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -134,7 +134,7 @@ public async Task CreateOrUpdate_RouteFilterRuleCreate() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_RouteFilterRuleListByRouteFilter() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/RouteFilterRuleListByRouteFilter.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/RouteFilterRuleListByRouteFilter.json // this example is just showing the usage of "RouteFilterRules_ListByRouteFilter" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_RouteFilterRuleResource.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_RouteFilterRuleResource.cs index 1b37096ecc42..af90e036d043 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_RouteFilterRuleResource.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_RouteFilterRuleResource.cs @@ -23,7 +23,7 @@ public partial class Sample_RouteFilterRuleResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Delete_RouteFilterRuleDelete() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/RouteFilterRuleDelete.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/RouteFilterRuleDelete.json // this example is just showing the usage of "RouteFilterRules_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -51,7 +51,7 @@ public async Task Delete_RouteFilterRuleDelete() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_RouteFilterRuleGet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/RouteFilterRuleGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/RouteFilterRuleGet.json // this example is just showing the usage of "RouteFilterRules_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -83,7 +83,7 @@ public async Task Get_RouteFilterRuleGet() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_RouteFilterRuleCreate() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/RouteFilterRuleCreate.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/RouteFilterRuleCreate.json // this example is just showing the usage of "RouteFilterRules_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_RouteMapCollection.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_RouteMapCollection.cs new file mode 100644 index 000000000000..e2a93d087ebb --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_RouteMapCollection.cs @@ -0,0 +1,218 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Identity; +using Azure.ResourceManager; +using Azure.ResourceManager.Network; +using Azure.ResourceManager.Network.Models; + +namespace Azure.ResourceManager.Network.Samples +{ + public partial class Sample_RouteMapCollection + { + // RouteMapGet + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task Get_RouteMapGet() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/RouteMapGet.json + // this example is just showing the usage of "RouteMaps_Get" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this VirtualHubResource created on azure + // for more information of creating VirtualHubResource, please refer to the document of VirtualHubResource + string subscriptionId = "subid"; + string resourceGroupName = "rg1"; + string virtualHubName = "virtualHub1"; + ResourceIdentifier virtualHubResourceId = VirtualHubResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, virtualHubName); + VirtualHubResource virtualHub = client.GetVirtualHubResource(virtualHubResourceId); + + // get the collection of this RouteMapResource + RouteMapCollection collection = virtualHub.GetRouteMaps(); + + // invoke the operation + string routeMapName = "routeMap1"; + RouteMapResource result = await collection.GetAsync(routeMapName); + + // the variable result is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + RouteMapData resourceData = result.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + + // RouteMapGet + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task Exists_RouteMapGet() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/RouteMapGet.json + // this example is just showing the usage of "RouteMaps_Get" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this VirtualHubResource created on azure + // for more information of creating VirtualHubResource, please refer to the document of VirtualHubResource + string subscriptionId = "subid"; + string resourceGroupName = "rg1"; + string virtualHubName = "virtualHub1"; + ResourceIdentifier virtualHubResourceId = VirtualHubResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, virtualHubName); + VirtualHubResource virtualHub = client.GetVirtualHubResource(virtualHubResourceId); + + // get the collection of this RouteMapResource + RouteMapCollection collection = virtualHub.GetRouteMaps(); + + // invoke the operation + string routeMapName = "routeMap1"; + bool result = await collection.ExistsAsync(routeMapName); + + Console.WriteLine($"Succeeded: {result}"); + } + + // RouteMapPut + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task CreateOrUpdate_RouteMapPut() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/RouteMapPut.json + // this example is just showing the usage of "RouteMaps_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this VirtualHubResource created on azure + // for more information of creating VirtualHubResource, please refer to the document of VirtualHubResource + string subscriptionId = "subid"; + string resourceGroupName = "rg1"; + string virtualHubName = "virtualHub1"; + ResourceIdentifier virtualHubResourceId = VirtualHubResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, virtualHubName); + VirtualHubResource virtualHub = client.GetVirtualHubResource(virtualHubResourceId); + + // get the collection of this RouteMapResource + RouteMapCollection collection = virtualHub.GetRouteMaps(); + + // invoke the operation + string routeMapName = "routeMap1"; + RouteMapData data = new RouteMapData() + { + AssociatedInboundConnections = +{ +"/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/expressRouteGateways/exrGateway1/expressRouteConnections/exrConn1" +}, + AssociatedOutboundConnections = +{ +}, + Rules = +{ +new RouteMapRule() +{ +Name = "rule1", +MatchCriteria = +{ +new RouteCriterion() +{ +RoutePrefix = +{ +"10.0.0.0/8" +}, +Community = +{ +}, +AsPath = +{ +}, +MatchCondition = RouteMapMatchCondition.Contains, +} +}, +Actions = +{ +new RouteMapAction() +{ +ActionType = RouteMapActionType.Add, +Parameters = +{ +new RouteMapActionParameter() +{ +RoutePrefix = +{ +}, +Community = +{ +}, +AsPath = +{ +"22334" +}, +} +}, +} +}, +NextStepIfMatched = RouteMapNextStepBehavior.Continue, +} +}, + }; + ArmOperation lro = await collection.CreateOrUpdateAsync(WaitUntil.Completed, routeMapName, data); + RouteMapResource result = lro.Value; + + // the variable result is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + RouteMapData resourceData = result.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + + // RouteMapList + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task GetAll_RouteMapList() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/RouteMapList.json + // this example is just showing the usage of "RouteMaps_List" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this VirtualHubResource created on azure + // for more information of creating VirtualHubResource, please refer to the document of VirtualHubResource + string subscriptionId = "subid"; + string resourceGroupName = "rg1"; + string virtualHubName = "virtualHub1"; + ResourceIdentifier virtualHubResourceId = VirtualHubResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, virtualHubName); + VirtualHubResource virtualHub = client.GetVirtualHubResource(virtualHubResourceId); + + // get the collection of this RouteMapResource + RouteMapCollection collection = virtualHub.GetRouteMaps(); + + // invoke the operation and iterate over the result + await foreach (RouteMapResource item in collection.GetAllAsync()) + { + // the variable item is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + RouteMapData resourceData = item.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + + Console.WriteLine($"Succeeded"); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_RouteMapResource.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_RouteMapResource.cs new file mode 100644 index 000000000000..ce68ac75a46c --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_RouteMapResource.cs @@ -0,0 +1,172 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Identity; +using Azure.ResourceManager; +using Azure.ResourceManager.Network; +using Azure.ResourceManager.Network.Models; + +namespace Azure.ResourceManager.Network.Samples +{ + public partial class Sample_RouteMapResource + { + // RouteMapGet + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task Get_RouteMapGet() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/RouteMapGet.json + // this example is just showing the usage of "RouteMaps_Get" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this RouteMapResource created on azure + // for more information of creating RouteMapResource, please refer to the document of RouteMapResource + string subscriptionId = "subid"; + string resourceGroupName = "rg1"; + string virtualHubName = "virtualHub1"; + string routeMapName = "routeMap1"; + ResourceIdentifier routeMapResourceId = RouteMapResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, virtualHubName, routeMapName); + RouteMapResource routeMap = client.GetRouteMapResource(routeMapResourceId); + + // invoke the operation + RouteMapResource result = await routeMap.GetAsync(); + + // the variable result is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + RouteMapData resourceData = result.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + + // RouteMapPut + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task Update_RouteMapPut() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/RouteMapPut.json + // this example is just showing the usage of "RouteMaps_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this RouteMapResource created on azure + // for more information of creating RouteMapResource, please refer to the document of RouteMapResource + string subscriptionId = "subid"; + string resourceGroupName = "rg1"; + string virtualHubName = "virtualHub1"; + string routeMapName = "routeMap1"; + ResourceIdentifier routeMapResourceId = RouteMapResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, virtualHubName, routeMapName); + RouteMapResource routeMap = client.GetRouteMapResource(routeMapResourceId); + + // invoke the operation + RouteMapData data = new RouteMapData() + { + AssociatedInboundConnections = +{ +"/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/expressRouteGateways/exrGateway1/expressRouteConnections/exrConn1" +}, + AssociatedOutboundConnections = +{ +}, + Rules = +{ +new RouteMapRule() +{ +Name = "rule1", +MatchCriteria = +{ +new RouteCriterion() +{ +RoutePrefix = +{ +"10.0.0.0/8" +}, +Community = +{ +}, +AsPath = +{ +}, +MatchCondition = RouteMapMatchCondition.Contains, +} +}, +Actions = +{ +new RouteMapAction() +{ +ActionType = RouteMapActionType.Add, +Parameters = +{ +new RouteMapActionParameter() +{ +RoutePrefix = +{ +}, +Community = +{ +}, +AsPath = +{ +"22334" +}, +} +}, +} +}, +NextStepIfMatched = RouteMapNextStepBehavior.Continue, +} +}, + }; + ArmOperation lro = await routeMap.UpdateAsync(WaitUntil.Completed, data); + RouteMapResource result = lro.Value; + + // the variable result is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + RouteMapData resourceData = result.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + + // RouteMapDelete + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task Delete_RouteMapDelete() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/RouteMapDelete.json + // this example is just showing the usage of "RouteMaps_Delete" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this RouteMapResource created on azure + // for more information of creating RouteMapResource, please refer to the document of RouteMapResource + string subscriptionId = "subid"; + string resourceGroupName = "rg1"; + string virtualHubName = "virtualHub1"; + string routeMapName = "routeMap1"; + ResourceIdentifier routeMapResourceId = RouteMapResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, virtualHubName, routeMapName); + RouteMapResource routeMap = client.GetRouteMapResource(routeMapResourceId); + + // invoke the operation + await routeMap.DeleteAsync(WaitUntil.Completed); + + Console.WriteLine($"Succeeded"); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_RouteResource.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_RouteResource.cs index fd585d497bba..2fc1b3a4a93b 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_RouteResource.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_RouteResource.cs @@ -23,7 +23,7 @@ public partial class Sample_RouteResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Delete_DeleteRoute() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/RouteTableRouteDelete.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/RouteTableRouteDelete.json // this example is just showing the usage of "Routes_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -51,7 +51,7 @@ public async Task Delete_DeleteRoute() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetRoute() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/RouteTableRouteGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/RouteTableRouteGet.json // this example is just showing the usage of "Routes_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -83,7 +83,7 @@ public async Task Get_GetRoute() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_CreateRoute() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/RouteTableRouteCreate.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/RouteTableRouteCreate.json // this example is just showing the usage of "Routes_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_RouteTableCollection.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_RouteTableCollection.cs index 6d06e9b4ff01..580b3b03ddb6 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_RouteTableCollection.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_RouteTableCollection.cs @@ -24,7 +24,7 @@ public partial class Sample_RouteTableCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetRouteTable() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/RouteTableGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/RouteTableGet.json // this example is just showing the usage of "RouteTables_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -58,7 +58,7 @@ public async Task Get_GetRouteTable() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetRouteTable() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/RouteTableGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/RouteTableGet.json // this example is just showing the usage of "RouteTables_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -88,7 +88,7 @@ public async Task Exists_GetRouteTable() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateRouteTable() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/RouteTableCreate.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/RouteTableCreate.json // this example is just showing the usage of "RouteTables_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -127,7 +127,7 @@ public async Task CreateOrUpdate_CreateRouteTable() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateRouteTableWithRoute() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/RouteTableCreateWithRoute.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/RouteTableCreateWithRoute.json // this example is just showing the usage of "RouteTables_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -176,7 +176,7 @@ public async Task CreateOrUpdate_CreateRouteTableWithRoute() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_ListRouteTablesInResourceGroup() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/RouteTableList.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/RouteTableList.json // this example is just showing the usage of "RouteTables_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_RouteTableResource.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_RouteTableResource.cs index eb7fa6e0b555..c5bbb06f5b89 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_RouteTableResource.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_RouteTableResource.cs @@ -24,7 +24,7 @@ public partial class Sample_RouteTableResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Delete_DeleteRouteTable() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/RouteTableDelete.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/RouteTableDelete.json // this example is just showing the usage of "RouteTables_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -51,7 +51,7 @@ public async Task Delete_DeleteRouteTable() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetRouteTable() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/RouteTableGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/RouteTableGet.json // this example is just showing the usage of "RouteTables_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -82,7 +82,7 @@ public async Task Get_GetRouteTable() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_UpdateRouteTableTags() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/RouteTableUpdateTags.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/RouteTableUpdateTags.json // this example is just showing the usage of "RouteTables_UpdateTags" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -121,7 +121,7 @@ public async Task Update_UpdateRouteTableTags() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetRouteTables_ListAllRouteTables() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/RouteTableListAll.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/RouteTableListAll.json // this example is just showing the usage of "RouteTables_ListAll" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_RoutingIntentCollection.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_RoutingIntentCollection.cs new file mode 100644 index 000000000000..2ef4d7453069 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_RoutingIntentCollection.cs @@ -0,0 +1,173 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Identity; +using Azure.ResourceManager; +using Azure.ResourceManager.Network; +using Azure.ResourceManager.Network.Models; + +namespace Azure.ResourceManager.Network.Samples +{ + public partial class Sample_RoutingIntentCollection + { + // RouteTablePut + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task CreateOrUpdate_RouteTablePut() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/RoutingIntentPut.json + // this example is just showing the usage of "RoutingIntent_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this VirtualHubResource created on azure + // for more information of creating VirtualHubResource, please refer to the document of VirtualHubResource + string subscriptionId = "subid"; + string resourceGroupName = "rg1"; + string virtualHubName = "virtualHub1"; + ResourceIdentifier virtualHubResourceId = VirtualHubResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, virtualHubName); + VirtualHubResource virtualHub = client.GetVirtualHubResource(virtualHubResourceId); + + // get the collection of this RoutingIntentResource + RoutingIntentCollection collection = virtualHub.GetRoutingIntents(); + + // invoke the operation + string routingIntentName = "Intent1"; + RoutingIntentData data = new RoutingIntentData() + { + RoutingPolicies = +{ +new RoutingPolicy("InternetTraffic",new string[] +{ +"Internet" +},"/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/azureFirewalls/azfw1"),new RoutingPolicy("PrivateTrafficPolicy",new string[] +{ +"PrivateTraffic" +},"/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/azureFirewalls/azfw1") +}, + }; + ArmOperation lro = await collection.CreateOrUpdateAsync(WaitUntil.Completed, routingIntentName, data); + RoutingIntentResource result = lro.Value; + + // the variable result is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + RoutingIntentData resourceData = result.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + + // RouteTableGet + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task Get_RouteTableGet() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/RoutingIntentGet.json + // this example is just showing the usage of "RoutingIntent_Get" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this VirtualHubResource created on azure + // for more information of creating VirtualHubResource, please refer to the document of VirtualHubResource + string subscriptionId = "subid"; + string resourceGroupName = "rg1"; + string virtualHubName = "virtualHub1"; + ResourceIdentifier virtualHubResourceId = VirtualHubResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, virtualHubName); + VirtualHubResource virtualHub = client.GetVirtualHubResource(virtualHubResourceId); + + // get the collection of this RoutingIntentResource + RoutingIntentCollection collection = virtualHub.GetRoutingIntents(); + + // invoke the operation + string routingIntentName = "Intent1"; + RoutingIntentResource result = await collection.GetAsync(routingIntentName); + + // the variable result is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + RoutingIntentData resourceData = result.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + + // RouteTableGet + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task Exists_RouteTableGet() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/RoutingIntentGet.json + // this example is just showing the usage of "RoutingIntent_Get" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this VirtualHubResource created on azure + // for more information of creating VirtualHubResource, please refer to the document of VirtualHubResource + string subscriptionId = "subid"; + string resourceGroupName = "rg1"; + string virtualHubName = "virtualHub1"; + ResourceIdentifier virtualHubResourceId = VirtualHubResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, virtualHubName); + VirtualHubResource virtualHub = client.GetVirtualHubResource(virtualHubResourceId); + + // get the collection of this RoutingIntentResource + RoutingIntentCollection collection = virtualHub.GetRoutingIntents(); + + // invoke the operation + string routingIntentName = "Intent1"; + bool result = await collection.ExistsAsync(routingIntentName); + + Console.WriteLine($"Succeeded: {result}"); + } + + // RoutingIntentList + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task GetAll_RoutingIntentList() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/RoutingIntentList.json + // this example is just showing the usage of "RoutingIntent_List" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this VirtualHubResource created on azure + // for more information of creating VirtualHubResource, please refer to the document of VirtualHubResource + string subscriptionId = "subid"; + string resourceGroupName = "rg1"; + string virtualHubName = "virtualHub1"; + ResourceIdentifier virtualHubResourceId = VirtualHubResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, virtualHubName); + VirtualHubResource virtualHub = client.GetVirtualHubResource(virtualHubResourceId); + + // get the collection of this RoutingIntentResource + RoutingIntentCollection collection = virtualHub.GetRoutingIntents(); + + // invoke the operation and iterate over the result + await foreach (RoutingIntentResource item in collection.GetAllAsync()) + { + // the variable item is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + RoutingIntentData resourceData = item.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + + Console.WriteLine($"Succeeded"); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_RoutingIntentResource.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_RoutingIntentResource.cs new file mode 100644 index 000000000000..818f5782f6b5 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_RoutingIntentResource.cs @@ -0,0 +1,127 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Identity; +using Azure.ResourceManager; +using Azure.ResourceManager.Network; +using Azure.ResourceManager.Network.Models; + +namespace Azure.ResourceManager.Network.Samples +{ + public partial class Sample_RoutingIntentResource + { + // RouteTablePut + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task Update_RouteTablePut() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/RoutingIntentPut.json + // this example is just showing the usage of "RoutingIntent_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this RoutingIntentResource created on azure + // for more information of creating RoutingIntentResource, please refer to the document of RoutingIntentResource + string subscriptionId = "subid"; + string resourceGroupName = "rg1"; + string virtualHubName = "virtualHub1"; + string routingIntentName = "Intent1"; + ResourceIdentifier routingIntentResourceId = RoutingIntentResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, virtualHubName, routingIntentName); + RoutingIntentResource routingIntent = client.GetRoutingIntentResource(routingIntentResourceId); + + // invoke the operation + RoutingIntentData data = new RoutingIntentData() + { + RoutingPolicies = +{ +new RoutingPolicy("InternetTraffic",new string[] +{ +"Internet" +},"/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/azureFirewalls/azfw1"),new RoutingPolicy("PrivateTrafficPolicy",new string[] +{ +"PrivateTraffic" +},"/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/azureFirewalls/azfw1") +}, + }; + ArmOperation lro = await routingIntent.UpdateAsync(WaitUntil.Completed, data); + RoutingIntentResource result = lro.Value; + + // the variable result is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + RoutingIntentData resourceData = result.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + + // RouteTableGet + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task Get_RouteTableGet() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/RoutingIntentGet.json + // this example is just showing the usage of "RoutingIntent_Get" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this RoutingIntentResource created on azure + // for more information of creating RoutingIntentResource, please refer to the document of RoutingIntentResource + string subscriptionId = "subid"; + string resourceGroupName = "rg1"; + string virtualHubName = "virtualHub1"; + string routingIntentName = "Intent1"; + ResourceIdentifier routingIntentResourceId = RoutingIntentResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, virtualHubName, routingIntentName); + RoutingIntentResource routingIntent = client.GetRoutingIntentResource(routingIntentResourceId); + + // invoke the operation + RoutingIntentResource result = await routingIntent.GetAsync(); + + // the variable result is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + RoutingIntentData resourceData = result.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + + // RouteTableDelete + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task Delete_RouteTableDelete() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/RoutingIntentDelete.json + // this example is just showing the usage of "RoutingIntent_Delete" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this RoutingIntentResource created on azure + // for more information of creating RoutingIntentResource, please refer to the document of RoutingIntentResource + string subscriptionId = "subid"; + string resourceGroupName = "rg1"; + string virtualHubName = "virtualHub1"; + string routingIntentName = "Intent1"; + ResourceIdentifier routingIntentResourceId = RoutingIntentResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, virtualHubName, routingIntentName); + RoutingIntentResource routingIntent = client.GetRoutingIntentResource(routingIntentResourceId); + + // invoke the operation + await routingIntent.DeleteAsync(WaitUntil.Completed); + + Console.WriteLine($"Succeeded"); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ScopeConnectionCollection.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ScopeConnectionCollection.cs new file mode 100644 index 000000000000..cdff725cb7ba --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ScopeConnectionCollection.cs @@ -0,0 +1,165 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Identity; +using Azure.ResourceManager; +using Azure.ResourceManager.Network; + +namespace Azure.ResourceManager.Network.Samples +{ + public partial class Sample_ScopeConnectionCollection + { + // Create or Update Network Manager Scope Connection + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task CreateOrUpdate_CreateOrUpdateNetworkManagerScopeConnection() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkManagerScopeConnectionPut.json + // this example is just showing the usage of "ScopeConnections_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this NetworkManagerResource created on azure + // for more information of creating NetworkManagerResource, please refer to the document of NetworkManagerResource + string subscriptionId = "00000000-0000-0000-0000-000000000000"; + string resourceGroupName = "rg1"; + string networkManagerName = "testNetworkManager"; + ResourceIdentifier networkManagerResourceId = NetworkManagerResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, networkManagerName); + NetworkManagerResource networkManager = client.GetNetworkManagerResource(networkManagerResourceId); + + // get the collection of this ScopeConnectionResource + ScopeConnectionCollection collection = networkManager.GetScopeConnections(); + + // invoke the operation + string scopeConnectionName = "TestScopeConnection"; + ScopeConnectionData data = new ScopeConnectionData() + { + TenantId = Guid.Parse("6babcaad-604b-40ac-a9d7-9fd97c0b779f"), + ResourceId = new ResourceIdentifier("subscriptions/f0dc2b34-dfad-40e4-83e0-2309fed8d00b"), + Description = "This is a scope connection to a cross tenant subscription.", + }; + ArmOperation lro = await collection.CreateOrUpdateAsync(WaitUntil.Completed, scopeConnectionName, data); + ScopeConnectionResource result = lro.Value; + + // the variable result is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + ScopeConnectionData resourceData = result.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + + // Get Network Manager Scope Connection + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task Get_GetNetworkManagerScopeConnection() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkManagerScopeConnectionGet.json + // this example is just showing the usage of "ScopeConnections_Get" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this NetworkManagerResource created on azure + // for more information of creating NetworkManagerResource, please refer to the document of NetworkManagerResource + string subscriptionId = "00000000-0000-0000-0000-000000000000"; + string resourceGroupName = "rg1"; + string networkManagerName = "testNetworkManager"; + ResourceIdentifier networkManagerResourceId = NetworkManagerResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, networkManagerName); + NetworkManagerResource networkManager = client.GetNetworkManagerResource(networkManagerResourceId); + + // get the collection of this ScopeConnectionResource + ScopeConnectionCollection collection = networkManager.GetScopeConnections(); + + // invoke the operation + string scopeConnectionName = "TestScopeConnection"; + ScopeConnectionResource result = await collection.GetAsync(scopeConnectionName); + + // the variable result is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + ScopeConnectionData resourceData = result.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + + // Get Network Manager Scope Connection + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task Exists_GetNetworkManagerScopeConnection() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkManagerScopeConnectionGet.json + // this example is just showing the usage of "ScopeConnections_Get" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this NetworkManagerResource created on azure + // for more information of creating NetworkManagerResource, please refer to the document of NetworkManagerResource + string subscriptionId = "00000000-0000-0000-0000-000000000000"; + string resourceGroupName = "rg1"; + string networkManagerName = "testNetworkManager"; + ResourceIdentifier networkManagerResourceId = NetworkManagerResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, networkManagerName); + NetworkManagerResource networkManager = client.GetNetworkManagerResource(networkManagerResourceId); + + // get the collection of this ScopeConnectionResource + ScopeConnectionCollection collection = networkManager.GetScopeConnections(); + + // invoke the operation + string scopeConnectionName = "TestScopeConnection"; + bool result = await collection.ExistsAsync(scopeConnectionName); + + Console.WriteLine($"Succeeded: {result}"); + } + + // List Network Manager Scope Connection + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task GetAll_ListNetworkManagerScopeConnection() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkManagerScopeConnectionList.json + // this example is just showing the usage of "ScopeConnections_List" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this NetworkManagerResource created on azure + // for more information of creating NetworkManagerResource, please refer to the document of NetworkManagerResource + string subscriptionId = "00000000-0000-0000-0000-000000000000"; + string resourceGroupName = "rg1"; + string networkManagerName = "testNetworkManager"; + ResourceIdentifier networkManagerResourceId = NetworkManagerResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, networkManagerName); + NetworkManagerResource networkManager = client.GetNetworkManagerResource(networkManagerResourceId); + + // get the collection of this ScopeConnectionResource + ScopeConnectionCollection collection = networkManager.GetScopeConnections(); + + // invoke the operation and iterate over the result + await foreach (ScopeConnectionResource item in collection.GetAllAsync()) + { + // the variable item is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + ScopeConnectionData resourceData = item.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + + Console.WriteLine($"Succeeded"); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ScopeConnectionResource.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ScopeConnectionResource.cs new file mode 100644 index 000000000000..6d957017310b --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ScopeConnectionResource.cs @@ -0,0 +1,119 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Identity; +using Azure.ResourceManager; +using Azure.ResourceManager.Network; + +namespace Azure.ResourceManager.Network.Samples +{ + public partial class Sample_ScopeConnectionResource + { + // Create or Update Network Manager Scope Connection + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task Update_CreateOrUpdateNetworkManagerScopeConnection() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkManagerScopeConnectionPut.json + // this example is just showing the usage of "ScopeConnections_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this ScopeConnectionResource created on azure + // for more information of creating ScopeConnectionResource, please refer to the document of ScopeConnectionResource + string subscriptionId = "00000000-0000-0000-0000-000000000000"; + string resourceGroupName = "rg1"; + string networkManagerName = "testNetworkManager"; + string scopeConnectionName = "TestScopeConnection"; + ResourceIdentifier scopeConnectionResourceId = ScopeConnectionResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, networkManagerName, scopeConnectionName); + ScopeConnectionResource scopeConnection = client.GetScopeConnectionResource(scopeConnectionResourceId); + + // invoke the operation + ScopeConnectionData data = new ScopeConnectionData() + { + TenantId = Guid.Parse("6babcaad-604b-40ac-a9d7-9fd97c0b779f"), + ResourceId = new ResourceIdentifier("subscriptions/f0dc2b34-dfad-40e4-83e0-2309fed8d00b"), + Description = "This is a scope connection to a cross tenant subscription.", + }; + ArmOperation lro = await scopeConnection.UpdateAsync(WaitUntil.Completed, data); + ScopeConnectionResource result = lro.Value; + + // the variable result is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + ScopeConnectionData resourceData = result.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + + // Get Network Manager Scope Connection + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task Get_GetNetworkManagerScopeConnection() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkManagerScopeConnectionGet.json + // this example is just showing the usage of "ScopeConnections_Get" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this ScopeConnectionResource created on azure + // for more information of creating ScopeConnectionResource, please refer to the document of ScopeConnectionResource + string subscriptionId = "00000000-0000-0000-0000-000000000000"; + string resourceGroupName = "rg1"; + string networkManagerName = "testNetworkManager"; + string scopeConnectionName = "TestScopeConnection"; + ResourceIdentifier scopeConnectionResourceId = ScopeConnectionResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, networkManagerName, scopeConnectionName); + ScopeConnectionResource scopeConnection = client.GetScopeConnectionResource(scopeConnectionResourceId); + + // invoke the operation + ScopeConnectionResource result = await scopeConnection.GetAsync(); + + // the variable result is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + ScopeConnectionData resourceData = result.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + + // Delete Network Manager Scope Connection + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task Delete_DeleteNetworkManagerScopeConnection() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkManagerScopeConnectionDelete.json + // this example is just showing the usage of "ScopeConnections_Delete" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this ScopeConnectionResource created on azure + // for more information of creating ScopeConnectionResource, please refer to the document of ScopeConnectionResource + string subscriptionId = "00000000-0000-0000-0000-000000000000"; + string resourceGroupName = "rg1"; + string networkManagerName = "testNetworkManager"; + string scopeConnectionName = "TestScopeConnection"; + ResourceIdentifier scopeConnectionResourceId = ScopeConnectionResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, networkManagerName, scopeConnectionName); + ScopeConnectionResource scopeConnection = client.GetScopeConnectionResource(scopeConnectionResourceId); + + // invoke the operation + await scopeConnection.DeleteAsync(WaitUntil.Completed); + + Console.WriteLine($"Succeeded"); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_SecurityAdminConfigurationCollection.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_SecurityAdminConfigurationCollection.cs new file mode 100644 index 000000000000..9459faf68993 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_SecurityAdminConfigurationCollection.cs @@ -0,0 +1,168 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Identity; +using Azure.ResourceManager; +using Azure.ResourceManager.Network; +using Azure.ResourceManager.Network.Models; + +namespace Azure.ResourceManager.Network.Samples +{ + public partial class Sample_SecurityAdminConfigurationCollection + { + // List security admin configurations in a network manager + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task GetAll_ListSecurityAdminConfigurationsInANetworkManager() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkManagerSecurityAdminConfigurationList.json + // this example is just showing the usage of "SecurityAdminConfigurations_List" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this NetworkManagerResource created on azure + // for more information of creating NetworkManagerResource, please refer to the document of NetworkManagerResource + string subscriptionId = "00000000-0000-0000-0000-000000000000"; + string resourceGroupName = "rg1"; + string networkManagerName = "testNetworkManager"; + ResourceIdentifier networkManagerResourceId = NetworkManagerResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, networkManagerName); + NetworkManagerResource networkManager = client.GetNetworkManagerResource(networkManagerResourceId); + + // get the collection of this SecurityAdminConfigurationResource + SecurityAdminConfigurationCollection collection = networkManager.GetSecurityAdminConfigurations(); + + // invoke the operation and iterate over the result + await foreach (SecurityAdminConfigurationResource item in collection.GetAllAsync()) + { + // the variable item is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + SecurityAdminConfigurationData resourceData = item.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + + Console.WriteLine($"Succeeded"); + } + + // Get security admin configurations + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task Get_GetSecurityAdminConfigurations() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkManagerSecurityAdminConfigurationGet.json + // this example is just showing the usage of "SecurityAdminConfigurations_Get" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this NetworkManagerResource created on azure + // for more information of creating NetworkManagerResource, please refer to the document of NetworkManagerResource + string subscriptionId = "00000000-0000-0000-0000-000000000000"; + string resourceGroupName = "rg1"; + string networkManagerName = "testNetworkManager"; + ResourceIdentifier networkManagerResourceId = NetworkManagerResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, networkManagerName); + NetworkManagerResource networkManager = client.GetNetworkManagerResource(networkManagerResourceId); + + // get the collection of this SecurityAdminConfigurationResource + SecurityAdminConfigurationCollection collection = networkManager.GetSecurityAdminConfigurations(); + + // invoke the operation + string configurationName = "myTestSecurityConfig"; + SecurityAdminConfigurationResource result = await collection.GetAsync(configurationName); + + // the variable result is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + SecurityAdminConfigurationData resourceData = result.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + + // Get security admin configurations + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task Exists_GetSecurityAdminConfigurations() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkManagerSecurityAdminConfigurationGet.json + // this example is just showing the usage of "SecurityAdminConfigurations_Get" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this NetworkManagerResource created on azure + // for more information of creating NetworkManagerResource, please refer to the document of NetworkManagerResource + string subscriptionId = "00000000-0000-0000-0000-000000000000"; + string resourceGroupName = "rg1"; + string networkManagerName = "testNetworkManager"; + ResourceIdentifier networkManagerResourceId = NetworkManagerResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, networkManagerName); + NetworkManagerResource networkManager = client.GetNetworkManagerResource(networkManagerResourceId); + + // get the collection of this SecurityAdminConfigurationResource + SecurityAdminConfigurationCollection collection = networkManager.GetSecurityAdminConfigurations(); + + // invoke the operation + string configurationName = "myTestSecurityConfig"; + bool result = await collection.ExistsAsync(configurationName); + + Console.WriteLine($"Succeeded: {result}"); + } + + // Create network manager security admin configuration + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task CreateOrUpdate_CreateNetworkManagerSecurityAdminConfiguration() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkManagerSecurityAdminConfigurationPut.json + // this example is just showing the usage of "SecurityAdminConfigurations_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this NetworkManagerResource created on azure + // for more information of creating NetworkManagerResource, please refer to the document of NetworkManagerResource + string subscriptionId = "00000000-0000-0000-0000-000000000000"; + string resourceGroupName = "rg1"; + string networkManagerName = "testNetworkManager"; + ResourceIdentifier networkManagerResourceId = NetworkManagerResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, networkManagerName); + NetworkManagerResource networkManager = client.GetNetworkManagerResource(networkManagerResourceId); + + // get the collection of this SecurityAdminConfigurationResource + SecurityAdminConfigurationCollection collection = networkManager.GetSecurityAdminConfigurations(); + + // invoke the operation + string configurationName = "myTestSecurityConfig"; + SecurityAdminConfigurationData data = new SecurityAdminConfigurationData() + { + Description = "A sample policy", + ApplyOnNetworkIntentPolicyBasedServices = +{ +NetworkIntentPolicyBasedService.None +}, + }; + ArmOperation lro = await collection.CreateOrUpdateAsync(WaitUntil.Completed, configurationName, data); + SecurityAdminConfigurationResource result = lro.Value; + + // the variable result is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + SecurityAdminConfigurationData resourceData = result.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_SecurityAdminConfigurationResource.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_SecurityAdminConfigurationResource.cs new file mode 100644 index 000000000000..29c5d036b140 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_SecurityAdminConfigurationResource.cs @@ -0,0 +1,123 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Identity; +using Azure.ResourceManager; +using Azure.ResourceManager.Network; +using Azure.ResourceManager.Network.Models; + +namespace Azure.ResourceManager.Network.Samples +{ + public partial class Sample_SecurityAdminConfigurationResource + { + // Get security admin configurations + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task Get_GetSecurityAdminConfigurations() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkManagerSecurityAdminConfigurationGet.json + // this example is just showing the usage of "SecurityAdminConfigurations_Get" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this SecurityAdminConfigurationResource created on azure + // for more information of creating SecurityAdminConfigurationResource, please refer to the document of SecurityAdminConfigurationResource + string subscriptionId = "00000000-0000-0000-0000-000000000000"; + string resourceGroupName = "rg1"; + string networkManagerName = "testNetworkManager"; + string configurationName = "myTestSecurityConfig"; + ResourceIdentifier securityAdminConfigurationResourceId = SecurityAdminConfigurationResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, networkManagerName, configurationName); + SecurityAdminConfigurationResource securityAdminConfiguration = client.GetSecurityAdminConfigurationResource(securityAdminConfigurationResourceId); + + // invoke the operation + SecurityAdminConfigurationResource result = await securityAdminConfiguration.GetAsync(); + + // the variable result is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + SecurityAdminConfigurationData resourceData = result.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + + // Create network manager security admin configuration + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task Update_CreateNetworkManagerSecurityAdminConfiguration() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkManagerSecurityAdminConfigurationPut.json + // this example is just showing the usage of "SecurityAdminConfigurations_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this SecurityAdminConfigurationResource created on azure + // for more information of creating SecurityAdminConfigurationResource, please refer to the document of SecurityAdminConfigurationResource + string subscriptionId = "00000000-0000-0000-0000-000000000000"; + string resourceGroupName = "rg1"; + string networkManagerName = "testNetworkManager"; + string configurationName = "myTestSecurityConfig"; + ResourceIdentifier securityAdminConfigurationResourceId = SecurityAdminConfigurationResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, networkManagerName, configurationName); + SecurityAdminConfigurationResource securityAdminConfiguration = client.GetSecurityAdminConfigurationResource(securityAdminConfigurationResourceId); + + // invoke the operation + SecurityAdminConfigurationData data = new SecurityAdminConfigurationData() + { + Description = "A sample policy", + ApplyOnNetworkIntentPolicyBasedServices = +{ +NetworkIntentPolicyBasedService.None +}, + }; + ArmOperation lro = await securityAdminConfiguration.UpdateAsync(WaitUntil.Completed, data); + SecurityAdminConfigurationResource result = lro.Value; + + // the variable result is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + SecurityAdminConfigurationData resourceData = result.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + + // Delete network manager security admin configuration + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task Delete_DeleteNetworkManagerSecurityAdminConfiguration() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkManagerSecurityAdminConfigurationDelete.json + // this example is just showing the usage of "SecurityAdminConfigurations_Delete" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this SecurityAdminConfigurationResource created on azure + // for more information of creating SecurityAdminConfigurationResource, please refer to the document of SecurityAdminConfigurationResource + string subscriptionId = "00000000-0000-0000-0000-000000000000"; + string resourceGroupName = "rg1"; + string networkManagerName = "testNetworkManager"; + string configurationName = "myTestSecurityConfig"; + ResourceIdentifier securityAdminConfigurationResourceId = SecurityAdminConfigurationResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, networkManagerName, configurationName); + SecurityAdminConfigurationResource securityAdminConfiguration = client.GetSecurityAdminConfigurationResource(securityAdminConfigurationResourceId); + + // invoke the operation + bool? force = false; + await securityAdminConfiguration.DeleteAsync(WaitUntil.Completed, force: force); + + Console.WriteLine($"Succeeded"); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_SecurityPartnerProviderCollection.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_SecurityPartnerProviderCollection.cs index 4b685a69d351..ac47d6bb5c72 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_SecurityPartnerProviderCollection.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_SecurityPartnerProviderCollection.cs @@ -24,7 +24,7 @@ public partial class Sample_SecurityPartnerProviderCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetSecurityPartnerProvider() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/SecurityPartnerProviderGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/SecurityPartnerProviderGet.json // this example is just showing the usage of "SecurityPartnerProviders_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -58,7 +58,7 @@ public async Task Get_GetSecurityPartnerProvider() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetSecurityPartnerProvider() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/SecurityPartnerProviderGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/SecurityPartnerProviderGet.json // this example is just showing the usage of "SecurityPartnerProviders_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -88,7 +88,7 @@ public async Task Exists_GetSecurityPartnerProvider() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateSecurityPartnerProvider() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/SecurityPartnerProviderPut.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/SecurityPartnerProviderPut.json // this example is just showing the usage of "SecurityPartnerProviders_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -133,7 +133,7 @@ public async Task CreateOrUpdate_CreateSecurityPartnerProvider() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_ListAllSecurityPartnerProvidersForAGivenResourceGroup() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/SecurityPartnerProviderListByResourceGroup.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/SecurityPartnerProviderListByResourceGroup.json // this example is just showing the usage of "SecurityPartnerProviders_ListByResourceGroup" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_SecurityPartnerProviderResource.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_SecurityPartnerProviderResource.cs index d84913078abf..7c90a39164c6 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_SecurityPartnerProviderResource.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_SecurityPartnerProviderResource.cs @@ -24,7 +24,7 @@ public partial class Sample_SecurityPartnerProviderResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Delete_DeleteSecurityPartnerProvider() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/SecurityPartnerProviderDelete.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/SecurityPartnerProviderDelete.json // this example is just showing the usage of "SecurityPartnerProviders_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -51,7 +51,7 @@ public async Task Delete_DeleteSecurityPartnerProvider() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetSecurityPartnerProvider() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/SecurityPartnerProviderGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/SecurityPartnerProviderGet.json // this example is just showing the usage of "SecurityPartnerProviders_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -82,7 +82,7 @@ public async Task Get_GetSecurityPartnerProvider() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_UpdateSecurityPartnerProviderTags() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/SecurityPartnerProviderUpdateTags.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/SecurityPartnerProviderUpdateTags.json // this example is just showing the usage of "SecurityPartnerProviders_UpdateTags" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -121,7 +121,7 @@ public async Task Update_UpdateSecurityPartnerProviderTags() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetSecurityPartnerProviders_ListAllSecurityPartnerProvidersForAGivenSubscription() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/SecurityPartnerProviderListBySubscription.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/SecurityPartnerProviderListBySubscription.json // this example is just showing the usage of "SecurityPartnerProviders_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_SecurityRuleCollection.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_SecurityRuleCollection.cs index 920f383c6ce5..a23d2d70b215 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_SecurityRuleCollection.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_SecurityRuleCollection.cs @@ -23,7 +23,7 @@ public partial class Sample_SecurityRuleCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetNetworkSecurityRuleInNetworkSecurityGroup() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkSecurityGroupRuleGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkSecurityGroupRuleGet.json // this example is just showing the usage of "SecurityRules_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -58,7 +58,7 @@ public async Task Get_GetNetworkSecurityRuleInNetworkSecurityGroup() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetNetworkSecurityRuleInNetworkSecurityGroup() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkSecurityGroupRuleGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkSecurityGroupRuleGet.json // this example is just showing the usage of "SecurityRules_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -89,7 +89,7 @@ public async Task Exists_GetNetworkSecurityRuleInNetworkSecurityGroup() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateSecurityRule() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkSecurityGroupRuleCreate.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkSecurityGroupRuleCreate.json // this example is just showing the usage of "SecurityRules_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -136,7 +136,7 @@ public async Task CreateOrUpdate_CreateSecurityRule() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_ListNetworkSecurityRulesInNetworkSecurityGroup() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkSecurityGroupRuleList.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkSecurityGroupRuleList.json // this example is just showing the usage of "SecurityRules_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_SecurityRuleResource.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_SecurityRuleResource.cs index 2b4daf87ea4a..b15ee59ecfec 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_SecurityRuleResource.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_SecurityRuleResource.cs @@ -23,7 +23,7 @@ public partial class Sample_SecurityRuleResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Delete_DeleteNetworkSecurityRuleFromNetworkSecurityGroup() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkSecurityGroupRuleDelete.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkSecurityGroupRuleDelete.json // this example is just showing the usage of "SecurityRules_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -51,7 +51,7 @@ public async Task Delete_DeleteNetworkSecurityRuleFromNetworkSecurityGroup() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetNetworkSecurityRuleInNetworkSecurityGroup() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkSecurityGroupRuleGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkSecurityGroupRuleGet.json // this example is just showing the usage of "SecurityRules_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -83,7 +83,7 @@ public async Task Get_GetNetworkSecurityRuleInNetworkSecurityGroup() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_CreateSecurityRule() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkSecurityGroupRuleCreate.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkSecurityGroupRuleCreate.json // this example is just showing the usage of "SecurityRules_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ServiceEndpointPolicyCollection.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ServiceEndpointPolicyCollection.cs index 0786014a27a9..17192687538c 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ServiceEndpointPolicyCollection.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ServiceEndpointPolicyCollection.cs @@ -23,7 +23,7 @@ public partial class Sample_ServiceEndpointPolicyCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetServiceEndPointPolicy() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ServiceEndpointPolicyGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ServiceEndpointPolicyGet.json // this example is just showing the usage of "ServiceEndpointPolicies_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -57,7 +57,7 @@ public async Task Get_GetServiceEndPointPolicy() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetServiceEndPointPolicy() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ServiceEndpointPolicyGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ServiceEndpointPolicyGet.json // this example is just showing the usage of "ServiceEndpointPolicies_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -87,7 +87,7 @@ public async Task Exists_GetServiceEndPointPolicy() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateServiceEndpointPolicy() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ServiceEndpointPolicyCreate.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ServiceEndpointPolicyCreate.json // this example is just showing the usage of "ServiceEndpointPolicies_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -126,7 +126,7 @@ public async Task CreateOrUpdate_CreateServiceEndpointPolicy() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateServiceEndpointPolicyWithDefinition() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ServiceEndpointPolicyCreateWithDefinition.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ServiceEndpointPolicyCreateWithDefinition.json // this example is just showing the usage of "ServiceEndpointPolicies_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -178,7 +178,7 @@ public async Task CreateOrUpdate_CreateServiceEndpointPolicyWithDefinition() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_ListResourceGroupServiceEndpointPolicies() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ServiceEndpointPolicyList.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ServiceEndpointPolicyList.json // this example is just showing the usage of "ServiceEndpointPolicies_ListByResourceGroup" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ServiceEndpointPolicyDefinitionCollection.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ServiceEndpointPolicyDefinitionCollection.cs index 2ca54d83687e..1d7e1a80775c 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ServiceEndpointPolicyDefinitionCollection.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ServiceEndpointPolicyDefinitionCollection.cs @@ -22,7 +22,7 @@ public partial class Sample_ServiceEndpointPolicyDefinitionCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetServiceEndpointDefinitionInServiceEndpointPolicy() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ServiceEndpointPolicyDefinitionGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ServiceEndpointPolicyDefinitionGet.json // this example is just showing the usage of "ServiceEndpointPolicyDefinitions_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -57,7 +57,7 @@ public async Task Get_GetServiceEndpointDefinitionInServiceEndpointPolicy() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetServiceEndpointDefinitionInServiceEndpointPolicy() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ServiceEndpointPolicyDefinitionGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ServiceEndpointPolicyDefinitionGet.json // this example is just showing the usage of "ServiceEndpointPolicyDefinitions_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -88,7 +88,7 @@ public async Task Exists_GetServiceEndpointDefinitionInServiceEndpointPolicy() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateServiceEndpointPolicyDefinition() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ServiceEndpointPolicyDefinitionCreate.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ServiceEndpointPolicyDefinitionCreate.json // this example is just showing the usage of "ServiceEndpointPolicyDefinitions_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -133,7 +133,7 @@ public async Task CreateOrUpdate_CreateServiceEndpointPolicyDefinition() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_ListServiceEndpointDefinitionsInServiceEndPointPolicy() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ServiceEndpointPolicyDefinitionList.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ServiceEndpointPolicyDefinitionList.json // this example is just showing the usage of "ServiceEndpointPolicyDefinitions_ListByResourceGroup" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ServiceEndpointPolicyDefinitionResource.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ServiceEndpointPolicyDefinitionResource.cs index c7d2e4ceee86..582a32423d81 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ServiceEndpointPolicyDefinitionResource.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ServiceEndpointPolicyDefinitionResource.cs @@ -22,7 +22,7 @@ public partial class Sample_ServiceEndpointPolicyDefinitionResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Delete_DeleteServiceEndpointPolicyDefinitionsFromServiceEndpointPolicy() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ServiceEndpointPolicyDefinitionDelete.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ServiceEndpointPolicyDefinitionDelete.json // this example is just showing the usage of "ServiceEndpointPolicyDefinitions_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -50,7 +50,7 @@ public async Task Delete_DeleteServiceEndpointPolicyDefinitionsFromServiceEndpoi [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetServiceEndpointDefinitionInServiceEndpointPolicy() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ServiceEndpointPolicyDefinitionGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ServiceEndpointPolicyDefinitionGet.json // this example is just showing the usage of "ServiceEndpointPolicyDefinitions_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -82,7 +82,7 @@ public async Task Get_GetServiceEndpointDefinitionInServiceEndpointPolicy() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_CreateServiceEndpointPolicyDefinition() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ServiceEndpointPolicyDefinitionCreate.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ServiceEndpointPolicyDefinitionCreate.json // this example is just showing the usage of "ServiceEndpointPolicyDefinitions_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ServiceEndpointPolicyResource.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ServiceEndpointPolicyResource.cs index c91aa49a94cc..4c687e717192 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ServiceEndpointPolicyResource.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_ServiceEndpointPolicyResource.cs @@ -24,7 +24,7 @@ public partial class Sample_ServiceEndpointPolicyResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Delete_DeleteServiceEndpointPolicy() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ServiceEndpointPolicyDelete.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ServiceEndpointPolicyDelete.json // this example is just showing the usage of "ServiceEndpointPolicies_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -51,7 +51,7 @@ public async Task Delete_DeleteServiceEndpointPolicy() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetServiceEndPointPolicy() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ServiceEndpointPolicyGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ServiceEndpointPolicyGet.json // this example is just showing the usage of "ServiceEndpointPolicies_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -82,7 +82,7 @@ public async Task Get_GetServiceEndPointPolicy() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_UpdateServiceEndpointPolicyTags() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ServiceEndpointPolicyUpdateTags.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ServiceEndpointPolicyUpdateTags.json // this example is just showing the usage of "ServiceEndpointPolicies_UpdateTags" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -121,7 +121,7 @@ public async Task Update_UpdateServiceEndpointPolicyTags() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetServiceEndpointPoliciesByServiceEndpointPolicy_ListAllServiceEndpointPolicy() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ServiceEndpointPolicyListAll.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ServiceEndpointPolicyListAll.json // this example is just showing the usage of "ServiceEndpointPolicies_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_SubnetCollection.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_SubnetCollection.cs index 3be4ffd926a4..fd04f1452a4b 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_SubnetCollection.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_SubnetCollection.cs @@ -23,7 +23,7 @@ public partial class Sample_SubnetCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetSubnet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/SubnetGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/SubnetGet.json // this example is just showing the usage of "Subnets_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -58,7 +58,7 @@ public async Task Get_GetSubnet() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetSubnet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/SubnetGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/SubnetGet.json // this example is just showing the usage of "Subnets_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -89,7 +89,7 @@ public async Task Exists_GetSubnet() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetSubnetWithADelegation() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/SubnetGetWithDelegation.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/SubnetGetWithDelegation.json // this example is just showing the usage of "Subnets_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -124,7 +124,7 @@ public async Task Get_GetSubnetWithADelegation() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetSubnetWithADelegation() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/SubnetGetWithDelegation.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/SubnetGetWithDelegation.json // this example is just showing the usage of "Subnets_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -155,7 +155,7 @@ public async Task Exists_GetSubnetWithADelegation() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateSubnet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/SubnetCreate.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/SubnetCreate.json // this example is just showing the usage of "Subnets_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -195,7 +195,7 @@ public async Task CreateOrUpdate_CreateSubnet() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateSubnetWithADelegation() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/SubnetCreateWithDelegation.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/SubnetCreateWithDelegation.json // this example is just showing the usage of "Subnets_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -235,7 +235,7 @@ public async Task CreateOrUpdate_CreateSubnetWithADelegation() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateSubnetWithServiceEndpoints() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/SubnetCreateServiceEndpoint.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/SubnetCreateServiceEndpoint.json // this example is just showing the usage of "Subnets_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -282,7 +282,7 @@ public async Task CreateOrUpdate_CreateSubnetWithServiceEndpoints() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_ListSubnets() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/SubnetList.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/SubnetList.json // this example is just showing the usage of "Subnets_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_SubnetResource.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_SubnetResource.cs index 4e69ef42ce60..35ee61d85590 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_SubnetResource.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_SubnetResource.cs @@ -23,7 +23,7 @@ public partial class Sample_SubnetResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Delete_DeleteSubnet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/SubnetDelete.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/SubnetDelete.json // this example is just showing the usage of "Subnets_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -51,7 +51,7 @@ public async Task Delete_DeleteSubnet() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetSubnet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/SubnetGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/SubnetGet.json // this example is just showing the usage of "Subnets_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -83,7 +83,7 @@ public async Task Get_GetSubnet() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetSubnetWithADelegation() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/SubnetGetWithDelegation.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/SubnetGetWithDelegation.json // this example is just showing the usage of "Subnets_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -115,7 +115,7 @@ public async Task Get_GetSubnetWithADelegation() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_CreateSubnet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/SubnetCreate.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/SubnetCreate.json // this example is just showing the usage of "Subnets_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -152,7 +152,7 @@ public async Task Update_CreateSubnet() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_CreateSubnetWithADelegation() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/SubnetCreateWithDelegation.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/SubnetCreateWithDelegation.json // this example is just showing the usage of "Subnets_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -189,7 +189,7 @@ public async Task Update_CreateSubnetWithADelegation() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_CreateSubnetWithServiceEndpoints() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/SubnetCreateServiceEndpoint.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/SubnetCreateServiceEndpoint.json // this example is just showing the usage of "Subnets_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -233,7 +233,7 @@ public async Task Update_CreateSubnetWithServiceEndpoints() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task PrepareNetworkPolicies_PrepareNetworkPolicies() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/SubnetPrepareNetworkPolicies.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/SubnetPrepareNetworkPolicies.json // this example is just showing the usage of "Subnets_PrepareNetworkPolicies" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -265,7 +265,7 @@ public async Task PrepareNetworkPolicies_PrepareNetworkPolicies() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task UnprepareNetworkPolicies_UnprepareNetworkPolicies() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/SubnetUnprepareNetworkPolicies.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/SubnetUnprepareNetworkPolicies.json // this example is just showing the usage of "Subnets_UnprepareNetworkPolicies" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -297,7 +297,7 @@ public async Task UnprepareNetworkPolicies_UnprepareNetworkPolicies() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetResourceNavigationLinks_GetResourceNavigationLinks() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualNetworkGetResourceNavigationLinks.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualNetworkGetResourceNavigationLinks.json // this example is just showing the usage of "ResourceNavigationLinks_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -328,7 +328,7 @@ public async Task GetResourceNavigationLinks_GetResourceNavigationLinks() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetServiceAssociationLinks_GetServiceAssociationLinks() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualNetworkGetServiceAssociationLinks.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualNetworkGetServiceAssociationLinks.json // this example is just showing the usage of "ServiceAssociationLinks_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_SubscriptionNetworkManagerConnectionCollection.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_SubscriptionNetworkManagerConnectionCollection.cs new file mode 100644 index 000000000000..8b547f9a5551 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_SubscriptionNetworkManagerConnectionCollection.cs @@ -0,0 +1,156 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Identity; +using Azure.ResourceManager; +using Azure.ResourceManager.Network; +using Azure.ResourceManager.Resources; + +namespace Azure.ResourceManager.Network.Samples +{ + public partial class Sample_SubscriptionNetworkManagerConnectionCollection + { + // Create or Update Subscription Network Manager Connection + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task CreateOrUpdate_CreateOrUpdateSubscriptionNetworkManagerConnection() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkManagerConnectionSubscriptionPut.json + // this example is just showing the usage of "SubscriptionNetworkManagerConnections_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this SubscriptionResource created on azure + // for more information of creating SubscriptionResource, please refer to the document of SubscriptionResource + string subscriptionId = "00000000-0000-0000-0000-000000000000"; + ResourceIdentifier subscriptionResourceId = SubscriptionResource.CreateResourceIdentifier(subscriptionId); + SubscriptionResource subscriptionResource = client.GetSubscriptionResource(subscriptionResourceId); + + // get the collection of this SubscriptionNetworkManagerConnectionResource + SubscriptionNetworkManagerConnectionCollection collection = subscriptionResource.GetSubscriptionNetworkManagerConnections(); + + // invoke the operation + string networkManagerConnectionName = "TestNMConnection"; + NetworkManagerConnectionData data = new NetworkManagerConnectionData() + { + NetworkManagerId = new ResourceIdentifier("/subscriptions/subscriptionC/resourceGroup/rg1/providers/Microsoft.Network/networkManagers/testNetworkManager"), + }; + ArmOperation lro = await collection.CreateOrUpdateAsync(WaitUntil.Completed, networkManagerConnectionName, data); + SubscriptionNetworkManagerConnectionResource result = lro.Value; + + // the variable result is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + NetworkManagerConnectionData resourceData = result.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + + // Get Subscription Network Manager Connection + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task Get_GetSubscriptionNetworkManagerConnection() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkManagerConnectionSubscriptionGet.json + // this example is just showing the usage of "SubscriptionNetworkManagerConnections_Get" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this SubscriptionResource created on azure + // for more information of creating SubscriptionResource, please refer to the document of SubscriptionResource + string subscriptionId = "00000000-0000-0000-0000-000000000000"; + ResourceIdentifier subscriptionResourceId = SubscriptionResource.CreateResourceIdentifier(subscriptionId); + SubscriptionResource subscriptionResource = client.GetSubscriptionResource(subscriptionResourceId); + + // get the collection of this SubscriptionNetworkManagerConnectionResource + SubscriptionNetworkManagerConnectionCollection collection = subscriptionResource.GetSubscriptionNetworkManagerConnections(); + + // invoke the operation + string networkManagerConnectionName = "TestNMConnection"; + SubscriptionNetworkManagerConnectionResource result = await collection.GetAsync(networkManagerConnectionName); + + // the variable result is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + NetworkManagerConnectionData resourceData = result.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + + // Get Subscription Network Manager Connection + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task Exists_GetSubscriptionNetworkManagerConnection() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkManagerConnectionSubscriptionGet.json + // this example is just showing the usage of "SubscriptionNetworkManagerConnections_Get" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this SubscriptionResource created on azure + // for more information of creating SubscriptionResource, please refer to the document of SubscriptionResource + string subscriptionId = "00000000-0000-0000-0000-000000000000"; + ResourceIdentifier subscriptionResourceId = SubscriptionResource.CreateResourceIdentifier(subscriptionId); + SubscriptionResource subscriptionResource = client.GetSubscriptionResource(subscriptionResourceId); + + // get the collection of this SubscriptionNetworkManagerConnectionResource + SubscriptionNetworkManagerConnectionCollection collection = subscriptionResource.GetSubscriptionNetworkManagerConnections(); + + // invoke the operation + string networkManagerConnectionName = "TestNMConnection"; + bool result = await collection.ExistsAsync(networkManagerConnectionName); + + Console.WriteLine($"Succeeded: {result}"); + } + + // List Subscription Network Manager Connection + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task GetAll_ListSubscriptionNetworkManagerConnection() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkManagerConnectionSubscriptionList.json + // this example is just showing the usage of "SubscriptionNetworkManagerConnections_List" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this SubscriptionResource created on azure + // for more information of creating SubscriptionResource, please refer to the document of SubscriptionResource + string subscriptionId = "00000000-0000-0000-0000-000000000000"; + ResourceIdentifier subscriptionResourceId = SubscriptionResource.CreateResourceIdentifier(subscriptionId); + SubscriptionResource subscriptionResource = client.GetSubscriptionResource(subscriptionResourceId); + + // get the collection of this SubscriptionNetworkManagerConnectionResource + SubscriptionNetworkManagerConnectionCollection collection = subscriptionResource.GetSubscriptionNetworkManagerConnections(); + + // invoke the operation and iterate over the result + await foreach (SubscriptionNetworkManagerConnectionResource item in collection.GetAllAsync()) + { + // the variable item is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + NetworkManagerConnectionData resourceData = item.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + + Console.WriteLine($"Succeeded"); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_SubscriptionNetworkManagerConnectionResource.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_SubscriptionNetworkManagerConnectionResource.cs new file mode 100644 index 000000000000..1cda4026c94a --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_SubscriptionNetworkManagerConnectionResource.cs @@ -0,0 +1,111 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Identity; +using Azure.ResourceManager; +using Azure.ResourceManager.Network; + +namespace Azure.ResourceManager.Network.Samples +{ + public partial class Sample_SubscriptionNetworkManagerConnectionResource + { + // Create or Update Subscription Network Manager Connection + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task Update_CreateOrUpdateSubscriptionNetworkManagerConnection() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkManagerConnectionSubscriptionPut.json + // this example is just showing the usage of "SubscriptionNetworkManagerConnections_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this SubscriptionNetworkManagerConnectionResource created on azure + // for more information of creating SubscriptionNetworkManagerConnectionResource, please refer to the document of SubscriptionNetworkManagerConnectionResource + string subscriptionId = "00000000-0000-0000-0000-000000000000"; + string networkManagerConnectionName = "TestNMConnection"; + ResourceIdentifier subscriptionNetworkManagerConnectionResourceId = SubscriptionNetworkManagerConnectionResource.CreateResourceIdentifier(subscriptionId, networkManagerConnectionName); + SubscriptionNetworkManagerConnectionResource subscriptionNetworkManagerConnection = client.GetSubscriptionNetworkManagerConnectionResource(subscriptionNetworkManagerConnectionResourceId); + + // invoke the operation + NetworkManagerConnectionData data = new NetworkManagerConnectionData() + { + NetworkManagerId = new ResourceIdentifier("/subscriptions/subscriptionC/resourceGroup/rg1/providers/Microsoft.Network/networkManagers/testNetworkManager"), + }; + ArmOperation lro = await subscriptionNetworkManagerConnection.UpdateAsync(WaitUntil.Completed, data); + SubscriptionNetworkManagerConnectionResource result = lro.Value; + + // the variable result is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + NetworkManagerConnectionData resourceData = result.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + + // Get Subscription Network Manager Connection + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task Get_GetSubscriptionNetworkManagerConnection() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkManagerConnectionSubscriptionGet.json + // this example is just showing the usage of "SubscriptionNetworkManagerConnections_Get" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this SubscriptionNetworkManagerConnectionResource created on azure + // for more information of creating SubscriptionNetworkManagerConnectionResource, please refer to the document of SubscriptionNetworkManagerConnectionResource + string subscriptionId = "00000000-0000-0000-0000-000000000000"; + string networkManagerConnectionName = "TestNMConnection"; + ResourceIdentifier subscriptionNetworkManagerConnectionResourceId = SubscriptionNetworkManagerConnectionResource.CreateResourceIdentifier(subscriptionId, networkManagerConnectionName); + SubscriptionNetworkManagerConnectionResource subscriptionNetworkManagerConnection = client.GetSubscriptionNetworkManagerConnectionResource(subscriptionNetworkManagerConnectionResourceId); + + // invoke the operation + SubscriptionNetworkManagerConnectionResource result = await subscriptionNetworkManagerConnection.GetAsync(); + + // the variable result is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + NetworkManagerConnectionData resourceData = result.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + + // Delete Subscription Network Manager Connection + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task Delete_DeleteSubscriptionNetworkManagerConnection() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkManagerConnectionSubscriptionDelete.json + // this example is just showing the usage of "SubscriptionNetworkManagerConnections_Delete" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this SubscriptionNetworkManagerConnectionResource created on azure + // for more information of creating SubscriptionNetworkManagerConnectionResource, please refer to the document of SubscriptionNetworkManagerConnectionResource + string subscriptionId = "00000000-0000-0000-0000-000000000000"; + string networkManagerConnectionName = "TestNMConnection"; + ResourceIdentifier subscriptionNetworkManagerConnectionResourceId = SubscriptionNetworkManagerConnectionResource.CreateResourceIdentifier(subscriptionId, networkManagerConnectionName); + SubscriptionNetworkManagerConnectionResource subscriptionNetworkManagerConnection = client.GetSubscriptionNetworkManagerConnectionResource(subscriptionNetworkManagerConnectionResourceId); + + // invoke the operation + await subscriptionNetworkManagerConnection.DeleteAsync(WaitUntil.Completed); + + Console.WriteLine($"Succeeded"); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_SubscriptionResourceExtensions.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_SubscriptionResourceExtensions.cs index af65e5a57815..fcc5ae08b8b3 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_SubscriptionResourceExtensions.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_SubscriptionResourceExtensions.cs @@ -24,7 +24,7 @@ public partial class Sample_SubscriptionResourceExtensions [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAvailableDelegations_GetAvailableDelegations() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/AvailableDelegationsSubscriptionGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/AvailableDelegationsSubscriptionGet.json // this example is just showing the usage of "AvailableDelegations_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -53,7 +53,7 @@ public async Task GetAvailableDelegations_GetAvailableDelegations() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAvailableServiceAliases_GetAvailableServiceAliases() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/AvailableServiceAliasesList.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/AvailableServiceAliasesList.json // this example is just showing the usage of "AvailableServiceAliases_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -82,7 +82,7 @@ public async Task GetAvailableServiceAliases_GetAvailableServiceAliases() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAzureFirewallFqdnTags_ListAllAzureFirewallFQDNTagsForAGivenSubscription() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/AzureFirewallFqdnTagsListBySubscription.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/AzureFirewallFqdnTagsListBySubscription.json // this example is just showing the usage of "AzureFirewallFqdnTags_ListAll" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -105,39 +105,12 @@ public async Task GetAzureFirewallFqdnTags_ListAllAzureFirewallFQDNTagsForAGiven Console.WriteLine($"Succeeded"); } - // Check Dns Name Availability - [NUnit.Framework.Test] - [NUnit.Framework.Ignore("Only verifying that the sample builds")] - public async Task CheckDnsNameAvailability_CheckDnsNameAvailability() - { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/CheckDnsNameAvailability.json - // this example is just showing the usage of "CheckDnsNameAvailability" operation, for the dependent resources, they will have to be created separately. - - // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line - TokenCredential cred = new DefaultAzureCredential(); - // authenticate your client - ArmClient client = new ArmClient(cred); - - // this example assumes you already have this SubscriptionResource created on azure - // for more information of creating SubscriptionResource, please refer to the document of SubscriptionResource - string subscriptionId = "subid"; - ResourceIdentifier subscriptionResourceId = SubscriptionResource.CreateResourceIdentifier(subscriptionId); - SubscriptionResource subscriptionResource = client.GetSubscriptionResource(subscriptionResourceId); - - // invoke the operation - AzureLocation location = new AzureLocation("westus"); - string domainNameLabel = "testdns"; - DnsNameAvailabilityResult result = await subscriptionResource.CheckDnsNameAvailabilityAsync(location, domainNameLabel); - - Console.WriteLine($"Succeeded: {result}"); - } - // EndpointServicesList [NUnit.Framework.Test] [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAvailableEndpointServices_EndpointServicesList() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/EndpointServicesList.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/EndpointServicesList.json // this example is just showing the usage of "AvailableEndpointServices_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -166,7 +139,7 @@ public async Task GetAvailableEndpointServices_EndpointServicesList() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetExpressRouteServiceProviders_ListExpressRouteProviders() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ExpressRouteProviderList.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ExpressRouteProviderList.json // this example is just showing the usage of "ExpressRouteServiceProviders_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -194,7 +167,7 @@ public async Task GetExpressRouteServiceProviders_ListExpressRouteProviders() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAvailablePrivateEndpointTypes_GetAvailablePrivateEndpointTypes() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/AvailablePrivateEndpointTypesGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/AvailablePrivateEndpointTypesGet.json // this example is just showing the usage of "AvailablePrivateEndpointTypes_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -223,7 +196,7 @@ public async Task GetAvailablePrivateEndpointTypes_GetAvailablePrivateEndpointTy [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CheckPrivateLinkServiceVisibilityPrivateLinkService_CheckPrivateLinkServiceVisibility() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/CheckPrivateLinkServiceVisibility.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/CheckPrivateLinkServiceVisibility.json // this example is just showing the usage of "PrivateLinkServices_CheckPrivateLinkServiceVisibility" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -254,7 +227,7 @@ public async Task CheckPrivateLinkServiceVisibilityPrivateLinkService_CheckPriva [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAutoApprovedPrivateLinkServicesPrivateLinkServices_GetListOfPrivateLinkServiceIdThatCanBeLinkedToAPrivateEndPointWithAutoApproved() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/AutoApprovedPrivateLinkServicesGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/AutoApprovedPrivateLinkServicesGet.json // this example is just showing the usage of "PrivateLinkServices_ListAutoApprovedPrivateLinkServices" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -283,7 +256,7 @@ public async Task GetAutoApprovedPrivateLinkServicesPrivateLinkServices_GetListO [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetBgpServiceCommunities_ServiceCommunityList() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ServiceCommunityList.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ServiceCommunityList.json // this example is just showing the usage of "BgpServiceCommunities_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -311,7 +284,7 @@ public async Task GetBgpServiceCommunities_ServiceCommunityList() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetServiceTag_GetListOfServiceTags() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/ServiceTagsList.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ServiceTagsList.json // this example is just showing the usage of "ServiceTags_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -332,12 +305,101 @@ public async Task GetServiceTag_GetListOfServiceTags() Console.WriteLine($"Succeeded: {result}"); } + // Get list of service tags + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task GetAllServiceTagInformation_GetListOfServiceTags() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ServiceTagInformationListResult.json + // this example is just showing the usage of "ServiceTagInformation_List" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this SubscriptionResource created on azure + // for more information of creating SubscriptionResource, please refer to the document of SubscriptionResource + string subscriptionId = "subid"; + ResourceIdentifier subscriptionResourceId = SubscriptionResource.CreateResourceIdentifier(subscriptionId); + SubscriptionResource subscriptionResource = client.GetSubscriptionResource(subscriptionResourceId); + + // invoke the operation and iterate over the result + AzureLocation location = new AzureLocation("westeurope"); + await foreach (ServiceTagInformation item in subscriptionResource.GetAllServiceTagInformationAsync(location)) + { + Console.WriteLine($"Succeeded: {item}"); + } + + Console.WriteLine($"Succeeded"); + } + + // Get list of service tags with no address prefixes + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task GetAllServiceTagInformation_GetListOfServiceTagsWithNoAddressPrefixes() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ServiceTagInformationListResultWithNoAddressPrefixes.json + // this example is just showing the usage of "ServiceTagInformation_List" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this SubscriptionResource created on azure + // for more information of creating SubscriptionResource, please refer to the document of SubscriptionResource + string subscriptionId = "subid"; + ResourceIdentifier subscriptionResourceId = SubscriptionResource.CreateResourceIdentifier(subscriptionId); + SubscriptionResource subscriptionResource = client.GetSubscriptionResource(subscriptionResourceId); + + // invoke the operation and iterate over the result + AzureLocation location = new AzureLocation("westeurope"); + bool? noAddressPrefixes = true; + await foreach (ServiceTagInformation item in subscriptionResource.GetAllServiceTagInformationAsync(location, noAddressPrefixes: noAddressPrefixes)) + { + Console.WriteLine($"Succeeded: {item}"); + } + + Console.WriteLine($"Succeeded"); + } + + // Get list of service tags with tag name. + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task GetAllServiceTagInformation_GetListOfServiceTagsWithTagName() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ServiceTagInformationListResultWithTagname.json + // this example is just showing the usage of "ServiceTagInformation_List" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this SubscriptionResource created on azure + // for more information of creating SubscriptionResource, please refer to the document of SubscriptionResource + string subscriptionId = "subid"; + ResourceIdentifier subscriptionResourceId = SubscriptionResource.CreateResourceIdentifier(subscriptionId); + SubscriptionResource subscriptionResource = client.GetSubscriptionResource(subscriptionResourceId); + + // invoke the operation and iterate over the result + AzureLocation location = new AzureLocation("westeurope"); + string tagName = "ApiManagement"; + await foreach (ServiceTagInformation item in subscriptionResource.GetAllServiceTagInformationAsync(location, tagName: tagName)) + { + Console.WriteLine($"Succeeded: {item}"); + } + + Console.WriteLine($"Succeeded"); + } + // List usages [NUnit.Framework.Test] [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetUsages_ListUsages() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/UsageList.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/UsageList.json // this example is just showing the usage of "Usages_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -366,7 +428,7 @@ public async Task GetUsages_ListUsages() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetUsages_ListUsagesSpacedLocation() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/UsageListSpacedLocation.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/UsageListSpacedLocation.json // this example is just showing the usage of "Usages_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VirtualApplianceSiteCollection.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VirtualApplianceSiteCollection.cs index 9dac0e096067..1f977cd1cd75 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VirtualApplianceSiteCollection.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VirtualApplianceSiteCollection.cs @@ -23,7 +23,7 @@ public partial class Sample_VirtualApplianceSiteCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetNetworkVirtualApplianceSite() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkVirtualApplianceSiteGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkVirtualApplianceSiteGet.json // this example is just showing the usage of "VirtualApplianceSites_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -58,7 +58,7 @@ public async Task Get_GetNetworkVirtualApplianceSite() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetNetworkVirtualApplianceSite() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkVirtualApplianceSiteGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkVirtualApplianceSiteGet.json // this example is just showing the usage of "VirtualApplianceSites_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -89,7 +89,7 @@ public async Task Exists_GetNetworkVirtualApplianceSite() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateNetworkVirtualApplianceSite() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkVirtualApplianceSitePut.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkVirtualApplianceSitePut.json // this example is just showing the usage of "VirtualApplianceSites_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -135,7 +135,7 @@ public async Task CreateOrUpdate_CreateNetworkVirtualApplianceSite() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_ListAllNetworkVirtualApplianceSitesForAGivenNetworkVirtualAppliance() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkVirtualApplianceSiteList.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkVirtualApplianceSiteList.json // this example is just showing the usage of "VirtualApplianceSites_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VirtualApplianceSiteResource.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VirtualApplianceSiteResource.cs index 82c97e0f9a71..e38177890f22 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VirtualApplianceSiteResource.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VirtualApplianceSiteResource.cs @@ -23,7 +23,7 @@ public partial class Sample_VirtualApplianceSiteResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Delete_DeleteNetworkVirtualApplianceSite() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkVirtualApplianceSiteDelete.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkVirtualApplianceSiteDelete.json // this example is just showing the usage of "VirtualApplianceSites_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -51,7 +51,7 @@ public async Task Delete_DeleteNetworkVirtualApplianceSite() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetNetworkVirtualApplianceSite() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkVirtualApplianceSiteGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkVirtualApplianceSiteGet.json // this example is just showing the usage of "VirtualApplianceSites_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -83,7 +83,7 @@ public async Task Get_GetNetworkVirtualApplianceSite() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_CreateNetworkVirtualApplianceSite() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkVirtualApplianceSitePut.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkVirtualApplianceSitePut.json // this example is just showing the usage of "VirtualApplianceSites_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VirtualHubCollection.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VirtualHubCollection.cs index 8e05226674c1..ada9fc8ec136 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VirtualHubCollection.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VirtualHubCollection.cs @@ -23,7 +23,7 @@ public partial class Sample_VirtualHubCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_VirtualHubGet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualHubGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualHubGet.json // this example is just showing the usage of "VirtualHubs_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -57,7 +57,7 @@ public async Task Get_VirtualHubGet() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_VirtualHubGet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualHubGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualHubGet.json // this example is just showing the usage of "VirtualHubs_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -87,7 +87,7 @@ public async Task Exists_VirtualHubGet() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_VirtualHubPut() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualHubPut.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualHubPut.json // this example is just showing the usage of "VirtualHubs_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -133,7 +133,7 @@ public async Task CreateOrUpdate_VirtualHubPut() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_VirtualHubListByResourceGroup() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualHubListByResourceGroup.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualHubListByResourceGroup.json // this example is just showing the usage of "VirtualHubs_ListByResourceGroup" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VirtualHubResource.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VirtualHubResource.cs index 0ed04cab46be..3a97097d986f 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VirtualHubResource.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VirtualHubResource.cs @@ -24,7 +24,7 @@ public partial class Sample_VirtualHubResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_VirtualHubGet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualHubGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualHubGet.json // this example is just showing the usage of "VirtualHubs_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -55,7 +55,7 @@ public async Task Get_VirtualHubGet() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_VirtualHubUpdate() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualHubUpdateTags.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualHubUpdateTags.json // this example is just showing the usage of "VirtualHubs_UpdateTags" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -94,7 +94,7 @@ public async Task Update_VirtualHubUpdate() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Delete_VirtualHubDelete() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualHubDelete.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualHubDelete.json // this example is just showing the usage of "VirtualHubs_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -121,7 +121,7 @@ public async Task Delete_VirtualHubDelete() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetVirtualHubs_VirtualHubList() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualHubList.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualHubList.json // this example is just showing the usage of "VirtualHubs_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -153,7 +153,7 @@ public async Task GetVirtualHubs_VirtualHubList() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetEffectiveVirtualHubRoutes_EffectiveRoutesForAConnectionResource() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/EffectiveRoutesListForConnection.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/EffectiveRoutesListForConnection.json // this example is just showing the usage of "VirtualHubs_GetEffectiveVirtualHubRoutes" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -185,7 +185,7 @@ public async Task GetEffectiveVirtualHubRoutes_EffectiveRoutesForAConnectionReso [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetEffectiveVirtualHubRoutes_EffectiveRoutesForARouteTableResource() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/EffectiveRoutesListForRouteTable.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/EffectiveRoutesListForRouteTable.json // this example is just showing the usage of "VirtualHubs_GetEffectiveVirtualHubRoutes" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -217,7 +217,7 @@ public async Task GetEffectiveVirtualHubRoutes_EffectiveRoutesForARouteTableReso [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetEffectiveVirtualHubRoutes_EffectiveRoutesForTheVirtualHub() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/EffectiveRoutesListForVirtualHub.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/EffectiveRoutesListForVirtualHub.json // this example is just showing the usage of "VirtualHubs_GetEffectiveVirtualHubRoutes" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -239,5 +239,69 @@ public async Task GetEffectiveVirtualHubRoutes_EffectiveRoutesForTheVirtualHub() Console.WriteLine($"Succeeded"); } + + // Inbound Routes for the Virtual Hub on a Particular Connection + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task GetInboundRoutes_InboundRoutesForTheVirtualHubOnAParticularConnection() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/GetInboundRoutes.json + // this example is just showing the usage of "VirtualHubs_GetInboundRoutes" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this VirtualHubResource created on azure + // for more information of creating VirtualHubResource, please refer to the document of VirtualHubResource + string subscriptionId = "subid"; + string resourceGroupName = "rg1"; + string virtualHubName = "virtualHub1"; + ResourceIdentifier virtualHubResourceId = VirtualHubResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, virtualHubName); + VirtualHubResource virtualHub = client.GetVirtualHubResource(virtualHubResourceId); + + // invoke the operation + VirtualHubInboundRoutesContent content = new VirtualHubInboundRoutesContent() + { + ResourceUri = new Uri("/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/expressRouteGateways/exrGw1/expressRouteConnections/exrConn1"), + ConnectionType = "ExpressRouteConnection", + }; + await virtualHub.GetInboundRoutesAsync(WaitUntil.Completed, content); + + Console.WriteLine($"Succeeded"); + } + + // Outbound Routes for the Virtual Hub on a Particular Connection + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task GetOutboundRoutes_OutboundRoutesForTheVirtualHubOnAParticularConnection() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/GetOutboundRoutes.json + // this example is just showing the usage of "VirtualHubs_GetOutboundRoutes" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this VirtualHubResource created on azure + // for more information of creating VirtualHubResource, please refer to the document of VirtualHubResource + string subscriptionId = "subid"; + string resourceGroupName = "rg1"; + string virtualHubName = "virtualHub1"; + ResourceIdentifier virtualHubResourceId = VirtualHubResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, virtualHubName); + VirtualHubResource virtualHub = client.GetVirtualHubResource(virtualHubResourceId); + + // invoke the operation + VirtualHubOutboundRoutesContent content = new VirtualHubOutboundRoutesContent() + { + ResourceUri = new Uri("/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/expressRouteGateways/exrGw1/expressRouteConnections/exrConn1"), + ConnectionType = "ExpressRouteConnection", + }; + await virtualHub.GetOutboundRoutesAsync(WaitUntil.Completed, content); + + Console.WriteLine($"Succeeded"); + } } } diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VirtualHubRouteTableV2Collection.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VirtualHubRouteTableV2Collection.cs index d92a51a07471..c87e744f8012 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VirtualHubRouteTableV2Collection.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VirtualHubRouteTableV2Collection.cs @@ -23,7 +23,7 @@ public partial class Sample_VirtualHubRouteTableV2Collection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_VirtualHubVirtualHubRouteTableV2Get() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualHubRouteTableV2Get.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualHubRouteTableV2Get.json // this example is just showing the usage of "VirtualHubRouteTableV2s_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -58,7 +58,7 @@ public async Task Get_VirtualHubVirtualHubRouteTableV2Get() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_VirtualHubVirtualHubRouteTableV2Get() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualHubRouteTableV2Get.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualHubRouteTableV2Get.json // this example is just showing the usage of "VirtualHubRouteTableV2s_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -89,7 +89,7 @@ public async Task Exists_VirtualHubVirtualHubRouteTableV2Get() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_VirtualHubRouteTableV2Put() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualHubRouteTableV2Put.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualHubRouteTableV2Put.json // this example is just showing the usage of "VirtualHubRouteTableV2s_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -160,7 +160,7 @@ public async Task CreateOrUpdate_VirtualHubRouteTableV2Put() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_VirtualHubRouteTableV2List() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualHubRouteTableV2List.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualHubRouteTableV2List.json // this example is just showing the usage of "VirtualHubRouteTableV2s_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VirtualHubRouteTableV2Resource.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VirtualHubRouteTableV2Resource.cs index 044a42b4bc1e..b050a9357984 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VirtualHubRouteTableV2Resource.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VirtualHubRouteTableV2Resource.cs @@ -23,7 +23,7 @@ public partial class Sample_VirtualHubRouteTableV2Resource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_VirtualHubVirtualHubRouteTableV2Get() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualHubRouteTableV2Get.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualHubRouteTableV2Get.json // this example is just showing the usage of "VirtualHubRouteTableV2s_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -55,7 +55,7 @@ public async Task Get_VirtualHubVirtualHubRouteTableV2Get() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_VirtualHubRouteTableV2Put() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualHubRouteTableV2Put.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualHubRouteTableV2Put.json // this example is just showing the usage of "VirtualHubRouteTableV2s_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -123,7 +123,7 @@ public async Task Update_VirtualHubRouteTableV2Put() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Delete_VirtualHubRouteTableV2Delete() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualHubRouteTableV2Delete.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualHubRouteTableV2Delete.json // this example is just showing the usage of "VirtualHubRouteTableV2s_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VirtualNetworkCollection.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VirtualNetworkCollection.cs index 753caad08f9a..6df9be10f815 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VirtualNetworkCollection.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VirtualNetworkCollection.cs @@ -24,7 +24,7 @@ public partial class Sample_VirtualNetworkCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetVirtualNetwork() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualNetworkGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualNetworkGet.json // this example is just showing the usage of "VirtualNetworks_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -58,7 +58,7 @@ public async Task Get_GetVirtualNetwork() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetVirtualNetwork() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualNetworkGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualNetworkGet.json // this example is just showing the usage of "VirtualNetworks_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -88,7 +88,7 @@ public async Task Exists_GetVirtualNetwork() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetVirtualNetworkWithADelegatedSubnet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualNetworkGetWithSubnetDelegation.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualNetworkGetWithSubnetDelegation.json // this example is just showing the usage of "VirtualNetworks_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -122,7 +122,7 @@ public async Task Get_GetVirtualNetworkWithADelegatedSubnet() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetVirtualNetworkWithADelegatedSubnet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualNetworkGetWithSubnetDelegation.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualNetworkGetWithSubnetDelegation.json // this example is just showing the usage of "VirtualNetworks_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -152,7 +152,7 @@ public async Task Exists_GetVirtualNetworkWithADelegatedSubnet() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetVirtualNetworkWithServiceAssociationLinks() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualNetworkGetWithServiceAssociationLink.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualNetworkGetWithServiceAssociationLink.json // this example is just showing the usage of "VirtualNetworks_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -186,7 +186,7 @@ public async Task Get_GetVirtualNetworkWithServiceAssociationLinks() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetVirtualNetworkWithServiceAssociationLinks() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualNetworkGetWithServiceAssociationLink.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualNetworkGetWithServiceAssociationLink.json // this example is just showing the usage of "VirtualNetworks_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -216,7 +216,7 @@ public async Task Exists_GetVirtualNetworkWithServiceAssociationLinks() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateVirtualNetwork() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualNetworkCreate.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualNetworkCreate.json // this example is just showing the usage of "VirtualNetworks_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -260,7 +260,7 @@ public async Task CreateOrUpdate_CreateVirtualNetwork() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateVirtualNetworkWithBgpCommunities() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualNetworkCreateWithBgpCommunities.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualNetworkCreateWithBgpCommunities.json // this example is just showing the usage of "VirtualNetworks_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -312,7 +312,7 @@ public async Task CreateOrUpdate_CreateVirtualNetworkWithBgpCommunities() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateVirtualNetworkWithDelegatedSubnets() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualNetworkCreateSubnetWithDelegation.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualNetworkCreateSubnetWithDelegation.json // this example is just showing the usage of "VirtualNetworks_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -366,12 +366,67 @@ public async Task CreateOrUpdate_CreateVirtualNetworkWithDelegatedSubnets() Console.WriteLine($"Succeeded on id: {resourceData.Id}"); } + // Create virtual network with encryption + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task CreateOrUpdate_CreateVirtualNetworkWithEncryption() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualNetworkCreateWithEncryption.json + // this example is just showing the usage of "VirtualNetworks_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this ResourceGroupResource created on azure + // for more information of creating ResourceGroupResource, please refer to the document of ResourceGroupResource + string subscriptionId = "subid"; + string resourceGroupName = "rg1"; + ResourceIdentifier resourceGroupResourceId = ResourceGroupResource.CreateResourceIdentifier(subscriptionId, resourceGroupName); + ResourceGroupResource resourceGroupResource = client.GetResourceGroupResource(resourceGroupResourceId); + + // get the collection of this VirtualNetworkResource + VirtualNetworkCollection collection = resourceGroupResource.GetVirtualNetworks(); + + // invoke the operation + string virtualNetworkName = "test-vnet"; + VirtualNetworkData data = new VirtualNetworkData() + { + AddressPrefixes = +{ +"10.0.0.0/16" +}, + Subnets = +{ +new SubnetData() +{ +AddressPrefix = "10.0.0.0/24", +Name = "test-1", +} +}, + Encryption = new VirtualNetworkEncryption(true) + { + Enforcement = VirtualNetworkEncryptionEnforcement.AllowUnencrypted, + }, + Location = new AzureLocation("eastus"), + }; + ArmOperation lro = await collection.CreateOrUpdateAsync(WaitUntil.Completed, virtualNetworkName, data); + VirtualNetworkResource result = lro.Value; + + // the variable result is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + VirtualNetworkData resourceData = result.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + // Create virtual network with service endpoints [NUnit.Framework.Test] [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateVirtualNetworkWithServiceEndpoints() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualNetworkCreateServiceEndpoints.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualNetworkCreateServiceEndpoints.json // this example is just showing the usage of "VirtualNetworks_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -429,7 +484,7 @@ public async Task CreateOrUpdate_CreateVirtualNetworkWithServiceEndpoints() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateVirtualNetworkWithServiceEndpointsAndServiceEndpointPolicy() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualNetworkCreateServiceEndpointPolicy.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualNetworkCreateServiceEndpointPolicy.json // this example is just showing the usage of "VirtualNetworks_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -494,7 +549,7 @@ public async Task CreateOrUpdate_CreateVirtualNetworkWithServiceEndpointsAndServ [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateVirtualNetworkWithSubnet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualNetworkCreateSubnet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualNetworkCreateSubnet.json // this example is just showing the usage of "VirtualNetworks_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -545,7 +600,7 @@ public async Task CreateOrUpdate_CreateVirtualNetworkWithSubnet() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateVirtualNetworkWithSubnetContainingAddressPrefixes() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualNetworkCreateSubnetWithAddressPrefixes.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualNetworkCreateSubnetWithAddressPrefixes.json // this example is just showing the usage of "VirtualNetworks_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -599,7 +654,7 @@ public async Task CreateOrUpdate_CreateVirtualNetworkWithSubnetContainingAddress [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_ListVirtualNetworksInResourceGroup() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualNetworkList.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualNetworkList.json // this example is just showing the usage of "VirtualNetworks_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VirtualNetworkGatewayCollection.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VirtualNetworkGatewayCollection.cs index dd747b7a7608..1de45ef7ed61 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VirtualNetworkGatewayCollection.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VirtualNetworkGatewayCollection.cs @@ -24,7 +24,7 @@ public partial class Sample_VirtualNetworkGatewayCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_UpdateVirtualNetworkGateway() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualNetworkGatewayUpdate.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualNetworkGatewayUpdate.json // this example is just showing the usage of "VirtualNetworkGateways_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -60,6 +60,7 @@ public async Task CreateOrUpdate_UpdateVirtualNetworkGateway() VpnType = VpnType.RouteBased, EnableBgp = false, Active = false, + DisableIPSecReplayProtection = false, Sku = new VirtualNetworkGatewaySku() { Name = VirtualNetworkGatewaySkuName.VpnGw1, @@ -144,6 +145,8 @@ public async Task CreateOrUpdate_UpdateVirtualNetworkGateway() } }, EnableBgpRouteTranslationForNat = false, + AllowVirtualWanTraffic = false, + AllowRemoteVnetTraffic = false, Location = new AzureLocation("centralus"), }; ArmOperation lro = await collection.CreateOrUpdateAsync(WaitUntil.Completed, virtualNetworkGatewayName, data); @@ -161,7 +164,7 @@ public async Task CreateOrUpdate_UpdateVirtualNetworkGateway() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetVirtualNetworkGateway() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualNetworkGatewayGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualNetworkGatewayGet.json // this example is just showing the usage of "VirtualNetworkGateways_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -195,7 +198,7 @@ public async Task Get_GetVirtualNetworkGateway() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetVirtualNetworkGateway() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualNetworkGatewayGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualNetworkGatewayGet.json // this example is just showing the usage of "VirtualNetworkGateways_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -225,7 +228,7 @@ public async Task Exists_GetVirtualNetworkGateway() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_ListVirtualNetworkGatewaysinResourceGroup() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualNetworkGatewayList.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualNetworkGatewayList.json // this example is just showing the usage of "VirtualNetworkGateways_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VirtualNetworkGatewayConnectionCollection.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VirtualNetworkGatewayConnectionCollection.cs index 7078d3dc556a..1727f4ce0ba3 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VirtualNetworkGatewayConnectionCollection.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VirtualNetworkGatewayConnectionCollection.cs @@ -25,7 +25,7 @@ public partial class Sample_VirtualNetworkGatewayConnectionCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateVirtualNetworkGatewayConnectionS2S() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualNetworkGatewayConnectionCreate.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualNetworkGatewayConnectionCreate.json // this example is just showing the usage of "VirtualNetworkGatewayConnections_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -113,6 +113,10 @@ public async Task CreateOrUpdate_CreateVirtualNetworkGatewayConnectionS2S() ConnectionMode = VirtualNetworkGatewayConnectionMode.Default, SharedKey = "Abc123", EnableBgp = false, + GatewayCustomBgpIPAddresses = +{ +new GatewayCustomBgpIPAddressIPConfiguration("/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworkGateways/vpngw/ipConfigurations/default","169.254.21.1"),new GatewayCustomBgpIPAddressIPConfiguration("/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworkGateways/vpngw/ipConfigurations/ActiveActive","169.254.21.3") +}, UsePolicyBasedTrafficSelectors = false, IPsecPolicies = { @@ -137,7 +141,7 @@ public async Task CreateOrUpdate_CreateVirtualNetworkGatewayConnectionS2S() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetVirtualNetworkGatewayConnection() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualNetworkGatewayConnectionGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualNetworkGatewayConnectionGet.json // this example is just showing the usage of "VirtualNetworkGatewayConnections_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -171,7 +175,7 @@ public async Task Get_GetVirtualNetworkGatewayConnection() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetVirtualNetworkGatewayConnection() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualNetworkGatewayConnectionGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualNetworkGatewayConnectionGet.json // this example is just showing the usage of "VirtualNetworkGatewayConnections_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -201,7 +205,7 @@ public async Task Exists_GetVirtualNetworkGatewayConnection() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_ListVirtualNetworkGatewayConnectionsinResourceGroup() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualNetworkGatewayConnectionsList.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualNetworkGatewayConnectionsList.json // this example is just showing the usage of "VirtualNetworkGatewayConnections_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VirtualNetworkGatewayConnectionResource.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VirtualNetworkGatewayConnectionResource.cs index 134cd31dbc68..c6c652a0668b 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VirtualNetworkGatewayConnectionResource.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VirtualNetworkGatewayConnectionResource.cs @@ -23,7 +23,7 @@ public partial class Sample_VirtualNetworkGatewayConnectionResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task VpnDeviceConfigurationScript_GetVPNDeviceConfigurationScript() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualNetworkGatewayVpnDeviceConfigurationScript.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualNetworkGatewayVpnDeviceConfigurationScript.json // this example is just showing the usage of "VirtualNetworkGateways_VpnDeviceConfigurationScript" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -56,7 +56,7 @@ public async Task VpnDeviceConfigurationScript_GetVPNDeviceConfigurationScript() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetVirtualNetworkGatewayConnection() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualNetworkGatewayConnectionGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualNetworkGatewayConnectionGet.json // this example is just showing the usage of "VirtualNetworkGatewayConnections_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -87,7 +87,7 @@ public async Task Get_GetVirtualNetworkGatewayConnection() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Delete_DeleteVirtualNetworkGatewayConnection() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualNetworkGatewayConnectionDelete.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualNetworkGatewayConnectionDelete.json // this example is just showing the usage of "VirtualNetworkGatewayConnections_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -114,7 +114,7 @@ public async Task Delete_DeleteVirtualNetworkGatewayConnection() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_UpdateVirtualNetworkGatewayConnectionTags() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualNetworkGatewayConnectionUpdateTags.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualNetworkGatewayConnectionUpdateTags.json // this example is just showing the usage of "VirtualNetworkGatewayConnections_UpdateTags" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -154,7 +154,7 @@ public async Task Update_UpdateVirtualNetworkGatewayConnectionTags() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task SetSharedKey_SetVirtualNetworkGatewayConnectionSharedKey() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualNetworkGatewayConnectionSetSharedKey.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualNetworkGatewayConnectionSetSharedKey.json // this example is just showing the usage of "VirtualNetworkGatewayConnections_SetSharedKey" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -183,7 +183,7 @@ public async Task SetSharedKey_SetVirtualNetworkGatewayConnectionSharedKey() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetSharedKey_GetVirtualNetworkGatewayConnectionSharedKey() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualNetworkGatewayConnectionGetSharedKey.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualNetworkGatewayConnectionGetSharedKey.json // this example is just showing the usage of "VirtualNetworkGatewayConnections_GetSharedKey" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -210,7 +210,7 @@ public async Task GetSharedKey_GetVirtualNetworkGatewayConnectionSharedKey() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task ResetSharedKey_ResetVirtualNetworkGatewayConnectionSharedKey() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualNetworkGatewayConnectionResetSharedKey.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualNetworkGatewayConnectionResetSharedKey.json // this example is just showing the usage of "VirtualNetworkGatewayConnections_ResetSharedKey" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -239,7 +239,7 @@ public async Task ResetSharedKey_ResetVirtualNetworkGatewayConnectionSharedKey() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task StartPacketCapture_StartPacketCaptureOnVirtualNetworkGatewayConnectionWithFilter() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualNetworkGatewayConnectionStartPacketCaptureFilterData.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualNetworkGatewayConnectionStartPacketCaptureFilterData.json // this example is just showing the usage of "VirtualNetworkGatewayConnections_StartPacketCapture" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -256,11 +256,11 @@ public async Task StartPacketCapture_StartPacketCaptureOnVirtualNetworkGatewayCo VirtualNetworkGatewayConnectionResource virtualNetworkGatewayConnection = client.GetVirtualNetworkGatewayConnectionResource(virtualNetworkGatewayConnectionResourceId); // invoke the operation - VpnPacketCaptureStartParameters vpnPacketCaptureStartParameters = new VpnPacketCaptureStartParameters() + VpnPacketCaptureStartContent content = new VpnPacketCaptureStartContent() { FilterData = "{'TracingFlags': 11,'MaxPacketBufferSize': 120,'MaxFileSize': 200,'Filters': [{'SourceSubnets': ['20.1.1.0/24'],'DestinationSubnets': ['10.1.1.0/24'],'SourcePort': [500],'DestinationPort': [4500],'Protocol': 6,'TcpFlags': 16,'CaptureSingleDirectionTrafficOnly': true}]}", }; - ArmOperation lro = await virtualNetworkGatewayConnection.StartPacketCaptureAsync(WaitUntil.Completed, vpnPacketCaptureStartParameters: vpnPacketCaptureStartParameters); + ArmOperation lro = await virtualNetworkGatewayConnection.StartPacketCaptureAsync(WaitUntil.Completed, content: content); string result = lro.Value; Console.WriteLine($"Succeeded: {result}"); @@ -271,7 +271,7 @@ public async Task StartPacketCapture_StartPacketCaptureOnVirtualNetworkGatewayCo [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task StartPacketCapture_StartPacketCaptureOnVirtualNetworkGatewayConnectionWithoutFilter() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualNetworkGatewayConnectionStartPacketCapture.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualNetworkGatewayConnectionStartPacketCapture.json // this example is just showing the usage of "VirtualNetworkGatewayConnections_StartPacketCapture" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -299,7 +299,7 @@ public async Task StartPacketCapture_StartPacketCaptureOnVirtualNetworkGatewayCo [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task StopPacketCapture_StopPacketCaptureOnVirtualNetworkGatewayConnection() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualNetworkGatewayConnectionStopPacketCapture.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualNetworkGatewayConnectionStopPacketCapture.json // this example is just showing the usage of "VirtualNetworkGatewayConnections_StopPacketCapture" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -316,11 +316,11 @@ public async Task StopPacketCapture_StopPacketCaptureOnVirtualNetworkGatewayConn VirtualNetworkGatewayConnectionResource virtualNetworkGatewayConnection = client.GetVirtualNetworkGatewayConnectionResource(virtualNetworkGatewayConnectionResourceId); // invoke the operation - VpnPacketCaptureStopParameters vpnPacketCaptureStopParameters = new VpnPacketCaptureStopParameters() + VpnPacketCaptureStopContent content = new VpnPacketCaptureStopContent() { SasUri = new Uri("https://teststorage.blob.core.windows.net/?sv=2018-03-28&ss=bfqt&srt=sco&sp=rwdlacup&se=2019-09-13T07:44:05Z&st=2019-09-06T23:44:05Z&spr=https&sig=V1h9D1riltvZMI69d6ihENnFo%2FrCvTqGgjO2lf%2FVBhE%3D"), }; - ArmOperation lro = await virtualNetworkGatewayConnection.StopPacketCaptureAsync(WaitUntil.Completed, vpnPacketCaptureStopParameters); + ArmOperation lro = await virtualNetworkGatewayConnection.StopPacketCaptureAsync(WaitUntil.Completed, content); string result = lro.Value; Console.WriteLine($"Succeeded: {result}"); @@ -331,7 +331,7 @@ public async Task StopPacketCapture_StopPacketCaptureOnVirtualNetworkGatewayConn [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetIkeSas_GetVirtualNetworkGatewayConnectionIkeSa() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualNetworkGatewayConnectionGetIkeSas.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualNetworkGatewayConnectionGetIkeSas.json // this example is just showing the usage of "VirtualNetworkGatewayConnections_GetIkeSas" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -359,7 +359,7 @@ public async Task GetIkeSas_GetVirtualNetworkGatewayConnectionIkeSa() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task ResetConnection_ResetVirtualNetworkGatewayConnection() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualNetworkGatewayConnectionReset.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualNetworkGatewayConnectionReset.json // this example is just showing the usage of "VirtualNetworkGatewayConnections_ResetConnection" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VirtualNetworkGatewayNatRuleCollection.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VirtualNetworkGatewayNatRuleCollection.cs index ea4064c8f815..ed12234ff232 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VirtualNetworkGatewayNatRuleCollection.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VirtualNetworkGatewayNatRuleCollection.cs @@ -23,7 +23,7 @@ public partial class Sample_VirtualNetworkGatewayNatRuleCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_VirtualNetworkGatewayNatRuleGet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualNetworkGatewayNatRuleGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualNetworkGatewayNatRuleGet.json // this example is just showing the usage of "VirtualNetworkGatewayNatRules_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -58,7 +58,7 @@ public async Task Get_VirtualNetworkGatewayNatRuleGet() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_VirtualNetworkGatewayNatRuleGet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualNetworkGatewayNatRuleGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualNetworkGatewayNatRuleGet.json // this example is just showing the usage of "VirtualNetworkGatewayNatRules_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -89,7 +89,7 @@ public async Task Exists_VirtualNetworkGatewayNatRuleGet() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_VirtualNetworkGatewayNatRulePut() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualNetworkGatewayNatRulePut.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualNetworkGatewayNatRulePut.json // this example is just showing the usage of "VirtualNetworkGatewayNatRules_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -119,6 +119,7 @@ public async Task CreateOrUpdate_VirtualNetworkGatewayNatRulePut() new VpnNatRuleMapping() { AddressSpace = "10.4.0.0/24", +PortRange = "200-300", } }, ExternalMappings = @@ -126,6 +127,7 @@ public async Task CreateOrUpdate_VirtualNetworkGatewayNatRulePut() new VpnNatRuleMapping() { AddressSpace = "192.168.21.0/24", +PortRange = "300-400", } }, IPConfigurationId = "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworkGateways/gateway1/ipConfigurations/default", @@ -145,7 +147,7 @@ public async Task CreateOrUpdate_VirtualNetworkGatewayNatRulePut() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_VirtualNetworkGatewayNatRuleList() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualNetworkGatewayNatRuleList.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualNetworkGatewayNatRuleList.json // this example is just showing the usage of "VirtualNetworkGatewayNatRules_ListByVirtualNetworkGateway" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VirtualNetworkGatewayNatRuleResource.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VirtualNetworkGatewayNatRuleResource.cs index c118ff7f9d80..6acd298c1d5f 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VirtualNetworkGatewayNatRuleResource.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VirtualNetworkGatewayNatRuleResource.cs @@ -23,7 +23,7 @@ public partial class Sample_VirtualNetworkGatewayNatRuleResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_VirtualNetworkGatewayNatRuleGet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualNetworkGatewayNatRuleGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualNetworkGatewayNatRuleGet.json // this example is just showing the usage of "VirtualNetworkGatewayNatRules_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -55,7 +55,7 @@ public async Task Get_VirtualNetworkGatewayNatRuleGet() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_VirtualNetworkGatewayNatRulePut() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualNetworkGatewayNatRulePut.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualNetworkGatewayNatRulePut.json // this example is just showing the usage of "VirtualNetworkGatewayNatRules_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -82,6 +82,7 @@ public async Task Update_VirtualNetworkGatewayNatRulePut() new VpnNatRuleMapping() { AddressSpace = "10.4.0.0/24", +PortRange = "200-300", } }, ExternalMappings = @@ -89,6 +90,7 @@ public async Task Update_VirtualNetworkGatewayNatRulePut() new VpnNatRuleMapping() { AddressSpace = "192.168.21.0/24", +PortRange = "300-400", } }, IPConfigurationId = "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworkGateways/gateway1/ipConfigurations/default", @@ -108,7 +110,7 @@ public async Task Update_VirtualNetworkGatewayNatRulePut() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Delete_VirtualNetworkGatewayNatRuleDelete() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualNetworkGatewayNatRuleDelete.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualNetworkGatewayNatRuleDelete.json // this example is just showing the usage of "VirtualNetworkGatewayNatRules_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VirtualNetworkGatewayResource.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VirtualNetworkGatewayResource.cs index 9ad527e0deaf..9227284b596c 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VirtualNetworkGatewayResource.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VirtualNetworkGatewayResource.cs @@ -23,7 +23,7 @@ public partial class Sample_VirtualNetworkGatewayResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetVirtualNetworkGateway() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualNetworkGatewayGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualNetworkGatewayGet.json // this example is just showing the usage of "VirtualNetworkGateways_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -54,7 +54,7 @@ public async Task Get_GetVirtualNetworkGateway() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Delete_DeleteVirtualNetworkGateway() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualNetworkGatewayDelete.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualNetworkGatewayDelete.json // this example is just showing the usage of "VirtualNetworkGateways_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -81,7 +81,7 @@ public async Task Delete_DeleteVirtualNetworkGateway() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_UpdateVirtualNetworkGatewayTags() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualNetworkGatewayUpdateTags.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualNetworkGatewayUpdateTags.json // this example is just showing the usage of "VirtualNetworkGateways_UpdateTags" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -121,7 +121,7 @@ public async Task Update_UpdateVirtualNetworkGatewayTags() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetConnections_VirtualNetworkGatewaysListConnections() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualNetworkGatewaysListConnections.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualNetworkGatewaysListConnections.json // this example is just showing the usage of "VirtualNetworkGateways_ListConnections" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -151,7 +151,7 @@ public async Task GetConnections_VirtualNetworkGatewaysListConnections() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Reset_ResetVirtualNetworkGateway() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualNetworkGatewayReset.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualNetworkGatewayReset.json // this example is just showing the usage of "VirtualNetworkGateways_Reset" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -183,7 +183,7 @@ public async Task Reset_ResetVirtualNetworkGateway() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task ResetVpnClientSharedKey_ResetVpnClientSharedKey() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualNetworkGatewayResetVpnClientSharedKey.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualNetworkGatewayResetVpnClientSharedKey.json // this example is just showing the usage of "VirtualNetworkGateways_ResetVpnClientSharedKey" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -208,9 +208,9 @@ public async Task ResetVpnClientSharedKey_ResetVpnClientSharedKey() // GenerateVPNClientPackage [NUnit.Framework.Test] [NUnit.Framework.Ignore("Only verifying that the sample builds")] - public async Task Generatevpnclientpackage_GenerateVPNClientPackage() + public async Task GenerateVpnClientPackage_GenerateVPNClientPackage() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualNetworkGatewayGenerateVpnClientPackage.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualNetworkGatewayGenerateVpnClientPackage.json // this example is just showing the usage of "VirtualNetworkGateways_Generatevpnclientpackage" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -227,8 +227,8 @@ public async Task Generatevpnclientpackage_GenerateVPNClientPackage() VirtualNetworkGatewayResource virtualNetworkGateway = client.GetVirtualNetworkGatewayResource(virtualNetworkGatewayResourceId); // invoke the operation - VpnClientParameters vpnClientParameters = new VpnClientParameters(); - ArmOperation lro = await virtualNetworkGateway.GeneratevpnclientpackageAsync(WaitUntil.Completed, vpnClientParameters); + VpnClientContent content = new VpnClientContent(); + ArmOperation lro = await virtualNetworkGateway.GenerateVpnClientPackageAsync(WaitUntil.Completed, content); string result = lro.Value; Console.WriteLine($"Succeeded: {result}"); @@ -239,7 +239,7 @@ public async Task Generatevpnclientpackage_GenerateVPNClientPackage() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GenerateVpnProfile_GenerateVirtualNetworkGatewayVPNProfile() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualNetworkGatewayGenerateVpnProfile.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualNetworkGatewayGenerateVpnProfile.json // this example is just showing the usage of "VirtualNetworkGateways_GenerateVpnProfile" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -256,8 +256,8 @@ public async Task GenerateVpnProfile_GenerateVirtualNetworkGatewayVPNProfile() VirtualNetworkGatewayResource virtualNetworkGateway = client.GetVirtualNetworkGatewayResource(virtualNetworkGatewayResourceId); // invoke the operation - VpnClientParameters vpnClientParameters = new VpnClientParameters(); - ArmOperation lro = await virtualNetworkGateway.GenerateVpnProfileAsync(WaitUntil.Completed, vpnClientParameters); + VpnClientContent content = new VpnClientContent(); + ArmOperation lro = await virtualNetworkGateway.GenerateVpnProfileAsync(WaitUntil.Completed, content); string result = lro.Value; Console.WriteLine($"Succeeded: {result}"); @@ -268,7 +268,7 @@ public async Task GenerateVpnProfile_GenerateVirtualNetworkGatewayVPNProfile() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetVpnProfilePackageUrl_GetVirtualNetworkGatewayVPNProfilePackageURL() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualNetworkGatewayGetVpnProfilePackageUrl.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualNetworkGatewayGetVpnProfilePackageUrl.json // this example is just showing the usage of "VirtualNetworkGateways_GetVpnProfilePackageUrl" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -296,7 +296,7 @@ public async Task GetVpnProfilePackageUrl_GetVirtualNetworkGatewayVPNProfilePack [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetBgpPeerStatus_GetVirtualNetworkGatewayBGPPeerStatus() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualNetworkGatewayGetBGPPeerStatus.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualNetworkGatewayGetBGPPeerStatus.json // this example is just showing the usage of "VirtualNetworkGateways_GetBgpPeerStatus" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -324,7 +324,7 @@ public async Task GetBgpPeerStatus_GetVirtualNetworkGatewayBGPPeerStatus() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task SupportedVpnDevices_ListVirtualNetworkGatewaySupportedVPNDevices() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualNetworkGatewaySupportedVpnDevice.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualNetworkGatewaySupportedVpnDevice.json // this example is just showing the usage of "VirtualNetworkGateways_SupportedVpnDevices" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -351,7 +351,7 @@ public async Task SupportedVpnDevices_ListVirtualNetworkGatewaySupportedVPNDevic [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetLearnedRoutes_GetVirtualNetworkGatewayLearnedRoutes() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualNetworkGatewayLearnedRoutes.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualNetworkGatewayLearnedRoutes.json // this example is just showing the usage of "VirtualNetworkGateways_GetLearnedRoutes" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -379,7 +379,7 @@ public async Task GetLearnedRoutes_GetVirtualNetworkGatewayLearnedRoutes() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAdvertisedRoutes_GetVirtualNetworkGatewayAdvertisedRoutes() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualNetworkGatewayGetAdvertisedRoutes.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualNetworkGatewayGetAdvertisedRoutes.json // this example is just showing the usage of "VirtualNetworkGateways_GetAdvertisedRoutes" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -408,7 +408,7 @@ public async Task GetAdvertisedRoutes_GetVirtualNetworkGatewayAdvertisedRoutes() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task SetVpnclientIPsecParameters_SetVirtualNetworkGatewayVpnClientIpsecParameters() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualNetworkGatewaySetVpnClientIpsecParameters.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualNetworkGatewaySetVpnClientIpsecParameters.json // this example is just showing the usage of "VirtualNetworkGateways_SetVpnclientIpsecParameters" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -437,7 +437,7 @@ public async Task SetVpnclientIPsecParameters_SetVirtualNetworkGatewayVpnClientI [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetVpnclientIPsecParameters_GetVirtualNetworkGatewayVpnClientIpsecParameters() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualNetworkGatewayGetVpnClientIpsecParameters.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualNetworkGatewayGetVpnClientIpsecParameters.json // this example is just showing the usage of "VirtualNetworkGateways_GetVpnclientIpsecParameters" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -465,7 +465,7 @@ public async Task GetVpnclientIPsecParameters_GetVirtualNetworkGatewayVpnClientI [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task StartPacketCapture_StartPacketCaptureOnVirtualNetworkGatewayWithFilter() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualNetworkGatewayStartPacketCaptureFilterData.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualNetworkGatewayStartPacketCaptureFilterData.json // this example is just showing the usage of "VirtualNetworkGateways_StartPacketCapture" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -482,11 +482,11 @@ public async Task StartPacketCapture_StartPacketCaptureOnVirtualNetworkGatewayWi VirtualNetworkGatewayResource virtualNetworkGateway = client.GetVirtualNetworkGatewayResource(virtualNetworkGatewayResourceId); // invoke the operation - VpnPacketCaptureStartParameters vpnPacketCaptureStartParameters = new VpnPacketCaptureStartParameters() + VpnPacketCaptureStartContent content = new VpnPacketCaptureStartContent() { FilterData = "{'TracingFlags': 11,'MaxPacketBufferSize': 120,'MaxFileSize': 200,'Filters': [{'SourceSubnets': ['20.1.1.0/24'],'DestinationSubnets': ['10.1.1.0/24'],'SourcePort': [500],'DestinationPort': [4500],'Protocol': 6,'TcpFlags': 16,'CaptureSingleDirectionTrafficOnly': true}]}", }; - ArmOperation lro = await virtualNetworkGateway.StartPacketCaptureAsync(WaitUntil.Completed, vpnPacketCaptureStartParameters: vpnPacketCaptureStartParameters); + ArmOperation lro = await virtualNetworkGateway.StartPacketCaptureAsync(WaitUntil.Completed, content: content); string result = lro.Value; Console.WriteLine($"Succeeded: {result}"); @@ -497,7 +497,7 @@ public async Task StartPacketCapture_StartPacketCaptureOnVirtualNetworkGatewayWi [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task StartPacketCapture_StartPacketCaptureOnVirtualNetworkGatewayWithoutFilter() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualNetworkGatewayStartPacketCapture.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualNetworkGatewayStartPacketCapture.json // this example is just showing the usage of "VirtualNetworkGateways_StartPacketCapture" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -525,7 +525,7 @@ public async Task StartPacketCapture_StartPacketCaptureOnVirtualNetworkGatewayWi [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task StopPacketCapture_StopPacketCaptureOnVirtualNetworkGateway() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualNetworkGatewayStopPacketCapture.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualNetworkGatewayStopPacketCapture.json // this example is just showing the usage of "VirtualNetworkGateways_StopPacketCapture" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -542,11 +542,11 @@ public async Task StopPacketCapture_StopPacketCaptureOnVirtualNetworkGateway() VirtualNetworkGatewayResource virtualNetworkGateway = client.GetVirtualNetworkGatewayResource(virtualNetworkGatewayResourceId); // invoke the operation - VpnPacketCaptureStopParameters vpnPacketCaptureStopParameters = new VpnPacketCaptureStopParameters() + VpnPacketCaptureStopContent content = new VpnPacketCaptureStopContent() { SasUri = new Uri("https://teststorage.blob.core.windows.net/?sv=2018-03-28&ss=bfqt&srt=sco&sp=rwdlacup&se=2019-09-13T07:44:05Z&st=2019-09-06T23:44:05Z&spr=https&sig=V1h9D1riltvZMI69d6ihENnFo%2FrCvTqGgjO2lf%2FVBhE%3D"), }; - ArmOperation lro = await virtualNetworkGateway.StopPacketCaptureAsync(WaitUntil.Completed, vpnPacketCaptureStopParameters); + ArmOperation lro = await virtualNetworkGateway.StopPacketCaptureAsync(WaitUntil.Completed, content); string result = lro.Value; Console.WriteLine($"Succeeded: {result}"); @@ -557,7 +557,7 @@ public async Task StopPacketCapture_StopPacketCaptureOnVirtualNetworkGateway() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetVpnclientConnectionHealth_GetVirtualNetworkGatewayVpnclientConnectionHealth() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualNetworkGatewayGetVpnclientConnectionHealth.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualNetworkGatewayGetVpnclientConnectionHealth.json // this example is just showing the usage of "VirtualNetworkGateways_GetVpnclientConnectionHealth" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -585,7 +585,7 @@ public async Task GetVpnclientConnectionHealth_GetVirtualNetworkGatewayVpnclient [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task DisconnectVirtualNetworkGatewayVpnConnections_DisconnectVpnConnectionsFromVirtualNetworkGateway() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualNetworkGatewaysDisconnectP2sVpnConnections.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualNetworkGatewaysDisconnectP2sVpnConnections.json // this example is just showing the usage of "VirtualNetworkGateways_DisconnectVirtualNetworkGatewayVpnConnections" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VirtualNetworkPeeringCollection.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VirtualNetworkPeeringCollection.cs index 06c3c9c533cc..996dd1cd2f97 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VirtualNetworkPeeringCollection.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VirtualNetworkPeeringCollection.cs @@ -23,7 +23,7 @@ public partial class Sample_VirtualNetworkPeeringCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetPeering() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualNetworkPeeringGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualNetworkPeeringGet.json // this example is just showing the usage of "VirtualNetworkPeerings_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -58,7 +58,73 @@ public async Task Get_GetPeering() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetPeering() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualNetworkPeeringGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualNetworkPeeringGet.json + // this example is just showing the usage of "VirtualNetworkPeerings_Get" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this VirtualNetworkResource created on azure + // for more information of creating VirtualNetworkResource, please refer to the document of VirtualNetworkResource + string subscriptionId = "subid"; + string resourceGroupName = "peerTest"; + string virtualNetworkName = "vnet1"; + ResourceIdentifier virtualNetworkResourceId = VirtualNetworkResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, virtualNetworkName); + VirtualNetworkResource virtualNetwork = client.GetVirtualNetworkResource(virtualNetworkResourceId); + + // get the collection of this VirtualNetworkPeeringResource + VirtualNetworkPeeringCollection collection = virtualNetwork.GetVirtualNetworkPeerings(); + + // invoke the operation + string virtualNetworkPeeringName = "peer"; + bool result = await collection.ExistsAsync(virtualNetworkPeeringName); + + Console.WriteLine($"Succeeded: {result}"); + } + + // Get peering with remote virtual network encryption + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task Get_GetPeeringWithRemoteVirtualNetworkEncryption() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualNetworkPeeringGetWithRemoteVirtualNetworkEncryption.json + // this example is just showing the usage of "VirtualNetworkPeerings_Get" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this VirtualNetworkResource created on azure + // for more information of creating VirtualNetworkResource, please refer to the document of VirtualNetworkResource + string subscriptionId = "subid"; + string resourceGroupName = "peerTest"; + string virtualNetworkName = "vnet1"; + ResourceIdentifier virtualNetworkResourceId = VirtualNetworkResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, virtualNetworkName); + VirtualNetworkResource virtualNetwork = client.GetVirtualNetworkResource(virtualNetworkResourceId); + + // get the collection of this VirtualNetworkPeeringResource + VirtualNetworkPeeringCollection collection = virtualNetwork.GetVirtualNetworkPeerings(); + + // invoke the operation + string virtualNetworkPeeringName = "peer"; + VirtualNetworkPeeringResource result = await collection.GetAsync(virtualNetworkPeeringName); + + // the variable result is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + VirtualNetworkPeeringData resourceData = result.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + + // Get peering with remote virtual network encryption + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task Exists_GetPeeringWithRemoteVirtualNetworkEncryption() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualNetworkPeeringGetWithRemoteVirtualNetworkEncryption.json // this example is just showing the usage of "VirtualNetworkPeerings_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -89,7 +155,51 @@ public async Task Exists_GetPeering() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreatePeering() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualNetworkPeeringCreate.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualNetworkPeeringCreate.json + // this example is just showing the usage of "VirtualNetworkPeerings_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this VirtualNetworkResource created on azure + // for more information of creating VirtualNetworkResource, please refer to the document of VirtualNetworkResource + string subscriptionId = "subid"; + string resourceGroupName = "peerTest"; + string virtualNetworkName = "vnet1"; + ResourceIdentifier virtualNetworkResourceId = VirtualNetworkResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, virtualNetworkName); + VirtualNetworkResource virtualNetwork = client.GetVirtualNetworkResource(virtualNetworkResourceId); + + // get the collection of this VirtualNetworkPeeringResource + VirtualNetworkPeeringCollection collection = virtualNetwork.GetVirtualNetworkPeerings(); + + // invoke the operation + string virtualNetworkPeeringName = "peer"; + VirtualNetworkPeeringData data = new VirtualNetworkPeeringData() + { + AllowVirtualNetworkAccess = true, + AllowForwardedTraffic = true, + AllowGatewayTransit = false, + UseRemoteGateways = false, + RemoteVirtualNetworkId = new ResourceIdentifier("/subscriptions/subid/resourceGroups/peerTest/providers/Microsoft.Network/virtualNetworks/vnet2"), + }; + ArmOperation lro = await collection.CreateOrUpdateAsync(WaitUntil.Completed, virtualNetworkPeeringName, data); + VirtualNetworkPeeringResource result = lro.Value; + + // the variable result is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + VirtualNetworkPeeringData resourceData = result.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + + // Create peering with remote virtual network encryption + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task CreateOrUpdate_CreatePeeringWithRemoteVirtualNetworkEncryption() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualNetworkPeeringCreateWithRemoteVirtualNetworkEncryption.json // this example is just showing the usage of "VirtualNetworkPeerings_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -133,7 +243,7 @@ public async Task CreateOrUpdate_CreatePeering() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_SyncPeering() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualNetworkPeeringSync.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualNetworkPeeringSync.json // this example is just showing the usage of "VirtualNetworkPeerings_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -178,7 +288,44 @@ public async Task CreateOrUpdate_SyncPeering() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_ListPeerings() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualNetworkPeeringList.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualNetworkPeeringList.json + // this example is just showing the usage of "VirtualNetworkPeerings_List" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this VirtualNetworkResource created on azure + // for more information of creating VirtualNetworkResource, please refer to the document of VirtualNetworkResource + string subscriptionId = "subid"; + string resourceGroupName = "peerTest"; + string virtualNetworkName = "vnet1"; + ResourceIdentifier virtualNetworkResourceId = VirtualNetworkResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, virtualNetworkName); + VirtualNetworkResource virtualNetwork = client.GetVirtualNetworkResource(virtualNetworkResourceId); + + // get the collection of this VirtualNetworkPeeringResource + VirtualNetworkPeeringCollection collection = virtualNetwork.GetVirtualNetworkPeerings(); + + // invoke the operation and iterate over the result + await foreach (VirtualNetworkPeeringResource item in collection.GetAllAsync()) + { + // the variable item is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + VirtualNetworkPeeringData resourceData = item.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + + Console.WriteLine($"Succeeded"); + } + + // List peerings with remote virtual network encryption + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task GetAll_ListPeeringsWithRemoteVirtualNetworkEncryption() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualNetworkPeeringListWithRemoteVirtualNetworkEncryption.json // this example is just showing the usage of "VirtualNetworkPeerings_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VirtualNetworkPeeringResource.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VirtualNetworkPeeringResource.cs index 2115cddef65b..e93025bcc714 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VirtualNetworkPeeringResource.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VirtualNetworkPeeringResource.cs @@ -23,7 +23,7 @@ public partial class Sample_VirtualNetworkPeeringResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Delete_DeletePeering() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualNetworkPeeringDelete.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualNetworkPeeringDelete.json // this example is just showing the usage of "VirtualNetworkPeerings_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -51,7 +51,39 @@ public async Task Delete_DeletePeering() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetPeering() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualNetworkPeeringGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualNetworkPeeringGet.json + // this example is just showing the usage of "VirtualNetworkPeerings_Get" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this VirtualNetworkPeeringResource created on azure + // for more information of creating VirtualNetworkPeeringResource, please refer to the document of VirtualNetworkPeeringResource + string subscriptionId = "subid"; + string resourceGroupName = "peerTest"; + string virtualNetworkName = "vnet1"; + string virtualNetworkPeeringName = "peer"; + ResourceIdentifier virtualNetworkPeeringResourceId = VirtualNetworkPeeringResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, virtualNetworkName, virtualNetworkPeeringName); + VirtualNetworkPeeringResource virtualNetworkPeering = client.GetVirtualNetworkPeeringResource(virtualNetworkPeeringResourceId); + + // invoke the operation + VirtualNetworkPeeringResource result = await virtualNetworkPeering.GetAsync(); + + // the variable result is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + VirtualNetworkPeeringData resourceData = result.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + + // Get peering with remote virtual network encryption + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task Get_GetPeeringWithRemoteVirtualNetworkEncryption() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualNetworkPeeringGetWithRemoteVirtualNetworkEncryption.json // this example is just showing the usage of "VirtualNetworkPeerings_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -83,7 +115,48 @@ public async Task Get_GetPeering() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_CreatePeering() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualNetworkPeeringCreate.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualNetworkPeeringCreate.json + // this example is just showing the usage of "VirtualNetworkPeerings_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this VirtualNetworkPeeringResource created on azure + // for more information of creating VirtualNetworkPeeringResource, please refer to the document of VirtualNetworkPeeringResource + string subscriptionId = "subid"; + string resourceGroupName = "peerTest"; + string virtualNetworkName = "vnet1"; + string virtualNetworkPeeringName = "peer"; + ResourceIdentifier virtualNetworkPeeringResourceId = VirtualNetworkPeeringResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, virtualNetworkName, virtualNetworkPeeringName); + VirtualNetworkPeeringResource virtualNetworkPeering = client.GetVirtualNetworkPeeringResource(virtualNetworkPeeringResourceId); + + // invoke the operation + VirtualNetworkPeeringData data = new VirtualNetworkPeeringData() + { + AllowVirtualNetworkAccess = true, + AllowForwardedTraffic = true, + AllowGatewayTransit = false, + UseRemoteGateways = false, + RemoteVirtualNetworkId = new ResourceIdentifier("/subscriptions/subid/resourceGroups/peerTest/providers/Microsoft.Network/virtualNetworks/vnet2"), + }; + ArmOperation lro = await virtualNetworkPeering.UpdateAsync(WaitUntil.Completed, data); + VirtualNetworkPeeringResource result = lro.Value; + + // the variable result is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + VirtualNetworkPeeringData resourceData = result.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + + // Create peering with remote virtual network encryption + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task Update_CreatePeeringWithRemoteVirtualNetworkEncryption() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualNetworkPeeringCreateWithRemoteVirtualNetworkEncryption.json // this example is just showing the usage of "VirtualNetworkPeerings_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -124,7 +197,7 @@ public async Task Update_CreatePeering() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_SyncPeering() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualNetworkPeeringSync.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualNetworkPeeringSync.json // this example is just showing the usage of "VirtualNetworkPeerings_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VirtualNetworkResource.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VirtualNetworkResource.cs index d3250deb516e..3ee9d58af619 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VirtualNetworkResource.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VirtualNetworkResource.cs @@ -19,12 +19,80 @@ namespace Azure.ResourceManager.Network.Samples { public partial class Sample_VirtualNetworkResource { + // List effective connectivity configuration + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task GetNetworkManagerEffectiveConnectivityConfigurations_ListEffectiveConnectivityConfiguration() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkManagerEffectiveConnectivityConfigurationsList.json + // this example is just showing the usage of "ListNetworkManagerEffectiveConnectivityConfigurations" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this VirtualNetworkResource created on azure + // for more information of creating VirtualNetworkResource, please refer to the document of VirtualNetworkResource + string subscriptionId = "00000000-0000-0000-0000-000000000000"; + string resourceGroupName = "myResourceGroup"; + string virtualNetworkName = "testVirtualNetwork"; + ResourceIdentifier virtualNetworkResourceId = VirtualNetworkResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, virtualNetworkName); + VirtualNetworkResource virtualNetwork = client.GetVirtualNetworkResource(virtualNetworkResourceId); + + // invoke the operation and iterate over the result + NetworkManagementQueryContent content = new NetworkManagementQueryContent() + { + SkipToken = "FakeSkipTokenCode", + }; + await foreach (EffectiveConnectivityConfiguration item in virtualNetwork.GetNetworkManagerEffectiveConnectivityConfigurationsAsync(content)) + { + Console.WriteLine($"Succeeded: {item}"); + } + + Console.WriteLine($"Succeeded"); + } + + // List effective security admin rules + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task GetNetworkManagerEffectiveSecurityAdminRules_ListEffectiveSecurityAdminRules() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NetworkManagerEffectiveSecurityAdminRulesList.json + // this example is just showing the usage of "ListNetworkManagerEffectiveSecurityAdminRules" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this VirtualNetworkResource created on azure + // for more information of creating VirtualNetworkResource, please refer to the document of VirtualNetworkResource + string subscriptionId = "00000000-0000-0000-0000-000000000000"; + string resourceGroupName = "myResourceGroup"; + string virtualNetworkName = "testVirtualNetwork"; + ResourceIdentifier virtualNetworkResourceId = VirtualNetworkResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, virtualNetworkName); + VirtualNetworkResource virtualNetwork = client.GetVirtualNetworkResource(virtualNetworkResourceId); + + // invoke the operation and iterate over the result + NetworkManagementQueryContent content = new NetworkManagementQueryContent() + { + SkipToken = "FakeSkipTokenCode", + }; + await foreach (EffectiveBaseSecurityAdminRule item in virtualNetwork.GetNetworkManagerEffectiveSecurityAdminRulesAsync(content)) + { + Console.WriteLine($"Succeeded: {item}"); + } + + Console.WriteLine($"Succeeded"); + } + // Delete virtual network [NUnit.Framework.Test] [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Delete_DeleteVirtualNetwork() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualNetworkDelete.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualNetworkDelete.json // this example is just showing the usage of "VirtualNetworks_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -51,7 +119,7 @@ public async Task Delete_DeleteVirtualNetwork() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetVirtualNetwork() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualNetworkGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualNetworkGet.json // this example is just showing the usage of "VirtualNetworks_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -82,7 +150,7 @@ public async Task Get_GetVirtualNetwork() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetVirtualNetworkWithADelegatedSubnet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualNetworkGetWithSubnetDelegation.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualNetworkGetWithSubnetDelegation.json // this example is just showing the usage of "VirtualNetworks_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -113,7 +181,7 @@ public async Task Get_GetVirtualNetworkWithADelegatedSubnet() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetVirtualNetworkWithServiceAssociationLinks() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualNetworkGetWithServiceAssociationLink.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualNetworkGetWithServiceAssociationLink.json // this example is just showing the usage of "VirtualNetworks_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -144,7 +212,7 @@ public async Task Get_GetVirtualNetworkWithServiceAssociationLinks() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_UpdateVirtualNetworkTags() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualNetworkUpdateTags.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualNetworkUpdateTags.json // this example is just showing the usage of "VirtualNetworks_UpdateTags" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -183,7 +251,7 @@ public async Task Update_UpdateVirtualNetworkTags() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetVirtualNetworks_ListAllVirtualNetworks() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualNetworkListAll.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualNetworkListAll.json // this example is just showing the usage of "VirtualNetworks_ListAll" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -215,7 +283,7 @@ public async Task GetVirtualNetworks_ListAllVirtualNetworks() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CheckIPAddressAvailability_CheckIPAddressAvailability() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualNetworkCheckIPAddressAvailability.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualNetworkCheckIPAddressAvailability.json // this example is just showing the usage of "VirtualNetworks_CheckIPAddressAvailability" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -243,7 +311,7 @@ public async Task CheckIPAddressAvailability_CheckIPAddressAvailability() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetUsage_VnetGetUsage() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualNetworkListUsage.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualNetworkListUsage.json // this example is just showing the usage of "VirtualNetworks_ListUsage" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VirtualNetworkTapCollection.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VirtualNetworkTapCollection.cs index abbc01f8edea..e6df3970caea 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VirtualNetworkTapCollection.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VirtualNetworkTapCollection.cs @@ -23,7 +23,7 @@ public partial class Sample_VirtualNetworkTapCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetVirtualNetworkTap() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualNetworkTapGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualNetworkTapGet.json // this example is just showing the usage of "VirtualNetworkTaps_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -57,7 +57,7 @@ public async Task Get_GetVirtualNetworkTap() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetVirtualNetworkTap() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualNetworkTapGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualNetworkTapGet.json // this example is just showing the usage of "VirtualNetworkTaps_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -87,7 +87,7 @@ public async Task Exists_GetVirtualNetworkTap() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateVirtualNetworkTap() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualNetworkTapCreate.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualNetworkTapCreate.json // this example is just showing the usage of "VirtualNetworkTaps_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -130,7 +130,7 @@ public async Task CreateOrUpdate_CreateVirtualNetworkTap() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_ListVirtualNetworkTapsInResourceGroup() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualNetworkTapList.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualNetworkTapList.json // this example is just showing the usage of "VirtualNetworkTaps_ListByResourceGroup" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VirtualNetworkTapResource.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VirtualNetworkTapResource.cs index b491ed499ff4..a062a0d3a1ef 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VirtualNetworkTapResource.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VirtualNetworkTapResource.cs @@ -24,7 +24,7 @@ public partial class Sample_VirtualNetworkTapResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Delete_DeleteVirtualNetworkTapResource() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualNetworkTapDelete.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualNetworkTapDelete.json // this example is just showing the usage of "VirtualNetworkTaps_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -51,7 +51,7 @@ public async Task Delete_DeleteVirtualNetworkTapResource() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetVirtualNetworkTap() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualNetworkTapGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualNetworkTapGet.json // this example is just showing the usage of "VirtualNetworkTaps_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -82,7 +82,7 @@ public async Task Get_GetVirtualNetworkTap() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_UpdateVirtualNetworkTapTags() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualNetworkTapUpdateTags.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualNetworkTapUpdateTags.json // this example is just showing the usage of "VirtualNetworkTaps_UpdateTags" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -121,7 +121,7 @@ public async Task Update_UpdateVirtualNetworkTapTags() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetVirtualNetworkTaps_ListAllVirtualNetworkTaps() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualNetworkTapListAll.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualNetworkTapListAll.json // this example is just showing the usage of "VirtualNetworkTaps_ListAll" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VirtualRouterCollection.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VirtualRouterCollection.cs index 7c8c644806ca..7ba49245c59e 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VirtualRouterCollection.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VirtualRouterCollection.cs @@ -23,7 +23,7 @@ public partial class Sample_VirtualRouterCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetVirtualRouter() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualRouterGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualRouterGet.json // this example is just showing the usage of "VirtualRouters_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -57,7 +57,7 @@ public async Task Get_GetVirtualRouter() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetVirtualRouter() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualRouterGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualRouterGet.json // this example is just showing the usage of "VirtualRouters_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -87,7 +87,7 @@ public async Task Exists_GetVirtualRouter() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateVirtualRouter() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualRouterPut.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualRouterPut.json // this example is just showing the usage of "VirtualRouters_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -131,7 +131,7 @@ public async Task CreateOrUpdate_CreateVirtualRouter() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_ListAllVirtualRouterForAGivenResourceGroup() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualRouterListByResourceGroup.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualRouterListByResourceGroup.json // this example is just showing the usage of "VirtualRouters_ListByResourceGroup" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VirtualRouterPeeringCollection.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VirtualRouterPeeringCollection.cs index 4a647494a3dd..633808976fbd 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VirtualRouterPeeringCollection.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VirtualRouterPeeringCollection.cs @@ -22,7 +22,7 @@ public partial class Sample_VirtualRouterPeeringCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetVirtualRouterPeering() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualRouterPeeringGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualRouterPeeringGet.json // this example is just showing the usage of "VirtualRouterPeerings_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -57,7 +57,7 @@ public async Task Get_GetVirtualRouterPeering() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetVirtualRouterPeering() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualRouterPeeringGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualRouterPeeringGet.json // this example is just showing the usage of "VirtualRouterPeerings_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -88,7 +88,7 @@ public async Task Exists_GetVirtualRouterPeering() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateVirtualRouterPeering() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualRouterPeeringPut.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualRouterPeeringPut.json // this example is just showing the usage of "VirtualRouterPeerings_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -129,7 +129,7 @@ public async Task CreateOrUpdate_CreateVirtualRouterPeering() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_ListAllVirtualRouterPeeringsForAGivenVirtualRouter() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualRouterPeeringList.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualRouterPeeringList.json // this example is just showing the usage of "VirtualRouterPeerings_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VirtualRouterPeeringResource.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VirtualRouterPeeringResource.cs index 5f981127225e..3b55f15454fa 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VirtualRouterPeeringResource.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VirtualRouterPeeringResource.cs @@ -22,7 +22,7 @@ public partial class Sample_VirtualRouterPeeringResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Delete_DeleteVirtualRouterPeering() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualRouterPeeringDelete.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualRouterPeeringDelete.json // this example is just showing the usage of "VirtualRouterPeerings_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -50,7 +50,7 @@ public async Task Delete_DeleteVirtualRouterPeering() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetVirtualRouterPeering() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualRouterPeeringGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualRouterPeeringGet.json // this example is just showing the usage of "VirtualRouterPeerings_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -82,7 +82,7 @@ public async Task Get_GetVirtualRouterPeering() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_CreateVirtualRouterPeering() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualRouterPeeringPut.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualRouterPeeringPut.json // this example is just showing the usage of "VirtualRouterPeerings_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VirtualRouterResource.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VirtualRouterResource.cs index 20613d4b70fa..05c59a9ba345 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VirtualRouterResource.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VirtualRouterResource.cs @@ -23,7 +23,7 @@ public partial class Sample_VirtualRouterResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Delete_DeleteVirtualRouter() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualRouterDelete.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualRouterDelete.json // this example is just showing the usage of "VirtualRouters_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -50,7 +50,7 @@ public async Task Delete_DeleteVirtualRouter() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetVirtualRouter() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualRouterGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualRouterGet.json // this example is just showing the usage of "VirtualRouters_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -81,7 +81,7 @@ public async Task Get_GetVirtualRouter() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_CreateVirtualRouter() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualRouterPut.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualRouterPut.json // this example is just showing the usage of "VirtualRouters_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -122,7 +122,7 @@ public async Task Update_CreateVirtualRouter() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetVirtualRouters_ListAllVirtualRoutersForAGivenSubscription() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualRouterListBySubscription.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualRouterListBySubscription.json // this example is just showing the usage of "VirtualRouters_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VirtualWanCollection.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VirtualWanCollection.cs index 11208f2fa934..e7f50f115fb6 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VirtualWanCollection.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VirtualWanCollection.cs @@ -23,7 +23,7 @@ public partial class Sample_VirtualWanCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_VirtualWANGet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualWANGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualWANGet.json // this example is just showing the usage of "VirtualWans_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -57,7 +57,7 @@ public async Task Get_VirtualWANGet() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_VirtualWANGet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualWANGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualWANGet.json // this example is just showing the usage of "VirtualWans_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -87,7 +87,7 @@ public async Task Exists_VirtualWANGet() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_VirtualWANCreate() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualWANPut.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualWANPut.json // this example is just showing the usage of "VirtualWans_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -132,7 +132,7 @@ public async Task CreateOrUpdate_VirtualWANCreate() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_VirtualWANListByResourceGroup() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualWANListByResourceGroup.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualWANListByResourceGroup.json // this example is just showing the usage of "VirtualWans_ListByResourceGroup" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VirtualWanResource.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VirtualWanResource.cs index 351482929d57..2ab1780f9250 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VirtualWanResource.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VirtualWanResource.cs @@ -24,7 +24,7 @@ public partial class Sample_VirtualWanResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task SupportedSecurityProviders_SupportedSecurityProviders() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualWanSupportedSecurityProviders.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualWanSupportedSecurityProviders.json // this example is just showing the usage of "SupportedSecurityProviders" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -51,7 +51,7 @@ public async Task SupportedSecurityProviders_SupportedSecurityProviders() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Generatevirtualwanvpnserverconfigurationvpnprofile_GenerateVirtualWanVpnServerConfigurationVpnProfile() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/GenerateVirtualWanVpnServerConfigurationVpnProfile.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/GenerateVirtualWanVpnServerConfigurationVpnProfile.json // this example is just showing the usage of "generatevirtualwanvpnserverconfigurationvpnprofile" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -84,7 +84,7 @@ public async Task Generatevirtualwanvpnserverconfigurationvpnprofile_GenerateVir [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_VirtualWANGet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualWANGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualWANGet.json // this example is just showing the usage of "VirtualWans_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -115,7 +115,7 @@ public async Task Get_VirtualWANGet() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_VirtualWANUpdate() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualWANUpdateTags.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualWANUpdateTags.json // this example is just showing the usage of "VirtualWans_UpdateTags" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -154,7 +154,7 @@ public async Task Update_VirtualWANUpdate() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Delete_VirtualWANDelete() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualWANDelete.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualWANDelete.json // this example is just showing the usage of "VirtualWans_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -181,7 +181,7 @@ public async Task Delete_VirtualWANDelete() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetVirtualWans_VirtualWANList() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VirtualWANList.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VirtualWANList.json // this example is just showing the usage of "VirtualWans_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -213,7 +213,7 @@ public async Task GetVirtualWans_VirtualWANList() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task DownloadVpnSitesConfiguration_VpnSitesConfigurationDownload() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VpnSitesConfigurationDownload.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VpnSitesConfigurationDownload.json // this example is just showing the usage of "VpnSitesConfiguration_Download" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -247,7 +247,7 @@ public async Task DownloadVpnSitesConfiguration_VpnSitesConfigurationDownload() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetVpnServerConfigurationsAssociatedWithVirtualWan_GetVirtualWanVpnServerConfigurations() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/GetVirtualWanVpnServerConfigurations.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/GetVirtualWanVpnServerConfigurations.json // this example is just showing the usage of "VpnServerConfigurationsAssociatedWithVirtualWan_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VpnConnectionCollection.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VpnConnectionCollection.cs index 8efcdc7b3b72..8fb0e97c4431 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VpnConnectionCollection.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VpnConnectionCollection.cs @@ -13,6 +13,7 @@ using Azure.ResourceManager; using Azure.ResourceManager.Network; using Azure.ResourceManager.Network.Models; +using Azure.ResourceManager.Resources.Models; namespace Azure.ResourceManager.Network.Samples { @@ -23,7 +24,7 @@ public partial class Sample_VpnConnectionCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_VpnConnectionGet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VpnConnectionGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VpnConnectionGet.json // this example is just showing the usage of "VpnConnections_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -58,7 +59,7 @@ public async Task Get_VpnConnectionGet() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_VpnConnectionGet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VpnConnectionGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VpnConnectionGet.json // this example is just showing the usage of "VpnConnections_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -89,7 +90,7 @@ public async Task Exists_VpnConnectionGet() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_VpnConnectionPut() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VpnConnectionPut.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VpnConnectionPut.json // this example is just showing the usage of "VpnConnections_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -129,6 +130,32 @@ public async Task CreateOrUpdate_VpnConnectionPut() Name = "Connection-Link1", } }, + RoutingConfiguration = new RoutingConfiguration() + { + AssociatedRouteTableId = new ResourceIdentifier("/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualHubs/hub1/hubRouteTables/hubRouteTable1"), + PropagatedRouteTables = new PropagatedRouteTable() + { + Labels = +{ +"label1","label2" +}, + Ids = +{ +new WritableSubResource() +{ +Id = new ResourceIdentifier("/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualHubs/hub1/hubRouteTables/hubRouteTable1"), +},new WritableSubResource() +{ +Id = new ResourceIdentifier("/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualHubs/hub1/hubRouteTables/hubRouteTable2"), +},new WritableSubResource() +{ +Id = new ResourceIdentifier("/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualHubs/hub1/hubRouteTables/hubRouteTable3"), +} +}, + }, + InboundRouteMapId = new ResourceIdentifier("/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualHubs/virtualHub1/routeMaps/routeMap1"), + OutboundRouteMapId = new ResourceIdentifier("/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualHubs/virtualHub1/routeMaps/routeMap2"), + }, }; ArmOperation lro = await collection.CreateOrUpdateAsync(WaitUntil.Completed, connectionName, data); VpnConnectionResource result = lro.Value; @@ -145,7 +172,7 @@ public async Task CreateOrUpdate_VpnConnectionPut() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_VpnConnectionList() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VpnConnectionList.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VpnConnectionList.json // this example is just showing the usage of "VpnConnections_ListByVpnGateway" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VpnConnectionResource.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VpnConnectionResource.cs index f7ea06b62701..c059a30b90a6 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VpnConnectionResource.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VpnConnectionResource.cs @@ -13,6 +13,7 @@ using Azure.ResourceManager; using Azure.ResourceManager.Network; using Azure.ResourceManager.Network.Models; +using Azure.ResourceManager.Resources.Models; namespace Azure.ResourceManager.Network.Samples { @@ -23,7 +24,7 @@ public partial class Sample_VpnConnectionResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_VpnConnectionGet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VpnConnectionGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VpnConnectionGet.json // this example is just showing the usage of "VpnConnections_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -55,7 +56,7 @@ public async Task Get_VpnConnectionGet() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_VpnConnectionPut() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VpnConnectionPut.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VpnConnectionPut.json // this example is just showing the usage of "VpnConnections_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -92,6 +93,32 @@ public async Task Update_VpnConnectionPut() Name = "Connection-Link1", } }, + RoutingConfiguration = new RoutingConfiguration() + { + AssociatedRouteTableId = new ResourceIdentifier("/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualHubs/hub1/hubRouteTables/hubRouteTable1"), + PropagatedRouteTables = new PropagatedRouteTable() + { + Labels = +{ +"label1","label2" +}, + Ids = +{ +new WritableSubResource() +{ +Id = new ResourceIdentifier("/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualHubs/hub1/hubRouteTables/hubRouteTable1"), +},new WritableSubResource() +{ +Id = new ResourceIdentifier("/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualHubs/hub1/hubRouteTables/hubRouteTable2"), +},new WritableSubResource() +{ +Id = new ResourceIdentifier("/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualHubs/hub1/hubRouteTables/hubRouteTable3"), +} +}, + }, + InboundRouteMapId = new ResourceIdentifier("/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualHubs/virtualHub1/routeMaps/routeMap1"), + OutboundRouteMapId = new ResourceIdentifier("/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualHubs/virtualHub1/routeMaps/routeMap2"), + }, }; ArmOperation lro = await vpnConnection.UpdateAsync(WaitUntil.Completed, data); VpnConnectionResource result = lro.Value; @@ -108,7 +135,7 @@ public async Task Update_VpnConnectionPut() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Delete_VpnConnectionDelete() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VpnConnectionDelete.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VpnConnectionDelete.json // this example is just showing the usage of "VpnConnections_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -136,7 +163,7 @@ public async Task Delete_VpnConnectionDelete() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task StartPacketCapture_StartPacketCaptureOnVpnConnectionWithFilter() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VpnConnectionStartPacketCaptureFilterData.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VpnConnectionStartPacketCaptureFilterData.json // this example is just showing the usage of "VpnConnections_StartPacketCapture" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -173,7 +200,7 @@ public async Task StartPacketCapture_StartPacketCaptureOnVpnConnectionWithFilter [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task StartPacketCapture_StartPacketCaptureOnVpnConnectionWithoutFilter() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VpnConnectionStartPacketCapture.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VpnConnectionStartPacketCapture.json // this example is just showing the usage of "VpnConnections_StartPacketCapture" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -209,7 +236,7 @@ public async Task StartPacketCapture_StartPacketCaptureOnVpnConnectionWithoutFil [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task StopPacketCapture_StartPacketCaptureOnVpnConnectionWithoutFilter() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VpnConnectionStopPacketCapture.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VpnConnectionStopPacketCapture.json // this example is just showing the usage of "VpnConnections_StopPacketCapture" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VpnGatewayCollection.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VpnGatewayCollection.cs index c96ba1cb0440..cf804e3adc85 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VpnGatewayCollection.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VpnGatewayCollection.cs @@ -25,7 +25,7 @@ public partial class Sample_VpnGatewayCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_VpnGatewayGet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VpnGatewayGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VpnGatewayGet.json // this example is just showing the usage of "VpnGateways_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -59,7 +59,7 @@ public async Task Get_VpnGatewayGet() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_VpnGatewayGet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VpnGatewayGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VpnGatewayGet.json // this example is just showing the usage of "VpnGateways_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -89,7 +89,7 @@ public async Task Exists_VpnGatewayGet() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_VpnGatewayPut() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VpnGatewayPut.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VpnGatewayPut.json // this example is just showing the usage of "VpnGateways_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -161,6 +161,7 @@ public async Task CreateOrUpdate_VpnGatewayPut() } }, }, + EnableBgpRouteTranslationForNat = false, IsRoutingPreferenceInternet = false, NatRules = { @@ -207,7 +208,7 @@ public async Task CreateOrUpdate_VpnGatewayPut() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_VpnGatewayListByResourceGroup() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VpnGatewayListByResourceGroup.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VpnGatewayListByResourceGroup.json // this example is just showing the usage of "VpnGateways_ListByResourceGroup" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VpnGatewayNatRuleCollection.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VpnGatewayNatRuleCollection.cs index 596da78f0696..4b24ba029b19 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VpnGatewayNatRuleCollection.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VpnGatewayNatRuleCollection.cs @@ -23,7 +23,7 @@ public partial class Sample_VpnGatewayNatRuleCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_NatRuleGet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NatRuleGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NatRuleGet.json // this example is just showing the usage of "NatRules_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -58,7 +58,7 @@ public async Task Get_NatRuleGet() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_NatRuleGet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NatRuleGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NatRuleGet.json // this example is just showing the usage of "NatRules_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -89,7 +89,7 @@ public async Task Exists_NatRuleGet() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_NatRulePut() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NatRulePut.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NatRulePut.json // this example is just showing the usage of "NatRules_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -145,7 +145,7 @@ public async Task CreateOrUpdate_NatRulePut() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_NatRuleList() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NatRuleList.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NatRuleList.json // this example is just showing the usage of "NatRules_ListByVpnGateway" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VpnGatewayNatRuleResource.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VpnGatewayNatRuleResource.cs index 12918eee95c4..50e15b84e149 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VpnGatewayNatRuleResource.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VpnGatewayNatRuleResource.cs @@ -23,7 +23,7 @@ public partial class Sample_VpnGatewayNatRuleResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_NatRuleGet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NatRuleGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NatRuleGet.json // this example is just showing the usage of "NatRules_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -55,7 +55,7 @@ public async Task Get_NatRuleGet() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_NatRulePut() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NatRulePut.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NatRulePut.json // this example is just showing the usage of "NatRules_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -108,7 +108,7 @@ public async Task Update_NatRulePut() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Delete_NatRuleDelete() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NatRuleDelete.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/NatRuleDelete.json // this example is just showing the usage of "NatRules_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VpnGatewayResource.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VpnGatewayResource.cs index 9cb1110d10ed..5fc86e8f0d89 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VpnGatewayResource.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VpnGatewayResource.cs @@ -24,7 +24,7 @@ public partial class Sample_VpnGatewayResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_VpnGatewayGet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VpnGatewayGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VpnGatewayGet.json // this example is just showing the usage of "VpnGateways_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -55,7 +55,7 @@ public async Task Get_VpnGatewayGet() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_VpnGatewayUpdate() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VpnGatewayUpdateTags.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VpnGatewayUpdateTags.json // this example is just showing the usage of "VpnGateways_UpdateTags" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -95,7 +95,7 @@ public async Task Update_VpnGatewayUpdate() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Delete_VpnGatewayDelete() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VpnGatewayDelete.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VpnGatewayDelete.json // this example is just showing the usage of "VpnGateways_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -122,7 +122,7 @@ public async Task Delete_VpnGatewayDelete() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Reset_ResetVpnGateway() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VpnGatewayReset.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VpnGatewayReset.json // this example is just showing the usage of "VpnGateways_Reset" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -154,7 +154,7 @@ public async Task Reset_ResetVpnGateway() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task StartPacketCapture_StartPacketCaptureOnVpnGatewayWithFilter() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VpnGatewayStartPacketCaptureFilterData.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VpnGatewayStartPacketCaptureFilterData.json // this example is just showing the usage of "VpnGateways_StartPacketCapture" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -186,7 +186,7 @@ public async Task StartPacketCapture_StartPacketCaptureOnVpnGatewayWithFilter() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task StartPacketCapture_StartPacketCaptureOnVpnGatewayWithoutFilter() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VpnGatewayStartPacketCapture.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VpnGatewayStartPacketCapture.json // this example is just showing the usage of "VpnGateways_StartPacketCapture" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -214,7 +214,7 @@ public async Task StartPacketCapture_StartPacketCaptureOnVpnGatewayWithoutFilter [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task StopPacketCapture_StopPacketCaptureOnVpnGateway() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VpnGatewayStopPacketCapture.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VpnGatewayStopPacketCapture.json // this example is just showing the usage of "VpnGateways_StopPacketCapture" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -246,7 +246,7 @@ public async Task StopPacketCapture_StopPacketCaptureOnVpnGateway() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetVpnGateways_VpnGatewayListBySubscription() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VpnGatewayList.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VpnGatewayList.json // this example is just showing the usage of "VpnGateways_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VpnServerConfigurationCollection.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VpnServerConfigurationCollection.cs index 0abc1f062542..b197876da662 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VpnServerConfigurationCollection.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VpnServerConfigurationCollection.cs @@ -24,7 +24,7 @@ public partial class Sample_VpnServerConfigurationCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_VpnServerConfigurationGet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VpnServerConfigurationGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VpnServerConfigurationGet.json // this example is just showing the usage of "VpnServerConfigurations_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -58,7 +58,7 @@ public async Task Get_VpnServerConfigurationGet() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_VpnServerConfigurationGet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VpnServerConfigurationGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VpnServerConfigurationGet.json // this example is just showing the usage of "VpnServerConfigurations_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -88,7 +88,7 @@ public async Task Exists_VpnServerConfigurationGet() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_VpnServerConfigurationCreate() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VpnServerConfigurationPut.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VpnServerConfigurationPut.json // this example is just showing the usage of "VpnServerConfigurations_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -157,6 +157,40 @@ public async Task CreateOrUpdate_VpnServerConfigurationCreate() RadiusServerScore = 25, RadiusServerSecret = "radiusServerSecret", } +}, + ConfigurationPolicyGroups = +{ +new VpnServerConfigurationPolicyGroupData() +{ +IsDefault = true, +Priority = 0, +PolicyMembers = +{ +new VpnServerConfigurationPolicyGroupMember() +{ +Name = "policy1", +AttributeType = VpnPolicyMemberAttributeType.RadiusAzureGroupId, +AttributeValue = "6ad1bd08", +} +}, +Id = new ResourceIdentifier("/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/vpnServerConfigurations/vpnServerConfiguration1/vpnServerConfigurationPolicyGroups/policyGroup1"), +Name = "policyGroup1", +},new VpnServerConfigurationPolicyGroupData() +{ +IsDefault = true, +Priority = 0, +PolicyMembers = +{ +new VpnServerConfigurationPolicyGroupMember() +{ +Name = "policy2", +AttributeType = VpnPolicyMemberAttributeType.CertificateGroupId, +AttributeValue = "red.com", +} +}, +Id = new ResourceIdentifier("/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/vpnServerConfigurations/vpnServerConfiguration1/vpnServerConfigurationPolicyGroups/policyGroup2"), +Name = "policyGroup2", +} }, Location = new AzureLocation("West US"), Tags = @@ -179,7 +213,7 @@ public async Task CreateOrUpdate_VpnServerConfigurationCreate() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_VpnServerConfigurationListByResourceGroup() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VpnServerConfigurationListByResourceGroup.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VpnServerConfigurationListByResourceGroup.json // this example is just showing the usage of "VpnServerConfigurations_ListByResourceGroup" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VpnServerConfigurationPolicyGroupCollection.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VpnServerConfigurationPolicyGroupCollection.cs new file mode 100644 index 000000000000..5fb24788d861 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VpnServerConfigurationPolicyGroupCollection.cs @@ -0,0 +1,179 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Identity; +using Azure.ResourceManager; +using Azure.ResourceManager.Network; +using Azure.ResourceManager.Network.Models; + +namespace Azure.ResourceManager.Network.Samples +{ + public partial class Sample_VpnServerConfigurationPolicyGroupCollection + { + // ConfigurationPolicyGroupPut + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task CreateOrUpdate_ConfigurationPolicyGroupPut() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ConfigurationPolicyGroupPut.json + // this example is just showing the usage of "ConfigurationPolicyGroups_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this VpnServerConfigurationResource created on azure + // for more information of creating VpnServerConfigurationResource, please refer to the document of VpnServerConfigurationResource + string subscriptionId = "subid"; + string resourceGroupName = "rg1"; + string vpnServerConfigurationName = "vpnServerConfiguration1"; + ResourceIdentifier vpnServerConfigurationResourceId = VpnServerConfigurationResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, vpnServerConfigurationName); + VpnServerConfigurationResource vpnServerConfiguration = client.GetVpnServerConfigurationResource(vpnServerConfigurationResourceId); + + // get the collection of this VpnServerConfigurationPolicyGroupResource + VpnServerConfigurationPolicyGroupCollection collection = vpnServerConfiguration.GetVpnServerConfigurationPolicyGroups(); + + // invoke the operation + string configurationPolicyGroupName = "policyGroup1"; + VpnServerConfigurationPolicyGroupData data = new VpnServerConfigurationPolicyGroupData() + { + IsDefault = true, + Priority = 0, + PolicyMembers = +{ +new VpnServerConfigurationPolicyGroupMember() +{ +Name = "policy1", +AttributeType = VpnPolicyMemberAttributeType.RadiusAzureGroupId, +AttributeValue = "6ad1bd08", +},new VpnServerConfigurationPolicyGroupMember() +{ +Name = "policy2", +AttributeType = VpnPolicyMemberAttributeType.CertificateGroupId, +AttributeValue = "red.com", +} +}, + }; + ArmOperation lro = await collection.CreateOrUpdateAsync(WaitUntil.Completed, configurationPolicyGroupName, data); + VpnServerConfigurationPolicyGroupResource result = lro.Value; + + // the variable result is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + VpnServerConfigurationPolicyGroupData resourceData = result.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + + // ConfigurationPolicyGroupGet + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task Get_ConfigurationPolicyGroupGet() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ConfigurationPolicyGroupGet.json + // this example is just showing the usage of "ConfigurationPolicyGroups_Get" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this VpnServerConfigurationResource created on azure + // for more information of creating VpnServerConfigurationResource, please refer to the document of VpnServerConfigurationResource + string subscriptionId = "subid"; + string resourceGroupName = "rg1"; + string vpnServerConfigurationName = "vpnServerConfiguration1"; + ResourceIdentifier vpnServerConfigurationResourceId = VpnServerConfigurationResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, vpnServerConfigurationName); + VpnServerConfigurationResource vpnServerConfiguration = client.GetVpnServerConfigurationResource(vpnServerConfigurationResourceId); + + // get the collection of this VpnServerConfigurationPolicyGroupResource + VpnServerConfigurationPolicyGroupCollection collection = vpnServerConfiguration.GetVpnServerConfigurationPolicyGroups(); + + // invoke the operation + string configurationPolicyGroupName = "policyGroup1"; + VpnServerConfigurationPolicyGroupResource result = await collection.GetAsync(configurationPolicyGroupName); + + // the variable result is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + VpnServerConfigurationPolicyGroupData resourceData = result.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + + // ConfigurationPolicyGroupGet + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task Exists_ConfigurationPolicyGroupGet() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ConfigurationPolicyGroupGet.json + // this example is just showing the usage of "ConfigurationPolicyGroups_Get" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this VpnServerConfigurationResource created on azure + // for more information of creating VpnServerConfigurationResource, please refer to the document of VpnServerConfigurationResource + string subscriptionId = "subid"; + string resourceGroupName = "rg1"; + string vpnServerConfigurationName = "vpnServerConfiguration1"; + ResourceIdentifier vpnServerConfigurationResourceId = VpnServerConfigurationResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, vpnServerConfigurationName); + VpnServerConfigurationResource vpnServerConfiguration = client.GetVpnServerConfigurationResource(vpnServerConfigurationResourceId); + + // get the collection of this VpnServerConfigurationPolicyGroupResource + VpnServerConfigurationPolicyGroupCollection collection = vpnServerConfiguration.GetVpnServerConfigurationPolicyGroups(); + + // invoke the operation + string configurationPolicyGroupName = "policyGroup1"; + bool result = await collection.ExistsAsync(configurationPolicyGroupName); + + Console.WriteLine($"Succeeded: {result}"); + } + + // ConfigurationPolicyGroupListByVpnServerConfiguration + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task GetAll_ConfigurationPolicyGroupListByVpnServerConfiguration() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ConfigurationPolicyGroupListByVpnServerConfiguration.json + // this example is just showing the usage of "configurationPolicyGroups_ListByVpnServerConfiguration" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this VpnServerConfigurationResource created on azure + // for more information of creating VpnServerConfigurationResource, please refer to the document of VpnServerConfigurationResource + string subscriptionId = "subid"; + string resourceGroupName = "rg1"; + string vpnServerConfigurationName = "vpnServerConfiguration1"; + ResourceIdentifier vpnServerConfigurationResourceId = VpnServerConfigurationResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, vpnServerConfigurationName); + VpnServerConfigurationResource vpnServerConfiguration = client.GetVpnServerConfigurationResource(vpnServerConfigurationResourceId); + + // get the collection of this VpnServerConfigurationPolicyGroupResource + VpnServerConfigurationPolicyGroupCollection collection = vpnServerConfiguration.GetVpnServerConfigurationPolicyGroups(); + + // invoke the operation and iterate over the result + await foreach (VpnServerConfigurationPolicyGroupResource item in collection.GetAllAsync()) + { + // the variable item is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + VpnServerConfigurationPolicyGroupData resourceData = item.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + + Console.WriteLine($"Succeeded"); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VpnServerConfigurationPolicyGroupResource.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VpnServerConfigurationPolicyGroupResource.cs new file mode 100644 index 000000000000..65a18d8deafd --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VpnServerConfigurationPolicyGroupResource.cs @@ -0,0 +1,133 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Identity; +using Azure.ResourceManager; +using Azure.ResourceManager.Network; +using Azure.ResourceManager.Network.Models; + +namespace Azure.ResourceManager.Network.Samples +{ + public partial class Sample_VpnServerConfigurationPolicyGroupResource + { + // ConfigurationPolicyGroupPut + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task Update_ConfigurationPolicyGroupPut() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ConfigurationPolicyGroupPut.json + // this example is just showing the usage of "ConfigurationPolicyGroups_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this VpnServerConfigurationPolicyGroupResource created on azure + // for more information of creating VpnServerConfigurationPolicyGroupResource, please refer to the document of VpnServerConfigurationPolicyGroupResource + string subscriptionId = "subid"; + string resourceGroupName = "rg1"; + string vpnServerConfigurationName = "vpnServerConfiguration1"; + string configurationPolicyGroupName = "policyGroup1"; + ResourceIdentifier vpnServerConfigurationPolicyGroupResourceId = VpnServerConfigurationPolicyGroupResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, vpnServerConfigurationName, configurationPolicyGroupName); + VpnServerConfigurationPolicyGroupResource vpnServerConfigurationPolicyGroup = client.GetVpnServerConfigurationPolicyGroupResource(vpnServerConfigurationPolicyGroupResourceId); + + // invoke the operation + VpnServerConfigurationPolicyGroupData data = new VpnServerConfigurationPolicyGroupData() + { + IsDefault = true, + Priority = 0, + PolicyMembers = +{ +new VpnServerConfigurationPolicyGroupMember() +{ +Name = "policy1", +AttributeType = VpnPolicyMemberAttributeType.RadiusAzureGroupId, +AttributeValue = "6ad1bd08", +},new VpnServerConfigurationPolicyGroupMember() +{ +Name = "policy2", +AttributeType = VpnPolicyMemberAttributeType.CertificateGroupId, +AttributeValue = "red.com", +} +}, + }; + ArmOperation lro = await vpnServerConfigurationPolicyGroup.UpdateAsync(WaitUntil.Completed, data); + VpnServerConfigurationPolicyGroupResource result = lro.Value; + + // the variable result is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + VpnServerConfigurationPolicyGroupData resourceData = result.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + + // ConfigurationPolicyGroupDelete + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task Delete_ConfigurationPolicyGroupDelete() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ConfigurationPolicyGroupDelete.json + // this example is just showing the usage of "ConfigurationPolicyGroups_Delete" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this VpnServerConfigurationPolicyGroupResource created on azure + // for more information of creating VpnServerConfigurationPolicyGroupResource, please refer to the document of VpnServerConfigurationPolicyGroupResource + string subscriptionId = "subid"; + string resourceGroupName = "rg1"; + string vpnServerConfigurationName = "vpnServerConfiguration1"; + string configurationPolicyGroupName = "policyGroup1"; + ResourceIdentifier vpnServerConfigurationPolicyGroupResourceId = VpnServerConfigurationPolicyGroupResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, vpnServerConfigurationName, configurationPolicyGroupName); + VpnServerConfigurationPolicyGroupResource vpnServerConfigurationPolicyGroup = client.GetVpnServerConfigurationPolicyGroupResource(vpnServerConfigurationPolicyGroupResourceId); + + // invoke the operation + await vpnServerConfigurationPolicyGroup.DeleteAsync(WaitUntil.Completed); + + Console.WriteLine($"Succeeded"); + } + + // ConfigurationPolicyGroupGet + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task Get_ConfigurationPolicyGroupGet() + { + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ConfigurationPolicyGroupGet.json + // this example is just showing the usage of "ConfigurationPolicyGroups_Get" operation, for the dependent resources, they will have to be created separately. + + // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this VpnServerConfigurationPolicyGroupResource created on azure + // for more information of creating VpnServerConfigurationPolicyGroupResource, please refer to the document of VpnServerConfigurationPolicyGroupResource + string subscriptionId = "subid"; + string resourceGroupName = "rg1"; + string vpnServerConfigurationName = "vpnServerConfiguration1"; + string configurationPolicyGroupName = "policyGroup1"; + ResourceIdentifier vpnServerConfigurationPolicyGroupResourceId = VpnServerConfigurationPolicyGroupResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, vpnServerConfigurationName, configurationPolicyGroupName); + VpnServerConfigurationPolicyGroupResource vpnServerConfigurationPolicyGroup = client.GetVpnServerConfigurationPolicyGroupResource(vpnServerConfigurationPolicyGroupResourceId); + + // invoke the operation + VpnServerConfigurationPolicyGroupResource result = await vpnServerConfigurationPolicyGroup.GetAsync(); + + // the variable result is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + VpnServerConfigurationPolicyGroupData resourceData = result.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VpnServerConfigurationResource.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VpnServerConfigurationResource.cs index 97dd8453ebee..8c9f2f9b1c76 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VpnServerConfigurationResource.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VpnServerConfigurationResource.cs @@ -24,7 +24,7 @@ public partial class Sample_VpnServerConfigurationResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_VpnServerConfigurationGet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VpnServerConfigurationGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VpnServerConfigurationGet.json // this example is just showing the usage of "VpnServerConfigurations_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -55,7 +55,7 @@ public async Task Get_VpnServerConfigurationGet() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_VpnServerConfigurationUpdate() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VpnServerConfigurationUpdateTags.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VpnServerConfigurationUpdateTags.json // this example is just showing the usage of "VpnServerConfigurations_UpdateTags" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -94,7 +94,7 @@ public async Task Update_VpnServerConfigurationUpdate() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Delete_VpnServerConfigurationDelete() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VpnServerConfigurationDelete.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VpnServerConfigurationDelete.json // this example is just showing the usage of "VpnServerConfigurations_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -121,7 +121,7 @@ public async Task Delete_VpnServerConfigurationDelete() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetVpnServerConfigurations_VpnServerConfigurationList() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VpnServerConfigurationList.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VpnServerConfigurationList.json // this example is just showing the usage of "VpnServerConfigurations_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VpnSiteCollection.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VpnSiteCollection.cs index 1b5ed6cc4c42..17c35a90965e 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VpnSiteCollection.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VpnSiteCollection.cs @@ -24,7 +24,7 @@ public partial class Sample_VpnSiteCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_VpnSiteGet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VpnSiteGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VpnSiteGet.json // this example is just showing the usage of "VpnSites_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -58,7 +58,7 @@ public async Task Get_VpnSiteGet() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_VpnSiteGet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VpnSiteGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VpnSiteGet.json // this example is just showing the usage of "VpnSites_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -88,7 +88,7 @@ public async Task Exists_VpnSiteGet() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_VpnSiteCreate() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VpnSitePut.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VpnSitePut.json // this example is just showing the usage of "VpnSites_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -162,7 +162,7 @@ public async Task CreateOrUpdate_VpnSiteCreate() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_VpnSiteListByResourceGroup() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VpnSiteListByResourceGroup.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VpnSiteListByResourceGroup.json // this example is just showing the usage of "VpnSites_ListByResourceGroup" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VpnSiteLinkCollection.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VpnSiteLinkCollection.cs index 364fa23e57f8..4c3964cbb616 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VpnSiteLinkCollection.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VpnSiteLinkCollection.cs @@ -21,7 +21,7 @@ public partial class Sample_VpnSiteLinkCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_VpnSiteGet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VpnSiteLinkGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VpnSiteLinkGet.json // this example is just showing the usage of "VpnSiteLinks_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -56,7 +56,7 @@ public async Task Get_VpnSiteGet() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_VpnSiteGet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VpnSiteLinkGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VpnSiteLinkGet.json // this example is just showing the usage of "VpnSiteLinks_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -87,7 +87,7 @@ public async Task Exists_VpnSiteGet() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_VpnSiteLinkListByVpnSite() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VpnSiteLinkListByVpnSite.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VpnSiteLinkListByVpnSite.json // this example is just showing the usage of "VpnSiteLinks_ListByVpnSite" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VpnSiteLinkConnectionCollection.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VpnSiteLinkConnectionCollection.cs index 67f008442c7b..9644f70c9646 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VpnSiteLinkConnectionCollection.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VpnSiteLinkConnectionCollection.cs @@ -21,7 +21,7 @@ public partial class Sample_VpnSiteLinkConnectionCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_VpnSiteLinkConnectionList() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VpnSiteLinkConnectionList.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VpnSiteLinkConnectionList.json // this example is just showing the usage of "VpnLinkConnections_ListByVpnConnection" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -59,7 +59,7 @@ public async Task GetAll_VpnSiteLinkConnectionList() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_VpnSiteLinkConnectionGet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VpnSiteLinkConnectionGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VpnSiteLinkConnectionGet.json // this example is just showing the usage of "VpnSiteLinkConnections_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -95,7 +95,7 @@ public async Task Get_VpnSiteLinkConnectionGet() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_VpnSiteLinkConnectionGet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VpnSiteLinkConnectionGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VpnSiteLinkConnectionGet.json // this example is just showing the usage of "VpnSiteLinkConnections_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VpnSiteLinkConnectionResource.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VpnSiteLinkConnectionResource.cs index 6ade92244fba..0d31642d3672 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VpnSiteLinkConnectionResource.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VpnSiteLinkConnectionResource.cs @@ -22,7 +22,7 @@ public partial class Sample_VpnSiteLinkConnectionResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task ResetConnectionVpnLinkConnection_ResetVpnLinkConnection() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VpnSiteLinkConnectionReset.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VpnSiteLinkConnectionReset.json // this example is just showing the usage of "VpnLinkConnections_ResetConnection" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -51,7 +51,7 @@ public async Task ResetConnectionVpnLinkConnection_ResetVpnLinkConnection() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetIkeSasVpnLinkConnection_GetVpnLinkConnectionIkeSa() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VpnSiteLinkConnectionGetIkeSas.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VpnSiteLinkConnectionGetIkeSas.json // this example is just showing the usage of "VpnLinkConnections_GetIkeSas" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -81,7 +81,7 @@ public async Task GetIkeSasVpnLinkConnection_GetVpnLinkConnectionIkeSa() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_VpnSiteLinkConnectionGet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VpnSiteLinkConnectionGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VpnSiteLinkConnectionGet.json // this example is just showing the usage of "VpnSiteLinkConnections_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VpnSiteLinkResource.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VpnSiteLinkResource.cs index b9e3042f920d..792ddc46fc99 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VpnSiteLinkResource.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VpnSiteLinkResource.cs @@ -21,7 +21,7 @@ public partial class Sample_VpnSiteLinkResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_VpnSiteGet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VpnSiteLinkGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VpnSiteLinkGet.json // this example is just showing the usage of "VpnSiteLinks_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VpnSiteResource.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VpnSiteResource.cs index 98358935ba33..f95bfb1cd1f9 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VpnSiteResource.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_VpnSiteResource.cs @@ -24,7 +24,7 @@ public partial class Sample_VpnSiteResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_VpnSiteGet() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VpnSiteGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VpnSiteGet.json // this example is just showing the usage of "VpnSites_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -55,7 +55,7 @@ public async Task Get_VpnSiteGet() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_VpnSiteUpdate() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VpnSiteUpdateTags.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VpnSiteUpdateTags.json // this example is just showing the usage of "VpnSites_UpdateTags" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -94,7 +94,7 @@ public async Task Update_VpnSiteUpdate() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Delete_VpnSiteDelete() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VpnSiteDelete.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VpnSiteDelete.json // this example is just showing the usage of "VpnSites_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -121,7 +121,7 @@ public async Task Delete_VpnSiteDelete() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetVpnSites_VpnSiteList() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/VpnSiteList.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/VpnSiteList.json // this example is just showing the usage of "VpnSites_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_WebApplicationFirewallPolicyCollection.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_WebApplicationFirewallPolicyCollection.cs index 3b1a4643dd5b..f4b7935544db 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_WebApplicationFirewallPolicyCollection.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_WebApplicationFirewallPolicyCollection.cs @@ -24,7 +24,7 @@ public partial class Sample_WebApplicationFirewallPolicyCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_ListsAllWAFPoliciesInAResourceGroup() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/WafListPolicies.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/WafListPolicies.json // this example is just showing the usage of "WebApplicationFirewallPolicies_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -60,7 +60,7 @@ public async Task GetAll_ListsAllWAFPoliciesInAResourceGroup() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetsAWAFPolicyWithinAResourceGroup() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/WafPolicyGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/WafPolicyGet.json // this example is just showing the usage of "WebApplicationFirewallPolicies_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -94,7 +94,7 @@ public async Task Get_GetsAWAFPolicyWithinAResourceGroup() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetsAWAFPolicyWithinAResourceGroup() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/WafPolicyGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/WafPolicyGet.json // this example is just showing the usage of "WebApplicationFirewallPolicies_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -124,7 +124,7 @@ public async Task Exists_GetsAWAFPolicyWithinAResourceGroup() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreatesOrUpdatesAWAFPolicyWithinAResourceGroup() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/WafPolicyCreateOrUpdate.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/WafPolicyCreateOrUpdate.json // this example is just showing the usage of "WebApplicationFirewallPolicies_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -192,7 +192,62 @@ public async Task CreateOrUpdate_CreatesOrUpdatesAWAFPolicyWithinAResourceGroup( ManagedRules = new ManagedRulesDefinition(new ManagedRuleSet[] { new ManagedRuleSet("OWASP","3.2") - }), +{ +RuleGroupOverrides = +{ +new ManagedRuleGroupOverride("REQUEST-931-APPLICATION-ATTACK-RFI") +{ +Rules = +{ +new ManagedRuleOverride("931120") +{ +State = ManagedRuleEnabledState.Enabled, +Action = RuleMatchActionType.Log, +},new ManagedRuleOverride("931130") +{ +State = ManagedRuleEnabledState.Disabled, +Action = RuleMatchActionType.AnomalyScoring, +} +}, +} +}, +} + }) + { + Exclusions = +{ +new OwaspCrsExclusionEntry(OwaspCrsExclusionEntryMatchVariable.RequestArgNames,OwaspCrsExclusionEntrySelectorMatchOperator.StartsWith,"hello") +{ +ExclusionManagedRuleSets = +{ +new ExclusionManagedRuleSet("OWASP","3.2") +{ +RuleGroups = +{ +new ExclusionManagedRuleGroup("REQUEST-930-APPLICATION-ATTACK-LFI") +{ +Rules = +{ +new ExclusionManagedRule("930120") +}, +},new ExclusionManagedRuleGroup("REQUEST-932-APPLICATION-ATTACK-RCE") +}, +} +}, +},new OwaspCrsExclusionEntry(OwaspCrsExclusionEntryMatchVariable.RequestArgNames,OwaspCrsExclusionEntrySelectorMatchOperator.EndsWith,"hello") +{ +ExclusionManagedRuleSets = +{ +new ExclusionManagedRuleSet("OWASP","3.1") +{ +RuleGroups = +{ +}, +} +}, +},new OwaspCrsExclusionEntry(OwaspCrsExclusionEntryMatchVariable.RequestArgNames,OwaspCrsExclusionEntrySelectorMatchOperator.StartsWith,"test"),new OwaspCrsExclusionEntry(OwaspCrsExclusionEntryMatchVariable.RequestArgValues,OwaspCrsExclusionEntrySelectorMatchOperator.StartsWith,"test") +}, + }, Location = new AzureLocation("WestUs"), }; ArmOperation lro = await collection.CreateOrUpdateAsync(WaitUntil.Completed, policyName, data); diff --git a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_WebApplicationFirewallPolicyResource.cs b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_WebApplicationFirewallPolicyResource.cs index 0635b70d236b..f6f8cd2eea60 100644 --- a/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_WebApplicationFirewallPolicyResource.cs +++ b/sdk/network/Azure.ResourceManager.Network/samples/Generated/Samples/Sample_WebApplicationFirewallPolicyResource.cs @@ -24,7 +24,7 @@ public partial class Sample_WebApplicationFirewallPolicyResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetWebApplicationFirewallPolicies_ListsAllWAFPoliciesInASubscription() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/WafListAllPolicies.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/WafListAllPolicies.json // this example is just showing the usage of "WebApplicationFirewallPolicies_ListAll" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -56,7 +56,7 @@ public async Task GetWebApplicationFirewallPolicies_ListsAllWAFPoliciesInASubscr [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetsAWAFPolicyWithinAResourceGroup() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/WafPolicyGet.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/WafPolicyGet.json // this example is just showing the usage of "WebApplicationFirewallPolicies_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -87,7 +87,7 @@ public async Task Get_GetsAWAFPolicyWithinAResourceGroup() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_CreatesOrUpdatesAWAFPolicyWithinAResourceGroup() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/WafPolicyCreateOrUpdate.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/WafPolicyCreateOrUpdate.json // this example is just showing the usage of "WebApplicationFirewallPolicies_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -152,7 +152,62 @@ public async Task Update_CreatesOrUpdatesAWAFPolicyWithinAResourceGroup() ManagedRules = new ManagedRulesDefinition(new ManagedRuleSet[] { new ManagedRuleSet("OWASP","3.2") - }), +{ +RuleGroupOverrides = +{ +new ManagedRuleGroupOverride("REQUEST-931-APPLICATION-ATTACK-RFI") +{ +Rules = +{ +new ManagedRuleOverride("931120") +{ +State = ManagedRuleEnabledState.Enabled, +Action = RuleMatchActionType.Log, +},new ManagedRuleOverride("931130") +{ +State = ManagedRuleEnabledState.Disabled, +Action = RuleMatchActionType.AnomalyScoring, +} +}, +} +}, +} + }) + { + Exclusions = +{ +new OwaspCrsExclusionEntry(OwaspCrsExclusionEntryMatchVariable.RequestArgNames,OwaspCrsExclusionEntrySelectorMatchOperator.StartsWith,"hello") +{ +ExclusionManagedRuleSets = +{ +new ExclusionManagedRuleSet("OWASP","3.2") +{ +RuleGroups = +{ +new ExclusionManagedRuleGroup("REQUEST-930-APPLICATION-ATTACK-LFI") +{ +Rules = +{ +new ExclusionManagedRule("930120") +}, +},new ExclusionManagedRuleGroup("REQUEST-932-APPLICATION-ATTACK-RCE") +}, +} +}, +},new OwaspCrsExclusionEntry(OwaspCrsExclusionEntryMatchVariable.RequestArgNames,OwaspCrsExclusionEntrySelectorMatchOperator.EndsWith,"hello") +{ +ExclusionManagedRuleSets = +{ +new ExclusionManagedRuleSet("OWASP","3.1") +{ +RuleGroups = +{ +}, +} +}, +},new OwaspCrsExclusionEntry(OwaspCrsExclusionEntryMatchVariable.RequestArgNames,OwaspCrsExclusionEntrySelectorMatchOperator.StartsWith,"test"),new OwaspCrsExclusionEntry(OwaspCrsExclusionEntryMatchVariable.RequestArgValues,OwaspCrsExclusionEntrySelectorMatchOperator.StartsWith,"test") +}, + }, Location = new AzureLocation("WestUs"), }; ArmOperation lro = await webApplicationFirewallPolicy.UpdateAsync(WaitUntil.Completed, data); @@ -170,7 +225,7 @@ public async Task Update_CreatesOrUpdatesAWAFPolicyWithinAResourceGroup() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Delete_DeletesAWAFPolicyWithinAResourceGroup() { - // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/WafPolicyDelete.json + // Generated from example definition: specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/WafPolicyDelete.json // this example is just showing the usage of "WebApplicationFirewallPolicies_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/network/Azure.ResourceManager.Network/src/Azure.ResourceManager.Network.csproj b/sdk/network/Azure.ResourceManager.Network/src/Azure.ResourceManager.Network.csproj index 513d5843bc8a..e88bd5b1e28f 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Azure.ResourceManager.Network.csproj +++ b/sdk/network/Azure.ResourceManager.Network/src/Azure.ResourceManager.Network.csproj @@ -1,6 +1,6 @@ - 1.2.0-beta.1 + 1.2.0 1.1.1 Azure.ResourceManager.Network diff --git a/sdk/network/Azure.ResourceManager.Network/src/Customization/BastionHostResource.cs b/sdk/network/Azure.ResourceManager.Network/src/Customization/BastionHostResource.cs new file mode 100644 index 000000000000..ea3542c209eb --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Customization/BastionHostResource.cs @@ -0,0 +1,103 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +#nullable disable + +using System; +using System.ComponentModel; +using System.Threading; +using System.Threading.Tasks; +using Azure.Core; +using Azure.ResourceManager.Resources; + +namespace Azure.ResourceManager.Network +{ + /// + /// A Class representing a BastionHost along with the instance operations that can be performed on it. + /// If you have a you can construct a + /// from an instance of using the GetBastionHostResource method. + /// Otherwise you can get one from its parent resource using the GetBastionHost method. + /// + public partial class BastionHostResource : ArmResource + { + /// + /// Creates or updates the specified Bastion Host. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/bastionHosts/{bastionHostName} + /// + /// + /// Operation Id + /// BastionHosts_CreateOrUpdate + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// Parameters supplied to the create or update Bastion Host operation. + /// The cancellation token to use. + /// is null. + [Obsolete("This method is obsolete and will be removed in a future release", false)] + [EditorBrowsable(EditorBrowsableState.Never)] + public virtual async Task> UpdateAsync(WaitUntil waitUntil, BastionHostData data, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(data, nameof(data)); + + using var scope = _bastionHostClientDiagnostics.CreateScope("BastionHostResource.Update"); + scope.Start(); + try + { + var response = await _bastionHostRestClient.CreateOrUpdateAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, data, cancellationToken).ConfigureAwait(false); + var operation = new NetworkArmOperation(new BastionHostOperationSource(Client), _bastionHostClientDiagnostics, Pipeline, _bastionHostRestClient.CreateCreateOrUpdateRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, data).Request, response, OperationFinalStateVia.AzureAsyncOperation); + if (waitUntil == WaitUntil.Completed) + await operation.WaitForCompletionAsync(cancellationToken).ConfigureAwait(false); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Creates or updates the specified Bastion Host. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/bastionHosts/{bastionHostName} + /// + /// + /// Operation Id + /// BastionHosts_CreateOrUpdate + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// Parameters supplied to the create or update Bastion Host operation. + /// The cancellation token to use. + /// is null. + [Obsolete("This method is obsolete and will be removed in a future release", false)] + [EditorBrowsable(EditorBrowsableState.Never)] + public virtual ArmOperation Update(WaitUntil waitUntil, BastionHostData data, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(data, nameof(data)); + + using var scope = _bastionHostClientDiagnostics.CreateScope("BastionHostResource.Update"); + scope.Start(); + try + { + var response = _bastionHostRestClient.CreateOrUpdate(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, data, cancellationToken); + var operation = new NetworkArmOperation(new BastionHostOperationSource(Client), _bastionHostClientDiagnostics, Pipeline, _bastionHostRestClient.CreateCreateOrUpdateRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, data).Request, response, OperationFinalStateVia.AzureAsyncOperation); + if (waitUntil == WaitUntil.Completed) + operation.WaitForCompletion(cancellationToken); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Customization/CustomIPPrefixData.cs b/sdk/network/Azure.ResourceManager.Network/src/Customization/CustomIPPrefixData.cs new file mode 100644 index 000000000000..d976e248e9bd --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Customization/CustomIPPrefixData.cs @@ -0,0 +1,53 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +#nullable disable + +using System; +using System.Collections.Generic; +using System.ComponentModel; +using Azure.Core; +using Azure.ResourceManager.Network.Models; +using Azure.ResourceManager.Resources.Models; + +namespace Azure.ResourceManager.Network +{ + /// + /// A class representing the CustomIPPrefix data model. + /// Custom IP prefix resource. + /// + public partial class CustomIPPrefixData : NetworkTrackedResourceData + { + /// The Parent CustomIpPrefix for IPv6 /64 CustomIpPrefix. + [Obsolete("This property is obsolete and will be removed in a future release", false)] + [EditorBrowsable(EditorBrowsableState.Never)] + public CustomIPPrefixData CustomIPPrefixParent + { + get => ParentCustomIPPrefix is null ? null : new CustomIPPrefixData() { Id = ParentCustomIPPrefix.Id }; + set + { + if (ParentCustomIPPrefix is null) + ParentCustomIPPrefix = new WritableSubResource(); + ParentCustomIPPrefix.Id = value.Id; + } + } + /// The list of all Children for IPv6 /48 CustomIpPrefix. + [Obsolete("This property is obsolete and will be removed in a future release", false)] + [EditorBrowsable(EditorBrowsableState.Never)] + public IReadOnlyList ChildCustomIPPrefixes + { + get + { + var list = new ChangeTrackingList(); + if (ChildCustomIPPrefixList.Count > 0) + { + foreach (var item in ChildCustomIPPrefixList) + { + list.Add(new CustomIPPrefixData() { Id = item.Id }); + } + } + return list; + } + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Customization/DdosCustomPolicyData.cs b/sdk/network/Azure.ResourceManager.Network/src/Customization/DdosCustomPolicyData.cs new file mode 100644 index 000000000000..ff5babcf9ad8 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Customization/DdosCustomPolicyData.cs @@ -0,0 +1,30 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +#nullable disable + +using System; +using System.Collections.Generic; +using System.ComponentModel; +using Azure.Core; +using Azure.ResourceManager.Network.Models; +using Azure.ResourceManager.Resources.Models; + +namespace Azure.ResourceManager.Network +{ + /// + /// A class representing the DdosCustomPolicy data model. + /// A DDoS custom policy in a resource group. + /// + public partial class DdosCustomPolicyData : NetworkTrackedResourceData + { + /// The list of public IPs associated with the DDoS custom policy resource. This list is read-only. + [Obsolete("This property is obsolete and will be removed in a future release", false)] + [EditorBrowsable(EditorBrowsableState.Never)] + public IReadOnlyList PublicIPAddresses { get => new ChangeTrackingList(); } + /// The protocol-specific DDoS policy customization parameters. + [Obsolete("This property is obsolete and will be removed in a future release", false)] + [EditorBrowsable(EditorBrowsableState.Never)] + public IList ProtocolCustomSettings { get => new ChangeTrackingList(); } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Customization/ExpressRouteGatewayData.cs b/sdk/network/Azure.ResourceManager.Network/src/Customization/ExpressRouteGatewayData.cs new file mode 100644 index 000000000000..9b8e938c7ade --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Customization/ExpressRouteGatewayData.cs @@ -0,0 +1,24 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +#nullable disable + +using System; +using System.Collections.Generic; +using System.ComponentModel; +using Azure.ResourceManager.Network.Models; + +namespace Azure.ResourceManager.Network +{ + /// + /// A class representing the ExpressRouteGateway data model. + /// ExpressRoute gateway resource. + /// + public partial class ExpressRouteGatewayData : NetworkTrackedResourceData + { + /// List of ExpressRoute connections to the ExpressRoute gateway. + [Obsolete("This property is obsolete and will be removed in a future release", false)] + [EditorBrowsable(EditorBrowsableState.Never)] + public IReadOnlyList ExpressRouteConnections => (IReadOnlyList)ExpressRouteConnectionList; + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Customization/ExpressRoutePortsLocationResource.cs b/sdk/network/Azure.ResourceManager.Network/src/Customization/ExpressRoutePortsLocationResource.cs index d0676ea729ac..1007629718dc 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Customization/ExpressRoutePortsLocationResource.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Customization/ExpressRoutePortsLocationResource.cs @@ -1,9 +1,10 @@ // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. +#nullable disable + using System; using System.Collections.Generic; -using System.Text; using Azure.Core; using System.Threading.Tasks; using System.Threading; diff --git a/sdk/network/Azure.ResourceManager.Network/src/Customization/FirewallPolicyData.cs b/sdk/network/Azure.ResourceManager.Network/src/Customization/FirewallPolicyData.cs new file mode 100644 index 000000000000..9652c13e2d68 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Customization/FirewallPolicyData.cs @@ -0,0 +1,32 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +#nullable disable + +using System; +using System.Collections.Generic; +using System.ComponentModel; +using Azure.ResourceManager.Network.Models; + +namespace Azure.ResourceManager.Network +{ + /// + /// A class representing the FirewallPolicy data model. + /// FirewallPolicy Resource. + /// + public partial class FirewallPolicyData : NetworkTrackedResourceData + { + /// List of private IP addresses/IP address ranges to not be SNAT. + [Obsolete("This method is obsolete and will be removed in a future release", false)] + [EditorBrowsable(EditorBrowsableState.Never)] + public IList SnatPrivateRanges + { + get + { + if (Snat is null) + Snat = new FirewallPolicySnat(); + return Snat.PrivateRanges; + } + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Customization/FirewallPolicyResource.cs b/sdk/network/Azure.ResourceManager.Network/src/Customization/FirewallPolicyResource.cs new file mode 100644 index 000000000000..4da88e1d030f --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Customization/FirewallPolicyResource.cs @@ -0,0 +1,103 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +#nullable disable + +using System; +using System.ComponentModel; +using System.Threading; +using System.Threading.Tasks; +using Azure.Core; +using Azure.ResourceManager.Resources; + +namespace Azure.ResourceManager.Network +{ + /// + /// A Class representing a FirewallPolicy along with the instance operations that can be performed on it. + /// If you have a you can construct a + /// from an instance of using the GetFirewallPolicyResource method. + /// Otherwise you can get one from its parent resource using the GetFirewallPolicy method. + /// + public partial class FirewallPolicyResource : ArmResource + { + /// + /// Creates or updates the specified Firewall Policy. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/firewallPolicies/{firewallPolicyName} + /// + /// + /// Operation Id + /// FirewallPolicies_CreateOrUpdate + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// Parameters supplied to the create or update Firewall Policy operation. + /// The cancellation token to use. + /// is null. + [Obsolete("This method is obsolete and will be removed in a future release", false)] + [EditorBrowsable(EditorBrowsableState.Never)] + public virtual async Task> UpdateAsync(WaitUntil waitUntil, FirewallPolicyData data, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(data, nameof(data)); + + using var scope = _firewallPolicyClientDiagnostics.CreateScope("FirewallPolicyResource.Update"); + scope.Start(); + try + { + var response = await _firewallPolicyRestClient.CreateOrUpdateAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, data, cancellationToken).ConfigureAwait(false); + var operation = new NetworkArmOperation(new FirewallPolicyOperationSource(Client), _firewallPolicyClientDiagnostics, Pipeline, _firewallPolicyRestClient.CreateCreateOrUpdateRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, data).Request, response, OperationFinalStateVia.AzureAsyncOperation); + if (waitUntil == WaitUntil.Completed) + await operation.WaitForCompletionAsync(cancellationToken).ConfigureAwait(false); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Creates or updates the specified Firewall Policy. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/firewallPolicies/{firewallPolicyName} + /// + /// + /// Operation Id + /// FirewallPolicies_CreateOrUpdate + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// Parameters supplied to the create or update Firewall Policy operation. + /// The cancellation token to use. + /// is null. + [Obsolete("This method is obsolete and will be removed in a future release", false)] + [EditorBrowsable(EditorBrowsableState.Never)] + public virtual ArmOperation Update(WaitUntil waitUntil, FirewallPolicyData data, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(data, nameof(data)); + + using var scope = _firewallPolicyClientDiagnostics.CreateScope("FirewallPolicyResource.Update"); + scope.Start(); + try + { + var response = _firewallPolicyRestClient.CreateOrUpdate(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, data, cancellationToken); + var operation = new NetworkArmOperation(new FirewallPolicyOperationSource(Client), _firewallPolicyClientDiagnostics, Pipeline, _firewallPolicyRestClient.CreateCreateOrUpdateRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, data).Request, response, OperationFinalStateVia.AzureAsyncOperation); + if (waitUntil == WaitUntil.Completed) + operation.WaitForCompletion(cancellationToken); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Customization/Models/ApplicationGatewaySslCipherSuite.cs b/sdk/network/Azure.ResourceManager.Network/src/Customization/Models/ApplicationGatewaySslCipherSuite.cs index 1839f26305c0..56c27d3e7024 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Customization/Models/ApplicationGatewaySslCipherSuite.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Customization/Models/ApplicationGatewaySslCipherSuite.cs @@ -4,7 +4,6 @@ #nullable disable using System; -using System.ComponentModel; using Azure.Core; namespace Azure.ResourceManager.Network.Models diff --git a/sdk/network/Azure.ResourceManager.Network/src/Customization/Models/ApplicationGatewaySslPredefinedPolicy.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Customization/Models/ApplicationGatewaySslPredefinedPolicy.Serialization.cs index c47ab0862080..04a06feab2f3 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Customization/Models/ApplicationGatewaySslPredefinedPolicy.Serialization.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Customization/Models/ApplicationGatewaySslPredefinedPolicy.Serialization.cs @@ -1,8 +1,6 @@ // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. -// - #nullable disable using System.Collections.Generic; diff --git a/sdk/network/Azure.ResourceManager.Network/src/Customization/Models/ApplicationGatewaySslProfile.cs b/sdk/network/Azure.ResourceManager.Network/src/Customization/Models/ApplicationGatewaySslProfile.cs new file mode 100644 index 000000000000..45b1c3cf42f5 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Customization/Models/ApplicationGatewaySslProfile.cs @@ -0,0 +1,28 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +#nullable disable + +using System; +using System.ComponentModel; + +namespace Azure.ResourceManager.Network.Models +{ + /// SSL profile of an application gateway. + public partial class ApplicationGatewaySslProfile : NetworkResourceData + { + /// Verify client certificate issuer name on the application gateway. + [EditorBrowsable(EditorBrowsableState.Never)] + [Obsolete("This property is obsolete and might be removed in a future version, please use `TagToIPAddresses` instead", false)] + public bool? VerifyClientCertIssuerDN + { + get => ClientAuthConfiguration is null ? default : ClientAuthConfiguration.VerifyClientCertIssuerDN; + set + { + if (ClientAuthConfiguration is null) + ClientAuthConfiguration = new ApplicationGatewayClientAuthConfiguration(); + ClientAuthConfiguration.VerifyClientCertIssuerDN = value; + } + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Customization/Models/ApplicationGatewaySslProtocol.cs b/sdk/network/Azure.ResourceManager.Network/src/Customization/Models/ApplicationGatewaySslProtocol.cs index 7036273b149f..3fc04530912a 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Customization/Models/ApplicationGatewaySslProtocol.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Customization/Models/ApplicationGatewaySslProtocol.cs @@ -4,7 +4,6 @@ #nullable disable using System; -using System.ComponentModel; using Azure.Core; namespace Azure.ResourceManager.Network.Models diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/DdosCustomPolicyProtocol.cs b/sdk/network/Azure.ResourceManager.Network/src/Customization/Models/DdosCustomPolicyProtocol.cs similarity index 91% rename from sdk/network/Azure.ResourceManager.Network/src/Generated/Models/DdosCustomPolicyProtocol.cs rename to sdk/network/Azure.ResourceManager.Network/src/Customization/Models/DdosCustomPolicyProtocol.cs index fb9fb4f332ac..edeb67c82042 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/DdosCustomPolicyProtocol.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Customization/Models/DdosCustomPolicyProtocol.cs @@ -1,8 +1,6 @@ // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. -// - #nullable disable using System; @@ -11,7 +9,9 @@ namespace Azure.ResourceManager.Network.Models { /// The protocol for which the DDoS protection policy is being customized. - public readonly partial struct DdosCustomPolicyProtocol : IEquatable + [Obsolete("This struct is obsolete and will be removed in a future release", false)] + [EditorBrowsable(EditorBrowsableState.Never)] + public readonly struct DdosCustomPolicyProtocol : IEquatable { private readonly string _value; diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/DdosCustomPolicyTriggerSensitivityOverride.cs b/sdk/network/Azure.ResourceManager.Network/src/Customization/Models/DdosCustomPolicyTriggerSensitivityOverride.cs similarity index 92% rename from sdk/network/Azure.ResourceManager.Network/src/Generated/Models/DdosCustomPolicyTriggerSensitivityOverride.cs rename to sdk/network/Azure.ResourceManager.Network/src/Customization/Models/DdosCustomPolicyTriggerSensitivityOverride.cs index b13be3fca9e4..dd1313213620 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/DdosCustomPolicyTriggerSensitivityOverride.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Customization/Models/DdosCustomPolicyTriggerSensitivityOverride.cs @@ -1,8 +1,6 @@ // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. -// - #nullable disable using System; @@ -11,7 +9,9 @@ namespace Azure.ResourceManager.Network.Models { /// The customized DDoS protection trigger rate sensitivity degrees. High: Trigger rate set with most sensitivity w.r.t. normal traffic. Default: Trigger rate set with moderate sensitivity w.r.t. normal traffic. Low: Trigger rate set with less sensitivity w.r.t. normal traffic. Relaxed: Trigger rate set with least sensitivity w.r.t. normal traffic. - public readonly partial struct DdosCustomPolicyTriggerSensitivityOverride : IEquatable + [Obsolete("This struct is obsolete and will be removed in a future release", false)] + [EditorBrowsable(EditorBrowsableState.Never)] + public readonly struct DdosCustomPolicyTriggerSensitivityOverride : IEquatable { private readonly string _value; diff --git a/sdk/network/Azure.ResourceManager.Network/src/Customization/Models/DdosSettings.cs b/sdk/network/Azure.ResourceManager.Network/src/Customization/Models/DdosSettings.cs new file mode 100644 index 000000000000..1e63366bd858 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Customization/Models/DdosSettings.cs @@ -0,0 +1,50 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +#nullable disable + +using System; +using System.ComponentModel; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + /// Contains the DDoS protection settings of the public IP. + public partial class DdosSettings + { + /// Gets or sets Id. + [EditorBrowsable(EditorBrowsableState.Never)] + [Obsolete("This property is obsolete and might be removed in a future version, please use `TagToIPAddresses` instead", false)] + public ResourceIdentifier DdosCustomPolicyId + { + get => DdosProtectionPlanId; + set + { + DdosProtectionPlanId = value; + } + } + + /// The DDoS protection policy customizability of the public IP. Only standard coverage will have the ability to be customized. + [EditorBrowsable(EditorBrowsableState.Never)] + [Obsolete("This property is obsolete and might be removed in a future version, please use `TagToIPAddresses` instead", false)] + public DdosSettingsProtectionCoverage? ProtectionCoverage { get; set; } + /// Enables DDoS protection on the public IP. + [EditorBrowsable(EditorBrowsableState.Never)] + [Obsolete("This property is obsolete and might be removed in a future version, please use `TagToIPAddresses` instead", false)] + public bool? ProtectedIP + { + get => ProtectionMode == DdosSettingsProtectionMode.Disabled ? false : true; + set + { + if (value is true) + { + ProtectionMode = DdosSettingsProtectionMode.Enabled; + } + else + { + ProtectionMode = DdosSettingsProtectionMode.Disabled; + } + } + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/DdosSettingsProtectionCoverage.cs b/sdk/network/Azure.ResourceManager.Network/src/Customization/Models/DdosSettingsProtectionCoverage.cs similarity index 91% rename from sdk/network/Azure.ResourceManager.Network/src/Generated/Models/DdosSettingsProtectionCoverage.cs rename to sdk/network/Azure.ResourceManager.Network/src/Customization/Models/DdosSettingsProtectionCoverage.cs index 0db4f7eb8ab2..370432ef1dc3 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/DdosSettingsProtectionCoverage.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Customization/Models/DdosSettingsProtectionCoverage.cs @@ -1,8 +1,6 @@ // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. -// - #nullable disable using System; @@ -11,7 +9,9 @@ namespace Azure.ResourceManager.Network.Models { /// The DDoS protection policy customizability of the public IP. Only standard coverage will have the ability to be customized. - public readonly partial struct DdosSettingsProtectionCoverage : IEquatable + [Obsolete("This struct is obsolete and will be removed in a future release", false)] + [EditorBrowsable(EditorBrowsableState.Never)] + public readonly struct DdosSettingsProtectionCoverage : IEquatable { private readonly string _value; diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ProtocolCustomSettings.cs b/sdk/network/Azure.ResourceManager.Network/src/Customization/Models/ProtocolCustomSettings.cs similarity index 92% rename from sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ProtocolCustomSettings.cs rename to sdk/network/Azure.ResourceManager.Network/src/Customization/Models/ProtocolCustomSettings.cs index 1623bfbf71ef..40634e03bc0a 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ProtocolCustomSettings.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Customization/Models/ProtocolCustomSettings.cs @@ -1,14 +1,17 @@ // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. -// - #nullable disable +using System; +using System.ComponentModel; + namespace Azure.ResourceManager.Network.Models { /// DDoS custom policy properties. - public partial class ProtocolCustomSettings + [Obsolete("This class is obsolete and will be removed in a future release", false)] + [EditorBrowsable(EditorBrowsableState.Never)] + public class ProtocolCustomSettings { /// Initializes a new instance of ProtocolCustomSettings. public ProtocolCustomSettings() diff --git a/sdk/network/Azure.ResourceManager.Network/src/Customization/Models/RoutingConfiguration.cs b/sdk/network/Azure.ResourceManager.Network/src/Customization/Models/RoutingConfiguration.cs new file mode 100644 index 000000000000..e309c8b0239c --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Customization/Models/RoutingConfiguration.cs @@ -0,0 +1,28 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +#nullable disable + +using System; +using System.Collections.Generic; +using System.ComponentModel; + +namespace Azure.ResourceManager.Network.Models +{ + /// Routing Configuration indicating the associated and propagated route tables for this connection. + public partial class RoutingConfiguration + { + /// List of all Static Routes. + [EditorBrowsable(EditorBrowsableState.Never)] + [Obsolete("This property is obsolete and might be removed in a future version, please use `TagToIPAddresses` instead", false)] + public IList StaticRoutes + { + get + { + if (VnetRoutes is null) + VnetRoutes = new VnetRoute(); + return VnetRoutes.StaticRoutes; + } + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Customization/Models/VpnAuthenticationType.cs b/sdk/network/Azure.ResourceManager.Network/src/Customization/Models/VpnAuthenticationType.cs new file mode 100644 index 000000000000..3aeac13e5faa --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Customization/Models/VpnAuthenticationType.cs @@ -0,0 +1,19 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +#nullable disable + +using System; +using System.ComponentModel; + +namespace Azure.ResourceManager.Network.Models +{ + /// VPN authentication types enabled for the virtual network gateway. + public readonly partial struct VpnAuthenticationType : IEquatable + { + /// AAD. + [EditorBrowsable(EditorBrowsableState.Never)] + [Obsolete("This value is obsolete and might be removed in a future version, please use `TagToIPAddresses` instead", false)] + public static VpnAuthenticationType AAD { get; } = new VpnAuthenticationType(AadValue); + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Customization/Models/VpnClientParameters.cs b/sdk/network/Azure.ResourceManager.Network/src/Customization/Models/VpnClientParameters.cs new file mode 100644 index 000000000000..d2225e73e3f4 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Customization/Models/VpnClientParameters.cs @@ -0,0 +1,17 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +#nullable disable + +using System; +using System.ComponentModel; + +namespace Azure.ResourceManager.Network.Models +{ + /// Vpn Client Parameters for package generation. + [Obsolete("This class is obsolete and will be removed in a future release", false)] + [EditorBrowsable(EditorBrowsableState.Never)] + public class VpnClientParameters : VpnClientContent + { + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Customization/Models/VpnPacketCaptureStartParameters.cs b/sdk/network/Azure.ResourceManager.Network/src/Customization/Models/VpnPacketCaptureStartParameters.cs new file mode 100644 index 000000000000..ff914ac5cef9 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Customization/Models/VpnPacketCaptureStartParameters.cs @@ -0,0 +1,17 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +#nullable disable + +using System; +using System.ComponentModel; + +namespace Azure.ResourceManager.Network.Models +{ + /// Start packet capture parameters on virtual network gateway. + [Obsolete("This class is obsolete and will be removed in a future release", false)] + [EditorBrowsable(EditorBrowsableState.Never)] + public class VpnPacketCaptureStartParameters : VpnPacketCaptureStartContent + { + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Customization/Models/VpnPacketCaptureStopParameters.cs b/sdk/network/Azure.ResourceManager.Network/src/Customization/Models/VpnPacketCaptureStopParameters.cs new file mode 100644 index 000000000000..20701923a778 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Customization/Models/VpnPacketCaptureStopParameters.cs @@ -0,0 +1,17 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +#nullable disable + +using System; +using System.ComponentModel; + +namespace Azure.ResourceManager.Network.Models +{ + /// Start packet capture parameters on virtual network gateway. + [Obsolete("This class is obsolete and will be removed in a future release", false)] + [EditorBrowsable(EditorBrowsableState.Never)] + public class VpnPacketCaptureStopParameters : VpnPacketCaptureStopContent + { + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Customization/NetworkVirtualApplianceSkuResource.cs b/sdk/network/Azure.ResourceManager.Network/src/Customization/NetworkVirtualApplianceSkuResource.cs index 0434218c3e13..b75401a769cd 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Customization/NetworkVirtualApplianceSkuResource.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Customization/NetworkVirtualApplianceSkuResource.cs @@ -1,9 +1,10 @@ // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. +#nullable disable + using System; using System.Collections.Generic; -using System.Text; using Azure.Core; using System.Threading.Tasks; using System.Threading; diff --git a/sdk/network/Azure.ResourceManager.Network/src/Customization/VirtualNetworkGatewayConnectionResource.cs b/sdk/network/Azure.ResourceManager.Network/src/Customization/VirtualNetworkGatewayConnectionResource.cs new file mode 100644 index 000000000000..3a3a729a210f --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Customization/VirtualNetworkGatewayConnectionResource.cs @@ -0,0 +1,108 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.ComponentModel; +using System.Threading; +using System.Threading.Tasks; +using Azure.Core; +using Azure.ResourceManager.Network.Models; +using Azure.ResourceManager.Resources; + +namespace Azure.ResourceManager.Network +{ + /// + /// A Class representing a VirtualNetworkGatewayConnection along with the instance operations that can be performed on it. + /// If you have a you can construct a + /// from an instance of using the GetVirtualNetworkGatewayConnectionResource method. + /// Otherwise you can get one from its parent resource using the GetVirtualNetworkGatewayConnection method. + /// + public partial class VirtualNetworkGatewayConnectionResource : ArmResource + { + /// + /// Starts packet capture on virtual network gateway connection in the specified resource group. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/connections/{virtualNetworkGatewayConnectionName}/startPacketCapture + /// + /// + /// Operation Id + /// VirtualNetworkGatewayConnections_StartPacketCapture + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// Virtual network gateway packet capture parameters supplied to start packet capture on gateway. + /// The cancellation token to use. + [Obsolete("This method is obsolete and will be removed in a future release", false)] + [EditorBrowsable(EditorBrowsableState.Never)] + public virtual async Task> StartPacketCaptureAsync(WaitUntil waitUntil, VpnPacketCaptureStartParameters vpnPacketCaptureStartParameters, CancellationToken cancellationToken = default) => await StartPacketCaptureAsync(waitUntil, (VpnPacketCaptureStartContent)vpnPacketCaptureStartParameters, cancellationToken).ConfigureAwait(false); + + /// + /// Starts packet capture on virtual network gateway connection in the specified resource group. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/connections/{virtualNetworkGatewayConnectionName}/startPacketCapture + /// + /// + /// Operation Id + /// VirtualNetworkGatewayConnections_StartPacketCapture + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// Virtual network gateway packet capture parameters supplied to start packet capture on gateway. + /// The cancellation token to use. + [Obsolete("This method is obsolete and will be removed in a future release", false)] + [EditorBrowsable(EditorBrowsableState.Never)] + public virtual ArmOperation StartPacketCapture(WaitUntil waitUntil, VpnPacketCaptureStartParameters vpnPacketCaptureStartParameters, CancellationToken cancellationToken = default) => StartPacketCapture(waitUntil, (VpnPacketCaptureStartContent)vpnPacketCaptureStartParameters, cancellationToken); + + /// + /// Stops packet capture on virtual network gateway connection in the specified resource group. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/connections/{virtualNetworkGatewayConnectionName}/stopPacketCapture + /// + /// + /// Operation Id + /// VirtualNetworkGatewayConnections_StopPacketCapture + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// Virtual network gateway packet capture parameters supplied to stop packet capture on gateway. + /// The cancellation token to use. + /// is null. + [Obsolete("This method is obsolete and will be removed in a future release", false)] + [EditorBrowsable(EditorBrowsableState.Never)] + public virtual async Task> StopPacketCaptureAsync(WaitUntil waitUntil, VpnPacketCaptureStopParameters vpnPacketCaptureStopParameters, CancellationToken cancellationToken = default) => await StopPacketCaptureAsync(waitUntil, (VpnPacketCaptureStopContent)vpnPacketCaptureStopParameters, cancellationToken).ConfigureAwait(false); + + /// + /// Stops packet capture on virtual network gateway connection in the specified resource group. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/connections/{virtualNetworkGatewayConnectionName}/stopPacketCapture + /// + /// + /// Operation Id + /// VirtualNetworkGatewayConnections_StopPacketCapture + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// Virtual network gateway packet capture parameters supplied to stop packet capture on gateway. + /// The cancellation token to use. + /// is null. + [Obsolete("This method is obsolete and will be removed in a future release", false)] + [EditorBrowsable(EditorBrowsableState.Never)] + public virtual ArmOperation StopPacketCapture(WaitUntil waitUntil, VpnPacketCaptureStopParameters vpnPacketCaptureStopParameters, CancellationToken cancellationToken = default) => StopPacketCapture(waitUntil, (VpnPacketCaptureStopContent)vpnPacketCaptureStopParameters, cancellationToken); + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Customization/VirtualNetworkGatewayResource.cs b/sdk/network/Azure.ResourceManager.Network/src/Customization/VirtualNetworkGatewayResource.cs new file mode 100644 index 000000000000..9e413ef43e4a --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Customization/VirtualNetworkGatewayResource.cs @@ -0,0 +1,190 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +#nullable disable + +using System; +using System.ComponentModel; +using System.Threading; +using System.Threading.Tasks; +using Azure.Core; +using Azure.ResourceManager.Network.Models; +using Azure.ResourceManager.Resources; + +namespace Azure.ResourceManager.Network +{ + /// + /// A Class representing a VirtualNetworkGateway along with the instance operations that can be performed on it. + /// If you have a you can construct a + /// from an instance of using the GetVirtualNetworkGatewayResource method. + /// Otherwise you can get one from its parent resource using the GetVirtualNetworkGateway method. + /// + public partial class VirtualNetworkGatewayResource : ArmResource + { + /// + /// Generates VPN client package for P2S client of the virtual network gateway in the specified resource group. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworkGateways/{virtualNetworkGatewayName}/generatevpnclientpackage + /// + /// + /// Operation Id + /// VirtualNetworkGateways_Generatevpnclientpackage + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// Parameters supplied to the generate virtual network gateway VPN client package operation. + /// The cancellation token to use. + /// is null. + [Obsolete("This method is obsolete and will be removed in a future release", false)] + [EditorBrowsable(EditorBrowsableState.Never)] + public virtual async Task> GeneratevpnclientpackageAsync(WaitUntil waitUntil, VpnClientParameters vpnClientParameters, CancellationToken cancellationToken = default) => await GenerateVpnClientPackageAsync(waitUntil, (VpnClientContent)vpnClientParameters, cancellationToken).ConfigureAwait(false); + + /// + /// Generates VPN client package for P2S client of the virtual network gateway in the specified resource group. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworkGateways/{virtualNetworkGatewayName}/generatevpnclientpackage + /// + /// + /// Operation Id + /// VirtualNetworkGateways_Generatevpnclientpackage + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// Parameters supplied to the generate virtual network gateway VPN client package operation. + /// The cancellation token to use. + /// is null. + [Obsolete("This method is obsolete and will be removed in a future release", false)] + [EditorBrowsable(EditorBrowsableState.Never)] + public virtual ArmOperation Generatevpnclientpackage(WaitUntil waitUntil, VpnClientParameters vpnClientParameters, CancellationToken cancellationToken = default) => GenerateVpnClientPackage(waitUntil, (VpnClientContent)vpnClientParameters, cancellationToken); + + /// + /// Generates VPN profile for P2S client of the virtual network gateway in the specified resource group. Used for IKEV2 and radius based authentication. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworkGateways/{virtualNetworkGatewayName}/generatevpnprofile + /// + /// + /// Operation Id + /// VirtualNetworkGateways_GenerateVpnProfile + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// Parameters supplied to the generate virtual network gateway VPN client package operation. + /// The cancellation token to use. + /// is null. + [Obsolete("This method is obsolete and will be removed in a future release", false)] + [EditorBrowsable(EditorBrowsableState.Never)] + public virtual async Task> GenerateVpnProfileAsync(WaitUntil waitUntil, VpnClientParameters vpnClientParameters, CancellationToken cancellationToken = default) => await GenerateVpnProfileAsync(waitUntil, (VpnClientContent)vpnClientParameters, cancellationToken).ConfigureAwait(false); + + /// + /// Generates VPN profile for P2S client of the virtual network gateway in the specified resource group. Used for IKEV2 and radius based authentication. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworkGateways/{virtualNetworkGatewayName}/generatevpnprofile + /// + /// + /// Operation Id + /// VirtualNetworkGateways_GenerateVpnProfile + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// Parameters supplied to the generate virtual network gateway VPN client package operation. + /// The cancellation token to use. + /// is null. + [Obsolete("This method is obsolete and will be removed in a future release", false)] + [EditorBrowsable(EditorBrowsableState.Never)] + public virtual ArmOperation GenerateVpnProfile(WaitUntil waitUntil, VpnClientParameters vpnClientParameters, CancellationToken cancellationToken = default) => GenerateVpnProfile(waitUntil, (VpnClientContent)vpnClientParameters, cancellationToken); + + /// + /// Starts packet capture on virtual network gateway in the specified resource group. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworkGateways/{virtualNetworkGatewayName}/startPacketCapture + /// + /// + /// Operation Id + /// VirtualNetworkGateways_StartPacketCapture + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// Virtual network gateway packet capture parameters supplied to start packet capture on gateway. + /// The cancellation token to use. + [Obsolete("This method is obsolete and will be removed in a future release", false)] + [EditorBrowsable(EditorBrowsableState.Never)] + public virtual async Task> StartPacketCaptureAsync(WaitUntil waitUntil, VpnPacketCaptureStartParameters vpnPacketCaptureStartParameters, CancellationToken cancellationToken = default) => await StartPacketCaptureAsync(waitUntil, (VpnPacketCaptureStartContent)vpnPacketCaptureStartParameters, cancellationToken).ConfigureAwait(false); + + /// + /// Starts packet capture on virtual network gateway in the specified resource group. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworkGateways/{virtualNetworkGatewayName}/startPacketCapture + /// + /// + /// Operation Id + /// VirtualNetworkGateways_StartPacketCapture + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// Virtual network gateway packet capture parameters supplied to start packet capture on gateway. + /// The cancellation token to use. + [Obsolete("This method is obsolete and will be removed in a future release", false)] + [EditorBrowsable(EditorBrowsableState.Never)] + public virtual ArmOperation StartPacketCapture(WaitUntil waitUntil, VpnPacketCaptureStartParameters vpnPacketCaptureStartParameters, CancellationToken cancellationToken = default) => StartPacketCapture(waitUntil, (VpnPacketCaptureStartContent)vpnPacketCaptureStartParameters, cancellationToken); + + /// + /// Stops packet capture on virtual network gateway in the specified resource group. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworkGateways/{virtualNetworkGatewayName}/stopPacketCapture + /// + /// + /// Operation Id + /// VirtualNetworkGateways_StopPacketCapture + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// Virtual network gateway packet capture parameters supplied to stop packet capture on gateway. + /// The cancellation token to use. + /// is null. + [Obsolete("This method is obsolete and will be removed in a future release", false)] + [EditorBrowsable(EditorBrowsableState.Never)] + public virtual async Task> StopPacketCaptureAsync(WaitUntil waitUntil, VpnPacketCaptureStopParameters vpnPacketCaptureStopParameters, CancellationToken cancellationToken = default) => await StopPacketCaptureAsync(waitUntil, (VpnPacketCaptureStopContent)vpnPacketCaptureStopParameters, cancellationToken).ConfigureAwait(false); + + /// + /// Stops packet capture on virtual network gateway in the specified resource group. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworkGateways/{virtualNetworkGatewayName}/stopPacketCapture + /// + /// + /// Operation Id + /// VirtualNetworkGateways_StopPacketCapture + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// Virtual network gateway packet capture parameters supplied to stop packet capture on gateway. + /// The cancellation token to use. + /// is null. + [Obsolete("This method is obsolete and will be removed in a future release", false)] + [EditorBrowsable(EditorBrowsableState.Never)] + public virtual ArmOperation StopPacketCapture(WaitUntil waitUntil, VpnPacketCaptureStopParameters vpnPacketCaptureStopParameters, CancellationToken cancellationToken = default) => StopPacketCapture(waitUntil, (VpnPacketCaptureStopContent)vpnPacketCaptureStopParameters, cancellationToken); + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Customization/VpnGatewayResource.cs b/sdk/network/Azure.ResourceManager.Network/src/Customization/VpnGatewayResource.cs new file mode 100644 index 000000000000..3a995febc1d9 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Customization/VpnGatewayResource.cs @@ -0,0 +1,55 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +#nullable disable + +using System.Threading; +using System.Threading.Tasks; +using Azure.Core; +using Azure.ResourceManager.Resources; + +namespace Azure.ResourceManager.Network +{ + /// + /// A Class representing a VpnGateway along with the instance operations that can be performed on it. + /// If you have a you can construct a + /// from an instance of using the GetVpnGatewayResource method. + /// Otherwise you can get one from its parent resource using the GetVpnGateway method. + /// + public partial class VpnGatewayResource : ArmResource + { + /// + /// Resets the primary of the vpn gateway in the specified resource group. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/vpnGateways/{gatewayName}/reset + /// + /// + /// Operation Id + /// VpnGateways_Reset + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// The cancellation token to use. + public virtual async Task> ResetAsync(WaitUntil waitUntil, CancellationToken cancellationToken) => await ResetAsync(waitUntil, default, cancellationToken).ConfigureAwait(false); + + /// + /// Resets the primary of the vpn gateway in the specified resource group. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/vpnGateways/{gatewayName}/reset + /// + /// + /// Operation Id + /// VpnGateways_Reset + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// The cancellation token to use. + public virtual ArmOperation Reset(WaitUntil waitUntil, CancellationToken cancellationToken) => Reset(waitUntil, default, cancellationToken); + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/AdminRuleGroupCollection.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/AdminRuleGroupCollection.cs new file mode 100644 index 000000000000..d3b776bffcbc --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/AdminRuleGroupCollection.cs @@ -0,0 +1,344 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Collections; +using System.Collections.Generic; +using System.Globalization; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Core.Pipeline; +using Azure.ResourceManager; + +namespace Azure.ResourceManager.Network +{ + /// + /// A class representing a collection of and their operations. + /// Each in the collection will belong to the same instance of . + /// To get an instance call the GetAdminRuleGroups method from an instance of . + /// + public partial class AdminRuleGroupCollection : ArmCollection, IEnumerable, IAsyncEnumerable + { + private readonly ClientDiagnostics _adminRuleGroupAdminRuleCollectionsClientDiagnostics; + private readonly AdminRuleCollectionsRestOperations _adminRuleGroupAdminRuleCollectionsRestClient; + + /// Initializes a new instance of the class for mocking. + protected AdminRuleGroupCollection() + { + } + + /// Initializes a new instance of the class. + /// The client parameters to use in these operations. + /// The identifier of the parent resource that is the target of operations. + internal AdminRuleGroupCollection(ArmClient client, ResourceIdentifier id) : base(client, id) + { + _adminRuleGroupAdminRuleCollectionsClientDiagnostics = new ClientDiagnostics("Azure.ResourceManager.Network", AdminRuleGroupResource.ResourceType.Namespace, Diagnostics); + TryGetApiVersion(AdminRuleGroupResource.ResourceType, out string adminRuleGroupAdminRuleCollectionsApiVersion); + _adminRuleGroupAdminRuleCollectionsRestClient = new AdminRuleCollectionsRestOperations(Pipeline, Diagnostics.ApplicationId, Endpoint, adminRuleGroupAdminRuleCollectionsApiVersion); +#if DEBUG + ValidateResourceId(Id); +#endif + } + + internal static void ValidateResourceId(ResourceIdentifier id) + { + if (id.ResourceType != SecurityAdminConfigurationResource.ResourceType) + throw new ArgumentException(string.Format(CultureInfo.CurrentCulture, "Invalid resource type {0} expected {1}", id.ResourceType, SecurityAdminConfigurationResource.ResourceType), nameof(id)); + } + + /// + /// Creates or updates an admin rule collection. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/securityAdminConfigurations/{configurationName}/ruleCollections/{ruleCollectionName} + /// + /// + /// Operation Id + /// AdminRuleCollections_CreateOrUpdate + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// The name of the network manager security Configuration rule collection. + /// The Rule Collection to create or update. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// or is null. + public virtual async Task> CreateOrUpdateAsync(WaitUntil waitUntil, string ruleCollectionName, AdminRuleGroupData data, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(ruleCollectionName, nameof(ruleCollectionName)); + Argument.AssertNotNull(data, nameof(data)); + + using var scope = _adminRuleGroupAdminRuleCollectionsClientDiagnostics.CreateScope("AdminRuleGroupCollection.CreateOrUpdate"); + scope.Start(); + try + { + var response = await _adminRuleGroupAdminRuleCollectionsRestClient.CreateOrUpdateAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, ruleCollectionName, data, cancellationToken).ConfigureAwait(false); + var operation = new NetworkArmOperation(Response.FromValue(new AdminRuleGroupResource(Client, response), response.GetRawResponse())); + if (waitUntil == WaitUntil.Completed) + await operation.WaitForCompletionAsync(cancellationToken).ConfigureAwait(false); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Creates or updates an admin rule collection. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/securityAdminConfigurations/{configurationName}/ruleCollections/{ruleCollectionName} + /// + /// + /// Operation Id + /// AdminRuleCollections_CreateOrUpdate + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// The name of the network manager security Configuration rule collection. + /// The Rule Collection to create or update. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// or is null. + public virtual ArmOperation CreateOrUpdate(WaitUntil waitUntil, string ruleCollectionName, AdminRuleGroupData data, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(ruleCollectionName, nameof(ruleCollectionName)); + Argument.AssertNotNull(data, nameof(data)); + + using var scope = _adminRuleGroupAdminRuleCollectionsClientDiagnostics.CreateScope("AdminRuleGroupCollection.CreateOrUpdate"); + scope.Start(); + try + { + var response = _adminRuleGroupAdminRuleCollectionsRestClient.CreateOrUpdate(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, ruleCollectionName, data, cancellationToken); + var operation = new NetworkArmOperation(Response.FromValue(new AdminRuleGroupResource(Client, response), response.GetRawResponse())); + if (waitUntil == WaitUntil.Completed) + operation.WaitForCompletion(cancellationToken); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Gets a network manager security admin configuration rule collection. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/securityAdminConfigurations/{configurationName}/ruleCollections/{ruleCollectionName} + /// + /// + /// Operation Id + /// AdminRuleCollections_Get + /// + /// + /// + /// The name of the network manager security Configuration rule collection. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// is null. + public virtual async Task> GetAsync(string ruleCollectionName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(ruleCollectionName, nameof(ruleCollectionName)); + + using var scope = _adminRuleGroupAdminRuleCollectionsClientDiagnostics.CreateScope("AdminRuleGroupCollection.Get"); + scope.Start(); + try + { + var response = await _adminRuleGroupAdminRuleCollectionsRestClient.GetAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, ruleCollectionName, cancellationToken).ConfigureAwait(false); + if (response.Value == null) + throw new RequestFailedException(response.GetRawResponse()); + return Response.FromValue(new AdminRuleGroupResource(Client, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Gets a network manager security admin configuration rule collection. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/securityAdminConfigurations/{configurationName}/ruleCollections/{ruleCollectionName} + /// + /// + /// Operation Id + /// AdminRuleCollections_Get + /// + /// + /// + /// The name of the network manager security Configuration rule collection. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// is null. + public virtual Response Get(string ruleCollectionName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(ruleCollectionName, nameof(ruleCollectionName)); + + using var scope = _adminRuleGroupAdminRuleCollectionsClientDiagnostics.CreateScope("AdminRuleGroupCollection.Get"); + scope.Start(); + try + { + var response = _adminRuleGroupAdminRuleCollectionsRestClient.Get(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, ruleCollectionName, cancellationToken); + if (response.Value == null) + throw new RequestFailedException(response.GetRawResponse()); + return Response.FromValue(new AdminRuleGroupResource(Client, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Lists all the rule collections in a security admin configuration, in a paginated format. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/securityAdminConfigurations/{configurationName}/ruleCollections + /// + /// + /// Operation Id + /// AdminRuleCollections_List + /// + /// + /// + /// An optional query parameter which specifies the maximum number of records to be returned by the server. + /// SkipToken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. + /// The cancellation token to use. + /// An async collection of that may take multiple service requests to iterate over. + public virtual AsyncPageable GetAllAsync(int? top = null, string skipToken = null, CancellationToken cancellationToken = default) + { + HttpMessage FirstPageRequest(int? pageSizeHint) => _adminRuleGroupAdminRuleCollectionsRestClient.CreateListRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, top, skipToken); + HttpMessage NextPageRequest(int? pageSizeHint, string nextLink) => _adminRuleGroupAdminRuleCollectionsRestClient.CreateListNextPageRequest(nextLink, Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, top, skipToken); + return PageableHelpers.CreateAsyncPageable(FirstPageRequest, NextPageRequest, e => new AdminRuleGroupResource(Client, AdminRuleGroupData.DeserializeAdminRuleGroupData(e)), _adminRuleGroupAdminRuleCollectionsClientDiagnostics, Pipeline, "AdminRuleGroupCollection.GetAll", "value", "nextLink", cancellationToken); + } + + /// + /// Lists all the rule collections in a security admin configuration, in a paginated format. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/securityAdminConfigurations/{configurationName}/ruleCollections + /// + /// + /// Operation Id + /// AdminRuleCollections_List + /// + /// + /// + /// An optional query parameter which specifies the maximum number of records to be returned by the server. + /// SkipToken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. + /// The cancellation token to use. + /// A collection of that may take multiple service requests to iterate over. + public virtual Pageable GetAll(int? top = null, string skipToken = null, CancellationToken cancellationToken = default) + { + HttpMessage FirstPageRequest(int? pageSizeHint) => _adminRuleGroupAdminRuleCollectionsRestClient.CreateListRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, top, skipToken); + HttpMessage NextPageRequest(int? pageSizeHint, string nextLink) => _adminRuleGroupAdminRuleCollectionsRestClient.CreateListNextPageRequest(nextLink, Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, top, skipToken); + return PageableHelpers.CreatePageable(FirstPageRequest, NextPageRequest, e => new AdminRuleGroupResource(Client, AdminRuleGroupData.DeserializeAdminRuleGroupData(e)), _adminRuleGroupAdminRuleCollectionsClientDiagnostics, Pipeline, "AdminRuleGroupCollection.GetAll", "value", "nextLink", cancellationToken); + } + + /// + /// Checks to see if the resource exists in azure. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/securityAdminConfigurations/{configurationName}/ruleCollections/{ruleCollectionName} + /// + /// + /// Operation Id + /// AdminRuleCollections_Get + /// + /// + /// + /// The name of the network manager security Configuration rule collection. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// is null. + public virtual async Task> ExistsAsync(string ruleCollectionName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(ruleCollectionName, nameof(ruleCollectionName)); + + using var scope = _adminRuleGroupAdminRuleCollectionsClientDiagnostics.CreateScope("AdminRuleGroupCollection.Exists"); + scope.Start(); + try + { + var response = await _adminRuleGroupAdminRuleCollectionsRestClient.GetAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, ruleCollectionName, cancellationToken: cancellationToken).ConfigureAwait(false); + return Response.FromValue(response.Value != null, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Checks to see if the resource exists in azure. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/securityAdminConfigurations/{configurationName}/ruleCollections/{ruleCollectionName} + /// + /// + /// Operation Id + /// AdminRuleCollections_Get + /// + /// + /// + /// The name of the network manager security Configuration rule collection. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// is null. + public virtual Response Exists(string ruleCollectionName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(ruleCollectionName, nameof(ruleCollectionName)); + + using var scope = _adminRuleGroupAdminRuleCollectionsClientDiagnostics.CreateScope("AdminRuleGroupCollection.Exists"); + scope.Start(); + try + { + var response = _adminRuleGroupAdminRuleCollectionsRestClient.Get(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, ruleCollectionName, cancellationToken: cancellationToken); + return Response.FromValue(response.Value != null, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/AdminRuleGroupData.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/AdminRuleGroupData.cs new file mode 100644 index 000000000000..6f932401be0d --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/AdminRuleGroupData.cs @@ -0,0 +1,54 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using Azure; +using Azure.Core; +using Azure.ResourceManager.Models; +using Azure.ResourceManager.Network.Models; + +namespace Azure.ResourceManager.Network +{ + /// + /// A class representing the AdminRuleGroup data model. + /// Defines the admin rule collection. + /// + public partial class AdminRuleGroupData : ResourceData + { + /// Initializes a new instance of AdminRuleGroupData. + public AdminRuleGroupData() + { + AppliesToGroups = new ChangeTrackingList(); + } + + /// Initializes a new instance of AdminRuleGroupData. + /// The id. + /// The name. + /// The resourceType. + /// The systemData. + /// A description of the admin rule collection. + /// Groups for configuration. + /// The provisioning state of the resource. + /// A unique read-only string that changes whenever the resource is updated. + internal AdminRuleGroupData(ResourceIdentifier id, string name, ResourceType resourceType, SystemData systemData, string description, IList appliesToGroups, NetworkProvisioningState? provisioningState, ETag? etag) : base(id, name, resourceType, systemData) + { + Description = description; + AppliesToGroups = appliesToGroups; + ProvisioningState = provisioningState; + ETag = etag; + } + + /// A description of the admin rule collection. + public string Description { get; set; } + /// Groups for configuration. + public IList AppliesToGroups { get; } + /// The provisioning state of the resource. + public NetworkProvisioningState? ProvisioningState { get; } + /// A unique read-only string that changes whenever the resource is updated. + public ETag? ETag { get; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/AdminRuleGroupResource.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/AdminRuleGroupResource.cs new file mode 100644 index 000000000000..c79b3efe5803 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/AdminRuleGroupResource.cs @@ -0,0 +1,352 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Globalization; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Core.Pipeline; +using Azure.ResourceManager; + +namespace Azure.ResourceManager.Network +{ + /// + /// A Class representing an AdminRuleGroup along with the instance operations that can be performed on it. + /// If you have a you can construct an + /// from an instance of using the GetAdminRuleGroupResource method. + /// Otherwise you can get one from its parent resource using the GetAdminRuleGroup method. + /// + public partial class AdminRuleGroupResource : ArmResource + { + /// Generate the resource identifier of a instance. + public static ResourceIdentifier CreateResourceIdentifier(string subscriptionId, string resourceGroupName, string networkManagerName, string configurationName, string ruleCollectionName) + { + var resourceId = $"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/securityAdminConfigurations/{configurationName}/ruleCollections/{ruleCollectionName}"; + return new ResourceIdentifier(resourceId); + } + + private readonly ClientDiagnostics _adminRuleGroupAdminRuleCollectionsClientDiagnostics; + private readonly AdminRuleCollectionsRestOperations _adminRuleGroupAdminRuleCollectionsRestClient; + private readonly AdminRuleGroupData _data; + + /// Initializes a new instance of the class for mocking. + protected AdminRuleGroupResource() + { + } + + /// Initializes a new instance of the class. + /// The client parameters to use in these operations. + /// The resource that is the target of operations. + internal AdminRuleGroupResource(ArmClient client, AdminRuleGroupData data) : this(client, data.Id) + { + HasData = true; + _data = data; + } + + /// Initializes a new instance of the class. + /// The client parameters to use in these operations. + /// The identifier of the resource that is the target of operations. + internal AdminRuleGroupResource(ArmClient client, ResourceIdentifier id) : base(client, id) + { + _adminRuleGroupAdminRuleCollectionsClientDiagnostics = new ClientDiagnostics("Azure.ResourceManager.Network", ResourceType.Namespace, Diagnostics); + TryGetApiVersion(ResourceType, out string adminRuleGroupAdminRuleCollectionsApiVersion); + _adminRuleGroupAdminRuleCollectionsRestClient = new AdminRuleCollectionsRestOperations(Pipeline, Diagnostics.ApplicationId, Endpoint, adminRuleGroupAdminRuleCollectionsApiVersion); +#if DEBUG + ValidateResourceId(Id); +#endif + } + + /// Gets the resource type for the operations. + public static readonly ResourceType ResourceType = "Microsoft.Network/networkManagers/securityAdminConfigurations/ruleCollections"; + + /// Gets whether or not the current instance has data. + public virtual bool HasData { get; } + + /// Gets the data representing this Feature. + /// Throws if there is no data loaded in the current instance. + public virtual AdminRuleGroupData Data + { + get + { + if (!HasData) + throw new InvalidOperationException("The current instance does not have data, you must call Get first."); + return _data; + } + } + + internal static void ValidateResourceId(ResourceIdentifier id) + { + if (id.ResourceType != ResourceType) + throw new ArgumentException(string.Format(CultureInfo.CurrentCulture, "Invalid resource type {0} expected {1}", id.ResourceType, ResourceType), nameof(id)); + } + + /// Gets a collection of BaseAdminRuleResources in the AdminRuleGroup. + /// An object representing collection of BaseAdminRuleResources and their operations over a BaseAdminRuleResource. + public virtual BaseAdminRuleCollection GetBaseAdminRules() + { + return GetCachedClient(Client => new BaseAdminRuleCollection(Client, Id)); + } + + /// + /// Gets a network manager security configuration admin rule. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/securityAdminConfigurations/{configurationName}/ruleCollections/{ruleCollectionName}/rules/{ruleName} + /// + /// + /// Operation Id + /// AdminRules_Get + /// + /// + /// + /// The name of the rule. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// is null. + [ForwardsClientCalls] + public virtual async Task> GetBaseAdminRuleAsync(string ruleName, CancellationToken cancellationToken = default) + { + return await GetBaseAdminRules().GetAsync(ruleName, cancellationToken).ConfigureAwait(false); + } + + /// + /// Gets a network manager security configuration admin rule. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/securityAdminConfigurations/{configurationName}/ruleCollections/{ruleCollectionName}/rules/{ruleName} + /// + /// + /// Operation Id + /// AdminRules_Get + /// + /// + /// + /// The name of the rule. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// is null. + [ForwardsClientCalls] + public virtual Response GetBaseAdminRule(string ruleName, CancellationToken cancellationToken = default) + { + return GetBaseAdminRules().Get(ruleName, cancellationToken); + } + + /// + /// Gets a network manager security admin configuration rule collection. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/securityAdminConfigurations/{configurationName}/ruleCollections/{ruleCollectionName} + /// + /// + /// Operation Id + /// AdminRuleCollections_Get + /// + /// + /// + /// The cancellation token to use. + public virtual async Task> GetAsync(CancellationToken cancellationToken = default) + { + using var scope = _adminRuleGroupAdminRuleCollectionsClientDiagnostics.CreateScope("AdminRuleGroupResource.Get"); + scope.Start(); + try + { + var response = await _adminRuleGroupAdminRuleCollectionsRestClient.GetAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, cancellationToken).ConfigureAwait(false); + if (response.Value == null) + throw new RequestFailedException(response.GetRawResponse()); + return Response.FromValue(new AdminRuleGroupResource(Client, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Gets a network manager security admin configuration rule collection. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/securityAdminConfigurations/{configurationName}/ruleCollections/{ruleCollectionName} + /// + /// + /// Operation Id + /// AdminRuleCollections_Get + /// + /// + /// + /// The cancellation token to use. + public virtual Response Get(CancellationToken cancellationToken = default) + { + using var scope = _adminRuleGroupAdminRuleCollectionsClientDiagnostics.CreateScope("AdminRuleGroupResource.Get"); + scope.Start(); + try + { + var response = _adminRuleGroupAdminRuleCollectionsRestClient.Get(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, cancellationToken); + if (response.Value == null) + throw new RequestFailedException(response.GetRawResponse()); + return Response.FromValue(new AdminRuleGroupResource(Client, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Deletes an admin rule collection. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/securityAdminConfigurations/{configurationName}/ruleCollections/{ruleCollectionName} + /// + /// + /// Operation Id + /// AdminRuleCollections_Delete + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// Deletes the resource even if it is part of a deployed configuration. If the configuration has been deployed, the service will do a cleanup deployment in the background, prior to the delete. + /// The cancellation token to use. + public virtual async Task DeleteAsync(WaitUntil waitUntil, bool? force = null, CancellationToken cancellationToken = default) + { + using var scope = _adminRuleGroupAdminRuleCollectionsClientDiagnostics.CreateScope("AdminRuleGroupResource.Delete"); + scope.Start(); + try + { + var response = await _adminRuleGroupAdminRuleCollectionsRestClient.DeleteAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, force, cancellationToken).ConfigureAwait(false); + var operation = new NetworkArmOperation(_adminRuleGroupAdminRuleCollectionsClientDiagnostics, Pipeline, _adminRuleGroupAdminRuleCollectionsRestClient.CreateDeleteRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, force).Request, response, OperationFinalStateVia.Location); + if (waitUntil == WaitUntil.Completed) + await operation.WaitForCompletionResponseAsync(cancellationToken).ConfigureAwait(false); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Deletes an admin rule collection. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/securityAdminConfigurations/{configurationName}/ruleCollections/{ruleCollectionName} + /// + /// + /// Operation Id + /// AdminRuleCollections_Delete + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// Deletes the resource even if it is part of a deployed configuration. If the configuration has been deployed, the service will do a cleanup deployment in the background, prior to the delete. + /// The cancellation token to use. + public virtual ArmOperation Delete(WaitUntil waitUntil, bool? force = null, CancellationToken cancellationToken = default) + { + using var scope = _adminRuleGroupAdminRuleCollectionsClientDiagnostics.CreateScope("AdminRuleGroupResource.Delete"); + scope.Start(); + try + { + var response = _adminRuleGroupAdminRuleCollectionsRestClient.Delete(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, force, cancellationToken); + var operation = new NetworkArmOperation(_adminRuleGroupAdminRuleCollectionsClientDiagnostics, Pipeline, _adminRuleGroupAdminRuleCollectionsRestClient.CreateDeleteRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, force).Request, response, OperationFinalStateVia.Location); + if (waitUntil == WaitUntil.Completed) + operation.WaitForCompletionResponse(cancellationToken); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Creates or updates an admin rule collection. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/securityAdminConfigurations/{configurationName}/ruleCollections/{ruleCollectionName} + /// + /// + /// Operation Id + /// AdminRuleCollections_CreateOrUpdate + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// The Rule Collection to create or update. + /// The cancellation token to use. + /// is null. + public virtual async Task> UpdateAsync(WaitUntil waitUntil, AdminRuleGroupData data, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(data, nameof(data)); + + using var scope = _adminRuleGroupAdminRuleCollectionsClientDiagnostics.CreateScope("AdminRuleGroupResource.Update"); + scope.Start(); + try + { + var response = await _adminRuleGroupAdminRuleCollectionsRestClient.CreateOrUpdateAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, data, cancellationToken).ConfigureAwait(false); + var operation = new NetworkArmOperation(Response.FromValue(new AdminRuleGroupResource(Client, response), response.GetRawResponse())); + if (waitUntil == WaitUntil.Completed) + await operation.WaitForCompletionAsync(cancellationToken).ConfigureAwait(false); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Creates or updates an admin rule collection. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/securityAdminConfigurations/{configurationName}/ruleCollections/{ruleCollectionName} + /// + /// + /// Operation Id + /// AdminRuleCollections_CreateOrUpdate + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// The Rule Collection to create or update. + /// The cancellation token to use. + /// is null. + public virtual ArmOperation Update(WaitUntil waitUntil, AdminRuleGroupData data, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(data, nameof(data)); + + using var scope = _adminRuleGroupAdminRuleCollectionsClientDiagnostics.CreateScope("AdminRuleGroupResource.Update"); + scope.Start(); + try + { + var response = _adminRuleGroupAdminRuleCollectionsRestClient.CreateOrUpdate(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, data, cancellationToken); + var operation = new NetworkArmOperation(Response.FromValue(new AdminRuleGroupResource(Client, response), response.GetRawResponse())); + if (waitUntil == WaitUntil.Completed) + operation.WaitForCompletion(cancellationToken); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/ApplicationGatewayData.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/ApplicationGatewayData.cs index ab56e48b8f12..800fdb4ff4c8 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/ApplicationGatewayData.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/ApplicationGatewayData.cs @@ -35,15 +35,19 @@ public ApplicationGatewayData() Probes = new ChangeTrackingList(); BackendAddressPools = new ChangeTrackingList(); BackendHttpSettingsCollection = new ChangeTrackingList(); + BackendSettingsCollection = new ChangeTrackingList(); HttpListeners = new ChangeTrackingList(); + Listeners = new ChangeTrackingList(); SslProfiles = new ChangeTrackingList(); UrlPathMaps = new ChangeTrackingList(); RequestRoutingRules = new ChangeTrackingList(); + RoutingRules = new ChangeTrackingList(); RewriteRuleSets = new ChangeTrackingList(); RedirectConfigurations = new ChangeTrackingList(); PrivateLinkConfigurations = new ChangeTrackingList(); PrivateEndpointConnections = new ChangeTrackingList(); CustomErrorConfigurations = new ChangeTrackingList(); + LoadDistributionPolicies = new ChangeTrackingList(); } /// Initializes a new instance of ApplicationGatewayData. @@ -68,10 +72,13 @@ public ApplicationGatewayData() /// Probes of the application gateway resource. /// Backend address pool of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). /// Backend http settings of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). + /// Backend settings of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). /// Http listeners of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). + /// Listeners of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). /// SSL profiles of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). /// URL path map of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). /// Request routing rules of the application gateway resource. + /// Routing rules of the application gateway resource. /// Rewrite rules for the application gateway resource. /// Redirect configurations of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). /// Web application firewall configuration. @@ -85,7 +92,9 @@ public ApplicationGatewayData() /// The provisioning state of the application gateway resource. /// Custom error configurations of the application gateway resource. /// If true, associates a firewall policy with an application gateway regardless whether the policy differs from the WAF Config. - internal ApplicationGatewayData(ResourceIdentifier id, string name, ResourceType? resourceType, AzureLocation? location, IDictionary tags, ETag? etag, IList availabilityZones, ManagedServiceIdentity identity, ApplicationGatewaySku sku, ApplicationGatewaySslPolicy sslPolicy, ApplicationGatewayOperationalState? operationalState, IList gatewayIPConfigurations, IList authenticationCertificates, IList trustedRootCertificates, IList trustedClientCertificates, IList sslCertificates, IList frontendIPConfigurations, IList frontendPorts, IList probes, IList backendAddressPools, IList backendHttpSettingsCollection, IList httpListeners, IList sslProfiles, IList urlPathMaps, IList requestRoutingRules, IList rewriteRuleSets, IList redirectConfigurations, ApplicationGatewayWebApplicationFirewallConfiguration webApplicationFirewallConfiguration, WritableSubResource firewallPolicy, bool? enableHttp2, bool? enableFips, ApplicationGatewayAutoscaleConfiguration autoscaleConfiguration, IList privateLinkConfigurations, IReadOnlyList privateEndpointConnections, Guid? resourceGuid, NetworkProvisioningState? provisioningState, IList customErrorConfigurations, bool? forceFirewallPolicyAssociation) : base(id, name, resourceType, location, tags) + /// Load distribution policies of the application gateway resource. + /// Global Configuration. + internal ApplicationGatewayData(ResourceIdentifier id, string name, ResourceType? resourceType, AzureLocation? location, IDictionary tags, ETag? etag, IList availabilityZones, ManagedServiceIdentity identity, ApplicationGatewaySku sku, ApplicationGatewaySslPolicy sslPolicy, ApplicationGatewayOperationalState? operationalState, IList gatewayIPConfigurations, IList authenticationCertificates, IList trustedRootCertificates, IList trustedClientCertificates, IList sslCertificates, IList frontendIPConfigurations, IList frontendPorts, IList probes, IList backendAddressPools, IList backendHttpSettingsCollection, IList backendSettingsCollection, IList httpListeners, IList listeners, IList sslProfiles, IList urlPathMaps, IList requestRoutingRules, IList routingRules, IList rewriteRuleSets, IList redirectConfigurations, ApplicationGatewayWebApplicationFirewallConfiguration webApplicationFirewallConfiguration, WritableSubResource firewallPolicy, bool? enableHttp2, bool? enableFips, ApplicationGatewayAutoscaleConfiguration autoscaleConfiguration, IList privateLinkConfigurations, IReadOnlyList privateEndpointConnections, Guid? resourceGuid, NetworkProvisioningState? provisioningState, IList customErrorConfigurations, bool? forceFirewallPolicyAssociation, IList loadDistributionPolicies, ApplicationGatewayGlobalConfiguration globalConfiguration) : base(id, name, resourceType, location, tags) { ETag = etag; AvailabilityZones = availabilityZones; @@ -103,10 +112,13 @@ internal ApplicationGatewayData(ResourceIdentifier id, string name, ResourceType Probes = probes; BackendAddressPools = backendAddressPools; BackendHttpSettingsCollection = backendHttpSettingsCollection; + BackendSettingsCollection = backendSettingsCollection; HttpListeners = httpListeners; + Listeners = listeners; SslProfiles = sslProfiles; UrlPathMaps = urlPathMaps; RequestRoutingRules = requestRoutingRules; + RoutingRules = routingRules; RewriteRuleSets = rewriteRuleSets; RedirectConfigurations = redirectConfigurations; WebApplicationFirewallConfiguration = webApplicationFirewallConfiguration; @@ -120,6 +132,8 @@ internal ApplicationGatewayData(ResourceIdentifier id, string name, ResourceType ProvisioningState = provisioningState; CustomErrorConfigurations = customErrorConfigurations; ForceFirewallPolicyAssociation = forceFirewallPolicyAssociation; + LoadDistributionPolicies = loadDistributionPolicies; + GlobalConfiguration = globalConfiguration; } /// A unique read-only string that changes whenever the resource is updated. @@ -154,14 +168,20 @@ internal ApplicationGatewayData(ResourceIdentifier id, string name, ResourceType public IList BackendAddressPools { get; } /// Backend http settings of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). public IList BackendHttpSettingsCollection { get; } + /// Backend settings of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). + public IList BackendSettingsCollection { get; } /// Http listeners of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). public IList HttpListeners { get; } + /// Listeners of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). + public IList Listeners { get; } /// SSL profiles of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). public IList SslProfiles { get; } /// URL path map of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). public IList UrlPathMaps { get; } /// Request routing rules of the application gateway resource. public IList RequestRoutingRules { get; } + /// Routing rules of the application gateway resource. + public IList RoutingRules { get; } /// Rewrite rules for the application gateway resource. public IList RewriteRuleSets { get; } /// Redirect configurations of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). @@ -200,5 +220,9 @@ public ResourceIdentifier FirewallPolicyId public IList CustomErrorConfigurations { get; } /// If true, associates a firewall policy with an application gateway regardless whether the policy differs from the WAF Config. public bool? ForceFirewallPolicyAssociation { get; set; } + /// Load distribution policies of the application gateway resource. + public IList LoadDistributionPolicies { get; } + /// Global Configuration. + public ApplicationGatewayGlobalConfiguration GlobalConfiguration { get; set; } } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/ApplicationGatewayWafDynamicManifestCollection.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/ApplicationGatewayWafDynamicManifestCollection.cs new file mode 100644 index 000000000000..ad0b3fa4f491 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/ApplicationGatewayWafDynamicManifestCollection.cs @@ -0,0 +1,247 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Collections; +using System.Collections.Generic; +using System.Globalization; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Core.Pipeline; +using Azure.ResourceManager; +using Azure.ResourceManager.Resources; + +namespace Azure.ResourceManager.Network +{ + /// + /// A class representing a collection of and their operations. + /// Each in the collection will belong to the same instance of . + /// To get an instance call the GetApplicationGatewayWafDynamicManifests method from an instance of . + /// + public partial class ApplicationGatewayWafDynamicManifestCollection : ArmCollection, IEnumerable, IAsyncEnumerable + { + private readonly ClientDiagnostics _applicationGatewayWafDynamicManifestApplicationGatewayWafDynamicManifestsDefaultClientDiagnostics; + private readonly ApplicationGatewayWafDynamicManifestsDefaultRestOperations _applicationGatewayWafDynamicManifestApplicationGatewayWafDynamicManifestsDefaultRestClient; + private readonly ClientDiagnostics _applicationGatewayWafDynamicManifestClientDiagnostics; + private readonly ApplicationGatewayWafDynamicManifestsRestOperations _applicationGatewayWafDynamicManifestRestClient; + private readonly AzureLocation _location; + + /// Initializes a new instance of the class for mocking. + protected ApplicationGatewayWafDynamicManifestCollection() + { + } + + /// Initializes a new instance of the class. + /// The client parameters to use in these operations. + /// The identifier of the parent resource that is the target of operations. + /// The region where the nrp are located at. + internal ApplicationGatewayWafDynamicManifestCollection(ArmClient client, ResourceIdentifier id, AzureLocation location) : base(client, id) + { + _location = location; + _applicationGatewayWafDynamicManifestApplicationGatewayWafDynamicManifestsDefaultClientDiagnostics = new ClientDiagnostics("Azure.ResourceManager.Network", ApplicationGatewayWafDynamicManifestResource.ResourceType.Namespace, Diagnostics); + TryGetApiVersion(ApplicationGatewayWafDynamicManifestResource.ResourceType, out string applicationGatewayWafDynamicManifestApplicationGatewayWafDynamicManifestsDefaultApiVersion); + _applicationGatewayWafDynamicManifestApplicationGatewayWafDynamicManifestsDefaultRestClient = new ApplicationGatewayWafDynamicManifestsDefaultRestOperations(Pipeline, Diagnostics.ApplicationId, Endpoint, applicationGatewayWafDynamicManifestApplicationGatewayWafDynamicManifestsDefaultApiVersion); + _applicationGatewayWafDynamicManifestClientDiagnostics = new ClientDiagnostics("Azure.ResourceManager.Network", ApplicationGatewayWafDynamicManifestResource.ResourceType.Namespace, Diagnostics); + TryGetApiVersion(ApplicationGatewayWafDynamicManifestResource.ResourceType, out string applicationGatewayWafDynamicManifestApiVersion); + _applicationGatewayWafDynamicManifestRestClient = new ApplicationGatewayWafDynamicManifestsRestOperations(Pipeline, Diagnostics.ApplicationId, Endpoint, applicationGatewayWafDynamicManifestApiVersion); +#if DEBUG + ValidateResourceId(Id); +#endif + } + + internal static void ValidateResourceId(ResourceIdentifier id) + { + if (id.ResourceType != SubscriptionResource.ResourceType) + throw new ArgumentException(string.Format(CultureInfo.CurrentCulture, "Invalid resource type {0} expected {1}", id.ResourceType, SubscriptionResource.ResourceType), nameof(id)); + } + + /// + /// Gets the regional application gateway waf manifest. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/providers/Microsoft.Network/locations/{location}/applicationGatewayWafDynamicManifests/dafault + /// + /// + /// Operation Id + /// ApplicationGatewayWafDynamicManifestsDefault_Get + /// + /// + /// + /// The cancellation token to use. + public virtual async Task> GetAsync(CancellationToken cancellationToken = default) + { + using var scope = _applicationGatewayWafDynamicManifestApplicationGatewayWafDynamicManifestsDefaultClientDiagnostics.CreateScope("ApplicationGatewayWafDynamicManifestCollection.Get"); + scope.Start(); + try + { + var response = await _applicationGatewayWafDynamicManifestApplicationGatewayWafDynamicManifestsDefaultRestClient.GetAsync(Id.SubscriptionId, new AzureLocation(_location), cancellationToken).ConfigureAwait(false); + if (response.Value == null) + throw new RequestFailedException(response.GetRawResponse()); + return Response.FromValue(new ApplicationGatewayWafDynamicManifestResource(Client, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Gets the regional application gateway waf manifest. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/providers/Microsoft.Network/locations/{location}/applicationGatewayWafDynamicManifests/dafault + /// + /// + /// Operation Id + /// ApplicationGatewayWafDynamicManifestsDefault_Get + /// + /// + /// + /// The cancellation token to use. + public virtual Response Get(CancellationToken cancellationToken = default) + { + using var scope = _applicationGatewayWafDynamicManifestApplicationGatewayWafDynamicManifestsDefaultClientDiagnostics.CreateScope("ApplicationGatewayWafDynamicManifestCollection.Get"); + scope.Start(); + try + { + var response = _applicationGatewayWafDynamicManifestApplicationGatewayWafDynamicManifestsDefaultRestClient.Get(Id.SubscriptionId, new AzureLocation(_location), cancellationToken); + if (response.Value == null) + throw new RequestFailedException(response.GetRawResponse()); + return Response.FromValue(new ApplicationGatewayWafDynamicManifestResource(Client, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Gets the regional application gateway waf manifest. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/providers/Microsoft.Network/locations/{location}/applicationGatewayWafDynamicManifests + /// + /// + /// Operation Id + /// ApplicationGatewayWafDynamicManifests_Get + /// + /// + /// + /// The cancellation token to use. + /// An async collection of that may take multiple service requests to iterate over. + public virtual AsyncPageable GetAllAsync(CancellationToken cancellationToken = default) + { + HttpMessage FirstPageRequest(int? pageSizeHint) => _applicationGatewayWafDynamicManifestRestClient.CreateGetRequest(Id.SubscriptionId, new AzureLocation(_location)); + HttpMessage NextPageRequest(int? pageSizeHint, string nextLink) => _applicationGatewayWafDynamicManifestRestClient.CreateGetNextPageRequest(nextLink, Id.SubscriptionId, new AzureLocation(_location)); + return PageableHelpers.CreateAsyncPageable(FirstPageRequest, NextPageRequest, e => new ApplicationGatewayWafDynamicManifestResource(Client, ApplicationGatewayWafDynamicManifestData.DeserializeApplicationGatewayWafDynamicManifestData(e)), _applicationGatewayWafDynamicManifestClientDiagnostics, Pipeline, "ApplicationGatewayWafDynamicManifestCollection.GetAll", "value", "nextLink", cancellationToken); + } + + /// + /// Gets the regional application gateway waf manifest. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/providers/Microsoft.Network/locations/{location}/applicationGatewayWafDynamicManifests + /// + /// + /// Operation Id + /// ApplicationGatewayWafDynamicManifests_Get + /// + /// + /// + /// The cancellation token to use. + /// A collection of that may take multiple service requests to iterate over. + public virtual Pageable GetAll(CancellationToken cancellationToken = default) + { + HttpMessage FirstPageRequest(int? pageSizeHint) => _applicationGatewayWafDynamicManifestRestClient.CreateGetRequest(Id.SubscriptionId, new AzureLocation(_location)); + HttpMessage NextPageRequest(int? pageSizeHint, string nextLink) => _applicationGatewayWafDynamicManifestRestClient.CreateGetNextPageRequest(nextLink, Id.SubscriptionId, new AzureLocation(_location)); + return PageableHelpers.CreatePageable(FirstPageRequest, NextPageRequest, e => new ApplicationGatewayWafDynamicManifestResource(Client, ApplicationGatewayWafDynamicManifestData.DeserializeApplicationGatewayWafDynamicManifestData(e)), _applicationGatewayWafDynamicManifestClientDiagnostics, Pipeline, "ApplicationGatewayWafDynamicManifestCollection.GetAll", "value", "nextLink", cancellationToken); + } + + /// + /// Checks to see if the resource exists in azure. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/providers/Microsoft.Network/locations/{location}/applicationGatewayWafDynamicManifests/dafault + /// + /// + /// Operation Id + /// ApplicationGatewayWafDynamicManifestsDefault_Get + /// + /// + /// + /// The cancellation token to use. + public virtual async Task> ExistsAsync(CancellationToken cancellationToken = default) + { + using var scope = _applicationGatewayWafDynamicManifestApplicationGatewayWafDynamicManifestsDefaultClientDiagnostics.CreateScope("ApplicationGatewayWafDynamicManifestCollection.Exists"); + scope.Start(); + try + { + var response = await _applicationGatewayWafDynamicManifestApplicationGatewayWafDynamicManifestsDefaultRestClient.GetAsync(Id.SubscriptionId, new AzureLocation(_location), cancellationToken: cancellationToken).ConfigureAwait(false); + return Response.FromValue(response.Value != null, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Checks to see if the resource exists in azure. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/providers/Microsoft.Network/locations/{location}/applicationGatewayWafDynamicManifests/dafault + /// + /// + /// Operation Id + /// ApplicationGatewayWafDynamicManifestsDefault_Get + /// + /// + /// + /// The cancellation token to use. + public virtual Response Exists(CancellationToken cancellationToken = default) + { + using var scope = _applicationGatewayWafDynamicManifestApplicationGatewayWafDynamicManifestsDefaultClientDiagnostics.CreateScope("ApplicationGatewayWafDynamicManifestCollection.Exists"); + scope.Start(); + try + { + var response = _applicationGatewayWafDynamicManifestApplicationGatewayWafDynamicManifestsDefaultRestClient.Get(Id.SubscriptionId, new AzureLocation(_location), cancellationToken: cancellationToken); + return Response.FromValue(response.Value != null, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/ApplicationGatewayWafDynamicManifestData.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/ApplicationGatewayWafDynamicManifestData.cs new file mode 100644 index 000000000000..ff250bdb2d73 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/ApplicationGatewayWafDynamicManifestData.cs @@ -0,0 +1,49 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using Azure.Core; +using Azure.ResourceManager.Models; +using Azure.ResourceManager.Network.Models; + +namespace Azure.ResourceManager.Network +{ + /// + /// A class representing the ApplicationGatewayWafDynamicManifest data model. + /// Response for ApplicationGatewayWafDynamicManifest API service call. + /// + public partial class ApplicationGatewayWafDynamicManifestData : ResourceData + { + /// Initializes a new instance of ApplicationGatewayWafDynamicManifestData. + internal ApplicationGatewayWafDynamicManifestData() + { + AvailableRuleSets = new ChangeTrackingList(); + } + + /// Initializes a new instance of ApplicationGatewayWafDynamicManifestData. + /// The id. + /// The name. + /// The resourceType. + /// The systemData. + /// The available rulesets. + /// The type of the web application firewall rule set. + /// The version of the web application firewall rule set type. + internal ApplicationGatewayWafDynamicManifestData(ResourceIdentifier id, string name, ResourceType resourceType, SystemData systemData, IReadOnlyList availableRuleSets, string ruleSetType, string ruleSetVersion) : base(id, name, resourceType, systemData) + { + AvailableRuleSets = availableRuleSets; + RuleSetType = ruleSetType; + RuleSetVersion = ruleSetVersion; + } + + /// The available rulesets. + public IReadOnlyList AvailableRuleSets { get; } + /// The type of the web application firewall rule set. + public string RuleSetType { get; } + /// The version of the web application firewall rule set type. + public string RuleSetVersion { get; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/ApplicationGatewayWafDynamicManifestResource.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/ApplicationGatewayWafDynamicManifestResource.cs new file mode 100644 index 000000000000..d93e64823ab9 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/ApplicationGatewayWafDynamicManifestResource.cs @@ -0,0 +1,154 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Globalization; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Core.Pipeline; +using Azure.ResourceManager; +using Azure.ResourceManager.Resources; + +namespace Azure.ResourceManager.Network +{ + /// + /// A Class representing an ApplicationGatewayWafDynamicManifest along with the instance operations that can be performed on it. + /// If you have a you can construct an + /// from an instance of using the GetApplicationGatewayWafDynamicManifestResource method. + /// Otherwise you can get one from its parent resource using the GetApplicationGatewayWafDynamicManifest method. + /// + public partial class ApplicationGatewayWafDynamicManifestResource : ArmResource + { + /// Generate the resource identifier of a instance. + public static ResourceIdentifier CreateResourceIdentifier(string subscriptionId, AzureLocation location) + { + var resourceId = $"/subscriptions/{subscriptionId}/providers/Microsoft.Network/locations/{location}/applicationGatewayWafDynamicManifests/dafault"; + return new ResourceIdentifier(resourceId); + } + + private readonly ClientDiagnostics _applicationGatewayWafDynamicManifestApplicationGatewayWafDynamicManifestsDefaultClientDiagnostics; + private readonly ApplicationGatewayWafDynamicManifestsDefaultRestOperations _applicationGatewayWafDynamicManifestApplicationGatewayWafDynamicManifestsDefaultRestClient; + private readonly ApplicationGatewayWafDynamicManifestData _data; + + /// Initializes a new instance of the class for mocking. + protected ApplicationGatewayWafDynamicManifestResource() + { + } + + /// Initializes a new instance of the class. + /// The client parameters to use in these operations. + /// The resource that is the target of operations. + internal ApplicationGatewayWafDynamicManifestResource(ArmClient client, ApplicationGatewayWafDynamicManifestData data) : this(client, data.Id) + { + HasData = true; + _data = data; + } + + /// Initializes a new instance of the class. + /// The client parameters to use in these operations. + /// The identifier of the resource that is the target of operations. + internal ApplicationGatewayWafDynamicManifestResource(ArmClient client, ResourceIdentifier id) : base(client, id) + { + _applicationGatewayWafDynamicManifestApplicationGatewayWafDynamicManifestsDefaultClientDiagnostics = new ClientDiagnostics("Azure.ResourceManager.Network", ResourceType.Namespace, Diagnostics); + TryGetApiVersion(ResourceType, out string applicationGatewayWafDynamicManifestApplicationGatewayWafDynamicManifestsDefaultApiVersion); + _applicationGatewayWafDynamicManifestApplicationGatewayWafDynamicManifestsDefaultRestClient = new ApplicationGatewayWafDynamicManifestsDefaultRestOperations(Pipeline, Diagnostics.ApplicationId, Endpoint, applicationGatewayWafDynamicManifestApplicationGatewayWafDynamicManifestsDefaultApiVersion); +#if DEBUG + ValidateResourceId(Id); +#endif + } + + /// Gets the resource type for the operations. + public static readonly ResourceType ResourceType = "Microsoft.Network/locations/applicationGatewayWafDynamicManifests"; + + /// Gets whether or not the current instance has data. + public virtual bool HasData { get; } + + /// Gets the data representing this Feature. + /// Throws if there is no data loaded in the current instance. + public virtual ApplicationGatewayWafDynamicManifestData Data + { + get + { + if (!HasData) + throw new InvalidOperationException("The current instance does not have data, you must call Get first."); + return _data; + } + } + + internal static void ValidateResourceId(ResourceIdentifier id) + { + if (id.ResourceType != ResourceType) + throw new ArgumentException(string.Format(CultureInfo.CurrentCulture, "Invalid resource type {0} expected {1}", id.ResourceType, ResourceType), nameof(id)); + } + + /// + /// Gets the regional application gateway waf manifest. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/providers/Microsoft.Network/locations/{location}/applicationGatewayWafDynamicManifests/dafault + /// + /// + /// Operation Id + /// ApplicationGatewayWafDynamicManifestsDefault_Get + /// + /// + /// + /// The cancellation token to use. + public virtual async Task> GetAsync(CancellationToken cancellationToken = default) + { + using var scope = _applicationGatewayWafDynamicManifestApplicationGatewayWafDynamicManifestsDefaultClientDiagnostics.CreateScope("ApplicationGatewayWafDynamicManifestResource.Get"); + scope.Start(); + try + { + var response = await _applicationGatewayWafDynamicManifestApplicationGatewayWafDynamicManifestsDefaultRestClient.GetAsync(Id.SubscriptionId, new AzureLocation(Id.Parent.Name), cancellationToken).ConfigureAwait(false); + if (response.Value == null) + throw new RequestFailedException(response.GetRawResponse()); + return Response.FromValue(new ApplicationGatewayWafDynamicManifestResource(Client, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Gets the regional application gateway waf manifest. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/providers/Microsoft.Network/locations/{location}/applicationGatewayWafDynamicManifests/dafault + /// + /// + /// Operation Id + /// ApplicationGatewayWafDynamicManifestsDefault_Get + /// + /// + /// + /// The cancellation token to use. + public virtual Response Get(CancellationToken cancellationToken = default) + { + using var scope = _applicationGatewayWafDynamicManifestApplicationGatewayWafDynamicManifestsDefaultClientDiagnostics.CreateScope("ApplicationGatewayWafDynamicManifestResource.Get"); + scope.Start(); + try + { + var response = _applicationGatewayWafDynamicManifestApplicationGatewayWafDynamicManifestsDefaultRestClient.Get(Id.SubscriptionId, new AzureLocation(Id.Parent.Name), cancellationToken); + if (response.Value == null) + throw new RequestFailedException(response.GetRawResponse()); + return Response.FromValue(new ApplicationGatewayWafDynamicManifestResource(Client, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/AzureFirewallResource.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/AzureFirewallResource.cs index 63e6a58942b8..bf359abeee0b 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/AzureFirewallResource.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/AzureFirewallResource.cs @@ -297,6 +297,74 @@ public virtual ArmOperation Update(WaitUntil waitUntil, N } } + /// + /// Retrieves a list of all IP prefixes that azure firewall has learned to not SNAT. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/azureFirewalls/{azureFirewallName}/learnedIPPrefixes + /// + /// + /// Operation Id + /// AzureFirewalls_ListLearnedPrefixes + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// The cancellation token to use. + public virtual async Task> GetLearnedPrefixesAsync(WaitUntil waitUntil, CancellationToken cancellationToken = default) + { + using var scope = _azureFirewallClientDiagnostics.CreateScope("AzureFirewallResource.GetLearnedPrefixes"); + scope.Start(); + try + { + var response = await _azureFirewallRestClient.ListLearnedPrefixesAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false); + var operation = new NetworkArmOperation(new LearnedIPPrefixesListResultOperationSource(), _azureFirewallClientDiagnostics, Pipeline, _azureFirewallRestClient.CreateListLearnedPrefixesRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name).Request, response, OperationFinalStateVia.Location); + if (waitUntil == WaitUntil.Completed) + await operation.WaitForCompletionAsync(cancellationToken).ConfigureAwait(false); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Retrieves a list of all IP prefixes that azure firewall has learned to not SNAT. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/azureFirewalls/{azureFirewallName}/learnedIPPrefixes + /// + /// + /// Operation Id + /// AzureFirewalls_ListLearnedPrefixes + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// The cancellation token to use. + public virtual ArmOperation GetLearnedPrefixes(WaitUntil waitUntil, CancellationToken cancellationToken = default) + { + using var scope = _azureFirewallClientDiagnostics.CreateScope("AzureFirewallResource.GetLearnedPrefixes"); + scope.Start(); + try + { + var response = _azureFirewallRestClient.ListLearnedPrefixes(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, cancellationToken); + var operation = new NetworkArmOperation(new LearnedIPPrefixesListResultOperationSource(), _azureFirewallClientDiagnostics, Pipeline, _azureFirewallRestClient.CreateListLearnedPrefixesRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name).Request, response, OperationFinalStateVia.Location); + if (waitUntil == WaitUntil.Completed) + operation.WaitForCompletion(cancellationToken); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + /// /// Add a tag to the current resource. /// diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/BackendAddressPoolData.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/BackendAddressPoolData.cs index 3b605b992f28..c5f712f49037 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/BackendAddressPoolData.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/BackendAddressPoolData.cs @@ -27,6 +27,7 @@ public BackendAddressPoolData() BackendIPConfigurations = new ChangeTrackingList(); LoadBalancingRules = new ChangeTrackingList(); OutboundRules = new ChangeTrackingList(); + InboundNatRules = new ChangeTrackingList(); } /// Initializes a new instance of BackendAddressPoolData. @@ -41,8 +42,11 @@ public BackendAddressPoolData() /// An array of references to load balancing rules that use this backend address pool. /// A reference to an outbound rule that uses this backend address pool. /// An array of references to outbound rules that use this backend address pool. + /// An array of references to inbound NAT rules that use this backend address pool. /// The provisioning state of the backend address pool resource. - internal BackendAddressPoolData(ResourceIdentifier id, string name, ResourceType? resourceType, ETag? etag, AzureLocation? location, IList tunnelInterfaces, IList loadBalancerBackendAddresses, IReadOnlyList backendIPConfigurations, IReadOnlyList loadBalancingRules, WritableSubResource outboundRule, IReadOnlyList outboundRules, NetworkProvisioningState? provisioningState) : base(id, name, resourceType) + /// Amount of seconds Load Balancer waits for before sending RESET to client and backend address. + /// A reference to a virtual network. + internal BackendAddressPoolData(ResourceIdentifier id, string name, ResourceType? resourceType, ETag? etag, AzureLocation? location, IList tunnelInterfaces, IList loadBalancerBackendAddresses, IReadOnlyList backendIPConfigurations, IReadOnlyList loadBalancingRules, WritableSubResource outboundRule, IReadOnlyList outboundRules, IReadOnlyList inboundNatRules, NetworkProvisioningState? provisioningState, int? drainPeriodInSeconds, WritableSubResource virtualNetwork) : base(id, name, resourceType) { ETag = etag; Location = location; @@ -52,7 +56,10 @@ internal BackendAddressPoolData(ResourceIdentifier id, string name, ResourceType LoadBalancingRules = loadBalancingRules; OutboundRule = outboundRule; OutboundRules = outboundRules; + InboundNatRules = inboundNatRules; ProvisioningState = provisioningState; + DrainPeriodInSeconds = drainPeriodInSeconds; + VirtualNetwork = virtualNetwork; } /// A unique read-only string that changes whenever the resource is updated. @@ -77,7 +84,24 @@ public ResourceIdentifier OutboundRuleId /// An array of references to outbound rules that use this backend address pool. public IReadOnlyList OutboundRules { get; } + /// An array of references to inbound NAT rules that use this backend address pool. + public IReadOnlyList InboundNatRules { get; } /// The provisioning state of the backend address pool resource. public NetworkProvisioningState? ProvisioningState { get; } + /// Amount of seconds Load Balancer waits for before sending RESET to client and backend address. + public int? DrainPeriodInSeconds { get; set; } + /// A reference to a virtual network. + internal WritableSubResource VirtualNetwork { get; set; } + /// Gets or sets Id. + public ResourceIdentifier VirtualNetworkId + { + get => VirtualNetwork is null ? default : VirtualNetwork.Id; + set + { + if (VirtualNetwork is null) + VirtualNetwork = new WritableSubResource(); + VirtualNetwork.Id = value; + } + } } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/BackendAddressPoolResource.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/BackendAddressPoolResource.cs index 441658d7f721..295064a234cf 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/BackendAddressPoolResource.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/BackendAddressPoolResource.cs @@ -13,6 +13,7 @@ using Azure.Core; using Azure.Core.Pipeline; using Azure.ResourceManager; +using Azure.ResourceManager.Network.Models; namespace Azure.ResourceManager.Network { @@ -33,6 +34,8 @@ public static ResourceIdentifier CreateResourceIdentifier(string subscriptionId, private readonly ClientDiagnostics _backendAddressPoolLoadBalancerBackendAddressPoolsClientDiagnostics; private readonly LoadBalancerBackendAddressPoolsRestOperations _backendAddressPoolLoadBalancerBackendAddressPoolsRestClient; + private readonly ClientDiagnostics _loadBalancerClientDiagnostics; + private readonly LoadBalancersRestOperations _loadBalancerRestClient; private readonly BackendAddressPoolData _data; /// Initializes a new instance of the class for mocking. @@ -57,6 +60,9 @@ internal BackendAddressPoolResource(ArmClient client, ResourceIdentifier id) : b _backendAddressPoolLoadBalancerBackendAddressPoolsClientDiagnostics = new ClientDiagnostics("Azure.ResourceManager.Network", ResourceType.Namespace, Diagnostics); TryGetApiVersion(ResourceType, out string backendAddressPoolLoadBalancerBackendAddressPoolsApiVersion); _backendAddressPoolLoadBalancerBackendAddressPoolsRestClient = new LoadBalancerBackendAddressPoolsRestOperations(Pipeline, Diagnostics.ApplicationId, Endpoint, backendAddressPoolLoadBalancerBackendAddressPoolsApiVersion); + _loadBalancerClientDiagnostics = new ClientDiagnostics("Azure.ResourceManager.Network", LoadBalancerResource.ResourceType.Namespace, Diagnostics); + TryGetApiVersion(LoadBalancerResource.ResourceType, out string loadBalancerApiVersion); + _loadBalancerRestClient = new LoadBalancersRestOperations(Pipeline, Diagnostics.ApplicationId, Endpoint, loadBalancerApiVersion); #if DEBUG ValidateResourceId(Id); #endif @@ -293,5 +299,81 @@ public virtual ArmOperation Update(WaitUntil waitUnt throw; } } + + /// + /// List of inbound NAT rule port mappings. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/backendAddressPools/{backendPoolName}/queryInboundNatRulePortMapping + /// + /// + /// Operation Id + /// LoadBalancers_ListInboundNatRulePortMappings + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// Query inbound NAT rule port mapping request. + /// The cancellation token to use. + /// is null. + public virtual async Task> GetInboundNatRulePortMappingsLoadBalancerAsync(WaitUntil waitUntil, QueryInboundNatRulePortMappingContent content, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(content, nameof(content)); + + using var scope = _loadBalancerClientDiagnostics.CreateScope("BackendAddressPoolResource.GetInboundNatRulePortMappingsLoadBalancer"); + scope.Start(); + try + { + var response = await _loadBalancerRestClient.ListInboundNatRulePortMappingsAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, content, cancellationToken).ConfigureAwait(false); + var operation = new NetworkArmOperation(new BackendAddressInboundNatRulePortMappingsOperationSource(), _loadBalancerClientDiagnostics, Pipeline, _loadBalancerRestClient.CreateListInboundNatRulePortMappingsRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, content).Request, response, OperationFinalStateVia.Location); + if (waitUntil == WaitUntil.Completed) + await operation.WaitForCompletionAsync(cancellationToken).ConfigureAwait(false); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// List of inbound NAT rule port mappings. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/backendAddressPools/{backendPoolName}/queryInboundNatRulePortMapping + /// + /// + /// Operation Id + /// LoadBalancers_ListInboundNatRulePortMappings + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// Query inbound NAT rule port mapping request. + /// The cancellation token to use. + /// is null. + public virtual ArmOperation GetInboundNatRulePortMappingsLoadBalancer(WaitUntil waitUntil, QueryInboundNatRulePortMappingContent content, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(content, nameof(content)); + + using var scope = _loadBalancerClientDiagnostics.CreateScope("BackendAddressPoolResource.GetInboundNatRulePortMappingsLoadBalancer"); + scope.Start(); + try + { + var response = _loadBalancerRestClient.ListInboundNatRulePortMappings(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, content, cancellationToken); + var operation = new NetworkArmOperation(new BackendAddressInboundNatRulePortMappingsOperationSource(), _loadBalancerClientDiagnostics, Pipeline, _loadBalancerRestClient.CreateListInboundNatRulePortMappingsRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, content).Request, response, OperationFinalStateVia.Location); + if (waitUntil == WaitUntil.Completed) + operation.WaitForCompletion(cancellationToken); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/BaseAdminRuleCollection.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/BaseAdminRuleCollection.cs new file mode 100644 index 000000000000..5ea62307c8a1 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/BaseAdminRuleCollection.cs @@ -0,0 +1,344 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Collections; +using System.Collections.Generic; +using System.Globalization; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Core.Pipeline; +using Azure.ResourceManager; + +namespace Azure.ResourceManager.Network +{ + /// + /// A class representing a collection of and their operations. + /// Each in the collection will belong to the same instance of . + /// To get a instance call the GetBaseAdminRules method from an instance of . + /// + public partial class BaseAdminRuleCollection : ArmCollection, IEnumerable, IAsyncEnumerable + { + private readonly ClientDiagnostics _baseAdminRuleAdminRulesClientDiagnostics; + private readonly AdminRulesRestOperations _baseAdminRuleAdminRulesRestClient; + + /// Initializes a new instance of the class for mocking. + protected BaseAdminRuleCollection() + { + } + + /// Initializes a new instance of the class. + /// The client parameters to use in these operations. + /// The identifier of the parent resource that is the target of operations. + internal BaseAdminRuleCollection(ArmClient client, ResourceIdentifier id) : base(client, id) + { + _baseAdminRuleAdminRulesClientDiagnostics = new ClientDiagnostics("Azure.ResourceManager.Network", BaseAdminRuleResource.ResourceType.Namespace, Diagnostics); + TryGetApiVersion(BaseAdminRuleResource.ResourceType, out string baseAdminRuleAdminRulesApiVersion); + _baseAdminRuleAdminRulesRestClient = new AdminRulesRestOperations(Pipeline, Diagnostics.ApplicationId, Endpoint, baseAdminRuleAdminRulesApiVersion); +#if DEBUG + ValidateResourceId(Id); +#endif + } + + internal static void ValidateResourceId(ResourceIdentifier id) + { + if (id.ResourceType != AdminRuleGroupResource.ResourceType) + throw new ArgumentException(string.Format(CultureInfo.CurrentCulture, "Invalid resource type {0} expected {1}", id.ResourceType, AdminRuleGroupResource.ResourceType), nameof(id)); + } + + /// + /// Creates or updates an admin rule. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/securityAdminConfigurations/{configurationName}/ruleCollections/{ruleCollectionName}/rules/{ruleName} + /// + /// + /// Operation Id + /// AdminRules_CreateOrUpdate + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// The name of the rule. + /// The admin rule to create or update. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// or is null. + public virtual async Task> CreateOrUpdateAsync(WaitUntil waitUntil, string ruleName, BaseAdminRuleData data, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(ruleName, nameof(ruleName)); + Argument.AssertNotNull(data, nameof(data)); + + using var scope = _baseAdminRuleAdminRulesClientDiagnostics.CreateScope("BaseAdminRuleCollection.CreateOrUpdate"); + scope.Start(); + try + { + var response = await _baseAdminRuleAdminRulesRestClient.CreateOrUpdateAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, ruleName, data, cancellationToken).ConfigureAwait(false); + var operation = new NetworkArmOperation(Response.FromValue(new BaseAdminRuleResource(Client, response), response.GetRawResponse())); + if (waitUntil == WaitUntil.Completed) + await operation.WaitForCompletionAsync(cancellationToken).ConfigureAwait(false); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Creates or updates an admin rule. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/securityAdminConfigurations/{configurationName}/ruleCollections/{ruleCollectionName}/rules/{ruleName} + /// + /// + /// Operation Id + /// AdminRules_CreateOrUpdate + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// The name of the rule. + /// The admin rule to create or update. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// or is null. + public virtual ArmOperation CreateOrUpdate(WaitUntil waitUntil, string ruleName, BaseAdminRuleData data, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(ruleName, nameof(ruleName)); + Argument.AssertNotNull(data, nameof(data)); + + using var scope = _baseAdminRuleAdminRulesClientDiagnostics.CreateScope("BaseAdminRuleCollection.CreateOrUpdate"); + scope.Start(); + try + { + var response = _baseAdminRuleAdminRulesRestClient.CreateOrUpdate(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, ruleName, data, cancellationToken); + var operation = new NetworkArmOperation(Response.FromValue(new BaseAdminRuleResource(Client, response), response.GetRawResponse())); + if (waitUntil == WaitUntil.Completed) + operation.WaitForCompletion(cancellationToken); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Gets a network manager security configuration admin rule. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/securityAdminConfigurations/{configurationName}/ruleCollections/{ruleCollectionName}/rules/{ruleName} + /// + /// + /// Operation Id + /// AdminRules_Get + /// + /// + /// + /// The name of the rule. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// is null. + public virtual async Task> GetAsync(string ruleName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(ruleName, nameof(ruleName)); + + using var scope = _baseAdminRuleAdminRulesClientDiagnostics.CreateScope("BaseAdminRuleCollection.Get"); + scope.Start(); + try + { + var response = await _baseAdminRuleAdminRulesRestClient.GetAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, ruleName, cancellationToken).ConfigureAwait(false); + if (response.Value == null) + throw new RequestFailedException(response.GetRawResponse()); + return Response.FromValue(new BaseAdminRuleResource(Client, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Gets a network manager security configuration admin rule. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/securityAdminConfigurations/{configurationName}/ruleCollections/{ruleCollectionName}/rules/{ruleName} + /// + /// + /// Operation Id + /// AdminRules_Get + /// + /// + /// + /// The name of the rule. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// is null. + public virtual Response Get(string ruleName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(ruleName, nameof(ruleName)); + + using var scope = _baseAdminRuleAdminRulesClientDiagnostics.CreateScope("BaseAdminRuleCollection.Get"); + scope.Start(); + try + { + var response = _baseAdminRuleAdminRulesRestClient.Get(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, ruleName, cancellationToken); + if (response.Value == null) + throw new RequestFailedException(response.GetRawResponse()); + return Response.FromValue(new BaseAdminRuleResource(Client, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// List all network manager security configuration admin rules. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/securityAdminConfigurations/{configurationName}/ruleCollections/{ruleCollectionName}/rules + /// + /// + /// Operation Id + /// AdminRules_List + /// + /// + /// + /// An optional query parameter which specifies the maximum number of records to be returned by the server. + /// SkipToken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. + /// The cancellation token to use. + /// An async collection of that may take multiple service requests to iterate over. + public virtual AsyncPageable GetAllAsync(int? top = null, string skipToken = null, CancellationToken cancellationToken = default) + { + HttpMessage FirstPageRequest(int? pageSizeHint) => _baseAdminRuleAdminRulesRestClient.CreateListRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, top, skipToken); + HttpMessage NextPageRequest(int? pageSizeHint, string nextLink) => _baseAdminRuleAdminRulesRestClient.CreateListNextPageRequest(nextLink, Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, top, skipToken); + return PageableHelpers.CreateAsyncPageable(FirstPageRequest, NextPageRequest, e => new BaseAdminRuleResource(Client, BaseAdminRuleData.DeserializeBaseAdminRuleData(e)), _baseAdminRuleAdminRulesClientDiagnostics, Pipeline, "BaseAdminRuleCollection.GetAll", "value", "nextLink", cancellationToken); + } + + /// + /// List all network manager security configuration admin rules. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/securityAdminConfigurations/{configurationName}/ruleCollections/{ruleCollectionName}/rules + /// + /// + /// Operation Id + /// AdminRules_List + /// + /// + /// + /// An optional query parameter which specifies the maximum number of records to be returned by the server. + /// SkipToken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. + /// The cancellation token to use. + /// A collection of that may take multiple service requests to iterate over. + public virtual Pageable GetAll(int? top = null, string skipToken = null, CancellationToken cancellationToken = default) + { + HttpMessage FirstPageRequest(int? pageSizeHint) => _baseAdminRuleAdminRulesRestClient.CreateListRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, top, skipToken); + HttpMessage NextPageRequest(int? pageSizeHint, string nextLink) => _baseAdminRuleAdminRulesRestClient.CreateListNextPageRequest(nextLink, Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, top, skipToken); + return PageableHelpers.CreatePageable(FirstPageRequest, NextPageRequest, e => new BaseAdminRuleResource(Client, BaseAdminRuleData.DeserializeBaseAdminRuleData(e)), _baseAdminRuleAdminRulesClientDiagnostics, Pipeline, "BaseAdminRuleCollection.GetAll", "value", "nextLink", cancellationToken); + } + + /// + /// Checks to see if the resource exists in azure. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/securityAdminConfigurations/{configurationName}/ruleCollections/{ruleCollectionName}/rules/{ruleName} + /// + /// + /// Operation Id + /// AdminRules_Get + /// + /// + /// + /// The name of the rule. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// is null. + public virtual async Task> ExistsAsync(string ruleName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(ruleName, nameof(ruleName)); + + using var scope = _baseAdminRuleAdminRulesClientDiagnostics.CreateScope("BaseAdminRuleCollection.Exists"); + scope.Start(); + try + { + var response = await _baseAdminRuleAdminRulesRestClient.GetAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, ruleName, cancellationToken: cancellationToken).ConfigureAwait(false); + return Response.FromValue(response.Value != null, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Checks to see if the resource exists in azure. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/securityAdminConfigurations/{configurationName}/ruleCollections/{ruleCollectionName}/rules/{ruleName} + /// + /// + /// Operation Id + /// AdminRules_Get + /// + /// + /// + /// The name of the rule. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// is null. + public virtual Response Exists(string ruleName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(ruleName, nameof(ruleName)); + + using var scope = _baseAdminRuleAdminRulesClientDiagnostics.CreateScope("BaseAdminRuleCollection.Exists"); + scope.Start(); + try + { + var response = _baseAdminRuleAdminRulesRestClient.Get(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, ruleName, cancellationToken: cancellationToken); + return Response.FromValue(response.Value != null, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/BaseAdminRuleData.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/BaseAdminRuleData.cs new file mode 100644 index 000000000000..e1e69e2083d3 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/BaseAdminRuleData.cs @@ -0,0 +1,46 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using Azure; +using Azure.Core; +using Azure.ResourceManager.Models; +using Azure.ResourceManager.Network.Models; + +namespace Azure.ResourceManager.Network +{ + /// + /// A class representing the BaseAdminRule data model. + /// Network base admin rule. + /// Please note is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. + /// The available derived classes include and . + /// + public partial class BaseAdminRuleData : ResourceData + { + /// Initializes a new instance of BaseAdminRuleData. + public BaseAdminRuleData() + { + } + + /// Initializes a new instance of BaseAdminRuleData. + /// The id. + /// The name. + /// The resourceType. + /// The systemData. + /// Whether the rule is custom or default. + /// A unique read-only string that changes whenever the resource is updated. + internal BaseAdminRuleData(ResourceIdentifier id, string name, ResourceType resourceType, SystemData systemData, AdminRuleKind kind, ETag? etag) : base(id, name, resourceType, systemData) + { + Kind = kind; + ETag = etag; + } + + /// Whether the rule is custom or default. + internal AdminRuleKind Kind { get; set; } + /// A unique read-only string that changes whenever the resource is updated. + public ETag? ETag { get; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/BaseAdminRuleResource.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/BaseAdminRuleResource.cs new file mode 100644 index 000000000000..5953c6887926 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/BaseAdminRuleResource.cs @@ -0,0 +1,299 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Globalization; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Core.Pipeline; +using Azure.ResourceManager; + +namespace Azure.ResourceManager.Network +{ + /// + /// A Class representing a BaseAdminRule along with the instance operations that can be performed on it. + /// If you have a you can construct a + /// from an instance of using the GetBaseAdminRuleResource method. + /// Otherwise you can get one from its parent resource using the GetBaseAdminRule method. + /// + public partial class BaseAdminRuleResource : ArmResource + { + /// Generate the resource identifier of a instance. + public static ResourceIdentifier CreateResourceIdentifier(string subscriptionId, string resourceGroupName, string networkManagerName, string configurationName, string ruleCollectionName, string ruleName) + { + var resourceId = $"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/securityAdminConfigurations/{configurationName}/ruleCollections/{ruleCollectionName}/rules/{ruleName}"; + return new ResourceIdentifier(resourceId); + } + + private readonly ClientDiagnostics _baseAdminRuleAdminRulesClientDiagnostics; + private readonly AdminRulesRestOperations _baseAdminRuleAdminRulesRestClient; + private readonly BaseAdminRuleData _data; + + /// Initializes a new instance of the class for mocking. + protected BaseAdminRuleResource() + { + } + + /// Initializes a new instance of the class. + /// The client parameters to use in these operations. + /// The resource that is the target of operations. + internal BaseAdminRuleResource(ArmClient client, BaseAdminRuleData data) : this(client, data.Id) + { + HasData = true; + _data = data; + } + + /// Initializes a new instance of the class. + /// The client parameters to use in these operations. + /// The identifier of the resource that is the target of operations. + internal BaseAdminRuleResource(ArmClient client, ResourceIdentifier id) : base(client, id) + { + _baseAdminRuleAdminRulesClientDiagnostics = new ClientDiagnostics("Azure.ResourceManager.Network", ResourceType.Namespace, Diagnostics); + TryGetApiVersion(ResourceType, out string baseAdminRuleAdminRulesApiVersion); + _baseAdminRuleAdminRulesRestClient = new AdminRulesRestOperations(Pipeline, Diagnostics.ApplicationId, Endpoint, baseAdminRuleAdminRulesApiVersion); +#if DEBUG + ValidateResourceId(Id); +#endif + } + + /// Gets the resource type for the operations. + public static readonly ResourceType ResourceType = "Microsoft.Network/networkManagers/securityAdminConfigurations/ruleCollections/rules"; + + /// Gets whether or not the current instance has data. + public virtual bool HasData { get; } + + /// Gets the data representing this Feature. + /// Throws if there is no data loaded in the current instance. + public virtual BaseAdminRuleData Data + { + get + { + if (!HasData) + throw new InvalidOperationException("The current instance does not have data, you must call Get first."); + return _data; + } + } + + internal static void ValidateResourceId(ResourceIdentifier id) + { + if (id.ResourceType != ResourceType) + throw new ArgumentException(string.Format(CultureInfo.CurrentCulture, "Invalid resource type {0} expected {1}", id.ResourceType, ResourceType), nameof(id)); + } + + /// + /// Gets a network manager security configuration admin rule. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/securityAdminConfigurations/{configurationName}/ruleCollections/{ruleCollectionName}/rules/{ruleName} + /// + /// + /// Operation Id + /// AdminRules_Get + /// + /// + /// + /// The cancellation token to use. + public virtual async Task> GetAsync(CancellationToken cancellationToken = default) + { + using var scope = _baseAdminRuleAdminRulesClientDiagnostics.CreateScope("BaseAdminRuleResource.Get"); + scope.Start(); + try + { + var response = await _baseAdminRuleAdminRulesRestClient.GetAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Parent.Parent.Name, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, cancellationToken).ConfigureAwait(false); + if (response.Value == null) + throw new RequestFailedException(response.GetRawResponse()); + return Response.FromValue(new BaseAdminRuleResource(Client, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Gets a network manager security configuration admin rule. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/securityAdminConfigurations/{configurationName}/ruleCollections/{ruleCollectionName}/rules/{ruleName} + /// + /// + /// Operation Id + /// AdminRules_Get + /// + /// + /// + /// The cancellation token to use. + public virtual Response Get(CancellationToken cancellationToken = default) + { + using var scope = _baseAdminRuleAdminRulesClientDiagnostics.CreateScope("BaseAdminRuleResource.Get"); + scope.Start(); + try + { + var response = _baseAdminRuleAdminRulesRestClient.Get(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Parent.Parent.Name, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, cancellationToken); + if (response.Value == null) + throw new RequestFailedException(response.GetRawResponse()); + return Response.FromValue(new BaseAdminRuleResource(Client, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Deletes an admin rule. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/securityAdminConfigurations/{configurationName}/ruleCollections/{ruleCollectionName}/rules/{ruleName} + /// + /// + /// Operation Id + /// AdminRules_Delete + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// Deletes the resource even if it is part of a deployed configuration. If the configuration has been deployed, the service will do a cleanup deployment in the background, prior to the delete. + /// The cancellation token to use. + public virtual async Task DeleteAsync(WaitUntil waitUntil, bool? force = null, CancellationToken cancellationToken = default) + { + using var scope = _baseAdminRuleAdminRulesClientDiagnostics.CreateScope("BaseAdminRuleResource.Delete"); + scope.Start(); + try + { + var response = await _baseAdminRuleAdminRulesRestClient.DeleteAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Parent.Parent.Name, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, force, cancellationToken).ConfigureAwait(false); + var operation = new NetworkArmOperation(_baseAdminRuleAdminRulesClientDiagnostics, Pipeline, _baseAdminRuleAdminRulesRestClient.CreateDeleteRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Parent.Parent.Name, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, force).Request, response, OperationFinalStateVia.Location); + if (waitUntil == WaitUntil.Completed) + await operation.WaitForCompletionResponseAsync(cancellationToken).ConfigureAwait(false); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Deletes an admin rule. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/securityAdminConfigurations/{configurationName}/ruleCollections/{ruleCollectionName}/rules/{ruleName} + /// + /// + /// Operation Id + /// AdminRules_Delete + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// Deletes the resource even if it is part of a deployed configuration. If the configuration has been deployed, the service will do a cleanup deployment in the background, prior to the delete. + /// The cancellation token to use. + public virtual ArmOperation Delete(WaitUntil waitUntil, bool? force = null, CancellationToken cancellationToken = default) + { + using var scope = _baseAdminRuleAdminRulesClientDiagnostics.CreateScope("BaseAdminRuleResource.Delete"); + scope.Start(); + try + { + var response = _baseAdminRuleAdminRulesRestClient.Delete(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Parent.Parent.Name, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, force, cancellationToken); + var operation = new NetworkArmOperation(_baseAdminRuleAdminRulesClientDiagnostics, Pipeline, _baseAdminRuleAdminRulesRestClient.CreateDeleteRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Parent.Parent.Name, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, force).Request, response, OperationFinalStateVia.Location); + if (waitUntil == WaitUntil.Completed) + operation.WaitForCompletionResponse(cancellationToken); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Creates or updates an admin rule. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/securityAdminConfigurations/{configurationName}/ruleCollections/{ruleCollectionName}/rules/{ruleName} + /// + /// + /// Operation Id + /// AdminRules_CreateOrUpdate + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// The admin rule to create or update. + /// The cancellation token to use. + /// is null. + public virtual async Task> UpdateAsync(WaitUntil waitUntil, BaseAdminRuleData data, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(data, nameof(data)); + + using var scope = _baseAdminRuleAdminRulesClientDiagnostics.CreateScope("BaseAdminRuleResource.Update"); + scope.Start(); + try + { + var response = await _baseAdminRuleAdminRulesRestClient.CreateOrUpdateAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Parent.Parent.Name, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, data, cancellationToken).ConfigureAwait(false); + var operation = new NetworkArmOperation(Response.FromValue(new BaseAdminRuleResource(Client, response), response.GetRawResponse())); + if (waitUntil == WaitUntil.Completed) + await operation.WaitForCompletionAsync(cancellationToken).ConfigureAwait(false); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Creates or updates an admin rule. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/securityAdminConfigurations/{configurationName}/ruleCollections/{ruleCollectionName}/rules/{ruleName} + /// + /// + /// Operation Id + /// AdminRules_CreateOrUpdate + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// The admin rule to create or update. + /// The cancellation token to use. + /// is null. + public virtual ArmOperation Update(WaitUntil waitUntil, BaseAdminRuleData data, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(data, nameof(data)); + + using var scope = _baseAdminRuleAdminRulesClientDiagnostics.CreateScope("BaseAdminRuleResource.Update"); + scope.Start(); + try + { + var response = _baseAdminRuleAdminRulesRestClient.CreateOrUpdate(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Parent.Parent.Name, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, data, cancellationToken); + var operation = new NetworkArmOperation(Response.FromValue(new BaseAdminRuleResource(Client, response), response.GetRawResponse())); + if (waitUntil == WaitUntil.Completed) + operation.WaitForCompletion(cancellationToken); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/BastionHostData.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/BastionHostData.cs index 6650a5123d27..43625214a5ad 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/BastionHostData.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/BastionHostData.cs @@ -35,13 +35,25 @@ public BastionHostData() /// IP configuration of the Bastion Host resource. /// FQDN for the endpoint on which bastion host is accessible. /// The provisioning state of the bastion host resource. - internal BastionHostData(ResourceIdentifier id, string name, ResourceType? resourceType, AzureLocation? location, IDictionary tags, ETag? etag, NetworkSku sku, IList ipConfigurations, string dnsName, NetworkProvisioningState? provisioningState) : base(id, name, resourceType, location, tags) + /// The scale units for the Bastion Host resource. + /// Enable/Disable Copy/Paste feature of the Bastion Host resource. + /// Enable/Disable File Copy feature of the Bastion Host resource. + /// Enable/Disable IP Connect feature of the Bastion Host resource. + /// Enable/Disable Shareable Link of the Bastion Host resource. + /// Enable/Disable Tunneling feature of the Bastion Host resource. + internal BastionHostData(ResourceIdentifier id, string name, ResourceType? resourceType, AzureLocation? location, IDictionary tags, ETag? etag, NetworkSku sku, IList ipConfigurations, string dnsName, NetworkProvisioningState? provisioningState, int? scaleUnits, bool? disableCopyPaste, bool? enableFileCopy, bool? enableIPConnect, bool? enableShareableLink, bool? enableTunneling) : base(id, name, resourceType, location, tags) { ETag = etag; Sku = sku; IPConfigurations = ipConfigurations; DnsName = dnsName; ProvisioningState = provisioningState; + ScaleUnits = scaleUnits; + DisableCopyPaste = disableCopyPaste; + EnableFileCopy = enableFileCopy; + EnableIPConnect = enableIPConnect; + EnableShareableLink = enableShareableLink; + EnableTunneling = enableTunneling; } /// A unique read-only string that changes whenever the resource is updated. @@ -66,5 +78,17 @@ public BastionHostSkuName? SkuName public string DnsName { get; set; } /// The provisioning state of the bastion host resource. public NetworkProvisioningState? ProvisioningState { get; } + /// The scale units for the Bastion Host resource. + public int? ScaleUnits { get; set; } + /// Enable/Disable Copy/Paste feature of the Bastion Host resource. + public bool? DisableCopyPaste { get; set; } + /// Enable/Disable File Copy feature of the Bastion Host resource. + public bool? EnableFileCopy { get; set; } + /// Enable/Disable IP Connect feature of the Bastion Host resource. + public bool? EnableIPConnect { get; set; } + /// Enable/Disable Shareable Link of the Bastion Host resource. + public bool? EnableShareableLink { get; set; } + /// Enable/Disable Tunneling feature of the Bastion Host resource. + public bool? EnableTunneling { get; set; } } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/BastionHostResource.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/BastionHostResource.cs index 4e29ca587f43..eabd5bbcc6dd 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/BastionHostResource.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/BastionHostResource.cs @@ -14,6 +14,7 @@ using Azure.Core; using Azure.Core.Pipeline; using Azure.ResourceManager; +using Azure.ResourceManager.Network.Models; using Azure.ResourceManager.Resources; namespace Azure.ResourceManager.Network @@ -221,7 +222,7 @@ public virtual ArmOperation Delete(WaitUntil waitUntil, CancellationToken cancel } /// - /// Creates or updates the specified Bastion Host. + /// Updates Tags for BastionHost resource /// /// /// Request Path @@ -229,24 +230,24 @@ public virtual ArmOperation Delete(WaitUntil waitUntil, CancellationToken cancel /// /// /// Operation Id - /// BastionHosts_CreateOrUpdate + /// BastionHosts_UpdateTags /// /// /// /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. - /// Parameters supplied to the create or update Bastion Host operation. + /// Parameters supplied to update BastionHost tags. /// The cancellation token to use. - /// is null. - public virtual async Task> UpdateAsync(WaitUntil waitUntil, BastionHostData data, CancellationToken cancellationToken = default) + /// is null. + public virtual async Task> UpdateAsync(WaitUntil waitUntil, NetworkTagsObject networkTagsObject, CancellationToken cancellationToken = default) { - Argument.AssertNotNull(data, nameof(data)); + Argument.AssertNotNull(networkTagsObject, nameof(networkTagsObject)); using var scope = _bastionHostClientDiagnostics.CreateScope("BastionHostResource.Update"); scope.Start(); try { - var response = await _bastionHostRestClient.CreateOrUpdateAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, data, cancellationToken).ConfigureAwait(false); - var operation = new NetworkArmOperation(new BastionHostOperationSource(Client), _bastionHostClientDiagnostics, Pipeline, _bastionHostRestClient.CreateCreateOrUpdateRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, data).Request, response, OperationFinalStateVia.AzureAsyncOperation); + var response = await _bastionHostRestClient.UpdateTagsAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, networkTagsObject, cancellationToken).ConfigureAwait(false); + var operation = new NetworkArmOperation(new BastionHostOperationSource(Client), _bastionHostClientDiagnostics, Pipeline, _bastionHostRestClient.CreateUpdateTagsRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, networkTagsObject).Request, response, OperationFinalStateVia.AzureAsyncOperation); if (waitUntil == WaitUntil.Completed) await operation.WaitForCompletionAsync(cancellationToken).ConfigureAwait(false); return operation; @@ -259,7 +260,7 @@ public virtual async Task> UpdateAsync(WaitUnt } /// - /// Creates or updates the specified Bastion Host. + /// Updates Tags for BastionHost resource /// /// /// Request Path @@ -267,24 +268,24 @@ public virtual async Task> UpdateAsync(WaitUnt /// /// /// Operation Id - /// BastionHosts_CreateOrUpdate + /// BastionHosts_UpdateTags /// /// /// /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. - /// Parameters supplied to the create or update Bastion Host operation. + /// Parameters supplied to update BastionHost tags. /// The cancellation token to use. - /// is null. - public virtual ArmOperation Update(WaitUntil waitUntil, BastionHostData data, CancellationToken cancellationToken = default) + /// is null. + public virtual ArmOperation Update(WaitUntil waitUntil, NetworkTagsObject networkTagsObject, CancellationToken cancellationToken = default) { - Argument.AssertNotNull(data, nameof(data)); + Argument.AssertNotNull(networkTagsObject, nameof(networkTagsObject)); using var scope = _bastionHostClientDiagnostics.CreateScope("BastionHostResource.Update"); scope.Start(); try { - var response = _bastionHostRestClient.CreateOrUpdate(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, data, cancellationToken); - var operation = new NetworkArmOperation(new BastionHostOperationSource(Client), _bastionHostClientDiagnostics, Pipeline, _bastionHostRestClient.CreateCreateOrUpdateRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, data).Request, response, OperationFinalStateVia.AzureAsyncOperation); + var response = _bastionHostRestClient.UpdateTags(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, networkTagsObject, cancellationToken); + var operation = new NetworkArmOperation(new BastionHostOperationSource(Client), _bastionHostClientDiagnostics, Pipeline, _bastionHostRestClient.CreateUpdateTagsRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, networkTagsObject).Request, response, OperationFinalStateVia.AzureAsyncOperation); if (waitUntil == WaitUntil.Completed) operation.WaitForCompletion(cancellationToken); return operation; @@ -333,8 +334,13 @@ public virtual async Task> AddTagAsync(string key, else { var current = (await GetAsync(cancellationToken: cancellationToken).ConfigureAwait(false)).Value.Data; - current.Tags[key] = value; - var result = await UpdateAsync(WaitUntil.Completed, current, cancellationToken: cancellationToken).ConfigureAwait(false); + var patch = new NetworkTagsObject(); + foreach (var tag in current.Tags) + { + patch.Tags.Add(tag); + } + patch.Tags[key] = value; + var result = await UpdateAsync(WaitUntil.Completed, patch, cancellationToken: cancellationToken).ConfigureAwait(false); return Response.FromValue(result.Value, result.GetRawResponse()); } } @@ -382,8 +388,13 @@ public virtual Response AddTag(string key, string value, Ca else { var current = Get(cancellationToken: cancellationToken).Value.Data; - current.Tags[key] = value; - var result = Update(WaitUntil.Completed, current, cancellationToken: cancellationToken); + var patch = new NetworkTagsObject(); + foreach (var tag in current.Tags) + { + patch.Tags.Add(tag); + } + patch.Tags[key] = value; + var result = Update(WaitUntil.Completed, patch, cancellationToken: cancellationToken); return Response.FromValue(result.Value, result.GetRawResponse()); } } @@ -430,8 +441,9 @@ public virtual async Task> SetTagsAsync(IDictionar else { var current = (await GetAsync(cancellationToken: cancellationToken).ConfigureAwait(false)).Value.Data; - current.Tags.ReplaceWith(tags); - var result = await UpdateAsync(WaitUntil.Completed, current, cancellationToken: cancellationToken).ConfigureAwait(false); + var patch = new NetworkTagsObject(); + patch.Tags.ReplaceWith(tags); + var result = await UpdateAsync(WaitUntil.Completed, patch, cancellationToken: cancellationToken).ConfigureAwait(false); return Response.FromValue(result.Value, result.GetRawResponse()); } } @@ -478,8 +490,9 @@ public virtual Response SetTags(IDictionary else { var current = Get(cancellationToken: cancellationToken).Value.Data; - current.Tags.ReplaceWith(tags); - var result = Update(WaitUntil.Completed, current, cancellationToken: cancellationToken); + var patch = new NetworkTagsObject(); + patch.Tags.ReplaceWith(tags); + var result = Update(WaitUntil.Completed, patch, cancellationToken: cancellationToken); return Response.FromValue(result.Value, result.GetRawResponse()); } } @@ -525,8 +538,13 @@ public virtual async Task> RemoveTagAsync(string k else { var current = (await GetAsync(cancellationToken: cancellationToken).ConfigureAwait(false)).Value.Data; - current.Tags.Remove(key); - var result = await UpdateAsync(WaitUntil.Completed, current, cancellationToken: cancellationToken).ConfigureAwait(false); + var patch = new NetworkTagsObject(); + foreach (var tag in current.Tags) + { + patch.Tags.Add(tag); + } + patch.Tags.Remove(key); + var result = await UpdateAsync(WaitUntil.Completed, patch, cancellationToken: cancellationToken).ConfigureAwait(false); return Response.FromValue(result.Value, result.GetRawResponse()); } } @@ -572,8 +590,13 @@ public virtual Response RemoveTag(string key, CancellationT else { var current = Get(cancellationToken: cancellationToken).Value.Data; - current.Tags.Remove(key); - var result = Update(WaitUntil.Completed, current, cancellationToken: cancellationToken); + var patch = new NetworkTagsObject(); + foreach (var tag in current.Tags) + { + patch.Tags.Add(tag); + } + patch.Tags.Remove(key); + var result = Update(WaitUntil.Completed, patch, cancellationToken: cancellationToken); return Response.FromValue(result.Value, result.GetRawResponse()); } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/BgpConnectionData.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/BgpConnectionData.cs index 92fec57e769a..6c83ac59b09b 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/BgpConnectionData.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/BgpConnectionData.cs @@ -8,6 +8,7 @@ using Azure; using Azure.Core; using Azure.ResourceManager.Network.Models; +using Azure.ResourceManager.Resources.Models; namespace Azure.ResourceManager.Network { @@ -29,13 +30,15 @@ public BgpConnectionData() /// A unique read-only string that changes whenever the resource is updated. /// Peer ASN. /// Peer IP. + /// The reference to the HubVirtualNetworkConnection resource. /// The provisioning state of the resource. /// The current state of the VirtualHub to Peer. - internal BgpConnectionData(ResourceIdentifier id, string name, ResourceType? resourceType, ETag? etag, long? peerAsn, string peerIP, NetworkProvisioningState? provisioningState, HubBgpConnectionStatus? connectionState) : base(id, name, resourceType) + internal BgpConnectionData(ResourceIdentifier id, string name, ResourceType? resourceType, ETag? etag, long? peerAsn, string peerIP, WritableSubResource hubVirtualNetworkConnection, NetworkProvisioningState? provisioningState, HubBgpConnectionStatus? connectionState) : base(id, name, resourceType) { ETag = etag; PeerAsn = peerAsn; PeerIP = peerIP; + HubVirtualNetworkConnection = hubVirtualNetworkConnection; ProvisioningState = provisioningState; ConnectionState = connectionState; } @@ -46,6 +49,20 @@ internal BgpConnectionData(ResourceIdentifier id, string name, ResourceType? res public long? PeerAsn { get; set; } /// Peer IP. public string PeerIP { get; set; } + /// The reference to the HubVirtualNetworkConnection resource. + internal WritableSubResource HubVirtualNetworkConnection { get; set; } + /// Gets or sets Id. + public ResourceIdentifier HubVirtualNetworkConnectionId + { + get => HubVirtualNetworkConnection is null ? default : HubVirtualNetworkConnection.Id; + set + { + if (HubVirtualNetworkConnection is null) + HubVirtualNetworkConnection = new WritableSubResource(); + HubVirtualNetworkConnection.Id = value; + } + } + /// The provisioning state of the resource. public NetworkProvisioningState? ProvisioningState { get; } /// The current state of the VirtualHub to Peer. diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/CloudServiceSwapCollection.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/CloudServiceSwapCollection.cs new file mode 100644 index 000000000000..289cab5cdbb5 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/CloudServiceSwapCollection.cs @@ -0,0 +1,318 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Collections; +using System.Collections.Generic; +using System.Globalization; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Core.Pipeline; +using Azure.ResourceManager; +using Azure.ResourceManager.Resources; + +namespace Azure.ResourceManager.Network +{ + /// + /// A class representing a collection of and their operations. + /// Each in the collection will belong to the same instance of . + /// To get a instance call the GetCloudServiceSwaps method from an instance of . + /// + public partial class CloudServiceSwapCollection : ArmCollection, IEnumerable, IAsyncEnumerable + { + private readonly ClientDiagnostics _cloudServiceSwapVipSwapClientDiagnostics; + private readonly VipSwapRestOperations _cloudServiceSwapVipSwapRestClient; + private readonly string _resourceName; + + /// Initializes a new instance of the class for mocking. + protected CloudServiceSwapCollection() + { + } + + /// Initializes a new instance of the class. + /// The client parameters to use in these operations. + /// The identifier of the parent resource that is the target of operations. + /// The name of the cloud service. + /// is null. + /// is an empty string, and was expected to be non-empty. + internal CloudServiceSwapCollection(ArmClient client, ResourceIdentifier id, string resourceName) : base(client, id) + { + _resourceName = resourceName; + _cloudServiceSwapVipSwapClientDiagnostics = new ClientDiagnostics("Azure.ResourceManager.Network", CloudServiceSwapResource.ResourceType.Namespace, Diagnostics); + TryGetApiVersion(CloudServiceSwapResource.ResourceType, out string cloudServiceSwapVipSwapApiVersion); + _cloudServiceSwapVipSwapRestClient = new VipSwapRestOperations(Pipeline, Diagnostics.ApplicationId, Endpoint, cloudServiceSwapVipSwapApiVersion); +#if DEBUG + ValidateResourceId(Id); +#endif + } + + internal static void ValidateResourceId(ResourceIdentifier id) + { + if (id.ResourceType != ResourceGroupResource.ResourceType) + throw new ArgumentException(string.Format(CultureInfo.CurrentCulture, "Invalid resource type {0} expected {1}", id.ResourceType, ResourceGroupResource.ResourceType), nameof(id)); + } + + /// + /// Performs vip swap operation on swappable cloud services. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.Compute/cloudServices/{resourceName}/providers/Microsoft.Network/cloudServiceSlots/{singletonResource} + /// + /// + /// Operation Id + /// VipSwap_Create + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// SwapResource object where slot type should be the target slot after vip swap for the specified cloud service. + /// The cancellation token to use. + /// is null. + public virtual async Task CreateOrUpdateAsync(WaitUntil waitUntil, CloudServiceSwapData data, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(data, nameof(data)); + + using var scope = _cloudServiceSwapVipSwapClientDiagnostics.CreateScope("CloudServiceSwapCollection.CreateOrUpdate"); + scope.Start(); + try + { + var response = await _cloudServiceSwapVipSwapRestClient.CreateAsync(Id.SubscriptionId, Id.ResourceGroupName, _resourceName, data, cancellationToken).ConfigureAwait(false); + var operation = new NetworkArmOperation(_cloudServiceSwapVipSwapClientDiagnostics, Pipeline, _cloudServiceSwapVipSwapRestClient.CreateCreateRequest(Id.SubscriptionId, Id.ResourceGroupName, _resourceName, data).Request, response, OperationFinalStateVia.Location); + if (waitUntil == WaitUntil.Completed) + await operation.WaitForCompletionResponseAsync(cancellationToken).ConfigureAwait(false); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Performs vip swap operation on swappable cloud services. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.Compute/cloudServices/{resourceName}/providers/Microsoft.Network/cloudServiceSlots/{singletonResource} + /// + /// + /// Operation Id + /// VipSwap_Create + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// SwapResource object where slot type should be the target slot after vip swap for the specified cloud service. + /// The cancellation token to use. + /// is null. + public virtual ArmOperation CreateOrUpdate(WaitUntil waitUntil, CloudServiceSwapData data, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(data, nameof(data)); + + using var scope = _cloudServiceSwapVipSwapClientDiagnostics.CreateScope("CloudServiceSwapCollection.CreateOrUpdate"); + scope.Start(); + try + { + var response = _cloudServiceSwapVipSwapRestClient.Create(Id.SubscriptionId, Id.ResourceGroupName, _resourceName, data, cancellationToken); + var operation = new NetworkArmOperation(_cloudServiceSwapVipSwapClientDiagnostics, Pipeline, _cloudServiceSwapVipSwapRestClient.CreateCreateRequest(Id.SubscriptionId, Id.ResourceGroupName, _resourceName, data).Request, response, OperationFinalStateVia.Location); + if (waitUntil == WaitUntil.Completed) + operation.WaitForCompletionResponse(cancellationToken); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Gets the SwapResource which identifies the slot type for the specified cloud service. The slot type on a cloud service can either be Staging or Production + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.Compute/cloudServices/{resourceName}/providers/Microsoft.Network/cloudServiceSlots/{singletonResource} + /// + /// + /// Operation Id + /// VipSwap_Get + /// + /// + /// + /// The cancellation token to use. + public virtual async Task> GetAsync(CancellationToken cancellationToken = default) + { + using var scope = _cloudServiceSwapVipSwapClientDiagnostics.CreateScope("CloudServiceSwapCollection.Get"); + scope.Start(); + try + { + var response = await _cloudServiceSwapVipSwapRestClient.GetAsync(Id.SubscriptionId, Id.ResourceGroupName, _resourceName, cancellationToken).ConfigureAwait(false); + if (response.Value == null) + throw new RequestFailedException(response.GetRawResponse()); + return Response.FromValue(new CloudServiceSwapResource(Client, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Gets the SwapResource which identifies the slot type for the specified cloud service. The slot type on a cloud service can either be Staging or Production + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.Compute/cloudServices/{resourceName}/providers/Microsoft.Network/cloudServiceSlots/{singletonResource} + /// + /// + /// Operation Id + /// VipSwap_Get + /// + /// + /// + /// The cancellation token to use. + public virtual Response Get(CancellationToken cancellationToken = default) + { + using var scope = _cloudServiceSwapVipSwapClientDiagnostics.CreateScope("CloudServiceSwapCollection.Get"); + scope.Start(); + try + { + var response = _cloudServiceSwapVipSwapRestClient.Get(Id.SubscriptionId, Id.ResourceGroupName, _resourceName, cancellationToken); + if (response.Value == null) + throw new RequestFailedException(response.GetRawResponse()); + return Response.FromValue(new CloudServiceSwapResource(Client, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Gets the list of SwapResource which identifies the slot type for the specified cloud service. The slot type on a cloud service can either be Staging or Production + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.Compute/cloudServices/{resourceName}/providers/Microsoft.Network/cloudServiceSlots + /// + /// + /// Operation Id + /// VipSwap_List + /// + /// + /// + /// The cancellation token to use. + /// An async collection of that may take multiple service requests to iterate over. + public virtual AsyncPageable GetAllAsync(CancellationToken cancellationToken = default) + { + HttpMessage FirstPageRequest(int? pageSizeHint) => _cloudServiceSwapVipSwapRestClient.CreateListRequest(Id.SubscriptionId, Id.ResourceGroupName, _resourceName); + return PageableHelpers.CreateAsyncPageable(FirstPageRequest, null, e => new CloudServiceSwapResource(Client, CloudServiceSwapData.DeserializeCloudServiceSwapData(e)), _cloudServiceSwapVipSwapClientDiagnostics, Pipeline, "CloudServiceSwapCollection.GetAll", "value", null, cancellationToken); + } + + /// + /// Gets the list of SwapResource which identifies the slot type for the specified cloud service. The slot type on a cloud service can either be Staging or Production + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.Compute/cloudServices/{resourceName}/providers/Microsoft.Network/cloudServiceSlots + /// + /// + /// Operation Id + /// VipSwap_List + /// + /// + /// + /// The cancellation token to use. + /// A collection of that may take multiple service requests to iterate over. + public virtual Pageable GetAll(CancellationToken cancellationToken = default) + { + HttpMessage FirstPageRequest(int? pageSizeHint) => _cloudServiceSwapVipSwapRestClient.CreateListRequest(Id.SubscriptionId, Id.ResourceGroupName, _resourceName); + return PageableHelpers.CreatePageable(FirstPageRequest, null, e => new CloudServiceSwapResource(Client, CloudServiceSwapData.DeserializeCloudServiceSwapData(e)), _cloudServiceSwapVipSwapClientDiagnostics, Pipeline, "CloudServiceSwapCollection.GetAll", "value", null, cancellationToken); + } + + /// + /// Checks to see if the resource exists in azure. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.Compute/cloudServices/{resourceName}/providers/Microsoft.Network/cloudServiceSlots/{singletonResource} + /// + /// + /// Operation Id + /// VipSwap_Get + /// + /// + /// + /// The cancellation token to use. + public virtual async Task> ExistsAsync(CancellationToken cancellationToken = default) + { + using var scope = _cloudServiceSwapVipSwapClientDiagnostics.CreateScope("CloudServiceSwapCollection.Exists"); + scope.Start(); + try + { + var response = await _cloudServiceSwapVipSwapRestClient.GetAsync(Id.SubscriptionId, Id.ResourceGroupName, _resourceName, cancellationToken: cancellationToken).ConfigureAwait(false); + return Response.FromValue(response.Value != null, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Checks to see if the resource exists in azure. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.Compute/cloudServices/{resourceName}/providers/Microsoft.Network/cloudServiceSlots/{singletonResource} + /// + /// + /// Operation Id + /// VipSwap_Get + /// + /// + /// + /// The cancellation token to use. + public virtual Response Exists(CancellationToken cancellationToken = default) + { + using var scope = _cloudServiceSwapVipSwapClientDiagnostics.CreateScope("CloudServiceSwapCollection.Exists"); + scope.Start(); + try + { + var response = _cloudServiceSwapVipSwapRestClient.Get(Id.SubscriptionId, Id.ResourceGroupName, _resourceName, cancellationToken: cancellationToken); + return Response.FromValue(response.Value != null, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/CloudServiceSwapData.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/CloudServiceSwapData.cs new file mode 100644 index 000000000000..544b712d36c2 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/CloudServiceSwapData.cs @@ -0,0 +1,50 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using Azure.Core; +using Azure.ResourceManager.Models; +using Azure.ResourceManager.Network.Models; + +namespace Azure.ResourceManager.Network +{ + /// + /// A class representing the CloudServiceSwap data model. + /// SwapResource to represent slot type on the specified cloud service. + /// + public partial class CloudServiceSwapData : ResourceData + { + /// Initializes a new instance of CloudServiceSwapData. + public CloudServiceSwapData() + { + } + + /// Initializes a new instance of CloudServiceSwapData. + /// The id. + /// The name. + /// The resourceType. + /// The systemData. + /// Swap resource properties. + internal CloudServiceSwapData(ResourceIdentifier id, string name, ResourceType resourceType, SystemData systemData, CloudServiceSwapProperties properties) : base(id, name, resourceType, systemData) + { + Properties = properties; + } + + /// Swap resource properties. + internal CloudServiceSwapProperties Properties { get; set; } + /// Specifies slot info on a cloud service. + public SwapSlotType? CloudServiceSwapSlotType + { + get => Properties is null ? default : Properties.SlotType; + set + { + if (Properties is null) + Properties = new CloudServiceSwapProperties(); + Properties.SlotType = value; + } + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/CloudServiceSwapResource.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/CloudServiceSwapResource.cs new file mode 100644 index 000000000000..d4410e8b2ec7 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/CloudServiceSwapResource.cs @@ -0,0 +1,230 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Globalization; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Core.Pipeline; +using Azure.ResourceManager; +using Azure.ResourceManager.Resources; + +namespace Azure.ResourceManager.Network +{ + /// + /// A Class representing a CloudServiceSwap along with the instance operations that can be performed on it. + /// If you have a you can construct a + /// from an instance of using the GetCloudServiceSwapResource method. + /// Otherwise you can get one from its parent resource using the GetCloudServiceSwap method. + /// + public partial class CloudServiceSwapResource : ArmResource + { + /// Generate the resource identifier of a instance. + public static ResourceIdentifier CreateResourceIdentifier(string subscriptionId, string groupName, string resourceName) + { + var resourceId = $"/subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.Compute/cloudServices/{resourceName}/providers/Microsoft.Network/cloudServiceSlots/swap"; + return new ResourceIdentifier(resourceId); + } + + private readonly ClientDiagnostics _cloudServiceSwapVipSwapClientDiagnostics; + private readonly VipSwapRestOperations _cloudServiceSwapVipSwapRestClient; + private readonly CloudServiceSwapData _data; + + /// Initializes a new instance of the class for mocking. + protected CloudServiceSwapResource() + { + } + + /// Initializes a new instance of the class. + /// The client parameters to use in these operations. + /// The resource that is the target of operations. + internal CloudServiceSwapResource(ArmClient client, CloudServiceSwapData data) : this(client, data.Id) + { + HasData = true; + _data = data; + } + + /// Initializes a new instance of the class. + /// The client parameters to use in these operations. + /// The identifier of the resource that is the target of operations. + internal CloudServiceSwapResource(ArmClient client, ResourceIdentifier id) : base(client, id) + { + _cloudServiceSwapVipSwapClientDiagnostics = new ClientDiagnostics("Azure.ResourceManager.Network", ResourceType.Namespace, Diagnostics); + TryGetApiVersion(ResourceType, out string cloudServiceSwapVipSwapApiVersion); + _cloudServiceSwapVipSwapRestClient = new VipSwapRestOperations(Pipeline, Diagnostics.ApplicationId, Endpoint, cloudServiceSwapVipSwapApiVersion); +#if DEBUG + ValidateResourceId(Id); +#endif + } + + /// Gets the resource type for the operations. + public static readonly ResourceType ResourceType = "Microsoft.Network/cloudServiceSlots"; + + /// Gets whether or not the current instance has data. + public virtual bool HasData { get; } + + /// Gets the data representing this Feature. + /// Throws if there is no data loaded in the current instance. + public virtual CloudServiceSwapData Data + { + get + { + if (!HasData) + throw new InvalidOperationException("The current instance does not have data, you must call Get first."); + return _data; + } + } + + internal static void ValidateResourceId(ResourceIdentifier id) + { + if (id.ResourceType != ResourceType) + throw new ArgumentException(string.Format(CultureInfo.CurrentCulture, "Invalid resource type {0} expected {1}", id.ResourceType, ResourceType), nameof(id)); + } + + /// + /// Gets the SwapResource which identifies the slot type for the specified cloud service. The slot type on a cloud service can either be Staging or Production + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.Compute/cloudServices/{resourceName}/providers/Microsoft.Network/cloudServiceSlots/{singletonResource} + /// + /// + /// Operation Id + /// VipSwap_Get + /// + /// + /// + /// The cancellation token to use. + public virtual async Task> GetAsync(CancellationToken cancellationToken = default) + { + using var scope = _cloudServiceSwapVipSwapClientDiagnostics.CreateScope("CloudServiceSwapResource.Get"); + scope.Start(); + try + { + var response = await _cloudServiceSwapVipSwapRestClient.GetAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, cancellationToken).ConfigureAwait(false); + if (response.Value == null) + throw new RequestFailedException(response.GetRawResponse()); + return Response.FromValue(new CloudServiceSwapResource(Client, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Gets the SwapResource which identifies the slot type for the specified cloud service. The slot type on a cloud service can either be Staging or Production + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.Compute/cloudServices/{resourceName}/providers/Microsoft.Network/cloudServiceSlots/{singletonResource} + /// + /// + /// Operation Id + /// VipSwap_Get + /// + /// + /// + /// The cancellation token to use. + public virtual Response Get(CancellationToken cancellationToken = default) + { + using var scope = _cloudServiceSwapVipSwapClientDiagnostics.CreateScope("CloudServiceSwapResource.Get"); + scope.Start(); + try + { + var response = _cloudServiceSwapVipSwapRestClient.Get(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, cancellationToken); + if (response.Value == null) + throw new RequestFailedException(response.GetRawResponse()); + return Response.FromValue(new CloudServiceSwapResource(Client, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Performs vip swap operation on swappable cloud services. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.Compute/cloudServices/{resourceName}/providers/Microsoft.Network/cloudServiceSlots/{singletonResource} + /// + /// + /// Operation Id + /// VipSwap_Create + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// SwapResource object where slot type should be the target slot after vip swap for the specified cloud service. + /// The cancellation token to use. + /// is null. + public virtual async Task UpdateAsync(WaitUntil waitUntil, CloudServiceSwapData data, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(data, nameof(data)); + + using var scope = _cloudServiceSwapVipSwapClientDiagnostics.CreateScope("CloudServiceSwapResource.Update"); + scope.Start(); + try + { + var response = await _cloudServiceSwapVipSwapRestClient.CreateAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, data, cancellationToken).ConfigureAwait(false); + var operation = new NetworkArmOperation(_cloudServiceSwapVipSwapClientDiagnostics, Pipeline, _cloudServiceSwapVipSwapRestClient.CreateCreateRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, data).Request, response, OperationFinalStateVia.Location); + if (waitUntil == WaitUntil.Completed) + await operation.WaitForCompletionResponseAsync(cancellationToken).ConfigureAwait(false); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Performs vip swap operation on swappable cloud services. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.Compute/cloudServices/{resourceName}/providers/Microsoft.Network/cloudServiceSlots/{singletonResource} + /// + /// + /// Operation Id + /// VipSwap_Create + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// SwapResource object where slot type should be the target slot after vip swap for the specified cloud service. + /// The cancellation token to use. + /// is null. + public virtual ArmOperation Update(WaitUntil waitUntil, CloudServiceSwapData data, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(data, nameof(data)); + + using var scope = _cloudServiceSwapVipSwapClientDiagnostics.CreateScope("CloudServiceSwapResource.Update"); + scope.Start(); + try + { + var response = _cloudServiceSwapVipSwapRestClient.Create(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, data, cancellationToken); + var operation = new NetworkArmOperation(_cloudServiceSwapVipSwapClientDiagnostics, Pipeline, _cloudServiceSwapVipSwapRestClient.CreateCreateRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, data).Request, response, OperationFinalStateVia.Location); + if (waitUntil == WaitUntil.Completed) + operation.WaitForCompletionResponse(cancellationToken); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/ConnectivityConfigurationCollection.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/ConnectivityConfigurationCollection.cs new file mode 100644 index 000000000000..45bdd1e25bf5 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/ConnectivityConfigurationCollection.cs @@ -0,0 +1,344 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Collections; +using System.Collections.Generic; +using System.Globalization; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Core.Pipeline; +using Azure.ResourceManager; + +namespace Azure.ResourceManager.Network +{ + /// + /// A class representing a collection of and their operations. + /// Each in the collection will belong to the same instance of . + /// To get a instance call the GetConnectivityConfigurations method from an instance of . + /// + public partial class ConnectivityConfigurationCollection : ArmCollection, IEnumerable, IAsyncEnumerable + { + private readonly ClientDiagnostics _connectivityConfigurationClientDiagnostics; + private readonly ConnectivityConfigurationsRestOperations _connectivityConfigurationRestClient; + + /// Initializes a new instance of the class for mocking. + protected ConnectivityConfigurationCollection() + { + } + + /// Initializes a new instance of the class. + /// The client parameters to use in these operations. + /// The identifier of the parent resource that is the target of operations. + internal ConnectivityConfigurationCollection(ArmClient client, ResourceIdentifier id) : base(client, id) + { + _connectivityConfigurationClientDiagnostics = new ClientDiagnostics("Azure.ResourceManager.Network", ConnectivityConfigurationResource.ResourceType.Namespace, Diagnostics); + TryGetApiVersion(ConnectivityConfigurationResource.ResourceType, out string connectivityConfigurationApiVersion); + _connectivityConfigurationRestClient = new ConnectivityConfigurationsRestOperations(Pipeline, Diagnostics.ApplicationId, Endpoint, connectivityConfigurationApiVersion); +#if DEBUG + ValidateResourceId(Id); +#endif + } + + internal static void ValidateResourceId(ResourceIdentifier id) + { + if (id.ResourceType != NetworkManagerResource.ResourceType) + throw new ArgumentException(string.Format(CultureInfo.CurrentCulture, "Invalid resource type {0} expected {1}", id.ResourceType, NetworkManagerResource.ResourceType), nameof(id)); + } + + /// + /// Creates/Updates a new network manager connectivity configuration + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/connectivityConfigurations/{configurationName} + /// + /// + /// Operation Id + /// ConnectivityConfigurations_CreateOrUpdate + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// The name of the network manager connectivity configuration. + /// Parameters supplied to create/update a network manager connectivity configuration. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// or is null. + public virtual async Task> CreateOrUpdateAsync(WaitUntil waitUntil, string configurationName, ConnectivityConfigurationData data, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(configurationName, nameof(configurationName)); + Argument.AssertNotNull(data, nameof(data)); + + using var scope = _connectivityConfigurationClientDiagnostics.CreateScope("ConnectivityConfigurationCollection.CreateOrUpdate"); + scope.Start(); + try + { + var response = await _connectivityConfigurationRestClient.CreateOrUpdateAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, configurationName, data, cancellationToken).ConfigureAwait(false); + var operation = new NetworkArmOperation(Response.FromValue(new ConnectivityConfigurationResource(Client, response), response.GetRawResponse())); + if (waitUntil == WaitUntil.Completed) + await operation.WaitForCompletionAsync(cancellationToken).ConfigureAwait(false); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Creates/Updates a new network manager connectivity configuration + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/connectivityConfigurations/{configurationName} + /// + /// + /// Operation Id + /// ConnectivityConfigurations_CreateOrUpdate + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// The name of the network manager connectivity configuration. + /// Parameters supplied to create/update a network manager connectivity configuration. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// or is null. + public virtual ArmOperation CreateOrUpdate(WaitUntil waitUntil, string configurationName, ConnectivityConfigurationData data, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(configurationName, nameof(configurationName)); + Argument.AssertNotNull(data, nameof(data)); + + using var scope = _connectivityConfigurationClientDiagnostics.CreateScope("ConnectivityConfigurationCollection.CreateOrUpdate"); + scope.Start(); + try + { + var response = _connectivityConfigurationRestClient.CreateOrUpdate(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, configurationName, data, cancellationToken); + var operation = new NetworkArmOperation(Response.FromValue(new ConnectivityConfigurationResource(Client, response), response.GetRawResponse())); + if (waitUntil == WaitUntil.Completed) + operation.WaitForCompletion(cancellationToken); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Gets a Network Connectivity Configuration, specified by the resource group, network manager name, and connectivity Configuration name + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/connectivityConfigurations/{configurationName} + /// + /// + /// Operation Id + /// ConnectivityConfigurations_Get + /// + /// + /// + /// The name of the network manager connectivity configuration. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// is null. + public virtual async Task> GetAsync(string configurationName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(configurationName, nameof(configurationName)); + + using var scope = _connectivityConfigurationClientDiagnostics.CreateScope("ConnectivityConfigurationCollection.Get"); + scope.Start(); + try + { + var response = await _connectivityConfigurationRestClient.GetAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, configurationName, cancellationToken).ConfigureAwait(false); + if (response.Value == null) + throw new RequestFailedException(response.GetRawResponse()); + return Response.FromValue(new ConnectivityConfigurationResource(Client, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Gets a Network Connectivity Configuration, specified by the resource group, network manager name, and connectivity Configuration name + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/connectivityConfigurations/{configurationName} + /// + /// + /// Operation Id + /// ConnectivityConfigurations_Get + /// + /// + /// + /// The name of the network manager connectivity configuration. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// is null. + public virtual Response Get(string configurationName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(configurationName, nameof(configurationName)); + + using var scope = _connectivityConfigurationClientDiagnostics.CreateScope("ConnectivityConfigurationCollection.Get"); + scope.Start(); + try + { + var response = _connectivityConfigurationRestClient.Get(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, configurationName, cancellationToken); + if (response.Value == null) + throw new RequestFailedException(response.GetRawResponse()); + return Response.FromValue(new ConnectivityConfigurationResource(Client, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Lists all the network manager connectivity configuration in a specified network manager. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/connectivityConfigurations + /// + /// + /// Operation Id + /// ConnectivityConfigurations_List + /// + /// + /// + /// An optional query parameter which specifies the maximum number of records to be returned by the server. + /// SkipToken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. + /// The cancellation token to use. + /// An async collection of that may take multiple service requests to iterate over. + public virtual AsyncPageable GetAllAsync(int? top = null, string skipToken = null, CancellationToken cancellationToken = default) + { + HttpMessage FirstPageRequest(int? pageSizeHint) => _connectivityConfigurationRestClient.CreateListRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, top, skipToken); + HttpMessage NextPageRequest(int? pageSizeHint, string nextLink) => _connectivityConfigurationRestClient.CreateListNextPageRequest(nextLink, Id.SubscriptionId, Id.ResourceGroupName, Id.Name, top, skipToken); + return PageableHelpers.CreateAsyncPageable(FirstPageRequest, NextPageRequest, e => new ConnectivityConfigurationResource(Client, ConnectivityConfigurationData.DeserializeConnectivityConfigurationData(e)), _connectivityConfigurationClientDiagnostics, Pipeline, "ConnectivityConfigurationCollection.GetAll", "value", "nextLink", cancellationToken); + } + + /// + /// Lists all the network manager connectivity configuration in a specified network manager. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/connectivityConfigurations + /// + /// + /// Operation Id + /// ConnectivityConfigurations_List + /// + /// + /// + /// An optional query parameter which specifies the maximum number of records to be returned by the server. + /// SkipToken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. + /// The cancellation token to use. + /// A collection of that may take multiple service requests to iterate over. + public virtual Pageable GetAll(int? top = null, string skipToken = null, CancellationToken cancellationToken = default) + { + HttpMessage FirstPageRequest(int? pageSizeHint) => _connectivityConfigurationRestClient.CreateListRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, top, skipToken); + HttpMessage NextPageRequest(int? pageSizeHint, string nextLink) => _connectivityConfigurationRestClient.CreateListNextPageRequest(nextLink, Id.SubscriptionId, Id.ResourceGroupName, Id.Name, top, skipToken); + return PageableHelpers.CreatePageable(FirstPageRequest, NextPageRequest, e => new ConnectivityConfigurationResource(Client, ConnectivityConfigurationData.DeserializeConnectivityConfigurationData(e)), _connectivityConfigurationClientDiagnostics, Pipeline, "ConnectivityConfigurationCollection.GetAll", "value", "nextLink", cancellationToken); + } + + /// + /// Checks to see if the resource exists in azure. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/connectivityConfigurations/{configurationName} + /// + /// + /// Operation Id + /// ConnectivityConfigurations_Get + /// + /// + /// + /// The name of the network manager connectivity configuration. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// is null. + public virtual async Task> ExistsAsync(string configurationName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(configurationName, nameof(configurationName)); + + using var scope = _connectivityConfigurationClientDiagnostics.CreateScope("ConnectivityConfigurationCollection.Exists"); + scope.Start(); + try + { + var response = await _connectivityConfigurationRestClient.GetAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, configurationName, cancellationToken: cancellationToken).ConfigureAwait(false); + return Response.FromValue(response.Value != null, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Checks to see if the resource exists in azure. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/connectivityConfigurations/{configurationName} + /// + /// + /// Operation Id + /// ConnectivityConfigurations_Get + /// + /// + /// + /// The name of the network manager connectivity configuration. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// is null. + public virtual Response Exists(string configurationName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(configurationName, nameof(configurationName)); + + using var scope = _connectivityConfigurationClientDiagnostics.CreateScope("ConnectivityConfigurationCollection.Exists"); + scope.Start(); + try + { + var response = _connectivityConfigurationRestClient.Get(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, configurationName, cancellationToken: cancellationToken); + return Response.FromValue(response.Value != null, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/ConnectivityConfigurationData.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/ConnectivityConfigurationData.cs new file mode 100644 index 000000000000..882b54bac676 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/ConnectivityConfigurationData.cs @@ -0,0 +1,71 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using Azure; +using Azure.Core; +using Azure.ResourceManager.Models; +using Azure.ResourceManager.Network.Models; + +namespace Azure.ResourceManager.Network +{ + /// + /// A class representing the ConnectivityConfiguration data model. + /// The network manager connectivity configuration resource + /// + public partial class ConnectivityConfigurationData : ResourceData + { + /// Initializes a new instance of ConnectivityConfigurationData. + public ConnectivityConfigurationData() + { + Hubs = new ChangeTrackingList(); + AppliesToGroups = new ChangeTrackingList(); + } + + /// Initializes a new instance of ConnectivityConfigurationData. + /// The id. + /// The name. + /// The resourceType. + /// The systemData. + /// A description of the connectivity configuration. + /// Connectivity topology type. + /// List of hubItems. + /// Flag if global mesh is supported. + /// Groups for configuration. + /// The provisioning state of the connectivity configuration resource. + /// Flag if need to remove current existing peerings. + /// A unique read-only string that changes whenever the resource is updated. + internal ConnectivityConfigurationData(ResourceIdentifier id, string name, ResourceType resourceType, SystemData systemData, string description, ConnectivityTopology? connectivityTopology, IList hubs, GlobalMeshSupportFlag? isGlobal, IList appliesToGroups, NetworkProvisioningState? provisioningState, DeleteExistingPeering? deleteExistingPeering, ETag? etag) : base(id, name, resourceType, systemData) + { + Description = description; + ConnectivityTopology = connectivityTopology; + Hubs = hubs; + IsGlobal = isGlobal; + AppliesToGroups = appliesToGroups; + ProvisioningState = provisioningState; + DeleteExistingPeering = deleteExistingPeering; + ETag = etag; + } + + /// A description of the connectivity configuration. + public string Description { get; set; } + /// Connectivity topology type. + public ConnectivityTopology? ConnectivityTopology { get; set; } + /// List of hubItems. + public IList Hubs { get; } + /// Flag if global mesh is supported. + public GlobalMeshSupportFlag? IsGlobal { get; set; } + /// Groups for configuration. + public IList AppliesToGroups { get; } + /// The provisioning state of the connectivity configuration resource. + public NetworkProvisioningState? ProvisioningState { get; } + /// Flag if need to remove current existing peerings. + public DeleteExistingPeering? DeleteExistingPeering { get; set; } + /// A unique read-only string that changes whenever the resource is updated. + public ETag? ETag { get; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/ConnectivityConfigurationResource.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/ConnectivityConfigurationResource.cs new file mode 100644 index 000000000000..272424ddb268 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/ConnectivityConfigurationResource.cs @@ -0,0 +1,299 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Globalization; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Core.Pipeline; +using Azure.ResourceManager; + +namespace Azure.ResourceManager.Network +{ + /// + /// A Class representing a ConnectivityConfiguration along with the instance operations that can be performed on it. + /// If you have a you can construct a + /// from an instance of using the GetConnectivityConfigurationResource method. + /// Otherwise you can get one from its parent resource using the GetConnectivityConfiguration method. + /// + public partial class ConnectivityConfigurationResource : ArmResource + { + /// Generate the resource identifier of a instance. + public static ResourceIdentifier CreateResourceIdentifier(string subscriptionId, string resourceGroupName, string networkManagerName, string configurationName) + { + var resourceId = $"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/connectivityConfigurations/{configurationName}"; + return new ResourceIdentifier(resourceId); + } + + private readonly ClientDiagnostics _connectivityConfigurationClientDiagnostics; + private readonly ConnectivityConfigurationsRestOperations _connectivityConfigurationRestClient; + private readonly ConnectivityConfigurationData _data; + + /// Initializes a new instance of the class for mocking. + protected ConnectivityConfigurationResource() + { + } + + /// Initializes a new instance of the class. + /// The client parameters to use in these operations. + /// The resource that is the target of operations. + internal ConnectivityConfigurationResource(ArmClient client, ConnectivityConfigurationData data) : this(client, data.Id) + { + HasData = true; + _data = data; + } + + /// Initializes a new instance of the class. + /// The client parameters to use in these operations. + /// The identifier of the resource that is the target of operations. + internal ConnectivityConfigurationResource(ArmClient client, ResourceIdentifier id) : base(client, id) + { + _connectivityConfigurationClientDiagnostics = new ClientDiagnostics("Azure.ResourceManager.Network", ResourceType.Namespace, Diagnostics); + TryGetApiVersion(ResourceType, out string connectivityConfigurationApiVersion); + _connectivityConfigurationRestClient = new ConnectivityConfigurationsRestOperations(Pipeline, Diagnostics.ApplicationId, Endpoint, connectivityConfigurationApiVersion); +#if DEBUG + ValidateResourceId(Id); +#endif + } + + /// Gets the resource type for the operations. + public static readonly ResourceType ResourceType = "Microsoft.Network/networkManagers/connectivityConfigurations"; + + /// Gets whether or not the current instance has data. + public virtual bool HasData { get; } + + /// Gets the data representing this Feature. + /// Throws if there is no data loaded in the current instance. + public virtual ConnectivityConfigurationData Data + { + get + { + if (!HasData) + throw new InvalidOperationException("The current instance does not have data, you must call Get first."); + return _data; + } + } + + internal static void ValidateResourceId(ResourceIdentifier id) + { + if (id.ResourceType != ResourceType) + throw new ArgumentException(string.Format(CultureInfo.CurrentCulture, "Invalid resource type {0} expected {1}", id.ResourceType, ResourceType), nameof(id)); + } + + /// + /// Gets a Network Connectivity Configuration, specified by the resource group, network manager name, and connectivity Configuration name + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/connectivityConfigurations/{configurationName} + /// + /// + /// Operation Id + /// ConnectivityConfigurations_Get + /// + /// + /// + /// The cancellation token to use. + public virtual async Task> GetAsync(CancellationToken cancellationToken = default) + { + using var scope = _connectivityConfigurationClientDiagnostics.CreateScope("ConnectivityConfigurationResource.Get"); + scope.Start(); + try + { + var response = await _connectivityConfigurationRestClient.GetAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken).ConfigureAwait(false); + if (response.Value == null) + throw new RequestFailedException(response.GetRawResponse()); + return Response.FromValue(new ConnectivityConfigurationResource(Client, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Gets a Network Connectivity Configuration, specified by the resource group, network manager name, and connectivity Configuration name + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/connectivityConfigurations/{configurationName} + /// + /// + /// Operation Id + /// ConnectivityConfigurations_Get + /// + /// + /// + /// The cancellation token to use. + public virtual Response Get(CancellationToken cancellationToken = default) + { + using var scope = _connectivityConfigurationClientDiagnostics.CreateScope("ConnectivityConfigurationResource.Get"); + scope.Start(); + try + { + var response = _connectivityConfigurationRestClient.Get(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken); + if (response.Value == null) + throw new RequestFailedException(response.GetRawResponse()); + return Response.FromValue(new ConnectivityConfigurationResource(Client, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Deletes a network manager connectivity configuration, specified by the resource group, network manager name, and connectivity configuration name + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/connectivityConfigurations/{configurationName} + /// + /// + /// Operation Id + /// ConnectivityConfigurations_Delete + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// Deletes the resource even if it is part of a deployed configuration. If the configuration has been deployed, the service will do a cleanup deployment in the background, prior to the delete. + /// The cancellation token to use. + public virtual async Task DeleteAsync(WaitUntil waitUntil, bool? force = null, CancellationToken cancellationToken = default) + { + using var scope = _connectivityConfigurationClientDiagnostics.CreateScope("ConnectivityConfigurationResource.Delete"); + scope.Start(); + try + { + var response = await _connectivityConfigurationRestClient.DeleteAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, force, cancellationToken).ConfigureAwait(false); + var operation = new NetworkArmOperation(_connectivityConfigurationClientDiagnostics, Pipeline, _connectivityConfigurationRestClient.CreateDeleteRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, force).Request, response, OperationFinalStateVia.Location); + if (waitUntil == WaitUntil.Completed) + await operation.WaitForCompletionResponseAsync(cancellationToken).ConfigureAwait(false); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Deletes a network manager connectivity configuration, specified by the resource group, network manager name, and connectivity configuration name + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/connectivityConfigurations/{configurationName} + /// + /// + /// Operation Id + /// ConnectivityConfigurations_Delete + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// Deletes the resource even if it is part of a deployed configuration. If the configuration has been deployed, the service will do a cleanup deployment in the background, prior to the delete. + /// The cancellation token to use. + public virtual ArmOperation Delete(WaitUntil waitUntil, bool? force = null, CancellationToken cancellationToken = default) + { + using var scope = _connectivityConfigurationClientDiagnostics.CreateScope("ConnectivityConfigurationResource.Delete"); + scope.Start(); + try + { + var response = _connectivityConfigurationRestClient.Delete(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, force, cancellationToken); + var operation = new NetworkArmOperation(_connectivityConfigurationClientDiagnostics, Pipeline, _connectivityConfigurationRestClient.CreateDeleteRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, force).Request, response, OperationFinalStateVia.Location); + if (waitUntil == WaitUntil.Completed) + operation.WaitForCompletionResponse(cancellationToken); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Creates/Updates a new network manager connectivity configuration + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/connectivityConfigurations/{configurationName} + /// + /// + /// Operation Id + /// ConnectivityConfigurations_CreateOrUpdate + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// Parameters supplied to create/update a network manager connectivity configuration. + /// The cancellation token to use. + /// is null. + public virtual async Task> UpdateAsync(WaitUntil waitUntil, ConnectivityConfigurationData data, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(data, nameof(data)); + + using var scope = _connectivityConfigurationClientDiagnostics.CreateScope("ConnectivityConfigurationResource.Update"); + scope.Start(); + try + { + var response = await _connectivityConfigurationRestClient.CreateOrUpdateAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, data, cancellationToken).ConfigureAwait(false); + var operation = new NetworkArmOperation(Response.FromValue(new ConnectivityConfigurationResource(Client, response), response.GetRawResponse())); + if (waitUntil == WaitUntil.Completed) + await operation.WaitForCompletionAsync(cancellationToken).ConfigureAwait(false); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Creates/Updates a new network manager connectivity configuration + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/connectivityConfigurations/{configurationName} + /// + /// + /// Operation Id + /// ConnectivityConfigurations_CreateOrUpdate + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// Parameters supplied to create/update a network manager connectivity configuration. + /// The cancellation token to use. + /// is null. + public virtual ArmOperation Update(WaitUntil waitUntil, ConnectivityConfigurationData data, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(data, nameof(data)); + + using var scope = _connectivityConfigurationClientDiagnostics.CreateScope("ConnectivityConfigurationResource.Update"); + scope.Start(); + try + { + var response = _connectivityConfigurationRestClient.CreateOrUpdate(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, data, cancellationToken); + var operation = new NetworkArmOperation(Response.FromValue(new ConnectivityConfigurationResource(Client, response), response.GetRawResponse())); + if (waitUntil == WaitUntil.Completed) + operation.WaitForCompletion(cancellationToken); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/CustomIPPrefixData.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/CustomIPPrefixData.cs index 9417ae699890..ffc8482ca968 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/CustomIPPrefixData.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/CustomIPPrefixData.cs @@ -24,7 +24,7 @@ public partial class CustomIPPrefixData : NetworkTrackedResourceData public CustomIPPrefixData() { Zones = new ChangeTrackingList(); - ChildCustomIPPrefixes = new ChangeTrackingList(); + ChildCustomIPPrefixList = new ChangeTrackingList(); PublicIPPrefixes = new ChangeTrackingList(); } @@ -37,27 +37,37 @@ public CustomIPPrefixData() /// The extended location of the custom IP prefix. /// A unique read-only string that changes whenever the resource is updated. /// A list of availability zones denoting the IP allocated for the resource needs to come from. + /// The ASN for CIDR advertising. Should be an integer as string. /// The prefix range in CIDR notation. Should include the start address and the prefix length. /// Signed message for WAN validation. /// Authorization message for WAN validation. - /// The Parent CustomIpPrefix for IPv6 /64 CustomIpPrefix. - /// The list of all Children for IPv6 /48 CustomIpPrefix. + /// The Parent CustomIpPrefix for IPv6 /64 CustomIpPrefix. + /// The list of all Children for IPv6 /48 CustomIpPrefix. /// The commissioned state of the Custom IP Prefix. + /// Whether to do express route advertise. + /// The Geo for CIDR advertising. Should be an Geo code. + /// Whether to Advertise the range to Internet. + /// Type of custom IP prefix. Should be Singular, Parent, or Child. /// The list of all referenced PublicIpPrefixes. /// The resource GUID property of the custom IP prefix resource. /// The reason why resource is in failed state. /// The provisioning state of the custom IP prefix resource. - internal CustomIPPrefixData(ResourceIdentifier id, string name, ResourceType? resourceType, AzureLocation? location, IDictionary tags, ExtendedLocation extendedLocation, ETag? etag, IList zones, string cidr, string signedMessage, string authorizationMessage, CustomIPPrefixData customIPPrefixParent, IReadOnlyList childCustomIPPrefixes, CommissionedState? commissionedState, IReadOnlyList publicIPPrefixes, Guid? resourceGuid, string failedReason, NetworkProvisioningState? provisioningState) : base(id, name, resourceType, location, tags) + internal CustomIPPrefixData(ResourceIdentifier id, string name, ResourceType? resourceType, AzureLocation? location, IDictionary tags, ExtendedLocation extendedLocation, ETag? etag, IList zones, string asn, string cidr, string signedMessage, string authorizationMessage, WritableSubResource parentCustomIPPrefix, IReadOnlyList childCustomIPPrefixList, CommissionedState? commissionedState, bool? expressRouteAdvertise, CidrAdvertisingGeoCode? geo, bool? noInternetAdvertise, CustomIPPrefixType? prefixType, IReadOnlyList publicIPPrefixes, Guid? resourceGuid, string failedReason, NetworkProvisioningState? provisioningState) : base(id, name, resourceType, location, tags) { ExtendedLocation = extendedLocation; ETag = etag; Zones = zones; + Asn = asn; Cidr = cidr; SignedMessage = signedMessage; AuthorizationMessage = authorizationMessage; - CustomIPPrefixParent = customIPPrefixParent; - ChildCustomIPPrefixes = childCustomIPPrefixes; + ParentCustomIPPrefix = parentCustomIPPrefix; + ChildCustomIPPrefixList = childCustomIPPrefixList; CommissionedState = commissionedState; + ExpressRouteAdvertise = expressRouteAdvertise; + Geo = geo; + NoInternetAdvertise = noInternetAdvertise; + PrefixType = prefixType; PublicIPPrefixes = publicIPPrefixes; ResourceGuid = resourceGuid; FailedReason = failedReason; @@ -70,6 +80,8 @@ internal CustomIPPrefixData(ResourceIdentifier id, string name, ResourceType? re public ETag? ETag { get; } /// A list of availability zones denoting the IP allocated for the resource needs to come from. public IList Zones { get; } + /// The ASN for CIDR advertising. Should be an integer as string. + public string Asn { get; set; } /// The prefix range in CIDR notation. Should include the start address and the prefix length. public string Cidr { get; set; } /// Signed message for WAN validation. @@ -77,11 +89,31 @@ internal CustomIPPrefixData(ResourceIdentifier id, string name, ResourceType? re /// Authorization message for WAN validation. public string AuthorizationMessage { get; set; } /// The Parent CustomIpPrefix for IPv6 /64 CustomIpPrefix. - public CustomIPPrefixData CustomIPPrefixParent { get; set; } + internal WritableSubResource ParentCustomIPPrefix { get; set; } + /// Gets or sets Id. + public ResourceIdentifier ParentCustomIPPrefixId + { + get => ParentCustomIPPrefix is null ? default : ParentCustomIPPrefix.Id; + set + { + if (ParentCustomIPPrefix is null) + ParentCustomIPPrefix = new WritableSubResource(); + ParentCustomIPPrefix.Id = value; + } + } + /// The list of all Children for IPv6 /48 CustomIpPrefix. - public IReadOnlyList ChildCustomIPPrefixes { get; } + public IReadOnlyList ChildCustomIPPrefixList { get; } /// The commissioned state of the Custom IP Prefix. public CommissionedState? CommissionedState { get; set; } + /// Whether to do express route advertise. + public bool? ExpressRouteAdvertise { get; set; } + /// The Geo for CIDR advertising. Should be an Geo code. + public CidrAdvertisingGeoCode? Geo { get; set; } + /// Whether to Advertise the range to Internet. + public bool? NoInternetAdvertise { get; set; } + /// Type of custom IP prefix. Should be Singular, Parent, or Child. + public CustomIPPrefixType? PrefixType { get; set; } /// The list of all referenced PublicIpPrefixes. public IReadOnlyList PublicIPPrefixes { get; } /// The resource GUID property of the custom IP prefix resource. diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/DdosCustomPolicyData.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/DdosCustomPolicyData.cs index 0c995920a4a7..a6f9d5febdbe 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/DdosCustomPolicyData.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/DdosCustomPolicyData.cs @@ -10,7 +10,6 @@ using Azure; using Azure.Core; using Azure.ResourceManager.Network.Models; -using Azure.ResourceManager.Resources.Models; namespace Azure.ResourceManager.Network { @@ -23,8 +22,6 @@ public partial class DdosCustomPolicyData : NetworkTrackedResourceData /// Initializes a new instance of DdosCustomPolicyData. public DdosCustomPolicyData() { - PublicIPAddresses = new ChangeTrackingList(); - ProtocolCustomSettings = new ChangeTrackingList(); } /// Initializes a new instance of DdosCustomPolicyData. @@ -36,15 +33,11 @@ public DdosCustomPolicyData() /// A unique read-only string that changes whenever the resource is updated. /// The resource GUID property of the DDoS custom policy resource. It uniquely identifies the resource, even if the user changes its name or migrate the resource across subscriptions or resource groups. /// The provisioning state of the DDoS custom policy resource. - /// The list of public IPs associated with the DDoS custom policy resource. This list is read-only. - /// The protocol-specific DDoS policy customization parameters. - internal DdosCustomPolicyData(ResourceIdentifier id, string name, ResourceType? resourceType, AzureLocation? location, IDictionary tags, ETag? etag, Guid? resourceGuid, NetworkProvisioningState? provisioningState, IReadOnlyList publicIPAddresses, IList protocolCustomSettings) : base(id, name, resourceType, location, tags) + internal DdosCustomPolicyData(ResourceIdentifier id, string name, ResourceType? resourceType, AzureLocation? location, IDictionary tags, ETag? etag, Guid? resourceGuid, NetworkProvisioningState? provisioningState) : base(id, name, resourceType, location, tags) { ETag = etag; ResourceGuid = resourceGuid; ProvisioningState = provisioningState; - PublicIPAddresses = publicIPAddresses; - ProtocolCustomSettings = protocolCustomSettings; } /// A unique read-only string that changes whenever the resource is updated. @@ -53,9 +46,5 @@ internal DdosCustomPolicyData(ResourceIdentifier id, string name, ResourceType? public Guid? ResourceGuid { get; } /// The provisioning state of the DDoS custom policy resource. public NetworkProvisioningState? ProvisioningState { get; } - /// The list of public IPs associated with the DDoS custom policy resource. This list is read-only. - public IReadOnlyList PublicIPAddresses { get; } - /// The protocol-specific DDoS policy customization parameters. - public IList ProtocolCustomSettings { get; } } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/DdosProtectionPlanData.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/DdosProtectionPlanData.cs index cf3751d070c5..d178c31a1fc8 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/DdosProtectionPlanData.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/DdosProtectionPlanData.cs @@ -25,6 +25,7 @@ public partial class DdosProtectionPlanData : TrackedResourceData /// The location. public DdosProtectionPlanData(AzureLocation location) : base(location) { + PublicIPAddresses = new ChangeTrackingList(); VirtualNetworks = new ChangeTrackingList(); } @@ -38,12 +39,14 @@ public DdosProtectionPlanData(AzureLocation location) : base(location) /// A unique read-only string that changes whenever the resource is updated. /// The resource GUID property of the DDoS protection plan resource. It uniquely identifies the resource, even if the user changes its name or migrate the resource across subscriptions or resource groups. /// The provisioning state of the DDoS protection plan resource. + /// The list of public IPs associated with the DDoS protection plan resource. This list is read-only. /// The list of virtual networks associated with the DDoS protection plan resource. This list is read-only. - internal DdosProtectionPlanData(ResourceIdentifier id, string name, ResourceType resourceType, SystemData systemData, IDictionary tags, AzureLocation location, ETag? etag, Guid? resourceGuid, NetworkProvisioningState? provisioningState, IReadOnlyList virtualNetworks) : base(id, name, resourceType, systemData, tags, location) + internal DdosProtectionPlanData(ResourceIdentifier id, string name, ResourceType resourceType, SystemData systemData, IDictionary tags, AzureLocation location, ETag? etag, Guid? resourceGuid, NetworkProvisioningState? provisioningState, IReadOnlyList publicIPAddresses, IReadOnlyList virtualNetworks) : base(id, name, resourceType, systemData, tags, location) { ETag = etag; ResourceGuid = resourceGuid; ProvisioningState = provisioningState; + PublicIPAddresses = publicIPAddresses; VirtualNetworks = virtualNetworks; } @@ -53,6 +56,8 @@ internal DdosProtectionPlanData(ResourceIdentifier id, string name, ResourceType public Guid? ResourceGuid { get; } /// The provisioning state of the DDoS protection plan resource. public NetworkProvisioningState? ProvisioningState { get; } + /// The list of public IPs associated with the DDoS protection plan resource. This list is read-only. + public IReadOnlyList PublicIPAddresses { get; } /// The list of virtual networks associated with the DDoS protection plan resource. This list is read-only. public IReadOnlyList VirtualNetworks { get; } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/DscpConfigurationData.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/DscpConfigurationData.cs index 4282cb6bbeaa..f294760c0330 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/DscpConfigurationData.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/DscpConfigurationData.cs @@ -15,7 +15,7 @@ namespace Azure.ResourceManager.Network { /// /// A class representing the DscpConfiguration data model. - /// DSCP Configuration in a resource group. + /// Differentiated Services Code Point configuration for any given network interface /// public partial class DscpConfigurationData : NetworkTrackedResourceData { @@ -27,6 +27,7 @@ public DscpConfigurationData() DestinationIPRanges = new ChangeTrackingList(); SourcePortRanges = new ChangeTrackingList(); DestinationPortRanges = new ChangeTrackingList(); + QosDefinitionCollection = new ChangeTrackingList(); AssociatedNetworkInterfaces = new ChangeTrackingList(); } @@ -43,11 +44,12 @@ public DscpConfigurationData() /// Sources port ranges. /// Destination port ranges. /// RNM supported protocol types. + /// QoS object definitions. /// Qos Collection ID generated by RNM. /// Associated Network Interfaces to the DSCP Configuration. /// The resource GUID property of the DSCP Configuration resource. /// The provisioning state of the DSCP Configuration resource. - internal DscpConfigurationData(ResourceIdentifier id, string name, ResourceType? resourceType, AzureLocation? location, IDictionary tags, ETag? etag, IList markings, IList sourceIPRanges, IList destinationIPRanges, IList sourcePortRanges, IList destinationPortRanges, ProtocolType? protocol, string qosCollectionId, IReadOnlyList associatedNetworkInterfaces, Guid? resourceGuid, NetworkProvisioningState? provisioningState) : base(id, name, resourceType, location, tags) + internal DscpConfigurationData(ResourceIdentifier id, string name, ResourceType? resourceType, AzureLocation? location, IDictionary tags, ETag? etag, IList markings, IList sourceIPRanges, IList destinationIPRanges, IList sourcePortRanges, IList destinationPortRanges, ProtocolType? protocol, IList qosDefinitionCollection, string qosCollectionId, IReadOnlyList associatedNetworkInterfaces, Guid? resourceGuid, NetworkProvisioningState? provisioningState) : base(id, name, resourceType, location, tags) { ETag = etag; Markings = markings; @@ -56,6 +58,7 @@ internal DscpConfigurationData(ResourceIdentifier id, string name, ResourceType? SourcePortRanges = sourcePortRanges; DestinationPortRanges = destinationPortRanges; Protocol = protocol; + QosDefinitionCollection = qosDefinitionCollection; QosCollectionId = qosCollectionId; AssociatedNetworkInterfaces = associatedNetworkInterfaces; ResourceGuid = resourceGuid; @@ -76,6 +79,8 @@ internal DscpConfigurationData(ResourceIdentifier id, string name, ResourceType? public IList DestinationPortRanges { get; } /// RNM supported protocol types. public ProtocolType? Protocol { get; set; } + /// QoS object definitions. + public IList QosDefinitionCollection { get; } /// Qos Collection ID generated by RNM. public string QosCollectionId { get; } /// Associated Network Interfaces to the DSCP Configuration. diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRouteCircuitData.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRouteCircuitData.cs index 315cf01e0e32..19717b09788f 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRouteCircuitData.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRouteCircuitData.cs @@ -48,7 +48,9 @@ public ExpressRouteCircuitData() /// The provisioning state of the express route circuit resource. /// The GatewayManager Etag. /// Flag denoting global reach status. - internal ExpressRouteCircuitData(ResourceIdentifier id, string name, ResourceType? resourceType, AzureLocation? location, IDictionary tags, ExpressRouteCircuitSku sku, ETag? etag, bool? allowClassicOperations, string circuitProvisioningState, ServiceProviderProvisioningState? serviceProviderProvisioningState, IList authorizations, IList peerings, string serviceKey, string serviceProviderNotes, ExpressRouteCircuitServiceProviderProperties serviceProviderProperties, WritableSubResource expressRoutePort, float? bandwidthInGbps, int? stag, NetworkProvisioningState? provisioningState, string gatewayManagerETag, bool? globalReachEnabled) : base(id, name, resourceType, location, tags) + /// The authorizationKey. + /// The authorization status of the Circuit. + internal ExpressRouteCircuitData(ResourceIdentifier id, string name, ResourceType? resourceType, AzureLocation? location, IDictionary tags, ExpressRouteCircuitSku sku, ETag? etag, bool? allowClassicOperations, string circuitProvisioningState, ServiceProviderProvisioningState? serviceProviderProvisioningState, IList authorizations, IList peerings, string serviceKey, string serviceProviderNotes, ExpressRouteCircuitServiceProviderProperties serviceProviderProperties, WritableSubResource expressRoutePort, float? bandwidthInGbps, int? stag, NetworkProvisioningState? provisioningState, string gatewayManagerETag, bool? globalReachEnabled, string authorizationKey, string authorizationStatus) : base(id, name, resourceType, location, tags) { Sku = sku; ETag = etag; @@ -66,6 +68,8 @@ internal ExpressRouteCircuitData(ResourceIdentifier id, string name, ResourceTyp ProvisioningState = provisioningState; GatewayManagerETag = gatewayManagerETag; GlobalReachEnabled = globalReachEnabled; + AuthorizationKey = authorizationKey; + AuthorizationStatus = authorizationStatus; } /// The SKU. @@ -112,5 +116,9 @@ public ResourceIdentifier ExpressRoutePortId public string GatewayManagerETag { get; set; } /// Flag denoting global reach status. public bool? GlobalReachEnabled { get; set; } + /// The authorizationKey. + public string AuthorizationKey { get; set; } + /// The authorization status of the Circuit. + public string AuthorizationStatus { get; } } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRouteConnectionData.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRouteConnectionData.cs index 1fedff7fe3ee..f7164626b288 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRouteConnectionData.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRouteConnectionData.cs @@ -32,8 +32,9 @@ public ExpressRouteConnectionData() /// The routing weight associated to the connection. /// Enable internet security. /// Enable FastPath to vWan Firewall hub. + /// Bypass the ExpressRoute gateway when accessing private-links. ExpressRoute FastPath (expressRouteGatewayBypass) must be enabled. /// The Routing Configuration indicating the associated and propagated route tables on this connection. - internal ExpressRouteConnectionData(ResourceIdentifier id, string name, ResourceType? resourceType, NetworkProvisioningState? provisioningState, WritableSubResource expressRouteCircuitPeering, string authorizationKey, int? routingWeight, bool? enableInternetSecurity, bool? expressRouteGatewayBypass, RoutingConfiguration routingConfiguration) : base(id, name, resourceType) + internal ExpressRouteConnectionData(ResourceIdentifier id, string name, ResourceType? resourceType, NetworkProvisioningState? provisioningState, WritableSubResource expressRouteCircuitPeering, string authorizationKey, int? routingWeight, bool? enableInternetSecurity, bool? expressRouteGatewayBypass, bool? enablePrivateLinkFastPath, RoutingConfiguration routingConfiguration) : base(id, name, resourceType) { ProvisioningState = provisioningState; ExpressRouteCircuitPeering = expressRouteCircuitPeering; @@ -41,6 +42,7 @@ internal ExpressRouteConnectionData(ResourceIdentifier id, string name, Resource RoutingWeight = routingWeight; EnableInternetSecurity = enableInternetSecurity; ExpressRouteGatewayBypass = expressRouteGatewayBypass; + EnablePrivateLinkFastPath = enablePrivateLinkFastPath; RoutingConfiguration = routingConfiguration; } @@ -68,6 +70,8 @@ public ResourceIdentifier ExpressRouteCircuitPeeringId public bool? EnableInternetSecurity { get; set; } /// Enable FastPath to vWan Firewall hub. public bool? ExpressRouteGatewayBypass { get; set; } + /// Bypass the ExpressRoute gateway when accessing private-links. ExpressRoute FastPath (expressRouteGatewayBypass) must be enabled. + public bool? EnablePrivateLinkFastPath { get; set; } /// The Routing Configuration indicating the associated and propagated route tables on this connection. public RoutingConfiguration RoutingConfiguration { get; set; } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRouteGatewayData.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRouteGatewayData.cs index d63b1241b5f6..d23dc419ebea 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRouteGatewayData.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRouteGatewayData.cs @@ -22,7 +22,7 @@ public partial class ExpressRouteGatewayData : NetworkTrackedResourceData /// Initializes a new instance of ExpressRouteGatewayData. public ExpressRouteGatewayData() { - ExpressRouteConnections = new ChangeTrackingList(); + ExpressRouteConnectionList = new ChangeTrackingList(); } /// Initializes a new instance of ExpressRouteGatewayData. @@ -33,16 +33,18 @@ public ExpressRouteGatewayData() /// Resource tags. /// A unique read-only string that changes whenever the resource is updated. /// Configuration for auto scaling. - /// List of ExpressRoute connections to the ExpressRoute gateway. + /// List of ExpressRoute connections to the ExpressRoute gateway. /// The provisioning state of the express route gateway resource. /// The Virtual Hub where the ExpressRoute gateway is or will be deployed. - internal ExpressRouteGatewayData(ResourceIdentifier id, string name, ResourceType? resourceType, AzureLocation? location, IDictionary tags, ETag? etag, ExpressRouteGatewayPropertiesAutoScaleConfiguration autoScaleConfiguration, IReadOnlyList expressRouteConnections, NetworkProvisioningState? provisioningState, WritableSubResource virtualHub) : base(id, name, resourceType, location, tags) + /// Configures this gateway to accept traffic from non Virtual WAN networks. + internal ExpressRouteGatewayData(ResourceIdentifier id, string name, ResourceType? resourceType, AzureLocation? location, IDictionary tags, ETag? etag, ExpressRouteGatewayPropertiesAutoScaleConfiguration autoScaleConfiguration, IList expressRouteConnectionList, NetworkProvisioningState? provisioningState, WritableSubResource virtualHub, bool? allowNonVirtualWanTraffic) : base(id, name, resourceType, location, tags) { ETag = etag; AutoScaleConfiguration = autoScaleConfiguration; - ExpressRouteConnections = expressRouteConnections; + ExpressRouteConnectionList = expressRouteConnectionList; ProvisioningState = provisioningState; VirtualHub = virtualHub; + AllowNonVirtualWanTraffic = allowNonVirtualWanTraffic; } /// A unique read-only string that changes whenever the resource is updated. @@ -62,7 +64,7 @@ public ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds AutoScaleBounds } /// List of ExpressRoute connections to the ExpressRoute gateway. - public IReadOnlyList ExpressRouteConnections { get; } + public IList ExpressRouteConnectionList { get; } /// The provisioning state of the express route gateway resource. public NetworkProvisioningState? ProvisioningState { get; } /// The Virtual Hub where the ExpressRoute gateway is or will be deployed. @@ -78,5 +80,8 @@ public ResourceIdentifier VirtualHubId VirtualHub.Id = value; } } + + /// Configures this gateway to accept traffic from non Virtual WAN networks. + public bool? AllowNonVirtualWanTraffic { get; set; } } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRouteLinkData.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRouteLinkData.cs index 1cf66dc58681..3c932369c88a 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRouteLinkData.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRouteLinkData.cs @@ -31,17 +31,19 @@ public ExpressRouteLinkData() /// Name of Azure router interface. /// Mapping between physical port to patch panel port. /// Mapping of physical patch panel to rack. + /// Cololocation for ExpressRoute Hybrid Direct. /// Physical fiber port type. /// Administrative state of the physical port. /// The provisioning state of the express route link resource. /// MacSec configuration. - internal ExpressRouteLinkData(ResourceIdentifier id, string name, ResourceType? resourceType, ETag? etag, string routerName, string interfaceName, string patchPanelId, string rackId, ExpressRouteLinkConnectorType? connectorType, ExpressRouteLinkAdminState? adminState, NetworkProvisioningState? provisioningState, ExpressRouteLinkMacSecConfig macSecConfig) : base(id, name, resourceType) + internal ExpressRouteLinkData(ResourceIdentifier id, string name, ResourceType? resourceType, ETag? etag, string routerName, string interfaceName, string patchPanelId, string rackId, string coloLocation, ExpressRouteLinkConnectorType? connectorType, ExpressRouteLinkAdminState? adminState, NetworkProvisioningState? provisioningState, ExpressRouteLinkMacSecConfig macSecConfig) : base(id, name, resourceType) { ETag = etag; RouterName = routerName; InterfaceName = interfaceName; PatchPanelId = patchPanelId; RackId = rackId; + ColoLocation = coloLocation; ConnectorType = connectorType; AdminState = adminState; ProvisioningState = provisioningState; @@ -58,6 +60,8 @@ internal ExpressRouteLinkData(ResourceIdentifier id, string name, ResourceType? public string PatchPanelId { get; } /// Mapping of physical patch panel to rack. public string RackId { get; } + /// Cololocation for ExpressRoute Hybrid Direct. + public string ColoLocation { get; } /// Physical fiber port type. public ExpressRouteLinkConnectorType? ConnectorType { get; } /// Administrative state of the physical port. diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRoutePortAuthorizationCollection.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRoutePortAuthorizationCollection.cs new file mode 100644 index 000000000000..ca8c1fc40610 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRoutePortAuthorizationCollection.cs @@ -0,0 +1,340 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Collections; +using System.Collections.Generic; +using System.Globalization; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Core.Pipeline; +using Azure.ResourceManager; + +namespace Azure.ResourceManager.Network +{ + /// + /// A class representing a collection of and their operations. + /// Each in the collection will belong to the same instance of . + /// To get an instance call the GetExpressRoutePortAuthorizations method from an instance of . + /// + public partial class ExpressRoutePortAuthorizationCollection : ArmCollection, IEnumerable, IAsyncEnumerable + { + private readonly ClientDiagnostics _expressRoutePortAuthorizationClientDiagnostics; + private readonly ExpressRoutePortAuthorizationsRestOperations _expressRoutePortAuthorizationRestClient; + + /// Initializes a new instance of the class for mocking. + protected ExpressRoutePortAuthorizationCollection() + { + } + + /// Initializes a new instance of the class. + /// The client parameters to use in these operations. + /// The identifier of the parent resource that is the target of operations. + internal ExpressRoutePortAuthorizationCollection(ArmClient client, ResourceIdentifier id) : base(client, id) + { + _expressRoutePortAuthorizationClientDiagnostics = new ClientDiagnostics("Azure.ResourceManager.Network", ExpressRoutePortAuthorizationResource.ResourceType.Namespace, Diagnostics); + TryGetApiVersion(ExpressRoutePortAuthorizationResource.ResourceType, out string expressRoutePortAuthorizationApiVersion); + _expressRoutePortAuthorizationRestClient = new ExpressRoutePortAuthorizationsRestOperations(Pipeline, Diagnostics.ApplicationId, Endpoint, expressRoutePortAuthorizationApiVersion); +#if DEBUG + ValidateResourceId(Id); +#endif + } + + internal static void ValidateResourceId(ResourceIdentifier id) + { + if (id.ResourceType != ExpressRoutePortResource.ResourceType) + throw new ArgumentException(string.Format(CultureInfo.CurrentCulture, "Invalid resource type {0} expected {1}", id.ResourceType, ExpressRoutePortResource.ResourceType), nameof(id)); + } + + /// + /// Creates or updates an authorization in the specified express route port. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/expressRoutePorts/{expressRoutePortName}/authorizations/{authorizationName} + /// + /// + /// Operation Id + /// ExpressRoutePortAuthorizations_CreateOrUpdate + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// The name of the authorization. + /// Parameters supplied to the create or update express route port authorization operation. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// or is null. + public virtual async Task> CreateOrUpdateAsync(WaitUntil waitUntil, string authorizationName, ExpressRoutePortAuthorizationData data, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(authorizationName, nameof(authorizationName)); + Argument.AssertNotNull(data, nameof(data)); + + using var scope = _expressRoutePortAuthorizationClientDiagnostics.CreateScope("ExpressRoutePortAuthorizationCollection.CreateOrUpdate"); + scope.Start(); + try + { + var response = await _expressRoutePortAuthorizationRestClient.CreateOrUpdateAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, authorizationName, data, cancellationToken).ConfigureAwait(false); + var operation = new NetworkArmOperation(new ExpressRoutePortAuthorizationOperationSource(Client), _expressRoutePortAuthorizationClientDiagnostics, Pipeline, _expressRoutePortAuthorizationRestClient.CreateCreateOrUpdateRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, authorizationName, data).Request, response, OperationFinalStateVia.AzureAsyncOperation); + if (waitUntil == WaitUntil.Completed) + await operation.WaitForCompletionAsync(cancellationToken).ConfigureAwait(false); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Creates or updates an authorization in the specified express route port. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/expressRoutePorts/{expressRoutePortName}/authorizations/{authorizationName} + /// + /// + /// Operation Id + /// ExpressRoutePortAuthorizations_CreateOrUpdate + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// The name of the authorization. + /// Parameters supplied to the create or update express route port authorization operation. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// or is null. + public virtual ArmOperation CreateOrUpdate(WaitUntil waitUntil, string authorizationName, ExpressRoutePortAuthorizationData data, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(authorizationName, nameof(authorizationName)); + Argument.AssertNotNull(data, nameof(data)); + + using var scope = _expressRoutePortAuthorizationClientDiagnostics.CreateScope("ExpressRoutePortAuthorizationCollection.CreateOrUpdate"); + scope.Start(); + try + { + var response = _expressRoutePortAuthorizationRestClient.CreateOrUpdate(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, authorizationName, data, cancellationToken); + var operation = new NetworkArmOperation(new ExpressRoutePortAuthorizationOperationSource(Client), _expressRoutePortAuthorizationClientDiagnostics, Pipeline, _expressRoutePortAuthorizationRestClient.CreateCreateOrUpdateRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, authorizationName, data).Request, response, OperationFinalStateVia.AzureAsyncOperation); + if (waitUntil == WaitUntil.Completed) + operation.WaitForCompletion(cancellationToken); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Gets the specified authorization from the specified express route port. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/expressRoutePorts/{expressRoutePortName}/authorizations/{authorizationName} + /// + /// + /// Operation Id + /// ExpressRoutePortAuthorizations_Get + /// + /// + /// + /// The name of the authorization. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// is null. + public virtual async Task> GetAsync(string authorizationName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(authorizationName, nameof(authorizationName)); + + using var scope = _expressRoutePortAuthorizationClientDiagnostics.CreateScope("ExpressRoutePortAuthorizationCollection.Get"); + scope.Start(); + try + { + var response = await _expressRoutePortAuthorizationRestClient.GetAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, authorizationName, cancellationToken).ConfigureAwait(false); + if (response.Value == null) + throw new RequestFailedException(response.GetRawResponse()); + return Response.FromValue(new ExpressRoutePortAuthorizationResource(Client, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Gets the specified authorization from the specified express route port. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/expressRoutePorts/{expressRoutePortName}/authorizations/{authorizationName} + /// + /// + /// Operation Id + /// ExpressRoutePortAuthorizations_Get + /// + /// + /// + /// The name of the authorization. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// is null. + public virtual Response Get(string authorizationName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(authorizationName, nameof(authorizationName)); + + using var scope = _expressRoutePortAuthorizationClientDiagnostics.CreateScope("ExpressRoutePortAuthorizationCollection.Get"); + scope.Start(); + try + { + var response = _expressRoutePortAuthorizationRestClient.Get(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, authorizationName, cancellationToken); + if (response.Value == null) + throw new RequestFailedException(response.GetRawResponse()); + return Response.FromValue(new ExpressRoutePortAuthorizationResource(Client, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Gets all authorizations in an express route port. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/expressRoutePorts/{expressRoutePortName}/authorizations + /// + /// + /// Operation Id + /// ExpressRoutePortAuthorizations_List + /// + /// + /// + /// The cancellation token to use. + /// An async collection of that may take multiple service requests to iterate over. + public virtual AsyncPageable GetAllAsync(CancellationToken cancellationToken = default) + { + HttpMessage FirstPageRequest(int? pageSizeHint) => _expressRoutePortAuthorizationRestClient.CreateListRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name); + HttpMessage NextPageRequest(int? pageSizeHint, string nextLink) => _expressRoutePortAuthorizationRestClient.CreateListNextPageRequest(nextLink, Id.SubscriptionId, Id.ResourceGroupName, Id.Name); + return PageableHelpers.CreateAsyncPageable(FirstPageRequest, NextPageRequest, e => new ExpressRoutePortAuthorizationResource(Client, ExpressRoutePortAuthorizationData.DeserializeExpressRoutePortAuthorizationData(e)), _expressRoutePortAuthorizationClientDiagnostics, Pipeline, "ExpressRoutePortAuthorizationCollection.GetAll", "value", "nextLink", cancellationToken); + } + + /// + /// Gets all authorizations in an express route port. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/expressRoutePorts/{expressRoutePortName}/authorizations + /// + /// + /// Operation Id + /// ExpressRoutePortAuthorizations_List + /// + /// + /// + /// The cancellation token to use. + /// A collection of that may take multiple service requests to iterate over. + public virtual Pageable GetAll(CancellationToken cancellationToken = default) + { + HttpMessage FirstPageRequest(int? pageSizeHint) => _expressRoutePortAuthorizationRestClient.CreateListRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name); + HttpMessage NextPageRequest(int? pageSizeHint, string nextLink) => _expressRoutePortAuthorizationRestClient.CreateListNextPageRequest(nextLink, Id.SubscriptionId, Id.ResourceGroupName, Id.Name); + return PageableHelpers.CreatePageable(FirstPageRequest, NextPageRequest, e => new ExpressRoutePortAuthorizationResource(Client, ExpressRoutePortAuthorizationData.DeserializeExpressRoutePortAuthorizationData(e)), _expressRoutePortAuthorizationClientDiagnostics, Pipeline, "ExpressRoutePortAuthorizationCollection.GetAll", "value", "nextLink", cancellationToken); + } + + /// + /// Checks to see if the resource exists in azure. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/expressRoutePorts/{expressRoutePortName}/authorizations/{authorizationName} + /// + /// + /// Operation Id + /// ExpressRoutePortAuthorizations_Get + /// + /// + /// + /// The name of the authorization. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// is null. + public virtual async Task> ExistsAsync(string authorizationName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(authorizationName, nameof(authorizationName)); + + using var scope = _expressRoutePortAuthorizationClientDiagnostics.CreateScope("ExpressRoutePortAuthorizationCollection.Exists"); + scope.Start(); + try + { + var response = await _expressRoutePortAuthorizationRestClient.GetAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, authorizationName, cancellationToken: cancellationToken).ConfigureAwait(false); + return Response.FromValue(response.Value != null, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Checks to see if the resource exists in azure. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/expressRoutePorts/{expressRoutePortName}/authorizations/{authorizationName} + /// + /// + /// Operation Id + /// ExpressRoutePortAuthorizations_Get + /// + /// + /// + /// The name of the authorization. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// is null. + public virtual Response Exists(string authorizationName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(authorizationName, nameof(authorizationName)); + + using var scope = _expressRoutePortAuthorizationClientDiagnostics.CreateScope("ExpressRoutePortAuthorizationCollection.Exists"); + scope.Start(); + try + { + var response = _expressRoutePortAuthorizationRestClient.Get(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, authorizationName, cancellationToken: cancellationToken); + return Response.FromValue(response.Value != null, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRoutePortAuthorizationData.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRoutePortAuthorizationData.cs new file mode 100644 index 000000000000..ecb5323c1bd4 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRoutePortAuthorizationData.cs @@ -0,0 +1,55 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using Azure; +using Azure.Core; +using Azure.ResourceManager.Network.Models; + +namespace Azure.ResourceManager.Network +{ + /// + /// A class representing the ExpressRoutePortAuthorization data model. + /// ExpressRoutePort Authorization resource definition. + /// + public partial class ExpressRoutePortAuthorizationData : NetworkResourceData + { + /// Initializes a new instance of ExpressRoutePortAuthorizationData. + public ExpressRoutePortAuthorizationData() + { + } + + /// Initializes a new instance of ExpressRoutePortAuthorizationData. + /// Resource ID. + /// Resource name. + /// Resource type. + /// A unique read-only string that changes whenever the resource is updated. + /// The authorization key. + /// The authorization use status. + /// The reference to the ExpressRoute circuit resource using the authorization. + /// The provisioning state of the authorization resource. + internal ExpressRoutePortAuthorizationData(ResourceIdentifier id, string name, ResourceType? resourceType, ETag? etag, string authorizationKey, ExpressRoutePortAuthorizationUseStatus? authorizationUseStatus, Uri circuitResourceUri, NetworkProvisioningState? provisioningState) : base(id, name, resourceType) + { + ETag = etag; + AuthorizationKey = authorizationKey; + AuthorizationUseStatus = authorizationUseStatus; + CircuitResourceUri = circuitResourceUri; + ProvisioningState = provisioningState; + } + + /// A unique read-only string that changes whenever the resource is updated. + public ETag? ETag { get; } + /// The authorization key. + public string AuthorizationKey { get; } + /// The authorization use status. + public ExpressRoutePortAuthorizationUseStatus? AuthorizationUseStatus { get; } + /// The reference to the ExpressRoute circuit resource using the authorization. + public Uri CircuitResourceUri { get; } + /// The provisioning state of the authorization resource. + public NetworkProvisioningState? ProvisioningState { get; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRoutePortAuthorizationResource.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRoutePortAuthorizationResource.cs new file mode 100644 index 000000000000..32f34a208d40 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRoutePortAuthorizationResource.cs @@ -0,0 +1,297 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Globalization; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Core.Pipeline; +using Azure.ResourceManager; + +namespace Azure.ResourceManager.Network +{ + /// + /// A Class representing an ExpressRoutePortAuthorization along with the instance operations that can be performed on it. + /// If you have a you can construct an + /// from an instance of using the GetExpressRoutePortAuthorizationResource method. + /// Otherwise you can get one from its parent resource using the GetExpressRoutePortAuthorization method. + /// + public partial class ExpressRoutePortAuthorizationResource : ArmResource + { + /// Generate the resource identifier of a instance. + public static ResourceIdentifier CreateResourceIdentifier(string subscriptionId, string resourceGroupName, string expressRoutePortName, string authorizationName) + { + var resourceId = $"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/expressRoutePorts/{expressRoutePortName}/authorizations/{authorizationName}"; + return new ResourceIdentifier(resourceId); + } + + private readonly ClientDiagnostics _expressRoutePortAuthorizationClientDiagnostics; + private readonly ExpressRoutePortAuthorizationsRestOperations _expressRoutePortAuthorizationRestClient; + private readonly ExpressRoutePortAuthorizationData _data; + + /// Initializes a new instance of the class for mocking. + protected ExpressRoutePortAuthorizationResource() + { + } + + /// Initializes a new instance of the class. + /// The client parameters to use in these operations. + /// The resource that is the target of operations. + internal ExpressRoutePortAuthorizationResource(ArmClient client, ExpressRoutePortAuthorizationData data) : this(client, data.Id) + { + HasData = true; + _data = data; + } + + /// Initializes a new instance of the class. + /// The client parameters to use in these operations. + /// The identifier of the resource that is the target of operations. + internal ExpressRoutePortAuthorizationResource(ArmClient client, ResourceIdentifier id) : base(client, id) + { + _expressRoutePortAuthorizationClientDiagnostics = new ClientDiagnostics("Azure.ResourceManager.Network", ResourceType.Namespace, Diagnostics); + TryGetApiVersion(ResourceType, out string expressRoutePortAuthorizationApiVersion); + _expressRoutePortAuthorizationRestClient = new ExpressRoutePortAuthorizationsRestOperations(Pipeline, Diagnostics.ApplicationId, Endpoint, expressRoutePortAuthorizationApiVersion); +#if DEBUG + ValidateResourceId(Id); +#endif + } + + /// Gets the resource type for the operations. + public static readonly ResourceType ResourceType = "Microsoft.Network/expressRoutePorts/authorizations"; + + /// Gets whether or not the current instance has data. + public virtual bool HasData { get; } + + /// Gets the data representing this Feature. + /// Throws if there is no data loaded in the current instance. + public virtual ExpressRoutePortAuthorizationData Data + { + get + { + if (!HasData) + throw new InvalidOperationException("The current instance does not have data, you must call Get first."); + return _data; + } + } + + internal static void ValidateResourceId(ResourceIdentifier id) + { + if (id.ResourceType != ResourceType) + throw new ArgumentException(string.Format(CultureInfo.CurrentCulture, "Invalid resource type {0} expected {1}", id.ResourceType, ResourceType), nameof(id)); + } + + /// + /// Gets the specified authorization from the specified express route port. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/expressRoutePorts/{expressRoutePortName}/authorizations/{authorizationName} + /// + /// + /// Operation Id + /// ExpressRoutePortAuthorizations_Get + /// + /// + /// + /// The cancellation token to use. + public virtual async Task> GetAsync(CancellationToken cancellationToken = default) + { + using var scope = _expressRoutePortAuthorizationClientDiagnostics.CreateScope("ExpressRoutePortAuthorizationResource.Get"); + scope.Start(); + try + { + var response = await _expressRoutePortAuthorizationRestClient.GetAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken).ConfigureAwait(false); + if (response.Value == null) + throw new RequestFailedException(response.GetRawResponse()); + return Response.FromValue(new ExpressRoutePortAuthorizationResource(Client, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Gets the specified authorization from the specified express route port. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/expressRoutePorts/{expressRoutePortName}/authorizations/{authorizationName} + /// + /// + /// Operation Id + /// ExpressRoutePortAuthorizations_Get + /// + /// + /// + /// The cancellation token to use. + public virtual Response Get(CancellationToken cancellationToken = default) + { + using var scope = _expressRoutePortAuthorizationClientDiagnostics.CreateScope("ExpressRoutePortAuthorizationResource.Get"); + scope.Start(); + try + { + var response = _expressRoutePortAuthorizationRestClient.Get(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken); + if (response.Value == null) + throw new RequestFailedException(response.GetRawResponse()); + return Response.FromValue(new ExpressRoutePortAuthorizationResource(Client, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Deletes the specified authorization from the specified express route port. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/expressRoutePorts/{expressRoutePortName}/authorizations/{authorizationName} + /// + /// + /// Operation Id + /// ExpressRoutePortAuthorizations_Delete + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// The cancellation token to use. + public virtual async Task DeleteAsync(WaitUntil waitUntil, CancellationToken cancellationToken = default) + { + using var scope = _expressRoutePortAuthorizationClientDiagnostics.CreateScope("ExpressRoutePortAuthorizationResource.Delete"); + scope.Start(); + try + { + var response = await _expressRoutePortAuthorizationRestClient.DeleteAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken).ConfigureAwait(false); + var operation = new NetworkArmOperation(_expressRoutePortAuthorizationClientDiagnostics, Pipeline, _expressRoutePortAuthorizationRestClient.CreateDeleteRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name).Request, response, OperationFinalStateVia.Location); + if (waitUntil == WaitUntil.Completed) + await operation.WaitForCompletionResponseAsync(cancellationToken).ConfigureAwait(false); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Deletes the specified authorization from the specified express route port. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/expressRoutePorts/{expressRoutePortName}/authorizations/{authorizationName} + /// + /// + /// Operation Id + /// ExpressRoutePortAuthorizations_Delete + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// The cancellation token to use. + public virtual ArmOperation Delete(WaitUntil waitUntil, CancellationToken cancellationToken = default) + { + using var scope = _expressRoutePortAuthorizationClientDiagnostics.CreateScope("ExpressRoutePortAuthorizationResource.Delete"); + scope.Start(); + try + { + var response = _expressRoutePortAuthorizationRestClient.Delete(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken); + var operation = new NetworkArmOperation(_expressRoutePortAuthorizationClientDiagnostics, Pipeline, _expressRoutePortAuthorizationRestClient.CreateDeleteRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name).Request, response, OperationFinalStateVia.Location); + if (waitUntil == WaitUntil.Completed) + operation.WaitForCompletionResponse(cancellationToken); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Creates or updates an authorization in the specified express route port. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/expressRoutePorts/{expressRoutePortName}/authorizations/{authorizationName} + /// + /// + /// Operation Id + /// ExpressRoutePortAuthorizations_CreateOrUpdate + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// Parameters supplied to the create or update express route port authorization operation. + /// The cancellation token to use. + /// is null. + public virtual async Task> UpdateAsync(WaitUntil waitUntil, ExpressRoutePortAuthorizationData data, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(data, nameof(data)); + + using var scope = _expressRoutePortAuthorizationClientDiagnostics.CreateScope("ExpressRoutePortAuthorizationResource.Update"); + scope.Start(); + try + { + var response = await _expressRoutePortAuthorizationRestClient.CreateOrUpdateAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, data, cancellationToken).ConfigureAwait(false); + var operation = new NetworkArmOperation(new ExpressRoutePortAuthorizationOperationSource(Client), _expressRoutePortAuthorizationClientDiagnostics, Pipeline, _expressRoutePortAuthorizationRestClient.CreateCreateOrUpdateRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, data).Request, response, OperationFinalStateVia.AzureAsyncOperation); + if (waitUntil == WaitUntil.Completed) + await operation.WaitForCompletionAsync(cancellationToken).ConfigureAwait(false); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Creates or updates an authorization in the specified express route port. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/expressRoutePorts/{expressRoutePortName}/authorizations/{authorizationName} + /// + /// + /// Operation Id + /// ExpressRoutePortAuthorizations_CreateOrUpdate + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// Parameters supplied to the create or update express route port authorization operation. + /// The cancellation token to use. + /// is null. + public virtual ArmOperation Update(WaitUntil waitUntil, ExpressRoutePortAuthorizationData data, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(data, nameof(data)); + + using var scope = _expressRoutePortAuthorizationClientDiagnostics.CreateScope("ExpressRoutePortAuthorizationResource.Update"); + scope.Start(); + try + { + var response = _expressRoutePortAuthorizationRestClient.CreateOrUpdate(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, data, cancellationToken); + var operation = new NetworkArmOperation(new ExpressRoutePortAuthorizationOperationSource(Client), _expressRoutePortAuthorizationClientDiagnostics, Pipeline, _expressRoutePortAuthorizationRestClient.CreateCreateOrUpdateRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, data).Request, response, OperationFinalStateVia.AzureAsyncOperation); + if (waitUntil == WaitUntil.Completed) + operation.WaitForCompletion(cancellationToken); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRoutePortData.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRoutePortData.cs index 884c4259e42a..3838496867d5 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRoutePortData.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRoutePortData.cs @@ -47,7 +47,8 @@ public ExpressRoutePortData() /// Reference the ExpressRoute circuit(s) that are provisioned on this ExpressRoutePort resource. /// The provisioning state of the express route port resource. /// The resource GUID property of the express route port resource. - internal ExpressRoutePortData(ResourceIdentifier id, string name, ResourceType? resourceType, AzureLocation? location, IDictionary tags, ETag? etag, ManagedServiceIdentity identity, string peeringLocation, int? bandwidthInGbps, float? provisionedBandwidthInGbps, string mtu, ExpressRoutePortsEncapsulation? encapsulation, string etherType, string allocationDate, IList links, IReadOnlyList circuits, NetworkProvisioningState? provisioningState, Guid? resourceGuid) : base(id, name, resourceType, location, tags) + /// The billing type of the ExpressRoutePort resource. + internal ExpressRoutePortData(ResourceIdentifier id, string name, ResourceType? resourceType, AzureLocation? location, IDictionary tags, ETag? etag, ManagedServiceIdentity identity, string peeringLocation, int? bandwidthInGbps, float? provisionedBandwidthInGbps, string mtu, ExpressRoutePortsEncapsulation? encapsulation, string etherType, string allocationDate, IList links, IReadOnlyList circuits, NetworkProvisioningState? provisioningState, Guid? resourceGuid, ExpressRoutePortsBillingType? billingType) : base(id, name, resourceType, location, tags) { ETag = etag; Identity = identity; @@ -62,6 +63,7 @@ internal ExpressRoutePortData(ResourceIdentifier id, string name, ResourceType? Circuits = circuits; ProvisioningState = provisioningState; ResourceGuid = resourceGuid; + BillingType = billingType; } /// A unique read-only string that changes whenever the resource is updated. @@ -90,5 +92,7 @@ internal ExpressRoutePortData(ResourceIdentifier id, string name, ResourceType? public NetworkProvisioningState? ProvisioningState { get; } /// The resource GUID property of the express route port resource. public Guid? ResourceGuid { get; } + /// The billing type of the ExpressRoutePort resource. + public ExpressRoutePortsBillingType? BillingType { get; set; } } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRoutePortResource.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRoutePortResource.cs index b081d0cb73f9..f76df3d25248 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRoutePortResource.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRoutePortResource.cs @@ -142,6 +142,59 @@ public virtual Response GetExpressRouteLink(string lin return GetExpressRouteLinks().Get(linkName, cancellationToken); } + /// Gets a collection of ExpressRoutePortAuthorizationResources in the ExpressRoutePort. + /// An object representing collection of ExpressRoutePortAuthorizationResources and their operations over a ExpressRoutePortAuthorizationResource. + public virtual ExpressRoutePortAuthorizationCollection GetExpressRoutePortAuthorizations() + { + return GetCachedClient(Client => new ExpressRoutePortAuthorizationCollection(Client, Id)); + } + + /// + /// Gets the specified authorization from the specified express route port. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/expressRoutePorts/{expressRoutePortName}/authorizations/{authorizationName} + /// + /// + /// Operation Id + /// ExpressRoutePortAuthorizations_Get + /// + /// + /// + /// The name of the authorization. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// is null. + [ForwardsClientCalls] + public virtual async Task> GetExpressRoutePortAuthorizationAsync(string authorizationName, CancellationToken cancellationToken = default) + { + return await GetExpressRoutePortAuthorizations().GetAsync(authorizationName, cancellationToken).ConfigureAwait(false); + } + + /// + /// Gets the specified authorization from the specified express route port. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/expressRoutePorts/{expressRoutePortName}/authorizations/{authorizationName} + /// + /// + /// Operation Id + /// ExpressRoutePortAuthorizations_Get + /// + /// + /// + /// The name of the authorization. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// is null. + [ForwardsClientCalls] + public virtual Response GetExpressRoutePortAuthorization(string authorizationName, CancellationToken cancellationToken = default) + { + return GetExpressRoutePortAuthorizations().Get(authorizationName, cancellationToken); + } + /// /// Retrieves the requested ExpressRoutePort resource. /// diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRouteProviderPortCollection.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRouteProviderPortCollection.cs new file mode 100644 index 000000000000..5dfac2e64a8e --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRouteProviderPortCollection.cs @@ -0,0 +1,264 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Collections; +using System.Collections.Generic; +using System.Globalization; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Core.Pipeline; +using Azure.ResourceManager; +using Azure.ResourceManager.Resources; + +namespace Azure.ResourceManager.Network +{ + /// + /// A class representing a collection of and their operations. + /// Each in the collection will belong to the same instance of . + /// To get an instance call the GetExpressRouteProviderPorts method from an instance of . + /// + public partial class ExpressRouteProviderPortCollection : ArmCollection, IEnumerable, IAsyncEnumerable + { + private readonly ClientDiagnostics _expressRouteProviderPortClientDiagnostics; + private readonly NetworkManagementRestOperations _expressRouteProviderPortRestClient; + private readonly ClientDiagnostics _expressRouteProviderPortExpressRouteProviderPortsLocationClientDiagnostics; + private readonly ExpressRouteProviderPortsLocationRestOperations _expressRouteProviderPortExpressRouteProviderPortsLocationRestClient; + + /// Initializes a new instance of the class for mocking. + protected ExpressRouteProviderPortCollection() + { + } + + /// Initializes a new instance of the class. + /// The client parameters to use in these operations. + /// The identifier of the parent resource that is the target of operations. + internal ExpressRouteProviderPortCollection(ArmClient client, ResourceIdentifier id) : base(client, id) + { + _expressRouteProviderPortClientDiagnostics = new ClientDiagnostics("Azure.ResourceManager.Network", ExpressRouteProviderPortResource.ResourceType.Namespace, Diagnostics); + TryGetApiVersion(ExpressRouteProviderPortResource.ResourceType, out string expressRouteProviderPortApiVersion); + _expressRouteProviderPortRestClient = new NetworkManagementRestOperations(Pipeline, Diagnostics.ApplicationId, Endpoint, expressRouteProviderPortApiVersion); + _expressRouteProviderPortExpressRouteProviderPortsLocationClientDiagnostics = new ClientDiagnostics("Azure.ResourceManager.Network", ExpressRouteProviderPortResource.ResourceType.Namespace, Diagnostics); + TryGetApiVersion(ExpressRouteProviderPortResource.ResourceType, out string expressRouteProviderPortExpressRouteProviderPortsLocationApiVersion); + _expressRouteProviderPortExpressRouteProviderPortsLocationRestClient = new ExpressRouteProviderPortsLocationRestOperations(Pipeline, Diagnostics.ApplicationId, Endpoint, expressRouteProviderPortExpressRouteProviderPortsLocationApiVersion); +#if DEBUG + ValidateResourceId(Id); +#endif + } + + internal static void ValidateResourceId(ResourceIdentifier id) + { + if (id.ResourceType != SubscriptionResource.ResourceType) + throw new ArgumentException(string.Format(CultureInfo.CurrentCulture, "Invalid resource type {0} expected {1}", id.ResourceType, SubscriptionResource.ResourceType), nameof(id)); + } + + /// + /// Retrieves detail of a provider port. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/providers/Microsoft.Network/expressRouteProviderPorts/{providerport} + /// + /// + /// Operation Id + /// ExpressRouteProviderPort + /// + /// + /// + /// The name of the provider port. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// is null. + public virtual async Task> GetAsync(string providerport, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(providerport, nameof(providerport)); + + using var scope = _expressRouteProviderPortClientDiagnostics.CreateScope("ExpressRouteProviderPortCollection.Get"); + scope.Start(); + try + { + var response = await _expressRouteProviderPortRestClient.ExpressRouteProviderPortAsync(Id.SubscriptionId, providerport, cancellationToken).ConfigureAwait(false); + if (response.Value == null) + throw new RequestFailedException(response.GetRawResponse()); + return Response.FromValue(new ExpressRouteProviderPortResource(Client, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Retrieves detail of a provider port. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/providers/Microsoft.Network/expressRouteProviderPorts/{providerport} + /// + /// + /// Operation Id + /// ExpressRouteProviderPort + /// + /// + /// + /// The name of the provider port. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// is null. + public virtual Response Get(string providerport, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(providerport, nameof(providerport)); + + using var scope = _expressRouteProviderPortClientDiagnostics.CreateScope("ExpressRouteProviderPortCollection.Get"); + scope.Start(); + try + { + var response = _expressRouteProviderPortRestClient.ExpressRouteProviderPort(Id.SubscriptionId, providerport, cancellationToken); + if (response.Value == null) + throw new RequestFailedException(response.GetRawResponse()); + return Response.FromValue(new ExpressRouteProviderPortResource(Client, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Retrieves all the ExpressRouteProviderPorts in a subscription. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/providers/Microsoft.Network/expressRouteProviderPorts + /// + /// + /// Operation Id + /// ExpressRouteProviderPortsLocation_List + /// + /// + /// + /// The filter to apply on the operation. For example, you can use $filter=location eq '{state}'. + /// The cancellation token to use. + /// An async collection of that may take multiple service requests to iterate over. + public virtual AsyncPageable GetAllAsync(string filter = null, CancellationToken cancellationToken = default) + { + HttpMessage FirstPageRequest(int? pageSizeHint) => _expressRouteProviderPortExpressRouteProviderPortsLocationRestClient.CreateListRequest(Id.SubscriptionId, filter); + return PageableHelpers.CreateAsyncPageable(FirstPageRequest, null, e => new ExpressRouteProviderPortResource(Client, ExpressRouteProviderPortData.DeserializeExpressRouteProviderPortData(e)), _expressRouteProviderPortExpressRouteProviderPortsLocationClientDiagnostics, Pipeline, "ExpressRouteProviderPortCollection.GetAll", "value", null, cancellationToken); + } + + /// + /// Retrieves all the ExpressRouteProviderPorts in a subscription. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/providers/Microsoft.Network/expressRouteProviderPorts + /// + /// + /// Operation Id + /// ExpressRouteProviderPortsLocation_List + /// + /// + /// + /// The filter to apply on the operation. For example, you can use $filter=location eq '{state}'. + /// The cancellation token to use. + /// A collection of that may take multiple service requests to iterate over. + public virtual Pageable GetAll(string filter = null, CancellationToken cancellationToken = default) + { + HttpMessage FirstPageRequest(int? pageSizeHint) => _expressRouteProviderPortExpressRouteProviderPortsLocationRestClient.CreateListRequest(Id.SubscriptionId, filter); + return PageableHelpers.CreatePageable(FirstPageRequest, null, e => new ExpressRouteProviderPortResource(Client, ExpressRouteProviderPortData.DeserializeExpressRouteProviderPortData(e)), _expressRouteProviderPortExpressRouteProviderPortsLocationClientDiagnostics, Pipeline, "ExpressRouteProviderPortCollection.GetAll", "value", null, cancellationToken); + } + + /// + /// Checks to see if the resource exists in azure. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/providers/Microsoft.Network/expressRouteProviderPorts/{providerport} + /// + /// + /// Operation Id + /// ExpressRouteProviderPort + /// + /// + /// + /// The name of the provider port. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// is null. + public virtual async Task> ExistsAsync(string providerport, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(providerport, nameof(providerport)); + + using var scope = _expressRouteProviderPortClientDiagnostics.CreateScope("ExpressRouteProviderPortCollection.Exists"); + scope.Start(); + try + { + var response = await _expressRouteProviderPortRestClient.ExpressRouteProviderPortAsync(Id.SubscriptionId, providerport, cancellationToken: cancellationToken).ConfigureAwait(false); + return Response.FromValue(response.Value != null, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Checks to see if the resource exists in azure. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/providers/Microsoft.Network/expressRouteProviderPorts/{providerport} + /// + /// + /// Operation Id + /// ExpressRouteProviderPort + /// + /// + /// + /// The name of the provider port. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// is null. + public virtual Response Exists(string providerport, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(providerport, nameof(providerport)); + + using var scope = _expressRouteProviderPortClientDiagnostics.CreateScope("ExpressRouteProviderPortCollection.Exists"); + scope.Start(); + try + { + var response = _expressRouteProviderPortRestClient.ExpressRouteProviderPort(Id.SubscriptionId, providerport, cancellationToken: cancellationToken); + return Response.FromValue(response.Value != null, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRouteProviderPortData.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRouteProviderPortData.cs new file mode 100644 index 000000000000..f257abab772e --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRouteProviderPortData.cs @@ -0,0 +1,75 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using Azure; +using Azure.Core; +using Azure.ResourceManager.Models; + +namespace Azure.ResourceManager.Network +{ + /// + /// A class representing the ExpressRouteProviderPort data model. + /// ExpressRouteProviderPort resource. + /// + public partial class ExpressRouteProviderPortData : TrackedResourceData + { + /// Initializes a new instance of ExpressRouteProviderPortData. + /// The location. + public ExpressRouteProviderPortData(AzureLocation location) : base(location) + { + } + + /// Initializes a new instance of ExpressRouteProviderPortData. + /// The id. + /// The name. + /// The resourceType. + /// The systemData. + /// The tags. + /// The location. + /// A unique read-only string that changes whenever the resource is updated. + /// The name of the port pair. + /// The name of the primary port. + /// The name of the secondary port. + /// The peering location of the port pair. + /// Overprovisioning factor for the port pair. + /// Bandwidth of the port in Mbps. + /// Used Bandwidth of the port in Mbps. + /// Remaining Bandwidth of the port in Mbps. + internal ExpressRouteProviderPortData(ResourceIdentifier id, string name, ResourceType resourceType, SystemData systemData, IDictionary tags, AzureLocation location, ETag? etag, string portPairDescriptor, string primaryAzurePort, string secondaryAzurePort, string peeringLocation, int? overprovisionFactor, int? portBandwidthInMbps, int? usedBandwidthInMbps, int? remainingBandwidthInMbps) : base(id, name, resourceType, systemData, tags, location) + { + ETag = etag; + PortPairDescriptor = portPairDescriptor; + PrimaryAzurePort = primaryAzurePort; + SecondaryAzurePort = secondaryAzurePort; + PeeringLocation = peeringLocation; + OverprovisionFactor = overprovisionFactor; + PortBandwidthInMbps = portBandwidthInMbps; + UsedBandwidthInMbps = usedBandwidthInMbps; + RemainingBandwidthInMbps = remainingBandwidthInMbps; + } + + /// A unique read-only string that changes whenever the resource is updated. + public ETag? ETag { get; } + /// The name of the port pair. + public string PortPairDescriptor { get; } + /// The name of the primary port. + public string PrimaryAzurePort { get; } + /// The name of the secondary port. + public string SecondaryAzurePort { get; } + /// The peering location of the port pair. + public string PeeringLocation { get; set; } + /// Overprovisioning factor for the port pair. + public int? OverprovisionFactor { get; set; } + /// Bandwidth of the port in Mbps. + public int? PortBandwidthInMbps { get; set; } + /// Used Bandwidth of the port in Mbps. + public int? UsedBandwidthInMbps { get; set; } + /// Remaining Bandwidth of the port in Mbps. + public int? RemainingBandwidthInMbps { get; set; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRouteProviderPortResource.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRouteProviderPortResource.cs new file mode 100644 index 000000000000..4507d3e119e3 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/ExpressRouteProviderPortResource.cs @@ -0,0 +1,154 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Globalization; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Core.Pipeline; +using Azure.ResourceManager; +using Azure.ResourceManager.Resources; + +namespace Azure.ResourceManager.Network +{ + /// + /// A Class representing an ExpressRouteProviderPort along with the instance operations that can be performed on it. + /// If you have a you can construct an + /// from an instance of using the GetExpressRouteProviderPortResource method. + /// Otherwise you can get one from its parent resource using the GetExpressRouteProviderPort method. + /// + public partial class ExpressRouteProviderPortResource : ArmResource + { + /// Generate the resource identifier of a instance. + public static ResourceIdentifier CreateResourceIdentifier(string subscriptionId, string providerport) + { + var resourceId = $"/subscriptions/{subscriptionId}/providers/Microsoft.Network/expressRouteProviderPorts/{providerport}"; + return new ResourceIdentifier(resourceId); + } + + private readonly ClientDiagnostics _expressRouteProviderPortClientDiagnostics; + private readonly NetworkManagementRestOperations _expressRouteProviderPortRestClient; + private readonly ExpressRouteProviderPortData _data; + + /// Initializes a new instance of the class for mocking. + protected ExpressRouteProviderPortResource() + { + } + + /// Initializes a new instance of the class. + /// The client parameters to use in these operations. + /// The resource that is the target of operations. + internal ExpressRouteProviderPortResource(ArmClient client, ExpressRouteProviderPortData data) : this(client, data.Id) + { + HasData = true; + _data = data; + } + + /// Initializes a new instance of the class. + /// The client parameters to use in these operations. + /// The identifier of the resource that is the target of operations. + internal ExpressRouteProviderPortResource(ArmClient client, ResourceIdentifier id) : base(client, id) + { + _expressRouteProviderPortClientDiagnostics = new ClientDiagnostics("Azure.ResourceManager.Network", ResourceType.Namespace, Diagnostics); + TryGetApiVersion(ResourceType, out string expressRouteProviderPortApiVersion); + _expressRouteProviderPortRestClient = new NetworkManagementRestOperations(Pipeline, Diagnostics.ApplicationId, Endpoint, expressRouteProviderPortApiVersion); +#if DEBUG + ValidateResourceId(Id); +#endif + } + + /// Gets the resource type for the operations. + public static readonly ResourceType ResourceType = "Microsoft.Network/expressRouteProviderPorts"; + + /// Gets whether or not the current instance has data. + public virtual bool HasData { get; } + + /// Gets the data representing this Feature. + /// Throws if there is no data loaded in the current instance. + public virtual ExpressRouteProviderPortData Data + { + get + { + if (!HasData) + throw new InvalidOperationException("The current instance does not have data, you must call Get first."); + return _data; + } + } + + internal static void ValidateResourceId(ResourceIdentifier id) + { + if (id.ResourceType != ResourceType) + throw new ArgumentException(string.Format(CultureInfo.CurrentCulture, "Invalid resource type {0} expected {1}", id.ResourceType, ResourceType), nameof(id)); + } + + /// + /// Retrieves detail of a provider port. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/providers/Microsoft.Network/expressRouteProviderPorts/{providerport} + /// + /// + /// Operation Id + /// ExpressRouteProviderPort + /// + /// + /// + /// The cancellation token to use. + public virtual async Task> GetAsync(CancellationToken cancellationToken = default) + { + using var scope = _expressRouteProviderPortClientDiagnostics.CreateScope("ExpressRouteProviderPortResource.Get"); + scope.Start(); + try + { + var response = await _expressRouteProviderPortRestClient.ExpressRouteProviderPortAsync(Id.SubscriptionId, Id.Name, cancellationToken).ConfigureAwait(false); + if (response.Value == null) + throw new RequestFailedException(response.GetRawResponse()); + return Response.FromValue(new ExpressRouteProviderPortResource(Client, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Retrieves detail of a provider port. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/providers/Microsoft.Network/expressRouteProviderPorts/{providerport} + /// + /// + /// Operation Id + /// ExpressRouteProviderPort + /// + /// + /// + /// The cancellation token to use. + public virtual Response Get(CancellationToken cancellationToken = default) + { + using var scope = _expressRouteProviderPortClientDiagnostics.CreateScope("ExpressRouteProviderPortResource.Get"); + scope.Start(); + try + { + var response = _expressRouteProviderPortRestClient.ExpressRouteProviderPort(Id.SubscriptionId, Id.Name, cancellationToken); + if (response.Value == null) + throw new RequestFailedException(response.GetRawResponse()); + return Response.FromValue(new ExpressRouteProviderPortResource(Client, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Extensions/ManagementGroupResourceExtensionClient.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Extensions/ManagementGroupResourceExtensionClient.cs new file mode 100644 index 000000000000..d680f58f9dbd --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Extensions/ManagementGroupResourceExtensionClient.cs @@ -0,0 +1,41 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using Azure.Core; +using Azure.ResourceManager; + +namespace Azure.ResourceManager.Network +{ + /// A class to add extension methods to ManagementGroupResource. + internal partial class ManagementGroupResourceExtensionClient : ArmResource + { + /// Initializes a new instance of the class for mocking. + protected ManagementGroupResourceExtensionClient() + { + } + + /// Initializes a new instance of the class. + /// The client parameters to use in these operations. + /// The identifier of the resource that is the target of operations. + internal ManagementGroupResourceExtensionClient(ArmClient client, ResourceIdentifier id) : base(client, id) + { + } + + private string GetApiVersionOrNull(ResourceType resourceType) + { + TryGetApiVersion(resourceType, out string apiVersion); + return apiVersion; + } + + /// Gets a collection of ManagementGroupNetworkManagerConnectionResources in the ManagementGroupResource. + /// An object representing collection of ManagementGroupNetworkManagerConnectionResources and their operations over a ManagementGroupNetworkManagerConnectionResource. + public virtual ManagementGroupNetworkManagerConnectionCollection GetManagementGroupNetworkManagerConnections() + { + return GetCachedClient(Client => new ManagementGroupNetworkManagerConnectionCollection(Client, Id)); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Extensions/NetworkExtensions.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Extensions/NetworkExtensions.cs index 1a5a4cb50968..7bf603fb0b0d 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Extensions/NetworkExtensions.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Extensions/NetworkExtensions.cs @@ -11,6 +11,7 @@ using Azure; using Azure.Core; using Azure.ResourceManager; +using Azure.ResourceManager.ManagementGroups; using Azure.ResourceManager.Network.Models; using Azure.ResourceManager.Resources; @@ -19,6 +20,22 @@ namespace Azure.ResourceManager.Network /// A class to add extension methods to Azure.ResourceManager.Network. public static partial class NetworkExtensions { + private static ManagementGroupResourceExtensionClient GetManagementGroupResourceExtensionClient(ArmResource resource) + { + return resource.GetCachedClient(client => + { + return new ManagementGroupResourceExtensionClient(client, resource.Id); + }); + } + + private static ManagementGroupResourceExtensionClient GetManagementGroupResourceExtensionClient(ArmClient client, ResourceIdentifier scope) + { + return client.GetResourceClient(() => + { + return new ManagementGroupResourceExtensionClient(client, scope); + }); + } + private static ResourceGroupResourceExtensionClient GetResourceGroupResourceExtensionClient(ArmResource resource) { return resource.GetCachedClient(client => @@ -88,6 +105,25 @@ public static ApplicationGatewayPrivateEndpointConnectionResource GetApplication } #endregion + #region ApplicationGatewayWafDynamicManifestResource + /// + /// Gets an object representing an along with the instance operations that can be performed on it but with no data. + /// You can use to create an from its components. + /// + /// The instance the method will execute against. + /// The resource ID of the resource to get. + /// Returns a object. + public static ApplicationGatewayWafDynamicManifestResource GetApplicationGatewayWafDynamicManifestResource(this ArmClient client, ResourceIdentifier id) + { + return client.GetResourceClient(() => + { + ApplicationGatewayWafDynamicManifestResource.ValidateResourceId(id); + return new ApplicationGatewayWafDynamicManifestResource(client, id); + } + ); + } + #endregion + #region ApplicationSecurityGroupResource /// /// Gets an object representing an along with the instance operations that can be performed on it but with no data. @@ -164,6 +200,44 @@ public static BastionHostResource GetBastionHostResource(this ArmClient client, } #endregion + #region ExpressRouteProviderPortResource + /// + /// Gets an object representing an along with the instance operations that can be performed on it but with no data. + /// You can use to create an from its components. + /// + /// The instance the method will execute against. + /// The resource ID of the resource to get. + /// Returns a object. + public static ExpressRouteProviderPortResource GetExpressRouteProviderPortResource(this ArmClient client, ResourceIdentifier id) + { + return client.GetResourceClient(() => + { + ExpressRouteProviderPortResource.ValidateResourceId(id); + return new ExpressRouteProviderPortResource(client, id); + } + ); + } + #endregion + + #region CloudServiceSwapResource + /// + /// Gets an object representing a along with the instance operations that can be performed on it but with no data. + /// You can use to create a from its components. + /// + /// The instance the method will execute against. + /// The resource ID of the resource to get. + /// Returns a object. + public static CloudServiceSwapResource GetCloudServiceSwapResource(this ArmClient client, ResourceIdentifier id) + { + return client.GetResourceClient(() => + { + CloudServiceSwapResource.ValidateResourceId(id); + return new CloudServiceSwapResource(client, id); + } + ); + } + #endregion + #region CustomIPPrefixResource /// /// Gets an object representing a along with the instance operations that can be performed on it but with no data. @@ -430,6 +504,25 @@ public static ExpressRouteLinkResource GetExpressRouteLinkResource(this ArmClien } #endregion + #region ExpressRoutePortAuthorizationResource + /// + /// Gets an object representing an along with the instance operations that can be performed on it but with no data. + /// You can use to create an from its components. + /// + /// The instance the method will execute against. + /// The resource ID of the resource to get. + /// Returns a object. + public static ExpressRoutePortAuthorizationResource GetExpressRoutePortAuthorizationResource(this ArmClient client, ResourceIdentifier id) + { + return client.GetResourceClient(() => + { + ExpressRoutePortAuthorizationResource.ValidateResourceId(id); + return new ExpressRoutePortAuthorizationResource(client, id); + } + ); + } + #endregion + #region FirewallPolicyResource /// /// Gets an object representing a along with the instance operations that can be performed on it but with no data. @@ -468,6 +561,25 @@ public static FirewallPolicyRuleCollectionGroupResource GetFirewallPolicyRuleCol } #endregion + #region PolicySignaturesOverridesForIdpsResource + /// + /// Gets an object representing a along with the instance operations that can be performed on it but with no data. + /// You can use to create a from its components. + /// + /// The instance the method will execute against. + /// The resource ID of the resource to get. + /// Returns a object. + public static PolicySignaturesOverridesForIdpsResource GetPolicySignaturesOverridesForIdpsResource(this ArmClient client, ResourceIdentifier id) + { + return client.GetResourceClient(() => + { + PolicySignaturesOverridesForIdpsResource.ValidateResourceId(id); + return new PolicySignaturesOverridesForIdpsResource(client, id); + } + ); + } + #endregion + #region IPAllocationResource /// /// Gets an object representing an along with the instance operations that can be performed on it but with no data. @@ -715,6 +827,196 @@ public static NetworkInterfaceTapConfigurationResource GetNetworkInterfaceTapCon } #endregion + #region NetworkManagerResource + /// + /// Gets an object representing a along with the instance operations that can be performed on it but with no data. + /// You can use to create a from its components. + /// + /// The instance the method will execute against. + /// The resource ID of the resource to get. + /// Returns a object. + public static NetworkManagerResource GetNetworkManagerResource(this ArmClient client, ResourceIdentifier id) + { + return client.GetResourceClient(() => + { + NetworkManagerResource.ValidateResourceId(id); + return new NetworkManagerResource(client, id); + } + ); + } + #endregion + + #region SubscriptionNetworkManagerConnectionResource + /// + /// Gets an object representing a along with the instance operations that can be performed on it but with no data. + /// You can use to create a from its components. + /// + /// The instance the method will execute against. + /// The resource ID of the resource to get. + /// Returns a object. + public static SubscriptionNetworkManagerConnectionResource GetSubscriptionNetworkManagerConnectionResource(this ArmClient client, ResourceIdentifier id) + { + return client.GetResourceClient(() => + { + SubscriptionNetworkManagerConnectionResource.ValidateResourceId(id); + return new SubscriptionNetworkManagerConnectionResource(client, id); + } + ); + } + #endregion + + #region ManagementGroupNetworkManagerConnectionResource + /// + /// Gets an object representing a along with the instance operations that can be performed on it but with no data. + /// You can use to create a from its components. + /// + /// The instance the method will execute against. + /// The resource ID of the resource to get. + /// Returns a object. + public static ManagementGroupNetworkManagerConnectionResource GetManagementGroupNetworkManagerConnectionResource(this ArmClient client, ResourceIdentifier id) + { + return client.GetResourceClient(() => + { + ManagementGroupNetworkManagerConnectionResource.ValidateResourceId(id); + return new ManagementGroupNetworkManagerConnectionResource(client, id); + } + ); + } + #endregion + + #region ConnectivityConfigurationResource + /// + /// Gets an object representing a along with the instance operations that can be performed on it but with no data. + /// You can use to create a from its components. + /// + /// The instance the method will execute against. + /// The resource ID of the resource to get. + /// Returns a object. + public static ConnectivityConfigurationResource GetConnectivityConfigurationResource(this ArmClient client, ResourceIdentifier id) + { + return client.GetResourceClient(() => + { + ConnectivityConfigurationResource.ValidateResourceId(id); + return new ConnectivityConfigurationResource(client, id); + } + ); + } + #endregion + + #region NetworkGroupResource + /// + /// Gets an object representing a along with the instance operations that can be performed on it but with no data. + /// You can use to create a from its components. + /// + /// The instance the method will execute against. + /// The resource ID of the resource to get. + /// Returns a object. + public static NetworkGroupResource GetNetworkGroupResource(this ArmClient client, ResourceIdentifier id) + { + return client.GetResourceClient(() => + { + NetworkGroupResource.ValidateResourceId(id); + return new NetworkGroupResource(client, id); + } + ); + } + #endregion + + #region NetworkGroupStaticMemberResource + /// + /// Gets an object representing a along with the instance operations that can be performed on it but with no data. + /// You can use to create a from its components. + /// + /// The instance the method will execute against. + /// The resource ID of the resource to get. + /// Returns a object. + public static NetworkGroupStaticMemberResource GetNetworkGroupStaticMemberResource(this ArmClient client, ResourceIdentifier id) + { + return client.GetResourceClient(() => + { + NetworkGroupStaticMemberResource.ValidateResourceId(id); + return new NetworkGroupStaticMemberResource(client, id); + } + ); + } + #endregion + + #region ScopeConnectionResource + /// + /// Gets an object representing a along with the instance operations that can be performed on it but with no data. + /// You can use to create a from its components. + /// + /// The instance the method will execute against. + /// The resource ID of the resource to get. + /// Returns a object. + public static ScopeConnectionResource GetScopeConnectionResource(this ArmClient client, ResourceIdentifier id) + { + return client.GetResourceClient(() => + { + ScopeConnectionResource.ValidateResourceId(id); + return new ScopeConnectionResource(client, id); + } + ); + } + #endregion + + #region SecurityAdminConfigurationResource + /// + /// Gets an object representing a along with the instance operations that can be performed on it but with no data. + /// You can use to create a from its components. + /// + /// The instance the method will execute against. + /// The resource ID of the resource to get. + /// Returns a object. + public static SecurityAdminConfigurationResource GetSecurityAdminConfigurationResource(this ArmClient client, ResourceIdentifier id) + { + return client.GetResourceClient(() => + { + SecurityAdminConfigurationResource.ValidateResourceId(id); + return new SecurityAdminConfigurationResource(client, id); + } + ); + } + #endregion + + #region AdminRuleGroupResource + /// + /// Gets an object representing an along with the instance operations that can be performed on it but with no data. + /// You can use to create an from its components. + /// + /// The instance the method will execute against. + /// The resource ID of the resource to get. + /// Returns a object. + public static AdminRuleGroupResource GetAdminRuleGroupResource(this ArmClient client, ResourceIdentifier id) + { + return client.GetResourceClient(() => + { + AdminRuleGroupResource.ValidateResourceId(id); + return new AdminRuleGroupResource(client, id); + } + ); + } + #endregion + + #region BaseAdminRuleResource + /// + /// Gets an object representing a along with the instance operations that can be performed on it but with no data. + /// You can use to create a from its components. + /// + /// The instance the method will execute against. + /// The resource ID of the resource to get. + /// Returns a object. + public static BaseAdminRuleResource GetBaseAdminRuleResource(this ArmClient client, ResourceIdentifier id) + { + return client.GetResourceClient(() => + { + BaseAdminRuleResource.ValidateResourceId(id); + return new BaseAdminRuleResource(client, id); + } + ); + } + #endregion + #region NetworkProfileResource /// /// Gets an object representing a along with the instance operations that can be performed on it but with no data. @@ -1437,6 +1739,25 @@ public static VpnServerConfigurationResource GetVpnServerConfigurationResource(t } #endregion + #region VpnServerConfigurationPolicyGroupResource + /// + /// Gets an object representing a along with the instance operations that can be performed on it but with no data. + /// You can use to create a from its components. + /// + /// The instance the method will execute against. + /// The resource ID of the resource to get. + /// Returns a object. + public static VpnServerConfigurationPolicyGroupResource GetVpnServerConfigurationPolicyGroupResource(this ArmClient client, ResourceIdentifier id) + { + return client.GetResourceClient(() => + { + VpnServerConfigurationPolicyGroupResource.ValidateResourceId(id); + return new VpnServerConfigurationPolicyGroupResource(client, id); + } + ); + } + #endregion + #region VirtualHubResource /// /// Gets an object representing a along with the instance operations that can be performed on it but with no data. @@ -1456,6 +1777,25 @@ public static VirtualHubResource GetVirtualHubResource(this ArmClient client, Re } #endregion + #region RouteMapResource + /// + /// Gets an object representing a along with the instance operations that can be performed on it but with no data. + /// You can use to create a from its components. + /// + /// The instance the method will execute against. + /// The resource ID of the resource to get. + /// Returns a object. + public static RouteMapResource GetRouteMapResource(this ArmClient client, ResourceIdentifier id) + { + return client.GetResourceClient(() => + { + RouteMapResource.ValidateResourceId(id); + return new RouteMapResource(client, id); + } + ); + } + #endregion + #region HubVirtualNetworkConnectionResource /// /// Gets an object representing a along with the instance operations that can be performed on it but with no data. @@ -1684,6 +2024,25 @@ public static HubRouteTableResource GetHubRouteTableResource(this ArmClient clie } #endregion + #region RoutingIntentResource + /// + /// Gets an object representing a along with the instance operations that can be performed on it but with no data. + /// You can use to create a from its components. + /// + /// The instance the method will execute against. + /// The resource ID of the resource to get. + /// Returns a object. + public static RoutingIntentResource GetRoutingIntentResource(this ArmClient client, ResourceIdentifier id) + { + return client.GetResourceClient(() => + { + RoutingIntentResource.ValidateResourceId(id); + return new RoutingIntentResource(client, id); + } + ); + } + #endregion + #region WebApplicationFirewallPolicyResource /// /// Gets an object representing a along with the instance operations that can be performed on it but with no data. @@ -1703,6 +2062,62 @@ public static WebApplicationFirewallPolicyResource GetWebApplicationFirewallPoli } #endregion + /// Gets a collection of ManagementGroupNetworkManagerConnectionResources in the ManagementGroupResource. + /// The instance the method will execute against. + /// An object representing collection of ManagementGroupNetworkManagerConnectionResources and their operations over a ManagementGroupNetworkManagerConnectionResource. + public static ManagementGroupNetworkManagerConnectionCollection GetManagementGroupNetworkManagerConnections(this ManagementGroupResource managementGroupResource) + { + return GetManagementGroupResourceExtensionClient(managementGroupResource).GetManagementGroupNetworkManagerConnections(); + } + + /// + /// Get a specified connection created by this management group. + /// + /// + /// Request Path + /// /providers/Microsoft.Management/managementGroups/{managementGroupId}/providers/Microsoft.Network/networkManagerConnections/{networkManagerConnectionName} + /// + /// + /// Operation Id + /// ManagementGroupNetworkManagerConnections_Get + /// + /// + /// + /// The instance the method will execute against. + /// Name for the network manager connection. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// is null. + [ForwardsClientCalls] + public static async Task> GetManagementGroupNetworkManagerConnectionAsync(this ManagementGroupResource managementGroupResource, string networkManagerConnectionName, CancellationToken cancellationToken = default) + { + return await managementGroupResource.GetManagementGroupNetworkManagerConnections().GetAsync(networkManagerConnectionName, cancellationToken).ConfigureAwait(false); + } + + /// + /// Get a specified connection created by this management group. + /// + /// + /// Request Path + /// /providers/Microsoft.Management/managementGroups/{managementGroupId}/providers/Microsoft.Network/networkManagerConnections/{networkManagerConnectionName} + /// + /// + /// Operation Id + /// ManagementGroupNetworkManagerConnections_Get + /// + /// + /// + /// The instance the method will execute against. + /// Name for the network manager connection. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// is null. + [ForwardsClientCalls] + public static Response GetManagementGroupNetworkManagerConnection(this ManagementGroupResource managementGroupResource, string networkManagerConnectionName, CancellationToken cancellationToken = default) + { + return managementGroupResource.GetManagementGroupNetworkManagerConnections().Get(networkManagerConnectionName, cancellationToken); + } + /// Gets a collection of ApplicationGatewayResources in the ResourceGroupResource. /// The instance the method will execute against. /// An object representing collection of ApplicationGatewayResources and their operations over a ApplicationGatewayResource. @@ -1927,6 +2342,67 @@ public static Response GetBastionHost(this ResourceGroupRes return resourceGroupResource.GetBastionHosts().Get(bastionHostName, cancellationToken); } + /// Gets a collection of CloudServiceSwapResources in the ResourceGroupResource. + /// The instance the method will execute against. + /// The name of the cloud service. + /// is an empty string, and was expected to be non-empty. + /// is null. + /// An object representing collection of CloudServiceSwapResources and their operations over a CloudServiceSwapResource. + public static CloudServiceSwapCollection GetCloudServiceSwaps(this ResourceGroupResource resourceGroupResource, string resourceName) + { + Argument.AssertNotNullOrEmpty(resourceName, nameof(resourceName)); + + return GetResourceGroupResourceExtensionClient(resourceGroupResource).GetCloudServiceSwaps(resourceName); + } + + /// + /// Gets the SwapResource which identifies the slot type for the specified cloud service. The slot type on a cloud service can either be Staging or Production + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.Compute/cloudServices/{resourceName}/providers/Microsoft.Network/cloudServiceSlots/{singletonResource} + /// + /// + /// Operation Id + /// VipSwap_Get + /// + /// + /// + /// The instance the method will execute against. + /// The name of the cloud service. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// is null. + [ForwardsClientCalls] + public static async Task> GetCloudServiceSwapAsync(this ResourceGroupResource resourceGroupResource, string resourceName, CancellationToken cancellationToken = default) + { + return await resourceGroupResource.GetCloudServiceSwaps(resourceName).GetAsync(cancellationToken).ConfigureAwait(false); + } + + /// + /// Gets the SwapResource which identifies the slot type for the specified cloud service. The slot type on a cloud service can either be Staging or Production + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.Compute/cloudServices/{resourceName}/providers/Microsoft.Network/cloudServiceSlots/{singletonResource} + /// + /// + /// Operation Id + /// VipSwap_Get + /// + /// + /// + /// The instance the method will execute against. + /// The name of the cloud service. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// is null. + [ForwardsClientCalls] + public static Response GetCloudServiceSwap(this ResourceGroupResource resourceGroupResource, string resourceName, CancellationToken cancellationToken = default) + { + return resourceGroupResource.GetCloudServiceSwaps(resourceName).Get(cancellationToken); + } + /// Gets a collection of CustomIPPrefixResources in the ResourceGroupResource. /// The instance the method will execute against. /// An object representing collection of CustomIPPrefixResources and their operations over a CustomIPPrefixResource. @@ -2669,6 +3145,62 @@ public static Response GetNetworkInterface(this Resour return resourceGroupResource.GetNetworkInterfaces().Get(networkInterfaceName, expand, cancellationToken); } + /// Gets a collection of NetworkManagerResources in the ResourceGroupResource. + /// The instance the method will execute against. + /// An object representing collection of NetworkManagerResources and their operations over a NetworkManagerResource. + public static NetworkManagerCollection GetNetworkManagers(this ResourceGroupResource resourceGroupResource) + { + return GetResourceGroupResourceExtensionClient(resourceGroupResource).GetNetworkManagers(); + } + + /// + /// Gets the specified Network Manager. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName} + /// + /// + /// Operation Id + /// NetworkManagers_Get + /// + /// + /// + /// The instance the method will execute against. + /// The name of the network manager. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// is null. + [ForwardsClientCalls] + public static async Task> GetNetworkManagerAsync(this ResourceGroupResource resourceGroupResource, string networkManagerName, CancellationToken cancellationToken = default) + { + return await resourceGroupResource.GetNetworkManagers().GetAsync(networkManagerName, cancellationToken).ConfigureAwait(false); + } + + /// + /// Gets the specified Network Manager. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName} + /// + /// + /// Operation Id + /// NetworkManagers_Get + /// + /// + /// + /// The instance the method will execute against. + /// The name of the network manager. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// is null. + [ForwardsClientCalls] + public static Response GetNetworkManager(this ResourceGroupResource resourceGroupResource, string networkManagerName, CancellationToken cancellationToken = default) + { + return resourceGroupResource.GetNetworkManagers().Get(networkManagerName, cancellationToken); + } + /// Gets a collection of NetworkProfileResources in the ResourceGroupResource. /// The instance the method will execute against. /// An object representing collection of NetworkProfileResources and their operations over a NetworkProfileResource. @@ -4377,6 +4909,59 @@ public static Pageable GetAutoApprovedPrivateLin return GetResourceGroupResourceExtensionClient(resourceGroupResource).GetAutoApprovedPrivateLinkServicesByResourceGroupPrivateLinkServices(location, cancellationToken); } + /// Gets a collection of ApplicationGatewayWafDynamicManifestResources in the SubscriptionResource. + /// The instance the method will execute against. + /// The region where the nrp are located at. + /// An object representing collection of ApplicationGatewayWafDynamicManifestResources and their operations over a ApplicationGatewayWafDynamicManifestResource. + public static ApplicationGatewayWafDynamicManifestCollection GetApplicationGatewayWafDynamicManifests(this SubscriptionResource subscriptionResource, AzureLocation location) + { + return GetSubscriptionResourceExtensionClient(subscriptionResource).GetApplicationGatewayWafDynamicManifests(location); + } + + /// + /// Gets the regional application gateway waf manifest. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/providers/Microsoft.Network/locations/{location}/applicationGatewayWafDynamicManifests/dafault + /// + /// + /// Operation Id + /// ApplicationGatewayWafDynamicManifestsDefault_Get + /// + /// + /// + /// The instance the method will execute against. + /// The region where the nrp are located at. + /// The cancellation token to use. + [ForwardsClientCalls] + public static async Task> GetApplicationGatewayWafDynamicManifestAsync(this SubscriptionResource subscriptionResource, AzureLocation location, CancellationToken cancellationToken = default) + { + return await subscriptionResource.GetApplicationGatewayWafDynamicManifests(location).GetAsync(cancellationToken).ConfigureAwait(false); + } + + /// + /// Gets the regional application gateway waf manifest. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/providers/Microsoft.Network/locations/{location}/applicationGatewayWafDynamicManifests/dafault + /// + /// + /// Operation Id + /// ApplicationGatewayWafDynamicManifestsDefault_Get + /// + /// + /// + /// The instance the method will execute against. + /// The region where the nrp are located at. + /// The cancellation token to use. + [ForwardsClientCalls] + public static Response GetApplicationGatewayWafDynamicManifest(this SubscriptionResource subscriptionResource, AzureLocation location, CancellationToken cancellationToken = default) + { + return subscriptionResource.GetApplicationGatewayWafDynamicManifests(location).Get(cancellationToken); + } + /// Gets a collection of AzureWebCategoryResources in the SubscriptionResource. /// The instance the method will execute against. /// An object representing collection of AzureWebCategoryResources and their operations over a AzureWebCategoryResource. @@ -4435,6 +5020,62 @@ public static Response GetAzureWebCategory(this Subscr return subscriptionResource.GetAzureWebCategories().Get(name, expand, cancellationToken); } + /// Gets a collection of ExpressRouteProviderPortResources in the SubscriptionResource. + /// The instance the method will execute against. + /// An object representing collection of ExpressRouteProviderPortResources and their operations over a ExpressRouteProviderPortResource. + public static ExpressRouteProviderPortCollection GetExpressRouteProviderPorts(this SubscriptionResource subscriptionResource) + { + return GetSubscriptionResourceExtensionClient(subscriptionResource).GetExpressRouteProviderPorts(); + } + + /// + /// Retrieves detail of a provider port. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/providers/Microsoft.Network/expressRouteProviderPorts/{providerport} + /// + /// + /// Operation Id + /// ExpressRouteProviderPort + /// + /// + /// + /// The instance the method will execute against. + /// The name of the provider port. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// is null. + [ForwardsClientCalls] + public static async Task> GetExpressRouteProviderPortAsync(this SubscriptionResource subscriptionResource, string providerport, CancellationToken cancellationToken = default) + { + return await subscriptionResource.GetExpressRouteProviderPorts().GetAsync(providerport, cancellationToken).ConfigureAwait(false); + } + + /// + /// Retrieves detail of a provider port. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/providers/Microsoft.Network/expressRouteProviderPorts/{providerport} + /// + /// + /// Operation Id + /// ExpressRouteProviderPort + /// + /// + /// + /// The instance the method will execute against. + /// The name of the provider port. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// is null. + [ForwardsClientCalls] + public static Response GetExpressRouteProviderPort(this SubscriptionResource subscriptionResource, string providerport, CancellationToken cancellationToken = default) + { + return subscriptionResource.GetExpressRouteProviderPorts().Get(providerport, cancellationToken); + } + /// Gets a collection of ExpressRoutePortsLocationResources in the SubscriptionResource. /// The instance the method will execute against. /// An object representing collection of ExpressRoutePortsLocationResources and their operations over a ExpressRoutePortsLocationResource. @@ -4491,6 +5132,62 @@ public static Response GetExpressRoutePortsLo return subscriptionResource.GetExpressRoutePortsLocations().Get(locationName, cancellationToken); } + /// Gets a collection of SubscriptionNetworkManagerConnectionResources in the SubscriptionResource. + /// The instance the method will execute against. + /// An object representing collection of SubscriptionNetworkManagerConnectionResources and their operations over a SubscriptionNetworkManagerConnectionResource. + public static SubscriptionNetworkManagerConnectionCollection GetSubscriptionNetworkManagerConnections(this SubscriptionResource subscriptionResource) + { + return GetSubscriptionResourceExtensionClient(subscriptionResource).GetSubscriptionNetworkManagerConnections(); + } + + /// + /// Get a specified connection created by this subscription. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/providers/Microsoft.Network/networkManagerConnections/{networkManagerConnectionName} + /// + /// + /// Operation Id + /// SubscriptionNetworkManagerConnections_Get + /// + /// + /// + /// The instance the method will execute against. + /// Name for the network manager connection. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// is null. + [ForwardsClientCalls] + public static async Task> GetSubscriptionNetworkManagerConnectionAsync(this SubscriptionResource subscriptionResource, string networkManagerConnectionName, CancellationToken cancellationToken = default) + { + return await subscriptionResource.GetSubscriptionNetworkManagerConnections().GetAsync(networkManagerConnectionName, cancellationToken).ConfigureAwait(false); + } + + /// + /// Get a specified connection created by this subscription. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/providers/Microsoft.Network/networkManagerConnections/{networkManagerConnectionName} + /// + /// + /// Operation Id + /// SubscriptionNetworkManagerConnections_Get + /// + /// + /// + /// The instance the method will execute against. + /// Name for the network manager connection. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// is null. + [ForwardsClientCalls] + public static Response GetSubscriptionNetworkManagerConnection(this SubscriptionResource subscriptionResource, string networkManagerConnectionName, CancellationToken cancellationToken = default) + { + return subscriptionResource.GetSubscriptionNetworkManagerConnections().Get(networkManagerConnectionName, cancellationToken); + } + /// Gets a collection of NetworkVirtualApplianceSkuResources in the SubscriptionResource. /// The instance the method will execute against. /// An object representing collection of NetworkVirtualApplianceSkuResources and their operations over a NetworkVirtualApplianceSkuResource. @@ -5837,6 +6534,52 @@ public static Pageable GetNetworkInterfaces(this Subsc return GetSubscriptionResourceExtensionClient(subscriptionResource).GetNetworkInterfaces(cancellationToken); } + /// + /// List all network managers in a subscription. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/providers/Microsoft.Network/networkManagers + /// + /// + /// Operation Id + /// NetworkManagers_ListBySubscription + /// + /// + /// + /// The instance the method will execute against. + /// An optional query parameter which specifies the maximum number of records to be returned by the server. + /// SkipToken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. + /// The cancellation token to use. + /// An async collection of that may take multiple service requests to iterate over. + public static AsyncPageable GetNetworkManagersAsync(this SubscriptionResource subscriptionResource, int? top = null, string skipToken = null, CancellationToken cancellationToken = default) + { + return GetSubscriptionResourceExtensionClient(subscriptionResource).GetNetworkManagersAsync(top, skipToken, cancellationToken); + } + + /// + /// List all network managers in a subscription. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/providers/Microsoft.Network/networkManagers + /// + /// + /// Operation Id + /// NetworkManagers_ListBySubscription + /// + /// + /// + /// The instance the method will execute against. + /// An optional query parameter which specifies the maximum number of records to be returned by the server. + /// SkipToken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. + /// The cancellation token to use. + /// A collection of that may take multiple service requests to iterate over. + public static Pageable GetNetworkManagers(this SubscriptionResource subscriptionResource, int? top = null, string skipToken = null, CancellationToken cancellationToken = default) + { + return GetSubscriptionResourceExtensionClient(subscriptionResource).GetNetworkManagers(top, skipToken, cancellationToken); + } + /// /// Gets all the network profiles in a subscription. /// @@ -6565,6 +7308,54 @@ public static Response GetServiceTag(this SubscriptionRes return GetSubscriptionResourceExtensionClient(subscriptionResource).GetServiceTag(location, cancellationToken); } + /// + /// Gets a list of service tag information resources with pagination. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/providers/Microsoft.Network/locations/{location}/serviceTagDetails + /// + /// + /// Operation Id + /// ServiceTagInformation_List + /// + /// + /// + /// The instance the method will execute against. + /// The location that will be used as a reference for cloud (not as a filter based on location, you will get the list of service tags with prefix details across all regions but limited to the cloud that your subscription belongs to). + /// Do not return address prefixes for the tag(s). + /// Return tag information for a particular tag. + /// The cancellation token to use. + /// An async collection of that may take multiple service requests to iterate over. + public static AsyncPageable GetAllServiceTagInformationAsync(this SubscriptionResource subscriptionResource, AzureLocation location, bool? noAddressPrefixes = null, string tagName = null, CancellationToken cancellationToken = default) + { + return GetSubscriptionResourceExtensionClient(subscriptionResource).GetAllServiceTagInformationAsync(location, noAddressPrefixes, tagName, cancellationToken); + } + + /// + /// Gets a list of service tag information resources with pagination. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/providers/Microsoft.Network/locations/{location}/serviceTagDetails + /// + /// + /// Operation Id + /// ServiceTagInformation_List + /// + /// + /// + /// The instance the method will execute against. + /// The location that will be used as a reference for cloud (not as a filter based on location, you will get the list of service tags with prefix details across all regions but limited to the cloud that your subscription belongs to). + /// Do not return address prefixes for the tag(s). + /// Return tag information for a particular tag. + /// The cancellation token to use. + /// A collection of that may take multiple service requests to iterate over. + public static Pageable GetAllServiceTagInformation(this SubscriptionResource subscriptionResource, AzureLocation location, bool? noAddressPrefixes = null, string tagName = null, CancellationToken cancellationToken = default) + { + return GetSubscriptionResourceExtensionClient(subscriptionResource).GetAllServiceTagInformation(location, noAddressPrefixes, tagName, cancellationToken); + } + /// /// List network usages for a subscription. /// diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Extensions/ResourceGroupResourceExtensionClient.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Extensions/ResourceGroupResourceExtensionClient.cs index a04bf7fe6511..ddcd2bea3661 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Extensions/ResourceGroupResourceExtensionClient.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Extensions/ResourceGroupResourceExtensionClient.cs @@ -83,6 +83,14 @@ public virtual BastionHostCollection GetBastionHosts() return GetCachedClient(Client => new BastionHostCollection(Client, Id)); } + /// Gets a collection of CloudServiceSwapResources in the ResourceGroupResource. + /// The name of the cloud service. + /// An object representing collection of CloudServiceSwapResources and their operations over a CloudServiceSwapResource. + public virtual CloudServiceSwapCollection GetCloudServiceSwaps(string resourceName) + { + return new CloudServiceSwapCollection(Client, Id, resourceName); + } + /// Gets a collection of CustomIPPrefixResources in the ResourceGroupResource. /// An object representing collection of CustomIPPrefixResources and their operations over a CustomIPPrefixResource. public virtual CustomIPPrefixCollection GetCustomIPPrefixes() @@ -174,6 +182,13 @@ public virtual NetworkInterfaceCollection GetNetworkInterfaces() return GetCachedClient(Client => new NetworkInterfaceCollection(Client, Id)); } + /// Gets a collection of NetworkManagerResources in the ResourceGroupResource. + /// An object representing collection of NetworkManagerResources and their operations over a NetworkManagerResource. + public virtual NetworkManagerCollection GetNetworkManagers() + { + return GetCachedClient(Client => new NetworkManagerCollection(Client, Id)); + } + /// Gets a collection of NetworkProfileResources in the ResourceGroupResource. /// An object representing collection of NetworkProfileResources and their operations over a NetworkProfileResource. public virtual NetworkProfileCollection GetNetworkProfiles() diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Extensions/SubscriptionResourceExtensionClient.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Extensions/SubscriptionResourceExtensionClient.cs index 4f39074a1136..d09b9c2eaf53 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Extensions/SubscriptionResourceExtensionClient.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Extensions/SubscriptionResourceExtensionClient.cs @@ -33,8 +33,8 @@ internal partial class SubscriptionResourceExtensionClient : ArmResource private AzureFirewallFqdnTagsRestOperations _azureFirewallFqdnTagsRestClient; private ClientDiagnostics _bastionHostClientDiagnostics; private BastionHostsRestOperations _bastionHostRestClient; - private ClientDiagnostics _defaultClientDiagnostics; - private NetworkManagementRestOperations _defaultRestClient; + private ClientDiagnostics _expressRouteProviderPortClientDiagnostics; + private NetworkManagementRestOperations _expressRouteProviderPortRestClient; private ClientDiagnostics _customIPPrefixClientDiagnostics; private CustomIPPrefixesRestOperations _customIPPrefixRestClient; private ClientDiagnostics _ddosProtectionPlanClientDiagnostics; @@ -63,6 +63,8 @@ internal partial class SubscriptionResourceExtensionClient : ArmResource private NatGatewaysRestOperations _natGatewayRestClient; private ClientDiagnostics _networkInterfaceClientDiagnostics; private NetworkInterfacesRestOperations _networkInterfaceRestClient; + private ClientDiagnostics _networkManagerClientDiagnostics; + private NetworkManagersRestOperations _networkManagerRestClient; private ClientDiagnostics _networkProfileClientDiagnostics; private NetworkProfilesRestOperations _networkProfileRestClient; private ClientDiagnostics _networkSecurityGroupClientDiagnostics; @@ -95,6 +97,8 @@ internal partial class SubscriptionResourceExtensionClient : ArmResource private ServiceEndpointPoliciesRestOperations _serviceEndpointPolicyRestClient; private ClientDiagnostics _serviceTagsClientDiagnostics; private ServiceTagsRestOperations _serviceTagsRestClient; + private ClientDiagnostics _serviceTagInformationClientDiagnostics; + private ServiceTagInformationRestOperations _serviceTagInformationRestClient; private ClientDiagnostics _usagesClientDiagnostics; private UsagesRestOperations _usagesRestClient; private ClientDiagnostics _virtualNetworkClientDiagnostics; @@ -146,8 +150,8 @@ internal SubscriptionResourceExtensionClient(ArmClient client, ResourceIdentifie private AzureFirewallFqdnTagsRestOperations AzureFirewallFqdnTagsRestClient => _azureFirewallFqdnTagsRestClient ??= new AzureFirewallFqdnTagsRestOperations(Pipeline, Diagnostics.ApplicationId, Endpoint); private ClientDiagnostics BastionHostClientDiagnostics => _bastionHostClientDiagnostics ??= new ClientDiagnostics("Azure.ResourceManager.Network", BastionHostResource.ResourceType.Namespace, Diagnostics); private BastionHostsRestOperations BastionHostRestClient => _bastionHostRestClient ??= new BastionHostsRestOperations(Pipeline, Diagnostics.ApplicationId, Endpoint, GetApiVersionOrNull(BastionHostResource.ResourceType)); - private ClientDiagnostics DefaultClientDiagnostics => _defaultClientDiagnostics ??= new ClientDiagnostics("Azure.ResourceManager.Network", ProviderConstants.DefaultProviderNamespace, Diagnostics); - private NetworkManagementRestOperations DefaultRestClient => _defaultRestClient ??= new NetworkManagementRestOperations(Pipeline, Diagnostics.ApplicationId, Endpoint); + private ClientDiagnostics ExpressRouteProviderPortClientDiagnostics => _expressRouteProviderPortClientDiagnostics ??= new ClientDiagnostics("Azure.ResourceManager.Network", ExpressRouteProviderPortResource.ResourceType.Namespace, Diagnostics); + private NetworkManagementRestOperations ExpressRouteProviderPortRestClient => _expressRouteProviderPortRestClient ??= new NetworkManagementRestOperations(Pipeline, Diagnostics.ApplicationId, Endpoint, GetApiVersionOrNull(ExpressRouteProviderPortResource.ResourceType)); private ClientDiagnostics CustomIPPrefixClientDiagnostics => _customIPPrefixClientDiagnostics ??= new ClientDiagnostics("Azure.ResourceManager.Network", CustomIPPrefixResource.ResourceType.Namespace, Diagnostics); private CustomIPPrefixesRestOperations CustomIPPrefixRestClient => _customIPPrefixRestClient ??= new CustomIPPrefixesRestOperations(Pipeline, Diagnostics.ApplicationId, Endpoint, GetApiVersionOrNull(CustomIPPrefixResource.ResourceType)); private ClientDiagnostics DdosProtectionPlanClientDiagnostics => _ddosProtectionPlanClientDiagnostics ??= new ClientDiagnostics("Azure.ResourceManager.Network", DdosProtectionPlanResource.ResourceType.Namespace, Diagnostics); @@ -176,6 +180,8 @@ internal SubscriptionResourceExtensionClient(ArmClient client, ResourceIdentifie private NatGatewaysRestOperations NatGatewayRestClient => _natGatewayRestClient ??= new NatGatewaysRestOperations(Pipeline, Diagnostics.ApplicationId, Endpoint, GetApiVersionOrNull(NatGatewayResource.ResourceType)); private ClientDiagnostics NetworkInterfaceClientDiagnostics => _networkInterfaceClientDiagnostics ??= new ClientDiagnostics("Azure.ResourceManager.Network", NetworkInterfaceResource.ResourceType.Namespace, Diagnostics); private NetworkInterfacesRestOperations NetworkInterfaceRestClient => _networkInterfaceRestClient ??= new NetworkInterfacesRestOperations(Pipeline, Diagnostics.ApplicationId, Endpoint, GetApiVersionOrNull(NetworkInterfaceResource.ResourceType)); + private ClientDiagnostics NetworkManagerClientDiagnostics => _networkManagerClientDiagnostics ??= new ClientDiagnostics("Azure.ResourceManager.Network", NetworkManagerResource.ResourceType.Namespace, Diagnostics); + private NetworkManagersRestOperations NetworkManagerRestClient => _networkManagerRestClient ??= new NetworkManagersRestOperations(Pipeline, Diagnostics.ApplicationId, Endpoint, GetApiVersionOrNull(NetworkManagerResource.ResourceType)); private ClientDiagnostics NetworkProfileClientDiagnostics => _networkProfileClientDiagnostics ??= new ClientDiagnostics("Azure.ResourceManager.Network", NetworkProfileResource.ResourceType.Namespace, Diagnostics); private NetworkProfilesRestOperations NetworkProfileRestClient => _networkProfileRestClient ??= new NetworkProfilesRestOperations(Pipeline, Diagnostics.ApplicationId, Endpoint, GetApiVersionOrNull(NetworkProfileResource.ResourceType)); private ClientDiagnostics NetworkSecurityGroupClientDiagnostics => _networkSecurityGroupClientDiagnostics ??= new ClientDiagnostics("Azure.ResourceManager.Network", NetworkSecurityGroupResource.ResourceType.Namespace, Diagnostics); @@ -208,6 +214,8 @@ internal SubscriptionResourceExtensionClient(ArmClient client, ResourceIdentifie private ServiceEndpointPoliciesRestOperations ServiceEndpointPolicyRestClient => _serviceEndpointPolicyRestClient ??= new ServiceEndpointPoliciesRestOperations(Pipeline, Diagnostics.ApplicationId, Endpoint, GetApiVersionOrNull(ServiceEndpointPolicyResource.ResourceType)); private ClientDiagnostics ServiceTagsClientDiagnostics => _serviceTagsClientDiagnostics ??= new ClientDiagnostics("Azure.ResourceManager.Network", ProviderConstants.DefaultProviderNamespace, Diagnostics); private ServiceTagsRestOperations ServiceTagsRestClient => _serviceTagsRestClient ??= new ServiceTagsRestOperations(Pipeline, Diagnostics.ApplicationId, Endpoint); + private ClientDiagnostics ServiceTagInformationClientDiagnostics => _serviceTagInformationClientDiagnostics ??= new ClientDiagnostics("Azure.ResourceManager.Network", ProviderConstants.DefaultProviderNamespace, Diagnostics); + private ServiceTagInformationRestOperations ServiceTagInformationRestClient => _serviceTagInformationRestClient ??= new ServiceTagInformationRestOperations(Pipeline, Diagnostics.ApplicationId, Endpoint); private ClientDiagnostics UsagesClientDiagnostics => _usagesClientDiagnostics ??= new ClientDiagnostics("Azure.ResourceManager.Network", ProviderConstants.DefaultProviderNamespace, Diagnostics); private UsagesRestOperations UsagesRestClient => _usagesRestClient ??= new UsagesRestOperations(Pipeline, Diagnostics.ApplicationId, Endpoint); private ClientDiagnostics VirtualNetworkClientDiagnostics => _virtualNetworkClientDiagnostics ??= new ClientDiagnostics("Azure.ResourceManager.Network", VirtualNetworkResource.ResourceType.Namespace, Diagnostics); @@ -239,6 +247,14 @@ private string GetApiVersionOrNull(ResourceType resourceType) return apiVersion; } + /// Gets a collection of ApplicationGatewayWafDynamicManifestResources in the SubscriptionResource. + /// The region where the nrp are located at. + /// An object representing collection of ApplicationGatewayWafDynamicManifestResources and their operations over a ApplicationGatewayWafDynamicManifestResource. + public virtual ApplicationGatewayWafDynamicManifestCollection GetApplicationGatewayWafDynamicManifests(AzureLocation location) + { + return new ApplicationGatewayWafDynamicManifestCollection(Client, Id, location); + } + /// Gets a collection of AzureWebCategoryResources in the SubscriptionResource. /// An object representing collection of AzureWebCategoryResources and their operations over a AzureWebCategoryResource. public virtual AzureWebCategoryCollection GetAzureWebCategories() @@ -246,6 +262,13 @@ public virtual AzureWebCategoryCollection GetAzureWebCategories() return GetCachedClient(Client => new AzureWebCategoryCollection(Client, Id)); } + /// Gets a collection of ExpressRouteProviderPortResources in the SubscriptionResource. + /// An object representing collection of ExpressRouteProviderPortResources and their operations over a ExpressRouteProviderPortResource. + public virtual ExpressRouteProviderPortCollection GetExpressRouteProviderPorts() + { + return GetCachedClient(Client => new ExpressRouteProviderPortCollection(Client, Id)); + } + /// Gets a collection of ExpressRoutePortsLocationResources in the SubscriptionResource. /// An object representing collection of ExpressRoutePortsLocationResources and their operations over a ExpressRoutePortsLocationResource. public virtual ExpressRoutePortsLocationCollection GetExpressRoutePortsLocations() @@ -253,6 +276,13 @@ public virtual ExpressRoutePortsLocationCollection GetExpressRoutePortsLocations return GetCachedClient(Client => new ExpressRoutePortsLocationCollection(Client, Id)); } + /// Gets a collection of SubscriptionNetworkManagerConnectionResources in the SubscriptionResource. + /// An object representing collection of SubscriptionNetworkManagerConnectionResources and their operations over a SubscriptionNetworkManagerConnectionResource. + public virtual SubscriptionNetworkManagerConnectionCollection GetSubscriptionNetworkManagerConnections() + { + return GetCachedClient(Client => new SubscriptionNetworkManagerConnectionCollection(Client, Id)); + } + /// Gets a collection of NetworkVirtualApplianceSkuResources in the SubscriptionResource. /// An object representing collection of NetworkVirtualApplianceSkuResources and their operations over a NetworkVirtualApplianceSkuResource. public virtual NetworkVirtualApplianceSkuCollection GetNetworkVirtualApplianceSkus() @@ -924,11 +954,11 @@ public virtual Pageable GetBastionHosts(CancellationToken c /// The cancellation token to use. public virtual async Task> CheckDnsNameAvailabilityAsync(AzureLocation location, string domainNameLabel, CancellationToken cancellationToken = default) { - using var scope = DefaultClientDiagnostics.CreateScope("SubscriptionResourceExtensionClient.CheckDnsNameAvailability"); + using var scope = ExpressRouteProviderPortClientDiagnostics.CreateScope("SubscriptionResourceExtensionClient.CheckDnsNameAvailability"); scope.Start(); try { - var response = await DefaultRestClient.CheckDnsNameAvailabilityAsync(Id.SubscriptionId, location, domainNameLabel, cancellationToken).ConfigureAwait(false); + var response = await ExpressRouteProviderPortRestClient.CheckDnsNameAvailabilityAsync(Id.SubscriptionId, location, domainNameLabel, cancellationToken).ConfigureAwait(false); return response; } catch (Exception e) @@ -956,11 +986,11 @@ public virtual async Task> CheckDnsNameAvail /// The cancellation token to use. public virtual Response CheckDnsNameAvailability(AzureLocation location, string domainNameLabel, CancellationToken cancellationToken = default) { - using var scope = DefaultClientDiagnostics.CreateScope("SubscriptionResourceExtensionClient.CheckDnsNameAvailability"); + using var scope = ExpressRouteProviderPortClientDiagnostics.CreateScope("SubscriptionResourceExtensionClient.CheckDnsNameAvailability"); scope.Start(); try { - var response = DefaultRestClient.CheckDnsNameAvailability(Id.SubscriptionId, location, domainNameLabel, cancellationToken); + var response = ExpressRouteProviderPortRestClient.CheckDnsNameAvailability(Id.SubscriptionId, location, domainNameLabel, cancellationToken); return response; } catch (Exception e) @@ -1660,6 +1690,54 @@ public virtual Pageable GetNetworkInterfaces(Cancellat return PageableHelpers.CreatePageable(FirstPageRequest, NextPageRequest, e => new NetworkInterfaceResource(Client, NetworkInterfaceData.DeserializeNetworkInterfaceData(e)), NetworkInterfaceClientDiagnostics, Pipeline, "SubscriptionResourceExtensionClient.GetNetworkInterfaces", "value", "nextLink", cancellationToken); } + /// + /// List all network managers in a subscription. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/providers/Microsoft.Network/networkManagers + /// + /// + /// Operation Id + /// NetworkManagers_ListBySubscription + /// + /// + /// + /// An optional query parameter which specifies the maximum number of records to be returned by the server. + /// SkipToken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. + /// The cancellation token to use. + /// An async collection of that may take multiple service requests to iterate over. + public virtual AsyncPageable GetNetworkManagersAsync(int? top = null, string skipToken = null, CancellationToken cancellationToken = default) + { + HttpMessage FirstPageRequest(int? pageSizeHint) => NetworkManagerRestClient.CreateListBySubscriptionRequest(Id.SubscriptionId, top, skipToken); + HttpMessage NextPageRequest(int? pageSizeHint, string nextLink) => NetworkManagerRestClient.CreateListBySubscriptionNextPageRequest(nextLink, Id.SubscriptionId, top, skipToken); + return PageableHelpers.CreateAsyncPageable(FirstPageRequest, NextPageRequest, e => new NetworkManagerResource(Client, NetworkManagerData.DeserializeNetworkManagerData(e)), NetworkManagerClientDiagnostics, Pipeline, "SubscriptionResourceExtensionClient.GetNetworkManagers", "value", "nextLink", cancellationToken); + } + + /// + /// List all network managers in a subscription. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/providers/Microsoft.Network/networkManagers + /// + /// + /// Operation Id + /// NetworkManagers_ListBySubscription + /// + /// + /// + /// An optional query parameter which specifies the maximum number of records to be returned by the server. + /// SkipToken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. + /// The cancellation token to use. + /// A collection of that may take multiple service requests to iterate over. + public virtual Pageable GetNetworkManagers(int? top = null, string skipToken = null, CancellationToken cancellationToken = default) + { + HttpMessage FirstPageRequest(int? pageSizeHint) => NetworkManagerRestClient.CreateListBySubscriptionRequest(Id.SubscriptionId, top, skipToken); + HttpMessage NextPageRequest(int? pageSizeHint, string nextLink) => NetworkManagerRestClient.CreateListBySubscriptionNextPageRequest(nextLink, Id.SubscriptionId, top, skipToken); + return PageableHelpers.CreatePageable(FirstPageRequest, NextPageRequest, e => new NetworkManagerResource(Client, NetworkManagerData.DeserializeNetworkManagerData(e)), NetworkManagerClientDiagnostics, Pipeline, "SubscriptionResourceExtensionClient.GetNetworkManagers", "value", "nextLink", cancellationToken); + } + /// /// Gets all the network profiles in a subscription. /// @@ -2456,6 +2534,56 @@ public virtual Response GetServiceTag(AzureLocation locat } } + /// + /// Gets a list of service tag information resources with pagination. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/providers/Microsoft.Network/locations/{location}/serviceTagDetails + /// + /// + /// Operation Id + /// ServiceTagInformation_List + /// + /// + /// + /// The location that will be used as a reference for cloud (not as a filter based on location, you will get the list of service tags with prefix details across all regions but limited to the cloud that your subscription belongs to). + /// Do not return address prefixes for the tag(s). + /// Return tag information for a particular tag. + /// The cancellation token to use. + /// An async collection of that may take multiple service requests to iterate over. + public virtual AsyncPageable GetAllServiceTagInformationAsync(AzureLocation location, bool? noAddressPrefixes = null, string tagName = null, CancellationToken cancellationToken = default) + { + HttpMessage FirstPageRequest(int? pageSizeHint) => ServiceTagInformationRestClient.CreateListRequest(Id.SubscriptionId, location, noAddressPrefixes, tagName); + HttpMessage NextPageRequest(int? pageSizeHint, string nextLink) => ServiceTagInformationRestClient.CreateListNextPageRequest(nextLink, Id.SubscriptionId, location, noAddressPrefixes, tagName); + return PageableHelpers.CreateAsyncPageable(FirstPageRequest, NextPageRequest, ServiceTagInformation.DeserializeServiceTagInformation, ServiceTagInformationClientDiagnostics, Pipeline, "SubscriptionResourceExtensionClient.GetAllServiceTagInformation", "value", "nextLink", cancellationToken); + } + + /// + /// Gets a list of service tag information resources with pagination. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/providers/Microsoft.Network/locations/{location}/serviceTagDetails + /// + /// + /// Operation Id + /// ServiceTagInformation_List + /// + /// + /// + /// The location that will be used as a reference for cloud (not as a filter based on location, you will get the list of service tags with prefix details across all regions but limited to the cloud that your subscription belongs to). + /// Do not return address prefixes for the tag(s). + /// Return tag information for a particular tag. + /// The cancellation token to use. + /// A collection of that may take multiple service requests to iterate over. + public virtual Pageable GetAllServiceTagInformation(AzureLocation location, bool? noAddressPrefixes = null, string tagName = null, CancellationToken cancellationToken = default) + { + HttpMessage FirstPageRequest(int? pageSizeHint) => ServiceTagInformationRestClient.CreateListRequest(Id.SubscriptionId, location, noAddressPrefixes, tagName); + HttpMessage NextPageRequest(int? pageSizeHint, string nextLink) => ServiceTagInformationRestClient.CreateListNextPageRequest(nextLink, Id.SubscriptionId, location, noAddressPrefixes, tagName); + return PageableHelpers.CreatePageable(FirstPageRequest, NextPageRequest, ServiceTagInformation.DeserializeServiceTagInformation, ServiceTagInformationClientDiagnostics, Pipeline, "SubscriptionResourceExtensionClient.GetAllServiceTagInformation", "value", "nextLink", cancellationToken); + } + /// /// List network usages for a subscription. /// diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/FirewallPolicyData.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/FirewallPolicyData.cs index 38f19b147514..01819f8d5c34 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/FirewallPolicyData.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/FirewallPolicyData.cs @@ -45,11 +45,13 @@ public FirewallPolicyData() /// ThreatIntel Whitelist for Firewall Policy. /// Insights on Firewall Policy. /// The private IP addresses/IP ranges to which traffic will not be SNAT. + /// SQL Settings definition. /// DNS Proxy Settings definition. + /// Explicit Proxy Settings definition. /// The configuration for Intrusion detection. /// TLS Configuration definition. /// The Firewall Policy SKU. - internal FirewallPolicyData(ResourceIdentifier id, string name, ResourceType? resourceType, AzureLocation? location, IDictionary tags, ETag? etag, ManagedServiceIdentity identity, IReadOnlyList ruleCollectionGroups, NetworkProvisioningState? provisioningState, WritableSubResource basePolicy, IReadOnlyList firewalls, IReadOnlyList childPolicies, AzureFirewallThreatIntelMode? threatIntelMode, FirewallPolicyThreatIntelWhitelist threatIntelWhitelist, FirewallPolicyInsights insights, FirewallPolicySnat snat, DnsSettings dnsSettings, FirewallPolicyIntrusionDetection intrusionDetection, FirewallPolicyTransportSecurity transportSecurity, FirewallPolicySku sku) : base(id, name, resourceType, location, tags) + internal FirewallPolicyData(ResourceIdentifier id, string name, ResourceType? resourceType, AzureLocation? location, IDictionary tags, ETag? etag, ManagedServiceIdentity identity, IReadOnlyList ruleCollectionGroups, NetworkProvisioningState? provisioningState, WritableSubResource basePolicy, IReadOnlyList firewalls, IReadOnlyList childPolicies, AzureFirewallThreatIntelMode? threatIntelMode, FirewallPolicyThreatIntelWhitelist threatIntelWhitelist, FirewallPolicyInsights insights, FirewallPolicySnat snat, FirewallPolicySQL sql, DnsSettings dnsSettings, FirewallPolicyExplicitProxy explicitProxy, FirewallPolicyIntrusionDetection intrusionDetection, FirewallPolicyTransportSecurity transportSecurity, FirewallPolicySku sku) : base(id, name, resourceType, location, tags) { ETag = etag; Identity = identity; @@ -62,7 +64,9 @@ internal FirewallPolicyData(ResourceIdentifier id, string name, ResourceType? re ThreatIntelWhitelist = threatIntelWhitelist; Insights = insights; Snat = snat; + Sql = sql; DnsSettings = dnsSettings; + ExplicitProxy = explicitProxy; IntrusionDetection = intrusionDetection; TransportSecurity = transportSecurity; Sku = sku; @@ -101,20 +105,25 @@ public ResourceIdentifier BasePolicyId /// Insights on Firewall Policy. public FirewallPolicyInsights Insights { get; set; } /// The private IP addresses/IP ranges to which traffic will not be SNAT. - internal FirewallPolicySnat Snat { get; set; } - /// List of private IP addresses/IP address ranges to not be SNAT. - public IList SnatPrivateRanges + public FirewallPolicySnat Snat { get; set; } + /// SQL Settings definition. + internal FirewallPolicySQL Sql { get; set; } + /// A flag to indicate if SQL Redirect traffic filtering is enabled. Turning on the flag requires no rule using port 11000-11999. + public bool? AllowSqlRedirect { - get + get => Sql is null ? default : Sql.AllowSqlRedirect; + set { - if (Snat is null) - Snat = new FirewallPolicySnat(); - return Snat.PrivateRanges; + if (Sql is null) + Sql = new FirewallPolicySQL(); + Sql.AllowSqlRedirect = value; } } /// DNS Proxy Settings definition. public DnsSettings DnsSettings { get; set; } + /// Explicit Proxy Settings definition. + public FirewallPolicyExplicitProxy ExplicitProxy { get; set; } /// The configuration for Intrusion detection. public FirewallPolicyIntrusionDetection IntrusionDetection { get; set; } /// TLS Configuration definition. diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/FirewallPolicyResource.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/FirewallPolicyResource.cs index 8396895bc9a3..d19afa7be5e5 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/FirewallPolicyResource.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/FirewallPolicyResource.cs @@ -14,6 +14,7 @@ using Azure.Core; using Azure.Core.Pipeline; using Azure.ResourceManager; +using Azure.ResourceManager.Network.Models; using Azure.ResourceManager.Resources; namespace Azure.ResourceManager.Network @@ -35,6 +36,10 @@ public static ResourceIdentifier CreateResourceIdentifier(string subscriptionId, private readonly ClientDiagnostics _firewallPolicyClientDiagnostics; private readonly FirewallPoliciesRestOperations _firewallPolicyRestClient; + private readonly ClientDiagnostics _firewallPolicyIdpsSignaturesClientDiagnostics; + private readonly FirewallPolicyIdpsSignaturesRestOperations _firewallPolicyIdpsSignaturesRestClient; + private readonly ClientDiagnostics _firewallPolicyIdpsSignaturesFilterValuesClientDiagnostics; + private readonly FirewallPolicyIdpsSignaturesFilterValuesRestOperations _firewallPolicyIdpsSignaturesFilterValuesRestClient; private readonly FirewallPolicyData _data; /// Initializes a new instance of the class for mocking. @@ -59,6 +64,10 @@ internal FirewallPolicyResource(ArmClient client, ResourceIdentifier id) : base( _firewallPolicyClientDiagnostics = new ClientDiagnostics("Azure.ResourceManager.Network", ResourceType.Namespace, Diagnostics); TryGetApiVersion(ResourceType, out string firewallPolicyApiVersion); _firewallPolicyRestClient = new FirewallPoliciesRestOperations(Pipeline, Diagnostics.ApplicationId, Endpoint, firewallPolicyApiVersion); + _firewallPolicyIdpsSignaturesClientDiagnostics = new ClientDiagnostics("Azure.ResourceManager.Network", ProviderConstants.DefaultProviderNamespace, Diagnostics); + _firewallPolicyIdpsSignaturesRestClient = new FirewallPolicyIdpsSignaturesRestOperations(Pipeline, Diagnostics.ApplicationId, Endpoint); + _firewallPolicyIdpsSignaturesFilterValuesClientDiagnostics = new ClientDiagnostics("Azure.ResourceManager.Network", ProviderConstants.DefaultProviderNamespace, Diagnostics); + _firewallPolicyIdpsSignaturesFilterValuesRestClient = new FirewallPolicyIdpsSignaturesFilterValuesRestOperations(Pipeline, Diagnostics.ApplicationId, Endpoint); #if DEBUG ValidateResourceId(Id); #endif @@ -141,6 +150,13 @@ public virtual Response GetFirewallPo return GetFirewallPolicyRuleCollectionGroups().Get(ruleCollectionGroupName, cancellationToken); } + /// Gets an object representing a PolicySignaturesOverridesForIdpsResource along with the instance operations that can be performed on it in the FirewallPolicy. + /// Returns a object. + public virtual PolicySignaturesOverridesForIdpsResource GetPolicySignaturesOverridesForIdps() + { + return new PolicySignaturesOverridesForIdpsResource(Client, Id.AppendChildResource("signatureOverrides", "default")); + } + /// /// Gets the specified Firewall Policy. /// @@ -276,7 +292,7 @@ public virtual ArmOperation Delete(WaitUntil waitUntil, CancellationToken cancel } /// - /// Creates or updates the specified Firewall Policy. + /// Updates tags of a Azure Firewall Policy resource. /// /// /// Request Path @@ -284,27 +300,23 @@ public virtual ArmOperation Delete(WaitUntil waitUntil, CancellationToken cancel /// /// /// Operation Id - /// FirewallPolicies_CreateOrUpdate + /// FirewallPolicies_UpdateTags /// /// /// - /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. - /// Parameters supplied to the create or update Firewall Policy operation. + /// Parameters supplied to update Azure Firewall Policy tags. /// The cancellation token to use. - /// is null. - public virtual async Task> UpdateAsync(WaitUntil waitUntil, FirewallPolicyData data, CancellationToken cancellationToken = default) + /// is null. + public virtual async Task> UpdateAsync(NetworkTagsObject networkTagsObject, CancellationToken cancellationToken = default) { - Argument.AssertNotNull(data, nameof(data)); + Argument.AssertNotNull(networkTagsObject, nameof(networkTagsObject)); using var scope = _firewallPolicyClientDiagnostics.CreateScope("FirewallPolicyResource.Update"); scope.Start(); try { - var response = await _firewallPolicyRestClient.CreateOrUpdateAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, data, cancellationToken).ConfigureAwait(false); - var operation = new NetworkArmOperation(new FirewallPolicyOperationSource(Client), _firewallPolicyClientDiagnostics, Pipeline, _firewallPolicyRestClient.CreateCreateOrUpdateRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, data).Request, response, OperationFinalStateVia.AzureAsyncOperation); - if (waitUntil == WaitUntil.Completed) - await operation.WaitForCompletionAsync(cancellationToken).ConfigureAwait(false); - return operation; + var response = await _firewallPolicyRestClient.UpdateTagsAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, networkTagsObject, cancellationToken).ConfigureAwait(false); + return Response.FromValue(new FirewallPolicyResource(Client, response.Value), response.GetRawResponse()); } catch (Exception e) { @@ -314,7 +326,7 @@ public virtual async Task> UpdateAsync(Wait } /// - /// Creates or updates the specified Firewall Policy. + /// Updates tags of a Azure Firewall Policy resource. /// /// /// Request Path @@ -322,27 +334,159 @@ public virtual async Task> UpdateAsync(Wait /// /// /// Operation Id - /// FirewallPolicies_CreateOrUpdate + /// FirewallPolicies_UpdateTags /// /// /// - /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. - /// Parameters supplied to the create or update Firewall Policy operation. + /// Parameters supplied to update Azure Firewall Policy tags. /// The cancellation token to use. - /// is null. - public virtual ArmOperation Update(WaitUntil waitUntil, FirewallPolicyData data, CancellationToken cancellationToken = default) + /// is null. + public virtual Response Update(NetworkTagsObject networkTagsObject, CancellationToken cancellationToken = default) { - Argument.AssertNotNull(data, nameof(data)); + Argument.AssertNotNull(networkTagsObject, nameof(networkTagsObject)); using var scope = _firewallPolicyClientDiagnostics.CreateScope("FirewallPolicyResource.Update"); scope.Start(); try { - var response = _firewallPolicyRestClient.CreateOrUpdate(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, data, cancellationToken); - var operation = new NetworkArmOperation(new FirewallPolicyOperationSource(Client), _firewallPolicyClientDiagnostics, Pipeline, _firewallPolicyRestClient.CreateCreateOrUpdateRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, data).Request, response, OperationFinalStateVia.AzureAsyncOperation); - if (waitUntil == WaitUntil.Completed) - operation.WaitForCompletion(cancellationToken); - return operation; + var response = _firewallPolicyRestClient.UpdateTags(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, networkTagsObject, cancellationToken); + return Response.FromValue(new FirewallPolicyResource(Client, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Retrieves the current status of IDPS signatures for the relevant policy + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/firewallPolicies/{firewallPolicyName}/listIdpsSignatures + /// + /// + /// Operation Id + /// FirewallPolicyIdpsSignatures_List + /// + /// + /// + /// The IdpsQueryContent to use. + /// The cancellation token to use. + /// is null. + public virtual async Task> GetFirewallPolicyIdpsSignatureAsync(IdpsQueryContent content, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(content, nameof(content)); + + using var scope = _firewallPolicyIdpsSignaturesClientDiagnostics.CreateScope("FirewallPolicyResource.GetFirewallPolicyIdpsSignature"); + scope.Start(); + try + { + var response = await _firewallPolicyIdpsSignaturesRestClient.ListAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, content, cancellationToken).ConfigureAwait(false); + return response; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Retrieves the current status of IDPS signatures for the relevant policy + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/firewallPolicies/{firewallPolicyName}/listIdpsSignatures + /// + /// + /// Operation Id + /// FirewallPolicyIdpsSignatures_List + /// + /// + /// + /// The IdpsQueryContent to use. + /// The cancellation token to use. + /// is null. + public virtual Response GetFirewallPolicyIdpsSignature(IdpsQueryContent content, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(content, nameof(content)); + + using var scope = _firewallPolicyIdpsSignaturesClientDiagnostics.CreateScope("FirewallPolicyResource.GetFirewallPolicyIdpsSignature"); + scope.Start(); + try + { + var response = _firewallPolicyIdpsSignaturesRestClient.List(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, content, cancellationToken); + return response; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Retrieves the current filter values for the signatures overrides + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/firewallPolicies/{firewallPolicyName}/listIdpsFilterOptions + /// + /// + /// Operation Id + /// FirewallPolicyIdpsSignaturesFilterValues_List + /// + /// + /// + /// The SignatureOverridesFilterValuesQueryContent to use. + /// The cancellation token to use. + /// is null. + public virtual async Task> GetFirewallPolicyIdpsSignaturesFilterValueAsync(SignatureOverridesFilterValuesQueryContent content, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(content, nameof(content)); + + using var scope = _firewallPolicyIdpsSignaturesFilterValuesClientDiagnostics.CreateScope("FirewallPolicyResource.GetFirewallPolicyIdpsSignaturesFilterValue"); + scope.Start(); + try + { + var response = await _firewallPolicyIdpsSignaturesFilterValuesRestClient.ListAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, content, cancellationToken).ConfigureAwait(false); + return response; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Retrieves the current filter values for the signatures overrides + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/firewallPolicies/{firewallPolicyName}/listIdpsFilterOptions + /// + /// + /// Operation Id + /// FirewallPolicyIdpsSignaturesFilterValues_List + /// + /// + /// + /// The SignatureOverridesFilterValuesQueryContent to use. + /// The cancellation token to use. + /// is null. + public virtual Response GetFirewallPolicyIdpsSignaturesFilterValue(SignatureOverridesFilterValuesQueryContent content, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(content, nameof(content)); + + using var scope = _firewallPolicyIdpsSignaturesFilterValuesClientDiagnostics.CreateScope("FirewallPolicyResource.GetFirewallPolicyIdpsSignaturesFilterValue"); + scope.Start(); + try + { + var response = _firewallPolicyIdpsSignaturesFilterValuesRestClient.List(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, content, cancellationToken); + return response; } catch (Exception e) { @@ -388,9 +532,14 @@ public virtual async Task> AddTagAsync(string k else { var current = (await GetAsync(cancellationToken: cancellationToken).ConfigureAwait(false)).Value.Data; - current.Tags[key] = value; - var result = await UpdateAsync(WaitUntil.Completed, current, cancellationToken: cancellationToken).ConfigureAwait(false); - return Response.FromValue(result.Value, result.GetRawResponse()); + var patch = new NetworkTagsObject(); + foreach (var tag in current.Tags) + { + patch.Tags.Add(tag); + } + patch.Tags[key] = value; + var result = await UpdateAsync(patch, cancellationToken: cancellationToken).ConfigureAwait(false); + return result; } } catch (Exception e) @@ -437,9 +586,14 @@ public virtual Response AddTag(string key, string value, else { var current = Get(cancellationToken: cancellationToken).Value.Data; - current.Tags[key] = value; - var result = Update(WaitUntil.Completed, current, cancellationToken: cancellationToken); - return Response.FromValue(result.Value, result.GetRawResponse()); + var patch = new NetworkTagsObject(); + foreach (var tag in current.Tags) + { + patch.Tags.Add(tag); + } + patch.Tags[key] = value; + var result = Update(patch, cancellationToken: cancellationToken); + return result; } } catch (Exception e) @@ -485,9 +639,10 @@ public virtual async Task> SetTagsAsync(IDictio else { var current = (await GetAsync(cancellationToken: cancellationToken).ConfigureAwait(false)).Value.Data; - current.Tags.ReplaceWith(tags); - var result = await UpdateAsync(WaitUntil.Completed, current, cancellationToken: cancellationToken).ConfigureAwait(false); - return Response.FromValue(result.Value, result.GetRawResponse()); + var patch = new NetworkTagsObject(); + patch.Tags.ReplaceWith(tags); + var result = await UpdateAsync(patch, cancellationToken: cancellationToken).ConfigureAwait(false); + return result; } } catch (Exception e) @@ -533,9 +688,10 @@ public virtual Response SetTags(IDictionary> RemoveTagAsync(strin else { var current = (await GetAsync(cancellationToken: cancellationToken).ConfigureAwait(false)).Value.Data; - current.Tags.Remove(key); - var result = await UpdateAsync(WaitUntil.Completed, current, cancellationToken: cancellationToken).ConfigureAwait(false); - return Response.FromValue(result.Value, result.GetRawResponse()); + var patch = new NetworkTagsObject(); + foreach (var tag in current.Tags) + { + patch.Tags.Add(tag); + } + patch.Tags.Remove(key); + var result = await UpdateAsync(patch, cancellationToken: cancellationToken).ConfigureAwait(false); + return result; } } catch (Exception e) @@ -627,9 +788,14 @@ public virtual Response RemoveTag(string key, Cancellati else { var current = Get(cancellationToken: cancellationToken).Value.Data; - current.Tags.Remove(key); - var result = Update(WaitUntil.Completed, current, cancellationToken: cancellationToken); - return Response.FromValue(result.Value, result.GetRawResponse()); + var patch = new NetworkTagsObject(); + foreach (var tag in current.Tags) + { + patch.Tags.Add(tag); + } + patch.Tags.Remove(key); + var result = Update(patch, cancellationToken: cancellationToken); + return result; } } catch (Exception e) diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/InboundNatRuleCollection.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/InboundNatRuleCollection.cs index 75cb3e660f6f..db619e87a12b 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/InboundNatRuleCollection.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/InboundNatRuleCollection.cs @@ -53,7 +53,7 @@ internal static void ValidateResourceId(ResourceIdentifier id) } /// - /// Creates or updates a load balancer inbound nat rule. + /// Creates or updates a load balancer inbound NAT rule. /// /// /// Request Path @@ -66,8 +66,8 @@ internal static void ValidateResourceId(ResourceIdentifier id) /// /// /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. - /// The name of the inbound nat rule. - /// Parameters supplied to the create or update inbound nat rule operation. + /// The name of the inbound NAT rule. + /// Parameters supplied to the create or update inbound NAT rule operation. /// The cancellation token to use. /// is an empty string, and was expected to be non-empty. /// or is null. @@ -94,7 +94,7 @@ public virtual async Task> CreateOrUpdateAs } /// - /// Creates or updates a load balancer inbound nat rule. + /// Creates or updates a load balancer inbound NAT rule. /// /// /// Request Path @@ -107,8 +107,8 @@ public virtual async Task> CreateOrUpdateAs /// /// /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. - /// The name of the inbound nat rule. - /// Parameters supplied to the create or update inbound nat rule operation. + /// The name of the inbound NAT rule. + /// Parameters supplied to the create or update inbound NAT rule operation. /// The cancellation token to use. /// is an empty string, and was expected to be non-empty. /// or is null. @@ -135,7 +135,7 @@ public virtual ArmOperation CreateOrUpdate(WaitUntil wai } /// - /// Gets the specified load balancer inbound nat rule. + /// Gets the specified load balancer inbound NAT rule. /// /// /// Request Path @@ -147,7 +147,7 @@ public virtual ArmOperation CreateOrUpdate(WaitUntil wai /// /// /// - /// The name of the inbound nat rule. + /// The name of the inbound NAT rule. /// Expands referenced resources. /// The cancellation token to use. /// is an empty string, and was expected to be non-empty. @@ -173,7 +173,7 @@ public virtual async Task> GetAsync(string inbo } /// - /// Gets the specified load balancer inbound nat rule. + /// Gets the specified load balancer inbound NAT rule. /// /// /// Request Path @@ -185,7 +185,7 @@ public virtual async Task> GetAsync(string inbo /// /// /// - /// The name of the inbound nat rule. + /// The name of the inbound NAT rule. /// Expands referenced resources. /// The cancellation token to use. /// is an empty string, and was expected to be non-empty. @@ -211,7 +211,7 @@ public virtual Response Get(string inboundNatRuleName, s } /// - /// Gets all the inbound nat rules in a load balancer. + /// Gets all the inbound NAT rules in a load balancer. /// /// /// Request Path @@ -233,7 +233,7 @@ public virtual AsyncPageable GetAllAsync(CancellationTok } /// - /// Gets all the inbound nat rules in a load balancer. + /// Gets all the inbound NAT rules in a load balancer. /// /// /// Request Path @@ -267,7 +267,7 @@ public virtual Pageable GetAll(CancellationToken cancell /// /// /// - /// The name of the inbound nat rule. + /// The name of the inbound NAT rule. /// Expands referenced resources. /// The cancellation token to use. /// is an empty string, and was expected to be non-empty. @@ -303,7 +303,7 @@ public virtual async Task> ExistsAsync(string inboundNatRuleName, /// /// /// - /// The name of the inbound nat rule. + /// The name of the inbound NAT rule. /// Expands referenced resources. /// The cancellation token to use. /// is an empty string, and was expected to be non-empty. diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/InboundNatRuleData.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/InboundNatRuleData.cs index 31e86bd12b95..7dbb9d31df9c 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/InboundNatRuleData.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/InboundNatRuleData.cs @@ -36,8 +36,11 @@ public InboundNatRuleData() /// The timeout for the TCP idle connection. The value can be set between 4 and 30 minutes. The default value is 4 minutes. This element is only used when the protocol is set to TCP. /// Configures a virtual machine's endpoint for the floating IP capability required to configure a SQL AlwaysOn Availability Group. This setting is required when using the SQL AlwaysOn Availability Groups in SQL server. This setting can't be changed after you create the endpoint. /// Receive bidirectional TCP Reset on TCP flow idle timeout or unexpected connection termination. This element is only used when the protocol is set to TCP. + /// The port range start for the external endpoint. This property is used together with BackendAddressPool and FrontendPortRangeEnd. Individual inbound NAT rule port mappings will be created for each backend address from BackendAddressPool. Acceptable values range from 1 to 65534. + /// The port range end for the external endpoint. This property is used together with BackendAddressPool and FrontendPortRangeStart. Individual inbound NAT rule port mappings will be created for each backend address from BackendAddressPool. Acceptable values range from 1 to 65534. + /// A reference to backendAddressPool resource. /// The provisioning state of the inbound NAT rule resource. - internal InboundNatRuleData(ResourceIdentifier id, string name, ResourceType? resourceType, ETag? etag, WritableSubResource frontendIPConfiguration, NetworkInterfaceIPConfigurationData backendIPConfiguration, LoadBalancingTransportProtocol? protocol, int? frontendPort, int? backendPort, int? idleTimeoutInMinutes, bool? enableFloatingIP, bool? enableTcpReset, NetworkProvisioningState? provisioningState) : base(id, name, resourceType) + internal InboundNatRuleData(ResourceIdentifier id, string name, ResourceType? resourceType, ETag? etag, WritableSubResource frontendIPConfiguration, NetworkInterfaceIPConfigurationData backendIPConfiguration, LoadBalancingTransportProtocol? protocol, int? frontendPort, int? backendPort, int? idleTimeoutInMinutes, bool? enableFloatingIP, bool? enableTcpReset, int? frontendPortRangeStart, int? frontendPortRangeEnd, WritableSubResource backendAddressPool, NetworkProvisioningState? provisioningState) : base(id, name, resourceType) { ETag = etag; FrontendIPConfiguration = frontendIPConfiguration; @@ -48,6 +51,9 @@ internal InboundNatRuleData(ResourceIdentifier id, string name, ResourceType? re IdleTimeoutInMinutes = idleTimeoutInMinutes; EnableFloatingIP = enableFloatingIP; EnableTcpReset = enableTcpReset; + FrontendPortRangeStart = frontendPortRangeStart; + FrontendPortRangeEnd = frontendPortRangeEnd; + BackendAddressPool = backendAddressPool; ProvisioningState = provisioningState; } @@ -81,6 +87,24 @@ public ResourceIdentifier FrontendIPConfigurationId public bool? EnableFloatingIP { get; set; } /// Receive bidirectional TCP Reset on TCP flow idle timeout or unexpected connection termination. This element is only used when the protocol is set to TCP. public bool? EnableTcpReset { get; set; } + /// The port range start for the external endpoint. This property is used together with BackendAddressPool and FrontendPortRangeEnd. Individual inbound NAT rule port mappings will be created for each backend address from BackendAddressPool. Acceptable values range from 1 to 65534. + public int? FrontendPortRangeStart { get; set; } + /// The port range end for the external endpoint. This property is used together with BackendAddressPool and FrontendPortRangeStart. Individual inbound NAT rule port mappings will be created for each backend address from BackendAddressPool. Acceptable values range from 1 to 65534. + public int? FrontendPortRangeEnd { get; set; } + /// A reference to backendAddressPool resource. + internal WritableSubResource BackendAddressPool { get; set; } + /// Gets or sets Id. + public ResourceIdentifier BackendAddressPoolId + { + get => BackendAddressPool is null ? default : BackendAddressPool.Id; + set + { + if (BackendAddressPool is null) + BackendAddressPool = new WritableSubResource(); + BackendAddressPool.Id = value; + } + } + /// The provisioning state of the inbound NAT rule resource. public NetworkProvisioningState? ProvisioningState { get; } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/InboundNatRuleResource.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/InboundNatRuleResource.cs index c8810fdf82bd..e66bb7e8463b 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/InboundNatRuleResource.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/InboundNatRuleResource.cs @@ -87,7 +87,7 @@ internal static void ValidateResourceId(ResourceIdentifier id) } /// - /// Gets the specified load balancer inbound nat rule. + /// Gets the specified load balancer inbound NAT rule. /// /// /// Request Path @@ -120,7 +120,7 @@ public virtual async Task> GetAsync(string expa } /// - /// Gets the specified load balancer inbound nat rule. + /// Gets the specified load balancer inbound NAT rule. /// /// /// Request Path @@ -153,7 +153,7 @@ public virtual Response Get(string expand = null, Cancel } /// - /// Deletes the specified load balancer inbound nat rule. + /// Deletes the specified load balancer inbound NAT rule. /// /// /// Request Path @@ -187,7 +187,7 @@ public virtual async Task DeleteAsync(WaitUntil waitUntil, Cancell } /// - /// Deletes the specified load balancer inbound nat rule. + /// Deletes the specified load balancer inbound NAT rule. /// /// /// Request Path @@ -221,7 +221,7 @@ public virtual ArmOperation Delete(WaitUntil waitUntil, CancellationToken cancel } /// - /// Creates or updates a load balancer inbound nat rule. + /// Creates or updates a load balancer inbound NAT rule. /// /// /// Request Path @@ -234,7 +234,7 @@ public virtual ArmOperation Delete(WaitUntil waitUntil, CancellationToken cancel /// /// /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. - /// Parameters supplied to the create or update inbound nat rule operation. + /// Parameters supplied to the create or update inbound NAT rule operation. /// The cancellation token to use. /// is null. public virtual async Task> UpdateAsync(WaitUntil waitUntil, InboundNatRuleData data, CancellationToken cancellationToken = default) @@ -259,7 +259,7 @@ public virtual async Task> UpdateAsync(Wait } /// - /// Creates or updates a load balancer inbound nat rule. + /// Creates or updates a load balancer inbound NAT rule. /// /// /// Request Path @@ -272,7 +272,7 @@ public virtual async Task> UpdateAsync(Wait /// /// /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. - /// Parameters supplied to the create or update inbound nat rule operation. + /// Parameters supplied to the create or update inbound NAT rule operation. /// The cancellation token to use. /// is null. public virtual ArmOperation Update(WaitUntil waitUntil, InboundNatRuleData data, CancellationToken cancellationToken = default) diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/LoadBalancerData.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/LoadBalancerData.cs index a754fd906ce1..92ae4799afc1 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/LoadBalancerData.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/LoadBalancerData.cs @@ -46,7 +46,7 @@ public LoadBalancerData() /// Object collection representing the load balancing rules Gets the provisioning. /// Collection of probe objects used in the load balancer. /// Collection of inbound NAT Rules used by a load balancer. Defining inbound NAT rules on your load balancer is mutually exclusive with defining an inbound NAT pool. Inbound NAT pools are referenced from virtual machine scale sets. NICs that are associated with individual virtual machines cannot reference an Inbound NAT pool. They have to reference individual inbound NAT rules. - /// Defines an external port range for inbound NAT to a single backend port on NICs associated with a load balancer. Inbound NAT rules are created automatically for each NIC associated with the Load Balancer using an external port from this range. Defining an Inbound NAT pool on your Load Balancer is mutually exclusive with defining inbound Nat rules. Inbound NAT pools are referenced from virtual machine scale sets. NICs that are associated with individual virtual machines cannot reference an inbound NAT pool. They have to reference individual inbound NAT rules. + /// Defines an external port range for inbound NAT to a single backend port on NICs associated with a load balancer. Inbound NAT rules are created automatically for each NIC associated with the Load Balancer using an external port from this range. Defining an Inbound NAT pool on your Load Balancer is mutually exclusive with defining inbound NAT rules. Inbound NAT pools are referenced from virtual machine scale sets. NICs that are associated with individual virtual machines cannot reference an inbound NAT pool. They have to reference individual inbound NAT rules. /// The outbound rules. /// The resource GUID property of the load balancer resource. /// The provisioning state of the load balancer resource. @@ -82,7 +82,7 @@ internal LoadBalancerData(ResourceIdentifier id, string name, ResourceType? reso public IList Probes { get; } /// Collection of inbound NAT Rules used by a load balancer. Defining inbound NAT rules on your load balancer is mutually exclusive with defining an inbound NAT pool. Inbound NAT pools are referenced from virtual machine scale sets. NICs that are associated with individual virtual machines cannot reference an Inbound NAT pool. They have to reference individual inbound NAT rules. public IList InboundNatRules { get; } - /// Defines an external port range for inbound NAT to a single backend port on NICs associated with a load balancer. Inbound NAT rules are created automatically for each NIC associated with the Load Balancer using an external port from this range. Defining an Inbound NAT pool on your Load Balancer is mutually exclusive with defining inbound Nat rules. Inbound NAT pools are referenced from virtual machine scale sets. NICs that are associated with individual virtual machines cannot reference an inbound NAT pool. They have to reference individual inbound NAT rules. + /// Defines an external port range for inbound NAT to a single backend port on NICs associated with a load balancer. Inbound NAT rules are created automatically for each NIC associated with the Load Balancer using an external port from this range. Defining an Inbound NAT pool on your Load Balancer is mutually exclusive with defining inbound NAT rules. Inbound NAT pools are referenced from virtual machine scale sets. NICs that are associated with individual virtual machines cannot reference an inbound NAT pool. They have to reference individual inbound NAT rules. public IList InboundNatPools { get; } /// The outbound rules. public IList OutboundRules { get; } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/LoadBalancerResource.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/LoadBalancerResource.cs index e7c36858e535..373a8ed279ee 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/LoadBalancerResource.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/LoadBalancerResource.cs @@ -207,7 +207,7 @@ public virtual InboundNatRuleCollection GetInboundNatRules() } /// - /// Gets the specified load balancer inbound nat rule. + /// Gets the specified load balancer inbound NAT rule. /// /// /// Request Path @@ -219,7 +219,7 @@ public virtual InboundNatRuleCollection GetInboundNatRules() /// /// /// - /// The name of the inbound nat rule. + /// The name of the inbound NAT rule. /// Expands referenced resources. /// The cancellation token to use. /// is an empty string, and was expected to be non-empty. @@ -231,7 +231,7 @@ public virtual async Task> GetInboundNatRuleAsy } /// - /// Gets the specified load balancer inbound nat rule. + /// Gets the specified load balancer inbound NAT rule. /// /// /// Request Path @@ -243,7 +243,7 @@ public virtual async Task> GetInboundNatRuleAsy /// /// /// - /// The name of the inbound nat rule. + /// The name of the inbound NAT rule. /// Expands referenced resources. /// The cancellation token to use. /// is an empty string, and was expected to be non-empty. diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/LongRunningOperation/BackendAddressInboundNatRulePortMappingsOperationSource.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/LongRunningOperation/BackendAddressInboundNatRulePortMappingsOperationSource.cs new file mode 100644 index 000000000000..005f9e4b28dc --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/LongRunningOperation/BackendAddressInboundNatRulePortMappingsOperationSource.cs @@ -0,0 +1,31 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Text.Json; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.ResourceManager.Network.Models; + +namespace Azure.ResourceManager.Network +{ + internal class BackendAddressInboundNatRulePortMappingsOperationSource : IOperationSource + { + BackendAddressInboundNatRulePortMappings IOperationSource.CreateResult(Response response, CancellationToken cancellationToken) + { + using var document = JsonDocument.Parse(response.ContentStream); + return BackendAddressInboundNatRulePortMappings.DeserializeBackendAddressInboundNatRulePortMappings(document.RootElement); + } + + async ValueTask IOperationSource.CreateResultAsync(Response response, CancellationToken cancellationToken) + { + using var document = await JsonDocument.ParseAsync(response.ContentStream, default, cancellationToken).ConfigureAwait(false); + return BackendAddressInboundNatRulePortMappings.DeserializeBackendAddressInboundNatRulePortMappings(document.RootElement); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/LongRunningOperation/ExpressRoutePortAuthorizationOperationSource.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/LongRunningOperation/ExpressRoutePortAuthorizationOperationSource.cs new file mode 100644 index 000000000000..b48b5482d7cf --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/LongRunningOperation/ExpressRoutePortAuthorizationOperationSource.cs @@ -0,0 +1,40 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Text.Json; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.ResourceManager; + +namespace Azure.ResourceManager.Network +{ + internal class ExpressRoutePortAuthorizationOperationSource : IOperationSource + { + private readonly ArmClient _client; + + internal ExpressRoutePortAuthorizationOperationSource(ArmClient client) + { + _client = client; + } + + ExpressRoutePortAuthorizationResource IOperationSource.CreateResult(Response response, CancellationToken cancellationToken) + { + using var document = JsonDocument.Parse(response.ContentStream); + var data = ExpressRoutePortAuthorizationData.DeserializeExpressRoutePortAuthorizationData(document.RootElement); + return new ExpressRoutePortAuthorizationResource(_client, data); + } + + async ValueTask IOperationSource.CreateResultAsync(Response response, CancellationToken cancellationToken) + { + using var document = await JsonDocument.ParseAsync(response.ContentStream, default, cancellationToken).ConfigureAwait(false); + var data = ExpressRoutePortAuthorizationData.DeserializeExpressRoutePortAuthorizationData(document.RootElement); + return new ExpressRoutePortAuthorizationResource(_client, data); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/LongRunningOperation/LearnedIPPrefixesListResultOperationSource.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/LongRunningOperation/LearnedIPPrefixesListResultOperationSource.cs new file mode 100644 index 000000000000..5a22a0a374d3 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/LongRunningOperation/LearnedIPPrefixesListResultOperationSource.cs @@ -0,0 +1,31 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Text.Json; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.ResourceManager.Network.Models; + +namespace Azure.ResourceManager.Network +{ + internal class LearnedIPPrefixesListResultOperationSource : IOperationSource + { + LearnedIPPrefixesListResult IOperationSource.CreateResult(Response response, CancellationToken cancellationToken) + { + using var document = JsonDocument.Parse(response.ContentStream); + return LearnedIPPrefixesListResult.DeserializeLearnedIPPrefixesListResult(document.RootElement); + } + + async ValueTask IOperationSource.CreateResultAsync(Response response, CancellationToken cancellationToken) + { + using var document = await JsonDocument.ParseAsync(response.ContentStream, default, cancellationToken).ConfigureAwait(false); + return LearnedIPPrefixesListResult.DeserializeLearnedIPPrefixesListResult(document.RootElement); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/LongRunningOperation/NetworkManagerCommitOperationSource.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/LongRunningOperation/NetworkManagerCommitOperationSource.cs new file mode 100644 index 000000000000..2fb7d2e0de3f --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/LongRunningOperation/NetworkManagerCommitOperationSource.cs @@ -0,0 +1,31 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Text.Json; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.ResourceManager.Network.Models; + +namespace Azure.ResourceManager.Network +{ + internal class NetworkManagerCommitOperationSource : IOperationSource + { + NetworkManagerCommit IOperationSource.CreateResult(Response response, CancellationToken cancellationToken) + { + using var document = JsonDocument.Parse(response.ContentStream); + return NetworkManagerCommit.DeserializeNetworkManagerCommit(document.RootElement); + } + + async ValueTask IOperationSource.CreateResultAsync(Response response, CancellationToken cancellationToken) + { + using var document = await JsonDocument.ParseAsync(response.ContentStream, default, cancellationToken).ConfigureAwait(false); + return NetworkManagerCommit.DeserializeNetworkManagerCommit(document.RootElement); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/LongRunningOperation/PublicIPDdosProtectionStatusResultOperationSource.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/LongRunningOperation/PublicIPDdosProtectionStatusResultOperationSource.cs new file mode 100644 index 000000000000..974a7adfb16f --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/LongRunningOperation/PublicIPDdosProtectionStatusResultOperationSource.cs @@ -0,0 +1,31 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Text.Json; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.ResourceManager.Network.Models; + +namespace Azure.ResourceManager.Network +{ + internal class PublicIPDdosProtectionStatusResultOperationSource : IOperationSource + { + PublicIPDdosProtectionStatusResult IOperationSource.CreateResult(Response response, CancellationToken cancellationToken) + { + using var document = JsonDocument.Parse(response.ContentStream); + return PublicIPDdosProtectionStatusResult.DeserializePublicIPDdosProtectionStatusResult(document.RootElement); + } + + async ValueTask IOperationSource.CreateResultAsync(Response response, CancellationToken cancellationToken) + { + using var document = await JsonDocument.ParseAsync(response.ContentStream, default, cancellationToken).ConfigureAwait(false); + return PublicIPDdosProtectionStatusResult.DeserializePublicIPDdosProtectionStatusResult(document.RootElement); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/LongRunningOperation/RouteMapOperationSource.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/LongRunningOperation/RouteMapOperationSource.cs new file mode 100644 index 000000000000..6abd1a48ae6e --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/LongRunningOperation/RouteMapOperationSource.cs @@ -0,0 +1,40 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Text.Json; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.ResourceManager; + +namespace Azure.ResourceManager.Network +{ + internal class RouteMapOperationSource : IOperationSource + { + private readonly ArmClient _client; + + internal RouteMapOperationSource(ArmClient client) + { + _client = client; + } + + RouteMapResource IOperationSource.CreateResult(Response response, CancellationToken cancellationToken) + { + using var document = JsonDocument.Parse(response.ContentStream); + var data = RouteMapData.DeserializeRouteMapData(document.RootElement); + return new RouteMapResource(_client, data); + } + + async ValueTask IOperationSource.CreateResultAsync(Response response, CancellationToken cancellationToken) + { + using var document = await JsonDocument.ParseAsync(response.ContentStream, default, cancellationToken).ConfigureAwait(false); + var data = RouteMapData.DeserializeRouteMapData(document.RootElement); + return new RouteMapResource(_client, data); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/LongRunningOperation/RoutingIntentOperationSource.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/LongRunningOperation/RoutingIntentOperationSource.cs new file mode 100644 index 000000000000..d7e01000da26 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/LongRunningOperation/RoutingIntentOperationSource.cs @@ -0,0 +1,40 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Text.Json; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.ResourceManager; + +namespace Azure.ResourceManager.Network +{ + internal class RoutingIntentOperationSource : IOperationSource + { + private readonly ArmClient _client; + + internal RoutingIntentOperationSource(ArmClient client) + { + _client = client; + } + + RoutingIntentResource IOperationSource.CreateResult(Response response, CancellationToken cancellationToken) + { + using var document = JsonDocument.Parse(response.ContentStream); + var data = RoutingIntentData.DeserializeRoutingIntentData(document.RootElement); + return new RoutingIntentResource(_client, data); + } + + async ValueTask IOperationSource.CreateResultAsync(Response response, CancellationToken cancellationToken) + { + using var document = await JsonDocument.ParseAsync(response.ContentStream, default, cancellationToken).ConfigureAwait(false); + var data = RoutingIntentData.DeserializeRoutingIntentData(document.RootElement); + return new RoutingIntentResource(_client, data); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/LongRunningOperation/VpnServerConfigurationPolicyGroupOperationSource.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/LongRunningOperation/VpnServerConfigurationPolicyGroupOperationSource.cs new file mode 100644 index 000000000000..906e58073207 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/LongRunningOperation/VpnServerConfigurationPolicyGroupOperationSource.cs @@ -0,0 +1,40 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Text.Json; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.ResourceManager; + +namespace Azure.ResourceManager.Network +{ + internal class VpnServerConfigurationPolicyGroupOperationSource : IOperationSource + { + private readonly ArmClient _client; + + internal VpnServerConfigurationPolicyGroupOperationSource(ArmClient client) + { + _client = client; + } + + VpnServerConfigurationPolicyGroupResource IOperationSource.CreateResult(Response response, CancellationToken cancellationToken) + { + using var document = JsonDocument.Parse(response.ContentStream); + var data = VpnServerConfigurationPolicyGroupData.DeserializeVpnServerConfigurationPolicyGroupData(document.RootElement); + return new VpnServerConfigurationPolicyGroupResource(_client, data); + } + + async ValueTask IOperationSource.CreateResultAsync(Response response, CancellationToken cancellationToken) + { + using var document = await JsonDocument.ParseAsync(response.ContentStream, default, cancellationToken).ConfigureAwait(false); + var data = VpnServerConfigurationPolicyGroupData.DeserializeVpnServerConfigurationPolicyGroupData(document.RootElement); + return new VpnServerConfigurationPolicyGroupResource(_client, data); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/ManagementGroupNetworkManagerConnectionCollection.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/ManagementGroupNetworkManagerConnectionCollection.cs new file mode 100644 index 000000000000..6b7fd4ce0112 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/ManagementGroupNetworkManagerConnectionCollection.cs @@ -0,0 +1,345 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Collections; +using System.Collections.Generic; +using System.Globalization; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Core.Pipeline; +using Azure.ResourceManager; +using Azure.ResourceManager.ManagementGroups; + +namespace Azure.ResourceManager.Network +{ + /// + /// A class representing a collection of and their operations. + /// Each in the collection will belong to the same instance of . + /// To get a instance call the GetManagementGroupNetworkManagerConnections method from an instance of . + /// + public partial class ManagementGroupNetworkManagerConnectionCollection : ArmCollection, IEnumerable, IAsyncEnumerable + { + private readonly ClientDiagnostics _managementGroupNetworkManagerConnectionClientDiagnostics; + private readonly ManagementGroupNetworkManagerConnectionsRestOperations _managementGroupNetworkManagerConnectionRestClient; + + /// Initializes a new instance of the class for mocking. + protected ManagementGroupNetworkManagerConnectionCollection() + { + } + + /// Initializes a new instance of the class. + /// The client parameters to use in these operations. + /// The identifier of the parent resource that is the target of operations. + internal ManagementGroupNetworkManagerConnectionCollection(ArmClient client, ResourceIdentifier id) : base(client, id) + { + _managementGroupNetworkManagerConnectionClientDiagnostics = new ClientDiagnostics("Azure.ResourceManager.Network", ManagementGroupNetworkManagerConnectionResource.ResourceType.Namespace, Diagnostics); + TryGetApiVersion(ManagementGroupNetworkManagerConnectionResource.ResourceType, out string managementGroupNetworkManagerConnectionApiVersion); + _managementGroupNetworkManagerConnectionRestClient = new ManagementGroupNetworkManagerConnectionsRestOperations(Pipeline, Diagnostics.ApplicationId, Endpoint, managementGroupNetworkManagerConnectionApiVersion); +#if DEBUG + ValidateResourceId(Id); +#endif + } + + internal static void ValidateResourceId(ResourceIdentifier id) + { + if (id.ResourceType != ManagementGroupResource.ResourceType) + throw new ArgumentException(string.Format(CultureInfo.CurrentCulture, "Invalid resource type {0} expected {1}", id.ResourceType, ManagementGroupResource.ResourceType), nameof(id)); + } + + /// + /// Create a network manager connection on this management group. + /// + /// + /// Request Path + /// /providers/Microsoft.Management/managementGroups/{managementGroupId}/providers/Microsoft.Network/networkManagerConnections/{networkManagerConnectionName} + /// + /// + /// Operation Id + /// ManagementGroupNetworkManagerConnections_CreateOrUpdate + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// Name for the network manager connection. + /// Network manager connection to be created/updated. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// or is null. + public virtual async Task> CreateOrUpdateAsync(WaitUntil waitUntil, string networkManagerConnectionName, NetworkManagerConnectionData data, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(networkManagerConnectionName, nameof(networkManagerConnectionName)); + Argument.AssertNotNull(data, nameof(data)); + + using var scope = _managementGroupNetworkManagerConnectionClientDiagnostics.CreateScope("ManagementGroupNetworkManagerConnectionCollection.CreateOrUpdate"); + scope.Start(); + try + { + var response = await _managementGroupNetworkManagerConnectionRestClient.CreateOrUpdateAsync(Id.Name, networkManagerConnectionName, data, cancellationToken).ConfigureAwait(false); + var operation = new NetworkArmOperation(Response.FromValue(new ManagementGroupNetworkManagerConnectionResource(Client, response), response.GetRawResponse())); + if (waitUntil == WaitUntil.Completed) + await operation.WaitForCompletionAsync(cancellationToken).ConfigureAwait(false); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Create a network manager connection on this management group. + /// + /// + /// Request Path + /// /providers/Microsoft.Management/managementGroups/{managementGroupId}/providers/Microsoft.Network/networkManagerConnections/{networkManagerConnectionName} + /// + /// + /// Operation Id + /// ManagementGroupNetworkManagerConnections_CreateOrUpdate + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// Name for the network manager connection. + /// Network manager connection to be created/updated. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// or is null. + public virtual ArmOperation CreateOrUpdate(WaitUntil waitUntil, string networkManagerConnectionName, NetworkManagerConnectionData data, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(networkManagerConnectionName, nameof(networkManagerConnectionName)); + Argument.AssertNotNull(data, nameof(data)); + + using var scope = _managementGroupNetworkManagerConnectionClientDiagnostics.CreateScope("ManagementGroupNetworkManagerConnectionCollection.CreateOrUpdate"); + scope.Start(); + try + { + var response = _managementGroupNetworkManagerConnectionRestClient.CreateOrUpdate(Id.Name, networkManagerConnectionName, data, cancellationToken); + var operation = new NetworkArmOperation(Response.FromValue(new ManagementGroupNetworkManagerConnectionResource(Client, response), response.GetRawResponse())); + if (waitUntil == WaitUntil.Completed) + operation.WaitForCompletion(cancellationToken); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Get a specified connection created by this management group. + /// + /// + /// Request Path + /// /providers/Microsoft.Management/managementGroups/{managementGroupId}/providers/Microsoft.Network/networkManagerConnections/{networkManagerConnectionName} + /// + /// + /// Operation Id + /// ManagementGroupNetworkManagerConnections_Get + /// + /// + /// + /// Name for the network manager connection. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// is null. + public virtual async Task> GetAsync(string networkManagerConnectionName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(networkManagerConnectionName, nameof(networkManagerConnectionName)); + + using var scope = _managementGroupNetworkManagerConnectionClientDiagnostics.CreateScope("ManagementGroupNetworkManagerConnectionCollection.Get"); + scope.Start(); + try + { + var response = await _managementGroupNetworkManagerConnectionRestClient.GetAsync(Id.Name, networkManagerConnectionName, cancellationToken).ConfigureAwait(false); + if (response.Value == null) + throw new RequestFailedException(response.GetRawResponse()); + return Response.FromValue(new ManagementGroupNetworkManagerConnectionResource(Client, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Get a specified connection created by this management group. + /// + /// + /// Request Path + /// /providers/Microsoft.Management/managementGroups/{managementGroupId}/providers/Microsoft.Network/networkManagerConnections/{networkManagerConnectionName} + /// + /// + /// Operation Id + /// ManagementGroupNetworkManagerConnections_Get + /// + /// + /// + /// Name for the network manager connection. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// is null. + public virtual Response Get(string networkManagerConnectionName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(networkManagerConnectionName, nameof(networkManagerConnectionName)); + + using var scope = _managementGroupNetworkManagerConnectionClientDiagnostics.CreateScope("ManagementGroupNetworkManagerConnectionCollection.Get"); + scope.Start(); + try + { + var response = _managementGroupNetworkManagerConnectionRestClient.Get(Id.Name, networkManagerConnectionName, cancellationToken); + if (response.Value == null) + throw new RequestFailedException(response.GetRawResponse()); + return Response.FromValue(new ManagementGroupNetworkManagerConnectionResource(Client, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// List all network manager connections created by this management group. + /// + /// + /// Request Path + /// /providers/Microsoft.Management/managementGroups/{managementGroupId}/providers/Microsoft.Network/networkManagerConnections + /// + /// + /// Operation Id + /// ManagementGroupNetworkManagerConnections_List + /// + /// + /// + /// An optional query parameter which specifies the maximum number of records to be returned by the server. + /// SkipToken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. + /// The cancellation token to use. + /// An async collection of that may take multiple service requests to iterate over. + public virtual AsyncPageable GetAllAsync(int? top = null, string skipToken = null, CancellationToken cancellationToken = default) + { + HttpMessage FirstPageRequest(int? pageSizeHint) => _managementGroupNetworkManagerConnectionRestClient.CreateListRequest(Id.Name, top, skipToken); + HttpMessage NextPageRequest(int? pageSizeHint, string nextLink) => _managementGroupNetworkManagerConnectionRestClient.CreateListNextPageRequest(nextLink, Id.Name, top, skipToken); + return PageableHelpers.CreateAsyncPageable(FirstPageRequest, NextPageRequest, e => new ManagementGroupNetworkManagerConnectionResource(Client, NetworkManagerConnectionData.DeserializeNetworkManagerConnectionData(e)), _managementGroupNetworkManagerConnectionClientDiagnostics, Pipeline, "ManagementGroupNetworkManagerConnectionCollection.GetAll", "value", "nextLink", cancellationToken); + } + + /// + /// List all network manager connections created by this management group. + /// + /// + /// Request Path + /// /providers/Microsoft.Management/managementGroups/{managementGroupId}/providers/Microsoft.Network/networkManagerConnections + /// + /// + /// Operation Id + /// ManagementGroupNetworkManagerConnections_List + /// + /// + /// + /// An optional query parameter which specifies the maximum number of records to be returned by the server. + /// SkipToken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. + /// The cancellation token to use. + /// A collection of that may take multiple service requests to iterate over. + public virtual Pageable GetAll(int? top = null, string skipToken = null, CancellationToken cancellationToken = default) + { + HttpMessage FirstPageRequest(int? pageSizeHint) => _managementGroupNetworkManagerConnectionRestClient.CreateListRequest(Id.Name, top, skipToken); + HttpMessage NextPageRequest(int? pageSizeHint, string nextLink) => _managementGroupNetworkManagerConnectionRestClient.CreateListNextPageRequest(nextLink, Id.Name, top, skipToken); + return PageableHelpers.CreatePageable(FirstPageRequest, NextPageRequest, e => new ManagementGroupNetworkManagerConnectionResource(Client, NetworkManagerConnectionData.DeserializeNetworkManagerConnectionData(e)), _managementGroupNetworkManagerConnectionClientDiagnostics, Pipeline, "ManagementGroupNetworkManagerConnectionCollection.GetAll", "value", "nextLink", cancellationToken); + } + + /// + /// Checks to see if the resource exists in azure. + /// + /// + /// Request Path + /// /providers/Microsoft.Management/managementGroups/{managementGroupId}/providers/Microsoft.Network/networkManagerConnections/{networkManagerConnectionName} + /// + /// + /// Operation Id + /// ManagementGroupNetworkManagerConnections_Get + /// + /// + /// + /// Name for the network manager connection. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// is null. + public virtual async Task> ExistsAsync(string networkManagerConnectionName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(networkManagerConnectionName, nameof(networkManagerConnectionName)); + + using var scope = _managementGroupNetworkManagerConnectionClientDiagnostics.CreateScope("ManagementGroupNetworkManagerConnectionCollection.Exists"); + scope.Start(); + try + { + var response = await _managementGroupNetworkManagerConnectionRestClient.GetAsync(Id.Name, networkManagerConnectionName, cancellationToken: cancellationToken).ConfigureAwait(false); + return Response.FromValue(response.Value != null, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Checks to see if the resource exists in azure. + /// + /// + /// Request Path + /// /providers/Microsoft.Management/managementGroups/{managementGroupId}/providers/Microsoft.Network/networkManagerConnections/{networkManagerConnectionName} + /// + /// + /// Operation Id + /// ManagementGroupNetworkManagerConnections_Get + /// + /// + /// + /// Name for the network manager connection. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// is null. + public virtual Response Exists(string networkManagerConnectionName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(networkManagerConnectionName, nameof(networkManagerConnectionName)); + + using var scope = _managementGroupNetworkManagerConnectionClientDiagnostics.CreateScope("ManagementGroupNetworkManagerConnectionCollection.Exists"); + scope.Start(); + try + { + var response = _managementGroupNetworkManagerConnectionRestClient.Get(Id.Name, networkManagerConnectionName, cancellationToken: cancellationToken); + return Response.FromValue(response.Value != null, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/ManagementGroupNetworkManagerConnectionResource.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/ManagementGroupNetworkManagerConnectionResource.cs new file mode 100644 index 000000000000..e94419530ce4 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/ManagementGroupNetworkManagerConnectionResource.cs @@ -0,0 +1,298 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Globalization; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Core.Pipeline; +using Azure.ResourceManager; +using Azure.ResourceManager.ManagementGroups; + +namespace Azure.ResourceManager.Network +{ + /// + /// A Class representing a ManagementGroupNetworkManagerConnection along with the instance operations that can be performed on it. + /// If you have a you can construct a + /// from an instance of using the GetManagementGroupNetworkManagerConnectionResource method. + /// Otherwise you can get one from its parent resource using the GetManagementGroupNetworkManagerConnection method. + /// + public partial class ManagementGroupNetworkManagerConnectionResource : ArmResource + { + /// Generate the resource identifier of a instance. + public static ResourceIdentifier CreateResourceIdentifier(string managementGroupId, string networkManagerConnectionName) + { + var resourceId = $"/providers/Microsoft.Management/managementGroups/{managementGroupId}/providers/Microsoft.Network/networkManagerConnections/{networkManagerConnectionName}"; + return new ResourceIdentifier(resourceId); + } + + private readonly ClientDiagnostics _managementGroupNetworkManagerConnectionClientDiagnostics; + private readonly ManagementGroupNetworkManagerConnectionsRestOperations _managementGroupNetworkManagerConnectionRestClient; + private readonly NetworkManagerConnectionData _data; + + /// Initializes a new instance of the class for mocking. + protected ManagementGroupNetworkManagerConnectionResource() + { + } + + /// Initializes a new instance of the class. + /// The client parameters to use in these operations. + /// The resource that is the target of operations. + internal ManagementGroupNetworkManagerConnectionResource(ArmClient client, NetworkManagerConnectionData data) : this(client, data.Id) + { + HasData = true; + _data = data; + } + + /// Initializes a new instance of the class. + /// The client parameters to use in these operations. + /// The identifier of the resource that is the target of operations. + internal ManagementGroupNetworkManagerConnectionResource(ArmClient client, ResourceIdentifier id) : base(client, id) + { + _managementGroupNetworkManagerConnectionClientDiagnostics = new ClientDiagnostics("Azure.ResourceManager.Network", ResourceType.Namespace, Diagnostics); + TryGetApiVersion(ResourceType, out string managementGroupNetworkManagerConnectionApiVersion); + _managementGroupNetworkManagerConnectionRestClient = new ManagementGroupNetworkManagerConnectionsRestOperations(Pipeline, Diagnostics.ApplicationId, Endpoint, managementGroupNetworkManagerConnectionApiVersion); +#if DEBUG + ValidateResourceId(Id); +#endif + } + + /// Gets the resource type for the operations. + public static readonly ResourceType ResourceType = "Microsoft.Network/networkManagerConnections"; + + /// Gets whether or not the current instance has data. + public virtual bool HasData { get; } + + /// Gets the data representing this Feature. + /// Throws if there is no data loaded in the current instance. + public virtual NetworkManagerConnectionData Data + { + get + { + if (!HasData) + throw new InvalidOperationException("The current instance does not have data, you must call Get first."); + return _data; + } + } + + internal static void ValidateResourceId(ResourceIdentifier id) + { + if (id.ResourceType != ResourceType) + throw new ArgumentException(string.Format(CultureInfo.CurrentCulture, "Invalid resource type {0} expected {1}", id.ResourceType, ResourceType), nameof(id)); + } + + /// + /// Get a specified connection created by this management group. + /// + /// + /// Request Path + /// /providers/Microsoft.Management/managementGroups/{managementGroupId}/providers/Microsoft.Network/networkManagerConnections/{networkManagerConnectionName} + /// + /// + /// Operation Id + /// ManagementGroupNetworkManagerConnections_Get + /// + /// + /// + /// The cancellation token to use. + public virtual async Task> GetAsync(CancellationToken cancellationToken = default) + { + using var scope = _managementGroupNetworkManagerConnectionClientDiagnostics.CreateScope("ManagementGroupNetworkManagerConnectionResource.Get"); + scope.Start(); + try + { + var response = await _managementGroupNetworkManagerConnectionRestClient.GetAsync(Id.Parent.Name, Id.Name, cancellationToken).ConfigureAwait(false); + if (response.Value == null) + throw new RequestFailedException(response.GetRawResponse()); + return Response.FromValue(new ManagementGroupNetworkManagerConnectionResource(Client, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Get a specified connection created by this management group. + /// + /// + /// Request Path + /// /providers/Microsoft.Management/managementGroups/{managementGroupId}/providers/Microsoft.Network/networkManagerConnections/{networkManagerConnectionName} + /// + /// + /// Operation Id + /// ManagementGroupNetworkManagerConnections_Get + /// + /// + /// + /// The cancellation token to use. + public virtual Response Get(CancellationToken cancellationToken = default) + { + using var scope = _managementGroupNetworkManagerConnectionClientDiagnostics.CreateScope("ManagementGroupNetworkManagerConnectionResource.Get"); + scope.Start(); + try + { + var response = _managementGroupNetworkManagerConnectionRestClient.Get(Id.Parent.Name, Id.Name, cancellationToken); + if (response.Value == null) + throw new RequestFailedException(response.GetRawResponse()); + return Response.FromValue(new ManagementGroupNetworkManagerConnectionResource(Client, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Delete specified pending connection created by this management group. + /// + /// + /// Request Path + /// /providers/Microsoft.Management/managementGroups/{managementGroupId}/providers/Microsoft.Network/networkManagerConnections/{networkManagerConnectionName} + /// + /// + /// Operation Id + /// ManagementGroupNetworkManagerConnections_Delete + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// The cancellation token to use. + public virtual async Task DeleteAsync(WaitUntil waitUntil, CancellationToken cancellationToken = default) + { + using var scope = _managementGroupNetworkManagerConnectionClientDiagnostics.CreateScope("ManagementGroupNetworkManagerConnectionResource.Delete"); + scope.Start(); + try + { + var response = await _managementGroupNetworkManagerConnectionRestClient.DeleteAsync(Id.Parent.Name, Id.Name, cancellationToken).ConfigureAwait(false); + var operation = new NetworkArmOperation(response); + if (waitUntil == WaitUntil.Completed) + await operation.WaitForCompletionResponseAsync(cancellationToken).ConfigureAwait(false); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Delete specified pending connection created by this management group. + /// + /// + /// Request Path + /// /providers/Microsoft.Management/managementGroups/{managementGroupId}/providers/Microsoft.Network/networkManagerConnections/{networkManagerConnectionName} + /// + /// + /// Operation Id + /// ManagementGroupNetworkManagerConnections_Delete + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// The cancellation token to use. + public virtual ArmOperation Delete(WaitUntil waitUntil, CancellationToken cancellationToken = default) + { + using var scope = _managementGroupNetworkManagerConnectionClientDiagnostics.CreateScope("ManagementGroupNetworkManagerConnectionResource.Delete"); + scope.Start(); + try + { + var response = _managementGroupNetworkManagerConnectionRestClient.Delete(Id.Parent.Name, Id.Name, cancellationToken); + var operation = new NetworkArmOperation(response); + if (waitUntil == WaitUntil.Completed) + operation.WaitForCompletionResponse(cancellationToken); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Create a network manager connection on this management group. + /// + /// + /// Request Path + /// /providers/Microsoft.Management/managementGroups/{managementGroupId}/providers/Microsoft.Network/networkManagerConnections/{networkManagerConnectionName} + /// + /// + /// Operation Id + /// ManagementGroupNetworkManagerConnections_CreateOrUpdate + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// Network manager connection to be created/updated. + /// The cancellation token to use. + /// is null. + public virtual async Task> UpdateAsync(WaitUntil waitUntil, NetworkManagerConnectionData data, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(data, nameof(data)); + + using var scope = _managementGroupNetworkManagerConnectionClientDiagnostics.CreateScope("ManagementGroupNetworkManagerConnectionResource.Update"); + scope.Start(); + try + { + var response = await _managementGroupNetworkManagerConnectionRestClient.CreateOrUpdateAsync(Id.Parent.Name, Id.Name, data, cancellationToken).ConfigureAwait(false); + var operation = new NetworkArmOperation(Response.FromValue(new ManagementGroupNetworkManagerConnectionResource(Client, response), response.GetRawResponse())); + if (waitUntil == WaitUntil.Completed) + await operation.WaitForCompletionAsync(cancellationToken).ConfigureAwait(false); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Create a network manager connection on this management group. + /// + /// + /// Request Path + /// /providers/Microsoft.Management/managementGroups/{managementGroupId}/providers/Microsoft.Network/networkManagerConnections/{networkManagerConnectionName} + /// + /// + /// Operation Id + /// ManagementGroupNetworkManagerConnections_CreateOrUpdate + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// Network manager connection to be created/updated. + /// The cancellation token to use. + /// is null. + public virtual ArmOperation Update(WaitUntil waitUntil, NetworkManagerConnectionData data, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(data, nameof(data)); + + using var scope = _managementGroupNetworkManagerConnectionClientDiagnostics.CreateScope("ManagementGroupNetworkManagerConnectionResource.Update"); + scope.Start(); + try + { + var response = _managementGroupNetworkManagerConnectionRestClient.CreateOrUpdate(Id.Parent.Name, Id.Name, data, cancellationToken); + var operation = new NetworkArmOperation(Response.FromValue(new ManagementGroupNetworkManagerConnectionResource(Client, response), response.GetRawResponse())); + if (waitUntil == WaitUntil.Completed) + operation.WaitForCompletion(cancellationToken); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ActiveBaseSecurityAdminRule.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ActiveBaseSecurityAdminRule.Serialization.cs new file mode 100644 index 000000000000..d5d51d5b3e2d --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ActiveBaseSecurityAdminRule.Serialization.cs @@ -0,0 +1,31 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Text.Json; + +namespace Azure.ResourceManager.Network.Models +{ + public partial class ActiveBaseSecurityAdminRule + { + internal static ActiveBaseSecurityAdminRule DeserializeActiveBaseSecurityAdminRule(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + if (element.TryGetProperty("kind", out JsonElement discriminator)) + { + switch (discriminator.GetString()) + { + case "Custom": return ActiveSecurityAdminRule.DeserializeActiveSecurityAdminRule(element); + case "Default": return ActiveDefaultSecurityAdminRule.DeserializeActiveDefaultSecurityAdminRule(element); + } + } + return UnknownActiveBaseSecurityAdminRule.DeserializeUnknownActiveBaseSecurityAdminRule(element); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ActiveBaseSecurityAdminRule.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ActiveBaseSecurityAdminRule.cs new file mode 100644 index 000000000000..f27c5370c5f6 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ActiveBaseSecurityAdminRule.cs @@ -0,0 +1,66 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Collections.Generic; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + /// + /// Network base admin rule. + /// Please note is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. + /// The available derived classes include and . + /// + public abstract partial class ActiveBaseSecurityAdminRule + { + /// Initializes a new instance of ActiveBaseSecurityAdminRule. + protected ActiveBaseSecurityAdminRule() + { + RuleCollectionAppliesToGroups = new ChangeTrackingList(); + RuleGroups = new ChangeTrackingList(); + } + + /// Initializes a new instance of ActiveBaseSecurityAdminRule. + /// Resource ID. + /// Deployment time string. + /// Deployment region. + /// A description of the security admin configuration. + /// A description of the rule collection. + /// Groups for rule collection. + /// Effective configuration groups. + /// Whether the rule is custom or default. + internal ActiveBaseSecurityAdminRule(string id, DateTimeOffset? commitOn, string region, string configurationDescription, string ruleCollectionDescription, IReadOnlyList ruleCollectionAppliesToGroups, IReadOnlyList ruleGroups, EffectiveAdminRuleKind kind) + { + Id = id; + CommitOn = commitOn; + Region = region; + ConfigurationDescription = configurationDescription; + RuleCollectionDescription = ruleCollectionDescription; + RuleCollectionAppliesToGroups = ruleCollectionAppliesToGroups; + RuleGroups = ruleGroups; + Kind = kind; + } + + /// Resource ID. + public string Id { get; } + /// Deployment time string. + public DateTimeOffset? CommitOn { get; } + /// Deployment region. + public string Region { get; } + /// A description of the security admin configuration. + public string ConfigurationDescription { get; } + /// A description of the rule collection. + public string RuleCollectionDescription { get; } + /// Groups for rule collection. + public IReadOnlyList RuleCollectionAppliesToGroups { get; } + /// Effective configuration groups. + public IReadOnlyList RuleGroups { get; } + /// Whether the rule is custom or default. + internal EffectiveAdminRuleKind Kind { get; set; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ActiveConfigurationContent.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ActiveConfigurationContent.Serialization.cs new file mode 100644 index 000000000000..a129e86a57be --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ActiveConfigurationContent.Serialization.cs @@ -0,0 +1,36 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + public partial class ActiveConfigurationContent : IUtf8JsonSerializable + { + void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) + { + writer.WriteStartObject(); + if (Optional.IsCollectionDefined(Regions)) + { + writer.WritePropertyName("regions"u8); + writer.WriteStartArray(); + foreach (var item in Regions) + { + writer.WriteStringValue(item); + } + writer.WriteEndArray(); + } + if (Optional.IsDefined(SkipToken)) + { + writer.WritePropertyName("skipToken"u8); + writer.WriteStringValue(SkipToken); + } + writer.WriteEndObject(); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ActiveConfigurationContent.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ActiveConfigurationContent.cs new file mode 100644 index 000000000000..7e48751df91d --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ActiveConfigurationContent.cs @@ -0,0 +1,27 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + /// Effective Virtual Networks Parameter. + public partial class ActiveConfigurationContent + { + /// Initializes a new instance of ActiveConfigurationContent. + public ActiveConfigurationContent() + { + Regions = new ChangeTrackingList(); + } + + /// List of regions. + public IList Regions { get; } + /// When present, the value can be passed to a subsequent query call (together with the same query and scopes used in the current request) to retrieve the next page of data. + public string SkipToken { get; set; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ActiveConnectivityConfiguration.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ActiveConnectivityConfiguration.Serialization.cs new file mode 100644 index 000000000000..e486fd74a026 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ActiveConnectivityConfiguration.Serialization.cs @@ -0,0 +1,158 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Collections.Generic; +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + public partial class ActiveConnectivityConfiguration + { + internal static ActiveConnectivityConfiguration DeserializeActiveConnectivityConfiguration(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + Optional commitTime = default; + Optional region = default; + Optional id = default; + Optional> configurationGroups = default; + Optional description = default; + Optional connectivityTopology = default; + Optional> hubs = default; + Optional isGlobal = default; + Optional> appliesToGroups = default; + Optional provisioningState = default; + Optional deleteExistingPeering = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("commitTime"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + commitTime = property.Value.GetDateTimeOffset("O"); + continue; + } + if (property.NameEquals("region"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + region = new AzureLocation(property.Value.GetString()); + continue; + } + if (property.NameEquals("id"u8)) + { + id = property.Value.GetString(); + continue; + } + if (property.NameEquals("configurationGroups"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property.Value.EnumerateArray()) + { + array.Add(NetworkConfigurationGroup.DeserializeNetworkConfigurationGroup(item)); + } + configurationGroups = array; + continue; + } + if (property.NameEquals("properties"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + property.ThrowNonNullablePropertyIsNull(); + continue; + } + foreach (var property0 in property.Value.EnumerateObject()) + { + if (property0.NameEquals("description"u8)) + { + description = property0.Value.GetString(); + continue; + } + if (property0.NameEquals("connectivityTopology"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + connectivityTopology = new ConnectivityTopology(property0.Value.GetString()); + continue; + } + if (property0.NameEquals("hubs"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property0.Value.EnumerateArray()) + { + array.Add(ConnectivityHub.DeserializeConnectivityHub(item)); + } + hubs = array; + continue; + } + if (property0.NameEquals("isGlobal"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + isGlobal = new GlobalMeshSupportFlag(property0.Value.GetString()); + continue; + } + if (property0.NameEquals("appliesToGroups"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property0.Value.EnumerateArray()) + { + array.Add(ConnectivityGroupItem.DeserializeConnectivityGroupItem(item)); + } + appliesToGroups = array; + continue; + } + if (property0.NameEquals("provisioningState"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + provisioningState = new NetworkProvisioningState(property0.Value.GetString()); + continue; + } + if (property0.NameEquals("deleteExistingPeering"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + deleteExistingPeering = new DeleteExistingPeering(property0.Value.GetString()); + continue; + } + } + continue; + } + } + return new ActiveConnectivityConfiguration(id.Value, Optional.ToList(configurationGroups), description.Value, Optional.ToNullable(connectivityTopology), Optional.ToList(hubs), Optional.ToNullable(isGlobal), Optional.ToList(appliesToGroups), Optional.ToNullable(provisioningState), Optional.ToNullable(deleteExistingPeering), Optional.ToNullable(commitTime), Optional.ToNullable(region)); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ActiveConnectivityConfiguration.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ActiveConnectivityConfiguration.cs new file mode 100644 index 000000000000..6127739e4804 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ActiveConnectivityConfiguration.cs @@ -0,0 +1,45 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Collections.Generic; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + /// Active connectivity configuration. + public partial class ActiveConnectivityConfiguration : EffectiveConnectivityConfiguration + { + /// Initializes a new instance of ActiveConnectivityConfiguration. + internal ActiveConnectivityConfiguration() + { + } + + /// Initializes a new instance of ActiveConnectivityConfiguration. + /// Connectivity configuration ID. + /// Effective configuration groups. + /// A description of the connectivity configuration. + /// Connectivity topology type. + /// List of hubItems. + /// Flag if global mesh is supported. + /// Groups for configuration. + /// The provisioning state of the connectivity configuration resource. + /// Flag if need to remove current existing peerings. + /// Deployment time string. + /// Deployment region. + internal ActiveConnectivityConfiguration(string id, IReadOnlyList configurationGroups, string description, ConnectivityTopology? connectivityTopology, IReadOnlyList hubs, GlobalMeshSupportFlag? isGlobal, IReadOnlyList appliesToGroups, NetworkProvisioningState? provisioningState, DeleteExistingPeering? deleteExistingPeering, DateTimeOffset? committedOn, AzureLocation? region) : base(id, configurationGroups, description, connectivityTopology, hubs, isGlobal, appliesToGroups, provisioningState, deleteExistingPeering) + { + CommittedOn = committedOn; + Region = region; + } + + /// Deployment time string. + public DateTimeOffset? CommittedOn { get; } + /// Deployment region. + public AzureLocation? Region { get; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ActiveConnectivityConfigurationsListResult.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ActiveConnectivityConfigurationsListResult.Serialization.cs new file mode 100644 index 000000000000..8459c1813393 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ActiveConnectivityConfigurationsListResult.Serialization.cs @@ -0,0 +1,49 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + internal partial class ActiveConnectivityConfigurationsListResult + { + internal static ActiveConnectivityConfigurationsListResult DeserializeActiveConnectivityConfigurationsListResult(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + Optional> value = default; + Optional skipToken = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("value"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property.Value.EnumerateArray()) + { + array.Add(ActiveConnectivityConfiguration.DeserializeActiveConnectivityConfiguration(item)); + } + value = array; + continue; + } + if (property.NameEquals("skipToken"u8)) + { + skipToken = property.Value.GetString(); + continue; + } + } + return new ActiveConnectivityConfigurationsListResult(Optional.ToList(value), skipToken.Value); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ActiveConnectivityConfigurationsListResult.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ActiveConnectivityConfigurationsListResult.cs new file mode 100644 index 000000000000..b7151da60aec --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ActiveConnectivityConfigurationsListResult.cs @@ -0,0 +1,36 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + /// Result of the request to list active connectivity configurations. It contains a list of active connectivity configurations and a skiptoken to get the next set of results. + internal partial class ActiveConnectivityConfigurationsListResult + { + /// Initializes a new instance of ActiveConnectivityConfigurationsListResult. + internal ActiveConnectivityConfigurationsListResult() + { + Value = new ChangeTrackingList(); + } + + /// Initializes a new instance of ActiveConnectivityConfigurationsListResult. + /// Gets a page of active connectivity configurations. + /// When present, the value can be passed to a subsequent query call (together with the same query and scopes used in the current request) to retrieve the next page of data. + internal ActiveConnectivityConfigurationsListResult(IReadOnlyList value, string skipToken) + { + Value = value; + SkipToken = skipToken; + } + + /// Gets a page of active connectivity configurations. + public IReadOnlyList Value { get; } + /// When present, the value can be passed to a subsequent query call (together with the same query and scopes used in the current request) to retrieve the next page of data. + public string SkipToken { get; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ActiveDefaultSecurityAdminRule.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ActiveDefaultSecurityAdminRule.Serialization.cs new file mode 100644 index 000000000000..6570331ba47c --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ActiveDefaultSecurityAdminRule.Serialization.cs @@ -0,0 +1,233 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Collections.Generic; +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + public partial class ActiveDefaultSecurityAdminRule + { + internal static ActiveDefaultSecurityAdminRule DeserializeActiveDefaultSecurityAdminRule(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + Optional id = default; + Optional commitTime = default; + Optional region = default; + Optional configurationDescription = default; + Optional ruleCollectionDescription = default; + Optional> ruleCollectionAppliesToGroups = default; + Optional> ruleGroups = default; + EffectiveAdminRuleKind kind = default; + Optional description = default; + Optional flag = default; + Optional protocol = default; + Optional> sources = default; + Optional> destinations = default; + Optional> sourcePortRanges = default; + Optional> destinationPortRanges = default; + Optional access = default; + Optional priority = default; + Optional direction = default; + Optional provisioningState = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("id"u8)) + { + id = property.Value.GetString(); + continue; + } + if (property.NameEquals("commitTime"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + commitTime = property.Value.GetDateTimeOffset("O"); + continue; + } + if (property.NameEquals("region"u8)) + { + region = property.Value.GetString(); + continue; + } + if (property.NameEquals("configurationDescription"u8)) + { + configurationDescription = property.Value.GetString(); + continue; + } + if (property.NameEquals("ruleCollectionDescription"u8)) + { + ruleCollectionDescription = property.Value.GetString(); + continue; + } + if (property.NameEquals("ruleCollectionAppliesToGroups"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property.Value.EnumerateArray()) + { + array.Add(NetworkManagerSecurityGroupItem.DeserializeNetworkManagerSecurityGroupItem(item)); + } + ruleCollectionAppliesToGroups = array; + continue; + } + if (property.NameEquals("ruleGroups"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property.Value.EnumerateArray()) + { + array.Add(NetworkConfigurationGroup.DeserializeNetworkConfigurationGroup(item)); + } + ruleGroups = array; + continue; + } + if (property.NameEquals("kind"u8)) + { + kind = new EffectiveAdminRuleKind(property.Value.GetString()); + continue; + } + if (property.NameEquals("properties"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + property.ThrowNonNullablePropertyIsNull(); + continue; + } + foreach (var property0 in property.Value.EnumerateObject()) + { + if (property0.NameEquals("description"u8)) + { + description = property0.Value.GetString(); + continue; + } + if (property0.NameEquals("flag"u8)) + { + flag = property0.Value.GetString(); + continue; + } + if (property0.NameEquals("protocol"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + protocol = new SecurityConfigurationRuleProtocol(property0.Value.GetString()); + continue; + } + if (property0.NameEquals("sources"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property0.Value.EnumerateArray()) + { + array.Add(AddressPrefixItem.DeserializeAddressPrefixItem(item)); + } + sources = array; + continue; + } + if (property0.NameEquals("destinations"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property0.Value.EnumerateArray()) + { + array.Add(AddressPrefixItem.DeserializeAddressPrefixItem(item)); + } + destinations = array; + continue; + } + if (property0.NameEquals("sourcePortRanges"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property0.Value.EnumerateArray()) + { + array.Add(item.GetString()); + } + sourcePortRanges = array; + continue; + } + if (property0.NameEquals("destinationPortRanges"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property0.Value.EnumerateArray()) + { + array.Add(item.GetString()); + } + destinationPortRanges = array; + continue; + } + if (property0.NameEquals("access"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + access = new SecurityConfigurationRuleAccess(property0.Value.GetString()); + continue; + } + if (property0.NameEquals("priority"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + priority = property0.Value.GetInt32(); + continue; + } + if (property0.NameEquals("direction"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + direction = new SecurityConfigurationRuleDirection(property0.Value.GetString()); + continue; + } + if (property0.NameEquals("provisioningState"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + provisioningState = new NetworkProvisioningState(property0.Value.GetString()); + continue; + } + } + continue; + } + } + return new ActiveDefaultSecurityAdminRule(id.Value, Optional.ToNullable(commitTime), region.Value, configurationDescription.Value, ruleCollectionDescription.Value, Optional.ToList(ruleCollectionAppliesToGroups), Optional.ToList(ruleGroups), kind, description.Value, flag.Value, Optional.ToNullable(protocol), Optional.ToList(sources), Optional.ToList(destinations), Optional.ToList(sourcePortRanges), Optional.ToList(destinationPortRanges), Optional.ToNullable(access), Optional.ToNullable(priority), Optional.ToNullable(direction), Optional.ToNullable(provisioningState)); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ActiveDefaultSecurityAdminRule.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ActiveDefaultSecurityAdminRule.cs new file mode 100644 index 000000000000..add02dbe4a9c --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ActiveDefaultSecurityAdminRule.cs @@ -0,0 +1,86 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Collections.Generic; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + /// Network default admin rule. + public partial class ActiveDefaultSecurityAdminRule : ActiveBaseSecurityAdminRule + { + /// Initializes a new instance of ActiveDefaultSecurityAdminRule. + internal ActiveDefaultSecurityAdminRule() + { + Sources = new ChangeTrackingList(); + Destinations = new ChangeTrackingList(); + SourcePortRanges = new ChangeTrackingList(); + DestinationPortRanges = new ChangeTrackingList(); + Kind = EffectiveAdminRuleKind.Default; + } + + /// Initializes a new instance of ActiveDefaultSecurityAdminRule. + /// Resource ID. + /// Deployment time string. + /// Deployment region. + /// A description of the security admin configuration. + /// A description of the rule collection. + /// Groups for rule collection. + /// Effective configuration groups. + /// Whether the rule is custom or default. + /// A description for this rule. Restricted to 140 chars. + /// Default rule flag. + /// Network protocol this rule applies to. + /// The CIDR or source IP ranges. + /// The destination address prefixes. CIDR or destination IP ranges. + /// The source port ranges. + /// The destination port ranges. + /// Indicates the access allowed for this particular rule. + /// The priority of the rule. The value can be between 1 and 4096. The priority number must be unique for each rule in the collection. The lower the priority number, the higher the priority of the rule. + /// Indicates if the traffic matched against the rule in inbound or outbound. + /// The provisioning state of the resource. + internal ActiveDefaultSecurityAdminRule(string id, DateTimeOffset? commitOn, string region, string configurationDescription, string ruleCollectionDescription, IReadOnlyList ruleCollectionAppliesToGroups, IReadOnlyList ruleGroups, EffectiveAdminRuleKind kind, string description, string flag, SecurityConfigurationRuleProtocol? protocol, IReadOnlyList sources, IReadOnlyList destinations, IReadOnlyList sourcePortRanges, IReadOnlyList destinationPortRanges, SecurityConfigurationRuleAccess? access, int? priority, SecurityConfigurationRuleDirection? direction, NetworkProvisioningState? provisioningState) : base(id, commitOn, region, configurationDescription, ruleCollectionDescription, ruleCollectionAppliesToGroups, ruleGroups, kind) + { + Description = description; + Flag = flag; + Protocol = protocol; + Sources = sources; + Destinations = destinations; + SourcePortRanges = sourcePortRanges; + DestinationPortRanges = destinationPortRanges; + Access = access; + Priority = priority; + Direction = direction; + ProvisioningState = provisioningState; + Kind = kind; + } + + /// A description for this rule. Restricted to 140 chars. + public string Description { get; } + /// Default rule flag. + public string Flag { get; } + /// Network protocol this rule applies to. + public SecurityConfigurationRuleProtocol? Protocol { get; } + /// The CIDR or source IP ranges. + public IReadOnlyList Sources { get; } + /// The destination address prefixes. CIDR or destination IP ranges. + public IReadOnlyList Destinations { get; } + /// The source port ranges. + public IReadOnlyList SourcePortRanges { get; } + /// The destination port ranges. + public IReadOnlyList DestinationPortRanges { get; } + /// Indicates the access allowed for this particular rule. + public SecurityConfigurationRuleAccess? Access { get; } + /// The priority of the rule. The value can be between 1 and 4096. The priority number must be unique for each rule in the collection. The lower the priority number, the higher the priority of the rule. + public int? Priority { get; } + /// Indicates if the traffic matched against the rule in inbound or outbound. + public SecurityConfigurationRuleDirection? Direction { get; } + /// The provisioning state of the resource. + public NetworkProvisioningState? ProvisioningState { get; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ActiveSecurityAdminRule.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ActiveSecurityAdminRule.Serialization.cs new file mode 100644 index 000000000000..778d717c7ab7 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ActiveSecurityAdminRule.Serialization.cs @@ -0,0 +1,227 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Collections.Generic; +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + public partial class ActiveSecurityAdminRule + { + internal static ActiveSecurityAdminRule DeserializeActiveSecurityAdminRule(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + Optional id = default; + Optional commitTime = default; + Optional region = default; + Optional configurationDescription = default; + Optional ruleCollectionDescription = default; + Optional> ruleCollectionAppliesToGroups = default; + Optional> ruleGroups = default; + EffectiveAdminRuleKind kind = default; + Optional description = default; + Optional protocol = default; + Optional> sources = default; + Optional> destinations = default; + Optional> sourcePortRanges = default; + Optional> destinationPortRanges = default; + Optional access = default; + Optional priority = default; + Optional direction = default; + Optional provisioningState = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("id"u8)) + { + id = property.Value.GetString(); + continue; + } + if (property.NameEquals("commitTime"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + commitTime = property.Value.GetDateTimeOffset("O"); + continue; + } + if (property.NameEquals("region"u8)) + { + region = property.Value.GetString(); + continue; + } + if (property.NameEquals("configurationDescription"u8)) + { + configurationDescription = property.Value.GetString(); + continue; + } + if (property.NameEquals("ruleCollectionDescription"u8)) + { + ruleCollectionDescription = property.Value.GetString(); + continue; + } + if (property.NameEquals("ruleCollectionAppliesToGroups"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property.Value.EnumerateArray()) + { + array.Add(NetworkManagerSecurityGroupItem.DeserializeNetworkManagerSecurityGroupItem(item)); + } + ruleCollectionAppliesToGroups = array; + continue; + } + if (property.NameEquals("ruleGroups"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property.Value.EnumerateArray()) + { + array.Add(NetworkConfigurationGroup.DeserializeNetworkConfigurationGroup(item)); + } + ruleGroups = array; + continue; + } + if (property.NameEquals("kind"u8)) + { + kind = new EffectiveAdminRuleKind(property.Value.GetString()); + continue; + } + if (property.NameEquals("properties"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + property.ThrowNonNullablePropertyIsNull(); + continue; + } + foreach (var property0 in property.Value.EnumerateObject()) + { + if (property0.NameEquals("description"u8)) + { + description = property0.Value.GetString(); + continue; + } + if (property0.NameEquals("protocol"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + protocol = new SecurityConfigurationRuleProtocol(property0.Value.GetString()); + continue; + } + if (property0.NameEquals("sources"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property0.Value.EnumerateArray()) + { + array.Add(AddressPrefixItem.DeserializeAddressPrefixItem(item)); + } + sources = array; + continue; + } + if (property0.NameEquals("destinations"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property0.Value.EnumerateArray()) + { + array.Add(AddressPrefixItem.DeserializeAddressPrefixItem(item)); + } + destinations = array; + continue; + } + if (property0.NameEquals("sourcePortRanges"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property0.Value.EnumerateArray()) + { + array.Add(item.GetString()); + } + sourcePortRanges = array; + continue; + } + if (property0.NameEquals("destinationPortRanges"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property0.Value.EnumerateArray()) + { + array.Add(item.GetString()); + } + destinationPortRanges = array; + continue; + } + if (property0.NameEquals("access"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + access = new SecurityConfigurationRuleAccess(property0.Value.GetString()); + continue; + } + if (property0.NameEquals("priority"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + priority = property0.Value.GetInt32(); + continue; + } + if (property0.NameEquals("direction"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + direction = new SecurityConfigurationRuleDirection(property0.Value.GetString()); + continue; + } + if (property0.NameEquals("provisioningState"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + provisioningState = new NetworkProvisioningState(property0.Value.GetString()); + continue; + } + } + continue; + } + } + return new ActiveSecurityAdminRule(id.Value, Optional.ToNullable(commitTime), region.Value, configurationDescription.Value, ruleCollectionDescription.Value, Optional.ToList(ruleCollectionAppliesToGroups), Optional.ToList(ruleGroups), kind, description.Value, Optional.ToNullable(protocol), Optional.ToList(sources), Optional.ToList(destinations), Optional.ToList(sourcePortRanges), Optional.ToList(destinationPortRanges), Optional.ToNullable(access), Optional.ToNullable(priority), Optional.ToNullable(direction), Optional.ToNullable(provisioningState)); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ActiveSecurityAdminRule.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ActiveSecurityAdminRule.cs new file mode 100644 index 000000000000..fbfd0442c63c --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ActiveSecurityAdminRule.cs @@ -0,0 +1,82 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Collections.Generic; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + /// Network admin rule. + public partial class ActiveSecurityAdminRule : ActiveBaseSecurityAdminRule + { + /// Initializes a new instance of ActiveSecurityAdminRule. + internal ActiveSecurityAdminRule() + { + Sources = new ChangeTrackingList(); + Destinations = new ChangeTrackingList(); + SourcePortRanges = new ChangeTrackingList(); + DestinationPortRanges = new ChangeTrackingList(); + Kind = EffectiveAdminRuleKind.Custom; + } + + /// Initializes a new instance of ActiveSecurityAdminRule. + /// Resource ID. + /// Deployment time string. + /// Deployment region. + /// A description of the security admin configuration. + /// A description of the rule collection. + /// Groups for rule collection. + /// Effective configuration groups. + /// Whether the rule is custom or default. + /// A description for this rule. Restricted to 140 chars. + /// Network protocol this rule applies to. + /// The CIDR or source IP ranges. + /// The destination address prefixes. CIDR or destination IP ranges. + /// The source port ranges. + /// The destination port ranges. + /// Indicates the access allowed for this particular rule. + /// The priority of the rule. The value can be between 1 and 4096. The priority number must be unique for each rule in the collection. The lower the priority number, the higher the priority of the rule. + /// Indicates if the traffic matched against the rule in inbound or outbound. + /// The provisioning state of the resource. + internal ActiveSecurityAdminRule(string id, DateTimeOffset? commitOn, string region, string configurationDescription, string ruleCollectionDescription, IReadOnlyList ruleCollectionAppliesToGroups, IReadOnlyList ruleGroups, EffectiveAdminRuleKind kind, string description, SecurityConfigurationRuleProtocol? protocol, IReadOnlyList sources, IReadOnlyList destinations, IReadOnlyList sourcePortRanges, IReadOnlyList destinationPortRanges, SecurityConfigurationRuleAccess? access, int? priority, SecurityConfigurationRuleDirection? direction, NetworkProvisioningState? provisioningState) : base(id, commitOn, region, configurationDescription, ruleCollectionDescription, ruleCollectionAppliesToGroups, ruleGroups, kind) + { + Description = description; + Protocol = protocol; + Sources = sources; + Destinations = destinations; + SourcePortRanges = sourcePortRanges; + DestinationPortRanges = destinationPortRanges; + Access = access; + Priority = priority; + Direction = direction; + ProvisioningState = provisioningState; + Kind = kind; + } + + /// A description for this rule. Restricted to 140 chars. + public string Description { get; } + /// Network protocol this rule applies to. + public SecurityConfigurationRuleProtocol? Protocol { get; } + /// The CIDR or source IP ranges. + public IReadOnlyList Sources { get; } + /// The destination address prefixes. CIDR or destination IP ranges. + public IReadOnlyList Destinations { get; } + /// The source port ranges. + public IReadOnlyList SourcePortRanges { get; } + /// The destination port ranges. + public IReadOnlyList DestinationPortRanges { get; } + /// Indicates the access allowed for this particular rule. + public SecurityConfigurationRuleAccess? Access { get; } + /// The priority of the rule. The value can be between 1 and 4096. The priority number must be unique for each rule in the collection. The lower the priority number, the higher the priority of the rule. + public int? Priority { get; } + /// Indicates if the traffic matched against the rule in inbound or outbound. + public SecurityConfigurationRuleDirection? Direction { get; } + /// The provisioning state of the resource. + public NetworkProvisioningState? ProvisioningState { get; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ActiveSecurityAdminRulesListResult.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ActiveSecurityAdminRulesListResult.Serialization.cs new file mode 100644 index 000000000000..80414f5faddf --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ActiveSecurityAdminRulesListResult.Serialization.cs @@ -0,0 +1,49 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + internal partial class ActiveSecurityAdminRulesListResult + { + internal static ActiveSecurityAdminRulesListResult DeserializeActiveSecurityAdminRulesListResult(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + Optional> value = default; + Optional skipToken = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("value"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property.Value.EnumerateArray()) + { + array.Add(ActiveBaseSecurityAdminRule.DeserializeActiveBaseSecurityAdminRule(item)); + } + value = array; + continue; + } + if (property.NameEquals("skipToken"u8)) + { + skipToken = property.Value.GetString(); + continue; + } + } + return new ActiveSecurityAdminRulesListResult(Optional.ToList(value), skipToken.Value); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ActiveSecurityAdminRulesListResult.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ActiveSecurityAdminRulesListResult.cs new file mode 100644 index 000000000000..46a2f9a847ec --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ActiveSecurityAdminRulesListResult.cs @@ -0,0 +1,44 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + /// Result of the request to list active security admin rules. It contains a list of active security admin rules and a skiptoken to get the next set of results. + internal partial class ActiveSecurityAdminRulesListResult + { + /// Initializes a new instance of ActiveSecurityAdminRulesListResult. + internal ActiveSecurityAdminRulesListResult() + { + Value = new ChangeTrackingList(); + } + + /// Initializes a new instance of ActiveSecurityAdminRulesListResult. + /// + /// Gets a page of active security admin rules. + /// Please note is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. + /// The available derived classes include and . + /// + /// When present, the value can be passed to a subsequent query call (together with the same query and scopes used in the current request) to retrieve the next page of data. + internal ActiveSecurityAdminRulesListResult(IReadOnlyList value, string skipToken) + { + Value = value; + SkipToken = skipToken; + } + + /// + /// Gets a page of active security admin rules. + /// Please note is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. + /// The available derived classes include and . + /// + public IReadOnlyList Value { get; } + /// When present, the value can be passed to a subsequent query call (together with the same query and scopes used in the current request) to retrieve the next page of data. + public string SkipToken { get; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/AddressPrefixItem.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/AddressPrefixItem.Serialization.cs new file mode 100644 index 000000000000..c40afeb3d5fd --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/AddressPrefixItem.Serialization.cs @@ -0,0 +1,59 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + public partial class AddressPrefixItem : IUtf8JsonSerializable + { + void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) + { + writer.WriteStartObject(); + if (Optional.IsDefined(AddressPrefix)) + { + writer.WritePropertyName("addressPrefix"u8); + writer.WriteStringValue(AddressPrefix); + } + if (Optional.IsDefined(AddressPrefixType)) + { + writer.WritePropertyName("addressPrefixType"u8); + writer.WriteStringValue(AddressPrefixType.Value.ToString()); + } + writer.WriteEndObject(); + } + + internal static AddressPrefixItem DeserializeAddressPrefixItem(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + Optional addressPrefix = default; + Optional addressPrefixType = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("addressPrefix"u8)) + { + addressPrefix = property.Value.GetString(); + continue; + } + if (property.NameEquals("addressPrefixType"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + addressPrefixType = new AddressPrefixType(property.Value.GetString()); + continue; + } + } + return new AddressPrefixItem(addressPrefix.Value, Optional.ToNullable(addressPrefixType)); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/AddressPrefixItem.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/AddressPrefixItem.cs new file mode 100644 index 000000000000..2f929f5114c6 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/AddressPrefixItem.cs @@ -0,0 +1,32 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +namespace Azure.ResourceManager.Network.Models +{ + /// Address prefix item. + public partial class AddressPrefixItem + { + /// Initializes a new instance of AddressPrefixItem. + public AddressPrefixItem() + { + } + + /// Initializes a new instance of AddressPrefixItem. + /// Address prefix. + /// Address prefix type. + internal AddressPrefixItem(string addressPrefix, AddressPrefixType? addressPrefixType) + { + AddressPrefix = addressPrefix; + AddressPrefixType = addressPrefixType; + } + + /// Address prefix. + public string AddressPrefix { get; set; } + /// Address prefix type. + public AddressPrefixType? AddressPrefixType { get; set; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/AddressPrefixType.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/AddressPrefixType.cs new file mode 100644 index 000000000000..a786ba023e10 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/AddressPrefixType.cs @@ -0,0 +1,51 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.ComponentModel; + +namespace Azure.ResourceManager.Network.Models +{ + /// Address prefix type. + public readonly partial struct AddressPrefixType : IEquatable + { + private readonly string _value; + + /// Initializes a new instance of . + /// is null. + public AddressPrefixType(string value) + { + _value = value ?? throw new ArgumentNullException(nameof(value)); + } + + private const string IPPrefixValue = "IPPrefix"; + private const string ServiceTagValue = "ServiceTag"; + + /// IPPrefix. + public static AddressPrefixType IPPrefix { get; } = new AddressPrefixType(IPPrefixValue); + /// ServiceTag. + public static AddressPrefixType ServiceTag { get; } = new AddressPrefixType(ServiceTagValue); + /// Determines if two values are the same. + public static bool operator ==(AddressPrefixType left, AddressPrefixType right) => left.Equals(right); + /// Determines if two values are not the same. + public static bool operator !=(AddressPrefixType left, AddressPrefixType right) => !left.Equals(right); + /// Converts a string to a . + public static implicit operator AddressPrefixType(string value) => new AddressPrefixType(value); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override bool Equals(object obj) => obj is AddressPrefixType other && Equals(other); + /// + public bool Equals(AddressPrefixType other) => string.Equals(_value, other._value, StringComparison.InvariantCultureIgnoreCase); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override int GetHashCode() => _value?.GetHashCode() ?? 0; + /// + public override string ToString() => _value; + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/AdminRuleGroupData.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/AdminRuleGroupData.Serialization.cs new file mode 100644 index 000000000000..1831e9f5da1f --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/AdminRuleGroupData.Serialization.cs @@ -0,0 +1,136 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using System.Text.Json; +using Azure; +using Azure.Core; +using Azure.ResourceManager.Models; +using Azure.ResourceManager.Network.Models; + +namespace Azure.ResourceManager.Network +{ + public partial class AdminRuleGroupData : IUtf8JsonSerializable + { + void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) + { + writer.WriteStartObject(); + writer.WritePropertyName("properties"u8); + writer.WriteStartObject(); + if (Optional.IsDefined(Description)) + { + writer.WritePropertyName("description"u8); + writer.WriteStringValue(Description); + } + if (Optional.IsCollectionDefined(AppliesToGroups)) + { + writer.WritePropertyName("appliesToGroups"u8); + writer.WriteStartArray(); + foreach (var item in AppliesToGroups) + { + writer.WriteObjectValue(item); + } + writer.WriteEndArray(); + } + writer.WriteEndObject(); + writer.WriteEndObject(); + } + + internal static AdminRuleGroupData DeserializeAdminRuleGroupData(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + Optional etag = default; + ResourceIdentifier id = default; + string name = default; + ResourceType type = default; + Optional systemData = default; + Optional description = default; + Optional> appliesToGroups = default; + Optional provisioningState = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("etag"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + etag = new ETag(property.Value.GetString()); + continue; + } + if (property.NameEquals("id"u8)) + { + id = new ResourceIdentifier(property.Value.GetString()); + continue; + } + if (property.NameEquals("name"u8)) + { + name = property.Value.GetString(); + continue; + } + if (property.NameEquals("type"u8)) + { + type = new ResourceType(property.Value.GetString()); + continue; + } + if (property.NameEquals("systemData"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + systemData = JsonSerializer.Deserialize(property.Value.GetRawText()); + continue; + } + if (property.NameEquals("properties"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + property.ThrowNonNullablePropertyIsNull(); + continue; + } + foreach (var property0 in property.Value.EnumerateObject()) + { + if (property0.NameEquals("description"u8)) + { + description = property0.Value.GetString(); + continue; + } + if (property0.NameEquals("appliesToGroups"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property0.Value.EnumerateArray()) + { + array.Add(NetworkManagerSecurityGroupItem.DeserializeNetworkManagerSecurityGroupItem(item)); + } + appliesToGroups = array; + continue; + } + if (property0.NameEquals("provisioningState"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + provisioningState = new NetworkProvisioningState(property0.Value.GetString()); + continue; + } + } + continue; + } + } + return new AdminRuleGroupData(id, name, type, systemData.Value, description.Value, Optional.ToList(appliesToGroups), Optional.ToNullable(provisioningState), Optional.ToNullable(etag)); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/AdminRuleGroupListResult.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/AdminRuleGroupListResult.Serialization.cs new file mode 100644 index 000000000000..a9fa61049627 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/AdminRuleGroupListResult.Serialization.cs @@ -0,0 +1,50 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using System.Text.Json; +using Azure.Core; +using Azure.ResourceManager.Network; + +namespace Azure.ResourceManager.Network.Models +{ + internal partial class AdminRuleGroupListResult + { + internal static AdminRuleGroupListResult DeserializeAdminRuleGroupListResult(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + Optional> value = default; + Optional nextLink = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("value"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property.Value.EnumerateArray()) + { + array.Add(AdminRuleGroupData.DeserializeAdminRuleGroupData(item)); + } + value = array; + continue; + } + if (property.NameEquals("nextLink"u8)) + { + nextLink = property.Value.GetString(); + continue; + } + } + return new AdminRuleGroupListResult(Optional.ToList(value), nextLink.Value); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/AdminRuleGroupListResult.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/AdminRuleGroupListResult.cs new file mode 100644 index 000000000000..144cf807560a --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/AdminRuleGroupListResult.cs @@ -0,0 +1,37 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using Azure.Core; +using Azure.ResourceManager.Network; + +namespace Azure.ResourceManager.Network.Models +{ + /// Security admin configuration rule collection list result. + internal partial class AdminRuleGroupListResult + { + /// Initializes a new instance of AdminRuleGroupListResult. + internal AdminRuleGroupListResult() + { + Value = new ChangeTrackingList(); + } + + /// Initializes a new instance of AdminRuleGroupListResult. + /// A list of network manager security admin configuration rule collections. + /// Gets the URL to get the next set of results. + internal AdminRuleGroupListResult(IReadOnlyList value, string nextLink) + { + Value = value; + NextLink = nextLink; + } + + /// A list of network manager security admin configuration rule collections. + public IReadOnlyList Value { get; } + /// Gets the URL to get the next set of results. + public string NextLink { get; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/AdminRuleKind.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/AdminRuleKind.cs new file mode 100644 index 000000000000..7ab22300104b --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/AdminRuleKind.cs @@ -0,0 +1,51 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.ComponentModel; + +namespace Azure.ResourceManager.Network.Models +{ + /// Whether the rule is custom or default. + internal readonly partial struct AdminRuleKind : IEquatable + { + private readonly string _value; + + /// Initializes a new instance of . + /// is null. + public AdminRuleKind(string value) + { + _value = value ?? throw new ArgumentNullException(nameof(value)); + } + + private const string CustomValue = "Custom"; + private const string DefaultValue = "Default"; + + /// Custom. + public static AdminRuleKind Custom { get; } = new AdminRuleKind(CustomValue); + /// Default. + public static AdminRuleKind Default { get; } = new AdminRuleKind(DefaultValue); + /// Determines if two values are the same. + public static bool operator ==(AdminRuleKind left, AdminRuleKind right) => left.Equals(right); + /// Determines if two values are not the same. + public static bool operator !=(AdminRuleKind left, AdminRuleKind right) => !left.Equals(right); + /// Converts a string to a . + public static implicit operator AdminRuleKind(string value) => new AdminRuleKind(value); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override bool Equals(object obj) => obj is AdminRuleKind other && Equals(other); + /// + public bool Equals(AdminRuleKind other) => string.Equals(_value, other._value, StringComparison.InvariantCultureIgnoreCase); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override int GetHashCode() => _value?.GetHashCode() ?? 0; + /// + public override string ToString() => _value; + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/AdminRuleListResult.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/AdminRuleListResult.Serialization.cs new file mode 100644 index 000000000000..c5381a387326 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/AdminRuleListResult.Serialization.cs @@ -0,0 +1,50 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using System.Text.Json; +using Azure.Core; +using Azure.ResourceManager.Network; + +namespace Azure.ResourceManager.Network.Models +{ + internal partial class AdminRuleListResult + { + internal static AdminRuleListResult DeserializeAdminRuleListResult(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + Optional> value = default; + Optional nextLink = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("value"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property.Value.EnumerateArray()) + { + array.Add(BaseAdminRuleData.DeserializeBaseAdminRuleData(item)); + } + value = array; + continue; + } + if (property.NameEquals("nextLink"u8)) + { + nextLink = property.Value.GetString(); + continue; + } + } + return new AdminRuleListResult(Optional.ToList(value), nextLink.Value); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/AdminRuleListResult.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/AdminRuleListResult.cs new file mode 100644 index 000000000000..87625556e854 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/AdminRuleListResult.cs @@ -0,0 +1,45 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using Azure.Core; +using Azure.ResourceManager.Network; + +namespace Azure.ResourceManager.Network.Models +{ + /// security configuration admin rule list result. + internal partial class AdminRuleListResult + { + /// Initializes a new instance of AdminRuleListResult. + internal AdminRuleListResult() + { + Value = new ChangeTrackingList(); + } + + /// Initializes a new instance of AdminRuleListResult. + /// + /// A list of admin rules + /// Please note is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. + /// The available derived classes include and . + /// + /// The URL to get the next set of results. + internal AdminRuleListResult(IReadOnlyList value, string nextLink) + { + Value = value; + NextLink = nextLink; + } + + /// + /// A list of admin rules + /// Please note is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. + /// The available derived classes include and . + /// + public IReadOnlyList Value { get; } + /// The URL to get the next set of results. + public string NextLink { get; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayBackendSettings.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayBackendSettings.Serialization.cs new file mode 100644 index 000000000000..d92b52871005 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayBackendSettings.Serialization.cs @@ -0,0 +1,218 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using System.Text.Json; +using Azure; +using Azure.Core; +using Azure.ResourceManager.Resources.Models; + +namespace Azure.ResourceManager.Network.Models +{ + public partial class ApplicationGatewayBackendSettings : IUtf8JsonSerializable + { + void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) + { + writer.WriteStartObject(); + if (Optional.IsDefined(Id)) + { + writer.WritePropertyName("id"u8); + writer.WriteStringValue(Id); + } + if (Optional.IsDefined(Name)) + { + writer.WritePropertyName("name"u8); + writer.WriteStringValue(Name); + } + writer.WritePropertyName("properties"u8); + writer.WriteStartObject(); + if (Optional.IsDefined(Port)) + { + writer.WritePropertyName("port"u8); + writer.WriteNumberValue(Port.Value); + } + if (Optional.IsDefined(Protocol)) + { + writer.WritePropertyName("protocol"u8); + writer.WriteStringValue(Protocol.Value.ToString()); + } + if (Optional.IsDefined(TimeoutInSeconds)) + { + writer.WritePropertyName("timeout"u8); + writer.WriteNumberValue(TimeoutInSeconds.Value); + } + if (Optional.IsDefined(Probe)) + { + writer.WritePropertyName("probe"u8); + JsonSerializer.Serialize(writer, Probe); + } + if (Optional.IsCollectionDefined(TrustedRootCertificates)) + { + writer.WritePropertyName("trustedRootCertificates"u8); + writer.WriteStartArray(); + foreach (var item in TrustedRootCertificates) + { + JsonSerializer.Serialize(writer, item); + } + writer.WriteEndArray(); + } + if (Optional.IsDefined(HostName)) + { + writer.WritePropertyName("hostName"u8); + writer.WriteStringValue(HostName); + } + if (Optional.IsDefined(PickHostNameFromBackendAddress)) + { + writer.WritePropertyName("pickHostNameFromBackendAddress"u8); + writer.WriteBooleanValue(PickHostNameFromBackendAddress.Value); + } + writer.WriteEndObject(); + writer.WriteEndObject(); + } + + internal static ApplicationGatewayBackendSettings DeserializeApplicationGatewayBackendSettings(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + Optional etag = default; + Optional id = default; + Optional name = default; + Optional type = default; + Optional port = default; + Optional protocol = default; + Optional timeout = default; + Optional probe = default; + Optional> trustedRootCertificates = default; + Optional hostName = default; + Optional pickHostNameFromBackendAddress = default; + Optional provisioningState = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("etag"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + etag = new ETag(property.Value.GetString()); + continue; + } + if (property.NameEquals("id"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + id = new ResourceIdentifier(property.Value.GetString()); + continue; + } + if (property.NameEquals("name"u8)) + { + name = property.Value.GetString(); + continue; + } + if (property.NameEquals("type"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + type = new ResourceType(property.Value.GetString()); + continue; + } + if (property.NameEquals("properties"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + property.ThrowNonNullablePropertyIsNull(); + continue; + } + foreach (var property0 in property.Value.EnumerateObject()) + { + if (property0.NameEquals("port"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + port = property0.Value.GetInt32(); + continue; + } + if (property0.NameEquals("protocol"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + protocol = new ApplicationGatewayProtocol(property0.Value.GetString()); + continue; + } + if (property0.NameEquals("timeout"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + timeout = property0.Value.GetInt32(); + continue; + } + if (property0.NameEquals("probe"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + probe = JsonSerializer.Deserialize(property0.Value.GetRawText()); + continue; + } + if (property0.NameEquals("trustedRootCertificates"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property0.Value.EnumerateArray()) + { + array.Add(JsonSerializer.Deserialize(item.GetRawText())); + } + trustedRootCertificates = array; + continue; + } + if (property0.NameEquals("hostName"u8)) + { + hostName = property0.Value.GetString(); + continue; + } + if (property0.NameEquals("pickHostNameFromBackendAddress"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + pickHostNameFromBackendAddress = property0.Value.GetBoolean(); + continue; + } + if (property0.NameEquals("provisioningState"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + provisioningState = new NetworkProvisioningState(property0.Value.GetString()); + continue; + } + } + continue; + } + } + return new ApplicationGatewayBackendSettings(id.Value, name.Value, Optional.ToNullable(type), Optional.ToNullable(etag), Optional.ToNullable(port), Optional.ToNullable(protocol), Optional.ToNullable(timeout), probe, Optional.ToList(trustedRootCertificates), hostName.Value, Optional.ToNullable(pickHostNameFromBackendAddress), Optional.ToNullable(provisioningState)); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayBackendSettings.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayBackendSettings.cs new file mode 100644 index 000000000000..a8b48974628e --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayBackendSettings.cs @@ -0,0 +1,81 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using Azure; +using Azure.Core; +using Azure.ResourceManager.Resources.Models; + +namespace Azure.ResourceManager.Network.Models +{ + /// Backend address pool settings of an application gateway. + public partial class ApplicationGatewayBackendSettings : NetworkResourceData + { + /// Initializes a new instance of ApplicationGatewayBackendSettings. + public ApplicationGatewayBackendSettings() + { + TrustedRootCertificates = new ChangeTrackingList(); + } + + /// Initializes a new instance of ApplicationGatewayBackendSettings. + /// Resource ID. + /// Resource name. + /// Resource type. + /// A unique read-only string that changes whenever the resource is updated. + /// The destination port on the backend. + /// The protocol used to communicate with the backend. + /// Connection timeout in seconds. Application Gateway will fail the request if response is not received within ConnectionTimeout. Acceptable values are from 1 second to 86400 seconds. + /// Probe resource of an application gateway. + /// Array of references to application gateway trusted root certificates. + /// Server name indication to be sent to the backend servers for Tls protocol. + /// Whether to pick server name indication from the host name of the backend server for Tls protocol. Default value is false. + /// The provisioning state of the backend HTTP settings resource. + internal ApplicationGatewayBackendSettings(ResourceIdentifier id, string name, ResourceType? resourceType, ETag? etag, int? port, ApplicationGatewayProtocol? protocol, int? timeoutInSeconds, WritableSubResource probe, IList trustedRootCertificates, string hostName, bool? pickHostNameFromBackendAddress, NetworkProvisioningState? provisioningState) : base(id, name, resourceType) + { + ETag = etag; + Port = port; + Protocol = protocol; + TimeoutInSeconds = timeoutInSeconds; + Probe = probe; + TrustedRootCertificates = trustedRootCertificates; + HostName = hostName; + PickHostNameFromBackendAddress = pickHostNameFromBackendAddress; + ProvisioningState = provisioningState; + } + + /// A unique read-only string that changes whenever the resource is updated. + public ETag? ETag { get; } + /// The destination port on the backend. + public int? Port { get; set; } + /// The protocol used to communicate with the backend. + public ApplicationGatewayProtocol? Protocol { get; set; } + /// Connection timeout in seconds. Application Gateway will fail the request if response is not received within ConnectionTimeout. Acceptable values are from 1 second to 86400 seconds. + public int? TimeoutInSeconds { get; set; } + /// Probe resource of an application gateway. + internal WritableSubResource Probe { get; set; } + /// Gets or sets Id. + public ResourceIdentifier ProbeId + { + get => Probe is null ? default : Probe.Id; + set + { + if (Probe is null) + Probe = new WritableSubResource(); + Probe.Id = value; + } + } + + /// Array of references to application gateway trusted root certificates. + public IList TrustedRootCertificates { get; } + /// Server name indication to be sent to the backend servers for Tls protocol. + public string HostName { get; set; } + /// Whether to pick server name indication from the host name of the backend server for Tls protocol. Default value is false. + public bool? PickHostNameFromBackendAddress { get; set; } + /// The provisioning state of the backend HTTP settings resource. + public NetworkProvisioningState? ProvisioningState { get; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayClientAuthConfiguration.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayClientAuthConfiguration.Serialization.cs index 135a359aea6e..cae9b2e455e6 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayClientAuthConfiguration.Serialization.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayClientAuthConfiguration.Serialization.cs @@ -10,7 +10,7 @@ namespace Azure.ResourceManager.Network.Models { - internal partial class ApplicationGatewayClientAuthConfiguration : IUtf8JsonSerializable + public partial class ApplicationGatewayClientAuthConfiguration : IUtf8JsonSerializable { void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) { @@ -20,6 +20,11 @@ void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) writer.WritePropertyName("verifyClientCertIssuerDN"u8); writer.WriteBooleanValue(VerifyClientCertIssuerDN.Value); } + if (Optional.IsDefined(VerifyClientRevocation)) + { + writer.WritePropertyName("verifyClientRevocation"u8); + writer.WriteStringValue(VerifyClientRevocation.Value.ToString()); + } writer.WriteEndObject(); } @@ -30,6 +35,7 @@ internal static ApplicationGatewayClientAuthConfiguration DeserializeApplication return null; } Optional verifyClientCertIssuerDN = default; + Optional verifyClientRevocation = default; foreach (var property in element.EnumerateObject()) { if (property.NameEquals("verifyClientCertIssuerDN"u8)) @@ -41,8 +47,17 @@ internal static ApplicationGatewayClientAuthConfiguration DeserializeApplication verifyClientCertIssuerDN = property.Value.GetBoolean(); continue; } + if (property.NameEquals("verifyClientRevocation"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + verifyClientRevocation = new ApplicationGatewayClientRevocationOption(property.Value.GetString()); + continue; + } } - return new ApplicationGatewayClientAuthConfiguration(Optional.ToNullable(verifyClientCertIssuerDN)); + return new ApplicationGatewayClientAuthConfiguration(Optional.ToNullable(verifyClientCertIssuerDN), Optional.ToNullable(verifyClientRevocation)); } } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayClientAuthConfiguration.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayClientAuthConfiguration.cs index b9600b99b3f9..b0265b7a44b4 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayClientAuthConfiguration.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayClientAuthConfiguration.cs @@ -8,7 +8,7 @@ namespace Azure.ResourceManager.Network.Models { /// Application gateway client authentication configuration. - internal partial class ApplicationGatewayClientAuthConfiguration + public partial class ApplicationGatewayClientAuthConfiguration { /// Initializes a new instance of ApplicationGatewayClientAuthConfiguration. public ApplicationGatewayClientAuthConfiguration() @@ -17,12 +17,16 @@ public ApplicationGatewayClientAuthConfiguration() /// Initializes a new instance of ApplicationGatewayClientAuthConfiguration. /// Verify client certificate issuer name on the application gateway. - internal ApplicationGatewayClientAuthConfiguration(bool? verifyClientCertIssuerDN) + /// Verify client certificate revocation status. + internal ApplicationGatewayClientAuthConfiguration(bool? verifyClientCertIssuerDN, ApplicationGatewayClientRevocationOption? verifyClientRevocation) { VerifyClientCertIssuerDN = verifyClientCertIssuerDN; + VerifyClientRevocation = verifyClientRevocation; } /// Verify client certificate issuer name on the application gateway. public bool? VerifyClientCertIssuerDN { get; set; } + /// Verify client certificate revocation status. + public ApplicationGatewayClientRevocationOption? VerifyClientRevocation { get; set; } } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayClientRevocationOption.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayClientRevocationOption.cs new file mode 100644 index 000000000000..4a6ef584dfbb --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayClientRevocationOption.cs @@ -0,0 +1,51 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.ComponentModel; + +namespace Azure.ResourceManager.Network.Models +{ + /// Verify client certificate revocation status. + public readonly partial struct ApplicationGatewayClientRevocationOption : IEquatable + { + private readonly string _value; + + /// Initializes a new instance of . + /// is null. + public ApplicationGatewayClientRevocationOption(string value) + { + _value = value ?? throw new ArgumentNullException(nameof(value)); + } + + private const string NoneValue = "None"; + private const string OcspValue = "OCSP"; + + /// None. + public static ApplicationGatewayClientRevocationOption None { get; } = new ApplicationGatewayClientRevocationOption(NoneValue); + /// OCSP. + public static ApplicationGatewayClientRevocationOption Ocsp { get; } = new ApplicationGatewayClientRevocationOption(OcspValue); + /// Determines if two values are the same. + public static bool operator ==(ApplicationGatewayClientRevocationOption left, ApplicationGatewayClientRevocationOption right) => left.Equals(right); + /// Determines if two values are not the same. + public static bool operator !=(ApplicationGatewayClientRevocationOption left, ApplicationGatewayClientRevocationOption right) => !left.Equals(right); + /// Converts a string to a . + public static implicit operator ApplicationGatewayClientRevocationOption(string value) => new ApplicationGatewayClientRevocationOption(value); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override bool Equals(object obj) => obj is ApplicationGatewayClientRevocationOption other && Equals(other); + /// + public bool Equals(ApplicationGatewayClientRevocationOption other) => string.Equals(_value, other._value, StringComparison.InvariantCultureIgnoreCase); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override int GetHashCode() => _value?.GetHashCode() ?? 0; + /// + public override string ToString() => _value; + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayCustomError.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayCustomError.cs index 37985606ccbd..d694055c3164 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayCustomError.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayCustomError.cs @@ -9,7 +9,7 @@ namespace Azure.ResourceManager.Network.Models { - /// Customer error of an application gateway. + /// Custom error of an application gateway. public partial class ApplicationGatewayCustomError { /// Initializes a new instance of ApplicationGatewayCustomError. @@ -18,17 +18,17 @@ public ApplicationGatewayCustomError() } /// Initializes a new instance of ApplicationGatewayCustomError. - /// Status code of the application gateway customer error. - /// Error page URL of the application gateway customer error. + /// Status code of the application gateway custom error. + /// Error page URL of the application gateway custom error. internal ApplicationGatewayCustomError(ApplicationGatewayCustomErrorStatusCode? statusCode, Uri customErrorPageUri) { StatusCode = statusCode; CustomErrorPageUri = customErrorPageUri; } - /// Status code of the application gateway customer error. + /// Status code of the application gateway custom error. public ApplicationGatewayCustomErrorStatusCode? StatusCode { get; set; } - /// Error page URL of the application gateway customer error. + /// Error page URL of the application gateway custom error. public Uri CustomErrorPageUri { get; set; } } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayCustomErrorStatusCode.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayCustomErrorStatusCode.cs index 5ff0e029c199..dd019ff144cb 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayCustomErrorStatusCode.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayCustomErrorStatusCode.cs @@ -10,7 +10,7 @@ namespace Azure.ResourceManager.Network.Models { - /// Status code of the application gateway customer error. + /// Status code of the application gateway custom error. public readonly partial struct ApplicationGatewayCustomErrorStatusCode : IEquatable { private readonly string _value; @@ -22,13 +22,37 @@ public ApplicationGatewayCustomErrorStatusCode(string value) _value = value ?? throw new ArgumentNullException(nameof(value)); } + private const string HttpStatus400Value = "HttpStatus400"; private const string HttpStatus403Value = "HttpStatus403"; + private const string HttpStatus404Value = "HttpStatus404"; + private const string HttpStatus405Value = "HttpStatus405"; + private const string HttpStatus408Value = "HttpStatus408"; + private const string HttpStatus499Value = "HttpStatus499"; + private const string HttpStatus500Value = "HttpStatus500"; private const string HttpStatus502Value = "HttpStatus502"; + private const string HttpStatus503Value = "HttpStatus503"; + private const string HttpStatus504Value = "HttpStatus504"; + /// HttpStatus400. + public static ApplicationGatewayCustomErrorStatusCode HttpStatus400 { get; } = new ApplicationGatewayCustomErrorStatusCode(HttpStatus400Value); /// HttpStatus403. public static ApplicationGatewayCustomErrorStatusCode HttpStatus403 { get; } = new ApplicationGatewayCustomErrorStatusCode(HttpStatus403Value); + /// HttpStatus404. + public static ApplicationGatewayCustomErrorStatusCode HttpStatus404 { get; } = new ApplicationGatewayCustomErrorStatusCode(HttpStatus404Value); + /// HttpStatus405. + public static ApplicationGatewayCustomErrorStatusCode HttpStatus405 { get; } = new ApplicationGatewayCustomErrorStatusCode(HttpStatus405Value); + /// HttpStatus408. + public static ApplicationGatewayCustomErrorStatusCode HttpStatus408 { get; } = new ApplicationGatewayCustomErrorStatusCode(HttpStatus408Value); + /// HttpStatus499. + public static ApplicationGatewayCustomErrorStatusCode HttpStatus499 { get; } = new ApplicationGatewayCustomErrorStatusCode(HttpStatus499Value); + /// HttpStatus500. + public static ApplicationGatewayCustomErrorStatusCode HttpStatus500 { get; } = new ApplicationGatewayCustomErrorStatusCode(HttpStatus500Value); /// HttpStatus502. public static ApplicationGatewayCustomErrorStatusCode HttpStatus502 { get; } = new ApplicationGatewayCustomErrorStatusCode(HttpStatus502Value); + /// HttpStatus503. + public static ApplicationGatewayCustomErrorStatusCode HttpStatus503 { get; } = new ApplicationGatewayCustomErrorStatusCode(HttpStatus503Value); + /// HttpStatus504. + public static ApplicationGatewayCustomErrorStatusCode HttpStatus504 { get; } = new ApplicationGatewayCustomErrorStatusCode(HttpStatus504Value); /// Determines if two values are the same. public static bool operator ==(ApplicationGatewayCustomErrorStatusCode left, ApplicationGatewayCustomErrorStatusCode right) => left.Equals(right); /// Determines if two values are not the same. diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayData.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayData.Serialization.cs index 33301c50cbe6..5fdf26078d90 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayData.Serialization.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayData.Serialization.cs @@ -169,6 +169,16 @@ void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) } writer.WriteEndArray(); } + if (Optional.IsCollectionDefined(BackendSettingsCollection)) + { + writer.WritePropertyName("backendSettingsCollection"u8); + writer.WriteStartArray(); + foreach (var item in BackendSettingsCollection) + { + writer.WriteObjectValue(item); + } + writer.WriteEndArray(); + } if (Optional.IsCollectionDefined(HttpListeners)) { writer.WritePropertyName("httpListeners"u8); @@ -179,6 +189,16 @@ void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) } writer.WriteEndArray(); } + if (Optional.IsCollectionDefined(Listeners)) + { + writer.WritePropertyName("listeners"u8); + writer.WriteStartArray(); + foreach (var item in Listeners) + { + writer.WriteObjectValue(item); + } + writer.WriteEndArray(); + } if (Optional.IsCollectionDefined(SslProfiles)) { writer.WritePropertyName("sslProfiles"u8); @@ -209,6 +229,16 @@ void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) } writer.WriteEndArray(); } + if (Optional.IsCollectionDefined(RoutingRules)) + { + writer.WritePropertyName("routingRules"u8); + writer.WriteStartArray(); + foreach (var item in RoutingRules) + { + writer.WriteObjectValue(item); + } + writer.WriteEndArray(); + } if (Optional.IsCollectionDefined(RewriteRuleSets)) { writer.WritePropertyName("rewriteRuleSets"u8); @@ -279,6 +309,21 @@ void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) writer.WritePropertyName("forceFirewallPolicyAssociation"u8); writer.WriteBooleanValue(ForceFirewallPolicyAssociation.Value); } + if (Optional.IsCollectionDefined(LoadDistributionPolicies)) + { + writer.WritePropertyName("loadDistributionPolicies"u8); + writer.WriteStartArray(); + foreach (var item in LoadDistributionPolicies) + { + writer.WriteObjectValue(item); + } + writer.WriteEndArray(); + } + if (Optional.IsDefined(GlobalConfiguration)) + { + writer.WritePropertyName("globalConfiguration"u8); + writer.WriteObjectValue(GlobalConfiguration); + } writer.WriteEndObject(); writer.WriteEndObject(); } @@ -310,10 +355,13 @@ internal static ApplicationGatewayData DeserializeApplicationGatewayData(JsonEle Optional> probes = default; Optional> backendAddressPools = default; Optional> backendHttpSettingsCollection = default; + Optional> backendSettingsCollection = default; Optional> httpListeners = default; + Optional> listeners = default; Optional> sslProfiles = default; Optional> urlPathMaps = default; Optional> requestRoutingRules = default; + Optional> routingRules = default; Optional> rewriteRuleSets = default; Optional> redirectConfigurations = default; Optional webApplicationFirewallConfiguration = default; @@ -327,6 +375,8 @@ internal static ApplicationGatewayData DeserializeApplicationGatewayData(JsonEle Optional provisioningState = default; Optional> customErrorConfigurations = default; Optional forceFirewallPolicyAssociation = default; + Optional> loadDistributionPolicies = default; + Optional globalConfiguration = default; foreach (var property in element.EnumerateObject()) { if (property.NameEquals("etag"u8)) @@ -583,6 +633,20 @@ internal static ApplicationGatewayData DeserializeApplicationGatewayData(JsonEle backendHttpSettingsCollection = array; continue; } + if (property0.NameEquals("backendSettingsCollection"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property0.Value.EnumerateArray()) + { + array.Add(ApplicationGatewayBackendSettings.DeserializeApplicationGatewayBackendSettings(item)); + } + backendSettingsCollection = array; + continue; + } if (property0.NameEquals("httpListeners"u8)) { if (property0.Value.ValueKind == JsonValueKind.Null) @@ -597,6 +661,20 @@ internal static ApplicationGatewayData DeserializeApplicationGatewayData(JsonEle httpListeners = array; continue; } + if (property0.NameEquals("listeners"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property0.Value.EnumerateArray()) + { + array.Add(ApplicationGatewayListener.DeserializeApplicationGatewayListener(item)); + } + listeners = array; + continue; + } if (property0.NameEquals("sslProfiles"u8)) { if (property0.Value.ValueKind == JsonValueKind.Null) @@ -639,6 +717,20 @@ internal static ApplicationGatewayData DeserializeApplicationGatewayData(JsonEle requestRoutingRules = array; continue; } + if (property0.NameEquals("routingRules"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property0.Value.EnumerateArray()) + { + array.Add(ApplicationGatewayRoutingRule.DeserializeApplicationGatewayRoutingRule(item)); + } + routingRules = array; + continue; + } if (property0.NameEquals("rewriteRuleSets"u8)) { if (property0.Value.ValueKind == JsonValueKind.Null) @@ -781,11 +873,34 @@ internal static ApplicationGatewayData DeserializeApplicationGatewayData(JsonEle forceFirewallPolicyAssociation = property0.Value.GetBoolean(); continue; } + if (property0.NameEquals("loadDistributionPolicies"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property0.Value.EnumerateArray()) + { + array.Add(ApplicationGatewayLoadDistributionPolicy.DeserializeApplicationGatewayLoadDistributionPolicy(item)); + } + loadDistributionPolicies = array; + continue; + } + if (property0.NameEquals("globalConfiguration"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + globalConfiguration = ApplicationGatewayGlobalConfiguration.DeserializeApplicationGatewayGlobalConfiguration(property0.Value); + continue; + } } continue; } } - return new ApplicationGatewayData(id.Value, name.Value, Optional.ToNullable(type), Optional.ToNullable(location), Optional.ToDictionary(tags), Optional.ToNullable(etag), Optional.ToList(zones), identity, sku.Value, sslPolicy.Value, Optional.ToNullable(operationalState), Optional.ToList(gatewayIPConfigurations), Optional.ToList(authenticationCertificates), Optional.ToList(trustedRootCertificates), Optional.ToList(trustedClientCertificates), Optional.ToList(sslCertificates), Optional.ToList(frontendIPConfigurations), Optional.ToList(frontendPorts), Optional.ToList(probes), Optional.ToList(backendAddressPools), Optional.ToList(backendHttpSettingsCollection), Optional.ToList(httpListeners), Optional.ToList(sslProfiles), Optional.ToList(urlPathMaps), Optional.ToList(requestRoutingRules), Optional.ToList(rewriteRuleSets), Optional.ToList(redirectConfigurations), webApplicationFirewallConfiguration.Value, firewallPolicy, Optional.ToNullable(enableHttp2), Optional.ToNullable(enableFips), autoscaleConfiguration.Value, Optional.ToList(privateLinkConfigurations), Optional.ToList(privateEndpointConnections), Optional.ToNullable(resourceGuid), Optional.ToNullable(provisioningState), Optional.ToList(customErrorConfigurations), Optional.ToNullable(forceFirewallPolicyAssociation)); + return new ApplicationGatewayData(id.Value, name.Value, Optional.ToNullable(type), Optional.ToNullable(location), Optional.ToDictionary(tags), Optional.ToNullable(etag), Optional.ToList(zones), identity, sku.Value, sslPolicy.Value, Optional.ToNullable(operationalState), Optional.ToList(gatewayIPConfigurations), Optional.ToList(authenticationCertificates), Optional.ToList(trustedRootCertificates), Optional.ToList(trustedClientCertificates), Optional.ToList(sslCertificates), Optional.ToList(frontendIPConfigurations), Optional.ToList(frontendPorts), Optional.ToList(probes), Optional.ToList(backendAddressPools), Optional.ToList(backendHttpSettingsCollection), Optional.ToList(backendSettingsCollection), Optional.ToList(httpListeners), Optional.ToList(listeners), Optional.ToList(sslProfiles), Optional.ToList(urlPathMaps), Optional.ToList(requestRoutingRules), Optional.ToList(routingRules), Optional.ToList(rewriteRuleSets), Optional.ToList(redirectConfigurations), webApplicationFirewallConfiguration.Value, firewallPolicy, Optional.ToNullable(enableHttp2), Optional.ToNullable(enableFips), autoscaleConfiguration.Value, Optional.ToList(privateLinkConfigurations), Optional.ToList(privateEndpointConnections), Optional.ToNullable(resourceGuid), Optional.ToNullable(provisioningState), Optional.ToList(customErrorConfigurations), Optional.ToNullable(forceFirewallPolicyAssociation), Optional.ToList(loadDistributionPolicies), globalConfiguration.Value); } } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayFirewallManifestRuleSet.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayFirewallManifestRuleSet.Serialization.cs new file mode 100644 index 000000000000..b36d104f1a1e --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayFirewallManifestRuleSet.Serialization.cs @@ -0,0 +1,76 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + public partial class ApplicationGatewayFirewallManifestRuleSet + { + internal static ApplicationGatewayFirewallManifestRuleSet DeserializeApplicationGatewayFirewallManifestRuleSet(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + string ruleSetType = default; + string ruleSetVersion = default; + Optional status = default; + Optional> tiers = default; + IReadOnlyList ruleGroups = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("ruleSetType"u8)) + { + ruleSetType = property.Value.GetString(); + continue; + } + if (property.NameEquals("ruleSetVersion"u8)) + { + ruleSetVersion = property.Value.GetString(); + continue; + } + if (property.NameEquals("status"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + status = new ApplicationGatewayRuleSetStatusOption(property.Value.GetString()); + continue; + } + if (property.NameEquals("tiers"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property.Value.EnumerateArray()) + { + array.Add(new ApplicationGatewayTierType(item.GetString())); + } + tiers = array; + continue; + } + if (property.NameEquals("ruleGroups"u8)) + { + List array = new List(); + foreach (var item in property.Value.EnumerateArray()) + { + array.Add(ApplicationGatewayFirewallRuleGroup.DeserializeApplicationGatewayFirewallRuleGroup(item)); + } + ruleGroups = array; + continue; + } + } + return new ApplicationGatewayFirewallManifestRuleSet(ruleSetType, ruleSetVersion, Optional.ToNullable(status), Optional.ToList(tiers), ruleGroups); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayFirewallManifestRuleSet.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayFirewallManifestRuleSet.cs new file mode 100644 index 000000000000..26a0534638ff --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayFirewallManifestRuleSet.cs @@ -0,0 +1,61 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Collections.Generic; +using System.Linq; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + /// Properties of the web application firewall rule set. + public partial class ApplicationGatewayFirewallManifestRuleSet + { + /// Initializes a new instance of ApplicationGatewayFirewallManifestRuleSet. + /// The type of the web application firewall rule set. + /// The version of the web application firewall rule set type. + /// The rule groups of the web application firewall rule set. + /// , or is null. + internal ApplicationGatewayFirewallManifestRuleSet(string ruleSetType, string ruleSetVersion, IEnumerable ruleGroups) + { + Argument.AssertNotNull(ruleSetType, nameof(ruleSetType)); + Argument.AssertNotNull(ruleSetVersion, nameof(ruleSetVersion)); + Argument.AssertNotNull(ruleGroups, nameof(ruleGroups)); + + RuleSetType = ruleSetType; + RuleSetVersion = ruleSetVersion; + Tiers = new ChangeTrackingList(); + RuleGroups = ruleGroups.ToList(); + } + + /// Initializes a new instance of ApplicationGatewayFirewallManifestRuleSet. + /// The type of the web application firewall rule set. + /// The version of the web application firewall rule set type. + /// The rule set status. + /// Tier of an application gateway that support the rule set. + /// The rule groups of the web application firewall rule set. + internal ApplicationGatewayFirewallManifestRuleSet(string ruleSetType, string ruleSetVersion, ApplicationGatewayRuleSetStatusOption? status, IReadOnlyList tiers, IReadOnlyList ruleGroups) + { + RuleSetType = ruleSetType; + RuleSetVersion = ruleSetVersion; + Status = status; + Tiers = tiers; + RuleGroups = ruleGroups; + } + + /// The type of the web application firewall rule set. + public string RuleSetType { get; } + /// The version of the web application firewall rule set type. + public string RuleSetVersion { get; } + /// The rule set status. + public ApplicationGatewayRuleSetStatusOption? Status { get; } + /// Tier of an application gateway that support the rule set. + public IReadOnlyList Tiers { get; } + /// The rule groups of the web application firewall rule set. + public IReadOnlyList RuleGroups { get; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayFirewallRule.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayFirewallRule.Serialization.cs index d9763e9f2ce9..5fdcdeff9fdb 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayFirewallRule.Serialization.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayFirewallRule.Serialization.cs @@ -17,6 +17,21 @@ void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) writer.WriteStartObject(); writer.WritePropertyName("ruleId"u8); writer.WriteNumberValue(RuleId); + if (Optional.IsDefined(RuleIdString)) + { + writer.WritePropertyName("ruleIdString"u8); + writer.WriteStringValue(RuleIdString); + } + if (Optional.IsDefined(State)) + { + writer.WritePropertyName("state"u8); + writer.WriteStringValue(State.Value.ToString()); + } + if (Optional.IsDefined(Action)) + { + writer.WritePropertyName("action"u8); + writer.WriteStringValue(Action.Value.ToString()); + } if (Optional.IsDefined(Description)) { writer.WritePropertyName("description"u8); @@ -32,6 +47,9 @@ internal static ApplicationGatewayFirewallRule DeserializeApplicationGatewayFire return null; } int ruleId = default; + Optional ruleIdString = default; + Optional state = default; + Optional action = default; Optional description = default; foreach (var property in element.EnumerateObject()) { @@ -40,13 +58,36 @@ internal static ApplicationGatewayFirewallRule DeserializeApplicationGatewayFire ruleId = property.Value.GetInt32(); continue; } + if (property.NameEquals("ruleIdString"u8)) + { + ruleIdString = property.Value.GetString(); + continue; + } + if (property.NameEquals("state"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + state = new ApplicationGatewayWafRuleStateType(property.Value.GetString()); + continue; + } + if (property.NameEquals("action"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + action = new ApplicationGatewayWafRuleActionType(property.Value.GetString()); + continue; + } if (property.NameEquals("description"u8)) { description = property.Value.GetString(); continue; } } - return new ApplicationGatewayFirewallRule(ruleId, description.Value); + return new ApplicationGatewayFirewallRule(ruleId, ruleIdString.Value, Optional.ToNullable(state), Optional.ToNullable(action), description.Value); } } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayFirewallRule.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayFirewallRule.cs index af427304e24b..6aa5dd956afd 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayFirewallRule.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayFirewallRule.cs @@ -19,15 +19,27 @@ public ApplicationGatewayFirewallRule(int ruleId) /// Initializes a new instance of ApplicationGatewayFirewallRule. /// The identifier of the web application firewall rule. + /// The string representation of the web application firewall rule identifier. + /// The string representation of the web application firewall rule state. + /// The string representation of the web application firewall rule action. /// The description of the web application firewall rule. - internal ApplicationGatewayFirewallRule(int ruleId, string description) + internal ApplicationGatewayFirewallRule(int ruleId, string ruleIdString, ApplicationGatewayWafRuleStateType? state, ApplicationGatewayWafRuleActionType? action, string description) { RuleId = ruleId; + RuleIdString = ruleIdString; + State = state; + Action = action; Description = description; } /// The identifier of the web application firewall rule. public int RuleId { get; set; } + /// The string representation of the web application firewall rule identifier. + public string RuleIdString { get; set; } + /// The string representation of the web application firewall rule state. + public ApplicationGatewayWafRuleStateType? State { get; set; } + /// The string representation of the web application firewall rule action. + public ApplicationGatewayWafRuleActionType? Action { get; set; } /// The description of the web application firewall rule. public string Description { get; set; } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayFirewallRuleSet.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayFirewallRuleSet.Serialization.cs index acd51a60406f..487bdce353e4 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayFirewallRuleSet.Serialization.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayFirewallRuleSet.Serialization.cs @@ -59,6 +59,16 @@ void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) } writer.WriteEndArray(); } + if (Optional.IsCollectionDefined(Tiers)) + { + writer.WritePropertyName("tiers"u8); + writer.WriteStartArray(); + foreach (var item in Tiers) + { + writer.WriteStringValue(item.ToString()); + } + writer.WriteEndArray(); + } writer.WriteEndObject(); writer.WriteEndObject(); } @@ -78,6 +88,7 @@ internal static ApplicationGatewayFirewallRuleSet DeserializeApplicationGatewayF Optional ruleSetType = default; Optional ruleSetVersion = default; Optional> ruleGroups = default; + Optional> tiers = default; foreach (var property in element.EnumerateObject()) { if (property.NameEquals("id"u8)) @@ -168,11 +179,25 @@ internal static ApplicationGatewayFirewallRuleSet DeserializeApplicationGatewayF ruleGroups = array; continue; } + if (property0.NameEquals("tiers"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property0.Value.EnumerateArray()) + { + array.Add(new ApplicationGatewayTierType(item.GetString())); + } + tiers = array; + continue; + } } continue; } } - return new ApplicationGatewayFirewallRuleSet(id.Value, name.Value, Optional.ToNullable(type), Optional.ToNullable(location), Optional.ToDictionary(tags), Optional.ToNullable(provisioningState), ruleSetType.Value, ruleSetVersion.Value, Optional.ToList(ruleGroups)); + return new ApplicationGatewayFirewallRuleSet(id.Value, name.Value, Optional.ToNullable(type), Optional.ToNullable(location), Optional.ToDictionary(tags), Optional.ToNullable(provisioningState), ruleSetType.Value, ruleSetVersion.Value, Optional.ToList(ruleGroups), Optional.ToList(tiers)); } } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayFirewallRuleSet.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayFirewallRuleSet.cs index bd2db076ad61..18e2c9c0e6cc 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayFirewallRuleSet.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayFirewallRuleSet.cs @@ -17,6 +17,7 @@ public partial class ApplicationGatewayFirewallRuleSet : NetworkTrackedResourceD public ApplicationGatewayFirewallRuleSet() { RuleGroups = new ChangeTrackingList(); + Tiers = new ChangeTrackingList(); } /// Initializes a new instance of ApplicationGatewayFirewallRuleSet. @@ -29,12 +30,14 @@ public ApplicationGatewayFirewallRuleSet() /// The type of the web application firewall rule set. /// The version of the web application firewall rule set type. /// The rule groups of the web application firewall rule set. - internal ApplicationGatewayFirewallRuleSet(ResourceIdentifier id, string name, ResourceType? resourceType, AzureLocation? location, IDictionary tags, NetworkProvisioningState? provisioningState, string ruleSetType, string ruleSetVersion, IList ruleGroups) : base(id, name, resourceType, location, tags) + /// Tier of an application gateway that support the rule set. + internal ApplicationGatewayFirewallRuleSet(ResourceIdentifier id, string name, ResourceType? resourceType, AzureLocation? location, IDictionary tags, NetworkProvisioningState? provisioningState, string ruleSetType, string ruleSetVersion, IList ruleGroups, IList tiers) : base(id, name, resourceType, location, tags) { ProvisioningState = provisioningState; RuleSetType = ruleSetType; RuleSetVersion = ruleSetVersion; RuleGroups = ruleGroups; + Tiers = tiers; } /// The provisioning state of the web application firewall rule set. @@ -45,5 +48,7 @@ internal ApplicationGatewayFirewallRuleSet(ResourceIdentifier id, string name, R public string RuleSetVersion { get; set; } /// The rule groups of the web application firewall rule set. public IList RuleGroups { get; } + /// Tier of an application gateway that support the rule set. + public IList Tiers { get; } } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayGlobalConfiguration.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayGlobalConfiguration.Serialization.cs new file mode 100644 index 000000000000..690a73d946b9 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayGlobalConfiguration.Serialization.cs @@ -0,0 +1,63 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + public partial class ApplicationGatewayGlobalConfiguration : IUtf8JsonSerializable + { + void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) + { + writer.WriteStartObject(); + if (Optional.IsDefined(EnableRequestBuffering)) + { + writer.WritePropertyName("enableRequestBuffering"u8); + writer.WriteBooleanValue(EnableRequestBuffering.Value); + } + if (Optional.IsDefined(EnableResponseBuffering)) + { + writer.WritePropertyName("enableResponseBuffering"u8); + writer.WriteBooleanValue(EnableResponseBuffering.Value); + } + writer.WriteEndObject(); + } + + internal static ApplicationGatewayGlobalConfiguration DeserializeApplicationGatewayGlobalConfiguration(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + Optional enableRequestBuffering = default; + Optional enableResponseBuffering = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("enableRequestBuffering"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + enableRequestBuffering = property.Value.GetBoolean(); + continue; + } + if (property.NameEquals("enableResponseBuffering"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + enableResponseBuffering = property.Value.GetBoolean(); + continue; + } + } + return new ApplicationGatewayGlobalConfiguration(Optional.ToNullable(enableRequestBuffering), Optional.ToNullable(enableResponseBuffering)); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayGlobalConfiguration.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayGlobalConfiguration.cs new file mode 100644 index 000000000000..15e38591a107 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayGlobalConfiguration.cs @@ -0,0 +1,32 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +namespace Azure.ResourceManager.Network.Models +{ + /// Application Gateway global configuration. + public partial class ApplicationGatewayGlobalConfiguration + { + /// Initializes a new instance of ApplicationGatewayGlobalConfiguration. + public ApplicationGatewayGlobalConfiguration() + { + } + + /// Initializes a new instance of ApplicationGatewayGlobalConfiguration. + /// Enable request buffering. + /// Enable response buffering. + internal ApplicationGatewayGlobalConfiguration(bool? enableRequestBuffering, bool? enableResponseBuffering) + { + EnableRequestBuffering = enableRequestBuffering; + EnableResponseBuffering = enableResponseBuffering; + } + + /// Enable request buffering. + public bool? EnableRequestBuffering { get; set; } + /// Enable response buffering. + public bool? EnableResponseBuffering { get; set; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayListener.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayListener.Serialization.cs new file mode 100644 index 000000000000..dfabcd7b2957 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayListener.Serialization.cs @@ -0,0 +1,181 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Text.Json; +using Azure; +using Azure.Core; +using Azure.ResourceManager.Resources.Models; + +namespace Azure.ResourceManager.Network.Models +{ + public partial class ApplicationGatewayListener : IUtf8JsonSerializable + { + void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) + { + writer.WriteStartObject(); + if (Optional.IsDefined(Id)) + { + writer.WritePropertyName("id"u8); + writer.WriteStringValue(Id); + } + if (Optional.IsDefined(Name)) + { + writer.WritePropertyName("name"u8); + writer.WriteStringValue(Name); + } + writer.WritePropertyName("properties"u8); + writer.WriteStartObject(); + if (Optional.IsDefined(FrontendIPConfiguration)) + { + writer.WritePropertyName("frontendIPConfiguration"u8); + JsonSerializer.Serialize(writer, FrontendIPConfiguration); + } + if (Optional.IsDefined(FrontendPort)) + { + writer.WritePropertyName("frontendPort"u8); + JsonSerializer.Serialize(writer, FrontendPort); + } + if (Optional.IsDefined(Protocol)) + { + writer.WritePropertyName("protocol"u8); + writer.WriteStringValue(Protocol.Value.ToString()); + } + if (Optional.IsDefined(SslCertificate)) + { + writer.WritePropertyName("sslCertificate"u8); + JsonSerializer.Serialize(writer, SslCertificate); + } + if (Optional.IsDefined(SslProfile)) + { + writer.WritePropertyName("sslProfile"u8); + JsonSerializer.Serialize(writer, SslProfile); + } + writer.WriteEndObject(); + writer.WriteEndObject(); + } + + internal static ApplicationGatewayListener DeserializeApplicationGatewayListener(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + Optional etag = default; + Optional id = default; + Optional name = default; + Optional type = default; + Optional frontendIPConfiguration = default; + Optional frontendPort = default; + Optional protocol = default; + Optional sslCertificate = default; + Optional sslProfile = default; + Optional provisioningState = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("etag"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + etag = new ETag(property.Value.GetString()); + continue; + } + if (property.NameEquals("id"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + id = new ResourceIdentifier(property.Value.GetString()); + continue; + } + if (property.NameEquals("name"u8)) + { + name = property.Value.GetString(); + continue; + } + if (property.NameEquals("type"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + type = new ResourceType(property.Value.GetString()); + continue; + } + if (property.NameEquals("properties"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + property.ThrowNonNullablePropertyIsNull(); + continue; + } + foreach (var property0 in property.Value.EnumerateObject()) + { + if (property0.NameEquals("frontendIPConfiguration"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + frontendIPConfiguration = JsonSerializer.Deserialize(property0.Value.GetRawText()); + continue; + } + if (property0.NameEquals("frontendPort"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + frontendPort = JsonSerializer.Deserialize(property0.Value.GetRawText()); + continue; + } + if (property0.NameEquals("protocol"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + protocol = new ApplicationGatewayProtocol(property0.Value.GetString()); + continue; + } + if (property0.NameEquals("sslCertificate"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + sslCertificate = JsonSerializer.Deserialize(property0.Value.GetRawText()); + continue; + } + if (property0.NameEquals("sslProfile"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + sslProfile = JsonSerializer.Deserialize(property0.Value.GetRawText()); + continue; + } + if (property0.NameEquals("provisioningState"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + provisioningState = new NetworkProvisioningState(property0.Value.GetString()); + continue; + } + } + continue; + } + } + return new ApplicationGatewayListener(id.Value, name.Value, Optional.ToNullable(type), Optional.ToNullable(etag), frontendIPConfiguration, frontendPort, Optional.ToNullable(protocol), sslCertificate, sslProfile, Optional.ToNullable(provisioningState)); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayListener.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayListener.cs new file mode 100644 index 000000000000..266a6a7461c3 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayListener.cs @@ -0,0 +1,107 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using Azure; +using Azure.Core; +using Azure.ResourceManager.Resources.Models; + +namespace Azure.ResourceManager.Network.Models +{ + /// Listener of an application gateway. + public partial class ApplicationGatewayListener : NetworkResourceData + { + /// Initializes a new instance of ApplicationGatewayListener. + public ApplicationGatewayListener() + { + } + + /// Initializes a new instance of ApplicationGatewayListener. + /// Resource ID. + /// Resource name. + /// Resource type. + /// A unique read-only string that changes whenever the resource is updated. + /// Frontend IP configuration resource of an application gateway. + /// Frontend port resource of an application gateway. + /// Protocol of the listener. + /// SSL certificate resource of an application gateway. + /// SSL profile resource of the application gateway. + /// The provisioning state of the listener resource. + internal ApplicationGatewayListener(ResourceIdentifier id, string name, ResourceType? resourceType, ETag? etag, WritableSubResource frontendIPConfiguration, WritableSubResource frontendPort, ApplicationGatewayProtocol? protocol, WritableSubResource sslCertificate, WritableSubResource sslProfile, NetworkProvisioningState? provisioningState) : base(id, name, resourceType) + { + ETag = etag; + FrontendIPConfiguration = frontendIPConfiguration; + FrontendPort = frontendPort; + Protocol = protocol; + SslCertificate = sslCertificate; + SslProfile = sslProfile; + ProvisioningState = provisioningState; + } + + /// A unique read-only string that changes whenever the resource is updated. + public ETag? ETag { get; } + /// Frontend IP configuration resource of an application gateway. + internal WritableSubResource FrontendIPConfiguration { get; set; } + /// Gets or sets Id. + public ResourceIdentifier FrontendIPConfigurationId + { + get => FrontendIPConfiguration is null ? default : FrontendIPConfiguration.Id; + set + { + if (FrontendIPConfiguration is null) + FrontendIPConfiguration = new WritableSubResource(); + FrontendIPConfiguration.Id = value; + } + } + + /// Frontend port resource of an application gateway. + internal WritableSubResource FrontendPort { get; set; } + /// Gets or sets Id. + public ResourceIdentifier FrontendPortId + { + get => FrontendPort is null ? default : FrontendPort.Id; + set + { + if (FrontendPort is null) + FrontendPort = new WritableSubResource(); + FrontendPort.Id = value; + } + } + + /// Protocol of the listener. + public ApplicationGatewayProtocol? Protocol { get; set; } + /// SSL certificate resource of an application gateway. + internal WritableSubResource SslCertificate { get; set; } + /// Gets or sets Id. + public ResourceIdentifier SslCertificateId + { + get => SslCertificate is null ? default : SslCertificate.Id; + set + { + if (SslCertificate is null) + SslCertificate = new WritableSubResource(); + SslCertificate.Id = value; + } + } + + /// SSL profile resource of the application gateway. + internal WritableSubResource SslProfile { get; set; } + /// Gets or sets Id. + public ResourceIdentifier SslProfileId + { + get => SslProfile is null ? default : SslProfile.Id; + set + { + if (SslProfile is null) + SslProfile = new WritableSubResource(); + SslProfile.Id = value; + } + } + + /// The provisioning state of the listener resource. + public NetworkProvisioningState? ProvisioningState { get; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayLoadDistributionAlgorithm.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayLoadDistributionAlgorithm.cs new file mode 100644 index 000000000000..9142bb4d0206 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayLoadDistributionAlgorithm.cs @@ -0,0 +1,54 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.ComponentModel; + +namespace Azure.ResourceManager.Network.Models +{ + /// Load Distribution Algorithm enums. + public readonly partial struct ApplicationGatewayLoadDistributionAlgorithm : IEquatable + { + private readonly string _value; + + /// Initializes a new instance of . + /// is null. + public ApplicationGatewayLoadDistributionAlgorithm(string value) + { + _value = value ?? throw new ArgumentNullException(nameof(value)); + } + + private const string RoundRobinValue = "RoundRobin"; + private const string LeastConnectionsValue = "LeastConnections"; + private const string IPHashValue = "IpHash"; + + /// RoundRobin. + public static ApplicationGatewayLoadDistributionAlgorithm RoundRobin { get; } = new ApplicationGatewayLoadDistributionAlgorithm(RoundRobinValue); + /// LeastConnections. + public static ApplicationGatewayLoadDistributionAlgorithm LeastConnections { get; } = new ApplicationGatewayLoadDistributionAlgorithm(LeastConnectionsValue); + /// IpHash. + public static ApplicationGatewayLoadDistributionAlgorithm IPHash { get; } = new ApplicationGatewayLoadDistributionAlgorithm(IPHashValue); + /// Determines if two values are the same. + public static bool operator ==(ApplicationGatewayLoadDistributionAlgorithm left, ApplicationGatewayLoadDistributionAlgorithm right) => left.Equals(right); + /// Determines if two values are not the same. + public static bool operator !=(ApplicationGatewayLoadDistributionAlgorithm left, ApplicationGatewayLoadDistributionAlgorithm right) => !left.Equals(right); + /// Converts a string to a . + public static implicit operator ApplicationGatewayLoadDistributionAlgorithm(string value) => new ApplicationGatewayLoadDistributionAlgorithm(value); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override bool Equals(object obj) => obj is ApplicationGatewayLoadDistributionAlgorithm other && Equals(other); + /// + public bool Equals(ApplicationGatewayLoadDistributionAlgorithm other) => string.Equals(_value, other._value, StringComparison.InvariantCultureIgnoreCase); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override int GetHashCode() => _value?.GetHashCode() ?? 0; + /// + public override string ToString() => _value; + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayLoadDistributionPolicy.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayLoadDistributionPolicy.Serialization.cs new file mode 100644 index 000000000000..41ab7cd7ca52 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayLoadDistributionPolicy.Serialization.cs @@ -0,0 +1,146 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using System.Text.Json; +using Azure; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + public partial class ApplicationGatewayLoadDistributionPolicy : IUtf8JsonSerializable + { + void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) + { + writer.WriteStartObject(); + if (Optional.IsDefined(Id)) + { + writer.WritePropertyName("id"u8); + writer.WriteStringValue(Id); + } + if (Optional.IsDefined(Name)) + { + writer.WritePropertyName("name"u8); + writer.WriteStringValue(Name); + } + writer.WritePropertyName("properties"u8); + writer.WriteStartObject(); + if (Optional.IsCollectionDefined(LoadDistributionTargets)) + { + writer.WritePropertyName("loadDistributionTargets"u8); + writer.WriteStartArray(); + foreach (var item in LoadDistributionTargets) + { + writer.WriteObjectValue(item); + } + writer.WriteEndArray(); + } + if (Optional.IsDefined(LoadDistributionAlgorithm)) + { + writer.WritePropertyName("loadDistributionAlgorithm"u8); + writer.WriteStringValue(LoadDistributionAlgorithm.Value.ToString()); + } + writer.WriteEndObject(); + writer.WriteEndObject(); + } + + internal static ApplicationGatewayLoadDistributionPolicy DeserializeApplicationGatewayLoadDistributionPolicy(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + Optional etag = default; + Optional id = default; + Optional name = default; + Optional type = default; + Optional> loadDistributionTargets = default; + Optional loadDistributionAlgorithm = default; + Optional provisioningState = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("etag"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + etag = new ETag(property.Value.GetString()); + continue; + } + if (property.NameEquals("id"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + id = new ResourceIdentifier(property.Value.GetString()); + continue; + } + if (property.NameEquals("name"u8)) + { + name = property.Value.GetString(); + continue; + } + if (property.NameEquals("type"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + type = new ResourceType(property.Value.GetString()); + continue; + } + if (property.NameEquals("properties"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + property.ThrowNonNullablePropertyIsNull(); + continue; + } + foreach (var property0 in property.Value.EnumerateObject()) + { + if (property0.NameEquals("loadDistributionTargets"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property0.Value.EnumerateArray()) + { + array.Add(ApplicationGatewayLoadDistributionTarget.DeserializeApplicationGatewayLoadDistributionTarget(item)); + } + loadDistributionTargets = array; + continue; + } + if (property0.NameEquals("loadDistributionAlgorithm"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + loadDistributionAlgorithm = new ApplicationGatewayLoadDistributionAlgorithm(property0.Value.GetString()); + continue; + } + if (property0.NameEquals("provisioningState"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + provisioningState = new NetworkProvisioningState(property0.Value.GetString()); + continue; + } + } + continue; + } + } + return new ApplicationGatewayLoadDistributionPolicy(id.Value, name.Value, Optional.ToNullable(type), Optional.ToNullable(etag), Optional.ToList(loadDistributionTargets), Optional.ToNullable(loadDistributionAlgorithm), Optional.ToNullable(provisioningState)); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayLoadDistributionPolicy.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayLoadDistributionPolicy.cs new file mode 100644 index 000000000000..c81d8049808e --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayLoadDistributionPolicy.cs @@ -0,0 +1,48 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using Azure; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + /// Load Distribution Policy of an application gateway. + public partial class ApplicationGatewayLoadDistributionPolicy : NetworkResourceData + { + /// Initializes a new instance of ApplicationGatewayLoadDistributionPolicy. + public ApplicationGatewayLoadDistributionPolicy() + { + LoadDistributionTargets = new ChangeTrackingList(); + } + + /// Initializes a new instance of ApplicationGatewayLoadDistributionPolicy. + /// Resource ID. + /// Resource name. + /// Resource type. + /// A unique read-only string that changes whenever the resource is updated. + /// Load Distribution Targets resource of an application gateway. + /// Load Distribution Targets resource of an application gateway. + /// The provisioning state of the Load Distribution Policy resource. + internal ApplicationGatewayLoadDistributionPolicy(ResourceIdentifier id, string name, ResourceType? resourceType, ETag? etag, IList loadDistributionTargets, ApplicationGatewayLoadDistributionAlgorithm? loadDistributionAlgorithm, NetworkProvisioningState? provisioningState) : base(id, name, resourceType) + { + ETag = etag; + LoadDistributionTargets = loadDistributionTargets; + LoadDistributionAlgorithm = loadDistributionAlgorithm; + ProvisioningState = provisioningState; + } + + /// A unique read-only string that changes whenever the resource is updated. + public ETag? ETag { get; } + /// Load Distribution Targets resource of an application gateway. + public IList LoadDistributionTargets { get; } + /// Load Distribution Targets resource of an application gateway. + public ApplicationGatewayLoadDistributionAlgorithm? LoadDistributionAlgorithm { get; set; } + /// The provisioning state of the Load Distribution Policy resource. + public NetworkProvisioningState? ProvisioningState { get; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayLoadDistributionTarget.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayLoadDistributionTarget.Serialization.cs new file mode 100644 index 000000000000..2447bef3e4bc --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayLoadDistributionTarget.Serialization.cs @@ -0,0 +1,126 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Text.Json; +using Azure; +using Azure.Core; +using Azure.ResourceManager.Resources.Models; + +namespace Azure.ResourceManager.Network.Models +{ + public partial class ApplicationGatewayLoadDistributionTarget : IUtf8JsonSerializable + { + void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) + { + writer.WriteStartObject(); + if (Optional.IsDefined(Id)) + { + writer.WritePropertyName("id"u8); + writer.WriteStringValue(Id); + } + if (Optional.IsDefined(Name)) + { + writer.WritePropertyName("name"u8); + writer.WriteStringValue(Name); + } + writer.WritePropertyName("properties"u8); + writer.WriteStartObject(); + if (Optional.IsDefined(WeightPerServer)) + { + writer.WritePropertyName("weightPerServer"u8); + writer.WriteNumberValue(WeightPerServer.Value); + } + if (Optional.IsDefined(BackendAddressPool)) + { + writer.WritePropertyName("backendAddressPool"u8); + JsonSerializer.Serialize(writer, BackendAddressPool); + } + writer.WriteEndObject(); + writer.WriteEndObject(); + } + + internal static ApplicationGatewayLoadDistributionTarget DeserializeApplicationGatewayLoadDistributionTarget(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + Optional etag = default; + Optional id = default; + Optional name = default; + Optional type = default; + Optional weightPerServer = default; + Optional backendAddressPool = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("etag"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + etag = new ETag(property.Value.GetString()); + continue; + } + if (property.NameEquals("id"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + id = new ResourceIdentifier(property.Value.GetString()); + continue; + } + if (property.NameEquals("name"u8)) + { + name = property.Value.GetString(); + continue; + } + if (property.NameEquals("type"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + type = new ResourceType(property.Value.GetString()); + continue; + } + if (property.NameEquals("properties"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + property.ThrowNonNullablePropertyIsNull(); + continue; + } + foreach (var property0 in property.Value.EnumerateObject()) + { + if (property0.NameEquals("weightPerServer"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + weightPerServer = property0.Value.GetInt32(); + continue; + } + if (property0.NameEquals("backendAddressPool"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + backendAddressPool = JsonSerializer.Deserialize(property0.Value.GetRawText()); + continue; + } + } + continue; + } + } + return new ApplicationGatewayLoadDistributionTarget(id.Value, name.Value, Optional.ToNullable(type), Optional.ToNullable(etag), Optional.ToNullable(weightPerServer), backendAddressPool); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayLoadDistributionTarget.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayLoadDistributionTarget.cs new file mode 100644 index 000000000000..ca541b9acd81 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayLoadDistributionTarget.cs @@ -0,0 +1,54 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using Azure; +using Azure.Core; +using Azure.ResourceManager.Resources.Models; + +namespace Azure.ResourceManager.Network.Models +{ + /// Load Distribution Target of an application gateway. + public partial class ApplicationGatewayLoadDistributionTarget : NetworkResourceData + { + /// Initializes a new instance of ApplicationGatewayLoadDistributionTarget. + public ApplicationGatewayLoadDistributionTarget() + { + } + + /// Initializes a new instance of ApplicationGatewayLoadDistributionTarget. + /// Resource ID. + /// Resource name. + /// Resource type. + /// A unique read-only string that changes whenever the resource is updated. + /// Weight per server. Range between 1 and 100. + /// Backend address pool resource of the application gateway. + internal ApplicationGatewayLoadDistributionTarget(ResourceIdentifier id, string name, ResourceType? resourceType, ETag? etag, int? weightPerServer, WritableSubResource backendAddressPool) : base(id, name, resourceType) + { + ETag = etag; + WeightPerServer = weightPerServer; + BackendAddressPool = backendAddressPool; + } + + /// A unique read-only string that changes whenever the resource is updated. + public ETag? ETag { get; } + /// Weight per server. Range between 1 and 100. + public int? WeightPerServer { get; set; } + /// Backend address pool resource of the application gateway. + internal WritableSubResource BackendAddressPool { get; set; } + /// Gets or sets Id. + public ResourceIdentifier BackendAddressPoolId + { + get => BackendAddressPool is null ? default : BackendAddressPool.Id; + set + { + if (BackendAddressPool is null) + BackendAddressPool = new WritableSubResource(); + BackendAddressPool.Id = value; + } + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayPathRule.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayPathRule.Serialization.cs index 7dfcea3e3d42..a5da43815cde 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayPathRule.Serialization.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayPathRule.Serialization.cs @@ -60,6 +60,11 @@ void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) writer.WritePropertyName("rewriteRuleSet"u8); JsonSerializer.Serialize(writer, RewriteRuleSet); } + if (Optional.IsDefined(LoadDistributionPolicy)) + { + writer.WritePropertyName("loadDistributionPolicy"u8); + JsonSerializer.Serialize(writer, LoadDistributionPolicy); + } if (Optional.IsDefined(FirewallPolicy)) { writer.WritePropertyName("firewallPolicy"u8); @@ -84,6 +89,7 @@ internal static ApplicationGatewayPathRule DeserializeApplicationGatewayPathRule Optional backendHttpSettings = default; Optional redirectConfiguration = default; Optional rewriteRuleSet = default; + Optional loadDistributionPolicy = default; Optional provisioningState = default; Optional firewallPolicy = default; foreach (var property in element.EnumerateObject()) @@ -179,6 +185,15 @@ internal static ApplicationGatewayPathRule DeserializeApplicationGatewayPathRule rewriteRuleSet = JsonSerializer.Deserialize(property0.Value.GetRawText()); continue; } + if (property0.NameEquals("loadDistributionPolicy"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + loadDistributionPolicy = JsonSerializer.Deserialize(property0.Value.GetRawText()); + continue; + } if (property0.NameEquals("provisioningState"u8)) { if (property0.Value.ValueKind == JsonValueKind.Null) @@ -201,7 +216,7 @@ internal static ApplicationGatewayPathRule DeserializeApplicationGatewayPathRule continue; } } - return new ApplicationGatewayPathRule(id.Value, name.Value, Optional.ToNullable(type), Optional.ToNullable(etag), Optional.ToList(paths), backendAddressPool, backendHttpSettings, redirectConfiguration, rewriteRuleSet, Optional.ToNullable(provisioningState), firewallPolicy); + return new ApplicationGatewayPathRule(id.Value, name.Value, Optional.ToNullable(type), Optional.ToNullable(etag), Optional.ToList(paths), backendAddressPool, backendHttpSettings, redirectConfiguration, rewriteRuleSet, loadDistributionPolicy, Optional.ToNullable(provisioningState), firewallPolicy); } } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayPathRule.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayPathRule.cs index e2d729777243..7e175d58679a 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayPathRule.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayPathRule.cs @@ -31,9 +31,10 @@ public ApplicationGatewayPathRule() /// Backend http settings resource of URL path map path rule. /// Redirect configuration resource of URL path map path rule. /// Rewrite rule set resource of URL path map path rule. + /// Load Distribution Policy resource of URL path map path rule. /// The provisioning state of the path rule resource. /// Reference to the FirewallPolicy resource. - internal ApplicationGatewayPathRule(ResourceIdentifier id, string name, ResourceType? resourceType, ETag? etag, IList paths, WritableSubResource backendAddressPool, WritableSubResource backendHttpSettings, WritableSubResource redirectConfiguration, WritableSubResource rewriteRuleSet, NetworkProvisioningState? provisioningState, WritableSubResource firewallPolicy) : base(id, name, resourceType) + internal ApplicationGatewayPathRule(ResourceIdentifier id, string name, ResourceType? resourceType, ETag? etag, IList paths, WritableSubResource backendAddressPool, WritableSubResource backendHttpSettings, WritableSubResource redirectConfiguration, WritableSubResource rewriteRuleSet, WritableSubResource loadDistributionPolicy, NetworkProvisioningState? provisioningState, WritableSubResource firewallPolicy) : base(id, name, resourceType) { ETag = etag; Paths = paths; @@ -41,6 +42,7 @@ internal ApplicationGatewayPathRule(ResourceIdentifier id, string name, Resource BackendHttpSettings = backendHttpSettings; RedirectConfiguration = redirectConfiguration; RewriteRuleSet = rewriteRuleSet; + LoadDistributionPolicy = loadDistributionPolicy; ProvisioningState = provisioningState; FirewallPolicy = firewallPolicy; } @@ -105,6 +107,20 @@ public ResourceIdentifier RewriteRuleSetId } } + /// Load Distribution Policy resource of URL path map path rule. + internal WritableSubResource LoadDistributionPolicy { get; set; } + /// Gets or sets Id. + public ResourceIdentifier LoadDistributionPolicyId + { + get => LoadDistributionPolicy is null ? default : LoadDistributionPolicy.Id; + set + { + if (LoadDistributionPolicy is null) + LoadDistributionPolicy = new WritableSubResource(); + LoadDistributionPolicy.Id = value; + } + } + /// The provisioning state of the path rule resource. public NetworkProvisioningState? ProvisioningState { get; } /// Reference to the FirewallPolicy resource. diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayProbe.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayProbe.Serialization.cs index edab5f26937c..e25d32e6487f 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayProbe.Serialization.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayProbe.Serialization.cs @@ -63,6 +63,11 @@ void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) writer.WritePropertyName("pickHostNameFromBackendHttpSettings"u8); writer.WriteBooleanValue(PickHostNameFromBackendHttpSettings.Value); } + if (Optional.IsDefined(PickHostNameFromBackendSettings)) + { + writer.WritePropertyName("pickHostNameFromBackendSettings"u8); + writer.WriteBooleanValue(PickHostNameFromBackendSettings.Value); + } if (Optional.IsDefined(MinServers)) { writer.WritePropertyName("minServers"u8); @@ -99,6 +104,7 @@ internal static ApplicationGatewayProbe DeserializeApplicationGatewayProbe(JsonE Optional timeout = default; Optional unhealthyThreshold = default; Optional pickHostNameFromBackendHttpSettings = default; + Optional pickHostNameFromBackendSettings = default; Optional minServers = default; Optional match = default; Optional provisioningState = default; @@ -201,6 +207,15 @@ internal static ApplicationGatewayProbe DeserializeApplicationGatewayProbe(JsonE pickHostNameFromBackendHttpSettings = property0.Value.GetBoolean(); continue; } + if (property0.NameEquals("pickHostNameFromBackendSettings"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + pickHostNameFromBackendSettings = property0.Value.GetBoolean(); + continue; + } if (property0.NameEquals("minServers"u8)) { if (property0.Value.ValueKind == JsonValueKind.Null) @@ -241,7 +256,7 @@ internal static ApplicationGatewayProbe DeserializeApplicationGatewayProbe(JsonE continue; } } - return new ApplicationGatewayProbe(id.Value, name.Value, Optional.ToNullable(type), Optional.ToNullable(etag), Optional.ToNullable(protocol), host.Value, path.Value, Optional.ToNullable(interval), Optional.ToNullable(timeout), Optional.ToNullable(unhealthyThreshold), Optional.ToNullable(pickHostNameFromBackendHttpSettings), Optional.ToNullable(minServers), match.Value, Optional.ToNullable(provisioningState), Optional.ToNullable(port)); + return new ApplicationGatewayProbe(id.Value, name.Value, Optional.ToNullable(type), Optional.ToNullable(etag), Optional.ToNullable(protocol), host.Value, path.Value, Optional.ToNullable(interval), Optional.ToNullable(timeout), Optional.ToNullable(unhealthyThreshold), Optional.ToNullable(pickHostNameFromBackendHttpSettings), Optional.ToNullable(pickHostNameFromBackendSettings), Optional.ToNullable(minServers), match.Value, Optional.ToNullable(provisioningState), Optional.ToNullable(port)); } } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayProbe.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayProbe.cs index ece8f11ccafc..cb6cc6737a0d 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayProbe.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayProbe.cs @@ -30,11 +30,12 @@ public ApplicationGatewayProbe() /// The probe timeout in seconds. Probe marked as failed if valid response is not received with this timeout period. Acceptable values are from 1 second to 86400 seconds. /// The probe retry count. Backend server is marked down after consecutive probe failure count reaches UnhealthyThreshold. Acceptable values are from 1 second to 20. /// Whether the host header should be picked from the backend http settings. Default value is false. + /// Whether the server name indication should be picked from the backend settings for Tls protocol. Default value is false. /// Minimum number of servers that are always marked healthy. Default value is 0. /// Criterion for classifying a healthy probe response. /// The provisioning state of the probe resource. /// Custom port which will be used for probing the backend servers. The valid value ranges from 1 to 65535. In case not set, port from http settings will be used. This property is valid for Standard_v2 and WAF_v2 only. - internal ApplicationGatewayProbe(ResourceIdentifier id, string name, ResourceType? resourceType, ETag? etag, ApplicationGatewayProtocol? protocol, string host, string path, int? intervalInSeconds, int? timeoutInSeconds, int? unhealthyThreshold, bool? pickHostNameFromBackendHttpSettings, int? minServers, ApplicationGatewayProbeHealthResponseMatch match, NetworkProvisioningState? provisioningState, int? port) : base(id, name, resourceType) + internal ApplicationGatewayProbe(ResourceIdentifier id, string name, ResourceType? resourceType, ETag? etag, ApplicationGatewayProtocol? protocol, string host, string path, int? intervalInSeconds, int? timeoutInSeconds, int? unhealthyThreshold, bool? pickHostNameFromBackendHttpSettings, bool? pickHostNameFromBackendSettings, int? minServers, ApplicationGatewayProbeHealthResponseMatch match, NetworkProvisioningState? provisioningState, int? port) : base(id, name, resourceType) { ETag = etag; Protocol = protocol; @@ -44,6 +45,7 @@ internal ApplicationGatewayProbe(ResourceIdentifier id, string name, ResourceTyp TimeoutInSeconds = timeoutInSeconds; UnhealthyThreshold = unhealthyThreshold; PickHostNameFromBackendHttpSettings = pickHostNameFromBackendHttpSettings; + PickHostNameFromBackendSettings = pickHostNameFromBackendSettings; MinServers = minServers; Match = match; ProvisioningState = provisioningState; @@ -66,6 +68,8 @@ internal ApplicationGatewayProbe(ResourceIdentifier id, string name, ResourceTyp public int? UnhealthyThreshold { get; set; } /// Whether the host header should be picked from the backend http settings. Default value is false. public bool? PickHostNameFromBackendHttpSettings { get; set; } + /// Whether the server name indication should be picked from the backend settings for Tls protocol. Default value is false. + public bool? PickHostNameFromBackendSettings { get; set; } /// Minimum number of servers that are always marked healthy. Default value is 0. public int? MinServers { get; set; } /// Criterion for classifying a healthy probe response. diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayProtocol.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayProtocol.cs index 59055948b5c7..c1c0671929d9 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayProtocol.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayProtocol.cs @@ -24,11 +24,17 @@ public ApplicationGatewayProtocol(string value) private const string HttpValue = "Http"; private const string HttpsValue = "Https"; + private const string TcpValue = "Tcp"; + private const string TlsValue = "Tls"; /// Http. public static ApplicationGatewayProtocol Http { get; } = new ApplicationGatewayProtocol(HttpValue); /// Https. public static ApplicationGatewayProtocol Https { get; } = new ApplicationGatewayProtocol(HttpsValue); + /// Tcp. + public static ApplicationGatewayProtocol Tcp { get; } = new ApplicationGatewayProtocol(TcpValue); + /// Tls. + public static ApplicationGatewayProtocol Tls { get; } = new ApplicationGatewayProtocol(TlsValue); /// Determines if two values are the same. public static bool operator ==(ApplicationGatewayProtocol left, ApplicationGatewayProtocol right) => left.Equals(right); /// Determines if two values are not the same. diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayRequestRoutingRule.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayRequestRoutingRule.Serialization.cs index 729f8ed1c152..b57c214721cf 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayRequestRoutingRule.Serialization.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayRequestRoutingRule.Serialization.cs @@ -69,6 +69,11 @@ void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) writer.WritePropertyName("redirectConfiguration"u8); JsonSerializer.Serialize(writer, RedirectConfiguration); } + if (Optional.IsDefined(LoadDistributionPolicy)) + { + writer.WritePropertyName("loadDistributionPolicy"u8); + JsonSerializer.Serialize(writer, LoadDistributionPolicy); + } writer.WriteEndObject(); writer.WriteEndObject(); } @@ -91,6 +96,7 @@ internal static ApplicationGatewayRequestRoutingRule DeserializeApplicationGatew Optional urlPathMap = default; Optional rewriteRuleSet = default; Optional redirectConfiguration = default; + Optional loadDistributionPolicy = default; Optional provisioningState = default; foreach (var property in element.EnumerateObject()) { @@ -207,6 +213,15 @@ internal static ApplicationGatewayRequestRoutingRule DeserializeApplicationGatew redirectConfiguration = JsonSerializer.Deserialize(property0.Value.GetRawText()); continue; } + if (property0.NameEquals("loadDistributionPolicy"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + loadDistributionPolicy = JsonSerializer.Deserialize(property0.Value.GetRawText()); + continue; + } if (property0.NameEquals("provisioningState"u8)) { if (property0.Value.ValueKind == JsonValueKind.Null) @@ -220,7 +235,7 @@ internal static ApplicationGatewayRequestRoutingRule DeserializeApplicationGatew continue; } } - return new ApplicationGatewayRequestRoutingRule(id.Value, name.Value, Optional.ToNullable(type), Optional.ToNullable(etag), Optional.ToNullable(ruleType), Optional.ToNullable(priority), backendAddressPool, backendHttpSettings, httpListener, urlPathMap, rewriteRuleSet, redirectConfiguration, Optional.ToNullable(provisioningState)); + return new ApplicationGatewayRequestRoutingRule(id.Value, name.Value, Optional.ToNullable(type), Optional.ToNullable(etag), Optional.ToNullable(ruleType), Optional.ToNullable(priority), backendAddressPool, backendHttpSettings, httpListener, urlPathMap, rewriteRuleSet, redirectConfiguration, loadDistributionPolicy, Optional.ToNullable(provisioningState)); } } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayRequestRoutingRule.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayRequestRoutingRule.cs index 189826363c55..4457b5744a87 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayRequestRoutingRule.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayRequestRoutingRule.cs @@ -32,8 +32,9 @@ public ApplicationGatewayRequestRoutingRule() /// URL path map resource of the application gateway. /// Rewrite Rule Set resource in Basic rule of the application gateway. /// Redirect configuration resource of the application gateway. + /// Load Distribution Policy resource of the application gateway. /// The provisioning state of the request routing rule resource. - internal ApplicationGatewayRequestRoutingRule(ResourceIdentifier id, string name, ResourceType? resourceType, ETag? etag, ApplicationGatewayRequestRoutingRuleType? ruleType, int? priority, WritableSubResource backendAddressPool, WritableSubResource backendHttpSettings, WritableSubResource httpListener, WritableSubResource urlPathMap, WritableSubResource rewriteRuleSet, WritableSubResource redirectConfiguration, NetworkProvisioningState? provisioningState) : base(id, name, resourceType) + internal ApplicationGatewayRequestRoutingRule(ResourceIdentifier id, string name, ResourceType? resourceType, ETag? etag, ApplicationGatewayRequestRoutingRuleType? ruleType, int? priority, WritableSubResource backendAddressPool, WritableSubResource backendHttpSettings, WritableSubResource httpListener, WritableSubResource urlPathMap, WritableSubResource rewriteRuleSet, WritableSubResource redirectConfiguration, WritableSubResource loadDistributionPolicy, NetworkProvisioningState? provisioningState) : base(id, name, resourceType) { ETag = etag; RuleType = ruleType; @@ -44,6 +45,7 @@ internal ApplicationGatewayRequestRoutingRule(ResourceIdentifier id, string name UrlPathMap = urlPathMap; RewriteRuleSet = rewriteRuleSet; RedirectConfiguration = redirectConfiguration; + LoadDistributionPolicy = loadDistributionPolicy; ProvisioningState = provisioningState; } @@ -137,6 +139,20 @@ public ResourceIdentifier RedirectConfigurationId } } + /// Load Distribution Policy resource of the application gateway. + internal WritableSubResource LoadDistributionPolicy { get; set; } + /// Gets or sets Id. + public ResourceIdentifier LoadDistributionPolicyId + { + get => LoadDistributionPolicy is null ? default : LoadDistributionPolicy.Id; + set + { + if (LoadDistributionPolicy is null) + LoadDistributionPolicy = new WritableSubResource(); + LoadDistributionPolicy.Id = value; + } + } + /// The provisioning state of the request routing rule resource. public NetworkProvisioningState? ProvisioningState { get; } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayRoutingRule.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayRoutingRule.Serialization.cs new file mode 100644 index 000000000000..2229a260fc06 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayRoutingRule.Serialization.cs @@ -0,0 +1,181 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Text.Json; +using Azure; +using Azure.Core; +using Azure.ResourceManager.Resources.Models; + +namespace Azure.ResourceManager.Network.Models +{ + public partial class ApplicationGatewayRoutingRule : IUtf8JsonSerializable + { + void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) + { + writer.WriteStartObject(); + if (Optional.IsDefined(Id)) + { + writer.WritePropertyName("id"u8); + writer.WriteStringValue(Id); + } + if (Optional.IsDefined(Name)) + { + writer.WritePropertyName("name"u8); + writer.WriteStringValue(Name); + } + writer.WritePropertyName("properties"u8); + writer.WriteStartObject(); + if (Optional.IsDefined(RuleType)) + { + writer.WritePropertyName("ruleType"u8); + writer.WriteStringValue(RuleType.Value.ToString()); + } + if (Optional.IsDefined(Priority)) + { + writer.WritePropertyName("priority"u8); + writer.WriteNumberValue(Priority.Value); + } + if (Optional.IsDefined(BackendAddressPool)) + { + writer.WritePropertyName("backendAddressPool"u8); + JsonSerializer.Serialize(writer, BackendAddressPool); + } + if (Optional.IsDefined(BackendSettings)) + { + writer.WritePropertyName("backendSettings"u8); + JsonSerializer.Serialize(writer, BackendSettings); + } + if (Optional.IsDefined(Listener)) + { + writer.WritePropertyName("listener"u8); + JsonSerializer.Serialize(writer, Listener); + } + writer.WriteEndObject(); + writer.WriteEndObject(); + } + + internal static ApplicationGatewayRoutingRule DeserializeApplicationGatewayRoutingRule(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + Optional etag = default; + Optional id = default; + Optional name = default; + Optional type = default; + Optional ruleType = default; + Optional priority = default; + Optional backendAddressPool = default; + Optional backendSettings = default; + Optional listener = default; + Optional provisioningState = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("etag"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + etag = new ETag(property.Value.GetString()); + continue; + } + if (property.NameEquals("id"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + id = new ResourceIdentifier(property.Value.GetString()); + continue; + } + if (property.NameEquals("name"u8)) + { + name = property.Value.GetString(); + continue; + } + if (property.NameEquals("type"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + type = new ResourceType(property.Value.GetString()); + continue; + } + if (property.NameEquals("properties"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + property.ThrowNonNullablePropertyIsNull(); + continue; + } + foreach (var property0 in property.Value.EnumerateObject()) + { + if (property0.NameEquals("ruleType"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + ruleType = new ApplicationGatewayRequestRoutingRuleType(property0.Value.GetString()); + continue; + } + if (property0.NameEquals("priority"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + priority = property0.Value.GetInt32(); + continue; + } + if (property0.NameEquals("backendAddressPool"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + backendAddressPool = JsonSerializer.Deserialize(property0.Value.GetRawText()); + continue; + } + if (property0.NameEquals("backendSettings"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + backendSettings = JsonSerializer.Deserialize(property0.Value.GetRawText()); + continue; + } + if (property0.NameEquals("listener"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + listener = JsonSerializer.Deserialize(property0.Value.GetRawText()); + continue; + } + if (property0.NameEquals("provisioningState"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + provisioningState = new NetworkProvisioningState(property0.Value.GetString()); + continue; + } + } + continue; + } + } + return new ApplicationGatewayRoutingRule(id.Value, name.Value, Optional.ToNullable(type), Optional.ToNullable(etag), Optional.ToNullable(ruleType), Optional.ToNullable(priority), backendAddressPool, backendSettings, listener, Optional.ToNullable(provisioningState)); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayRoutingRule.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayRoutingRule.cs new file mode 100644 index 000000000000..2baf68cff35f --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayRoutingRule.cs @@ -0,0 +1,95 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using Azure; +using Azure.Core; +using Azure.ResourceManager.Resources.Models; + +namespace Azure.ResourceManager.Network.Models +{ + /// Routing rule of an application gateway. + public partial class ApplicationGatewayRoutingRule : NetworkResourceData + { + /// Initializes a new instance of ApplicationGatewayRoutingRule. + public ApplicationGatewayRoutingRule() + { + } + + /// Initializes a new instance of ApplicationGatewayRoutingRule. + /// Resource ID. + /// Resource name. + /// Resource type. + /// A unique read-only string that changes whenever the resource is updated. + /// Rule type. + /// Priority of the routing rule. + /// Backend address pool resource of the application gateway. + /// Backend settings resource of the application gateway. + /// Listener resource of the application gateway. + /// The provisioning state of the request routing rule resource. + internal ApplicationGatewayRoutingRule(ResourceIdentifier id, string name, ResourceType? resourceType, ETag? etag, ApplicationGatewayRequestRoutingRuleType? ruleType, int? priority, WritableSubResource backendAddressPool, WritableSubResource backendSettings, WritableSubResource listener, NetworkProvisioningState? provisioningState) : base(id, name, resourceType) + { + ETag = etag; + RuleType = ruleType; + Priority = priority; + BackendAddressPool = backendAddressPool; + BackendSettings = backendSettings; + Listener = listener; + ProvisioningState = provisioningState; + } + + /// A unique read-only string that changes whenever the resource is updated. + public ETag? ETag { get; } + /// Rule type. + public ApplicationGatewayRequestRoutingRuleType? RuleType { get; set; } + /// Priority of the routing rule. + public int? Priority { get; set; } + /// Backend address pool resource of the application gateway. + internal WritableSubResource BackendAddressPool { get; set; } + /// Gets or sets Id. + public ResourceIdentifier BackendAddressPoolId + { + get => BackendAddressPool is null ? default : BackendAddressPool.Id; + set + { + if (BackendAddressPool is null) + BackendAddressPool = new WritableSubResource(); + BackendAddressPool.Id = value; + } + } + + /// Backend settings resource of the application gateway. + internal WritableSubResource BackendSettings { get; set; } + /// Gets or sets Id. + public ResourceIdentifier BackendSettingsId + { + get => BackendSettings is null ? default : BackendSettings.Id; + set + { + if (BackendSettings is null) + BackendSettings = new WritableSubResource(); + BackendSettings.Id = value; + } + } + + /// Listener resource of the application gateway. + internal WritableSubResource Listener { get; set; } + /// Gets or sets Id. + public ResourceIdentifier ListenerId + { + get => Listener is null ? default : Listener.Id; + set + { + if (Listener is null) + Listener = new WritableSubResource(); + Listener.Id = value; + } + } + + /// The provisioning state of the request routing rule resource. + public NetworkProvisioningState? ProvisioningState { get; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayRuleSetStatusOption.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayRuleSetStatusOption.cs new file mode 100644 index 000000000000..5e2d3db7eed0 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayRuleSetStatusOption.cs @@ -0,0 +1,57 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.ComponentModel; + +namespace Azure.ResourceManager.Network.Models +{ + /// The rule set status. + public readonly partial struct ApplicationGatewayRuleSetStatusOption : IEquatable + { + private readonly string _value; + + /// Initializes a new instance of . + /// is null. + public ApplicationGatewayRuleSetStatusOption(string value) + { + _value = value ?? throw new ArgumentNullException(nameof(value)); + } + + private const string PreviewValue = "Preview"; + private const string GAValue = "GA"; + private const string SupportedValue = "Supported"; + private const string DeprecatedValue = "Deprecated"; + + /// Preview. + public static ApplicationGatewayRuleSetStatusOption Preview { get; } = new ApplicationGatewayRuleSetStatusOption(PreviewValue); + /// GA. + public static ApplicationGatewayRuleSetStatusOption GA { get; } = new ApplicationGatewayRuleSetStatusOption(GAValue); + /// Supported. + public static ApplicationGatewayRuleSetStatusOption Supported { get; } = new ApplicationGatewayRuleSetStatusOption(SupportedValue); + /// Deprecated. + public static ApplicationGatewayRuleSetStatusOption Deprecated { get; } = new ApplicationGatewayRuleSetStatusOption(DeprecatedValue); + /// Determines if two values are the same. + public static bool operator ==(ApplicationGatewayRuleSetStatusOption left, ApplicationGatewayRuleSetStatusOption right) => left.Equals(right); + /// Determines if two values are not the same. + public static bool operator !=(ApplicationGatewayRuleSetStatusOption left, ApplicationGatewayRuleSetStatusOption right) => !left.Equals(right); + /// Converts a string to a . + public static implicit operator ApplicationGatewayRuleSetStatusOption(string value) => new ApplicationGatewayRuleSetStatusOption(value); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override bool Equals(object obj) => obj is ApplicationGatewayRuleSetStatusOption other && Equals(other); + /// + public bool Equals(ApplicationGatewayRuleSetStatusOption other) => string.Equals(_value, other._value, StringComparison.InvariantCultureIgnoreCase); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override int GetHashCode() => _value?.GetHashCode() ?? 0; + /// + public override string ToString() => _value; + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewaySslPolicyName.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewaySslPolicyName.cs index a9643fb5d413..23832b932e87 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewaySslPolicyName.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewaySslPolicyName.cs @@ -25,6 +25,8 @@ public ApplicationGatewaySslPolicyName(string value) private const string AppGwSslPolicy20150501Value = "AppGwSslPolicy20150501"; private const string AppGwSslPolicy20170401Value = "AppGwSslPolicy20170401"; private const string AppGwSslPolicy20170401SValue = "AppGwSslPolicy20170401S"; + private const string AppGwSslPolicy20220101Value = "AppGwSslPolicy20220101"; + private const string AppGwSslPolicy20220101SValue = "AppGwSslPolicy20220101S"; /// AppGwSslPolicy20150501. public static ApplicationGatewaySslPolicyName AppGwSslPolicy20150501 { get; } = new ApplicationGatewaySslPolicyName(AppGwSslPolicy20150501Value); @@ -32,6 +34,10 @@ public ApplicationGatewaySslPolicyName(string value) public static ApplicationGatewaySslPolicyName AppGwSslPolicy20170401 { get; } = new ApplicationGatewaySslPolicyName(AppGwSslPolicy20170401Value); /// AppGwSslPolicy20170401S. public static ApplicationGatewaySslPolicyName AppGwSslPolicy20170401S { get; } = new ApplicationGatewaySslPolicyName(AppGwSslPolicy20170401SValue); + /// AppGwSslPolicy20220101. + public static ApplicationGatewaySslPolicyName AppGwSslPolicy20220101 { get; } = new ApplicationGatewaySslPolicyName(AppGwSslPolicy20220101Value); + /// AppGwSslPolicy20220101S. + public static ApplicationGatewaySslPolicyName AppGwSslPolicy20220101S { get; } = new ApplicationGatewaySslPolicyName(AppGwSslPolicy20220101SValue); /// Determines if two values are the same. public static bool operator ==(ApplicationGatewaySslPolicyName left, ApplicationGatewaySslPolicyName right) => left.Equals(right); /// Determines if two values are not the same. diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewaySslPolicyType.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewaySslPolicyType.cs index bdecb0bbc480..fe5a26b7a45a 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewaySslPolicyType.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewaySslPolicyType.cs @@ -24,11 +24,14 @@ public ApplicationGatewaySslPolicyType(string value) private const string PredefinedValue = "Predefined"; private const string CustomValue = "Custom"; + private const string CustomV2Value = "CustomV2"; /// Predefined. public static ApplicationGatewaySslPolicyType Predefined { get; } = new ApplicationGatewaySslPolicyType(PredefinedValue); /// Custom. public static ApplicationGatewaySslPolicyType Custom { get; } = new ApplicationGatewaySslPolicyType(CustomValue); + /// CustomV2. + public static ApplicationGatewaySslPolicyType CustomV2 { get; } = new ApplicationGatewaySslPolicyType(CustomV2Value); /// Determines if two values are the same. public static bool operator ==(ApplicationGatewaySslPolicyType left, ApplicationGatewaySslPolicyType right) => left.Equals(right); /// Determines if two values are not the same. diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewaySslProfile.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewaySslProfile.cs index 8949602e61e4..09b842ba8419 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewaySslProfile.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewaySslProfile.cs @@ -46,19 +46,7 @@ internal ApplicationGatewaySslProfile(ResourceIdentifier id, string name, Resour /// SSL policy of the application gateway resource. public ApplicationGatewaySslPolicy SslPolicy { get; set; } /// Client authentication configuration of the application gateway resource. - internal ApplicationGatewayClientAuthConfiguration ClientAuthConfiguration { get; set; } - /// Verify client certificate issuer name on the application gateway. - public bool? VerifyClientCertIssuerDN - { - get => ClientAuthConfiguration is null ? default : ClientAuthConfiguration.VerifyClientCertIssuerDN; - set - { - if (ClientAuthConfiguration is null) - ClientAuthConfiguration = new ApplicationGatewayClientAuthConfiguration(); - ClientAuthConfiguration.VerifyClientCertIssuerDN = value; - } - } - + public ApplicationGatewayClientAuthConfiguration ClientAuthConfiguration { get; set; } /// The provisioning state of the HTTP listener resource. public NetworkProvisioningState? ProvisioningState { get; } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewaySslProtocol.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewaySslProtocol.cs index 9634e8f4d929..8563f79c10cb 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewaySslProtocol.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewaySslProtocol.cs @@ -25,6 +25,9 @@ public ApplicationGatewaySslProtocol(string value) private const string Tls1_0Value = "TLSv1_0"; private const string Tls1_1Value = "TLSv1_1"; private const string Tls1_2Value = "TLSv1_2"; + private const string TLSv13Value = "TLSv1_3"; + /// TLSv1_3. + public static ApplicationGatewaySslProtocol TLSv13 { get; } = new ApplicationGatewaySslProtocol(TLSv13Value); /// Determines if two values are the same. public static bool operator ==(ApplicationGatewaySslProtocol left, ApplicationGatewaySslProtocol right) => left.Equals(right); /// Determines if two values are not the same. diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayTierType.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayTierType.cs new file mode 100644 index 000000000000..198227033c23 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayTierType.cs @@ -0,0 +1,57 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.ComponentModel; + +namespace Azure.ResourceManager.Network.Models +{ + /// The ApplicationGatewayTierType. + public readonly partial struct ApplicationGatewayTierType : IEquatable + { + private readonly string _value; + + /// Initializes a new instance of . + /// is null. + public ApplicationGatewayTierType(string value) + { + _value = value ?? throw new ArgumentNullException(nameof(value)); + } + + private const string StandardValue = "Standard"; + private const string WafValue = "WAF"; + private const string StandardV2Value = "Standard_v2"; + private const string WafV2Value = "WAF_v2"; + + /// Standard. + public static ApplicationGatewayTierType Standard { get; } = new ApplicationGatewayTierType(StandardValue); + /// WAF. + public static ApplicationGatewayTierType Waf { get; } = new ApplicationGatewayTierType(WafValue); + /// Standard_v2. + public static ApplicationGatewayTierType StandardV2 { get; } = new ApplicationGatewayTierType(StandardV2Value); + /// WAF_v2. + public static ApplicationGatewayTierType WafV2 { get; } = new ApplicationGatewayTierType(WafV2Value); + /// Determines if two values are the same. + public static bool operator ==(ApplicationGatewayTierType left, ApplicationGatewayTierType right) => left.Equals(right); + /// Determines if two values are not the same. + public static bool operator !=(ApplicationGatewayTierType left, ApplicationGatewayTierType right) => !left.Equals(right); + /// Converts a string to a . + public static implicit operator ApplicationGatewayTierType(string value) => new ApplicationGatewayTierType(value); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override bool Equals(object obj) => obj is ApplicationGatewayTierType other && Equals(other); + /// + public bool Equals(ApplicationGatewayTierType other) => string.Equals(_value, other._value, StringComparison.InvariantCultureIgnoreCase); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override int GetHashCode() => _value?.GetHashCode() ?? 0; + /// + public override string ToString() => _value; + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayUrlPathMap.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayUrlPathMap.Serialization.cs index 86e1cf5b87c6..5c168208972d 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayUrlPathMap.Serialization.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayUrlPathMap.Serialization.cs @@ -50,6 +50,11 @@ void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) writer.WritePropertyName("defaultRedirectConfiguration"u8); JsonSerializer.Serialize(writer, DefaultRedirectConfiguration); } + if (Optional.IsDefined(DefaultLoadDistributionPolicy)) + { + writer.WritePropertyName("defaultLoadDistributionPolicy"u8); + JsonSerializer.Serialize(writer, DefaultLoadDistributionPolicy); + } if (Optional.IsCollectionDefined(PathRules)) { writer.WritePropertyName("pathRules"u8); @@ -78,6 +83,7 @@ internal static ApplicationGatewayUrlPathMap DeserializeApplicationGatewayUrlPat Optional defaultBackendHttpSettings = default; Optional defaultRewriteRuleSet = default; Optional defaultRedirectConfiguration = default; + Optional defaultLoadDistributionPolicy = default; Optional> pathRules = default; Optional provisioningState = default; foreach (var property in element.EnumerateObject()) @@ -159,6 +165,15 @@ internal static ApplicationGatewayUrlPathMap DeserializeApplicationGatewayUrlPat defaultRedirectConfiguration = JsonSerializer.Deserialize(property0.Value.GetRawText()); continue; } + if (property0.NameEquals("defaultLoadDistributionPolicy"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + defaultLoadDistributionPolicy = JsonSerializer.Deserialize(property0.Value.GetRawText()); + continue; + } if (property0.NameEquals("pathRules"u8)) { if (property0.Value.ValueKind == JsonValueKind.Null) @@ -186,7 +201,7 @@ internal static ApplicationGatewayUrlPathMap DeserializeApplicationGatewayUrlPat continue; } } - return new ApplicationGatewayUrlPathMap(id.Value, name.Value, Optional.ToNullable(type), Optional.ToNullable(etag), defaultBackendAddressPool, defaultBackendHttpSettings, defaultRewriteRuleSet, defaultRedirectConfiguration, Optional.ToList(pathRules), Optional.ToNullable(provisioningState)); + return new ApplicationGatewayUrlPathMap(id.Value, name.Value, Optional.ToNullable(type), Optional.ToNullable(etag), defaultBackendAddressPool, defaultBackendHttpSettings, defaultRewriteRuleSet, defaultRedirectConfiguration, defaultLoadDistributionPolicy, Optional.ToList(pathRules), Optional.ToNullable(provisioningState)); } } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayUrlPathMap.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayUrlPathMap.cs index f01a3887f117..e642a6af56f8 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayUrlPathMap.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayUrlPathMap.cs @@ -30,15 +30,17 @@ public ApplicationGatewayUrlPathMap() /// Default backend http settings resource of URL path map. /// Default Rewrite rule set resource of URL path map. /// Default redirect configuration resource of URL path map. + /// Default Load Distribution Policy resource of URL path map. /// Path rule of URL path map resource. /// The provisioning state of the URL path map resource. - internal ApplicationGatewayUrlPathMap(ResourceIdentifier id, string name, ResourceType? resourceType, ETag? etag, WritableSubResource defaultBackendAddressPool, WritableSubResource defaultBackendHttpSettings, WritableSubResource defaultRewriteRuleSet, WritableSubResource defaultRedirectConfiguration, IList pathRules, NetworkProvisioningState? provisioningState) : base(id, name, resourceType) + internal ApplicationGatewayUrlPathMap(ResourceIdentifier id, string name, ResourceType? resourceType, ETag? etag, WritableSubResource defaultBackendAddressPool, WritableSubResource defaultBackendHttpSettings, WritableSubResource defaultRewriteRuleSet, WritableSubResource defaultRedirectConfiguration, WritableSubResource defaultLoadDistributionPolicy, IList pathRules, NetworkProvisioningState? provisioningState) : base(id, name, resourceType) { ETag = etag; DefaultBackendAddressPool = defaultBackendAddressPool; DefaultBackendHttpSettings = defaultBackendHttpSettings; DefaultRewriteRuleSet = defaultRewriteRuleSet; DefaultRedirectConfiguration = defaultRedirectConfiguration; + DefaultLoadDistributionPolicy = defaultLoadDistributionPolicy; PathRules = pathRules; ProvisioningState = provisioningState; } @@ -101,6 +103,20 @@ public ResourceIdentifier DefaultRedirectConfigurationId } } + /// Default Load Distribution Policy resource of URL path map. + internal WritableSubResource DefaultLoadDistributionPolicy { get; set; } + /// Gets or sets Id. + public ResourceIdentifier DefaultLoadDistributionPolicyId + { + get => DefaultLoadDistributionPolicy is null ? default : DefaultLoadDistributionPolicy.Id; + set + { + if (DefaultLoadDistributionPolicy is null) + DefaultLoadDistributionPolicy = new WritableSubResource(); + DefaultLoadDistributionPolicy.Id = value; + } + } + /// Path rule of URL path map resource. public IList PathRules { get; } /// The provisioning state of the URL path map resource. diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayWafDynamicManifestData.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayWafDynamicManifestData.Serialization.cs new file mode 100644 index 000000000000..517ddeb693f0 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayWafDynamicManifestData.Serialization.cs @@ -0,0 +1,109 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using System.Text.Json; +using Azure.Core; +using Azure.ResourceManager.Models; +using Azure.ResourceManager.Network.Models; + +namespace Azure.ResourceManager.Network +{ + public partial class ApplicationGatewayWafDynamicManifestData + { + internal static ApplicationGatewayWafDynamicManifestData DeserializeApplicationGatewayWafDynamicManifestData(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + ResourceIdentifier id = default; + string name = default; + ResourceType type = default; + Optional systemData = default; + Optional> availableRuleSets = default; + Optional ruleSetType = default; + Optional ruleSetVersion = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("id"u8)) + { + id = new ResourceIdentifier(property.Value.GetString()); + continue; + } + if (property.NameEquals("name"u8)) + { + name = property.Value.GetString(); + continue; + } + if (property.NameEquals("type"u8)) + { + type = new ResourceType(property.Value.GetString()); + continue; + } + if (property.NameEquals("systemData"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + systemData = JsonSerializer.Deserialize(property.Value.GetRawText()); + continue; + } + if (property.NameEquals("properties"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + property.ThrowNonNullablePropertyIsNull(); + continue; + } + foreach (var property0 in property.Value.EnumerateObject()) + { + if (property0.NameEquals("availableRuleSets"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property0.Value.EnumerateArray()) + { + array.Add(ApplicationGatewayFirewallManifestRuleSet.DeserializeApplicationGatewayFirewallManifestRuleSet(item)); + } + availableRuleSets = array; + continue; + } + if (property0.NameEquals("defaultRuleSet"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + property0.ThrowNonNullablePropertyIsNull(); + continue; + } + foreach (var property1 in property0.Value.EnumerateObject()) + { + if (property1.NameEquals("ruleSetType"u8)) + { + ruleSetType = property1.Value.GetString(); + continue; + } + if (property1.NameEquals("ruleSetVersion"u8)) + { + ruleSetVersion = property1.Value.GetString(); + continue; + } + } + continue; + } + } + continue; + } + } + return new ApplicationGatewayWafDynamicManifestData(id, name, type, systemData.Value, Optional.ToList(availableRuleSets), ruleSetType.Value, ruleSetVersion.Value); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayWafDynamicManifestListResult.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayWafDynamicManifestListResult.Serialization.cs new file mode 100644 index 000000000000..3e95eb8daa05 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayWafDynamicManifestListResult.Serialization.cs @@ -0,0 +1,50 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using System.Text.Json; +using Azure.Core; +using Azure.ResourceManager.Network; + +namespace Azure.ResourceManager.Network.Models +{ + internal partial class ApplicationGatewayWafDynamicManifestListResult + { + internal static ApplicationGatewayWafDynamicManifestListResult DeserializeApplicationGatewayWafDynamicManifestListResult(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + Optional> value = default; + Optional nextLink = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("value"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property.Value.EnumerateArray()) + { + array.Add(ApplicationGatewayWafDynamicManifestData.DeserializeApplicationGatewayWafDynamicManifestData(item)); + } + value = array; + continue; + } + if (property.NameEquals("nextLink"u8)) + { + nextLink = property.Value.GetString(); + continue; + } + } + return new ApplicationGatewayWafDynamicManifestListResult(Optional.ToList(value), nextLink.Value); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayWafDynamicManifestListResult.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayWafDynamicManifestListResult.cs new file mode 100644 index 000000000000..80edc0cf799a --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayWafDynamicManifestListResult.cs @@ -0,0 +1,37 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using Azure.Core; +using Azure.ResourceManager.Network; + +namespace Azure.ResourceManager.Network.Models +{ + /// Response for ApplicationGatewayWafDynamicManifests API service call. + internal partial class ApplicationGatewayWafDynamicManifestListResult + { + /// Initializes a new instance of ApplicationGatewayWafDynamicManifestListResult. + internal ApplicationGatewayWafDynamicManifestListResult() + { + Value = new ChangeTrackingList(); + } + + /// Initializes a new instance of ApplicationGatewayWafDynamicManifestListResult. + /// The list of application gateway waf manifest. + /// URL to get the next set of results. + internal ApplicationGatewayWafDynamicManifestListResult(IReadOnlyList value, string nextLink) + { + Value = value; + NextLink = nextLink; + } + + /// The list of application gateway waf manifest. + public IReadOnlyList Value { get; } + /// URL to get the next set of results. + public string NextLink { get; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayWafRuleActionType.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayWafRuleActionType.cs new file mode 100644 index 000000000000..7d12a39bbde4 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayWafRuleActionType.cs @@ -0,0 +1,60 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.ComponentModel; + +namespace Azure.ResourceManager.Network.Models +{ + /// The string representation of the web application firewall rule action. + public readonly partial struct ApplicationGatewayWafRuleActionType : IEquatable + { + private readonly string _value; + + /// Initializes a new instance of . + /// is null. + public ApplicationGatewayWafRuleActionType(string value) + { + _value = value ?? throw new ArgumentNullException(nameof(value)); + } + + private const string NoneValue = "None"; + private const string AnomalyScoringValue = "AnomalyScoring"; + private const string AllowValue = "Allow"; + private const string BlockValue = "Block"; + private const string LogValue = "Log"; + + /// None. + public static ApplicationGatewayWafRuleActionType None { get; } = new ApplicationGatewayWafRuleActionType(NoneValue); + /// AnomalyScoring. + public static ApplicationGatewayWafRuleActionType AnomalyScoring { get; } = new ApplicationGatewayWafRuleActionType(AnomalyScoringValue); + /// Allow. + public static ApplicationGatewayWafRuleActionType Allow { get; } = new ApplicationGatewayWafRuleActionType(AllowValue); + /// Block. + public static ApplicationGatewayWafRuleActionType Block { get; } = new ApplicationGatewayWafRuleActionType(BlockValue); + /// Log. + public static ApplicationGatewayWafRuleActionType Log { get; } = new ApplicationGatewayWafRuleActionType(LogValue); + /// Determines if two values are the same. + public static bool operator ==(ApplicationGatewayWafRuleActionType left, ApplicationGatewayWafRuleActionType right) => left.Equals(right); + /// Determines if two values are not the same. + public static bool operator !=(ApplicationGatewayWafRuleActionType left, ApplicationGatewayWafRuleActionType right) => !left.Equals(right); + /// Converts a string to a . + public static implicit operator ApplicationGatewayWafRuleActionType(string value) => new ApplicationGatewayWafRuleActionType(value); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override bool Equals(object obj) => obj is ApplicationGatewayWafRuleActionType other && Equals(other); + /// + public bool Equals(ApplicationGatewayWafRuleActionType other) => string.Equals(_value, other._value, StringComparison.InvariantCultureIgnoreCase); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override int GetHashCode() => _value?.GetHashCode() ?? 0; + /// + public override string ToString() => _value; + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayWafRuleStateType.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayWafRuleStateType.cs new file mode 100644 index 000000000000..cdd1cdb9cc75 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ApplicationGatewayWafRuleStateType.cs @@ -0,0 +1,51 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.ComponentModel; + +namespace Azure.ResourceManager.Network.Models +{ + /// The string representation of the web application firewall rule state. + public readonly partial struct ApplicationGatewayWafRuleStateType : IEquatable + { + private readonly string _value; + + /// Initializes a new instance of . + /// is null. + public ApplicationGatewayWafRuleStateType(string value) + { + _value = value ?? throw new ArgumentNullException(nameof(value)); + } + + private const string EnabledValue = "Enabled"; + private const string DisabledValue = "Disabled"; + + /// Enabled. + public static ApplicationGatewayWafRuleStateType Enabled { get; } = new ApplicationGatewayWafRuleStateType(EnabledValue); + /// Disabled. + public static ApplicationGatewayWafRuleStateType Disabled { get; } = new ApplicationGatewayWafRuleStateType(DisabledValue); + /// Determines if two values are the same. + public static bool operator ==(ApplicationGatewayWafRuleStateType left, ApplicationGatewayWafRuleStateType right) => left.Equals(right); + /// Determines if two values are not the same. + public static bool operator !=(ApplicationGatewayWafRuleStateType left, ApplicationGatewayWafRuleStateType right) => !left.Equals(right); + /// Converts a string to a . + public static implicit operator ApplicationGatewayWafRuleStateType(string value) => new ApplicationGatewayWafRuleStateType(value); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override bool Equals(object obj) => obj is ApplicationGatewayWafRuleStateType other && Equals(other); + /// + public bool Equals(ApplicationGatewayWafRuleStateType other) => string.Equals(_value, other._value, StringComparison.InvariantCultureIgnoreCase); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override int GetHashCode() => _value?.GetHashCode() ?? 0; + /// + public override string ToString() => _value; + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/AutoLearnPrivateRangesMode.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/AutoLearnPrivateRangesMode.cs new file mode 100644 index 000000000000..6150f32f9833 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/AutoLearnPrivateRangesMode.cs @@ -0,0 +1,51 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.ComponentModel; + +namespace Azure.ResourceManager.Network.Models +{ + /// The operation mode for automatically learning private ranges to not be SNAT. + public readonly partial struct AutoLearnPrivateRangesMode : IEquatable + { + private readonly string _value; + + /// Initializes a new instance of . + /// is null. + public AutoLearnPrivateRangesMode(string value) + { + _value = value ?? throw new ArgumentNullException(nameof(value)); + } + + private const string EnabledValue = "Enabled"; + private const string DisabledValue = "Disabled"; + + /// Enabled. + public static AutoLearnPrivateRangesMode Enabled { get; } = new AutoLearnPrivateRangesMode(EnabledValue); + /// Disabled. + public static AutoLearnPrivateRangesMode Disabled { get; } = new AutoLearnPrivateRangesMode(DisabledValue); + /// Determines if two values are the same. + public static bool operator ==(AutoLearnPrivateRangesMode left, AutoLearnPrivateRangesMode right) => left.Equals(right); + /// Determines if two values are not the same. + public static bool operator !=(AutoLearnPrivateRangesMode left, AutoLearnPrivateRangesMode right) => !left.Equals(right); + /// Converts a string to a . + public static implicit operator AutoLearnPrivateRangesMode(string value) => new AutoLearnPrivateRangesMode(value); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override bool Equals(object obj) => obj is AutoLearnPrivateRangesMode other && Equals(other); + /// + public bool Equals(AutoLearnPrivateRangesMode other) => string.Equals(_value, other._value, StringComparison.InvariantCultureIgnoreCase); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override int GetHashCode() => _value?.GetHashCode() ?? 0; + /// + public override string ToString() => _value; + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/AzureFirewallSkuTier.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/AzureFirewallSkuTier.cs index 8899e31ac600..5e9f61de63a9 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/AzureFirewallSkuTier.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/AzureFirewallSkuTier.cs @@ -24,11 +24,14 @@ public AzureFirewallSkuTier(string value) private const string StandardValue = "Standard"; private const string PremiumValue = "Premium"; + private const string BasicValue = "Basic"; /// Standard. public static AzureFirewallSkuTier Standard { get; } = new AzureFirewallSkuTier(StandardValue); /// Premium. public static AzureFirewallSkuTier Premium { get; } = new AzureFirewallSkuTier(PremiumValue); + /// Basic. + public static AzureFirewallSkuTier Basic { get; } = new AzureFirewallSkuTier(BasicValue); /// Determines if two values are the same. public static bool operator ==(AzureFirewallSkuTier left, AzureFirewallSkuTier right) => left.Equals(right); /// Determines if two values are not the same. diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/BackendAddressInboundNatRulePortMappings.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/BackendAddressInboundNatRulePortMappings.Serialization.cs new file mode 100644 index 000000000000..e65061f62f3a --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/BackendAddressInboundNatRulePortMappings.Serialization.cs @@ -0,0 +1,43 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + public partial class BackendAddressInboundNatRulePortMappings + { + internal static BackendAddressInboundNatRulePortMappings DeserializeBackendAddressInboundNatRulePortMappings(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + Optional> inboundNatRulePortMappings = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("inboundNatRulePortMappings"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property.Value.EnumerateArray()) + { + array.Add(InboundNatRulePortMapping.DeserializeInboundNatRulePortMapping(item)); + } + inboundNatRulePortMappings = array; + continue; + } + } + return new BackendAddressInboundNatRulePortMappings(Optional.ToList(inboundNatRulePortMappings)); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/BackendAddressInboundNatRulePortMappings.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/BackendAddressInboundNatRulePortMappings.cs new file mode 100644 index 000000000000..36a00914b1f3 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/BackendAddressInboundNatRulePortMappings.cs @@ -0,0 +1,32 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + /// The response for a QueryInboundNatRulePortMapping API. + public partial class BackendAddressInboundNatRulePortMappings + { + /// Initializes a new instance of BackendAddressInboundNatRulePortMappings. + internal BackendAddressInboundNatRulePortMappings() + { + InboundNatRulePortMappings = new ChangeTrackingList(); + } + + /// Initializes a new instance of BackendAddressInboundNatRulePortMappings. + /// Collection of inbound NAT rule port mappings. + internal BackendAddressInboundNatRulePortMappings(IReadOnlyList inboundNatRulePortMappings) + { + InboundNatRulePortMappings = inboundNatRulePortMappings; + } + + /// Collection of inbound NAT rule port mappings. + public IReadOnlyList InboundNatRulePortMappings { get; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/BackendAddressPoolData.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/BackendAddressPoolData.Serialization.cs index 8ed46f486333..309820d05410 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/BackendAddressPoolData.Serialization.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/BackendAddressPoolData.Serialization.cs @@ -56,6 +56,16 @@ void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) } writer.WriteEndArray(); } + if (Optional.IsDefined(DrainPeriodInSeconds)) + { + writer.WritePropertyName("drainPeriodInSeconds"u8); + writer.WriteNumberValue(DrainPeriodInSeconds.Value); + } + if (Optional.IsDefined(VirtualNetwork)) + { + writer.WritePropertyName("virtualNetwork"u8); + JsonSerializer.Serialize(writer, VirtualNetwork); + } writer.WriteEndObject(); writer.WriteEndObject(); } @@ -77,7 +87,10 @@ internal static BackendAddressPoolData DeserializeBackendAddressPoolData(JsonEle Optional> loadBalancingRules = default; Optional outboundRule = default; Optional> outboundRules = default; + Optional> inboundNatRules = default; Optional provisioningState = default; + Optional drainPeriodInSeconds = default; + Optional virtualNetwork = default; foreach (var property in element.EnumerateObject()) { if (property.NameEquals("etag"u8)) @@ -209,6 +222,20 @@ internal static BackendAddressPoolData DeserializeBackendAddressPoolData(JsonEle outboundRules = array; continue; } + if (property0.NameEquals("inboundNatRules"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property0.Value.EnumerateArray()) + { + array.Add(JsonSerializer.Deserialize(item.GetRawText())); + } + inboundNatRules = array; + continue; + } if (property0.NameEquals("provisioningState"u8)) { if (property0.Value.ValueKind == JsonValueKind.Null) @@ -218,11 +245,29 @@ internal static BackendAddressPoolData DeserializeBackendAddressPoolData(JsonEle provisioningState = new NetworkProvisioningState(property0.Value.GetString()); continue; } + if (property0.NameEquals("drainPeriodInSeconds"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + drainPeriodInSeconds = property0.Value.GetInt32(); + continue; + } + if (property0.NameEquals("virtualNetwork"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + virtualNetwork = JsonSerializer.Deserialize(property0.Value.GetRawText()); + continue; + } } continue; } } - return new BackendAddressPoolData(id.Value, name.Value, Optional.ToNullable(type), Optional.ToNullable(etag), Optional.ToNullable(location), Optional.ToList(tunnelInterfaces), Optional.ToList(loadBalancerBackendAddresses), Optional.ToList(backendIPConfigurations), Optional.ToList(loadBalancingRules), outboundRule, Optional.ToList(outboundRules), Optional.ToNullable(provisioningState)); + return new BackendAddressPoolData(id.Value, name.Value, Optional.ToNullable(type), Optional.ToNullable(etag), Optional.ToNullable(location), Optional.ToList(tunnelInterfaces), Optional.ToList(loadBalancerBackendAddresses), Optional.ToList(backendIPConfigurations), Optional.ToList(loadBalancingRules), outboundRule, Optional.ToList(outboundRules), Optional.ToList(inboundNatRules), Optional.ToNullable(provisioningState), Optional.ToNullable(drainPeriodInSeconds), virtualNetwork); } } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/BaseAdminRuleData.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/BaseAdminRuleData.Serialization.cs new file mode 100644 index 000000000000..ca826ae773ad --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/BaseAdminRuleData.Serialization.cs @@ -0,0 +1,90 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Text.Json; +using Azure; +using Azure.Core; +using Azure.ResourceManager.Models; +using Azure.ResourceManager.Network.Models; + +namespace Azure.ResourceManager.Network +{ + public partial class BaseAdminRuleData : IUtf8JsonSerializable + { + void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) + { + writer.WriteStartObject(); + writer.WritePropertyName("kind"u8); + writer.WriteStringValue(Kind.ToString()); + writer.WriteEndObject(); + } + + internal static BaseAdminRuleData DeserializeBaseAdminRuleData(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + if (element.TryGetProperty("kind", out JsonElement discriminator)) + { + switch (discriminator.GetString()) + { + case "Custom": return NetworkAdminRule.DeserializeNetworkAdminRule(element); + case "Default": return NetworkDefaultAdminRule.DeserializeNetworkDefaultAdminRule(element); + } + } + AdminRuleKind kind = default; + Optional etag = default; + ResourceIdentifier id = default; + string name = default; + ResourceType type = default; + Optional systemData = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("kind"u8)) + { + kind = new AdminRuleKind(property.Value.GetString()); + continue; + } + if (property.NameEquals("etag"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + etag = new ETag(property.Value.GetString()); + continue; + } + if (property.NameEquals("id"u8)) + { + id = new ResourceIdentifier(property.Value.GetString()); + continue; + } + if (property.NameEquals("name"u8)) + { + name = property.Value.GetString(); + continue; + } + if (property.NameEquals("type"u8)) + { + type = new ResourceType(property.Value.GetString()); + continue; + } + if (property.NameEquals("systemData"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + systemData = JsonSerializer.Deserialize(property.Value.GetRawText()); + continue; + } + } + return new BaseAdminRuleData(id, name, type, systemData.Value, kind, Optional.ToNullable(etag)); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/BastionHostData.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/BastionHostData.Serialization.cs index 2c25149dfead..91f383e276e3 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/BastionHostData.Serialization.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/BastionHostData.Serialization.cs @@ -61,6 +61,36 @@ void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) writer.WritePropertyName("dnsName"u8); writer.WriteStringValue(DnsName); } + if (Optional.IsDefined(ScaleUnits)) + { + writer.WritePropertyName("scaleUnits"u8); + writer.WriteNumberValue(ScaleUnits.Value); + } + if (Optional.IsDefined(DisableCopyPaste)) + { + writer.WritePropertyName("disableCopyPaste"u8); + writer.WriteBooleanValue(DisableCopyPaste.Value); + } + if (Optional.IsDefined(EnableFileCopy)) + { + writer.WritePropertyName("enableFileCopy"u8); + writer.WriteBooleanValue(EnableFileCopy.Value); + } + if (Optional.IsDefined(EnableIPConnect)) + { + writer.WritePropertyName("enableIpConnect"u8); + writer.WriteBooleanValue(EnableIPConnect.Value); + } + if (Optional.IsDefined(EnableShareableLink)) + { + writer.WritePropertyName("enableShareableLink"u8); + writer.WriteBooleanValue(EnableShareableLink.Value); + } + if (Optional.IsDefined(EnableTunneling)) + { + writer.WritePropertyName("enableTunneling"u8); + writer.WriteBooleanValue(EnableTunneling.Value); + } writer.WriteEndObject(); writer.WriteEndObject(); } @@ -81,6 +111,12 @@ internal static BastionHostData DeserializeBastionHostData(JsonElement element) Optional> ipConfigurations = default; Optional dnsName = default; Optional provisioningState = default; + Optional scaleUnits = default; + Optional disableCopyPaste = default; + Optional enableFileCopy = default; + Optional enableIPConnect = default; + Optional enableShareableLink = default; + Optional enableTunneling = default; foreach (var property in element.EnumerateObject()) { if (property.NameEquals("etag"u8)) @@ -184,11 +220,65 @@ internal static BastionHostData DeserializeBastionHostData(JsonElement element) provisioningState = new NetworkProvisioningState(property0.Value.GetString()); continue; } + if (property0.NameEquals("scaleUnits"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + scaleUnits = property0.Value.GetInt32(); + continue; + } + if (property0.NameEquals("disableCopyPaste"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + disableCopyPaste = property0.Value.GetBoolean(); + continue; + } + if (property0.NameEquals("enableFileCopy"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + enableFileCopy = property0.Value.GetBoolean(); + continue; + } + if (property0.NameEquals("enableIpConnect"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + enableIPConnect = property0.Value.GetBoolean(); + continue; + } + if (property0.NameEquals("enableShareableLink"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + enableShareableLink = property0.Value.GetBoolean(); + continue; + } + if (property0.NameEquals("enableTunneling"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + enableTunneling = property0.Value.GetBoolean(); + continue; + } } continue; } } - return new BastionHostData(id.Value, name.Value, Optional.ToNullable(type), Optional.ToNullable(location), Optional.ToDictionary(tags), Optional.ToNullable(etag), sku.Value, Optional.ToList(ipConfigurations), dnsName.Value, Optional.ToNullable(provisioningState)); + return new BastionHostData(id.Value, name.Value, Optional.ToNullable(type), Optional.ToNullable(location), Optional.ToDictionary(tags), Optional.ToNullable(etag), sku.Value, Optional.ToList(ipConfigurations), dnsName.Value, Optional.ToNullable(provisioningState), Optional.ToNullable(scaleUnits), Optional.ToNullable(disableCopyPaste), Optional.ToNullable(enableFileCopy), Optional.ToNullable(enableIPConnect), Optional.ToNullable(enableShareableLink), Optional.ToNullable(enableTunneling)); } } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/BgpConnectionData.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/BgpConnectionData.Serialization.cs index 0a4434358c08..4c661dc114c0 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/BgpConnectionData.Serialization.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/BgpConnectionData.Serialization.cs @@ -9,6 +9,7 @@ using Azure; using Azure.Core; using Azure.ResourceManager.Network.Models; +using Azure.ResourceManager.Resources.Models; namespace Azure.ResourceManager.Network { @@ -39,6 +40,11 @@ void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) writer.WritePropertyName("peerIp"u8); writer.WriteStringValue(PeerIP); } + if (Optional.IsDefined(HubVirtualNetworkConnection)) + { + writer.WritePropertyName("hubVirtualNetworkConnection"u8); + JsonSerializer.Serialize(writer, HubVirtualNetworkConnection); + } writer.WriteEndObject(); writer.WriteEndObject(); } @@ -55,6 +61,7 @@ internal static BgpConnectionData DeserializeBgpConnectionData(JsonElement eleme Optional type = default; Optional peerAsn = default; Optional peerIP = default; + Optional hubVirtualNetworkConnection = default; Optional provisioningState = default; Optional connectionState = default; foreach (var property in element.EnumerateObject()) @@ -114,6 +121,15 @@ internal static BgpConnectionData DeserializeBgpConnectionData(JsonElement eleme peerIP = property0.Value.GetString(); continue; } + if (property0.NameEquals("hubVirtualNetworkConnection"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + hubVirtualNetworkConnection = JsonSerializer.Deserialize(property0.Value.GetRawText()); + continue; + } if (property0.NameEquals("provisioningState"u8)) { if (property0.Value.ValueKind == JsonValueKind.Null) @@ -136,7 +152,7 @@ internal static BgpConnectionData DeserializeBgpConnectionData(JsonElement eleme continue; } } - return new BgpConnectionData(id.Value, name.Value, Optional.ToNullable(type), Optional.ToNullable(etag), Optional.ToNullable(peerAsn), peerIP.Value, Optional.ToNullable(provisioningState), Optional.ToNullable(connectionState)); + return new BgpConnectionData(id.Value, name.Value, Optional.ToNullable(type), Optional.ToNullable(etag), Optional.ToNullable(peerAsn), peerIP.Value, hubVirtualNetworkConnection, Optional.ToNullable(provisioningState), Optional.ToNullable(connectionState)); } } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/CidrAdvertisingGeoCode.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/CidrAdvertisingGeoCode.cs new file mode 100644 index 000000000000..57201c783de5 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/CidrAdvertisingGeoCode.cs @@ -0,0 +1,72 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.ComponentModel; + +namespace Azure.ResourceManager.Network.Models +{ + /// The Geo for CIDR advertising. Should be an Geo code. + public readonly partial struct CidrAdvertisingGeoCode : IEquatable + { + private readonly string _value; + + /// Initializes a new instance of . + /// is null. + public CidrAdvertisingGeoCode(string value) + { + _value = value ?? throw new ArgumentNullException(nameof(value)); + } + + private const string GlobalValue = "GLOBAL"; + private const string AfriValue = "AFRI"; + private const string ApacValue = "APAC"; + private const string EuroValue = "EURO"; + private const string LatamValue = "LATAM"; + private const string NamValue = "NAM"; + private const string MEValue = "ME"; + private const string OceaniaValue = "OCEANIA"; + private const string AQValue = "AQ"; + + /// GLOBAL. + public static CidrAdvertisingGeoCode Global { get; } = new CidrAdvertisingGeoCode(GlobalValue); + /// AFRI. + public static CidrAdvertisingGeoCode Afri { get; } = new CidrAdvertisingGeoCode(AfriValue); + /// APAC. + public static CidrAdvertisingGeoCode Apac { get; } = new CidrAdvertisingGeoCode(ApacValue); + /// EURO. + public static CidrAdvertisingGeoCode Euro { get; } = new CidrAdvertisingGeoCode(EuroValue); + /// LATAM. + public static CidrAdvertisingGeoCode Latam { get; } = new CidrAdvertisingGeoCode(LatamValue); + /// NAM. + public static CidrAdvertisingGeoCode Nam { get; } = new CidrAdvertisingGeoCode(NamValue); + /// ME. + public static CidrAdvertisingGeoCode ME { get; } = new CidrAdvertisingGeoCode(MEValue); + /// OCEANIA. + public static CidrAdvertisingGeoCode Oceania { get; } = new CidrAdvertisingGeoCode(OceaniaValue); + /// AQ. + public static CidrAdvertisingGeoCode AQ { get; } = new CidrAdvertisingGeoCode(AQValue); + /// Determines if two values are the same. + public static bool operator ==(CidrAdvertisingGeoCode left, CidrAdvertisingGeoCode right) => left.Equals(right); + /// Determines if two values are not the same. + public static bool operator !=(CidrAdvertisingGeoCode left, CidrAdvertisingGeoCode right) => !left.Equals(right); + /// Converts a string to a . + public static implicit operator CidrAdvertisingGeoCode(string value) => new CidrAdvertisingGeoCode(value); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override bool Equals(object obj) => obj is CidrAdvertisingGeoCode other && Equals(other); + /// + public bool Equals(CidrAdvertisingGeoCode other) => string.Equals(_value, other._value, StringComparison.InvariantCultureIgnoreCase); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override int GetHashCode() => _value?.GetHashCode() ?? 0; + /// + public override string ToString() => _value; + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/CloudServiceSwapData.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/CloudServiceSwapData.Serialization.cs new file mode 100644 index 000000000000..1b3b4a4ee09f --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/CloudServiceSwapData.Serialization.cs @@ -0,0 +1,78 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Text.Json; +using Azure.Core; +using Azure.ResourceManager.Models; +using Azure.ResourceManager.Network.Models; + +namespace Azure.ResourceManager.Network +{ + public partial class CloudServiceSwapData : IUtf8JsonSerializable + { + void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) + { + writer.WriteStartObject(); + if (Optional.IsDefined(Properties)) + { + writer.WritePropertyName("properties"u8); + writer.WriteObjectValue(Properties); + } + writer.WriteEndObject(); + } + + internal static CloudServiceSwapData DeserializeCloudServiceSwapData(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + Optional properties = default; + ResourceIdentifier id = default; + string name = default; + ResourceType type = default; + Optional systemData = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("properties"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + properties = CloudServiceSwapProperties.DeserializeCloudServiceSwapProperties(property.Value); + continue; + } + if (property.NameEquals("id"u8)) + { + id = new ResourceIdentifier(property.Value.GetString()); + continue; + } + if (property.NameEquals("name"u8)) + { + name = property.Value.GetString(); + continue; + } + if (property.NameEquals("type"u8)) + { + type = new ResourceType(property.Value.GetString()); + continue; + } + if (property.NameEquals("systemData"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + systemData = JsonSerializer.Deserialize(property.Value.GetRawText()); + continue; + } + } + return new CloudServiceSwapData(id, name, type, systemData.Value, properties.Value); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/CloudServiceSwapListResult.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/CloudServiceSwapListResult.Serialization.cs new file mode 100644 index 000000000000..78cb95691066 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/CloudServiceSwapListResult.Serialization.cs @@ -0,0 +1,44 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using System.Text.Json; +using Azure.Core; +using Azure.ResourceManager.Network; + +namespace Azure.ResourceManager.Network.Models +{ + internal partial class CloudServiceSwapListResult + { + internal static CloudServiceSwapListResult DeserializeCloudServiceSwapListResult(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + Optional> value = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("value"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property.Value.EnumerateArray()) + { + array.Add(CloudServiceSwapData.DeserializeCloudServiceSwapData(item)); + } + value = array; + continue; + } + } + return new CloudServiceSwapListResult(Optional.ToList(value)); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/CloudServiceSwapListResult.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/CloudServiceSwapListResult.cs new file mode 100644 index 000000000000..4d3501310ce5 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/CloudServiceSwapListResult.cs @@ -0,0 +1,33 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using Azure.Core; +using Azure.ResourceManager.Network; + +namespace Azure.ResourceManager.Network.Models +{ + /// SwapResource List with single entry to represent slot type on the specified cloud service. + internal partial class CloudServiceSwapListResult + { + /// Initializes a new instance of CloudServiceSwapListResult. + internal CloudServiceSwapListResult() + { + Value = new ChangeTrackingList(); + } + + /// Initializes a new instance of CloudServiceSwapListResult. + /// + internal CloudServiceSwapListResult(IReadOnlyList value) + { + Value = value; + } + + /// Gets the value. + public IReadOnlyList Value { get; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/CloudServiceSwapProperties.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/CloudServiceSwapProperties.Serialization.cs new file mode 100644 index 000000000000..8bd2cc0453c2 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/CloudServiceSwapProperties.Serialization.cs @@ -0,0 +1,48 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + internal partial class CloudServiceSwapProperties : IUtf8JsonSerializable + { + void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) + { + writer.WriteStartObject(); + if (Optional.IsDefined(SlotType)) + { + writer.WritePropertyName("slotType"u8); + writer.WriteStringValue(SlotType.Value.ToSerialString()); + } + writer.WriteEndObject(); + } + + internal static CloudServiceSwapProperties DeserializeCloudServiceSwapProperties(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + Optional slotType = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("slotType"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + slotType = property.Value.GetString().ToSwapSlotType(); + continue; + } + } + return new CloudServiceSwapProperties(Optional.ToNullable(slotType)); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/CloudServiceSwapProperties.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/CloudServiceSwapProperties.cs new file mode 100644 index 000000000000..6c9d37a92ece --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/CloudServiceSwapProperties.cs @@ -0,0 +1,28 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +namespace Azure.ResourceManager.Network.Models +{ + /// Swap resource properties. + internal partial class CloudServiceSwapProperties + { + /// Initializes a new instance of CloudServiceSwapProperties. + public CloudServiceSwapProperties() + { + } + + /// Initializes a new instance of CloudServiceSwapProperties. + /// Specifies slot info on a cloud service. + internal CloudServiceSwapProperties(SwapSlotType? slotType) + { + SlotType = slotType; + } + + /// Specifies slot info on a cloud service. + public SwapSlotType? SlotType { get; set; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/CommissionedState.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/CommissionedState.cs index 6bd644e75236..f07450926f08 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/CommissionedState.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/CommissionedState.cs @@ -25,9 +25,11 @@ public CommissionedState(string value) private const string ProvisioningValue = "Provisioning"; private const string ProvisionedValue = "Provisioned"; private const string CommissioningValue = "Commissioning"; + private const string CommissionedNoInternetAdvertiseValue = "CommissionedNoInternetAdvertise"; private const string CommissionedValue = "Commissioned"; private const string DecommissioningValue = "Decommissioning"; private const string DeprovisioningValue = "Deprovisioning"; + private const string DeprovisionedValue = "Deprovisioned"; /// Provisioning. public static CommissionedState Provisioning { get; } = new CommissionedState(ProvisioningValue); @@ -35,12 +37,16 @@ public CommissionedState(string value) public static CommissionedState Provisioned { get; } = new CommissionedState(ProvisionedValue); /// Commissioning. public static CommissionedState Commissioning { get; } = new CommissionedState(CommissioningValue); + /// CommissionedNoInternetAdvertise. + public static CommissionedState CommissionedNoInternetAdvertise { get; } = new CommissionedState(CommissionedNoInternetAdvertiseValue); /// Commissioned. public static CommissionedState Commissioned { get; } = new CommissionedState(CommissionedValue); /// Decommissioning. public static CommissionedState Decommissioning { get; } = new CommissionedState(DecommissioningValue); /// Deprovisioning. public static CommissionedState Deprovisioning { get; } = new CommissionedState(DeprovisioningValue); + /// Deprovisioned. + public static CommissionedState Deprovisioned { get; } = new CommissionedState(DeprovisionedValue); /// Determines if two values are the same. public static bool operator ==(CommissionedState left, CommissionedState right) => left.Equals(right); /// Determines if two values are not the same. diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ConnectionMonitorEndpointType.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ConnectionMonitorEndpointType.cs index 1be26bd825ec..9a179429158e 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ConnectionMonitorEndpointType.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ConnectionMonitorEndpointType.cs @@ -28,6 +28,8 @@ public ConnectionMonitorEndpointType(string value) private const string ExternalAddressValue = "ExternalAddress"; private const string MMAWorkspaceMachineValue = "MMAWorkspaceMachine"; private const string MMAWorkspaceNetworkValue = "MMAWorkspaceNetwork"; + private const string AzureArcVmValue = "AzureArcVM"; + private const string AzureVmssValue = "AzureVMSS"; /// AzureVM. public static ConnectionMonitorEndpointType AzureVm { get; } = new ConnectionMonitorEndpointType(AzureVmValue); @@ -41,6 +43,10 @@ public ConnectionMonitorEndpointType(string value) public static ConnectionMonitorEndpointType MMAWorkspaceMachine { get; } = new ConnectionMonitorEndpointType(MMAWorkspaceMachineValue); /// MMAWorkspaceNetwork. public static ConnectionMonitorEndpointType MMAWorkspaceNetwork { get; } = new ConnectionMonitorEndpointType(MMAWorkspaceNetworkValue); + /// AzureArcVM. + public static ConnectionMonitorEndpointType AzureArcVm { get; } = new ConnectionMonitorEndpointType(AzureArcVmValue); + /// AzureVMSS. + public static ConnectionMonitorEndpointType AzureVmss { get; } = new ConnectionMonitorEndpointType(AzureVmssValue); /// Determines if two values are the same. public static bool operator ==(ConnectionMonitorEndpointType left, ConnectionMonitorEndpointType right) => left.Equals(right); /// Determines if two values are not the same. diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ConnectivityConfigurationData.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ConnectivityConfigurationData.Serialization.cs new file mode 100644 index 000000000000..1ea132f4e6ea --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ConnectivityConfigurationData.Serialization.cs @@ -0,0 +1,206 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using System.Text.Json; +using Azure; +using Azure.Core; +using Azure.ResourceManager.Models; +using Azure.ResourceManager.Network.Models; + +namespace Azure.ResourceManager.Network +{ + public partial class ConnectivityConfigurationData : IUtf8JsonSerializable + { + void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) + { + writer.WriteStartObject(); + writer.WritePropertyName("properties"u8); + writer.WriteStartObject(); + if (Optional.IsDefined(Description)) + { + writer.WritePropertyName("description"u8); + writer.WriteStringValue(Description); + } + if (Optional.IsDefined(ConnectivityTopology)) + { + writer.WritePropertyName("connectivityTopology"u8); + writer.WriteStringValue(ConnectivityTopology.Value.ToString()); + } + if (Optional.IsCollectionDefined(Hubs)) + { + writer.WritePropertyName("hubs"u8); + writer.WriteStartArray(); + foreach (var item in Hubs) + { + writer.WriteObjectValue(item); + } + writer.WriteEndArray(); + } + if (Optional.IsDefined(IsGlobal)) + { + writer.WritePropertyName("isGlobal"u8); + writer.WriteStringValue(IsGlobal.Value.ToString()); + } + if (Optional.IsCollectionDefined(AppliesToGroups)) + { + writer.WritePropertyName("appliesToGroups"u8); + writer.WriteStartArray(); + foreach (var item in AppliesToGroups) + { + writer.WriteObjectValue(item); + } + writer.WriteEndArray(); + } + if (Optional.IsDefined(DeleteExistingPeering)) + { + writer.WritePropertyName("deleteExistingPeering"u8); + writer.WriteStringValue(DeleteExistingPeering.Value.ToString()); + } + writer.WriteEndObject(); + writer.WriteEndObject(); + } + + internal static ConnectivityConfigurationData DeserializeConnectivityConfigurationData(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + Optional etag = default; + ResourceIdentifier id = default; + string name = default; + ResourceType type = default; + Optional systemData = default; + Optional description = default; + Optional connectivityTopology = default; + Optional> hubs = default; + Optional isGlobal = default; + Optional> appliesToGroups = default; + Optional provisioningState = default; + Optional deleteExistingPeering = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("etag"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + etag = new ETag(property.Value.GetString()); + continue; + } + if (property.NameEquals("id"u8)) + { + id = new ResourceIdentifier(property.Value.GetString()); + continue; + } + if (property.NameEquals("name"u8)) + { + name = property.Value.GetString(); + continue; + } + if (property.NameEquals("type"u8)) + { + type = new ResourceType(property.Value.GetString()); + continue; + } + if (property.NameEquals("systemData"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + systemData = JsonSerializer.Deserialize(property.Value.GetRawText()); + continue; + } + if (property.NameEquals("properties"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + property.ThrowNonNullablePropertyIsNull(); + continue; + } + foreach (var property0 in property.Value.EnumerateObject()) + { + if (property0.NameEquals("description"u8)) + { + description = property0.Value.GetString(); + continue; + } + if (property0.NameEquals("connectivityTopology"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + connectivityTopology = new ConnectivityTopology(property0.Value.GetString()); + continue; + } + if (property0.NameEquals("hubs"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property0.Value.EnumerateArray()) + { + array.Add(ConnectivityHub.DeserializeConnectivityHub(item)); + } + hubs = array; + continue; + } + if (property0.NameEquals("isGlobal"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + isGlobal = new GlobalMeshSupportFlag(property0.Value.GetString()); + continue; + } + if (property0.NameEquals("appliesToGroups"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property0.Value.EnumerateArray()) + { + array.Add(ConnectivityGroupItem.DeserializeConnectivityGroupItem(item)); + } + appliesToGroups = array; + continue; + } + if (property0.NameEquals("provisioningState"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + provisioningState = new NetworkProvisioningState(property0.Value.GetString()); + continue; + } + if (property0.NameEquals("deleteExistingPeering"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + deleteExistingPeering = new DeleteExistingPeering(property0.Value.GetString()); + continue; + } + } + continue; + } + } + return new ConnectivityConfigurationData(id, name, type, systemData.Value, description.Value, Optional.ToNullable(connectivityTopology), Optional.ToList(hubs), Optional.ToNullable(isGlobal), Optional.ToList(appliesToGroups), Optional.ToNullable(provisioningState), Optional.ToNullable(deleteExistingPeering), Optional.ToNullable(etag)); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ConnectivityConfigurationListResult.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ConnectivityConfigurationListResult.Serialization.cs new file mode 100644 index 000000000000..b5aaf0a76bcf --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ConnectivityConfigurationListResult.Serialization.cs @@ -0,0 +1,50 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using System.Text.Json; +using Azure.Core; +using Azure.ResourceManager.Network; + +namespace Azure.ResourceManager.Network.Models +{ + internal partial class ConnectivityConfigurationListResult + { + internal static ConnectivityConfigurationListResult DeserializeConnectivityConfigurationListResult(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + Optional> value = default; + Optional nextLink = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("value"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property.Value.EnumerateArray()) + { + array.Add(ConnectivityConfigurationData.DeserializeConnectivityConfigurationData(item)); + } + value = array; + continue; + } + if (property.NameEquals("nextLink"u8)) + { + nextLink = property.Value.GetString(); + continue; + } + } + return new ConnectivityConfigurationListResult(Optional.ToList(value), nextLink.Value); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ConnectivityConfigurationListResult.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ConnectivityConfigurationListResult.cs new file mode 100644 index 000000000000..c816e41c0aa4 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ConnectivityConfigurationListResult.cs @@ -0,0 +1,37 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using Azure.Core; +using Azure.ResourceManager.Network; + +namespace Azure.ResourceManager.Network.Models +{ + /// Result of the request to list network manager connectivity configurations. It contains a list of configurations and a link to get the next set of results. + internal partial class ConnectivityConfigurationListResult + { + /// Initializes a new instance of ConnectivityConfigurationListResult. + internal ConnectivityConfigurationListResult() + { + Value = new ChangeTrackingList(); + } + + /// Initializes a new instance of ConnectivityConfigurationListResult. + /// Gets a page of Connectivity Configurations. + /// Gets the URL to get the next page of results. + internal ConnectivityConfigurationListResult(IReadOnlyList value, string nextLink) + { + Value = value; + NextLink = nextLink; + } + + /// Gets a page of Connectivity Configurations. + public IReadOnlyList Value { get; } + /// Gets the URL to get the next page of results. + public string NextLink { get; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ConnectivityGroupItem.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ConnectivityGroupItem.Serialization.cs new file mode 100644 index 000000000000..ee7913a98f50 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ConnectivityGroupItem.Serialization.cs @@ -0,0 +1,79 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + public partial class ConnectivityGroupItem : IUtf8JsonSerializable + { + void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) + { + writer.WriteStartObject(); + writer.WritePropertyName("networkGroupId"u8); + writer.WriteStringValue(NetworkGroupId); + if (Optional.IsDefined(UseHubGateway)) + { + writer.WritePropertyName("useHubGateway"u8); + writer.WriteStringValue(UseHubGateway.Value.ToString()); + } + if (Optional.IsDefined(IsGlobal)) + { + writer.WritePropertyName("isGlobal"u8); + writer.WriteStringValue(IsGlobal.Value.ToString()); + } + writer.WritePropertyName("groupConnectivity"u8); + writer.WriteStringValue(GroupConnectivity.ToString()); + writer.WriteEndObject(); + } + + internal static ConnectivityGroupItem DeserializeConnectivityGroupItem(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + string networkGroupId = default; + Optional useHubGateway = default; + Optional isGlobal = default; + GroupConnectivity groupConnectivity = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("networkGroupId"u8)) + { + networkGroupId = property.Value.GetString(); + continue; + } + if (property.NameEquals("useHubGateway"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + useHubGateway = new HubGatewayUsageFlag(property.Value.GetString()); + continue; + } + if (property.NameEquals("isGlobal"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + isGlobal = new GlobalMeshSupportFlag(property.Value.GetString()); + continue; + } + if (property.NameEquals("groupConnectivity"u8)) + { + groupConnectivity = new GroupConnectivity(property.Value.GetString()); + continue; + } + } + return new ConnectivityGroupItem(networkGroupId, Optional.ToNullable(useHubGateway), Optional.ToNullable(isGlobal), groupConnectivity); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ConnectivityGroupItem.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ConnectivityGroupItem.cs new file mode 100644 index 000000000000..b6917c197399 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ConnectivityGroupItem.cs @@ -0,0 +1,50 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + /// Connectivity group item. + public partial class ConnectivityGroupItem + { + /// Initializes a new instance of ConnectivityGroupItem. + /// Network group Id. + /// Group connectivity type. + /// is null. + public ConnectivityGroupItem(string networkGroupId, GroupConnectivity groupConnectivity) + { + Argument.AssertNotNull(networkGroupId, nameof(networkGroupId)); + + NetworkGroupId = networkGroupId; + GroupConnectivity = groupConnectivity; + } + + /// Initializes a new instance of ConnectivityGroupItem. + /// Network group Id. + /// Flag if need to use hub gateway. + /// Flag if global is supported. + /// Group connectivity type. + internal ConnectivityGroupItem(string networkGroupId, HubGatewayUsageFlag? useHubGateway, GlobalMeshSupportFlag? isGlobal, GroupConnectivity groupConnectivity) + { + NetworkGroupId = networkGroupId; + UseHubGateway = useHubGateway; + IsGlobal = isGlobal; + GroupConnectivity = groupConnectivity; + } + + /// Network group Id. + public string NetworkGroupId { get; set; } + /// Flag if need to use hub gateway. + public HubGatewayUsageFlag? UseHubGateway { get; set; } + /// Flag if global is supported. + public GlobalMeshSupportFlag? IsGlobal { get; set; } + /// Group connectivity type. + public GroupConnectivity GroupConnectivity { get; set; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ConnectivityHub.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ConnectivityHub.Serialization.cs new file mode 100644 index 000000000000..0ccc712c0318 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ConnectivityHub.Serialization.cs @@ -0,0 +1,63 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + public partial class ConnectivityHub : IUtf8JsonSerializable + { + void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) + { + writer.WriteStartObject(); + if (Optional.IsDefined(ResourceId)) + { + writer.WritePropertyName("resourceId"u8); + writer.WriteStringValue(ResourceId); + } + if (Optional.IsDefined(ResourceType)) + { + writer.WritePropertyName("resourceType"u8); + writer.WriteStringValue(ResourceType.Value); + } + writer.WriteEndObject(); + } + + internal static ConnectivityHub DeserializeConnectivityHub(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + Optional resourceId = default; + Optional resourceType = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("resourceId"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + resourceId = new ResourceIdentifier(property.Value.GetString()); + continue; + } + if (property.NameEquals("resourceType"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + resourceType = new ResourceType(property.Value.GetString()); + continue; + } + } + return new ConnectivityHub(resourceId.Value, Optional.ToNullable(resourceType)); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ConnectivityHub.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ConnectivityHub.cs new file mode 100644 index 000000000000..78dfbf56b448 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ConnectivityHub.cs @@ -0,0 +1,34 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + /// Hub Item. + public partial class ConnectivityHub + { + /// Initializes a new instance of ConnectivityHub. + public ConnectivityHub() + { + } + + /// Initializes a new instance of ConnectivityHub. + /// Resource Id. + /// Resource Type. + internal ConnectivityHub(ResourceIdentifier resourceId, ResourceType? resourceType) + { + ResourceId = resourceId; + ResourceType = resourceType; + } + + /// Resource Id. + public ResourceIdentifier ResourceId { get; set; } + /// Resource Type. + public ResourceType? ResourceType { get; set; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ConnectivityTopology.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ConnectivityTopology.cs new file mode 100644 index 000000000000..47e1181bad52 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ConnectivityTopology.cs @@ -0,0 +1,51 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.ComponentModel; + +namespace Azure.ResourceManager.Network.Models +{ + /// Connectivity topology type. + public readonly partial struct ConnectivityTopology : IEquatable + { + private readonly string _value; + + /// Initializes a new instance of . + /// is null. + public ConnectivityTopology(string value) + { + _value = value ?? throw new ArgumentNullException(nameof(value)); + } + + private const string HubAndSpokeValue = "HubAndSpoke"; + private const string MeshValue = "Mesh"; + + /// HubAndSpoke. + public static ConnectivityTopology HubAndSpoke { get; } = new ConnectivityTopology(HubAndSpokeValue); + /// Mesh. + public static ConnectivityTopology Mesh { get; } = new ConnectivityTopology(MeshValue); + /// Determines if two values are the same. + public static bool operator ==(ConnectivityTopology left, ConnectivityTopology right) => left.Equals(right); + /// Determines if two values are not the same. + public static bool operator !=(ConnectivityTopology left, ConnectivityTopology right) => !left.Equals(right); + /// Converts a string to a . + public static implicit operator ConnectivityTopology(string value) => new ConnectivityTopology(value); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override bool Equals(object obj) => obj is ConnectivityTopology other && Equals(other); + /// + public bool Equals(ConnectivityTopology other) => string.Equals(_value, other._value, StringComparison.InvariantCultureIgnoreCase); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override int GetHashCode() => _value?.GetHashCode() ?? 0; + /// + public override string ToString() => _value; + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/CrossTenantScopes.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/CrossTenantScopes.Serialization.cs new file mode 100644 index 000000000000..49390a1c8956 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/CrossTenantScopes.Serialization.cs @@ -0,0 +1,69 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Collections.Generic; +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + public partial class CrossTenantScopes + { + internal static CrossTenantScopes DeserializeCrossTenantScopes(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + Optional tenantId = default; + Optional> managementGroups = default; + Optional> subscriptions = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("tenantId"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + tenantId = property.Value.GetGuid(); + continue; + } + if (property.NameEquals("managementGroups"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property.Value.EnumerateArray()) + { + array.Add(item.GetString()); + } + managementGroups = array; + continue; + } + if (property.NameEquals("subscriptions"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property.Value.EnumerateArray()) + { + array.Add(item.GetString()); + } + subscriptions = array; + continue; + } + } + return new CrossTenantScopes(Optional.ToNullable(tenantId), Optional.ToList(managementGroups), Optional.ToList(subscriptions)); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/CrossTenantScopes.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/CrossTenantScopes.cs new file mode 100644 index 000000000000..002055fbcf24 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/CrossTenantScopes.cs @@ -0,0 +1,42 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Collections.Generic; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + /// Cross tenant scopes. + public partial class CrossTenantScopes + { + /// Initializes a new instance of CrossTenantScopes. + internal CrossTenantScopes() + { + ManagementGroups = new ChangeTrackingList(); + Subscriptions = new ChangeTrackingList(); + } + + /// Initializes a new instance of CrossTenantScopes. + /// Tenant ID. + /// List of management groups. + /// List of subscriptions. + internal CrossTenantScopes(Guid? tenantId, IReadOnlyList managementGroups, IReadOnlyList subscriptions) + { + TenantId = tenantId; + ManagementGroups = managementGroups; + Subscriptions = subscriptions; + } + + /// Tenant ID. + public Guid? TenantId { get; } + /// List of management groups. + public IReadOnlyList ManagementGroups { get; } + /// List of subscriptions. + public IReadOnlyList Subscriptions { get; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/CustomIPPrefixData.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/CustomIPPrefixData.Serialization.cs index 899c4494fced..4a20491595df 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/CustomIPPrefixData.Serialization.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/CustomIPPrefixData.Serialization.cs @@ -58,6 +58,11 @@ void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) } writer.WritePropertyName("properties"u8); writer.WriteStartObject(); + if (Optional.IsDefined(Asn)) + { + writer.WritePropertyName("asn"u8); + writer.WriteStringValue(Asn); + } if (Optional.IsDefined(Cidr)) { writer.WritePropertyName("cidr"u8); @@ -73,16 +78,36 @@ void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) writer.WritePropertyName("authorizationMessage"u8); writer.WriteStringValue(AuthorizationMessage); } - if (Optional.IsDefined(CustomIPPrefixParent)) + if (Optional.IsDefined(ParentCustomIPPrefix)) { writer.WritePropertyName("customIpPrefixParent"u8); - writer.WriteObjectValue(CustomIPPrefixParent); + JsonSerializer.Serialize(writer, ParentCustomIPPrefix); } if (Optional.IsDefined(CommissionedState)) { writer.WritePropertyName("commissionedState"u8); writer.WriteStringValue(CommissionedState.Value.ToString()); } + if (Optional.IsDefined(ExpressRouteAdvertise)) + { + writer.WritePropertyName("expressRouteAdvertise"u8); + writer.WriteBooleanValue(ExpressRouteAdvertise.Value); + } + if (Optional.IsDefined(Geo)) + { + writer.WritePropertyName("geo"u8); + writer.WriteStringValue(Geo.Value.ToString()); + } + if (Optional.IsDefined(NoInternetAdvertise)) + { + writer.WritePropertyName("noInternetAdvertise"u8); + writer.WriteBooleanValue(NoInternetAdvertise.Value); + } + if (Optional.IsDefined(PrefixType)) + { + writer.WritePropertyName("prefixType"u8); + writer.WriteStringValue(PrefixType.Value.ToString()); + } writer.WriteEndObject(); writer.WriteEndObject(); } @@ -101,12 +126,17 @@ internal static CustomIPPrefixData DeserializeCustomIPPrefixData(JsonElement ele Optional type = default; Optional location = default; Optional> tags = default; + Optional asn = default; Optional cidr = default; Optional signedMessage = default; Optional authorizationMessage = default; - Optional customIPPrefixParent = default; - Optional> childCustomIPPrefixes = default; + Optional customIPPrefixParent = default; + Optional> childCustomIPPrefixes = default; Optional commissionedState = default; + Optional expressRouteAdvertise = default; + Optional geo = default; + Optional noInternetAdvertise = default; + Optional prefixType = default; Optional> publicIPPrefixes = default; Optional resourceGuid = default; Optional failedReason = default; @@ -200,6 +230,11 @@ internal static CustomIPPrefixData DeserializeCustomIPPrefixData(JsonElement ele } foreach (var property0 in property.Value.EnumerateObject()) { + if (property0.NameEquals("asn"u8)) + { + asn = property0.Value.GetString(); + continue; + } if (property0.NameEquals("cidr"u8)) { cidr = property0.Value.GetString(); @@ -221,7 +256,7 @@ internal static CustomIPPrefixData DeserializeCustomIPPrefixData(JsonElement ele { continue; } - customIPPrefixParent = DeserializeCustomIPPrefixData(property0.Value); + customIPPrefixParent = JsonSerializer.Deserialize(property0.Value.GetRawText()); continue; } if (property0.NameEquals("childCustomIpPrefixes"u8)) @@ -230,10 +265,10 @@ internal static CustomIPPrefixData DeserializeCustomIPPrefixData(JsonElement ele { continue; } - List array = new List(); + List array = new List(); foreach (var item in property0.Value.EnumerateArray()) { - array.Add(DeserializeCustomIPPrefixData(item)); + array.Add(JsonSerializer.Deserialize(item.GetRawText())); } childCustomIPPrefixes = array; continue; @@ -247,6 +282,42 @@ internal static CustomIPPrefixData DeserializeCustomIPPrefixData(JsonElement ele commissionedState = new CommissionedState(property0.Value.GetString()); continue; } + if (property0.NameEquals("expressRouteAdvertise"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + expressRouteAdvertise = property0.Value.GetBoolean(); + continue; + } + if (property0.NameEquals("geo"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + geo = new CidrAdvertisingGeoCode(property0.Value.GetString()); + continue; + } + if (property0.NameEquals("noInternetAdvertise"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + noInternetAdvertise = property0.Value.GetBoolean(); + continue; + } + if (property0.NameEquals("prefixType"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + prefixType = new CustomIPPrefixType(property0.Value.GetString()); + continue; + } if (property0.NameEquals("publicIpPrefixes"u8)) { if (property0.Value.ValueKind == JsonValueKind.Null) @@ -288,7 +359,7 @@ internal static CustomIPPrefixData DeserializeCustomIPPrefixData(JsonElement ele continue; } } - return new CustomIPPrefixData(id.Value, name.Value, Optional.ToNullable(type), Optional.ToNullable(location), Optional.ToDictionary(tags), extendedLocation, Optional.ToNullable(etag), Optional.ToList(zones), cidr.Value, signedMessage.Value, authorizationMessage.Value, customIPPrefixParent.Value, Optional.ToList(childCustomIPPrefixes), Optional.ToNullable(commissionedState), Optional.ToList(publicIPPrefixes), Optional.ToNullable(resourceGuid), failedReason.Value, Optional.ToNullable(provisioningState)); + return new CustomIPPrefixData(id.Value, name.Value, Optional.ToNullable(type), Optional.ToNullable(location), Optional.ToDictionary(tags), extendedLocation, Optional.ToNullable(etag), Optional.ToList(zones), asn.Value, cidr.Value, signedMessage.Value, authorizationMessage.Value, customIPPrefixParent, Optional.ToList(childCustomIPPrefixes), Optional.ToNullable(commissionedState), Optional.ToNullable(expressRouteAdvertise), Optional.ToNullable(geo), Optional.ToNullable(noInternetAdvertise), Optional.ToNullable(prefixType), Optional.ToList(publicIPPrefixes), Optional.ToNullable(resourceGuid), failedReason.Value, Optional.ToNullable(provisioningState)); } } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/CustomIPPrefixType.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/CustomIPPrefixType.cs new file mode 100644 index 000000000000..4ff7b8542c2a --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/CustomIPPrefixType.cs @@ -0,0 +1,54 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.ComponentModel; + +namespace Azure.ResourceManager.Network.Models +{ + /// Type of custom IP prefix. Should be Singular, Parent, or Child. + public readonly partial struct CustomIPPrefixType : IEquatable + { + private readonly string _value; + + /// Initializes a new instance of . + /// is null. + public CustomIPPrefixType(string value) + { + _value = value ?? throw new ArgumentNullException(nameof(value)); + } + + private const string SingularValue = "Singular"; + private const string ParentValue = "Parent"; + private const string ChildValue = "Child"; + + /// Singular. + public static CustomIPPrefixType Singular { get; } = new CustomIPPrefixType(SingularValue); + /// Parent. + public static CustomIPPrefixType Parent { get; } = new CustomIPPrefixType(ParentValue); + /// Child. + public static CustomIPPrefixType Child { get; } = new CustomIPPrefixType(ChildValue); + /// Determines if two values are the same. + public static bool operator ==(CustomIPPrefixType left, CustomIPPrefixType right) => left.Equals(right); + /// Determines if two values are not the same. + public static bool operator !=(CustomIPPrefixType left, CustomIPPrefixType right) => !left.Equals(right); + /// Converts a string to a . + public static implicit operator CustomIPPrefixType(string value) => new CustomIPPrefixType(value); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override bool Equals(object obj) => obj is CustomIPPrefixType other && Equals(other); + /// + public bool Equals(CustomIPPrefixType other) => string.Equals(_value, other._value, StringComparison.InvariantCultureIgnoreCase); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override int GetHashCode() => _value?.GetHashCode() ?? 0; + /// + public override string ToString() => _value; + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/DdosCustomPolicyData.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/DdosCustomPolicyData.Serialization.cs index bafbd56dd263..b9d49a2156bc 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/DdosCustomPolicyData.Serialization.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/DdosCustomPolicyData.Serialization.cs @@ -11,7 +11,6 @@ using Azure; using Azure.Core; using Azure.ResourceManager.Network.Models; -using Azure.ResourceManager.Resources.Models; namespace Azure.ResourceManager.Network { @@ -43,16 +42,6 @@ void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) } writer.WritePropertyName("properties"u8); writer.WriteStartObject(); - if (Optional.IsCollectionDefined(ProtocolCustomSettings)) - { - writer.WritePropertyName("protocolCustomSettings"u8); - writer.WriteStartArray(); - foreach (var item in ProtocolCustomSettings) - { - writer.WriteObjectValue(item); - } - writer.WriteEndArray(); - } writer.WriteEndObject(); writer.WriteEndObject(); } @@ -71,8 +60,6 @@ internal static DdosCustomPolicyData DeserializeDdosCustomPolicyData(JsonElement Optional> tags = default; Optional resourceGuid = default; Optional provisioningState = default; - Optional> publicIPAddresses = default; - Optional> protocolCustomSettings = default; foreach (var property in element.EnumerateObject()) { if (property.NameEquals("etag"u8)) @@ -157,39 +144,11 @@ internal static DdosCustomPolicyData DeserializeDdosCustomPolicyData(JsonElement provisioningState = new NetworkProvisioningState(property0.Value.GetString()); continue; } - if (property0.NameEquals("publicIPAddresses"u8)) - { - if (property0.Value.ValueKind == JsonValueKind.Null) - { - continue; - } - List array = new List(); - foreach (var item in property0.Value.EnumerateArray()) - { - array.Add(JsonSerializer.Deserialize(item.GetRawText())); - } - publicIPAddresses = array; - continue; - } - if (property0.NameEquals("protocolCustomSettings"u8)) - { - if (property0.Value.ValueKind == JsonValueKind.Null) - { - continue; - } - List array = new List(); - foreach (var item in property0.Value.EnumerateArray()) - { - array.Add(Models.ProtocolCustomSettings.DeserializeProtocolCustomSettings(item)); - } - protocolCustomSettings = array; - continue; - } } continue; } } - return new DdosCustomPolicyData(id.Value, name.Value, Optional.ToNullable(type), Optional.ToNullable(location), Optional.ToDictionary(tags), Optional.ToNullable(etag), Optional.ToNullable(resourceGuid), Optional.ToNullable(provisioningState), Optional.ToList(publicIPAddresses), Optional.ToList(protocolCustomSettings)); + return new DdosCustomPolicyData(id.Value, name.Value, Optional.ToNullable(type), Optional.ToNullable(location), Optional.ToDictionary(tags), Optional.ToNullable(etag), Optional.ToNullable(resourceGuid), Optional.ToNullable(provisioningState)); } } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/DdosProtectionPlanData.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/DdosProtectionPlanData.Serialization.cs index fd098e21cd86..0c7efdf4181b 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/DdosProtectionPlanData.Serialization.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/DdosProtectionPlanData.Serialization.cs @@ -55,6 +55,7 @@ internal static DdosProtectionPlanData DeserializeDdosProtectionPlanData(JsonEle Optional systemData = default; Optional resourceGuid = default; Optional provisioningState = default; + Optional> publicIPAddresses = default; Optional> virtualNetworks = default; foreach (var property in element.EnumerateObject()) { @@ -137,6 +138,20 @@ internal static DdosProtectionPlanData DeserializeDdosProtectionPlanData(JsonEle provisioningState = new NetworkProvisioningState(property0.Value.GetString()); continue; } + if (property0.NameEquals("publicIPAddresses"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property0.Value.EnumerateArray()) + { + array.Add(JsonSerializer.Deserialize(item.GetRawText())); + } + publicIPAddresses = array; + continue; + } if (property0.NameEquals("virtualNetworks"u8)) { if (property0.Value.ValueKind == JsonValueKind.Null) @@ -155,7 +170,7 @@ internal static DdosProtectionPlanData DeserializeDdosProtectionPlanData(JsonEle continue; } } - return new DdosProtectionPlanData(id, name, type, systemData.Value, Optional.ToDictionary(tags), location, Optional.ToNullable(etag), Optional.ToNullable(resourceGuid), Optional.ToNullable(provisioningState), Optional.ToList(virtualNetworks)); + return new DdosProtectionPlanData(id, name, type, systemData.Value, Optional.ToDictionary(tags), location, Optional.ToNullable(etag), Optional.ToNullable(resourceGuid), Optional.ToNullable(provisioningState), Optional.ToList(publicIPAddresses), Optional.ToList(virtualNetworks)); } } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/DdosSettings.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/DdosSettings.Serialization.cs index 272d8a35f032..e752513c7939 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/DdosSettings.Serialization.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/DdosSettings.Serialization.cs @@ -16,20 +16,15 @@ public partial class DdosSettings : IUtf8JsonSerializable void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) { writer.WriteStartObject(); - if (Optional.IsDefined(DdosCustomPolicy)) + if (Optional.IsDefined(ProtectionMode)) { - writer.WritePropertyName("ddosCustomPolicy"u8); - JsonSerializer.Serialize(writer, DdosCustomPolicy); + writer.WritePropertyName("protectionMode"u8); + writer.WriteStringValue(ProtectionMode.Value.ToString()); } - if (Optional.IsDefined(ProtectionCoverage)) + if (Optional.IsDefined(DdosProtectionPlan)) { - writer.WritePropertyName("protectionCoverage"u8); - writer.WriteStringValue(ProtectionCoverage.Value.ToString()); - } - if (Optional.IsDefined(ProtectedIP)) - { - writer.WritePropertyName("protectedIP"u8); - writer.WriteBooleanValue(ProtectedIP.Value); + writer.WritePropertyName("ddosProtectionPlan"u8); + JsonSerializer.Serialize(writer, DdosProtectionPlan); } writer.WriteEndObject(); } @@ -40,40 +35,30 @@ internal static DdosSettings DeserializeDdosSettings(JsonElement element) { return null; } - Optional ddosCustomPolicy = default; - Optional protectionCoverage = default; - Optional protectedIP = default; + Optional protectionMode = default; + Optional ddosProtectionPlan = default; foreach (var property in element.EnumerateObject()) { - if (property.NameEquals("ddosCustomPolicy"u8)) - { - if (property.Value.ValueKind == JsonValueKind.Null) - { - continue; - } - ddosCustomPolicy = JsonSerializer.Deserialize(property.Value.GetRawText()); - continue; - } - if (property.NameEquals("protectionCoverage"u8)) + if (property.NameEquals("protectionMode"u8)) { if (property.Value.ValueKind == JsonValueKind.Null) { continue; } - protectionCoverage = new DdosSettingsProtectionCoverage(property.Value.GetString()); + protectionMode = new DdosSettingsProtectionMode(property.Value.GetString()); continue; } - if (property.NameEquals("protectedIP"u8)) + if (property.NameEquals("ddosProtectionPlan"u8)) { if (property.Value.ValueKind == JsonValueKind.Null) { continue; } - protectedIP = property.Value.GetBoolean(); + ddosProtectionPlan = JsonSerializer.Deserialize(property.Value.GetRawText()); continue; } } - return new DdosSettings(ddosCustomPolicy, Optional.ToNullable(protectionCoverage), Optional.ToNullable(protectedIP)); + return new DdosSettings(Optional.ToNullable(protectionMode), ddosProtectionPlan); } } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/DdosSettings.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/DdosSettings.cs index 67a2f4ebd999..1b8aafb119f3 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/DdosSettings.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/DdosSettings.cs @@ -19,33 +19,28 @@ public DdosSettings() } /// Initializes a new instance of DdosSettings. - /// The DDoS custom policy associated with the public IP. - /// The DDoS protection policy customizability of the public IP. Only standard coverage will have the ability to be customized. - /// Enables DDoS protection on the public IP. - internal DdosSettings(WritableSubResource ddosCustomPolicy, DdosSettingsProtectionCoverage? protectionCoverage, bool? protectedIP) + /// The DDoS protection mode of the public IP. + /// The DDoS protection plan associated with the public IP. Can only be set if ProtectionMode is Enabled. + internal DdosSettings(DdosSettingsProtectionMode? protectionMode, WritableSubResource ddosProtectionPlan) { - DdosCustomPolicy = ddosCustomPolicy; - ProtectionCoverage = protectionCoverage; - ProtectedIP = protectedIP; + ProtectionMode = protectionMode; + DdosProtectionPlan = ddosProtectionPlan; } - /// The DDoS custom policy associated with the public IP. - internal WritableSubResource DdosCustomPolicy { get; set; } + /// The DDoS protection mode of the public IP. + public DdosSettingsProtectionMode? ProtectionMode { get; set; } + /// The DDoS protection plan associated with the public IP. Can only be set if ProtectionMode is Enabled. + internal WritableSubResource DdosProtectionPlan { get; set; } /// Gets or sets Id. - public ResourceIdentifier DdosCustomPolicyId + public ResourceIdentifier DdosProtectionPlanId { - get => DdosCustomPolicy is null ? default : DdosCustomPolicy.Id; + get => DdosProtectionPlan is null ? default : DdosProtectionPlan.Id; set { - if (DdosCustomPolicy is null) - DdosCustomPolicy = new WritableSubResource(); - DdosCustomPolicy.Id = value; + if (DdosProtectionPlan is null) + DdosProtectionPlan = new WritableSubResource(); + DdosProtectionPlan.Id = value; } } - - /// The DDoS protection policy customizability of the public IP. Only standard coverage will have the ability to be customized. - public DdosSettingsProtectionCoverage? ProtectionCoverage { get; set; } - /// Enables DDoS protection on the public IP. - public bool? ProtectedIP { get; set; } } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/DdosSettingsProtectionMode.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/DdosSettingsProtectionMode.cs new file mode 100644 index 000000000000..bb2fdfc537b7 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/DdosSettingsProtectionMode.cs @@ -0,0 +1,54 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.ComponentModel; + +namespace Azure.ResourceManager.Network.Models +{ + /// The DDoS protection mode of the public IP. + public readonly partial struct DdosSettingsProtectionMode : IEquatable + { + private readonly string _value; + + /// Initializes a new instance of . + /// is null. + public DdosSettingsProtectionMode(string value) + { + _value = value ?? throw new ArgumentNullException(nameof(value)); + } + + private const string VirtualNetworkInheritedValue = "VirtualNetworkInherited"; + private const string EnabledValue = "Enabled"; + private const string DisabledValue = "Disabled"; + + /// VirtualNetworkInherited. + public static DdosSettingsProtectionMode VirtualNetworkInherited { get; } = new DdosSettingsProtectionMode(VirtualNetworkInheritedValue); + /// Enabled. + public static DdosSettingsProtectionMode Enabled { get; } = new DdosSettingsProtectionMode(EnabledValue); + /// Disabled. + public static DdosSettingsProtectionMode Disabled { get; } = new DdosSettingsProtectionMode(DisabledValue); + /// Determines if two values are the same. + public static bool operator ==(DdosSettingsProtectionMode left, DdosSettingsProtectionMode right) => left.Equals(right); + /// Determines if two values are not the same. + public static bool operator !=(DdosSettingsProtectionMode left, DdosSettingsProtectionMode right) => !left.Equals(right); + /// Converts a string to a . + public static implicit operator DdosSettingsProtectionMode(string value) => new DdosSettingsProtectionMode(value); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override bool Equals(object obj) => obj is DdosSettingsProtectionMode other && Equals(other); + /// + public bool Equals(DdosSettingsProtectionMode other) => string.Equals(_value, other._value, StringComparison.InvariantCultureIgnoreCase); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override int GetHashCode() => _value?.GetHashCode() ?? 0; + /// + public override string ToString() => _value; + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/DeleteExistingPeering.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/DeleteExistingPeering.cs new file mode 100644 index 000000000000..c498dd75e94d --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/DeleteExistingPeering.cs @@ -0,0 +1,51 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.ComponentModel; + +namespace Azure.ResourceManager.Network.Models +{ + /// Flag if need to remove current existing peerings. + public readonly partial struct DeleteExistingPeering : IEquatable + { + private readonly string _value; + + /// Initializes a new instance of . + /// is null. + public DeleteExistingPeering(string value) + { + _value = value ?? throw new ArgumentNullException(nameof(value)); + } + + private const string FalseValue = "False"; + private const string TrueValue = "True"; + + /// False. + public static DeleteExistingPeering False { get; } = new DeleteExistingPeering(FalseValue); + /// True. + public static DeleteExistingPeering True { get; } = new DeleteExistingPeering(TrueValue); + /// Determines if two values are the same. + public static bool operator ==(DeleteExistingPeering left, DeleteExistingPeering right) => left.Equals(right); + /// Determines if two values are not the same. + public static bool operator !=(DeleteExistingPeering left, DeleteExistingPeering right) => !left.Equals(right); + /// Converts a string to a . + public static implicit operator DeleteExistingPeering(string value) => new DeleteExistingPeering(value); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override bool Equals(object obj) => obj is DeleteExistingPeering other && Equals(other); + /// + public bool Equals(DeleteExistingPeering other) => string.Equals(_value, other._value, StringComparison.InvariantCultureIgnoreCase); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override int GetHashCode() => _value?.GetHashCode() ?? 0; + /// + public override string ToString() => _value; + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/DscpConfigurationData.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/DscpConfigurationData.Serialization.cs index 60514af3f78c..3b54d01f4e8c 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/DscpConfigurationData.Serialization.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/DscpConfigurationData.Serialization.cs @@ -97,6 +97,16 @@ void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) writer.WritePropertyName("protocol"u8); writer.WriteStringValue(Protocol.Value.ToString()); } + if (Optional.IsCollectionDefined(QosDefinitionCollection)) + { + writer.WritePropertyName("qosDefinitionCollection"u8); + writer.WriteStartArray(); + foreach (var item in QosDefinitionCollection) + { + writer.WriteObjectValue(item); + } + writer.WriteEndArray(); + } writer.WriteEndObject(); writer.WriteEndObject(); } @@ -119,6 +129,7 @@ internal static DscpConfigurationData DeserializeDscpConfigurationData(JsonEleme Optional> sourcePortRanges = default; Optional> destinationPortRanges = default; Optional protocol = default; + Optional> qosDefinitionCollection = default; Optional qosCollectionId = default; Optional> associatedNetworkInterfaces = default; Optional resourceGuid = default; @@ -268,6 +279,20 @@ internal static DscpConfigurationData DeserializeDscpConfigurationData(JsonEleme protocol = new ProtocolType(property0.Value.GetString()); continue; } + if (property0.NameEquals("qosDefinitionCollection"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property0.Value.EnumerateArray()) + { + array.Add(DscpQosDefinition.DeserializeDscpQosDefinition(item)); + } + qosDefinitionCollection = array; + continue; + } if (property0.NameEquals("qosCollectionId"u8)) { qosCollectionId = property0.Value.GetString(); @@ -309,7 +334,7 @@ internal static DscpConfigurationData DeserializeDscpConfigurationData(JsonEleme continue; } } - return new DscpConfigurationData(id.Value, name.Value, Optional.ToNullable(type), Optional.ToNullable(location), Optional.ToDictionary(tags), Optional.ToNullable(etag), Optional.ToList(markings), Optional.ToList(sourceIPRanges), Optional.ToList(destinationIPRanges), Optional.ToList(sourcePortRanges), Optional.ToList(destinationPortRanges), Optional.ToNullable(protocol), qosCollectionId.Value, Optional.ToList(associatedNetworkInterfaces), Optional.ToNullable(resourceGuid), Optional.ToNullable(provisioningState)); + return new DscpConfigurationData(id.Value, name.Value, Optional.ToNullable(type), Optional.ToNullable(location), Optional.ToDictionary(tags), Optional.ToNullable(etag), Optional.ToList(markings), Optional.ToList(sourceIPRanges), Optional.ToList(destinationIPRanges), Optional.ToList(sourcePortRanges), Optional.ToList(destinationPortRanges), Optional.ToNullable(protocol), Optional.ToList(qosDefinitionCollection), qosCollectionId.Value, Optional.ToList(associatedNetworkInterfaces), Optional.ToNullable(resourceGuid), Optional.ToNullable(provisioningState)); } } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/DscpQosDefinition.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/DscpQosDefinition.Serialization.cs new file mode 100644 index 000000000000..6ebfcb98965f --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/DscpQosDefinition.Serialization.cs @@ -0,0 +1,174 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + public partial class DscpQosDefinition : IUtf8JsonSerializable + { + void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) + { + writer.WriteStartObject(); + if (Optional.IsCollectionDefined(Markings)) + { + writer.WritePropertyName("markings"u8); + writer.WriteStartArray(); + foreach (var item in Markings) + { + writer.WriteNumberValue(item); + } + writer.WriteEndArray(); + } + if (Optional.IsCollectionDefined(SourceIPRanges)) + { + writer.WritePropertyName("sourceIpRanges"u8); + writer.WriteStartArray(); + foreach (var item in SourceIPRanges) + { + writer.WriteObjectValue(item); + } + writer.WriteEndArray(); + } + if (Optional.IsCollectionDefined(DestinationIPRanges)) + { + writer.WritePropertyName("destinationIpRanges"u8); + writer.WriteStartArray(); + foreach (var item in DestinationIPRanges) + { + writer.WriteObjectValue(item); + } + writer.WriteEndArray(); + } + if (Optional.IsCollectionDefined(SourcePortRanges)) + { + writer.WritePropertyName("sourcePortRanges"u8); + writer.WriteStartArray(); + foreach (var item in SourcePortRanges) + { + writer.WriteObjectValue(item); + } + writer.WriteEndArray(); + } + if (Optional.IsCollectionDefined(DestinationPortRanges)) + { + writer.WritePropertyName("destinationPortRanges"u8); + writer.WriteStartArray(); + foreach (var item in DestinationPortRanges) + { + writer.WriteObjectValue(item); + } + writer.WriteEndArray(); + } + if (Optional.IsDefined(Protocol)) + { + writer.WritePropertyName("protocol"u8); + writer.WriteStringValue(Protocol.Value.ToString()); + } + writer.WriteEndObject(); + } + + internal static DscpQosDefinition DeserializeDscpQosDefinition(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + Optional> markings = default; + Optional> sourceIPRanges = default; + Optional> destinationIPRanges = default; + Optional> sourcePortRanges = default; + Optional> destinationPortRanges = default; + Optional protocol = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("markings"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property.Value.EnumerateArray()) + { + array.Add(item.GetInt32()); + } + markings = array; + continue; + } + if (property.NameEquals("sourceIpRanges"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property.Value.EnumerateArray()) + { + array.Add(QosIPRange.DeserializeQosIPRange(item)); + } + sourceIPRanges = array; + continue; + } + if (property.NameEquals("destinationIpRanges"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property.Value.EnumerateArray()) + { + array.Add(QosIPRange.DeserializeQosIPRange(item)); + } + destinationIPRanges = array; + continue; + } + if (property.NameEquals("sourcePortRanges"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property.Value.EnumerateArray()) + { + array.Add(QosPortRange.DeserializeQosPortRange(item)); + } + sourcePortRanges = array; + continue; + } + if (property.NameEquals("destinationPortRanges"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property.Value.EnumerateArray()) + { + array.Add(QosPortRange.DeserializeQosPortRange(item)); + } + destinationPortRanges = array; + continue; + } + if (property.NameEquals("protocol"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + protocol = new ProtocolType(property.Value.GetString()); + continue; + } + } + return new DscpQosDefinition(Optional.ToList(markings), Optional.ToList(sourceIPRanges), Optional.ToList(destinationIPRanges), Optional.ToList(sourcePortRanges), Optional.ToList(destinationPortRanges), Optional.ToNullable(protocol)); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/DscpQosDefinition.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/DscpQosDefinition.cs new file mode 100644 index 000000000000..95ed2d202b02 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/DscpQosDefinition.cs @@ -0,0 +1,56 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + /// Quality of Service defines the traffic configuration between endpoints. Mandatory to have one marking. + public partial class DscpQosDefinition + { + /// Initializes a new instance of DscpQosDefinition. + public DscpQosDefinition() + { + Markings = new ChangeTrackingList(); + SourceIPRanges = new ChangeTrackingList(); + DestinationIPRanges = new ChangeTrackingList(); + SourcePortRanges = new ChangeTrackingList(); + DestinationPortRanges = new ChangeTrackingList(); + } + + /// Initializes a new instance of DscpQosDefinition. + /// List of markings to be used in the configuration. + /// Source IP ranges. + /// Destination IP ranges. + /// Sources port ranges. + /// Destination port ranges. + /// RNM supported protocol types. + internal DscpQosDefinition(IList markings, IList sourceIPRanges, IList destinationIPRanges, IList sourcePortRanges, IList destinationPortRanges, ProtocolType? protocol) + { + Markings = markings; + SourceIPRanges = sourceIPRanges; + DestinationIPRanges = destinationIPRanges; + SourcePortRanges = sourcePortRanges; + DestinationPortRanges = destinationPortRanges; + Protocol = protocol; + } + + /// List of markings to be used in the configuration. + public IList Markings { get; } + /// Source IP ranges. + public IList SourceIPRanges { get; } + /// Destination IP ranges. + public IList DestinationIPRanges { get; } + /// Sources port ranges. + public IList SourcePortRanges { get; } + /// Destination port ranges. + public IList DestinationPortRanges { get; } + /// RNM supported protocol types. + public ProtocolType? Protocol { get; set; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/EffectiveAdminRuleKind.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/EffectiveAdminRuleKind.cs new file mode 100644 index 000000000000..b1e73a0ff46c --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/EffectiveAdminRuleKind.cs @@ -0,0 +1,51 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.ComponentModel; + +namespace Azure.ResourceManager.Network.Models +{ + /// Whether the rule is custom or default. + internal readonly partial struct EffectiveAdminRuleKind : IEquatable + { + private readonly string _value; + + /// Initializes a new instance of . + /// is null. + public EffectiveAdminRuleKind(string value) + { + _value = value ?? throw new ArgumentNullException(nameof(value)); + } + + private const string CustomValue = "Custom"; + private const string DefaultValue = "Default"; + + /// Custom. + public static EffectiveAdminRuleKind Custom { get; } = new EffectiveAdminRuleKind(CustomValue); + /// Default. + public static EffectiveAdminRuleKind Default { get; } = new EffectiveAdminRuleKind(DefaultValue); + /// Determines if two values are the same. + public static bool operator ==(EffectiveAdminRuleKind left, EffectiveAdminRuleKind right) => left.Equals(right); + /// Determines if two values are not the same. + public static bool operator !=(EffectiveAdminRuleKind left, EffectiveAdminRuleKind right) => !left.Equals(right); + /// Converts a string to a . + public static implicit operator EffectiveAdminRuleKind(string value) => new EffectiveAdminRuleKind(value); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override bool Equals(object obj) => obj is EffectiveAdminRuleKind other && Equals(other); + /// + public bool Equals(EffectiveAdminRuleKind other) => string.Equals(_value, other._value, StringComparison.InvariantCultureIgnoreCase); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override int GetHashCode() => _value?.GetHashCode() ?? 0; + /// + public override string ToString() => _value; + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/EffectiveBaseSecurityAdminRule.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/EffectiveBaseSecurityAdminRule.Serialization.cs new file mode 100644 index 000000000000..4bbacd2a8e1f --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/EffectiveBaseSecurityAdminRule.Serialization.cs @@ -0,0 +1,31 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Text.Json; + +namespace Azure.ResourceManager.Network.Models +{ + public partial class EffectiveBaseSecurityAdminRule + { + internal static EffectiveBaseSecurityAdminRule DeserializeEffectiveBaseSecurityAdminRule(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + if (element.TryGetProperty("kind", out JsonElement discriminator)) + { + switch (discriminator.GetString()) + { + case "Custom": return EffectiveSecurityAdminRule.DeserializeEffectiveSecurityAdminRule(element); + case "Default": return EffectiveDefaultSecurityAdminRule.DeserializeEffectiveDefaultSecurityAdminRule(element); + } + } + return UnknownEffectiveBaseSecurityAdminRule.DeserializeUnknownEffectiveBaseSecurityAdminRule(element); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/EffectiveBaseSecurityAdminRule.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/EffectiveBaseSecurityAdminRule.cs new file mode 100644 index 000000000000..d868eeac3f6f --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/EffectiveBaseSecurityAdminRule.cs @@ -0,0 +1,57 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + /// + /// Network base admin rule. + /// Please note is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. + /// The available derived classes include and . + /// + public abstract partial class EffectiveBaseSecurityAdminRule + { + /// Initializes a new instance of EffectiveBaseSecurityAdminRule. + protected EffectiveBaseSecurityAdminRule() + { + RuleCollectionAppliesToGroups = new ChangeTrackingList(); + RuleGroups = new ChangeTrackingList(); + } + + /// Initializes a new instance of EffectiveBaseSecurityAdminRule. + /// Resource ID. + /// A description of the security admin configuration. + /// A description of the rule collection. + /// Groups for rule collection. + /// Effective configuration groups. + /// Whether the rule is custom or default. + internal EffectiveBaseSecurityAdminRule(ResourceIdentifier resourceId, string configurationDescription, string ruleCollectionDescription, IReadOnlyList ruleCollectionAppliesToGroups, IReadOnlyList ruleGroups, EffectiveAdminRuleKind kind) + { + ResourceId = resourceId; + ConfigurationDescription = configurationDescription; + RuleCollectionDescription = ruleCollectionDescription; + RuleCollectionAppliesToGroups = ruleCollectionAppliesToGroups; + RuleGroups = ruleGroups; + Kind = kind; + } + + /// Resource ID. + public ResourceIdentifier ResourceId { get; } + /// A description of the security admin configuration. + public string ConfigurationDescription { get; } + /// A description of the rule collection. + public string RuleCollectionDescription { get; } + /// Groups for rule collection. + public IReadOnlyList RuleCollectionAppliesToGroups { get; } + /// Effective configuration groups. + public IReadOnlyList RuleGroups { get; } + /// Whether the rule is custom or default. + internal EffectiveAdminRuleKind Kind { get; set; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/EffectiveConnectivityConfiguration.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/EffectiveConnectivityConfiguration.Serialization.cs new file mode 100644 index 000000000000..cdcf5bf708fb --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/EffectiveConnectivityConfiguration.Serialization.cs @@ -0,0 +1,137 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + public partial class EffectiveConnectivityConfiguration + { + internal static EffectiveConnectivityConfiguration DeserializeEffectiveConnectivityConfiguration(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + Optional id = default; + Optional> configurationGroups = default; + Optional description = default; + Optional connectivityTopology = default; + Optional> hubs = default; + Optional isGlobal = default; + Optional> appliesToGroups = default; + Optional provisioningState = default; + Optional deleteExistingPeering = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("id"u8)) + { + id = property.Value.GetString(); + continue; + } + if (property.NameEquals("configurationGroups"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property.Value.EnumerateArray()) + { + array.Add(NetworkConfigurationGroup.DeserializeNetworkConfigurationGroup(item)); + } + configurationGroups = array; + continue; + } + if (property.NameEquals("properties"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + property.ThrowNonNullablePropertyIsNull(); + continue; + } + foreach (var property0 in property.Value.EnumerateObject()) + { + if (property0.NameEquals("description"u8)) + { + description = property0.Value.GetString(); + continue; + } + if (property0.NameEquals("connectivityTopology"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + connectivityTopology = new ConnectivityTopology(property0.Value.GetString()); + continue; + } + if (property0.NameEquals("hubs"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property0.Value.EnumerateArray()) + { + array.Add(ConnectivityHub.DeserializeConnectivityHub(item)); + } + hubs = array; + continue; + } + if (property0.NameEquals("isGlobal"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + isGlobal = new GlobalMeshSupportFlag(property0.Value.GetString()); + continue; + } + if (property0.NameEquals("appliesToGroups"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property0.Value.EnumerateArray()) + { + array.Add(ConnectivityGroupItem.DeserializeConnectivityGroupItem(item)); + } + appliesToGroups = array; + continue; + } + if (property0.NameEquals("provisioningState"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + provisioningState = new NetworkProvisioningState(property0.Value.GetString()); + continue; + } + if (property0.NameEquals("deleteExistingPeering"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + deleteExistingPeering = new DeleteExistingPeering(property0.Value.GetString()); + continue; + } + } + continue; + } + } + return new EffectiveConnectivityConfiguration(id.Value, Optional.ToList(configurationGroups), description.Value, Optional.ToNullable(connectivityTopology), Optional.ToList(hubs), Optional.ToNullable(isGlobal), Optional.ToList(appliesToGroups), Optional.ToNullable(provisioningState), Optional.ToNullable(deleteExistingPeering)); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/EffectiveConnectivityConfiguration.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/EffectiveConnectivityConfiguration.cs new file mode 100644 index 000000000000..47e2e2e5ea87 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/EffectiveConnectivityConfiguration.cs @@ -0,0 +1,66 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + /// The network manager effective connectivity configuration. + public partial class EffectiveConnectivityConfiguration + { + /// Initializes a new instance of EffectiveConnectivityConfiguration. + internal EffectiveConnectivityConfiguration() + { + ConfigurationGroups = new ChangeTrackingList(); + Hubs = new ChangeTrackingList(); + AppliesToGroups = new ChangeTrackingList(); + } + + /// Initializes a new instance of EffectiveConnectivityConfiguration. + /// Connectivity configuration ID. + /// Effective configuration groups. + /// A description of the connectivity configuration. + /// Connectivity topology type. + /// List of hubItems. + /// Flag if global mesh is supported. + /// Groups for configuration. + /// The provisioning state of the connectivity configuration resource. + /// Flag if need to remove current existing peerings. + internal EffectiveConnectivityConfiguration(string id, IReadOnlyList configurationGroups, string description, ConnectivityTopology? connectivityTopology, IReadOnlyList hubs, GlobalMeshSupportFlag? isGlobal, IReadOnlyList appliesToGroups, NetworkProvisioningState? provisioningState, DeleteExistingPeering? deleteExistingPeering) + { + Id = id; + ConfigurationGroups = configurationGroups; + Description = description; + ConnectivityTopology = connectivityTopology; + Hubs = hubs; + IsGlobal = isGlobal; + AppliesToGroups = appliesToGroups; + ProvisioningState = provisioningState; + DeleteExistingPeering = deleteExistingPeering; + } + + /// Connectivity configuration ID. + public string Id { get; } + /// Effective configuration groups. + public IReadOnlyList ConfigurationGroups { get; } + /// A description of the connectivity configuration. + public string Description { get; } + /// Connectivity topology type. + public ConnectivityTopology? ConnectivityTopology { get; } + /// List of hubItems. + public IReadOnlyList Hubs { get; } + /// Flag if global mesh is supported. + public GlobalMeshSupportFlag? IsGlobal { get; } + /// Groups for configuration. + public IReadOnlyList AppliesToGroups { get; } + /// The provisioning state of the connectivity configuration resource. + public NetworkProvisioningState? ProvisioningState { get; } + /// Flag if need to remove current existing peerings. + public DeleteExistingPeering? DeleteExistingPeering { get; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/EffectiveDefaultSecurityAdminRule.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/EffectiveDefaultSecurityAdminRule.Serialization.cs new file mode 100644 index 000000000000..979f593b8960 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/EffectiveDefaultSecurityAdminRule.Serialization.cs @@ -0,0 +1,220 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + public partial class EffectiveDefaultSecurityAdminRule + { + internal static EffectiveDefaultSecurityAdminRule DeserializeEffectiveDefaultSecurityAdminRule(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + Optional id = default; + Optional configurationDescription = default; + Optional ruleCollectionDescription = default; + Optional> ruleCollectionAppliesToGroups = default; + Optional> ruleGroups = default; + EffectiveAdminRuleKind kind = default; + Optional description = default; + Optional flag = default; + Optional protocol = default; + Optional> sources = default; + Optional> destinations = default; + Optional> sourcePortRanges = default; + Optional> destinationPortRanges = default; + Optional access = default; + Optional priority = default; + Optional direction = default; + Optional provisioningState = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("id"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + id = new ResourceIdentifier(property.Value.GetString()); + continue; + } + if (property.NameEquals("configurationDescription"u8)) + { + configurationDescription = property.Value.GetString(); + continue; + } + if (property.NameEquals("ruleCollectionDescription"u8)) + { + ruleCollectionDescription = property.Value.GetString(); + continue; + } + if (property.NameEquals("ruleCollectionAppliesToGroups"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property.Value.EnumerateArray()) + { + array.Add(NetworkManagerSecurityGroupItem.DeserializeNetworkManagerSecurityGroupItem(item)); + } + ruleCollectionAppliesToGroups = array; + continue; + } + if (property.NameEquals("ruleGroups"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property.Value.EnumerateArray()) + { + array.Add(NetworkConfigurationGroup.DeserializeNetworkConfigurationGroup(item)); + } + ruleGroups = array; + continue; + } + if (property.NameEquals("kind"u8)) + { + kind = new EffectiveAdminRuleKind(property.Value.GetString()); + continue; + } + if (property.NameEquals("properties"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + property.ThrowNonNullablePropertyIsNull(); + continue; + } + foreach (var property0 in property.Value.EnumerateObject()) + { + if (property0.NameEquals("description"u8)) + { + description = property0.Value.GetString(); + continue; + } + if (property0.NameEquals("flag"u8)) + { + flag = property0.Value.GetString(); + continue; + } + if (property0.NameEquals("protocol"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + protocol = new SecurityConfigurationRuleProtocol(property0.Value.GetString()); + continue; + } + if (property0.NameEquals("sources"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property0.Value.EnumerateArray()) + { + array.Add(AddressPrefixItem.DeserializeAddressPrefixItem(item)); + } + sources = array; + continue; + } + if (property0.NameEquals("destinations"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property0.Value.EnumerateArray()) + { + array.Add(AddressPrefixItem.DeserializeAddressPrefixItem(item)); + } + destinations = array; + continue; + } + if (property0.NameEquals("sourcePortRanges"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property0.Value.EnumerateArray()) + { + array.Add(item.GetString()); + } + sourcePortRanges = array; + continue; + } + if (property0.NameEquals("destinationPortRanges"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property0.Value.EnumerateArray()) + { + array.Add(item.GetString()); + } + destinationPortRanges = array; + continue; + } + if (property0.NameEquals("access"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + access = new SecurityConfigurationRuleAccess(property0.Value.GetString()); + continue; + } + if (property0.NameEquals("priority"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + priority = property0.Value.GetInt32(); + continue; + } + if (property0.NameEquals("direction"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + direction = new SecurityConfigurationRuleDirection(property0.Value.GetString()); + continue; + } + if (property0.NameEquals("provisioningState"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + provisioningState = new NetworkProvisioningState(property0.Value.GetString()); + continue; + } + } + continue; + } + } + return new EffectiveDefaultSecurityAdminRule(id.Value, configurationDescription.Value, ruleCollectionDescription.Value, Optional.ToList(ruleCollectionAppliesToGroups), Optional.ToList(ruleGroups), kind, description.Value, flag.Value, Optional.ToNullable(protocol), Optional.ToList(sources), Optional.ToList(destinations), Optional.ToList(sourcePortRanges), Optional.ToList(destinationPortRanges), Optional.ToNullable(access), Optional.ToNullable(priority), Optional.ToNullable(direction), Optional.ToNullable(provisioningState)); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/EffectiveDefaultSecurityAdminRule.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/EffectiveDefaultSecurityAdminRule.cs new file mode 100644 index 000000000000..516aebe75646 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/EffectiveDefaultSecurityAdminRule.cs @@ -0,0 +1,83 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + /// Network default admin rule. + public partial class EffectiveDefaultSecurityAdminRule : EffectiveBaseSecurityAdminRule + { + /// Initializes a new instance of EffectiveDefaultSecurityAdminRule. + internal EffectiveDefaultSecurityAdminRule() + { + Sources = new ChangeTrackingList(); + Destinations = new ChangeTrackingList(); + SourcePortRanges = new ChangeTrackingList(); + DestinationPortRanges = new ChangeTrackingList(); + Kind = EffectiveAdminRuleKind.Default; + } + + /// Initializes a new instance of EffectiveDefaultSecurityAdminRule. + /// Resource ID. + /// A description of the security admin configuration. + /// A description of the rule collection. + /// Groups for rule collection. + /// Effective configuration groups. + /// Whether the rule is custom or default. + /// A description for this rule. Restricted to 140 chars. + /// Default rule flag. + /// Network protocol this rule applies to. + /// The CIDR or source IP ranges. + /// The destination address prefixes. CIDR or destination IP ranges. + /// The source port ranges. + /// The destination port ranges. + /// Indicates the access allowed for this particular rule. + /// The priority of the rule. The value can be between 1 and 4096. The priority number must be unique for each rule in the collection. The lower the priority number, the higher the priority of the rule. + /// Indicates if the traffic matched against the rule in inbound or outbound. + /// The provisioning state of the resource. + internal EffectiveDefaultSecurityAdminRule(ResourceIdentifier resourceId, string configurationDescription, string ruleCollectionDescription, IReadOnlyList ruleCollectionAppliesToGroups, IReadOnlyList ruleGroups, EffectiveAdminRuleKind kind, string description, string flag, SecurityConfigurationRuleProtocol? protocol, IReadOnlyList sources, IReadOnlyList destinations, IReadOnlyList sourcePortRanges, IReadOnlyList destinationPortRanges, SecurityConfigurationRuleAccess? access, int? priority, SecurityConfigurationRuleDirection? direction, NetworkProvisioningState? provisioningState) : base(resourceId, configurationDescription, ruleCollectionDescription, ruleCollectionAppliesToGroups, ruleGroups, kind) + { + Description = description; + Flag = flag; + Protocol = protocol; + Sources = sources; + Destinations = destinations; + SourcePortRanges = sourcePortRanges; + DestinationPortRanges = destinationPortRanges; + Access = access; + Priority = priority; + Direction = direction; + ProvisioningState = provisioningState; + Kind = kind; + } + + /// A description for this rule. Restricted to 140 chars. + public string Description { get; } + /// Default rule flag. + public string Flag { get; } + /// Network protocol this rule applies to. + public SecurityConfigurationRuleProtocol? Protocol { get; } + /// The CIDR or source IP ranges. + public IReadOnlyList Sources { get; } + /// The destination address prefixes. CIDR or destination IP ranges. + public IReadOnlyList Destinations { get; } + /// The source port ranges. + public IReadOnlyList SourcePortRanges { get; } + /// The destination port ranges. + public IReadOnlyList DestinationPortRanges { get; } + /// Indicates the access allowed for this particular rule. + public SecurityConfigurationRuleAccess? Access { get; } + /// The priority of the rule. The value can be between 1 and 4096. The priority number must be unique for each rule in the collection. The lower the priority number, the higher the priority of the rule. + public int? Priority { get; } + /// Indicates if the traffic matched against the rule in inbound or outbound. + public SecurityConfigurationRuleDirection? Direction { get; } + /// The provisioning state of the resource. + public NetworkProvisioningState? ProvisioningState { get; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/EffectiveSecurityAdminRule.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/EffectiveSecurityAdminRule.Serialization.cs new file mode 100644 index 000000000000..39444dd184a4 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/EffectiveSecurityAdminRule.Serialization.cs @@ -0,0 +1,214 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + public partial class EffectiveSecurityAdminRule + { + internal static EffectiveSecurityAdminRule DeserializeEffectiveSecurityAdminRule(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + Optional id = default; + Optional configurationDescription = default; + Optional ruleCollectionDescription = default; + Optional> ruleCollectionAppliesToGroups = default; + Optional> ruleGroups = default; + EffectiveAdminRuleKind kind = default; + Optional description = default; + Optional protocol = default; + Optional> sources = default; + Optional> destinations = default; + Optional> sourcePortRanges = default; + Optional> destinationPortRanges = default; + Optional access = default; + Optional priority = default; + Optional direction = default; + Optional provisioningState = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("id"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + id = new ResourceIdentifier(property.Value.GetString()); + continue; + } + if (property.NameEquals("configurationDescription"u8)) + { + configurationDescription = property.Value.GetString(); + continue; + } + if (property.NameEquals("ruleCollectionDescription"u8)) + { + ruleCollectionDescription = property.Value.GetString(); + continue; + } + if (property.NameEquals("ruleCollectionAppliesToGroups"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property.Value.EnumerateArray()) + { + array.Add(NetworkManagerSecurityGroupItem.DeserializeNetworkManagerSecurityGroupItem(item)); + } + ruleCollectionAppliesToGroups = array; + continue; + } + if (property.NameEquals("ruleGroups"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property.Value.EnumerateArray()) + { + array.Add(NetworkConfigurationGroup.DeserializeNetworkConfigurationGroup(item)); + } + ruleGroups = array; + continue; + } + if (property.NameEquals("kind"u8)) + { + kind = new EffectiveAdminRuleKind(property.Value.GetString()); + continue; + } + if (property.NameEquals("properties"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + property.ThrowNonNullablePropertyIsNull(); + continue; + } + foreach (var property0 in property.Value.EnumerateObject()) + { + if (property0.NameEquals("description"u8)) + { + description = property0.Value.GetString(); + continue; + } + if (property0.NameEquals("protocol"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + protocol = new SecurityConfigurationRuleProtocol(property0.Value.GetString()); + continue; + } + if (property0.NameEquals("sources"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property0.Value.EnumerateArray()) + { + array.Add(AddressPrefixItem.DeserializeAddressPrefixItem(item)); + } + sources = array; + continue; + } + if (property0.NameEquals("destinations"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property0.Value.EnumerateArray()) + { + array.Add(AddressPrefixItem.DeserializeAddressPrefixItem(item)); + } + destinations = array; + continue; + } + if (property0.NameEquals("sourcePortRanges"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property0.Value.EnumerateArray()) + { + array.Add(item.GetString()); + } + sourcePortRanges = array; + continue; + } + if (property0.NameEquals("destinationPortRanges"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property0.Value.EnumerateArray()) + { + array.Add(item.GetString()); + } + destinationPortRanges = array; + continue; + } + if (property0.NameEquals("access"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + access = new SecurityConfigurationRuleAccess(property0.Value.GetString()); + continue; + } + if (property0.NameEquals("priority"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + priority = property0.Value.GetInt32(); + continue; + } + if (property0.NameEquals("direction"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + direction = new SecurityConfigurationRuleDirection(property0.Value.GetString()); + continue; + } + if (property0.NameEquals("provisioningState"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + provisioningState = new NetworkProvisioningState(property0.Value.GetString()); + continue; + } + } + continue; + } + } + return new EffectiveSecurityAdminRule(id.Value, configurationDescription.Value, ruleCollectionDescription.Value, Optional.ToList(ruleCollectionAppliesToGroups), Optional.ToList(ruleGroups), kind, description.Value, Optional.ToNullable(protocol), Optional.ToList(sources), Optional.ToList(destinations), Optional.ToList(sourcePortRanges), Optional.ToList(destinationPortRanges), Optional.ToNullable(access), Optional.ToNullable(priority), Optional.ToNullable(direction), Optional.ToNullable(provisioningState)); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/EffectiveSecurityAdminRule.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/EffectiveSecurityAdminRule.cs new file mode 100644 index 000000000000..db10ec6d53b4 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/EffectiveSecurityAdminRule.cs @@ -0,0 +1,79 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + /// Network admin rule. + public partial class EffectiveSecurityAdminRule : EffectiveBaseSecurityAdminRule + { + /// Initializes a new instance of EffectiveSecurityAdminRule. + internal EffectiveSecurityAdminRule() + { + Sources = new ChangeTrackingList(); + Destinations = new ChangeTrackingList(); + SourcePortRanges = new ChangeTrackingList(); + DestinationPortRanges = new ChangeTrackingList(); + Kind = EffectiveAdminRuleKind.Custom; + } + + /// Initializes a new instance of EffectiveSecurityAdminRule. + /// Resource ID. + /// A description of the security admin configuration. + /// A description of the rule collection. + /// Groups for rule collection. + /// Effective configuration groups. + /// Whether the rule is custom or default. + /// A description for this rule. Restricted to 140 chars. + /// Network protocol this rule applies to. + /// The CIDR or source IP ranges. + /// The destination address prefixes. CIDR or destination IP ranges. + /// The source port ranges. + /// The destination port ranges. + /// Indicates the access allowed for this particular rule. + /// The priority of the rule. The value can be between 1 and 4096. The priority number must be unique for each rule in the collection. The lower the priority number, the higher the priority of the rule. + /// Indicates if the traffic matched against the rule in inbound or outbound. + /// The provisioning state of the resource. + internal EffectiveSecurityAdminRule(ResourceIdentifier resourceId, string configurationDescription, string ruleCollectionDescription, IReadOnlyList ruleCollectionAppliesToGroups, IReadOnlyList ruleGroups, EffectiveAdminRuleKind kind, string description, SecurityConfigurationRuleProtocol? protocol, IReadOnlyList sources, IReadOnlyList destinations, IReadOnlyList sourcePortRanges, IReadOnlyList destinationPortRanges, SecurityConfigurationRuleAccess? access, int? priority, SecurityConfigurationRuleDirection? direction, NetworkProvisioningState? provisioningState) : base(resourceId, configurationDescription, ruleCollectionDescription, ruleCollectionAppliesToGroups, ruleGroups, kind) + { + Description = description; + Protocol = protocol; + Sources = sources; + Destinations = destinations; + SourcePortRanges = sourcePortRanges; + DestinationPortRanges = destinationPortRanges; + Access = access; + Priority = priority; + Direction = direction; + ProvisioningState = provisioningState; + Kind = kind; + } + + /// A description for this rule. Restricted to 140 chars. + public string Description { get; } + /// Network protocol this rule applies to. + public SecurityConfigurationRuleProtocol? Protocol { get; } + /// The CIDR or source IP ranges. + public IReadOnlyList Sources { get; } + /// The destination address prefixes. CIDR or destination IP ranges. + public IReadOnlyList Destinations { get; } + /// The source port ranges. + public IReadOnlyList SourcePortRanges { get; } + /// The destination port ranges. + public IReadOnlyList DestinationPortRanges { get; } + /// Indicates the access allowed for this particular rule. + public SecurityConfigurationRuleAccess? Access { get; } + /// The priority of the rule. The value can be between 1 and 4096. The priority number must be unique for each rule in the collection. The lower the priority number, the higher the priority of the rule. + public int? Priority { get; } + /// Indicates if the traffic matched against the rule in inbound or outbound. + public SecurityConfigurationRuleDirection? Direction { get; } + /// The provisioning state of the resource. + public NetworkProvisioningState? ProvisioningState { get; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ExclusionManagedRule.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ExclusionManagedRule.Serialization.cs new file mode 100644 index 000000000000..a672c73f3d0b --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ExclusionManagedRule.Serialization.cs @@ -0,0 +1,41 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + public partial class ExclusionManagedRule : IUtf8JsonSerializable + { + void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) + { + writer.WriteStartObject(); + writer.WritePropertyName("ruleId"u8); + writer.WriteStringValue(RuleId); + writer.WriteEndObject(); + } + + internal static ExclusionManagedRule DeserializeExclusionManagedRule(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + string ruleId = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("ruleId"u8)) + { + ruleId = property.Value.GetString(); + continue; + } + } + return new ExclusionManagedRule(ruleId); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ExclusionManagedRule.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ExclusionManagedRule.cs new file mode 100644 index 000000000000..48de420f6e89 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ExclusionManagedRule.cs @@ -0,0 +1,29 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + /// Defines a managed rule to use for exclusion. + public partial class ExclusionManagedRule + { + /// Initializes a new instance of ExclusionManagedRule. + /// Identifier for the managed rule. + /// is null. + public ExclusionManagedRule(string ruleId) + { + Argument.AssertNotNull(ruleId, nameof(ruleId)); + + RuleId = ruleId; + } + + /// Identifier for the managed rule. + public string RuleId { get; set; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ExclusionManagedRuleGroup.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ExclusionManagedRuleGroup.Serialization.cs new file mode 100644 index 000000000000..f5ab6ecf9703 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ExclusionManagedRuleGroup.Serialization.cs @@ -0,0 +1,67 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + public partial class ExclusionManagedRuleGroup : IUtf8JsonSerializable + { + void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) + { + writer.WriteStartObject(); + writer.WritePropertyName("ruleGroupName"u8); + writer.WriteStringValue(RuleGroupName); + if (Optional.IsCollectionDefined(Rules)) + { + writer.WritePropertyName("rules"u8); + writer.WriteStartArray(); + foreach (var item in Rules) + { + writer.WriteObjectValue(item); + } + writer.WriteEndArray(); + } + writer.WriteEndObject(); + } + + internal static ExclusionManagedRuleGroup DeserializeExclusionManagedRuleGroup(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + string ruleGroupName = default; + Optional> rules = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("ruleGroupName"u8)) + { + ruleGroupName = property.Value.GetString(); + continue; + } + if (property.NameEquals("rules"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property.Value.EnumerateArray()) + { + array.Add(ExclusionManagedRule.DeserializeExclusionManagedRule(item)); + } + rules = array; + continue; + } + } + return new ExclusionManagedRuleGroup(ruleGroupName, Optional.ToList(rules)); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ExclusionManagedRuleGroup.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ExclusionManagedRuleGroup.cs new file mode 100644 index 000000000000..cd9d85e60e23 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ExclusionManagedRuleGroup.cs @@ -0,0 +1,42 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Collections.Generic; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + /// Defines a managed rule group to use for exclusion. + public partial class ExclusionManagedRuleGroup + { + /// Initializes a new instance of ExclusionManagedRuleGroup. + /// The managed rule group for exclusion. + /// is null. + public ExclusionManagedRuleGroup(string ruleGroupName) + { + Argument.AssertNotNull(ruleGroupName, nameof(ruleGroupName)); + + RuleGroupName = ruleGroupName; + Rules = new ChangeTrackingList(); + } + + /// Initializes a new instance of ExclusionManagedRuleGroup. + /// The managed rule group for exclusion. + /// List of rules that will be excluded. If none specified, all rules in the group will be excluded. + internal ExclusionManagedRuleGroup(string ruleGroupName, IList rules) + { + RuleGroupName = ruleGroupName; + Rules = rules; + } + + /// The managed rule group for exclusion. + public string RuleGroupName { get; set; } + /// List of rules that will be excluded. If none specified, all rules in the group will be excluded. + public IList Rules { get; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ExclusionManagedRuleSet.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ExclusionManagedRuleSet.Serialization.cs new file mode 100644 index 000000000000..0d3697941c76 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ExclusionManagedRuleSet.Serialization.cs @@ -0,0 +1,75 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + public partial class ExclusionManagedRuleSet : IUtf8JsonSerializable + { + void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) + { + writer.WriteStartObject(); + writer.WritePropertyName("ruleSetType"u8); + writer.WriteStringValue(RuleSetType); + writer.WritePropertyName("ruleSetVersion"u8); + writer.WriteStringValue(RuleSetVersion); + if (Optional.IsCollectionDefined(RuleGroups)) + { + writer.WritePropertyName("ruleGroups"u8); + writer.WriteStartArray(); + foreach (var item in RuleGroups) + { + writer.WriteObjectValue(item); + } + writer.WriteEndArray(); + } + writer.WriteEndObject(); + } + + internal static ExclusionManagedRuleSet DeserializeExclusionManagedRuleSet(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + string ruleSetType = default; + string ruleSetVersion = default; + Optional> ruleGroups = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("ruleSetType"u8)) + { + ruleSetType = property.Value.GetString(); + continue; + } + if (property.NameEquals("ruleSetVersion"u8)) + { + ruleSetVersion = property.Value.GetString(); + continue; + } + if (property.NameEquals("ruleGroups"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property.Value.EnumerateArray()) + { + array.Add(ExclusionManagedRuleGroup.DeserializeExclusionManagedRuleGroup(item)); + } + ruleGroups = array; + continue; + } + } + return new ExclusionManagedRuleSet(ruleSetType, ruleSetVersion, Optional.ToList(ruleGroups)); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ExclusionManagedRuleSet.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ExclusionManagedRuleSet.cs new file mode 100644 index 000000000000..3dc77aad2af9 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ExclusionManagedRuleSet.cs @@ -0,0 +1,49 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Collections.Generic; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + /// Defines a managed rule set for Exclusions. + public partial class ExclusionManagedRuleSet + { + /// Initializes a new instance of ExclusionManagedRuleSet. + /// Defines the rule set type to use. + /// Defines the version of the rule set to use. + /// or is null. + public ExclusionManagedRuleSet(string ruleSetType, string ruleSetVersion) + { + Argument.AssertNotNull(ruleSetType, nameof(ruleSetType)); + Argument.AssertNotNull(ruleSetVersion, nameof(ruleSetVersion)); + + RuleSetType = ruleSetType; + RuleSetVersion = ruleSetVersion; + RuleGroups = new ChangeTrackingList(); + } + + /// Initializes a new instance of ExclusionManagedRuleSet. + /// Defines the rule set type to use. + /// Defines the version of the rule set to use. + /// Defines the rule groups to apply to the rule set. + internal ExclusionManagedRuleSet(string ruleSetType, string ruleSetVersion, IList ruleGroups) + { + RuleSetType = ruleSetType; + RuleSetVersion = ruleSetVersion; + RuleGroups = ruleGroups; + } + + /// Defines the rule set type to use. + public string RuleSetType { get; set; } + /// Defines the version of the rule set to use. + public string RuleSetVersion { get; set; } + /// Defines the rule groups to apply to the rule set. + public IList RuleGroups { get; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ExpressRouteCircuitData.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ExpressRouteCircuitData.Serialization.cs index 95d094b3fb1e..e3e6ef6734e1 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ExpressRouteCircuitData.Serialization.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ExpressRouteCircuitData.Serialization.cs @@ -117,6 +117,11 @@ void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) writer.WritePropertyName("globalReachEnabled"u8); writer.WriteBooleanValue(GlobalReachEnabled.Value); } + if (Optional.IsDefined(AuthorizationKey)) + { + writer.WritePropertyName("authorizationKey"u8); + writer.WriteStringValue(AuthorizationKey); + } writer.WriteEndObject(); writer.WriteEndObject(); } @@ -148,6 +153,8 @@ internal static ExpressRouteCircuitData DeserializeExpressRouteCircuitData(JsonE Optional provisioningState = default; Optional gatewayManagerETag = default; Optional globalReachEnabled = default; + Optional authorizationKey = default; + Optional authorizationStatus = default; foreach (var property in element.EnumerateObject()) { if (property.NameEquals("sku"u8)) @@ -343,11 +350,21 @@ internal static ExpressRouteCircuitData DeserializeExpressRouteCircuitData(JsonE globalReachEnabled = property0.Value.GetBoolean(); continue; } + if (property0.NameEquals("authorizationKey"u8)) + { + authorizationKey = property0.Value.GetString(); + continue; + } + if (property0.NameEquals("authorizationStatus"u8)) + { + authorizationStatus = property0.Value.GetString(); + continue; + } } continue; } } - return new ExpressRouteCircuitData(id.Value, name.Value, Optional.ToNullable(type), Optional.ToNullable(location), Optional.ToDictionary(tags), sku.Value, Optional.ToNullable(etag), Optional.ToNullable(allowClassicOperations), circuitProvisioningState.Value, Optional.ToNullable(serviceProviderProvisioningState), Optional.ToList(authorizations), Optional.ToList(peerings), serviceKey.Value, serviceProviderNotes.Value, serviceProviderProperties.Value, expressRoutePort, Optional.ToNullable(bandwidthInGbps), Optional.ToNullable(stag), Optional.ToNullable(provisioningState), gatewayManagerETag.Value, Optional.ToNullable(globalReachEnabled)); + return new ExpressRouteCircuitData(id.Value, name.Value, Optional.ToNullable(type), Optional.ToNullable(location), Optional.ToDictionary(tags), sku.Value, Optional.ToNullable(etag), Optional.ToNullable(allowClassicOperations), circuitProvisioningState.Value, Optional.ToNullable(serviceProviderProvisioningState), Optional.ToList(authorizations), Optional.ToList(peerings), serviceKey.Value, serviceProviderNotes.Value, serviceProviderProperties.Value, expressRoutePort, Optional.ToNullable(bandwidthInGbps), Optional.ToNullable(stag), Optional.ToNullable(provisioningState), gatewayManagerETag.Value, Optional.ToNullable(globalReachEnabled), authorizationKey.Value, authorizationStatus.Value); } } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ExpressRouteConnectionData.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ExpressRouteConnectionData.Serialization.cs index 55a6c76b86be..d7f34fe02a94 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ExpressRouteConnectionData.Serialization.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ExpressRouteConnectionData.Serialization.cs @@ -54,6 +54,11 @@ void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) writer.WritePropertyName("expressRouteGatewayBypass"u8); writer.WriteBooleanValue(ExpressRouteGatewayBypass.Value); } + if (Optional.IsDefined(EnablePrivateLinkFastPath)) + { + writer.WritePropertyName("enablePrivateLinkFastPath"u8); + writer.WriteBooleanValue(EnablePrivateLinkFastPath.Value); + } if (Optional.IsDefined(RoutingConfiguration)) { writer.WritePropertyName("routingConfiguration"u8); @@ -78,6 +83,7 @@ internal static ExpressRouteConnectionData DeserializeExpressRouteConnectionData Optional routingWeight = default; Optional enableInternetSecurity = default; Optional expressRouteGatewayBypass = default; + Optional enablePrivateLinkFastPath = default; Optional routingConfiguration = default; foreach (var property in element.EnumerateObject()) { @@ -163,6 +169,15 @@ internal static ExpressRouteConnectionData DeserializeExpressRouteConnectionData expressRouteGatewayBypass = property0.Value.GetBoolean(); continue; } + if (property0.NameEquals("enablePrivateLinkFastPath"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + enablePrivateLinkFastPath = property0.Value.GetBoolean(); + continue; + } if (property0.NameEquals("routingConfiguration"u8)) { if (property0.Value.ValueKind == JsonValueKind.Null) @@ -176,7 +191,7 @@ internal static ExpressRouteConnectionData DeserializeExpressRouteConnectionData continue; } } - return new ExpressRouteConnectionData(id.Value, name.Value, Optional.ToNullable(type), Optional.ToNullable(provisioningState), expressRouteCircuitPeering, authorizationKey.Value, Optional.ToNullable(routingWeight), Optional.ToNullable(enableInternetSecurity), Optional.ToNullable(expressRouteGatewayBypass), routingConfiguration.Value); + return new ExpressRouteConnectionData(id.Value, name.Value, Optional.ToNullable(type), Optional.ToNullable(provisioningState), expressRouteCircuitPeering, authorizationKey.Value, Optional.ToNullable(routingWeight), Optional.ToNullable(enableInternetSecurity), Optional.ToNullable(expressRouteGatewayBypass), Optional.ToNullable(enablePrivateLinkFastPath), routingConfiguration.Value); } } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ExpressRouteGatewayData.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ExpressRouteGatewayData.Serialization.cs index 8a5ea192123e..b47eaeb50a05 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ExpressRouteGatewayData.Serialization.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ExpressRouteGatewayData.Serialization.cs @@ -47,11 +47,26 @@ void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) writer.WritePropertyName("autoScaleConfiguration"u8); writer.WriteObjectValue(AutoScaleConfiguration); } + if (Optional.IsCollectionDefined(ExpressRouteConnectionList)) + { + writer.WritePropertyName("expressRouteConnections"u8); + writer.WriteStartArray(); + foreach (var item in ExpressRouteConnectionList) + { + writer.WriteObjectValue(item); + } + writer.WriteEndArray(); + } if (Optional.IsDefined(VirtualHub)) { writer.WritePropertyName("virtualHub"u8); JsonSerializer.Serialize(writer, VirtualHub); } + if (Optional.IsDefined(AllowNonVirtualWanTraffic)) + { + writer.WritePropertyName("allowNonVirtualWanTraffic"u8); + writer.WriteBooleanValue(AllowNonVirtualWanTraffic.Value); + } writer.WriteEndObject(); writer.WriteEndObject(); } @@ -69,9 +84,10 @@ internal static ExpressRouteGatewayData DeserializeExpressRouteGatewayData(JsonE Optional location = default; Optional> tags = default; Optional autoScaleConfiguration = default; - Optional> expressRouteConnections = default; + Optional> expressRouteConnections = default; Optional provisioningState = default; Optional virtualHub = default; + Optional allowNonVirtualWanTraffic = default; foreach (var property in element.EnumerateObject()) { if (property.NameEquals("etag"u8)) @@ -179,11 +195,20 @@ internal static ExpressRouteGatewayData DeserializeExpressRouteGatewayData(JsonE virtualHub = JsonSerializer.Deserialize(property0.Value.GetRawText()); continue; } + if (property0.NameEquals("allowNonVirtualWanTraffic"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + allowNonVirtualWanTraffic = property0.Value.GetBoolean(); + continue; + } } continue; } } - return new ExpressRouteGatewayData(id.Value, name.Value, Optional.ToNullable(type), Optional.ToNullable(location), Optional.ToDictionary(tags), Optional.ToNullable(etag), autoScaleConfiguration.Value, Optional.ToList(expressRouteConnections), Optional.ToNullable(provisioningState), virtualHub); + return new ExpressRouteGatewayData(id.Value, name.Value, Optional.ToNullable(type), Optional.ToNullable(location), Optional.ToDictionary(tags), Optional.ToNullable(etag), autoScaleConfiguration.Value, Optional.ToList(expressRouteConnections), Optional.ToNullable(provisioningState), virtualHub, Optional.ToNullable(allowNonVirtualWanTraffic)); } } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ExpressRouteLinkData.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ExpressRouteLinkData.Serialization.cs index 8a220cb3f676..d1b34a55050d 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ExpressRouteLinkData.Serialization.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ExpressRouteLinkData.Serialization.cs @@ -57,6 +57,7 @@ internal static ExpressRouteLinkData DeserializeExpressRouteLinkData(JsonElement Optional interfaceName = default; Optional patchPanelId = default; Optional rackId = default; + Optional coloLocation = default; Optional connectorType = default; Optional adminState = default; Optional provisioningState = default; @@ -124,6 +125,11 @@ internal static ExpressRouteLinkData DeserializeExpressRouteLinkData(JsonElement rackId = property0.Value.GetString(); continue; } + if (property0.NameEquals("coloLocation"u8)) + { + coloLocation = property0.Value.GetString(); + continue; + } if (property0.NameEquals("connectorType"u8)) { if (property0.Value.ValueKind == JsonValueKind.Null) @@ -164,7 +170,7 @@ internal static ExpressRouteLinkData DeserializeExpressRouteLinkData(JsonElement continue; } } - return new ExpressRouteLinkData(id.Value, name.Value, Optional.ToNullable(type), Optional.ToNullable(etag), routerName.Value, interfaceName.Value, patchPanelId.Value, rackId.Value, Optional.ToNullable(connectorType), Optional.ToNullable(adminState), Optional.ToNullable(provisioningState), macSecConfig.Value); + return new ExpressRouteLinkData(id.Value, name.Value, Optional.ToNullable(type), Optional.ToNullable(etag), routerName.Value, interfaceName.Value, patchPanelId.Value, rackId.Value, coloLocation.Value, Optional.ToNullable(connectorType), Optional.ToNullable(adminState), Optional.ToNullable(provisioningState), macSecConfig.Value); } } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ExpressRoutePortAuthorizationData.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ExpressRoutePortAuthorizationData.Serialization.cs new file mode 100644 index 000000000000..c4e2aa1c925e --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ExpressRoutePortAuthorizationData.Serialization.cs @@ -0,0 +1,133 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Text.Json; +using Azure; +using Azure.Core; +using Azure.ResourceManager.Network.Models; + +namespace Azure.ResourceManager.Network +{ + public partial class ExpressRoutePortAuthorizationData : IUtf8JsonSerializable + { + void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) + { + writer.WriteStartObject(); + if (Optional.IsDefined(Id)) + { + writer.WritePropertyName("id"u8); + writer.WriteStringValue(Id); + } + if (Optional.IsDefined(Name)) + { + writer.WritePropertyName("name"u8); + writer.WriteStringValue(Name); + } + writer.WritePropertyName("properties"u8); + writer.WriteStartObject(); + writer.WriteEndObject(); + writer.WriteEndObject(); + } + + internal static ExpressRoutePortAuthorizationData DeserializeExpressRoutePortAuthorizationData(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + Optional etag = default; + Optional id = default; + Optional name = default; + Optional type = default; + Optional authorizationKey = default; + Optional authorizationUseStatus = default; + Optional circuitResourceUri = default; + Optional provisioningState = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("etag"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + etag = new ETag(property.Value.GetString()); + continue; + } + if (property.NameEquals("id"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + id = new ResourceIdentifier(property.Value.GetString()); + continue; + } + if (property.NameEquals("name"u8)) + { + name = property.Value.GetString(); + continue; + } + if (property.NameEquals("type"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + type = new ResourceType(property.Value.GetString()); + continue; + } + if (property.NameEquals("properties"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + property.ThrowNonNullablePropertyIsNull(); + continue; + } + foreach (var property0 in property.Value.EnumerateObject()) + { + if (property0.NameEquals("authorizationKey"u8)) + { + authorizationKey = property0.Value.GetString(); + continue; + } + if (property0.NameEquals("authorizationUseStatus"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + authorizationUseStatus = new ExpressRoutePortAuthorizationUseStatus(property0.Value.GetString()); + continue; + } + if (property0.NameEquals("circuitResourceUri"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + circuitResourceUri = new Uri(property0.Value.GetString()); + continue; + } + if (property0.NameEquals("provisioningState"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + provisioningState = new NetworkProvisioningState(property0.Value.GetString()); + continue; + } + } + continue; + } + } + return new ExpressRoutePortAuthorizationData(id.Value, name.Value, Optional.ToNullable(type), Optional.ToNullable(etag), authorizationKey.Value, Optional.ToNullable(authorizationUseStatus), circuitResourceUri.Value, Optional.ToNullable(provisioningState)); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ExpressRoutePortAuthorizationListResult.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ExpressRoutePortAuthorizationListResult.Serialization.cs new file mode 100644 index 000000000000..0ec3dcd4054a --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ExpressRoutePortAuthorizationListResult.Serialization.cs @@ -0,0 +1,50 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using System.Text.Json; +using Azure.Core; +using Azure.ResourceManager.Network; + +namespace Azure.ResourceManager.Network.Models +{ + internal partial class ExpressRoutePortAuthorizationListResult + { + internal static ExpressRoutePortAuthorizationListResult DeserializeExpressRoutePortAuthorizationListResult(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + Optional> value = default; + Optional nextLink = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("value"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property.Value.EnumerateArray()) + { + array.Add(ExpressRoutePortAuthorizationData.DeserializeExpressRoutePortAuthorizationData(item)); + } + value = array; + continue; + } + if (property.NameEquals("nextLink"u8)) + { + nextLink = property.Value.GetString(); + continue; + } + } + return new ExpressRoutePortAuthorizationListResult(Optional.ToList(value), nextLink.Value); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ExpressRoutePortAuthorizationListResult.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ExpressRoutePortAuthorizationListResult.cs new file mode 100644 index 000000000000..afd2af247ab4 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ExpressRoutePortAuthorizationListResult.cs @@ -0,0 +1,37 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using Azure.Core; +using Azure.ResourceManager.Network; + +namespace Azure.ResourceManager.Network.Models +{ + /// Response for ListExpressRoutePortAuthorizations API service call. + internal partial class ExpressRoutePortAuthorizationListResult + { + /// Initializes a new instance of ExpressRoutePortAuthorizationListResult. + internal ExpressRoutePortAuthorizationListResult() + { + Value = new ChangeTrackingList(); + } + + /// Initializes a new instance of ExpressRoutePortAuthorizationListResult. + /// The authorizations in an ExpressRoute Port. + /// The URL to get the next set of results. + internal ExpressRoutePortAuthorizationListResult(IReadOnlyList value, string nextLink) + { + Value = value; + NextLink = nextLink; + } + + /// The authorizations in an ExpressRoute Port. + public IReadOnlyList Value { get; } + /// The URL to get the next set of results. + public string NextLink { get; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ExpressRoutePortAuthorizationUseStatus.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ExpressRoutePortAuthorizationUseStatus.cs new file mode 100644 index 000000000000..331d12ef18b8 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ExpressRoutePortAuthorizationUseStatus.cs @@ -0,0 +1,51 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.ComponentModel; + +namespace Azure.ResourceManager.Network.Models +{ + /// The authorization use status. + public readonly partial struct ExpressRoutePortAuthorizationUseStatus : IEquatable + { + private readonly string _value; + + /// Initializes a new instance of . + /// is null. + public ExpressRoutePortAuthorizationUseStatus(string value) + { + _value = value ?? throw new ArgumentNullException(nameof(value)); + } + + private const string AvailableValue = "Available"; + private const string InUseValue = "InUse"; + + /// Available. + public static ExpressRoutePortAuthorizationUseStatus Available { get; } = new ExpressRoutePortAuthorizationUseStatus(AvailableValue); + /// InUse. + public static ExpressRoutePortAuthorizationUseStatus InUse { get; } = new ExpressRoutePortAuthorizationUseStatus(InUseValue); + /// Determines if two values are the same. + public static bool operator ==(ExpressRoutePortAuthorizationUseStatus left, ExpressRoutePortAuthorizationUseStatus right) => left.Equals(right); + /// Determines if two values are not the same. + public static bool operator !=(ExpressRoutePortAuthorizationUseStatus left, ExpressRoutePortAuthorizationUseStatus right) => !left.Equals(right); + /// Converts a string to a . + public static implicit operator ExpressRoutePortAuthorizationUseStatus(string value) => new ExpressRoutePortAuthorizationUseStatus(value); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override bool Equals(object obj) => obj is ExpressRoutePortAuthorizationUseStatus other && Equals(other); + /// + public bool Equals(ExpressRoutePortAuthorizationUseStatus other) => string.Equals(_value, other._value, StringComparison.InvariantCultureIgnoreCase); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override int GetHashCode() => _value?.GetHashCode() ?? 0; + /// + public override string ToString() => _value; + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ExpressRoutePortData.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ExpressRoutePortData.Serialization.cs index 9e59a502a452..da84735d8646 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ExpressRoutePortData.Serialization.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ExpressRoutePortData.Serialization.cs @@ -74,6 +74,11 @@ void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) } writer.WriteEndArray(); } + if (Optional.IsDefined(BillingType)) + { + writer.WritePropertyName("billingType"u8); + writer.WriteStringValue(BillingType.Value.ToString()); + } writer.WriteEndObject(); writer.WriteEndObject(); } @@ -102,6 +107,7 @@ internal static ExpressRoutePortData DeserializeExpressRoutePortData(JsonElement Optional> circuits = default; Optional provisioningState = default; Optional resourceGuid = default; + Optional billingType = default; foreach (var property in element.EnumerateObject()) { if (property.NameEquals("etag"u8)) @@ -270,11 +276,20 @@ internal static ExpressRoutePortData DeserializeExpressRoutePortData(JsonElement resourceGuid = property0.Value.GetGuid(); continue; } + if (property0.NameEquals("billingType"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + billingType = new ExpressRoutePortsBillingType(property0.Value.GetString()); + continue; + } } continue; } } - return new ExpressRoutePortData(id.Value, name.Value, Optional.ToNullable(type), Optional.ToNullable(location), Optional.ToDictionary(tags), Optional.ToNullable(etag), identity, peeringLocation.Value, Optional.ToNullable(bandwidthInGbps), Optional.ToNullable(provisionedBandwidthInGbps), mtu.Value, Optional.ToNullable(encapsulation), etherType.Value, allocationDate.Value, Optional.ToList(links), Optional.ToList(circuits), Optional.ToNullable(provisioningState), Optional.ToNullable(resourceGuid)); + return new ExpressRoutePortData(id.Value, name.Value, Optional.ToNullable(type), Optional.ToNullable(location), Optional.ToDictionary(tags), Optional.ToNullable(etag), identity, peeringLocation.Value, Optional.ToNullable(bandwidthInGbps), Optional.ToNullable(provisionedBandwidthInGbps), mtu.Value, Optional.ToNullable(encapsulation), etherType.Value, allocationDate.Value, Optional.ToList(links), Optional.ToList(circuits), Optional.ToNullable(provisioningState), Optional.ToNullable(resourceGuid), Optional.ToNullable(billingType)); } } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ExpressRoutePortsBillingType.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ExpressRoutePortsBillingType.cs new file mode 100644 index 000000000000..98d510ba93c7 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ExpressRoutePortsBillingType.cs @@ -0,0 +1,51 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.ComponentModel; + +namespace Azure.ResourceManager.Network.Models +{ + /// The billing type of the ExpressRoutePort resource. + public readonly partial struct ExpressRoutePortsBillingType : IEquatable + { + private readonly string _value; + + /// Initializes a new instance of . + /// is null. + public ExpressRoutePortsBillingType(string value) + { + _value = value ?? throw new ArgumentNullException(nameof(value)); + } + + private const string MeteredDataValue = "MeteredData"; + private const string UnlimitedDataValue = "UnlimitedData"; + + /// MeteredData. + public static ExpressRoutePortsBillingType MeteredData { get; } = new ExpressRoutePortsBillingType(MeteredDataValue); + /// UnlimitedData. + public static ExpressRoutePortsBillingType UnlimitedData { get; } = new ExpressRoutePortsBillingType(UnlimitedDataValue); + /// Determines if two values are the same. + public static bool operator ==(ExpressRoutePortsBillingType left, ExpressRoutePortsBillingType right) => left.Equals(right); + /// Determines if two values are not the same. + public static bool operator !=(ExpressRoutePortsBillingType left, ExpressRoutePortsBillingType right) => !left.Equals(right); + /// Converts a string to a . + public static implicit operator ExpressRoutePortsBillingType(string value) => new ExpressRoutePortsBillingType(value); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override bool Equals(object obj) => obj is ExpressRoutePortsBillingType other && Equals(other); + /// + public bool Equals(ExpressRoutePortsBillingType other) => string.Equals(_value, other._value, StringComparison.InvariantCultureIgnoreCase); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override int GetHashCode() => _value?.GetHashCode() ?? 0; + /// + public override string ToString() => _value; + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ExpressRouteProviderPortData.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ExpressRouteProviderPortData.Serialization.cs new file mode 100644 index 000000000000..18942d023d40 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ExpressRouteProviderPortData.Serialization.cs @@ -0,0 +1,212 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using System.Text.Json; +using Azure; +using Azure.Core; +using Azure.ResourceManager.Models; + +namespace Azure.ResourceManager.Network +{ + public partial class ExpressRouteProviderPortData : IUtf8JsonSerializable + { + void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) + { + writer.WriteStartObject(); + if (Optional.IsCollectionDefined(Tags)) + { + writer.WritePropertyName("tags"u8); + writer.WriteStartObject(); + foreach (var item in Tags) + { + writer.WritePropertyName(item.Key); + writer.WriteStringValue(item.Value); + } + writer.WriteEndObject(); + } + writer.WritePropertyName("location"u8); + writer.WriteStringValue(Location); + writer.WritePropertyName("properties"u8); + writer.WriteStartObject(); + if (Optional.IsDefined(PeeringLocation)) + { + writer.WritePropertyName("peeringLocation"u8); + writer.WriteStringValue(PeeringLocation); + } + if (Optional.IsDefined(OverprovisionFactor)) + { + writer.WritePropertyName("overprovisionFactor"u8); + writer.WriteNumberValue(OverprovisionFactor.Value); + } + if (Optional.IsDefined(PortBandwidthInMbps)) + { + writer.WritePropertyName("portBandwidthInMbps"u8); + writer.WriteNumberValue(PortBandwidthInMbps.Value); + } + if (Optional.IsDefined(UsedBandwidthInMbps)) + { + writer.WritePropertyName("usedBandwidthInMbps"u8); + writer.WriteNumberValue(UsedBandwidthInMbps.Value); + } + if (Optional.IsDefined(RemainingBandwidthInMbps)) + { + writer.WritePropertyName("remainingBandwidthInMbps"u8); + writer.WriteNumberValue(RemainingBandwidthInMbps.Value); + } + writer.WriteEndObject(); + writer.WriteEndObject(); + } + + internal static ExpressRouteProviderPortData DeserializeExpressRouteProviderPortData(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + Optional etag = default; + Optional> tags = default; + AzureLocation location = default; + ResourceIdentifier id = default; + string name = default; + ResourceType type = default; + Optional systemData = default; + Optional portPairDescriptor = default; + Optional primaryAzurePort = default; + Optional secondaryAzurePort = default; + Optional peeringLocation = default; + Optional overprovisionFactor = default; + Optional portBandwidthInMbps = default; + Optional usedBandwidthInMbps = default; + Optional remainingBandwidthInMbps = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("etag"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + etag = new ETag(property.Value.GetString()); + continue; + } + if (property.NameEquals("tags"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + Dictionary dictionary = new Dictionary(); + foreach (var property0 in property.Value.EnumerateObject()) + { + dictionary.Add(property0.Name, property0.Value.GetString()); + } + tags = dictionary; + continue; + } + if (property.NameEquals("location"u8)) + { + location = new AzureLocation(property.Value.GetString()); + continue; + } + if (property.NameEquals("id"u8)) + { + id = new ResourceIdentifier(property.Value.GetString()); + continue; + } + if (property.NameEquals("name"u8)) + { + name = property.Value.GetString(); + continue; + } + if (property.NameEquals("type"u8)) + { + type = new ResourceType(property.Value.GetString()); + continue; + } + if (property.NameEquals("systemData"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + systemData = JsonSerializer.Deserialize(property.Value.GetRawText()); + continue; + } + if (property.NameEquals("properties"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + property.ThrowNonNullablePropertyIsNull(); + continue; + } + foreach (var property0 in property.Value.EnumerateObject()) + { + if (property0.NameEquals("portPairDescriptor"u8)) + { + portPairDescriptor = property0.Value.GetString(); + continue; + } + if (property0.NameEquals("primaryAzurePort"u8)) + { + primaryAzurePort = property0.Value.GetString(); + continue; + } + if (property0.NameEquals("secondaryAzurePort"u8)) + { + secondaryAzurePort = property0.Value.GetString(); + continue; + } + if (property0.NameEquals("peeringLocation"u8)) + { + peeringLocation = property0.Value.GetString(); + continue; + } + if (property0.NameEquals("overprovisionFactor"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + overprovisionFactor = property0.Value.GetInt32(); + continue; + } + if (property0.NameEquals("portBandwidthInMbps"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + portBandwidthInMbps = property0.Value.GetInt32(); + continue; + } + if (property0.NameEquals("usedBandwidthInMbps"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + usedBandwidthInMbps = property0.Value.GetInt32(); + continue; + } + if (property0.NameEquals("remainingBandwidthInMbps"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + remainingBandwidthInMbps = property0.Value.GetInt32(); + continue; + } + } + continue; + } + } + return new ExpressRouteProviderPortData(id, name, type, systemData.Value, Optional.ToDictionary(tags), location, Optional.ToNullable(etag), portPairDescriptor.Value, primaryAzurePort.Value, secondaryAzurePort.Value, peeringLocation.Value, Optional.ToNullable(overprovisionFactor), Optional.ToNullable(portBandwidthInMbps), Optional.ToNullable(usedBandwidthInMbps), Optional.ToNullable(remainingBandwidthInMbps)); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ExpressRouteProviderPortListResult.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ExpressRouteProviderPortListResult.Serialization.cs new file mode 100644 index 000000000000..9f69c22e9b8b --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ExpressRouteProviderPortListResult.Serialization.cs @@ -0,0 +1,50 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using System.Text.Json; +using Azure.Core; +using Azure.ResourceManager.Network; + +namespace Azure.ResourceManager.Network.Models +{ + internal partial class ExpressRouteProviderPortListResult + { + internal static ExpressRouteProviderPortListResult DeserializeExpressRouteProviderPortListResult(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + Optional> value = default; + Optional nextLink = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("value"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property.Value.EnumerateArray()) + { + array.Add(ExpressRouteProviderPortData.DeserializeExpressRouteProviderPortData(item)); + } + value = array; + continue; + } + if (property.NameEquals("nextLink"u8)) + { + nextLink = property.Value.GetString(); + continue; + } + } + return new ExpressRouteProviderPortListResult(Optional.ToList(value), nextLink.Value); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ExpressRouteProviderPortListResult.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ExpressRouteProviderPortListResult.cs new file mode 100644 index 000000000000..f0cffad70aff --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ExpressRouteProviderPortListResult.cs @@ -0,0 +1,37 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using Azure.Core; +using Azure.ResourceManager.Network; + +namespace Azure.ResourceManager.Network.Models +{ + /// Response for ListExpressRouteProviderPort API service call. + internal partial class ExpressRouteProviderPortListResult + { + /// Initializes a new instance of ExpressRouteProviderPortListResult. + internal ExpressRouteProviderPortListResult() + { + Value = new ChangeTrackingList(); + } + + /// Initializes a new instance of ExpressRouteProviderPortListResult. + /// A list of ExpressRouteProviderPort resources. + /// The URL to get the next set of results. + internal ExpressRouteProviderPortListResult(IReadOnlyList value, string nextLink) + { + Value = value; + NextLink = nextLink; + } + + /// A list of ExpressRouteProviderPort resources. + public IReadOnlyList Value { get; } + /// The URL to get the next set of results. + public string NextLink { get; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/FirewallPolicyData.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/FirewallPolicyData.Serialization.cs index 671edf4a7532..5c6ec91ce11a 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/FirewallPolicyData.Serialization.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/FirewallPolicyData.Serialization.cs @@ -73,11 +73,21 @@ void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) writer.WritePropertyName("snat"u8); writer.WriteObjectValue(Snat); } + if (Optional.IsDefined(Sql)) + { + writer.WritePropertyName("sql"u8); + writer.WriteObjectValue(Sql); + } if (Optional.IsDefined(DnsSettings)) { writer.WritePropertyName("dnsSettings"u8); writer.WriteObjectValue(DnsSettings); } + if (Optional.IsDefined(ExplicitProxy)) + { + writer.WritePropertyName("explicitProxy"u8); + writer.WriteObjectValue(ExplicitProxy); + } if (Optional.IsDefined(IntrusionDetection)) { writer.WritePropertyName("intrusionDetection"u8); @@ -119,7 +129,9 @@ internal static FirewallPolicyData DeserializeFirewallPolicyData(JsonElement ele Optional threatIntelWhitelist = default; Optional insights = default; Optional snat = default; + Optional sql = default; Optional dnsSettings = default; + Optional explicitProxy = default; Optional intrusionDetection = default; Optional transportSecurity = default; Optional sku = default; @@ -294,6 +306,15 @@ internal static FirewallPolicyData DeserializeFirewallPolicyData(JsonElement ele snat = FirewallPolicySnat.DeserializeFirewallPolicySnat(property0.Value); continue; } + if (property0.NameEquals("sql"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + sql = FirewallPolicySQL.DeserializeFirewallPolicySQL(property0.Value); + continue; + } if (property0.NameEquals("dnsSettings"u8)) { if (property0.Value.ValueKind == JsonValueKind.Null) @@ -303,6 +324,15 @@ internal static FirewallPolicyData DeserializeFirewallPolicyData(JsonElement ele dnsSettings = DnsSettings.DeserializeDnsSettings(property0.Value); continue; } + if (property0.NameEquals("explicitProxy"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + explicitProxy = FirewallPolicyExplicitProxy.DeserializeFirewallPolicyExplicitProxy(property0.Value); + continue; + } if (property0.NameEquals("intrusionDetection"u8)) { if (property0.Value.ValueKind == JsonValueKind.Null) @@ -334,7 +364,7 @@ internal static FirewallPolicyData DeserializeFirewallPolicyData(JsonElement ele continue; } } - return new FirewallPolicyData(id.Value, name.Value, Optional.ToNullable(type), Optional.ToNullable(location), Optional.ToDictionary(tags), Optional.ToNullable(etag), identity, Optional.ToList(ruleCollectionGroups), Optional.ToNullable(provisioningState), basePolicy, Optional.ToList(firewalls), Optional.ToList(childPolicies), Optional.ToNullable(threatIntelMode), threatIntelWhitelist.Value, insights.Value, snat.Value, dnsSettings.Value, intrusionDetection.Value, transportSecurity.Value, sku.Value); + return new FirewallPolicyData(id.Value, name.Value, Optional.ToNullable(type), Optional.ToNullable(location), Optional.ToDictionary(tags), Optional.ToNullable(etag), identity, Optional.ToList(ruleCollectionGroups), Optional.ToNullable(provisioningState), basePolicy, Optional.ToList(firewalls), Optional.ToList(childPolicies), Optional.ToNullable(threatIntelMode), threatIntelWhitelist.Value, insights.Value, snat.Value, sql.Value, dnsSettings.Value, explicitProxy.Value, intrusionDetection.Value, transportSecurity.Value, sku.Value); } } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/FirewallPolicyExplicitProxy.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/FirewallPolicyExplicitProxy.Serialization.cs new file mode 100644 index 000000000000..84968b23856e --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/FirewallPolicyExplicitProxy.Serialization.cs @@ -0,0 +1,135 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + public partial class FirewallPolicyExplicitProxy : IUtf8JsonSerializable + { + void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) + { + writer.WriteStartObject(); + if (Optional.IsDefined(EnableExplicitProxy)) + { + if (EnableExplicitProxy != null) + { + writer.WritePropertyName("enableExplicitProxy"u8); + writer.WriteBooleanValue(EnableExplicitProxy.Value); + } + else + { + writer.WriteNull("enableExplicitProxy"); + } + } + if (Optional.IsDefined(HttpPort)) + { + writer.WritePropertyName("httpPort"u8); + writer.WriteNumberValue(HttpPort.Value); + } + if (Optional.IsDefined(HttpsPort)) + { + writer.WritePropertyName("httpsPort"u8); + writer.WriteNumberValue(HttpsPort.Value); + } + if (Optional.IsDefined(EnablePacFile)) + { + if (EnablePacFile != null) + { + writer.WritePropertyName("enablePacFile"u8); + writer.WriteBooleanValue(EnablePacFile.Value); + } + else + { + writer.WriteNull("enablePacFile"); + } + } + if (Optional.IsDefined(PacFilePort)) + { + writer.WritePropertyName("pacFilePort"u8); + writer.WriteNumberValue(PacFilePort.Value); + } + if (Optional.IsDefined(PacFile)) + { + writer.WritePropertyName("pacFile"u8); + writer.WriteStringValue(PacFile); + } + writer.WriteEndObject(); + } + + internal static FirewallPolicyExplicitProxy DeserializeFirewallPolicyExplicitProxy(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + Optional enableExplicitProxy = default; + Optional httpPort = default; + Optional httpsPort = default; + Optional enablePacFile = default; + Optional pacFilePort = default; + Optional pacFile = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("enableExplicitProxy"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + enableExplicitProxy = null; + continue; + } + enableExplicitProxy = property.Value.GetBoolean(); + continue; + } + if (property.NameEquals("httpPort"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + httpPort = property.Value.GetInt32(); + continue; + } + if (property.NameEquals("httpsPort"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + httpsPort = property.Value.GetInt32(); + continue; + } + if (property.NameEquals("enablePacFile"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + enablePacFile = null; + continue; + } + enablePacFile = property.Value.GetBoolean(); + continue; + } + if (property.NameEquals("pacFilePort"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + pacFilePort = property.Value.GetInt32(); + continue; + } + if (property.NameEquals("pacFile"u8)) + { + pacFile = property.Value.GetString(); + continue; + } + } + return new FirewallPolicyExplicitProxy(Optional.ToNullable(enableExplicitProxy), Optional.ToNullable(httpPort), Optional.ToNullable(httpsPort), Optional.ToNullable(enablePacFile), Optional.ToNullable(pacFilePort), pacFile.Value); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/FirewallPolicyExplicitProxy.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/FirewallPolicyExplicitProxy.cs new file mode 100644 index 000000000000..3457aaabd5aa --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/FirewallPolicyExplicitProxy.cs @@ -0,0 +1,48 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +namespace Azure.ResourceManager.Network.Models +{ + /// Explicit Proxy Settings in Firewall Policy. + public partial class FirewallPolicyExplicitProxy + { + /// Initializes a new instance of FirewallPolicyExplicitProxy. + public FirewallPolicyExplicitProxy() + { + } + + /// Initializes a new instance of FirewallPolicyExplicitProxy. + /// When set to true, explicit proxy mode is enabled. + /// Port number for explicit proxy http protocol, cannot be greater than 64000. + /// Port number for explicit proxy https protocol, cannot be greater than 64000. + /// When set to true, pac file port and url needs to be provided. + /// Port number for firewall to serve PAC file. + /// SAS URL for PAC file. + internal FirewallPolicyExplicitProxy(bool? enableExplicitProxy, int? httpPort, int? httpsPort, bool? enablePacFile, int? pacFilePort, string pacFile) + { + EnableExplicitProxy = enableExplicitProxy; + HttpPort = httpPort; + HttpsPort = httpsPort; + EnablePacFile = enablePacFile; + PacFilePort = pacFilePort; + PacFile = pacFile; + } + + /// When set to true, explicit proxy mode is enabled. + public bool? EnableExplicitProxy { get; set; } + /// Port number for explicit proxy http protocol, cannot be greater than 64000. + public int? HttpPort { get; set; } + /// Port number for explicit proxy https protocol, cannot be greater than 64000. + public int? HttpsPort { get; set; } + /// When set to true, pac file port and url needs to be provided. + public bool? EnablePacFile { get; set; } + /// Port number for firewall to serve PAC file. + public int? PacFilePort { get; set; } + /// SAS URL for PAC file. + public string PacFile { get; set; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/FirewallPolicyIdpsQuerySortOrder.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/FirewallPolicyIdpsQuerySortOrder.cs new file mode 100644 index 000000000000..bc75a0c58d8c --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/FirewallPolicyIdpsQuerySortOrder.cs @@ -0,0 +1,51 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.ComponentModel; + +namespace Azure.ResourceManager.Network.Models +{ + /// Describes if results should be in ascending/descending order. + public readonly partial struct FirewallPolicyIdpsQuerySortOrder : IEquatable + { + private readonly string _value; + + /// Initializes a new instance of . + /// is null. + public FirewallPolicyIdpsQuerySortOrder(string value) + { + _value = value ?? throw new ArgumentNullException(nameof(value)); + } + + private const string AscendingValue = "Ascending"; + private const string DescendingValue = "Descending"; + + /// Ascending. + public static FirewallPolicyIdpsQuerySortOrder Ascending { get; } = new FirewallPolicyIdpsQuerySortOrder(AscendingValue); + /// Descending. + public static FirewallPolicyIdpsQuerySortOrder Descending { get; } = new FirewallPolicyIdpsQuerySortOrder(DescendingValue); + /// Determines if two values are the same. + public static bool operator ==(FirewallPolicyIdpsQuerySortOrder left, FirewallPolicyIdpsQuerySortOrder right) => left.Equals(right); + /// Determines if two values are not the same. + public static bool operator !=(FirewallPolicyIdpsQuerySortOrder left, FirewallPolicyIdpsQuerySortOrder right) => !left.Equals(right); + /// Converts a string to a . + public static implicit operator FirewallPolicyIdpsQuerySortOrder(string value) => new FirewallPolicyIdpsQuerySortOrder(value); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override bool Equals(object obj) => obj is FirewallPolicyIdpsQuerySortOrder other && Equals(other); + /// + public bool Equals(FirewallPolicyIdpsQuerySortOrder other) => string.Equals(_value, other._value, StringComparison.InvariantCultureIgnoreCase); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override int GetHashCode() => _value?.GetHashCode() ?? 0; + /// + public override string ToString() => _value; + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/FirewallPolicyIdpsSignatureDirection.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/FirewallPolicyIdpsSignatureDirection.Serialization.cs new file mode 100644 index 000000000000..3d71484ef577 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/FirewallPolicyIdpsSignatureDirection.Serialization.cs @@ -0,0 +1,22 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; + +namespace Azure.ResourceManager.Network.Models +{ + internal static partial class FirewallPolicyIdpsSignatureDirectionExtensions + { + public static FirewallPolicyIdpsSignatureDirection ToFirewallPolicyIdpsSignatureDirection(this int value) + { + if (value == 0) return FirewallPolicyIdpsSignatureDirection.Zero; + if (value == 1) return FirewallPolicyIdpsSignatureDirection.One; + if (value == 2) return FirewallPolicyIdpsSignatureDirection.Two; + throw new ArgumentOutOfRangeException(nameof(value), value, "Unknown FirewallPolicyIdpsSignatureDirection value."); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/FirewallPolicyIdpsSignatureDirection.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/FirewallPolicyIdpsSignatureDirection.cs new file mode 100644 index 000000000000..908179646b05 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/FirewallPolicyIdpsSignatureDirection.cs @@ -0,0 +1,20 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +namespace Azure.ResourceManager.Network.Models +{ + /// Describes in which direction signature is being enforced: 0 - Inbound, 1 - OutBound, 2 - Bidirectional. + public enum FirewallPolicyIdpsSignatureDirection + { + /// 0. + Zero = 0, + /// 1. + One = 1, + /// 2. + Two = 2 + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/FirewallPolicyIdpsSignatureMode.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/FirewallPolicyIdpsSignatureMode.Serialization.cs new file mode 100644 index 000000000000..e82e34806247 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/FirewallPolicyIdpsSignatureMode.Serialization.cs @@ -0,0 +1,22 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; + +namespace Azure.ResourceManager.Network.Models +{ + internal static partial class FirewallPolicyIdpsSignatureModeExtensions + { + public static FirewallPolicyIdpsSignatureMode ToFirewallPolicyIdpsSignatureMode(this int value) + { + if (value == 0) return FirewallPolicyIdpsSignatureMode.Zero; + if (value == 1) return FirewallPolicyIdpsSignatureMode.One; + if (value == 2) return FirewallPolicyIdpsSignatureMode.Two; + throw new ArgumentOutOfRangeException(nameof(value), value, "Unknown FirewallPolicyIdpsSignatureMode value."); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/FirewallPolicyIdpsSignatureMode.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/FirewallPolicyIdpsSignatureMode.cs new file mode 100644 index 000000000000..9d7a964c182d --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/FirewallPolicyIdpsSignatureMode.cs @@ -0,0 +1,20 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +namespace Azure.ResourceManager.Network.Models +{ + /// The current mode enforced, 0 - Disabled, 1 - Alert, 2 -Deny. + public enum FirewallPolicyIdpsSignatureMode + { + /// 0. + Zero = 0, + /// 1. + One = 1, + /// 2. + Two = 2 + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/FirewallPolicyIdpsSignatureSeverity.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/FirewallPolicyIdpsSignatureSeverity.Serialization.cs new file mode 100644 index 000000000000..56bf655cb66f --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/FirewallPolicyIdpsSignatureSeverity.Serialization.cs @@ -0,0 +1,22 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; + +namespace Azure.ResourceManager.Network.Models +{ + internal static partial class FirewallPolicyIdpsSignatureSeverityExtensions + { + public static FirewallPolicyIdpsSignatureSeverity ToFirewallPolicyIdpsSignatureSeverity(this int value) + { + if (value == 1) return FirewallPolicyIdpsSignatureSeverity.One; + if (value == 2) return FirewallPolicyIdpsSignatureSeverity.Two; + if (value == 3) return FirewallPolicyIdpsSignatureSeverity.Three; + throw new ArgumentOutOfRangeException(nameof(value), value, "Unknown FirewallPolicyIdpsSignatureSeverity value."); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/FirewallPolicyIdpsSignatureSeverity.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/FirewallPolicyIdpsSignatureSeverity.cs new file mode 100644 index 000000000000..f69febfbe90d --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/FirewallPolicyIdpsSignatureSeverity.cs @@ -0,0 +1,20 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +namespace Azure.ResourceManager.Network.Models +{ + /// Describes the severity of signature: 1 - Low, 2 - Medium, 3 - High. + public enum FirewallPolicyIdpsSignatureSeverity + { + /// 1. + One = 1, + /// 2. + Two = 2, + /// 3. + Three = 3 + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/FirewallPolicyIntrusionDetectionConfiguration.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/FirewallPolicyIntrusionDetectionConfiguration.Serialization.cs index ffddeb923d03..4a459185906c 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/FirewallPolicyIntrusionDetectionConfiguration.Serialization.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/FirewallPolicyIntrusionDetectionConfiguration.Serialization.cs @@ -36,6 +36,16 @@ void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) } writer.WriteEndArray(); } + if (Optional.IsCollectionDefined(PrivateRanges)) + { + writer.WritePropertyName("privateRanges"u8); + writer.WriteStartArray(); + foreach (var item in PrivateRanges) + { + writer.WriteStringValue(item); + } + writer.WriteEndArray(); + } writer.WriteEndObject(); } @@ -47,6 +57,7 @@ internal static FirewallPolicyIntrusionDetectionConfiguration DeserializeFirewal } Optional> signatureOverrides = default; Optional> bypassTrafficSettings = default; + Optional> privateRanges = default; foreach (var property in element.EnumerateObject()) { if (property.NameEquals("signatureOverrides"u8)) @@ -77,8 +88,22 @@ internal static FirewallPolicyIntrusionDetectionConfiguration DeserializeFirewal bypassTrafficSettings = array; continue; } + if (property.NameEquals("privateRanges"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property.Value.EnumerateArray()) + { + array.Add(item.GetString()); + } + privateRanges = array; + continue; + } } - return new FirewallPolicyIntrusionDetectionConfiguration(Optional.ToList(signatureOverrides), Optional.ToList(bypassTrafficSettings)); + return new FirewallPolicyIntrusionDetectionConfiguration(Optional.ToList(signatureOverrides), Optional.ToList(bypassTrafficSettings), Optional.ToList(privateRanges)); } } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/FirewallPolicyIntrusionDetectionConfiguration.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/FirewallPolicyIntrusionDetectionConfiguration.cs index 09ef8235a4bd..87f834327f17 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/FirewallPolicyIntrusionDetectionConfiguration.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/FirewallPolicyIntrusionDetectionConfiguration.cs @@ -18,20 +18,25 @@ public FirewallPolicyIntrusionDetectionConfiguration() { SignatureOverrides = new ChangeTrackingList(); BypassTrafficSettings = new ChangeTrackingList(); + PrivateRanges = new ChangeTrackingList(); } /// Initializes a new instance of FirewallPolicyIntrusionDetectionConfiguration. /// List of specific signatures states. /// List of rules for traffic to bypass. - internal FirewallPolicyIntrusionDetectionConfiguration(IList signatureOverrides, IList bypassTrafficSettings) + /// IDPS Private IP address ranges are used to identify traffic direction (i.e. inbound, outbound, etc.). By default, only ranges defined by IANA RFC 1918 are considered private IP addresses. To modify default ranges, specify your Private IP address ranges with this property. + internal FirewallPolicyIntrusionDetectionConfiguration(IList signatureOverrides, IList bypassTrafficSettings, IList privateRanges) { SignatureOverrides = signatureOverrides; BypassTrafficSettings = bypassTrafficSettings; + PrivateRanges = privateRanges; } /// List of specific signatures states. public IList SignatureOverrides { get; } /// List of rules for traffic to bypass. public IList BypassTrafficSettings { get; } + /// IDPS Private IP address ranges are used to identify traffic direction (i.e. inbound, outbound, etc.). By default, only ranges defined by IANA RFC 1918 are considered private IP addresses. To modify default ranges, specify your Private IP address ranges with this property. + public IList PrivateRanges { get; } } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/FirewallPolicySQL.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/FirewallPolicySQL.Serialization.cs new file mode 100644 index 000000000000..823ab0ccfdc7 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/FirewallPolicySQL.Serialization.cs @@ -0,0 +1,48 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + internal partial class FirewallPolicySQL : IUtf8JsonSerializable + { + void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) + { + writer.WriteStartObject(); + if (Optional.IsDefined(AllowSqlRedirect)) + { + writer.WritePropertyName("allowSqlRedirect"u8); + writer.WriteBooleanValue(AllowSqlRedirect.Value); + } + writer.WriteEndObject(); + } + + internal static FirewallPolicySQL DeserializeFirewallPolicySQL(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + Optional allowSqlRedirect = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("allowSqlRedirect"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + allowSqlRedirect = property.Value.GetBoolean(); + continue; + } + } + return new FirewallPolicySQL(Optional.ToNullable(allowSqlRedirect)); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/FirewallPolicySQL.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/FirewallPolicySQL.cs new file mode 100644 index 000000000000..55760dc2e4f1 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/FirewallPolicySQL.cs @@ -0,0 +1,28 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +namespace Azure.ResourceManager.Network.Models +{ + /// SQL Settings in Firewall Policy. + internal partial class FirewallPolicySQL + { + /// Initializes a new instance of FirewallPolicySQL. + public FirewallPolicySQL() + { + } + + /// Initializes a new instance of FirewallPolicySQL. + /// A flag to indicate if SQL Redirect traffic filtering is enabled. Turning on the flag requires no rule using port 11000-11999. + internal FirewallPolicySQL(bool? allowSqlRedirect) + { + AllowSqlRedirect = allowSqlRedirect; + } + + /// A flag to indicate if SQL Redirect traffic filtering is enabled. Turning on the flag requires no rule using port 11000-11999. + public bool? AllowSqlRedirect { get; set; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/FirewallPolicySkuTier.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/FirewallPolicySkuTier.cs index 621f63b9c43f..9978cc1d4a26 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/FirewallPolicySkuTier.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/FirewallPolicySkuTier.cs @@ -24,11 +24,14 @@ public FirewallPolicySkuTier(string value) private const string StandardValue = "Standard"; private const string PremiumValue = "Premium"; + private const string BasicValue = "Basic"; /// Standard. public static FirewallPolicySkuTier Standard { get; } = new FirewallPolicySkuTier(StandardValue); /// Premium. public static FirewallPolicySkuTier Premium { get; } = new FirewallPolicySkuTier(PremiumValue); + /// Basic. + public static FirewallPolicySkuTier Basic { get; } = new FirewallPolicySkuTier(BasicValue); /// Determines if two values are the same. public static bool operator ==(FirewallPolicySkuTier left, FirewallPolicySkuTier right) => left.Equals(right); /// Determines if two values are not the same. diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/FirewallPolicySnat.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/FirewallPolicySnat.Serialization.cs index e46c3d07d72b..7e3d7ca2e952 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/FirewallPolicySnat.Serialization.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/FirewallPolicySnat.Serialization.cs @@ -11,7 +11,7 @@ namespace Azure.ResourceManager.Network.Models { - internal partial class FirewallPolicySnat : IUtf8JsonSerializable + public partial class FirewallPolicySnat : IUtf8JsonSerializable { void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) { @@ -26,6 +26,11 @@ void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) } writer.WriteEndArray(); } + if (Optional.IsDefined(AutoLearnPrivateRanges)) + { + writer.WritePropertyName("autoLearnPrivateRanges"u8); + writer.WriteStringValue(AutoLearnPrivateRanges.Value.ToString()); + } writer.WriteEndObject(); } @@ -36,6 +41,7 @@ internal static FirewallPolicySnat DeserializeFirewallPolicySnat(JsonElement ele return null; } Optional> privateRanges = default; + Optional autoLearnPrivateRanges = default; foreach (var property in element.EnumerateObject()) { if (property.NameEquals("privateRanges"u8)) @@ -52,8 +58,17 @@ internal static FirewallPolicySnat DeserializeFirewallPolicySnat(JsonElement ele privateRanges = array; continue; } + if (property.NameEquals("autoLearnPrivateRanges"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + autoLearnPrivateRanges = new AutoLearnPrivateRangesMode(property.Value.GetString()); + continue; + } } - return new FirewallPolicySnat(Optional.ToList(privateRanges)); + return new FirewallPolicySnat(Optional.ToList(privateRanges), Optional.ToNullable(autoLearnPrivateRanges)); } } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/FirewallPolicySnat.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/FirewallPolicySnat.cs index f4de6b342361..ea604199329f 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/FirewallPolicySnat.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/FirewallPolicySnat.cs @@ -11,7 +11,7 @@ namespace Azure.ResourceManager.Network.Models { /// The private IP addresses/IP ranges to which traffic will not be SNAT. - internal partial class FirewallPolicySnat + public partial class FirewallPolicySnat { /// Initializes a new instance of FirewallPolicySnat. public FirewallPolicySnat() @@ -21,12 +21,16 @@ public FirewallPolicySnat() /// Initializes a new instance of FirewallPolicySnat. /// List of private IP addresses/IP address ranges to not be SNAT. - internal FirewallPolicySnat(IList privateRanges) + /// The operation mode for automatically learning private ranges to not be SNAT. + internal FirewallPolicySnat(IList privateRanges, AutoLearnPrivateRangesMode? autoLearnPrivateRanges) { PrivateRanges = privateRanges; + AutoLearnPrivateRanges = autoLearnPrivateRanges; } /// List of private IP addresses/IP address ranges to not be SNAT. public IList PrivateRanges { get; } + /// The operation mode for automatically learning private ranges to not be SNAT. + public AutoLearnPrivateRangesMode? AutoLearnPrivateRanges { get; set; } } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/GatewayCustomBgpIPAddressIPConfiguration.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/GatewayCustomBgpIPAddressIPConfiguration.Serialization.cs new file mode 100644 index 000000000000..8c7e9fcd3e97 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/GatewayCustomBgpIPAddressIPConfiguration.Serialization.cs @@ -0,0 +1,49 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + public partial class GatewayCustomBgpIPAddressIPConfiguration : IUtf8JsonSerializable + { + void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) + { + writer.WriteStartObject(); + writer.WritePropertyName("ipConfigurationId"u8); + writer.WriteStringValue(IPConfigurationId); + writer.WritePropertyName("customBgpIpAddress"u8); + writer.WriteStringValue(CustomBgpIPAddress); + writer.WriteEndObject(); + } + + internal static GatewayCustomBgpIPAddressIPConfiguration DeserializeGatewayCustomBgpIPAddressIPConfiguration(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + string ipConfigurationId = default; + string customBgpIPAddress = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("ipConfigurationId"u8)) + { + ipConfigurationId = property.Value.GetString(); + continue; + } + if (property.NameEquals("customBgpIpAddress"u8)) + { + customBgpIPAddress = property.Value.GetString(); + continue; + } + } + return new GatewayCustomBgpIPAddressIPConfiguration(ipConfigurationId, customBgpIPAddress); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/GatewayCustomBgpIPAddressIPConfiguration.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/GatewayCustomBgpIPAddressIPConfiguration.cs new file mode 100644 index 000000000000..3036c6caa31c --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/GatewayCustomBgpIPAddressIPConfiguration.cs @@ -0,0 +1,34 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + /// GatewayCustomBgpIpAddressIpConfiguration for a virtual network gateway connection. + public partial class GatewayCustomBgpIPAddressIPConfiguration + { + /// Initializes a new instance of GatewayCustomBgpIPAddressIPConfiguration. + /// The IpconfigurationId of ipconfiguration which belongs to gateway. + /// The custom BgpPeeringAddress which belongs to IpconfigurationId. + /// or is null. + public GatewayCustomBgpIPAddressIPConfiguration(string ipConfigurationId, string customBgpIPAddress) + { + Argument.AssertNotNull(ipConfigurationId, nameof(ipConfigurationId)); + Argument.AssertNotNull(customBgpIPAddress, nameof(customBgpIPAddress)); + + IPConfigurationId = ipConfigurationId; + CustomBgpIPAddress = customBgpIPAddress; + } + + /// The IpconfigurationId of ipconfiguration which belongs to gateway. + public string IPConfigurationId { get; set; } + /// The custom BgpPeeringAddress which belongs to IpconfigurationId. + public string CustomBgpIPAddress { get; set; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/GlobalMeshSupportFlag.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/GlobalMeshSupportFlag.cs new file mode 100644 index 000000000000..c90e6c038637 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/GlobalMeshSupportFlag.cs @@ -0,0 +1,51 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.ComponentModel; + +namespace Azure.ResourceManager.Network.Models +{ + /// Flag if global mesh is supported. + public readonly partial struct GlobalMeshSupportFlag : IEquatable + { + private readonly string _value; + + /// Initializes a new instance of . + /// is null. + public GlobalMeshSupportFlag(string value) + { + _value = value ?? throw new ArgumentNullException(nameof(value)); + } + + private const string FalseValue = "False"; + private const string TrueValue = "True"; + + /// False. + public static GlobalMeshSupportFlag False { get; } = new GlobalMeshSupportFlag(FalseValue); + /// True. + public static GlobalMeshSupportFlag True { get; } = new GlobalMeshSupportFlag(TrueValue); + /// Determines if two values are the same. + public static bool operator ==(GlobalMeshSupportFlag left, GlobalMeshSupportFlag right) => left.Equals(right); + /// Determines if two values are not the same. + public static bool operator !=(GlobalMeshSupportFlag left, GlobalMeshSupportFlag right) => !left.Equals(right); + /// Converts a string to a . + public static implicit operator GlobalMeshSupportFlag(string value) => new GlobalMeshSupportFlag(value); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override bool Equals(object obj) => obj is GlobalMeshSupportFlag other && Equals(other); + /// + public bool Equals(GlobalMeshSupportFlag other) => string.Equals(_value, other._value, StringComparison.InvariantCultureIgnoreCase); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override int GetHashCode() => _value?.GetHashCode() ?? 0; + /// + public override string ToString() => _value; + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/GroupConnectivity.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/GroupConnectivity.cs new file mode 100644 index 000000000000..b1f737b5b543 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/GroupConnectivity.cs @@ -0,0 +1,51 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.ComponentModel; + +namespace Azure.ResourceManager.Network.Models +{ + /// Group connectivity type. + public readonly partial struct GroupConnectivity : IEquatable + { + private readonly string _value; + + /// Initializes a new instance of . + /// is null. + public GroupConnectivity(string value) + { + _value = value ?? throw new ArgumentNullException(nameof(value)); + } + + private const string NoneValue = "None"; + private const string DirectlyConnectedValue = "DirectlyConnected"; + + /// None. + public static GroupConnectivity None { get; } = new GroupConnectivity(NoneValue); + /// DirectlyConnected. + public static GroupConnectivity DirectlyConnected { get; } = new GroupConnectivity(DirectlyConnectedValue); + /// Determines if two values are the same. + public static bool operator ==(GroupConnectivity left, GroupConnectivity right) => left.Equals(right); + /// Determines if two values are not the same. + public static bool operator !=(GroupConnectivity left, GroupConnectivity right) => !left.Equals(right); + /// Converts a string to a . + public static implicit operator GroupConnectivity(string value) => new GroupConnectivity(value); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override bool Equals(object obj) => obj is GroupConnectivity other && Equals(other); + /// + public bool Equals(GroupConnectivity other) => string.Equals(_value, other._value, StringComparison.InvariantCultureIgnoreCase); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override int GetHashCode() => _value?.GetHashCode() ?? 0; + /// + public override string ToString() => _value; + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/HubGatewayUsageFlag.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/HubGatewayUsageFlag.cs new file mode 100644 index 000000000000..7065cb129ce2 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/HubGatewayUsageFlag.cs @@ -0,0 +1,51 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.ComponentModel; + +namespace Azure.ResourceManager.Network.Models +{ + /// Flag if need to use hub gateway. + public readonly partial struct HubGatewayUsageFlag : IEquatable + { + private readonly string _value; + + /// Initializes a new instance of . + /// is null. + public HubGatewayUsageFlag(string value) + { + _value = value ?? throw new ArgumentNullException(nameof(value)); + } + + private const string FalseValue = "False"; + private const string TrueValue = "True"; + + /// False. + public static HubGatewayUsageFlag False { get; } = new HubGatewayUsageFlag(FalseValue); + /// True. + public static HubGatewayUsageFlag True { get; } = new HubGatewayUsageFlag(TrueValue); + /// Determines if two values are the same. + public static bool operator ==(HubGatewayUsageFlag left, HubGatewayUsageFlag right) => left.Equals(right); + /// Determines if two values are not the same. + public static bool operator !=(HubGatewayUsageFlag left, HubGatewayUsageFlag right) => !left.Equals(right); + /// Converts a string to a . + public static implicit operator HubGatewayUsageFlag(string value) => new HubGatewayUsageFlag(value); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override bool Equals(object obj) => obj is HubGatewayUsageFlag other && Equals(other); + /// + public bool Equals(HubGatewayUsageFlag other) => string.Equals(_value, other._value, StringComparison.InvariantCultureIgnoreCase); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override int GetHashCode() => _value?.GetHashCode() ?? 0; + /// + public override string ToString() => _value; + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/HubRoutingPreference.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/HubRoutingPreference.cs new file mode 100644 index 000000000000..8ea099a82573 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/HubRoutingPreference.cs @@ -0,0 +1,54 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.ComponentModel; + +namespace Azure.ResourceManager.Network.Models +{ + /// The hub routing preference gateway types. + public readonly partial struct HubRoutingPreference : IEquatable + { + private readonly string _value; + + /// Initializes a new instance of . + /// is null. + public HubRoutingPreference(string value) + { + _value = value ?? throw new ArgumentNullException(nameof(value)); + } + + private const string ExpressRouteValue = "ExpressRoute"; + private const string VpnGatewayValue = "VpnGateway"; + private const string ASPathValue = "ASPath"; + + /// ExpressRoute. + public static HubRoutingPreference ExpressRoute { get; } = new HubRoutingPreference(ExpressRouteValue); + /// VpnGateway. + public static HubRoutingPreference VpnGateway { get; } = new HubRoutingPreference(VpnGatewayValue); + /// ASPath. + public static HubRoutingPreference ASPath { get; } = new HubRoutingPreference(ASPathValue); + /// Determines if two values are the same. + public static bool operator ==(HubRoutingPreference left, HubRoutingPreference right) => left.Equals(right); + /// Determines if two values are not the same. + public static bool operator !=(HubRoutingPreference left, HubRoutingPreference right) => !left.Equals(right); + /// Converts a string to a . + public static implicit operator HubRoutingPreference(string value) => new HubRoutingPreference(value); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override bool Equals(object obj) => obj is HubRoutingPreference other && Equals(other); + /// + public bool Equals(HubRoutingPreference other) => string.Equals(_value, other._value, StringComparison.InvariantCultureIgnoreCase); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override int GetHashCode() => _value?.GetHashCode() ?? 0; + /// + public override string ToString() => _value; + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/IdpsQueryContent.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/IdpsQueryContent.Serialization.cs new file mode 100644 index 000000000000..c9434c27a80c --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/IdpsQueryContent.Serialization.cs @@ -0,0 +1,51 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + public partial class IdpsQueryContent : IUtf8JsonSerializable + { + void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) + { + writer.WriteStartObject(); + if (Optional.IsCollectionDefined(Filters)) + { + writer.WritePropertyName("filters"u8); + writer.WriteStartArray(); + foreach (var item in Filters) + { + writer.WriteObjectValue(item); + } + writer.WriteEndArray(); + } + if (Optional.IsDefined(Search)) + { + writer.WritePropertyName("search"u8); + writer.WriteStringValue(Search); + } + if (Optional.IsDefined(OrderBy)) + { + writer.WritePropertyName("orderBy"u8); + writer.WriteObjectValue(OrderBy); + } + if (Optional.IsDefined(ResultsPerPage)) + { + writer.WritePropertyName("resultsPerPage"u8); + writer.WriteNumberValue(ResultsPerPage.Value); + } + if (Optional.IsDefined(Skip)) + { + writer.WritePropertyName("skip"u8); + writer.WriteNumberValue(Skip.Value); + } + writer.WriteEndObject(); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/IdpsQueryContent.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/IdpsQueryContent.cs new file mode 100644 index 000000000000..1032c1005cc1 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/IdpsQueryContent.cs @@ -0,0 +1,33 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + /// Will describe the query to run against the IDPS signatures DB. + public partial class IdpsQueryContent + { + /// Initializes a new instance of IdpsQueryContent. + public IdpsQueryContent() + { + Filters = new ChangeTrackingList(); + } + + /// Contain all filters names and values. + public IList Filters { get; } + /// Search term in all columns. + public string Search { get; set; } + /// Column to sort response by. + public IdpsQueryOrderBy OrderBy { get; set; } + /// The number of the results to return in each page. + public int? ResultsPerPage { get; set; } + /// The number of records matching the filter to skip. + public int? Skip { get; set; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/IdpsQueryFilterItems.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/IdpsQueryFilterItems.Serialization.cs new file mode 100644 index 000000000000..77184681ae64 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/IdpsQueryFilterItems.Serialization.cs @@ -0,0 +1,36 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + public partial class IdpsQueryFilterItems : IUtf8JsonSerializable + { + void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) + { + writer.WriteStartObject(); + if (Optional.IsDefined(Field)) + { + writer.WritePropertyName("field"u8); + writer.WriteStringValue(Field); + } + if (Optional.IsCollectionDefined(Values)) + { + writer.WritePropertyName("values"u8); + writer.WriteStartArray(); + foreach (var item in Values) + { + writer.WriteStringValue(item); + } + writer.WriteEndArray(); + } + writer.WriteEndObject(); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/IdpsQueryFilterItems.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/IdpsQueryFilterItems.cs new file mode 100644 index 000000000000..5975df31cf44 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/IdpsQueryFilterItems.cs @@ -0,0 +1,27 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + /// Will contain the filter name and values to operate on. + public partial class IdpsQueryFilterItems + { + /// Initializes a new instance of IdpsQueryFilterItems. + public IdpsQueryFilterItems() + { + Values = new ChangeTrackingList(); + } + + /// The name of the field we would like to filter. + public string Field { get; set; } + /// List of values to filter the current field by. + public IList Values { get; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/IdpsQueryOrderBy.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/IdpsQueryOrderBy.Serialization.cs new file mode 100644 index 000000000000..ee7f28dae97f --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/IdpsQueryOrderBy.Serialization.cs @@ -0,0 +1,31 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + public partial class IdpsQueryOrderBy : IUtf8JsonSerializable + { + void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) + { + writer.WriteStartObject(); + if (Optional.IsDefined(Field)) + { + writer.WritePropertyName("field"u8); + writer.WriteStringValue(Field); + } + if (Optional.IsDefined(Order)) + { + writer.WritePropertyName("order"u8); + writer.WriteStringValue(Order.Value.ToString()); + } + writer.WriteEndObject(); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/IdpsQueryOrderBy.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/IdpsQueryOrderBy.cs new file mode 100644 index 000000000000..99db1262ae8d --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/IdpsQueryOrderBy.cs @@ -0,0 +1,23 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +namespace Azure.ResourceManager.Network.Models +{ + /// Describes a column to sort. + public partial class IdpsQueryOrderBy + { + /// Initializes a new instance of IdpsQueryOrderBy. + public IdpsQueryOrderBy() + { + } + + /// Describes the actual column name to sort by. + public string Field { get; set; } + /// Describes if results should be in ascending/descending order. + public FirewallPolicyIdpsQuerySortOrder? Order { get; set; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/IdpsSignatureListResult.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/IdpsSignatureListResult.Serialization.cs new file mode 100644 index 000000000000..053ad2fda43a --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/IdpsSignatureListResult.Serialization.cs @@ -0,0 +1,53 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + public partial class IdpsSignatureListResult + { + internal static IdpsSignatureListResult DeserializeIdpsSignatureListResult(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + Optional matchingRecordsCount = default; + Optional> signatures = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("matchingRecordsCount"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + matchingRecordsCount = property.Value.GetInt64(); + continue; + } + if (property.NameEquals("signatures"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property.Value.EnumerateArray()) + { + array.Add(IdpsSignatureResult.DeserializeIdpsSignatureResult(item)); + } + signatures = array; + continue; + } + } + return new IdpsSignatureListResult(Optional.ToNullable(matchingRecordsCount), Optional.ToList(signatures)); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/IdpsSignatureListResult.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/IdpsSignatureListResult.cs new file mode 100644 index 000000000000..8f5b78cabb0d --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/IdpsSignatureListResult.cs @@ -0,0 +1,36 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + /// Query result. + public partial class IdpsSignatureListResult + { + /// Initializes a new instance of IdpsSignatureListResult. + internal IdpsSignatureListResult() + { + Signatures = new ChangeTrackingList(); + } + + /// Initializes a new instance of IdpsSignatureListResult. + /// Number of total records matching the query. + /// Array containing the results of the query. + internal IdpsSignatureListResult(long? matchingRecordsCount, IReadOnlyList signatures) + { + MatchingRecordsCount = matchingRecordsCount; + Signatures = signatures; + } + + /// Number of total records matching the query. + public long? MatchingRecordsCount { get; } + /// Array containing the results of the query. + public IReadOnlyList Signatures { get; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/IdpsSignatureResult.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/IdpsSignatureResult.Serialization.cs new file mode 100644 index 000000000000..41393fa815b5 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/IdpsSignatureResult.Serialization.cs @@ -0,0 +1,132 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + public partial class IdpsSignatureResult + { + internal static IdpsSignatureResult DeserializeIdpsSignatureResult(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + Optional signatureId = default; + Optional mode = default; + Optional severity = default; + Optional direction = default; + Optional group = default; + Optional description = default; + Optional protocol = default; + Optional> sourcePorts = default; + Optional> destinationPorts = default; + Optional lastUpdated = default; + Optional inheritedFromParentPolicy = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("signatureId"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + signatureId = property.Value.GetInt32(); + continue; + } + if (property.NameEquals("mode"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + mode = property.Value.GetInt32().ToFirewallPolicyIdpsSignatureMode(); + continue; + } + if (property.NameEquals("severity"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + severity = property.Value.GetInt32().ToFirewallPolicyIdpsSignatureSeverity(); + continue; + } + if (property.NameEquals("direction"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + direction = property.Value.GetInt32().ToFirewallPolicyIdpsSignatureDirection(); + continue; + } + if (property.NameEquals("group"u8)) + { + group = property.Value.GetString(); + continue; + } + if (property.NameEquals("description"u8)) + { + description = property.Value.GetString(); + continue; + } + if (property.NameEquals("protocol"u8)) + { + protocol = property.Value.GetString(); + continue; + } + if (property.NameEquals("sourcePorts"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property.Value.EnumerateArray()) + { + array.Add(item.GetString()); + } + sourcePorts = array; + continue; + } + if (property.NameEquals("destinationPorts"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property.Value.EnumerateArray()) + { + array.Add(item.GetString()); + } + destinationPorts = array; + continue; + } + if (property.NameEquals("lastUpdated"u8)) + { + lastUpdated = property.Value.GetString(); + continue; + } + if (property.NameEquals("inheritedFromParentPolicy"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + inheritedFromParentPolicy = property.Value.GetBoolean(); + continue; + } + } + return new IdpsSignatureResult(Optional.ToNullable(signatureId), Optional.ToNullable(mode), Optional.ToNullable(severity), Optional.ToNullable(direction), group.Value, description.Value, protocol.Value, Optional.ToList(sourcePorts), Optional.ToList(destinationPorts), lastUpdated.Value, Optional.ToNullable(inheritedFromParentPolicy)); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/IdpsSignatureResult.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/IdpsSignatureResult.cs new file mode 100644 index 000000000000..877103a18bcf --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/IdpsSignatureResult.cs @@ -0,0 +1,73 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + /// The IdpsSignatureResult. + public partial class IdpsSignatureResult + { + /// Initializes a new instance of IdpsSignatureResult. + internal IdpsSignatureResult() + { + SourcePorts = new ChangeTrackingList(); + DestinationPorts = new ChangeTrackingList(); + } + + /// Initializes a new instance of IdpsSignatureResult. + /// The ID of the signature. + /// The current mode enforced, 0 - Disabled, 1 - Alert, 2 -Deny. + /// Describes the severity of signature: 1 - Low, 2 - Medium, 3 - High. + /// Describes in which direction signature is being enforced: 0 - Inbound, 1 - OutBound, 2 - Bidirectional. + /// Describes the groups the signature belongs to. + /// Describes what is the signature enforces. + /// Describes the protocol the signatures is being enforced in. + /// Describes the list of source ports related to this signature. + /// Describes the list of destination ports related to this signature. + /// Describes the last updated time of the signature (provided from 3rd party vendor). + /// Describes if this override is inherited from base policy or not. + internal IdpsSignatureResult(int? signatureId, FirewallPolicyIdpsSignatureMode? mode, FirewallPolicyIdpsSignatureSeverity? severity, FirewallPolicyIdpsSignatureDirection? direction, string group, string description, string protocol, IReadOnlyList sourcePorts, IReadOnlyList destinationPorts, string lastUpdated, bool? inheritedFromParentPolicy) + { + SignatureId = signatureId; + Mode = mode; + Severity = severity; + Direction = direction; + Group = group; + Description = description; + Protocol = protocol; + SourcePorts = sourcePorts; + DestinationPorts = destinationPorts; + LastUpdated = lastUpdated; + InheritedFromParentPolicy = inheritedFromParentPolicy; + } + + /// The ID of the signature. + public int? SignatureId { get; } + /// The current mode enforced, 0 - Disabled, 1 - Alert, 2 -Deny. + public FirewallPolicyIdpsSignatureMode? Mode { get; } + /// Describes the severity of signature: 1 - Low, 2 - Medium, 3 - High. + public FirewallPolicyIdpsSignatureSeverity? Severity { get; } + /// Describes in which direction signature is being enforced: 0 - Inbound, 1 - OutBound, 2 - Bidirectional. + public FirewallPolicyIdpsSignatureDirection? Direction { get; } + /// Describes the groups the signature belongs to. + public string Group { get; } + /// Describes what is the signature enforces. + public string Description { get; } + /// Describes the protocol the signatures is being enforced in. + public string Protocol { get; } + /// Describes the list of source ports related to this signature. + public IReadOnlyList SourcePorts { get; } + /// Describes the list of destination ports related to this signature. + public IReadOnlyList DestinationPorts { get; } + /// Describes the last updated time of the signature (provided from 3rd party vendor). + public string LastUpdated { get; } + /// Describes if this override is inherited from base policy or not. + public bool? InheritedFromParentPolicy { get; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/InboundNatRuleData.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/InboundNatRuleData.Serialization.cs index 88429f5dc3c7..b8479e411fb6 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/InboundNatRuleData.Serialization.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/InboundNatRuleData.Serialization.cs @@ -65,6 +65,21 @@ void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) writer.WritePropertyName("enableTcpReset"u8); writer.WriteBooleanValue(EnableTcpReset.Value); } + if (Optional.IsDefined(FrontendPortRangeStart)) + { + writer.WritePropertyName("frontendPortRangeStart"u8); + writer.WriteNumberValue(FrontendPortRangeStart.Value); + } + if (Optional.IsDefined(FrontendPortRangeEnd)) + { + writer.WritePropertyName("frontendPortRangeEnd"u8); + writer.WriteNumberValue(FrontendPortRangeEnd.Value); + } + if (Optional.IsDefined(BackendAddressPool)) + { + writer.WritePropertyName("backendAddressPool"u8); + JsonSerializer.Serialize(writer, BackendAddressPool); + } writer.WriteEndObject(); writer.WriteEndObject(); } @@ -87,6 +102,9 @@ internal static InboundNatRuleData DeserializeInboundNatRuleData(JsonElement ele Optional idleTimeoutInMinutes = default; Optional enableFloatingIP = default; Optional enableTcpReset = default; + Optional frontendPortRangeStart = default; + Optional frontendPortRangeEnd = default; + Optional backendAddressPool = default; Optional provisioningState = default; foreach (var property in element.EnumerateObject()) { @@ -203,6 +221,33 @@ internal static InboundNatRuleData DeserializeInboundNatRuleData(JsonElement ele enableTcpReset = property0.Value.GetBoolean(); continue; } + if (property0.NameEquals("frontendPortRangeStart"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + frontendPortRangeStart = property0.Value.GetInt32(); + continue; + } + if (property0.NameEquals("frontendPortRangeEnd"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + frontendPortRangeEnd = property0.Value.GetInt32(); + continue; + } + if (property0.NameEquals("backendAddressPool"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + backendAddressPool = JsonSerializer.Deserialize(property0.Value.GetRawText()); + continue; + } if (property0.NameEquals("provisioningState"u8)) { if (property0.Value.ValueKind == JsonValueKind.Null) @@ -216,7 +261,7 @@ internal static InboundNatRuleData DeserializeInboundNatRuleData(JsonElement ele continue; } } - return new InboundNatRuleData(id.Value, name.Value, Optional.ToNullable(type), Optional.ToNullable(etag), frontendIPConfiguration, backendIPConfiguration.Value, Optional.ToNullable(protocol), Optional.ToNullable(frontendPort), Optional.ToNullable(backendPort), Optional.ToNullable(idleTimeoutInMinutes), Optional.ToNullable(enableFloatingIP), Optional.ToNullable(enableTcpReset), Optional.ToNullable(provisioningState)); + return new InboundNatRuleData(id.Value, name.Value, Optional.ToNullable(type), Optional.ToNullable(etag), frontendIPConfiguration, backendIPConfiguration.Value, Optional.ToNullable(protocol), Optional.ToNullable(frontendPort), Optional.ToNullable(backendPort), Optional.ToNullable(idleTimeoutInMinutes), Optional.ToNullable(enableFloatingIP), Optional.ToNullable(enableTcpReset), Optional.ToNullable(frontendPortRangeStart), Optional.ToNullable(frontendPortRangeEnd), backendAddressPool, Optional.ToNullable(provisioningState)); } } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/InboundNatRuleListResult.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/InboundNatRuleListResult.cs index 1b1fd73b04db..3ff6aad225e1 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/InboundNatRuleListResult.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/InboundNatRuleListResult.cs @@ -21,7 +21,7 @@ internal InboundNatRuleListResult() } /// Initializes a new instance of InboundNatRuleListResult. - /// A list of inbound nat rules in a load balancer. + /// A list of inbound NAT rules in a load balancer. /// The URL to get the next set of results. internal InboundNatRuleListResult(IReadOnlyList value, string nextLink) { @@ -29,7 +29,7 @@ internal InboundNatRuleListResult(IReadOnlyList value, strin NextLink = nextLink; } - /// A list of inbound nat rules in a load balancer. + /// A list of inbound NAT rules in a load balancer. public IReadOnlyList Value { get; } /// The URL to get the next set of results. public string NextLink { get; } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/InboundNatRulePortMapping.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/InboundNatRulePortMapping.Serialization.cs new file mode 100644 index 000000000000..1181d8a19bc1 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/InboundNatRulePortMapping.Serialization.cs @@ -0,0 +1,63 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + public partial class InboundNatRulePortMapping + { + internal static InboundNatRulePortMapping DeserializeInboundNatRulePortMapping(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + Optional inboundNatRuleName = default; + Optional protocol = default; + Optional frontendPort = default; + Optional backendPort = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("inboundNatRuleName"u8)) + { + inboundNatRuleName = property.Value.GetString(); + continue; + } + if (property.NameEquals("protocol"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + protocol = new LoadBalancingTransportProtocol(property.Value.GetString()); + continue; + } + if (property.NameEquals("frontendPort"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + frontendPort = property.Value.GetInt32(); + continue; + } + if (property.NameEquals("backendPort"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + backendPort = property.Value.GetInt32(); + continue; + } + } + return new InboundNatRulePortMapping(inboundNatRuleName.Value, Optional.ToNullable(protocol), Optional.ToNullable(frontendPort), Optional.ToNullable(backendPort)); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/InboundNatRulePortMapping.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/InboundNatRulePortMapping.cs new file mode 100644 index 000000000000..68b9dfdb45b0 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/InboundNatRulePortMapping.cs @@ -0,0 +1,40 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +namespace Azure.ResourceManager.Network.Models +{ + /// Individual port mappings for inbound NAT rule created for backend pool. + public partial class InboundNatRulePortMapping + { + /// Initializes a new instance of InboundNatRulePortMapping. + internal InboundNatRulePortMapping() + { + } + + /// Initializes a new instance of InboundNatRulePortMapping. + /// Name of inbound NAT rule. + /// The reference to the transport protocol used by the inbound NAT rule. + /// Frontend port. + /// Backend port. + internal InboundNatRulePortMapping(string inboundNatRuleName, LoadBalancingTransportProtocol? protocol, int? frontendPort, int? backendPort) + { + InboundNatRuleName = inboundNatRuleName; + Protocol = protocol; + FrontendPort = frontendPort; + BackendPort = backendPort; + } + + /// Name of inbound NAT rule. + public string InboundNatRuleName { get; } + /// The reference to the transport protocol used by the inbound NAT rule. + public LoadBalancingTransportProtocol? Protocol { get; } + /// Frontend port. + public int? FrontendPort { get; } + /// Backend port. + public int? BackendPort { get; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/LearnedIPPrefixesListResult.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/LearnedIPPrefixesListResult.Serialization.cs new file mode 100644 index 000000000000..70e8c77d6630 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/LearnedIPPrefixesListResult.Serialization.cs @@ -0,0 +1,43 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + public partial class LearnedIPPrefixesListResult + { + internal static LearnedIPPrefixesListResult DeserializeLearnedIPPrefixesListResult(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + Optional> ipPrefixes = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("ipPrefixes"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property.Value.EnumerateArray()) + { + array.Add(item.GetString()); + } + ipPrefixes = array; + continue; + } + } + return new LearnedIPPrefixesListResult(Optional.ToList(ipPrefixes)); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/LearnedIPPrefixesListResult.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/LearnedIPPrefixesListResult.cs new file mode 100644 index 000000000000..9a8de35655d5 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/LearnedIPPrefixesListResult.cs @@ -0,0 +1,32 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + /// List of SNAT IP Prefixes learnt by firewall to not SNAT. + public partial class LearnedIPPrefixesListResult + { + /// Initializes a new instance of LearnedIPPrefixesListResult. + internal LearnedIPPrefixesListResult() + { + IPPrefixes = new ChangeTrackingList(); + } + + /// Initializes a new instance of LearnedIPPrefixesListResult. + /// IP Prefix value. + internal LearnedIPPrefixesListResult(IReadOnlyList ipPrefixes) + { + IPPrefixes = ipPrefixes; + } + + /// IP Prefix value. + public IReadOnlyList IPPrefixes { get; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ListRouteMapsResult.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ListRouteMapsResult.Serialization.cs new file mode 100644 index 000000000000..ef2bd4b3e6e0 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ListRouteMapsResult.Serialization.cs @@ -0,0 +1,50 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using System.Text.Json; +using Azure.Core; +using Azure.ResourceManager.Network; + +namespace Azure.ResourceManager.Network.Models +{ + internal partial class ListRouteMapsResult + { + internal static ListRouteMapsResult DeserializeListRouteMapsResult(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + Optional> value = default; + Optional nextLink = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("value"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property.Value.EnumerateArray()) + { + array.Add(RouteMapData.DeserializeRouteMapData(item)); + } + value = array; + continue; + } + if (property.NameEquals("nextLink"u8)) + { + nextLink = property.Value.GetString(); + continue; + } + } + return new ListRouteMapsResult(Optional.ToList(value), nextLink.Value); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ListRouteMapsResult.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ListRouteMapsResult.cs new file mode 100644 index 000000000000..6cf1fc9be120 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ListRouteMapsResult.cs @@ -0,0 +1,37 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using Azure.Core; +using Azure.ResourceManager.Network; + +namespace Azure.ResourceManager.Network.Models +{ + /// List of RouteMaps and a URL nextLink to get the next set of results. + internal partial class ListRouteMapsResult + { + /// Initializes a new instance of ListRouteMapsResult. + internal ListRouteMapsResult() + { + Value = new ChangeTrackingList(); + } + + /// Initializes a new instance of ListRouteMapsResult. + /// List of RouteMaps. + /// URL to get the next set of operation list results if there are any. + internal ListRouteMapsResult(IReadOnlyList value, string nextLink) + { + Value = value; + NextLink = nextLink; + } + + /// List of RouteMaps. + public IReadOnlyList Value { get; } + /// URL to get the next set of operation list results if there are any. + public string NextLink { get; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ListRoutingIntentResult.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ListRoutingIntentResult.Serialization.cs new file mode 100644 index 000000000000..833d3779bf4f --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ListRoutingIntentResult.Serialization.cs @@ -0,0 +1,50 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using System.Text.Json; +using Azure.Core; +using Azure.ResourceManager.Network; + +namespace Azure.ResourceManager.Network.Models +{ + internal partial class ListRoutingIntentResult + { + internal static ListRoutingIntentResult DeserializeListRoutingIntentResult(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + Optional> value = default; + Optional nextLink = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("value"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property.Value.EnumerateArray()) + { + array.Add(RoutingIntentData.DeserializeRoutingIntentData(item)); + } + value = array; + continue; + } + if (property.NameEquals("nextLink"u8)) + { + nextLink = property.Value.GetString(); + continue; + } + } + return new ListRoutingIntentResult(Optional.ToList(value), nextLink.Value); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ListRoutingIntentResult.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ListRoutingIntentResult.cs new file mode 100644 index 000000000000..73cd69063f00 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ListRoutingIntentResult.cs @@ -0,0 +1,37 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using Azure.Core; +using Azure.ResourceManager.Network; + +namespace Azure.ResourceManager.Network.Models +{ + /// List of the routing intent result and a URL nextLink to get the next set of results. + internal partial class ListRoutingIntentResult + { + /// Initializes a new instance of ListRoutingIntentResult. + internal ListRoutingIntentResult() + { + Value = new ChangeTrackingList(); + } + + /// Initializes a new instance of ListRoutingIntentResult. + /// List of RoutingIntent resource. + /// URL to get the next set of operation list results if there are any. + internal ListRoutingIntentResult(IReadOnlyList value, string nextLink) + { + Value = value; + NextLink = nextLink; + } + + /// List of RoutingIntent resource. + public IReadOnlyList Value { get; } + /// URL to get the next set of operation list results if there are any. + public string NextLink { get; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ListVpnServerConfigurationPolicyGroupsResult.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ListVpnServerConfigurationPolicyGroupsResult.Serialization.cs new file mode 100644 index 000000000000..d6c6426f9756 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ListVpnServerConfigurationPolicyGroupsResult.Serialization.cs @@ -0,0 +1,50 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using System.Text.Json; +using Azure.Core; +using Azure.ResourceManager.Network; + +namespace Azure.ResourceManager.Network.Models +{ + internal partial class ListVpnServerConfigurationPolicyGroupsResult + { + internal static ListVpnServerConfigurationPolicyGroupsResult DeserializeListVpnServerConfigurationPolicyGroupsResult(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + Optional> value = default; + Optional nextLink = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("value"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property.Value.EnumerateArray()) + { + array.Add(VpnServerConfigurationPolicyGroupData.DeserializeVpnServerConfigurationPolicyGroupData(item)); + } + value = array; + continue; + } + if (property.NameEquals("nextLink"u8)) + { + nextLink = property.Value.GetString(); + continue; + } + } + return new ListVpnServerConfigurationPolicyGroupsResult(Optional.ToList(value), nextLink.Value); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ListVpnServerConfigurationPolicyGroupsResult.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ListVpnServerConfigurationPolicyGroupsResult.cs new file mode 100644 index 000000000000..00071520ae4c --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ListVpnServerConfigurationPolicyGroupsResult.cs @@ -0,0 +1,37 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using Azure.Core; +using Azure.ResourceManager.Network; + +namespace Azure.ResourceManager.Network.Models +{ + /// Result of the request to list VpnServerConfigurationPolicyGroups. It contains a list of VpnServerConfigurationPolicyGroups and a URL nextLink to get the next set of results. + internal partial class ListVpnServerConfigurationPolicyGroupsResult + { + /// Initializes a new instance of ListVpnServerConfigurationPolicyGroupsResult. + internal ListVpnServerConfigurationPolicyGroupsResult() + { + Value = new ChangeTrackingList(); + } + + /// Initializes a new instance of ListVpnServerConfigurationPolicyGroupsResult. + /// List of VpnServerConfigurationPolicyGroups. + /// URL to get the next set of operation list results if there are any. + internal ListVpnServerConfigurationPolicyGroupsResult(IReadOnlyList value, string nextLink) + { + Value = value; + NextLink = nextLink; + } + + /// List of VpnServerConfigurationPolicyGroups. + public IReadOnlyList Value { get; } + /// URL to get the next set of operation list results if there are any. + public string NextLink { get; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/LoadBalancerBackendAddress.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/LoadBalancerBackendAddress.Serialization.cs index a1e4eefeb7f2..5a53a5501cec 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/LoadBalancerBackendAddress.Serialization.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/LoadBalancerBackendAddress.Serialization.cs @@ -5,6 +5,7 @@ #nullable disable +using System.Collections.Generic; using System.Text.Json; using Azure.Core; using Azure.ResourceManager.Resources.Models; @@ -43,6 +44,11 @@ void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) writer.WritePropertyName("loadBalancerFrontendIPConfiguration"u8); JsonSerializer.Serialize(writer, LoadBalancerFrontendIPConfiguration); } + if (Optional.IsDefined(AdminState)) + { + writer.WritePropertyName("adminState"u8); + writer.WriteStringValue(AdminState.Value.ToString()); + } writer.WriteEndObject(); writer.WriteEndObject(); } @@ -59,6 +65,8 @@ internal static LoadBalancerBackendAddress DeserializeLoadBalancerBackendAddress Optional ipAddress = default; Optional networkInterfaceIPConfiguration = default; Optional loadBalancerFrontendIPConfiguration = default; + Optional> inboundNatRulesPortMapping = default; + Optional adminState = default; foreach (var property in element.EnumerateObject()) { if (property.NameEquals("name"u8)) @@ -116,11 +124,34 @@ internal static LoadBalancerBackendAddress DeserializeLoadBalancerBackendAddress loadBalancerFrontendIPConfiguration = JsonSerializer.Deserialize(property0.Value.GetRawText()); continue; } + if (property0.NameEquals("inboundNatRulesPortMapping"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property0.Value.EnumerateArray()) + { + array.Add(NatRulePortMapping.DeserializeNatRulePortMapping(item)); + } + inboundNatRulesPortMapping = array; + continue; + } + if (property0.NameEquals("adminState"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + adminState = new LoadBalancerBackendAddressAdminState(property0.Value.GetString()); + continue; + } } continue; } } - return new LoadBalancerBackendAddress(name.Value, virtualNetwork, subnet, ipAddress.Value, networkInterfaceIPConfiguration, loadBalancerFrontendIPConfiguration); + return new LoadBalancerBackendAddress(name.Value, virtualNetwork, subnet, ipAddress.Value, networkInterfaceIPConfiguration, loadBalancerFrontendIPConfiguration, Optional.ToList(inboundNatRulesPortMapping), Optional.ToNullable(adminState)); } } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/LoadBalancerBackendAddress.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/LoadBalancerBackendAddress.cs index 15ebea871145..f7d4ab259825 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/LoadBalancerBackendAddress.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/LoadBalancerBackendAddress.cs @@ -5,6 +5,7 @@ #nullable disable +using System.Collections.Generic; using Azure.Core; using Azure.ResourceManager.Resources.Models; @@ -16,6 +17,7 @@ public partial class LoadBalancerBackendAddress /// Initializes a new instance of LoadBalancerBackendAddress. public LoadBalancerBackendAddress() { + InboundNatRulesPortMapping = new ChangeTrackingList(); } /// Initializes a new instance of LoadBalancerBackendAddress. @@ -25,7 +27,9 @@ public LoadBalancerBackendAddress() /// IP Address belonging to the referenced virtual network. /// Reference to IP address defined in network interfaces. /// Reference to the frontend ip address configuration defined in regional loadbalancer. - internal LoadBalancerBackendAddress(string name, WritableSubResource virtualNetwork, WritableSubResource subnet, string ipAddress, WritableSubResource networkInterfaceIPConfiguration, WritableSubResource loadBalancerFrontendIPConfiguration) + /// Collection of inbound NAT rule port mappings. + /// A list of administrative states which once set can override health probe so that Load Balancer will always forward new connections to backend, or deny new connections and reset existing connections. + internal LoadBalancerBackendAddress(string name, WritableSubResource virtualNetwork, WritableSubResource subnet, string ipAddress, WritableSubResource networkInterfaceIPConfiguration, WritableSubResource loadBalancerFrontendIPConfiguration, IReadOnlyList inboundNatRulesPortMapping, LoadBalancerBackendAddressAdminState? adminState) { Name = name; VirtualNetwork = virtualNetwork; @@ -33,6 +37,8 @@ internal LoadBalancerBackendAddress(string name, WritableSubResource virtualNetw IPAddress = ipAddress; NetworkInterfaceIPConfiguration = networkInterfaceIPConfiguration; LoadBalancerFrontendIPConfiguration = loadBalancerFrontendIPConfiguration; + InboundNatRulesPortMapping = inboundNatRulesPortMapping; + AdminState = adminState; } /// Name of the backend address. @@ -88,5 +94,10 @@ public ResourceIdentifier LoadBalancerFrontendIPConfigurationId LoadBalancerFrontendIPConfiguration.Id = value; } } + + /// Collection of inbound NAT rule port mappings. + public IReadOnlyList InboundNatRulesPortMapping { get; } + /// A list of administrative states which once set can override health probe so that Load Balancer will always forward new connections to backend, or deny new connections and reset existing connections. + public LoadBalancerBackendAddressAdminState? AdminState { get; set; } } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/LoadBalancerBackendAddressAdminState.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/LoadBalancerBackendAddressAdminState.cs new file mode 100644 index 000000000000..3db7121f2674 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/LoadBalancerBackendAddressAdminState.cs @@ -0,0 +1,57 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.ComponentModel; + +namespace Azure.ResourceManager.Network.Models +{ + /// A list of administrative states which once set can override health probe so that Load Balancer will always forward new connections to backend, or deny new connections and reset existing connections. + public readonly partial struct LoadBalancerBackendAddressAdminState : IEquatable + { + private readonly string _value; + + /// Initializes a new instance of . + /// is null. + public LoadBalancerBackendAddressAdminState(string value) + { + _value = value ?? throw new ArgumentNullException(nameof(value)); + } + + private const string NoneValue = "None"; + private const string UpValue = "Up"; + private const string DownValue = "Down"; + private const string DrainValue = "Drain"; + + /// None. + public static LoadBalancerBackendAddressAdminState None { get; } = new LoadBalancerBackendAddressAdminState(NoneValue); + /// Up. + public static LoadBalancerBackendAddressAdminState Up { get; } = new LoadBalancerBackendAddressAdminState(UpValue); + /// Down. + public static LoadBalancerBackendAddressAdminState Down { get; } = new LoadBalancerBackendAddressAdminState(DownValue); + /// Drain. + public static LoadBalancerBackendAddressAdminState Drain { get; } = new LoadBalancerBackendAddressAdminState(DrainValue); + /// Determines if two values are the same. + public static bool operator ==(LoadBalancerBackendAddressAdminState left, LoadBalancerBackendAddressAdminState right) => left.Equals(right); + /// Determines if two values are not the same. + public static bool operator !=(LoadBalancerBackendAddressAdminState left, LoadBalancerBackendAddressAdminState right) => !left.Equals(right); + /// Converts a string to a . + public static implicit operator LoadBalancerBackendAddressAdminState(string value) => new LoadBalancerBackendAddressAdminState(value); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override bool Equals(object obj) => obj is LoadBalancerBackendAddressAdminState other && Equals(other); + /// + public bool Equals(LoadBalancerBackendAddressAdminState other) => string.Equals(_value, other._value, StringComparison.InvariantCultureIgnoreCase); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override int GetHashCode() => _value?.GetHashCode() ?? 0; + /// + public override string ToString() => _value; + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ManagedRuleEnabledState.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ManagedRuleEnabledState.cs index 805e699156a8..6c2015f08453 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ManagedRuleEnabledState.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ManagedRuleEnabledState.cs @@ -23,9 +23,12 @@ public ManagedRuleEnabledState(string value) } private const string DisabledValue = "Disabled"; + private const string EnabledValue = "Enabled"; /// Disabled. public static ManagedRuleEnabledState Disabled { get; } = new ManagedRuleEnabledState(DisabledValue); + /// Enabled. + public static ManagedRuleEnabledState Enabled { get; } = new ManagedRuleEnabledState(EnabledValue); /// Determines if two values are the same. public static bool operator ==(ManagedRuleEnabledState left, ManagedRuleEnabledState right) => left.Equals(right); /// Determines if two values are not the same. diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ManagedRuleOverride.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ManagedRuleOverride.Serialization.cs index b0c0e4f37b13..c0307b849cd5 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ManagedRuleOverride.Serialization.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ManagedRuleOverride.Serialization.cs @@ -22,6 +22,11 @@ void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) writer.WritePropertyName("state"u8); writer.WriteStringValue(State.Value.ToString()); } + if (Optional.IsDefined(Action)) + { + writer.WritePropertyName("action"u8); + writer.WriteStringValue(Action.Value.ToString()); + } writer.WriteEndObject(); } @@ -33,6 +38,7 @@ internal static ManagedRuleOverride DeserializeManagedRuleOverride(JsonElement e } string ruleId = default; Optional state = default; + Optional action = default; foreach (var property in element.EnumerateObject()) { if (property.NameEquals("ruleId"u8)) @@ -49,8 +55,17 @@ internal static ManagedRuleOverride DeserializeManagedRuleOverride(JsonElement e state = new ManagedRuleEnabledState(property.Value.GetString()); continue; } + if (property.NameEquals("action"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + action = new RuleMatchActionType(property.Value.GetString()); + continue; + } } - return new ManagedRuleOverride(ruleId, Optional.ToNullable(state)); + return new ManagedRuleOverride(ruleId, Optional.ToNullable(state), Optional.ToNullable(action)); } } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ManagedRuleOverride.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ManagedRuleOverride.cs index d6d5af7290dc..de8585f0cb28 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ManagedRuleOverride.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ManagedRuleOverride.cs @@ -26,15 +26,19 @@ public ManagedRuleOverride(string ruleId) /// Initializes a new instance of ManagedRuleOverride. /// Identifier for the managed rule. /// The state of the managed rule. Defaults to Disabled if not specified. - internal ManagedRuleOverride(string ruleId, ManagedRuleEnabledState? state) + /// Describes the override action to be applied when rule matches. + internal ManagedRuleOverride(string ruleId, ManagedRuleEnabledState? state, RuleMatchActionType? action) { RuleId = ruleId; State = state; + Action = action; } /// Identifier for the managed rule. public string RuleId { get; set; } /// The state of the managed rule. Defaults to Disabled if not specified. public ManagedRuleEnabledState? State { get; set; } + /// Describes the override action to be applied when rule matches. + public RuleMatchActionType? Action { get; set; } } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NatRulePortMapping.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NatRulePortMapping.Serialization.cs new file mode 100644 index 000000000000..06e9e9d5ec29 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NatRulePortMapping.Serialization.cs @@ -0,0 +1,53 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + public partial class NatRulePortMapping + { + internal static NatRulePortMapping DeserializeNatRulePortMapping(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + Optional inboundNatRuleName = default; + Optional frontendPort = default; + Optional backendPort = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("inboundNatRuleName"u8)) + { + inboundNatRuleName = property.Value.GetString(); + continue; + } + if (property.NameEquals("frontendPort"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + frontendPort = property.Value.GetInt32(); + continue; + } + if (property.NameEquals("backendPort"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + backendPort = property.Value.GetInt32(); + continue; + } + } + return new NatRulePortMapping(inboundNatRuleName.Value, Optional.ToNullable(frontendPort), Optional.ToNullable(backendPort)); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NatRulePortMapping.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NatRulePortMapping.cs new file mode 100644 index 000000000000..c111bb0c083b --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NatRulePortMapping.cs @@ -0,0 +1,36 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +namespace Azure.ResourceManager.Network.Models +{ + /// Individual port mappings for inbound NAT rule created for backend pool. + public partial class NatRulePortMapping + { + /// Initializes a new instance of NatRulePortMapping. + internal NatRulePortMapping() + { + } + + /// Initializes a new instance of NatRulePortMapping. + /// Name of inbound NAT rule. + /// Frontend port. + /// Backend port. + internal NatRulePortMapping(string inboundNatRuleName, int? frontendPort, int? backendPort) + { + InboundNatRuleName = inboundNatRuleName; + FrontendPort = frontendPort; + BackendPort = backendPort; + } + + /// Name of inbound NAT rule. + public string InboundNatRuleName { get; } + /// Frontend port. + public int? FrontendPort { get; } + /// Backend port. + public int? BackendPort { get; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkAdminRule.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkAdminRule.Serialization.cs new file mode 100644 index 000000000000..901b26a924e6 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkAdminRule.Serialization.cs @@ -0,0 +1,278 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using System.Text.Json; +using Azure; +using Azure.Core; +using Azure.ResourceManager.Models; + +namespace Azure.ResourceManager.Network.Models +{ + public partial class NetworkAdminRule : IUtf8JsonSerializable + { + void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) + { + writer.WriteStartObject(); + writer.WritePropertyName("kind"u8); + writer.WriteStringValue(Kind.ToString()); + writer.WritePropertyName("properties"u8); + writer.WriteStartObject(); + if (Optional.IsDefined(Description)) + { + writer.WritePropertyName("description"u8); + writer.WriteStringValue(Description); + } + if (Optional.IsDefined(Protocol)) + { + writer.WritePropertyName("protocol"u8); + writer.WriteStringValue(Protocol.Value.ToString()); + } + if (Optional.IsCollectionDefined(Sources)) + { + writer.WritePropertyName("sources"u8); + writer.WriteStartArray(); + foreach (var item in Sources) + { + writer.WriteObjectValue(item); + } + writer.WriteEndArray(); + } + if (Optional.IsCollectionDefined(Destinations)) + { + writer.WritePropertyName("destinations"u8); + writer.WriteStartArray(); + foreach (var item in Destinations) + { + writer.WriteObjectValue(item); + } + writer.WriteEndArray(); + } + if (Optional.IsCollectionDefined(SourcePortRanges)) + { + writer.WritePropertyName("sourcePortRanges"u8); + writer.WriteStartArray(); + foreach (var item in SourcePortRanges) + { + writer.WriteStringValue(item); + } + writer.WriteEndArray(); + } + if (Optional.IsCollectionDefined(DestinationPortRanges)) + { + writer.WritePropertyName("destinationPortRanges"u8); + writer.WriteStartArray(); + foreach (var item in DestinationPortRanges) + { + writer.WriteStringValue(item); + } + writer.WriteEndArray(); + } + if (Optional.IsDefined(Access)) + { + writer.WritePropertyName("access"u8); + writer.WriteStringValue(Access.Value.ToString()); + } + if (Optional.IsDefined(Priority)) + { + writer.WritePropertyName("priority"u8); + writer.WriteNumberValue(Priority.Value); + } + if (Optional.IsDefined(Direction)) + { + writer.WritePropertyName("direction"u8); + writer.WriteStringValue(Direction.Value.ToString()); + } + writer.WriteEndObject(); + writer.WriteEndObject(); + } + + internal static NetworkAdminRule DeserializeNetworkAdminRule(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + AdminRuleKind kind = default; + Optional etag = default; + ResourceIdentifier id = default; + string name = default; + ResourceType type = default; + Optional systemData = default; + Optional description = default; + Optional protocol = default; + Optional> sources = default; + Optional> destinations = default; + Optional> sourcePortRanges = default; + Optional> destinationPortRanges = default; + Optional access = default; + Optional priority = default; + Optional direction = default; + Optional provisioningState = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("kind"u8)) + { + kind = new AdminRuleKind(property.Value.GetString()); + continue; + } + if (property.NameEquals("etag"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + etag = new ETag(property.Value.GetString()); + continue; + } + if (property.NameEquals("id"u8)) + { + id = new ResourceIdentifier(property.Value.GetString()); + continue; + } + if (property.NameEquals("name"u8)) + { + name = property.Value.GetString(); + continue; + } + if (property.NameEquals("type"u8)) + { + type = new ResourceType(property.Value.GetString()); + continue; + } + if (property.NameEquals("systemData"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + systemData = JsonSerializer.Deserialize(property.Value.GetRawText()); + continue; + } + if (property.NameEquals("properties"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + property.ThrowNonNullablePropertyIsNull(); + continue; + } + foreach (var property0 in property.Value.EnumerateObject()) + { + if (property0.NameEquals("description"u8)) + { + description = property0.Value.GetString(); + continue; + } + if (property0.NameEquals("protocol"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + protocol = new SecurityConfigurationRuleProtocol(property0.Value.GetString()); + continue; + } + if (property0.NameEquals("sources"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property0.Value.EnumerateArray()) + { + array.Add(AddressPrefixItem.DeserializeAddressPrefixItem(item)); + } + sources = array; + continue; + } + if (property0.NameEquals("destinations"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property0.Value.EnumerateArray()) + { + array.Add(AddressPrefixItem.DeserializeAddressPrefixItem(item)); + } + destinations = array; + continue; + } + if (property0.NameEquals("sourcePortRanges"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property0.Value.EnumerateArray()) + { + array.Add(item.GetString()); + } + sourcePortRanges = array; + continue; + } + if (property0.NameEquals("destinationPortRanges"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property0.Value.EnumerateArray()) + { + array.Add(item.GetString()); + } + destinationPortRanges = array; + continue; + } + if (property0.NameEquals("access"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + access = new SecurityConfigurationRuleAccess(property0.Value.GetString()); + continue; + } + if (property0.NameEquals("priority"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + priority = property0.Value.GetInt32(); + continue; + } + if (property0.NameEquals("direction"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + direction = new SecurityConfigurationRuleDirection(property0.Value.GetString()); + continue; + } + if (property0.NameEquals("provisioningState"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + provisioningState = new NetworkProvisioningState(property0.Value.GetString()); + continue; + } + } + continue; + } + } + return new NetworkAdminRule(id, name, type, systemData.Value, kind, Optional.ToNullable(etag), description.Value, Optional.ToNullable(protocol), Optional.ToList(sources), Optional.ToList(destinations), Optional.ToList(sourcePortRanges), Optional.ToList(destinationPortRanges), Optional.ToNullable(access), Optional.ToNullable(priority), Optional.ToNullable(direction), Optional.ToNullable(provisioningState)); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkAdminRule.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkAdminRule.cs new file mode 100644 index 000000000000..d1391cbb243d --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkAdminRule.cs @@ -0,0 +1,82 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using Azure; +using Azure.Core; +using Azure.ResourceManager.Models; +using Azure.ResourceManager.Network; + +namespace Azure.ResourceManager.Network.Models +{ + /// Network admin rule. + public partial class NetworkAdminRule : BaseAdminRuleData + { + /// Initializes a new instance of NetworkAdminRule. + public NetworkAdminRule() + { + Sources = new ChangeTrackingList(); + Destinations = new ChangeTrackingList(); + SourcePortRanges = new ChangeTrackingList(); + DestinationPortRanges = new ChangeTrackingList(); + Kind = AdminRuleKind.Custom; + } + + /// Initializes a new instance of NetworkAdminRule. + /// The id. + /// The name. + /// The resourceType. + /// The systemData. + /// Whether the rule is custom or default. + /// A unique read-only string that changes whenever the resource is updated. + /// A description for this rule. Restricted to 140 chars. + /// Network protocol this rule applies to. + /// The CIDR or source IP ranges. + /// The destination address prefixes. CIDR or destination IP ranges. + /// The source port ranges. + /// The destination port ranges. + /// Indicates the access allowed for this particular rule. + /// The priority of the rule. The value can be between 1 and 4096. The priority number must be unique for each rule in the collection. The lower the priority number, the higher the priority of the rule. + /// Indicates if the traffic matched against the rule in inbound or outbound. + /// The provisioning state of the resource. + internal NetworkAdminRule(ResourceIdentifier id, string name, ResourceType resourceType, SystemData systemData, AdminRuleKind kind, ETag? etag, string description, SecurityConfigurationRuleProtocol? protocol, IList sources, IList destinations, IList sourcePortRanges, IList destinationPortRanges, SecurityConfigurationRuleAccess? access, int? priority, SecurityConfigurationRuleDirection? direction, NetworkProvisioningState? provisioningState) : base(id, name, resourceType, systemData, kind, etag) + { + Description = description; + Protocol = protocol; + Sources = sources; + Destinations = destinations; + SourcePortRanges = sourcePortRanges; + DestinationPortRanges = destinationPortRanges; + Access = access; + Priority = priority; + Direction = direction; + ProvisioningState = provisioningState; + Kind = kind; + } + + /// A description for this rule. Restricted to 140 chars. + public string Description { get; set; } + /// Network protocol this rule applies to. + public SecurityConfigurationRuleProtocol? Protocol { get; set; } + /// The CIDR or source IP ranges. + public IList Sources { get; } + /// The destination address prefixes. CIDR or destination IP ranges. + public IList Destinations { get; } + /// The source port ranges. + public IList SourcePortRanges { get; } + /// The destination port ranges. + public IList DestinationPortRanges { get; } + /// Indicates the access allowed for this particular rule. + public SecurityConfigurationRuleAccess? Access { get; set; } + /// The priority of the rule. The value can be between 1 and 4096. The priority number must be unique for each rule in the collection. The lower the priority number, the higher the priority of the rule. + public int? Priority { get; set; } + /// Indicates if the traffic matched against the rule in inbound or outbound. + public SecurityConfigurationRuleDirection? Direction { get; set; } + /// The provisioning state of the resource. + public NetworkProvisioningState? ProvisioningState { get; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkConfigurationDeploymentType.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkConfigurationDeploymentType.cs new file mode 100644 index 000000000000..7525b3166154 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkConfigurationDeploymentType.cs @@ -0,0 +1,51 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.ComponentModel; + +namespace Azure.ResourceManager.Network.Models +{ + /// Configuration Deployment Type. + public readonly partial struct NetworkConfigurationDeploymentType : IEquatable + { + private readonly string _value; + + /// Initializes a new instance of . + /// is null. + public NetworkConfigurationDeploymentType(string value) + { + _value = value ?? throw new ArgumentNullException(nameof(value)); + } + + private const string SecurityAdminValue = "SecurityAdmin"; + private const string ConnectivityValue = "Connectivity"; + + /// SecurityAdmin. + public static NetworkConfigurationDeploymentType SecurityAdmin { get; } = new NetworkConfigurationDeploymentType(SecurityAdminValue); + /// Connectivity. + public static NetworkConfigurationDeploymentType Connectivity { get; } = new NetworkConfigurationDeploymentType(ConnectivityValue); + /// Determines if two values are the same. + public static bool operator ==(NetworkConfigurationDeploymentType left, NetworkConfigurationDeploymentType right) => left.Equals(right); + /// Determines if two values are not the same. + public static bool operator !=(NetworkConfigurationDeploymentType left, NetworkConfigurationDeploymentType right) => !left.Equals(right); + /// Converts a string to a . + public static implicit operator NetworkConfigurationDeploymentType(string value) => new NetworkConfigurationDeploymentType(value); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override bool Equals(object obj) => obj is NetworkConfigurationDeploymentType other && Equals(other); + /// + public bool Equals(NetworkConfigurationDeploymentType other) => string.Equals(_value, other._value, StringComparison.InvariantCultureIgnoreCase); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override int GetHashCode() => _value?.GetHashCode() ?? 0; + /// + public override string ToString() => _value; + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkConfigurationGroup.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkConfigurationGroup.Serialization.cs new file mode 100644 index 000000000000..4daebc64a327 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkConfigurationGroup.Serialization.cs @@ -0,0 +1,61 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + public partial class NetworkConfigurationGroup + { + internal static NetworkConfigurationGroup DeserializeNetworkConfigurationGroup(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + Optional id = default; + Optional description = default; + Optional provisioningState = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("id"u8)) + { + id = property.Value.GetString(); + continue; + } + if (property.NameEquals("properties"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + property.ThrowNonNullablePropertyIsNull(); + continue; + } + foreach (var property0 in property.Value.EnumerateObject()) + { + if (property0.NameEquals("description"u8)) + { + description = property0.Value.GetString(); + continue; + } + if (property0.NameEquals("provisioningState"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + provisioningState = new NetworkProvisioningState(property0.Value.GetString()); + continue; + } + } + continue; + } + } + return new NetworkConfigurationGroup(id.Value, description.Value, Optional.ToNullable(provisioningState)); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkConfigurationGroup.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkConfigurationGroup.cs new file mode 100644 index 000000000000..445fb94fecc4 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkConfigurationGroup.cs @@ -0,0 +1,36 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +namespace Azure.ResourceManager.Network.Models +{ + /// The network configuration group resource. + public partial class NetworkConfigurationGroup + { + /// Initializes a new instance of NetworkConfigurationGroup. + internal NetworkConfigurationGroup() + { + } + + /// Initializes a new instance of NetworkConfigurationGroup. + /// Network group ID. + /// A description of the network group. + /// The provisioning state of the scope assignment resource. + internal NetworkConfigurationGroup(string id, string description, NetworkProvisioningState? provisioningState) + { + Id = id; + Description = description; + ProvisioningState = provisioningState; + } + + /// Network group ID. + public string Id { get; } + /// A description of the network group. + public string Description { get; } + /// The provisioning state of the scope assignment resource. + public NetworkProvisioningState? ProvisioningState { get; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkDefaultAdminRule.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkDefaultAdminRule.Serialization.cs new file mode 100644 index 000000000000..2171be610c5d --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkDefaultAdminRule.Serialization.cs @@ -0,0 +1,224 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using System.Text.Json; +using Azure; +using Azure.Core; +using Azure.ResourceManager.Models; + +namespace Azure.ResourceManager.Network.Models +{ + public partial class NetworkDefaultAdminRule : IUtf8JsonSerializable + { + void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) + { + writer.WriteStartObject(); + writer.WritePropertyName("kind"u8); + writer.WriteStringValue(Kind.ToString()); + writer.WritePropertyName("properties"u8); + writer.WriteStartObject(); + if (Optional.IsDefined(Flag)) + { + writer.WritePropertyName("flag"u8); + writer.WriteStringValue(Flag); + } + writer.WriteEndObject(); + writer.WriteEndObject(); + } + + internal static NetworkDefaultAdminRule DeserializeNetworkDefaultAdminRule(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + AdminRuleKind kind = default; + Optional etag = default; + ResourceIdentifier id = default; + string name = default; + ResourceType type = default; + Optional systemData = default; + Optional description = default; + Optional flag = default; + Optional protocol = default; + Optional> sources = default; + Optional> destinations = default; + Optional> sourcePortRanges = default; + Optional> destinationPortRanges = default; + Optional access = default; + Optional priority = default; + Optional direction = default; + Optional provisioningState = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("kind"u8)) + { + kind = new AdminRuleKind(property.Value.GetString()); + continue; + } + if (property.NameEquals("etag"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + etag = new ETag(property.Value.GetString()); + continue; + } + if (property.NameEquals("id"u8)) + { + id = new ResourceIdentifier(property.Value.GetString()); + continue; + } + if (property.NameEquals("name"u8)) + { + name = property.Value.GetString(); + continue; + } + if (property.NameEquals("type"u8)) + { + type = new ResourceType(property.Value.GetString()); + continue; + } + if (property.NameEquals("systemData"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + systemData = JsonSerializer.Deserialize(property.Value.GetRawText()); + continue; + } + if (property.NameEquals("properties"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + property.ThrowNonNullablePropertyIsNull(); + continue; + } + foreach (var property0 in property.Value.EnumerateObject()) + { + if (property0.NameEquals("description"u8)) + { + description = property0.Value.GetString(); + continue; + } + if (property0.NameEquals("flag"u8)) + { + flag = property0.Value.GetString(); + continue; + } + if (property0.NameEquals("protocol"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + protocol = new SecurityConfigurationRuleProtocol(property0.Value.GetString()); + continue; + } + if (property0.NameEquals("sources"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property0.Value.EnumerateArray()) + { + array.Add(AddressPrefixItem.DeserializeAddressPrefixItem(item)); + } + sources = array; + continue; + } + if (property0.NameEquals("destinations"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property0.Value.EnumerateArray()) + { + array.Add(AddressPrefixItem.DeserializeAddressPrefixItem(item)); + } + destinations = array; + continue; + } + if (property0.NameEquals("sourcePortRanges"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property0.Value.EnumerateArray()) + { + array.Add(item.GetString()); + } + sourcePortRanges = array; + continue; + } + if (property0.NameEquals("destinationPortRanges"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property0.Value.EnumerateArray()) + { + array.Add(item.GetString()); + } + destinationPortRanges = array; + continue; + } + if (property0.NameEquals("access"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + access = new SecurityConfigurationRuleAccess(property0.Value.GetString()); + continue; + } + if (property0.NameEquals("priority"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + priority = property0.Value.GetInt32(); + continue; + } + if (property0.NameEquals("direction"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + direction = new SecurityConfigurationRuleDirection(property0.Value.GetString()); + continue; + } + if (property0.NameEquals("provisioningState"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + provisioningState = new NetworkProvisioningState(property0.Value.GetString()); + continue; + } + } + continue; + } + } + return new NetworkDefaultAdminRule(id, name, type, systemData.Value, kind, Optional.ToNullable(etag), description.Value, flag.Value, Optional.ToNullable(protocol), Optional.ToList(sources), Optional.ToList(destinations), Optional.ToList(sourcePortRanges), Optional.ToList(destinationPortRanges), Optional.ToNullable(access), Optional.ToNullable(priority), Optional.ToNullable(direction), Optional.ToNullable(provisioningState)); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkDefaultAdminRule.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkDefaultAdminRule.cs new file mode 100644 index 000000000000..d2e2deda4c4c --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkDefaultAdminRule.cs @@ -0,0 +1,86 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using Azure; +using Azure.Core; +using Azure.ResourceManager.Models; +using Azure.ResourceManager.Network; + +namespace Azure.ResourceManager.Network.Models +{ + /// Network default admin rule. + public partial class NetworkDefaultAdminRule : BaseAdminRuleData + { + /// Initializes a new instance of NetworkDefaultAdminRule. + public NetworkDefaultAdminRule() + { + Sources = new ChangeTrackingList(); + Destinations = new ChangeTrackingList(); + SourcePortRanges = new ChangeTrackingList(); + DestinationPortRanges = new ChangeTrackingList(); + Kind = AdminRuleKind.Default; + } + + /// Initializes a new instance of NetworkDefaultAdminRule. + /// The id. + /// The name. + /// The resourceType. + /// The systemData. + /// Whether the rule is custom or default. + /// A unique read-only string that changes whenever the resource is updated. + /// A description for this rule. Restricted to 140 chars. + /// Default rule flag. + /// Network protocol this rule applies to. + /// The CIDR or source IP ranges. + /// The destination address prefixes. CIDR or destination IP ranges. + /// The source port ranges. + /// The destination port ranges. + /// Indicates the access allowed for this particular rule. + /// The priority of the rule. The value can be between 1 and 4096. The priority number must be unique for each rule in the collection. The lower the priority number, the higher the priority of the rule. + /// Indicates if the traffic matched against the rule in inbound or outbound. + /// The provisioning state of the resource. + internal NetworkDefaultAdminRule(ResourceIdentifier id, string name, ResourceType resourceType, SystemData systemData, AdminRuleKind kind, ETag? etag, string description, string flag, SecurityConfigurationRuleProtocol? protocol, IReadOnlyList sources, IReadOnlyList destinations, IReadOnlyList sourcePortRanges, IReadOnlyList destinationPortRanges, SecurityConfigurationRuleAccess? access, int? priority, SecurityConfigurationRuleDirection? direction, NetworkProvisioningState? provisioningState) : base(id, name, resourceType, systemData, kind, etag) + { + Description = description; + Flag = flag; + Protocol = protocol; + Sources = sources; + Destinations = destinations; + SourcePortRanges = sourcePortRanges; + DestinationPortRanges = destinationPortRanges; + Access = access; + Priority = priority; + Direction = direction; + ProvisioningState = provisioningState; + Kind = kind; + } + + /// A description for this rule. Restricted to 140 chars. + public string Description { get; } + /// Default rule flag. + public string Flag { get; set; } + /// Network protocol this rule applies to. + public SecurityConfigurationRuleProtocol? Protocol { get; } + /// The CIDR or source IP ranges. + public IReadOnlyList Sources { get; } + /// The destination address prefixes. CIDR or destination IP ranges. + public IReadOnlyList Destinations { get; } + /// The source port ranges. + public IReadOnlyList SourcePortRanges { get; } + /// The destination port ranges. + public IReadOnlyList DestinationPortRanges { get; } + /// Indicates the access allowed for this particular rule. + public SecurityConfigurationRuleAccess? Access { get; } + /// The priority of the rule. The value can be between 1 and 4096. The priority number must be unique for each rule in the collection. The lower the priority number, the higher the priority of the rule. + public int? Priority { get; } + /// Indicates if the traffic matched against the rule in inbound or outbound. + public SecurityConfigurationRuleDirection? Direction { get; } + /// The provisioning state of the resource. + public NetworkProvisioningState? ProvisioningState { get; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkGroupData.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkGroupData.Serialization.cs new file mode 100644 index 000000000000..c8e96f2cb5e2 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkGroupData.Serialization.cs @@ -0,0 +1,110 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Text.Json; +using Azure; +using Azure.Core; +using Azure.ResourceManager.Models; +using Azure.ResourceManager.Network.Models; + +namespace Azure.ResourceManager.Network +{ + public partial class NetworkGroupData : IUtf8JsonSerializable + { + void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) + { + writer.WriteStartObject(); + writer.WritePropertyName("properties"u8); + writer.WriteStartObject(); + if (Optional.IsDefined(Description)) + { + writer.WritePropertyName("description"u8); + writer.WriteStringValue(Description); + } + writer.WriteEndObject(); + writer.WriteEndObject(); + } + + internal static NetworkGroupData DeserializeNetworkGroupData(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + Optional etag = default; + ResourceIdentifier id = default; + string name = default; + ResourceType type = default; + Optional systemData = default; + Optional description = default; + Optional provisioningState = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("etag"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + etag = new ETag(property.Value.GetString()); + continue; + } + if (property.NameEquals("id"u8)) + { + id = new ResourceIdentifier(property.Value.GetString()); + continue; + } + if (property.NameEquals("name"u8)) + { + name = property.Value.GetString(); + continue; + } + if (property.NameEquals("type"u8)) + { + type = new ResourceType(property.Value.GetString()); + continue; + } + if (property.NameEquals("systemData"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + systemData = JsonSerializer.Deserialize(property.Value.GetRawText()); + continue; + } + if (property.NameEquals("properties"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + property.ThrowNonNullablePropertyIsNull(); + continue; + } + foreach (var property0 in property.Value.EnumerateObject()) + { + if (property0.NameEquals("description"u8)) + { + description = property0.Value.GetString(); + continue; + } + if (property0.NameEquals("provisioningState"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + provisioningState = new NetworkProvisioningState(property0.Value.GetString()); + continue; + } + } + continue; + } + } + return new NetworkGroupData(id, name, type, systemData.Value, description.Value, Optional.ToNullable(provisioningState), Optional.ToNullable(etag)); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkGroupListResult.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkGroupListResult.Serialization.cs new file mode 100644 index 000000000000..6b43b58f1703 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkGroupListResult.Serialization.cs @@ -0,0 +1,50 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using System.Text.Json; +using Azure.Core; +using Azure.ResourceManager.Network; + +namespace Azure.ResourceManager.Network.Models +{ + internal partial class NetworkGroupListResult + { + internal static NetworkGroupListResult DeserializeNetworkGroupListResult(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + Optional> value = default; + Optional nextLink = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("value"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property.Value.EnumerateArray()) + { + array.Add(NetworkGroupData.DeserializeNetworkGroupData(item)); + } + value = array; + continue; + } + if (property.NameEquals("nextLink"u8)) + { + nextLink = property.Value.GetString(); + continue; + } + } + return new NetworkGroupListResult(Optional.ToList(value), nextLink.Value); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkGroupListResult.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkGroupListResult.cs new file mode 100644 index 000000000000..7218c84619ec --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkGroupListResult.cs @@ -0,0 +1,37 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using Azure.Core; +using Azure.ResourceManager.Network; + +namespace Azure.ResourceManager.Network.Models +{ + /// Result of the request to list NetworkGroup. It contains a list of groups and a URL link to get the next set of results. + internal partial class NetworkGroupListResult + { + /// Initializes a new instance of NetworkGroupListResult. + internal NetworkGroupListResult() + { + Value = new ChangeTrackingList(); + } + + /// Initializes a new instance of NetworkGroupListResult. + /// Gets a page of NetworkGroup. + /// Gets the URL to get the next set of results. + internal NetworkGroupListResult(IReadOnlyList value, string nextLink) + { + Value = value; + NextLink = nextLink; + } + + /// Gets a page of NetworkGroup. + public IReadOnlyList Value { get; } + /// Gets the URL to get the next set of results. + public string NextLink { get; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkGroupStaticMemberData.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkGroupStaticMemberData.Serialization.cs new file mode 100644 index 000000000000..da23f76382e8 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkGroupStaticMemberData.Serialization.cs @@ -0,0 +1,120 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Text.Json; +using Azure; +using Azure.Core; +using Azure.ResourceManager.Models; +using Azure.ResourceManager.Network.Models; + +namespace Azure.ResourceManager.Network +{ + public partial class NetworkGroupStaticMemberData : IUtf8JsonSerializable + { + void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) + { + writer.WriteStartObject(); + writer.WritePropertyName("properties"u8); + writer.WriteStartObject(); + if (Optional.IsDefined(ResourceId)) + { + writer.WritePropertyName("resourceId"u8); + writer.WriteStringValue(ResourceId); + } + writer.WriteEndObject(); + writer.WriteEndObject(); + } + + internal static NetworkGroupStaticMemberData DeserializeNetworkGroupStaticMemberData(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + Optional etag = default; + ResourceIdentifier id = default; + string name = default; + ResourceType type = default; + Optional systemData = default; + Optional resourceId = default; + Optional region = default; + Optional provisioningState = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("etag"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + etag = new ETag(property.Value.GetString()); + continue; + } + if (property.NameEquals("id"u8)) + { + id = new ResourceIdentifier(property.Value.GetString()); + continue; + } + if (property.NameEquals("name"u8)) + { + name = property.Value.GetString(); + continue; + } + if (property.NameEquals("type"u8)) + { + type = new ResourceType(property.Value.GetString()); + continue; + } + if (property.NameEquals("systemData"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + systemData = JsonSerializer.Deserialize(property.Value.GetRawText()); + continue; + } + if (property.NameEquals("properties"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + property.ThrowNonNullablePropertyIsNull(); + continue; + } + foreach (var property0 in property.Value.EnumerateObject()) + { + if (property0.NameEquals("resourceId"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + resourceId = new ResourceIdentifier(property0.Value.GetString()); + continue; + } + if (property0.NameEquals("region"u8)) + { + region = property0.Value.GetString(); + continue; + } + if (property0.NameEquals("provisioningState"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + provisioningState = new NetworkProvisioningState(property0.Value.GetString()); + continue; + } + } + continue; + } + } + return new NetworkGroupStaticMemberData(id, name, type, systemData.Value, resourceId.Value, region.Value, Optional.ToNullable(provisioningState), Optional.ToNullable(etag)); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkGroupStaticMemberListResult.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkGroupStaticMemberListResult.Serialization.cs new file mode 100644 index 000000000000..f05eefeda8a5 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkGroupStaticMemberListResult.Serialization.cs @@ -0,0 +1,50 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using System.Text.Json; +using Azure.Core; +using Azure.ResourceManager.Network; + +namespace Azure.ResourceManager.Network.Models +{ + internal partial class NetworkGroupStaticMemberListResult + { + internal static NetworkGroupStaticMemberListResult DeserializeNetworkGroupStaticMemberListResult(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + Optional> value = default; + Optional nextLink = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("value"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property.Value.EnumerateArray()) + { + array.Add(NetworkGroupStaticMemberData.DeserializeNetworkGroupStaticMemberData(item)); + } + value = array; + continue; + } + if (property.NameEquals("nextLink"u8)) + { + nextLink = property.Value.GetString(); + continue; + } + } + return new NetworkGroupStaticMemberListResult(Optional.ToList(value), nextLink.Value); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkGroupStaticMemberListResult.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkGroupStaticMemberListResult.cs new file mode 100644 index 000000000000..3206cca56aba --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkGroupStaticMemberListResult.cs @@ -0,0 +1,37 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using Azure.Core; +using Azure.ResourceManager.Network; + +namespace Azure.ResourceManager.Network.Models +{ + /// Result of the request to list StaticMember. It contains a list of groups and a URL link to get the next set of results. + internal partial class NetworkGroupStaticMemberListResult + { + /// Initializes a new instance of NetworkGroupStaticMemberListResult. + internal NetworkGroupStaticMemberListResult() + { + Value = new ChangeTrackingList(); + } + + /// Initializes a new instance of NetworkGroupStaticMemberListResult. + /// Gets a page of StaticMember. + /// Gets the URL to get the next set of results. + internal NetworkGroupStaticMemberListResult(IReadOnlyList value, string nextLink) + { + Value = value; + NextLink = nextLink; + } + + /// Gets a page of StaticMember. + public IReadOnlyList Value { get; } + /// Gets the URL to get the next set of results. + public string NextLink { get; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkIntentPolicyBasedService.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkIntentPolicyBasedService.cs new file mode 100644 index 000000000000..f184473376f8 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkIntentPolicyBasedService.cs @@ -0,0 +1,54 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.ComponentModel; + +namespace Azure.ResourceManager.Network.Models +{ + /// Network intent policy based services. + public readonly partial struct NetworkIntentPolicyBasedService : IEquatable + { + private readonly string _value; + + /// Initializes a new instance of . + /// is null. + public NetworkIntentPolicyBasedService(string value) + { + _value = value ?? throw new ArgumentNullException(nameof(value)); + } + + private const string NoneValue = "None"; + private const string AllValue = "All"; + private const string AllowRulesOnlyValue = "AllowRulesOnly"; + + /// None. + public static NetworkIntentPolicyBasedService None { get; } = new NetworkIntentPolicyBasedService(NoneValue); + /// All. + public static NetworkIntentPolicyBasedService All { get; } = new NetworkIntentPolicyBasedService(AllValue); + /// AllowRulesOnly. + public static NetworkIntentPolicyBasedService AllowRulesOnly { get; } = new NetworkIntentPolicyBasedService(AllowRulesOnlyValue); + /// Determines if two values are the same. + public static bool operator ==(NetworkIntentPolicyBasedService left, NetworkIntentPolicyBasedService right) => left.Equals(right); + /// Determines if two values are not the same. + public static bool operator !=(NetworkIntentPolicyBasedService left, NetworkIntentPolicyBasedService right) => !left.Equals(right); + /// Converts a string to a . + public static implicit operator NetworkIntentPolicyBasedService(string value) => new NetworkIntentPolicyBasedService(value); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override bool Equals(object obj) => obj is NetworkIntentPolicyBasedService other && Equals(other); + /// + public bool Equals(NetworkIntentPolicyBasedService other) => string.Equals(_value, other._value, StringComparison.InvariantCultureIgnoreCase); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override int GetHashCode() => _value?.GetHashCode() ?? 0; + /// + public override string ToString() => _value; + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkInterfaceAuxiliaryMode.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkInterfaceAuxiliaryMode.cs new file mode 100644 index 000000000000..1803f307fd1e --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkInterfaceAuxiliaryMode.cs @@ -0,0 +1,54 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.ComponentModel; + +namespace Azure.ResourceManager.Network.Models +{ + /// Auxiliary mode of Network Interface resource. + public readonly partial struct NetworkInterfaceAuxiliaryMode : IEquatable + { + private readonly string _value; + + /// Initializes a new instance of . + /// is null. + public NetworkInterfaceAuxiliaryMode(string value) + { + _value = value ?? throw new ArgumentNullException(nameof(value)); + } + + private const string NoneValue = "None"; + private const string MaxConnectionsValue = "MaxConnections"; + private const string FloatingValue = "Floating"; + + /// None. + public static NetworkInterfaceAuxiliaryMode None { get; } = new NetworkInterfaceAuxiliaryMode(NoneValue); + /// MaxConnections. + public static NetworkInterfaceAuxiliaryMode MaxConnections { get; } = new NetworkInterfaceAuxiliaryMode(MaxConnectionsValue); + /// Floating. + public static NetworkInterfaceAuxiliaryMode Floating { get; } = new NetworkInterfaceAuxiliaryMode(FloatingValue); + /// Determines if two values are the same. + public static bool operator ==(NetworkInterfaceAuxiliaryMode left, NetworkInterfaceAuxiliaryMode right) => left.Equals(right); + /// Determines if two values are not the same. + public static bool operator !=(NetworkInterfaceAuxiliaryMode left, NetworkInterfaceAuxiliaryMode right) => !left.Equals(right); + /// Converts a string to a . + public static implicit operator NetworkInterfaceAuxiliaryMode(string value) => new NetworkInterfaceAuxiliaryMode(value); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override bool Equals(object obj) => obj is NetworkInterfaceAuxiliaryMode other && Equals(other); + /// + public bool Equals(NetworkInterfaceAuxiliaryMode other) => string.Equals(_value, other._value, StringComparison.InvariantCultureIgnoreCase); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override int GetHashCode() => _value?.GetHashCode() ?? 0; + /// + public override string ToString() => _value; + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkInterfaceData.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkInterfaceData.Serialization.cs index bcaedf401711..4dc51fff58a5 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkInterfaceData.Serialization.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkInterfaceData.Serialization.cs @@ -73,6 +73,11 @@ void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) writer.WritePropertyName("enableAcceleratedNetworking"u8); writer.WriteBooleanValue(EnableAcceleratedNetworking.Value); } + if (Optional.IsDefined(DisableTcpStateTracking)) + { + writer.WritePropertyName("disableTcpStateTracking"u8); + writer.WriteBooleanValue(DisableTcpStateTracking.Value); + } if (Optional.IsDefined(EnableIPForwarding)) { writer.WritePropertyName("enableIPForwarding"u8); @@ -98,6 +103,11 @@ void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) writer.WritePropertyName("migrationPhase"u8); writer.WriteStringValue(MigrationPhase.Value.ToString()); } + if (Optional.IsDefined(AuxiliaryMode)) + { + writer.WritePropertyName("auxiliaryMode"u8); + writer.WriteStringValue(AuxiliaryMode.Value.ToString()); + } writer.WriteEndObject(); writer.WriteEndObject(); } @@ -123,7 +133,9 @@ internal static NetworkInterfaceData DeserializeNetworkInterfaceData(JsonElement Optional dnsSettings = default; Optional macAddress = default; Optional primary = default; + Optional vnetEncryptionSupported = default; Optional enableAcceleratedNetworking = default; + Optional disableTcpStateTracking = default; Optional enableIPForwarding = default; Optional> hostedWorkloads = default; Optional dscpConfiguration = default; @@ -133,6 +145,7 @@ internal static NetworkInterfaceData DeserializeNetworkInterfaceData(JsonElement Optional nicType = default; Optional privateLinkService = default; Optional migrationPhase = default; + Optional auxiliaryMode = default; foreach (var property in element.EnumerateObject()) { if (property.NameEquals("extendedLocation"u8)) @@ -286,6 +299,15 @@ internal static NetworkInterfaceData DeserializeNetworkInterfaceData(JsonElement primary = property0.Value.GetBoolean(); continue; } + if (property0.NameEquals("vnetEncryptionSupported"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + vnetEncryptionSupported = property0.Value.GetBoolean(); + continue; + } if (property0.NameEquals("enableAcceleratedNetworking"u8)) { if (property0.Value.ValueKind == JsonValueKind.Null) @@ -295,6 +317,15 @@ internal static NetworkInterfaceData DeserializeNetworkInterfaceData(JsonElement enableAcceleratedNetworking = property0.Value.GetBoolean(); continue; } + if (property0.NameEquals("disableTcpStateTracking"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + disableTcpStateTracking = property0.Value.GetBoolean(); + continue; + } if (property0.NameEquals("enableIPForwarding"u8)) { if (property0.Value.ValueKind == JsonValueKind.Null) @@ -377,11 +408,20 @@ internal static NetworkInterfaceData DeserializeNetworkInterfaceData(JsonElement migrationPhase = new NetworkInterfaceMigrationPhase(property0.Value.GetString()); continue; } + if (property0.NameEquals("auxiliaryMode"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + auxiliaryMode = new NetworkInterfaceAuxiliaryMode(property0.Value.GetString()); + continue; + } } continue; } } - return new NetworkInterfaceData(id.Value, name.Value, Optional.ToNullable(type), Optional.ToNullable(location), Optional.ToDictionary(tags), extendedLocation, Optional.ToNullable(etag), virtualMachine, networkSecurityGroup.Value, privateEndpoint.Value, Optional.ToList(ipConfigurations), Optional.ToList(tapConfigurations), dnsSettings.Value, macAddress.Value, Optional.ToNullable(primary), Optional.ToNullable(enableAcceleratedNetworking), Optional.ToNullable(enableIPForwarding), Optional.ToList(hostedWorkloads), dscpConfiguration, Optional.ToNullable(resourceGuid), Optional.ToNullable(provisioningState), workloadType.Value, Optional.ToNullable(nicType), privateLinkService.Value, Optional.ToNullable(migrationPhase)); + return new NetworkInterfaceData(id.Value, name.Value, Optional.ToNullable(type), Optional.ToNullable(location), Optional.ToDictionary(tags), extendedLocation, Optional.ToNullable(etag), virtualMachine, networkSecurityGroup.Value, privateEndpoint.Value, Optional.ToList(ipConfigurations), Optional.ToList(tapConfigurations), dnsSettings.Value, macAddress.Value, Optional.ToNullable(primary), Optional.ToNullable(vnetEncryptionSupported), Optional.ToNullable(enableAcceleratedNetworking), Optional.ToNullable(disableTcpStateTracking), Optional.ToNullable(enableIPForwarding), Optional.ToList(hostedWorkloads), dscpConfiguration, Optional.ToNullable(resourceGuid), Optional.ToNullable(provisioningState), workloadType.Value, Optional.ToNullable(nicType), privateLinkService.Value, Optional.ToNullable(migrationPhase), Optional.ToNullable(auxiliaryMode)); } } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkManagementQueryContent.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkManagementQueryContent.Serialization.cs new file mode 100644 index 000000000000..4ca9b4c15cbb --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkManagementQueryContent.Serialization.cs @@ -0,0 +1,26 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + public partial class NetworkManagementQueryContent : IUtf8JsonSerializable + { + void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) + { + writer.WriteStartObject(); + if (Optional.IsDefined(SkipToken)) + { + writer.WritePropertyName("skipToken"u8); + writer.WriteStringValue(SkipToken); + } + writer.WriteEndObject(); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkManagementQueryContent.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkManagementQueryContent.cs new file mode 100644 index 000000000000..d25bfc82c90a --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkManagementQueryContent.cs @@ -0,0 +1,21 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +namespace Azure.ResourceManager.Network.Models +{ + /// Query Request Options. + public partial class NetworkManagementQueryContent + { + /// Initializes a new instance of NetworkManagementQueryContent. + public NetworkManagementQueryContent() + { + } + + /// When present, the value can be passed to a subsequent query call (together with the same query and scopes used in the current request) to retrieve the next page of data. + public string SkipToken { get; set; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkManagerCommit.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkManagerCommit.Serialization.cs new file mode 100644 index 000000000000..fd491345a245 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkManagerCommit.Serialization.cs @@ -0,0 +1,91 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + public partial class NetworkManagerCommit : IUtf8JsonSerializable + { + void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) + { + writer.WriteStartObject(); + writer.WritePropertyName("targetLocations"u8); + writer.WriteStartArray(); + foreach (var item in TargetLocations) + { + writer.WriteStringValue(item); + } + writer.WriteEndArray(); + if (Optional.IsCollectionDefined(ConfigurationIds)) + { + writer.WritePropertyName("configurationIds"u8); + writer.WriteStartArray(); + foreach (var item in ConfigurationIds) + { + writer.WriteStringValue(item); + } + writer.WriteEndArray(); + } + writer.WritePropertyName("commitType"u8); + writer.WriteStringValue(CommitType.ToString()); + writer.WriteEndObject(); + } + + internal static NetworkManagerCommit DeserializeNetworkManagerCommit(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + Optional commitId = default; + IList targetLocations = default; + Optional> configurationIds = default; + NetworkConfigurationDeploymentType commitType = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("commitId"u8)) + { + commitId = property.Value.GetString(); + continue; + } + if (property.NameEquals("targetLocations"u8)) + { + List array = new List(); + foreach (var item in property.Value.EnumerateArray()) + { + array.Add(item.GetString()); + } + targetLocations = array; + continue; + } + if (property.NameEquals("configurationIds"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property.Value.EnumerateArray()) + { + array.Add(item.GetString()); + } + configurationIds = array; + continue; + } + if (property.NameEquals("commitType"u8)) + { + commitType = new NetworkConfigurationDeploymentType(property.Value.GetString()); + continue; + } + } + return new NetworkManagerCommit(commitId.Value, targetLocations, Optional.ToList(configurationIds), commitType); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkManagerCommit.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkManagerCommit.cs new file mode 100644 index 000000000000..71101a1e6c82 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkManagerCommit.cs @@ -0,0 +1,53 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Collections.Generic; +using System.Linq; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + /// Network Manager Commit. + public partial class NetworkManagerCommit + { + /// Initializes a new instance of NetworkManagerCommit. + /// List of target locations. + /// Commit Type. + /// is null. + public NetworkManagerCommit(IEnumerable targetLocations, NetworkConfigurationDeploymentType commitType) + { + Argument.AssertNotNull(targetLocations, nameof(targetLocations)); + + TargetLocations = targetLocations.ToList(); + ConfigurationIds = new ChangeTrackingList(); + CommitType = commitType; + } + + /// Initializes a new instance of NetworkManagerCommit. + /// Commit Id. + /// List of target locations. + /// List of configuration ids. + /// Commit Type. + internal NetworkManagerCommit(string commitId, IList targetLocations, IList configurationIds, NetworkConfigurationDeploymentType commitType) + { + CommitId = commitId; + TargetLocations = targetLocations; + ConfigurationIds = configurationIds; + CommitType = commitType; + } + + /// Commit Id. + public string CommitId { get; } + /// List of target locations. + public IList TargetLocations { get; } + /// List of configuration ids. + public IList ConfigurationIds { get; } + /// Commit Type. + public NetworkConfigurationDeploymentType CommitType { get; set; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkManagerConnectionData.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkManagerConnectionData.Serialization.cs new file mode 100644 index 000000000000..e7c1139ef3fe --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkManagerConnectionData.Serialization.cs @@ -0,0 +1,125 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Text.Json; +using Azure; +using Azure.Core; +using Azure.ResourceManager.Models; +using Azure.ResourceManager.Network.Models; + +namespace Azure.ResourceManager.Network +{ + public partial class NetworkManagerConnectionData : IUtf8JsonSerializable + { + void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) + { + writer.WriteStartObject(); + writer.WritePropertyName("properties"u8); + writer.WriteStartObject(); + if (Optional.IsDefined(NetworkManagerId)) + { + writer.WritePropertyName("networkManagerId"u8); + writer.WriteStringValue(NetworkManagerId); + } + if (Optional.IsDefined(Description)) + { + writer.WritePropertyName("description"u8); + writer.WriteStringValue(Description); + } + writer.WriteEndObject(); + writer.WriteEndObject(); + } + + internal static NetworkManagerConnectionData DeserializeNetworkManagerConnectionData(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + Optional etag = default; + ResourceIdentifier id = default; + string name = default; + ResourceType type = default; + Optional systemData = default; + Optional networkManagerId = default; + Optional connectionState = default; + Optional description = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("etag"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + etag = new ETag(property.Value.GetString()); + continue; + } + if (property.NameEquals("id"u8)) + { + id = new ResourceIdentifier(property.Value.GetString()); + continue; + } + if (property.NameEquals("name"u8)) + { + name = property.Value.GetString(); + continue; + } + if (property.NameEquals("type"u8)) + { + type = new ResourceType(property.Value.GetString()); + continue; + } + if (property.NameEquals("systemData"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + systemData = JsonSerializer.Deserialize(property.Value.GetRawText()); + continue; + } + if (property.NameEquals("properties"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + property.ThrowNonNullablePropertyIsNull(); + continue; + } + foreach (var property0 in property.Value.EnumerateObject()) + { + if (property0.NameEquals("networkManagerId"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + networkManagerId = new ResourceIdentifier(property0.Value.GetString()); + continue; + } + if (property0.NameEquals("connectionState"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + connectionState = new ScopeConnectionState(property0.Value.GetString()); + continue; + } + if (property0.NameEquals("description"u8)) + { + description = property0.Value.GetString(); + continue; + } + } + continue; + } + } + return new NetworkManagerConnectionData(id, name, type, systemData.Value, networkManagerId.Value, Optional.ToNullable(connectionState), description.Value, Optional.ToNullable(etag)); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkManagerConnectionListResult.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkManagerConnectionListResult.Serialization.cs new file mode 100644 index 000000000000..2b78549c3498 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkManagerConnectionListResult.Serialization.cs @@ -0,0 +1,50 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using System.Text.Json; +using Azure.Core; +using Azure.ResourceManager.Network; + +namespace Azure.ResourceManager.Network.Models +{ + internal partial class NetworkManagerConnectionListResult + { + internal static NetworkManagerConnectionListResult DeserializeNetworkManagerConnectionListResult(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + Optional> value = default; + Optional nextLink = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("value"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property.Value.EnumerateArray()) + { + array.Add(NetworkManagerConnectionData.DeserializeNetworkManagerConnectionData(item)); + } + value = array; + continue; + } + if (property.NameEquals("nextLink"u8)) + { + nextLink = property.Value.GetString(); + continue; + } + } + return new NetworkManagerConnectionListResult(Optional.ToList(value), nextLink.Value); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkManagerConnectionListResult.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkManagerConnectionListResult.cs new file mode 100644 index 000000000000..e52af043c18a --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkManagerConnectionListResult.cs @@ -0,0 +1,37 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using Azure.Core; +using Azure.ResourceManager.Network; + +namespace Azure.ResourceManager.Network.Models +{ + /// List of network manager connections. + internal partial class NetworkManagerConnectionListResult + { + /// Initializes a new instance of NetworkManagerConnectionListResult. + internal NetworkManagerConnectionListResult() + { + Value = new ChangeTrackingList(); + } + + /// Initializes a new instance of NetworkManagerConnectionListResult. + /// List of network manager connections. + /// Gets the URL to get the next page of results. + internal NetworkManagerConnectionListResult(IReadOnlyList value, string nextLink) + { + Value = value; + NextLink = nextLink; + } + + /// List of network manager connections. + public IReadOnlyList Value { get; } + /// Gets the URL to get the next page of results. + public string NextLink { get; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkManagerData.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkManagerData.Serialization.cs new file mode 100644 index 000000000000..7ea6fae2e6d4 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkManagerData.Serialization.cs @@ -0,0 +1,205 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using System.Text.Json; +using Azure; +using Azure.Core; +using Azure.ResourceManager.Models; +using Azure.ResourceManager.Network.Models; + +namespace Azure.ResourceManager.Network +{ + public partial class NetworkManagerData : IUtf8JsonSerializable + { + void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) + { + writer.WriteStartObject(); + if (Optional.IsDefined(Id)) + { + writer.WritePropertyName("id"u8); + writer.WriteStringValue(Id); + } + if (Optional.IsDefined(Location)) + { + writer.WritePropertyName("location"u8); + writer.WriteStringValue(Location.Value); + } + if (Optional.IsCollectionDefined(Tags)) + { + writer.WritePropertyName("tags"u8); + writer.WriteStartObject(); + foreach (var item in Tags) + { + writer.WritePropertyName(item.Key); + writer.WriteStringValue(item.Value); + } + writer.WriteEndObject(); + } + writer.WritePropertyName("properties"u8); + writer.WriteStartObject(); + if (Optional.IsDefined(Description)) + { + writer.WritePropertyName("description"u8); + writer.WriteStringValue(Description); + } + if (Optional.IsDefined(NetworkManagerScopes)) + { + writer.WritePropertyName("networkManagerScopes"u8); + writer.WriteObjectValue(NetworkManagerScopes); + } + if (Optional.IsCollectionDefined(NetworkManagerScopeAccesses)) + { + writer.WritePropertyName("networkManagerScopeAccesses"u8); + writer.WriteStartArray(); + foreach (var item in NetworkManagerScopeAccesses) + { + writer.WriteStringValue(item.ToString()); + } + writer.WriteEndArray(); + } + writer.WriteEndObject(); + writer.WriteEndObject(); + } + + internal static NetworkManagerData DeserializeNetworkManagerData(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + Optional etag = default; + Optional systemData = default; + Optional id = default; + Optional name = default; + Optional type = default; + Optional location = default; + Optional> tags = default; + Optional description = default; + Optional networkManagerScopes = default; + Optional> networkManagerScopeAccesses = default; + Optional provisioningState = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("etag"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + etag = new ETag(property.Value.GetString()); + continue; + } + if (property.NameEquals("systemData"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + systemData = JsonSerializer.Deserialize(property.Value.GetRawText()); + continue; + } + if (property.NameEquals("id"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + id = new ResourceIdentifier(property.Value.GetString()); + continue; + } + if (property.NameEquals("name"u8)) + { + name = property.Value.GetString(); + continue; + } + if (property.NameEquals("type"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + type = new ResourceType(property.Value.GetString()); + continue; + } + if (property.NameEquals("location"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + location = new AzureLocation(property.Value.GetString()); + continue; + } + if (property.NameEquals("tags"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + Dictionary dictionary = new Dictionary(); + foreach (var property0 in property.Value.EnumerateObject()) + { + dictionary.Add(property0.Name, property0.Value.GetString()); + } + tags = dictionary; + continue; + } + if (property.NameEquals("properties"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + property.ThrowNonNullablePropertyIsNull(); + continue; + } + foreach (var property0 in property.Value.EnumerateObject()) + { + if (property0.NameEquals("description"u8)) + { + description = property0.Value.GetString(); + continue; + } + if (property0.NameEquals("networkManagerScopes"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + networkManagerScopes = NetworkManagerPropertiesNetworkManagerScopes.DeserializeNetworkManagerPropertiesNetworkManagerScopes(property0.Value); + continue; + } + if (property0.NameEquals("networkManagerScopeAccesses"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property0.Value.EnumerateArray()) + { + array.Add(new NetworkConfigurationDeploymentType(item.GetString())); + } + networkManagerScopeAccesses = array; + continue; + } + if (property0.NameEquals("provisioningState"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + provisioningState = new NetworkProvisioningState(property0.Value.GetString()); + continue; + } + } + continue; + } + } + return new NetworkManagerData(id.Value, name.Value, Optional.ToNullable(type), Optional.ToNullable(location), Optional.ToDictionary(tags), Optional.ToNullable(etag), systemData, description.Value, networkManagerScopes.Value, Optional.ToList(networkManagerScopeAccesses), Optional.ToNullable(provisioningState)); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkManagerDeploymentState.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkManagerDeploymentState.cs new file mode 100644 index 000000000000..172d29fef439 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkManagerDeploymentState.cs @@ -0,0 +1,57 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.ComponentModel; + +namespace Azure.ResourceManager.Network.Models +{ + /// Deployment Status. + public readonly partial struct NetworkManagerDeploymentState : IEquatable + { + private readonly string _value; + + /// Initializes a new instance of . + /// is null. + public NetworkManagerDeploymentState(string value) + { + _value = value ?? throw new ArgumentNullException(nameof(value)); + } + + private const string NotStartedValue = "NotStarted"; + private const string DeployingValue = "Deploying"; + private const string DeployedValue = "Deployed"; + private const string FailedValue = "Failed"; + + /// NotStarted. + public static NetworkManagerDeploymentState NotStarted { get; } = new NetworkManagerDeploymentState(NotStartedValue); + /// Deploying. + public static NetworkManagerDeploymentState Deploying { get; } = new NetworkManagerDeploymentState(DeployingValue); + /// Deployed. + public static NetworkManagerDeploymentState Deployed { get; } = new NetworkManagerDeploymentState(DeployedValue); + /// Failed. + public static NetworkManagerDeploymentState Failed { get; } = new NetworkManagerDeploymentState(FailedValue); + /// Determines if two values are the same. + public static bool operator ==(NetworkManagerDeploymentState left, NetworkManagerDeploymentState right) => left.Equals(right); + /// Determines if two values are not the same. + public static bool operator !=(NetworkManagerDeploymentState left, NetworkManagerDeploymentState right) => !left.Equals(right); + /// Converts a string to a . + public static implicit operator NetworkManagerDeploymentState(string value) => new NetworkManagerDeploymentState(value); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override bool Equals(object obj) => obj is NetworkManagerDeploymentState other && Equals(other); + /// + public bool Equals(NetworkManagerDeploymentState other) => string.Equals(_value, other._value, StringComparison.InvariantCultureIgnoreCase); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override int GetHashCode() => _value?.GetHashCode() ?? 0; + /// + public override string ToString() => _value; + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkManagerDeploymentStatus.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkManagerDeploymentStatus.Serialization.cs new file mode 100644 index 000000000000..46fe1971fd77 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkManagerDeploymentStatus.Serialization.cs @@ -0,0 +1,86 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Collections.Generic; +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + public partial class NetworkManagerDeploymentStatus + { + internal static NetworkManagerDeploymentStatus DeserializeNetworkManagerDeploymentStatus(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + Optional commitTime = default; + Optional region = default; + Optional deploymentStatus = default; + Optional> configurationIds = default; + Optional deploymentType = default; + Optional errorMessage = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("commitTime"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + commitTime = property.Value.GetDateTimeOffset("O"); + continue; + } + if (property.NameEquals("region"u8)) + { + region = property.Value.GetString(); + continue; + } + if (property.NameEquals("deploymentStatus"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + deploymentStatus = new NetworkManagerDeploymentState(property.Value.GetString()); + continue; + } + if (property.NameEquals("configurationIds"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property.Value.EnumerateArray()) + { + array.Add(item.GetString()); + } + configurationIds = array; + continue; + } + if (property.NameEquals("deploymentType"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + deploymentType = new NetworkConfigurationDeploymentType(property.Value.GetString()); + continue; + } + if (property.NameEquals("errorMessage"u8)) + { + errorMessage = property.Value.GetString(); + continue; + } + } + return new NetworkManagerDeploymentStatus(Optional.ToNullable(commitTime), region.Value, Optional.ToNullable(deploymentStatus), Optional.ToList(configurationIds), Optional.ToNullable(deploymentType), errorMessage.Value); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkManagerDeploymentStatus.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkManagerDeploymentStatus.cs new file mode 100644 index 000000000000..8c3205cd713b --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkManagerDeploymentStatus.cs @@ -0,0 +1,53 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Collections.Generic; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + /// Network Manager Deployment Status. + public partial class NetworkManagerDeploymentStatus + { + /// Initializes a new instance of NetworkManagerDeploymentStatus. + internal NetworkManagerDeploymentStatus() + { + ConfigurationIds = new ChangeTrackingList(); + } + + /// Initializes a new instance of NetworkManagerDeploymentStatus. + /// Commit Time. + /// Region Name. + /// Deployment Status. + /// List of configuration ids. + /// Configuration Deployment Type. + /// Error Message. + internal NetworkManagerDeploymentStatus(DateTimeOffset? commitOn, string region, NetworkManagerDeploymentState? deploymentState, IReadOnlyList configurationIds, NetworkConfigurationDeploymentType? deploymentType, string errorMessage) + { + CommitOn = commitOn; + Region = region; + DeploymentState = deploymentState; + ConfigurationIds = configurationIds; + DeploymentType = deploymentType; + ErrorMessage = errorMessage; + } + + /// Commit Time. + public DateTimeOffset? CommitOn { get; } + /// Region Name. + public string Region { get; } + /// Deployment Status. + public NetworkManagerDeploymentState? DeploymentState { get; } + /// List of configuration ids. + public IReadOnlyList ConfigurationIds { get; } + /// Configuration Deployment Type. + public NetworkConfigurationDeploymentType? DeploymentType { get; } + /// Error Message. + public string ErrorMessage { get; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkManagerDeploymentStatusContent.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkManagerDeploymentStatusContent.Serialization.cs new file mode 100644 index 000000000000..7ff9fb2b6777 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkManagerDeploymentStatusContent.Serialization.cs @@ -0,0 +1,46 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + public partial class NetworkManagerDeploymentStatusContent : IUtf8JsonSerializable + { + void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) + { + writer.WriteStartObject(); + if (Optional.IsCollectionDefined(Regions)) + { + writer.WritePropertyName("regions"u8); + writer.WriteStartArray(); + foreach (var item in Regions) + { + writer.WriteStringValue(item); + } + writer.WriteEndArray(); + } + if (Optional.IsCollectionDefined(DeploymentTypes)) + { + writer.WritePropertyName("deploymentTypes"u8); + writer.WriteStartArray(); + foreach (var item in DeploymentTypes) + { + writer.WriteStringValue(item.ToString()); + } + writer.WriteEndArray(); + } + if (Optional.IsDefined(SkipToken)) + { + writer.WritePropertyName("skipToken"u8); + writer.WriteStringValue(SkipToken); + } + writer.WriteEndObject(); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkManagerDeploymentStatusContent.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkManagerDeploymentStatusContent.cs new file mode 100644 index 000000000000..4245458319b3 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkManagerDeploymentStatusContent.cs @@ -0,0 +1,30 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + /// Network Manager Deployment Status Parameter. + public partial class NetworkManagerDeploymentStatusContent + { + /// Initializes a new instance of NetworkManagerDeploymentStatusContent. + public NetworkManagerDeploymentStatusContent() + { + Regions = new ChangeTrackingList(); + DeploymentTypes = new ChangeTrackingList(); + } + + /// List of locations. + public IList Regions { get; } + /// List of deployment types. + public IList DeploymentTypes { get; } + /// Continuation token for pagination, capturing the next page size and offset, as well as the context of the query. + public string SkipToken { get; set; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkManagerDeploymentStatusListResult.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkManagerDeploymentStatusListResult.Serialization.cs new file mode 100644 index 000000000000..0b665be686c1 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkManagerDeploymentStatusListResult.Serialization.cs @@ -0,0 +1,49 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + internal partial class NetworkManagerDeploymentStatusListResult + { + internal static NetworkManagerDeploymentStatusListResult DeserializeNetworkManagerDeploymentStatusListResult(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + Optional> value = default; + Optional skipToken = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("value"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property.Value.EnumerateArray()) + { + array.Add(NetworkManagerDeploymentStatus.DeserializeNetworkManagerDeploymentStatus(item)); + } + value = array; + continue; + } + if (property.NameEquals("skipToken"u8)) + { + skipToken = property.Value.GetString(); + continue; + } + } + return new NetworkManagerDeploymentStatusListResult(Optional.ToList(value), skipToken.Value); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkManagerDeploymentStatusListResult.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkManagerDeploymentStatusListResult.cs new file mode 100644 index 000000000000..e3ab967d21c9 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkManagerDeploymentStatusListResult.cs @@ -0,0 +1,36 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + /// A list of Network Manager Deployment Status. + internal partial class NetworkManagerDeploymentStatusListResult + { + /// Initializes a new instance of NetworkManagerDeploymentStatusListResult. + internal NetworkManagerDeploymentStatusListResult() + { + Value = new ChangeTrackingList(); + } + + /// Initializes a new instance of NetworkManagerDeploymentStatusListResult. + /// Gets a page of Network Manager Deployment Status. + /// When present, the value can be passed to a subsequent query call (together with the same query and scopes used in the current request) to retrieve the next page of data. + internal NetworkManagerDeploymentStatusListResult(IReadOnlyList value, string skipToken) + { + Value = value; + SkipToken = skipToken; + } + + /// Gets a page of Network Manager Deployment Status. + public IReadOnlyList Value { get; } + /// When present, the value can be passed to a subsequent query call (together with the same query and scopes used in the current request) to retrieve the next page of data. + public string SkipToken { get; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkManagerEffectiveConnectivityConfigurationListResult.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkManagerEffectiveConnectivityConfigurationListResult.Serialization.cs new file mode 100644 index 000000000000..b46d10938466 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkManagerEffectiveConnectivityConfigurationListResult.Serialization.cs @@ -0,0 +1,49 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + internal partial class NetworkManagerEffectiveConnectivityConfigurationListResult + { + internal static NetworkManagerEffectiveConnectivityConfigurationListResult DeserializeNetworkManagerEffectiveConnectivityConfigurationListResult(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + Optional> value = default; + Optional skipToken = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("value"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property.Value.EnumerateArray()) + { + array.Add(EffectiveConnectivityConfiguration.DeserializeEffectiveConnectivityConfiguration(item)); + } + value = array; + continue; + } + if (property.NameEquals("skipToken"u8)) + { + skipToken = property.Value.GetString(); + continue; + } + } + return new NetworkManagerEffectiveConnectivityConfigurationListResult(Optional.ToList(value), skipToken.Value); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkManagerEffectiveConnectivityConfigurationListResult.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkManagerEffectiveConnectivityConfigurationListResult.cs new file mode 100644 index 000000000000..a5b14692c6ca --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkManagerEffectiveConnectivityConfigurationListResult.cs @@ -0,0 +1,36 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + /// Result of the request to list networkManagerEffectiveConnectivityConfiguration. It contains a list of groups and a skiptoken to get the next set of results. + internal partial class NetworkManagerEffectiveConnectivityConfigurationListResult + { + /// Initializes a new instance of NetworkManagerEffectiveConnectivityConfigurationListResult. + internal NetworkManagerEffectiveConnectivityConfigurationListResult() + { + Value = new ChangeTrackingList(); + } + + /// Initializes a new instance of NetworkManagerEffectiveConnectivityConfigurationListResult. + /// Gets a page of NetworkManagerEffectiveConnectivityConfiguration. + /// When present, the value can be passed to a subsequent query call (together with the same query and scopes used in the current request) to retrieve the next page of data. + internal NetworkManagerEffectiveConnectivityConfigurationListResult(IReadOnlyList value, string skipToken) + { + Value = value; + SkipToken = skipToken; + } + + /// Gets a page of NetworkManagerEffectiveConnectivityConfiguration. + public IReadOnlyList Value { get; } + /// When present, the value can be passed to a subsequent query call (together with the same query and scopes used in the current request) to retrieve the next page of data. + public string SkipToken { get; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkManagerEffectiveSecurityAdminRulesListResult.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkManagerEffectiveSecurityAdminRulesListResult.Serialization.cs new file mode 100644 index 000000000000..bacc835941ca --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkManagerEffectiveSecurityAdminRulesListResult.Serialization.cs @@ -0,0 +1,49 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + internal partial class NetworkManagerEffectiveSecurityAdminRulesListResult + { + internal static NetworkManagerEffectiveSecurityAdminRulesListResult DeserializeNetworkManagerEffectiveSecurityAdminRulesListResult(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + Optional> value = default; + Optional skipToken = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("value"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property.Value.EnumerateArray()) + { + array.Add(EffectiveBaseSecurityAdminRule.DeserializeEffectiveBaseSecurityAdminRule(item)); + } + value = array; + continue; + } + if (property.NameEquals("skipToken"u8)) + { + skipToken = property.Value.GetString(); + continue; + } + } + return new NetworkManagerEffectiveSecurityAdminRulesListResult(Optional.ToList(value), skipToken.Value); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkManagerEffectiveSecurityAdminRulesListResult.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkManagerEffectiveSecurityAdminRulesListResult.cs new file mode 100644 index 000000000000..bb4a1bd32ee0 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkManagerEffectiveSecurityAdminRulesListResult.cs @@ -0,0 +1,44 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + /// Result of the request to list networkManagerEffectiveSecurityAdminRules. It contains a list of groups and a skiptoken to get the next set of results. + internal partial class NetworkManagerEffectiveSecurityAdminRulesListResult + { + /// Initializes a new instance of NetworkManagerEffectiveSecurityAdminRulesListResult. + internal NetworkManagerEffectiveSecurityAdminRulesListResult() + { + Value = new ChangeTrackingList(); + } + + /// Initializes a new instance of NetworkManagerEffectiveSecurityAdminRulesListResult. + /// + /// Gets a page of NetworkManagerEffectiveSecurityAdminRules + /// Please note is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. + /// The available derived classes include and . + /// + /// When present, the value can be passed to a subsequent query call (together with the same query and scopes used in the current request) to retrieve the next page of data. + internal NetworkManagerEffectiveSecurityAdminRulesListResult(IReadOnlyList value, string skipToken) + { + Value = value; + SkipToken = skipToken; + } + + /// + /// Gets a page of NetworkManagerEffectiveSecurityAdminRules + /// Please note is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. + /// The available derived classes include and . + /// + public IReadOnlyList Value { get; } + /// When present, the value can be passed to a subsequent query call (together with the same query and scopes used in the current request) to retrieve the next page of data. + public string SkipToken { get; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkManagerListResult.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkManagerListResult.Serialization.cs new file mode 100644 index 000000000000..7e9efd2c8093 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkManagerListResult.Serialization.cs @@ -0,0 +1,50 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using System.Text.Json; +using Azure.Core; +using Azure.ResourceManager.Network; + +namespace Azure.ResourceManager.Network.Models +{ + internal partial class NetworkManagerListResult + { + internal static NetworkManagerListResult DeserializeNetworkManagerListResult(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + Optional> value = default; + Optional nextLink = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("value"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property.Value.EnumerateArray()) + { + array.Add(NetworkManagerData.DeserializeNetworkManagerData(item)); + } + value = array; + continue; + } + if (property.NameEquals("nextLink"u8)) + { + nextLink = property.Value.GetString(); + continue; + } + } + return new NetworkManagerListResult(Optional.ToList(value), nextLink.Value); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkManagerListResult.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkManagerListResult.cs new file mode 100644 index 000000000000..c2b3d2ecb4c4 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkManagerListResult.cs @@ -0,0 +1,37 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using Azure.Core; +using Azure.ResourceManager.Network; + +namespace Azure.ResourceManager.Network.Models +{ + /// Result of the request to list NetworkManager. It contains a list of network managers and a URL link to get the next set of results. + internal partial class NetworkManagerListResult + { + /// Initializes a new instance of NetworkManagerListResult. + internal NetworkManagerListResult() + { + Value = new ChangeTrackingList(); + } + + /// Initializes a new instance of NetworkManagerListResult. + /// Gets a page of NetworkManager. + /// Gets the URL to get the next page of results. + internal NetworkManagerListResult(IReadOnlyList value, string nextLink) + { + Value = value; + NextLink = nextLink; + } + + /// Gets a page of NetworkManager. + public IReadOnlyList Value { get; } + /// Gets the URL to get the next page of results. + public string NextLink { get; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkManagerPatch.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkManagerPatch.Serialization.cs new file mode 100644 index 000000000000..bd7233ccb56d --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkManagerPatch.Serialization.cs @@ -0,0 +1,32 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + public partial class NetworkManagerPatch : IUtf8JsonSerializable + { + void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) + { + writer.WriteStartObject(); + if (Optional.IsCollectionDefined(Tags)) + { + writer.WritePropertyName("tags"u8); + writer.WriteStartObject(); + foreach (var item in Tags) + { + writer.WritePropertyName(item.Key); + writer.WriteStringValue(item.Value); + } + writer.WriteEndObject(); + } + writer.WriteEndObject(); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkManagerPatch.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkManagerPatch.cs new file mode 100644 index 000000000000..9f742ac7ce50 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkManagerPatch.cs @@ -0,0 +1,25 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + /// Object for patch operations. + public partial class NetworkManagerPatch + { + /// Initializes a new instance of NetworkManagerPatch. + public NetworkManagerPatch() + { + Tags = new ChangeTrackingDictionary(); + } + + /// Resource tags. + public IDictionary Tags { get; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkManagerPropertiesNetworkManagerScopes.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkManagerPropertiesNetworkManagerScopes.Serialization.cs new file mode 100644 index 000000000000..1c3ad2eeb7bc --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkManagerPropertiesNetworkManagerScopes.Serialization.cs @@ -0,0 +1,99 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + public partial class NetworkManagerPropertiesNetworkManagerScopes : IUtf8JsonSerializable + { + void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) + { + writer.WriteStartObject(); + if (Optional.IsCollectionDefined(ManagementGroups)) + { + writer.WritePropertyName("managementGroups"u8); + writer.WriteStartArray(); + foreach (var item in ManagementGroups) + { + writer.WriteStringValue(item); + } + writer.WriteEndArray(); + } + if (Optional.IsCollectionDefined(Subscriptions)) + { + writer.WritePropertyName("subscriptions"u8); + writer.WriteStartArray(); + foreach (var item in Subscriptions) + { + writer.WriteStringValue(item); + } + writer.WriteEndArray(); + } + writer.WriteEndObject(); + } + + internal static NetworkManagerPropertiesNetworkManagerScopes DeserializeNetworkManagerPropertiesNetworkManagerScopes(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + Optional> managementGroups = default; + Optional> subscriptions = default; + Optional> crossTenantScopes = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("managementGroups"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property.Value.EnumerateArray()) + { + array.Add(item.GetString()); + } + managementGroups = array; + continue; + } + if (property.NameEquals("subscriptions"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property.Value.EnumerateArray()) + { + array.Add(item.GetString()); + } + subscriptions = array; + continue; + } + if (property.NameEquals("crossTenantScopes"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property.Value.EnumerateArray()) + { + array.Add(Models.CrossTenantScopes.DeserializeCrossTenantScopes(item)); + } + crossTenantScopes = array; + continue; + } + } + return new NetworkManagerPropertiesNetworkManagerScopes(Optional.ToList(managementGroups), Optional.ToList(subscriptions), Optional.ToList(crossTenantScopes)); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkManagerPropertiesNetworkManagerScopes.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkManagerPropertiesNetworkManagerScopes.cs new file mode 100644 index 000000000000..2479d8e2579c --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkManagerPropertiesNetworkManagerScopes.cs @@ -0,0 +1,42 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + /// Scope of Network Manager. + public partial class NetworkManagerPropertiesNetworkManagerScopes + { + /// Initializes a new instance of NetworkManagerPropertiesNetworkManagerScopes. + public NetworkManagerPropertiesNetworkManagerScopes() + { + ManagementGroups = new ChangeTrackingList(); + Subscriptions = new ChangeTrackingList(); + CrossTenantScopes = new ChangeTrackingList(); + } + + /// Initializes a new instance of NetworkManagerPropertiesNetworkManagerScopes. + /// List of management groups. + /// List of subscriptions. + /// List of cross tenant scopes. + internal NetworkManagerPropertiesNetworkManagerScopes(IList managementGroups, IList subscriptions, IReadOnlyList crossTenantScopes) + { + ManagementGroups = managementGroups; + Subscriptions = subscriptions; + CrossTenantScopes = crossTenantScopes; + } + + /// List of management groups. + public IList ManagementGroups { get; } + /// List of subscriptions. + public IList Subscriptions { get; } + /// List of cross tenant scopes. + public IReadOnlyList CrossTenantScopes { get; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkManagerSecurityGroupItem.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkManagerSecurityGroupItem.Serialization.cs new file mode 100644 index 000000000000..df3d6dd7a922 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkManagerSecurityGroupItem.Serialization.cs @@ -0,0 +1,41 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + public partial class NetworkManagerSecurityGroupItem : IUtf8JsonSerializable + { + void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) + { + writer.WriteStartObject(); + writer.WritePropertyName("networkGroupId"u8); + writer.WriteStringValue(NetworkGroupId); + writer.WriteEndObject(); + } + + internal static NetworkManagerSecurityGroupItem DeserializeNetworkManagerSecurityGroupItem(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + ResourceIdentifier networkGroupId = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("networkGroupId"u8)) + { + networkGroupId = new ResourceIdentifier(property.Value.GetString()); + continue; + } + } + return new NetworkManagerSecurityGroupItem(networkGroupId); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkManagerSecurityGroupItem.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkManagerSecurityGroupItem.cs new file mode 100644 index 000000000000..1fd3d319f27e --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkManagerSecurityGroupItem.cs @@ -0,0 +1,29 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + /// Network manager security group item. + public partial class NetworkManagerSecurityGroupItem + { + /// Initializes a new instance of NetworkManagerSecurityGroupItem. + /// Network manager group Id. + /// is null. + public NetworkManagerSecurityGroupItem(ResourceIdentifier networkGroupId) + { + Argument.AssertNotNull(networkGroupId, nameof(networkGroupId)); + + NetworkGroupId = networkGroupId; + } + + /// Network manager group Id. + public ResourceIdentifier NetworkGroupId { get; set; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkSecurityGroupData.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkSecurityGroupData.Serialization.cs index 7b18b6016dbb..0ce7abfff9f4 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkSecurityGroupData.Serialization.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkSecurityGroupData.Serialization.cs @@ -42,6 +42,11 @@ void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) } writer.WritePropertyName("properties"u8); writer.WriteStartObject(); + if (Optional.IsDefined(FlushConnection)) + { + writer.WritePropertyName("flushConnection"u8); + writer.WriteBooleanValue(FlushConnection.Value); + } if (Optional.IsCollectionDefined(SecurityRules)) { writer.WritePropertyName("securityRules"u8); @@ -68,6 +73,7 @@ internal static NetworkSecurityGroupData DeserializeNetworkSecurityGroupData(Jso Optional type = default; Optional location = default; Optional> tags = default; + Optional flushConnection = default; Optional> securityRules = default; Optional> defaultSecurityRules = default; Optional> networkInterfaces = default; @@ -141,6 +147,15 @@ internal static NetworkSecurityGroupData DeserializeNetworkSecurityGroupData(Jso } foreach (var property0 in property.Value.EnumerateObject()) { + if (property0.NameEquals("flushConnection"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + flushConnection = property0.Value.GetBoolean(); + continue; + } if (property0.NameEquals("securityRules"u8)) { if (property0.Value.ValueKind == JsonValueKind.Null) @@ -233,7 +248,7 @@ internal static NetworkSecurityGroupData DeserializeNetworkSecurityGroupData(Jso continue; } } - return new NetworkSecurityGroupData(id.Value, name.Value, Optional.ToNullable(type), Optional.ToNullable(location), Optional.ToDictionary(tags), Optional.ToNullable(etag), Optional.ToList(securityRules), Optional.ToList(defaultSecurityRules), Optional.ToList(networkInterfaces), Optional.ToList(subnets), Optional.ToList(flowLogs), Optional.ToNullable(resourceGuid), Optional.ToNullable(provisioningState)); + return new NetworkSecurityGroupData(id.Value, name.Value, Optional.ToNullable(type), Optional.ToNullable(location), Optional.ToDictionary(tags), Optional.ToNullable(etag), Optional.ToNullable(flushConnection), Optional.ToList(securityRules), Optional.ToList(defaultSecurityRules), Optional.ToList(networkInterfaces), Optional.ToList(subnets), Optional.ToList(flowLogs), Optional.ToNullable(resourceGuid), Optional.ToNullable(provisioningState)); } } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkVirtualApplianceData.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkVirtualApplianceData.Serialization.cs index d582ba4bfae3..af8bde634594 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkVirtualApplianceData.Serialization.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/NetworkVirtualApplianceData.Serialization.cs @@ -88,6 +88,21 @@ void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) writer.WritePropertyName("virtualApplianceAsn"u8); writer.WriteNumberValue(VirtualApplianceAsn.Value); } + if (Optional.IsDefined(SshPublicKey)) + { + writer.WritePropertyName("sshPublicKey"u8); + writer.WriteStringValue(SshPublicKey); + } + if (Optional.IsDefined(Delegation)) + { + writer.WritePropertyName("delegation"u8); + writer.WriteObjectValue(Delegation); + } + if (Optional.IsDefined(PartnerManagedResource)) + { + writer.WritePropertyName("partnerManagedResource"u8); + writer.WriteObjectValue(PartnerManagedResource); + } writer.WriteEndObject(); writer.WriteEndObject(); } @@ -112,10 +127,14 @@ internal static NetworkVirtualApplianceData DeserializeNetworkVirtualApplianceDa Optional> cloudInitConfigurationBlobs = default; Optional cloudInitConfiguration = default; Optional virtualApplianceAsn = default; + Optional sshPublicKey = default; Optional> virtualApplianceNics = default; Optional> virtualApplianceSites = default; Optional> inboundSecurityRules = default; Optional provisioningState = default; + Optional deploymentType = default; + Optional delegation = default; + Optional partnerManagedResource = default; foreach (var property in element.EnumerateObject()) { if (property.NameEquals("identity"u8)) @@ -256,6 +275,11 @@ internal static NetworkVirtualApplianceData DeserializeNetworkVirtualApplianceDa virtualApplianceAsn = property0.Value.GetInt64(); continue; } + if (property0.NameEquals("sshPublicKey"u8)) + { + sshPublicKey = property0.Value.GetString(); + continue; + } if (property0.NameEquals("virtualApplianceNics"u8)) { if (property0.Value.ValueKind == JsonValueKind.Null) @@ -307,11 +331,34 @@ internal static NetworkVirtualApplianceData DeserializeNetworkVirtualApplianceDa provisioningState = new NetworkProvisioningState(property0.Value.GetString()); continue; } + if (property0.NameEquals("deploymentType"u8)) + { + deploymentType = property0.Value.GetString(); + continue; + } + if (property0.NameEquals("delegation"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + delegation = VirtualApplianceDelegationProperties.DeserializeVirtualApplianceDelegationProperties(property0.Value); + continue; + } + if (property0.NameEquals("partnerManagedResource"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + partnerManagedResource = PartnerManagedResourceProperties.DeserializePartnerManagedResourceProperties(property0.Value); + continue; + } } continue; } } - return new NetworkVirtualApplianceData(id.Value, name.Value, Optional.ToNullable(type), Optional.ToNullable(location), Optional.ToDictionary(tags), identity, Optional.ToNullable(etag), nvaSku.Value, addressPrefix.Value, Optional.ToList(bootStrapConfigurationBlobs), virtualHub, Optional.ToList(cloudInitConfigurationBlobs), cloudInitConfiguration.Value, Optional.ToNullable(virtualApplianceAsn), Optional.ToList(virtualApplianceNics), Optional.ToList(virtualApplianceSites), Optional.ToList(inboundSecurityRules), Optional.ToNullable(provisioningState)); + return new NetworkVirtualApplianceData(id.Value, name.Value, Optional.ToNullable(type), Optional.ToNullable(location), Optional.ToDictionary(tags), identity, Optional.ToNullable(etag), nvaSku.Value, addressPrefix.Value, Optional.ToList(bootStrapConfigurationBlobs), virtualHub, Optional.ToList(cloudInitConfigurationBlobs), cloudInitConfiguration.Value, Optional.ToNullable(virtualApplianceAsn), sshPublicKey.Value, Optional.ToList(virtualApplianceNics), Optional.ToList(virtualApplianceSites), Optional.ToList(inboundSecurityRules), Optional.ToNullable(provisioningState), deploymentType.Value, delegation.Value, partnerManagedResource.Value); } } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/OwaspCrsExclusionEntry.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/OwaspCrsExclusionEntry.Serialization.cs index dbe64d2171ba..d5624809311b 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/OwaspCrsExclusionEntry.Serialization.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/OwaspCrsExclusionEntry.Serialization.cs @@ -5,6 +5,7 @@ #nullable disable +using System.Collections.Generic; using System.Text.Json; using Azure.Core; @@ -21,6 +22,16 @@ void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) writer.WriteStringValue(SelectorMatchOperator.ToString()); writer.WritePropertyName("selector"u8); writer.WriteStringValue(Selector); + if (Optional.IsCollectionDefined(ExclusionManagedRuleSets)) + { + writer.WritePropertyName("exclusionManagedRuleSets"u8); + writer.WriteStartArray(); + foreach (var item in ExclusionManagedRuleSets) + { + writer.WriteObjectValue(item); + } + writer.WriteEndArray(); + } writer.WriteEndObject(); } @@ -33,6 +44,7 @@ internal static OwaspCrsExclusionEntry DeserializeOwaspCrsExclusionEntry(JsonEle OwaspCrsExclusionEntryMatchVariable matchVariable = default; OwaspCrsExclusionEntrySelectorMatchOperator selectorMatchOperator = default; string selector = default; + Optional> exclusionManagedRuleSets = default; foreach (var property in element.EnumerateObject()) { if (property.NameEquals("matchVariable"u8)) @@ -50,8 +62,22 @@ internal static OwaspCrsExclusionEntry DeserializeOwaspCrsExclusionEntry(JsonEle selector = property.Value.GetString(); continue; } + if (property.NameEquals("exclusionManagedRuleSets"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property.Value.EnumerateArray()) + { + array.Add(ExclusionManagedRuleSet.DeserializeExclusionManagedRuleSet(item)); + } + exclusionManagedRuleSets = array; + continue; + } } - return new OwaspCrsExclusionEntry(matchVariable, selectorMatchOperator, selector); + return new OwaspCrsExclusionEntry(matchVariable, selectorMatchOperator, selector, Optional.ToList(exclusionManagedRuleSets)); } } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/OwaspCrsExclusionEntry.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/OwaspCrsExclusionEntry.cs index 5e07a2570cb6..336112564a3d 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/OwaspCrsExclusionEntry.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/OwaspCrsExclusionEntry.cs @@ -6,6 +6,7 @@ #nullable disable using System; +using System.Collections.Generic; using Azure.Core; namespace Azure.ResourceManager.Network.Models @@ -25,6 +26,20 @@ public OwaspCrsExclusionEntry(OwaspCrsExclusionEntryMatchVariable matchVariable, MatchVariable = matchVariable; SelectorMatchOperator = selectorMatchOperator; Selector = selector; + ExclusionManagedRuleSets = new ChangeTrackingList(); + } + + /// Initializes a new instance of OwaspCrsExclusionEntry. + /// The variable to be excluded. + /// When matchVariable is a collection, operate on the selector to specify which elements in the collection this exclusion applies to. + /// When matchVariable is a collection, operator used to specify which elements in the collection this exclusion applies to. + /// The managed rule sets that are associated with the exclusion. + internal OwaspCrsExclusionEntry(OwaspCrsExclusionEntryMatchVariable matchVariable, OwaspCrsExclusionEntrySelectorMatchOperator selectorMatchOperator, string selector, IList exclusionManagedRuleSets) + { + MatchVariable = matchVariable; + SelectorMatchOperator = selectorMatchOperator; + Selector = selector; + ExclusionManagedRuleSets = exclusionManagedRuleSets; } /// The variable to be excluded. @@ -33,5 +48,7 @@ public OwaspCrsExclusionEntry(OwaspCrsExclusionEntryMatchVariable matchVariable, public OwaspCrsExclusionEntrySelectorMatchOperator SelectorMatchOperator { get; set; } /// When matchVariable is a collection, operator used to specify which elements in the collection this exclusion applies to. public string Selector { get; set; } + /// The managed rule sets that are associated with the exclusion. + public IList ExclusionManagedRuleSets { get; } } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/OwaspCrsExclusionEntryMatchVariable.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/OwaspCrsExclusionEntryMatchVariable.cs index 9b5709ddb9cd..4b6a3fba17b3 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/OwaspCrsExclusionEntryMatchVariable.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/OwaspCrsExclusionEntryMatchVariable.cs @@ -25,6 +25,12 @@ public OwaspCrsExclusionEntryMatchVariable(string value) private const string RequestHeaderNamesValue = "RequestHeaderNames"; private const string RequestCookieNamesValue = "RequestCookieNames"; private const string RequestArgNamesValue = "RequestArgNames"; + private const string RequestHeaderKeysValue = "RequestHeaderKeys"; + private const string RequestHeaderValuesValue = "RequestHeaderValues"; + private const string RequestCookieKeysValue = "RequestCookieKeys"; + private const string RequestCookieValuesValue = "RequestCookieValues"; + private const string RequestArgKeysValue = "RequestArgKeys"; + private const string RequestArgValuesValue = "RequestArgValues"; /// RequestHeaderNames. public static OwaspCrsExclusionEntryMatchVariable RequestHeaderNames { get; } = new OwaspCrsExclusionEntryMatchVariable(RequestHeaderNamesValue); @@ -32,6 +38,18 @@ public OwaspCrsExclusionEntryMatchVariable(string value) public static OwaspCrsExclusionEntryMatchVariable RequestCookieNames { get; } = new OwaspCrsExclusionEntryMatchVariable(RequestCookieNamesValue); /// RequestArgNames. public static OwaspCrsExclusionEntryMatchVariable RequestArgNames { get; } = new OwaspCrsExclusionEntryMatchVariable(RequestArgNamesValue); + /// RequestHeaderKeys. + public static OwaspCrsExclusionEntryMatchVariable RequestHeaderKeys { get; } = new OwaspCrsExclusionEntryMatchVariable(RequestHeaderKeysValue); + /// RequestHeaderValues. + public static OwaspCrsExclusionEntryMatchVariable RequestHeaderValues { get; } = new OwaspCrsExclusionEntryMatchVariable(RequestHeaderValuesValue); + /// RequestCookieKeys. + public static OwaspCrsExclusionEntryMatchVariable RequestCookieKeys { get; } = new OwaspCrsExclusionEntryMatchVariable(RequestCookieKeysValue); + /// RequestCookieValues. + public static OwaspCrsExclusionEntryMatchVariable RequestCookieValues { get; } = new OwaspCrsExclusionEntryMatchVariable(RequestCookieValuesValue); + /// RequestArgKeys. + public static OwaspCrsExclusionEntryMatchVariable RequestArgKeys { get; } = new OwaspCrsExclusionEntryMatchVariable(RequestArgKeysValue); + /// RequestArgValues. + public static OwaspCrsExclusionEntryMatchVariable RequestArgValues { get; } = new OwaspCrsExclusionEntryMatchVariable(RequestArgValuesValue); /// Determines if two values are the same. public static bool operator ==(OwaspCrsExclusionEntryMatchVariable left, OwaspCrsExclusionEntryMatchVariable right) => left.Equals(right); /// Determines if two values are not the same. diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/P2SConnectionConfiguration.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/P2SConnectionConfiguration.Serialization.cs index d520bc3df405..4c4e53ba4bb7 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/P2SConnectionConfiguration.Serialization.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/P2SConnectionConfiguration.Serialization.cs @@ -5,9 +5,12 @@ #nullable disable +using System.Collections.Generic; using System.Text.Json; using Azure; using Azure.Core; +using Azure.ResourceManager.Network; +using Azure.ResourceManager.Resources.Models; namespace Azure.ResourceManager.Network.Models { @@ -60,6 +63,8 @@ internal static P2SConnectionConfiguration DeserializeP2SConnectionConfiguration Optional vpnClientAddressPool = default; Optional routingConfiguration = default; Optional enableInternetSecurity = default; + Optional> configurationPolicyGroupAssociations = default; + Optional> previousConfigurationPolicyGroupAssociations = default; Optional provisioningState = default; foreach (var property in element.EnumerateObject()) { @@ -131,6 +136,34 @@ internal static P2SConnectionConfiguration DeserializeP2SConnectionConfiguration enableInternetSecurity = property0.Value.GetBoolean(); continue; } + if (property0.NameEquals("configurationPolicyGroupAssociations"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property0.Value.EnumerateArray()) + { + array.Add(JsonSerializer.Deserialize(item.GetRawText())); + } + configurationPolicyGroupAssociations = array; + continue; + } + if (property0.NameEquals("previousConfigurationPolicyGroupAssociations"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property0.Value.EnumerateArray()) + { + array.Add(VpnServerConfigurationPolicyGroupData.DeserializeVpnServerConfigurationPolicyGroupData(item)); + } + previousConfigurationPolicyGroupAssociations = array; + continue; + } if (property0.NameEquals("provisioningState"u8)) { if (property0.Value.ValueKind == JsonValueKind.Null) @@ -144,7 +177,7 @@ internal static P2SConnectionConfiguration DeserializeP2SConnectionConfiguration continue; } } - return new P2SConnectionConfiguration(id.Value, name.Value, Optional.ToNullable(type), Optional.ToNullable(etag), vpnClientAddressPool.Value, routingConfiguration.Value, Optional.ToNullable(enableInternetSecurity), Optional.ToNullable(provisioningState)); + return new P2SConnectionConfiguration(id.Value, name.Value, Optional.ToNullable(type), Optional.ToNullable(etag), vpnClientAddressPool.Value, routingConfiguration.Value, Optional.ToNullable(enableInternetSecurity), Optional.ToList(configurationPolicyGroupAssociations), Optional.ToList(previousConfigurationPolicyGroupAssociations), Optional.ToNullable(provisioningState)); } } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/P2SConnectionConfiguration.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/P2SConnectionConfiguration.cs index 4dcccd410a86..6f933e213255 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/P2SConnectionConfiguration.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/P2SConnectionConfiguration.cs @@ -8,6 +8,8 @@ using System.Collections.Generic; using Azure; using Azure.Core; +using Azure.ResourceManager.Network; +using Azure.ResourceManager.Resources.Models; namespace Azure.ResourceManager.Network.Models { @@ -17,6 +19,8 @@ public partial class P2SConnectionConfiguration : NetworkResourceData /// Initializes a new instance of P2SConnectionConfiguration. public P2SConnectionConfiguration() { + ConfigurationPolicyGroupAssociations = new ChangeTrackingList(); + PreviousConfigurationPolicyGroupAssociations = new ChangeTrackingList(); } /// Initializes a new instance of P2SConnectionConfiguration. @@ -27,13 +31,17 @@ public P2SConnectionConfiguration() /// The reference to the address space resource which represents Address space for P2S VpnClient. /// The Routing Configuration indicating the associated and propagated route tables on this connection. /// Flag indicating whether the enable internet security flag is turned on for the P2S Connections or not. + /// List of Configuration Policy Groups that this P2SConnectionConfiguration is attached to. + /// List of previous Configuration Policy Groups that this P2SConnectionConfiguration was attached to. /// The provisioning state of the P2SConnectionConfiguration resource. - internal P2SConnectionConfiguration(ResourceIdentifier id, string name, ResourceType? resourceType, ETag? etag, AddressSpace vpnClientAddressPool, RoutingConfiguration routingConfiguration, bool? enableInternetSecurity, NetworkProvisioningState? provisioningState) : base(id, name, resourceType) + internal P2SConnectionConfiguration(ResourceIdentifier id, string name, ResourceType? resourceType, ETag? etag, AddressSpace vpnClientAddressPool, RoutingConfiguration routingConfiguration, bool? enableInternetSecurity, IReadOnlyList configurationPolicyGroupAssociations, IReadOnlyList previousConfigurationPolicyGroupAssociations, NetworkProvisioningState? provisioningState) : base(id, name, resourceType) { ETag = etag; VpnClientAddressPool = vpnClientAddressPool; RoutingConfiguration = routingConfiguration; EnableInternetSecurity = enableInternetSecurity; + ConfigurationPolicyGroupAssociations = configurationPolicyGroupAssociations; + PreviousConfigurationPolicyGroupAssociations = previousConfigurationPolicyGroupAssociations; ProvisioningState = provisioningState; } @@ -56,6 +64,10 @@ public IList VpnClientAddressPrefixes public RoutingConfiguration RoutingConfiguration { get; set; } /// Flag indicating whether the enable internet security flag is turned on for the P2S Connections or not. public bool? EnableInternetSecurity { get; set; } + /// List of Configuration Policy Groups that this P2SConnectionConfiguration is attached to. + public IReadOnlyList ConfigurationPolicyGroupAssociations { get; } + /// List of previous Configuration Policy Groups that this P2SConnectionConfiguration was attached to. + public IReadOnlyList PreviousConfigurationPolicyGroupAssociations { get; } /// The provisioning state of the P2SConnectionConfiguration resource. public NetworkProvisioningState? ProvisioningState { get; } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/PacketCaptureCreateOrUpdateContent.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/PacketCaptureCreateOrUpdateContent.Serialization.cs index 8e146d52fa2e..6795e7851ae9 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/PacketCaptureCreateOrUpdateContent.Serialization.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/PacketCaptureCreateOrUpdateContent.Serialization.cs @@ -19,6 +19,16 @@ void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) writer.WriteStartObject(); writer.WritePropertyName("target"u8); writer.WriteStringValue(Target); + if (Optional.IsDefined(Scope)) + { + writer.WritePropertyName("scope"u8); + writer.WriteObjectValue(Scope); + } + if (Optional.IsDefined(TargetType)) + { + writer.WritePropertyName("targetType"u8); + writer.WriteStringValue(TargetType.Value.ToSerialString()); + } if (Optional.IsDefined(BytesToCapturePerPacket)) { writer.WritePropertyName("bytesToCapturePerPacket"u8); diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/PacketCaptureCreateOrUpdateContent.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/PacketCaptureCreateOrUpdateContent.cs index 3ccc080fc180..ca606bcbca37 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/PacketCaptureCreateOrUpdateContent.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/PacketCaptureCreateOrUpdateContent.cs @@ -15,7 +15,7 @@ namespace Azure.ResourceManager.Network.Models public partial class PacketCaptureCreateOrUpdateContent { /// Initializes a new instance of PacketCaptureCreateOrUpdateContent. - /// The ID of the targeted resource, only VM is currently supported. + /// The ID of the targeted resource, only AzureVM and AzureVMSS as target type are currently supported. /// The storage location for a packet capture session. /// or is null. public PacketCaptureCreateOrUpdateContent(string target, PacketCaptureStorageLocation storageLocation) @@ -28,8 +28,12 @@ public PacketCaptureCreateOrUpdateContent(string target, PacketCaptureStorageLoc Filters = new ChangeTrackingList(); } - /// The ID of the targeted resource, only VM is currently supported. + /// The ID of the targeted resource, only AzureVM and AzureVMSS as target type are currently supported. public string Target { get; } + /// A list of AzureVMSS instances which can be included or excluded to run packet capture. If both included and excluded are empty, then the packet capture will run on all instances of AzureVMSS. + public PacketCaptureMachineScope Scope { get; set; } + /// Target type of the resource provided. + public PacketCaptureTargetType? TargetType { get; set; } /// Number of bytes captured per packet, the remaining bytes are truncated. public long? BytesToCapturePerPacket { get; set; } /// Maximum size of the capture output. diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/PacketCaptureData.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/PacketCaptureData.Serialization.cs index af120f4e4e12..9e85a067f27a 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/PacketCaptureData.Serialization.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/PacketCaptureData.Serialization.cs @@ -28,6 +28,8 @@ internal static PacketCaptureData DeserializePacketCaptureData(JsonElement eleme ResourceType type = default; Optional systemData = default; Optional target = default; + Optional scope = default; + Optional targetType = default; Optional bytesToCapturePerPacket = default; Optional totalBytesPerSession = default; Optional timeLimitInSeconds = default; @@ -83,6 +85,24 @@ internal static PacketCaptureData DeserializePacketCaptureData(JsonElement eleme target = property0.Value.GetString(); continue; } + if (property0.NameEquals("scope"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + scope = PacketCaptureMachineScope.DeserializePacketCaptureMachineScope(property0.Value); + continue; + } + if (property0.NameEquals("targetType"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + targetType = property0.Value.GetString().ToPacketCaptureTargetType(); + continue; + } if (property0.NameEquals("bytesToCapturePerPacket"u8)) { if (property0.Value.ValueKind == JsonValueKind.Null) @@ -146,7 +166,7 @@ internal static PacketCaptureData DeserializePacketCaptureData(JsonElement eleme continue; } } - return new PacketCaptureData(id, name, type, systemData.Value, Optional.ToNullable(etag), target.Value, Optional.ToNullable(bytesToCapturePerPacket), Optional.ToNullable(totalBytesPerSession), Optional.ToNullable(timeLimitInSeconds), storageLocation.Value, Optional.ToList(filters), Optional.ToNullable(provisioningState)); + return new PacketCaptureData(id, name, type, systemData.Value, Optional.ToNullable(etag), target.Value, scope.Value, Optional.ToNullable(targetType), Optional.ToNullable(bytesToCapturePerPacket), Optional.ToNullable(totalBytesPerSession), Optional.ToNullable(timeLimitInSeconds), storageLocation.Value, Optional.ToList(filters), Optional.ToNullable(provisioningState)); } } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/PacketCaptureMachineScope.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/PacketCaptureMachineScope.Serialization.cs new file mode 100644 index 000000000000..59119409cb2d --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/PacketCaptureMachineScope.Serialization.cs @@ -0,0 +1,84 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + public partial class PacketCaptureMachineScope : IUtf8JsonSerializable + { + void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) + { + writer.WriteStartObject(); + if (Optional.IsCollectionDefined(Include)) + { + writer.WritePropertyName("include"u8); + writer.WriteStartArray(); + foreach (var item in Include) + { + writer.WriteStringValue(item); + } + writer.WriteEndArray(); + } + if (Optional.IsCollectionDefined(Exclude)) + { + writer.WritePropertyName("exclude"u8); + writer.WriteStartArray(); + foreach (var item in Exclude) + { + writer.WriteStringValue(item); + } + writer.WriteEndArray(); + } + writer.WriteEndObject(); + } + + internal static PacketCaptureMachineScope DeserializePacketCaptureMachineScope(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + Optional> include = default; + Optional> exclude = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("include"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property.Value.EnumerateArray()) + { + array.Add(item.GetString()); + } + include = array; + continue; + } + if (property.NameEquals("exclude"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property.Value.EnumerateArray()) + { + array.Add(item.GetString()); + } + exclude = array; + continue; + } + } + return new PacketCaptureMachineScope(Optional.ToList(include), Optional.ToList(exclude)); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/PacketCaptureMachineScope.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/PacketCaptureMachineScope.cs new file mode 100644 index 000000000000..13e3cfd07aba --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/PacketCaptureMachineScope.cs @@ -0,0 +1,37 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + /// A list of AzureVMSS instances which can be included or excluded to run packet capture. If both included and excluded are empty, then the packet capture will run on all instances of AzureVMSS. + public partial class PacketCaptureMachineScope + { + /// Initializes a new instance of PacketCaptureMachineScope. + public PacketCaptureMachineScope() + { + Include = new ChangeTrackingList(); + Exclude = new ChangeTrackingList(); + } + + /// Initializes a new instance of PacketCaptureMachineScope. + /// List of AzureVMSS instances to run packet capture on. + /// List of AzureVMSS instances which has to be excluded from the AzureVMSS from running packet capture. + internal PacketCaptureMachineScope(IList include, IList exclude) + { + Include = include; + Exclude = exclude; + } + + /// List of AzureVMSS instances to run packet capture on. + public IList Include { get; } + /// List of AzureVMSS instances which has to be excluded from the AzureVMSS from running packet capture. + public IList Exclude { get; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/PacketCaptureTargetType.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/PacketCaptureTargetType.Serialization.cs new file mode 100644 index 000000000000..e28d8f306bcc --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/PacketCaptureTargetType.Serialization.cs @@ -0,0 +1,28 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; + +namespace Azure.ResourceManager.Network.Models +{ + internal static partial class PacketCaptureTargetTypeExtensions + { + public static string ToSerialString(this PacketCaptureTargetType value) => value switch + { + PacketCaptureTargetType.AzureVm => "AzureVM", + PacketCaptureTargetType.AzureVmss => "AzureVMSS", + _ => throw new ArgumentOutOfRangeException(nameof(value), value, "Unknown PacketCaptureTargetType value.") + }; + + public static PacketCaptureTargetType ToPacketCaptureTargetType(this string value) + { + if (StringComparer.OrdinalIgnoreCase.Equals(value, "AzureVM")) return PacketCaptureTargetType.AzureVm; + if (StringComparer.OrdinalIgnoreCase.Equals(value, "AzureVMSS")) return PacketCaptureTargetType.AzureVmss; + throw new ArgumentOutOfRangeException(nameof(value), value, "Unknown PacketCaptureTargetType value."); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/PacketCaptureTargetType.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/PacketCaptureTargetType.cs new file mode 100644 index 000000000000..cf90199da3de --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/PacketCaptureTargetType.cs @@ -0,0 +1,18 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +namespace Azure.ResourceManager.Network.Models +{ + /// Target type of the resource provided. + public enum PacketCaptureTargetType + { + /// AzureVM. + AzureVm, + /// AzureVMSS. + AzureVmss + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/PartnerManagedResourceProperties.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/PartnerManagedResourceProperties.Serialization.cs new file mode 100644 index 000000000000..2131d8fbbd69 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/PartnerManagedResourceProperties.Serialization.cs @@ -0,0 +1,63 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + public partial class PartnerManagedResourceProperties : IUtf8JsonSerializable + { + void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) + { + writer.WriteStartObject(); + writer.WriteEndObject(); + } + + internal static PartnerManagedResourceProperties DeserializePartnerManagedResourceProperties(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + Optional id = default; + Optional internalLoadBalancerId = default; + Optional standardLoadBalancerId = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("id"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + id = new ResourceIdentifier(property.Value.GetString()); + continue; + } + if (property.NameEquals("internalLoadBalancerId"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + internalLoadBalancerId = new ResourceIdentifier(property.Value.GetString()); + continue; + } + if (property.NameEquals("standardLoadBalancerId"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + standardLoadBalancerId = new ResourceIdentifier(property.Value.GetString()); + continue; + } + } + return new PartnerManagedResourceProperties(id.Value, internalLoadBalancerId.Value, standardLoadBalancerId.Value); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/PartnerManagedResourceProperties.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/PartnerManagedResourceProperties.cs new file mode 100644 index 000000000000..6589ed3e5290 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/PartnerManagedResourceProperties.cs @@ -0,0 +1,38 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + /// Properties of the partner managed resource. + public partial class PartnerManagedResourceProperties + { + /// Initializes a new instance of PartnerManagedResourceProperties. + public PartnerManagedResourceProperties() + { + } + + /// Initializes a new instance of PartnerManagedResourceProperties. + /// The partner managed resource id. + /// The partner managed ILB resource id. + /// The partner managed SLB resource id. + internal PartnerManagedResourceProperties(ResourceIdentifier id, ResourceIdentifier internalLoadBalancerId, ResourceIdentifier standardLoadBalancerId) + { + Id = id; + InternalLoadBalancerId = internalLoadBalancerId; + StandardLoadBalancerId = standardLoadBalancerId; + } + + /// The partner managed resource id. + public ResourceIdentifier Id { get; } + /// The partner managed ILB resource id. + public ResourceIdentifier InternalLoadBalancerId { get; } + /// The partner managed SLB resource id. + public ResourceIdentifier StandardLoadBalancerId { get; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/PolicySettings.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/PolicySettings.Serialization.cs index f3fa79dd3c93..9ef5c1f2f2c3 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/PolicySettings.Serialization.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/PolicySettings.Serialization.cs @@ -40,6 +40,16 @@ void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) writer.WritePropertyName("fileUploadLimitInMb"u8); writer.WriteNumberValue(FileUploadLimitInMb.Value); } + if (Optional.IsDefined(CustomBlockResponseStatusCode)) + { + writer.WritePropertyName("customBlockResponseStatusCode"u8); + writer.WriteNumberValue(CustomBlockResponseStatusCode.Value); + } + if (Optional.IsDefined(CustomBlockResponseBody)) + { + writer.WritePropertyName("customBlockResponseBody"u8); + writer.WriteStringValue(CustomBlockResponseBody); + } writer.WriteEndObject(); } @@ -54,6 +64,8 @@ internal static PolicySettings DeserializePolicySettings(JsonElement element) Optional requestBodyCheck = default; Optional maxRequestBodySizeInKb = default; Optional fileUploadLimitInMb = default; + Optional customBlockResponseStatusCode = default; + Optional customBlockResponseBody = default; foreach (var property in element.EnumerateObject()) { if (property.NameEquals("state"u8)) @@ -101,8 +113,22 @@ internal static PolicySettings DeserializePolicySettings(JsonElement element) fileUploadLimitInMb = property.Value.GetInt32(); continue; } + if (property.NameEquals("customBlockResponseStatusCode"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + customBlockResponseStatusCode = property.Value.GetInt32(); + continue; + } + if (property.NameEquals("customBlockResponseBody"u8)) + { + customBlockResponseBody = property.Value.GetString(); + continue; + } } - return new PolicySettings(Optional.ToNullable(state), Optional.ToNullable(mode), Optional.ToNullable(requestBodyCheck), Optional.ToNullable(maxRequestBodySizeInKb), Optional.ToNullable(fileUploadLimitInMb)); + return new PolicySettings(Optional.ToNullable(state), Optional.ToNullable(mode), Optional.ToNullable(requestBodyCheck), Optional.ToNullable(maxRequestBodySizeInKb), Optional.ToNullable(fileUploadLimitInMb), Optional.ToNullable(customBlockResponseStatusCode), customBlockResponseBody.Value); } } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/PolicySettings.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/PolicySettings.cs index f2b3773c7579..4d8b6b2e305c 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/PolicySettings.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/PolicySettings.cs @@ -21,13 +21,17 @@ public PolicySettings() /// Whether to allow WAF to check request Body. /// Maximum request body size in Kb for WAF. /// Maximum file upload size in Mb for WAF. - internal PolicySettings(WebApplicationFirewallEnabledState? state, WebApplicationFirewallMode? mode, bool? requestBodyCheck, int? maxRequestBodySizeInKb, int? fileUploadLimitInMb) + /// If the action type is block, customer can override the response status code. + /// If the action type is block, customer can override the response body. The body must be specified in base64 encoding. + internal PolicySettings(WebApplicationFirewallEnabledState? state, WebApplicationFirewallMode? mode, bool? requestBodyCheck, int? maxRequestBodySizeInKb, int? fileUploadLimitInMb, int? customBlockResponseStatusCode, string customBlockResponseBody) { State = state; Mode = mode; RequestBodyCheck = requestBodyCheck; MaxRequestBodySizeInKb = maxRequestBodySizeInKb; FileUploadLimitInMb = fileUploadLimitInMb; + CustomBlockResponseStatusCode = customBlockResponseStatusCode; + CustomBlockResponseBody = customBlockResponseBody; } /// The state of the policy. @@ -40,5 +44,9 @@ internal PolicySettings(WebApplicationFirewallEnabledState? state, WebApplicatio public int? MaxRequestBodySizeInKb { get; set; } /// Maximum file upload size in Mb for WAF. public int? FileUploadLimitInMb { get; set; } + /// If the action type is block, customer can override the response status code. + public int? CustomBlockResponseStatusCode { get; set; } + /// If the action type is block, customer can override the response body. The body must be specified in base64 encoding. + public string CustomBlockResponseBody { get; set; } } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/PolicySignaturesOverridesForIdpsData.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/PolicySignaturesOverridesForIdpsData.Serialization.cs new file mode 100644 index 000000000000..07fbb645ca14 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/PolicySignaturesOverridesForIdpsData.Serialization.cs @@ -0,0 +1,90 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Text.Json; +using Azure.Core; +using Azure.ResourceManager.Network.Models; + +namespace Azure.ResourceManager.Network +{ + public partial class PolicySignaturesOverridesForIdpsData : IUtf8JsonSerializable + { + void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) + { + writer.WriteStartObject(); + if (Optional.IsDefined(Name)) + { + writer.WritePropertyName("name"u8); + writer.WriteStringValue(Name); + } + if (Optional.IsDefined(Id)) + { + writer.WritePropertyName("id"u8); + writer.WriteStringValue(Id); + } + if (Optional.IsDefined(ResourceType)) + { + writer.WritePropertyName("type"u8); + writer.WriteStringValue(ResourceType.Value); + } + if (Optional.IsDefined(Properties)) + { + writer.WritePropertyName("properties"u8); + writer.WriteObjectValue(Properties); + } + writer.WriteEndObject(); + } + + internal static PolicySignaturesOverridesForIdpsData DeserializePolicySignaturesOverridesForIdpsData(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + Optional name = default; + Optional id = default; + Optional type = default; + Optional properties = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("name"u8)) + { + name = property.Value.GetString(); + continue; + } + if (property.NameEquals("id"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + id = new ResourceIdentifier(property.Value.GetString()); + continue; + } + if (property.NameEquals("type"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + type = new ResourceType(property.Value.GetString()); + continue; + } + if (property.NameEquals("properties"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + properties = PolicySignaturesOverridesForIdpsProperties.DeserializePolicySignaturesOverridesForIdpsProperties(property.Value); + continue; + } + } + return new PolicySignaturesOverridesForIdpsData(name.Value, id.Value, Optional.ToNullable(type), properties.Value); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/PolicySignaturesOverridesForIdpsListResult.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/PolicySignaturesOverridesForIdpsListResult.Serialization.cs new file mode 100644 index 000000000000..aa38b49068b2 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/PolicySignaturesOverridesForIdpsListResult.Serialization.cs @@ -0,0 +1,44 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using System.Text.Json; +using Azure.Core; +using Azure.ResourceManager.Network; + +namespace Azure.ResourceManager.Network.Models +{ + internal partial class PolicySignaturesOverridesForIdpsListResult + { + internal static PolicySignaturesOverridesForIdpsListResult DeserializePolicySignaturesOverridesForIdpsListResult(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + Optional> value = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("value"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property.Value.EnumerateArray()) + { + array.Add(PolicySignaturesOverridesForIdpsData.DeserializePolicySignaturesOverridesForIdpsData(item)); + } + value = array; + continue; + } + } + return new PolicySignaturesOverridesForIdpsListResult(Optional.ToList(value)); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/PolicySignaturesOverridesForIdpsListResult.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/PolicySignaturesOverridesForIdpsListResult.cs new file mode 100644 index 000000000000..187ce8c5275c --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/PolicySignaturesOverridesForIdpsListResult.cs @@ -0,0 +1,33 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using Azure.Core; +using Azure.ResourceManager.Network; + +namespace Azure.ResourceManager.Network.Models +{ + /// Describes an object containing an array with a single item. + internal partial class PolicySignaturesOverridesForIdpsListResult + { + /// Initializes a new instance of PolicySignaturesOverridesForIdpsListResult. + internal PolicySignaturesOverridesForIdpsListResult() + { + Value = new ChangeTrackingList(); + } + + /// Initializes a new instance of PolicySignaturesOverridesForIdpsListResult. + /// Describes a list consisting exactly one item describing the policy's signature override status. + internal PolicySignaturesOverridesForIdpsListResult(IReadOnlyList value) + { + Value = value; + } + + /// Describes a list consisting exactly one item describing the policy's signature override status. + public IReadOnlyList Value { get; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/PolicySignaturesOverridesForIdpsProperties.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/PolicySignaturesOverridesForIdpsProperties.Serialization.cs new file mode 100644 index 000000000000..140e5cc527fc --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/PolicySignaturesOverridesForIdpsProperties.Serialization.cs @@ -0,0 +1,60 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + internal partial class PolicySignaturesOverridesForIdpsProperties : IUtf8JsonSerializable + { + void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) + { + writer.WriteStartObject(); + if (Optional.IsCollectionDefined(Signatures)) + { + writer.WritePropertyName("signatures"u8); + writer.WriteStartObject(); + foreach (var item in Signatures) + { + writer.WritePropertyName(item.Key); + writer.WriteStringValue(item.Value); + } + writer.WriteEndObject(); + } + writer.WriteEndObject(); + } + + internal static PolicySignaturesOverridesForIdpsProperties DeserializePolicySignaturesOverridesForIdpsProperties(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + Optional> signatures = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("signatures"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + Dictionary dictionary = new Dictionary(); + foreach (var property0 in property.Value.EnumerateObject()) + { + dictionary.Add(property0.Name, property0.Value.GetString()); + } + signatures = dictionary; + continue; + } + } + return new PolicySignaturesOverridesForIdpsProperties(Optional.ToDictionary(signatures)); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/PolicySignaturesOverridesForIdpsProperties.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/PolicySignaturesOverridesForIdpsProperties.cs new file mode 100644 index 000000000000..ce80052a3d00 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/PolicySignaturesOverridesForIdpsProperties.cs @@ -0,0 +1,32 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + /// Will contain the properties of the resource (the actual signature overrides). + internal partial class PolicySignaturesOverridesForIdpsProperties + { + /// Initializes a new instance of PolicySignaturesOverridesForIdpsProperties. + public PolicySignaturesOverridesForIdpsProperties() + { + Signatures = new ChangeTrackingDictionary(); + } + + /// Initializes a new instance of PolicySignaturesOverridesForIdpsProperties. + /// Dictionary of <string>. + internal PolicySignaturesOverridesForIdpsProperties(IDictionary signatures) + { + Signatures = signatures; + } + + /// Dictionary of <string>. + public IDictionary Signatures { get; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/PrivateEndpointData.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/PrivateEndpointData.Serialization.cs index 2bdc2675974f..bd7e7cd683b8 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/PrivateEndpointData.Serialization.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/PrivateEndpointData.Serialization.cs @@ -82,6 +82,31 @@ void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) } writer.WriteEndArray(); } + if (Optional.IsCollectionDefined(ApplicationSecurityGroups)) + { + writer.WritePropertyName("applicationSecurityGroups"u8); + writer.WriteStartArray(); + foreach (var item in ApplicationSecurityGroups) + { + writer.WriteObjectValue(item); + } + writer.WriteEndArray(); + } + if (Optional.IsCollectionDefined(IPConfigurations)) + { + writer.WritePropertyName("ipConfigurations"u8); + writer.WriteStartArray(); + foreach (var item in IPConfigurations) + { + writer.WriteObjectValue(item); + } + writer.WriteEndArray(); + } + if (Optional.IsDefined(CustomNetworkInterfaceName)) + { + writer.WritePropertyName("customNetworkInterfaceName"u8); + writer.WriteStringValue(CustomNetworkInterfaceName); + } writer.WriteEndObject(); writer.WriteEndObject(); } @@ -105,6 +130,9 @@ internal static PrivateEndpointData DeserializePrivateEndpointData(JsonElement e Optional> privateLinkServiceConnections = default; Optional> manualPrivateLinkServiceConnections = default; Optional> customDnsConfigs = default; + Optional> applicationSecurityGroups = default; + Optional> ipConfigurations = default; + Optional customNetworkInterfaceName = default; foreach (var property in element.EnumerateObject()) { if (property.NameEquals("extendedLocation"u8)) @@ -254,11 +282,44 @@ internal static PrivateEndpointData DeserializePrivateEndpointData(JsonElement e customDnsConfigs = array; continue; } + if (property0.NameEquals("applicationSecurityGroups"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property0.Value.EnumerateArray()) + { + array.Add(ApplicationSecurityGroupData.DeserializeApplicationSecurityGroupData(item)); + } + applicationSecurityGroups = array; + continue; + } + if (property0.NameEquals("ipConfigurations"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property0.Value.EnumerateArray()) + { + array.Add(PrivateEndpointIPConfiguration.DeserializePrivateEndpointIPConfiguration(item)); + } + ipConfigurations = array; + continue; + } + if (property0.NameEquals("customNetworkInterfaceName"u8)) + { + customNetworkInterfaceName = property0.Value.GetString(); + continue; + } } continue; } } - return new PrivateEndpointData(id.Value, name.Value, Optional.ToNullable(type), Optional.ToNullable(location), Optional.ToDictionary(tags), extendedLocation, Optional.ToNullable(etag), subnet.Value, Optional.ToList(networkInterfaces), Optional.ToNullable(provisioningState), Optional.ToList(privateLinkServiceConnections), Optional.ToList(manualPrivateLinkServiceConnections), Optional.ToList(customDnsConfigs)); + return new PrivateEndpointData(id.Value, name.Value, Optional.ToNullable(type), Optional.ToNullable(location), Optional.ToDictionary(tags), extendedLocation, Optional.ToNullable(etag), subnet.Value, Optional.ToList(networkInterfaces), Optional.ToNullable(provisioningState), Optional.ToList(privateLinkServiceConnections), Optional.ToList(manualPrivateLinkServiceConnections), Optional.ToList(customDnsConfigs), Optional.ToList(applicationSecurityGroups), Optional.ToList(ipConfigurations), customNetworkInterfaceName.Value); } } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/PrivateEndpointIPConfiguration.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/PrivateEndpointIPConfiguration.Serialization.cs new file mode 100644 index 000000000000..7c8e8f571da6 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/PrivateEndpointIPConfiguration.Serialization.cs @@ -0,0 +1,114 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Net; +using System.Text.Json; +using Azure; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + public partial class PrivateEndpointIPConfiguration : IUtf8JsonSerializable + { + void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) + { + writer.WriteStartObject(); + if (Optional.IsDefined(Name)) + { + writer.WritePropertyName("name"u8); + writer.WriteStringValue(Name); + } + writer.WritePropertyName("properties"u8); + writer.WriteStartObject(); + if (Optional.IsDefined(GroupId)) + { + writer.WritePropertyName("groupId"u8); + writer.WriteStringValue(GroupId); + } + if (Optional.IsDefined(MemberName)) + { + writer.WritePropertyName("memberName"u8); + writer.WriteStringValue(MemberName); + } + if (Optional.IsDefined(PrivateIPAddress)) + { + writer.WritePropertyName("privateIPAddress"u8); + writer.WriteStringValue(PrivateIPAddress.ToString()); + } + writer.WriteEndObject(); + writer.WriteEndObject(); + } + + internal static PrivateEndpointIPConfiguration DeserializePrivateEndpointIPConfiguration(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + Optional name = default; + Optional type = default; + Optional etag = default; + Optional groupId = default; + Optional memberName = default; + Optional privateIPAddress = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("name"u8)) + { + name = property.Value.GetString(); + continue; + } + if (property.NameEquals("type"u8)) + { + type = property.Value.GetString(); + continue; + } + if (property.NameEquals("etag"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + etag = new ETag(property.Value.GetString()); + continue; + } + if (property.NameEquals("properties"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + property.ThrowNonNullablePropertyIsNull(); + continue; + } + foreach (var property0 in property.Value.EnumerateObject()) + { + if (property0.NameEquals("groupId"u8)) + { + groupId = property0.Value.GetString(); + continue; + } + if (property0.NameEquals("memberName"u8)) + { + memberName = property0.Value.GetString(); + continue; + } + if (property0.NameEquals("privateIPAddress"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + privateIPAddress = IPAddress.Parse(property0.Value.GetString()); + continue; + } + } + continue; + } + } + return new PrivateEndpointIPConfiguration(name.Value, type.Value, Optional.ToNullable(etag), groupId.Value, memberName.Value, privateIPAddress.Value); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/PrivateEndpointIPConfiguration.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/PrivateEndpointIPConfiguration.cs new file mode 100644 index 000000000000..028e55bc06c7 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/PrivateEndpointIPConfiguration.cs @@ -0,0 +1,51 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Net; +using Azure; + +namespace Azure.ResourceManager.Network.Models +{ + /// An IP Configuration of the private endpoint. + public partial class PrivateEndpointIPConfiguration + { + /// Initializes a new instance of PrivateEndpointIPConfiguration. + public PrivateEndpointIPConfiguration() + { + } + + /// Initializes a new instance of PrivateEndpointIPConfiguration. + /// The name of the resource that is unique within a resource group. + /// The resource type. + /// A unique read-only string that changes whenever the resource is updated. + /// The ID of a group obtained from the remote resource that this private endpoint should connect to. + /// The member name of a group obtained from the remote resource that this private endpoint should connect to. + /// A private ip address obtained from the private endpoint's subnet. + internal PrivateEndpointIPConfiguration(string name, string privateEndpointIPConfigurationType, ETag? etag, string groupId, string memberName, IPAddress privateIPAddress) + { + Name = name; + PrivateEndpointIPConfigurationType = privateEndpointIPConfigurationType; + ETag = etag; + GroupId = groupId; + MemberName = memberName; + PrivateIPAddress = privateIPAddress; + } + + /// The name of the resource that is unique within a resource group. + public string Name { get; set; } + /// The resource type. + public string PrivateEndpointIPConfigurationType { get; } + /// A unique read-only string that changes whenever the resource is updated. + public ETag? ETag { get; } + /// The ID of a group obtained from the remote resource that this private endpoint should connect to. + public string GroupId { get; set; } + /// The member name of a group obtained from the remote resource that this private endpoint should connect to. + public string MemberName { get; set; } + /// A private ip address obtained from the private endpoint's subnet. + public IPAddress PrivateIPAddress { get; set; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ProbeData.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ProbeData.Serialization.cs index 19258b82e067..781a40b07220 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ProbeData.Serialization.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ProbeData.Serialization.cs @@ -51,6 +51,11 @@ void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) writer.WritePropertyName("numberOfProbes"u8); writer.WriteNumberValue(NumberOfProbes.Value); } + if (Optional.IsDefined(ProbeThreshold)) + { + writer.WritePropertyName("probeThreshold"u8); + writer.WriteNumberValue(ProbeThreshold.Value); + } if (Optional.IsDefined(RequestPath)) { writer.WritePropertyName("requestPath"u8); @@ -75,6 +80,7 @@ internal static ProbeData DeserializeProbeData(JsonElement element) Optional port = default; Optional intervalInSeconds = default; Optional numberOfProbes = default; + Optional probeThreshold = default; Optional requestPath = default; Optional provisioningState = default; foreach (var property in element.EnumerateObject()) @@ -170,6 +176,15 @@ internal static ProbeData DeserializeProbeData(JsonElement element) numberOfProbes = property0.Value.GetInt32(); continue; } + if (property0.NameEquals("probeThreshold"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + probeThreshold = property0.Value.GetInt32(); + continue; + } if (property0.NameEquals("requestPath"u8)) { requestPath = property0.Value.GetString(); @@ -188,7 +203,7 @@ internal static ProbeData DeserializeProbeData(JsonElement element) continue; } } - return new ProbeData(id.Value, name.Value, Optional.ToNullable(type), Optional.ToNullable(etag), Optional.ToList(loadBalancingRules), Optional.ToNullable(protocol), Optional.ToNullable(port), Optional.ToNullable(intervalInSeconds), Optional.ToNullable(numberOfProbes), requestPath.Value, Optional.ToNullable(provisioningState)); + return new ProbeData(id.Value, name.Value, Optional.ToNullable(type), Optional.ToNullable(etag), Optional.ToList(loadBalancingRules), Optional.ToNullable(protocol), Optional.ToNullable(port), Optional.ToNullable(intervalInSeconds), Optional.ToNullable(numberOfProbes), Optional.ToNullable(probeThreshold), requestPath.Value, Optional.ToNullable(provisioningState)); } } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ProtocolCustomSettings.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ProtocolCustomSettings.Serialization.cs deleted file mode 100644 index c160747437d1..000000000000 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ProtocolCustomSettings.Serialization.cs +++ /dev/null @@ -1,85 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -// - -#nullable disable - -using System.Text.Json; -using Azure.Core; - -namespace Azure.ResourceManager.Network.Models -{ - public partial class ProtocolCustomSettings : IUtf8JsonSerializable - { - void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) - { - writer.WriteStartObject(); - if (Optional.IsDefined(Protocol)) - { - writer.WritePropertyName("protocol"u8); - writer.WriteStringValue(Protocol.Value.ToString()); - } - if (Optional.IsDefined(TriggerRateOverride)) - { - writer.WritePropertyName("triggerRateOverride"u8); - writer.WriteStringValue(TriggerRateOverride); - } - if (Optional.IsDefined(SourceRateOverride)) - { - writer.WritePropertyName("sourceRateOverride"u8); - writer.WriteStringValue(SourceRateOverride); - } - if (Optional.IsDefined(TriggerSensitivityOverride)) - { - writer.WritePropertyName("triggerSensitivityOverride"u8); - writer.WriteStringValue(TriggerSensitivityOverride.Value.ToString()); - } - writer.WriteEndObject(); - } - - internal static ProtocolCustomSettings DeserializeProtocolCustomSettings(JsonElement element) - { - if (element.ValueKind == JsonValueKind.Null) - { - return null; - } - Optional protocol = default; - Optional triggerRateOverride = default; - Optional sourceRateOverride = default; - Optional triggerSensitivityOverride = default; - foreach (var property in element.EnumerateObject()) - { - if (property.NameEquals("protocol"u8)) - { - if (property.Value.ValueKind == JsonValueKind.Null) - { - continue; - } - protocol = new DdosCustomPolicyProtocol(property.Value.GetString()); - continue; - } - if (property.NameEquals("triggerRateOverride"u8)) - { - triggerRateOverride = property.Value.GetString(); - continue; - } - if (property.NameEquals("sourceRateOverride"u8)) - { - sourceRateOverride = property.Value.GetString(); - continue; - } - if (property.NameEquals("triggerSensitivityOverride"u8)) - { - if (property.Value.ValueKind == JsonValueKind.Null) - { - continue; - } - triggerSensitivityOverride = new DdosCustomPolicyTriggerSensitivityOverride(property.Value.GetString()); - continue; - } - } - return new ProtocolCustomSettings(Optional.ToNullable(protocol), triggerRateOverride.Value, sourceRateOverride.Value, Optional.ToNullable(triggerSensitivityOverride)); - } - } -} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/PublicIPDdosProtectionStatusResult.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/PublicIPDdosProtectionStatusResult.Serialization.cs new file mode 100644 index 000000000000..2ee2b6c2e5ea --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/PublicIPDdosProtectionStatusResult.Serialization.cs @@ -0,0 +1,68 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Net; +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + public partial class PublicIPDdosProtectionStatusResult + { + internal static PublicIPDdosProtectionStatusResult DeserializePublicIPDdosProtectionStatusResult(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + Optional publicIPAddressId = default; + Optional publicIPAddress = default; + Optional isWorkloadProtected = default; + Optional ddosProtectionPlanId = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("publicIpAddressId"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + publicIPAddressId = new ResourceIdentifier(property.Value.GetString()); + continue; + } + if (property.NameEquals("publicIpAddress"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + publicIPAddress = IPAddress.Parse(property.Value.GetString()); + continue; + } + if (property.NameEquals("isWorkloadProtected"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + isWorkloadProtected = new WorkloadProtectedFlag(property.Value.GetString()); + continue; + } + if (property.NameEquals("ddosProtectionPlanId"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + ddosProtectionPlanId = new ResourceIdentifier(property.Value.GetString()); + continue; + } + } + return new PublicIPDdosProtectionStatusResult(publicIPAddressId.Value, publicIPAddress.Value, Optional.ToNullable(isWorkloadProtected), ddosProtectionPlanId.Value); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/PublicIPDdosProtectionStatusResult.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/PublicIPDdosProtectionStatusResult.cs new file mode 100644 index 000000000000..b651304893eb --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/PublicIPDdosProtectionStatusResult.cs @@ -0,0 +1,43 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Net; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + /// Response for GetPublicIpAddressDdosProtectionStatusOperation API service call. + public partial class PublicIPDdosProtectionStatusResult + { + /// Initializes a new instance of PublicIPDdosProtectionStatusResult. + internal PublicIPDdosProtectionStatusResult() + { + } + + /// Initializes a new instance of PublicIPDdosProtectionStatusResult. + /// Public IP ARM resource ID. + /// IP Address of the Public IP Resource. + /// Value indicating whether the IP address is DDoS workload protected or not. + /// DDoS protection plan Resource Id of a if IP address is protected through a plan. + internal PublicIPDdosProtectionStatusResult(ResourceIdentifier publicIPAddressId, IPAddress publicIPAddress, WorkloadProtectedFlag? isWorkloadProtected, ResourceIdentifier ddosProtectionPlanId) + { + PublicIPAddressId = publicIPAddressId; + PublicIPAddress = publicIPAddress; + IsWorkloadProtected = isWorkloadProtected; + DdosProtectionPlanId = ddosProtectionPlanId; + } + + /// Public IP ARM resource ID. + public ResourceIdentifier PublicIPAddressId { get; } + /// IP Address of the Public IP Resource. + public IPAddress PublicIPAddress { get; } + /// Value indicating whether the IP address is DDoS workload protected or not. + public WorkloadProtectedFlag? IsWorkloadProtected { get; } + /// DDoS protection plan Resource Id of a if IP address is protected through a plan. + public ResourceIdentifier DdosProtectionPlanId { get; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/QueryInboundNatRulePortMappingContent.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/QueryInboundNatRulePortMappingContent.Serialization.cs new file mode 100644 index 000000000000..6b9ea7dbc062 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/QueryInboundNatRulePortMappingContent.Serialization.cs @@ -0,0 +1,31 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + public partial class QueryInboundNatRulePortMappingContent : IUtf8JsonSerializable + { + void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) + { + writer.WriteStartObject(); + if (Optional.IsDefined(IPConfiguration)) + { + writer.WritePropertyName("ipConfiguration"u8); + JsonSerializer.Serialize(writer, IPConfiguration); + } + if (Optional.IsDefined(IPAddress)) + { + writer.WritePropertyName("ipAddress"u8); + writer.WriteStringValue(IPAddress); + } + writer.WriteEndObject(); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/QueryInboundNatRulePortMappingContent.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/QueryInboundNatRulePortMappingContent.cs new file mode 100644 index 000000000000..9b187e82707f --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/QueryInboundNatRulePortMappingContent.cs @@ -0,0 +1,38 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using Azure.Core; +using Azure.ResourceManager.Resources.Models; + +namespace Azure.ResourceManager.Network.Models +{ + /// The request for a QueryInboundNatRulePortMapping API. Either IpConfiguration or IpAddress should be set. + public partial class QueryInboundNatRulePortMappingContent + { + /// Initializes a new instance of QueryInboundNatRulePortMappingContent. + public QueryInboundNatRulePortMappingContent() + { + } + + /// NetworkInterfaceIPConfiguration set in load balancer backend address. + internal WritableSubResource IPConfiguration { get; set; } + /// Gets or sets Id. + public ResourceIdentifier IPConfigurationId + { + get => IPConfiguration is null ? default : IPConfiguration.Id; + set + { + if (IPConfiguration is null) + IPConfiguration = new WritableSubResource(); + IPConfiguration.Id = value; + } + } + + /// IP address set in load balancer backend address. + public string IPAddress { get; set; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/RouteCriterion.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/RouteCriterion.Serialization.cs new file mode 100644 index 000000000000..19a339a83c7d --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/RouteCriterion.Serialization.cs @@ -0,0 +1,124 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + public partial class RouteCriterion : IUtf8JsonSerializable + { + void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) + { + writer.WriteStartObject(); + if (Optional.IsCollectionDefined(RoutePrefix)) + { + writer.WritePropertyName("routePrefix"u8); + writer.WriteStartArray(); + foreach (var item in RoutePrefix) + { + writer.WriteStringValue(item); + } + writer.WriteEndArray(); + } + if (Optional.IsCollectionDefined(Community)) + { + writer.WritePropertyName("community"u8); + writer.WriteStartArray(); + foreach (var item in Community) + { + writer.WriteStringValue(item); + } + writer.WriteEndArray(); + } + if (Optional.IsCollectionDefined(AsPath)) + { + writer.WritePropertyName("asPath"u8); + writer.WriteStartArray(); + foreach (var item in AsPath) + { + writer.WriteStringValue(item); + } + writer.WriteEndArray(); + } + if (Optional.IsDefined(MatchCondition)) + { + writer.WritePropertyName("matchCondition"u8); + writer.WriteStringValue(MatchCondition.Value.ToString()); + } + writer.WriteEndObject(); + } + + internal static RouteCriterion DeserializeRouteCriterion(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + Optional> routePrefix = default; + Optional> community = default; + Optional> asPath = default; + Optional matchCondition = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("routePrefix"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property.Value.EnumerateArray()) + { + array.Add(item.GetString()); + } + routePrefix = array; + continue; + } + if (property.NameEquals("community"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property.Value.EnumerateArray()) + { + array.Add(item.GetString()); + } + community = array; + continue; + } + if (property.NameEquals("asPath"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property.Value.EnumerateArray()) + { + array.Add(item.GetString()); + } + asPath = array; + continue; + } + if (property.NameEquals("matchCondition"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + matchCondition = new RouteMapMatchCondition(property.Value.GetString()); + continue; + } + } + return new RouteCriterion(Optional.ToList(routePrefix), Optional.ToList(community), Optional.ToList(asPath), Optional.ToNullable(matchCondition)); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/RouteCriterion.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/RouteCriterion.cs new file mode 100644 index 000000000000..a3460ac40754 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/RouteCriterion.cs @@ -0,0 +1,46 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + /// A matching criteria which matches routes based on route prefix, community, and AS path. + public partial class RouteCriterion + { + /// Initializes a new instance of RouteCriterion. + public RouteCriterion() + { + RoutePrefix = new ChangeTrackingList(); + Community = new ChangeTrackingList(); + AsPath = new ChangeTrackingList(); + } + + /// Initializes a new instance of RouteCriterion. + /// List of route prefixes which this criteria matches. + /// List of BGP communities which this criteria matches. + /// List of AS paths which this criteria matches. + /// Match condition to apply RouteMap rules. + internal RouteCriterion(IList routePrefix, IList community, IList asPath, RouteMapMatchCondition? matchCondition) + { + RoutePrefix = routePrefix; + Community = community; + AsPath = asPath; + MatchCondition = matchCondition; + } + + /// List of route prefixes which this criteria matches. + public IList RoutePrefix { get; } + /// List of BGP communities which this criteria matches. + public IList Community { get; } + /// List of AS paths which this criteria matches. + public IList AsPath { get; } + /// Match condition to apply RouteMap rules. + public RouteMapMatchCondition? MatchCondition { get; set; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/RouteMapAction.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/RouteMapAction.Serialization.cs new file mode 100644 index 000000000000..937aee318709 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/RouteMapAction.Serialization.cs @@ -0,0 +1,74 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + public partial class RouteMapAction : IUtf8JsonSerializable + { + void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) + { + writer.WriteStartObject(); + if (Optional.IsDefined(ActionType)) + { + writer.WritePropertyName("type"u8); + writer.WriteStringValue(ActionType.Value.ToString()); + } + if (Optional.IsCollectionDefined(Parameters)) + { + writer.WritePropertyName("parameters"u8); + writer.WriteStartArray(); + foreach (var item in Parameters) + { + writer.WriteObjectValue(item); + } + writer.WriteEndArray(); + } + writer.WriteEndObject(); + } + + internal static RouteMapAction DeserializeRouteMapAction(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + Optional type = default; + Optional> parameters = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("type"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + type = new RouteMapActionType(property.Value.GetString()); + continue; + } + if (property.NameEquals("parameters"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property.Value.EnumerateArray()) + { + array.Add(RouteMapActionParameter.DeserializeRouteMapActionParameter(item)); + } + parameters = array; + continue; + } + } + return new RouteMapAction(Optional.ToNullable(type), Optional.ToList(parameters)); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/RouteMapAction.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/RouteMapAction.cs new file mode 100644 index 000000000000..917544383191 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/RouteMapAction.cs @@ -0,0 +1,36 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + /// Action to be taken on a route matching a RouteMap criterion. + public partial class RouteMapAction + { + /// Initializes a new instance of RouteMapAction. + public RouteMapAction() + { + Parameters = new ChangeTrackingList(); + } + + /// Initializes a new instance of RouteMapAction. + /// Type of action to be taken. Supported types are 'Remove', 'Add', 'Replace', and 'Drop.'. + /// List of parameters relevant to the action.For instance if type is drop then parameters has list of prefixes to be dropped.If type is add, parameters would have list of ASN numbers to be added. + internal RouteMapAction(RouteMapActionType? actionType, IList parameters) + { + ActionType = actionType; + Parameters = parameters; + } + + /// Type of action to be taken. Supported types are 'Remove', 'Add', 'Replace', and 'Drop.'. + public RouteMapActionType? ActionType { get; set; } + /// List of parameters relevant to the action.For instance if type is drop then parameters has list of prefixes to be dropped.If type is add, parameters would have list of ASN numbers to be added. + public IList Parameters { get; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/RouteMapActionParameter.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/RouteMapActionParameter.Serialization.cs new file mode 100644 index 000000000000..9551b5bfc39c --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/RouteMapActionParameter.Serialization.cs @@ -0,0 +1,109 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + public partial class RouteMapActionParameter : IUtf8JsonSerializable + { + void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) + { + writer.WriteStartObject(); + if (Optional.IsCollectionDefined(RoutePrefix)) + { + writer.WritePropertyName("routePrefix"u8); + writer.WriteStartArray(); + foreach (var item in RoutePrefix) + { + writer.WriteStringValue(item); + } + writer.WriteEndArray(); + } + if (Optional.IsCollectionDefined(Community)) + { + writer.WritePropertyName("community"u8); + writer.WriteStartArray(); + foreach (var item in Community) + { + writer.WriteStringValue(item); + } + writer.WriteEndArray(); + } + if (Optional.IsCollectionDefined(AsPath)) + { + writer.WritePropertyName("asPath"u8); + writer.WriteStartArray(); + foreach (var item in AsPath) + { + writer.WriteStringValue(item); + } + writer.WriteEndArray(); + } + writer.WriteEndObject(); + } + + internal static RouteMapActionParameter DeserializeRouteMapActionParameter(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + Optional> routePrefix = default; + Optional> community = default; + Optional> asPath = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("routePrefix"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property.Value.EnumerateArray()) + { + array.Add(item.GetString()); + } + routePrefix = array; + continue; + } + if (property.NameEquals("community"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property.Value.EnumerateArray()) + { + array.Add(item.GetString()); + } + community = array; + continue; + } + if (property.NameEquals("asPath"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property.Value.EnumerateArray()) + { + array.Add(item.GetString()); + } + asPath = array; + continue; + } + } + return new RouteMapActionParameter(Optional.ToList(routePrefix), Optional.ToList(community), Optional.ToList(asPath)); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/RouteMapActionParameter.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/RouteMapActionParameter.cs new file mode 100644 index 000000000000..b3c8ed257bd5 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/RouteMapActionParameter.cs @@ -0,0 +1,42 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + /// Parameters for an Action. + public partial class RouteMapActionParameter + { + /// Initializes a new instance of RouteMapActionParameter. + public RouteMapActionParameter() + { + RoutePrefix = new ChangeTrackingList(); + Community = new ChangeTrackingList(); + AsPath = new ChangeTrackingList(); + } + + /// Initializes a new instance of RouteMapActionParameter. + /// List of route prefixes. + /// List of BGP communities. + /// List of AS paths. + internal RouteMapActionParameter(IList routePrefix, IList community, IList asPath) + { + RoutePrefix = routePrefix; + Community = community; + AsPath = asPath; + } + + /// List of route prefixes. + public IList RoutePrefix { get; } + /// List of BGP communities. + public IList Community { get; } + /// List of AS paths. + public IList AsPath { get; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/RouteMapActionType.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/RouteMapActionType.cs new file mode 100644 index 000000000000..a83b5e07cae1 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/RouteMapActionType.cs @@ -0,0 +1,60 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.ComponentModel; + +namespace Azure.ResourceManager.Network.Models +{ + /// Kind of actions which can be taken on a matched route. Add, Replace, Remove refer to parameters on the route, like community or prefix. + public readonly partial struct RouteMapActionType : IEquatable + { + private readonly string _value; + + /// Initializes a new instance of . + /// is null. + public RouteMapActionType(string value) + { + _value = value ?? throw new ArgumentNullException(nameof(value)); + } + + private const string UnknownValue = "Unknown"; + private const string RemoveValue = "Remove"; + private const string AddValue = "Add"; + private const string ReplaceValue = "Replace"; + private const string DropValue = "Drop"; + + /// Unknown. + public static RouteMapActionType Unknown { get; } = new RouteMapActionType(UnknownValue); + /// Remove. + public static RouteMapActionType Remove { get; } = new RouteMapActionType(RemoveValue); + /// Add. + public static RouteMapActionType Add { get; } = new RouteMapActionType(AddValue); + /// Replace. + public static RouteMapActionType Replace { get; } = new RouteMapActionType(ReplaceValue); + /// Drop. + public static RouteMapActionType Drop { get; } = new RouteMapActionType(DropValue); + /// Determines if two values are the same. + public static bool operator ==(RouteMapActionType left, RouteMapActionType right) => left.Equals(right); + /// Determines if two values are not the same. + public static bool operator !=(RouteMapActionType left, RouteMapActionType right) => !left.Equals(right); + /// Converts a string to a . + public static implicit operator RouteMapActionType(string value) => new RouteMapActionType(value); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override bool Equals(object obj) => obj is RouteMapActionType other && Equals(other); + /// + public bool Equals(RouteMapActionType other) => string.Equals(_value, other._value, StringComparison.InvariantCultureIgnoreCase); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override int GetHashCode() => _value?.GetHashCode() ?? 0; + /// + public override string ToString() => _value; + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/RouteMapData.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/RouteMapData.Serialization.cs new file mode 100644 index 000000000000..3bf78224ba5e --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/RouteMapData.Serialization.cs @@ -0,0 +1,175 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using System.Text.Json; +using Azure; +using Azure.Core; +using Azure.ResourceManager.Models; +using Azure.ResourceManager.Network.Models; + +namespace Azure.ResourceManager.Network +{ + public partial class RouteMapData : IUtf8JsonSerializable + { + void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) + { + writer.WriteStartObject(); + writer.WritePropertyName("properties"u8); + writer.WriteStartObject(); + if (Optional.IsCollectionDefined(AssociatedInboundConnections)) + { + writer.WritePropertyName("associatedInboundConnections"u8); + writer.WriteStartArray(); + foreach (var item in AssociatedInboundConnections) + { + writer.WriteStringValue(item); + } + writer.WriteEndArray(); + } + if (Optional.IsCollectionDefined(AssociatedOutboundConnections)) + { + writer.WritePropertyName("associatedOutboundConnections"u8); + writer.WriteStartArray(); + foreach (var item in AssociatedOutboundConnections) + { + writer.WriteStringValue(item); + } + writer.WriteEndArray(); + } + if (Optional.IsCollectionDefined(Rules)) + { + writer.WritePropertyName("rules"u8); + writer.WriteStartArray(); + foreach (var item in Rules) + { + writer.WriteObjectValue(item); + } + writer.WriteEndArray(); + } + writer.WriteEndObject(); + writer.WriteEndObject(); + } + + internal static RouteMapData DeserializeRouteMapData(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + Optional etag = default; + ResourceIdentifier id = default; + string name = default; + ResourceType type = default; + Optional systemData = default; + Optional> associatedInboundConnections = default; + Optional> associatedOutboundConnections = default; + Optional> rules = default; + Optional provisioningState = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("etag"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + etag = new ETag(property.Value.GetString()); + continue; + } + if (property.NameEquals("id"u8)) + { + id = new ResourceIdentifier(property.Value.GetString()); + continue; + } + if (property.NameEquals("name"u8)) + { + name = property.Value.GetString(); + continue; + } + if (property.NameEquals("type"u8)) + { + type = new ResourceType(property.Value.GetString()); + continue; + } + if (property.NameEquals("systemData"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + systemData = JsonSerializer.Deserialize(property.Value.GetRawText()); + continue; + } + if (property.NameEquals("properties"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + property.ThrowNonNullablePropertyIsNull(); + continue; + } + foreach (var property0 in property.Value.EnumerateObject()) + { + if (property0.NameEquals("associatedInboundConnections"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property0.Value.EnumerateArray()) + { + array.Add(item.GetString()); + } + associatedInboundConnections = array; + continue; + } + if (property0.NameEquals("associatedOutboundConnections"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property0.Value.EnumerateArray()) + { + array.Add(item.GetString()); + } + associatedOutboundConnections = array; + continue; + } + if (property0.NameEquals("rules"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property0.Value.EnumerateArray()) + { + array.Add(RouteMapRule.DeserializeRouteMapRule(item)); + } + rules = array; + continue; + } + if (property0.NameEquals("provisioningState"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + provisioningState = new NetworkProvisioningState(property0.Value.GetString()); + continue; + } + } + continue; + } + } + return new RouteMapData(id, name, type, systemData.Value, Optional.ToNullable(etag), Optional.ToList(associatedInboundConnections), Optional.ToList(associatedOutboundConnections), Optional.ToList(rules), Optional.ToNullable(provisioningState)); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/RouteMapMatchCondition.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/RouteMapMatchCondition.cs new file mode 100644 index 000000000000..11e1feceb3d3 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/RouteMapMatchCondition.cs @@ -0,0 +1,60 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.ComponentModel; + +namespace Azure.ResourceManager.Network.Models +{ + /// Match condition to apply RouteMap rules. + public readonly partial struct RouteMapMatchCondition : IEquatable + { + private readonly string _value; + + /// Initializes a new instance of . + /// is null. + public RouteMapMatchCondition(string value) + { + _value = value ?? throw new ArgumentNullException(nameof(value)); + } + + private const string UnknownValue = "Unknown"; + private const string ContainsValue = "Contains"; + private const string EqualsValueValue = "Equals"; + private const string NotContainsValue = "NotContains"; + private const string NotEqualsValue = "NotEquals"; + + /// Unknown. + public static RouteMapMatchCondition Unknown { get; } = new RouteMapMatchCondition(UnknownValue); + /// Contains. + public static RouteMapMatchCondition Contains { get; } = new RouteMapMatchCondition(ContainsValue); + /// Equals. + public static RouteMapMatchCondition EqualsValue { get; } = new RouteMapMatchCondition(EqualsValueValue); + /// NotContains. + public static RouteMapMatchCondition NotContains { get; } = new RouteMapMatchCondition(NotContainsValue); + /// NotEquals. + public static RouteMapMatchCondition NotEquals { get; } = new RouteMapMatchCondition(NotEqualsValue); + /// Determines if two values are the same. + public static bool operator ==(RouteMapMatchCondition left, RouteMapMatchCondition right) => left.Equals(right); + /// Determines if two values are not the same. + public static bool operator !=(RouteMapMatchCondition left, RouteMapMatchCondition right) => !left.Equals(right); + /// Converts a string to a . + public static implicit operator RouteMapMatchCondition(string value) => new RouteMapMatchCondition(value); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override bool Equals(object obj) => obj is RouteMapMatchCondition other && Equals(other); + /// + public bool Equals(RouteMapMatchCondition other) => string.Equals(_value, other._value, StringComparison.InvariantCultureIgnoreCase); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override int GetHashCode() => _value?.GetHashCode() ?? 0; + /// + public override string ToString() => _value; + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/RouteMapNextStepBehavior.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/RouteMapNextStepBehavior.cs new file mode 100644 index 000000000000..5e315942087e --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/RouteMapNextStepBehavior.cs @@ -0,0 +1,54 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.ComponentModel; + +namespace Azure.ResourceManager.Network.Models +{ + /// Supported next step behaviors after a rule is applied to a matched route. + public readonly partial struct RouteMapNextStepBehavior : IEquatable + { + private readonly string _value; + + /// Initializes a new instance of . + /// is null. + public RouteMapNextStepBehavior(string value) + { + _value = value ?? throw new ArgumentNullException(nameof(value)); + } + + private const string UnknownValue = "Unknown"; + private const string ContinueValue = "Continue"; + private const string TerminateValue = "Terminate"; + + /// Unknown. + public static RouteMapNextStepBehavior Unknown { get; } = new RouteMapNextStepBehavior(UnknownValue); + /// Continue. + public static RouteMapNextStepBehavior Continue { get; } = new RouteMapNextStepBehavior(ContinueValue); + /// Terminate. + public static RouteMapNextStepBehavior Terminate { get; } = new RouteMapNextStepBehavior(TerminateValue); + /// Determines if two values are the same. + public static bool operator ==(RouteMapNextStepBehavior left, RouteMapNextStepBehavior right) => left.Equals(right); + /// Determines if two values are not the same. + public static bool operator !=(RouteMapNextStepBehavior left, RouteMapNextStepBehavior right) => !left.Equals(right); + /// Converts a string to a . + public static implicit operator RouteMapNextStepBehavior(string value) => new RouteMapNextStepBehavior(value); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override bool Equals(object obj) => obj is RouteMapNextStepBehavior other && Equals(other); + /// + public bool Equals(RouteMapNextStepBehavior other) => string.Equals(_value, other._value, StringComparison.InvariantCultureIgnoreCase); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override int GetHashCode() => _value?.GetHashCode() ?? 0; + /// + public override string ToString() => _value; + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/RouteMapRule.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/RouteMapRule.Serialization.cs new file mode 100644 index 000000000000..2597b2f57e5d --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/RouteMapRule.Serialization.cs @@ -0,0 +1,110 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + public partial class RouteMapRule : IUtf8JsonSerializable + { + void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) + { + writer.WriteStartObject(); + if (Optional.IsDefined(Name)) + { + writer.WritePropertyName("name"u8); + writer.WriteStringValue(Name); + } + if (Optional.IsCollectionDefined(MatchCriteria)) + { + writer.WritePropertyName("matchCriteria"u8); + writer.WriteStartArray(); + foreach (var item in MatchCriteria) + { + writer.WriteObjectValue(item); + } + writer.WriteEndArray(); + } + if (Optional.IsCollectionDefined(Actions)) + { + writer.WritePropertyName("actions"u8); + writer.WriteStartArray(); + foreach (var item in Actions) + { + writer.WriteObjectValue(item); + } + writer.WriteEndArray(); + } + if (Optional.IsDefined(NextStepIfMatched)) + { + writer.WritePropertyName("nextStepIfMatched"u8); + writer.WriteStringValue(NextStepIfMatched.Value.ToString()); + } + writer.WriteEndObject(); + } + + internal static RouteMapRule DeserializeRouteMapRule(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + Optional name = default; + Optional> matchCriteria = default; + Optional> actions = default; + Optional nextStepIfMatched = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("name"u8)) + { + name = property.Value.GetString(); + continue; + } + if (property.NameEquals("matchCriteria"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property.Value.EnumerateArray()) + { + array.Add(RouteCriterion.DeserializeRouteCriterion(item)); + } + matchCriteria = array; + continue; + } + if (property.NameEquals("actions"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property.Value.EnumerateArray()) + { + array.Add(RouteMapAction.DeserializeRouteMapAction(item)); + } + actions = array; + continue; + } + if (property.NameEquals("nextStepIfMatched"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + nextStepIfMatched = new RouteMapNextStepBehavior(property.Value.GetString()); + continue; + } + } + return new RouteMapRule(name.Value, Optional.ToList(matchCriteria), Optional.ToList(actions), Optional.ToNullable(nextStepIfMatched)); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/RouteMapRule.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/RouteMapRule.cs new file mode 100644 index 000000000000..de893fce798c --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/RouteMapRule.cs @@ -0,0 +1,45 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + /// A RouteMap Rule. + public partial class RouteMapRule + { + /// Initializes a new instance of RouteMapRule. + public RouteMapRule() + { + MatchCriteria = new ChangeTrackingList(); + Actions = new ChangeTrackingList(); + } + + /// Initializes a new instance of RouteMapRule. + /// The unique name for the rule. + /// List of matching criterion which will be applied to traffic. + /// List of actions which will be applied on a match. + /// Next step after rule is evaluated. Current supported behaviors are 'Continue'(to next rule) and 'Terminate'. + internal RouteMapRule(string name, IList matchCriteria, IList actions, RouteMapNextStepBehavior? nextStepIfMatched) + { + Name = name; + MatchCriteria = matchCriteria; + Actions = actions; + NextStepIfMatched = nextStepIfMatched; + } + + /// The unique name for the rule. + public string Name { get; set; } + /// List of matching criterion which will be applied to traffic. + public IList MatchCriteria { get; } + /// List of actions which will be applied on a match. + public IList Actions { get; } + /// Next step after rule is evaluated. Current supported behaviors are 'Continue'(to next rule) and 'Terminate'. + public RouteMapNextStepBehavior? NextStepIfMatched { get; set; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/RoutingConfiguration.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/RoutingConfiguration.Serialization.cs index 7d71ca868015..01c113d37f12 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/RoutingConfiguration.Serialization.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/RoutingConfiguration.Serialization.cs @@ -31,6 +31,16 @@ void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) writer.WritePropertyName("vnetRoutes"u8); writer.WriteObjectValue(VnetRoutes); } + if (Optional.IsDefined(InboundRouteMap)) + { + writer.WritePropertyName("inboundRouteMap"u8); + JsonSerializer.Serialize(writer, InboundRouteMap); + } + if (Optional.IsDefined(OutboundRouteMap)) + { + writer.WritePropertyName("outboundRouteMap"u8); + JsonSerializer.Serialize(writer, OutboundRouteMap); + } writer.WriteEndObject(); } @@ -43,6 +53,8 @@ internal static RoutingConfiguration DeserializeRoutingConfiguration(JsonElement Optional associatedRouteTable = default; Optional propagatedRouteTables = default; Optional vnetRoutes = default; + Optional inboundRouteMap = default; + Optional outboundRouteMap = default; foreach (var property in element.EnumerateObject()) { if (property.NameEquals("associatedRouteTable"u8)) @@ -72,8 +84,26 @@ internal static RoutingConfiguration DeserializeRoutingConfiguration(JsonElement vnetRoutes = VnetRoute.DeserializeVnetRoute(property.Value); continue; } + if (property.NameEquals("inboundRouteMap"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + inboundRouteMap = JsonSerializer.Deserialize(property.Value.GetRawText()); + continue; + } + if (property.NameEquals("outboundRouteMap"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + outboundRouteMap = JsonSerializer.Deserialize(property.Value.GetRawText()); + continue; + } } - return new RoutingConfiguration(associatedRouteTable, propagatedRouteTables.Value, vnetRoutes.Value); + return new RoutingConfiguration(associatedRouteTable, propagatedRouteTables.Value, vnetRoutes.Value, inboundRouteMap, outboundRouteMap); } } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/RoutingConfiguration.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/RoutingConfiguration.cs index e9c4a6f7dffe..897506326c81 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/RoutingConfiguration.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/RoutingConfiguration.cs @@ -5,7 +5,6 @@ #nullable disable -using System.Collections.Generic; using Azure.Core; using Azure.ResourceManager.Resources.Models; @@ -23,11 +22,15 @@ public RoutingConfiguration() /// The resource id RouteTable associated with this RoutingConfiguration. /// The list of RouteTables to advertise the routes to. /// List of routes that control routing from VirtualHub into a virtual network connection. - internal RoutingConfiguration(WritableSubResource associatedRouteTable, PropagatedRouteTable propagatedRouteTables, VnetRoute vnetRoutes) + /// The resource id of the RouteMap associated with this RoutingConfiguration for inbound learned routes. + /// The resource id of theRouteMap associated with this RoutingConfiguration for outbound advertised routes. + internal RoutingConfiguration(WritableSubResource associatedRouteTable, PropagatedRouteTable propagatedRouteTables, VnetRoute vnetRoutes, WritableSubResource inboundRouteMap, WritableSubResource outboundRouteMap) { AssociatedRouteTable = associatedRouteTable; PropagatedRouteTables = propagatedRouteTables; VnetRoutes = vnetRoutes; + InboundRouteMap = inboundRouteMap; + OutboundRouteMap = outboundRouteMap; } /// The resource id RouteTable associated with this RoutingConfiguration. @@ -47,15 +50,32 @@ public ResourceIdentifier AssociatedRouteTableId /// The list of RouteTables to advertise the routes to. public PropagatedRouteTable PropagatedRouteTables { get; set; } /// List of routes that control routing from VirtualHub into a virtual network connection. - internal VnetRoute VnetRoutes { get; set; } - /// List of all Static Routes. - public IList StaticRoutes + public VnetRoute VnetRoutes { get; set; } + /// The resource id of the RouteMap associated with this RoutingConfiguration for inbound learned routes. + internal WritableSubResource InboundRouteMap { get; set; } + /// Gets or sets Id. + public ResourceIdentifier InboundRouteMapId { - get + get => InboundRouteMap is null ? default : InboundRouteMap.Id; + set + { + if (InboundRouteMap is null) + InboundRouteMap = new WritableSubResource(); + InboundRouteMap.Id = value; + } + } + + /// The resource id of theRouteMap associated with this RoutingConfiguration for outbound advertised routes. + internal WritableSubResource OutboundRouteMap { get; set; } + /// Gets or sets Id. + public ResourceIdentifier OutboundRouteMapId + { + get => OutboundRouteMap is null ? default : OutboundRouteMap.Id; + set { - if (VnetRoutes is null) - VnetRoutes = new VnetRoute(); - return VnetRoutes.StaticRoutes; + if (OutboundRouteMap is null) + OutboundRouteMap = new WritableSubResource(); + OutboundRouteMap.Id = value; } } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/RoutingIntentData.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/RoutingIntentData.Serialization.cs new file mode 100644 index 000000000000..bde54359e7f7 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/RoutingIntentData.Serialization.cs @@ -0,0 +1,132 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using System.Text.Json; +using Azure; +using Azure.Core; +using Azure.ResourceManager.Network.Models; + +namespace Azure.ResourceManager.Network +{ + public partial class RoutingIntentData : IUtf8JsonSerializable + { + void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) + { + writer.WriteStartObject(); + if (Optional.IsDefined(Id)) + { + writer.WritePropertyName("id"u8); + writer.WriteStringValue(Id); + } + if (Optional.IsDefined(Name)) + { + writer.WritePropertyName("name"u8); + writer.WriteStringValue(Name); + } + writer.WritePropertyName("properties"u8); + writer.WriteStartObject(); + if (Optional.IsCollectionDefined(RoutingPolicies)) + { + writer.WritePropertyName("routingPolicies"u8); + writer.WriteStartArray(); + foreach (var item in RoutingPolicies) + { + writer.WriteObjectValue(item); + } + writer.WriteEndArray(); + } + writer.WriteEndObject(); + writer.WriteEndObject(); + } + + internal static RoutingIntentData DeserializeRoutingIntentData(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + Optional etag = default; + Optional id = default; + Optional name = default; + Optional type = default; + Optional> routingPolicies = default; + Optional provisioningState = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("etag"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + etag = new ETag(property.Value.GetString()); + continue; + } + if (property.NameEquals("id"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + id = new ResourceIdentifier(property.Value.GetString()); + continue; + } + if (property.NameEquals("name"u8)) + { + name = property.Value.GetString(); + continue; + } + if (property.NameEquals("type"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + type = new ResourceType(property.Value.GetString()); + continue; + } + if (property.NameEquals("properties"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + property.ThrowNonNullablePropertyIsNull(); + continue; + } + foreach (var property0 in property.Value.EnumerateObject()) + { + if (property0.NameEquals("routingPolicies"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property0.Value.EnumerateArray()) + { + array.Add(RoutingPolicy.DeserializeRoutingPolicy(item)); + } + routingPolicies = array; + continue; + } + if (property0.NameEquals("provisioningState"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + provisioningState = new NetworkProvisioningState(property0.Value.GetString()); + continue; + } + } + continue; + } + } + return new RoutingIntentData(id.Value, name.Value, Optional.ToNullable(type), Optional.ToNullable(etag), Optional.ToList(routingPolicies), Optional.ToNullable(provisioningState)); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/RoutingPolicy.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/RoutingPolicy.Serialization.cs new file mode 100644 index 000000000000..3192e5ef3286 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/RoutingPolicy.Serialization.cs @@ -0,0 +1,68 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + public partial class RoutingPolicy : IUtf8JsonSerializable + { + void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) + { + writer.WriteStartObject(); + writer.WritePropertyName("name"u8); + writer.WriteStringValue(Name); + writer.WritePropertyName("destinations"u8); + writer.WriteStartArray(); + foreach (var item in Destinations) + { + writer.WriteStringValue(item); + } + writer.WriteEndArray(); + writer.WritePropertyName("nextHop"u8); + writer.WriteStringValue(NextHop); + writer.WriteEndObject(); + } + + internal static RoutingPolicy DeserializeRoutingPolicy(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + string name = default; + IList destinations = default; + string nextHop = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("name"u8)) + { + name = property.Value.GetString(); + continue; + } + if (property.NameEquals("destinations"u8)) + { + List array = new List(); + foreach (var item in property.Value.EnumerateArray()) + { + array.Add(item.GetString()); + } + destinations = array; + continue; + } + if (property.NameEquals("nextHop"u8)) + { + nextHop = property.Value.GetString(); + continue; + } + } + return new RoutingPolicy(name, destinations, nextHop); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/RoutingPolicy.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/RoutingPolicy.cs new file mode 100644 index 000000000000..ab40b69f7f5e --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/RoutingPolicy.cs @@ -0,0 +1,52 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Collections.Generic; +using System.Linq; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + /// The routing policy object used in a RoutingIntent resource. + public partial class RoutingPolicy + { + /// Initializes a new instance of RoutingPolicy. + /// The unique name for the routing policy. + /// List of all destinations which this routing policy is applicable to (for example: Internet, PrivateTraffic). + /// The next hop resource id on which this routing policy is applicable to. + /// , or is null. + public RoutingPolicy(string name, IEnumerable destinations, string nextHop) + { + Argument.AssertNotNull(name, nameof(name)); + Argument.AssertNotNull(destinations, nameof(destinations)); + Argument.AssertNotNull(nextHop, nameof(nextHop)); + + Name = name; + Destinations = destinations.ToList(); + NextHop = nextHop; + } + + /// Initializes a new instance of RoutingPolicy. + /// The unique name for the routing policy. + /// List of all destinations which this routing policy is applicable to (for example: Internet, PrivateTraffic). + /// The next hop resource id on which this routing policy is applicable to. + internal RoutingPolicy(string name, IList destinations, string nextHop) + { + Name = name; + Destinations = destinations; + NextHop = nextHop; + } + + /// The unique name for the routing policy. + public string Name { get; set; } + /// List of all destinations which this routing policy is applicable to (for example: Internet, PrivateTraffic). + public IList Destinations { get; } + /// The next hop resource id on which this routing policy is applicable to. + public string NextHop { get; set; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/RuleMatchActionType.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/RuleMatchActionType.cs new file mode 100644 index 000000000000..fc7838a5c40b --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/RuleMatchActionType.cs @@ -0,0 +1,57 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.ComponentModel; + +namespace Azure.ResourceManager.Network.Models +{ + /// Defines the action to take on rule match. + public readonly partial struct RuleMatchActionType : IEquatable + { + private readonly string _value; + + /// Initializes a new instance of . + /// is null. + public RuleMatchActionType(string value) + { + _value = value ?? throw new ArgumentNullException(nameof(value)); + } + + private const string AnomalyScoringValue = "AnomalyScoring"; + private const string AllowValue = "Allow"; + private const string BlockValue = "Block"; + private const string LogValue = "Log"; + + /// AnomalyScoring. + public static RuleMatchActionType AnomalyScoring { get; } = new RuleMatchActionType(AnomalyScoringValue); + /// Allow. + public static RuleMatchActionType Allow { get; } = new RuleMatchActionType(AllowValue); + /// Block. + public static RuleMatchActionType Block { get; } = new RuleMatchActionType(BlockValue); + /// Log. + public static RuleMatchActionType Log { get; } = new RuleMatchActionType(LogValue); + /// Determines if two values are the same. + public static bool operator ==(RuleMatchActionType left, RuleMatchActionType right) => left.Equals(right); + /// Determines if two values are not the same. + public static bool operator !=(RuleMatchActionType left, RuleMatchActionType right) => !left.Equals(right); + /// Converts a string to a . + public static implicit operator RuleMatchActionType(string value) => new RuleMatchActionType(value); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override bool Equals(object obj) => obj is RuleMatchActionType other && Equals(other); + /// + public bool Equals(RuleMatchActionType other) => string.Equals(_value, other._value, StringComparison.InvariantCultureIgnoreCase); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override int GetHashCode() => _value?.GetHashCode() ?? 0; + /// + public override string ToString() => _value; + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ScopeConnectionData.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ScopeConnectionData.Serialization.cs new file mode 100644 index 000000000000..3435644019a4 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ScopeConnectionData.Serialization.cs @@ -0,0 +1,141 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Text.Json; +using Azure; +using Azure.Core; +using Azure.ResourceManager.Models; +using Azure.ResourceManager.Network.Models; + +namespace Azure.ResourceManager.Network +{ + public partial class ScopeConnectionData : IUtf8JsonSerializable + { + void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) + { + writer.WriteStartObject(); + writer.WritePropertyName("properties"u8); + writer.WriteStartObject(); + if (Optional.IsDefined(TenantId)) + { + writer.WritePropertyName("tenantId"u8); + writer.WriteStringValue(TenantId.Value); + } + if (Optional.IsDefined(ResourceId)) + { + writer.WritePropertyName("resourceId"u8); + writer.WriteStringValue(ResourceId); + } + if (Optional.IsDefined(Description)) + { + writer.WritePropertyName("description"u8); + writer.WriteStringValue(Description); + } + writer.WriteEndObject(); + writer.WriteEndObject(); + } + + internal static ScopeConnectionData DeserializeScopeConnectionData(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + Optional etag = default; + ResourceIdentifier id = default; + string name = default; + ResourceType type = default; + Optional systemData = default; + Optional tenantId = default; + Optional resourceId = default; + Optional connectionState = default; + Optional description = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("etag"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + etag = new ETag(property.Value.GetString()); + continue; + } + if (property.NameEquals("id"u8)) + { + id = new ResourceIdentifier(property.Value.GetString()); + continue; + } + if (property.NameEquals("name"u8)) + { + name = property.Value.GetString(); + continue; + } + if (property.NameEquals("type"u8)) + { + type = new ResourceType(property.Value.GetString()); + continue; + } + if (property.NameEquals("systemData"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + systemData = JsonSerializer.Deserialize(property.Value.GetRawText()); + continue; + } + if (property.NameEquals("properties"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + property.ThrowNonNullablePropertyIsNull(); + continue; + } + foreach (var property0 in property.Value.EnumerateObject()) + { + if (property0.NameEquals("tenantId"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + tenantId = property0.Value.GetGuid(); + continue; + } + if (property0.NameEquals("resourceId"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + resourceId = new ResourceIdentifier(property0.Value.GetString()); + continue; + } + if (property0.NameEquals("connectionState"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + connectionState = new ScopeConnectionState(property0.Value.GetString()); + continue; + } + if (property0.NameEquals("description"u8)) + { + description = property0.Value.GetString(); + continue; + } + } + continue; + } + } + return new ScopeConnectionData(id, name, type, systemData.Value, Optional.ToNullable(tenantId), resourceId.Value, Optional.ToNullable(connectionState), description.Value, Optional.ToNullable(etag)); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ScopeConnectionListResult.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ScopeConnectionListResult.Serialization.cs new file mode 100644 index 000000000000..01cd08c6252a --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ScopeConnectionListResult.Serialization.cs @@ -0,0 +1,50 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using System.Text.Json; +using Azure.Core; +using Azure.ResourceManager.Network; + +namespace Azure.ResourceManager.Network.Models +{ + internal partial class ScopeConnectionListResult + { + internal static ScopeConnectionListResult DeserializeScopeConnectionListResult(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + Optional> value = default; + Optional nextLink = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("value"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property.Value.EnumerateArray()) + { + array.Add(ScopeConnectionData.DeserializeScopeConnectionData(item)); + } + value = array; + continue; + } + if (property.NameEquals("nextLink"u8)) + { + nextLink = property.Value.GetString(); + continue; + } + } + return new ScopeConnectionListResult(Optional.ToList(value), nextLink.Value); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ScopeConnectionListResult.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ScopeConnectionListResult.cs new file mode 100644 index 000000000000..df30096168ca --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ScopeConnectionListResult.cs @@ -0,0 +1,37 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using Azure.Core; +using Azure.ResourceManager.Network; + +namespace Azure.ResourceManager.Network.Models +{ + /// List of scope connections. + internal partial class ScopeConnectionListResult + { + /// Initializes a new instance of ScopeConnectionListResult. + internal ScopeConnectionListResult() + { + Value = new ChangeTrackingList(); + } + + /// Initializes a new instance of ScopeConnectionListResult. + /// List of scope connections. + /// Gets the URL to get the next page of results. + internal ScopeConnectionListResult(IReadOnlyList value, string nextLink) + { + Value = value; + NextLink = nextLink; + } + + /// List of scope connections. + public IReadOnlyList Value { get; } + /// Gets the URL to get the next page of results. + public string NextLink { get; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ScopeConnectionState.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ScopeConnectionState.cs new file mode 100644 index 000000000000..b2546c117d09 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ScopeConnectionState.cs @@ -0,0 +1,60 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.ComponentModel; + +namespace Azure.ResourceManager.Network.Models +{ + /// The current scope connection state. + public readonly partial struct ScopeConnectionState : IEquatable + { + private readonly string _value; + + /// Initializes a new instance of . + /// is null. + public ScopeConnectionState(string value) + { + _value = value ?? throw new ArgumentNullException(nameof(value)); + } + + private const string ConnectedValue = "Connected"; + private const string PendingValue = "Pending"; + private const string ConflictValue = "Conflict"; + private const string RevokedValue = "Revoked"; + private const string RejectedValue = "Rejected"; + + /// Connected. + public static ScopeConnectionState Connected { get; } = new ScopeConnectionState(ConnectedValue); + /// Pending. + public static ScopeConnectionState Pending { get; } = new ScopeConnectionState(PendingValue); + /// Conflict. + public static ScopeConnectionState Conflict { get; } = new ScopeConnectionState(ConflictValue); + /// Revoked. + public static ScopeConnectionState Revoked { get; } = new ScopeConnectionState(RevokedValue); + /// Rejected. + public static ScopeConnectionState Rejected { get; } = new ScopeConnectionState(RejectedValue); + /// Determines if two values are the same. + public static bool operator ==(ScopeConnectionState left, ScopeConnectionState right) => left.Equals(right); + /// Determines if two values are not the same. + public static bool operator !=(ScopeConnectionState left, ScopeConnectionState right) => !left.Equals(right); + /// Converts a string to a . + public static implicit operator ScopeConnectionState(string value) => new ScopeConnectionState(value); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override bool Equals(object obj) => obj is ScopeConnectionState other && Equals(other); + /// + public bool Equals(ScopeConnectionState other) => string.Equals(_value, other._value, StringComparison.InvariantCultureIgnoreCase); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override int GetHashCode() => _value?.GetHashCode() ?? 0; + /// + public override string ToString() => _value; + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/SecurityAdminConfigurationData.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/SecurityAdminConfigurationData.Serialization.cs new file mode 100644 index 000000000000..3350175607b2 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/SecurityAdminConfigurationData.Serialization.cs @@ -0,0 +1,136 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using System.Text.Json; +using Azure; +using Azure.Core; +using Azure.ResourceManager.Models; +using Azure.ResourceManager.Network.Models; + +namespace Azure.ResourceManager.Network +{ + public partial class SecurityAdminConfigurationData : IUtf8JsonSerializable + { + void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) + { + writer.WriteStartObject(); + writer.WritePropertyName("properties"u8); + writer.WriteStartObject(); + if (Optional.IsDefined(Description)) + { + writer.WritePropertyName("description"u8); + writer.WriteStringValue(Description); + } + if (Optional.IsCollectionDefined(ApplyOnNetworkIntentPolicyBasedServices)) + { + writer.WritePropertyName("applyOnNetworkIntentPolicyBasedServices"u8); + writer.WriteStartArray(); + foreach (var item in ApplyOnNetworkIntentPolicyBasedServices) + { + writer.WriteStringValue(item.ToString()); + } + writer.WriteEndArray(); + } + writer.WriteEndObject(); + writer.WriteEndObject(); + } + + internal static SecurityAdminConfigurationData DeserializeSecurityAdminConfigurationData(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + Optional etag = default; + ResourceIdentifier id = default; + string name = default; + ResourceType type = default; + Optional systemData = default; + Optional description = default; + Optional> applyOnNetworkIntentPolicyBasedServices = default; + Optional provisioningState = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("etag"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + etag = new ETag(property.Value.GetString()); + continue; + } + if (property.NameEquals("id"u8)) + { + id = new ResourceIdentifier(property.Value.GetString()); + continue; + } + if (property.NameEquals("name"u8)) + { + name = property.Value.GetString(); + continue; + } + if (property.NameEquals("type"u8)) + { + type = new ResourceType(property.Value.GetString()); + continue; + } + if (property.NameEquals("systemData"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + systemData = JsonSerializer.Deserialize(property.Value.GetRawText()); + continue; + } + if (property.NameEquals("properties"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + property.ThrowNonNullablePropertyIsNull(); + continue; + } + foreach (var property0 in property.Value.EnumerateObject()) + { + if (property0.NameEquals("description"u8)) + { + description = property0.Value.GetString(); + continue; + } + if (property0.NameEquals("applyOnNetworkIntentPolicyBasedServices"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property0.Value.EnumerateArray()) + { + array.Add(new NetworkIntentPolicyBasedService(item.GetString())); + } + applyOnNetworkIntentPolicyBasedServices = array; + continue; + } + if (property0.NameEquals("provisioningState"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + provisioningState = new NetworkProvisioningState(property0.Value.GetString()); + continue; + } + } + continue; + } + } + return new SecurityAdminConfigurationData(id, name, type, systemData.Value, description.Value, Optional.ToList(applyOnNetworkIntentPolicyBasedServices), Optional.ToNullable(provisioningState), Optional.ToNullable(etag)); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/SecurityAdminConfigurationListResult.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/SecurityAdminConfigurationListResult.Serialization.cs new file mode 100644 index 000000000000..fbf02211063d --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/SecurityAdminConfigurationListResult.Serialization.cs @@ -0,0 +1,50 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using System.Text.Json; +using Azure.Core; +using Azure.ResourceManager.Network; + +namespace Azure.ResourceManager.Network.Models +{ + internal partial class SecurityAdminConfigurationListResult + { + internal static SecurityAdminConfigurationListResult DeserializeSecurityAdminConfigurationListResult(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + Optional> value = default; + Optional nextLink = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("value"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property.Value.EnumerateArray()) + { + array.Add(SecurityAdminConfigurationData.DeserializeSecurityAdminConfigurationData(item)); + } + value = array; + continue; + } + if (property.NameEquals("nextLink"u8)) + { + nextLink = property.Value.GetString(); + continue; + } + } + return new SecurityAdminConfigurationListResult(Optional.ToList(value), nextLink.Value); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/SecurityAdminConfigurationListResult.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/SecurityAdminConfigurationListResult.cs new file mode 100644 index 000000000000..37674241d17f --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/SecurityAdminConfigurationListResult.cs @@ -0,0 +1,37 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using Azure.Core; +using Azure.ResourceManager.Network; + +namespace Azure.ResourceManager.Network.Models +{ + /// A list of network manager security admin configurations. + internal partial class SecurityAdminConfigurationListResult + { + /// Initializes a new instance of SecurityAdminConfigurationListResult. + internal SecurityAdminConfigurationListResult() + { + Value = new ChangeTrackingList(); + } + + /// Initializes a new instance of SecurityAdminConfigurationListResult. + /// Gets a page of security admin configurations. + /// Gets the URL to get the next page of results. + internal SecurityAdminConfigurationListResult(IReadOnlyList value, string nextLink) + { + Value = value; + NextLink = nextLink; + } + + /// Gets a page of security admin configurations. + public IReadOnlyList Value { get; } + /// Gets the URL to get the next page of results. + public string NextLink { get; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/SecurityConfigurationRuleAccess.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/SecurityConfigurationRuleAccess.cs new file mode 100644 index 000000000000..4fdad6d93f6f --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/SecurityConfigurationRuleAccess.cs @@ -0,0 +1,54 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.ComponentModel; + +namespace Azure.ResourceManager.Network.Models +{ + /// Whether network traffic is allowed or denied. + public readonly partial struct SecurityConfigurationRuleAccess : IEquatable + { + private readonly string _value; + + /// Initializes a new instance of . + /// is null. + public SecurityConfigurationRuleAccess(string value) + { + _value = value ?? throw new ArgumentNullException(nameof(value)); + } + + private const string AllowValue = "Allow"; + private const string DenyValue = "Deny"; + private const string AlwaysAllowValue = "AlwaysAllow"; + + /// Allow. + public static SecurityConfigurationRuleAccess Allow { get; } = new SecurityConfigurationRuleAccess(AllowValue); + /// Deny. + public static SecurityConfigurationRuleAccess Deny { get; } = new SecurityConfigurationRuleAccess(DenyValue); + /// AlwaysAllow. + public static SecurityConfigurationRuleAccess AlwaysAllow { get; } = new SecurityConfigurationRuleAccess(AlwaysAllowValue); + /// Determines if two values are the same. + public static bool operator ==(SecurityConfigurationRuleAccess left, SecurityConfigurationRuleAccess right) => left.Equals(right); + /// Determines if two values are not the same. + public static bool operator !=(SecurityConfigurationRuleAccess left, SecurityConfigurationRuleAccess right) => !left.Equals(right); + /// Converts a string to a . + public static implicit operator SecurityConfigurationRuleAccess(string value) => new SecurityConfigurationRuleAccess(value); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override bool Equals(object obj) => obj is SecurityConfigurationRuleAccess other && Equals(other); + /// + public bool Equals(SecurityConfigurationRuleAccess other) => string.Equals(_value, other._value, StringComparison.InvariantCultureIgnoreCase); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override int GetHashCode() => _value?.GetHashCode() ?? 0; + /// + public override string ToString() => _value; + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/SecurityConfigurationRuleDirection.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/SecurityConfigurationRuleDirection.cs new file mode 100644 index 000000000000..1ff0ff555d7e --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/SecurityConfigurationRuleDirection.cs @@ -0,0 +1,51 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.ComponentModel; + +namespace Azure.ResourceManager.Network.Models +{ + /// The direction of the rule. The direction specifies if the rule will be evaluated on incoming or outgoing traffic. + public readonly partial struct SecurityConfigurationRuleDirection : IEquatable + { + private readonly string _value; + + /// Initializes a new instance of . + /// is null. + public SecurityConfigurationRuleDirection(string value) + { + _value = value ?? throw new ArgumentNullException(nameof(value)); + } + + private const string InboundValue = "Inbound"; + private const string OutboundValue = "Outbound"; + + /// Inbound. + public static SecurityConfigurationRuleDirection Inbound { get; } = new SecurityConfigurationRuleDirection(InboundValue); + /// Outbound. + public static SecurityConfigurationRuleDirection Outbound { get; } = new SecurityConfigurationRuleDirection(OutboundValue); + /// Determines if two values are the same. + public static bool operator ==(SecurityConfigurationRuleDirection left, SecurityConfigurationRuleDirection right) => left.Equals(right); + /// Determines if two values are not the same. + public static bool operator !=(SecurityConfigurationRuleDirection left, SecurityConfigurationRuleDirection right) => !left.Equals(right); + /// Converts a string to a . + public static implicit operator SecurityConfigurationRuleDirection(string value) => new SecurityConfigurationRuleDirection(value); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override bool Equals(object obj) => obj is SecurityConfigurationRuleDirection other && Equals(other); + /// + public bool Equals(SecurityConfigurationRuleDirection other) => string.Equals(_value, other._value, StringComparison.InvariantCultureIgnoreCase); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override int GetHashCode() => _value?.GetHashCode() ?? 0; + /// + public override string ToString() => _value; + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/SecurityConfigurationRuleProtocol.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/SecurityConfigurationRuleProtocol.cs new file mode 100644 index 000000000000..4f54be751c7d --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/SecurityConfigurationRuleProtocol.cs @@ -0,0 +1,63 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.ComponentModel; + +namespace Azure.ResourceManager.Network.Models +{ + /// Network protocol this rule applies to. + public readonly partial struct SecurityConfigurationRuleProtocol : IEquatable + { + private readonly string _value; + + /// Initializes a new instance of . + /// is null. + public SecurityConfigurationRuleProtocol(string value) + { + _value = value ?? throw new ArgumentNullException(nameof(value)); + } + + private const string TcpValue = "Tcp"; + private const string UdpValue = "Udp"; + private const string IcmpValue = "Icmp"; + private const string EspValue = "Esp"; + private const string AnyValue = "Any"; + private const string AhValue = "Ah"; + + /// Tcp. + public static SecurityConfigurationRuleProtocol Tcp { get; } = new SecurityConfigurationRuleProtocol(TcpValue); + /// Udp. + public static SecurityConfigurationRuleProtocol Udp { get; } = new SecurityConfigurationRuleProtocol(UdpValue); + /// Icmp. + public static SecurityConfigurationRuleProtocol Icmp { get; } = new SecurityConfigurationRuleProtocol(IcmpValue); + /// Esp. + public static SecurityConfigurationRuleProtocol Esp { get; } = new SecurityConfigurationRuleProtocol(EspValue); + /// Any. + public static SecurityConfigurationRuleProtocol Any { get; } = new SecurityConfigurationRuleProtocol(AnyValue); + /// Ah. + public static SecurityConfigurationRuleProtocol Ah { get; } = new SecurityConfigurationRuleProtocol(AhValue); + /// Determines if two values are the same. + public static bool operator ==(SecurityConfigurationRuleProtocol left, SecurityConfigurationRuleProtocol right) => left.Equals(right); + /// Determines if two values are not the same. + public static bool operator !=(SecurityConfigurationRuleProtocol left, SecurityConfigurationRuleProtocol right) => !left.Equals(right); + /// Converts a string to a . + public static implicit operator SecurityConfigurationRuleProtocol(string value) => new SecurityConfigurationRuleProtocol(value); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override bool Equals(object obj) => obj is SecurityConfigurationRuleProtocol other && Equals(other); + /// + public bool Equals(SecurityConfigurationRuleProtocol other) => string.Equals(_value, other._value, StringComparison.InvariantCultureIgnoreCase); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override int GetHashCode() => _value?.GetHashCode() ?? 0; + /// + public override string ToString() => _value; + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ServiceEndpointPolicyData.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ServiceEndpointPolicyData.Serialization.cs index 0893ec8aea7f..d04f8676ef41 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ServiceEndpointPolicyData.Serialization.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ServiceEndpointPolicyData.Serialization.cs @@ -52,6 +52,21 @@ void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) } writer.WriteEndArray(); } + if (Optional.IsDefined(ServiceAlias)) + { + writer.WritePropertyName("serviceAlias"u8); + writer.WriteStringValue(ServiceAlias); + } + if (Optional.IsCollectionDefined(ContextualServiceEndpointPolicies)) + { + writer.WritePropertyName("contextualServiceEndpointPolicies"u8); + writer.WriteStartArray(); + foreach (var item in ContextualServiceEndpointPolicies) + { + writer.WriteStringValue(item); + } + writer.WriteEndArray(); + } writer.WriteEndObject(); writer.WriteEndObject(); } @@ -73,6 +88,8 @@ internal static ServiceEndpointPolicyData DeserializeServiceEndpointPolicyData(J Optional> subnets = default; Optional resourceGuid = default; Optional provisioningState = default; + Optional serviceAlias = default; + Optional> contextualServiceEndpointPolicies = default; foreach (var property in element.EnumerateObject()) { if (property.NameEquals("etag"u8)) @@ -190,11 +207,30 @@ internal static ServiceEndpointPolicyData DeserializeServiceEndpointPolicyData(J provisioningState = new NetworkProvisioningState(property0.Value.GetString()); continue; } + if (property0.NameEquals("serviceAlias"u8)) + { + serviceAlias = property0.Value.GetString(); + continue; + } + if (property0.NameEquals("contextualServiceEndpointPolicies"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property0.Value.EnumerateArray()) + { + array.Add(item.GetString()); + } + contextualServiceEndpointPolicies = array; + continue; + } } continue; } } - return new ServiceEndpointPolicyData(id.Value, name.Value, Optional.ToNullable(type), Optional.ToNullable(location), Optional.ToDictionary(tags), Optional.ToNullable(etag), kind.Value, Optional.ToList(serviceEndpointPolicyDefinitions), Optional.ToList(subnets), Optional.ToNullable(resourceGuid), Optional.ToNullable(provisioningState)); + return new ServiceEndpointPolicyData(id.Value, name.Value, Optional.ToNullable(type), Optional.ToNullable(location), Optional.ToDictionary(tags), Optional.ToNullable(etag), kind.Value, Optional.ToList(serviceEndpointPolicyDefinitions), Optional.ToList(subnets), Optional.ToNullable(resourceGuid), Optional.ToNullable(provisioningState), serviceAlias.Value, Optional.ToList(contextualServiceEndpointPolicies)); } } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ServiceTagInformation.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ServiceTagInformation.Serialization.cs index 873771514149..0d47ddecfe14 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ServiceTagInformation.Serialization.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ServiceTagInformation.Serialization.cs @@ -21,6 +21,7 @@ internal static ServiceTagInformation DeserializeServiceTagInformation(JsonEleme Optional properties = default; Optional name = default; Optional id = default; + Optional serviceTagChangeNumber = default; foreach (var property in element.EnumerateObject()) { if (property.NameEquals("properties"u8)) @@ -42,8 +43,13 @@ internal static ServiceTagInformation DeserializeServiceTagInformation(JsonEleme id = property.Value.GetString(); continue; } + if (property.NameEquals("serviceTagChangeNumber"u8)) + { + serviceTagChangeNumber = property.Value.GetString(); + continue; + } } - return new ServiceTagInformation(properties.Value, name.Value, id.Value); + return new ServiceTagInformation(properties.Value, name.Value, id.Value, serviceTagChangeNumber.Value); } } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ServiceTagInformation.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ServiceTagInformation.cs index 66cd56019662..f2adb85d4ef7 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ServiceTagInformation.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ServiceTagInformation.cs @@ -19,11 +19,13 @@ internal ServiceTagInformation() /// Properties of the service tag information. /// The name of service tag. /// The ID of service tag. - internal ServiceTagInformation(ServiceTagInformationPropertiesFormat properties, string name, string id) + /// The iteration number of service tag object for region. + internal ServiceTagInformation(ServiceTagInformationPropertiesFormat properties, string name, string id, string serviceTagChangeNumber) { Properties = properties; Name = name; Id = id; + ServiceTagChangeNumber = serviceTagChangeNumber; } /// Properties of the service tag information. @@ -32,5 +34,7 @@ internal ServiceTagInformation(ServiceTagInformationPropertiesFormat properties, public string Name { get; } /// The ID of service tag. public string Id { get; } + /// The iteration number of service tag object for region. + public string ServiceTagChangeNumber { get; } } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ServiceTagInformationListResult.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ServiceTagInformationListResult.Serialization.cs new file mode 100644 index 000000000000..dea2e864e3f4 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ServiceTagInformationListResult.Serialization.cs @@ -0,0 +1,49 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + internal partial class ServiceTagInformationListResult + { + internal static ServiceTagInformationListResult DeserializeServiceTagInformationListResult(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + Optional> value = default; + Optional nextLink = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("value"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property.Value.EnumerateArray()) + { + array.Add(ServiceTagInformation.DeserializeServiceTagInformation(item)); + } + value = array; + continue; + } + if (property.NameEquals("nextLink"u8)) + { + nextLink = property.Value.GetString(); + continue; + } + } + return new ServiceTagInformationListResult(Optional.ToList(value), nextLink.Value); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ServiceTagInformationListResult.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ServiceTagInformationListResult.cs new file mode 100644 index 000000000000..b379a6b764e3 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ServiceTagInformationListResult.cs @@ -0,0 +1,36 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + /// Response for Get ServiceTagInformation API service call. Retrieves the list of service tag information resources. + internal partial class ServiceTagInformationListResult + { + /// Initializes a new instance of ServiceTagInformationListResult. + internal ServiceTagInformationListResult() + { + Value = new ChangeTrackingList(); + } + + /// Initializes a new instance of ServiceTagInformationListResult. + /// The list of service tag information resources. + /// The URL to get the next set of results. + internal ServiceTagInformationListResult(IReadOnlyList value, string nextLink) + { + Value = value; + NextLink = nextLink; + } + + /// The list of service tag information resources. + public IReadOnlyList Value { get; } + /// The URL to get the next set of results. + public string NextLink { get; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/SignatureOverridesFilterValuesQueryContent.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/SignatureOverridesFilterValuesQueryContent.Serialization.cs new file mode 100644 index 000000000000..8c69f5b818f3 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/SignatureOverridesFilterValuesQueryContent.Serialization.cs @@ -0,0 +1,26 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + public partial class SignatureOverridesFilterValuesQueryContent : IUtf8JsonSerializable + { + void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) + { + writer.WriteStartObject(); + if (Optional.IsDefined(FilterName)) + { + writer.WritePropertyName("filterName"u8); + writer.WriteStringValue(FilterName); + } + writer.WriteEndObject(); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/SignatureOverridesFilterValuesQueryContent.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/SignatureOverridesFilterValuesQueryContent.cs new file mode 100644 index 000000000000..98e6dd151413 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/SignatureOverridesFilterValuesQueryContent.cs @@ -0,0 +1,21 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +namespace Azure.ResourceManager.Network.Models +{ + /// Describes the filter values possibles for a given column. + public partial class SignatureOverridesFilterValuesQueryContent + { + /// Initializes a new instance of SignatureOverridesFilterValuesQueryContent. + public SignatureOverridesFilterValuesQueryContent() + { + } + + /// Describes the name of the column which values will be returned. + public string FilterName { get; set; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/SignatureOverridesFilterValuesResult.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/SignatureOverridesFilterValuesResult.Serialization.cs new file mode 100644 index 000000000000..31a8b906d874 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/SignatureOverridesFilterValuesResult.Serialization.cs @@ -0,0 +1,43 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + public partial class SignatureOverridesFilterValuesResult + { + internal static SignatureOverridesFilterValuesResult DeserializeSignatureOverridesFilterValuesResult(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + Optional> filterValues = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("filterValues"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property.Value.EnumerateArray()) + { + array.Add(item.GetString()); + } + filterValues = array; + continue; + } + } + return new SignatureOverridesFilterValuesResult(Optional.ToList(filterValues)); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/SignatureOverridesFilterValuesResult.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/SignatureOverridesFilterValuesResult.cs new file mode 100644 index 000000000000..2ca25d87b063 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/SignatureOverridesFilterValuesResult.cs @@ -0,0 +1,32 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + /// Describes the list of all possible values for a specific filter value. + public partial class SignatureOverridesFilterValuesResult + { + /// Initializes a new instance of SignatureOverridesFilterValuesResult. + internal SignatureOverridesFilterValuesResult() + { + FilterValues = new ChangeTrackingList(); + } + + /// Initializes a new instance of SignatureOverridesFilterValuesResult. + /// Describes the possible values. + internal SignatureOverridesFilterValuesResult(IReadOnlyList filterValues) + { + FilterValues = filterValues; + } + + /// Describes the possible values. + public IReadOnlyList FilterValues { get; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/StaticRoutesConfig.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/StaticRoutesConfig.Serialization.cs new file mode 100644 index 000000000000..dcff72ca4cba --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/StaticRoutesConfig.Serialization.cs @@ -0,0 +1,58 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + public partial class StaticRoutesConfig : IUtf8JsonSerializable + { + void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) + { + writer.WriteStartObject(); + if (Optional.IsDefined(VnetLocalRouteOverrideCriteria)) + { + writer.WritePropertyName("vnetLocalRouteOverrideCriteria"u8); + writer.WriteStringValue(VnetLocalRouteOverrideCriteria.Value.ToString()); + } + writer.WriteEndObject(); + } + + internal static StaticRoutesConfig DeserializeStaticRoutesConfig(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + Optional propagateStaticRoutes = default; + Optional vnetLocalRouteOverrideCriteria = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("propagateStaticRoutes"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + propagateStaticRoutes = property.Value.GetBoolean(); + continue; + } + if (property.NameEquals("vnetLocalRouteOverrideCriteria"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + vnetLocalRouteOverrideCriteria = new VnetLocalRouteOverrideCriterion(property.Value.GetString()); + continue; + } + } + return new StaticRoutesConfig(Optional.ToNullable(propagateStaticRoutes), Optional.ToNullable(vnetLocalRouteOverrideCriteria)); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/StaticRoutesConfig.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/StaticRoutesConfig.cs new file mode 100644 index 000000000000..248d988a2d08 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/StaticRoutesConfig.cs @@ -0,0 +1,32 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +namespace Azure.ResourceManager.Network.Models +{ + /// Configuration for static routes on this HubVnetConnectionConfiguration for static routes on this HubVnetConnection. + public partial class StaticRoutesConfig + { + /// Initializes a new instance of StaticRoutesConfig. + public StaticRoutesConfig() + { + } + + /// Initializes a new instance of StaticRoutesConfig. + /// Boolean indicating whether static routes on this connection are automatically propagate to route tables which this connection propagates to. + /// Parameter determining whether NVA in spoke vnet is bypassed for traffic with destination in spoke. + internal StaticRoutesConfig(bool? propagateStaticRoutes, VnetLocalRouteOverrideCriterion? vnetLocalRouteOverrideCriteria) + { + PropagateStaticRoutes = propagateStaticRoutes; + VnetLocalRouteOverrideCriteria = vnetLocalRouteOverrideCriteria; + } + + /// Boolean indicating whether static routes on this connection are automatically propagate to route tables which this connection propagates to. + public bool? PropagateStaticRoutes { get; } + /// Parameter determining whether NVA in spoke vnet is bypassed for traffic with destination in spoke. + public VnetLocalRouteOverrideCriterion? VnetLocalRouteOverrideCriteria { get; set; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/SubnetData.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/SubnetData.Serialization.cs index c332d61f8fd1..1199ba36c343 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/SubnetData.Serialization.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/SubnetData.Serialization.cs @@ -118,7 +118,7 @@ void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) } if (Optional.IsCollectionDefined(ApplicationGatewayIPConfigurations)) { - writer.WritePropertyName("applicationGatewayIpConfigurations"u8); + writer.WritePropertyName("applicationGatewayIPConfigurations"u8); writer.WriteStartArray(); foreach (var item in ApplicationGatewayIPConfigurations) { @@ -406,7 +406,7 @@ internal static SubnetData DeserializeSubnetData(JsonElement element) privateLinkServiceNetworkPolicies = new VirtualNetworkPrivateLinkServiceNetworkPolicy(property0.Value.GetString()); continue; } - if (property0.NameEquals("applicationGatewayIpConfigurations"u8)) + if (property0.NameEquals("applicationGatewayIPConfigurations"u8)) { if (property0.Value.ValueKind == JsonValueKind.Null) { diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/SwapSlotType.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/SwapSlotType.Serialization.cs new file mode 100644 index 000000000000..e3c1efb027a1 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/SwapSlotType.Serialization.cs @@ -0,0 +1,28 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; + +namespace Azure.ResourceManager.Network.Models +{ + internal static partial class SwapSlotTypeExtensions + { + public static string ToSerialString(this SwapSlotType value) => value switch + { + SwapSlotType.Production => "Production", + SwapSlotType.Staging => "Staging", + _ => throw new ArgumentOutOfRangeException(nameof(value), value, "Unknown SwapSlotType value.") + }; + + public static SwapSlotType ToSwapSlotType(this string value) + { + if (StringComparer.OrdinalIgnoreCase.Equals(value, "Production")) return SwapSlotType.Production; + if (StringComparer.OrdinalIgnoreCase.Equals(value, "Staging")) return SwapSlotType.Staging; + throw new ArgumentOutOfRangeException(nameof(value), value, "Unknown SwapSlotType value."); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/SwapSlotType.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/SwapSlotType.cs new file mode 100644 index 000000000000..c800e8ac8075 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/SwapSlotType.cs @@ -0,0 +1,18 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +namespace Azure.ResourceManager.Network.Models +{ + /// Specifies slot info on a cloud service. + public enum SwapSlotType + { + /// Production. + Production, + /// Staging. + Staging + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/UnknownActiveBaseSecurityAdminRule.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/UnknownActiveBaseSecurityAdminRule.Serialization.cs new file mode 100644 index 000000000000..30b713f38623 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/UnknownActiveBaseSecurityAdminRule.Serialization.cs @@ -0,0 +1,99 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Collections.Generic; +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + internal partial class UnknownActiveBaseSecurityAdminRule + { + internal static UnknownActiveBaseSecurityAdminRule DeserializeUnknownActiveBaseSecurityAdminRule(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + Optional id = default; + Optional commitTime = default; + Optional region = default; + Optional configurationDescription = default; + Optional ruleCollectionDescription = default; + Optional> ruleCollectionAppliesToGroups = default; + Optional> ruleGroups = default; + EffectiveAdminRuleKind kind = "Unknown"; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("id"u8)) + { + id = property.Value.GetString(); + continue; + } + if (property.NameEquals("commitTime"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + commitTime = property.Value.GetDateTimeOffset("O"); + continue; + } + if (property.NameEquals("region"u8)) + { + region = property.Value.GetString(); + continue; + } + if (property.NameEquals("configurationDescription"u8)) + { + configurationDescription = property.Value.GetString(); + continue; + } + if (property.NameEquals("ruleCollectionDescription"u8)) + { + ruleCollectionDescription = property.Value.GetString(); + continue; + } + if (property.NameEquals("ruleCollectionAppliesToGroups"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property.Value.EnumerateArray()) + { + array.Add(NetworkManagerSecurityGroupItem.DeserializeNetworkManagerSecurityGroupItem(item)); + } + ruleCollectionAppliesToGroups = array; + continue; + } + if (property.NameEquals("ruleGroups"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property.Value.EnumerateArray()) + { + array.Add(NetworkConfigurationGroup.DeserializeNetworkConfigurationGroup(item)); + } + ruleGroups = array; + continue; + } + if (property.NameEquals("kind"u8)) + { + kind = new EffectiveAdminRuleKind(property.Value.GetString()); + continue; + } + } + return new UnknownActiveBaseSecurityAdminRule(id.Value, Optional.ToNullable(commitTime), region.Value, configurationDescription.Value, ruleCollectionDescription.Value, Optional.ToList(ruleCollectionAppliesToGroups), Optional.ToList(ruleGroups), kind); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/UnknownActiveBaseSecurityAdminRule.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/UnknownActiveBaseSecurityAdminRule.cs new file mode 100644 index 000000000000..b8ecf33b3097 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/UnknownActiveBaseSecurityAdminRule.cs @@ -0,0 +1,30 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Collections.Generic; + +namespace Azure.ResourceManager.Network.Models +{ + /// The UnknownActiveBaseSecurityAdminRule. + internal partial class UnknownActiveBaseSecurityAdminRule : ActiveBaseSecurityAdminRule + { + /// Initializes a new instance of UnknownActiveBaseSecurityAdminRule. + /// Resource ID. + /// Deployment time string. + /// Deployment region. + /// A description of the security admin configuration. + /// A description of the rule collection. + /// Groups for rule collection. + /// Effective configuration groups. + /// Whether the rule is custom or default. + internal UnknownActiveBaseSecurityAdminRule(string id, DateTimeOffset? commitOn, string region, string configurationDescription, string ruleCollectionDescription, IReadOnlyList ruleCollectionAppliesToGroups, IReadOnlyList ruleGroups, EffectiveAdminRuleKind kind) : base(id, commitOn, region, configurationDescription, ruleCollectionDescription, ruleCollectionAppliesToGroups, ruleGroups, kind) + { + Kind = kind; + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/UnknownEffectiveBaseSecurityAdminRule.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/UnknownEffectiveBaseSecurityAdminRule.Serialization.cs new file mode 100644 index 000000000000..adebe5c2234a --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/UnknownEffectiveBaseSecurityAdminRule.Serialization.cs @@ -0,0 +1,86 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + internal partial class UnknownEffectiveBaseSecurityAdminRule + { + internal static UnknownEffectiveBaseSecurityAdminRule DeserializeUnknownEffectiveBaseSecurityAdminRule(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + Optional id = default; + Optional configurationDescription = default; + Optional ruleCollectionDescription = default; + Optional> ruleCollectionAppliesToGroups = default; + Optional> ruleGroups = default; + EffectiveAdminRuleKind kind = "Unknown"; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("id"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + id = new ResourceIdentifier(property.Value.GetString()); + continue; + } + if (property.NameEquals("configurationDescription"u8)) + { + configurationDescription = property.Value.GetString(); + continue; + } + if (property.NameEquals("ruleCollectionDescription"u8)) + { + ruleCollectionDescription = property.Value.GetString(); + continue; + } + if (property.NameEquals("ruleCollectionAppliesToGroups"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property.Value.EnumerateArray()) + { + array.Add(NetworkManagerSecurityGroupItem.DeserializeNetworkManagerSecurityGroupItem(item)); + } + ruleCollectionAppliesToGroups = array; + continue; + } + if (property.NameEquals("ruleGroups"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property.Value.EnumerateArray()) + { + array.Add(NetworkConfigurationGroup.DeserializeNetworkConfigurationGroup(item)); + } + ruleGroups = array; + continue; + } + if (property.NameEquals("kind"u8)) + { + kind = new EffectiveAdminRuleKind(property.Value.GetString()); + continue; + } + } + return new UnknownEffectiveBaseSecurityAdminRule(id.Value, configurationDescription.Value, ruleCollectionDescription.Value, Optional.ToList(ruleCollectionAppliesToGroups), Optional.ToList(ruleGroups), kind); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/UnknownEffectiveBaseSecurityAdminRule.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/UnknownEffectiveBaseSecurityAdminRule.cs new file mode 100644 index 000000000000..2c0370800987 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/UnknownEffectiveBaseSecurityAdminRule.cs @@ -0,0 +1,28 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + /// The UnknownEffectiveBaseSecurityAdminRule. + internal partial class UnknownEffectiveBaseSecurityAdminRule : EffectiveBaseSecurityAdminRule + { + /// Initializes a new instance of UnknownEffectiveBaseSecurityAdminRule. + /// Resource ID. + /// A description of the security admin configuration. + /// A description of the rule collection. + /// Groups for rule collection. + /// Effective configuration groups. + /// Whether the rule is custom or default. + internal UnknownEffectiveBaseSecurityAdminRule(ResourceIdentifier resourceId, string configurationDescription, string ruleCollectionDescription, IReadOnlyList ruleCollectionAppliesToGroups, IReadOnlyList ruleGroups, EffectiveAdminRuleKind kind) : base(resourceId, configurationDescription, ruleCollectionDescription, ruleCollectionAppliesToGroups, ruleGroups, kind) + { + Kind = kind; + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VirtualApplianceDelegationProperties.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VirtualApplianceDelegationProperties.Serialization.cs new file mode 100644 index 000000000000..2be19a71fc12 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VirtualApplianceDelegationProperties.Serialization.cs @@ -0,0 +1,54 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + public partial class VirtualApplianceDelegationProperties : IUtf8JsonSerializable + { + void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) + { + writer.WriteStartObject(); + if (Optional.IsDefined(ServiceName)) + { + writer.WritePropertyName("serviceName"u8); + writer.WriteStringValue(ServiceName); + } + writer.WriteEndObject(); + } + + internal static VirtualApplianceDelegationProperties DeserializeVirtualApplianceDelegationProperties(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + Optional serviceName = default; + Optional provisioningState = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("serviceName"u8)) + { + serviceName = property.Value.GetString(); + continue; + } + if (property.NameEquals("provisioningState"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + provisioningState = new NetworkProvisioningState(property.Value.GetString()); + continue; + } + } + return new VirtualApplianceDelegationProperties(serviceName.Value, Optional.ToNullable(provisioningState)); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VirtualApplianceDelegationProperties.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VirtualApplianceDelegationProperties.cs new file mode 100644 index 000000000000..e55e234c5b4a --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VirtualApplianceDelegationProperties.cs @@ -0,0 +1,32 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +namespace Azure.ResourceManager.Network.Models +{ + /// Properties of the delegation. + public partial class VirtualApplianceDelegationProperties + { + /// Initializes a new instance of VirtualApplianceDelegationProperties. + public VirtualApplianceDelegationProperties() + { + } + + /// Initializes a new instance of VirtualApplianceDelegationProperties. + /// The service name to which the NVA is delegated. + /// The current provisioning state. + internal VirtualApplianceDelegationProperties(string serviceName, NetworkProvisioningState? provisioningState) + { + ServiceName = serviceName; + ProvisioningState = provisioningState; + } + + /// The service name to which the NVA is delegated. + public string ServiceName { get; set; } + /// The current provisioning state. + public NetworkProvisioningState? ProvisioningState { get; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VirtualHubData.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VirtualHubData.Serialization.cs index 418f44788768..3ee77cc5f4da 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VirtualHubData.Serialization.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VirtualHubData.Serialization.cs @@ -127,6 +127,16 @@ void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) writer.WritePropertyName("preferredRoutingGateway"u8); writer.WriteStringValue(PreferredRoutingGateway.Value.ToString()); } + if (Optional.IsDefined(HubRoutingPreference)) + { + writer.WritePropertyName("hubRoutingPreference"u8); + writer.WriteStringValue(HubRoutingPreference.Value.ToString()); + } + if (Optional.IsDefined(VirtualRouterAutoScaleConfiguration)) + { + writer.WritePropertyName("virtualRouterAutoScaleConfiguration"u8); + writer.WriteObjectValue(VirtualRouterAutoScaleConfiguration); + } writer.WriteEndObject(); writer.WriteEndObject(); } @@ -138,6 +148,7 @@ internal static VirtualHubData DeserializeVirtualHubData(JsonElement element) return null; } Optional etag = default; + Optional kind = default; Optional id = default; Optional name = default; Optional type = default; @@ -158,10 +169,13 @@ internal static VirtualHubData DeserializeVirtualHubData(JsonElement element) Optional routingState = default; Optional> bgpConnections = default; Optional> ipConfigurations = default; + Optional> routeMaps = default; Optional virtualRouterAsn = default; Optional> virtualRouterIPs = default; Optional allowBranchToBranchTraffic = default; Optional preferredRoutingGateway = default; + Optional hubRoutingPreference = default; + Optional virtualRouterAutoScaleConfiguration = default; foreach (var property in element.EnumerateObject()) { if (property.NameEquals("etag"u8)) @@ -173,6 +187,11 @@ internal static VirtualHubData DeserializeVirtualHubData(JsonElement element) etag = new ETag(property.Value.GetString()); continue; } + if (property.NameEquals("kind"u8)) + { + kind = property.Value.GetString(); + continue; + } if (property.NameEquals("id"u8)) { if (property.Value.ValueKind == JsonValueKind.Null) @@ -366,6 +385,20 @@ internal static VirtualHubData DeserializeVirtualHubData(JsonElement element) ipConfigurations = array; continue; } + if (property0.NameEquals("routeMaps"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property0.Value.EnumerateArray()) + { + array.Add(JsonSerializer.Deserialize(item.GetRawText())); + } + routeMaps = array; + continue; + } if (property0.NameEquals("virtualRouterAsn"u8)) { if (property0.Value.ValueKind == JsonValueKind.Null) @@ -407,11 +440,29 @@ internal static VirtualHubData DeserializeVirtualHubData(JsonElement element) preferredRoutingGateway = new PreferredRoutingGateway(property0.Value.GetString()); continue; } + if (property0.NameEquals("hubRoutingPreference"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + hubRoutingPreference = new HubRoutingPreference(property0.Value.GetString()); + continue; + } + if (property0.NameEquals("virtualRouterAutoScaleConfiguration"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + virtualRouterAutoScaleConfiguration = VirtualRouterAutoScaleConfiguration.DeserializeVirtualRouterAutoScaleConfiguration(property0.Value); + continue; + } } continue; } } - return new VirtualHubData(id.Value, name.Value, Optional.ToNullable(type), Optional.ToNullable(location), Optional.ToDictionary(tags), Optional.ToNullable(etag), virtualWan, vpnGateway, p2sVpnGateway, expressRouteGateway, azureFirewall, securityPartnerProvider, addressPrefix.Value, routeTable.Value, Optional.ToNullable(provisioningState), securityProviderName.Value, Optional.ToList(virtualHubRouteTableV2s), sku.Value, Optional.ToNullable(routingState), Optional.ToList(bgpConnections), Optional.ToList(ipConfigurations), Optional.ToNullable(virtualRouterAsn), Optional.ToList(virtualRouterIPs), Optional.ToNullable(allowBranchToBranchTraffic), Optional.ToNullable(preferredRoutingGateway)); + return new VirtualHubData(id.Value, name.Value, Optional.ToNullable(type), Optional.ToNullable(location), Optional.ToDictionary(tags), Optional.ToNullable(etag), kind.Value, virtualWan, vpnGateway, p2sVpnGateway, expressRouteGateway, azureFirewall, securityPartnerProvider, addressPrefix.Value, routeTable.Value, Optional.ToNullable(provisioningState), securityProviderName.Value, Optional.ToList(virtualHubRouteTableV2s), sku.Value, Optional.ToNullable(routingState), Optional.ToList(bgpConnections), Optional.ToList(ipConfigurations), Optional.ToList(routeMaps), Optional.ToNullable(virtualRouterAsn), Optional.ToList(virtualRouterIPs), Optional.ToNullable(allowBranchToBranchTraffic), Optional.ToNullable(preferredRoutingGateway), Optional.ToNullable(hubRoutingPreference), virtualRouterAutoScaleConfiguration.Value); } } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VirtualHubInboundRoutesContent.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VirtualHubInboundRoutesContent.Serialization.cs new file mode 100644 index 000000000000..a597cffb7aa7 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VirtualHubInboundRoutesContent.Serialization.cs @@ -0,0 +1,31 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + public partial class VirtualHubInboundRoutesContent : IUtf8JsonSerializable + { + void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) + { + writer.WriteStartObject(); + if (Optional.IsDefined(ResourceUri)) + { + writer.WritePropertyName("resourceUri"u8); + writer.WriteStringValue(ResourceUri.AbsoluteUri); + } + if (Optional.IsDefined(ConnectionType)) + { + writer.WritePropertyName("connectionType"u8); + writer.WriteStringValue(ConnectionType); + } + writer.WriteEndObject(); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VirtualHubInboundRoutesContent.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VirtualHubInboundRoutesContent.cs new file mode 100644 index 000000000000..98ea58a6fd7e --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VirtualHubInboundRoutesContent.cs @@ -0,0 +1,25 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; + +namespace Azure.ResourceManager.Network.Models +{ + /// The parameters specifying the connection resource whose inbound routes are being requested. + public partial class VirtualHubInboundRoutesContent + { + /// Initializes a new instance of VirtualHubInboundRoutesContent. + public VirtualHubInboundRoutesContent() + { + } + + /// The connection resource whose inbound routes are being requested. + public Uri ResourceUri { get; set; } + /// The type of the specified connection resource like ExpressRouteConnection, HubVirtualNetworkConnection, VpnConnection and P2SConnection. + public string ConnectionType { get; set; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VirtualHubOutboundRoutesContent.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VirtualHubOutboundRoutesContent.Serialization.cs new file mode 100644 index 000000000000..efdc047f3031 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VirtualHubOutboundRoutesContent.Serialization.cs @@ -0,0 +1,31 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + public partial class VirtualHubOutboundRoutesContent : IUtf8JsonSerializable + { + void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) + { + writer.WriteStartObject(); + if (Optional.IsDefined(ResourceUri)) + { + writer.WritePropertyName("resourceUri"u8); + writer.WriteStringValue(ResourceUri.AbsoluteUri); + } + if (Optional.IsDefined(ConnectionType)) + { + writer.WritePropertyName("connectionType"u8); + writer.WriteStringValue(ConnectionType); + } + writer.WriteEndObject(); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VirtualHubOutboundRoutesContent.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VirtualHubOutboundRoutesContent.cs new file mode 100644 index 000000000000..f81636a036a9 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VirtualHubOutboundRoutesContent.cs @@ -0,0 +1,25 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; + +namespace Azure.ResourceManager.Network.Models +{ + /// The parameters specifying the connection resource whose outbound routes are being requested. + public partial class VirtualHubOutboundRoutesContent + { + /// Initializes a new instance of VirtualHubOutboundRoutesContent. + public VirtualHubOutboundRoutesContent() + { + } + + /// The connection resource whose outbound routes are being requested. + public Uri ResourceUri { get; set; } + /// The type of the specified connection resource like ExpressRouteConnection, HubVirtualNetworkConnection, VpnConnection and P2SConnection. + public string ConnectionType { get; set; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VirtualNetworkData.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VirtualNetworkData.Serialization.cs index 5baa77913da5..4bcc6d70b855 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VirtualNetworkData.Serialization.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VirtualNetworkData.Serialization.cs @@ -103,6 +103,11 @@ void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) writer.WritePropertyName("bgpCommunities"u8); writer.WriteObjectValue(BgpCommunities); } + if (Optional.IsDefined(Encryption)) + { + writer.WritePropertyName("encryption"u8); + writer.WriteObjectValue(Encryption); + } if (Optional.IsCollectionDefined(IPAllocations)) { writer.WritePropertyName("ipAllocations"u8); @@ -141,7 +146,9 @@ internal static VirtualNetworkData DeserializeVirtualNetworkData(JsonElement ele Optional enableVmProtection = default; Optional ddosProtectionPlan = default; Optional bgpCommunities = default; + Optional encryption = default; Optional> ipAllocations = default; + Optional> flowLogs = default; foreach (var property in element.EnumerateObject()) { if (property.NameEquals("extendedLocation"u8)) @@ -326,6 +333,15 @@ internal static VirtualNetworkData DeserializeVirtualNetworkData(JsonElement ele bgpCommunities = VirtualNetworkBgpCommunities.DeserializeVirtualNetworkBgpCommunities(property0.Value); continue; } + if (property0.NameEquals("encryption"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + encryption = VirtualNetworkEncryption.DeserializeVirtualNetworkEncryption(property0.Value); + continue; + } if (property0.NameEquals("ipAllocations"u8)) { if (property0.Value.ValueKind == JsonValueKind.Null) @@ -340,11 +356,25 @@ internal static VirtualNetworkData DeserializeVirtualNetworkData(JsonElement ele ipAllocations = array; continue; } + if (property0.NameEquals("flowLogs"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property0.Value.EnumerateArray()) + { + array.Add(FlowLogData.DeserializeFlowLogData(item)); + } + flowLogs = array; + continue; + } } continue; } } - return new VirtualNetworkData(id.Value, name.Value, Optional.ToNullable(type), Optional.ToNullable(location), Optional.ToDictionary(tags), extendedLocation, Optional.ToNullable(etag), addressSpace.Value, dhcpOptions.Value, Optional.ToNullable(flowTimeoutInMinutes), Optional.ToList(subnets), Optional.ToList(virtualNetworkPeerings), Optional.ToNullable(resourceGuid), Optional.ToNullable(provisioningState), Optional.ToNullable(enableDdosProtection), Optional.ToNullable(enableVmProtection), ddosProtectionPlan, bgpCommunities.Value, Optional.ToList(ipAllocations)); + return new VirtualNetworkData(id.Value, name.Value, Optional.ToNullable(type), Optional.ToNullable(location), Optional.ToDictionary(tags), extendedLocation, Optional.ToNullable(etag), addressSpace.Value, dhcpOptions.Value, Optional.ToNullable(flowTimeoutInMinutes), Optional.ToList(subnets), Optional.ToList(virtualNetworkPeerings), Optional.ToNullable(resourceGuid), Optional.ToNullable(provisioningState), Optional.ToNullable(enableDdosProtection), Optional.ToNullable(enableVmProtection), ddosProtectionPlan, bgpCommunities.Value, encryption.Value, Optional.ToList(ipAllocations), Optional.ToList(flowLogs)); } } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VirtualNetworkEncryption.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VirtualNetworkEncryption.Serialization.cs new file mode 100644 index 000000000000..8af4f305d724 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VirtualNetworkEncryption.Serialization.cs @@ -0,0 +1,56 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + public partial class VirtualNetworkEncryption : IUtf8JsonSerializable + { + void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) + { + writer.WriteStartObject(); + writer.WritePropertyName("enabled"u8); + writer.WriteBooleanValue(IsEnabled); + if (Optional.IsDefined(Enforcement)) + { + writer.WritePropertyName("enforcement"u8); + writer.WriteStringValue(Enforcement.Value.ToString()); + } + writer.WriteEndObject(); + } + + internal static VirtualNetworkEncryption DeserializeVirtualNetworkEncryption(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + bool enabled = default; + Optional enforcement = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("enabled"u8)) + { + enabled = property.Value.GetBoolean(); + continue; + } + if (property.NameEquals("enforcement"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + enforcement = new VirtualNetworkEncryptionEnforcement(property.Value.GetString()); + continue; + } + } + return new VirtualNetworkEncryption(enabled, Optional.ToNullable(enforcement)); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VirtualNetworkEncryption.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VirtualNetworkEncryption.cs new file mode 100644 index 000000000000..298997656e6e --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VirtualNetworkEncryption.cs @@ -0,0 +1,34 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +namespace Azure.ResourceManager.Network.Models +{ + /// Indicates if encryption is enabled on virtual network and if VM without encryption is allowed in encrypted VNet. + public partial class VirtualNetworkEncryption + { + /// Initializes a new instance of VirtualNetworkEncryption. + /// Indicates if encryption is enabled on the virtual network. + public VirtualNetworkEncryption(bool isEnabled) + { + IsEnabled = isEnabled; + } + + /// Initializes a new instance of VirtualNetworkEncryption. + /// Indicates if encryption is enabled on the virtual network. + /// If the encrypted VNet allows VM that does not support encryption. + internal VirtualNetworkEncryption(bool isEnabled, VirtualNetworkEncryptionEnforcement? enforcement) + { + IsEnabled = isEnabled; + Enforcement = enforcement; + } + + /// Indicates if encryption is enabled on the virtual network. + public bool IsEnabled { get; set; } + /// If the encrypted VNet allows VM that does not support encryption. + public VirtualNetworkEncryptionEnforcement? Enforcement { get; set; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VirtualNetworkEncryptionEnforcement.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VirtualNetworkEncryptionEnforcement.cs new file mode 100644 index 000000000000..5cd6a2498ddf --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VirtualNetworkEncryptionEnforcement.cs @@ -0,0 +1,51 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.ComponentModel; + +namespace Azure.ResourceManager.Network.Models +{ + /// If the encrypted VNet allows VM that does not support encryption. + public readonly partial struct VirtualNetworkEncryptionEnforcement : IEquatable + { + private readonly string _value; + + /// Initializes a new instance of . + /// is null. + public VirtualNetworkEncryptionEnforcement(string value) + { + _value = value ?? throw new ArgumentNullException(nameof(value)); + } + + private const string DropUnencryptedValue = "DropUnencrypted"; + private const string AllowUnencryptedValue = "AllowUnencrypted"; + + /// DropUnencrypted. + public static VirtualNetworkEncryptionEnforcement DropUnencrypted { get; } = new VirtualNetworkEncryptionEnforcement(DropUnencryptedValue); + /// AllowUnencrypted. + public static VirtualNetworkEncryptionEnforcement AllowUnencrypted { get; } = new VirtualNetworkEncryptionEnforcement(AllowUnencryptedValue); + /// Determines if two values are the same. + public static bool operator ==(VirtualNetworkEncryptionEnforcement left, VirtualNetworkEncryptionEnforcement right) => left.Equals(right); + /// Determines if two values are not the same. + public static bool operator !=(VirtualNetworkEncryptionEnforcement left, VirtualNetworkEncryptionEnforcement right) => !left.Equals(right); + /// Converts a string to a . + public static implicit operator VirtualNetworkEncryptionEnforcement(string value) => new VirtualNetworkEncryptionEnforcement(value); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override bool Equals(object obj) => obj is VirtualNetworkEncryptionEnforcement other && Equals(other); + /// + public bool Equals(VirtualNetworkEncryptionEnforcement other) => string.Equals(_value, other._value, StringComparison.InvariantCultureIgnoreCase); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override int GetHashCode() => _value?.GetHashCode() ?? 0; + /// + public override string ToString() => _value; + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VirtualNetworkGatewayConnectionData.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VirtualNetworkGatewayConnectionData.Serialization.cs index 41f1aa4048f8..6aa759699063 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VirtualNetworkGatewayConnectionData.Serialization.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VirtualNetworkGatewayConnectionData.Serialization.cs @@ -117,6 +117,16 @@ void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) writer.WritePropertyName("enableBgp"u8); writer.WriteBooleanValue(EnableBgp.Value); } + if (Optional.IsCollectionDefined(GatewayCustomBgpIPAddresses)) + { + writer.WritePropertyName("gatewayCustomBgpIpAddresses"u8); + writer.WriteStartArray(); + foreach (var item in GatewayCustomBgpIPAddresses) + { + writer.WriteObjectValue(item); + } + writer.WriteEndArray(); + } if (Optional.IsDefined(UseLocalAzureIPAddress)) { writer.WritePropertyName("useLocalAzureIpAddress"u8); @@ -152,6 +162,11 @@ void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) writer.WritePropertyName("expressRouteGatewayBypass"u8); writer.WriteBooleanValue(ExpressRouteGatewayBypass.Value); } + if (Optional.IsDefined(EnablePrivateLinkFastPath)) + { + writer.WritePropertyName("enablePrivateLinkFastPath"u8); + writer.WriteBooleanValue(EnablePrivateLinkFastPath.Value); + } writer.WriteEndObject(); writer.WriteEndObject(); } @@ -186,6 +201,7 @@ internal static VirtualNetworkGatewayConnectionData DeserializeVirtualNetworkGat Optional ingressBytesTransferred = default; Optional peer = default; Optional enableBgp = default; + Optional> gatewayCustomBgpIPAddresses = default; Optional useLocalAzureIPAddress = default; Optional usePolicyBasedTrafficSelectors = default; Optional> ipsecPolicies = default; @@ -193,6 +209,7 @@ internal static VirtualNetworkGatewayConnectionData DeserializeVirtualNetworkGat Optional resourceGuid = default; Optional provisioningState = default; Optional expressRouteGatewayBypass = default; + Optional enablePrivateLinkFastPath = default; foreach (var property in element.EnumerateObject()) { if (property.NameEquals("etag"u8)) @@ -420,6 +437,20 @@ internal static VirtualNetworkGatewayConnectionData DeserializeVirtualNetworkGat enableBgp = property0.Value.GetBoolean(); continue; } + if (property0.NameEquals("gatewayCustomBgpIpAddresses"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property0.Value.EnumerateArray()) + { + array.Add(GatewayCustomBgpIPAddressIPConfiguration.DeserializeGatewayCustomBgpIPAddressIPConfiguration(item)); + } + gatewayCustomBgpIPAddresses = array; + continue; + } if (property0.NameEquals("useLocalAzureIpAddress"u8)) { if (property0.Value.ValueKind == JsonValueKind.Null) @@ -493,11 +524,20 @@ internal static VirtualNetworkGatewayConnectionData DeserializeVirtualNetworkGat expressRouteGatewayBypass = property0.Value.GetBoolean(); continue; } + if (property0.NameEquals("enablePrivateLinkFastPath"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + enablePrivateLinkFastPath = property0.Value.GetBoolean(); + continue; + } } continue; } } - return new VirtualNetworkGatewayConnectionData(id.Value, name.Value, Optional.ToNullable(type), Optional.ToNullable(location), Optional.ToDictionary(tags), Optional.ToNullable(etag), authorizationKey.Value, virtualNetworkGateway1, virtualNetworkGateway2.Value, localNetworkGateway2.Value, Optional.ToList(ingressNatRules), Optional.ToList(egressNatRules), connectionType, Optional.ToNullable(connectionProtocol), Optional.ToNullable(routingWeight), Optional.ToNullable(dpdTimeoutSeconds), Optional.ToNullable(connectionMode), sharedKey.Value, Optional.ToNullable(connectionStatus), Optional.ToList(tunnelConnectionStatus), Optional.ToNullable(egressBytesTransferred), Optional.ToNullable(ingressBytesTransferred), peer, Optional.ToNullable(enableBgp), Optional.ToNullable(useLocalAzureIPAddress), Optional.ToNullable(usePolicyBasedTrafficSelectors), Optional.ToList(ipsecPolicies), Optional.ToList(trafficSelectorPolicies), Optional.ToNullable(resourceGuid), Optional.ToNullable(provisioningState), Optional.ToNullable(expressRouteGatewayBypass)); + return new VirtualNetworkGatewayConnectionData(id.Value, name.Value, Optional.ToNullable(type), Optional.ToNullable(location), Optional.ToDictionary(tags), Optional.ToNullable(etag), authorizationKey.Value, virtualNetworkGateway1, virtualNetworkGateway2.Value, localNetworkGateway2.Value, Optional.ToList(ingressNatRules), Optional.ToList(egressNatRules), connectionType, Optional.ToNullable(connectionProtocol), Optional.ToNullable(routingWeight), Optional.ToNullable(dpdTimeoutSeconds), Optional.ToNullable(connectionMode), sharedKey.Value, Optional.ToNullable(connectionStatus), Optional.ToList(tunnelConnectionStatus), Optional.ToNullable(egressBytesTransferred), Optional.ToNullable(ingressBytesTransferred), peer, Optional.ToNullable(enableBgp), Optional.ToList(gatewayCustomBgpIPAddresses), Optional.ToNullable(useLocalAzureIPAddress), Optional.ToNullable(usePolicyBasedTrafficSelectors), Optional.ToList(ipsecPolicies), Optional.ToList(trafficSelectorPolicies), Optional.ToNullable(resourceGuid), Optional.ToNullable(provisioningState), Optional.ToNullable(expressRouteGatewayBypass), Optional.ToNullable(enablePrivateLinkFastPath)); } } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VirtualNetworkGatewayConnectionListEntity.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VirtualNetworkGatewayConnectionListEntity.Serialization.cs index 3b9a32431c35..44e396ebd333 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VirtualNetworkGatewayConnectionListEntity.Serialization.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VirtualNetworkGatewayConnectionListEntity.Serialization.cs @@ -90,6 +90,16 @@ void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) writer.WritePropertyName("enableBgp"u8); writer.WriteBooleanValue(EnableBgp.Value); } + if (Optional.IsCollectionDefined(GatewayCustomBgpIPAddresses)) + { + writer.WritePropertyName("gatewayCustomBgpIpAddresses"u8); + writer.WriteStartArray(); + foreach (var item in GatewayCustomBgpIPAddresses) + { + writer.WriteObjectValue(item); + } + writer.WriteEndArray(); + } if (Optional.IsDefined(UsePolicyBasedTrafficSelectors)) { writer.WritePropertyName("usePolicyBasedTrafficSelectors"u8); @@ -120,6 +130,11 @@ void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) writer.WritePropertyName("expressRouteGatewayBypass"u8); writer.WriteBooleanValue(ExpressRouteGatewayBypass.Value); } + if (Optional.IsDefined(EnablePrivateLinkFastPath)) + { + writer.WritePropertyName("enablePrivateLinkFastPath"u8); + writer.WriteBooleanValue(EnablePrivateLinkFastPath.Value); + } writer.WriteEndObject(); writer.WriteEndObject(); } @@ -151,12 +166,14 @@ internal static VirtualNetworkGatewayConnectionListEntity DeserializeVirtualNetw Optional ingressBytesTransferred = default; Optional peer = default; Optional enableBgp = default; + Optional> gatewayCustomBgpIPAddresses = default; Optional usePolicyBasedTrafficSelectors = default; Optional> ipsecPolicies = default; Optional> trafficSelectorPolicies = default; Optional resourceGuid = default; Optional provisioningState = default; Optional expressRouteGatewayBypass = default; + Optional enablePrivateLinkFastPath = default; foreach (var property in element.EnumerateObject()) { if (property.NameEquals("etag"u8)) @@ -347,6 +364,20 @@ internal static VirtualNetworkGatewayConnectionListEntity DeserializeVirtualNetw enableBgp = property0.Value.GetBoolean(); continue; } + if (property0.NameEquals("gatewayCustomBgpIpAddresses"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property0.Value.EnumerateArray()) + { + array.Add(GatewayCustomBgpIPAddressIPConfiguration.DeserializeGatewayCustomBgpIPAddressIPConfiguration(item)); + } + gatewayCustomBgpIPAddresses = array; + continue; + } if (property0.NameEquals("usePolicyBasedTrafficSelectors"u8)) { if (property0.Value.ValueKind == JsonValueKind.Null) @@ -411,11 +442,20 @@ internal static VirtualNetworkGatewayConnectionListEntity DeserializeVirtualNetw expressRouteGatewayBypass = property0.Value.GetBoolean(); continue; } + if (property0.NameEquals("enablePrivateLinkFastPath"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + enablePrivateLinkFastPath = property0.Value.GetBoolean(); + continue; + } } continue; } } - return new VirtualNetworkGatewayConnectionListEntity(id.Value, name.Value, Optional.ToNullable(type), Optional.ToNullable(location), Optional.ToDictionary(tags), Optional.ToNullable(etag), authorizationKey.Value, virtualNetworkGateway1, virtualNetworkGateway2, localNetworkGateway2, connectionType, Optional.ToNullable(connectionProtocol), Optional.ToNullable(routingWeight), Optional.ToNullable(connectionMode), sharedKey.Value, Optional.ToNullable(connectionStatus), Optional.ToList(tunnelConnectionStatus), Optional.ToNullable(egressBytesTransferred), Optional.ToNullable(ingressBytesTransferred), peer, Optional.ToNullable(enableBgp), Optional.ToNullable(usePolicyBasedTrafficSelectors), Optional.ToList(ipsecPolicies), Optional.ToList(trafficSelectorPolicies), Optional.ToNullable(resourceGuid), Optional.ToNullable(provisioningState), Optional.ToNullable(expressRouteGatewayBypass)); + return new VirtualNetworkGatewayConnectionListEntity(id.Value, name.Value, Optional.ToNullable(type), Optional.ToNullable(location), Optional.ToDictionary(tags), Optional.ToNullable(etag), authorizationKey.Value, virtualNetworkGateway1, virtualNetworkGateway2, localNetworkGateway2, connectionType, Optional.ToNullable(connectionProtocol), Optional.ToNullable(routingWeight), Optional.ToNullable(connectionMode), sharedKey.Value, Optional.ToNullable(connectionStatus), Optional.ToList(tunnelConnectionStatus), Optional.ToNullable(egressBytesTransferred), Optional.ToNullable(ingressBytesTransferred), peer, Optional.ToNullable(enableBgp), Optional.ToList(gatewayCustomBgpIPAddresses), Optional.ToNullable(usePolicyBasedTrafficSelectors), Optional.ToList(ipsecPolicies), Optional.ToList(trafficSelectorPolicies), Optional.ToNullable(resourceGuid), Optional.ToNullable(provisioningState), Optional.ToNullable(expressRouteGatewayBypass), Optional.ToNullable(enablePrivateLinkFastPath)); } } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VirtualNetworkGatewayConnectionListEntity.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VirtualNetworkGatewayConnectionListEntity.cs index 457d8eea0262..ed8f39ac18e6 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VirtualNetworkGatewayConnectionListEntity.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VirtualNetworkGatewayConnectionListEntity.cs @@ -27,6 +27,7 @@ public VirtualNetworkGatewayConnectionListEntity(WritableSubResource virtualNetw VirtualNetworkGateway1 = virtualNetworkGateway1; ConnectionType = connectionType; TunnelConnectionStatus = new ChangeTrackingList(); + GatewayCustomBgpIPAddresses = new ChangeTrackingList(); IPsecPolicies = new ChangeTrackingList(); TrafficSelectorPolicies = new ChangeTrackingList(); } @@ -53,13 +54,15 @@ public VirtualNetworkGatewayConnectionListEntity(WritableSubResource virtualNetw /// The ingress bytes transferred in this connection. /// The reference to peerings resource. /// EnableBgp flag. + /// GatewayCustomBgpIpAddresses to be used for virtual network gateway Connection. /// Enable policy-based traffic selectors. /// The IPSec Policies to be considered by this connection. /// The Traffic Selector Policies to be considered by this connection. /// The resource GUID property of the virtual network gateway connection resource. /// The provisioning state of the virtual network gateway connection resource. /// Bypass ExpressRoute Gateway for data forwarding. - internal VirtualNetworkGatewayConnectionListEntity(ResourceIdentifier id, string name, ResourceType? resourceType, AzureLocation? location, IDictionary tags, ETag? etag, string authorizationKey, WritableSubResource virtualNetworkGateway1, WritableSubResource virtualNetworkGateway2, WritableSubResource localNetworkGateway2, VirtualNetworkGatewayConnectionType connectionType, VirtualNetworkGatewayConnectionProtocol? connectionProtocol, int? routingWeight, VirtualNetworkGatewayConnectionMode? connectionMode, string sharedKey, VirtualNetworkGatewayConnectionStatus? connectionStatus, IReadOnlyList tunnelConnectionStatus, long? egressBytesTransferred, long? ingressBytesTransferred, WritableSubResource peer, bool? enableBgp, bool? usePolicyBasedTrafficSelectors, IList ipsecPolicies, IList trafficSelectorPolicies, Guid? resourceGuid, NetworkProvisioningState? provisioningState, bool? expressRouteGatewayBypass) : base(id, name, resourceType, location, tags) + /// Bypass the ExpressRoute gateway when accessing private-links. ExpressRoute FastPath (expressRouteGatewayBypass) must be enabled. + internal VirtualNetworkGatewayConnectionListEntity(ResourceIdentifier id, string name, ResourceType? resourceType, AzureLocation? location, IDictionary tags, ETag? etag, string authorizationKey, WritableSubResource virtualNetworkGateway1, WritableSubResource virtualNetworkGateway2, WritableSubResource localNetworkGateway2, VirtualNetworkGatewayConnectionType connectionType, VirtualNetworkGatewayConnectionProtocol? connectionProtocol, int? routingWeight, VirtualNetworkGatewayConnectionMode? connectionMode, string sharedKey, VirtualNetworkGatewayConnectionStatus? connectionStatus, IReadOnlyList tunnelConnectionStatus, long? egressBytesTransferred, long? ingressBytesTransferred, WritableSubResource peer, bool? enableBgp, IList gatewayCustomBgpIPAddresses, bool? usePolicyBasedTrafficSelectors, IList ipsecPolicies, IList trafficSelectorPolicies, Guid? resourceGuid, NetworkProvisioningState? provisioningState, bool? expressRouteGatewayBypass, bool? enablePrivateLinkFastPath) : base(id, name, resourceType, location, tags) { ETag = etag; AuthorizationKey = authorizationKey; @@ -77,12 +80,14 @@ internal VirtualNetworkGatewayConnectionListEntity(ResourceIdentifier id, string IngressBytesTransferred = ingressBytesTransferred; Peer = peer; EnableBgp = enableBgp; + GatewayCustomBgpIPAddresses = gatewayCustomBgpIPAddresses; UsePolicyBasedTrafficSelectors = usePolicyBasedTrafficSelectors; IPsecPolicies = ipsecPolicies; TrafficSelectorPolicies = trafficSelectorPolicies; ResourceGuid = resourceGuid; ProvisioningState = provisioningState; ExpressRouteGatewayBypass = expressRouteGatewayBypass; + EnablePrivateLinkFastPath = enablePrivateLinkFastPath; } /// A unique read-only string that changes whenever the resource is updated. @@ -165,6 +170,8 @@ public ResourceIdentifier PeerId /// EnableBgp flag. public bool? EnableBgp { get; set; } + /// GatewayCustomBgpIpAddresses to be used for virtual network gateway Connection. + public IList GatewayCustomBgpIPAddresses { get; } /// Enable policy-based traffic selectors. public bool? UsePolicyBasedTrafficSelectors { get; set; } /// The IPSec Policies to be considered by this connection. @@ -177,5 +184,7 @@ public ResourceIdentifier PeerId public NetworkProvisioningState? ProvisioningState { get; } /// Bypass ExpressRoute Gateway for data forwarding. public bool? ExpressRouteGatewayBypass { get; set; } + /// Bypass the ExpressRoute gateway when accessing private-links. ExpressRoute FastPath (expressRouteGatewayBypass) must be enabled. + public bool? EnablePrivateLinkFastPath { get; set; } } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VirtualNetworkGatewayData.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VirtualNetworkGatewayData.Serialization.cs index c3c528bb7915..8b2eb2707901 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VirtualNetworkGatewayData.Serialization.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VirtualNetworkGatewayData.Serialization.cs @@ -88,6 +88,11 @@ void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) writer.WritePropertyName("activeActive"u8); writer.WriteBooleanValue(Active.Value); } + if (Optional.IsDefined(DisableIPSecReplayProtection)) + { + writer.WritePropertyName("disableIPSecReplayProtection"u8); + writer.WriteBooleanValue(DisableIPSecReplayProtection.Value); + } if (Optional.IsDefined(GatewayDefaultSite)) { writer.WritePropertyName("gatewayDefaultSite"u8); @@ -103,6 +108,16 @@ void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) writer.WritePropertyName("vpnClientConfiguration"u8); writer.WriteObjectValue(VpnClientConfiguration); } + if (Optional.IsCollectionDefined(VirtualNetworkGatewayPolicyGroups)) + { + writer.WritePropertyName("virtualNetworkGatewayPolicyGroups"u8); + writer.WriteStartArray(); + foreach (var item in VirtualNetworkGatewayPolicyGroups) + { + writer.WriteObjectValue(item); + } + writer.WriteEndArray(); + } if (Optional.IsDefined(BgpSettings)) { writer.WritePropertyName("bgpSettings"u8); @@ -138,6 +153,16 @@ void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) writer.WritePropertyName("enableBgpRouteTranslationForNat"u8); writer.WriteBooleanValue(EnableBgpRouteTranslationForNat.Value); } + if (Optional.IsDefined(AllowVirtualWanTraffic)) + { + writer.WritePropertyName("allowVirtualWanTraffic"u8); + writer.WriteBooleanValue(AllowVirtualWanTraffic.Value); + } + if (Optional.IsDefined(AllowRemoteVnetTraffic)) + { + writer.WritePropertyName("allowRemoteVnetTraffic"u8); + writer.WriteBooleanValue(AllowRemoteVnetTraffic.Value); + } writer.WriteEndObject(); writer.WriteEndObject(); } @@ -162,9 +187,11 @@ internal static VirtualNetworkGatewayData DeserializeVirtualNetworkGatewayData(J Optional enableBgp = default; Optional enablePrivateIPAddress = default; Optional activeActive = default; + Optional disableIPSecReplayProtection = default; Optional gatewayDefaultSite = default; Optional sku = default; Optional vpnClientConfiguration = default; + Optional> virtualNetworkGatewayPolicyGroups = default; Optional bgpSettings = default; Optional customRoutes = default; Optional resourceGuid = default; @@ -174,6 +201,8 @@ internal static VirtualNetworkGatewayData DeserializeVirtualNetworkGatewayData(J Optional vNetExtendedLocationResourceId = default; Optional> natRules = default; Optional enableBgpRouteTranslationForNat = default; + Optional allowVirtualWanTraffic = default; + Optional allowRemoteVnetTraffic = default; foreach (var property in element.EnumerateObject()) { if (property.NameEquals("extendedLocation"u8)) @@ -317,6 +346,15 @@ internal static VirtualNetworkGatewayData DeserializeVirtualNetworkGatewayData(J activeActive = property0.Value.GetBoolean(); continue; } + if (property0.NameEquals("disableIPSecReplayProtection"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + disableIPSecReplayProtection = property0.Value.GetBoolean(); + continue; + } if (property0.NameEquals("gatewayDefaultSite"u8)) { if (property0.Value.ValueKind == JsonValueKind.Null) @@ -344,6 +382,20 @@ internal static VirtualNetworkGatewayData DeserializeVirtualNetworkGatewayData(J vpnClientConfiguration = VpnClientConfiguration.DeserializeVpnClientConfiguration(property0.Value); continue; } + if (property0.NameEquals("virtualNetworkGatewayPolicyGroups"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property0.Value.EnumerateArray()) + { + array.Add(VirtualNetworkGatewayPolicyGroup.DeserializeVirtualNetworkGatewayPolicyGroup(item)); + } + virtualNetworkGatewayPolicyGroups = array; + continue; + } if (property0.NameEquals("bgpSettings"u8)) { if (property0.Value.ValueKind == JsonValueKind.Null) @@ -426,11 +478,29 @@ internal static VirtualNetworkGatewayData DeserializeVirtualNetworkGatewayData(J enableBgpRouteTranslationForNat = property0.Value.GetBoolean(); continue; } + if (property0.NameEquals("allowVirtualWanTraffic"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + allowVirtualWanTraffic = property0.Value.GetBoolean(); + continue; + } + if (property0.NameEquals("allowRemoteVnetTraffic"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + allowRemoteVnetTraffic = property0.Value.GetBoolean(); + continue; + } } continue; } } - return new VirtualNetworkGatewayData(id.Value, name.Value, Optional.ToNullable(type), Optional.ToNullable(location), Optional.ToDictionary(tags), extendedLocation, Optional.ToNullable(etag), Optional.ToList(ipConfigurations), Optional.ToNullable(gatewayType), Optional.ToNullable(vpnType), Optional.ToNullable(vpnGatewayGeneration), Optional.ToNullable(enableBgp), Optional.ToNullable(enablePrivateIPAddress), Optional.ToNullable(activeActive), gatewayDefaultSite, sku.Value, vpnClientConfiguration.Value, bgpSettings.Value, customRoutes.Value, Optional.ToNullable(resourceGuid), Optional.ToNullable(provisioningState), Optional.ToNullable(enableDnsForwarding), inboundDnsForwardingEndpoint.Value, vNetExtendedLocationResourceId.Value, Optional.ToList(natRules), Optional.ToNullable(enableBgpRouteTranslationForNat)); + return new VirtualNetworkGatewayData(id.Value, name.Value, Optional.ToNullable(type), Optional.ToNullable(location), Optional.ToDictionary(tags), extendedLocation, Optional.ToNullable(etag), Optional.ToList(ipConfigurations), Optional.ToNullable(gatewayType), Optional.ToNullable(vpnType), Optional.ToNullable(vpnGatewayGeneration), Optional.ToNullable(enableBgp), Optional.ToNullable(enablePrivateIPAddress), Optional.ToNullable(activeActive), Optional.ToNullable(disableIPSecReplayProtection), gatewayDefaultSite, sku.Value, vpnClientConfiguration.Value, Optional.ToList(virtualNetworkGatewayPolicyGroups), bgpSettings.Value, customRoutes.Value, Optional.ToNullable(resourceGuid), Optional.ToNullable(provisioningState), Optional.ToNullable(enableDnsForwarding), inboundDnsForwardingEndpoint.Value, vNetExtendedLocationResourceId.Value, Optional.ToList(natRules), Optional.ToNullable(enableBgpRouteTranslationForNat), Optional.ToNullable(allowVirtualWanTraffic), Optional.ToNullable(allowRemoteVnetTraffic)); } } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VirtualNetworkGatewayPolicyGroup.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VirtualNetworkGatewayPolicyGroup.Serialization.cs new file mode 100644 index 000000000000..39e08198c64e --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VirtualNetworkGatewayPolicyGroup.Serialization.cs @@ -0,0 +1,177 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using System.Text.Json; +using Azure; +using Azure.Core; +using Azure.ResourceManager.Resources.Models; + +namespace Azure.ResourceManager.Network.Models +{ + public partial class VirtualNetworkGatewayPolicyGroup : IUtf8JsonSerializable + { + void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) + { + writer.WriteStartObject(); + if (Optional.IsDefined(Id)) + { + writer.WritePropertyName("id"u8); + writer.WriteStringValue(Id); + } + if (Optional.IsDefined(Name)) + { + writer.WritePropertyName("name"u8); + writer.WriteStringValue(Name); + } + writer.WritePropertyName("properties"u8); + writer.WriteStartObject(); + if (Optional.IsDefined(IsDefault)) + { + writer.WritePropertyName("isDefault"u8); + writer.WriteBooleanValue(IsDefault.Value); + } + if (Optional.IsDefined(Priority)) + { + writer.WritePropertyName("priority"u8); + writer.WriteNumberValue(Priority.Value); + } + if (Optional.IsCollectionDefined(PolicyMembers)) + { + writer.WritePropertyName("policyMembers"u8); + writer.WriteStartArray(); + foreach (var item in PolicyMembers) + { + writer.WriteObjectValue(item); + } + writer.WriteEndArray(); + } + writer.WriteEndObject(); + writer.WriteEndObject(); + } + + internal static VirtualNetworkGatewayPolicyGroup DeserializeVirtualNetworkGatewayPolicyGroup(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + Optional etag = default; + Optional id = default; + Optional name = default; + Optional type = default; + Optional isDefault = default; + Optional priority = default; + Optional> policyMembers = default; + Optional> vngClientConnectionConfigurations = default; + Optional provisioningState = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("etag"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + etag = new ETag(property.Value.GetString()); + continue; + } + if (property.NameEquals("id"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + id = new ResourceIdentifier(property.Value.GetString()); + continue; + } + if (property.NameEquals("name"u8)) + { + name = property.Value.GetString(); + continue; + } + if (property.NameEquals("type"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + type = new ResourceType(property.Value.GetString()); + continue; + } + if (property.NameEquals("properties"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + property.ThrowNonNullablePropertyIsNull(); + continue; + } + foreach (var property0 in property.Value.EnumerateObject()) + { + if (property0.NameEquals("isDefault"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + isDefault = property0.Value.GetBoolean(); + continue; + } + if (property0.NameEquals("priority"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + priority = property0.Value.GetInt32(); + continue; + } + if (property0.NameEquals("policyMembers"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property0.Value.EnumerateArray()) + { + array.Add(VirtualNetworkGatewayPolicyGroupMember.DeserializeVirtualNetworkGatewayPolicyGroupMember(item)); + } + policyMembers = array; + continue; + } + if (property0.NameEquals("vngClientConnectionConfigurations"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property0.Value.EnumerateArray()) + { + array.Add(JsonSerializer.Deserialize(item.GetRawText())); + } + vngClientConnectionConfigurations = array; + continue; + } + if (property0.NameEquals("provisioningState"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + provisioningState = new NetworkProvisioningState(property0.Value.GetString()); + continue; + } + } + continue; + } + } + return new VirtualNetworkGatewayPolicyGroup(id.Value, name.Value, Optional.ToNullable(type), Optional.ToNullable(etag), Optional.ToNullable(isDefault), Optional.ToNullable(priority), Optional.ToList(policyMembers), Optional.ToList(vngClientConnectionConfigurations), Optional.ToNullable(provisioningState)); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VirtualNetworkGatewayPolicyGroup.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VirtualNetworkGatewayPolicyGroup.cs new file mode 100644 index 000000000000..5b9bd7a8906a --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VirtualNetworkGatewayPolicyGroup.cs @@ -0,0 +1,58 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using Azure; +using Azure.Core; +using Azure.ResourceManager.Resources.Models; + +namespace Azure.ResourceManager.Network.Models +{ + /// Parameters for VirtualNetworkGatewayPolicyGroup. + public partial class VirtualNetworkGatewayPolicyGroup : NetworkResourceData + { + /// Initializes a new instance of VirtualNetworkGatewayPolicyGroup. + public VirtualNetworkGatewayPolicyGroup() + { + PolicyMembers = new ChangeTrackingList(); + VngClientConnectionConfigurations = new ChangeTrackingList(); + } + + /// Initializes a new instance of VirtualNetworkGatewayPolicyGroup. + /// Resource ID. + /// Resource name. + /// Resource type. + /// A unique read-only string that changes whenever the resource is updated. + /// Shows if this is a Default VirtualNetworkGatewayPolicyGroup or not. + /// Priority for VirtualNetworkGatewayPolicyGroup. + /// Multiple PolicyMembers for VirtualNetworkGatewayPolicyGroup. + /// List of references to vngClientConnectionConfigurations. + /// The provisioning state of the VirtualNetworkGatewayPolicyGroup resource. + internal VirtualNetworkGatewayPolicyGroup(ResourceIdentifier id, string name, ResourceType? resourceType, ETag? etag, bool? isDefault, int? priority, IList policyMembers, IReadOnlyList vngClientConnectionConfigurations, NetworkProvisioningState? provisioningState) : base(id, name, resourceType) + { + ETag = etag; + IsDefault = isDefault; + Priority = priority; + PolicyMembers = policyMembers; + VngClientConnectionConfigurations = vngClientConnectionConfigurations; + ProvisioningState = provisioningState; + } + + /// A unique read-only string that changes whenever the resource is updated. + public ETag? ETag { get; } + /// Shows if this is a Default VirtualNetworkGatewayPolicyGroup or not. + public bool? IsDefault { get; set; } + /// Priority for VirtualNetworkGatewayPolicyGroup. + public int? Priority { get; set; } + /// Multiple PolicyMembers for VirtualNetworkGatewayPolicyGroup. + public IList PolicyMembers { get; } + /// List of references to vngClientConnectionConfigurations. + public IReadOnlyList VngClientConnectionConfigurations { get; } + /// The provisioning state of the VirtualNetworkGatewayPolicyGroup resource. + public NetworkProvisioningState? ProvisioningState { get; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VirtualNetworkGatewayPolicyGroupMember.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VirtualNetworkGatewayPolicyGroupMember.Serialization.cs new file mode 100644 index 000000000000..424269fb61be --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VirtualNetworkGatewayPolicyGroupMember.Serialization.cs @@ -0,0 +1,70 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + public partial class VirtualNetworkGatewayPolicyGroupMember : IUtf8JsonSerializable + { + void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) + { + writer.WriteStartObject(); + if (Optional.IsDefined(Name)) + { + writer.WritePropertyName("name"u8); + writer.WriteStringValue(Name); + } + if (Optional.IsDefined(AttributeType)) + { + writer.WritePropertyName("attributeType"u8); + writer.WriteStringValue(AttributeType.Value.ToString()); + } + if (Optional.IsDefined(AttributeValue)) + { + writer.WritePropertyName("attributeValue"u8); + writer.WriteStringValue(AttributeValue); + } + writer.WriteEndObject(); + } + + internal static VirtualNetworkGatewayPolicyGroupMember DeserializeVirtualNetworkGatewayPolicyGroupMember(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + Optional name = default; + Optional attributeType = default; + Optional attributeValue = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("name"u8)) + { + name = property.Value.GetString(); + continue; + } + if (property.NameEquals("attributeType"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + attributeType = new VpnPolicyMemberAttributeType(property.Value.GetString()); + continue; + } + if (property.NameEquals("attributeValue"u8)) + { + attributeValue = property.Value.GetString(); + continue; + } + } + return new VirtualNetworkGatewayPolicyGroupMember(name.Value, Optional.ToNullable(attributeType), attributeValue.Value); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VirtualNetworkGatewayPolicyGroupMember.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VirtualNetworkGatewayPolicyGroupMember.cs new file mode 100644 index 000000000000..155d3dc9dd64 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VirtualNetworkGatewayPolicyGroupMember.cs @@ -0,0 +1,36 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +namespace Azure.ResourceManager.Network.Models +{ + /// Vpn Client Connection configuration PolicyGroup member. + public partial class VirtualNetworkGatewayPolicyGroupMember + { + /// Initializes a new instance of VirtualNetworkGatewayPolicyGroupMember. + public VirtualNetworkGatewayPolicyGroupMember() + { + } + + /// Initializes a new instance of VirtualNetworkGatewayPolicyGroupMember. + /// Name of the VirtualNetworkGatewayPolicyGroupMember. + /// The Vpn Policy member attribute type. + /// The value of Attribute used for this VirtualNetworkGatewayPolicyGroupMember. + internal VirtualNetworkGatewayPolicyGroupMember(string name, VpnPolicyMemberAttributeType? attributeType, string attributeValue) + { + Name = name; + AttributeType = attributeType; + AttributeValue = attributeValue; + } + + /// Name of the VirtualNetworkGatewayPolicyGroupMember. + public string Name { get; set; } + /// The Vpn Policy member attribute type. + public VpnPolicyMemberAttributeType? AttributeType { get; set; } + /// The value of Attribute used for this VirtualNetworkGatewayPolicyGroupMember. + public string AttributeValue { get; set; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VirtualNetworkPeeringData.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VirtualNetworkPeeringData.Serialization.cs index 052e92b9da14..653c94b77566 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VirtualNetworkPeeringData.Serialization.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VirtualNetworkPeeringData.Serialization.cs @@ -113,6 +113,7 @@ internal static VirtualNetworkPeeringData DeserializeVirtualNetworkPeeringData(J Optional remoteAddressSpace = default; Optional remoteVirtualNetworkAddressSpace = default; Optional remoteBgpCommunities = default; + Optional remoteVirtualNetworkEncryption = default; Optional peeringState = default; Optional peeringSyncLevel = default; Optional provisioningState = default; @@ -233,6 +234,15 @@ internal static VirtualNetworkPeeringData DeserializeVirtualNetworkPeeringData(J remoteBgpCommunities = VirtualNetworkBgpCommunities.DeserializeVirtualNetworkBgpCommunities(property0.Value); continue; } + if (property0.NameEquals("remoteVirtualNetworkEncryption"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + remoteVirtualNetworkEncryption = VirtualNetworkEncryption.DeserializeVirtualNetworkEncryption(property0.Value); + continue; + } if (property0.NameEquals("peeringState"u8)) { if (property0.Value.ValueKind == JsonValueKind.Null) @@ -282,7 +292,7 @@ internal static VirtualNetworkPeeringData DeserializeVirtualNetworkPeeringData(J continue; } } - return new VirtualNetworkPeeringData(id.Value, name.Value, Optional.ToNullable(type), Optional.ToNullable(etag), Optional.ToNullable(allowVirtualNetworkAccess), Optional.ToNullable(allowForwardedTraffic), Optional.ToNullable(allowGatewayTransit), Optional.ToNullable(useRemoteGateways), remoteVirtualNetwork, remoteAddressSpace.Value, remoteVirtualNetworkAddressSpace.Value, remoteBgpCommunities.Value, Optional.ToNullable(peeringState), Optional.ToNullable(peeringSyncLevel), Optional.ToNullable(provisioningState), Optional.ToNullable(doNotVerifyRemoteGateways), Optional.ToNullable(resourceGuid)); + return new VirtualNetworkPeeringData(id.Value, name.Value, Optional.ToNullable(type), Optional.ToNullable(etag), Optional.ToNullable(allowVirtualNetworkAccess), Optional.ToNullable(allowForwardedTraffic), Optional.ToNullable(allowGatewayTransit), Optional.ToNullable(useRemoteGateways), remoteVirtualNetwork, remoteAddressSpace.Value, remoteVirtualNetworkAddressSpace.Value, remoteBgpCommunities.Value, remoteVirtualNetworkEncryption.Value, Optional.ToNullable(peeringState), Optional.ToNullable(peeringSyncLevel), Optional.ToNullable(provisioningState), Optional.ToNullable(doNotVerifyRemoteGateways), Optional.ToNullable(resourceGuid)); } } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VirtualRouterAutoScaleConfiguration.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VirtualRouterAutoScaleConfiguration.Serialization.cs new file mode 100644 index 000000000000..f204c1324452 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VirtualRouterAutoScaleConfiguration.Serialization.cs @@ -0,0 +1,48 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + internal partial class VirtualRouterAutoScaleConfiguration : IUtf8JsonSerializable + { + void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) + { + writer.WriteStartObject(); + if (Optional.IsDefined(MinCapacity)) + { + writer.WritePropertyName("minCapacity"u8); + writer.WriteNumberValue(MinCapacity.Value); + } + writer.WriteEndObject(); + } + + internal static VirtualRouterAutoScaleConfiguration DeserializeVirtualRouterAutoScaleConfiguration(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + Optional minCapacity = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("minCapacity"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + minCapacity = property.Value.GetInt32(); + continue; + } + } + return new VirtualRouterAutoScaleConfiguration(Optional.ToNullable(minCapacity)); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VirtualRouterAutoScaleConfiguration.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VirtualRouterAutoScaleConfiguration.cs new file mode 100644 index 000000000000..eb469f067e09 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VirtualRouterAutoScaleConfiguration.cs @@ -0,0 +1,28 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +namespace Azure.ResourceManager.Network.Models +{ + /// The VirtualHub Router autoscale configuration. + internal partial class VirtualRouterAutoScaleConfiguration + { + /// Initializes a new instance of VirtualRouterAutoScaleConfiguration. + public VirtualRouterAutoScaleConfiguration() + { + } + + /// Initializes a new instance of VirtualRouterAutoScaleConfiguration. + /// The minimum number of scale units for VirtualHub Router. + internal VirtualRouterAutoScaleConfiguration(int? minCapacity) + { + MinCapacity = minCapacity; + } + + /// The minimum number of scale units for VirtualHub Router. + public int? MinCapacity { get; set; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VnetLocalRouteOverrideCriterion.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VnetLocalRouteOverrideCriterion.cs new file mode 100644 index 000000000000..f66fa1473294 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VnetLocalRouteOverrideCriterion.cs @@ -0,0 +1,51 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.ComponentModel; + +namespace Azure.ResourceManager.Network.Models +{ + /// Parameter determining whether NVA in spoke vnet is bypassed for traffic with destination in spoke vnet. + public readonly partial struct VnetLocalRouteOverrideCriterion : IEquatable + { + private readonly string _value; + + /// Initializes a new instance of . + /// is null. + public VnetLocalRouteOverrideCriterion(string value) + { + _value = value ?? throw new ArgumentNullException(nameof(value)); + } + + private const string ContainsValue = "Contains"; + private const string EqualValue = "Equal"; + + /// Contains. + public static VnetLocalRouteOverrideCriterion Contains { get; } = new VnetLocalRouteOverrideCriterion(ContainsValue); + /// Equal. + public static VnetLocalRouteOverrideCriterion Equal { get; } = new VnetLocalRouteOverrideCriterion(EqualValue); + /// Determines if two values are the same. + public static bool operator ==(VnetLocalRouteOverrideCriterion left, VnetLocalRouteOverrideCriterion right) => left.Equals(right); + /// Determines if two values are not the same. + public static bool operator !=(VnetLocalRouteOverrideCriterion left, VnetLocalRouteOverrideCriterion right) => !left.Equals(right); + /// Converts a string to a . + public static implicit operator VnetLocalRouteOverrideCriterion(string value) => new VnetLocalRouteOverrideCriterion(value); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override bool Equals(object obj) => obj is VnetLocalRouteOverrideCriterion other && Equals(other); + /// + public bool Equals(VnetLocalRouteOverrideCriterion other) => string.Equals(_value, other._value, StringComparison.InvariantCultureIgnoreCase); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override int GetHashCode() => _value?.GetHashCode() ?? 0; + /// + public override string ToString() => _value; + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VnetRoute.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VnetRoute.Serialization.cs index f0f491b07e4b..9d0bde985783 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VnetRoute.Serialization.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VnetRoute.Serialization.cs @@ -8,14 +8,20 @@ using System.Collections.Generic; using System.Text.Json; using Azure.Core; +using Azure.ResourceManager.Resources.Models; namespace Azure.ResourceManager.Network.Models { - internal partial class VnetRoute : IUtf8JsonSerializable + public partial class VnetRoute : IUtf8JsonSerializable { void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) { writer.WriteStartObject(); + if (Optional.IsDefined(StaticRoutesConfig)) + { + writer.WritePropertyName("staticRoutesConfig"u8); + writer.WriteObjectValue(StaticRoutesConfig); + } if (Optional.IsCollectionDefined(StaticRoutes)) { writer.WritePropertyName("staticRoutes"u8); @@ -35,9 +41,20 @@ internal static VnetRoute DeserializeVnetRoute(JsonElement element) { return null; } + Optional staticRoutesConfig = default; Optional> staticRoutes = default; + Optional> bgpConnections = default; foreach (var property in element.EnumerateObject()) { + if (property.NameEquals("staticRoutesConfig"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + staticRoutesConfig = StaticRoutesConfig.DeserializeStaticRoutesConfig(property.Value); + continue; + } if (property.NameEquals("staticRoutes"u8)) { if (property.Value.ValueKind == JsonValueKind.Null) @@ -52,8 +69,22 @@ internal static VnetRoute DeserializeVnetRoute(JsonElement element) staticRoutes = array; continue; } + if (property.NameEquals("bgpConnections"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property.Value.EnumerateArray()) + { + array.Add(JsonSerializer.Deserialize(item.GetRawText())); + } + bgpConnections = array; + continue; + } } - return new VnetRoute(Optional.ToList(staticRoutes)); + return new VnetRoute(staticRoutesConfig.Value, Optional.ToList(staticRoutes), Optional.ToList(bgpConnections)); } } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VnetRoute.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VnetRoute.cs index 66fac5573f44..23de1a4c3ddb 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VnetRoute.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VnetRoute.cs @@ -7,26 +7,36 @@ using System.Collections.Generic; using Azure.Core; +using Azure.ResourceManager.Resources.Models; namespace Azure.ResourceManager.Network.Models { /// List of routes that control routing from VirtualHub into a virtual network connection. - internal partial class VnetRoute + public partial class VnetRoute { /// Initializes a new instance of VnetRoute. public VnetRoute() { StaticRoutes = new ChangeTrackingList(); + BgpConnections = new ChangeTrackingList(); } /// Initializes a new instance of VnetRoute. + /// Configuration for static routes on this HubVnetConnection. /// List of all Static Routes. - internal VnetRoute(IList staticRoutes) + /// The list of references to HubBgpConnection objects. + internal VnetRoute(StaticRoutesConfig staticRoutesConfig, IList staticRoutes, IReadOnlyList bgpConnections) { + StaticRoutesConfig = staticRoutesConfig; StaticRoutes = staticRoutes; + BgpConnections = bgpConnections; } + /// Configuration for static routes on this HubVnetConnection. + public StaticRoutesConfig StaticRoutesConfig { get; set; } /// List of all Static Routes. public IList StaticRoutes { get; } + /// The list of references to HubBgpConnection objects. + public IReadOnlyList BgpConnections { get; } } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VngClientConnectionConfiguration.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VngClientConnectionConfiguration.Serialization.cs new file mode 100644 index 000000000000..b6a34e0d8a87 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VngClientConnectionConfiguration.Serialization.cs @@ -0,0 +1,147 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using System.Text.Json; +using Azure; +using Azure.Core; +using Azure.ResourceManager.Resources.Models; + +namespace Azure.ResourceManager.Network.Models +{ + public partial class VngClientConnectionConfiguration : IUtf8JsonSerializable + { + void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) + { + writer.WriteStartObject(); + if (Optional.IsDefined(Id)) + { + writer.WritePropertyName("id"u8); + writer.WriteStringValue(Id); + } + if (Optional.IsDefined(Name)) + { + writer.WritePropertyName("name"u8); + writer.WriteStringValue(Name); + } + writer.WritePropertyName("properties"u8); + writer.WriteStartObject(); + if (Optional.IsDefined(VpnClientAddressPool)) + { + writer.WritePropertyName("vpnClientAddressPool"u8); + writer.WriteObjectValue(VpnClientAddressPool); + } + if (Optional.IsCollectionDefined(VirtualNetworkGatewayPolicyGroups)) + { + writer.WritePropertyName("virtualNetworkGatewayPolicyGroups"u8); + writer.WriteStartArray(); + foreach (var item in VirtualNetworkGatewayPolicyGroups) + { + JsonSerializer.Serialize(writer, item); + } + writer.WriteEndArray(); + } + writer.WriteEndObject(); + writer.WriteEndObject(); + } + + internal static VngClientConnectionConfiguration DeserializeVngClientConnectionConfiguration(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + Optional etag = default; + Optional id = default; + Optional name = default; + Optional type = default; + Optional vpnClientAddressPool = default; + Optional> virtualNetworkGatewayPolicyGroups = default; + Optional provisioningState = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("etag"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + etag = new ETag(property.Value.GetString()); + continue; + } + if (property.NameEquals("id"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + id = new ResourceIdentifier(property.Value.GetString()); + continue; + } + if (property.NameEquals("name"u8)) + { + name = property.Value.GetString(); + continue; + } + if (property.NameEquals("type"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + type = new ResourceType(property.Value.GetString()); + continue; + } + if (property.NameEquals("properties"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + property.ThrowNonNullablePropertyIsNull(); + continue; + } + foreach (var property0 in property.Value.EnumerateObject()) + { + if (property0.NameEquals("vpnClientAddressPool"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + vpnClientAddressPool = AddressSpace.DeserializeAddressSpace(property0.Value); + continue; + } + if (property0.NameEquals("virtualNetworkGatewayPolicyGroups"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property0.Value.EnumerateArray()) + { + array.Add(JsonSerializer.Deserialize(item.GetRawText())); + } + virtualNetworkGatewayPolicyGroups = array; + continue; + } + if (property0.NameEquals("provisioningState"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + provisioningState = new NetworkProvisioningState(property0.Value.GetString()); + continue; + } + } + continue; + } + } + return new VngClientConnectionConfiguration(id.Value, name.Value, Optional.ToNullable(type), Optional.ToNullable(etag), vpnClientAddressPool.Value, Optional.ToList(virtualNetworkGatewayPolicyGroups), Optional.ToNullable(provisioningState)); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VngClientConnectionConfiguration.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VngClientConnectionConfiguration.cs new file mode 100644 index 000000000000..97ce0be831bb --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VngClientConnectionConfiguration.cs @@ -0,0 +1,60 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using Azure; +using Azure.Core; +using Azure.ResourceManager.Resources.Models; + +namespace Azure.ResourceManager.Network.Models +{ + /// A vpn client connection configuration for client connection configuration. + public partial class VngClientConnectionConfiguration : NetworkResourceData + { + /// Initializes a new instance of VngClientConnectionConfiguration. + public VngClientConnectionConfiguration() + { + VirtualNetworkGatewayPolicyGroups = new ChangeTrackingList(); + } + + /// Initializes a new instance of VngClientConnectionConfiguration. + /// Resource ID. + /// Resource name. + /// Resource type. + /// A unique read-only string that changes whenever the resource is updated. + /// The reference to the address space resource which represents Address space for P2S VpnClient. + /// List of references to virtualNetworkGatewayPolicyGroups. + /// The provisioning state of the VngClientConnectionConfiguration resource. + internal VngClientConnectionConfiguration(ResourceIdentifier id, string name, ResourceType? resourceType, ETag? etag, AddressSpace vpnClientAddressPool, IList virtualNetworkGatewayPolicyGroups, NetworkProvisioningState? provisioningState) : base(id, name, resourceType) + { + ETag = etag; + VpnClientAddressPool = vpnClientAddressPool; + VirtualNetworkGatewayPolicyGroups = virtualNetworkGatewayPolicyGroups; + ProvisioningState = provisioningState; + } + + /// A unique read-only string that changes whenever the resource is updated. + public ETag? ETag { get; } + /// The reference to the address space resource which represents Address space for P2S VpnClient. + internal AddressSpace VpnClientAddressPool { get; set; } + /// A list of address blocks reserved for this virtual network in CIDR notation. + public IList VpnClientAddressPrefixes + { + get + { + if (VpnClientAddressPool is null) + VpnClientAddressPool = new AddressSpace(); + return VpnClientAddressPool.AddressPrefixes; + } + } + + /// List of references to virtualNetworkGatewayPolicyGroups. + public IList VirtualNetworkGatewayPolicyGroups { get; } + /// The provisioning state of the VngClientConnectionConfiguration resource. + public NetworkProvisioningState? ProvisioningState { get; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VpnAuthenticationType.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VpnAuthenticationType.cs index d9e6d535d78f..638f0fc66c8e 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VpnAuthenticationType.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VpnAuthenticationType.cs @@ -24,14 +24,14 @@ public VpnAuthenticationType(string value) private const string CertificateValue = "Certificate"; private const string RadiusValue = "Radius"; - private const string AADValue = "AAD"; + private const string AadValue = "AAD"; /// Certificate. public static VpnAuthenticationType Certificate { get; } = new VpnAuthenticationType(CertificateValue); /// Radius. public static VpnAuthenticationType Radius { get; } = new VpnAuthenticationType(RadiusValue); /// AAD. - public static VpnAuthenticationType AAD { get; } = new VpnAuthenticationType(AADValue); + public static VpnAuthenticationType Aad { get; } = new VpnAuthenticationType(AadValue); /// Determines if two values are the same. public static bool operator ==(VpnAuthenticationType left, VpnAuthenticationType right) => left.Equals(right); /// Determines if two values are not the same. diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VpnClientConfiguration.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VpnClientConfiguration.Serialization.cs index 711397956e3d..92c43f93ee12 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VpnClientConfiguration.Serialization.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VpnClientConfiguration.Serialization.cs @@ -106,6 +106,16 @@ void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) writer.WritePropertyName("aadIssuer"u8); writer.WriteStringValue(AadIssuer); } + if (Optional.IsCollectionDefined(VngClientConnectionConfigurations)) + { + writer.WritePropertyName("vngClientConnectionConfigurations"u8); + writer.WriteStartArray(); + foreach (var item in VngClientConnectionConfigurations) + { + writer.WriteObjectValue(item); + } + writer.WriteEndArray(); + } writer.WriteEndObject(); } @@ -127,6 +137,7 @@ internal static VpnClientConfiguration DeserializeVpnClientConfiguration(JsonEle Optional aadTenant = default; Optional aadAudience = default; Optional aadIssuer = default; + Optional> vngClientConnectionConfigurations = default; foreach (var property in element.EnumerateObject()) { if (property.NameEquals("vpnClientAddressPool"u8)) @@ -247,8 +258,22 @@ internal static VpnClientConfiguration DeserializeVpnClientConfiguration(JsonEle aadIssuer = property.Value.GetString(); continue; } + if (property.NameEquals("vngClientConnectionConfigurations"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property.Value.EnumerateArray()) + { + array.Add(VngClientConnectionConfiguration.DeserializeVngClientConnectionConfiguration(item)); + } + vngClientConnectionConfigurations = array; + continue; + } } - return new VpnClientConfiguration(vpnClientAddressPool.Value, Optional.ToList(vpnClientRootCertificates), Optional.ToList(vpnClientRevokedCertificates), Optional.ToList(vpnClientProtocols), Optional.ToList(vpnAuthenticationTypes), Optional.ToList(vpnClientIPsecPolicies), radiusServerAddress.Value, radiusServerSecret.Value, Optional.ToList(radiusServers), aadTenant.Value, aadAudience.Value, aadIssuer.Value); + return new VpnClientConfiguration(vpnClientAddressPool.Value, Optional.ToList(vpnClientRootCertificates), Optional.ToList(vpnClientRevokedCertificates), Optional.ToList(vpnClientProtocols), Optional.ToList(vpnAuthenticationTypes), Optional.ToList(vpnClientIPsecPolicies), radiusServerAddress.Value, radiusServerSecret.Value, Optional.ToList(radiusServers), aadTenant.Value, aadAudience.Value, aadIssuer.Value, Optional.ToList(vngClientConnectionConfigurations)); } } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VpnClientConfiguration.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VpnClientConfiguration.cs index 851355cfa7f2..4fa8c58d2de6 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VpnClientConfiguration.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VpnClientConfiguration.cs @@ -22,6 +22,7 @@ public VpnClientConfiguration() VpnAuthenticationTypes = new ChangeTrackingList(); VpnClientIPsecPolicies = new ChangeTrackingList(); RadiusServers = new ChangeTrackingList(); + VngClientConnectionConfigurations = new ChangeTrackingList(); } /// Initializes a new instance of VpnClientConfiguration. @@ -37,7 +38,8 @@ public VpnClientConfiguration() /// The AADTenant property of the VirtualNetworkGateway resource for vpn client connection used for AAD authentication. /// The AADAudience property of the VirtualNetworkGateway resource for vpn client connection used for AAD authentication. /// The AADIssuer property of the VirtualNetworkGateway resource for vpn client connection used for AAD authentication. - internal VpnClientConfiguration(AddressSpace vpnClientAddressPool, IList vpnClientRootCertificates, IList vpnClientRevokedCertificates, IList vpnClientProtocols, IList vpnAuthenticationTypes, IList vpnClientIPsecPolicies, string radiusServerAddress, string radiusServerSecret, IList radiusServers, string aadTenant, string aadAudience, string aadIssuer) + /// per ip address pool connection policy for virtual network gateway P2S client. + internal VpnClientConfiguration(AddressSpace vpnClientAddressPool, IList vpnClientRootCertificates, IList vpnClientRevokedCertificates, IList vpnClientProtocols, IList vpnAuthenticationTypes, IList vpnClientIPsecPolicies, string radiusServerAddress, string radiusServerSecret, IList radiusServers, string aadTenant, string aadAudience, string aadIssuer, IList vngClientConnectionConfigurations) { VpnClientAddressPool = vpnClientAddressPool; VpnClientRootCertificates = vpnClientRootCertificates; @@ -51,6 +53,7 @@ internal VpnClientConfiguration(AddressSpace vpnClientAddressPool, IList The reference to the address space resource which represents Address space for P2S VpnClient. @@ -88,5 +91,7 @@ public IList VpnClientAddressPrefixes public string AadAudience { get; set; } /// The AADIssuer property of the VirtualNetworkGateway resource for vpn client connection used for AAD authentication. public string AadIssuer { get; set; } + /// per ip address pool connection policy for virtual network gateway P2S client. + public IList VngClientConnectionConfigurations { get; } } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VpnClientParameters.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VpnClientContent.Serialization.cs similarity index 95% rename from sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VpnClientParameters.Serialization.cs rename to sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VpnClientContent.Serialization.cs index f82412081429..8ff654770486 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VpnClientParameters.Serialization.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VpnClientContent.Serialization.cs @@ -10,7 +10,7 @@ namespace Azure.ResourceManager.Network.Models { - public partial class VpnClientParameters : IUtf8JsonSerializable + public partial class VpnClientContent : IUtf8JsonSerializable { void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) { diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VpnClientParameters.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VpnClientContent.cs similarity index 88% rename from sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VpnClientParameters.cs rename to sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VpnClientContent.cs index 47566b169c17..a8d1eeede5cc 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VpnClientParameters.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VpnClientContent.cs @@ -11,10 +11,10 @@ namespace Azure.ResourceManager.Network.Models { /// Vpn Client Parameters for package generation. - public partial class VpnClientParameters + public partial class VpnClientContent { - /// Initializes a new instance of VpnClientParameters. - public VpnClientParameters() + /// Initializes a new instance of VpnClientContent. + public VpnClientContent() { ClientRootCertificates = new ChangeTrackingList(); } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VpnGatewayData.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VpnGatewayData.Serialization.cs index 5a8cd8f43db4..aa7d2f2df018 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VpnGatewayData.Serialization.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VpnGatewayData.Serialization.cs @@ -67,6 +67,11 @@ void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) writer.WritePropertyName("vpnGatewayScaleUnit"u8); writer.WriteNumberValue(VpnGatewayScaleUnit.Value); } + if (Optional.IsDefined(EnableBgpRouteTranslationForNat)) + { + writer.WritePropertyName("enableBgpRouteTranslationForNat"u8); + writer.WriteBooleanValue(EnableBgpRouteTranslationForNat.Value); + } if (Optional.IsDefined(IsRoutingPreferenceInternet)) { writer.WritePropertyName("isRoutingPreferenceInternet"u8); @@ -104,6 +109,7 @@ internal static VpnGatewayData DeserializeVpnGatewayData(JsonElement element) Optional provisioningState = default; Optional vpnGatewayScaleUnit = default; Optional> ipConfigurations = default; + Optional enableBgpRouteTranslationForNat = default; Optional isRoutingPreferenceInternet = default; Optional> natRules = default; foreach (var property in element.EnumerateObject()) @@ -236,6 +242,15 @@ internal static VpnGatewayData DeserializeVpnGatewayData(JsonElement element) ipConfigurations = array; continue; } + if (property0.NameEquals("enableBgpRouteTranslationForNat"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + enableBgpRouteTranslationForNat = property0.Value.GetBoolean(); + continue; + } if (property0.NameEquals("isRoutingPreferenceInternet"u8)) { if (property0.Value.ValueKind == JsonValueKind.Null) @@ -263,7 +278,7 @@ internal static VpnGatewayData DeserializeVpnGatewayData(JsonElement element) continue; } } - return new VpnGatewayData(id.Value, name.Value, Optional.ToNullable(type), Optional.ToNullable(location), Optional.ToDictionary(tags), Optional.ToNullable(etag), virtualHub, Optional.ToList(connections), bgpSettings.Value, Optional.ToNullable(provisioningState), Optional.ToNullable(vpnGatewayScaleUnit), Optional.ToList(ipConfigurations), Optional.ToNullable(isRoutingPreferenceInternet), Optional.ToList(natRules)); + return new VpnGatewayData(id.Value, name.Value, Optional.ToNullable(type), Optional.ToNullable(location), Optional.ToDictionary(tags), Optional.ToNullable(etag), virtualHub, Optional.ToList(connections), bgpSettings.Value, Optional.ToNullable(provisioningState), Optional.ToNullable(vpnGatewayScaleUnit), Optional.ToList(ipConfigurations), Optional.ToNullable(enableBgpRouteTranslationForNat), Optional.ToNullable(isRoutingPreferenceInternet), Optional.ToList(natRules)); } } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VpnNatRuleMapping.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VpnNatRuleMapping.Serialization.cs index b622aec2e024..cde667426293 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VpnNatRuleMapping.Serialization.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VpnNatRuleMapping.Serialization.cs @@ -20,6 +20,11 @@ void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) writer.WritePropertyName("addressSpace"u8); writer.WriteStringValue(AddressSpace); } + if (Optional.IsDefined(PortRange)) + { + writer.WritePropertyName("portRange"u8); + writer.WriteStringValue(PortRange); + } writer.WriteEndObject(); } @@ -30,6 +35,7 @@ internal static VpnNatRuleMapping DeserializeVpnNatRuleMapping(JsonElement eleme return null; } Optional addressSpace = default; + Optional portRange = default; foreach (var property in element.EnumerateObject()) { if (property.NameEquals("addressSpace"u8)) @@ -37,8 +43,13 @@ internal static VpnNatRuleMapping DeserializeVpnNatRuleMapping(JsonElement eleme addressSpace = property.Value.GetString(); continue; } + if (property.NameEquals("portRange"u8)) + { + portRange = property.Value.GetString(); + continue; + } } - return new VpnNatRuleMapping(addressSpace.Value); + return new VpnNatRuleMapping(addressSpace.Value, portRange.Value); } } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VpnNatRuleMapping.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VpnNatRuleMapping.cs index ef642c62e636..2ebee407ecdb 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VpnNatRuleMapping.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VpnNatRuleMapping.cs @@ -17,12 +17,16 @@ public VpnNatRuleMapping() /// Initializes a new instance of VpnNatRuleMapping. /// Address space for Vpn NatRule mapping. - internal VpnNatRuleMapping(string addressSpace) + /// Port range for Vpn NatRule mapping. + internal VpnNatRuleMapping(string addressSpace, string portRange) { AddressSpace = addressSpace; + PortRange = portRange; } /// Address space for Vpn NatRule mapping. public string AddressSpace { get; set; } + /// Port range for Vpn NatRule mapping. + public string PortRange { get; set; } } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VpnPacketCaptureStartParameters.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VpnPacketCaptureStartContent.Serialization.cs similarity index 87% rename from sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VpnPacketCaptureStartParameters.Serialization.cs rename to sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VpnPacketCaptureStartContent.Serialization.cs index e808de038262..39131bbec0f7 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VpnPacketCaptureStartParameters.Serialization.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VpnPacketCaptureStartContent.Serialization.cs @@ -10,7 +10,7 @@ namespace Azure.ResourceManager.Network.Models { - public partial class VpnPacketCaptureStartParameters : IUtf8JsonSerializable + public partial class VpnPacketCaptureStartContent : IUtf8JsonSerializable { void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) { diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VpnPacketCaptureStartParameters.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VpnPacketCaptureStartContent.cs similarity index 77% rename from sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VpnPacketCaptureStartParameters.cs rename to sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VpnPacketCaptureStartContent.cs index eda413a324e6..99d056e121f6 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VpnPacketCaptureStartParameters.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VpnPacketCaptureStartContent.cs @@ -8,10 +8,10 @@ namespace Azure.ResourceManager.Network.Models { /// Start packet capture parameters on virtual network gateway. - public partial class VpnPacketCaptureStartParameters + public partial class VpnPacketCaptureStartContent { - /// Initializes a new instance of VpnPacketCaptureStartParameters. - public VpnPacketCaptureStartParameters() + /// Initializes a new instance of VpnPacketCaptureStartContent. + public VpnPacketCaptureStartContent() { } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VpnPacketCaptureStopParameters.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VpnPacketCaptureStopContent.Serialization.cs similarity index 88% rename from sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VpnPacketCaptureStopParameters.Serialization.cs rename to sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VpnPacketCaptureStopContent.Serialization.cs index 941e76ea4f2d..251563fb83b7 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VpnPacketCaptureStopParameters.Serialization.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VpnPacketCaptureStopContent.Serialization.cs @@ -10,7 +10,7 @@ namespace Azure.ResourceManager.Network.Models { - public partial class VpnPacketCaptureStopParameters : IUtf8JsonSerializable + public partial class VpnPacketCaptureStopContent : IUtf8JsonSerializable { void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) { diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VpnPacketCaptureStopParameters.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VpnPacketCaptureStopContent.cs similarity index 78% rename from sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VpnPacketCaptureStopParameters.cs rename to sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VpnPacketCaptureStopContent.cs index a6dcf6bd4a65..5bad77b0c1c6 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VpnPacketCaptureStopParameters.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VpnPacketCaptureStopContent.cs @@ -10,10 +10,10 @@ namespace Azure.ResourceManager.Network.Models { /// Stop packet capture parameters. - public partial class VpnPacketCaptureStopParameters + public partial class VpnPacketCaptureStopContent { - /// Initializes a new instance of VpnPacketCaptureStopParameters. - public VpnPacketCaptureStopParameters() + /// Initializes a new instance of VpnPacketCaptureStopContent. + public VpnPacketCaptureStopContent() { } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VpnPolicyMemberAttributeType.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VpnPolicyMemberAttributeType.cs new file mode 100644 index 000000000000..84df937086de --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VpnPolicyMemberAttributeType.cs @@ -0,0 +1,54 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.ComponentModel; + +namespace Azure.ResourceManager.Network.Models +{ + /// The Vpn Policy member attribute type. + public readonly partial struct VpnPolicyMemberAttributeType : IEquatable + { + private readonly string _value; + + /// Initializes a new instance of . + /// is null. + public VpnPolicyMemberAttributeType(string value) + { + _value = value ?? throw new ArgumentNullException(nameof(value)); + } + + private const string CertificateGroupIdValue = "CertificateGroupId"; + private const string AadGroupIdValue = "AADGroupId"; + private const string RadiusAzureGroupIdValue = "RadiusAzureGroupId"; + + /// CertificateGroupId. + public static VpnPolicyMemberAttributeType CertificateGroupId { get; } = new VpnPolicyMemberAttributeType(CertificateGroupIdValue); + /// AADGroupId. + public static VpnPolicyMemberAttributeType AadGroupId { get; } = new VpnPolicyMemberAttributeType(AadGroupIdValue); + /// RadiusAzureGroupId. + public static VpnPolicyMemberAttributeType RadiusAzureGroupId { get; } = new VpnPolicyMemberAttributeType(RadiusAzureGroupIdValue); + /// Determines if two values are the same. + public static bool operator ==(VpnPolicyMemberAttributeType left, VpnPolicyMemberAttributeType right) => left.Equals(right); + /// Determines if two values are not the same. + public static bool operator !=(VpnPolicyMemberAttributeType left, VpnPolicyMemberAttributeType right) => !left.Equals(right); + /// Converts a string to a . + public static implicit operator VpnPolicyMemberAttributeType(string value) => new VpnPolicyMemberAttributeType(value); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override bool Equals(object obj) => obj is VpnPolicyMemberAttributeType other && Equals(other); + /// + public bool Equals(VpnPolicyMemberAttributeType other) => string.Equals(_value, other._value, StringComparison.InvariantCultureIgnoreCase); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override int GetHashCode() => _value?.GetHashCode() ?? 0; + /// + public override string ToString() => _value; + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VpnServerConfigurationData.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VpnServerConfigurationData.Serialization.cs index 2a3af7017a49..b7371e1fb502 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VpnServerConfigurationData.Serialization.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VpnServerConfigurationData.Serialization.cs @@ -136,6 +136,16 @@ void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) writer.WritePropertyName("aadAuthenticationParameters"u8); writer.WriteObjectValue(AadAuthenticationParameters); } + if (Optional.IsCollectionDefined(ConfigurationPolicyGroups)) + { + writer.WritePropertyName("configurationPolicyGroups"u8); + writer.WriteStartArray(); + foreach (var item in ConfigurationPolicyGroups) + { + writer.WriteObjectValue(item); + } + writer.WriteEndArray(); + } writer.WriteEndObject(); writer.WriteEndObject(); } @@ -165,6 +175,7 @@ internal static VpnServerConfigurationData DeserializeVpnServerConfigurationData Optional aadAuthenticationParameters = default; Optional provisioningState = default; Optional> p2sVpnGateways = default; + Optional> configurationPolicyGroups = default; foreach (var property in element.EnumerateObject()) { if (property.NameEquals("etag"u8)) @@ -381,11 +392,25 @@ internal static VpnServerConfigurationData DeserializeVpnServerConfigurationData p2sVpnGateways = array; continue; } + if (property0.NameEquals("configurationPolicyGroups"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property0.Value.EnumerateArray()) + { + array.Add(VpnServerConfigurationPolicyGroupData.DeserializeVpnServerConfigurationPolicyGroupData(item)); + } + configurationPolicyGroups = array; + continue; + } } continue; } } - return new VpnServerConfigurationData(id.Value, name.Value, Optional.ToNullable(type), Optional.ToNullable(location), Optional.ToDictionary(tags), Optional.ToNullable(etag), Optional.ToList(vpnProtocols), Optional.ToList(vpnAuthenticationTypes), Optional.ToList(vpnClientRootCertificates), Optional.ToList(vpnClientRevokedCertificates), Optional.ToList(radiusServerRootCertificates), Optional.ToList(radiusClientRootCertificates), Optional.ToList(vpnClientIPsecPolicies), radiusServerAddress.Value, radiusServerSecret.Value, Optional.ToList(radiusServers), aadAuthenticationParameters.Value, provisioningState.Value, Optional.ToList(p2sVpnGateways)); + return new VpnServerConfigurationData(id.Value, name.Value, Optional.ToNullable(type), Optional.ToNullable(location), Optional.ToDictionary(tags), Optional.ToNullable(etag), Optional.ToList(vpnProtocols), Optional.ToList(vpnAuthenticationTypes), Optional.ToList(vpnClientRootCertificates), Optional.ToList(vpnClientRevokedCertificates), Optional.ToList(radiusServerRootCertificates), Optional.ToList(radiusClientRootCertificates), Optional.ToList(vpnClientIPsecPolicies), radiusServerAddress.Value, radiusServerSecret.Value, Optional.ToList(radiusServers), aadAuthenticationParameters.Value, provisioningState.Value, Optional.ToList(p2sVpnGateways), Optional.ToList(configurationPolicyGroups)); } } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VpnServerConfigurationPolicyGroupData.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VpnServerConfigurationPolicyGroupData.Serialization.cs new file mode 100644 index 000000000000..65744c64b392 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VpnServerConfigurationPolicyGroupData.Serialization.cs @@ -0,0 +1,178 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using System.Text.Json; +using Azure; +using Azure.Core; +using Azure.ResourceManager.Network.Models; +using Azure.ResourceManager.Resources.Models; + +namespace Azure.ResourceManager.Network +{ + public partial class VpnServerConfigurationPolicyGroupData : IUtf8JsonSerializable + { + void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) + { + writer.WriteStartObject(); + if (Optional.IsDefined(Id)) + { + writer.WritePropertyName("id"u8); + writer.WriteStringValue(Id); + } + if (Optional.IsDefined(Name)) + { + writer.WritePropertyName("name"u8); + writer.WriteStringValue(Name); + } + writer.WritePropertyName("properties"u8); + writer.WriteStartObject(); + if (Optional.IsDefined(IsDefault)) + { + writer.WritePropertyName("isDefault"u8); + writer.WriteBooleanValue(IsDefault.Value); + } + if (Optional.IsDefined(Priority)) + { + writer.WritePropertyName("priority"u8); + writer.WriteNumberValue(Priority.Value); + } + if (Optional.IsCollectionDefined(PolicyMembers)) + { + writer.WritePropertyName("policyMembers"u8); + writer.WriteStartArray(); + foreach (var item in PolicyMembers) + { + writer.WriteObjectValue(item); + } + writer.WriteEndArray(); + } + writer.WriteEndObject(); + writer.WriteEndObject(); + } + + internal static VpnServerConfigurationPolicyGroupData DeserializeVpnServerConfigurationPolicyGroupData(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + Optional etag = default; + Optional id = default; + Optional name = default; + Optional type = default; + Optional isDefault = default; + Optional priority = default; + Optional> policyMembers = default; + Optional> p2sConnectionConfigurations = default; + Optional provisioningState = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("etag"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + etag = new ETag(property.Value.GetString()); + continue; + } + if (property.NameEquals("id"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + id = new ResourceIdentifier(property.Value.GetString()); + continue; + } + if (property.NameEquals("name"u8)) + { + name = property.Value.GetString(); + continue; + } + if (property.NameEquals("type"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + type = new ResourceType(property.Value.GetString()); + continue; + } + if (property.NameEquals("properties"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + property.ThrowNonNullablePropertyIsNull(); + continue; + } + foreach (var property0 in property.Value.EnumerateObject()) + { + if (property0.NameEquals("isDefault"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + isDefault = property0.Value.GetBoolean(); + continue; + } + if (property0.NameEquals("priority"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + priority = property0.Value.GetInt32(); + continue; + } + if (property0.NameEquals("policyMembers"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property0.Value.EnumerateArray()) + { + array.Add(VpnServerConfigurationPolicyGroupMember.DeserializeVpnServerConfigurationPolicyGroupMember(item)); + } + policyMembers = array; + continue; + } + if (property0.NameEquals("p2SConnectionConfigurations"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property0.Value.EnumerateArray()) + { + array.Add(JsonSerializer.Deserialize(item.GetRawText())); + } + p2sConnectionConfigurations = array; + continue; + } + if (property0.NameEquals("provisioningState"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + provisioningState = new NetworkProvisioningState(property0.Value.GetString()); + continue; + } + } + continue; + } + } + return new VpnServerConfigurationPolicyGroupData(id.Value, name.Value, Optional.ToNullable(type), Optional.ToNullable(etag), Optional.ToNullable(isDefault), Optional.ToNullable(priority), Optional.ToList(policyMembers), Optional.ToList(p2sConnectionConfigurations), Optional.ToNullable(provisioningState)); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VpnServerConfigurationPolicyGroupMember.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VpnServerConfigurationPolicyGroupMember.Serialization.cs new file mode 100644 index 000000000000..368e60919a8d --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VpnServerConfigurationPolicyGroupMember.Serialization.cs @@ -0,0 +1,70 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.Network.Models +{ + public partial class VpnServerConfigurationPolicyGroupMember : IUtf8JsonSerializable + { + void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) + { + writer.WriteStartObject(); + if (Optional.IsDefined(Name)) + { + writer.WritePropertyName("name"u8); + writer.WriteStringValue(Name); + } + if (Optional.IsDefined(AttributeType)) + { + writer.WritePropertyName("attributeType"u8); + writer.WriteStringValue(AttributeType.Value.ToString()); + } + if (Optional.IsDefined(AttributeValue)) + { + writer.WritePropertyName("attributeValue"u8); + writer.WriteStringValue(AttributeValue); + } + writer.WriteEndObject(); + } + + internal static VpnServerConfigurationPolicyGroupMember DeserializeVpnServerConfigurationPolicyGroupMember(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + Optional name = default; + Optional attributeType = default; + Optional attributeValue = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("name"u8)) + { + name = property.Value.GetString(); + continue; + } + if (property.NameEquals("attributeType"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + attributeType = new VpnPolicyMemberAttributeType(property.Value.GetString()); + continue; + } + if (property.NameEquals("attributeValue"u8)) + { + attributeValue = property.Value.GetString(); + continue; + } + } + return new VpnServerConfigurationPolicyGroupMember(name.Value, Optional.ToNullable(attributeType), attributeValue.Value); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VpnServerConfigurationPolicyGroupMember.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VpnServerConfigurationPolicyGroupMember.cs new file mode 100644 index 000000000000..ccd2aa916d94 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VpnServerConfigurationPolicyGroupMember.cs @@ -0,0 +1,36 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +namespace Azure.ResourceManager.Network.Models +{ + /// VpnServerConfiguration PolicyGroup member. + public partial class VpnServerConfigurationPolicyGroupMember + { + /// Initializes a new instance of VpnServerConfigurationPolicyGroupMember. + public VpnServerConfigurationPolicyGroupMember() + { + } + + /// Initializes a new instance of VpnServerConfigurationPolicyGroupMember. + /// Name of the VpnServerConfigurationPolicyGroupMember. + /// The Vpn Policy member attribute type. + /// The value of Attribute used for this VpnServerConfigurationPolicyGroupMember. + internal VpnServerConfigurationPolicyGroupMember(string name, VpnPolicyMemberAttributeType? attributeType, string attributeValue) + { + Name = name; + AttributeType = attributeType; + AttributeValue = attributeValue; + } + + /// Name of the VpnServerConfigurationPolicyGroupMember. + public string Name { get; set; } + /// The Vpn Policy member attribute type. + public VpnPolicyMemberAttributeType? AttributeType { get; set; } + /// The value of Attribute used for this VpnServerConfigurationPolicyGroupMember. + public string AttributeValue { get; set; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VpnSiteLinkConnectionData.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VpnSiteLinkConnectionData.Serialization.cs index a5cd36604f9a..840ab233eb16 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VpnSiteLinkConnectionData.Serialization.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/VpnSiteLinkConnectionData.Serialization.cs @@ -66,6 +66,16 @@ void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) writer.WritePropertyName("enableBgp"u8); writer.WriteBooleanValue(EnableBgp.Value); } + if (Optional.IsCollectionDefined(VpnGatewayCustomBgpAddresses)) + { + writer.WritePropertyName("vpnGatewayCustomBgpAddresses"u8); + writer.WriteStartArray(); + foreach (var item in VpnGatewayCustomBgpAddresses) + { + writer.WriteObjectValue(item); + } + writer.WriteEndArray(); + } if (Optional.IsDefined(UsePolicyBasedTrafficSelectors)) { writer.WritePropertyName("usePolicyBasedTrafficSelectors"u8); @@ -135,6 +145,7 @@ internal static VpnSiteLinkConnectionData DeserializeVpnSiteLinkConnectionData(J Optional connectionBandwidth = default; Optional sharedKey = default; Optional enableBgp = default; + Optional> vpnGatewayCustomBgpAddresses = default; Optional usePolicyBasedTrafficSelectors = default; Optional> ipsecPolicies = default; Optional enableRateLimiting = default; @@ -271,6 +282,20 @@ internal static VpnSiteLinkConnectionData DeserializeVpnSiteLinkConnectionData(J enableBgp = property0.Value.GetBoolean(); continue; } + if (property0.NameEquals("vpnGatewayCustomBgpAddresses"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property0.Value.EnumerateArray()) + { + array.Add(GatewayCustomBgpIPAddressIPConfiguration.DeserializeGatewayCustomBgpIPAddressIPConfiguration(item)); + } + vpnGatewayCustomBgpAddresses = array; + continue; + } if (property0.NameEquals("usePolicyBasedTrafficSelectors"u8)) { if (property0.Value.ValueKind == JsonValueKind.Null) @@ -353,7 +378,7 @@ internal static VpnSiteLinkConnectionData DeserializeVpnSiteLinkConnectionData(J continue; } } - return new VpnSiteLinkConnectionData(id.Value, name.Value, Optional.ToNullable(type), Optional.ToNullable(etag), vpnSiteLink, Optional.ToNullable(routingWeight), Optional.ToNullable(vpnLinkConnectionMode), Optional.ToNullable(connectionStatus), Optional.ToNullable(vpnConnectionProtocolType), Optional.ToNullable(ingressBytesTransferred), Optional.ToNullable(egressBytesTransferred), Optional.ToNullable(connectionBandwidth), sharedKey.Value, Optional.ToNullable(enableBgp), Optional.ToNullable(usePolicyBasedTrafficSelectors), Optional.ToList(ipsecPolicies), Optional.ToNullable(enableRateLimiting), Optional.ToNullable(useLocalAzureIPAddress), Optional.ToNullable(provisioningState), Optional.ToList(ingressNatRules), Optional.ToList(egressNatRules)); + return new VpnSiteLinkConnectionData(id.Value, name.Value, Optional.ToNullable(type), Optional.ToNullable(etag), vpnSiteLink, Optional.ToNullable(routingWeight), Optional.ToNullable(vpnLinkConnectionMode), Optional.ToNullable(connectionStatus), Optional.ToNullable(vpnConnectionProtocolType), Optional.ToNullable(ingressBytesTransferred), Optional.ToNullable(egressBytesTransferred), Optional.ToNullable(connectionBandwidth), sharedKey.Value, Optional.ToNullable(enableBgp), Optional.ToList(vpnGatewayCustomBgpAddresses), Optional.ToNullable(usePolicyBasedTrafficSelectors), Optional.ToList(ipsecPolicies), Optional.ToNullable(enableRateLimiting), Optional.ToNullable(useLocalAzureIPAddress), Optional.ToNullable(provisioningState), Optional.ToList(ingressNatRules), Optional.ToList(egressNatRules)); } } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/WebApplicationFirewallCustomRule.Serialization.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/WebApplicationFirewallCustomRule.Serialization.cs index 5b695c708a85..fc4a06009fca 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/WebApplicationFirewallCustomRule.Serialization.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/WebApplicationFirewallCustomRule.Serialization.cs @@ -24,6 +24,11 @@ void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) } writer.WritePropertyName("priority"u8); writer.WriteNumberValue(Priority); + if (Optional.IsDefined(State)) + { + writer.WritePropertyName("state"u8); + writer.WriteStringValue(State.Value.ToString()); + } writer.WritePropertyName("ruleType"u8); writer.WriteStringValue(RuleType.ToString()); writer.WritePropertyName("matchConditions"u8); @@ -47,6 +52,7 @@ internal static WebApplicationFirewallCustomRule DeserializeWebApplicationFirewa Optional name = default; Optional etag = default; int priority = default; + Optional state = default; WebApplicationFirewallRuleType ruleType = default; IList matchConditions = default; WebApplicationFirewallAction action = default; @@ -71,6 +77,15 @@ internal static WebApplicationFirewallCustomRule DeserializeWebApplicationFirewa priority = property.Value.GetInt32(); continue; } + if (property.NameEquals("state"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + state = new WebApplicationFirewallState(property.Value.GetString()); + continue; + } if (property.NameEquals("ruleType"u8)) { ruleType = new WebApplicationFirewallRuleType(property.Value.GetString()); @@ -92,7 +107,7 @@ internal static WebApplicationFirewallCustomRule DeserializeWebApplicationFirewa continue; } } - return new WebApplicationFirewallCustomRule(name.Value, Optional.ToNullable(etag), priority, ruleType, matchConditions, action); + return new WebApplicationFirewallCustomRule(name.Value, Optional.ToNullable(etag), priority, Optional.ToNullable(state), ruleType, matchConditions, action); } } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/WebApplicationFirewallCustomRule.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/WebApplicationFirewallCustomRule.cs index 8d41c20a1cc8..4ae60c7c41fc 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/WebApplicationFirewallCustomRule.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/WebApplicationFirewallCustomRule.cs @@ -36,14 +36,16 @@ public WebApplicationFirewallCustomRule(int priority, WebApplicationFirewallRule /// The name of the resource that is unique within a policy. This name can be used to access the resource. /// A unique read-only string that changes whenever the resource is updated. /// Priority of the rule. Rules with a lower value will be evaluated before rules with a higher value. + /// Describes if the custom rule is in enabled or disabled state. Defaults to Enabled if not specified. /// The rule type. /// List of match conditions. /// Type of Actions. - internal WebApplicationFirewallCustomRule(string name, ETag? etag, int priority, WebApplicationFirewallRuleType ruleType, IList matchConditions, WebApplicationFirewallAction action) + internal WebApplicationFirewallCustomRule(string name, ETag? etag, int priority, WebApplicationFirewallState? state, WebApplicationFirewallRuleType ruleType, IList matchConditions, WebApplicationFirewallAction action) { Name = name; ETag = etag; Priority = priority; + State = state; RuleType = ruleType; MatchConditions = matchConditions; Action = action; @@ -55,6 +57,8 @@ internal WebApplicationFirewallCustomRule(string name, ETag? etag, int priority, public ETag? ETag { get; } /// Priority of the rule. Rules with a lower value will be evaluated before rules with a higher value. public int Priority { get; set; } + /// Describes if the custom rule is in enabled or disabled state. Defaults to Enabled if not specified. + public WebApplicationFirewallState? State { get; set; } /// The rule type. public WebApplicationFirewallRuleType RuleType { get; set; } /// List of match conditions. diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/WebApplicationFirewallOperator.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/WebApplicationFirewallOperator.cs index ddaa57609cee..ff146cfc361b 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/WebApplicationFirewallOperator.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/WebApplicationFirewallOperator.cs @@ -33,6 +33,7 @@ public WebApplicationFirewallOperator(string value) private const string EndsWithValue = "EndsWith"; private const string RegexValue = "Regex"; private const string GeoMatchValue = "GeoMatch"; + private const string AnyValue = "Any"; /// IPMatch. public static WebApplicationFirewallOperator IPMatch { get; } = new WebApplicationFirewallOperator(IPMatchValue); @@ -56,6 +57,8 @@ public WebApplicationFirewallOperator(string value) public static WebApplicationFirewallOperator Regex { get; } = new WebApplicationFirewallOperator(RegexValue); /// GeoMatch. public static WebApplicationFirewallOperator GeoMatch { get; } = new WebApplicationFirewallOperator(GeoMatchValue); + /// Any. + public static WebApplicationFirewallOperator Any { get; } = new WebApplicationFirewallOperator(AnyValue); /// Determines if two values are the same. public static bool operator ==(WebApplicationFirewallOperator left, WebApplicationFirewallOperator right) => left.Equals(right); /// Determines if two values are not the same. diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/WebApplicationFirewallState.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/WebApplicationFirewallState.cs new file mode 100644 index 000000000000..a8a338b6df10 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/WebApplicationFirewallState.cs @@ -0,0 +1,51 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.ComponentModel; + +namespace Azure.ResourceManager.Network.Models +{ + /// Describes if the custom rule is in enabled or disabled state. Defaults to Enabled if not specified. + public readonly partial struct WebApplicationFirewallState : IEquatable + { + private readonly string _value; + + /// Initializes a new instance of . + /// is null. + public WebApplicationFirewallState(string value) + { + _value = value ?? throw new ArgumentNullException(nameof(value)); + } + + private const string DisabledValue = "Disabled"; + private const string EnabledValue = "Enabled"; + + /// Disabled. + public static WebApplicationFirewallState Disabled { get; } = new WebApplicationFirewallState(DisabledValue); + /// Enabled. + public static WebApplicationFirewallState Enabled { get; } = new WebApplicationFirewallState(EnabledValue); + /// Determines if two values are the same. + public static bool operator ==(WebApplicationFirewallState left, WebApplicationFirewallState right) => left.Equals(right); + /// Determines if two values are not the same. + public static bool operator !=(WebApplicationFirewallState left, WebApplicationFirewallState right) => !left.Equals(right); + /// Converts a string to a . + public static implicit operator WebApplicationFirewallState(string value) => new WebApplicationFirewallState(value); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override bool Equals(object obj) => obj is WebApplicationFirewallState other && Equals(other); + /// + public bool Equals(WebApplicationFirewallState other) => string.Equals(_value, other._value, StringComparison.InvariantCultureIgnoreCase); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override int GetHashCode() => _value?.GetHashCode() ?? 0; + /// + public override string ToString() => _value; + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/WebApplicationFirewallTransform.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/WebApplicationFirewallTransform.cs index e966657c2da9..60338ab00202 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/WebApplicationFirewallTransform.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/WebApplicationFirewallTransform.cs @@ -22,6 +22,7 @@ public WebApplicationFirewallTransform(string value) _value = value ?? throw new ArgumentNullException(nameof(value)); } + private const string UppercaseValue = "Uppercase"; private const string LowercaseValue = "Lowercase"; private const string TrimValue = "Trim"; private const string UrlDecodeValue = "UrlDecode"; @@ -29,6 +30,8 @@ public WebApplicationFirewallTransform(string value) private const string RemoveNullsValue = "RemoveNulls"; private const string HtmlEntityDecodeValue = "HtmlEntityDecode"; + /// Uppercase. + public static WebApplicationFirewallTransform Uppercase { get; } = new WebApplicationFirewallTransform(UppercaseValue); /// Lowercase. public static WebApplicationFirewallTransform Lowercase { get; } = new WebApplicationFirewallTransform(LowercaseValue); /// Trim. diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/WorkloadProtectedFlag.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/WorkloadProtectedFlag.cs new file mode 100644 index 000000000000..07166cbfd5a8 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/Models/WorkloadProtectedFlag.cs @@ -0,0 +1,51 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.ComponentModel; + +namespace Azure.ResourceManager.Network.Models +{ + /// Value indicating whether the IP address is DDoS workload protected or not. + public readonly partial struct WorkloadProtectedFlag : IEquatable + { + private readonly string _value; + + /// Initializes a new instance of . + /// is null. + public WorkloadProtectedFlag(string value) + { + _value = value ?? throw new ArgumentNullException(nameof(value)); + } + + private const string FalseValue = "False"; + private const string TrueValue = "True"; + + /// False. + public static WorkloadProtectedFlag False { get; } = new WorkloadProtectedFlag(FalseValue); + /// True. + public static WorkloadProtectedFlag True { get; } = new WorkloadProtectedFlag(TrueValue); + /// Determines if two values are the same. + public static bool operator ==(WorkloadProtectedFlag left, WorkloadProtectedFlag right) => left.Equals(right); + /// Determines if two values are not the same. + public static bool operator !=(WorkloadProtectedFlag left, WorkloadProtectedFlag right) => !left.Equals(right); + /// Converts a string to a . + public static implicit operator WorkloadProtectedFlag(string value) => new WorkloadProtectedFlag(value); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override bool Equals(object obj) => obj is WorkloadProtectedFlag other && Equals(other); + /// + public bool Equals(WorkloadProtectedFlag other) => string.Equals(_value, other._value, StringComparison.InvariantCultureIgnoreCase); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override int GetHashCode() => _value?.GetHashCode() ?? 0; + /// + public override string ToString() => _value; + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/NetworkGroupCollection.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/NetworkGroupCollection.cs new file mode 100644 index 000000000000..69087e138b2e --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/NetworkGroupCollection.cs @@ -0,0 +1,346 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Collections; +using System.Collections.Generic; +using System.Globalization; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Core.Pipeline; +using Azure.ResourceManager; + +namespace Azure.ResourceManager.Network +{ + /// + /// A class representing a collection of and their operations. + /// Each in the collection will belong to the same instance of . + /// To get a instance call the GetNetworkGroups method from an instance of . + /// + public partial class NetworkGroupCollection : ArmCollection, IEnumerable, IAsyncEnumerable + { + private readonly ClientDiagnostics _networkGroupClientDiagnostics; + private readonly NetworkGroupsRestOperations _networkGroupRestClient; + + /// Initializes a new instance of the class for mocking. + protected NetworkGroupCollection() + { + } + + /// Initializes a new instance of the class. + /// The client parameters to use in these operations. + /// The identifier of the parent resource that is the target of operations. + internal NetworkGroupCollection(ArmClient client, ResourceIdentifier id) : base(client, id) + { + _networkGroupClientDiagnostics = new ClientDiagnostics("Azure.ResourceManager.Network", NetworkGroupResource.ResourceType.Namespace, Diagnostics); + TryGetApiVersion(NetworkGroupResource.ResourceType, out string networkGroupApiVersion); + _networkGroupRestClient = new NetworkGroupsRestOperations(Pipeline, Diagnostics.ApplicationId, Endpoint, networkGroupApiVersion); +#if DEBUG + ValidateResourceId(Id); +#endif + } + + internal static void ValidateResourceId(ResourceIdentifier id) + { + if (id.ResourceType != NetworkManagerResource.ResourceType) + throw new ArgumentException(string.Format(CultureInfo.CurrentCulture, "Invalid resource type {0} expected {1}", id.ResourceType, NetworkManagerResource.ResourceType), nameof(id)); + } + + /// + /// Creates or updates a network group. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/networkGroups/{networkGroupName} + /// + /// + /// Operation Id + /// NetworkGroups_CreateOrUpdate + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// The name of the network group. + /// Parameters supplied to the specify which network group need to create. + /// The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// or is null. + public virtual async Task> CreateOrUpdateAsync(WaitUntil waitUntil, string networkGroupName, NetworkGroupData data, string ifMatch = null, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(networkGroupName, nameof(networkGroupName)); + Argument.AssertNotNull(data, nameof(data)); + + using var scope = _networkGroupClientDiagnostics.CreateScope("NetworkGroupCollection.CreateOrUpdate"); + scope.Start(); + try + { + var response = await _networkGroupRestClient.CreateOrUpdateAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, networkGroupName, data, ifMatch, cancellationToken).ConfigureAwait(false); + var operation = new NetworkArmOperation(Response.FromValue(new NetworkGroupResource(Client, response), response.GetRawResponse())); + if (waitUntil == WaitUntil.Completed) + await operation.WaitForCompletionAsync(cancellationToken).ConfigureAwait(false); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Creates or updates a network group. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/networkGroups/{networkGroupName} + /// + /// + /// Operation Id + /// NetworkGroups_CreateOrUpdate + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// The name of the network group. + /// Parameters supplied to the specify which network group need to create. + /// The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// or is null. + public virtual ArmOperation CreateOrUpdate(WaitUntil waitUntil, string networkGroupName, NetworkGroupData data, string ifMatch = null, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(networkGroupName, nameof(networkGroupName)); + Argument.AssertNotNull(data, nameof(data)); + + using var scope = _networkGroupClientDiagnostics.CreateScope("NetworkGroupCollection.CreateOrUpdate"); + scope.Start(); + try + { + var response = _networkGroupRestClient.CreateOrUpdate(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, networkGroupName, data, ifMatch, cancellationToken); + var operation = new NetworkArmOperation(Response.FromValue(new NetworkGroupResource(Client, response), response.GetRawResponse())); + if (waitUntil == WaitUntil.Completed) + operation.WaitForCompletion(cancellationToken); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Gets the specified network group. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/networkGroups/{networkGroupName} + /// + /// + /// Operation Id + /// NetworkGroups_Get + /// + /// + /// + /// The name of the network group. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// is null. + public virtual async Task> GetAsync(string networkGroupName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(networkGroupName, nameof(networkGroupName)); + + using var scope = _networkGroupClientDiagnostics.CreateScope("NetworkGroupCollection.Get"); + scope.Start(); + try + { + var response = await _networkGroupRestClient.GetAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, networkGroupName, cancellationToken).ConfigureAwait(false); + if (response.Value == null) + throw new RequestFailedException(response.GetRawResponse()); + return Response.FromValue(new NetworkGroupResource(Client, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Gets the specified network group. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/networkGroups/{networkGroupName} + /// + /// + /// Operation Id + /// NetworkGroups_Get + /// + /// + /// + /// The name of the network group. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// is null. + public virtual Response Get(string networkGroupName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(networkGroupName, nameof(networkGroupName)); + + using var scope = _networkGroupClientDiagnostics.CreateScope("NetworkGroupCollection.Get"); + scope.Start(); + try + { + var response = _networkGroupRestClient.Get(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, networkGroupName, cancellationToken); + if (response.Value == null) + throw new RequestFailedException(response.GetRawResponse()); + return Response.FromValue(new NetworkGroupResource(Client, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Lists the specified network group. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/networkGroups + /// + /// + /// Operation Id + /// NetworkGroups_List + /// + /// + /// + /// An optional query parameter which specifies the maximum number of records to be returned by the server. + /// SkipToken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. + /// The cancellation token to use. + /// An async collection of that may take multiple service requests to iterate over. + public virtual AsyncPageable GetAllAsync(int? top = null, string skipToken = null, CancellationToken cancellationToken = default) + { + HttpMessage FirstPageRequest(int? pageSizeHint) => _networkGroupRestClient.CreateListRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, top, skipToken); + HttpMessage NextPageRequest(int? pageSizeHint, string nextLink) => _networkGroupRestClient.CreateListNextPageRequest(nextLink, Id.SubscriptionId, Id.ResourceGroupName, Id.Name, top, skipToken); + return PageableHelpers.CreateAsyncPageable(FirstPageRequest, NextPageRequest, e => new NetworkGroupResource(Client, NetworkGroupData.DeserializeNetworkGroupData(e)), _networkGroupClientDiagnostics, Pipeline, "NetworkGroupCollection.GetAll", "value", "nextLink", cancellationToken); + } + + /// + /// Lists the specified network group. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/networkGroups + /// + /// + /// Operation Id + /// NetworkGroups_List + /// + /// + /// + /// An optional query parameter which specifies the maximum number of records to be returned by the server. + /// SkipToken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. + /// The cancellation token to use. + /// A collection of that may take multiple service requests to iterate over. + public virtual Pageable GetAll(int? top = null, string skipToken = null, CancellationToken cancellationToken = default) + { + HttpMessage FirstPageRequest(int? pageSizeHint) => _networkGroupRestClient.CreateListRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, top, skipToken); + HttpMessage NextPageRequest(int? pageSizeHint, string nextLink) => _networkGroupRestClient.CreateListNextPageRequest(nextLink, Id.SubscriptionId, Id.ResourceGroupName, Id.Name, top, skipToken); + return PageableHelpers.CreatePageable(FirstPageRequest, NextPageRequest, e => new NetworkGroupResource(Client, NetworkGroupData.DeserializeNetworkGroupData(e)), _networkGroupClientDiagnostics, Pipeline, "NetworkGroupCollection.GetAll", "value", "nextLink", cancellationToken); + } + + /// + /// Checks to see if the resource exists in azure. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/networkGroups/{networkGroupName} + /// + /// + /// Operation Id + /// NetworkGroups_Get + /// + /// + /// + /// The name of the network group. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// is null. + public virtual async Task> ExistsAsync(string networkGroupName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(networkGroupName, nameof(networkGroupName)); + + using var scope = _networkGroupClientDiagnostics.CreateScope("NetworkGroupCollection.Exists"); + scope.Start(); + try + { + var response = await _networkGroupRestClient.GetAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, networkGroupName, cancellationToken: cancellationToken).ConfigureAwait(false); + return Response.FromValue(response.Value != null, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Checks to see if the resource exists in azure. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/networkGroups/{networkGroupName} + /// + /// + /// Operation Id + /// NetworkGroups_Get + /// + /// + /// + /// The name of the network group. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// is null. + public virtual Response Exists(string networkGroupName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(networkGroupName, nameof(networkGroupName)); + + using var scope = _networkGroupClientDiagnostics.CreateScope("NetworkGroupCollection.Exists"); + scope.Start(); + try + { + var response = _networkGroupRestClient.Get(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, networkGroupName, cancellationToken: cancellationToken); + return Response.FromValue(response.Value != null, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/NetworkGroupData.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/NetworkGroupData.cs new file mode 100644 index 000000000000..43f316fe6650 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/NetworkGroupData.cs @@ -0,0 +1,48 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using Azure; +using Azure.Core; +using Azure.ResourceManager.Models; +using Azure.ResourceManager.Network.Models; + +namespace Azure.ResourceManager.Network +{ + /// + /// A class representing the NetworkGroup data model. + /// The network group resource + /// + public partial class NetworkGroupData : ResourceData + { + /// Initializes a new instance of NetworkGroupData. + public NetworkGroupData() + { + } + + /// Initializes a new instance of NetworkGroupData. + /// The id. + /// The name. + /// The resourceType. + /// The systemData. + /// A description of the network group. + /// The provisioning state of the scope assignment resource. + /// A unique read-only string that changes whenever the resource is updated. + internal NetworkGroupData(ResourceIdentifier id, string name, ResourceType resourceType, SystemData systemData, string description, NetworkProvisioningState? provisioningState, ETag? etag) : base(id, name, resourceType, systemData) + { + Description = description; + ProvisioningState = provisioningState; + ETag = etag; + } + + /// A description of the network group. + public string Description { get; set; } + /// The provisioning state of the scope assignment resource. + public NetworkProvisioningState? ProvisioningState { get; } + /// A unique read-only string that changes whenever the resource is updated. + public ETag? ETag { get; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/NetworkGroupResource.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/NetworkGroupResource.cs new file mode 100644 index 000000000000..964daa40daf4 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/NetworkGroupResource.cs @@ -0,0 +1,354 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Globalization; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Core.Pipeline; +using Azure.ResourceManager; + +namespace Azure.ResourceManager.Network +{ + /// + /// A Class representing a NetworkGroup along with the instance operations that can be performed on it. + /// If you have a you can construct a + /// from an instance of using the GetNetworkGroupResource method. + /// Otherwise you can get one from its parent resource using the GetNetworkGroup method. + /// + public partial class NetworkGroupResource : ArmResource + { + /// Generate the resource identifier of a instance. + public static ResourceIdentifier CreateResourceIdentifier(string subscriptionId, string resourceGroupName, string networkManagerName, string networkGroupName) + { + var resourceId = $"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/networkGroups/{networkGroupName}"; + return new ResourceIdentifier(resourceId); + } + + private readonly ClientDiagnostics _networkGroupClientDiagnostics; + private readonly NetworkGroupsRestOperations _networkGroupRestClient; + private readonly NetworkGroupData _data; + + /// Initializes a new instance of the class for mocking. + protected NetworkGroupResource() + { + } + + /// Initializes a new instance of the class. + /// The client parameters to use in these operations. + /// The resource that is the target of operations. + internal NetworkGroupResource(ArmClient client, NetworkGroupData data) : this(client, data.Id) + { + HasData = true; + _data = data; + } + + /// Initializes a new instance of the class. + /// The client parameters to use in these operations. + /// The identifier of the resource that is the target of operations. + internal NetworkGroupResource(ArmClient client, ResourceIdentifier id) : base(client, id) + { + _networkGroupClientDiagnostics = new ClientDiagnostics("Azure.ResourceManager.Network", ResourceType.Namespace, Diagnostics); + TryGetApiVersion(ResourceType, out string networkGroupApiVersion); + _networkGroupRestClient = new NetworkGroupsRestOperations(Pipeline, Diagnostics.ApplicationId, Endpoint, networkGroupApiVersion); +#if DEBUG + ValidateResourceId(Id); +#endif + } + + /// Gets the resource type for the operations. + public static readonly ResourceType ResourceType = "Microsoft.Network/networkManagers/networkGroups"; + + /// Gets whether or not the current instance has data. + public virtual bool HasData { get; } + + /// Gets the data representing this Feature. + /// Throws if there is no data loaded in the current instance. + public virtual NetworkGroupData Data + { + get + { + if (!HasData) + throw new InvalidOperationException("The current instance does not have data, you must call Get first."); + return _data; + } + } + + internal static void ValidateResourceId(ResourceIdentifier id) + { + if (id.ResourceType != ResourceType) + throw new ArgumentException(string.Format(CultureInfo.CurrentCulture, "Invalid resource type {0} expected {1}", id.ResourceType, ResourceType), nameof(id)); + } + + /// Gets a collection of NetworkGroupStaticMemberResources in the NetworkGroup. + /// An object representing collection of NetworkGroupStaticMemberResources and their operations over a NetworkGroupStaticMemberResource. + public virtual NetworkGroupStaticMemberCollection GetNetworkGroupStaticMembers() + { + return GetCachedClient(Client => new NetworkGroupStaticMemberCollection(Client, Id)); + } + + /// + /// Gets the specified static member. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/networkGroups/{networkGroupName}/staticMembers/{staticMemberName} + /// + /// + /// Operation Id + /// StaticMembers_Get + /// + /// + /// + /// The name of the static member. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// is null. + [ForwardsClientCalls] + public virtual async Task> GetNetworkGroupStaticMemberAsync(string staticMemberName, CancellationToken cancellationToken = default) + { + return await GetNetworkGroupStaticMembers().GetAsync(staticMemberName, cancellationToken).ConfigureAwait(false); + } + + /// + /// Gets the specified static member. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/networkGroups/{networkGroupName}/staticMembers/{staticMemberName} + /// + /// + /// Operation Id + /// StaticMembers_Get + /// + /// + /// + /// The name of the static member. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// is null. + [ForwardsClientCalls] + public virtual Response GetNetworkGroupStaticMember(string staticMemberName, CancellationToken cancellationToken = default) + { + return GetNetworkGroupStaticMembers().Get(staticMemberName, cancellationToken); + } + + /// + /// Gets the specified network group. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/networkGroups/{networkGroupName} + /// + /// + /// Operation Id + /// NetworkGroups_Get + /// + /// + /// + /// The cancellation token to use. + public virtual async Task> GetAsync(CancellationToken cancellationToken = default) + { + using var scope = _networkGroupClientDiagnostics.CreateScope("NetworkGroupResource.Get"); + scope.Start(); + try + { + var response = await _networkGroupRestClient.GetAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken).ConfigureAwait(false); + if (response.Value == null) + throw new RequestFailedException(response.GetRawResponse()); + return Response.FromValue(new NetworkGroupResource(Client, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Gets the specified network group. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/networkGroups/{networkGroupName} + /// + /// + /// Operation Id + /// NetworkGroups_Get + /// + /// + /// + /// The cancellation token to use. + public virtual Response Get(CancellationToken cancellationToken = default) + { + using var scope = _networkGroupClientDiagnostics.CreateScope("NetworkGroupResource.Get"); + scope.Start(); + try + { + var response = _networkGroupRestClient.Get(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken); + if (response.Value == null) + throw new RequestFailedException(response.GetRawResponse()); + return Response.FromValue(new NetworkGroupResource(Client, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Deletes a network group. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/networkGroups/{networkGroupName} + /// + /// + /// Operation Id + /// NetworkGroups_Delete + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// Deletes the resource even if it is part of a deployed configuration. If the configuration has been deployed, the service will do a cleanup deployment in the background, prior to the delete. + /// The cancellation token to use. + public virtual async Task DeleteAsync(WaitUntil waitUntil, bool? force = null, CancellationToken cancellationToken = default) + { + using var scope = _networkGroupClientDiagnostics.CreateScope("NetworkGroupResource.Delete"); + scope.Start(); + try + { + var response = await _networkGroupRestClient.DeleteAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, force, cancellationToken).ConfigureAwait(false); + var operation = new NetworkArmOperation(_networkGroupClientDiagnostics, Pipeline, _networkGroupRestClient.CreateDeleteRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, force).Request, response, OperationFinalStateVia.Location); + if (waitUntil == WaitUntil.Completed) + await operation.WaitForCompletionResponseAsync(cancellationToken).ConfigureAwait(false); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Deletes a network group. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/networkGroups/{networkGroupName} + /// + /// + /// Operation Id + /// NetworkGroups_Delete + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// Deletes the resource even if it is part of a deployed configuration. If the configuration has been deployed, the service will do a cleanup deployment in the background, prior to the delete. + /// The cancellation token to use. + public virtual ArmOperation Delete(WaitUntil waitUntil, bool? force = null, CancellationToken cancellationToken = default) + { + using var scope = _networkGroupClientDiagnostics.CreateScope("NetworkGroupResource.Delete"); + scope.Start(); + try + { + var response = _networkGroupRestClient.Delete(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, force, cancellationToken); + var operation = new NetworkArmOperation(_networkGroupClientDiagnostics, Pipeline, _networkGroupRestClient.CreateDeleteRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, force).Request, response, OperationFinalStateVia.Location); + if (waitUntil == WaitUntil.Completed) + operation.WaitForCompletionResponse(cancellationToken); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Creates or updates a network group. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/networkGroups/{networkGroupName} + /// + /// + /// Operation Id + /// NetworkGroups_CreateOrUpdate + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// Parameters supplied to the specify which network group need to create. + /// The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. + /// The cancellation token to use. + /// is null. + public virtual async Task> UpdateAsync(WaitUntil waitUntil, NetworkGroupData data, string ifMatch = null, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(data, nameof(data)); + + using var scope = _networkGroupClientDiagnostics.CreateScope("NetworkGroupResource.Update"); + scope.Start(); + try + { + var response = await _networkGroupRestClient.CreateOrUpdateAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, data, ifMatch, cancellationToken).ConfigureAwait(false); + var operation = new NetworkArmOperation(Response.FromValue(new NetworkGroupResource(Client, response), response.GetRawResponse())); + if (waitUntil == WaitUntil.Completed) + await operation.WaitForCompletionAsync(cancellationToken).ConfigureAwait(false); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Creates or updates a network group. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/networkGroups/{networkGroupName} + /// + /// + /// Operation Id + /// NetworkGroups_CreateOrUpdate + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// Parameters supplied to the specify which network group need to create. + /// The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. + /// The cancellation token to use. + /// is null. + public virtual ArmOperation Update(WaitUntil waitUntil, NetworkGroupData data, string ifMatch = null, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(data, nameof(data)); + + using var scope = _networkGroupClientDiagnostics.CreateScope("NetworkGroupResource.Update"); + scope.Start(); + try + { + var response = _networkGroupRestClient.CreateOrUpdate(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, data, ifMatch, cancellationToken); + var operation = new NetworkArmOperation(Response.FromValue(new NetworkGroupResource(Client, response), response.GetRawResponse())); + if (waitUntil == WaitUntil.Completed) + operation.WaitForCompletion(cancellationToken); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/NetworkGroupStaticMemberCollection.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/NetworkGroupStaticMemberCollection.cs new file mode 100644 index 000000000000..b1afcedd6290 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/NetworkGroupStaticMemberCollection.cs @@ -0,0 +1,344 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Collections; +using System.Collections.Generic; +using System.Globalization; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Core.Pipeline; +using Azure.ResourceManager; + +namespace Azure.ResourceManager.Network +{ + /// + /// A class representing a collection of and their operations. + /// Each in the collection will belong to the same instance of . + /// To get a instance call the GetNetworkGroupStaticMembers method from an instance of . + /// + public partial class NetworkGroupStaticMemberCollection : ArmCollection, IEnumerable, IAsyncEnumerable + { + private readonly ClientDiagnostics _networkGroupStaticMemberStaticMembersClientDiagnostics; + private readonly StaticMembersRestOperations _networkGroupStaticMemberStaticMembersRestClient; + + /// Initializes a new instance of the class for mocking. + protected NetworkGroupStaticMemberCollection() + { + } + + /// Initializes a new instance of the class. + /// The client parameters to use in these operations. + /// The identifier of the parent resource that is the target of operations. + internal NetworkGroupStaticMemberCollection(ArmClient client, ResourceIdentifier id) : base(client, id) + { + _networkGroupStaticMemberStaticMembersClientDiagnostics = new ClientDiagnostics("Azure.ResourceManager.Network", NetworkGroupStaticMemberResource.ResourceType.Namespace, Diagnostics); + TryGetApiVersion(NetworkGroupStaticMemberResource.ResourceType, out string networkGroupStaticMemberStaticMembersApiVersion); + _networkGroupStaticMemberStaticMembersRestClient = new StaticMembersRestOperations(Pipeline, Diagnostics.ApplicationId, Endpoint, networkGroupStaticMemberStaticMembersApiVersion); +#if DEBUG + ValidateResourceId(Id); +#endif + } + + internal static void ValidateResourceId(ResourceIdentifier id) + { + if (id.ResourceType != NetworkGroupResource.ResourceType) + throw new ArgumentException(string.Format(CultureInfo.CurrentCulture, "Invalid resource type {0} expected {1}", id.ResourceType, NetworkGroupResource.ResourceType), nameof(id)); + } + + /// + /// Creates or updates a static member. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/networkGroups/{networkGroupName}/staticMembers/{staticMemberName} + /// + /// + /// Operation Id + /// StaticMembers_CreateOrUpdate + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// The name of the static member. + /// Parameters supplied to the specify the static member to create. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// or is null. + public virtual async Task> CreateOrUpdateAsync(WaitUntil waitUntil, string staticMemberName, NetworkGroupStaticMemberData data, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(staticMemberName, nameof(staticMemberName)); + Argument.AssertNotNull(data, nameof(data)); + + using var scope = _networkGroupStaticMemberStaticMembersClientDiagnostics.CreateScope("NetworkGroupStaticMemberCollection.CreateOrUpdate"); + scope.Start(); + try + { + var response = await _networkGroupStaticMemberStaticMembersRestClient.CreateOrUpdateAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, staticMemberName, data, cancellationToken).ConfigureAwait(false); + var operation = new NetworkArmOperation(Response.FromValue(new NetworkGroupStaticMemberResource(Client, response), response.GetRawResponse())); + if (waitUntil == WaitUntil.Completed) + await operation.WaitForCompletionAsync(cancellationToken).ConfigureAwait(false); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Creates or updates a static member. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/networkGroups/{networkGroupName}/staticMembers/{staticMemberName} + /// + /// + /// Operation Id + /// StaticMembers_CreateOrUpdate + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// The name of the static member. + /// Parameters supplied to the specify the static member to create. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// or is null. + public virtual ArmOperation CreateOrUpdate(WaitUntil waitUntil, string staticMemberName, NetworkGroupStaticMemberData data, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(staticMemberName, nameof(staticMemberName)); + Argument.AssertNotNull(data, nameof(data)); + + using var scope = _networkGroupStaticMemberStaticMembersClientDiagnostics.CreateScope("NetworkGroupStaticMemberCollection.CreateOrUpdate"); + scope.Start(); + try + { + var response = _networkGroupStaticMemberStaticMembersRestClient.CreateOrUpdate(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, staticMemberName, data, cancellationToken); + var operation = new NetworkArmOperation(Response.FromValue(new NetworkGroupStaticMemberResource(Client, response), response.GetRawResponse())); + if (waitUntil == WaitUntil.Completed) + operation.WaitForCompletion(cancellationToken); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Gets the specified static member. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/networkGroups/{networkGroupName}/staticMembers/{staticMemberName} + /// + /// + /// Operation Id + /// StaticMembers_Get + /// + /// + /// + /// The name of the static member. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// is null. + public virtual async Task> GetAsync(string staticMemberName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(staticMemberName, nameof(staticMemberName)); + + using var scope = _networkGroupStaticMemberStaticMembersClientDiagnostics.CreateScope("NetworkGroupStaticMemberCollection.Get"); + scope.Start(); + try + { + var response = await _networkGroupStaticMemberStaticMembersRestClient.GetAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, staticMemberName, cancellationToken).ConfigureAwait(false); + if (response.Value == null) + throw new RequestFailedException(response.GetRawResponse()); + return Response.FromValue(new NetworkGroupStaticMemberResource(Client, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Gets the specified static member. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/networkGroups/{networkGroupName}/staticMembers/{staticMemberName} + /// + /// + /// Operation Id + /// StaticMembers_Get + /// + /// + /// + /// The name of the static member. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// is null. + public virtual Response Get(string staticMemberName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(staticMemberName, nameof(staticMemberName)); + + using var scope = _networkGroupStaticMemberStaticMembersClientDiagnostics.CreateScope("NetworkGroupStaticMemberCollection.Get"); + scope.Start(); + try + { + var response = _networkGroupStaticMemberStaticMembersRestClient.Get(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, staticMemberName, cancellationToken); + if (response.Value == null) + throw new RequestFailedException(response.GetRawResponse()); + return Response.FromValue(new NetworkGroupStaticMemberResource(Client, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Lists the specified static member. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/networkGroups/{networkGroupName}/staticMembers + /// + /// + /// Operation Id + /// StaticMembers_List + /// + /// + /// + /// An optional query parameter which specifies the maximum number of records to be returned by the server. + /// SkipToken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. + /// The cancellation token to use. + /// An async collection of that may take multiple service requests to iterate over. + public virtual AsyncPageable GetAllAsync(int? top = null, string skipToken = null, CancellationToken cancellationToken = default) + { + HttpMessage FirstPageRequest(int? pageSizeHint) => _networkGroupStaticMemberStaticMembersRestClient.CreateListRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, top, skipToken); + HttpMessage NextPageRequest(int? pageSizeHint, string nextLink) => _networkGroupStaticMemberStaticMembersRestClient.CreateListNextPageRequest(nextLink, Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, top, skipToken); + return PageableHelpers.CreateAsyncPageable(FirstPageRequest, NextPageRequest, e => new NetworkGroupStaticMemberResource(Client, NetworkGroupStaticMemberData.DeserializeNetworkGroupStaticMemberData(e)), _networkGroupStaticMemberStaticMembersClientDiagnostics, Pipeline, "NetworkGroupStaticMemberCollection.GetAll", "value", "nextLink", cancellationToken); + } + + /// + /// Lists the specified static member. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/networkGroups/{networkGroupName}/staticMembers + /// + /// + /// Operation Id + /// StaticMembers_List + /// + /// + /// + /// An optional query parameter which specifies the maximum number of records to be returned by the server. + /// SkipToken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. + /// The cancellation token to use. + /// A collection of that may take multiple service requests to iterate over. + public virtual Pageable GetAll(int? top = null, string skipToken = null, CancellationToken cancellationToken = default) + { + HttpMessage FirstPageRequest(int? pageSizeHint) => _networkGroupStaticMemberStaticMembersRestClient.CreateListRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, top, skipToken); + HttpMessage NextPageRequest(int? pageSizeHint, string nextLink) => _networkGroupStaticMemberStaticMembersRestClient.CreateListNextPageRequest(nextLink, Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, top, skipToken); + return PageableHelpers.CreatePageable(FirstPageRequest, NextPageRequest, e => new NetworkGroupStaticMemberResource(Client, NetworkGroupStaticMemberData.DeserializeNetworkGroupStaticMemberData(e)), _networkGroupStaticMemberStaticMembersClientDiagnostics, Pipeline, "NetworkGroupStaticMemberCollection.GetAll", "value", "nextLink", cancellationToken); + } + + /// + /// Checks to see if the resource exists in azure. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/networkGroups/{networkGroupName}/staticMembers/{staticMemberName} + /// + /// + /// Operation Id + /// StaticMembers_Get + /// + /// + /// + /// The name of the static member. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// is null. + public virtual async Task> ExistsAsync(string staticMemberName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(staticMemberName, nameof(staticMemberName)); + + using var scope = _networkGroupStaticMemberStaticMembersClientDiagnostics.CreateScope("NetworkGroupStaticMemberCollection.Exists"); + scope.Start(); + try + { + var response = await _networkGroupStaticMemberStaticMembersRestClient.GetAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, staticMemberName, cancellationToken: cancellationToken).ConfigureAwait(false); + return Response.FromValue(response.Value != null, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Checks to see if the resource exists in azure. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/networkGroups/{networkGroupName}/staticMembers/{staticMemberName} + /// + /// + /// Operation Id + /// StaticMembers_Get + /// + /// + /// + /// The name of the static member. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// is null. + public virtual Response Exists(string staticMemberName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(staticMemberName, nameof(staticMemberName)); + + using var scope = _networkGroupStaticMemberStaticMembersClientDiagnostics.CreateScope("NetworkGroupStaticMemberCollection.Exists"); + scope.Start(); + try + { + var response = _networkGroupStaticMemberStaticMembersRestClient.Get(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, staticMemberName, cancellationToken: cancellationToken); + return Response.FromValue(response.Value != null, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/NetworkGroupStaticMemberData.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/NetworkGroupStaticMemberData.cs new file mode 100644 index 000000000000..f515c0b8312c --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/NetworkGroupStaticMemberData.cs @@ -0,0 +1,52 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using Azure; +using Azure.Core; +using Azure.ResourceManager.Models; +using Azure.ResourceManager.Network.Models; + +namespace Azure.ResourceManager.Network +{ + /// + /// A class representing the NetworkGroupStaticMember data model. + /// StaticMember Item. + /// + public partial class NetworkGroupStaticMemberData : ResourceData + { + /// Initializes a new instance of NetworkGroupStaticMemberData. + public NetworkGroupStaticMemberData() + { + } + + /// Initializes a new instance of NetworkGroupStaticMemberData. + /// The id. + /// The name. + /// The resourceType. + /// The systemData. + /// Resource Id. + /// Resource region. + /// The provisioning state of the scope assignment resource. + /// A unique read-only string that changes whenever the resource is updated. + internal NetworkGroupStaticMemberData(ResourceIdentifier id, string name, ResourceType resourceType, SystemData systemData, ResourceIdentifier resourceId, string region, NetworkProvisioningState? provisioningState, ETag? etag) : base(id, name, resourceType, systemData) + { + ResourceId = resourceId; + Region = region; + ProvisioningState = provisioningState; + ETag = etag; + } + + /// Resource Id. + public ResourceIdentifier ResourceId { get; set; } + /// Resource region. + public string Region { get; } + /// The provisioning state of the scope assignment resource. + public NetworkProvisioningState? ProvisioningState { get; } + /// A unique read-only string that changes whenever the resource is updated. + public ETag? ETag { get; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/NetworkGroupStaticMemberResource.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/NetworkGroupStaticMemberResource.cs new file mode 100644 index 000000000000..db6626226eca --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/NetworkGroupStaticMemberResource.cs @@ -0,0 +1,297 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Globalization; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Core.Pipeline; +using Azure.ResourceManager; + +namespace Azure.ResourceManager.Network +{ + /// + /// A Class representing a NetworkGroupStaticMember along with the instance operations that can be performed on it. + /// If you have a you can construct a + /// from an instance of using the GetNetworkGroupStaticMemberResource method. + /// Otherwise you can get one from its parent resource using the GetNetworkGroupStaticMember method. + /// + public partial class NetworkGroupStaticMemberResource : ArmResource + { + /// Generate the resource identifier of a instance. + public static ResourceIdentifier CreateResourceIdentifier(string subscriptionId, string resourceGroupName, string networkManagerName, string networkGroupName, string staticMemberName) + { + var resourceId = $"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/networkGroups/{networkGroupName}/staticMembers/{staticMemberName}"; + return new ResourceIdentifier(resourceId); + } + + private readonly ClientDiagnostics _networkGroupStaticMemberStaticMembersClientDiagnostics; + private readonly StaticMembersRestOperations _networkGroupStaticMemberStaticMembersRestClient; + private readonly NetworkGroupStaticMemberData _data; + + /// Initializes a new instance of the class for mocking. + protected NetworkGroupStaticMemberResource() + { + } + + /// Initializes a new instance of the class. + /// The client parameters to use in these operations. + /// The resource that is the target of operations. + internal NetworkGroupStaticMemberResource(ArmClient client, NetworkGroupStaticMemberData data) : this(client, data.Id) + { + HasData = true; + _data = data; + } + + /// Initializes a new instance of the class. + /// The client parameters to use in these operations. + /// The identifier of the resource that is the target of operations. + internal NetworkGroupStaticMemberResource(ArmClient client, ResourceIdentifier id) : base(client, id) + { + _networkGroupStaticMemberStaticMembersClientDiagnostics = new ClientDiagnostics("Azure.ResourceManager.Network", ResourceType.Namespace, Diagnostics); + TryGetApiVersion(ResourceType, out string networkGroupStaticMemberStaticMembersApiVersion); + _networkGroupStaticMemberStaticMembersRestClient = new StaticMembersRestOperations(Pipeline, Diagnostics.ApplicationId, Endpoint, networkGroupStaticMemberStaticMembersApiVersion); +#if DEBUG + ValidateResourceId(Id); +#endif + } + + /// Gets the resource type for the operations. + public static readonly ResourceType ResourceType = "Microsoft.Network/networkManagers/networkGroups/staticMembers"; + + /// Gets whether or not the current instance has data. + public virtual bool HasData { get; } + + /// Gets the data representing this Feature. + /// Throws if there is no data loaded in the current instance. + public virtual NetworkGroupStaticMemberData Data + { + get + { + if (!HasData) + throw new InvalidOperationException("The current instance does not have data, you must call Get first."); + return _data; + } + } + + internal static void ValidateResourceId(ResourceIdentifier id) + { + if (id.ResourceType != ResourceType) + throw new ArgumentException(string.Format(CultureInfo.CurrentCulture, "Invalid resource type {0} expected {1}", id.ResourceType, ResourceType), nameof(id)); + } + + /// + /// Gets the specified static member. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/networkGroups/{networkGroupName}/staticMembers/{staticMemberName} + /// + /// + /// Operation Id + /// StaticMembers_Get + /// + /// + /// + /// The cancellation token to use. + public virtual async Task> GetAsync(CancellationToken cancellationToken = default) + { + using var scope = _networkGroupStaticMemberStaticMembersClientDiagnostics.CreateScope("NetworkGroupStaticMemberResource.Get"); + scope.Start(); + try + { + var response = await _networkGroupStaticMemberStaticMembersRestClient.GetAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, cancellationToken).ConfigureAwait(false); + if (response.Value == null) + throw new RequestFailedException(response.GetRawResponse()); + return Response.FromValue(new NetworkGroupStaticMemberResource(Client, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Gets the specified static member. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/networkGroups/{networkGroupName}/staticMembers/{staticMemberName} + /// + /// + /// Operation Id + /// StaticMembers_Get + /// + /// + /// + /// The cancellation token to use. + public virtual Response Get(CancellationToken cancellationToken = default) + { + using var scope = _networkGroupStaticMemberStaticMembersClientDiagnostics.CreateScope("NetworkGroupStaticMemberResource.Get"); + scope.Start(); + try + { + var response = _networkGroupStaticMemberStaticMembersRestClient.Get(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, cancellationToken); + if (response.Value == null) + throw new RequestFailedException(response.GetRawResponse()); + return Response.FromValue(new NetworkGroupStaticMemberResource(Client, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Deletes a static member. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/networkGroups/{networkGroupName}/staticMembers/{staticMemberName} + /// + /// + /// Operation Id + /// StaticMembers_Delete + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// The cancellation token to use. + public virtual async Task DeleteAsync(WaitUntil waitUntil, CancellationToken cancellationToken = default) + { + using var scope = _networkGroupStaticMemberStaticMembersClientDiagnostics.CreateScope("NetworkGroupStaticMemberResource.Delete"); + scope.Start(); + try + { + var response = await _networkGroupStaticMemberStaticMembersRestClient.DeleteAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, cancellationToken).ConfigureAwait(false); + var operation = new NetworkArmOperation(response); + if (waitUntil == WaitUntil.Completed) + await operation.WaitForCompletionResponseAsync(cancellationToken).ConfigureAwait(false); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Deletes a static member. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/networkGroups/{networkGroupName}/staticMembers/{staticMemberName} + /// + /// + /// Operation Id + /// StaticMembers_Delete + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// The cancellation token to use. + public virtual ArmOperation Delete(WaitUntil waitUntil, CancellationToken cancellationToken = default) + { + using var scope = _networkGroupStaticMemberStaticMembersClientDiagnostics.CreateScope("NetworkGroupStaticMemberResource.Delete"); + scope.Start(); + try + { + var response = _networkGroupStaticMemberStaticMembersRestClient.Delete(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, cancellationToken); + var operation = new NetworkArmOperation(response); + if (waitUntil == WaitUntil.Completed) + operation.WaitForCompletionResponse(cancellationToken); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Creates or updates a static member. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/networkGroups/{networkGroupName}/staticMembers/{staticMemberName} + /// + /// + /// Operation Id + /// StaticMembers_CreateOrUpdate + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// Parameters supplied to the specify the static member to create. + /// The cancellation token to use. + /// is null. + public virtual async Task> UpdateAsync(WaitUntil waitUntil, NetworkGroupStaticMemberData data, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(data, nameof(data)); + + using var scope = _networkGroupStaticMemberStaticMembersClientDiagnostics.CreateScope("NetworkGroupStaticMemberResource.Update"); + scope.Start(); + try + { + var response = await _networkGroupStaticMemberStaticMembersRestClient.CreateOrUpdateAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, data, cancellationToken).ConfigureAwait(false); + var operation = new NetworkArmOperation(Response.FromValue(new NetworkGroupStaticMemberResource(Client, response), response.GetRawResponse())); + if (waitUntil == WaitUntil.Completed) + await operation.WaitForCompletionAsync(cancellationToken).ConfigureAwait(false); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Creates or updates a static member. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/networkGroups/{networkGroupName}/staticMembers/{staticMemberName} + /// + /// + /// Operation Id + /// StaticMembers_CreateOrUpdate + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// Parameters supplied to the specify the static member to create. + /// The cancellation token to use. + /// is null. + public virtual ArmOperation Update(WaitUntil waitUntil, NetworkGroupStaticMemberData data, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(data, nameof(data)); + + using var scope = _networkGroupStaticMemberStaticMembersClientDiagnostics.CreateScope("NetworkGroupStaticMemberResource.Update"); + scope.Start(); + try + { + var response = _networkGroupStaticMemberStaticMembersRestClient.CreateOrUpdate(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, data, cancellationToken); + var operation = new NetworkArmOperation(Response.FromValue(new NetworkGroupStaticMemberResource(Client, response), response.GetRawResponse())); + if (waitUntil == WaitUntil.Completed) + operation.WaitForCompletion(cancellationToken); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/NetworkInterfaceData.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/NetworkInterfaceData.cs index a2edaa28dcd8..09cf6fa202a8 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/NetworkInterfaceData.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/NetworkInterfaceData.cs @@ -44,7 +44,9 @@ public NetworkInterfaceData() /// The DNS settings in network interface. /// The MAC address of the network interface. /// Whether this is a primary network interface on a virtual machine. - /// If the network interface is accelerated networking enabled. + /// Whether the virtual machine this nic is attached to supports encryption. + /// If the network interface is configured for accelerated networking. Not applicable to VM sizes which require accelerated networking. + /// Indicates whether to disable tcp state tracking. /// Indicates whether IP forwarding is enabled on this network interface. /// A list of references to linked BareMetal resources. /// A reference to the dscp configuration to which the network interface is linked. @@ -54,7 +56,8 @@ public NetworkInterfaceData() /// Type of Network Interface resource. /// Privatelinkservice of the network interface resource. /// Migration phase of Network Interface resource. - internal NetworkInterfaceData(ResourceIdentifier id, string name, ResourceType? resourceType, AzureLocation? location, IDictionary tags, ExtendedLocation extendedLocation, ETag? etag, WritableSubResource virtualMachine, NetworkSecurityGroupData networkSecurityGroup, PrivateEndpointData privateEndpoint, IList ipConfigurations, IReadOnlyList tapConfigurations, NetworkInterfaceDnsSettings dnsSettings, string macAddress, bool? primary, bool? enableAcceleratedNetworking, bool? enableIPForwarding, IReadOnlyList hostedWorkloads, WritableSubResource dscpConfiguration, Guid? resourceGuid, NetworkProvisioningState? provisioningState, string workloadType, NetworkInterfaceNicType? nicType, PrivateLinkServiceData privateLinkService, NetworkInterfaceMigrationPhase? migrationPhase) : base(id, name, resourceType, location, tags) + /// Auxiliary mode of Network Interface resource. + internal NetworkInterfaceData(ResourceIdentifier id, string name, ResourceType? resourceType, AzureLocation? location, IDictionary tags, ExtendedLocation extendedLocation, ETag? etag, WritableSubResource virtualMachine, NetworkSecurityGroupData networkSecurityGroup, PrivateEndpointData privateEndpoint, IList ipConfigurations, IReadOnlyList tapConfigurations, NetworkInterfaceDnsSettings dnsSettings, string macAddress, bool? primary, bool? vnetEncryptionSupported, bool? enableAcceleratedNetworking, bool? disableTcpStateTracking, bool? enableIPForwarding, IReadOnlyList hostedWorkloads, WritableSubResource dscpConfiguration, Guid? resourceGuid, NetworkProvisioningState? provisioningState, string workloadType, NetworkInterfaceNicType? nicType, PrivateLinkServiceData privateLinkService, NetworkInterfaceMigrationPhase? migrationPhase, NetworkInterfaceAuxiliaryMode? auxiliaryMode) : base(id, name, resourceType, location, tags) { ExtendedLocation = extendedLocation; ETag = etag; @@ -66,7 +69,9 @@ internal NetworkInterfaceData(ResourceIdentifier id, string name, ResourceType? DnsSettings = dnsSettings; MacAddress = macAddress; Primary = primary; + VnetEncryptionSupported = vnetEncryptionSupported; EnableAcceleratedNetworking = enableAcceleratedNetworking; + DisableTcpStateTracking = disableTcpStateTracking; EnableIPForwarding = enableIPForwarding; HostedWorkloads = hostedWorkloads; DscpConfiguration = dscpConfiguration; @@ -76,6 +81,7 @@ internal NetworkInterfaceData(ResourceIdentifier id, string name, ResourceType? NicType = nicType; PrivateLinkService = privateLinkService; MigrationPhase = migrationPhase; + AuxiliaryMode = auxiliaryMode; } /// The extended location of the network interface. @@ -104,8 +110,12 @@ public ResourceIdentifier VirtualMachineId public string MacAddress { get; } /// Whether this is a primary network interface on a virtual machine. public bool? Primary { get; } - /// If the network interface is accelerated networking enabled. + /// Whether the virtual machine this nic is attached to supports encryption. + public bool? VnetEncryptionSupported { get; } + /// If the network interface is configured for accelerated networking. Not applicable to VM sizes which require accelerated networking. public bool? EnableAcceleratedNetworking { get; set; } + /// Indicates whether to disable tcp state tracking. + public bool? DisableTcpStateTracking { get; set; } /// Indicates whether IP forwarding is enabled on this network interface. public bool? EnableIPForwarding { get; set; } /// A list of references to linked BareMetal resources. @@ -130,5 +140,7 @@ public ResourceIdentifier DscpConfigurationId public PrivateLinkServiceData PrivateLinkService { get; set; } /// Migration phase of Network Interface resource. public NetworkInterfaceMigrationPhase? MigrationPhase { get; set; } + /// Auxiliary mode of Network Interface resource. + public NetworkInterfaceAuxiliaryMode? AuxiliaryMode { get; set; } } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/NetworkManagerCollection.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/NetworkManagerCollection.cs new file mode 100644 index 000000000000..57d7e78dc13d --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/NetworkManagerCollection.cs @@ -0,0 +1,345 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Collections; +using System.Collections.Generic; +using System.Globalization; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Core.Pipeline; +using Azure.ResourceManager; +using Azure.ResourceManager.Resources; + +namespace Azure.ResourceManager.Network +{ + /// + /// A class representing a collection of and their operations. + /// Each in the collection will belong to the same instance of . + /// To get a instance call the GetNetworkManagers method from an instance of . + /// + public partial class NetworkManagerCollection : ArmCollection, IEnumerable, IAsyncEnumerable + { + private readonly ClientDiagnostics _networkManagerClientDiagnostics; + private readonly NetworkManagersRestOperations _networkManagerRestClient; + + /// Initializes a new instance of the class for mocking. + protected NetworkManagerCollection() + { + } + + /// Initializes a new instance of the class. + /// The client parameters to use in these operations. + /// The identifier of the parent resource that is the target of operations. + internal NetworkManagerCollection(ArmClient client, ResourceIdentifier id) : base(client, id) + { + _networkManagerClientDiagnostics = new ClientDiagnostics("Azure.ResourceManager.Network", NetworkManagerResource.ResourceType.Namespace, Diagnostics); + TryGetApiVersion(NetworkManagerResource.ResourceType, out string networkManagerApiVersion); + _networkManagerRestClient = new NetworkManagersRestOperations(Pipeline, Diagnostics.ApplicationId, Endpoint, networkManagerApiVersion); +#if DEBUG + ValidateResourceId(Id); +#endif + } + + internal static void ValidateResourceId(ResourceIdentifier id) + { + if (id.ResourceType != ResourceGroupResource.ResourceType) + throw new ArgumentException(string.Format(CultureInfo.CurrentCulture, "Invalid resource type {0} expected {1}", id.ResourceType, ResourceGroupResource.ResourceType), nameof(id)); + } + + /// + /// Creates or updates a Network Manager. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName} + /// + /// + /// Operation Id + /// NetworkManagers_CreateOrUpdate + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// The name of the network manager. + /// Parameters supplied to specify which network manager is. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// or is null. + public virtual async Task> CreateOrUpdateAsync(WaitUntil waitUntil, string networkManagerName, NetworkManagerData data, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(networkManagerName, nameof(networkManagerName)); + Argument.AssertNotNull(data, nameof(data)); + + using var scope = _networkManagerClientDiagnostics.CreateScope("NetworkManagerCollection.CreateOrUpdate"); + scope.Start(); + try + { + var response = await _networkManagerRestClient.CreateOrUpdateAsync(Id.SubscriptionId, Id.ResourceGroupName, networkManagerName, data, cancellationToken).ConfigureAwait(false); + var operation = new NetworkArmOperation(Response.FromValue(new NetworkManagerResource(Client, response), response.GetRawResponse())); + if (waitUntil == WaitUntil.Completed) + await operation.WaitForCompletionAsync(cancellationToken).ConfigureAwait(false); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Creates or updates a Network Manager. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName} + /// + /// + /// Operation Id + /// NetworkManagers_CreateOrUpdate + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// The name of the network manager. + /// Parameters supplied to specify which network manager is. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// or is null. + public virtual ArmOperation CreateOrUpdate(WaitUntil waitUntil, string networkManagerName, NetworkManagerData data, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(networkManagerName, nameof(networkManagerName)); + Argument.AssertNotNull(data, nameof(data)); + + using var scope = _networkManagerClientDiagnostics.CreateScope("NetworkManagerCollection.CreateOrUpdate"); + scope.Start(); + try + { + var response = _networkManagerRestClient.CreateOrUpdate(Id.SubscriptionId, Id.ResourceGroupName, networkManagerName, data, cancellationToken); + var operation = new NetworkArmOperation(Response.FromValue(new NetworkManagerResource(Client, response), response.GetRawResponse())); + if (waitUntil == WaitUntil.Completed) + operation.WaitForCompletion(cancellationToken); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Gets the specified Network Manager. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName} + /// + /// + /// Operation Id + /// NetworkManagers_Get + /// + /// + /// + /// The name of the network manager. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// is null. + public virtual async Task> GetAsync(string networkManagerName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(networkManagerName, nameof(networkManagerName)); + + using var scope = _networkManagerClientDiagnostics.CreateScope("NetworkManagerCollection.Get"); + scope.Start(); + try + { + var response = await _networkManagerRestClient.GetAsync(Id.SubscriptionId, Id.ResourceGroupName, networkManagerName, cancellationToken).ConfigureAwait(false); + if (response.Value == null) + throw new RequestFailedException(response.GetRawResponse()); + return Response.FromValue(new NetworkManagerResource(Client, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Gets the specified Network Manager. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName} + /// + /// + /// Operation Id + /// NetworkManagers_Get + /// + /// + /// + /// The name of the network manager. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// is null. + public virtual Response Get(string networkManagerName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(networkManagerName, nameof(networkManagerName)); + + using var scope = _networkManagerClientDiagnostics.CreateScope("NetworkManagerCollection.Get"); + scope.Start(); + try + { + var response = _networkManagerRestClient.Get(Id.SubscriptionId, Id.ResourceGroupName, networkManagerName, cancellationToken); + if (response.Value == null) + throw new RequestFailedException(response.GetRawResponse()); + return Response.FromValue(new NetworkManagerResource(Client, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// List network managers in a resource group. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers + /// + /// + /// Operation Id + /// NetworkManagers_List + /// + /// + /// + /// An optional query parameter which specifies the maximum number of records to be returned by the server. + /// SkipToken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. + /// The cancellation token to use. + /// An async collection of that may take multiple service requests to iterate over. + public virtual AsyncPageable GetAllAsync(int? top = null, string skipToken = null, CancellationToken cancellationToken = default) + { + HttpMessage FirstPageRequest(int? pageSizeHint) => _networkManagerRestClient.CreateListRequest(Id.SubscriptionId, Id.ResourceGroupName, top, skipToken); + HttpMessage NextPageRequest(int? pageSizeHint, string nextLink) => _networkManagerRestClient.CreateListNextPageRequest(nextLink, Id.SubscriptionId, Id.ResourceGroupName, top, skipToken); + return PageableHelpers.CreateAsyncPageable(FirstPageRequest, NextPageRequest, e => new NetworkManagerResource(Client, NetworkManagerData.DeserializeNetworkManagerData(e)), _networkManagerClientDiagnostics, Pipeline, "NetworkManagerCollection.GetAll", "value", "nextLink", cancellationToken); + } + + /// + /// List network managers in a resource group. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers + /// + /// + /// Operation Id + /// NetworkManagers_List + /// + /// + /// + /// An optional query parameter which specifies the maximum number of records to be returned by the server. + /// SkipToken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. + /// The cancellation token to use. + /// A collection of that may take multiple service requests to iterate over. + public virtual Pageable GetAll(int? top = null, string skipToken = null, CancellationToken cancellationToken = default) + { + HttpMessage FirstPageRequest(int? pageSizeHint) => _networkManagerRestClient.CreateListRequest(Id.SubscriptionId, Id.ResourceGroupName, top, skipToken); + HttpMessage NextPageRequest(int? pageSizeHint, string nextLink) => _networkManagerRestClient.CreateListNextPageRequest(nextLink, Id.SubscriptionId, Id.ResourceGroupName, top, skipToken); + return PageableHelpers.CreatePageable(FirstPageRequest, NextPageRequest, e => new NetworkManagerResource(Client, NetworkManagerData.DeserializeNetworkManagerData(e)), _networkManagerClientDiagnostics, Pipeline, "NetworkManagerCollection.GetAll", "value", "nextLink", cancellationToken); + } + + /// + /// Checks to see if the resource exists in azure. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName} + /// + /// + /// Operation Id + /// NetworkManagers_Get + /// + /// + /// + /// The name of the network manager. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// is null. + public virtual async Task> ExistsAsync(string networkManagerName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(networkManagerName, nameof(networkManagerName)); + + using var scope = _networkManagerClientDiagnostics.CreateScope("NetworkManagerCollection.Exists"); + scope.Start(); + try + { + var response = await _networkManagerRestClient.GetAsync(Id.SubscriptionId, Id.ResourceGroupName, networkManagerName, cancellationToken: cancellationToken).ConfigureAwait(false); + return Response.FromValue(response.Value != null, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Checks to see if the resource exists in azure. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName} + /// + /// + /// Operation Id + /// NetworkManagers_Get + /// + /// + /// + /// The name of the network manager. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// is null. + public virtual Response Exists(string networkManagerName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(networkManagerName, nameof(networkManagerName)); + + using var scope = _networkManagerClientDiagnostics.CreateScope("NetworkManagerCollection.Exists"); + scope.Start(); + try + { + var response = _networkManagerRestClient.Get(Id.SubscriptionId, Id.ResourceGroupName, networkManagerName, cancellationToken: cancellationToken); + return Response.FromValue(response.Value != null, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/NetworkManagerConnectionData.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/NetworkManagerConnectionData.cs new file mode 100644 index 000000000000..f7a6844b514d --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/NetworkManagerConnectionData.cs @@ -0,0 +1,52 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using Azure; +using Azure.Core; +using Azure.ResourceManager.Models; +using Azure.ResourceManager.Network.Models; + +namespace Azure.ResourceManager.Network +{ + /// + /// A class representing the NetworkManagerConnection data model. + /// The Network Manager Connection resource + /// + public partial class NetworkManagerConnectionData : ResourceData + { + /// Initializes a new instance of NetworkManagerConnectionData. + public NetworkManagerConnectionData() + { + } + + /// Initializes a new instance of NetworkManagerConnectionData. + /// The id. + /// The name. + /// The resourceType. + /// The systemData. + /// Network Manager Id. + /// Connection state. + /// A description of the network manager connection. + /// A unique read-only string that changes whenever the resource is updated. + internal NetworkManagerConnectionData(ResourceIdentifier id, string name, ResourceType resourceType, SystemData systemData, ResourceIdentifier networkManagerId, ScopeConnectionState? connectionState, string description, ETag? etag) : base(id, name, resourceType, systemData) + { + NetworkManagerId = networkManagerId; + ConnectionState = connectionState; + Description = description; + ETag = etag; + } + + /// Network Manager Id. + public ResourceIdentifier NetworkManagerId { get; set; } + /// Connection state. + public ScopeConnectionState? ConnectionState { get; } + /// A description of the network manager connection. + public string Description { get; set; } + /// A unique read-only string that changes whenever the resource is updated. + public ETag? ETag { get; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/NetworkManagerData.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/NetworkManagerData.cs new file mode 100644 index 000000000000..f33627a90acc --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/NetworkManagerData.cs @@ -0,0 +1,63 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using Azure; +using Azure.Core; +using Azure.ResourceManager.Models; +using Azure.ResourceManager.Network.Models; + +namespace Azure.ResourceManager.Network +{ + /// + /// A class representing the NetworkManager data model. + /// The Managed Network resource + /// + public partial class NetworkManagerData : NetworkTrackedResourceData + { + /// Initializes a new instance of NetworkManagerData. + public NetworkManagerData() + { + NetworkManagerScopeAccesses = new ChangeTrackingList(); + } + + /// Initializes a new instance of NetworkManagerData. + /// Resource ID. + /// Resource name. + /// Resource type. + /// Resource location. + /// Resource tags. + /// A unique read-only string that changes whenever the resource is updated. + /// The system metadata related to this resource. + /// A description of the network manager. + /// Scope of Network Manager. + /// Scope Access. + /// The provisioning state of the network manager resource. + internal NetworkManagerData(ResourceIdentifier id, string name, ResourceType? resourceType, AzureLocation? location, IDictionary tags, ETag? etag, SystemData systemData, string description, NetworkManagerPropertiesNetworkManagerScopes networkManagerScopes, IList networkManagerScopeAccesses, NetworkProvisioningState? provisioningState) : base(id, name, resourceType, location, tags) + { + ETag = etag; + SystemData = systemData; + Description = description; + NetworkManagerScopes = networkManagerScopes; + NetworkManagerScopeAccesses = networkManagerScopeAccesses; + ProvisioningState = provisioningState; + } + + /// A unique read-only string that changes whenever the resource is updated. + public ETag? ETag { get; } + /// The system metadata related to this resource. + public SystemData SystemData { get; } + /// A description of the network manager. + public string Description { get; set; } + /// Scope of Network Manager. + public NetworkManagerPropertiesNetworkManagerScopes NetworkManagerScopes { get; set; } + /// Scope Access. + public IList NetworkManagerScopeAccesses { get; } + /// The provisioning state of the network manager resource. + public NetworkProvisioningState? ProvisioningState { get; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/NetworkManagerResource.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/NetworkManagerResource.cs new file mode 100644 index 000000000000..7138c1c25bde --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/NetworkManagerResource.cs @@ -0,0 +1,1061 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Collections.Generic; +using System.Globalization; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Core.Pipeline; +using Azure.ResourceManager; +using Azure.ResourceManager.Network.Models; +using Azure.ResourceManager.Resources; + +namespace Azure.ResourceManager.Network +{ + /// + /// A Class representing a NetworkManager along with the instance operations that can be performed on it. + /// If you have a you can construct a + /// from an instance of using the GetNetworkManagerResource method. + /// Otherwise you can get one from its parent resource using the GetNetworkManager method. + /// + public partial class NetworkManagerResource : ArmResource + { + /// Generate the resource identifier of a instance. + public static ResourceIdentifier CreateResourceIdentifier(string subscriptionId, string resourceGroupName, string networkManagerName) + { + var resourceId = $"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}"; + return new ResourceIdentifier(resourceId); + } + + private readonly ClientDiagnostics _networkManagerClientDiagnostics; + private readonly NetworkManagersRestOperations _networkManagerRestClient; + private readonly ClientDiagnostics _expressRouteProviderPortClientDiagnostics; + private readonly NetworkManagementRestOperations _expressRouteProviderPortRestClient; + private readonly ClientDiagnostics _networkManagerCommitsClientDiagnostics; + private readonly NetworkManagerCommitsRestOperations _networkManagerCommitsRestClient; + private readonly ClientDiagnostics _networkManagerDeploymentStatusClientDiagnostics; + private readonly NetworkManagerDeploymentStatusRestOperations _networkManagerDeploymentStatusRestClient; + private readonly NetworkManagerData _data; + + /// Initializes a new instance of the class for mocking. + protected NetworkManagerResource() + { + } + + /// Initializes a new instance of the class. + /// The client parameters to use in these operations. + /// The resource that is the target of operations. + internal NetworkManagerResource(ArmClient client, NetworkManagerData data) : this(client, data.Id) + { + HasData = true; + _data = data; + } + + /// Initializes a new instance of the class. + /// The client parameters to use in these operations. + /// The identifier of the resource that is the target of operations. + internal NetworkManagerResource(ArmClient client, ResourceIdentifier id) : base(client, id) + { + _networkManagerClientDiagnostics = new ClientDiagnostics("Azure.ResourceManager.Network", ResourceType.Namespace, Diagnostics); + TryGetApiVersion(ResourceType, out string networkManagerApiVersion); + _networkManagerRestClient = new NetworkManagersRestOperations(Pipeline, Diagnostics.ApplicationId, Endpoint, networkManagerApiVersion); + _expressRouteProviderPortClientDiagnostics = new ClientDiagnostics("Azure.ResourceManager.Network", ExpressRouteProviderPortResource.ResourceType.Namespace, Diagnostics); + TryGetApiVersion(ExpressRouteProviderPortResource.ResourceType, out string expressRouteProviderPortApiVersion); + _expressRouteProviderPortRestClient = new NetworkManagementRestOperations(Pipeline, Diagnostics.ApplicationId, Endpoint, expressRouteProviderPortApiVersion); + _networkManagerCommitsClientDiagnostics = new ClientDiagnostics("Azure.ResourceManager.Network", ProviderConstants.DefaultProviderNamespace, Diagnostics); + _networkManagerCommitsRestClient = new NetworkManagerCommitsRestOperations(Pipeline, Diagnostics.ApplicationId, Endpoint); + _networkManagerDeploymentStatusClientDiagnostics = new ClientDiagnostics("Azure.ResourceManager.Network", ProviderConstants.DefaultProviderNamespace, Diagnostics); + _networkManagerDeploymentStatusRestClient = new NetworkManagerDeploymentStatusRestOperations(Pipeline, Diagnostics.ApplicationId, Endpoint); +#if DEBUG + ValidateResourceId(Id); +#endif + } + + /// Gets the resource type for the operations. + public static readonly ResourceType ResourceType = "Microsoft.Network/networkManagers"; + + /// Gets whether or not the current instance has data. + public virtual bool HasData { get; } + + /// Gets the data representing this Feature. + /// Throws if there is no data loaded in the current instance. + public virtual NetworkManagerData Data + { + get + { + if (!HasData) + throw new InvalidOperationException("The current instance does not have data, you must call Get first."); + return _data; + } + } + + internal static void ValidateResourceId(ResourceIdentifier id) + { + if (id.ResourceType != ResourceType) + throw new ArgumentException(string.Format(CultureInfo.CurrentCulture, "Invalid resource type {0} expected {1}", id.ResourceType, ResourceType), nameof(id)); + } + + /// Gets a collection of ConnectivityConfigurationResources in the NetworkManager. + /// An object representing collection of ConnectivityConfigurationResources and their operations over a ConnectivityConfigurationResource. + public virtual ConnectivityConfigurationCollection GetConnectivityConfigurations() + { + return GetCachedClient(Client => new ConnectivityConfigurationCollection(Client, Id)); + } + + /// + /// Gets a Network Connectivity Configuration, specified by the resource group, network manager name, and connectivity Configuration name + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/connectivityConfigurations/{configurationName} + /// + /// + /// Operation Id + /// ConnectivityConfigurations_Get + /// + /// + /// + /// The name of the network manager connectivity configuration. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// is null. + [ForwardsClientCalls] + public virtual async Task> GetConnectivityConfigurationAsync(string configurationName, CancellationToken cancellationToken = default) + { + return await GetConnectivityConfigurations().GetAsync(configurationName, cancellationToken).ConfigureAwait(false); + } + + /// + /// Gets a Network Connectivity Configuration, specified by the resource group, network manager name, and connectivity Configuration name + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/connectivityConfigurations/{configurationName} + /// + /// + /// Operation Id + /// ConnectivityConfigurations_Get + /// + /// + /// + /// The name of the network manager connectivity configuration. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// is null. + [ForwardsClientCalls] + public virtual Response GetConnectivityConfiguration(string configurationName, CancellationToken cancellationToken = default) + { + return GetConnectivityConfigurations().Get(configurationName, cancellationToken); + } + + /// Gets a collection of NetworkGroupResources in the NetworkManager. + /// An object representing collection of NetworkGroupResources and their operations over a NetworkGroupResource. + public virtual NetworkGroupCollection GetNetworkGroups() + { + return GetCachedClient(Client => new NetworkGroupCollection(Client, Id)); + } + + /// + /// Gets the specified network group. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/networkGroups/{networkGroupName} + /// + /// + /// Operation Id + /// NetworkGroups_Get + /// + /// + /// + /// The name of the network group. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// is null. + [ForwardsClientCalls] + public virtual async Task> GetNetworkGroupAsync(string networkGroupName, CancellationToken cancellationToken = default) + { + return await GetNetworkGroups().GetAsync(networkGroupName, cancellationToken).ConfigureAwait(false); + } + + /// + /// Gets the specified network group. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/networkGroups/{networkGroupName} + /// + /// + /// Operation Id + /// NetworkGroups_Get + /// + /// + /// + /// The name of the network group. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// is null. + [ForwardsClientCalls] + public virtual Response GetNetworkGroup(string networkGroupName, CancellationToken cancellationToken = default) + { + return GetNetworkGroups().Get(networkGroupName, cancellationToken); + } + + /// Gets a collection of ScopeConnectionResources in the NetworkManager. + /// An object representing collection of ScopeConnectionResources and their operations over a ScopeConnectionResource. + public virtual ScopeConnectionCollection GetScopeConnections() + { + return GetCachedClient(Client => new ScopeConnectionCollection(Client, Id)); + } + + /// + /// Get specified scope connection created by this Network Manager. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/scopeConnections/{scopeConnectionName} + /// + /// + /// Operation Id + /// ScopeConnections_Get + /// + /// + /// + /// Name for the cross-tenant connection. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// is null. + [ForwardsClientCalls] + public virtual async Task> GetScopeConnectionAsync(string scopeConnectionName, CancellationToken cancellationToken = default) + { + return await GetScopeConnections().GetAsync(scopeConnectionName, cancellationToken).ConfigureAwait(false); + } + + /// + /// Get specified scope connection created by this Network Manager. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/scopeConnections/{scopeConnectionName} + /// + /// + /// Operation Id + /// ScopeConnections_Get + /// + /// + /// + /// Name for the cross-tenant connection. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// is null. + [ForwardsClientCalls] + public virtual Response GetScopeConnection(string scopeConnectionName, CancellationToken cancellationToken = default) + { + return GetScopeConnections().Get(scopeConnectionName, cancellationToken); + } + + /// Gets a collection of SecurityAdminConfigurationResources in the NetworkManager. + /// An object representing collection of SecurityAdminConfigurationResources and their operations over a SecurityAdminConfigurationResource. + public virtual SecurityAdminConfigurationCollection GetSecurityAdminConfigurations() + { + return GetCachedClient(Client => new SecurityAdminConfigurationCollection(Client, Id)); + } + + /// + /// Retrieves a network manager security admin configuration. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/securityAdminConfigurations/{configurationName} + /// + /// + /// Operation Id + /// SecurityAdminConfigurations_Get + /// + /// + /// + /// The name of the network manager Security Configuration. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// is null. + [ForwardsClientCalls] + public virtual async Task> GetSecurityAdminConfigurationAsync(string configurationName, CancellationToken cancellationToken = default) + { + return await GetSecurityAdminConfigurations().GetAsync(configurationName, cancellationToken).ConfigureAwait(false); + } + + /// + /// Retrieves a network manager security admin configuration. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/securityAdminConfigurations/{configurationName} + /// + /// + /// Operation Id + /// SecurityAdminConfigurations_Get + /// + /// + /// + /// The name of the network manager Security Configuration. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// is null. + [ForwardsClientCalls] + public virtual Response GetSecurityAdminConfiguration(string configurationName, CancellationToken cancellationToken = default) + { + return GetSecurityAdminConfigurations().Get(configurationName, cancellationToken); + } + + /// + /// Gets the specified Network Manager. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName} + /// + /// + /// Operation Id + /// NetworkManagers_Get + /// + /// + /// + /// The cancellation token to use. + public virtual async Task> GetAsync(CancellationToken cancellationToken = default) + { + using var scope = _networkManagerClientDiagnostics.CreateScope("NetworkManagerResource.Get"); + scope.Start(); + try + { + var response = await _networkManagerRestClient.GetAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false); + if (response.Value == null) + throw new RequestFailedException(response.GetRawResponse()); + return Response.FromValue(new NetworkManagerResource(Client, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Gets the specified Network Manager. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName} + /// + /// + /// Operation Id + /// NetworkManagers_Get + /// + /// + /// + /// The cancellation token to use. + public virtual Response Get(CancellationToken cancellationToken = default) + { + using var scope = _networkManagerClientDiagnostics.CreateScope("NetworkManagerResource.Get"); + scope.Start(); + try + { + var response = _networkManagerRestClient.Get(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, cancellationToken); + if (response.Value == null) + throw new RequestFailedException(response.GetRawResponse()); + return Response.FromValue(new NetworkManagerResource(Client, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Deletes a network manager. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName} + /// + /// + /// Operation Id + /// NetworkManagers_Delete + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// Deletes the resource even if it is part of a deployed configuration. If the configuration has been deployed, the service will do a cleanup deployment in the background, prior to the delete. + /// The cancellation token to use. + public virtual async Task DeleteAsync(WaitUntil waitUntil, bool? force = null, CancellationToken cancellationToken = default) + { + using var scope = _networkManagerClientDiagnostics.CreateScope("NetworkManagerResource.Delete"); + scope.Start(); + try + { + var response = await _networkManagerRestClient.DeleteAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, force, cancellationToken).ConfigureAwait(false); + var operation = new NetworkArmOperation(_networkManagerClientDiagnostics, Pipeline, _networkManagerRestClient.CreateDeleteRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, force).Request, response, OperationFinalStateVia.Location); + if (waitUntil == WaitUntil.Completed) + await operation.WaitForCompletionResponseAsync(cancellationToken).ConfigureAwait(false); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Deletes a network manager. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName} + /// + /// + /// Operation Id + /// NetworkManagers_Delete + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// Deletes the resource even if it is part of a deployed configuration. If the configuration has been deployed, the service will do a cleanup deployment in the background, prior to the delete. + /// The cancellation token to use. + public virtual ArmOperation Delete(WaitUntil waitUntil, bool? force = null, CancellationToken cancellationToken = default) + { + using var scope = _networkManagerClientDiagnostics.CreateScope("NetworkManagerResource.Delete"); + scope.Start(); + try + { + var response = _networkManagerRestClient.Delete(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, force, cancellationToken); + var operation = new NetworkArmOperation(_networkManagerClientDiagnostics, Pipeline, _networkManagerRestClient.CreateDeleteRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, force).Request, response, OperationFinalStateVia.Location); + if (waitUntil == WaitUntil.Completed) + operation.WaitForCompletionResponse(cancellationToken); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Patch NetworkManager. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName} + /// + /// + /// Operation Id + /// NetworkManagers_Patch + /// + /// + /// + /// Parameters supplied to specify which network manager is. + /// The cancellation token to use. + /// is null. + public virtual async Task> UpdateAsync(NetworkManagerPatch patch, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(patch, nameof(patch)); + + using var scope = _networkManagerClientDiagnostics.CreateScope("NetworkManagerResource.Update"); + scope.Start(); + try + { + var response = await _networkManagerRestClient.PatchAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, patch, cancellationToken).ConfigureAwait(false); + return Response.FromValue(new NetworkManagerResource(Client, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Patch NetworkManager. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName} + /// + /// + /// Operation Id + /// NetworkManagers_Patch + /// + /// + /// + /// Parameters supplied to specify which network manager is. + /// The cancellation token to use. + /// is null. + public virtual Response Update(NetworkManagerPatch patch, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(patch, nameof(patch)); + + using var scope = _networkManagerClientDiagnostics.CreateScope("NetworkManagerResource.Update"); + scope.Start(); + try + { + var response = _networkManagerRestClient.Patch(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, patch, cancellationToken); + return Response.FromValue(new NetworkManagerResource(Client, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Lists active connectivity configurations in a network manager. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/listActiveConnectivityConfigurations + /// + /// + /// Operation Id + /// ListActiveConnectivityConfigurations + /// + /// + /// + /// Active Configuration Parameter. + /// An optional query parameter which specifies the maximum number of records to be returned by the server. + /// The cancellation token to use. + /// is null. + /// An async collection of that may take multiple service requests to iterate over. + public virtual AsyncPageable GetActiveConnectivityConfigurationsAsync(ActiveConfigurationContent content, int? top = null, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(content, nameof(content)); + + HttpMessage FirstPageRequest(int? pageSizeHint) => _expressRouteProviderPortRestClient.CreateListActiveConnectivityConfigurationsRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, content, top); + return PageableHelpers.CreateAsyncPageable(FirstPageRequest, null, ActiveConnectivityConfiguration.DeserializeActiveConnectivityConfiguration, _expressRouteProviderPortClientDiagnostics, Pipeline, "NetworkManagerResource.GetActiveConnectivityConfigurations", "value", null, cancellationToken); + } + + /// + /// Lists active connectivity configurations in a network manager. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/listActiveConnectivityConfigurations + /// + /// + /// Operation Id + /// ListActiveConnectivityConfigurations + /// + /// + /// + /// Active Configuration Parameter. + /// An optional query parameter which specifies the maximum number of records to be returned by the server. + /// The cancellation token to use. + /// is null. + /// A collection of that may take multiple service requests to iterate over. + public virtual Pageable GetActiveConnectivityConfigurations(ActiveConfigurationContent content, int? top = null, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(content, nameof(content)); + + HttpMessage FirstPageRequest(int? pageSizeHint) => _expressRouteProviderPortRestClient.CreateListActiveConnectivityConfigurationsRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, content, top); + return PageableHelpers.CreatePageable(FirstPageRequest, null, ActiveConnectivityConfiguration.DeserializeActiveConnectivityConfiguration, _expressRouteProviderPortClientDiagnostics, Pipeline, "NetworkManagerResource.GetActiveConnectivityConfigurations", "value", null, cancellationToken); + } + + /// + /// Lists active security admin rules in a network manager. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/listActiveSecurityAdminRules + /// + /// + /// Operation Id + /// ListActiveSecurityAdminRules + /// + /// + /// + /// Active Configuration Parameter. + /// An optional query parameter which specifies the maximum number of records to be returned by the server. + /// The cancellation token to use. + /// is null. + /// An async collection of that may take multiple service requests to iterate over. + public virtual AsyncPageable GetActiveSecurityAdminRulesAsync(ActiveConfigurationContent content, int? top = null, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(content, nameof(content)); + + HttpMessage FirstPageRequest(int? pageSizeHint) => _expressRouteProviderPortRestClient.CreateListActiveSecurityAdminRulesRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, content, top); + return PageableHelpers.CreateAsyncPageable(FirstPageRequest, null, ActiveBaseSecurityAdminRule.DeserializeActiveBaseSecurityAdminRule, _expressRouteProviderPortClientDiagnostics, Pipeline, "NetworkManagerResource.GetActiveSecurityAdminRules", "value", null, cancellationToken); + } + + /// + /// Lists active security admin rules in a network manager. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/listActiveSecurityAdminRules + /// + /// + /// Operation Id + /// ListActiveSecurityAdminRules + /// + /// + /// + /// Active Configuration Parameter. + /// An optional query parameter which specifies the maximum number of records to be returned by the server. + /// The cancellation token to use. + /// is null. + /// A collection of that may take multiple service requests to iterate over. + public virtual Pageable GetActiveSecurityAdminRules(ActiveConfigurationContent content, int? top = null, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(content, nameof(content)); + + HttpMessage FirstPageRequest(int? pageSizeHint) => _expressRouteProviderPortRestClient.CreateListActiveSecurityAdminRulesRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, content, top); + return PageableHelpers.CreatePageable(FirstPageRequest, null, ActiveBaseSecurityAdminRule.DeserializeActiveBaseSecurityAdminRule, _expressRouteProviderPortClientDiagnostics, Pipeline, "NetworkManagerResource.GetActiveSecurityAdminRules", "value", null, cancellationToken); + } + + /// + /// Post a Network Manager Commit. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/commit + /// + /// + /// Operation Id + /// NetworkManagerCommits_Post + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// Parameters supplied to specify which Managed Network commit is. + /// The cancellation token to use. + /// is null. + public virtual async Task> PostNetworkManagerCommitAsync(WaitUntil waitUntil, NetworkManagerCommit networkManagerCommit, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(networkManagerCommit, nameof(networkManagerCommit)); + + using var scope = _networkManagerCommitsClientDiagnostics.CreateScope("NetworkManagerResource.PostNetworkManagerCommit"); + scope.Start(); + try + { + var response = await _networkManagerCommitsRestClient.PostAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, networkManagerCommit, cancellationToken).ConfigureAwait(false); + var operation = new NetworkArmOperation(new NetworkManagerCommitOperationSource(), _networkManagerCommitsClientDiagnostics, Pipeline, _networkManagerCommitsRestClient.CreatePostRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, networkManagerCommit).Request, response, OperationFinalStateVia.Location); + if (waitUntil == WaitUntil.Completed) + await operation.WaitForCompletionAsync(cancellationToken).ConfigureAwait(false); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Post a Network Manager Commit. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/commit + /// + /// + /// Operation Id + /// NetworkManagerCommits_Post + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// Parameters supplied to specify which Managed Network commit is. + /// The cancellation token to use. + /// is null. + public virtual ArmOperation PostNetworkManagerCommit(WaitUntil waitUntil, NetworkManagerCommit networkManagerCommit, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(networkManagerCommit, nameof(networkManagerCommit)); + + using var scope = _networkManagerCommitsClientDiagnostics.CreateScope("NetworkManagerResource.PostNetworkManagerCommit"); + scope.Start(); + try + { + var response = _networkManagerCommitsRestClient.Post(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, networkManagerCommit, cancellationToken); + var operation = new NetworkArmOperation(new NetworkManagerCommitOperationSource(), _networkManagerCommitsClientDiagnostics, Pipeline, _networkManagerCommitsRestClient.CreatePostRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, networkManagerCommit).Request, response, OperationFinalStateVia.Location); + if (waitUntil == WaitUntil.Completed) + operation.WaitForCompletion(cancellationToken); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Post to List of Network Manager Deployment Status. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/listDeploymentStatus + /// + /// + /// Operation Id + /// NetworkManagerDeploymentStatus_List + /// + /// + /// + /// Parameters supplied to specify which Managed Network deployment status is. + /// An optional query parameter which specifies the maximum number of records to be returned by the server. + /// The cancellation token to use. + /// is null. + /// An async collection of that may take multiple service requests to iterate over. + public virtual AsyncPageable GetNetworkManagerDeploymentStatusAsync(NetworkManagerDeploymentStatusContent content, int? top = null, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(content, nameof(content)); + + HttpMessage FirstPageRequest(int? pageSizeHint) => _networkManagerDeploymentStatusRestClient.CreateListRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, content, top); + return PageableHelpers.CreateAsyncPageable(FirstPageRequest, null, NetworkManagerDeploymentStatus.DeserializeNetworkManagerDeploymentStatus, _networkManagerDeploymentStatusClientDiagnostics, Pipeline, "NetworkManagerResource.GetNetworkManagerDeploymentStatus", "value", null, cancellationToken); + } + + /// + /// Post to List of Network Manager Deployment Status. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/listDeploymentStatus + /// + /// + /// Operation Id + /// NetworkManagerDeploymentStatus_List + /// + /// + /// + /// Parameters supplied to specify which Managed Network deployment status is. + /// An optional query parameter which specifies the maximum number of records to be returned by the server. + /// The cancellation token to use. + /// is null. + /// A collection of that may take multiple service requests to iterate over. + public virtual Pageable GetNetworkManagerDeploymentStatus(NetworkManagerDeploymentStatusContent content, int? top = null, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(content, nameof(content)); + + HttpMessage FirstPageRequest(int? pageSizeHint) => _networkManagerDeploymentStatusRestClient.CreateListRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, content, top); + return PageableHelpers.CreatePageable(FirstPageRequest, null, NetworkManagerDeploymentStatus.DeserializeNetworkManagerDeploymentStatus, _networkManagerDeploymentStatusClientDiagnostics, Pipeline, "NetworkManagerResource.GetNetworkManagerDeploymentStatus", "value", null, cancellationToken); + } + + /// + /// Add a tag to the current resource. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName} + /// + /// + /// Operation Id + /// NetworkManagers_Get + /// + /// + /// + /// The key for the tag. + /// The value for the tag. + /// The cancellation token to use. + /// or is null. + public virtual async Task> AddTagAsync(string key, string value, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(key, nameof(key)); + Argument.AssertNotNull(value, nameof(value)); + + using var scope = _networkManagerClientDiagnostics.CreateScope("NetworkManagerResource.AddTag"); + scope.Start(); + try + { + if (await CanUseTagResourceAsync(cancellationToken: cancellationToken).ConfigureAwait(false)) + { + var originalTags = await GetTagResource().GetAsync(cancellationToken).ConfigureAwait(false); + originalTags.Value.Data.TagValues[key] = value; + await GetTagResource().CreateOrUpdateAsync(WaitUntil.Completed, originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); + var originalResponse = await _networkManagerRestClient.GetAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false); + return Response.FromValue(new NetworkManagerResource(Client, originalResponse.Value), originalResponse.GetRawResponse()); + } + else + { + var current = (await GetAsync(cancellationToken: cancellationToken).ConfigureAwait(false)).Value.Data; + var patch = new NetworkManagerPatch(); + foreach (var tag in current.Tags) + { + patch.Tags.Add(tag); + } + patch.Tags[key] = value; + var result = await UpdateAsync(patch, cancellationToken: cancellationToken).ConfigureAwait(false); + return result; + } + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Add a tag to the current resource. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName} + /// + /// + /// Operation Id + /// NetworkManagers_Get + /// + /// + /// + /// The key for the tag. + /// The value for the tag. + /// The cancellation token to use. + /// or is null. + public virtual Response AddTag(string key, string value, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(key, nameof(key)); + Argument.AssertNotNull(value, nameof(value)); + + using var scope = _networkManagerClientDiagnostics.CreateScope("NetworkManagerResource.AddTag"); + scope.Start(); + try + { + if (CanUseTagResource(cancellationToken: cancellationToken)) + { + var originalTags = GetTagResource().Get(cancellationToken); + originalTags.Value.Data.TagValues[key] = value; + GetTagResource().CreateOrUpdate(WaitUntil.Completed, originalTags.Value.Data, cancellationToken: cancellationToken); + var originalResponse = _networkManagerRestClient.Get(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, cancellationToken); + return Response.FromValue(new NetworkManagerResource(Client, originalResponse.Value), originalResponse.GetRawResponse()); + } + else + { + var current = Get(cancellationToken: cancellationToken).Value.Data; + var patch = new NetworkManagerPatch(); + foreach (var tag in current.Tags) + { + patch.Tags.Add(tag); + } + patch.Tags[key] = value; + var result = Update(patch, cancellationToken: cancellationToken); + return result; + } + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Replace the tags on the resource with the given set. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName} + /// + /// + /// Operation Id + /// NetworkManagers_Get + /// + /// + /// + /// The set of tags to use as replacement. + /// The cancellation token to use. + /// is null. + public virtual async Task> SetTagsAsync(IDictionary tags, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(tags, nameof(tags)); + + using var scope = _networkManagerClientDiagnostics.CreateScope("NetworkManagerResource.SetTags"); + scope.Start(); + try + { + if (await CanUseTagResourceAsync(cancellationToken: cancellationToken).ConfigureAwait(false)) + { + await GetTagResource().DeleteAsync(WaitUntil.Completed, cancellationToken: cancellationToken).ConfigureAwait(false); + var originalTags = await GetTagResource().GetAsync(cancellationToken).ConfigureAwait(false); + originalTags.Value.Data.TagValues.ReplaceWith(tags); + await GetTagResource().CreateOrUpdateAsync(WaitUntil.Completed, originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); + var originalResponse = await _networkManagerRestClient.GetAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false); + return Response.FromValue(new NetworkManagerResource(Client, originalResponse.Value), originalResponse.GetRawResponse()); + } + else + { + var current = (await GetAsync(cancellationToken: cancellationToken).ConfigureAwait(false)).Value.Data; + var patch = new NetworkManagerPatch(); + patch.Tags.ReplaceWith(tags); + var result = await UpdateAsync(patch, cancellationToken: cancellationToken).ConfigureAwait(false); + return result; + } + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Replace the tags on the resource with the given set. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName} + /// + /// + /// Operation Id + /// NetworkManagers_Get + /// + /// + /// + /// The set of tags to use as replacement. + /// The cancellation token to use. + /// is null. + public virtual Response SetTags(IDictionary tags, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(tags, nameof(tags)); + + using var scope = _networkManagerClientDiagnostics.CreateScope("NetworkManagerResource.SetTags"); + scope.Start(); + try + { + if (CanUseTagResource(cancellationToken: cancellationToken)) + { + GetTagResource().Delete(WaitUntil.Completed, cancellationToken: cancellationToken); + var originalTags = GetTagResource().Get(cancellationToken); + originalTags.Value.Data.TagValues.ReplaceWith(tags); + GetTagResource().CreateOrUpdate(WaitUntil.Completed, originalTags.Value.Data, cancellationToken: cancellationToken); + var originalResponse = _networkManagerRestClient.Get(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, cancellationToken); + return Response.FromValue(new NetworkManagerResource(Client, originalResponse.Value), originalResponse.GetRawResponse()); + } + else + { + var current = Get(cancellationToken: cancellationToken).Value.Data; + var patch = new NetworkManagerPatch(); + patch.Tags.ReplaceWith(tags); + var result = Update(patch, cancellationToken: cancellationToken); + return result; + } + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Removes a tag by key from the resource. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName} + /// + /// + /// Operation Id + /// NetworkManagers_Get + /// + /// + /// + /// The key for the tag. + /// The cancellation token to use. + /// is null. + public virtual async Task> RemoveTagAsync(string key, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(key, nameof(key)); + + using var scope = _networkManagerClientDiagnostics.CreateScope("NetworkManagerResource.RemoveTag"); + scope.Start(); + try + { + if (await CanUseTagResourceAsync(cancellationToken: cancellationToken).ConfigureAwait(false)) + { + var originalTags = await GetTagResource().GetAsync(cancellationToken).ConfigureAwait(false); + originalTags.Value.Data.TagValues.Remove(key); + await GetTagResource().CreateOrUpdateAsync(WaitUntil.Completed, originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); + var originalResponse = await _networkManagerRestClient.GetAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false); + return Response.FromValue(new NetworkManagerResource(Client, originalResponse.Value), originalResponse.GetRawResponse()); + } + else + { + var current = (await GetAsync(cancellationToken: cancellationToken).ConfigureAwait(false)).Value.Data; + var patch = new NetworkManagerPatch(); + foreach (var tag in current.Tags) + { + patch.Tags.Add(tag); + } + patch.Tags.Remove(key); + var result = await UpdateAsync(patch, cancellationToken: cancellationToken).ConfigureAwait(false); + return result; + } + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Removes a tag by key from the resource. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName} + /// + /// + /// Operation Id + /// NetworkManagers_Get + /// + /// + /// + /// The key for the tag. + /// The cancellation token to use. + /// is null. + public virtual Response RemoveTag(string key, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(key, nameof(key)); + + using var scope = _networkManagerClientDiagnostics.CreateScope("NetworkManagerResource.RemoveTag"); + scope.Start(); + try + { + if (CanUseTagResource(cancellationToken: cancellationToken)) + { + var originalTags = GetTagResource().Get(cancellationToken); + originalTags.Value.Data.TagValues.Remove(key); + GetTagResource().CreateOrUpdate(WaitUntil.Completed, originalTags.Value.Data, cancellationToken: cancellationToken); + var originalResponse = _networkManagerRestClient.Get(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, cancellationToken); + return Response.FromValue(new NetworkManagerResource(Client, originalResponse.Value), originalResponse.GetRawResponse()); + } + else + { + var current = Get(cancellationToken: cancellationToken).Value.Data; + var patch = new NetworkManagerPatch(); + foreach (var tag in current.Tags) + { + patch.Tags.Add(tag); + } + patch.Tags.Remove(key); + var result = Update(patch, cancellationToken: cancellationToken); + return result; + } + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/NetworkSecurityGroupData.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/NetworkSecurityGroupData.cs index 480883b0ef40..2c53db9da9e7 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/NetworkSecurityGroupData.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/NetworkSecurityGroupData.cs @@ -36,6 +36,7 @@ public NetworkSecurityGroupData() /// Resource location. /// Resource tags. /// A unique read-only string that changes whenever the resource is updated. + /// When enabled, flows created from Network Security Group connections will be re-evaluated when rules are updates. Initial enablement will trigger re-evaluation. /// A collection of security rules of the network security group. /// The default security rules of network security group. /// A collection of references to network interfaces. @@ -43,9 +44,10 @@ public NetworkSecurityGroupData() /// A collection of references to flow log resources. /// The resource GUID property of the network security group resource. /// The provisioning state of the network security group resource. - internal NetworkSecurityGroupData(ResourceIdentifier id, string name, ResourceType? resourceType, AzureLocation? location, IDictionary tags, ETag? etag, IList securityRules, IReadOnlyList defaultSecurityRules, IReadOnlyList networkInterfaces, IReadOnlyList subnets, IReadOnlyList flowLogs, Guid? resourceGuid, NetworkProvisioningState? provisioningState) : base(id, name, resourceType, location, tags) + internal NetworkSecurityGroupData(ResourceIdentifier id, string name, ResourceType? resourceType, AzureLocation? location, IDictionary tags, ETag? etag, bool? flushConnection, IList securityRules, IReadOnlyList defaultSecurityRules, IReadOnlyList networkInterfaces, IReadOnlyList subnets, IReadOnlyList flowLogs, Guid? resourceGuid, NetworkProvisioningState? provisioningState) : base(id, name, resourceType, location, tags) { ETag = etag; + FlushConnection = flushConnection; SecurityRules = securityRules; DefaultSecurityRules = defaultSecurityRules; NetworkInterfaces = networkInterfaces; @@ -57,6 +59,8 @@ internal NetworkSecurityGroupData(ResourceIdentifier id, string name, ResourceTy /// A unique read-only string that changes whenever the resource is updated. public ETag? ETag { get; } + /// When enabled, flows created from Network Security Group connections will be re-evaluated when rules are updates. Initial enablement will trigger re-evaluation. + public bool? FlushConnection { get; set; } /// A collection of security rules of the network security group. public IList SecurityRules { get; } /// The default security rules of network security group. diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/NetworkVirtualApplianceData.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/NetworkVirtualApplianceData.cs index 1f326f468e4c..90ffd506a015 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/NetworkVirtualApplianceData.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/NetworkVirtualApplianceData.cs @@ -44,12 +44,16 @@ public NetworkVirtualApplianceData() /// The Virtual Hub where Network Virtual Appliance is being deployed. /// CloudInitConfigurationBlob storage URLs. /// CloudInitConfiguration string in plain text. - /// VirtualAppliance ASN. + /// VirtualAppliance ASN. Microsoft private, public and IANA reserved ASN are not supported. + /// Public key for SSH login. /// List of Virtual Appliance Network Interfaces. /// List of references to VirtualApplianceSite. /// List of references to InboundSecurityRules. /// The provisioning state of the resource. - internal NetworkVirtualApplianceData(ResourceIdentifier id, string name, ResourceType? resourceType, AzureLocation? location, IDictionary tags, ManagedServiceIdentity identity, ETag? etag, VirtualApplianceSkuProperties nvaSku, string addressPrefix, IList bootStrapConfigurationBlobs, WritableSubResource virtualHub, IList cloudInitConfigurationBlobs, string cloudInitConfiguration, long? virtualApplianceAsn, IReadOnlyList virtualApplianceNics, IReadOnlyList virtualApplianceSites, IReadOnlyList inboundSecurityRules, NetworkProvisioningState? provisioningState) : base(id, name, resourceType, location, tags) + /// The deployment type. PartnerManaged for the SaaS NVA. + /// The delegation for the Virtual Appliance. + /// The delegation for the Virtual Appliance. + internal NetworkVirtualApplianceData(ResourceIdentifier id, string name, ResourceType? resourceType, AzureLocation? location, IDictionary tags, ManagedServiceIdentity identity, ETag? etag, VirtualApplianceSkuProperties nvaSku, string addressPrefix, IList bootStrapConfigurationBlobs, WritableSubResource virtualHub, IList cloudInitConfigurationBlobs, string cloudInitConfiguration, long? virtualApplianceAsn, string sshPublicKey, IReadOnlyList virtualApplianceNics, IReadOnlyList virtualApplianceSites, IReadOnlyList inboundSecurityRules, NetworkProvisioningState? provisioningState, string deploymentType, VirtualApplianceDelegationProperties delegation, PartnerManagedResourceProperties partnerManagedResource) : base(id, name, resourceType, location, tags) { Identity = identity; ETag = etag; @@ -60,10 +64,14 @@ internal NetworkVirtualApplianceData(ResourceIdentifier id, string name, Resourc CloudInitConfigurationBlobs = cloudInitConfigurationBlobs; CloudInitConfiguration = cloudInitConfiguration; VirtualApplianceAsn = virtualApplianceAsn; + SshPublicKey = sshPublicKey; VirtualApplianceNics = virtualApplianceNics; VirtualApplianceSites = virtualApplianceSites; InboundSecurityRules = inboundSecurityRules; ProvisioningState = provisioningState; + DeploymentType = deploymentType; + Delegation = delegation; + PartnerManagedResource = partnerManagedResource; } /// The service principal that has read access to cloud-init and config blob. @@ -94,8 +102,10 @@ public ResourceIdentifier VirtualHubId public IList CloudInitConfigurationBlobs { get; } /// CloudInitConfiguration string in plain text. public string CloudInitConfiguration { get; set; } - /// VirtualAppliance ASN. + /// VirtualAppliance ASN. Microsoft private, public and IANA reserved ASN are not supported. public long? VirtualApplianceAsn { get; set; } + /// Public key for SSH login. + public string SshPublicKey { get; set; } /// List of Virtual Appliance Network Interfaces. public IReadOnlyList VirtualApplianceNics { get; } /// List of references to VirtualApplianceSite. @@ -104,5 +114,11 @@ public ResourceIdentifier VirtualHubId public IReadOnlyList InboundSecurityRules { get; } /// The provisioning state of the resource. public NetworkProvisioningState? ProvisioningState { get; } + /// The deployment type. PartnerManaged for the SaaS NVA. + public string DeploymentType { get; } + /// The delegation for the Virtual Appliance. + public VirtualApplianceDelegationProperties Delegation { get; set; } + /// The delegation for the Virtual Appliance. + public PartnerManagedResourceProperties PartnerManagedResource { get; set; } } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/PacketCaptureData.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/PacketCaptureData.cs index 6ed8d07bdb91..93892e721f72 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/PacketCaptureData.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/PacketCaptureData.cs @@ -31,17 +31,21 @@ internal PacketCaptureData() /// The resourceType. /// The systemData. /// A unique read-only string that changes whenever the resource is updated. - /// The ID of the targeted resource, only VM is currently supported. + /// The ID of the targeted resource, only AzureVM and AzureVMSS as target type are currently supported. + /// A list of AzureVMSS instances which can be included or excluded to run packet capture. If both included and excluded are empty, then the packet capture will run on all instances of AzureVMSS. + /// Target type of the resource provided. /// Number of bytes captured per packet, the remaining bytes are truncated. /// Maximum size of the capture output. /// Maximum duration of the capture session in seconds. /// The storage location for a packet capture session. /// A list of packet capture filters. /// The provisioning state of the packet capture session. - internal PacketCaptureData(ResourceIdentifier id, string name, ResourceType resourceType, SystemData systemData, ETag? etag, string target, long? bytesToCapturePerPacket, long? totalBytesPerSession, int? timeLimitInSeconds, PacketCaptureStorageLocation storageLocation, IReadOnlyList filters, NetworkProvisioningState? provisioningState) : base(id, name, resourceType, systemData) + internal PacketCaptureData(ResourceIdentifier id, string name, ResourceType resourceType, SystemData systemData, ETag? etag, string target, PacketCaptureMachineScope scope, PacketCaptureTargetType? targetType, long? bytesToCapturePerPacket, long? totalBytesPerSession, int? timeLimitInSeconds, PacketCaptureStorageLocation storageLocation, IReadOnlyList filters, NetworkProvisioningState? provisioningState) : base(id, name, resourceType, systemData) { ETag = etag; Target = target; + Scope = scope; + TargetType = targetType; BytesToCapturePerPacket = bytesToCapturePerPacket; TotalBytesPerSession = totalBytesPerSession; TimeLimitInSeconds = timeLimitInSeconds; @@ -52,8 +56,12 @@ internal PacketCaptureData(ResourceIdentifier id, string name, ResourceType reso /// A unique read-only string that changes whenever the resource is updated. public ETag? ETag { get; } - /// The ID of the targeted resource, only VM is currently supported. + /// The ID of the targeted resource, only AzureVM and AzureVMSS as target type are currently supported. public string Target { get; } + /// A list of AzureVMSS instances which can be included or excluded to run packet capture. If both included and excluded are empty, then the packet capture will run on all instances of AzureVMSS. + public PacketCaptureMachineScope Scope { get; } + /// Target type of the resource provided. + public PacketCaptureTargetType? TargetType { get; } /// Number of bytes captured per packet, the remaining bytes are truncated. public long? BytesToCapturePerPacket { get; } /// Maximum size of the capture output. diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/PolicySignaturesOverridesForIdpsData.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/PolicySignaturesOverridesForIdpsData.cs new file mode 100644 index 000000000000..397e18a4d5e7 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/PolicySignaturesOverridesForIdpsData.cs @@ -0,0 +1,57 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using Azure.Core; +using Azure.ResourceManager.Network.Models; + +namespace Azure.ResourceManager.Network +{ + /// + /// A class representing the PolicySignaturesOverridesForIdps data model. + /// Contains all specific policy signatures overrides for the IDPS + /// + public partial class PolicySignaturesOverridesForIdpsData + { + /// Initializes a new instance of PolicySignaturesOverridesForIdpsData. + public PolicySignaturesOverridesForIdpsData() + { + } + + /// Initializes a new instance of PolicySignaturesOverridesForIdpsData. + /// Contains the name of the resource (default). + /// Will contain the resource id of the signature override resource. + /// Will contain the type of the resource: Microsoft.Network/firewallPolicies/intrusionDetectionSignaturesOverrides. + /// Will contain the properties of the resource (the actual signature overrides). + internal PolicySignaturesOverridesForIdpsData(string name, ResourceIdentifier id, ResourceType? resourceType, PolicySignaturesOverridesForIdpsProperties properties) + { + Name = name; + Id = id; + ResourceType = resourceType; + Properties = properties; + } + + /// Contains the name of the resource (default). + public string Name { get; set; } + /// Will contain the resource id of the signature override resource. + public ResourceIdentifier Id { get; set; } + /// Will contain the type of the resource: Microsoft.Network/firewallPolicies/intrusionDetectionSignaturesOverrides. + public ResourceType? ResourceType { get; set; } + /// Will contain the properties of the resource (the actual signature overrides). + internal PolicySignaturesOverridesForIdpsProperties Properties { get; set; } + /// Dictionary of <string>. + public IDictionary Signatures + { + get + { + if (Properties is null) + Properties = new PolicySignaturesOverridesForIdpsProperties(); + return Properties.Signatures; + } + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/PolicySignaturesOverridesForIdpsResource.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/PolicySignaturesOverridesForIdpsResource.cs new file mode 100644 index 000000000000..cd31ec4788f4 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/PolicySignaturesOverridesForIdpsResource.cs @@ -0,0 +1,297 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Globalization; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Core.Pipeline; +using Azure.ResourceManager; + +namespace Azure.ResourceManager.Network +{ + /// + /// A Class representing a PolicySignaturesOverridesForIdps along with the instance operations that can be performed on it. + /// If you have a you can construct a + /// from an instance of using the GetPolicySignaturesOverridesForIdpsResource method. + /// Otherwise you can get one from its parent resource using the GetPolicySignaturesOverridesForIdps method. + /// + public partial class PolicySignaturesOverridesForIdpsResource : ArmResource + { + /// Generate the resource identifier of a instance. + public static ResourceIdentifier CreateResourceIdentifier(string subscriptionId, string resourceGroupName, string firewallPolicyName) + { + var resourceId = $"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/firewallPolicies/{firewallPolicyName}/signatureOverrides/default"; + return new ResourceIdentifier(resourceId); + } + + private readonly ClientDiagnostics _policySignaturesOverridesForIdpsFirewallPolicyIdpsSignaturesOverridesClientDiagnostics; + private readonly FirewallPolicyIdpsSignaturesOverridesRestOperations _policySignaturesOverridesForIdpsFirewallPolicyIdpsSignaturesOverridesRestClient; + private readonly PolicySignaturesOverridesForIdpsData _data; + + /// Initializes a new instance of the class for mocking. + protected PolicySignaturesOverridesForIdpsResource() + { + } + + /// Initializes a new instance of the class. + /// The client parameters to use in these operations. + /// The resource that is the target of operations. + internal PolicySignaturesOverridesForIdpsResource(ArmClient client, PolicySignaturesOverridesForIdpsData data) : this(client, data.Id) + { + HasData = true; + _data = data; + } + + /// Initializes a new instance of the class. + /// The client parameters to use in these operations. + /// The identifier of the resource that is the target of operations. + internal PolicySignaturesOverridesForIdpsResource(ArmClient client, ResourceIdentifier id) : base(client, id) + { + _policySignaturesOverridesForIdpsFirewallPolicyIdpsSignaturesOverridesClientDiagnostics = new ClientDiagnostics("Azure.ResourceManager.Network", ResourceType.Namespace, Diagnostics); + TryGetApiVersion(ResourceType, out string policySignaturesOverridesForIdpsFirewallPolicyIdpsSignaturesOverridesApiVersion); + _policySignaturesOverridesForIdpsFirewallPolicyIdpsSignaturesOverridesRestClient = new FirewallPolicyIdpsSignaturesOverridesRestOperations(Pipeline, Diagnostics.ApplicationId, Endpoint, policySignaturesOverridesForIdpsFirewallPolicyIdpsSignaturesOverridesApiVersion); +#if DEBUG + ValidateResourceId(Id); +#endif + } + + /// Gets the resource type for the operations. + public static readonly ResourceType ResourceType = "Microsoft.Network/firewallPolicies/signatureOverrides"; + + /// Gets whether or not the current instance has data. + public virtual bool HasData { get; } + + /// Gets the data representing this Feature. + /// Throws if there is no data loaded in the current instance. + public virtual PolicySignaturesOverridesForIdpsData Data + { + get + { + if (!HasData) + throw new InvalidOperationException("The current instance does not have data, you must call Get first."); + return _data; + } + } + + internal static void ValidateResourceId(ResourceIdentifier id) + { + if (id.ResourceType != ResourceType) + throw new ArgumentException(string.Format(CultureInfo.CurrentCulture, "Invalid resource type {0} expected {1}", id.ResourceType, ResourceType), nameof(id)); + } + + /// + /// Returns all signatures overrides for a specific policy. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/firewallPolicies/{firewallPolicyName}/signatureOverrides/default + /// + /// + /// Operation Id + /// FirewallPolicyIdpsSignaturesOverrides_Get + /// + /// + /// + /// The cancellation token to use. + public virtual async Task> GetAsync(CancellationToken cancellationToken = default) + { + using var scope = _policySignaturesOverridesForIdpsFirewallPolicyIdpsSignaturesOverridesClientDiagnostics.CreateScope("PolicySignaturesOverridesForIdpsResource.Get"); + scope.Start(); + try + { + var response = await _policySignaturesOverridesForIdpsFirewallPolicyIdpsSignaturesOverridesRestClient.GetAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, cancellationToken).ConfigureAwait(false); + if (response.Value == null) + throw new RequestFailedException(response.GetRawResponse()); + return Response.FromValue(new PolicySignaturesOverridesForIdpsResource(Client, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Returns all signatures overrides for a specific policy. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/firewallPolicies/{firewallPolicyName}/signatureOverrides/default + /// + /// + /// Operation Id + /// FirewallPolicyIdpsSignaturesOverrides_Get + /// + /// + /// + /// The cancellation token to use. + public virtual Response Get(CancellationToken cancellationToken = default) + { + using var scope = _policySignaturesOverridesForIdpsFirewallPolicyIdpsSignaturesOverridesClientDiagnostics.CreateScope("PolicySignaturesOverridesForIdpsResource.Get"); + scope.Start(); + try + { + var response = _policySignaturesOverridesForIdpsFirewallPolicyIdpsSignaturesOverridesRestClient.Get(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, cancellationToken); + if (response.Value == null) + throw new RequestFailedException(response.GetRawResponse()); + return Response.FromValue(new PolicySignaturesOverridesForIdpsResource(Client, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Will update the status of policy's signature overrides for IDPS + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/firewallPolicies/{firewallPolicyName}/signatureOverrides/default + /// + /// + /// Operation Id + /// FirewallPolicyIdpsSignaturesOverrides_Patch + /// + /// + /// + /// Will contain all properties of the object to put. + /// The cancellation token to use. + /// is null. + public virtual async Task> UpdateAsync(PolicySignaturesOverridesForIdpsData data, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(data, nameof(data)); + + using var scope = _policySignaturesOverridesForIdpsFirewallPolicyIdpsSignaturesOverridesClientDiagnostics.CreateScope("PolicySignaturesOverridesForIdpsResource.Update"); + scope.Start(); + try + { + var response = await _policySignaturesOverridesForIdpsFirewallPolicyIdpsSignaturesOverridesRestClient.PatchAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, data, cancellationToken).ConfigureAwait(false); + return Response.FromValue(new PolicySignaturesOverridesForIdpsResource(Client, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Will update the status of policy's signature overrides for IDPS + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/firewallPolicies/{firewallPolicyName}/signatureOverrides/default + /// + /// + /// Operation Id + /// FirewallPolicyIdpsSignaturesOverrides_Patch + /// + /// + /// + /// Will contain all properties of the object to put. + /// The cancellation token to use. + /// is null. + public virtual Response Update(PolicySignaturesOverridesForIdpsData data, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(data, nameof(data)); + + using var scope = _policySignaturesOverridesForIdpsFirewallPolicyIdpsSignaturesOverridesClientDiagnostics.CreateScope("PolicySignaturesOverridesForIdpsResource.Update"); + scope.Start(); + try + { + var response = _policySignaturesOverridesForIdpsFirewallPolicyIdpsSignaturesOverridesRestClient.Patch(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, data, cancellationToken); + return Response.FromValue(new PolicySignaturesOverridesForIdpsResource(Client, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Will override/create a new signature overrides for the policy's IDPS + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/firewallPolicies/{firewallPolicyName}/signatureOverrides/default + /// + /// + /// Operation Id + /// FirewallPolicyIdpsSignaturesOverrides_Put + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// Will contain all properties of the object to put. + /// The cancellation token to use. + /// is null. + public virtual async Task> CreateOrUpdateAsync(WaitUntil waitUntil, PolicySignaturesOverridesForIdpsData data, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(data, nameof(data)); + + using var scope = _policySignaturesOverridesForIdpsFirewallPolicyIdpsSignaturesOverridesClientDiagnostics.CreateScope("PolicySignaturesOverridesForIdpsResource.CreateOrUpdate"); + scope.Start(); + try + { + var response = await _policySignaturesOverridesForIdpsFirewallPolicyIdpsSignaturesOverridesRestClient.PutAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, data, cancellationToken).ConfigureAwait(false); + var operation = new NetworkArmOperation(Response.FromValue(new PolicySignaturesOverridesForIdpsResource(Client, response), response.GetRawResponse())); + if (waitUntil == WaitUntil.Completed) + await operation.WaitForCompletionAsync(cancellationToken).ConfigureAwait(false); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Will override/create a new signature overrides for the policy's IDPS + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/firewallPolicies/{firewallPolicyName}/signatureOverrides/default + /// + /// + /// Operation Id + /// FirewallPolicyIdpsSignaturesOverrides_Put + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// Will contain all properties of the object to put. + /// The cancellation token to use. + /// is null. + public virtual ArmOperation CreateOrUpdate(WaitUntil waitUntil, PolicySignaturesOverridesForIdpsData data, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(data, nameof(data)); + + using var scope = _policySignaturesOverridesForIdpsFirewallPolicyIdpsSignaturesOverridesClientDiagnostics.CreateScope("PolicySignaturesOverridesForIdpsResource.CreateOrUpdate"); + scope.Start(); + try + { + var response = _policySignaturesOverridesForIdpsFirewallPolicyIdpsSignaturesOverridesRestClient.Put(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, data, cancellationToken); + var operation = new NetworkArmOperation(Response.FromValue(new PolicySignaturesOverridesForIdpsResource(Client, response), response.GetRawResponse())); + if (waitUntil == WaitUntil.Completed) + operation.WaitForCompletion(cancellationToken); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/PrivateEndpointData.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/PrivateEndpointData.cs index 6a956fbd9ec7..7a141dd20457 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/PrivateEndpointData.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/PrivateEndpointData.cs @@ -26,6 +26,8 @@ public PrivateEndpointData() PrivateLinkServiceConnections = new ChangeTrackingList(); ManualPrivateLinkServiceConnections = new ChangeTrackingList(); CustomDnsConfigs = new ChangeTrackingList(); + ApplicationSecurityGroups = new ChangeTrackingList(); + IPConfigurations = new ChangeTrackingList(); } /// Initializes a new instance of PrivateEndpointData. @@ -42,7 +44,10 @@ public PrivateEndpointData() /// A grouping of information about the connection to the remote resource. /// A grouping of information about the connection to the remote resource. Used when the network admin does not have access to approve connections to the remote resource. /// An array of custom dns configurations. - internal PrivateEndpointData(ResourceIdentifier id, string name, ResourceType? resourceType, AzureLocation? location, IDictionary tags, ExtendedLocation extendedLocation, ETag? etag, SubnetData subnet, IReadOnlyList networkInterfaces, NetworkProvisioningState? provisioningState, IList privateLinkServiceConnections, IList manualPrivateLinkServiceConnections, IList customDnsConfigs) : base(id, name, resourceType, location, tags) + /// Application security groups in which the private endpoint IP configuration is included. + /// A list of IP configurations of the private endpoint. This will be used to map to the First Party Service's endpoints. + /// The custom name of the network interface attached to the private endpoint. + internal PrivateEndpointData(ResourceIdentifier id, string name, ResourceType? resourceType, AzureLocation? location, IDictionary tags, ExtendedLocation extendedLocation, ETag? etag, SubnetData subnet, IReadOnlyList networkInterfaces, NetworkProvisioningState? provisioningState, IList privateLinkServiceConnections, IList manualPrivateLinkServiceConnections, IList customDnsConfigs, IList applicationSecurityGroups, IList ipConfigurations, string customNetworkInterfaceName) : base(id, name, resourceType, location, tags) { ExtendedLocation = extendedLocation; ETag = etag; @@ -52,6 +57,9 @@ internal PrivateEndpointData(ResourceIdentifier id, string name, ResourceType? r PrivateLinkServiceConnections = privateLinkServiceConnections; ManualPrivateLinkServiceConnections = manualPrivateLinkServiceConnections; CustomDnsConfigs = customDnsConfigs; + ApplicationSecurityGroups = applicationSecurityGroups; + IPConfigurations = ipConfigurations; + CustomNetworkInterfaceName = customNetworkInterfaceName; } /// The extended location of the load balancer. @@ -70,5 +78,11 @@ internal PrivateEndpointData(ResourceIdentifier id, string name, ResourceType? r public IList ManualPrivateLinkServiceConnections { get; } /// An array of custom dns configurations. public IList CustomDnsConfigs { get; } + /// Application security groups in which the private endpoint IP configuration is included. + public IList ApplicationSecurityGroups { get; } + /// A list of IP configurations of the private endpoint. This will be used to map to the First Party Service's endpoints. + public IList IPConfigurations { get; } + /// The custom name of the network interface attached to the private endpoint. + public string CustomNetworkInterfaceName { get; set; } } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/ProbeData.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/ProbeData.cs index 83c046bdd2a5..150b3b42dc15 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/ProbeData.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/ProbeData.cs @@ -35,9 +35,10 @@ public ProbeData() /// The port for communicating the probe. Possible values range from 1 to 65535, inclusive. /// The interval, in seconds, for how frequently to probe the endpoint for health status. Typically, the interval is slightly less than half the allocated timeout period (in seconds) which allows two full probes before taking the instance out of rotation. The default value is 15, the minimum value is 5. /// The number of probes where if no response, will result in stopping further traffic from being delivered to the endpoint. This values allows endpoints to be taken out of rotation faster or slower than the typical times used in Azure. + /// The number of consecutive successful or failed probes in order to allow or deny traffic from being delivered to this endpoint. After failing the number of consecutive probes equal to this value, the endpoint will be taken out of rotation and require the same number of successful consecutive probes to be placed back in rotation. /// The URI used for requesting health status from the VM. Path is required if a protocol is set to http. Otherwise, it is not allowed. There is no default value. /// The provisioning state of the probe resource. - internal ProbeData(ResourceIdentifier id, string name, ResourceType? resourceType, ETag? etag, IReadOnlyList loadBalancingRules, ProbeProtocol? protocol, int? port, int? intervalInSeconds, int? numberOfProbes, string requestPath, NetworkProvisioningState? provisioningState) : base(id, name, resourceType) + internal ProbeData(ResourceIdentifier id, string name, ResourceType? resourceType, ETag? etag, IReadOnlyList loadBalancingRules, ProbeProtocol? protocol, int? port, int? intervalInSeconds, int? numberOfProbes, int? probeThreshold, string requestPath, NetworkProvisioningState? provisioningState) : base(id, name, resourceType) { ETag = etag; LoadBalancingRules = loadBalancingRules; @@ -45,6 +46,7 @@ internal ProbeData(ResourceIdentifier id, string name, ResourceType? resourceTyp Port = port; IntervalInSeconds = intervalInSeconds; NumberOfProbes = numberOfProbes; + ProbeThreshold = probeThreshold; RequestPath = requestPath; ProvisioningState = provisioningState; } @@ -61,6 +63,8 @@ internal ProbeData(ResourceIdentifier id, string name, ResourceType? resourceTyp public int? IntervalInSeconds { get; set; } /// The number of probes where if no response, will result in stopping further traffic from being delivered to the endpoint. This values allows endpoints to be taken out of rotation faster or slower than the typical times used in Azure. public int? NumberOfProbes { get; set; } + /// The number of consecutive successful or failed probes in order to allow or deny traffic from being delivered to this endpoint. After failing the number of consecutive probes equal to this value, the endpoint will be taken out of rotation and require the same number of successful consecutive probes to be placed back in rotation. + public int? ProbeThreshold { get; set; } /// The URI used for requesting health status from the VM. Path is required if a protocol is set to http. Otherwise, it is not allowed. There is no default value. public string RequestPath { get; set; } /// The provisioning state of the probe resource. diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/PublicIPAddressResource.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/PublicIPAddressResource.cs index ca58203cb451..55b6027d6e14 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/PublicIPAddressResource.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/PublicIPAddressResource.cs @@ -291,6 +291,74 @@ public virtual Response Update(NetworkTagsObject networ } } + /// + /// Gets the Ddos Protection Status of a Public IP Address + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/publicIPAddresses/{publicIpAddressName}/ddosProtectionStatus + /// + /// + /// Operation Id + /// PublicIPAddresses_DdosProtectionStatus + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// The cancellation token to use. + public virtual async Task> DdosProtectionStatusAsync(WaitUntil waitUntil, CancellationToken cancellationToken = default) + { + using var scope = _publicIPAddressClientDiagnostics.CreateScope("PublicIPAddressResource.DdosProtectionStatus"); + scope.Start(); + try + { + var response = await _publicIPAddressRestClient.DdosProtectionStatusAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false); + var operation = new NetworkArmOperation(new PublicIPDdosProtectionStatusResultOperationSource(), _publicIPAddressClientDiagnostics, Pipeline, _publicIPAddressRestClient.CreateDdosProtectionStatusRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name).Request, response, OperationFinalStateVia.Location); + if (waitUntil == WaitUntil.Completed) + await operation.WaitForCompletionAsync(cancellationToken).ConfigureAwait(false); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Gets the Ddos Protection Status of a Public IP Address + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/publicIPAddresses/{publicIpAddressName}/ddosProtectionStatus + /// + /// + /// Operation Id + /// PublicIPAddresses_DdosProtectionStatus + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// The cancellation token to use. + public virtual ArmOperation DdosProtectionStatus(WaitUntil waitUntil, CancellationToken cancellationToken = default) + { + using var scope = _publicIPAddressClientDiagnostics.CreateScope("PublicIPAddressResource.DdosProtectionStatus"); + scope.Start(); + try + { + var response = _publicIPAddressRestClient.DdosProtectionStatus(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, cancellationToken); + var operation = new NetworkArmOperation(new PublicIPDdosProtectionStatusResultOperationSource(), _publicIPAddressClientDiagnostics, Pipeline, _publicIPAddressRestClient.CreateDdosProtectionStatusRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name).Request, response, OperationFinalStateVia.Location); + if (waitUntil == WaitUntil.Completed) + operation.WaitForCompletion(cancellationToken); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + /// /// Add a tag to the current resource. /// diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/AdminRuleCollectionsRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/AdminRuleCollectionsRestOperations.cs new file mode 100644 index 000000000000..fccffde8e173 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/AdminRuleCollectionsRestOperations.cs @@ -0,0 +1,505 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Text.Json; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Core.Pipeline; +using Azure.ResourceManager.Network.Models; + +namespace Azure.ResourceManager.Network +{ + internal partial class AdminRuleCollectionsRestOperations + { + private readonly TelemetryDetails _userAgent; + private readonly HttpPipeline _pipeline; + private readonly Uri _endpoint; + private readonly string _apiVersion; + + /// Initializes a new instance of AdminRuleCollectionsRestOperations. + /// The HTTP pipeline for sending and receiving REST requests and responses. + /// The application id to use for user agent. + /// server parameter. + /// Api Version. + /// or is null. + public AdminRuleCollectionsRestOperations(HttpPipeline pipeline, string applicationId, Uri endpoint = null, string apiVersion = default) + { + _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); + _endpoint = endpoint ?? new Uri("https://management.azure.com"); + _apiVersion = apiVersion ?? "2022-09-01"; + _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); + } + + internal HttpMessage CreateListRequest(string subscriptionId, string resourceGroupName, string networkManagerName, string configurationName, int? top, string skipToken) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Get; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendPath("/subscriptions/", false); + uri.AppendPath(subscriptionId, true); + uri.AppendPath("/resourceGroups/", false); + uri.AppendPath(resourceGroupName, true); + uri.AppendPath("/providers/Microsoft.Network/networkManagers/", false); + uri.AppendPath(networkManagerName, true); + uri.AppendPath("/securityAdminConfigurations/", false); + uri.AppendPath(configurationName, true); + uri.AppendPath("/ruleCollections", false); + uri.AppendQuery("api-version", _apiVersion, true); + if (top != null) + { + uri.AppendQuery("$top", top.Value, true); + } + if (skipToken != null) + { + uri.AppendQuery("$skipToken", skipToken, true); + } + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + _userAgent.Apply(message); + return message; + } + + /// Lists all the rule collections in a security admin configuration, in a paginated format. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the network manager. + /// The name of the network manager Security Configuration. + /// An optional query parameter which specifies the maximum number of records to be returned by the server. + /// SkipToken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. + /// The cancellation token to use. + /// , , or is null. + /// , , or is an empty string, and was expected to be non-empty. + public async Task> ListAsync(string subscriptionId, string resourceGroupName, string networkManagerName, string configurationName, int? top = null, string skipToken = null, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(networkManagerName, nameof(networkManagerName)); + Argument.AssertNotNullOrEmpty(configurationName, nameof(configurationName)); + + using var message = CreateListRequest(subscriptionId, resourceGroupName, networkManagerName, configurationName, top, skipToken); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + { + AdminRuleGroupListResult value = default; + using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); + value = AdminRuleGroupListResult.DeserializeAdminRuleGroupListResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + + /// Lists all the rule collections in a security admin configuration, in a paginated format. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the network manager. + /// The name of the network manager Security Configuration. + /// An optional query parameter which specifies the maximum number of records to be returned by the server. + /// SkipToken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. + /// The cancellation token to use. + /// , , or is null. + /// , , or is an empty string, and was expected to be non-empty. + public Response List(string subscriptionId, string resourceGroupName, string networkManagerName, string configurationName, int? top = null, string skipToken = null, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(networkManagerName, nameof(networkManagerName)); + Argument.AssertNotNullOrEmpty(configurationName, nameof(configurationName)); + + using var message = CreateListRequest(subscriptionId, resourceGroupName, networkManagerName, configurationName, top, skipToken); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + { + AdminRuleGroupListResult value = default; + using var document = JsonDocument.Parse(message.Response.ContentStream); + value = AdminRuleGroupListResult.DeserializeAdminRuleGroupListResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + + internal HttpMessage CreateGetRequest(string subscriptionId, string resourceGroupName, string networkManagerName, string configurationName, string ruleCollectionName) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Get; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendPath("/subscriptions/", false); + uri.AppendPath(subscriptionId, true); + uri.AppendPath("/resourceGroups/", false); + uri.AppendPath(resourceGroupName, true); + uri.AppendPath("/providers/Microsoft.Network/networkManagers/", false); + uri.AppendPath(networkManagerName, true); + uri.AppendPath("/securityAdminConfigurations/", false); + uri.AppendPath(configurationName, true); + uri.AppendPath("/ruleCollections/", false); + uri.AppendPath(ruleCollectionName, true); + uri.AppendQuery("api-version", _apiVersion, true); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + _userAgent.Apply(message); + return message; + } + + /// Gets a network manager security admin configuration rule collection. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the network manager. + /// The name of the network manager Security Configuration. + /// The name of the network manager security Configuration rule collection. + /// The cancellation token to use. + /// , , , or is null. + /// , , , or is an empty string, and was expected to be non-empty. + public async Task> GetAsync(string subscriptionId, string resourceGroupName, string networkManagerName, string configurationName, string ruleCollectionName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(networkManagerName, nameof(networkManagerName)); + Argument.AssertNotNullOrEmpty(configurationName, nameof(configurationName)); + Argument.AssertNotNullOrEmpty(ruleCollectionName, nameof(ruleCollectionName)); + + using var message = CreateGetRequest(subscriptionId, resourceGroupName, networkManagerName, configurationName, ruleCollectionName); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + { + AdminRuleGroupData value = default; + using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); + value = AdminRuleGroupData.DeserializeAdminRuleGroupData(document.RootElement); + return Response.FromValue(value, message.Response); + } + case 404: + return Response.FromValue((AdminRuleGroupData)null, message.Response); + default: + throw new RequestFailedException(message.Response); + } + } + + /// Gets a network manager security admin configuration rule collection. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the network manager. + /// The name of the network manager Security Configuration. + /// The name of the network manager security Configuration rule collection. + /// The cancellation token to use. + /// , , , or is null. + /// , , , or is an empty string, and was expected to be non-empty. + public Response Get(string subscriptionId, string resourceGroupName, string networkManagerName, string configurationName, string ruleCollectionName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(networkManagerName, nameof(networkManagerName)); + Argument.AssertNotNullOrEmpty(configurationName, nameof(configurationName)); + Argument.AssertNotNullOrEmpty(ruleCollectionName, nameof(ruleCollectionName)); + + using var message = CreateGetRequest(subscriptionId, resourceGroupName, networkManagerName, configurationName, ruleCollectionName); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + { + AdminRuleGroupData value = default; + using var document = JsonDocument.Parse(message.Response.ContentStream); + value = AdminRuleGroupData.DeserializeAdminRuleGroupData(document.RootElement); + return Response.FromValue(value, message.Response); + } + case 404: + return Response.FromValue((AdminRuleGroupData)null, message.Response); + default: + throw new RequestFailedException(message.Response); + } + } + + internal HttpMessage CreateCreateOrUpdateRequest(string subscriptionId, string resourceGroupName, string networkManagerName, string configurationName, string ruleCollectionName, AdminRuleGroupData data) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Put; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendPath("/subscriptions/", false); + uri.AppendPath(subscriptionId, true); + uri.AppendPath("/resourceGroups/", false); + uri.AppendPath(resourceGroupName, true); + uri.AppendPath("/providers/Microsoft.Network/networkManagers/", false); + uri.AppendPath(networkManagerName, true); + uri.AppendPath("/securityAdminConfigurations/", false); + uri.AppendPath(configurationName, true); + uri.AppendPath("/ruleCollections/", false); + uri.AppendPath(ruleCollectionName, true); + uri.AppendQuery("api-version", _apiVersion, true); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + request.Headers.Add("Content-Type", "application/json"); + var content = new Utf8JsonRequestContent(); + content.JsonWriter.WriteObjectValue(data); + request.Content = content; + _userAgent.Apply(message); + return message; + } + + /// Creates or updates an admin rule collection. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the network manager. + /// The name of the network manager Security Configuration. + /// The name of the network manager security Configuration rule collection. + /// The Rule Collection to create or update. + /// The cancellation token to use. + /// , , , , or is null. + /// , , , or is an empty string, and was expected to be non-empty. + public async Task> CreateOrUpdateAsync(string subscriptionId, string resourceGroupName, string networkManagerName, string configurationName, string ruleCollectionName, AdminRuleGroupData data, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(networkManagerName, nameof(networkManagerName)); + Argument.AssertNotNullOrEmpty(configurationName, nameof(configurationName)); + Argument.AssertNotNullOrEmpty(ruleCollectionName, nameof(ruleCollectionName)); + Argument.AssertNotNull(data, nameof(data)); + + using var message = CreateCreateOrUpdateRequest(subscriptionId, resourceGroupName, networkManagerName, configurationName, ruleCollectionName, data); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + case 201: + { + AdminRuleGroupData value = default; + using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); + value = AdminRuleGroupData.DeserializeAdminRuleGroupData(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + + /// Creates or updates an admin rule collection. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the network manager. + /// The name of the network manager Security Configuration. + /// The name of the network manager security Configuration rule collection. + /// The Rule Collection to create or update. + /// The cancellation token to use. + /// , , , , or is null. + /// , , , or is an empty string, and was expected to be non-empty. + public Response CreateOrUpdate(string subscriptionId, string resourceGroupName, string networkManagerName, string configurationName, string ruleCollectionName, AdminRuleGroupData data, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(networkManagerName, nameof(networkManagerName)); + Argument.AssertNotNullOrEmpty(configurationName, nameof(configurationName)); + Argument.AssertNotNullOrEmpty(ruleCollectionName, nameof(ruleCollectionName)); + Argument.AssertNotNull(data, nameof(data)); + + using var message = CreateCreateOrUpdateRequest(subscriptionId, resourceGroupName, networkManagerName, configurationName, ruleCollectionName, data); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + case 201: + { + AdminRuleGroupData value = default; + using var document = JsonDocument.Parse(message.Response.ContentStream); + value = AdminRuleGroupData.DeserializeAdminRuleGroupData(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + + internal HttpMessage CreateDeleteRequest(string subscriptionId, string resourceGroupName, string networkManagerName, string configurationName, string ruleCollectionName, bool? force) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Delete; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendPath("/subscriptions/", false); + uri.AppendPath(subscriptionId, true); + uri.AppendPath("/resourceGroups/", false); + uri.AppendPath(resourceGroupName, true); + uri.AppendPath("/providers/Microsoft.Network/networkManagers/", false); + uri.AppendPath(networkManagerName, true); + uri.AppendPath("/securityAdminConfigurations/", false); + uri.AppendPath(configurationName, true); + uri.AppendPath("/ruleCollections/", false); + uri.AppendPath(ruleCollectionName, true); + uri.AppendQuery("api-version", _apiVersion, true); + if (force != null) + { + uri.AppendQuery("force", force.Value, true); + } + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + _userAgent.Apply(message); + return message; + } + + /// Deletes an admin rule collection. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the network manager. + /// The name of the network manager Security Configuration. + /// The name of the network manager security Configuration rule collection. + /// Deletes the resource even if it is part of a deployed configuration. If the configuration has been deployed, the service will do a cleanup deployment in the background, prior to the delete. + /// The cancellation token to use. + /// , , , or is null. + /// , , , or is an empty string, and was expected to be non-empty. + public async Task DeleteAsync(string subscriptionId, string resourceGroupName, string networkManagerName, string configurationName, string ruleCollectionName, bool? force = null, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(networkManagerName, nameof(networkManagerName)); + Argument.AssertNotNullOrEmpty(configurationName, nameof(configurationName)); + Argument.AssertNotNullOrEmpty(ruleCollectionName, nameof(ruleCollectionName)); + + using var message = CreateDeleteRequest(subscriptionId, resourceGroupName, networkManagerName, configurationName, ruleCollectionName, force); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + case 202: + case 204: + return message.Response; + default: + throw new RequestFailedException(message.Response); + } + } + + /// Deletes an admin rule collection. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the network manager. + /// The name of the network manager Security Configuration. + /// The name of the network manager security Configuration rule collection. + /// Deletes the resource even if it is part of a deployed configuration. If the configuration has been deployed, the service will do a cleanup deployment in the background, prior to the delete. + /// The cancellation token to use. + /// , , , or is null. + /// , , , or is an empty string, and was expected to be non-empty. + public Response Delete(string subscriptionId, string resourceGroupName, string networkManagerName, string configurationName, string ruleCollectionName, bool? force = null, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(networkManagerName, nameof(networkManagerName)); + Argument.AssertNotNullOrEmpty(configurationName, nameof(configurationName)); + Argument.AssertNotNullOrEmpty(ruleCollectionName, nameof(ruleCollectionName)); + + using var message = CreateDeleteRequest(subscriptionId, resourceGroupName, networkManagerName, configurationName, ruleCollectionName, force); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + case 202: + case 204: + return message.Response; + default: + throw new RequestFailedException(message.Response); + } + } + + internal HttpMessage CreateListNextPageRequest(string nextLink, string subscriptionId, string resourceGroupName, string networkManagerName, string configurationName, int? top, string skipToken) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Get; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendRawNextLink(nextLink, false); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + _userAgent.Apply(message); + return message; + } + + /// Lists all the rule collections in a security admin configuration, in a paginated format. + /// The URL to the next page of results. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the network manager. + /// The name of the network manager Security Configuration. + /// An optional query parameter which specifies the maximum number of records to be returned by the server. + /// SkipToken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. + /// The cancellation token to use. + /// , , , or is null. + /// , , or is an empty string, and was expected to be non-empty. + public async Task> ListNextPageAsync(string nextLink, string subscriptionId, string resourceGroupName, string networkManagerName, string configurationName, int? top = null, string skipToken = null, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(nextLink, nameof(nextLink)); + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(networkManagerName, nameof(networkManagerName)); + Argument.AssertNotNullOrEmpty(configurationName, nameof(configurationName)); + + using var message = CreateListNextPageRequest(nextLink, subscriptionId, resourceGroupName, networkManagerName, configurationName, top, skipToken); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + { + AdminRuleGroupListResult value = default; + using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); + value = AdminRuleGroupListResult.DeserializeAdminRuleGroupListResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + + /// Lists all the rule collections in a security admin configuration, in a paginated format. + /// The URL to the next page of results. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the network manager. + /// The name of the network manager Security Configuration. + /// An optional query parameter which specifies the maximum number of records to be returned by the server. + /// SkipToken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. + /// The cancellation token to use. + /// , , , or is null. + /// , , or is an empty string, and was expected to be non-empty. + public Response ListNextPage(string nextLink, string subscriptionId, string resourceGroupName, string networkManagerName, string configurationName, int? top = null, string skipToken = null, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(nextLink, nameof(nextLink)); + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(networkManagerName, nameof(networkManagerName)); + Argument.AssertNotNullOrEmpty(configurationName, nameof(configurationName)); + + using var message = CreateListNextPageRequest(nextLink, subscriptionId, resourceGroupName, networkManagerName, configurationName, top, skipToken); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + { + AdminRuleGroupListResult value = default; + using var document = JsonDocument.Parse(message.Response.ContentStream); + value = AdminRuleGroupListResult.DeserializeAdminRuleGroupListResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/AdminRulesRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/AdminRulesRestOperations.cs new file mode 100644 index 000000000000..6a0cf9aaf0ff --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/AdminRulesRestOperations.cs @@ -0,0 +1,533 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Text.Json; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Core.Pipeline; +using Azure.ResourceManager.Network.Models; + +namespace Azure.ResourceManager.Network +{ + internal partial class AdminRulesRestOperations + { + private readonly TelemetryDetails _userAgent; + private readonly HttpPipeline _pipeline; + private readonly Uri _endpoint; + private readonly string _apiVersion; + + /// Initializes a new instance of AdminRulesRestOperations. + /// The HTTP pipeline for sending and receiving REST requests and responses. + /// The application id to use for user agent. + /// server parameter. + /// Api Version. + /// or is null. + public AdminRulesRestOperations(HttpPipeline pipeline, string applicationId, Uri endpoint = null, string apiVersion = default) + { + _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); + _endpoint = endpoint ?? new Uri("https://management.azure.com"); + _apiVersion = apiVersion ?? "2022-09-01"; + _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); + } + + internal HttpMessage CreateListRequest(string subscriptionId, string resourceGroupName, string networkManagerName, string configurationName, string ruleCollectionName, int? top, string skipToken) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Get; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendPath("/subscriptions/", false); + uri.AppendPath(subscriptionId, true); + uri.AppendPath("/resourceGroups/", false); + uri.AppendPath(resourceGroupName, true); + uri.AppendPath("/providers/Microsoft.Network/networkManagers/", false); + uri.AppendPath(networkManagerName, true); + uri.AppendPath("/securityAdminConfigurations/", false); + uri.AppendPath(configurationName, true); + uri.AppendPath("/ruleCollections/", false); + uri.AppendPath(ruleCollectionName, true); + uri.AppendPath("/rules", false); + uri.AppendQuery("api-version", _apiVersion, true); + if (top != null) + { + uri.AppendQuery("$top", top.Value, true); + } + if (skipToken != null) + { + uri.AppendQuery("$skipToken", skipToken, true); + } + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + _userAgent.Apply(message); + return message; + } + + /// List all network manager security configuration admin rules. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the network manager. + /// The name of the network manager Security Configuration. + /// The name of the network manager security Configuration rule collection. + /// An optional query parameter which specifies the maximum number of records to be returned by the server. + /// SkipToken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. + /// The cancellation token to use. + /// , , , or is null. + /// , , , or is an empty string, and was expected to be non-empty. + public async Task> ListAsync(string subscriptionId, string resourceGroupName, string networkManagerName, string configurationName, string ruleCollectionName, int? top = null, string skipToken = null, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(networkManagerName, nameof(networkManagerName)); + Argument.AssertNotNullOrEmpty(configurationName, nameof(configurationName)); + Argument.AssertNotNullOrEmpty(ruleCollectionName, nameof(ruleCollectionName)); + + using var message = CreateListRequest(subscriptionId, resourceGroupName, networkManagerName, configurationName, ruleCollectionName, top, skipToken); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + { + AdminRuleListResult value = default; + using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); + value = AdminRuleListResult.DeserializeAdminRuleListResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + + /// List all network manager security configuration admin rules. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the network manager. + /// The name of the network manager Security Configuration. + /// The name of the network manager security Configuration rule collection. + /// An optional query parameter which specifies the maximum number of records to be returned by the server. + /// SkipToken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. + /// The cancellation token to use. + /// , , , or is null. + /// , , , or is an empty string, and was expected to be non-empty. + public Response List(string subscriptionId, string resourceGroupName, string networkManagerName, string configurationName, string ruleCollectionName, int? top = null, string skipToken = null, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(networkManagerName, nameof(networkManagerName)); + Argument.AssertNotNullOrEmpty(configurationName, nameof(configurationName)); + Argument.AssertNotNullOrEmpty(ruleCollectionName, nameof(ruleCollectionName)); + + using var message = CreateListRequest(subscriptionId, resourceGroupName, networkManagerName, configurationName, ruleCollectionName, top, skipToken); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + { + AdminRuleListResult value = default; + using var document = JsonDocument.Parse(message.Response.ContentStream); + value = AdminRuleListResult.DeserializeAdminRuleListResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + + internal HttpMessage CreateGetRequest(string subscriptionId, string resourceGroupName, string networkManagerName, string configurationName, string ruleCollectionName, string ruleName) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Get; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendPath("/subscriptions/", false); + uri.AppendPath(subscriptionId, true); + uri.AppendPath("/resourceGroups/", false); + uri.AppendPath(resourceGroupName, true); + uri.AppendPath("/providers/Microsoft.Network/networkManagers/", false); + uri.AppendPath(networkManagerName, true); + uri.AppendPath("/securityAdminConfigurations/", false); + uri.AppendPath(configurationName, true); + uri.AppendPath("/ruleCollections/", false); + uri.AppendPath(ruleCollectionName, true); + uri.AppendPath("/rules/", false); + uri.AppendPath(ruleName, true); + uri.AppendQuery("api-version", _apiVersion, true); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + _userAgent.Apply(message); + return message; + } + + /// Gets a network manager security configuration admin rule. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the network manager. + /// The name of the network manager Security Configuration. + /// The name of the network manager security Configuration rule collection. + /// The name of the rule. + /// The cancellation token to use. + /// , , , , or is null. + /// , , , , or is an empty string, and was expected to be non-empty. + public async Task> GetAsync(string subscriptionId, string resourceGroupName, string networkManagerName, string configurationName, string ruleCollectionName, string ruleName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(networkManagerName, nameof(networkManagerName)); + Argument.AssertNotNullOrEmpty(configurationName, nameof(configurationName)); + Argument.AssertNotNullOrEmpty(ruleCollectionName, nameof(ruleCollectionName)); + Argument.AssertNotNullOrEmpty(ruleName, nameof(ruleName)); + + using var message = CreateGetRequest(subscriptionId, resourceGroupName, networkManagerName, configurationName, ruleCollectionName, ruleName); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + { + BaseAdminRuleData value = default; + using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); + value = BaseAdminRuleData.DeserializeBaseAdminRuleData(document.RootElement); + return Response.FromValue(value, message.Response); + } + case 404: + return Response.FromValue((BaseAdminRuleData)null, message.Response); + default: + throw new RequestFailedException(message.Response); + } + } + + /// Gets a network manager security configuration admin rule. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the network manager. + /// The name of the network manager Security Configuration. + /// The name of the network manager security Configuration rule collection. + /// The name of the rule. + /// The cancellation token to use. + /// , , , , or is null. + /// , , , , or is an empty string, and was expected to be non-empty. + public Response Get(string subscriptionId, string resourceGroupName, string networkManagerName, string configurationName, string ruleCollectionName, string ruleName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(networkManagerName, nameof(networkManagerName)); + Argument.AssertNotNullOrEmpty(configurationName, nameof(configurationName)); + Argument.AssertNotNullOrEmpty(ruleCollectionName, nameof(ruleCollectionName)); + Argument.AssertNotNullOrEmpty(ruleName, nameof(ruleName)); + + using var message = CreateGetRequest(subscriptionId, resourceGroupName, networkManagerName, configurationName, ruleCollectionName, ruleName); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + { + BaseAdminRuleData value = default; + using var document = JsonDocument.Parse(message.Response.ContentStream); + value = BaseAdminRuleData.DeserializeBaseAdminRuleData(document.RootElement); + return Response.FromValue(value, message.Response); + } + case 404: + return Response.FromValue((BaseAdminRuleData)null, message.Response); + default: + throw new RequestFailedException(message.Response); + } + } + + internal HttpMessage CreateCreateOrUpdateRequest(string subscriptionId, string resourceGroupName, string networkManagerName, string configurationName, string ruleCollectionName, string ruleName, BaseAdminRuleData data) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Put; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendPath("/subscriptions/", false); + uri.AppendPath(subscriptionId, true); + uri.AppendPath("/resourceGroups/", false); + uri.AppendPath(resourceGroupName, true); + uri.AppendPath("/providers/Microsoft.Network/networkManagers/", false); + uri.AppendPath(networkManagerName, true); + uri.AppendPath("/securityAdminConfigurations/", false); + uri.AppendPath(configurationName, true); + uri.AppendPath("/ruleCollections/", false); + uri.AppendPath(ruleCollectionName, true); + uri.AppendPath("/rules/", false); + uri.AppendPath(ruleName, true); + uri.AppendQuery("api-version", _apiVersion, true); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + request.Headers.Add("Content-Type", "application/json"); + var content = new Utf8JsonRequestContent(); + content.JsonWriter.WriteObjectValue(data); + request.Content = content; + _userAgent.Apply(message); + return message; + } + + /// Creates or updates an admin rule. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the network manager. + /// The name of the network manager Security Configuration. + /// The name of the network manager security Configuration rule collection. + /// The name of the rule. + /// The admin rule to create or update. + /// The cancellation token to use. + /// , , , , , or is null. + /// , , , , or is an empty string, and was expected to be non-empty. + public async Task> CreateOrUpdateAsync(string subscriptionId, string resourceGroupName, string networkManagerName, string configurationName, string ruleCollectionName, string ruleName, BaseAdminRuleData data, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(networkManagerName, nameof(networkManagerName)); + Argument.AssertNotNullOrEmpty(configurationName, nameof(configurationName)); + Argument.AssertNotNullOrEmpty(ruleCollectionName, nameof(ruleCollectionName)); + Argument.AssertNotNullOrEmpty(ruleName, nameof(ruleName)); + Argument.AssertNotNull(data, nameof(data)); + + using var message = CreateCreateOrUpdateRequest(subscriptionId, resourceGroupName, networkManagerName, configurationName, ruleCollectionName, ruleName, data); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + case 201: + { + BaseAdminRuleData value = default; + using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); + value = BaseAdminRuleData.DeserializeBaseAdminRuleData(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + + /// Creates or updates an admin rule. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the network manager. + /// The name of the network manager Security Configuration. + /// The name of the network manager security Configuration rule collection. + /// The name of the rule. + /// The admin rule to create or update. + /// The cancellation token to use. + /// , , , , , or is null. + /// , , , , or is an empty string, and was expected to be non-empty. + public Response CreateOrUpdate(string subscriptionId, string resourceGroupName, string networkManagerName, string configurationName, string ruleCollectionName, string ruleName, BaseAdminRuleData data, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(networkManagerName, nameof(networkManagerName)); + Argument.AssertNotNullOrEmpty(configurationName, nameof(configurationName)); + Argument.AssertNotNullOrEmpty(ruleCollectionName, nameof(ruleCollectionName)); + Argument.AssertNotNullOrEmpty(ruleName, nameof(ruleName)); + Argument.AssertNotNull(data, nameof(data)); + + using var message = CreateCreateOrUpdateRequest(subscriptionId, resourceGroupName, networkManagerName, configurationName, ruleCollectionName, ruleName, data); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + case 201: + { + BaseAdminRuleData value = default; + using var document = JsonDocument.Parse(message.Response.ContentStream); + value = BaseAdminRuleData.DeserializeBaseAdminRuleData(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + + internal HttpMessage CreateDeleteRequest(string subscriptionId, string resourceGroupName, string networkManagerName, string configurationName, string ruleCollectionName, string ruleName, bool? force) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Delete; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendPath("/subscriptions/", false); + uri.AppendPath(subscriptionId, true); + uri.AppendPath("/resourceGroups/", false); + uri.AppendPath(resourceGroupName, true); + uri.AppendPath("/providers/Microsoft.Network/networkManagers/", false); + uri.AppendPath(networkManagerName, true); + uri.AppendPath("/securityAdminConfigurations/", false); + uri.AppendPath(configurationName, true); + uri.AppendPath("/ruleCollections/", false); + uri.AppendPath(ruleCollectionName, true); + uri.AppendPath("/rules/", false); + uri.AppendPath(ruleName, true); + uri.AppendQuery("api-version", _apiVersion, true); + if (force != null) + { + uri.AppendQuery("force", force.Value, true); + } + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + _userAgent.Apply(message); + return message; + } + + /// Deletes an admin rule. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the network manager. + /// The name of the network manager Security Configuration. + /// The name of the network manager security Configuration rule collection. + /// The name of the rule. + /// Deletes the resource even if it is part of a deployed configuration. If the configuration has been deployed, the service will do a cleanup deployment in the background, prior to the delete. + /// The cancellation token to use. + /// , , , , or is null. + /// , , , , or is an empty string, and was expected to be non-empty. + public async Task DeleteAsync(string subscriptionId, string resourceGroupName, string networkManagerName, string configurationName, string ruleCollectionName, string ruleName, bool? force = null, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(networkManagerName, nameof(networkManagerName)); + Argument.AssertNotNullOrEmpty(configurationName, nameof(configurationName)); + Argument.AssertNotNullOrEmpty(ruleCollectionName, nameof(ruleCollectionName)); + Argument.AssertNotNullOrEmpty(ruleName, nameof(ruleName)); + + using var message = CreateDeleteRequest(subscriptionId, resourceGroupName, networkManagerName, configurationName, ruleCollectionName, ruleName, force); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + case 202: + case 204: + return message.Response; + default: + throw new RequestFailedException(message.Response); + } + } + + /// Deletes an admin rule. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the network manager. + /// The name of the network manager Security Configuration. + /// The name of the network manager security Configuration rule collection. + /// The name of the rule. + /// Deletes the resource even if it is part of a deployed configuration. If the configuration has been deployed, the service will do a cleanup deployment in the background, prior to the delete. + /// The cancellation token to use. + /// , , , , or is null. + /// , , , , or is an empty string, and was expected to be non-empty. + public Response Delete(string subscriptionId, string resourceGroupName, string networkManagerName, string configurationName, string ruleCollectionName, string ruleName, bool? force = null, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(networkManagerName, nameof(networkManagerName)); + Argument.AssertNotNullOrEmpty(configurationName, nameof(configurationName)); + Argument.AssertNotNullOrEmpty(ruleCollectionName, nameof(ruleCollectionName)); + Argument.AssertNotNullOrEmpty(ruleName, nameof(ruleName)); + + using var message = CreateDeleteRequest(subscriptionId, resourceGroupName, networkManagerName, configurationName, ruleCollectionName, ruleName, force); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + case 202: + case 204: + return message.Response; + default: + throw new RequestFailedException(message.Response); + } + } + + internal HttpMessage CreateListNextPageRequest(string nextLink, string subscriptionId, string resourceGroupName, string networkManagerName, string configurationName, string ruleCollectionName, int? top, string skipToken) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Get; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendRawNextLink(nextLink, false); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + _userAgent.Apply(message); + return message; + } + + /// List all network manager security configuration admin rules. + /// The URL to the next page of results. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the network manager. + /// The name of the network manager Security Configuration. + /// The name of the network manager security Configuration rule collection. + /// An optional query parameter which specifies the maximum number of records to be returned by the server. + /// SkipToken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. + /// The cancellation token to use. + /// , , , , or is null. + /// , , , or is an empty string, and was expected to be non-empty. + public async Task> ListNextPageAsync(string nextLink, string subscriptionId, string resourceGroupName, string networkManagerName, string configurationName, string ruleCollectionName, int? top = null, string skipToken = null, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(nextLink, nameof(nextLink)); + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(networkManagerName, nameof(networkManagerName)); + Argument.AssertNotNullOrEmpty(configurationName, nameof(configurationName)); + Argument.AssertNotNullOrEmpty(ruleCollectionName, nameof(ruleCollectionName)); + + using var message = CreateListNextPageRequest(nextLink, subscriptionId, resourceGroupName, networkManagerName, configurationName, ruleCollectionName, top, skipToken); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + { + AdminRuleListResult value = default; + using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); + value = AdminRuleListResult.DeserializeAdminRuleListResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + + /// List all network manager security configuration admin rules. + /// The URL to the next page of results. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the network manager. + /// The name of the network manager Security Configuration. + /// The name of the network manager security Configuration rule collection. + /// An optional query parameter which specifies the maximum number of records to be returned by the server. + /// SkipToken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. + /// The cancellation token to use. + /// , , , , or is null. + /// , , , or is an empty string, and was expected to be non-empty. + public Response ListNextPage(string nextLink, string subscriptionId, string resourceGroupName, string networkManagerName, string configurationName, string ruleCollectionName, int? top = null, string skipToken = null, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(nextLink, nameof(nextLink)); + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(networkManagerName, nameof(networkManagerName)); + Argument.AssertNotNullOrEmpty(configurationName, nameof(configurationName)); + Argument.AssertNotNullOrEmpty(ruleCollectionName, nameof(ruleCollectionName)); + + using var message = CreateListNextPageRequest(nextLink, subscriptionId, resourceGroupName, networkManagerName, configurationName, ruleCollectionName, top, skipToken); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + { + AdminRuleListResult value = default; + using var document = JsonDocument.Parse(message.Response.ContentStream); + value = AdminRuleListResult.DeserializeAdminRuleListResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ApplicationGatewayPrivateEndpointConnectionsRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ApplicationGatewayPrivateEndpointConnectionsRestOperations.cs index cece7f90aeaa..87fe52622a15 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ApplicationGatewayPrivateEndpointConnectionsRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ApplicationGatewayPrivateEndpointConnectionsRestOperations.cs @@ -33,7 +33,7 @@ public ApplicationGatewayPrivateEndpointConnectionsRestOperations(HttpPipeline p { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ApplicationGatewayPrivateLinkResourcesRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ApplicationGatewayPrivateLinkResourcesRestOperations.cs index 14878f4f624c..d61f6f585473 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ApplicationGatewayPrivateLinkResourcesRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ApplicationGatewayPrivateLinkResourcesRestOperations.cs @@ -33,7 +33,7 @@ public ApplicationGatewayPrivateLinkResourcesRestOperations(HttpPipeline pipelin { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ApplicationGatewayWafDynamicManifestsDefaultRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ApplicationGatewayWafDynamicManifestsDefaultRestOperations.cs new file mode 100644 index 000000000000..dee17e479bb1 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ApplicationGatewayWafDynamicManifestsDefaultRestOperations.cs @@ -0,0 +1,114 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Text.Json; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Core.Pipeline; + +namespace Azure.ResourceManager.Network +{ + internal partial class ApplicationGatewayWafDynamicManifestsDefaultRestOperations + { + private readonly TelemetryDetails _userAgent; + private readonly HttpPipeline _pipeline; + private readonly Uri _endpoint; + private readonly string _apiVersion; + + /// Initializes a new instance of ApplicationGatewayWafDynamicManifestsDefaultRestOperations. + /// The HTTP pipeline for sending and receiving REST requests and responses. + /// The application id to use for user agent. + /// server parameter. + /// Api Version. + /// or is null. + public ApplicationGatewayWafDynamicManifestsDefaultRestOperations(HttpPipeline pipeline, string applicationId, Uri endpoint = null, string apiVersion = default) + { + _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); + _endpoint = endpoint ?? new Uri("https://management.azure.com"); + _apiVersion = apiVersion ?? "2022-09-01"; + _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); + } + + internal HttpMessage CreateGetRequest(string subscriptionId, AzureLocation location) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Get; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendPath("/subscriptions/", false); + uri.AppendPath(subscriptionId, true); + uri.AppendPath("/providers/Microsoft.Network/locations/", false); + uri.AppendPath(location, true); + uri.AppendPath("/applicationGatewayWafDynamicManifests/dafault", false); + uri.AppendQuery("api-version", _apiVersion, true); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + _userAgent.Apply(message); + return message; + } + + /// Gets the regional application gateway waf manifest. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The region where the nrp are located at. + /// The cancellation token to use. + /// is null. + /// is an empty string, and was expected to be non-empty. + public async Task> GetAsync(string subscriptionId, AzureLocation location, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + + using var message = CreateGetRequest(subscriptionId, location); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + { + ApplicationGatewayWafDynamicManifestData value = default; + using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); + value = ApplicationGatewayWafDynamicManifestData.DeserializeApplicationGatewayWafDynamicManifestData(document.RootElement); + return Response.FromValue(value, message.Response); + } + case 404: + return Response.FromValue((ApplicationGatewayWafDynamicManifestData)null, message.Response); + default: + throw new RequestFailedException(message.Response); + } + } + + /// Gets the regional application gateway waf manifest. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The region where the nrp are located at. + /// The cancellation token to use. + /// is null. + /// is an empty string, and was expected to be non-empty. + public Response Get(string subscriptionId, AzureLocation location, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + + using var message = CreateGetRequest(subscriptionId, location); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + { + ApplicationGatewayWafDynamicManifestData value = default; + using var document = JsonDocument.Parse(message.Response.ContentStream); + value = ApplicationGatewayWafDynamicManifestData.DeserializeApplicationGatewayWafDynamicManifestData(document.RootElement); + return Response.FromValue(value, message.Response); + } + case 404: + return Response.FromValue((ApplicationGatewayWafDynamicManifestData)null, message.Response); + default: + throw new RequestFailedException(message.Response); + } + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ApplicationGatewayWafDynamicManifestsRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ApplicationGatewayWafDynamicManifestsRestOperations.cs new file mode 100644 index 000000000000..386d17c4c22a --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ApplicationGatewayWafDynamicManifestsRestOperations.cs @@ -0,0 +1,181 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Text.Json; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Core.Pipeline; +using Azure.ResourceManager.Network.Models; + +namespace Azure.ResourceManager.Network +{ + internal partial class ApplicationGatewayWafDynamicManifestsRestOperations + { + private readonly TelemetryDetails _userAgent; + private readonly HttpPipeline _pipeline; + private readonly Uri _endpoint; + private readonly string _apiVersion; + + /// Initializes a new instance of ApplicationGatewayWafDynamicManifestsRestOperations. + /// The HTTP pipeline for sending and receiving REST requests and responses. + /// The application id to use for user agent. + /// server parameter. + /// Api Version. + /// or is null. + public ApplicationGatewayWafDynamicManifestsRestOperations(HttpPipeline pipeline, string applicationId, Uri endpoint = null, string apiVersion = default) + { + _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); + _endpoint = endpoint ?? new Uri("https://management.azure.com"); + _apiVersion = apiVersion ?? "2022-09-01"; + _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); + } + + internal HttpMessage CreateGetRequest(string subscriptionId, AzureLocation location) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Get; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendPath("/subscriptions/", false); + uri.AppendPath(subscriptionId, true); + uri.AppendPath("/providers/Microsoft.Network/locations/", false); + uri.AppendPath(location, true); + uri.AppendPath("/applicationGatewayWafDynamicManifests", false); + uri.AppendQuery("api-version", _apiVersion, true); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + _userAgent.Apply(message); + return message; + } + + /// Gets the regional application gateway waf manifest. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The region where the nrp are located at. + /// The cancellation token to use. + /// is null. + /// is an empty string, and was expected to be non-empty. + public async Task> GetAsync(string subscriptionId, AzureLocation location, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + + using var message = CreateGetRequest(subscriptionId, location); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + { + ApplicationGatewayWafDynamicManifestListResult value = default; + using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); + value = ApplicationGatewayWafDynamicManifestListResult.DeserializeApplicationGatewayWafDynamicManifestListResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + + /// Gets the regional application gateway waf manifest. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The region where the nrp are located at. + /// The cancellation token to use. + /// is null. + /// is an empty string, and was expected to be non-empty. + public Response Get(string subscriptionId, AzureLocation location, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + + using var message = CreateGetRequest(subscriptionId, location); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + { + ApplicationGatewayWafDynamicManifestListResult value = default; + using var document = JsonDocument.Parse(message.Response.ContentStream); + value = ApplicationGatewayWafDynamicManifestListResult.DeserializeApplicationGatewayWafDynamicManifestListResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + + internal HttpMessage CreateGetNextPageRequest(string nextLink, string subscriptionId, AzureLocation location) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Get; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendRawNextLink(nextLink, false); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + _userAgent.Apply(message); + return message; + } + + /// Gets the regional application gateway waf manifest. + /// The URL to the next page of results. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The region where the nrp are located at. + /// The cancellation token to use. + /// or is null. + /// is an empty string, and was expected to be non-empty. + public async Task> GetNextPageAsync(string nextLink, string subscriptionId, AzureLocation location, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(nextLink, nameof(nextLink)); + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + + using var message = CreateGetNextPageRequest(nextLink, subscriptionId, location); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + { + ApplicationGatewayWafDynamicManifestListResult value = default; + using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); + value = ApplicationGatewayWafDynamicManifestListResult.DeserializeApplicationGatewayWafDynamicManifestListResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + + /// Gets the regional application gateway waf manifest. + /// The URL to the next page of results. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The region where the nrp are located at. + /// The cancellation token to use. + /// or is null. + /// is an empty string, and was expected to be non-empty. + public Response GetNextPage(string nextLink, string subscriptionId, AzureLocation location, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(nextLink, nameof(nextLink)); + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + + using var message = CreateGetNextPageRequest(nextLink, subscriptionId, location); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + { + ApplicationGatewayWafDynamicManifestListResult value = default; + using var document = JsonDocument.Parse(message.Response.ContentStream); + value = ApplicationGatewayWafDynamicManifestListResult.DeserializeApplicationGatewayWafDynamicManifestListResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ApplicationGatewaysRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ApplicationGatewaysRestOperations.cs index 8e39ecefa1fb..596d745bc5b8 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ApplicationGatewaysRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ApplicationGatewaysRestOperations.cs @@ -34,7 +34,7 @@ public ApplicationGatewaysRestOperations(HttpPipeline pipeline, string applicati { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ApplicationSecurityGroupsRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ApplicationSecurityGroupsRestOperations.cs index 9351d3810980..63d7f599a278 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ApplicationSecurityGroupsRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ApplicationSecurityGroupsRestOperations.cs @@ -33,7 +33,7 @@ public ApplicationSecurityGroupsRestOperations(HttpPipeline pipeline, string app { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/AvailableDelegationsRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/AvailableDelegationsRestOperations.cs index 244c4bff22ce..fc045528cbcd 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/AvailableDelegationsRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/AvailableDelegationsRestOperations.cs @@ -33,7 +33,7 @@ public AvailableDelegationsRestOperations(HttpPipeline pipeline, string applicat { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/AvailableEndpointServicesRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/AvailableEndpointServicesRestOperations.cs index 120d0b61c678..c121c44d97e3 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/AvailableEndpointServicesRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/AvailableEndpointServicesRestOperations.cs @@ -33,7 +33,7 @@ public AvailableEndpointServicesRestOperations(HttpPipeline pipeline, string app { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/AvailablePrivateEndpointTypesRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/AvailablePrivateEndpointTypesRestOperations.cs index a517f321e722..fc8cfd57b3f7 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/AvailablePrivateEndpointTypesRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/AvailablePrivateEndpointTypesRestOperations.cs @@ -33,7 +33,7 @@ public AvailablePrivateEndpointTypesRestOperations(HttpPipeline pipeline, string { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/AvailableResourceGroupDelegationsRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/AvailableResourceGroupDelegationsRestOperations.cs index 5e3365ed5fd4..a55e9e3a565c 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/AvailableResourceGroupDelegationsRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/AvailableResourceGroupDelegationsRestOperations.cs @@ -33,7 +33,7 @@ public AvailableResourceGroupDelegationsRestOperations(HttpPipeline pipeline, st { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/AvailableServiceAliasesRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/AvailableServiceAliasesRestOperations.cs index 7dace8577409..f47ea979d2e6 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/AvailableServiceAliasesRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/AvailableServiceAliasesRestOperations.cs @@ -33,7 +33,7 @@ public AvailableServiceAliasesRestOperations(HttpPipeline pipeline, string appli { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/AzureFirewallFqdnTagsRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/AzureFirewallFqdnTagsRestOperations.cs index 96ffff09d228..40af3ee69429 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/AzureFirewallFqdnTagsRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/AzureFirewallFqdnTagsRestOperations.cs @@ -33,7 +33,7 @@ public AzureFirewallFqdnTagsRestOperations(HttpPipeline pipeline, string applica { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/AzureFirewallsRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/AzureFirewallsRestOperations.cs index 05122fbe903c..0e0c1918740e 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/AzureFirewallsRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/AzureFirewallsRestOperations.cs @@ -33,7 +33,7 @@ public AzureFirewallsRestOperations(HttpPipeline pipeline, string applicationId, { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } @@ -487,6 +487,77 @@ public Response ListAll(string subscriptionId, Cancella } } + internal HttpMessage CreateListLearnedPrefixesRequest(string subscriptionId, string resourceGroupName, string azureFirewallName) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Post; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendPath("/subscriptions/", false); + uri.AppendPath(subscriptionId, true); + uri.AppendPath("/resourceGroups/", false); + uri.AppendPath(resourceGroupName, true); + uri.AppendPath("/providers/Microsoft.Network/azureFirewalls/", false); + uri.AppendPath(azureFirewallName, true); + uri.AppendPath("/learnedIPPrefixes", false); + uri.AppendQuery("api-version", _apiVersion, true); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + _userAgent.Apply(message); + return message; + } + + /// Retrieves a list of all IP prefixes that azure firewall has learned to not SNAT. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the azure firewall. + /// The cancellation token to use. + /// , or is null. + /// , or is an empty string, and was expected to be non-empty. + public async Task ListLearnedPrefixesAsync(string subscriptionId, string resourceGroupName, string azureFirewallName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(azureFirewallName, nameof(azureFirewallName)); + + using var message = CreateListLearnedPrefixesRequest(subscriptionId, resourceGroupName, azureFirewallName); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + case 202: + return message.Response; + default: + throw new RequestFailedException(message.Response); + } + } + + /// Retrieves a list of all IP prefixes that azure firewall has learned to not SNAT. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the azure firewall. + /// The cancellation token to use. + /// , or is null. + /// , or is an empty string, and was expected to be non-empty. + public Response ListLearnedPrefixes(string subscriptionId, string resourceGroupName, string azureFirewallName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(azureFirewallName, nameof(azureFirewallName)); + + using var message = CreateListLearnedPrefixesRequest(subscriptionId, resourceGroupName, azureFirewallName); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + case 202: + return message.Response; + default: + throw new RequestFailedException(message.Response); + } + } + internal HttpMessage CreateListNextPageRequest(string nextLink, string subscriptionId, string resourceGroupName) { var message = _pipeline.CreateMessage(); diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/BastionHostsRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/BastionHostsRestOperations.cs index 82fae7ccfed1..2bb012e3a7e4 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/BastionHostsRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/BastionHostsRestOperations.cs @@ -33,7 +33,7 @@ public BastionHostsRestOperations(HttpPipeline pipeline, string applicationId, U { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } @@ -269,6 +269,84 @@ public Response CreateOrUpdate(string subscriptionId, string resourceGroupName, } } + internal HttpMessage CreateUpdateTagsRequest(string subscriptionId, string resourceGroupName, string bastionHostName, NetworkTagsObject networkTagsObject) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Patch; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendPath("/subscriptions/", false); + uri.AppendPath(subscriptionId, true); + uri.AppendPath("/resourceGroups/", false); + uri.AppendPath(resourceGroupName, true); + uri.AppendPath("/providers/Microsoft.Network/bastionHosts/", false); + uri.AppendPath(bastionHostName, true); + uri.AppendQuery("api-version", _apiVersion, true); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + request.Headers.Add("Content-Type", "application/json"); + var content = new Utf8JsonRequestContent(); + content.JsonWriter.WriteObjectValue(networkTagsObject); + request.Content = content; + _userAgent.Apply(message); + return message; + } + + /// Updates Tags for BastionHost resource. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the Bastion Host. + /// Parameters supplied to update BastionHost tags. + /// The cancellation token to use. + /// , , or is null. + /// , or is an empty string, and was expected to be non-empty. + public async Task UpdateTagsAsync(string subscriptionId, string resourceGroupName, string bastionHostName, NetworkTagsObject networkTagsObject, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(bastionHostName, nameof(bastionHostName)); + Argument.AssertNotNull(networkTagsObject, nameof(networkTagsObject)); + + using var message = CreateUpdateTagsRequest(subscriptionId, resourceGroupName, bastionHostName, networkTagsObject); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + case 202: + return message.Response; + default: + throw new RequestFailedException(message.Response); + } + } + + /// Updates Tags for BastionHost resource. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the Bastion Host. + /// Parameters supplied to update BastionHost tags. + /// The cancellation token to use. + /// , , or is null. + /// , or is an empty string, and was expected to be non-empty. + public Response UpdateTags(string subscriptionId, string resourceGroupName, string bastionHostName, NetworkTagsObject networkTagsObject, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(bastionHostName, nameof(bastionHostName)); + Argument.AssertNotNull(networkTagsObject, nameof(networkTagsObject)); + + using var message = CreateUpdateTagsRequest(subscriptionId, resourceGroupName, bastionHostName, networkTagsObject); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + case 202: + return message.Response; + default: + throw new RequestFailedException(message.Response); + } + } + internal HttpMessage CreateListRequest(string subscriptionId) { var message = _pipeline.CreateMessage(); diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/BgpServiceCommunitiesRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/BgpServiceCommunitiesRestOperations.cs index 17a13e0cc916..4a694fc43f53 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/BgpServiceCommunitiesRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/BgpServiceCommunitiesRestOperations.cs @@ -33,7 +33,7 @@ public BgpServiceCommunitiesRestOperations(HttpPipeline pipeline, string applica { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ConfigurationPolicyGroupsRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ConfigurationPolicyGroupsRestOperations.cs new file mode 100644 index 000000000000..eb7e891ed434 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ConfigurationPolicyGroupsRestOperations.cs @@ -0,0 +1,445 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Text.Json; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Core.Pipeline; +using Azure.ResourceManager.Network.Models; + +namespace Azure.ResourceManager.Network +{ + internal partial class ConfigurationPolicyGroupsRestOperations + { + private readonly TelemetryDetails _userAgent; + private readonly HttpPipeline _pipeline; + private readonly Uri _endpoint; + private readonly string _apiVersion; + + /// Initializes a new instance of ConfigurationPolicyGroupsRestOperations. + /// The HTTP pipeline for sending and receiving REST requests and responses. + /// The application id to use for user agent. + /// server parameter. + /// Api Version. + /// or is null. + public ConfigurationPolicyGroupsRestOperations(HttpPipeline pipeline, string applicationId, Uri endpoint = null, string apiVersion = default) + { + _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); + _endpoint = endpoint ?? new Uri("https://management.azure.com"); + _apiVersion = apiVersion ?? "2022-09-01"; + _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); + } + + internal HttpMessage CreateCreateOrUpdateRequest(string subscriptionId, string resourceGroupName, string vpnServerConfigurationName, string configurationPolicyGroupName, VpnServerConfigurationPolicyGroupData data) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Put; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendPath("/subscriptions/", false); + uri.AppendPath(subscriptionId, true); + uri.AppendPath("/resourceGroups/", false); + uri.AppendPath(resourceGroupName, true); + uri.AppendPath("/providers/Microsoft.Network/vpnServerConfigurations/", false); + uri.AppendPath(vpnServerConfigurationName, true); + uri.AppendPath("/configurationPolicyGroups/", false); + uri.AppendPath(configurationPolicyGroupName, true); + uri.AppendQuery("api-version", _apiVersion, true); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + request.Headers.Add("Content-Type", "application/json"); + var content = new Utf8JsonRequestContent(); + content.JsonWriter.WriteObjectValue(data); + request.Content = content; + _userAgent.Apply(message); + return message; + } + + /// Creates a ConfigurationPolicyGroup if it doesn't exist else updates the existing one. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The resource group name of the ConfigurationPolicyGroup. + /// The name of the VpnServerConfiguration. + /// The name of the ConfigurationPolicyGroup. + /// Parameters supplied to create or update a VpnServerConfiguration PolicyGroup. + /// The cancellation token to use. + /// , , , or is null. + /// , , or is an empty string, and was expected to be non-empty. + public async Task CreateOrUpdateAsync(string subscriptionId, string resourceGroupName, string vpnServerConfigurationName, string configurationPolicyGroupName, VpnServerConfigurationPolicyGroupData data, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(vpnServerConfigurationName, nameof(vpnServerConfigurationName)); + Argument.AssertNotNullOrEmpty(configurationPolicyGroupName, nameof(configurationPolicyGroupName)); + Argument.AssertNotNull(data, nameof(data)); + + using var message = CreateCreateOrUpdateRequest(subscriptionId, resourceGroupName, vpnServerConfigurationName, configurationPolicyGroupName, data); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + case 201: + return message.Response; + default: + throw new RequestFailedException(message.Response); + } + } + + /// Creates a ConfigurationPolicyGroup if it doesn't exist else updates the existing one. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The resource group name of the ConfigurationPolicyGroup. + /// The name of the VpnServerConfiguration. + /// The name of the ConfigurationPolicyGroup. + /// Parameters supplied to create or update a VpnServerConfiguration PolicyGroup. + /// The cancellation token to use. + /// , , , or is null. + /// , , or is an empty string, and was expected to be non-empty. + public Response CreateOrUpdate(string subscriptionId, string resourceGroupName, string vpnServerConfigurationName, string configurationPolicyGroupName, VpnServerConfigurationPolicyGroupData data, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(vpnServerConfigurationName, nameof(vpnServerConfigurationName)); + Argument.AssertNotNullOrEmpty(configurationPolicyGroupName, nameof(configurationPolicyGroupName)); + Argument.AssertNotNull(data, nameof(data)); + + using var message = CreateCreateOrUpdateRequest(subscriptionId, resourceGroupName, vpnServerConfigurationName, configurationPolicyGroupName, data); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + case 201: + return message.Response; + default: + throw new RequestFailedException(message.Response); + } + } + + internal HttpMessage CreateDeleteRequest(string subscriptionId, string resourceGroupName, string vpnServerConfigurationName, string configurationPolicyGroupName) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Delete; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendPath("/subscriptions/", false); + uri.AppendPath(subscriptionId, true); + uri.AppendPath("/resourceGroups/", false); + uri.AppendPath(resourceGroupName, true); + uri.AppendPath("/providers/Microsoft.Network/vpnServerConfigurations/", false); + uri.AppendPath(vpnServerConfigurationName, true); + uri.AppendPath("/configurationPolicyGroups/", false); + uri.AppendPath(configurationPolicyGroupName, true); + uri.AppendQuery("api-version", _apiVersion, true); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + _userAgent.Apply(message); + return message; + } + + /// Deletes a ConfigurationPolicyGroup. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The resource group name of the ConfigurationPolicyGroup. + /// The name of the VpnServerConfiguration. + /// The name of the ConfigurationPolicyGroup. + /// The cancellation token to use. + /// , , or is null. + /// , , or is an empty string, and was expected to be non-empty. + public async Task DeleteAsync(string subscriptionId, string resourceGroupName, string vpnServerConfigurationName, string configurationPolicyGroupName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(vpnServerConfigurationName, nameof(vpnServerConfigurationName)); + Argument.AssertNotNullOrEmpty(configurationPolicyGroupName, nameof(configurationPolicyGroupName)); + + using var message = CreateDeleteRequest(subscriptionId, resourceGroupName, vpnServerConfigurationName, configurationPolicyGroupName); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + case 202: + case 204: + return message.Response; + default: + throw new RequestFailedException(message.Response); + } + } + + /// Deletes a ConfigurationPolicyGroup. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The resource group name of the ConfigurationPolicyGroup. + /// The name of the VpnServerConfiguration. + /// The name of the ConfigurationPolicyGroup. + /// The cancellation token to use. + /// , , or is null. + /// , , or is an empty string, and was expected to be non-empty. + public Response Delete(string subscriptionId, string resourceGroupName, string vpnServerConfigurationName, string configurationPolicyGroupName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(vpnServerConfigurationName, nameof(vpnServerConfigurationName)); + Argument.AssertNotNullOrEmpty(configurationPolicyGroupName, nameof(configurationPolicyGroupName)); + + using var message = CreateDeleteRequest(subscriptionId, resourceGroupName, vpnServerConfigurationName, configurationPolicyGroupName); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + case 202: + case 204: + return message.Response; + default: + throw new RequestFailedException(message.Response); + } + } + + internal HttpMessage CreateGetRequest(string subscriptionId, string resourceGroupName, string vpnServerConfigurationName, string configurationPolicyGroupName) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Get; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendPath("/subscriptions/", false); + uri.AppendPath(subscriptionId, true); + uri.AppendPath("/resourceGroups/", false); + uri.AppendPath(resourceGroupName, true); + uri.AppendPath("/providers/Microsoft.Network/vpnServerConfigurations/", false); + uri.AppendPath(vpnServerConfigurationName, true); + uri.AppendPath("/configurationPolicyGroups/", false); + uri.AppendPath(configurationPolicyGroupName, true); + uri.AppendQuery("api-version", _apiVersion, true); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + _userAgent.Apply(message); + return message; + } + + /// Retrieves the details of a ConfigurationPolicyGroup. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The resource group name of the VpnServerConfiguration. + /// The name of the VpnServerConfiguration. + /// The name of the ConfigurationPolicyGroup being retrieved. + /// The cancellation token to use. + /// , , or is null. + /// , , or is an empty string, and was expected to be non-empty. + public async Task> GetAsync(string subscriptionId, string resourceGroupName, string vpnServerConfigurationName, string configurationPolicyGroupName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(vpnServerConfigurationName, nameof(vpnServerConfigurationName)); + Argument.AssertNotNullOrEmpty(configurationPolicyGroupName, nameof(configurationPolicyGroupName)); + + using var message = CreateGetRequest(subscriptionId, resourceGroupName, vpnServerConfigurationName, configurationPolicyGroupName); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + { + VpnServerConfigurationPolicyGroupData value = default; + using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); + value = VpnServerConfigurationPolicyGroupData.DeserializeVpnServerConfigurationPolicyGroupData(document.RootElement); + return Response.FromValue(value, message.Response); + } + case 404: + return Response.FromValue((VpnServerConfigurationPolicyGroupData)null, message.Response); + default: + throw new RequestFailedException(message.Response); + } + } + + /// Retrieves the details of a ConfigurationPolicyGroup. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The resource group name of the VpnServerConfiguration. + /// The name of the VpnServerConfiguration. + /// The name of the ConfigurationPolicyGroup being retrieved. + /// The cancellation token to use. + /// , , or is null. + /// , , or is an empty string, and was expected to be non-empty. + public Response Get(string subscriptionId, string resourceGroupName, string vpnServerConfigurationName, string configurationPolicyGroupName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(vpnServerConfigurationName, nameof(vpnServerConfigurationName)); + Argument.AssertNotNullOrEmpty(configurationPolicyGroupName, nameof(configurationPolicyGroupName)); + + using var message = CreateGetRequest(subscriptionId, resourceGroupName, vpnServerConfigurationName, configurationPolicyGroupName); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + { + VpnServerConfigurationPolicyGroupData value = default; + using var document = JsonDocument.Parse(message.Response.ContentStream); + value = VpnServerConfigurationPolicyGroupData.DeserializeVpnServerConfigurationPolicyGroupData(document.RootElement); + return Response.FromValue(value, message.Response); + } + case 404: + return Response.FromValue((VpnServerConfigurationPolicyGroupData)null, message.Response); + default: + throw new RequestFailedException(message.Response); + } + } + + internal HttpMessage CreateListByVpnServerConfigurationRequest(string subscriptionId, string resourceGroupName, string vpnServerConfigurationName) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Get; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendPath("/subscriptions/", false); + uri.AppendPath(subscriptionId, true); + uri.AppendPath("/resourceGroups/", false); + uri.AppendPath(resourceGroupName, true); + uri.AppendPath("/providers/Microsoft.Network/vpnServerConfigurations/", false); + uri.AppendPath(vpnServerConfigurationName, true); + uri.AppendPath("/configurationPolicyGroups", false); + uri.AppendQuery("api-version", _apiVersion, true); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + _userAgent.Apply(message); + return message; + } + + /// Lists all the configurationPolicyGroups in a resource group for a vpnServerConfiguration. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The resource group name of the VpnServerConfiguration. + /// The name of the VpnServerConfiguration. + /// The cancellation token to use. + /// , or is null. + /// , or is an empty string, and was expected to be non-empty. + public async Task> ListByVpnServerConfigurationAsync(string subscriptionId, string resourceGroupName, string vpnServerConfigurationName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(vpnServerConfigurationName, nameof(vpnServerConfigurationName)); + + using var message = CreateListByVpnServerConfigurationRequest(subscriptionId, resourceGroupName, vpnServerConfigurationName); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + { + ListVpnServerConfigurationPolicyGroupsResult value = default; + using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); + value = ListVpnServerConfigurationPolicyGroupsResult.DeserializeListVpnServerConfigurationPolicyGroupsResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + + /// Lists all the configurationPolicyGroups in a resource group for a vpnServerConfiguration. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The resource group name of the VpnServerConfiguration. + /// The name of the VpnServerConfiguration. + /// The cancellation token to use. + /// , or is null. + /// , or is an empty string, and was expected to be non-empty. + public Response ListByVpnServerConfiguration(string subscriptionId, string resourceGroupName, string vpnServerConfigurationName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(vpnServerConfigurationName, nameof(vpnServerConfigurationName)); + + using var message = CreateListByVpnServerConfigurationRequest(subscriptionId, resourceGroupName, vpnServerConfigurationName); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + { + ListVpnServerConfigurationPolicyGroupsResult value = default; + using var document = JsonDocument.Parse(message.Response.ContentStream); + value = ListVpnServerConfigurationPolicyGroupsResult.DeserializeListVpnServerConfigurationPolicyGroupsResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + + internal HttpMessage CreateListByVpnServerConfigurationNextPageRequest(string nextLink, string subscriptionId, string resourceGroupName, string vpnServerConfigurationName) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Get; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendRawNextLink(nextLink, false); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + _userAgent.Apply(message); + return message; + } + + /// Lists all the configurationPolicyGroups in a resource group for a vpnServerConfiguration. + /// The URL to the next page of results. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The resource group name of the VpnServerConfiguration. + /// The name of the VpnServerConfiguration. + /// The cancellation token to use. + /// , , or is null. + /// , or is an empty string, and was expected to be non-empty. + public async Task> ListByVpnServerConfigurationNextPageAsync(string nextLink, string subscriptionId, string resourceGroupName, string vpnServerConfigurationName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(nextLink, nameof(nextLink)); + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(vpnServerConfigurationName, nameof(vpnServerConfigurationName)); + + using var message = CreateListByVpnServerConfigurationNextPageRequest(nextLink, subscriptionId, resourceGroupName, vpnServerConfigurationName); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + { + ListVpnServerConfigurationPolicyGroupsResult value = default; + using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); + value = ListVpnServerConfigurationPolicyGroupsResult.DeserializeListVpnServerConfigurationPolicyGroupsResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + + /// Lists all the configurationPolicyGroups in a resource group for a vpnServerConfiguration. + /// The URL to the next page of results. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The resource group name of the VpnServerConfiguration. + /// The name of the VpnServerConfiguration. + /// The cancellation token to use. + /// , , or is null. + /// , or is an empty string, and was expected to be non-empty. + public Response ListByVpnServerConfigurationNextPage(string nextLink, string subscriptionId, string resourceGroupName, string vpnServerConfigurationName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(nextLink, nameof(nextLink)); + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(vpnServerConfigurationName, nameof(vpnServerConfigurationName)); + + using var message = CreateListByVpnServerConfigurationNextPageRequest(nextLink, subscriptionId, resourceGroupName, vpnServerConfigurationName); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + { + ListVpnServerConfigurationPolicyGroupsResult value = default; + using var document = JsonDocument.Parse(message.Response.ContentStream); + value = ListVpnServerConfigurationPolicyGroupsResult.DeserializeListVpnServerConfigurationPolicyGroupsResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ConnectionMonitorsRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ConnectionMonitorsRestOperations.cs index 79cf61ae30a0..90ac69449eed 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ConnectionMonitorsRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ConnectionMonitorsRestOperations.cs @@ -33,7 +33,7 @@ public ConnectionMonitorsRestOperations(HttpPipeline pipeline, string applicatio { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ConnectivityConfigurationsRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ConnectivityConfigurationsRestOperations.cs new file mode 100644 index 000000000000..489ab3070182 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ConnectivityConfigurationsRestOperations.cs @@ -0,0 +1,477 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Text.Json; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Core.Pipeline; +using Azure.ResourceManager.Network.Models; + +namespace Azure.ResourceManager.Network +{ + internal partial class ConnectivityConfigurationsRestOperations + { + private readonly TelemetryDetails _userAgent; + private readonly HttpPipeline _pipeline; + private readonly Uri _endpoint; + private readonly string _apiVersion; + + /// Initializes a new instance of ConnectivityConfigurationsRestOperations. + /// The HTTP pipeline for sending and receiving REST requests and responses. + /// The application id to use for user agent. + /// server parameter. + /// Api Version. + /// or is null. + public ConnectivityConfigurationsRestOperations(HttpPipeline pipeline, string applicationId, Uri endpoint = null, string apiVersion = default) + { + _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); + _endpoint = endpoint ?? new Uri("https://management.azure.com"); + _apiVersion = apiVersion ?? "2022-09-01"; + _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); + } + + internal HttpMessage CreateGetRequest(string subscriptionId, string resourceGroupName, string networkManagerName, string configurationName) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Get; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendPath("/subscriptions/", false); + uri.AppendPath(subscriptionId, true); + uri.AppendPath("/resourceGroups/", false); + uri.AppendPath(resourceGroupName, true); + uri.AppendPath("/providers/Microsoft.Network/networkManagers/", false); + uri.AppendPath(networkManagerName, true); + uri.AppendPath("/connectivityConfigurations/", false); + uri.AppendPath(configurationName, true); + uri.AppendQuery("api-version", _apiVersion, true); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + _userAgent.Apply(message); + return message; + } + + /// Gets a Network Connectivity Configuration, specified by the resource group, network manager name, and connectivity Configuration name. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the network manager. + /// The name of the network manager connectivity configuration. + /// The cancellation token to use. + /// , , or is null. + /// , , or is an empty string, and was expected to be non-empty. + public async Task> GetAsync(string subscriptionId, string resourceGroupName, string networkManagerName, string configurationName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(networkManagerName, nameof(networkManagerName)); + Argument.AssertNotNullOrEmpty(configurationName, nameof(configurationName)); + + using var message = CreateGetRequest(subscriptionId, resourceGroupName, networkManagerName, configurationName); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + { + ConnectivityConfigurationData value = default; + using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); + value = ConnectivityConfigurationData.DeserializeConnectivityConfigurationData(document.RootElement); + return Response.FromValue(value, message.Response); + } + case 404: + return Response.FromValue((ConnectivityConfigurationData)null, message.Response); + default: + throw new RequestFailedException(message.Response); + } + } + + /// Gets a Network Connectivity Configuration, specified by the resource group, network manager name, and connectivity Configuration name. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the network manager. + /// The name of the network manager connectivity configuration. + /// The cancellation token to use. + /// , , or is null. + /// , , or is an empty string, and was expected to be non-empty. + public Response Get(string subscriptionId, string resourceGroupName, string networkManagerName, string configurationName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(networkManagerName, nameof(networkManagerName)); + Argument.AssertNotNullOrEmpty(configurationName, nameof(configurationName)); + + using var message = CreateGetRequest(subscriptionId, resourceGroupName, networkManagerName, configurationName); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + { + ConnectivityConfigurationData value = default; + using var document = JsonDocument.Parse(message.Response.ContentStream); + value = ConnectivityConfigurationData.DeserializeConnectivityConfigurationData(document.RootElement); + return Response.FromValue(value, message.Response); + } + case 404: + return Response.FromValue((ConnectivityConfigurationData)null, message.Response); + default: + throw new RequestFailedException(message.Response); + } + } + + internal HttpMessage CreateCreateOrUpdateRequest(string subscriptionId, string resourceGroupName, string networkManagerName, string configurationName, ConnectivityConfigurationData data) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Put; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendPath("/subscriptions/", false); + uri.AppendPath(subscriptionId, true); + uri.AppendPath("/resourceGroups/", false); + uri.AppendPath(resourceGroupName, true); + uri.AppendPath("/providers/Microsoft.Network/networkManagers/", false); + uri.AppendPath(networkManagerName, true); + uri.AppendPath("/connectivityConfigurations/", false); + uri.AppendPath(configurationName, true); + uri.AppendQuery("api-version", _apiVersion, true); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + request.Headers.Add("Content-Type", "application/json"); + var content = new Utf8JsonRequestContent(); + content.JsonWriter.WriteObjectValue(data); + request.Content = content; + _userAgent.Apply(message); + return message; + } + + /// Creates/Updates a new network manager connectivity configuration. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the network manager. + /// The name of the network manager connectivity configuration. + /// Parameters supplied to create/update a network manager connectivity configuration. + /// The cancellation token to use. + /// , , , or is null. + /// , , or is an empty string, and was expected to be non-empty. + public async Task> CreateOrUpdateAsync(string subscriptionId, string resourceGroupName, string networkManagerName, string configurationName, ConnectivityConfigurationData data, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(networkManagerName, nameof(networkManagerName)); + Argument.AssertNotNullOrEmpty(configurationName, nameof(configurationName)); + Argument.AssertNotNull(data, nameof(data)); + + using var message = CreateCreateOrUpdateRequest(subscriptionId, resourceGroupName, networkManagerName, configurationName, data); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + case 201: + { + ConnectivityConfigurationData value = default; + using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); + value = ConnectivityConfigurationData.DeserializeConnectivityConfigurationData(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + + /// Creates/Updates a new network manager connectivity configuration. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the network manager. + /// The name of the network manager connectivity configuration. + /// Parameters supplied to create/update a network manager connectivity configuration. + /// The cancellation token to use. + /// , , , or is null. + /// , , or is an empty string, and was expected to be non-empty. + public Response CreateOrUpdate(string subscriptionId, string resourceGroupName, string networkManagerName, string configurationName, ConnectivityConfigurationData data, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(networkManagerName, nameof(networkManagerName)); + Argument.AssertNotNullOrEmpty(configurationName, nameof(configurationName)); + Argument.AssertNotNull(data, nameof(data)); + + using var message = CreateCreateOrUpdateRequest(subscriptionId, resourceGroupName, networkManagerName, configurationName, data); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + case 201: + { + ConnectivityConfigurationData value = default; + using var document = JsonDocument.Parse(message.Response.ContentStream); + value = ConnectivityConfigurationData.DeserializeConnectivityConfigurationData(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + + internal HttpMessage CreateDeleteRequest(string subscriptionId, string resourceGroupName, string networkManagerName, string configurationName, bool? force) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Delete; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendPath("/subscriptions/", false); + uri.AppendPath(subscriptionId, true); + uri.AppendPath("/resourceGroups/", false); + uri.AppendPath(resourceGroupName, true); + uri.AppendPath("/providers/Microsoft.Network/networkManagers/", false); + uri.AppendPath(networkManagerName, true); + uri.AppendPath("/connectivityConfigurations/", false); + uri.AppendPath(configurationName, true); + uri.AppendQuery("api-version", _apiVersion, true); + if (force != null) + { + uri.AppendQuery("force", force.Value, true); + } + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + _userAgent.Apply(message); + return message; + } + + /// Deletes a network manager connectivity configuration, specified by the resource group, network manager name, and connectivity configuration name. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the network manager. + /// The name of the network manager connectivity configuration. + /// Deletes the resource even if it is part of a deployed configuration. If the configuration has been deployed, the service will do a cleanup deployment in the background, prior to the delete. + /// The cancellation token to use. + /// , , or is null. + /// , , or is an empty string, and was expected to be non-empty. + public async Task DeleteAsync(string subscriptionId, string resourceGroupName, string networkManagerName, string configurationName, bool? force = null, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(networkManagerName, nameof(networkManagerName)); + Argument.AssertNotNullOrEmpty(configurationName, nameof(configurationName)); + + using var message = CreateDeleteRequest(subscriptionId, resourceGroupName, networkManagerName, configurationName, force); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + case 202: + case 204: + return message.Response; + default: + throw new RequestFailedException(message.Response); + } + } + + /// Deletes a network manager connectivity configuration, specified by the resource group, network manager name, and connectivity configuration name. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the network manager. + /// The name of the network manager connectivity configuration. + /// Deletes the resource even if it is part of a deployed configuration. If the configuration has been deployed, the service will do a cleanup deployment in the background, prior to the delete. + /// The cancellation token to use. + /// , , or is null. + /// , , or is an empty string, and was expected to be non-empty. + public Response Delete(string subscriptionId, string resourceGroupName, string networkManagerName, string configurationName, bool? force = null, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(networkManagerName, nameof(networkManagerName)); + Argument.AssertNotNullOrEmpty(configurationName, nameof(configurationName)); + + using var message = CreateDeleteRequest(subscriptionId, resourceGroupName, networkManagerName, configurationName, force); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + case 202: + case 204: + return message.Response; + default: + throw new RequestFailedException(message.Response); + } + } + + internal HttpMessage CreateListRequest(string subscriptionId, string resourceGroupName, string networkManagerName, int? top, string skipToken) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Get; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendPath("/subscriptions/", false); + uri.AppendPath(subscriptionId, true); + uri.AppendPath("/resourceGroups/", false); + uri.AppendPath(resourceGroupName, true); + uri.AppendPath("/providers/Microsoft.Network/networkManagers/", false); + uri.AppendPath(networkManagerName, true); + uri.AppendPath("/connectivityConfigurations", false); + uri.AppendQuery("api-version", _apiVersion, true); + if (top != null) + { + uri.AppendQuery("$top", top.Value, true); + } + if (skipToken != null) + { + uri.AppendQuery("$skipToken", skipToken, true); + } + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + _userAgent.Apply(message); + return message; + } + + /// Lists all the network manager connectivity configuration in a specified network manager. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the network manager. + /// An optional query parameter which specifies the maximum number of records to be returned by the server. + /// SkipToken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. + /// The cancellation token to use. + /// , or is null. + /// , or is an empty string, and was expected to be non-empty. + public async Task> ListAsync(string subscriptionId, string resourceGroupName, string networkManagerName, int? top = null, string skipToken = null, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(networkManagerName, nameof(networkManagerName)); + + using var message = CreateListRequest(subscriptionId, resourceGroupName, networkManagerName, top, skipToken); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + { + ConnectivityConfigurationListResult value = default; + using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); + value = ConnectivityConfigurationListResult.DeserializeConnectivityConfigurationListResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + + /// Lists all the network manager connectivity configuration in a specified network manager. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the network manager. + /// An optional query parameter which specifies the maximum number of records to be returned by the server. + /// SkipToken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. + /// The cancellation token to use. + /// , or is null. + /// , or is an empty string, and was expected to be non-empty. + public Response List(string subscriptionId, string resourceGroupName, string networkManagerName, int? top = null, string skipToken = null, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(networkManagerName, nameof(networkManagerName)); + + using var message = CreateListRequest(subscriptionId, resourceGroupName, networkManagerName, top, skipToken); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + { + ConnectivityConfigurationListResult value = default; + using var document = JsonDocument.Parse(message.Response.ContentStream); + value = ConnectivityConfigurationListResult.DeserializeConnectivityConfigurationListResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + + internal HttpMessage CreateListNextPageRequest(string nextLink, string subscriptionId, string resourceGroupName, string networkManagerName, int? top, string skipToken) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Get; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendRawNextLink(nextLink, false); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + _userAgent.Apply(message); + return message; + } + + /// Lists all the network manager connectivity configuration in a specified network manager. + /// The URL to the next page of results. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the network manager. + /// An optional query parameter which specifies the maximum number of records to be returned by the server. + /// SkipToken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. + /// The cancellation token to use. + /// , , or is null. + /// , or is an empty string, and was expected to be non-empty. + public async Task> ListNextPageAsync(string nextLink, string subscriptionId, string resourceGroupName, string networkManagerName, int? top = null, string skipToken = null, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(nextLink, nameof(nextLink)); + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(networkManagerName, nameof(networkManagerName)); + + using var message = CreateListNextPageRequest(nextLink, subscriptionId, resourceGroupName, networkManagerName, top, skipToken); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + { + ConnectivityConfigurationListResult value = default; + using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); + value = ConnectivityConfigurationListResult.DeserializeConnectivityConfigurationListResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + + /// Lists all the network manager connectivity configuration in a specified network manager. + /// The URL to the next page of results. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the network manager. + /// An optional query parameter which specifies the maximum number of records to be returned by the server. + /// SkipToken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. + /// The cancellation token to use. + /// , , or is null. + /// , or is an empty string, and was expected to be non-empty. + public Response ListNextPage(string nextLink, string subscriptionId, string resourceGroupName, string networkManagerName, int? top = null, string skipToken = null, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(nextLink, nameof(nextLink)); + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(networkManagerName, nameof(networkManagerName)); + + using var message = CreateListNextPageRequest(nextLink, subscriptionId, resourceGroupName, networkManagerName, top, skipToken); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + { + ConnectivityConfigurationListResult value = default; + using var document = JsonDocument.Parse(message.Response.ContentStream); + value = ConnectivityConfigurationListResult.DeserializeConnectivityConfigurationListResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/CustomIPPrefixesRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/CustomIPPrefixesRestOperations.cs index b13e33dedd35..e395ab4fb5bf 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/CustomIPPrefixesRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/CustomIPPrefixesRestOperations.cs @@ -33,7 +33,7 @@ public CustomIPPrefixesRestOperations(HttpPipeline pipeline, string applicationI { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/DdosCustomPoliciesRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/DdosCustomPoliciesRestOperations.cs index 098dcea8a9b3..6f56d0bc96d2 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/DdosCustomPoliciesRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/DdosCustomPoliciesRestOperations.cs @@ -33,7 +33,7 @@ public DdosCustomPoliciesRestOperations(HttpPipeline pipeline, string applicatio { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/DdosProtectionPlansRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/DdosProtectionPlansRestOperations.cs index 0af842c39ac8..43bdf2b42488 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/DdosProtectionPlansRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/DdosProtectionPlansRestOperations.cs @@ -33,7 +33,7 @@ public DdosProtectionPlansRestOperations(HttpPipeline pipeline, string applicati { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/DefaultSecurityRulesRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/DefaultSecurityRulesRestOperations.cs index 48d03ddd15a4..453c7eb87156 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/DefaultSecurityRulesRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/DefaultSecurityRulesRestOperations.cs @@ -33,7 +33,7 @@ public DefaultSecurityRulesRestOperations(HttpPipeline pipeline, string applicat { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/DscpConfigurationRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/DscpConfigurationRestOperations.cs index b273f7fd80c7..f3e33f77c998 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/DscpConfigurationRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/DscpConfigurationRestOperations.cs @@ -33,7 +33,7 @@ public DscpConfigurationRestOperations(HttpPipeline pipeline, string application { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ExpressRouteCircuitAuthorizationsRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ExpressRouteCircuitAuthorizationsRestOperations.cs index cb96f5c9e16c..e9df8edfbf46 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ExpressRouteCircuitAuthorizationsRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ExpressRouteCircuitAuthorizationsRestOperations.cs @@ -33,7 +33,7 @@ public ExpressRouteCircuitAuthorizationsRestOperations(HttpPipeline pipeline, st { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ExpressRouteCircuitConnectionsRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ExpressRouteCircuitConnectionsRestOperations.cs index f01a9edf23e7..638be6e355f4 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ExpressRouteCircuitConnectionsRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ExpressRouteCircuitConnectionsRestOperations.cs @@ -33,7 +33,7 @@ public ExpressRouteCircuitConnectionsRestOperations(HttpPipeline pipeline, strin { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ExpressRouteCircuitPeeringsRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ExpressRouteCircuitPeeringsRestOperations.cs index d0bc2baa031d..4efdcd26d07a 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ExpressRouteCircuitPeeringsRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ExpressRouteCircuitPeeringsRestOperations.cs @@ -33,7 +33,7 @@ public ExpressRouteCircuitPeeringsRestOperations(HttpPipeline pipeline, string a { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ExpressRouteCircuitsRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ExpressRouteCircuitsRestOperations.cs index 81c05ac7fa0d..becce3de6a32 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ExpressRouteCircuitsRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ExpressRouteCircuitsRestOperations.cs @@ -33,7 +33,7 @@ public ExpressRouteCircuitsRestOperations(HttpPipeline pipeline, string applicat { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ExpressRouteConnectionsRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ExpressRouteConnectionsRestOperations.cs index 8c19851208de..f0ff8cbb5b43 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ExpressRouteConnectionsRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ExpressRouteConnectionsRestOperations.cs @@ -33,7 +33,7 @@ public ExpressRouteConnectionsRestOperations(HttpPipeline pipeline, string appli { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ExpressRouteCrossConnectionPeeringsRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ExpressRouteCrossConnectionPeeringsRestOperations.cs index c4a68d125501..22d6c8e5cec4 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ExpressRouteCrossConnectionPeeringsRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ExpressRouteCrossConnectionPeeringsRestOperations.cs @@ -33,7 +33,7 @@ public ExpressRouteCrossConnectionPeeringsRestOperations(HttpPipeline pipeline, { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ExpressRouteCrossConnectionsRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ExpressRouteCrossConnectionsRestOperations.cs index 75c303195996..b52ca53fd66d 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ExpressRouteCrossConnectionsRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ExpressRouteCrossConnectionsRestOperations.cs @@ -33,7 +33,7 @@ public ExpressRouteCrossConnectionsRestOperations(HttpPipeline pipeline, string { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ExpressRouteGatewaysRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ExpressRouteGatewaysRestOperations.cs index 4d3019063092..83eca6fc4c72 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ExpressRouteGatewaysRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ExpressRouteGatewaysRestOperations.cs @@ -33,7 +33,7 @@ public ExpressRouteGatewaysRestOperations(HttpPipeline pipeline, string applicat { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ExpressRouteLinksRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ExpressRouteLinksRestOperations.cs index 7ee7ea0f4182..1bfd7bd332e6 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ExpressRouteLinksRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ExpressRouteLinksRestOperations.cs @@ -33,7 +33,7 @@ public ExpressRouteLinksRestOperations(HttpPipeline pipeline, string application { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ExpressRoutePortAuthorizationsRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ExpressRoutePortAuthorizationsRestOperations.cs new file mode 100644 index 000000000000..9bc4aae1b105 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ExpressRoutePortAuthorizationsRestOperations.cs @@ -0,0 +1,445 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Text.Json; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Core.Pipeline; +using Azure.ResourceManager.Network.Models; + +namespace Azure.ResourceManager.Network +{ + internal partial class ExpressRoutePortAuthorizationsRestOperations + { + private readonly TelemetryDetails _userAgent; + private readonly HttpPipeline _pipeline; + private readonly Uri _endpoint; + private readonly string _apiVersion; + + /// Initializes a new instance of ExpressRoutePortAuthorizationsRestOperations. + /// The HTTP pipeline for sending and receiving REST requests and responses. + /// The application id to use for user agent. + /// server parameter. + /// Api Version. + /// or is null. + public ExpressRoutePortAuthorizationsRestOperations(HttpPipeline pipeline, string applicationId, Uri endpoint = null, string apiVersion = default) + { + _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); + _endpoint = endpoint ?? new Uri("https://management.azure.com"); + _apiVersion = apiVersion ?? "2022-09-01"; + _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); + } + + internal HttpMessage CreateDeleteRequest(string subscriptionId, string resourceGroupName, string expressRoutePortName, string authorizationName) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Delete; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendPath("/subscriptions/", false); + uri.AppendPath(subscriptionId, true); + uri.AppendPath("/resourceGroups/", false); + uri.AppendPath(resourceGroupName, true); + uri.AppendPath("/providers/Microsoft.Network/expressRoutePorts/", false); + uri.AppendPath(expressRoutePortName, true); + uri.AppendPath("/authorizations/", false); + uri.AppendPath(authorizationName, true); + uri.AppendQuery("api-version", _apiVersion, true); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + _userAgent.Apply(message); + return message; + } + + /// Deletes the specified authorization from the specified express route port. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the express route port. + /// The name of the authorization. + /// The cancellation token to use. + /// , , or is null. + /// , , or is an empty string, and was expected to be non-empty. + public async Task DeleteAsync(string subscriptionId, string resourceGroupName, string expressRoutePortName, string authorizationName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(expressRoutePortName, nameof(expressRoutePortName)); + Argument.AssertNotNullOrEmpty(authorizationName, nameof(authorizationName)); + + using var message = CreateDeleteRequest(subscriptionId, resourceGroupName, expressRoutePortName, authorizationName); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + case 202: + case 204: + return message.Response; + default: + throw new RequestFailedException(message.Response); + } + } + + /// Deletes the specified authorization from the specified express route port. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the express route port. + /// The name of the authorization. + /// The cancellation token to use. + /// , , or is null. + /// , , or is an empty string, and was expected to be non-empty. + public Response Delete(string subscriptionId, string resourceGroupName, string expressRoutePortName, string authorizationName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(expressRoutePortName, nameof(expressRoutePortName)); + Argument.AssertNotNullOrEmpty(authorizationName, nameof(authorizationName)); + + using var message = CreateDeleteRequest(subscriptionId, resourceGroupName, expressRoutePortName, authorizationName); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + case 202: + case 204: + return message.Response; + default: + throw new RequestFailedException(message.Response); + } + } + + internal HttpMessage CreateGetRequest(string subscriptionId, string resourceGroupName, string expressRoutePortName, string authorizationName) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Get; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendPath("/subscriptions/", false); + uri.AppendPath(subscriptionId, true); + uri.AppendPath("/resourceGroups/", false); + uri.AppendPath(resourceGroupName, true); + uri.AppendPath("/providers/Microsoft.Network/expressRoutePorts/", false); + uri.AppendPath(expressRoutePortName, true); + uri.AppendPath("/authorizations/", false); + uri.AppendPath(authorizationName, true); + uri.AppendQuery("api-version", _apiVersion, true); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + _userAgent.Apply(message); + return message; + } + + /// Gets the specified authorization from the specified express route port. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the express route port. + /// The name of the authorization. + /// The cancellation token to use. + /// , , or is null. + /// , , or is an empty string, and was expected to be non-empty. + public async Task> GetAsync(string subscriptionId, string resourceGroupName, string expressRoutePortName, string authorizationName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(expressRoutePortName, nameof(expressRoutePortName)); + Argument.AssertNotNullOrEmpty(authorizationName, nameof(authorizationName)); + + using var message = CreateGetRequest(subscriptionId, resourceGroupName, expressRoutePortName, authorizationName); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + { + ExpressRoutePortAuthorizationData value = default; + using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); + value = ExpressRoutePortAuthorizationData.DeserializeExpressRoutePortAuthorizationData(document.RootElement); + return Response.FromValue(value, message.Response); + } + case 404: + return Response.FromValue((ExpressRoutePortAuthorizationData)null, message.Response); + default: + throw new RequestFailedException(message.Response); + } + } + + /// Gets the specified authorization from the specified express route port. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the express route port. + /// The name of the authorization. + /// The cancellation token to use. + /// , , or is null. + /// , , or is an empty string, and was expected to be non-empty. + public Response Get(string subscriptionId, string resourceGroupName, string expressRoutePortName, string authorizationName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(expressRoutePortName, nameof(expressRoutePortName)); + Argument.AssertNotNullOrEmpty(authorizationName, nameof(authorizationName)); + + using var message = CreateGetRequest(subscriptionId, resourceGroupName, expressRoutePortName, authorizationName); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + { + ExpressRoutePortAuthorizationData value = default; + using var document = JsonDocument.Parse(message.Response.ContentStream); + value = ExpressRoutePortAuthorizationData.DeserializeExpressRoutePortAuthorizationData(document.RootElement); + return Response.FromValue(value, message.Response); + } + case 404: + return Response.FromValue((ExpressRoutePortAuthorizationData)null, message.Response); + default: + throw new RequestFailedException(message.Response); + } + } + + internal HttpMessage CreateCreateOrUpdateRequest(string subscriptionId, string resourceGroupName, string expressRoutePortName, string authorizationName, ExpressRoutePortAuthorizationData data) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Put; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendPath("/subscriptions/", false); + uri.AppendPath(subscriptionId, true); + uri.AppendPath("/resourceGroups/", false); + uri.AppendPath(resourceGroupName, true); + uri.AppendPath("/providers/Microsoft.Network/expressRoutePorts/", false); + uri.AppendPath(expressRoutePortName, true); + uri.AppendPath("/authorizations/", false); + uri.AppendPath(authorizationName, true); + uri.AppendQuery("api-version", _apiVersion, true); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + request.Headers.Add("Content-Type", "application/json"); + var content = new Utf8JsonRequestContent(); + content.JsonWriter.WriteObjectValue(data); + request.Content = content; + _userAgent.Apply(message); + return message; + } + + /// Creates or updates an authorization in the specified express route port. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the express route port. + /// The name of the authorization. + /// Parameters supplied to the create or update express route port authorization operation. + /// The cancellation token to use. + /// , , , or is null. + /// , , or is an empty string, and was expected to be non-empty. + public async Task CreateOrUpdateAsync(string subscriptionId, string resourceGroupName, string expressRoutePortName, string authorizationName, ExpressRoutePortAuthorizationData data, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(expressRoutePortName, nameof(expressRoutePortName)); + Argument.AssertNotNullOrEmpty(authorizationName, nameof(authorizationName)); + Argument.AssertNotNull(data, nameof(data)); + + using var message = CreateCreateOrUpdateRequest(subscriptionId, resourceGroupName, expressRoutePortName, authorizationName, data); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + case 201: + return message.Response; + default: + throw new RequestFailedException(message.Response); + } + } + + /// Creates or updates an authorization in the specified express route port. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the express route port. + /// The name of the authorization. + /// Parameters supplied to the create or update express route port authorization operation. + /// The cancellation token to use. + /// , , , or is null. + /// , , or is an empty string, and was expected to be non-empty. + public Response CreateOrUpdate(string subscriptionId, string resourceGroupName, string expressRoutePortName, string authorizationName, ExpressRoutePortAuthorizationData data, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(expressRoutePortName, nameof(expressRoutePortName)); + Argument.AssertNotNullOrEmpty(authorizationName, nameof(authorizationName)); + Argument.AssertNotNull(data, nameof(data)); + + using var message = CreateCreateOrUpdateRequest(subscriptionId, resourceGroupName, expressRoutePortName, authorizationName, data); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + case 201: + return message.Response; + default: + throw new RequestFailedException(message.Response); + } + } + + internal HttpMessage CreateListRequest(string subscriptionId, string resourceGroupName, string expressRoutePortName) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Get; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendPath("/subscriptions/", false); + uri.AppendPath(subscriptionId, true); + uri.AppendPath("/resourceGroups/", false); + uri.AppendPath(resourceGroupName, true); + uri.AppendPath("/providers/Microsoft.Network/expressRoutePorts/", false); + uri.AppendPath(expressRoutePortName, true); + uri.AppendPath("/authorizations", false); + uri.AppendQuery("api-version", _apiVersion, true); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + _userAgent.Apply(message); + return message; + } + + /// Gets all authorizations in an express route port. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the express route port. + /// The cancellation token to use. + /// , or is null. + /// , or is an empty string, and was expected to be non-empty. + public async Task> ListAsync(string subscriptionId, string resourceGroupName, string expressRoutePortName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(expressRoutePortName, nameof(expressRoutePortName)); + + using var message = CreateListRequest(subscriptionId, resourceGroupName, expressRoutePortName); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + { + ExpressRoutePortAuthorizationListResult value = default; + using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); + value = ExpressRoutePortAuthorizationListResult.DeserializeExpressRoutePortAuthorizationListResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + + /// Gets all authorizations in an express route port. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the express route port. + /// The cancellation token to use. + /// , or is null. + /// , or is an empty string, and was expected to be non-empty. + public Response List(string subscriptionId, string resourceGroupName, string expressRoutePortName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(expressRoutePortName, nameof(expressRoutePortName)); + + using var message = CreateListRequest(subscriptionId, resourceGroupName, expressRoutePortName); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + { + ExpressRoutePortAuthorizationListResult value = default; + using var document = JsonDocument.Parse(message.Response.ContentStream); + value = ExpressRoutePortAuthorizationListResult.DeserializeExpressRoutePortAuthorizationListResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + + internal HttpMessage CreateListNextPageRequest(string nextLink, string subscriptionId, string resourceGroupName, string expressRoutePortName) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Get; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendRawNextLink(nextLink, false); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + _userAgent.Apply(message); + return message; + } + + /// Gets all authorizations in an express route port. + /// The URL to the next page of results. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the express route port. + /// The cancellation token to use. + /// , , or is null. + /// , or is an empty string, and was expected to be non-empty. + public async Task> ListNextPageAsync(string nextLink, string subscriptionId, string resourceGroupName, string expressRoutePortName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(nextLink, nameof(nextLink)); + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(expressRoutePortName, nameof(expressRoutePortName)); + + using var message = CreateListNextPageRequest(nextLink, subscriptionId, resourceGroupName, expressRoutePortName); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + { + ExpressRoutePortAuthorizationListResult value = default; + using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); + value = ExpressRoutePortAuthorizationListResult.DeserializeExpressRoutePortAuthorizationListResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + + /// Gets all authorizations in an express route port. + /// The URL to the next page of results. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the express route port. + /// The cancellation token to use. + /// , , or is null. + /// , or is an empty string, and was expected to be non-empty. + public Response ListNextPage(string nextLink, string subscriptionId, string resourceGroupName, string expressRoutePortName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(nextLink, nameof(nextLink)); + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(expressRoutePortName, nameof(expressRoutePortName)); + + using var message = CreateListNextPageRequest(nextLink, subscriptionId, resourceGroupName, expressRoutePortName); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + { + ExpressRoutePortAuthorizationListResult value = default; + using var document = JsonDocument.Parse(message.Response.ContentStream); + value = ExpressRoutePortAuthorizationListResult.DeserializeExpressRoutePortAuthorizationListResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ExpressRoutePortsLocationsRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ExpressRoutePortsLocationsRestOperations.cs index 0ebb761b91a6..14d94793c569 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ExpressRoutePortsLocationsRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ExpressRoutePortsLocationsRestOperations.cs @@ -33,7 +33,7 @@ public ExpressRoutePortsLocationsRestOperations(HttpPipeline pipeline, string ap { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ExpressRoutePortsRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ExpressRoutePortsRestOperations.cs index 5516ce8e5ed7..76d03c0bf8e3 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ExpressRoutePortsRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ExpressRoutePortsRestOperations.cs @@ -33,7 +33,7 @@ public ExpressRoutePortsRestOperations(HttpPipeline pipeline, string application { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ExpressRouteProviderPortsLocationRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ExpressRouteProviderPortsLocationRestOperations.cs new file mode 100644 index 000000000000..a76fe32d7fcf --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ExpressRouteProviderPortsLocationRestOperations.cs @@ -0,0 +1,113 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Text.Json; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Core.Pipeline; +using Azure.ResourceManager.Network.Models; + +namespace Azure.ResourceManager.Network +{ + internal partial class ExpressRouteProviderPortsLocationRestOperations + { + private readonly TelemetryDetails _userAgent; + private readonly HttpPipeline _pipeline; + private readonly Uri _endpoint; + private readonly string _apiVersion; + + /// Initializes a new instance of ExpressRouteProviderPortsLocationRestOperations. + /// The HTTP pipeline for sending and receiving REST requests and responses. + /// The application id to use for user agent. + /// server parameter. + /// Api Version. + /// or is null. + public ExpressRouteProviderPortsLocationRestOperations(HttpPipeline pipeline, string applicationId, Uri endpoint = null, string apiVersion = default) + { + _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); + _endpoint = endpoint ?? new Uri("https://management.azure.com"); + _apiVersion = apiVersion ?? "2022-09-01"; + _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); + } + + internal HttpMessage CreateListRequest(string subscriptionId, string filter) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Get; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendPath("/subscriptions/", false); + uri.AppendPath(subscriptionId, true); + uri.AppendPath("/providers/Microsoft.Network/expressRouteProviderPorts", false); + uri.AppendQuery("api-version", _apiVersion, true); + if (filter != null) + { + uri.AppendQuery("$filter", filter, true); + } + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + _userAgent.Apply(message); + return message; + } + + /// Retrieves all the ExpressRouteProviderPorts in a subscription. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The filter to apply on the operation. For example, you can use $filter=location eq '{state}'. + /// The cancellation token to use. + /// is null. + /// is an empty string, and was expected to be non-empty. + public async Task> ListAsync(string subscriptionId, string filter = null, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + + using var message = CreateListRequest(subscriptionId, filter); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + { + ExpressRouteProviderPortListResult value = default; + using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); + value = ExpressRouteProviderPortListResult.DeserializeExpressRouteProviderPortListResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + + /// Retrieves all the ExpressRouteProviderPorts in a subscription. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The filter to apply on the operation. For example, you can use $filter=location eq '{state}'. + /// The cancellation token to use. + /// is null. + /// is an empty string, and was expected to be non-empty. + public Response List(string subscriptionId, string filter = null, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + + using var message = CreateListRequest(subscriptionId, filter); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + { + ExpressRouteProviderPortListResult value = default; + using var document = JsonDocument.Parse(message.Response.ContentStream); + value = ExpressRouteProviderPortListResult.DeserializeExpressRouteProviderPortListResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ExpressRouteServiceProvidersRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ExpressRouteServiceProvidersRestOperations.cs index a489b0fc2ea8..3c3754b1bbb4 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ExpressRouteServiceProvidersRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ExpressRouteServiceProvidersRestOperations.cs @@ -33,7 +33,7 @@ public ExpressRouteServiceProvidersRestOperations(HttpPipeline pipeline, string { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/FirewallPoliciesRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/FirewallPoliciesRestOperations.cs index 18359c7e7455..c7951bf84bda 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/FirewallPoliciesRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/FirewallPoliciesRestOperations.cs @@ -33,7 +33,7 @@ public FirewallPoliciesRestOperations(HttpPipeline pipeline, string applicationI { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } @@ -275,6 +275,92 @@ public Response CreateOrUpdate(string subscriptionId, string resourceGroupName, } } + internal HttpMessage CreateUpdateTagsRequest(string subscriptionId, string resourceGroupName, string firewallPolicyName, NetworkTagsObject networkTagsObject) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Patch; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendPath("/subscriptions/", false); + uri.AppendPath(subscriptionId, true); + uri.AppendPath("/resourceGroups/", false); + uri.AppendPath(resourceGroupName, true); + uri.AppendPath("/providers/Microsoft.Network/firewallPolicies/", false); + uri.AppendPath(firewallPolicyName, true); + uri.AppendQuery("api-version", _apiVersion, true); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + request.Headers.Add("Content-Type", "application/json"); + var content = new Utf8JsonRequestContent(); + content.JsonWriter.WriteObjectValue(networkTagsObject); + request.Content = content; + _userAgent.Apply(message); + return message; + } + + /// Updates tags of a Azure Firewall Policy resource. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the Firewall Policy. + /// Parameters supplied to update Azure Firewall Policy tags. + /// The cancellation token to use. + /// , , or is null. + /// , or is an empty string, and was expected to be non-empty. + public async Task> UpdateTagsAsync(string subscriptionId, string resourceGroupName, string firewallPolicyName, NetworkTagsObject networkTagsObject, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(firewallPolicyName, nameof(firewallPolicyName)); + Argument.AssertNotNull(networkTagsObject, nameof(networkTagsObject)); + + using var message = CreateUpdateTagsRequest(subscriptionId, resourceGroupName, firewallPolicyName, networkTagsObject); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + { + FirewallPolicyData value = default; + using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); + value = FirewallPolicyData.DeserializeFirewallPolicyData(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + + /// Updates tags of a Azure Firewall Policy resource. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the Firewall Policy. + /// Parameters supplied to update Azure Firewall Policy tags. + /// The cancellation token to use. + /// , , or is null. + /// , or is an empty string, and was expected to be non-empty. + public Response UpdateTags(string subscriptionId, string resourceGroupName, string firewallPolicyName, NetworkTagsObject networkTagsObject, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(firewallPolicyName, nameof(firewallPolicyName)); + Argument.AssertNotNull(networkTagsObject, nameof(networkTagsObject)); + + using var message = CreateUpdateTagsRequest(subscriptionId, resourceGroupName, firewallPolicyName, networkTagsObject); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + { + FirewallPolicyData value = default; + using var document = JsonDocument.Parse(message.Response.ContentStream); + value = FirewallPolicyData.DeserializeFirewallPolicyData(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + internal HttpMessage CreateListRequest(string subscriptionId, string resourceGroupName) { var message = _pipeline.CreateMessage(); diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/FirewallPolicyIdpsSignaturesFilterValuesRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/FirewallPolicyIdpsSignaturesFilterValuesRestOperations.cs new file mode 100644 index 000000000000..b38aa4b15cdb --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/FirewallPolicyIdpsSignaturesFilterValuesRestOperations.cs @@ -0,0 +1,127 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Text.Json; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Core.Pipeline; +using Azure.ResourceManager.Network.Models; + +namespace Azure.ResourceManager.Network +{ + internal partial class FirewallPolicyIdpsSignaturesFilterValuesRestOperations + { + private readonly TelemetryDetails _userAgent; + private readonly HttpPipeline _pipeline; + private readonly Uri _endpoint; + private readonly string _apiVersion; + + /// Initializes a new instance of FirewallPolicyIdpsSignaturesFilterValuesRestOperations. + /// The HTTP pipeline for sending and receiving REST requests and responses. + /// The application id to use for user agent. + /// server parameter. + /// Api Version. + /// or is null. + public FirewallPolicyIdpsSignaturesFilterValuesRestOperations(HttpPipeline pipeline, string applicationId, Uri endpoint = null, string apiVersion = default) + { + _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); + _endpoint = endpoint ?? new Uri("https://management.azure.com"); + _apiVersion = apiVersion ?? "2022-09-01"; + _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); + } + + internal HttpMessage CreateListRequest(string subscriptionId, string resourceGroupName, string firewallPolicyName, SignatureOverridesFilterValuesQueryContent content) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Post; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendPath("/subscriptions/", false); + uri.AppendPath(subscriptionId, true); + uri.AppendPath("/resourceGroups/", false); + uri.AppendPath(resourceGroupName, true); + uri.AppendPath("/providers/Microsoft.Network/firewallPolicies/", false); + uri.AppendPath(firewallPolicyName, true); + uri.AppendPath("/listIdpsFilterOptions", false); + uri.AppendQuery("api-version", _apiVersion, true); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + request.Headers.Add("Content-Type", "application/json"); + var content0 = new Utf8JsonRequestContent(); + content0.JsonWriter.WriteObjectValue(content); + request.Content = content0; + _userAgent.Apply(message); + return message; + } + + /// Retrieves the current filter values for the signatures overrides. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the Firewall Policy. + /// The SignatureOverridesFilterValuesQueryContent to use. + /// The cancellation token to use. + /// , , or is null. + /// , or is an empty string, and was expected to be non-empty. + public async Task> ListAsync(string subscriptionId, string resourceGroupName, string firewallPolicyName, SignatureOverridesFilterValuesQueryContent content, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(firewallPolicyName, nameof(firewallPolicyName)); + Argument.AssertNotNull(content, nameof(content)); + + using var message = CreateListRequest(subscriptionId, resourceGroupName, firewallPolicyName, content); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + { + SignatureOverridesFilterValuesResult value = default; + using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); + value = SignatureOverridesFilterValuesResult.DeserializeSignatureOverridesFilterValuesResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + + /// Retrieves the current filter values for the signatures overrides. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the Firewall Policy. + /// The SignatureOverridesFilterValuesQueryContent to use. + /// The cancellation token to use. + /// , , or is null. + /// , or is an empty string, and was expected to be non-empty. + public Response List(string subscriptionId, string resourceGroupName, string firewallPolicyName, SignatureOverridesFilterValuesQueryContent content, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(firewallPolicyName, nameof(firewallPolicyName)); + Argument.AssertNotNull(content, nameof(content)); + + using var message = CreateListRequest(subscriptionId, resourceGroupName, firewallPolicyName, content); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + { + SignatureOverridesFilterValuesResult value = default; + using var document = JsonDocument.Parse(message.Response.ContentStream); + value = SignatureOverridesFilterValuesResult.DeserializeSignatureOverridesFilterValuesResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/FirewallPolicyIdpsSignaturesOverridesRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/FirewallPolicyIdpsSignaturesOverridesRestOperations.cs new file mode 100644 index 000000000000..e42eaaced10f --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/FirewallPolicyIdpsSignaturesOverridesRestOperations.cs @@ -0,0 +1,376 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Text.Json; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Core.Pipeline; +using Azure.ResourceManager.Network.Models; + +namespace Azure.ResourceManager.Network +{ + internal partial class FirewallPolicyIdpsSignaturesOverridesRestOperations + { + private readonly TelemetryDetails _userAgent; + private readonly HttpPipeline _pipeline; + private readonly Uri _endpoint; + private readonly string _apiVersion; + + /// Initializes a new instance of FirewallPolicyIdpsSignaturesOverridesRestOperations. + /// The HTTP pipeline for sending and receiving REST requests and responses. + /// The application id to use for user agent. + /// server parameter. + /// Api Version. + /// or is null. + public FirewallPolicyIdpsSignaturesOverridesRestOperations(HttpPipeline pipeline, string applicationId, Uri endpoint = null, string apiVersion = default) + { + _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); + _endpoint = endpoint ?? new Uri("https://management.azure.com"); + _apiVersion = apiVersion ?? "2022-09-01"; + _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); + } + + internal HttpMessage CreatePatchRequest(string subscriptionId, string resourceGroupName, string firewallPolicyName, PolicySignaturesOverridesForIdpsData data) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Patch; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendPath("/subscriptions/", false); + uri.AppendPath(subscriptionId, true); + uri.AppendPath("/resourceGroups/", false); + uri.AppendPath(resourceGroupName, true); + uri.AppendPath("/providers/Microsoft.Network/firewallPolicies/", false); + uri.AppendPath(firewallPolicyName, true); + uri.AppendPath("/signatureOverrides/default", false); + uri.AppendQuery("api-version", _apiVersion, true); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + request.Headers.Add("Content-Type", "application/json"); + var content = new Utf8JsonRequestContent(); + content.JsonWriter.WriteObjectValue(data); + request.Content = content; + _userAgent.Apply(message); + return message; + } + + /// Will update the status of policy's signature overrides for IDPS. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the Firewall Policy. + /// Will contain all properties of the object to put. + /// The cancellation token to use. + /// , , or is null. + /// , or is an empty string, and was expected to be non-empty. + public async Task> PatchAsync(string subscriptionId, string resourceGroupName, string firewallPolicyName, PolicySignaturesOverridesForIdpsData data, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(firewallPolicyName, nameof(firewallPolicyName)); + Argument.AssertNotNull(data, nameof(data)); + + using var message = CreatePatchRequest(subscriptionId, resourceGroupName, firewallPolicyName, data); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + { + PolicySignaturesOverridesForIdpsData value = default; + using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); + value = PolicySignaturesOverridesForIdpsData.DeserializePolicySignaturesOverridesForIdpsData(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + + /// Will update the status of policy's signature overrides for IDPS. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the Firewall Policy. + /// Will contain all properties of the object to put. + /// The cancellation token to use. + /// , , or is null. + /// , or is an empty string, and was expected to be non-empty. + public Response Patch(string subscriptionId, string resourceGroupName, string firewallPolicyName, PolicySignaturesOverridesForIdpsData data, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(firewallPolicyName, nameof(firewallPolicyName)); + Argument.AssertNotNull(data, nameof(data)); + + using var message = CreatePatchRequest(subscriptionId, resourceGroupName, firewallPolicyName, data); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + { + PolicySignaturesOverridesForIdpsData value = default; + using var document = JsonDocument.Parse(message.Response.ContentStream); + value = PolicySignaturesOverridesForIdpsData.DeserializePolicySignaturesOverridesForIdpsData(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + + internal HttpMessage CreatePutRequest(string subscriptionId, string resourceGroupName, string firewallPolicyName, PolicySignaturesOverridesForIdpsData data) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Put; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendPath("/subscriptions/", false); + uri.AppendPath(subscriptionId, true); + uri.AppendPath("/resourceGroups/", false); + uri.AppendPath(resourceGroupName, true); + uri.AppendPath("/providers/Microsoft.Network/firewallPolicies/", false); + uri.AppendPath(firewallPolicyName, true); + uri.AppendPath("/signatureOverrides/default", false); + uri.AppendQuery("api-version", _apiVersion, true); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + request.Headers.Add("Content-Type", "application/json"); + var content = new Utf8JsonRequestContent(); + content.JsonWriter.WriteObjectValue(data); + request.Content = content; + _userAgent.Apply(message); + return message; + } + + /// Will override/create a new signature overrides for the policy's IDPS. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the Firewall Policy. + /// Will contain all properties of the object to put. + /// The cancellation token to use. + /// , , or is null. + /// , or is an empty string, and was expected to be non-empty. + public async Task> PutAsync(string subscriptionId, string resourceGroupName, string firewallPolicyName, PolicySignaturesOverridesForIdpsData data, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(firewallPolicyName, nameof(firewallPolicyName)); + Argument.AssertNotNull(data, nameof(data)); + + using var message = CreatePutRequest(subscriptionId, resourceGroupName, firewallPolicyName, data); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + { + PolicySignaturesOverridesForIdpsData value = default; + using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); + value = PolicySignaturesOverridesForIdpsData.DeserializePolicySignaturesOverridesForIdpsData(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + + /// Will override/create a new signature overrides for the policy's IDPS. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the Firewall Policy. + /// Will contain all properties of the object to put. + /// The cancellation token to use. + /// , , or is null. + /// , or is an empty string, and was expected to be non-empty. + public Response Put(string subscriptionId, string resourceGroupName, string firewallPolicyName, PolicySignaturesOverridesForIdpsData data, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(firewallPolicyName, nameof(firewallPolicyName)); + Argument.AssertNotNull(data, nameof(data)); + + using var message = CreatePutRequest(subscriptionId, resourceGroupName, firewallPolicyName, data); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + { + PolicySignaturesOverridesForIdpsData value = default; + using var document = JsonDocument.Parse(message.Response.ContentStream); + value = PolicySignaturesOverridesForIdpsData.DeserializePolicySignaturesOverridesForIdpsData(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + + internal HttpMessage CreateGetRequest(string subscriptionId, string resourceGroupName, string firewallPolicyName) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Get; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendPath("/subscriptions/", false); + uri.AppendPath(subscriptionId, true); + uri.AppendPath("/resourceGroups/", false); + uri.AppendPath(resourceGroupName, true); + uri.AppendPath("/providers/Microsoft.Network/firewallPolicies/", false); + uri.AppendPath(firewallPolicyName, true); + uri.AppendPath("/signatureOverrides/default", false); + uri.AppendQuery("api-version", _apiVersion, true); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + _userAgent.Apply(message); + return message; + } + + /// Returns all signatures overrides for a specific policy. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the Firewall Policy. + /// The cancellation token to use. + /// , or is null. + /// , or is an empty string, and was expected to be non-empty. + public async Task> GetAsync(string subscriptionId, string resourceGroupName, string firewallPolicyName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(firewallPolicyName, nameof(firewallPolicyName)); + + using var message = CreateGetRequest(subscriptionId, resourceGroupName, firewallPolicyName); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + { + PolicySignaturesOverridesForIdpsData value = default; + using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); + value = PolicySignaturesOverridesForIdpsData.DeserializePolicySignaturesOverridesForIdpsData(document.RootElement); + return Response.FromValue(value, message.Response); + } + case 404: + return Response.FromValue((PolicySignaturesOverridesForIdpsData)null, message.Response); + default: + throw new RequestFailedException(message.Response); + } + } + + /// Returns all signatures overrides for a specific policy. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the Firewall Policy. + /// The cancellation token to use. + /// , or is null. + /// , or is an empty string, and was expected to be non-empty. + public Response Get(string subscriptionId, string resourceGroupName, string firewallPolicyName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(firewallPolicyName, nameof(firewallPolicyName)); + + using var message = CreateGetRequest(subscriptionId, resourceGroupName, firewallPolicyName); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + { + PolicySignaturesOverridesForIdpsData value = default; + using var document = JsonDocument.Parse(message.Response.ContentStream); + value = PolicySignaturesOverridesForIdpsData.DeserializePolicySignaturesOverridesForIdpsData(document.RootElement); + return Response.FromValue(value, message.Response); + } + case 404: + return Response.FromValue((PolicySignaturesOverridesForIdpsData)null, message.Response); + default: + throw new RequestFailedException(message.Response); + } + } + + internal HttpMessage CreateListRequest(string subscriptionId, string resourceGroupName, string firewallPolicyName) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Get; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendPath("/subscriptions/", false); + uri.AppendPath(subscriptionId, true); + uri.AppendPath("/resourceGroups/", false); + uri.AppendPath(resourceGroupName, true); + uri.AppendPath("/providers/Microsoft.Network/firewallPolicies/", false); + uri.AppendPath(firewallPolicyName, true); + uri.AppendPath("/signatureOverrides", false); + uri.AppendQuery("api-version", _apiVersion, true); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + _userAgent.Apply(message); + return message; + } + + /// Returns all signatures overrides objects for a specific policy as a list containing a single value. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the Firewall Policy. + /// The cancellation token to use. + /// , or is null. + /// , or is an empty string, and was expected to be non-empty. + public async Task> ListAsync(string subscriptionId, string resourceGroupName, string firewallPolicyName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(firewallPolicyName, nameof(firewallPolicyName)); + + using var message = CreateListRequest(subscriptionId, resourceGroupName, firewallPolicyName); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + { + PolicySignaturesOverridesForIdpsListResult value = default; + using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); + value = PolicySignaturesOverridesForIdpsListResult.DeserializePolicySignaturesOverridesForIdpsListResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + + /// Returns all signatures overrides objects for a specific policy as a list containing a single value. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the Firewall Policy. + /// The cancellation token to use. + /// , or is null. + /// , or is an empty string, and was expected to be non-empty. + public Response List(string subscriptionId, string resourceGroupName, string firewallPolicyName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(firewallPolicyName, nameof(firewallPolicyName)); + + using var message = CreateListRequest(subscriptionId, resourceGroupName, firewallPolicyName); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + { + PolicySignaturesOverridesForIdpsListResult value = default; + using var document = JsonDocument.Parse(message.Response.ContentStream); + value = PolicySignaturesOverridesForIdpsListResult.DeserializePolicySignaturesOverridesForIdpsListResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/FirewallPolicyIdpsSignaturesRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/FirewallPolicyIdpsSignaturesRestOperations.cs new file mode 100644 index 000000000000..5364787d40e9 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/FirewallPolicyIdpsSignaturesRestOperations.cs @@ -0,0 +1,127 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Text.Json; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Core.Pipeline; +using Azure.ResourceManager.Network.Models; + +namespace Azure.ResourceManager.Network +{ + internal partial class FirewallPolicyIdpsSignaturesRestOperations + { + private readonly TelemetryDetails _userAgent; + private readonly HttpPipeline _pipeline; + private readonly Uri _endpoint; + private readonly string _apiVersion; + + /// Initializes a new instance of FirewallPolicyIdpsSignaturesRestOperations. + /// The HTTP pipeline for sending and receiving REST requests and responses. + /// The application id to use for user agent. + /// server parameter. + /// Api Version. + /// or is null. + public FirewallPolicyIdpsSignaturesRestOperations(HttpPipeline pipeline, string applicationId, Uri endpoint = null, string apiVersion = default) + { + _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); + _endpoint = endpoint ?? new Uri("https://management.azure.com"); + _apiVersion = apiVersion ?? "2022-09-01"; + _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); + } + + internal HttpMessage CreateListRequest(string subscriptionId, string resourceGroupName, string firewallPolicyName, IdpsQueryContent content) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Post; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendPath("/subscriptions/", false); + uri.AppendPath(subscriptionId, true); + uri.AppendPath("/resourceGroups/", false); + uri.AppendPath(resourceGroupName, true); + uri.AppendPath("/providers/Microsoft.Network/firewallPolicies/", false); + uri.AppendPath(firewallPolicyName, true); + uri.AppendPath("/listIdpsSignatures", false); + uri.AppendQuery("api-version", _apiVersion, true); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + request.Headers.Add("Content-Type", "application/json"); + var content0 = new Utf8JsonRequestContent(); + content0.JsonWriter.WriteObjectValue(content); + request.Content = content0; + _userAgent.Apply(message); + return message; + } + + /// Retrieves the current status of IDPS signatures for the relevant policy. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the Firewall Policy. + /// The IdpsQueryContent to use. + /// The cancellation token to use. + /// , , or is null. + /// , or is an empty string, and was expected to be non-empty. + public async Task> ListAsync(string subscriptionId, string resourceGroupName, string firewallPolicyName, IdpsQueryContent content, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(firewallPolicyName, nameof(firewallPolicyName)); + Argument.AssertNotNull(content, nameof(content)); + + using var message = CreateListRequest(subscriptionId, resourceGroupName, firewallPolicyName, content); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + { + IdpsSignatureListResult value = default; + using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); + value = IdpsSignatureListResult.DeserializeIdpsSignatureListResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + + /// Retrieves the current status of IDPS signatures for the relevant policy. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the Firewall Policy. + /// The IdpsQueryContent to use. + /// The cancellation token to use. + /// , , or is null. + /// , or is an empty string, and was expected to be non-empty. + public Response List(string subscriptionId, string resourceGroupName, string firewallPolicyName, IdpsQueryContent content, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(firewallPolicyName, nameof(firewallPolicyName)); + Argument.AssertNotNull(content, nameof(content)); + + using var message = CreateListRequest(subscriptionId, resourceGroupName, firewallPolicyName, content); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + { + IdpsSignatureListResult value = default; + using var document = JsonDocument.Parse(message.Response.ContentStream); + value = IdpsSignatureListResult.DeserializeIdpsSignatureListResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/FirewallPolicyRuleCollectionGroupsRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/FirewallPolicyRuleCollectionGroupsRestOperations.cs index 1e4349cd3de8..e86e01a6ed99 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/FirewallPolicyRuleCollectionGroupsRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/FirewallPolicyRuleCollectionGroupsRestOperations.cs @@ -33,7 +33,7 @@ public FirewallPolicyRuleCollectionGroupsRestOperations(HttpPipeline pipeline, s { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/FlowLogsRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/FlowLogsRestOperations.cs index bd271aea9dce..efbe84a7a02a 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/FlowLogsRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/FlowLogsRestOperations.cs @@ -33,7 +33,7 @@ public FlowLogsRestOperations(HttpPipeline pipeline, string applicationId, Uri e { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/HubRouteTablesRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/HubRouteTablesRestOperations.cs index a21b14e7b541..8992733d543f 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/HubRouteTablesRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/HubRouteTablesRestOperations.cs @@ -33,7 +33,7 @@ public HubRouteTablesRestOperations(HttpPipeline pipeline, string applicationId, { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/HubVirtualNetworkConnectionsRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/HubVirtualNetworkConnectionsRestOperations.cs index da7971d9a05d..77845ca6ff94 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/HubVirtualNetworkConnectionsRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/HubVirtualNetworkConnectionsRestOperations.cs @@ -33,7 +33,7 @@ public HubVirtualNetworkConnectionsRestOperations(HttpPipeline pipeline, string { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/InboundNatRulesRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/InboundNatRulesRestOperations.cs index 5f40e2e0203d..16533c470105 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/InboundNatRulesRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/InboundNatRulesRestOperations.cs @@ -33,7 +33,7 @@ public InboundNatRulesRestOperations(HttpPipeline pipeline, string applicationId { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } @@ -58,7 +58,7 @@ internal HttpMessage CreateListRequest(string subscriptionId, string resourceGro return message; } - /// Gets all the inbound nat rules in a load balancer. + /// Gets all the inbound NAT rules in a load balancer. /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. /// The name of the resource group. /// The name of the load balancer. @@ -87,7 +87,7 @@ public async Task> ListAsync(string subscript } } - /// Gets all the inbound nat rules in a load balancer. + /// Gets all the inbound NAT rules in a load balancer. /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. /// The name of the resource group. /// The name of the load balancer. @@ -138,11 +138,11 @@ internal HttpMessage CreateDeleteRequest(string subscriptionId, string resourceG return message; } - /// Deletes the specified load balancer inbound nat rule. + /// Deletes the specified load balancer inbound NAT rule. /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. /// The name of the resource group. /// The name of the load balancer. - /// The name of the inbound nat rule. + /// The name of the inbound NAT rule. /// The cancellation token to use. /// , , or is null. /// , , or is an empty string, and was expected to be non-empty. @@ -166,11 +166,11 @@ public async Task DeleteAsync(string subscriptionId, string resourceGr } } - /// Deletes the specified load balancer inbound nat rule. + /// Deletes the specified load balancer inbound NAT rule. /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. /// The name of the resource group. /// The name of the load balancer. - /// The name of the inbound nat rule. + /// The name of the inbound NAT rule. /// The cancellation token to use. /// , , or is null. /// , , or is an empty string, and was expected to be non-empty. @@ -220,11 +220,11 @@ internal HttpMessage CreateGetRequest(string subscriptionId, string resourceGrou return message; } - /// Gets the specified load balancer inbound nat rule. + /// Gets the specified load balancer inbound NAT rule. /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. /// The name of the resource group. /// The name of the load balancer. - /// The name of the inbound nat rule. + /// The name of the inbound NAT rule. /// Expands referenced resources. /// The cancellation token to use. /// , , or is null. @@ -254,11 +254,11 @@ public async Task> GetAsync(string subscriptionId, } } - /// Gets the specified load balancer inbound nat rule. + /// Gets the specified load balancer inbound NAT rule. /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. /// The name of the resource group. /// The name of the load balancer. - /// The name of the inbound nat rule. + /// The name of the inbound NAT rule. /// Expands referenced resources. /// The cancellation token to use. /// , , or is null. @@ -314,12 +314,12 @@ internal HttpMessage CreateCreateOrUpdateRequest(string subscriptionId, string r return message; } - /// Creates or updates a load balancer inbound nat rule. + /// Creates or updates a load balancer inbound NAT rule. /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. /// The name of the resource group. /// The name of the load balancer. - /// The name of the inbound nat rule. - /// Parameters supplied to the create or update inbound nat rule operation. + /// The name of the inbound NAT rule. + /// Parameters supplied to the create or update inbound NAT rule operation. /// The cancellation token to use. /// , , , or is null. /// , , or is an empty string, and was expected to be non-empty. @@ -343,12 +343,12 @@ public async Task CreateOrUpdateAsync(string subscriptionId, string re } } - /// Creates or updates a load balancer inbound nat rule. + /// Creates or updates a load balancer inbound NAT rule. /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. /// The name of the resource group. /// The name of the load balancer. - /// The name of the inbound nat rule. - /// Parameters supplied to the create or update inbound nat rule operation. + /// The name of the inbound NAT rule. + /// Parameters supplied to the create or update inbound NAT rule operation. /// The cancellation token to use. /// , , , or is null. /// , , or is an empty string, and was expected to be non-empty. @@ -386,7 +386,7 @@ internal HttpMessage CreateListNextPageRequest(string nextLink, string subscript return message; } - /// Gets all the inbound nat rules in a load balancer. + /// Gets all the inbound NAT rules in a load balancer. /// The URL to the next page of results. /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. /// The name of the resource group. @@ -417,7 +417,7 @@ public async Task> ListNextPageAsync(string n } } - /// Gets all the inbound nat rules in a load balancer. + /// Gets all the inbound NAT rules in a load balancer. /// The URL to the next page of results. /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. /// The name of the resource group. diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/InboundSecurityRuleRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/InboundSecurityRuleRestOperations.cs index b371c3a44b87..ab9e023d6265 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/InboundSecurityRuleRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/InboundSecurityRuleRestOperations.cs @@ -32,7 +32,7 @@ public InboundSecurityRuleRestOperations(HttpPipeline pipeline, string applicati { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/IpAllocationsRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/IpAllocationsRestOperations.cs index 108283902b5b..6018e6eb048f 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/IpAllocationsRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/IpAllocationsRestOperations.cs @@ -33,7 +33,7 @@ public IpAllocationsRestOperations(HttpPipeline pipeline, string applicationId, { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/IpGroupsRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/IpGroupsRestOperations.cs index f7c9234ddccd..6b4a4bb62fa7 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/IpGroupsRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/IpGroupsRestOperations.cs @@ -33,7 +33,7 @@ public IpGroupsRestOperations(HttpPipeline pipeline, string applicationId, Uri e { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/LoadBalancerBackendAddressPoolsRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/LoadBalancerBackendAddressPoolsRestOperations.cs index 6ef062871314..38602bfb9534 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/LoadBalancerBackendAddressPoolsRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/LoadBalancerBackendAddressPoolsRestOperations.cs @@ -33,7 +33,7 @@ public LoadBalancerBackendAddressPoolsRestOperations(HttpPipeline pipeline, stri { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/LoadBalancerFrontendIPConfigurationsRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/LoadBalancerFrontendIPConfigurationsRestOperations.cs index a727a922a543..4301d402eee5 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/LoadBalancerFrontendIPConfigurationsRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/LoadBalancerFrontendIPConfigurationsRestOperations.cs @@ -33,7 +33,7 @@ public LoadBalancerFrontendIPConfigurationsRestOperations(HttpPipeline pipeline, { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/LoadBalancerLoadBalancingRulesRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/LoadBalancerLoadBalancingRulesRestOperations.cs index e2724b6365f9..b97e9799293e 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/LoadBalancerLoadBalancingRulesRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/LoadBalancerLoadBalancingRulesRestOperations.cs @@ -33,7 +33,7 @@ public LoadBalancerLoadBalancingRulesRestOperations(HttpPipeline pipeline, strin { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/LoadBalancerNetworkInterfacesRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/LoadBalancerNetworkInterfacesRestOperations.cs index ce684b6a3693..d4e68133fbf5 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/LoadBalancerNetworkInterfacesRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/LoadBalancerNetworkInterfacesRestOperations.cs @@ -33,7 +33,7 @@ public LoadBalancerNetworkInterfacesRestOperations(HttpPipeline pipeline, string { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/LoadBalancerOutboundRulesRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/LoadBalancerOutboundRulesRestOperations.cs index e3110729394d..339da917c2a0 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/LoadBalancerOutboundRulesRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/LoadBalancerOutboundRulesRestOperations.cs @@ -33,7 +33,7 @@ public LoadBalancerOutboundRulesRestOperations(HttpPipeline pipeline, string app { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/LoadBalancerProbesRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/LoadBalancerProbesRestOperations.cs index 7a2673bd31c4..9a9a814dff90 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/LoadBalancerProbesRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/LoadBalancerProbesRestOperations.cs @@ -33,7 +33,7 @@ public LoadBalancerProbesRestOperations(HttpPipeline pipeline, string applicatio { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/LoadBalancersRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/LoadBalancersRestOperations.cs index 8d69153ed353..f742b6bbb83c 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/LoadBalancersRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/LoadBalancersRestOperations.cs @@ -33,7 +33,7 @@ public LoadBalancersRestOperations(HttpPipeline pipeline, string applicationId, { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } @@ -572,6 +572,91 @@ public Response SwapPublicIPAddresses(string subscriptionId, AzureLocation locat } } + internal HttpMessage CreateListInboundNatRulePortMappingsRequest(string subscriptionId, string groupName, string loadBalancerName, string backendPoolName, QueryInboundNatRulePortMappingContent content) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Post; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendPath("/subscriptions/", false); + uri.AppendPath(subscriptionId, true); + uri.AppendPath("/resourceGroups/", false); + uri.AppendPath(groupName, true); + uri.AppendPath("/providers/Microsoft.Network/loadBalancers/", false); + uri.AppendPath(loadBalancerName, true); + uri.AppendPath("/backendAddressPools/", false); + uri.AppendPath(backendPoolName, true); + uri.AppendPath("/queryInboundNatRulePortMapping", false); + uri.AppendQuery("api-version", _apiVersion, true); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + request.Headers.Add("Content-Type", "application/json"); + var content0 = new Utf8JsonRequestContent(); + content0.JsonWriter.WriteObjectValue(content); + request.Content = content0; + _userAgent.Apply(message); + return message; + } + + /// List of inbound NAT rule port mappings. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the load balancer. + /// The name of the load balancer backend address pool. + /// Query inbound NAT rule port mapping request. + /// The cancellation token to use. + /// , , , or is null. + /// , , or is an empty string, and was expected to be non-empty. + public async Task ListInboundNatRulePortMappingsAsync(string subscriptionId, string groupName, string loadBalancerName, string backendPoolName, QueryInboundNatRulePortMappingContent content, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(groupName, nameof(groupName)); + Argument.AssertNotNullOrEmpty(loadBalancerName, nameof(loadBalancerName)); + Argument.AssertNotNullOrEmpty(backendPoolName, nameof(backendPoolName)); + Argument.AssertNotNull(content, nameof(content)); + + using var message = CreateListInboundNatRulePortMappingsRequest(subscriptionId, groupName, loadBalancerName, backendPoolName, content); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + case 202: + return message.Response; + default: + throw new RequestFailedException(message.Response); + } + } + + /// List of inbound NAT rule port mappings. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the load balancer. + /// The name of the load balancer backend address pool. + /// Query inbound NAT rule port mapping request. + /// The cancellation token to use. + /// , , , or is null. + /// , , or is an empty string, and was expected to be non-empty. + public Response ListInboundNatRulePortMappings(string subscriptionId, string groupName, string loadBalancerName, string backendPoolName, QueryInboundNatRulePortMappingContent content, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(groupName, nameof(groupName)); + Argument.AssertNotNullOrEmpty(loadBalancerName, nameof(loadBalancerName)); + Argument.AssertNotNullOrEmpty(backendPoolName, nameof(backendPoolName)); + Argument.AssertNotNull(content, nameof(content)); + + using var message = CreateListInboundNatRulePortMappingsRequest(subscriptionId, groupName, loadBalancerName, backendPoolName, content); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + case 202: + return message.Response; + default: + throw new RequestFailedException(message.Response); + } + } + internal HttpMessage CreateListAllNextPageRequest(string nextLink, string subscriptionId) { var message = _pipeline.CreateMessage(); diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/LocalNetworkGatewaysRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/LocalNetworkGatewaysRestOperations.cs index d1c70f6d488a..8eb0dacccaba 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/LocalNetworkGatewaysRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/LocalNetworkGatewaysRestOperations.cs @@ -33,7 +33,7 @@ public LocalNetworkGatewaysRestOperations(HttpPipeline pipeline, string applicat { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ManagementGroupNetworkManagerConnectionsRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ManagementGroupNetworkManagerConnectionsRestOperations.cs new file mode 100644 index 000000000000..c79ccda830f6 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ManagementGroupNetworkManagerConnectionsRestOperations.cs @@ -0,0 +1,413 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Text.Json; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Core.Pipeline; +using Azure.ResourceManager.Network.Models; + +namespace Azure.ResourceManager.Network +{ + internal partial class ManagementGroupNetworkManagerConnectionsRestOperations + { + private readonly TelemetryDetails _userAgent; + private readonly HttpPipeline _pipeline; + private readonly Uri _endpoint; + private readonly string _apiVersion; + + /// Initializes a new instance of ManagementGroupNetworkManagerConnectionsRestOperations. + /// The HTTP pipeline for sending and receiving REST requests and responses. + /// The application id to use for user agent. + /// server parameter. + /// Api Version. + /// or is null. + public ManagementGroupNetworkManagerConnectionsRestOperations(HttpPipeline pipeline, string applicationId, Uri endpoint = null, string apiVersion = default) + { + _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); + _endpoint = endpoint ?? new Uri("https://management.azure.com"); + _apiVersion = apiVersion ?? "2022-09-01"; + _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); + } + + internal HttpMessage CreateCreateOrUpdateRequest(string managementGroupId, string networkManagerConnectionName, NetworkManagerConnectionData data) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Put; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendPath("/providers/Microsoft.Management/managementGroups/", false); + uri.AppendPath(managementGroupId, true); + uri.AppendPath("/providers/Microsoft.Network/networkManagerConnections/", false); + uri.AppendPath(networkManagerConnectionName, true); + uri.AppendQuery("api-version", _apiVersion, true); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + request.Headers.Add("Content-Type", "application/json"); + var content = new Utf8JsonRequestContent(); + content.JsonWriter.WriteObjectValue(data); + request.Content = content; + _userAgent.Apply(message); + return message; + } + + /// Create a network manager connection on this management group. + /// The management group Id which uniquely identify the Microsoft Azure management group. + /// Name for the network manager connection. + /// Network manager connection to be created/updated. + /// The cancellation token to use. + /// , or is null. + /// or is an empty string, and was expected to be non-empty. + public async Task> CreateOrUpdateAsync(string managementGroupId, string networkManagerConnectionName, NetworkManagerConnectionData data, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(managementGroupId, nameof(managementGroupId)); + Argument.AssertNotNullOrEmpty(networkManagerConnectionName, nameof(networkManagerConnectionName)); + Argument.AssertNotNull(data, nameof(data)); + + using var message = CreateCreateOrUpdateRequest(managementGroupId, networkManagerConnectionName, data); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + case 201: + { + NetworkManagerConnectionData value = default; + using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); + value = NetworkManagerConnectionData.DeserializeNetworkManagerConnectionData(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + + /// Create a network manager connection on this management group. + /// The management group Id which uniquely identify the Microsoft Azure management group. + /// Name for the network manager connection. + /// Network manager connection to be created/updated. + /// The cancellation token to use. + /// , or is null. + /// or is an empty string, and was expected to be non-empty. + public Response CreateOrUpdate(string managementGroupId, string networkManagerConnectionName, NetworkManagerConnectionData data, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(managementGroupId, nameof(managementGroupId)); + Argument.AssertNotNullOrEmpty(networkManagerConnectionName, nameof(networkManagerConnectionName)); + Argument.AssertNotNull(data, nameof(data)); + + using var message = CreateCreateOrUpdateRequest(managementGroupId, networkManagerConnectionName, data); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + case 201: + { + NetworkManagerConnectionData value = default; + using var document = JsonDocument.Parse(message.Response.ContentStream); + value = NetworkManagerConnectionData.DeserializeNetworkManagerConnectionData(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + + internal HttpMessage CreateGetRequest(string managementGroupId, string networkManagerConnectionName) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Get; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendPath("/providers/Microsoft.Management/managementGroups/", false); + uri.AppendPath(managementGroupId, true); + uri.AppendPath("/providers/Microsoft.Network/networkManagerConnections/", false); + uri.AppendPath(networkManagerConnectionName, true); + uri.AppendQuery("api-version", _apiVersion, true); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + _userAgent.Apply(message); + return message; + } + + /// Get a specified connection created by this management group. + /// The management group Id which uniquely identify the Microsoft Azure management group. + /// Name for the network manager connection. + /// The cancellation token to use. + /// or is null. + /// or is an empty string, and was expected to be non-empty. + public async Task> GetAsync(string managementGroupId, string networkManagerConnectionName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(managementGroupId, nameof(managementGroupId)); + Argument.AssertNotNullOrEmpty(networkManagerConnectionName, nameof(networkManagerConnectionName)); + + using var message = CreateGetRequest(managementGroupId, networkManagerConnectionName); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + { + NetworkManagerConnectionData value = default; + using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); + value = NetworkManagerConnectionData.DeserializeNetworkManagerConnectionData(document.RootElement); + return Response.FromValue(value, message.Response); + } + case 404: + return Response.FromValue((NetworkManagerConnectionData)null, message.Response); + default: + throw new RequestFailedException(message.Response); + } + } + + /// Get a specified connection created by this management group. + /// The management group Id which uniquely identify the Microsoft Azure management group. + /// Name for the network manager connection. + /// The cancellation token to use. + /// or is null. + /// or is an empty string, and was expected to be non-empty. + public Response Get(string managementGroupId, string networkManagerConnectionName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(managementGroupId, nameof(managementGroupId)); + Argument.AssertNotNullOrEmpty(networkManagerConnectionName, nameof(networkManagerConnectionName)); + + using var message = CreateGetRequest(managementGroupId, networkManagerConnectionName); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + { + NetworkManagerConnectionData value = default; + using var document = JsonDocument.Parse(message.Response.ContentStream); + value = NetworkManagerConnectionData.DeserializeNetworkManagerConnectionData(document.RootElement); + return Response.FromValue(value, message.Response); + } + case 404: + return Response.FromValue((NetworkManagerConnectionData)null, message.Response); + default: + throw new RequestFailedException(message.Response); + } + } + + internal HttpMessage CreateDeleteRequest(string managementGroupId, string networkManagerConnectionName) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Delete; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendPath("/providers/Microsoft.Management/managementGroups/", false); + uri.AppendPath(managementGroupId, true); + uri.AppendPath("/providers/Microsoft.Network/networkManagerConnections/", false); + uri.AppendPath(networkManagerConnectionName, true); + uri.AppendQuery("api-version", _apiVersion, true); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + _userAgent.Apply(message); + return message; + } + + /// Delete specified pending connection created by this management group. + /// The management group Id which uniquely identify the Microsoft Azure management group. + /// Name for the network manager connection. + /// The cancellation token to use. + /// or is null. + /// or is an empty string, and was expected to be non-empty. + public async Task DeleteAsync(string managementGroupId, string networkManagerConnectionName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(managementGroupId, nameof(managementGroupId)); + Argument.AssertNotNullOrEmpty(networkManagerConnectionName, nameof(networkManagerConnectionName)); + + using var message = CreateDeleteRequest(managementGroupId, networkManagerConnectionName); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + case 204: + return message.Response; + default: + throw new RequestFailedException(message.Response); + } + } + + /// Delete specified pending connection created by this management group. + /// The management group Id which uniquely identify the Microsoft Azure management group. + /// Name for the network manager connection. + /// The cancellation token to use. + /// or is null. + /// or is an empty string, and was expected to be non-empty. + public Response Delete(string managementGroupId, string networkManagerConnectionName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(managementGroupId, nameof(managementGroupId)); + Argument.AssertNotNullOrEmpty(networkManagerConnectionName, nameof(networkManagerConnectionName)); + + using var message = CreateDeleteRequest(managementGroupId, networkManagerConnectionName); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + case 204: + return message.Response; + default: + throw new RequestFailedException(message.Response); + } + } + + internal HttpMessage CreateListRequest(string managementGroupId, int? top, string skipToken) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Get; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendPath("/providers/Microsoft.Management/managementGroups/", false); + uri.AppendPath(managementGroupId, true); + uri.AppendPath("/providers/Microsoft.Network/networkManagerConnections", false); + uri.AppendQuery("api-version", _apiVersion, true); + if (top != null) + { + uri.AppendQuery("$top", top.Value, true); + } + if (skipToken != null) + { + uri.AppendQuery("$skipToken", skipToken, true); + } + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + _userAgent.Apply(message); + return message; + } + + /// List all network manager connections created by this management group. + /// The management group Id which uniquely identify the Microsoft Azure management group. + /// An optional query parameter which specifies the maximum number of records to be returned by the server. + /// SkipToken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. + /// The cancellation token to use. + /// is null. + /// is an empty string, and was expected to be non-empty. + public async Task> ListAsync(string managementGroupId, int? top = null, string skipToken = null, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(managementGroupId, nameof(managementGroupId)); + + using var message = CreateListRequest(managementGroupId, top, skipToken); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + { + NetworkManagerConnectionListResult value = default; + using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); + value = NetworkManagerConnectionListResult.DeserializeNetworkManagerConnectionListResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + + /// List all network manager connections created by this management group. + /// The management group Id which uniquely identify the Microsoft Azure management group. + /// An optional query parameter which specifies the maximum number of records to be returned by the server. + /// SkipToken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. + /// The cancellation token to use. + /// is null. + /// is an empty string, and was expected to be non-empty. + public Response List(string managementGroupId, int? top = null, string skipToken = null, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(managementGroupId, nameof(managementGroupId)); + + using var message = CreateListRequest(managementGroupId, top, skipToken); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + { + NetworkManagerConnectionListResult value = default; + using var document = JsonDocument.Parse(message.Response.ContentStream); + value = NetworkManagerConnectionListResult.DeserializeNetworkManagerConnectionListResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + + internal HttpMessage CreateListNextPageRequest(string nextLink, string managementGroupId, int? top, string skipToken) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Get; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendRawNextLink(nextLink, false); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + _userAgent.Apply(message); + return message; + } + + /// List all network manager connections created by this management group. + /// The URL to the next page of results. + /// The management group Id which uniquely identify the Microsoft Azure management group. + /// An optional query parameter which specifies the maximum number of records to be returned by the server. + /// SkipToken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. + /// The cancellation token to use. + /// or is null. + /// is an empty string, and was expected to be non-empty. + public async Task> ListNextPageAsync(string nextLink, string managementGroupId, int? top = null, string skipToken = null, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(nextLink, nameof(nextLink)); + Argument.AssertNotNullOrEmpty(managementGroupId, nameof(managementGroupId)); + + using var message = CreateListNextPageRequest(nextLink, managementGroupId, top, skipToken); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + { + NetworkManagerConnectionListResult value = default; + using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); + value = NetworkManagerConnectionListResult.DeserializeNetworkManagerConnectionListResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + + /// List all network manager connections created by this management group. + /// The URL to the next page of results. + /// The management group Id which uniquely identify the Microsoft Azure management group. + /// An optional query parameter which specifies the maximum number of records to be returned by the server. + /// SkipToken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. + /// The cancellation token to use. + /// or is null. + /// is an empty string, and was expected to be non-empty. + public Response ListNextPage(string nextLink, string managementGroupId, int? top = null, string skipToken = null, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(nextLink, nameof(nextLink)); + Argument.AssertNotNullOrEmpty(managementGroupId, nameof(managementGroupId)); + + using var message = CreateListNextPageRequest(nextLink, managementGroupId, top, skipToken); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + { + NetworkManagerConnectionListResult value = default; + using var document = JsonDocument.Parse(message.Response.ContentStream); + value = NetworkManagerConnectionListResult.DeserializeNetworkManagerConnectionListResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/NatGatewaysRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/NatGatewaysRestOperations.cs index 697c736e922d..22f0bcbe120d 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/NatGatewaysRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/NatGatewaysRestOperations.cs @@ -33,7 +33,7 @@ public NatGatewaysRestOperations(HttpPipeline pipeline, string applicationId, Ur { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/NatRulesRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/NatRulesRestOperations.cs index d4455c292070..1243678af7d4 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/NatRulesRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/NatRulesRestOperations.cs @@ -33,7 +33,7 @@ public NatRulesRestOperations(HttpPipeline pipeline, string applicationId, Uri e { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/NetworkGroupsRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/NetworkGroupsRestOperations.cs new file mode 100644 index 000000000000..2649f59696fa --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/NetworkGroupsRestOperations.cs @@ -0,0 +1,483 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Text.Json; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Core.Pipeline; +using Azure.ResourceManager.Network.Models; + +namespace Azure.ResourceManager.Network +{ + internal partial class NetworkGroupsRestOperations + { + private readonly TelemetryDetails _userAgent; + private readonly HttpPipeline _pipeline; + private readonly Uri _endpoint; + private readonly string _apiVersion; + + /// Initializes a new instance of NetworkGroupsRestOperations. + /// The HTTP pipeline for sending and receiving REST requests and responses. + /// The application id to use for user agent. + /// server parameter. + /// Api Version. + /// or is null. + public NetworkGroupsRestOperations(HttpPipeline pipeline, string applicationId, Uri endpoint = null, string apiVersion = default) + { + _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); + _endpoint = endpoint ?? new Uri("https://management.azure.com"); + _apiVersion = apiVersion ?? "2022-09-01"; + _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); + } + + internal HttpMessage CreateGetRequest(string subscriptionId, string resourceGroupName, string networkManagerName, string networkGroupName) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Get; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendPath("/subscriptions/", false); + uri.AppendPath(subscriptionId, true); + uri.AppendPath("/resourceGroups/", false); + uri.AppendPath(resourceGroupName, true); + uri.AppendPath("/providers/Microsoft.Network/networkManagers/", false); + uri.AppendPath(networkManagerName, true); + uri.AppendPath("/networkGroups/", false); + uri.AppendPath(networkGroupName, true); + uri.AppendQuery("api-version", _apiVersion, true); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + _userAgent.Apply(message); + return message; + } + + /// Gets the specified network group. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the network manager. + /// The name of the network group. + /// The cancellation token to use. + /// , , or is null. + /// , , or is an empty string, and was expected to be non-empty. + public async Task> GetAsync(string subscriptionId, string resourceGroupName, string networkManagerName, string networkGroupName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(networkManagerName, nameof(networkManagerName)); + Argument.AssertNotNullOrEmpty(networkGroupName, nameof(networkGroupName)); + + using var message = CreateGetRequest(subscriptionId, resourceGroupName, networkManagerName, networkGroupName); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + { + NetworkGroupData value = default; + using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); + value = NetworkGroupData.DeserializeNetworkGroupData(document.RootElement); + return Response.FromValue(value, message.Response); + } + case 404: + return Response.FromValue((NetworkGroupData)null, message.Response); + default: + throw new RequestFailedException(message.Response); + } + } + + /// Gets the specified network group. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the network manager. + /// The name of the network group. + /// The cancellation token to use. + /// , , or is null. + /// , , or is an empty string, and was expected to be non-empty. + public Response Get(string subscriptionId, string resourceGroupName, string networkManagerName, string networkGroupName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(networkManagerName, nameof(networkManagerName)); + Argument.AssertNotNullOrEmpty(networkGroupName, nameof(networkGroupName)); + + using var message = CreateGetRequest(subscriptionId, resourceGroupName, networkManagerName, networkGroupName); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + { + NetworkGroupData value = default; + using var document = JsonDocument.Parse(message.Response.ContentStream); + value = NetworkGroupData.DeserializeNetworkGroupData(document.RootElement); + return Response.FromValue(value, message.Response); + } + case 404: + return Response.FromValue((NetworkGroupData)null, message.Response); + default: + throw new RequestFailedException(message.Response); + } + } + + internal HttpMessage CreateCreateOrUpdateRequest(string subscriptionId, string resourceGroupName, string networkManagerName, string networkGroupName, NetworkGroupData data, string ifMatch) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Put; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendPath("/subscriptions/", false); + uri.AppendPath(subscriptionId, true); + uri.AppendPath("/resourceGroups/", false); + uri.AppendPath(resourceGroupName, true); + uri.AppendPath("/providers/Microsoft.Network/networkManagers/", false); + uri.AppendPath(networkManagerName, true); + uri.AppendPath("/networkGroups/", false); + uri.AppendPath(networkGroupName, true); + uri.AppendQuery("api-version", _apiVersion, true); + request.Uri = uri; + if (ifMatch != null) + { + request.Headers.Add("If-Match", ifMatch); + } + request.Headers.Add("Accept", "application/json"); + request.Headers.Add("Content-Type", "application/json"); + var content = new Utf8JsonRequestContent(); + content.JsonWriter.WriteObjectValue(data); + request.Content = content; + _userAgent.Apply(message); + return message; + } + + /// Creates or updates a network group. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the network manager. + /// The name of the network group. + /// Parameters supplied to the specify which network group need to create. + /// The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. + /// The cancellation token to use. + /// , , , or is null. + /// , , or is an empty string, and was expected to be non-empty. + public async Task> CreateOrUpdateAsync(string subscriptionId, string resourceGroupName, string networkManagerName, string networkGroupName, NetworkGroupData data, string ifMatch = null, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(networkManagerName, nameof(networkManagerName)); + Argument.AssertNotNullOrEmpty(networkGroupName, nameof(networkGroupName)); + Argument.AssertNotNull(data, nameof(data)); + + using var message = CreateCreateOrUpdateRequest(subscriptionId, resourceGroupName, networkManagerName, networkGroupName, data, ifMatch); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + case 201: + { + NetworkGroupData value = default; + using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); + value = NetworkGroupData.DeserializeNetworkGroupData(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + + /// Creates or updates a network group. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the network manager. + /// The name of the network group. + /// Parameters supplied to the specify which network group need to create. + /// The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. + /// The cancellation token to use. + /// , , , or is null. + /// , , or is an empty string, and was expected to be non-empty. + public Response CreateOrUpdate(string subscriptionId, string resourceGroupName, string networkManagerName, string networkGroupName, NetworkGroupData data, string ifMatch = null, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(networkManagerName, nameof(networkManagerName)); + Argument.AssertNotNullOrEmpty(networkGroupName, nameof(networkGroupName)); + Argument.AssertNotNull(data, nameof(data)); + + using var message = CreateCreateOrUpdateRequest(subscriptionId, resourceGroupName, networkManagerName, networkGroupName, data, ifMatch); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + case 201: + { + NetworkGroupData value = default; + using var document = JsonDocument.Parse(message.Response.ContentStream); + value = NetworkGroupData.DeserializeNetworkGroupData(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + + internal HttpMessage CreateDeleteRequest(string subscriptionId, string resourceGroupName, string networkManagerName, string networkGroupName, bool? force) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Delete; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendPath("/subscriptions/", false); + uri.AppendPath(subscriptionId, true); + uri.AppendPath("/resourceGroups/", false); + uri.AppendPath(resourceGroupName, true); + uri.AppendPath("/providers/Microsoft.Network/networkManagers/", false); + uri.AppendPath(networkManagerName, true); + uri.AppendPath("/networkGroups/", false); + uri.AppendPath(networkGroupName, true); + uri.AppendQuery("api-version", _apiVersion, true); + if (force != null) + { + uri.AppendQuery("force", force.Value, true); + } + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + _userAgent.Apply(message); + return message; + } + + /// Deletes a network group. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the network manager. + /// The name of the network group. + /// Deletes the resource even if it is part of a deployed configuration. If the configuration has been deployed, the service will do a cleanup deployment in the background, prior to the delete. + /// The cancellation token to use. + /// , , or is null. + /// , , or is an empty string, and was expected to be non-empty. + public async Task DeleteAsync(string subscriptionId, string resourceGroupName, string networkManagerName, string networkGroupName, bool? force = null, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(networkManagerName, nameof(networkManagerName)); + Argument.AssertNotNullOrEmpty(networkGroupName, nameof(networkGroupName)); + + using var message = CreateDeleteRequest(subscriptionId, resourceGroupName, networkManagerName, networkGroupName, force); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + case 202: + case 204: + return message.Response; + default: + throw new RequestFailedException(message.Response); + } + } + + /// Deletes a network group. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the network manager. + /// The name of the network group. + /// Deletes the resource even if it is part of a deployed configuration. If the configuration has been deployed, the service will do a cleanup deployment in the background, prior to the delete. + /// The cancellation token to use. + /// , , or is null. + /// , , or is an empty string, and was expected to be non-empty. + public Response Delete(string subscriptionId, string resourceGroupName, string networkManagerName, string networkGroupName, bool? force = null, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(networkManagerName, nameof(networkManagerName)); + Argument.AssertNotNullOrEmpty(networkGroupName, nameof(networkGroupName)); + + using var message = CreateDeleteRequest(subscriptionId, resourceGroupName, networkManagerName, networkGroupName, force); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + case 202: + case 204: + return message.Response; + default: + throw new RequestFailedException(message.Response); + } + } + + internal HttpMessage CreateListRequest(string subscriptionId, string resourceGroupName, string networkManagerName, int? top, string skipToken) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Get; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendPath("/subscriptions/", false); + uri.AppendPath(subscriptionId, true); + uri.AppendPath("/resourceGroups/", false); + uri.AppendPath(resourceGroupName, true); + uri.AppendPath("/providers/Microsoft.Network/networkManagers/", false); + uri.AppendPath(networkManagerName, true); + uri.AppendPath("/networkGroups", false); + uri.AppendQuery("api-version", _apiVersion, true); + if (top != null) + { + uri.AppendQuery("$top", top.Value, true); + } + if (skipToken != null) + { + uri.AppendQuery("$skipToken", skipToken, true); + } + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + _userAgent.Apply(message); + return message; + } + + /// Lists the specified network group. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the network manager. + /// An optional query parameter which specifies the maximum number of records to be returned by the server. + /// SkipToken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. + /// The cancellation token to use. + /// , or is null. + /// , or is an empty string, and was expected to be non-empty. + public async Task> ListAsync(string subscriptionId, string resourceGroupName, string networkManagerName, int? top = null, string skipToken = null, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(networkManagerName, nameof(networkManagerName)); + + using var message = CreateListRequest(subscriptionId, resourceGroupName, networkManagerName, top, skipToken); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + { + NetworkGroupListResult value = default; + using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); + value = NetworkGroupListResult.DeserializeNetworkGroupListResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + + /// Lists the specified network group. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the network manager. + /// An optional query parameter which specifies the maximum number of records to be returned by the server. + /// SkipToken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. + /// The cancellation token to use. + /// , or is null. + /// , or is an empty string, and was expected to be non-empty. + public Response List(string subscriptionId, string resourceGroupName, string networkManagerName, int? top = null, string skipToken = null, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(networkManagerName, nameof(networkManagerName)); + + using var message = CreateListRequest(subscriptionId, resourceGroupName, networkManagerName, top, skipToken); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + { + NetworkGroupListResult value = default; + using var document = JsonDocument.Parse(message.Response.ContentStream); + value = NetworkGroupListResult.DeserializeNetworkGroupListResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + + internal HttpMessage CreateListNextPageRequest(string nextLink, string subscriptionId, string resourceGroupName, string networkManagerName, int? top, string skipToken) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Get; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendRawNextLink(nextLink, false); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + _userAgent.Apply(message); + return message; + } + + /// Lists the specified network group. + /// The URL to the next page of results. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the network manager. + /// An optional query parameter which specifies the maximum number of records to be returned by the server. + /// SkipToken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. + /// The cancellation token to use. + /// , , or is null. + /// , or is an empty string, and was expected to be non-empty. + public async Task> ListNextPageAsync(string nextLink, string subscriptionId, string resourceGroupName, string networkManagerName, int? top = null, string skipToken = null, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(nextLink, nameof(nextLink)); + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(networkManagerName, nameof(networkManagerName)); + + using var message = CreateListNextPageRequest(nextLink, subscriptionId, resourceGroupName, networkManagerName, top, skipToken); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + { + NetworkGroupListResult value = default; + using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); + value = NetworkGroupListResult.DeserializeNetworkGroupListResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + + /// Lists the specified network group. + /// The URL to the next page of results. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the network manager. + /// An optional query parameter which specifies the maximum number of records to be returned by the server. + /// SkipToken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. + /// The cancellation token to use. + /// , , or is null. + /// , or is an empty string, and was expected to be non-empty. + public Response ListNextPage(string nextLink, string subscriptionId, string resourceGroupName, string networkManagerName, int? top = null, string skipToken = null, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(nextLink, nameof(nextLink)); + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(networkManagerName, nameof(networkManagerName)); + + using var message = CreateListNextPageRequest(nextLink, subscriptionId, resourceGroupName, networkManagerName, top, skipToken); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + { + NetworkGroupListResult value = default; + using var document = JsonDocument.Parse(message.Response.ContentStream); + value = NetworkGroupListResult.DeserializeNetworkGroupListResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/NetworkInterfaceIPConfigurationsRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/NetworkInterfaceIPConfigurationsRestOperations.cs index 3f333555f99d..9352fa047828 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/NetworkInterfaceIPConfigurationsRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/NetworkInterfaceIPConfigurationsRestOperations.cs @@ -33,7 +33,7 @@ public NetworkInterfaceIPConfigurationsRestOperations(HttpPipeline pipeline, str { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/NetworkInterfaceLoadBalancersRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/NetworkInterfaceLoadBalancersRestOperations.cs index 5d8733682839..333b799c5351 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/NetworkInterfaceLoadBalancersRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/NetworkInterfaceLoadBalancersRestOperations.cs @@ -33,7 +33,7 @@ public NetworkInterfaceLoadBalancersRestOperations(HttpPipeline pipeline, string { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/NetworkInterfaceTapConfigurationsRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/NetworkInterfaceTapConfigurationsRestOperations.cs index 9ceeeda51c59..4b989a578b6c 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/NetworkInterfaceTapConfigurationsRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/NetworkInterfaceTapConfigurationsRestOperations.cs @@ -33,7 +33,7 @@ public NetworkInterfaceTapConfigurationsRestOperations(HttpPipeline pipeline, st { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/NetworkInterfacesRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/NetworkInterfacesRestOperations.cs index cc354b91a95e..b7e8e77ecd1f 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/NetworkInterfacesRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/NetworkInterfacesRestOperations.cs @@ -33,7 +33,7 @@ public NetworkInterfacesRestOperations(HttpPipeline pipeline, string application { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/NetworkManagementRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/NetworkManagementRestOperations.cs index 18c805fd1c6d..1b5cbfd60be4 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/NetworkManagementRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/NetworkManagementRestOperations.cs @@ -33,7 +33,7 @@ public NetworkManagementRestOperations(HttpPipeline pipeline, string application { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } @@ -113,6 +113,454 @@ public Response CheckDnsNameAvailability(string subsc } } + internal HttpMessage CreateExpressRouteProviderPortRequest(string subscriptionId, string providerport) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Get; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendPath("/subscriptions/", false); + uri.AppendPath(subscriptionId, true); + uri.AppendPath("/providers/Microsoft.Network/expressRouteProviderPorts/", false); + uri.AppendPath(providerport, true); + uri.AppendQuery("api-version", _apiVersion, true); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + _userAgent.Apply(message); + return message; + } + + /// Retrieves detail of a provider port. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the provider port. + /// The cancellation token to use. + /// or is null. + /// or is an empty string, and was expected to be non-empty. + public async Task> ExpressRouteProviderPortAsync(string subscriptionId, string providerport, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(providerport, nameof(providerport)); + + using var message = CreateExpressRouteProviderPortRequest(subscriptionId, providerport); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + { + ExpressRouteProviderPortData value = default; + using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); + value = ExpressRouteProviderPortData.DeserializeExpressRouteProviderPortData(document.RootElement); + return Response.FromValue(value, message.Response); + } + case 404: + return Response.FromValue((ExpressRouteProviderPortData)null, message.Response); + default: + throw new RequestFailedException(message.Response); + } + } + + /// Retrieves detail of a provider port. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the provider port. + /// The cancellation token to use. + /// or is null. + /// or is an empty string, and was expected to be non-empty. + public Response ExpressRouteProviderPort(string subscriptionId, string providerport, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(providerport, nameof(providerport)); + + using var message = CreateExpressRouteProviderPortRequest(subscriptionId, providerport); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + { + ExpressRouteProviderPortData value = default; + using var document = JsonDocument.Parse(message.Response.ContentStream); + value = ExpressRouteProviderPortData.DeserializeExpressRouteProviderPortData(document.RootElement); + return Response.FromValue(value, message.Response); + } + case 404: + return Response.FromValue((ExpressRouteProviderPortData)null, message.Response); + default: + throw new RequestFailedException(message.Response); + } + } + + internal HttpMessage CreateListActiveConnectivityConfigurationsRequest(string subscriptionId, string resourceGroupName, string networkManagerName, ActiveConfigurationContent content, int? top) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Post; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendPath("/subscriptions/", false); + uri.AppendPath(subscriptionId, true); + uri.AppendPath("/resourceGroups/", false); + uri.AppendPath(resourceGroupName, true); + uri.AppendPath("/providers/Microsoft.Network/networkManagers/", false); + uri.AppendPath(networkManagerName, true); + uri.AppendPath("/listActiveConnectivityConfigurations", false); + uri.AppendQuery("api-version", _apiVersion, true); + if (top != null) + { + uri.AppendQuery("$top", top.Value, true); + } + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + request.Headers.Add("Content-Type", "application/json"); + var content0 = new Utf8JsonRequestContent(); + content0.JsonWriter.WriteObjectValue(content); + request.Content = content0; + _userAgent.Apply(message); + return message; + } + + /// Lists active connectivity configurations in a network manager. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the network manager. + /// Active Configuration Parameter. + /// An optional query parameter which specifies the maximum number of records to be returned by the server. + /// The cancellation token to use. + /// , , or is null. + /// , or is an empty string, and was expected to be non-empty. + public async Task> ListActiveConnectivityConfigurationsAsync(string subscriptionId, string resourceGroupName, string networkManagerName, ActiveConfigurationContent content, int? top = null, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(networkManagerName, nameof(networkManagerName)); + Argument.AssertNotNull(content, nameof(content)); + + using var message = CreateListActiveConnectivityConfigurationsRequest(subscriptionId, resourceGroupName, networkManagerName, content, top); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + { + ActiveConnectivityConfigurationsListResult value = default; + using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); + value = ActiveConnectivityConfigurationsListResult.DeserializeActiveConnectivityConfigurationsListResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + + /// Lists active connectivity configurations in a network manager. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the network manager. + /// Active Configuration Parameter. + /// An optional query parameter which specifies the maximum number of records to be returned by the server. + /// The cancellation token to use. + /// , , or is null. + /// , or is an empty string, and was expected to be non-empty. + public Response ListActiveConnectivityConfigurations(string subscriptionId, string resourceGroupName, string networkManagerName, ActiveConfigurationContent content, int? top = null, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(networkManagerName, nameof(networkManagerName)); + Argument.AssertNotNull(content, nameof(content)); + + using var message = CreateListActiveConnectivityConfigurationsRequest(subscriptionId, resourceGroupName, networkManagerName, content, top); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + { + ActiveConnectivityConfigurationsListResult value = default; + using var document = JsonDocument.Parse(message.Response.ContentStream); + value = ActiveConnectivityConfigurationsListResult.DeserializeActiveConnectivityConfigurationsListResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + + internal HttpMessage CreateListActiveSecurityAdminRulesRequest(string subscriptionId, string resourceGroupName, string networkManagerName, ActiveConfigurationContent content, int? top) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Post; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendPath("/subscriptions/", false); + uri.AppendPath(subscriptionId, true); + uri.AppendPath("/resourceGroups/", false); + uri.AppendPath(resourceGroupName, true); + uri.AppendPath("/providers/Microsoft.Network/networkManagers/", false); + uri.AppendPath(networkManagerName, true); + uri.AppendPath("/listActiveSecurityAdminRules", false); + uri.AppendQuery("api-version", _apiVersion, true); + if (top != null) + { + uri.AppendQuery("$top", top.Value, true); + } + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + request.Headers.Add("Content-Type", "application/json"); + var content0 = new Utf8JsonRequestContent(); + content0.JsonWriter.WriteObjectValue(content); + request.Content = content0; + _userAgent.Apply(message); + return message; + } + + /// Lists active security admin rules in a network manager. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the network manager. + /// Active Configuration Parameter. + /// An optional query parameter which specifies the maximum number of records to be returned by the server. + /// The cancellation token to use. + /// , , or is null. + /// , or is an empty string, and was expected to be non-empty. + public async Task> ListActiveSecurityAdminRulesAsync(string subscriptionId, string resourceGroupName, string networkManagerName, ActiveConfigurationContent content, int? top = null, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(networkManagerName, nameof(networkManagerName)); + Argument.AssertNotNull(content, nameof(content)); + + using var message = CreateListActiveSecurityAdminRulesRequest(subscriptionId, resourceGroupName, networkManagerName, content, top); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + { + ActiveSecurityAdminRulesListResult value = default; + using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); + value = ActiveSecurityAdminRulesListResult.DeserializeActiveSecurityAdminRulesListResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + + /// Lists active security admin rules in a network manager. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the network manager. + /// Active Configuration Parameter. + /// An optional query parameter which specifies the maximum number of records to be returned by the server. + /// The cancellation token to use. + /// , , or is null. + /// , or is an empty string, and was expected to be non-empty. + public Response ListActiveSecurityAdminRules(string subscriptionId, string resourceGroupName, string networkManagerName, ActiveConfigurationContent content, int? top = null, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(networkManagerName, nameof(networkManagerName)); + Argument.AssertNotNull(content, nameof(content)); + + using var message = CreateListActiveSecurityAdminRulesRequest(subscriptionId, resourceGroupName, networkManagerName, content, top); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + { + ActiveSecurityAdminRulesListResult value = default; + using var document = JsonDocument.Parse(message.Response.ContentStream); + value = ActiveSecurityAdminRulesListResult.DeserializeActiveSecurityAdminRulesListResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + + internal HttpMessage CreateListNetworkManagerEffectiveConnectivityConfigurationsRequest(string subscriptionId, string resourceGroupName, string virtualNetworkName, NetworkManagementQueryContent content, int? top) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Post; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendPath("/subscriptions/", false); + uri.AppendPath(subscriptionId, true); + uri.AppendPath("/resourceGroups/", false); + uri.AppendPath(resourceGroupName, true); + uri.AppendPath("/providers/Microsoft.Network/virtualNetworks/", false); + uri.AppendPath(virtualNetworkName, true); + uri.AppendPath("/listNetworkManagerEffectiveConnectivityConfigurations", false); + uri.AppendQuery("api-version", _apiVersion, true); + if (top != null) + { + uri.AppendQuery("$top", top.Value, true); + } + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + request.Headers.Add("Content-Type", "application/json"); + var content0 = new Utf8JsonRequestContent(); + content0.JsonWriter.WriteObjectValue(content); + request.Content = content0; + _userAgent.Apply(message); + return message; + } + + /// List all effective connectivity configurations applied on a virtual network. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the virtual network. + /// Parameters supplied to list correct page. + /// An optional query parameter which specifies the maximum number of records to be returned by the server. + /// The cancellation token to use. + /// , , or is null. + /// , or is an empty string, and was expected to be non-empty. + public async Task> ListNetworkManagerEffectiveConnectivityConfigurationsAsync(string subscriptionId, string resourceGroupName, string virtualNetworkName, NetworkManagementQueryContent content, int? top = null, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(virtualNetworkName, nameof(virtualNetworkName)); + Argument.AssertNotNull(content, nameof(content)); + + using var message = CreateListNetworkManagerEffectiveConnectivityConfigurationsRequest(subscriptionId, resourceGroupName, virtualNetworkName, content, top); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + { + NetworkManagerEffectiveConnectivityConfigurationListResult value = default; + using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); + value = NetworkManagerEffectiveConnectivityConfigurationListResult.DeserializeNetworkManagerEffectiveConnectivityConfigurationListResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + + /// List all effective connectivity configurations applied on a virtual network. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the virtual network. + /// Parameters supplied to list correct page. + /// An optional query parameter which specifies the maximum number of records to be returned by the server. + /// The cancellation token to use. + /// , , or is null. + /// , or is an empty string, and was expected to be non-empty. + public Response ListNetworkManagerEffectiveConnectivityConfigurations(string subscriptionId, string resourceGroupName, string virtualNetworkName, NetworkManagementQueryContent content, int? top = null, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(virtualNetworkName, nameof(virtualNetworkName)); + Argument.AssertNotNull(content, nameof(content)); + + using var message = CreateListNetworkManagerEffectiveConnectivityConfigurationsRequest(subscriptionId, resourceGroupName, virtualNetworkName, content, top); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + { + NetworkManagerEffectiveConnectivityConfigurationListResult value = default; + using var document = JsonDocument.Parse(message.Response.ContentStream); + value = NetworkManagerEffectiveConnectivityConfigurationListResult.DeserializeNetworkManagerEffectiveConnectivityConfigurationListResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + + internal HttpMessage CreateListNetworkManagerEffectiveSecurityAdminRulesRequest(string subscriptionId, string resourceGroupName, string virtualNetworkName, NetworkManagementQueryContent content, int? top) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Post; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendPath("/subscriptions/", false); + uri.AppendPath(subscriptionId, true); + uri.AppendPath("/resourceGroups/", false); + uri.AppendPath(resourceGroupName, true); + uri.AppendPath("/providers/Microsoft.Network/virtualNetworks/", false); + uri.AppendPath(virtualNetworkName, true); + uri.AppendPath("/listNetworkManagerEffectiveSecurityAdminRules", false); + uri.AppendQuery("api-version", _apiVersion, true); + if (top != null) + { + uri.AppendQuery("$top", top.Value, true); + } + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + request.Headers.Add("Content-Type", "application/json"); + var content0 = new Utf8JsonRequestContent(); + content0.JsonWriter.WriteObjectValue(content); + request.Content = content0; + _userAgent.Apply(message); + return message; + } + + /// List all effective security admin rules applied on a virtual network. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the virtual network. + /// Parameters supplied to list correct page. + /// An optional query parameter which specifies the maximum number of records to be returned by the server. + /// The cancellation token to use. + /// , , or is null. + /// , or is an empty string, and was expected to be non-empty. + public async Task> ListNetworkManagerEffectiveSecurityAdminRulesAsync(string subscriptionId, string resourceGroupName, string virtualNetworkName, NetworkManagementQueryContent content, int? top = null, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(virtualNetworkName, nameof(virtualNetworkName)); + Argument.AssertNotNull(content, nameof(content)); + + using var message = CreateListNetworkManagerEffectiveSecurityAdminRulesRequest(subscriptionId, resourceGroupName, virtualNetworkName, content, top); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + { + NetworkManagerEffectiveSecurityAdminRulesListResult value = default; + using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); + value = NetworkManagerEffectiveSecurityAdminRulesListResult.DeserializeNetworkManagerEffectiveSecurityAdminRulesListResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + + /// List all effective security admin rules applied on a virtual network. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the virtual network. + /// Parameters supplied to list correct page. + /// An optional query parameter which specifies the maximum number of records to be returned by the server. + /// The cancellation token to use. + /// , , or is null. + /// , or is an empty string, and was expected to be non-empty. + public Response ListNetworkManagerEffectiveSecurityAdminRules(string subscriptionId, string resourceGroupName, string virtualNetworkName, NetworkManagementQueryContent content, int? top = null, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(virtualNetworkName, nameof(virtualNetworkName)); + Argument.AssertNotNull(content, nameof(content)); + + using var message = CreateListNetworkManagerEffectiveSecurityAdminRulesRequest(subscriptionId, resourceGroupName, virtualNetworkName, content, top); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + { + NetworkManagerEffectiveSecurityAdminRulesListResult value = default; + using var document = JsonDocument.Parse(message.Response.ContentStream); + value = NetworkManagerEffectiveSecurityAdminRulesListResult.DeserializeNetworkManagerEffectiveSecurityAdminRulesListResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + internal HttpMessage CreateSupportedSecurityProvidersRequest(string subscriptionId, string resourceGroupName, string virtualWanName) { var message = _pipeline.CreateMessage(); diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/NetworkManagerCommitsRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/NetworkManagerCommitsRestOperations.cs new file mode 100644 index 000000000000..e9b139d2021e --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/NetworkManagerCommitsRestOperations.cs @@ -0,0 +1,118 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Core.Pipeline; +using Azure.ResourceManager.Network.Models; + +namespace Azure.ResourceManager.Network +{ + internal partial class NetworkManagerCommitsRestOperations + { + private readonly TelemetryDetails _userAgent; + private readonly HttpPipeline _pipeline; + private readonly Uri _endpoint; + private readonly string _apiVersion; + + /// Initializes a new instance of NetworkManagerCommitsRestOperations. + /// The HTTP pipeline for sending and receiving REST requests and responses. + /// The application id to use for user agent. + /// server parameter. + /// Api Version. + /// or is null. + public NetworkManagerCommitsRestOperations(HttpPipeline pipeline, string applicationId, Uri endpoint = null, string apiVersion = default) + { + _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); + _endpoint = endpoint ?? new Uri("https://management.azure.com"); + _apiVersion = apiVersion ?? "2022-09-01"; + _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); + } + + internal HttpMessage CreatePostRequest(string subscriptionId, string resourceGroupName, string networkManagerName, NetworkManagerCommit networkManagerCommit) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Post; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendPath("/subscriptions/", false); + uri.AppendPath(subscriptionId, true); + uri.AppendPath("/resourceGroups/", false); + uri.AppendPath(resourceGroupName, true); + uri.AppendPath("/providers/Microsoft.Network/networkManagers/", false); + uri.AppendPath(networkManagerName, true); + uri.AppendPath("/commit", false); + uri.AppendQuery("api-version", _apiVersion, true); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + request.Headers.Add("Content-Type", "application/json"); + var content = new Utf8JsonRequestContent(); + content.JsonWriter.WriteObjectValue(networkManagerCommit); + request.Content = content; + _userAgent.Apply(message); + return message; + } + + /// Post a Network Manager Commit. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the network manager. + /// Parameters supplied to specify which Managed Network commit is. + /// The cancellation token to use. + /// , , or is null. + /// , or is an empty string, and was expected to be non-empty. + public async Task PostAsync(string subscriptionId, string resourceGroupName, string networkManagerName, NetworkManagerCommit networkManagerCommit, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(networkManagerName, nameof(networkManagerName)); + Argument.AssertNotNull(networkManagerCommit, nameof(networkManagerCommit)); + + using var message = CreatePostRequest(subscriptionId, resourceGroupName, networkManagerName, networkManagerCommit); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + case 202: + return message.Response; + default: + throw new RequestFailedException(message.Response); + } + } + + /// Post a Network Manager Commit. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the network manager. + /// Parameters supplied to specify which Managed Network commit is. + /// The cancellation token to use. + /// , , or is null. + /// , or is an empty string, and was expected to be non-empty. + public Response Post(string subscriptionId, string resourceGroupName, string networkManagerName, NetworkManagerCommit networkManagerCommit, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(networkManagerName, nameof(networkManagerName)); + Argument.AssertNotNull(networkManagerCommit, nameof(networkManagerCommit)); + + using var message = CreatePostRequest(subscriptionId, resourceGroupName, networkManagerName, networkManagerCommit); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + case 202: + return message.Response; + default: + throw new RequestFailedException(message.Response); + } + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/NetworkManagerDeploymentStatusRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/NetworkManagerDeploymentStatusRestOperations.cs new file mode 100644 index 000000000000..c0359a0d0bd9 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/NetworkManagerDeploymentStatusRestOperations.cs @@ -0,0 +1,133 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Text.Json; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Core.Pipeline; +using Azure.ResourceManager.Network.Models; + +namespace Azure.ResourceManager.Network +{ + internal partial class NetworkManagerDeploymentStatusRestOperations + { + private readonly TelemetryDetails _userAgent; + private readonly HttpPipeline _pipeline; + private readonly Uri _endpoint; + private readonly string _apiVersion; + + /// Initializes a new instance of NetworkManagerDeploymentStatusRestOperations. + /// The HTTP pipeline for sending and receiving REST requests and responses. + /// The application id to use for user agent. + /// server parameter. + /// Api Version. + /// or is null. + public NetworkManagerDeploymentStatusRestOperations(HttpPipeline pipeline, string applicationId, Uri endpoint = null, string apiVersion = default) + { + _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); + _endpoint = endpoint ?? new Uri("https://management.azure.com"); + _apiVersion = apiVersion ?? "2022-09-01"; + _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); + } + + internal HttpMessage CreateListRequest(string subscriptionId, string resourceGroupName, string networkManagerName, NetworkManagerDeploymentStatusContent content, int? top) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Post; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendPath("/subscriptions/", false); + uri.AppendPath(subscriptionId, true); + uri.AppendPath("/resourceGroups/", false); + uri.AppendPath(resourceGroupName, true); + uri.AppendPath("/providers/Microsoft.Network/networkManagers/", false); + uri.AppendPath(networkManagerName, true); + uri.AppendPath("/listDeploymentStatus", false); + uri.AppendQuery("api-version", _apiVersion, true); + if (top != null) + { + uri.AppendQuery("$top", top.Value, true); + } + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + request.Headers.Add("Content-Type", "application/json"); + var content0 = new Utf8JsonRequestContent(); + content0.JsonWriter.WriteObjectValue(content); + request.Content = content0; + _userAgent.Apply(message); + return message; + } + + /// Post to List of Network Manager Deployment Status. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the network manager. + /// Parameters supplied to specify which Managed Network deployment status is. + /// An optional query parameter which specifies the maximum number of records to be returned by the server. + /// The cancellation token to use. + /// , , or is null. + /// , or is an empty string, and was expected to be non-empty. + public async Task> ListAsync(string subscriptionId, string resourceGroupName, string networkManagerName, NetworkManagerDeploymentStatusContent content, int? top = null, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(networkManagerName, nameof(networkManagerName)); + Argument.AssertNotNull(content, nameof(content)); + + using var message = CreateListRequest(subscriptionId, resourceGroupName, networkManagerName, content, top); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + { + NetworkManagerDeploymentStatusListResult value = default; + using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); + value = NetworkManagerDeploymentStatusListResult.DeserializeNetworkManagerDeploymentStatusListResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + + /// Post to List of Network Manager Deployment Status. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the network manager. + /// Parameters supplied to specify which Managed Network deployment status is. + /// An optional query parameter which specifies the maximum number of records to be returned by the server. + /// The cancellation token to use. + /// , , or is null. + /// , or is an empty string, and was expected to be non-empty. + public Response List(string subscriptionId, string resourceGroupName, string networkManagerName, NetworkManagerDeploymentStatusContent content, int? top = null, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(networkManagerName, nameof(networkManagerName)); + Argument.AssertNotNull(content, nameof(content)); + + using var message = CreateListRequest(subscriptionId, resourceGroupName, networkManagerName, content, top); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + { + NetworkManagerDeploymentStatusListResult value = default; + using var document = JsonDocument.Parse(message.Response.ContentStream); + value = NetworkManagerDeploymentStatusListResult.DeserializeNetworkManagerDeploymentStatusListResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/NetworkManagersRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/NetworkManagersRestOperations.cs new file mode 100644 index 000000000000..a8df795fd8ba --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/NetworkManagersRestOperations.cs @@ -0,0 +1,686 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Text.Json; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Core.Pipeline; +using Azure.ResourceManager.Network.Models; + +namespace Azure.ResourceManager.Network +{ + internal partial class NetworkManagersRestOperations + { + private readonly TelemetryDetails _userAgent; + private readonly HttpPipeline _pipeline; + private readonly Uri _endpoint; + private readonly string _apiVersion; + + /// Initializes a new instance of NetworkManagersRestOperations. + /// The HTTP pipeline for sending and receiving REST requests and responses. + /// The application id to use for user agent. + /// server parameter. + /// Api Version. + /// or is null. + public NetworkManagersRestOperations(HttpPipeline pipeline, string applicationId, Uri endpoint = null, string apiVersion = default) + { + _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); + _endpoint = endpoint ?? new Uri("https://management.azure.com"); + _apiVersion = apiVersion ?? "2022-09-01"; + _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); + } + + internal HttpMessage CreateGetRequest(string subscriptionId, string resourceGroupName, string networkManagerName) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Get; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendPath("/subscriptions/", false); + uri.AppendPath(subscriptionId, true); + uri.AppendPath("/resourceGroups/", false); + uri.AppendPath(resourceGroupName, true); + uri.AppendPath("/providers/Microsoft.Network/networkManagers/", false); + uri.AppendPath(networkManagerName, true); + uri.AppendQuery("api-version", _apiVersion, true); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + _userAgent.Apply(message); + return message; + } + + /// Gets the specified Network Manager. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the network manager. + /// The cancellation token to use. + /// , or is null. + /// , or is an empty string, and was expected to be non-empty. + public async Task> GetAsync(string subscriptionId, string resourceGroupName, string networkManagerName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(networkManagerName, nameof(networkManagerName)); + + using var message = CreateGetRequest(subscriptionId, resourceGroupName, networkManagerName); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + { + NetworkManagerData value = default; + using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); + value = NetworkManagerData.DeserializeNetworkManagerData(document.RootElement); + return Response.FromValue(value, message.Response); + } + case 404: + return Response.FromValue((NetworkManagerData)null, message.Response); + default: + throw new RequestFailedException(message.Response); + } + } + + /// Gets the specified Network Manager. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the network manager. + /// The cancellation token to use. + /// , or is null. + /// , or is an empty string, and was expected to be non-empty. + public Response Get(string subscriptionId, string resourceGroupName, string networkManagerName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(networkManagerName, nameof(networkManagerName)); + + using var message = CreateGetRequest(subscriptionId, resourceGroupName, networkManagerName); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + { + NetworkManagerData value = default; + using var document = JsonDocument.Parse(message.Response.ContentStream); + value = NetworkManagerData.DeserializeNetworkManagerData(document.RootElement); + return Response.FromValue(value, message.Response); + } + case 404: + return Response.FromValue((NetworkManagerData)null, message.Response); + default: + throw new RequestFailedException(message.Response); + } + } + + internal HttpMessage CreateCreateOrUpdateRequest(string subscriptionId, string resourceGroupName, string networkManagerName, NetworkManagerData data) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Put; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendPath("/subscriptions/", false); + uri.AppendPath(subscriptionId, true); + uri.AppendPath("/resourceGroups/", false); + uri.AppendPath(resourceGroupName, true); + uri.AppendPath("/providers/Microsoft.Network/networkManagers/", false); + uri.AppendPath(networkManagerName, true); + uri.AppendQuery("api-version", _apiVersion, true); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + request.Headers.Add("Content-Type", "application/json"); + var content = new Utf8JsonRequestContent(); + content.JsonWriter.WriteObjectValue(data); + request.Content = content; + _userAgent.Apply(message); + return message; + } + + /// Creates or updates a Network Manager. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the network manager. + /// Parameters supplied to specify which network manager is. + /// The cancellation token to use. + /// , , or is null. + /// , or is an empty string, and was expected to be non-empty. + public async Task> CreateOrUpdateAsync(string subscriptionId, string resourceGroupName, string networkManagerName, NetworkManagerData data, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(networkManagerName, nameof(networkManagerName)); + Argument.AssertNotNull(data, nameof(data)); + + using var message = CreateCreateOrUpdateRequest(subscriptionId, resourceGroupName, networkManagerName, data); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + case 201: + { + NetworkManagerData value = default; + using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); + value = NetworkManagerData.DeserializeNetworkManagerData(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + + /// Creates or updates a Network Manager. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the network manager. + /// Parameters supplied to specify which network manager is. + /// The cancellation token to use. + /// , , or is null. + /// , or is an empty string, and was expected to be non-empty. + public Response CreateOrUpdate(string subscriptionId, string resourceGroupName, string networkManagerName, NetworkManagerData data, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(networkManagerName, nameof(networkManagerName)); + Argument.AssertNotNull(data, nameof(data)); + + using var message = CreateCreateOrUpdateRequest(subscriptionId, resourceGroupName, networkManagerName, data); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + case 201: + { + NetworkManagerData value = default; + using var document = JsonDocument.Parse(message.Response.ContentStream); + value = NetworkManagerData.DeserializeNetworkManagerData(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + + internal HttpMessage CreateDeleteRequest(string subscriptionId, string resourceGroupName, string networkManagerName, bool? force) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Delete; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendPath("/subscriptions/", false); + uri.AppendPath(subscriptionId, true); + uri.AppendPath("/resourceGroups/", false); + uri.AppendPath(resourceGroupName, true); + uri.AppendPath("/providers/Microsoft.Network/networkManagers/", false); + uri.AppendPath(networkManagerName, true); + uri.AppendQuery("api-version", _apiVersion, true); + if (force != null) + { + uri.AppendQuery("force", force.Value, true); + } + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + _userAgent.Apply(message); + return message; + } + + /// Deletes a network manager. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the network manager. + /// Deletes the resource even if it is part of a deployed configuration. If the configuration has been deployed, the service will do a cleanup deployment in the background, prior to the delete. + /// The cancellation token to use. + /// , or is null. + /// , or is an empty string, and was expected to be non-empty. + public async Task DeleteAsync(string subscriptionId, string resourceGroupName, string networkManagerName, bool? force = null, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(networkManagerName, nameof(networkManagerName)); + + using var message = CreateDeleteRequest(subscriptionId, resourceGroupName, networkManagerName, force); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + case 202: + case 204: + return message.Response; + default: + throw new RequestFailedException(message.Response); + } + } + + /// Deletes a network manager. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the network manager. + /// Deletes the resource even if it is part of a deployed configuration. If the configuration has been deployed, the service will do a cleanup deployment in the background, prior to the delete. + /// The cancellation token to use. + /// , or is null. + /// , or is an empty string, and was expected to be non-empty. + public Response Delete(string subscriptionId, string resourceGroupName, string networkManagerName, bool? force = null, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(networkManagerName, nameof(networkManagerName)); + + using var message = CreateDeleteRequest(subscriptionId, resourceGroupName, networkManagerName, force); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + case 202: + case 204: + return message.Response; + default: + throw new RequestFailedException(message.Response); + } + } + + internal HttpMessage CreatePatchRequest(string subscriptionId, string resourceGroupName, string networkManagerName, NetworkManagerPatch patch) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Patch; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendPath("/subscriptions/", false); + uri.AppendPath(subscriptionId, true); + uri.AppendPath("/resourceGroups/", false); + uri.AppendPath(resourceGroupName, true); + uri.AppendPath("/providers/Microsoft.Network/networkManagers/", false); + uri.AppendPath(networkManagerName, true); + uri.AppendQuery("api-version", _apiVersion, true); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + request.Headers.Add("Content-Type", "application/json"); + var content = new Utf8JsonRequestContent(); + content.JsonWriter.WriteObjectValue(patch); + request.Content = content; + _userAgent.Apply(message); + return message; + } + + /// Patch NetworkManager. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the network manager. + /// Parameters supplied to specify which network manager is. + /// The cancellation token to use. + /// , , or is null. + /// , or is an empty string, and was expected to be non-empty. + public async Task> PatchAsync(string subscriptionId, string resourceGroupName, string networkManagerName, NetworkManagerPatch patch, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(networkManagerName, nameof(networkManagerName)); + Argument.AssertNotNull(patch, nameof(patch)); + + using var message = CreatePatchRequest(subscriptionId, resourceGroupName, networkManagerName, patch); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + { + NetworkManagerData value = default; + using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); + value = NetworkManagerData.DeserializeNetworkManagerData(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + + /// Patch NetworkManager. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the network manager. + /// Parameters supplied to specify which network manager is. + /// The cancellation token to use. + /// , , or is null. + /// , or is an empty string, and was expected to be non-empty. + public Response Patch(string subscriptionId, string resourceGroupName, string networkManagerName, NetworkManagerPatch patch, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(networkManagerName, nameof(networkManagerName)); + Argument.AssertNotNull(patch, nameof(patch)); + + using var message = CreatePatchRequest(subscriptionId, resourceGroupName, networkManagerName, patch); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + { + NetworkManagerData value = default; + using var document = JsonDocument.Parse(message.Response.ContentStream); + value = NetworkManagerData.DeserializeNetworkManagerData(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + + internal HttpMessage CreateListBySubscriptionRequest(string subscriptionId, int? top, string skipToken) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Get; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendPath("/subscriptions/", false); + uri.AppendPath(subscriptionId, true); + uri.AppendPath("/providers/Microsoft.Network/networkManagers", false); + uri.AppendQuery("api-version", _apiVersion, true); + if (top != null) + { + uri.AppendQuery("$top", top.Value, true); + } + if (skipToken != null) + { + uri.AppendQuery("$skipToken", skipToken, true); + } + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + _userAgent.Apply(message); + return message; + } + + /// List all network managers in a subscription. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// An optional query parameter which specifies the maximum number of records to be returned by the server. + /// SkipToken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. + /// The cancellation token to use. + /// is null. + /// is an empty string, and was expected to be non-empty. + public async Task> ListBySubscriptionAsync(string subscriptionId, int? top = null, string skipToken = null, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + + using var message = CreateListBySubscriptionRequest(subscriptionId, top, skipToken); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + { + NetworkManagerListResult value = default; + using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); + value = NetworkManagerListResult.DeserializeNetworkManagerListResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + + /// List all network managers in a subscription. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// An optional query parameter which specifies the maximum number of records to be returned by the server. + /// SkipToken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. + /// The cancellation token to use. + /// is null. + /// is an empty string, and was expected to be non-empty. + public Response ListBySubscription(string subscriptionId, int? top = null, string skipToken = null, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + + using var message = CreateListBySubscriptionRequest(subscriptionId, top, skipToken); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + { + NetworkManagerListResult value = default; + using var document = JsonDocument.Parse(message.Response.ContentStream); + value = NetworkManagerListResult.DeserializeNetworkManagerListResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + + internal HttpMessage CreateListRequest(string subscriptionId, string resourceGroupName, int? top, string skipToken) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Get; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendPath("/subscriptions/", false); + uri.AppendPath(subscriptionId, true); + uri.AppendPath("/resourceGroups/", false); + uri.AppendPath(resourceGroupName, true); + uri.AppendPath("/providers/Microsoft.Network/networkManagers", false); + uri.AppendQuery("api-version", _apiVersion, true); + if (top != null) + { + uri.AppendQuery("$top", top.Value, true); + } + if (skipToken != null) + { + uri.AppendQuery("$skipToken", skipToken, true); + } + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + _userAgent.Apply(message); + return message; + } + + /// List network managers in a resource group. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// An optional query parameter which specifies the maximum number of records to be returned by the server. + /// SkipToken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. + /// The cancellation token to use. + /// or is null. + /// or is an empty string, and was expected to be non-empty. + public async Task> ListAsync(string subscriptionId, string resourceGroupName, int? top = null, string skipToken = null, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + + using var message = CreateListRequest(subscriptionId, resourceGroupName, top, skipToken); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + { + NetworkManagerListResult value = default; + using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); + value = NetworkManagerListResult.DeserializeNetworkManagerListResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + + /// List network managers in a resource group. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// An optional query parameter which specifies the maximum number of records to be returned by the server. + /// SkipToken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. + /// The cancellation token to use. + /// or is null. + /// or is an empty string, and was expected to be non-empty. + public Response List(string subscriptionId, string resourceGroupName, int? top = null, string skipToken = null, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + + using var message = CreateListRequest(subscriptionId, resourceGroupName, top, skipToken); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + { + NetworkManagerListResult value = default; + using var document = JsonDocument.Parse(message.Response.ContentStream); + value = NetworkManagerListResult.DeserializeNetworkManagerListResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + + internal HttpMessage CreateListBySubscriptionNextPageRequest(string nextLink, string subscriptionId, int? top, string skipToken) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Get; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendRawNextLink(nextLink, false); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + _userAgent.Apply(message); + return message; + } + + /// List all network managers in a subscription. + /// The URL to the next page of results. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// An optional query parameter which specifies the maximum number of records to be returned by the server. + /// SkipToken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. + /// The cancellation token to use. + /// or is null. + /// is an empty string, and was expected to be non-empty. + public async Task> ListBySubscriptionNextPageAsync(string nextLink, string subscriptionId, int? top = null, string skipToken = null, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(nextLink, nameof(nextLink)); + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + + using var message = CreateListBySubscriptionNextPageRequest(nextLink, subscriptionId, top, skipToken); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + { + NetworkManagerListResult value = default; + using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); + value = NetworkManagerListResult.DeserializeNetworkManagerListResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + + /// List all network managers in a subscription. + /// The URL to the next page of results. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// An optional query parameter which specifies the maximum number of records to be returned by the server. + /// SkipToken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. + /// The cancellation token to use. + /// or is null. + /// is an empty string, and was expected to be non-empty. + public Response ListBySubscriptionNextPage(string nextLink, string subscriptionId, int? top = null, string skipToken = null, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(nextLink, nameof(nextLink)); + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + + using var message = CreateListBySubscriptionNextPageRequest(nextLink, subscriptionId, top, skipToken); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + { + NetworkManagerListResult value = default; + using var document = JsonDocument.Parse(message.Response.ContentStream); + value = NetworkManagerListResult.DeserializeNetworkManagerListResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + + internal HttpMessage CreateListNextPageRequest(string nextLink, string subscriptionId, string resourceGroupName, int? top, string skipToken) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Get; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendRawNextLink(nextLink, false); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + _userAgent.Apply(message); + return message; + } + + /// List network managers in a resource group. + /// The URL to the next page of results. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// An optional query parameter which specifies the maximum number of records to be returned by the server. + /// SkipToken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. + /// The cancellation token to use. + /// , or is null. + /// or is an empty string, and was expected to be non-empty. + public async Task> ListNextPageAsync(string nextLink, string subscriptionId, string resourceGroupName, int? top = null, string skipToken = null, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(nextLink, nameof(nextLink)); + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + + using var message = CreateListNextPageRequest(nextLink, subscriptionId, resourceGroupName, top, skipToken); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + { + NetworkManagerListResult value = default; + using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); + value = NetworkManagerListResult.DeserializeNetworkManagerListResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + + /// List network managers in a resource group. + /// The URL to the next page of results. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// An optional query parameter which specifies the maximum number of records to be returned by the server. + /// SkipToken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. + /// The cancellation token to use. + /// , or is null. + /// or is an empty string, and was expected to be non-empty. + public Response ListNextPage(string nextLink, string subscriptionId, string resourceGroupName, int? top = null, string skipToken = null, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(nextLink, nameof(nextLink)); + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + + using var message = CreateListNextPageRequest(nextLink, subscriptionId, resourceGroupName, top, skipToken); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + { + NetworkManagerListResult value = default; + using var document = JsonDocument.Parse(message.Response.ContentStream); + value = NetworkManagerListResult.DeserializeNetworkManagerListResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/NetworkProfilesRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/NetworkProfilesRestOperations.cs index e17774362150..47d98ed9a077 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/NetworkProfilesRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/NetworkProfilesRestOperations.cs @@ -33,7 +33,7 @@ public NetworkProfilesRestOperations(HttpPipeline pipeline, string applicationId { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/NetworkSecurityGroupsRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/NetworkSecurityGroupsRestOperations.cs index 951798ea5b86..ad8080d1b664 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/NetworkSecurityGroupsRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/NetworkSecurityGroupsRestOperations.cs @@ -33,7 +33,7 @@ public NetworkSecurityGroupsRestOperations(HttpPipeline pipeline, string applica { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/NetworkVirtualAppliancesRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/NetworkVirtualAppliancesRestOperations.cs index 7098950a5965..841035e861c1 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/NetworkVirtualAppliancesRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/NetworkVirtualAppliancesRestOperations.cs @@ -33,7 +33,7 @@ public NetworkVirtualAppliancesRestOperations(HttpPipeline pipeline, string appl { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/NetworkWatchersRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/NetworkWatchersRestOperations.cs index 47ec3f457fde..2a00a95b59d5 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/NetworkWatchersRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/NetworkWatchersRestOperations.cs @@ -33,7 +33,7 @@ public NetworkWatchersRestOperations(HttpPipeline pipeline, string applicationId { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/P2SVpnGatewaysRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/P2SVpnGatewaysRestOperations.cs index d1cf82baafbf..44044f835759 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/P2SVpnGatewaysRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/P2SVpnGatewaysRestOperations.cs @@ -33,7 +33,7 @@ public P2SVpnGatewaysRestOperations(HttpPipeline pipeline, string applicationId, { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/PacketCapturesRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/PacketCapturesRestOperations.cs index ba7597f9d01e..7fb1608e0d0a 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/PacketCapturesRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/PacketCapturesRestOperations.cs @@ -33,7 +33,7 @@ public PacketCapturesRestOperations(HttpPipeline pipeline, string applicationId, { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/PeerExpressRouteCircuitConnectionsRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/PeerExpressRouteCircuitConnectionsRestOperations.cs index 8b18d9abc6fc..a55e36635df3 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/PeerExpressRouteCircuitConnectionsRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/PeerExpressRouteCircuitConnectionsRestOperations.cs @@ -33,7 +33,7 @@ public PeerExpressRouteCircuitConnectionsRestOperations(HttpPipeline pipeline, s { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/PrivateDnsZoneGroupsRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/PrivateDnsZoneGroupsRestOperations.cs index 08600d949715..e59e8e237c2f 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/PrivateDnsZoneGroupsRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/PrivateDnsZoneGroupsRestOperations.cs @@ -33,7 +33,7 @@ public PrivateDnsZoneGroupsRestOperations(HttpPipeline pipeline, string applicat { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/PrivateEndpointsRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/PrivateEndpointsRestOperations.cs index f280136a46f4..f768649138e3 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/PrivateEndpointsRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/PrivateEndpointsRestOperations.cs @@ -33,7 +33,7 @@ public PrivateEndpointsRestOperations(HttpPipeline pipeline, string applicationI { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/PrivateLinkServicesRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/PrivateLinkServicesRestOperations.cs index f53889ee554f..d4ed26e734dd 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/PrivateLinkServicesRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/PrivateLinkServicesRestOperations.cs @@ -33,7 +33,7 @@ public PrivateLinkServicesRestOperations(HttpPipeline pipeline, string applicati { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/PublicIPAddressesRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/PublicIPAddressesRestOperations.cs index 4545266cd6c7..5062e9fb49a0 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/PublicIPAddressesRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/PublicIPAddressesRestOperations.cs @@ -33,7 +33,7 @@ public PublicIPAddressesRestOperations(HttpPipeline pipeline, string application { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } @@ -501,6 +501,77 @@ public Response List(string subscriptionId, string re } } + internal HttpMessage CreateDdosProtectionStatusRequest(string subscriptionId, string resourceGroupName, string publicIPAddressName) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Post; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendPath("/subscriptions/", false); + uri.AppendPath(subscriptionId, true); + uri.AppendPath("/resourceGroups/", false); + uri.AppendPath(resourceGroupName, true); + uri.AppendPath("/providers/Microsoft.Network/publicIPAddresses/", false); + uri.AppendPath(publicIPAddressName, true); + uri.AppendPath("/ddosProtectionStatus", false); + uri.AppendQuery("api-version", _apiVersion, true); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + _userAgent.Apply(message); + return message; + } + + /// Gets the Ddos Protection Status of a Public IP Address. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the public IP address. + /// The cancellation token to use. + /// , or is null. + /// , or is an empty string, and was expected to be non-empty. + public async Task DdosProtectionStatusAsync(string subscriptionId, string resourceGroupName, string publicIPAddressName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(publicIPAddressName, nameof(publicIPAddressName)); + + using var message = CreateDdosProtectionStatusRequest(subscriptionId, resourceGroupName, publicIPAddressName); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + case 202: + return message.Response; + default: + throw new RequestFailedException(message.Response); + } + } + + /// Gets the Ddos Protection Status of a Public IP Address. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the public IP address. + /// The cancellation token to use. + /// , or is null. + /// , or is an empty string, and was expected to be non-empty. + public Response DdosProtectionStatus(string subscriptionId, string resourceGroupName, string publicIPAddressName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(publicIPAddressName, nameof(publicIPAddressName)); + + using var message = CreateDdosProtectionStatusRequest(subscriptionId, resourceGroupName, publicIPAddressName); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + case 202: + return message.Response; + default: + throw new RequestFailedException(message.Response); + } + } + internal HttpMessage CreateListAllNextPageRequest(string nextLink, string subscriptionId) { var message = _pipeline.CreateMessage(); diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/PublicIPPrefixesRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/PublicIPPrefixesRestOperations.cs index a614b0ba64e8..ffc859e78d91 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/PublicIPPrefixesRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/PublicIPPrefixesRestOperations.cs @@ -33,7 +33,7 @@ public PublicIPPrefixesRestOperations(HttpPipeline pipeline, string applicationI { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ResourceNavigationLinksRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ResourceNavigationLinksRestOperations.cs index 263cf94c0fa4..f114d757f276 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ResourceNavigationLinksRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ResourceNavigationLinksRestOperations.cs @@ -33,7 +33,7 @@ public ResourceNavigationLinksRestOperations(HttpPipeline pipeline, string appli { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/RouteFilterRulesRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/RouteFilterRulesRestOperations.cs index e16158a9b617..869a010f3bf1 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/RouteFilterRulesRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/RouteFilterRulesRestOperations.cs @@ -33,7 +33,7 @@ public RouteFilterRulesRestOperations(HttpPipeline pipeline, string applicationI { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/RouteFiltersRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/RouteFiltersRestOperations.cs index 0fe43db12d14..bdd17f7eebe7 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/RouteFiltersRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/RouteFiltersRestOperations.cs @@ -33,7 +33,7 @@ public RouteFiltersRestOperations(HttpPipeline pipeline, string applicationId, U { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/RouteMapsRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/RouteMapsRestOperations.cs new file mode 100644 index 000000000000..511d62205f83 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/RouteMapsRestOperations.cs @@ -0,0 +1,445 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Text.Json; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Core.Pipeline; +using Azure.ResourceManager.Network.Models; + +namespace Azure.ResourceManager.Network +{ + internal partial class RouteMapsRestOperations + { + private readonly TelemetryDetails _userAgent; + private readonly HttpPipeline _pipeline; + private readonly Uri _endpoint; + private readonly string _apiVersion; + + /// Initializes a new instance of RouteMapsRestOperations. + /// The HTTP pipeline for sending and receiving REST requests and responses. + /// The application id to use for user agent. + /// server parameter. + /// Api Version. + /// or is null. + public RouteMapsRestOperations(HttpPipeline pipeline, string applicationId, Uri endpoint = null, string apiVersion = default) + { + _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); + _endpoint = endpoint ?? new Uri("https://management.azure.com"); + _apiVersion = apiVersion ?? "2022-09-01"; + _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); + } + + internal HttpMessage CreateGetRequest(string subscriptionId, string resourceGroupName, string virtualHubName, string routeMapName) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Get; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendPath("/subscriptions/", false); + uri.AppendPath(subscriptionId, true); + uri.AppendPath("/resourceGroups/", false); + uri.AppendPath(resourceGroupName, true); + uri.AppendPath("/providers/Microsoft.Network/virtualHubs/", false); + uri.AppendPath(virtualHubName, true); + uri.AppendPath("/routeMaps/", false); + uri.AppendPath(routeMapName, true); + uri.AppendQuery("api-version", _apiVersion, true); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + _userAgent.Apply(message); + return message; + } + + /// Retrieves the details of a RouteMap. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The resource group name of the RouteMap's resource group. + /// The name of the VirtualHub containing the RouteMap. + /// The name of the RouteMap. + /// The cancellation token to use. + /// , , or is null. + /// , , or is an empty string, and was expected to be non-empty. + public async Task> GetAsync(string subscriptionId, string resourceGroupName, string virtualHubName, string routeMapName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(virtualHubName, nameof(virtualHubName)); + Argument.AssertNotNullOrEmpty(routeMapName, nameof(routeMapName)); + + using var message = CreateGetRequest(subscriptionId, resourceGroupName, virtualHubName, routeMapName); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + { + RouteMapData value = default; + using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); + value = RouteMapData.DeserializeRouteMapData(document.RootElement); + return Response.FromValue(value, message.Response); + } + case 404: + return Response.FromValue((RouteMapData)null, message.Response); + default: + throw new RequestFailedException(message.Response); + } + } + + /// Retrieves the details of a RouteMap. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The resource group name of the RouteMap's resource group. + /// The name of the VirtualHub containing the RouteMap. + /// The name of the RouteMap. + /// The cancellation token to use. + /// , , or is null. + /// , , or is an empty string, and was expected to be non-empty. + public Response Get(string subscriptionId, string resourceGroupName, string virtualHubName, string routeMapName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(virtualHubName, nameof(virtualHubName)); + Argument.AssertNotNullOrEmpty(routeMapName, nameof(routeMapName)); + + using var message = CreateGetRequest(subscriptionId, resourceGroupName, virtualHubName, routeMapName); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + { + RouteMapData value = default; + using var document = JsonDocument.Parse(message.Response.ContentStream); + value = RouteMapData.DeserializeRouteMapData(document.RootElement); + return Response.FromValue(value, message.Response); + } + case 404: + return Response.FromValue((RouteMapData)null, message.Response); + default: + throw new RequestFailedException(message.Response); + } + } + + internal HttpMessage CreateCreateOrUpdateRequest(string subscriptionId, string resourceGroupName, string virtualHubName, string routeMapName, RouteMapData data) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Put; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendPath("/subscriptions/", false); + uri.AppendPath(subscriptionId, true); + uri.AppendPath("/resourceGroups/", false); + uri.AppendPath(resourceGroupName, true); + uri.AppendPath("/providers/Microsoft.Network/virtualHubs/", false); + uri.AppendPath(virtualHubName, true); + uri.AppendPath("/routeMaps/", false); + uri.AppendPath(routeMapName, true); + uri.AppendQuery("api-version", _apiVersion, true); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + request.Headers.Add("Content-Type", "application/json"); + var content = new Utf8JsonRequestContent(); + content.JsonWriter.WriteObjectValue(data); + request.Content = content; + _userAgent.Apply(message); + return message; + } + + /// Creates a RouteMap if it doesn't exist else updates the existing one. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The resource group name of the RouteMap's resource group. + /// The name of the VirtualHub containing the RouteMap. + /// The name of the RouteMap. + /// Parameters supplied to create or update a RouteMap. + /// The cancellation token to use. + /// , , , or is null. + /// , , or is an empty string, and was expected to be non-empty. + public async Task CreateOrUpdateAsync(string subscriptionId, string resourceGroupName, string virtualHubName, string routeMapName, RouteMapData data, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(virtualHubName, nameof(virtualHubName)); + Argument.AssertNotNullOrEmpty(routeMapName, nameof(routeMapName)); + Argument.AssertNotNull(data, nameof(data)); + + using var message = CreateCreateOrUpdateRequest(subscriptionId, resourceGroupName, virtualHubName, routeMapName, data); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + case 201: + return message.Response; + default: + throw new RequestFailedException(message.Response); + } + } + + /// Creates a RouteMap if it doesn't exist else updates the existing one. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The resource group name of the RouteMap's resource group. + /// The name of the VirtualHub containing the RouteMap. + /// The name of the RouteMap. + /// Parameters supplied to create or update a RouteMap. + /// The cancellation token to use. + /// , , , or is null. + /// , , or is an empty string, and was expected to be non-empty. + public Response CreateOrUpdate(string subscriptionId, string resourceGroupName, string virtualHubName, string routeMapName, RouteMapData data, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(virtualHubName, nameof(virtualHubName)); + Argument.AssertNotNullOrEmpty(routeMapName, nameof(routeMapName)); + Argument.AssertNotNull(data, nameof(data)); + + using var message = CreateCreateOrUpdateRequest(subscriptionId, resourceGroupName, virtualHubName, routeMapName, data); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + case 201: + return message.Response; + default: + throw new RequestFailedException(message.Response); + } + } + + internal HttpMessage CreateDeleteRequest(string subscriptionId, string resourceGroupName, string virtualHubName, string routeMapName) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Delete; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendPath("/subscriptions/", false); + uri.AppendPath(subscriptionId, true); + uri.AppendPath("/resourceGroups/", false); + uri.AppendPath(resourceGroupName, true); + uri.AppendPath("/providers/Microsoft.Network/virtualHubs/", false); + uri.AppendPath(virtualHubName, true); + uri.AppendPath("/routeMaps/", false); + uri.AppendPath(routeMapName, true); + uri.AppendQuery("api-version", _apiVersion, true); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + _userAgent.Apply(message); + return message; + } + + /// Deletes a RouteMap. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The resource group name of the RouteMap's resource group. + /// The name of the VirtualHub containing the RouteMap. + /// The name of the RouteMap. + /// The cancellation token to use. + /// , , or is null. + /// , , or is an empty string, and was expected to be non-empty. + public async Task DeleteAsync(string subscriptionId, string resourceGroupName, string virtualHubName, string routeMapName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(virtualHubName, nameof(virtualHubName)); + Argument.AssertNotNullOrEmpty(routeMapName, nameof(routeMapName)); + + using var message = CreateDeleteRequest(subscriptionId, resourceGroupName, virtualHubName, routeMapName); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + case 202: + case 204: + return message.Response; + default: + throw new RequestFailedException(message.Response); + } + } + + /// Deletes a RouteMap. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The resource group name of the RouteMap's resource group. + /// The name of the VirtualHub containing the RouteMap. + /// The name of the RouteMap. + /// The cancellation token to use. + /// , , or is null. + /// , , or is an empty string, and was expected to be non-empty. + public Response Delete(string subscriptionId, string resourceGroupName, string virtualHubName, string routeMapName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(virtualHubName, nameof(virtualHubName)); + Argument.AssertNotNullOrEmpty(routeMapName, nameof(routeMapName)); + + using var message = CreateDeleteRequest(subscriptionId, resourceGroupName, virtualHubName, routeMapName); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + case 202: + case 204: + return message.Response; + default: + throw new RequestFailedException(message.Response); + } + } + + internal HttpMessage CreateListRequest(string subscriptionId, string resourceGroupName, string virtualHubName) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Get; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendPath("/subscriptions/", false); + uri.AppendPath(subscriptionId, true); + uri.AppendPath("/resourceGroups/", false); + uri.AppendPath(resourceGroupName, true); + uri.AppendPath("/providers/Microsoft.Network/virtualHubs/", false); + uri.AppendPath(virtualHubName, true); + uri.AppendPath("/routeMaps", false); + uri.AppendQuery("api-version", _apiVersion, true); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + _userAgent.Apply(message); + return message; + } + + /// Retrieves the details of all RouteMaps. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The resource group name of the RouteMap's resource group'. + /// The name of the VirtualHub containing the RouteMap. + /// The cancellation token to use. + /// , or is null. + /// , or is an empty string, and was expected to be non-empty. + public async Task> ListAsync(string subscriptionId, string resourceGroupName, string virtualHubName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(virtualHubName, nameof(virtualHubName)); + + using var message = CreateListRequest(subscriptionId, resourceGroupName, virtualHubName); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + { + ListRouteMapsResult value = default; + using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); + value = ListRouteMapsResult.DeserializeListRouteMapsResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + + /// Retrieves the details of all RouteMaps. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The resource group name of the RouteMap's resource group'. + /// The name of the VirtualHub containing the RouteMap. + /// The cancellation token to use. + /// , or is null. + /// , or is an empty string, and was expected to be non-empty. + public Response List(string subscriptionId, string resourceGroupName, string virtualHubName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(virtualHubName, nameof(virtualHubName)); + + using var message = CreateListRequest(subscriptionId, resourceGroupName, virtualHubName); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + { + ListRouteMapsResult value = default; + using var document = JsonDocument.Parse(message.Response.ContentStream); + value = ListRouteMapsResult.DeserializeListRouteMapsResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + + internal HttpMessage CreateListNextPageRequest(string nextLink, string subscriptionId, string resourceGroupName, string virtualHubName) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Get; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendRawNextLink(nextLink, false); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + _userAgent.Apply(message); + return message; + } + + /// Retrieves the details of all RouteMaps. + /// The URL to the next page of results. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The resource group name of the RouteMap's resource group'. + /// The name of the VirtualHub containing the RouteMap. + /// The cancellation token to use. + /// , , or is null. + /// , or is an empty string, and was expected to be non-empty. + public async Task> ListNextPageAsync(string nextLink, string subscriptionId, string resourceGroupName, string virtualHubName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(nextLink, nameof(nextLink)); + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(virtualHubName, nameof(virtualHubName)); + + using var message = CreateListNextPageRequest(nextLink, subscriptionId, resourceGroupName, virtualHubName); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + { + ListRouteMapsResult value = default; + using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); + value = ListRouteMapsResult.DeserializeListRouteMapsResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + + /// Retrieves the details of all RouteMaps. + /// The URL to the next page of results. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The resource group name of the RouteMap's resource group'. + /// The name of the VirtualHub containing the RouteMap. + /// The cancellation token to use. + /// , , or is null. + /// , or is an empty string, and was expected to be non-empty. + public Response ListNextPage(string nextLink, string subscriptionId, string resourceGroupName, string virtualHubName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(nextLink, nameof(nextLink)); + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(virtualHubName, nameof(virtualHubName)); + + using var message = CreateListNextPageRequest(nextLink, subscriptionId, resourceGroupName, virtualHubName); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + { + ListRouteMapsResult value = default; + using var document = JsonDocument.Parse(message.Response.ContentStream); + value = ListRouteMapsResult.DeserializeListRouteMapsResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/RouteTablesRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/RouteTablesRestOperations.cs index 69f20b926ca6..73f37945caeb 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/RouteTablesRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/RouteTablesRestOperations.cs @@ -33,7 +33,7 @@ public RouteTablesRestOperations(HttpPipeline pipeline, string applicationId, Ur { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/RoutesRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/RoutesRestOperations.cs index 91da7a972c75..b99549c5f8ad 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/RoutesRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/RoutesRestOperations.cs @@ -33,7 +33,7 @@ public RoutesRestOperations(HttpPipeline pipeline, string applicationId, Uri end { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/RoutingIntentRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/RoutingIntentRestOperations.cs new file mode 100644 index 000000000000..e6a0c5d8bea8 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/RoutingIntentRestOperations.cs @@ -0,0 +1,445 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Text.Json; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Core.Pipeline; +using Azure.ResourceManager.Network.Models; + +namespace Azure.ResourceManager.Network +{ + internal partial class RoutingIntentRestOperations + { + private readonly TelemetryDetails _userAgent; + private readonly HttpPipeline _pipeline; + private readonly Uri _endpoint; + private readonly string _apiVersion; + + /// Initializes a new instance of RoutingIntentRestOperations. + /// The HTTP pipeline for sending and receiving REST requests and responses. + /// The application id to use for user agent. + /// server parameter. + /// Api Version. + /// or is null. + public RoutingIntentRestOperations(HttpPipeline pipeline, string applicationId, Uri endpoint = null, string apiVersion = default) + { + _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); + _endpoint = endpoint ?? new Uri("https://management.azure.com"); + _apiVersion = apiVersion ?? "2022-09-01"; + _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); + } + + internal HttpMessage CreateCreateOrUpdateRequest(string subscriptionId, string resourceGroupName, string virtualHubName, string routingIntentName, RoutingIntentData data) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Put; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendPath("/subscriptions/", false); + uri.AppendPath(subscriptionId, true); + uri.AppendPath("/resourceGroups/", false); + uri.AppendPath(resourceGroupName, true); + uri.AppendPath("/providers/Microsoft.Network/virtualHubs/", false); + uri.AppendPath(virtualHubName, true); + uri.AppendPath("/routingIntent/", false); + uri.AppendPath(routingIntentName, true); + uri.AppendQuery("api-version", _apiVersion, true); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + request.Headers.Add("Content-Type", "application/json"); + var content = new Utf8JsonRequestContent(); + content.JsonWriter.WriteObjectValue(data); + request.Content = content; + _userAgent.Apply(message); + return message; + } + + /// Creates a RoutingIntent resource if it doesn't exist else updates the existing RoutingIntent. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The resource group name of the RoutingIntent. + /// The name of the VirtualHub. + /// The name of the per VirtualHub singleton Routing Intent resource. + /// Parameters supplied to create or update RoutingIntent. + /// The cancellation token to use. + /// , , , or is null. + /// , , or is an empty string, and was expected to be non-empty. + public async Task CreateOrUpdateAsync(string subscriptionId, string resourceGroupName, string virtualHubName, string routingIntentName, RoutingIntentData data, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(virtualHubName, nameof(virtualHubName)); + Argument.AssertNotNullOrEmpty(routingIntentName, nameof(routingIntentName)); + Argument.AssertNotNull(data, nameof(data)); + + using var message = CreateCreateOrUpdateRequest(subscriptionId, resourceGroupName, virtualHubName, routingIntentName, data); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + case 201: + return message.Response; + default: + throw new RequestFailedException(message.Response); + } + } + + /// Creates a RoutingIntent resource if it doesn't exist else updates the existing RoutingIntent. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The resource group name of the RoutingIntent. + /// The name of the VirtualHub. + /// The name of the per VirtualHub singleton Routing Intent resource. + /// Parameters supplied to create or update RoutingIntent. + /// The cancellation token to use. + /// , , , or is null. + /// , , or is an empty string, and was expected to be non-empty. + public Response CreateOrUpdate(string subscriptionId, string resourceGroupName, string virtualHubName, string routingIntentName, RoutingIntentData data, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(virtualHubName, nameof(virtualHubName)); + Argument.AssertNotNullOrEmpty(routingIntentName, nameof(routingIntentName)); + Argument.AssertNotNull(data, nameof(data)); + + using var message = CreateCreateOrUpdateRequest(subscriptionId, resourceGroupName, virtualHubName, routingIntentName, data); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + case 201: + return message.Response; + default: + throw new RequestFailedException(message.Response); + } + } + + internal HttpMessage CreateGetRequest(string subscriptionId, string resourceGroupName, string virtualHubName, string routingIntentName) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Get; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendPath("/subscriptions/", false); + uri.AppendPath(subscriptionId, true); + uri.AppendPath("/resourceGroups/", false); + uri.AppendPath(resourceGroupName, true); + uri.AppendPath("/providers/Microsoft.Network/virtualHubs/", false); + uri.AppendPath(virtualHubName, true); + uri.AppendPath("/routingIntent/", false); + uri.AppendPath(routingIntentName, true); + uri.AppendQuery("api-version", _apiVersion, true); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + _userAgent.Apply(message); + return message; + } + + /// Retrieves the details of a RoutingIntent. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The resource group name of the RoutingIntent. + /// The name of the VirtualHub. + /// The name of the RoutingIntent. + /// The cancellation token to use. + /// , , or is null. + /// , , or is an empty string, and was expected to be non-empty. + public async Task> GetAsync(string subscriptionId, string resourceGroupName, string virtualHubName, string routingIntentName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(virtualHubName, nameof(virtualHubName)); + Argument.AssertNotNullOrEmpty(routingIntentName, nameof(routingIntentName)); + + using var message = CreateGetRequest(subscriptionId, resourceGroupName, virtualHubName, routingIntentName); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + { + RoutingIntentData value = default; + using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); + value = RoutingIntentData.DeserializeRoutingIntentData(document.RootElement); + return Response.FromValue(value, message.Response); + } + case 404: + return Response.FromValue((RoutingIntentData)null, message.Response); + default: + throw new RequestFailedException(message.Response); + } + } + + /// Retrieves the details of a RoutingIntent. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The resource group name of the RoutingIntent. + /// The name of the VirtualHub. + /// The name of the RoutingIntent. + /// The cancellation token to use. + /// , , or is null. + /// , , or is an empty string, and was expected to be non-empty. + public Response Get(string subscriptionId, string resourceGroupName, string virtualHubName, string routingIntentName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(virtualHubName, nameof(virtualHubName)); + Argument.AssertNotNullOrEmpty(routingIntentName, nameof(routingIntentName)); + + using var message = CreateGetRequest(subscriptionId, resourceGroupName, virtualHubName, routingIntentName); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + { + RoutingIntentData value = default; + using var document = JsonDocument.Parse(message.Response.ContentStream); + value = RoutingIntentData.DeserializeRoutingIntentData(document.RootElement); + return Response.FromValue(value, message.Response); + } + case 404: + return Response.FromValue((RoutingIntentData)null, message.Response); + default: + throw new RequestFailedException(message.Response); + } + } + + internal HttpMessage CreateDeleteRequest(string subscriptionId, string resourceGroupName, string virtualHubName, string routingIntentName) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Delete; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendPath("/subscriptions/", false); + uri.AppendPath(subscriptionId, true); + uri.AppendPath("/resourceGroups/", false); + uri.AppendPath(resourceGroupName, true); + uri.AppendPath("/providers/Microsoft.Network/virtualHubs/", false); + uri.AppendPath(virtualHubName, true); + uri.AppendPath("/routingIntent/", false); + uri.AppendPath(routingIntentName, true); + uri.AppendQuery("api-version", _apiVersion, true); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + _userAgent.Apply(message); + return message; + } + + /// Deletes a RoutingIntent. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The resource group name of the RoutingIntent. + /// The name of the VirtualHub. + /// The name of the RoutingIntent. + /// The cancellation token to use. + /// , , or is null. + /// , , or is an empty string, and was expected to be non-empty. + public async Task DeleteAsync(string subscriptionId, string resourceGroupName, string virtualHubName, string routingIntentName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(virtualHubName, nameof(virtualHubName)); + Argument.AssertNotNullOrEmpty(routingIntentName, nameof(routingIntentName)); + + using var message = CreateDeleteRequest(subscriptionId, resourceGroupName, virtualHubName, routingIntentName); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + case 202: + case 204: + return message.Response; + default: + throw new RequestFailedException(message.Response); + } + } + + /// Deletes a RoutingIntent. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The resource group name of the RoutingIntent. + /// The name of the VirtualHub. + /// The name of the RoutingIntent. + /// The cancellation token to use. + /// , , or is null. + /// , , or is an empty string, and was expected to be non-empty. + public Response Delete(string subscriptionId, string resourceGroupName, string virtualHubName, string routingIntentName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(virtualHubName, nameof(virtualHubName)); + Argument.AssertNotNullOrEmpty(routingIntentName, nameof(routingIntentName)); + + using var message = CreateDeleteRequest(subscriptionId, resourceGroupName, virtualHubName, routingIntentName); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + case 202: + case 204: + return message.Response; + default: + throw new RequestFailedException(message.Response); + } + } + + internal HttpMessage CreateListRequest(string subscriptionId, string resourceGroupName, string virtualHubName) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Get; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendPath("/subscriptions/", false); + uri.AppendPath(subscriptionId, true); + uri.AppendPath("/resourceGroups/", false); + uri.AppendPath(resourceGroupName, true); + uri.AppendPath("/providers/Microsoft.Network/virtualHubs/", false); + uri.AppendPath(virtualHubName, true); + uri.AppendPath("/routingIntent", false); + uri.AppendQuery("api-version", _apiVersion, true); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + _userAgent.Apply(message); + return message; + } + + /// Retrieves the details of all RoutingIntent child resources of the VirtualHub. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The resource group name of the VirtualHub. + /// The name of the VirtualHub. + /// The cancellation token to use. + /// , or is null. + /// , or is an empty string, and was expected to be non-empty. + public async Task> ListAsync(string subscriptionId, string resourceGroupName, string virtualHubName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(virtualHubName, nameof(virtualHubName)); + + using var message = CreateListRequest(subscriptionId, resourceGroupName, virtualHubName); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + { + ListRoutingIntentResult value = default; + using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); + value = ListRoutingIntentResult.DeserializeListRoutingIntentResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + + /// Retrieves the details of all RoutingIntent child resources of the VirtualHub. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The resource group name of the VirtualHub. + /// The name of the VirtualHub. + /// The cancellation token to use. + /// , or is null. + /// , or is an empty string, and was expected to be non-empty. + public Response List(string subscriptionId, string resourceGroupName, string virtualHubName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(virtualHubName, nameof(virtualHubName)); + + using var message = CreateListRequest(subscriptionId, resourceGroupName, virtualHubName); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + { + ListRoutingIntentResult value = default; + using var document = JsonDocument.Parse(message.Response.ContentStream); + value = ListRoutingIntentResult.DeserializeListRoutingIntentResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + + internal HttpMessage CreateListNextPageRequest(string nextLink, string subscriptionId, string resourceGroupName, string virtualHubName) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Get; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendRawNextLink(nextLink, false); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + _userAgent.Apply(message); + return message; + } + + /// Retrieves the details of all RoutingIntent child resources of the VirtualHub. + /// The URL to the next page of results. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The resource group name of the VirtualHub. + /// The name of the VirtualHub. + /// The cancellation token to use. + /// , , or is null. + /// , or is an empty string, and was expected to be non-empty. + public async Task> ListNextPageAsync(string nextLink, string subscriptionId, string resourceGroupName, string virtualHubName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(nextLink, nameof(nextLink)); + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(virtualHubName, nameof(virtualHubName)); + + using var message = CreateListNextPageRequest(nextLink, subscriptionId, resourceGroupName, virtualHubName); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + { + ListRoutingIntentResult value = default; + using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); + value = ListRoutingIntentResult.DeserializeListRoutingIntentResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + + /// Retrieves the details of all RoutingIntent child resources of the VirtualHub. + /// The URL to the next page of results. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The resource group name of the VirtualHub. + /// The name of the VirtualHub. + /// The cancellation token to use. + /// , , or is null. + /// , or is an empty string, and was expected to be non-empty. + public Response ListNextPage(string nextLink, string subscriptionId, string resourceGroupName, string virtualHubName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(nextLink, nameof(nextLink)); + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(virtualHubName, nameof(virtualHubName)); + + using var message = CreateListNextPageRequest(nextLink, subscriptionId, resourceGroupName, virtualHubName); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + { + ListRoutingIntentResult value = default; + using var document = JsonDocument.Parse(message.Response.ContentStream); + value = ListRoutingIntentResult.DeserializeListRoutingIntentResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ScopeConnectionsRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ScopeConnectionsRestOperations.cs new file mode 100644 index 000000000000..d59d159efc98 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ScopeConnectionsRestOperations.cs @@ -0,0 +1,469 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Text.Json; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Core.Pipeline; +using Azure.ResourceManager.Network.Models; + +namespace Azure.ResourceManager.Network +{ + internal partial class ScopeConnectionsRestOperations + { + private readonly TelemetryDetails _userAgent; + private readonly HttpPipeline _pipeline; + private readonly Uri _endpoint; + private readonly string _apiVersion; + + /// Initializes a new instance of ScopeConnectionsRestOperations. + /// The HTTP pipeline for sending and receiving REST requests and responses. + /// The application id to use for user agent. + /// server parameter. + /// Api Version. + /// or is null. + public ScopeConnectionsRestOperations(HttpPipeline pipeline, string applicationId, Uri endpoint = null, string apiVersion = default) + { + _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); + _endpoint = endpoint ?? new Uri("https://management.azure.com"); + _apiVersion = apiVersion ?? "2022-09-01"; + _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); + } + + internal HttpMessage CreateCreateOrUpdateRequest(string subscriptionId, string resourceGroupName, string networkManagerName, string scopeConnectionName, ScopeConnectionData data) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Put; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendPath("/subscriptions/", false); + uri.AppendPath(subscriptionId, true); + uri.AppendPath("/resourceGroups/", false); + uri.AppendPath(resourceGroupName, true); + uri.AppendPath("/providers/Microsoft.Network/networkManagers/", false); + uri.AppendPath(networkManagerName, true); + uri.AppendPath("/scopeConnections/", false); + uri.AppendPath(scopeConnectionName, true); + uri.AppendQuery("api-version", _apiVersion, true); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + request.Headers.Add("Content-Type", "application/json"); + var content = new Utf8JsonRequestContent(); + content.JsonWriter.WriteObjectValue(data); + request.Content = content; + _userAgent.Apply(message); + return message; + } + + /// Creates or updates scope connection from Network Manager. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the network manager. + /// Name for the cross-tenant connection. + /// Scope connection to be created/updated. + /// The cancellation token to use. + /// , , , or is null. + /// , , or is an empty string, and was expected to be non-empty. + public async Task> CreateOrUpdateAsync(string subscriptionId, string resourceGroupName, string networkManagerName, string scopeConnectionName, ScopeConnectionData data, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(networkManagerName, nameof(networkManagerName)); + Argument.AssertNotNullOrEmpty(scopeConnectionName, nameof(scopeConnectionName)); + Argument.AssertNotNull(data, nameof(data)); + + using var message = CreateCreateOrUpdateRequest(subscriptionId, resourceGroupName, networkManagerName, scopeConnectionName, data); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + case 201: + { + ScopeConnectionData value = default; + using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); + value = ScopeConnectionData.DeserializeScopeConnectionData(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + + /// Creates or updates scope connection from Network Manager. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the network manager. + /// Name for the cross-tenant connection. + /// Scope connection to be created/updated. + /// The cancellation token to use. + /// , , , or is null. + /// , , or is an empty string, and was expected to be non-empty. + public Response CreateOrUpdate(string subscriptionId, string resourceGroupName, string networkManagerName, string scopeConnectionName, ScopeConnectionData data, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(networkManagerName, nameof(networkManagerName)); + Argument.AssertNotNullOrEmpty(scopeConnectionName, nameof(scopeConnectionName)); + Argument.AssertNotNull(data, nameof(data)); + + using var message = CreateCreateOrUpdateRequest(subscriptionId, resourceGroupName, networkManagerName, scopeConnectionName, data); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + case 201: + { + ScopeConnectionData value = default; + using var document = JsonDocument.Parse(message.Response.ContentStream); + value = ScopeConnectionData.DeserializeScopeConnectionData(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + + internal HttpMessage CreateGetRequest(string subscriptionId, string resourceGroupName, string networkManagerName, string scopeConnectionName) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Get; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendPath("/subscriptions/", false); + uri.AppendPath(subscriptionId, true); + uri.AppendPath("/resourceGroups/", false); + uri.AppendPath(resourceGroupName, true); + uri.AppendPath("/providers/Microsoft.Network/networkManagers/", false); + uri.AppendPath(networkManagerName, true); + uri.AppendPath("/scopeConnections/", false); + uri.AppendPath(scopeConnectionName, true); + uri.AppendQuery("api-version", _apiVersion, true); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + _userAgent.Apply(message); + return message; + } + + /// Get specified scope connection created by this Network Manager. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the network manager. + /// Name for the cross-tenant connection. + /// The cancellation token to use. + /// , , or is null. + /// , , or is an empty string, and was expected to be non-empty. + public async Task> GetAsync(string subscriptionId, string resourceGroupName, string networkManagerName, string scopeConnectionName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(networkManagerName, nameof(networkManagerName)); + Argument.AssertNotNullOrEmpty(scopeConnectionName, nameof(scopeConnectionName)); + + using var message = CreateGetRequest(subscriptionId, resourceGroupName, networkManagerName, scopeConnectionName); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + { + ScopeConnectionData value = default; + using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); + value = ScopeConnectionData.DeserializeScopeConnectionData(document.RootElement); + return Response.FromValue(value, message.Response); + } + case 404: + return Response.FromValue((ScopeConnectionData)null, message.Response); + default: + throw new RequestFailedException(message.Response); + } + } + + /// Get specified scope connection created by this Network Manager. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the network manager. + /// Name for the cross-tenant connection. + /// The cancellation token to use. + /// , , or is null. + /// , , or is an empty string, and was expected to be non-empty. + public Response Get(string subscriptionId, string resourceGroupName, string networkManagerName, string scopeConnectionName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(networkManagerName, nameof(networkManagerName)); + Argument.AssertNotNullOrEmpty(scopeConnectionName, nameof(scopeConnectionName)); + + using var message = CreateGetRequest(subscriptionId, resourceGroupName, networkManagerName, scopeConnectionName); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + { + ScopeConnectionData value = default; + using var document = JsonDocument.Parse(message.Response.ContentStream); + value = ScopeConnectionData.DeserializeScopeConnectionData(document.RootElement); + return Response.FromValue(value, message.Response); + } + case 404: + return Response.FromValue((ScopeConnectionData)null, message.Response); + default: + throw new RequestFailedException(message.Response); + } + } + + internal HttpMessage CreateDeleteRequest(string subscriptionId, string resourceGroupName, string networkManagerName, string scopeConnectionName) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Delete; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendPath("/subscriptions/", false); + uri.AppendPath(subscriptionId, true); + uri.AppendPath("/resourceGroups/", false); + uri.AppendPath(resourceGroupName, true); + uri.AppendPath("/providers/Microsoft.Network/networkManagers/", false); + uri.AppendPath(networkManagerName, true); + uri.AppendPath("/scopeConnections/", false); + uri.AppendPath(scopeConnectionName, true); + uri.AppendQuery("api-version", _apiVersion, true); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + _userAgent.Apply(message); + return message; + } + + /// Delete the pending scope connection created by this network manager. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the network manager. + /// Name for the cross-tenant connection. + /// The cancellation token to use. + /// , , or is null. + /// , , or is an empty string, and was expected to be non-empty. + public async Task DeleteAsync(string subscriptionId, string resourceGroupName, string networkManagerName, string scopeConnectionName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(networkManagerName, nameof(networkManagerName)); + Argument.AssertNotNullOrEmpty(scopeConnectionName, nameof(scopeConnectionName)); + + using var message = CreateDeleteRequest(subscriptionId, resourceGroupName, networkManagerName, scopeConnectionName); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + case 204: + return message.Response; + default: + throw new RequestFailedException(message.Response); + } + } + + /// Delete the pending scope connection created by this network manager. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the network manager. + /// Name for the cross-tenant connection. + /// The cancellation token to use. + /// , , or is null. + /// , , or is an empty string, and was expected to be non-empty. + public Response Delete(string subscriptionId, string resourceGroupName, string networkManagerName, string scopeConnectionName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(networkManagerName, nameof(networkManagerName)); + Argument.AssertNotNullOrEmpty(scopeConnectionName, nameof(scopeConnectionName)); + + using var message = CreateDeleteRequest(subscriptionId, resourceGroupName, networkManagerName, scopeConnectionName); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + case 204: + return message.Response; + default: + throw new RequestFailedException(message.Response); + } + } + + internal HttpMessage CreateListRequest(string subscriptionId, string resourceGroupName, string networkManagerName, int? top, string skipToken) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Get; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendPath("/subscriptions/", false); + uri.AppendPath(subscriptionId, true); + uri.AppendPath("/resourceGroups/", false); + uri.AppendPath(resourceGroupName, true); + uri.AppendPath("/providers/Microsoft.Network/networkManagers/", false); + uri.AppendPath(networkManagerName, true); + uri.AppendPath("/scopeConnections", false); + uri.AppendQuery("api-version", _apiVersion, true); + if (top != null) + { + uri.AppendQuery("$top", top.Value, true); + } + if (skipToken != null) + { + uri.AppendQuery("$skipToken", skipToken, true); + } + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + _userAgent.Apply(message); + return message; + } + + /// List all scope connections created by this network manager. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the network manager. + /// An optional query parameter which specifies the maximum number of records to be returned by the server. + /// SkipToken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. + /// The cancellation token to use. + /// , or is null. + /// , or is an empty string, and was expected to be non-empty. + public async Task> ListAsync(string subscriptionId, string resourceGroupName, string networkManagerName, int? top = null, string skipToken = null, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(networkManagerName, nameof(networkManagerName)); + + using var message = CreateListRequest(subscriptionId, resourceGroupName, networkManagerName, top, skipToken); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + { + ScopeConnectionListResult value = default; + using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); + value = ScopeConnectionListResult.DeserializeScopeConnectionListResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + + /// List all scope connections created by this network manager. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the network manager. + /// An optional query parameter which specifies the maximum number of records to be returned by the server. + /// SkipToken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. + /// The cancellation token to use. + /// , or is null. + /// , or is an empty string, and was expected to be non-empty. + public Response List(string subscriptionId, string resourceGroupName, string networkManagerName, int? top = null, string skipToken = null, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(networkManagerName, nameof(networkManagerName)); + + using var message = CreateListRequest(subscriptionId, resourceGroupName, networkManagerName, top, skipToken); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + { + ScopeConnectionListResult value = default; + using var document = JsonDocument.Parse(message.Response.ContentStream); + value = ScopeConnectionListResult.DeserializeScopeConnectionListResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + + internal HttpMessage CreateListNextPageRequest(string nextLink, string subscriptionId, string resourceGroupName, string networkManagerName, int? top, string skipToken) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Get; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendRawNextLink(nextLink, false); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + _userAgent.Apply(message); + return message; + } + + /// List all scope connections created by this network manager. + /// The URL to the next page of results. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the network manager. + /// An optional query parameter which specifies the maximum number of records to be returned by the server. + /// SkipToken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. + /// The cancellation token to use. + /// , , or is null. + /// , or is an empty string, and was expected to be non-empty. + public async Task> ListNextPageAsync(string nextLink, string subscriptionId, string resourceGroupName, string networkManagerName, int? top = null, string skipToken = null, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(nextLink, nameof(nextLink)); + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(networkManagerName, nameof(networkManagerName)); + + using var message = CreateListNextPageRequest(nextLink, subscriptionId, resourceGroupName, networkManagerName, top, skipToken); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + { + ScopeConnectionListResult value = default; + using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); + value = ScopeConnectionListResult.DeserializeScopeConnectionListResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + + /// List all scope connections created by this network manager. + /// The URL to the next page of results. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the network manager. + /// An optional query parameter which specifies the maximum number of records to be returned by the server. + /// SkipToken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. + /// The cancellation token to use. + /// , , or is null. + /// , or is an empty string, and was expected to be non-empty. + public Response ListNextPage(string nextLink, string subscriptionId, string resourceGroupName, string networkManagerName, int? top = null, string skipToken = null, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(nextLink, nameof(nextLink)); + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(networkManagerName, nameof(networkManagerName)); + + using var message = CreateListNextPageRequest(nextLink, subscriptionId, resourceGroupName, networkManagerName, top, skipToken); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + { + ScopeConnectionListResult value = default; + using var document = JsonDocument.Parse(message.Response.ContentStream); + value = ScopeConnectionListResult.DeserializeScopeConnectionListResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/SecurityAdminConfigurationsRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/SecurityAdminConfigurationsRestOperations.cs new file mode 100644 index 000000000000..607904ca3524 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/SecurityAdminConfigurationsRestOperations.cs @@ -0,0 +1,477 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Text.Json; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Core.Pipeline; +using Azure.ResourceManager.Network.Models; + +namespace Azure.ResourceManager.Network +{ + internal partial class SecurityAdminConfigurationsRestOperations + { + private readonly TelemetryDetails _userAgent; + private readonly HttpPipeline _pipeline; + private readonly Uri _endpoint; + private readonly string _apiVersion; + + /// Initializes a new instance of SecurityAdminConfigurationsRestOperations. + /// The HTTP pipeline for sending and receiving REST requests and responses. + /// The application id to use for user agent. + /// server parameter. + /// Api Version. + /// or is null. + public SecurityAdminConfigurationsRestOperations(HttpPipeline pipeline, string applicationId, Uri endpoint = null, string apiVersion = default) + { + _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); + _endpoint = endpoint ?? new Uri("https://management.azure.com"); + _apiVersion = apiVersion ?? "2022-09-01"; + _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); + } + + internal HttpMessage CreateListRequest(string subscriptionId, string resourceGroupName, string networkManagerName, int? top, string skipToken) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Get; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendPath("/subscriptions/", false); + uri.AppendPath(subscriptionId, true); + uri.AppendPath("/resourceGroups/", false); + uri.AppendPath(resourceGroupName, true); + uri.AppendPath("/providers/Microsoft.Network/networkManagers/", false); + uri.AppendPath(networkManagerName, true); + uri.AppendPath("/securityAdminConfigurations", false); + uri.AppendQuery("api-version", _apiVersion, true); + if (top != null) + { + uri.AppendQuery("$top", top.Value, true); + } + if (skipToken != null) + { + uri.AppendQuery("$skipToken", skipToken, true); + } + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + _userAgent.Apply(message); + return message; + } + + /// Lists all the network manager security admin configurations in a network manager, in a paginated format. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the network manager. + /// An optional query parameter which specifies the maximum number of records to be returned by the server. + /// SkipToken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. + /// The cancellation token to use. + /// , or is null. + /// , or is an empty string, and was expected to be non-empty. + public async Task> ListAsync(string subscriptionId, string resourceGroupName, string networkManagerName, int? top = null, string skipToken = null, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(networkManagerName, nameof(networkManagerName)); + + using var message = CreateListRequest(subscriptionId, resourceGroupName, networkManagerName, top, skipToken); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + { + SecurityAdminConfigurationListResult value = default; + using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); + value = SecurityAdminConfigurationListResult.DeserializeSecurityAdminConfigurationListResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + + /// Lists all the network manager security admin configurations in a network manager, in a paginated format. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the network manager. + /// An optional query parameter which specifies the maximum number of records to be returned by the server. + /// SkipToken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. + /// The cancellation token to use. + /// , or is null. + /// , or is an empty string, and was expected to be non-empty. + public Response List(string subscriptionId, string resourceGroupName, string networkManagerName, int? top = null, string skipToken = null, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(networkManagerName, nameof(networkManagerName)); + + using var message = CreateListRequest(subscriptionId, resourceGroupName, networkManagerName, top, skipToken); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + { + SecurityAdminConfigurationListResult value = default; + using var document = JsonDocument.Parse(message.Response.ContentStream); + value = SecurityAdminConfigurationListResult.DeserializeSecurityAdminConfigurationListResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + + internal HttpMessage CreateGetRequest(string subscriptionId, string resourceGroupName, string networkManagerName, string configurationName) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Get; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendPath("/subscriptions/", false); + uri.AppendPath(subscriptionId, true); + uri.AppendPath("/resourceGroups/", false); + uri.AppendPath(resourceGroupName, true); + uri.AppendPath("/providers/Microsoft.Network/networkManagers/", false); + uri.AppendPath(networkManagerName, true); + uri.AppendPath("/securityAdminConfigurations/", false); + uri.AppendPath(configurationName, true); + uri.AppendQuery("api-version", _apiVersion, true); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + _userAgent.Apply(message); + return message; + } + + /// Retrieves a network manager security admin configuration. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the network manager. + /// The name of the network manager Security Configuration. + /// The cancellation token to use. + /// , , or is null. + /// , , or is an empty string, and was expected to be non-empty. + public async Task> GetAsync(string subscriptionId, string resourceGroupName, string networkManagerName, string configurationName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(networkManagerName, nameof(networkManagerName)); + Argument.AssertNotNullOrEmpty(configurationName, nameof(configurationName)); + + using var message = CreateGetRequest(subscriptionId, resourceGroupName, networkManagerName, configurationName); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + { + SecurityAdminConfigurationData value = default; + using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); + value = SecurityAdminConfigurationData.DeserializeSecurityAdminConfigurationData(document.RootElement); + return Response.FromValue(value, message.Response); + } + case 404: + return Response.FromValue((SecurityAdminConfigurationData)null, message.Response); + default: + throw new RequestFailedException(message.Response); + } + } + + /// Retrieves a network manager security admin configuration. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the network manager. + /// The name of the network manager Security Configuration. + /// The cancellation token to use. + /// , , or is null. + /// , , or is an empty string, and was expected to be non-empty. + public Response Get(string subscriptionId, string resourceGroupName, string networkManagerName, string configurationName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(networkManagerName, nameof(networkManagerName)); + Argument.AssertNotNullOrEmpty(configurationName, nameof(configurationName)); + + using var message = CreateGetRequest(subscriptionId, resourceGroupName, networkManagerName, configurationName); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + { + SecurityAdminConfigurationData value = default; + using var document = JsonDocument.Parse(message.Response.ContentStream); + value = SecurityAdminConfigurationData.DeserializeSecurityAdminConfigurationData(document.RootElement); + return Response.FromValue(value, message.Response); + } + case 404: + return Response.FromValue((SecurityAdminConfigurationData)null, message.Response); + default: + throw new RequestFailedException(message.Response); + } + } + + internal HttpMessage CreateCreateOrUpdateRequest(string subscriptionId, string resourceGroupName, string networkManagerName, string configurationName, SecurityAdminConfigurationData data) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Put; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendPath("/subscriptions/", false); + uri.AppendPath(subscriptionId, true); + uri.AppendPath("/resourceGroups/", false); + uri.AppendPath(resourceGroupName, true); + uri.AppendPath("/providers/Microsoft.Network/networkManagers/", false); + uri.AppendPath(networkManagerName, true); + uri.AppendPath("/securityAdminConfigurations/", false); + uri.AppendPath(configurationName, true); + uri.AppendQuery("api-version", _apiVersion, true); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + request.Headers.Add("Content-Type", "application/json"); + var content = new Utf8JsonRequestContent(); + content.JsonWriter.WriteObjectValue(data); + request.Content = content; + _userAgent.Apply(message); + return message; + } + + /// Creates or updates a network manager security admin configuration. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the network manager. + /// The name of the network manager Security Configuration. + /// The security admin configuration to create or update. + /// The cancellation token to use. + /// , , , or is null. + /// , , or is an empty string, and was expected to be non-empty. + public async Task> CreateOrUpdateAsync(string subscriptionId, string resourceGroupName, string networkManagerName, string configurationName, SecurityAdminConfigurationData data, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(networkManagerName, nameof(networkManagerName)); + Argument.AssertNotNullOrEmpty(configurationName, nameof(configurationName)); + Argument.AssertNotNull(data, nameof(data)); + + using var message = CreateCreateOrUpdateRequest(subscriptionId, resourceGroupName, networkManagerName, configurationName, data); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + case 201: + { + SecurityAdminConfigurationData value = default; + using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); + value = SecurityAdminConfigurationData.DeserializeSecurityAdminConfigurationData(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + + /// Creates or updates a network manager security admin configuration. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the network manager. + /// The name of the network manager Security Configuration. + /// The security admin configuration to create or update. + /// The cancellation token to use. + /// , , , or is null. + /// , , or is an empty string, and was expected to be non-empty. + public Response CreateOrUpdate(string subscriptionId, string resourceGroupName, string networkManagerName, string configurationName, SecurityAdminConfigurationData data, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(networkManagerName, nameof(networkManagerName)); + Argument.AssertNotNullOrEmpty(configurationName, nameof(configurationName)); + Argument.AssertNotNull(data, nameof(data)); + + using var message = CreateCreateOrUpdateRequest(subscriptionId, resourceGroupName, networkManagerName, configurationName, data); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + case 201: + { + SecurityAdminConfigurationData value = default; + using var document = JsonDocument.Parse(message.Response.ContentStream); + value = SecurityAdminConfigurationData.DeserializeSecurityAdminConfigurationData(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + + internal HttpMessage CreateDeleteRequest(string subscriptionId, string resourceGroupName, string networkManagerName, string configurationName, bool? force) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Delete; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendPath("/subscriptions/", false); + uri.AppendPath(subscriptionId, true); + uri.AppendPath("/resourceGroups/", false); + uri.AppendPath(resourceGroupName, true); + uri.AppendPath("/providers/Microsoft.Network/networkManagers/", false); + uri.AppendPath(networkManagerName, true); + uri.AppendPath("/securityAdminConfigurations/", false); + uri.AppendPath(configurationName, true); + uri.AppendQuery("api-version", _apiVersion, true); + if (force != null) + { + uri.AppendQuery("force", force.Value, true); + } + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + _userAgent.Apply(message); + return message; + } + + /// Deletes a network manager security admin configuration. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the network manager. + /// The name of the network manager Security Configuration. + /// Deletes the resource even if it is part of a deployed configuration. If the configuration has been deployed, the service will do a cleanup deployment in the background, prior to the delete. + /// The cancellation token to use. + /// , , or is null. + /// , , or is an empty string, and was expected to be non-empty. + public async Task DeleteAsync(string subscriptionId, string resourceGroupName, string networkManagerName, string configurationName, bool? force = null, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(networkManagerName, nameof(networkManagerName)); + Argument.AssertNotNullOrEmpty(configurationName, nameof(configurationName)); + + using var message = CreateDeleteRequest(subscriptionId, resourceGroupName, networkManagerName, configurationName, force); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + case 202: + case 204: + return message.Response; + default: + throw new RequestFailedException(message.Response); + } + } + + /// Deletes a network manager security admin configuration. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the network manager. + /// The name of the network manager Security Configuration. + /// Deletes the resource even if it is part of a deployed configuration. If the configuration has been deployed, the service will do a cleanup deployment in the background, prior to the delete. + /// The cancellation token to use. + /// , , or is null. + /// , , or is an empty string, and was expected to be non-empty. + public Response Delete(string subscriptionId, string resourceGroupName, string networkManagerName, string configurationName, bool? force = null, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(networkManagerName, nameof(networkManagerName)); + Argument.AssertNotNullOrEmpty(configurationName, nameof(configurationName)); + + using var message = CreateDeleteRequest(subscriptionId, resourceGroupName, networkManagerName, configurationName, force); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + case 202: + case 204: + return message.Response; + default: + throw new RequestFailedException(message.Response); + } + } + + internal HttpMessage CreateListNextPageRequest(string nextLink, string subscriptionId, string resourceGroupName, string networkManagerName, int? top, string skipToken) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Get; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendRawNextLink(nextLink, false); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + _userAgent.Apply(message); + return message; + } + + /// Lists all the network manager security admin configurations in a network manager, in a paginated format. + /// The URL to the next page of results. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the network manager. + /// An optional query parameter which specifies the maximum number of records to be returned by the server. + /// SkipToken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. + /// The cancellation token to use. + /// , , or is null. + /// , or is an empty string, and was expected to be non-empty. + public async Task> ListNextPageAsync(string nextLink, string subscriptionId, string resourceGroupName, string networkManagerName, int? top = null, string skipToken = null, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(nextLink, nameof(nextLink)); + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(networkManagerName, nameof(networkManagerName)); + + using var message = CreateListNextPageRequest(nextLink, subscriptionId, resourceGroupName, networkManagerName, top, skipToken); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + { + SecurityAdminConfigurationListResult value = default; + using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); + value = SecurityAdminConfigurationListResult.DeserializeSecurityAdminConfigurationListResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + + /// Lists all the network manager security admin configurations in a network manager, in a paginated format. + /// The URL to the next page of results. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the network manager. + /// An optional query parameter which specifies the maximum number of records to be returned by the server. + /// SkipToken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. + /// The cancellation token to use. + /// , , or is null. + /// , or is an empty string, and was expected to be non-empty. + public Response ListNextPage(string nextLink, string subscriptionId, string resourceGroupName, string networkManagerName, int? top = null, string skipToken = null, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(nextLink, nameof(nextLink)); + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(networkManagerName, nameof(networkManagerName)); + + using var message = CreateListNextPageRequest(nextLink, subscriptionId, resourceGroupName, networkManagerName, top, skipToken); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + { + SecurityAdminConfigurationListResult value = default; + using var document = JsonDocument.Parse(message.Response.ContentStream); + value = SecurityAdminConfigurationListResult.DeserializeSecurityAdminConfigurationListResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/SecurityPartnerProvidersRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/SecurityPartnerProvidersRestOperations.cs index 0d15d7f91f39..040d43f66644 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/SecurityPartnerProvidersRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/SecurityPartnerProvidersRestOperations.cs @@ -33,7 +33,7 @@ public SecurityPartnerProvidersRestOperations(HttpPipeline pipeline, string appl { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/SecurityRulesRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/SecurityRulesRestOperations.cs index 99e12e04942d..7efdb7471571 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/SecurityRulesRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/SecurityRulesRestOperations.cs @@ -33,7 +33,7 @@ public SecurityRulesRestOperations(HttpPipeline pipeline, string applicationId, { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ServiceAssociationLinksRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ServiceAssociationLinksRestOperations.cs index c239762c9d3a..5390800ea68f 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ServiceAssociationLinksRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ServiceAssociationLinksRestOperations.cs @@ -33,7 +33,7 @@ public ServiceAssociationLinksRestOperations(HttpPipeline pipeline, string appli { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ServiceEndpointPoliciesRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ServiceEndpointPoliciesRestOperations.cs index d00e45351d52..a08decdb750a 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ServiceEndpointPoliciesRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ServiceEndpointPoliciesRestOperations.cs @@ -33,7 +33,7 @@ public ServiceEndpointPoliciesRestOperations(HttpPipeline pipeline, string appli { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ServiceEndpointPolicyDefinitionsRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ServiceEndpointPolicyDefinitionsRestOperations.cs index 75049fb635d9..2536e9b3d539 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ServiceEndpointPolicyDefinitionsRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ServiceEndpointPolicyDefinitionsRestOperations.cs @@ -33,7 +33,7 @@ public ServiceEndpointPolicyDefinitionsRestOperations(HttpPipeline pipeline, str { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ServiceTagInformationRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ServiceTagInformationRestOperations.cs new file mode 100644 index 000000000000..5babda83c4cd --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ServiceTagInformationRestOperations.cs @@ -0,0 +1,197 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Text.Json; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Core.Pipeline; +using Azure.ResourceManager.Network.Models; + +namespace Azure.ResourceManager.Network +{ + internal partial class ServiceTagInformationRestOperations + { + private readonly TelemetryDetails _userAgent; + private readonly HttpPipeline _pipeline; + private readonly Uri _endpoint; + private readonly string _apiVersion; + + /// Initializes a new instance of ServiceTagInformationRestOperations. + /// The HTTP pipeline for sending and receiving REST requests and responses. + /// The application id to use for user agent. + /// server parameter. + /// Api Version. + /// or is null. + public ServiceTagInformationRestOperations(HttpPipeline pipeline, string applicationId, Uri endpoint = null, string apiVersion = default) + { + _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); + _endpoint = endpoint ?? new Uri("https://management.azure.com"); + _apiVersion = apiVersion ?? "2022-09-01"; + _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); + } + + internal HttpMessage CreateListRequest(string subscriptionId, AzureLocation location, bool? noAddressPrefixes, string tagName) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Get; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendPath("/subscriptions/", false); + uri.AppendPath(subscriptionId, true); + uri.AppendPath("/providers/Microsoft.Network/locations/", false); + uri.AppendPath(location, true); + uri.AppendPath("/serviceTagDetails", false); + uri.AppendQuery("api-version", _apiVersion, true); + if (noAddressPrefixes != null) + { + uri.AppendQuery("noAddressPrefixes", noAddressPrefixes.Value, true); + } + if (tagName != null) + { + uri.AppendQuery("tagName", tagName, true); + } + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + _userAgent.Apply(message); + return message; + } + + /// Gets a list of service tag information resources with pagination. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The location that will be used as a reference for cloud (not as a filter based on location, you will get the list of service tags with prefix details across all regions but limited to the cloud that your subscription belongs to). + /// Do not return address prefixes for the tag(s). + /// Return tag information for a particular tag. + /// The cancellation token to use. + /// is null. + /// is an empty string, and was expected to be non-empty. + public async Task> ListAsync(string subscriptionId, AzureLocation location, bool? noAddressPrefixes = null, string tagName = null, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + + using var message = CreateListRequest(subscriptionId, location, noAddressPrefixes, tagName); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + { + ServiceTagInformationListResult value = default; + using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); + value = ServiceTagInformationListResult.DeserializeServiceTagInformationListResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + + /// Gets a list of service tag information resources with pagination. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The location that will be used as a reference for cloud (not as a filter based on location, you will get the list of service tags with prefix details across all regions but limited to the cloud that your subscription belongs to). + /// Do not return address prefixes for the tag(s). + /// Return tag information for a particular tag. + /// The cancellation token to use. + /// is null. + /// is an empty string, and was expected to be non-empty. + public Response List(string subscriptionId, AzureLocation location, bool? noAddressPrefixes = null, string tagName = null, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + + using var message = CreateListRequest(subscriptionId, location, noAddressPrefixes, tagName); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + { + ServiceTagInformationListResult value = default; + using var document = JsonDocument.Parse(message.Response.ContentStream); + value = ServiceTagInformationListResult.DeserializeServiceTagInformationListResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + + internal HttpMessage CreateListNextPageRequest(string nextLink, string subscriptionId, AzureLocation location, bool? noAddressPrefixes, string tagName) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Get; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendRawNextLink(nextLink, false); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + _userAgent.Apply(message); + return message; + } + + /// Gets a list of service tag information resources with pagination. + /// The URL to the next page of results. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The location that will be used as a reference for cloud (not as a filter based on location, you will get the list of service tags with prefix details across all regions but limited to the cloud that your subscription belongs to). + /// Do not return address prefixes for the tag(s). + /// Return tag information for a particular tag. + /// The cancellation token to use. + /// or is null. + /// is an empty string, and was expected to be non-empty. + public async Task> ListNextPageAsync(string nextLink, string subscriptionId, AzureLocation location, bool? noAddressPrefixes = null, string tagName = null, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(nextLink, nameof(nextLink)); + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + + using var message = CreateListNextPageRequest(nextLink, subscriptionId, location, noAddressPrefixes, tagName); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + { + ServiceTagInformationListResult value = default; + using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); + value = ServiceTagInformationListResult.DeserializeServiceTagInformationListResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + + /// Gets a list of service tag information resources with pagination. + /// The URL to the next page of results. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The location that will be used as a reference for cloud (not as a filter based on location, you will get the list of service tags with prefix details across all regions but limited to the cloud that your subscription belongs to). + /// Do not return address prefixes for the tag(s). + /// Return tag information for a particular tag. + /// The cancellation token to use. + /// or is null. + /// is an empty string, and was expected to be non-empty. + public Response ListNextPage(string nextLink, string subscriptionId, AzureLocation location, bool? noAddressPrefixes = null, string tagName = null, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(nextLink, nameof(nextLink)); + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + + using var message = CreateListNextPageRequest(nextLink, subscriptionId, location, noAddressPrefixes, tagName); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + { + ServiceTagInformationListResult value = default; + using var document = JsonDocument.Parse(message.Response.ContentStream); + value = ServiceTagInformationListResult.DeserializeServiceTagInformationListResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ServiceTagsRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ServiceTagsRestOperations.cs index 4f66c06a1714..e3106f6a9b65 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ServiceTagsRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/ServiceTagsRestOperations.cs @@ -33,7 +33,7 @@ public ServiceTagsRestOperations(HttpPipeline pipeline, string applicationId, Ur { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/StaticMembersRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/StaticMembersRestOperations.cs new file mode 100644 index 000000000000..4689a1a442cf --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/StaticMembersRestOperations.cs @@ -0,0 +1,497 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Text.Json; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Core.Pipeline; +using Azure.ResourceManager.Network.Models; + +namespace Azure.ResourceManager.Network +{ + internal partial class StaticMembersRestOperations + { + private readonly TelemetryDetails _userAgent; + private readonly HttpPipeline _pipeline; + private readonly Uri _endpoint; + private readonly string _apiVersion; + + /// Initializes a new instance of StaticMembersRestOperations. + /// The HTTP pipeline for sending and receiving REST requests and responses. + /// The application id to use for user agent. + /// server parameter. + /// Api Version. + /// or is null. + public StaticMembersRestOperations(HttpPipeline pipeline, string applicationId, Uri endpoint = null, string apiVersion = default) + { + _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); + _endpoint = endpoint ?? new Uri("https://management.azure.com"); + _apiVersion = apiVersion ?? "2022-09-01"; + _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); + } + + internal HttpMessage CreateGetRequest(string subscriptionId, string resourceGroupName, string networkManagerName, string networkGroupName, string staticMemberName) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Get; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendPath("/subscriptions/", false); + uri.AppendPath(subscriptionId, true); + uri.AppendPath("/resourceGroups/", false); + uri.AppendPath(resourceGroupName, true); + uri.AppendPath("/providers/Microsoft.Network/networkManagers/", false); + uri.AppendPath(networkManagerName, true); + uri.AppendPath("/networkGroups/", false); + uri.AppendPath(networkGroupName, true); + uri.AppendPath("/staticMembers/", false); + uri.AppendPath(staticMemberName, true); + uri.AppendQuery("api-version", _apiVersion, true); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + _userAgent.Apply(message); + return message; + } + + /// Gets the specified static member. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the network manager. + /// The name of the network group. + /// The name of the static member. + /// The cancellation token to use. + /// , , , or is null. + /// , , , or is an empty string, and was expected to be non-empty. + public async Task> GetAsync(string subscriptionId, string resourceGroupName, string networkManagerName, string networkGroupName, string staticMemberName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(networkManagerName, nameof(networkManagerName)); + Argument.AssertNotNullOrEmpty(networkGroupName, nameof(networkGroupName)); + Argument.AssertNotNullOrEmpty(staticMemberName, nameof(staticMemberName)); + + using var message = CreateGetRequest(subscriptionId, resourceGroupName, networkManagerName, networkGroupName, staticMemberName); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + { + NetworkGroupStaticMemberData value = default; + using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); + value = NetworkGroupStaticMemberData.DeserializeNetworkGroupStaticMemberData(document.RootElement); + return Response.FromValue(value, message.Response); + } + case 404: + return Response.FromValue((NetworkGroupStaticMemberData)null, message.Response); + default: + throw new RequestFailedException(message.Response); + } + } + + /// Gets the specified static member. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the network manager. + /// The name of the network group. + /// The name of the static member. + /// The cancellation token to use. + /// , , , or is null. + /// , , , or is an empty string, and was expected to be non-empty. + public Response Get(string subscriptionId, string resourceGroupName, string networkManagerName, string networkGroupName, string staticMemberName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(networkManagerName, nameof(networkManagerName)); + Argument.AssertNotNullOrEmpty(networkGroupName, nameof(networkGroupName)); + Argument.AssertNotNullOrEmpty(staticMemberName, nameof(staticMemberName)); + + using var message = CreateGetRequest(subscriptionId, resourceGroupName, networkManagerName, networkGroupName, staticMemberName); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + { + NetworkGroupStaticMemberData value = default; + using var document = JsonDocument.Parse(message.Response.ContentStream); + value = NetworkGroupStaticMemberData.DeserializeNetworkGroupStaticMemberData(document.RootElement); + return Response.FromValue(value, message.Response); + } + case 404: + return Response.FromValue((NetworkGroupStaticMemberData)null, message.Response); + default: + throw new RequestFailedException(message.Response); + } + } + + internal HttpMessage CreateCreateOrUpdateRequest(string subscriptionId, string resourceGroupName, string networkManagerName, string networkGroupName, string staticMemberName, NetworkGroupStaticMemberData data) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Put; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendPath("/subscriptions/", false); + uri.AppendPath(subscriptionId, true); + uri.AppendPath("/resourceGroups/", false); + uri.AppendPath(resourceGroupName, true); + uri.AppendPath("/providers/Microsoft.Network/networkManagers/", false); + uri.AppendPath(networkManagerName, true); + uri.AppendPath("/networkGroups/", false); + uri.AppendPath(networkGroupName, true); + uri.AppendPath("/staticMembers/", false); + uri.AppendPath(staticMemberName, true); + uri.AppendQuery("api-version", _apiVersion, true); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + request.Headers.Add("Content-Type", "application/json"); + var content = new Utf8JsonRequestContent(); + content.JsonWriter.WriteObjectValue(data); + request.Content = content; + _userAgent.Apply(message); + return message; + } + + /// Creates or updates a static member. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the network manager. + /// The name of the network group. + /// The name of the static member. + /// Parameters supplied to the specify the static member to create. + /// The cancellation token to use. + /// , , , , or is null. + /// , , , or is an empty string, and was expected to be non-empty. + public async Task> CreateOrUpdateAsync(string subscriptionId, string resourceGroupName, string networkManagerName, string networkGroupName, string staticMemberName, NetworkGroupStaticMemberData data, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(networkManagerName, nameof(networkManagerName)); + Argument.AssertNotNullOrEmpty(networkGroupName, nameof(networkGroupName)); + Argument.AssertNotNullOrEmpty(staticMemberName, nameof(staticMemberName)); + Argument.AssertNotNull(data, nameof(data)); + + using var message = CreateCreateOrUpdateRequest(subscriptionId, resourceGroupName, networkManagerName, networkGroupName, staticMemberName, data); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + case 201: + { + NetworkGroupStaticMemberData value = default; + using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); + value = NetworkGroupStaticMemberData.DeserializeNetworkGroupStaticMemberData(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + + /// Creates or updates a static member. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the network manager. + /// The name of the network group. + /// The name of the static member. + /// Parameters supplied to the specify the static member to create. + /// The cancellation token to use. + /// , , , , or is null. + /// , , , or is an empty string, and was expected to be non-empty. + public Response CreateOrUpdate(string subscriptionId, string resourceGroupName, string networkManagerName, string networkGroupName, string staticMemberName, NetworkGroupStaticMemberData data, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(networkManagerName, nameof(networkManagerName)); + Argument.AssertNotNullOrEmpty(networkGroupName, nameof(networkGroupName)); + Argument.AssertNotNullOrEmpty(staticMemberName, nameof(staticMemberName)); + Argument.AssertNotNull(data, nameof(data)); + + using var message = CreateCreateOrUpdateRequest(subscriptionId, resourceGroupName, networkManagerName, networkGroupName, staticMemberName, data); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + case 201: + { + NetworkGroupStaticMemberData value = default; + using var document = JsonDocument.Parse(message.Response.ContentStream); + value = NetworkGroupStaticMemberData.DeserializeNetworkGroupStaticMemberData(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + + internal HttpMessage CreateDeleteRequest(string subscriptionId, string resourceGroupName, string networkManagerName, string networkGroupName, string staticMemberName) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Delete; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendPath("/subscriptions/", false); + uri.AppendPath(subscriptionId, true); + uri.AppendPath("/resourceGroups/", false); + uri.AppendPath(resourceGroupName, true); + uri.AppendPath("/providers/Microsoft.Network/networkManagers/", false); + uri.AppendPath(networkManagerName, true); + uri.AppendPath("/networkGroups/", false); + uri.AppendPath(networkGroupName, true); + uri.AppendPath("/staticMembers/", false); + uri.AppendPath(staticMemberName, true); + uri.AppendQuery("api-version", _apiVersion, true); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + _userAgent.Apply(message); + return message; + } + + /// Deletes a static member. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the network manager. + /// The name of the network group. + /// The name of the static member. + /// The cancellation token to use. + /// , , , or is null. + /// , , , or is an empty string, and was expected to be non-empty. + public async Task DeleteAsync(string subscriptionId, string resourceGroupName, string networkManagerName, string networkGroupName, string staticMemberName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(networkManagerName, nameof(networkManagerName)); + Argument.AssertNotNullOrEmpty(networkGroupName, nameof(networkGroupName)); + Argument.AssertNotNullOrEmpty(staticMemberName, nameof(staticMemberName)); + + using var message = CreateDeleteRequest(subscriptionId, resourceGroupName, networkManagerName, networkGroupName, staticMemberName); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + case 204: + return message.Response; + default: + throw new RequestFailedException(message.Response); + } + } + + /// Deletes a static member. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the network manager. + /// The name of the network group. + /// The name of the static member. + /// The cancellation token to use. + /// , , , or is null. + /// , , , or is an empty string, and was expected to be non-empty. + public Response Delete(string subscriptionId, string resourceGroupName, string networkManagerName, string networkGroupName, string staticMemberName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(networkManagerName, nameof(networkManagerName)); + Argument.AssertNotNullOrEmpty(networkGroupName, nameof(networkGroupName)); + Argument.AssertNotNullOrEmpty(staticMemberName, nameof(staticMemberName)); + + using var message = CreateDeleteRequest(subscriptionId, resourceGroupName, networkManagerName, networkGroupName, staticMemberName); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + case 204: + return message.Response; + default: + throw new RequestFailedException(message.Response); + } + } + + internal HttpMessage CreateListRequest(string subscriptionId, string resourceGroupName, string networkManagerName, string networkGroupName, int? top, string skipToken) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Get; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendPath("/subscriptions/", false); + uri.AppendPath(subscriptionId, true); + uri.AppendPath("/resourceGroups/", false); + uri.AppendPath(resourceGroupName, true); + uri.AppendPath("/providers/Microsoft.Network/networkManagers/", false); + uri.AppendPath(networkManagerName, true); + uri.AppendPath("/networkGroups/", false); + uri.AppendPath(networkGroupName, true); + uri.AppendPath("/staticMembers", false); + uri.AppendQuery("api-version", _apiVersion, true); + if (top != null) + { + uri.AppendQuery("$top", top.Value, true); + } + if (skipToken != null) + { + uri.AppendQuery("$skipToken", skipToken, true); + } + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + _userAgent.Apply(message); + return message; + } + + /// Lists the specified static member. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the network manager. + /// The name of the network group. + /// An optional query parameter which specifies the maximum number of records to be returned by the server. + /// SkipToken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. + /// The cancellation token to use. + /// , , or is null. + /// , , or is an empty string, and was expected to be non-empty. + public async Task> ListAsync(string subscriptionId, string resourceGroupName, string networkManagerName, string networkGroupName, int? top = null, string skipToken = null, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(networkManagerName, nameof(networkManagerName)); + Argument.AssertNotNullOrEmpty(networkGroupName, nameof(networkGroupName)); + + using var message = CreateListRequest(subscriptionId, resourceGroupName, networkManagerName, networkGroupName, top, skipToken); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + { + NetworkGroupStaticMemberListResult value = default; + using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); + value = NetworkGroupStaticMemberListResult.DeserializeNetworkGroupStaticMemberListResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + + /// Lists the specified static member. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the network manager. + /// The name of the network group. + /// An optional query parameter which specifies the maximum number of records to be returned by the server. + /// SkipToken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. + /// The cancellation token to use. + /// , , or is null. + /// , , or is an empty string, and was expected to be non-empty. + public Response List(string subscriptionId, string resourceGroupName, string networkManagerName, string networkGroupName, int? top = null, string skipToken = null, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(networkManagerName, nameof(networkManagerName)); + Argument.AssertNotNullOrEmpty(networkGroupName, nameof(networkGroupName)); + + using var message = CreateListRequest(subscriptionId, resourceGroupName, networkManagerName, networkGroupName, top, skipToken); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + { + NetworkGroupStaticMemberListResult value = default; + using var document = JsonDocument.Parse(message.Response.ContentStream); + value = NetworkGroupStaticMemberListResult.DeserializeNetworkGroupStaticMemberListResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + + internal HttpMessage CreateListNextPageRequest(string nextLink, string subscriptionId, string resourceGroupName, string networkManagerName, string networkGroupName, int? top, string skipToken) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Get; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendRawNextLink(nextLink, false); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + _userAgent.Apply(message); + return message; + } + + /// Lists the specified static member. + /// The URL to the next page of results. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the network manager. + /// The name of the network group. + /// An optional query parameter which specifies the maximum number of records to be returned by the server. + /// SkipToken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. + /// The cancellation token to use. + /// , , , or is null. + /// , , or is an empty string, and was expected to be non-empty. + public async Task> ListNextPageAsync(string nextLink, string subscriptionId, string resourceGroupName, string networkManagerName, string networkGroupName, int? top = null, string skipToken = null, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(nextLink, nameof(nextLink)); + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(networkManagerName, nameof(networkManagerName)); + Argument.AssertNotNullOrEmpty(networkGroupName, nameof(networkGroupName)); + + using var message = CreateListNextPageRequest(nextLink, subscriptionId, resourceGroupName, networkManagerName, networkGroupName, top, skipToken); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + { + NetworkGroupStaticMemberListResult value = default; + using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); + value = NetworkGroupStaticMemberListResult.DeserializeNetworkGroupStaticMemberListResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + + /// Lists the specified static member. + /// The URL to the next page of results. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the network manager. + /// The name of the network group. + /// An optional query parameter which specifies the maximum number of records to be returned by the server. + /// SkipToken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. + /// The cancellation token to use. + /// , , , or is null. + /// , , or is an empty string, and was expected to be non-empty. + public Response ListNextPage(string nextLink, string subscriptionId, string resourceGroupName, string networkManagerName, string networkGroupName, int? top = null, string skipToken = null, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(nextLink, nameof(nextLink)); + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(networkManagerName, nameof(networkManagerName)); + Argument.AssertNotNullOrEmpty(networkGroupName, nameof(networkGroupName)); + + using var message = CreateListNextPageRequest(nextLink, subscriptionId, resourceGroupName, networkManagerName, networkGroupName, top, skipToken); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + { + NetworkGroupStaticMemberListResult value = default; + using var document = JsonDocument.Parse(message.Response.ContentStream); + value = NetworkGroupStaticMemberListResult.DeserializeNetworkGroupStaticMemberListResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/SubnetsRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/SubnetsRestOperations.cs index 8c10c2268573..26bf7c9643b2 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/SubnetsRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/SubnetsRestOperations.cs @@ -33,7 +33,7 @@ public SubnetsRestOperations(HttpPipeline pipeline, string applicationId, Uri en { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/SubscriptionNetworkManagerConnectionsRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/SubscriptionNetworkManagerConnectionsRestOperations.cs new file mode 100644 index 000000000000..4fb7e9aec134 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/SubscriptionNetworkManagerConnectionsRestOperations.cs @@ -0,0 +1,413 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Text.Json; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Core.Pipeline; +using Azure.ResourceManager.Network.Models; + +namespace Azure.ResourceManager.Network +{ + internal partial class SubscriptionNetworkManagerConnectionsRestOperations + { + private readonly TelemetryDetails _userAgent; + private readonly HttpPipeline _pipeline; + private readonly Uri _endpoint; + private readonly string _apiVersion; + + /// Initializes a new instance of SubscriptionNetworkManagerConnectionsRestOperations. + /// The HTTP pipeline for sending and receiving REST requests and responses. + /// The application id to use for user agent. + /// server parameter. + /// Api Version. + /// or is null. + public SubscriptionNetworkManagerConnectionsRestOperations(HttpPipeline pipeline, string applicationId, Uri endpoint = null, string apiVersion = default) + { + _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); + _endpoint = endpoint ?? new Uri("https://management.azure.com"); + _apiVersion = apiVersion ?? "2022-09-01"; + _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); + } + + internal HttpMessage CreateCreateOrUpdateRequest(string subscriptionId, string networkManagerConnectionName, NetworkManagerConnectionData data) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Put; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendPath("/subscriptions/", false); + uri.AppendPath(subscriptionId, true); + uri.AppendPath("/providers/Microsoft.Network/networkManagerConnections/", false); + uri.AppendPath(networkManagerConnectionName, true); + uri.AppendQuery("api-version", _apiVersion, true); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + request.Headers.Add("Content-Type", "application/json"); + var content = new Utf8JsonRequestContent(); + content.JsonWriter.WriteObjectValue(data); + request.Content = content; + _userAgent.Apply(message); + return message; + } + + /// Create a network manager connection on this subscription. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// Name for the network manager connection. + /// Network manager connection to be created/updated. + /// The cancellation token to use. + /// , or is null. + /// or is an empty string, and was expected to be non-empty. + public async Task> CreateOrUpdateAsync(string subscriptionId, string networkManagerConnectionName, NetworkManagerConnectionData data, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(networkManagerConnectionName, nameof(networkManagerConnectionName)); + Argument.AssertNotNull(data, nameof(data)); + + using var message = CreateCreateOrUpdateRequest(subscriptionId, networkManagerConnectionName, data); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + case 201: + { + NetworkManagerConnectionData value = default; + using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); + value = NetworkManagerConnectionData.DeserializeNetworkManagerConnectionData(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + + /// Create a network manager connection on this subscription. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// Name for the network manager connection. + /// Network manager connection to be created/updated. + /// The cancellation token to use. + /// , or is null. + /// or is an empty string, and was expected to be non-empty. + public Response CreateOrUpdate(string subscriptionId, string networkManagerConnectionName, NetworkManagerConnectionData data, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(networkManagerConnectionName, nameof(networkManagerConnectionName)); + Argument.AssertNotNull(data, nameof(data)); + + using var message = CreateCreateOrUpdateRequest(subscriptionId, networkManagerConnectionName, data); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + case 201: + { + NetworkManagerConnectionData value = default; + using var document = JsonDocument.Parse(message.Response.ContentStream); + value = NetworkManagerConnectionData.DeserializeNetworkManagerConnectionData(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + + internal HttpMessage CreateGetRequest(string subscriptionId, string networkManagerConnectionName) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Get; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendPath("/subscriptions/", false); + uri.AppendPath(subscriptionId, true); + uri.AppendPath("/providers/Microsoft.Network/networkManagerConnections/", false); + uri.AppendPath(networkManagerConnectionName, true); + uri.AppendQuery("api-version", _apiVersion, true); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + _userAgent.Apply(message); + return message; + } + + /// Get a specified connection created by this subscription. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// Name for the network manager connection. + /// The cancellation token to use. + /// or is null. + /// or is an empty string, and was expected to be non-empty. + public async Task> GetAsync(string subscriptionId, string networkManagerConnectionName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(networkManagerConnectionName, nameof(networkManagerConnectionName)); + + using var message = CreateGetRequest(subscriptionId, networkManagerConnectionName); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + { + NetworkManagerConnectionData value = default; + using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); + value = NetworkManagerConnectionData.DeserializeNetworkManagerConnectionData(document.RootElement); + return Response.FromValue(value, message.Response); + } + case 404: + return Response.FromValue((NetworkManagerConnectionData)null, message.Response); + default: + throw new RequestFailedException(message.Response); + } + } + + /// Get a specified connection created by this subscription. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// Name for the network manager connection. + /// The cancellation token to use. + /// or is null. + /// or is an empty string, and was expected to be non-empty. + public Response Get(string subscriptionId, string networkManagerConnectionName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(networkManagerConnectionName, nameof(networkManagerConnectionName)); + + using var message = CreateGetRequest(subscriptionId, networkManagerConnectionName); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + { + NetworkManagerConnectionData value = default; + using var document = JsonDocument.Parse(message.Response.ContentStream); + value = NetworkManagerConnectionData.DeserializeNetworkManagerConnectionData(document.RootElement); + return Response.FromValue(value, message.Response); + } + case 404: + return Response.FromValue((NetworkManagerConnectionData)null, message.Response); + default: + throw new RequestFailedException(message.Response); + } + } + + internal HttpMessage CreateDeleteRequest(string subscriptionId, string networkManagerConnectionName) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Delete; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendPath("/subscriptions/", false); + uri.AppendPath(subscriptionId, true); + uri.AppendPath("/providers/Microsoft.Network/networkManagerConnections/", false); + uri.AppendPath(networkManagerConnectionName, true); + uri.AppendQuery("api-version", _apiVersion, true); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + _userAgent.Apply(message); + return message; + } + + /// Delete specified connection created by this subscription. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// Name for the network manager connection. + /// The cancellation token to use. + /// or is null. + /// or is an empty string, and was expected to be non-empty. + public async Task DeleteAsync(string subscriptionId, string networkManagerConnectionName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(networkManagerConnectionName, nameof(networkManagerConnectionName)); + + using var message = CreateDeleteRequest(subscriptionId, networkManagerConnectionName); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + case 204: + return message.Response; + default: + throw new RequestFailedException(message.Response); + } + } + + /// Delete specified connection created by this subscription. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// Name for the network manager connection. + /// The cancellation token to use. + /// or is null. + /// or is an empty string, and was expected to be non-empty. + public Response Delete(string subscriptionId, string networkManagerConnectionName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(networkManagerConnectionName, nameof(networkManagerConnectionName)); + + using var message = CreateDeleteRequest(subscriptionId, networkManagerConnectionName); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + case 204: + return message.Response; + default: + throw new RequestFailedException(message.Response); + } + } + + internal HttpMessage CreateListRequest(string subscriptionId, int? top, string skipToken) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Get; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendPath("/subscriptions/", false); + uri.AppendPath(subscriptionId, true); + uri.AppendPath("/providers/Microsoft.Network/networkManagerConnections", false); + uri.AppendQuery("api-version", _apiVersion, true); + if (top != null) + { + uri.AppendQuery("$top", top.Value, true); + } + if (skipToken != null) + { + uri.AppendQuery("$skipToken", skipToken, true); + } + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + _userAgent.Apply(message); + return message; + } + + /// List all network manager connections created by this subscription. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// An optional query parameter which specifies the maximum number of records to be returned by the server. + /// SkipToken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. + /// The cancellation token to use. + /// is null. + /// is an empty string, and was expected to be non-empty. + public async Task> ListAsync(string subscriptionId, int? top = null, string skipToken = null, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + + using var message = CreateListRequest(subscriptionId, top, skipToken); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + { + NetworkManagerConnectionListResult value = default; + using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); + value = NetworkManagerConnectionListResult.DeserializeNetworkManagerConnectionListResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + + /// List all network manager connections created by this subscription. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// An optional query parameter which specifies the maximum number of records to be returned by the server. + /// SkipToken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. + /// The cancellation token to use. + /// is null. + /// is an empty string, and was expected to be non-empty. + public Response List(string subscriptionId, int? top = null, string skipToken = null, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + + using var message = CreateListRequest(subscriptionId, top, skipToken); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + { + NetworkManagerConnectionListResult value = default; + using var document = JsonDocument.Parse(message.Response.ContentStream); + value = NetworkManagerConnectionListResult.DeserializeNetworkManagerConnectionListResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + + internal HttpMessage CreateListNextPageRequest(string nextLink, string subscriptionId, int? top, string skipToken) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Get; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendRawNextLink(nextLink, false); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + _userAgent.Apply(message); + return message; + } + + /// List all network manager connections created by this subscription. + /// The URL to the next page of results. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// An optional query parameter which specifies the maximum number of records to be returned by the server. + /// SkipToken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. + /// The cancellation token to use. + /// or is null. + /// is an empty string, and was expected to be non-empty. + public async Task> ListNextPageAsync(string nextLink, string subscriptionId, int? top = null, string skipToken = null, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(nextLink, nameof(nextLink)); + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + + using var message = CreateListNextPageRequest(nextLink, subscriptionId, top, skipToken); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + { + NetworkManagerConnectionListResult value = default; + using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); + value = NetworkManagerConnectionListResult.DeserializeNetworkManagerConnectionListResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + + /// List all network manager connections created by this subscription. + /// The URL to the next page of results. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// An optional query parameter which specifies the maximum number of records to be returned by the server. + /// SkipToken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. + /// The cancellation token to use. + /// or is null. + /// is an empty string, and was expected to be non-empty. + public Response ListNextPage(string nextLink, string subscriptionId, int? top = null, string skipToken = null, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(nextLink, nameof(nextLink)); + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + + using var message = CreateListNextPageRequest(nextLink, subscriptionId, top, skipToken); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + { + NetworkManagerConnectionListResult value = default; + using var document = JsonDocument.Parse(message.Response.ContentStream); + value = NetworkManagerConnectionListResult.DeserializeNetworkManagerConnectionListResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/UsagesRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/UsagesRestOperations.cs index 794ff6ce4ece..d8f95b14497b 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/UsagesRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/UsagesRestOperations.cs @@ -33,7 +33,7 @@ public UsagesRestOperations(HttpPipeline pipeline, string applicationId, Uri end { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/VipSwapRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/VipSwapRestOperations.cs new file mode 100644 index 000000000000..edbd94eab8bd --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/VipSwapRestOperations.cs @@ -0,0 +1,283 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Text.Json; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Core.Pipeline; +using Azure.ResourceManager.Network.Models; + +namespace Azure.ResourceManager.Network +{ + internal partial class VipSwapRestOperations + { + private readonly TelemetryDetails _userAgent; + private readonly HttpPipeline _pipeline; + private readonly Uri _endpoint; + private readonly string _apiVersion; + + /// Initializes a new instance of VipSwapRestOperations. + /// The HTTP pipeline for sending and receiving REST requests and responses. + /// The application id to use for user agent. + /// server parameter. + /// Api Version. + /// or is null. + public VipSwapRestOperations(HttpPipeline pipeline, string applicationId, Uri endpoint = null, string apiVersion = default) + { + _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); + _endpoint = endpoint ?? new Uri("https://management.azure.com"); + _apiVersion = apiVersion ?? "2022-09-01"; + _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); + } + + internal HttpMessage CreateGetRequest(string subscriptionId, string groupName, string resourceName) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Get; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendPath("/subscriptions/", false); + uri.AppendPath(subscriptionId, true); + uri.AppendPath("/resourceGroups/", false); + uri.AppendPath(groupName, true); + uri.AppendPath("/providers/Microsoft.Compute/cloudServices/", false); + uri.AppendPath(resourceName, true); + uri.AppendPath("/providers/Microsoft.Network/cloudServiceSlots/", false); + uri.AppendPath("swap", true); + uri.AppendQuery("api-version", _apiVersion, true); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + _userAgent.Apply(message); + return message; + } + + /// Gets the SwapResource which identifies the slot type for the specified cloud service. The slot type on a cloud service can either be Staging or Production. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the cloud service. + /// The cancellation token to use. + /// , or is null. + /// , or is an empty string, and was expected to be non-empty. + public async Task> GetAsync(string subscriptionId, string groupName, string resourceName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(groupName, nameof(groupName)); + Argument.AssertNotNullOrEmpty(resourceName, nameof(resourceName)); + + using var message = CreateGetRequest(subscriptionId, groupName, resourceName); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + { + CloudServiceSwapData value = default; + using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); + value = CloudServiceSwapData.DeserializeCloudServiceSwapData(document.RootElement); + return Response.FromValue(value, message.Response); + } + case 404: + return Response.FromValue((CloudServiceSwapData)null, message.Response); + default: + throw new RequestFailedException(message.Response); + } + } + + /// Gets the SwapResource which identifies the slot type for the specified cloud service. The slot type on a cloud service can either be Staging or Production. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the cloud service. + /// The cancellation token to use. + /// , or is null. + /// , or is an empty string, and was expected to be non-empty. + public Response Get(string subscriptionId, string groupName, string resourceName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(groupName, nameof(groupName)); + Argument.AssertNotNullOrEmpty(resourceName, nameof(resourceName)); + + using var message = CreateGetRequest(subscriptionId, groupName, resourceName); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + { + CloudServiceSwapData value = default; + using var document = JsonDocument.Parse(message.Response.ContentStream); + value = CloudServiceSwapData.DeserializeCloudServiceSwapData(document.RootElement); + return Response.FromValue(value, message.Response); + } + case 404: + return Response.FromValue((CloudServiceSwapData)null, message.Response); + default: + throw new RequestFailedException(message.Response); + } + } + + internal HttpMessage CreateCreateRequest(string subscriptionId, string groupName, string resourceName, CloudServiceSwapData data) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Put; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendPath("/subscriptions/", false); + uri.AppendPath(subscriptionId, true); + uri.AppendPath("/resourceGroups/", false); + uri.AppendPath(groupName, true); + uri.AppendPath("/providers/Microsoft.Compute/cloudServices/", false); + uri.AppendPath(resourceName, true); + uri.AppendPath("/providers/Microsoft.Network/cloudServiceSlots/", false); + uri.AppendPath("swap", true); + uri.AppendQuery("api-version", _apiVersion, true); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + request.Headers.Add("Content-Type", "application/json"); + var content = new Utf8JsonRequestContent(); + content.JsonWriter.WriteObjectValue(data); + request.Content = content; + _userAgent.Apply(message); + return message; + } + + /// Performs vip swap operation on swappable cloud services. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the cloud service. + /// SwapResource object where slot type should be the target slot after vip swap for the specified cloud service. + /// The cancellation token to use. + /// , , or is null. + /// , or is an empty string, and was expected to be non-empty. + public async Task CreateAsync(string subscriptionId, string groupName, string resourceName, CloudServiceSwapData data, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(groupName, nameof(groupName)); + Argument.AssertNotNullOrEmpty(resourceName, nameof(resourceName)); + Argument.AssertNotNull(data, nameof(data)); + + using var message = CreateCreateRequest(subscriptionId, groupName, resourceName, data); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + case 202: + return message.Response; + default: + throw new RequestFailedException(message.Response); + } + } + + /// Performs vip swap operation on swappable cloud services. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the cloud service. + /// SwapResource object where slot type should be the target slot after vip swap for the specified cloud service. + /// The cancellation token to use. + /// , , or is null. + /// , or is an empty string, and was expected to be non-empty. + public Response Create(string subscriptionId, string groupName, string resourceName, CloudServiceSwapData data, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(groupName, nameof(groupName)); + Argument.AssertNotNullOrEmpty(resourceName, nameof(resourceName)); + Argument.AssertNotNull(data, nameof(data)); + + using var message = CreateCreateRequest(subscriptionId, groupName, resourceName, data); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + case 202: + return message.Response; + default: + throw new RequestFailedException(message.Response); + } + } + + internal HttpMessage CreateListRequest(string subscriptionId, string groupName, string resourceName) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Get; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendPath("/subscriptions/", false); + uri.AppendPath(subscriptionId, true); + uri.AppendPath("/resourceGroups/", false); + uri.AppendPath(groupName, true); + uri.AppendPath("/providers/Microsoft.Compute/cloudServices/", false); + uri.AppendPath(resourceName, true); + uri.AppendPath("/providers/Microsoft.Network/cloudServiceSlots", false); + uri.AppendQuery("api-version", _apiVersion, true); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + _userAgent.Apply(message); + return message; + } + + /// Gets the list of SwapResource which identifies the slot type for the specified cloud service. The slot type on a cloud service can either be Staging or Production. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the cloud service. + /// The cancellation token to use. + /// , or is null. + /// , or is an empty string, and was expected to be non-empty. + public async Task> ListAsync(string subscriptionId, string groupName, string resourceName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(groupName, nameof(groupName)); + Argument.AssertNotNullOrEmpty(resourceName, nameof(resourceName)); + + using var message = CreateListRequest(subscriptionId, groupName, resourceName); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + { + CloudServiceSwapListResult value = default; + using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); + value = CloudServiceSwapListResult.DeserializeCloudServiceSwapListResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + + /// Gets the list of SwapResource which identifies the slot type for the specified cloud service. The slot type on a cloud service can either be Staging or Production. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The name of the resource group. + /// The name of the cloud service. + /// The cancellation token to use. + /// , or is null. + /// , or is an empty string, and was expected to be non-empty. + public Response List(string subscriptionId, string groupName, string resourceName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(groupName, nameof(groupName)); + Argument.AssertNotNullOrEmpty(resourceName, nameof(resourceName)); + + using var message = CreateListRequest(subscriptionId, groupName, resourceName); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + { + CloudServiceSwapListResult value = default; + using var document = JsonDocument.Parse(message.Response.ContentStream); + value = CloudServiceSwapListResult.DeserializeCloudServiceSwapListResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/VirtualApplianceSitesRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/VirtualApplianceSitesRestOperations.cs index 564082222ef1..efe6cb1ec369 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/VirtualApplianceSitesRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/VirtualApplianceSitesRestOperations.cs @@ -33,7 +33,7 @@ public VirtualApplianceSitesRestOperations(HttpPipeline pipeline, string applica { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/VirtualApplianceSkusRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/VirtualApplianceSkusRestOperations.cs index b8fada0d80bd..9bebaee0dc86 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/VirtualApplianceSkusRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/VirtualApplianceSkusRestOperations.cs @@ -33,7 +33,7 @@ public VirtualApplianceSkusRestOperations(HttpPipeline pipeline, string applicat { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/VirtualHubBgpConnectionRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/VirtualHubBgpConnectionRestOperations.cs index c2ca1f4e2bf7..172239f135cd 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/VirtualHubBgpConnectionRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/VirtualHubBgpConnectionRestOperations.cs @@ -32,7 +32,7 @@ public VirtualHubBgpConnectionRestOperations(HttpPipeline pipeline, string appli { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/VirtualHubBgpConnectionsRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/VirtualHubBgpConnectionsRestOperations.cs index 9f4875d0b67f..cd7b354f39f3 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/VirtualHubBgpConnectionsRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/VirtualHubBgpConnectionsRestOperations.cs @@ -33,7 +33,7 @@ public VirtualHubBgpConnectionsRestOperations(HttpPipeline pipeline, string appl { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/VirtualHubIpConfigurationRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/VirtualHubIpConfigurationRestOperations.cs index a4c2ab0c5e9e..e8a5926911ae 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/VirtualHubIpConfigurationRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/VirtualHubIpConfigurationRestOperations.cs @@ -33,7 +33,7 @@ public VirtualHubIpConfigurationRestOperations(HttpPipeline pipeline, string app { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/VirtualHubRouteTableV2SRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/VirtualHubRouteTableV2SRestOperations.cs index 8d20614ac3be..d002e2647d32 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/VirtualHubRouteTableV2SRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/VirtualHubRouteTableV2SRestOperations.cs @@ -33,7 +33,7 @@ public VirtualHubRouteTableV2SRestOperations(HttpPipeline pipeline, string appli { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/VirtualHubsRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/VirtualHubsRestOperations.cs index 24035cfa2b33..08bfeedb4b19 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/VirtualHubsRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/VirtualHubsRestOperations.cs @@ -33,7 +33,7 @@ public VirtualHubsRestOperations(HttpPipeline pipeline, string applicationId, Ur { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } @@ -575,6 +575,164 @@ public Response GetEffectiveVirtualHubRoutes(string subscriptionId, string resou } } + internal HttpMessage CreateGetInboundRoutesRequest(string subscriptionId, string resourceGroupName, string virtualHubName, VirtualHubInboundRoutesContent content) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Post; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendPath("/subscriptions/", false); + uri.AppendPath(subscriptionId, true); + uri.AppendPath("/resourceGroups/", false); + uri.AppendPath(resourceGroupName, true); + uri.AppendPath("/providers/Microsoft.Network/virtualHubs/", false); + uri.AppendPath(virtualHubName, true); + uri.AppendPath("/inboundRoutes", false); + uri.AppendQuery("api-version", _apiVersion, true); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + request.Headers.Add("Content-Type", "application/json"); + var content0 = new Utf8JsonRequestContent(); + content0.JsonWriter.WriteObjectValue(content); + request.Content = content0; + _userAgent.Apply(message); + return message; + } + + /// Gets the inbound routes configured for the Virtual Hub on a particular connection. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The resource group name of the VirtualHub. + /// The name of the VirtualHub. + /// Parameters supplied to get the inbound routes for a connection resource. + /// The cancellation token to use. + /// , , or is null. + /// , or is an empty string, and was expected to be non-empty. + public async Task GetInboundRoutesAsync(string subscriptionId, string resourceGroupName, string virtualHubName, VirtualHubInboundRoutesContent content, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(virtualHubName, nameof(virtualHubName)); + Argument.AssertNotNull(content, nameof(content)); + + using var message = CreateGetInboundRoutesRequest(subscriptionId, resourceGroupName, virtualHubName, content); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + case 202: + return message.Response; + default: + throw new RequestFailedException(message.Response); + } + } + + /// Gets the inbound routes configured for the Virtual Hub on a particular connection. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The resource group name of the VirtualHub. + /// The name of the VirtualHub. + /// Parameters supplied to get the inbound routes for a connection resource. + /// The cancellation token to use. + /// , , or is null. + /// , or is an empty string, and was expected to be non-empty. + public Response GetInboundRoutes(string subscriptionId, string resourceGroupName, string virtualHubName, VirtualHubInboundRoutesContent content, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(virtualHubName, nameof(virtualHubName)); + Argument.AssertNotNull(content, nameof(content)); + + using var message = CreateGetInboundRoutesRequest(subscriptionId, resourceGroupName, virtualHubName, content); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + case 202: + return message.Response; + default: + throw new RequestFailedException(message.Response); + } + } + + internal HttpMessage CreateGetOutboundRoutesRequest(string subscriptionId, string resourceGroupName, string virtualHubName, VirtualHubOutboundRoutesContent content) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Post; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendPath("/subscriptions/", false); + uri.AppendPath(subscriptionId, true); + uri.AppendPath("/resourceGroups/", false); + uri.AppendPath(resourceGroupName, true); + uri.AppendPath("/providers/Microsoft.Network/virtualHubs/", false); + uri.AppendPath(virtualHubName, true); + uri.AppendPath("/outboundRoutes", false); + uri.AppendQuery("api-version", _apiVersion, true); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + request.Headers.Add("Content-Type", "application/json"); + var content0 = new Utf8JsonRequestContent(); + content0.JsonWriter.WriteObjectValue(content); + request.Content = content0; + _userAgent.Apply(message); + return message; + } + + /// Gets the outbound routes configured for the Virtual Hub on a particular connection. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The resource group name of the VirtualHub. + /// The name of the VirtualHub. + /// Parameters supplied to get the outbound routes for a connection resource. + /// The cancellation token to use. + /// , , or is null. + /// , or is an empty string, and was expected to be non-empty. + public async Task GetOutboundRoutesAsync(string subscriptionId, string resourceGroupName, string virtualHubName, VirtualHubOutboundRoutesContent content, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(virtualHubName, nameof(virtualHubName)); + Argument.AssertNotNull(content, nameof(content)); + + using var message = CreateGetOutboundRoutesRequest(subscriptionId, resourceGroupName, virtualHubName, content); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + case 202: + return message.Response; + default: + throw new RequestFailedException(message.Response); + } + } + + /// Gets the outbound routes configured for the Virtual Hub on a particular connection. + /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The resource group name of the VirtualHub. + /// The name of the VirtualHub. + /// Parameters supplied to get the outbound routes for a connection resource. + /// The cancellation token to use. + /// , , or is null. + /// , or is an empty string, and was expected to be non-empty. + public Response GetOutboundRoutes(string subscriptionId, string resourceGroupName, string virtualHubName, VirtualHubOutboundRoutesContent content, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(virtualHubName, nameof(virtualHubName)); + Argument.AssertNotNull(content, nameof(content)); + + using var message = CreateGetOutboundRoutesRequest(subscriptionId, resourceGroupName, virtualHubName, content); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + case 202: + return message.Response; + default: + throw new RequestFailedException(message.Response); + } + } + internal HttpMessage CreateListByResourceGroupNextPageRequest(string nextLink, string subscriptionId, string resourceGroupName) { var message = _pipeline.CreateMessage(); diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/VirtualNetworkGatewayConnectionsRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/VirtualNetworkGatewayConnectionsRestOperations.cs index b14c21972e62..309797499c9e 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/VirtualNetworkGatewayConnectionsRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/VirtualNetworkGatewayConnectionsRestOperations.cs @@ -33,7 +33,7 @@ public VirtualNetworkGatewayConnectionsRestOperations(HttpPipeline pipeline, str { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } @@ -657,7 +657,7 @@ public Response ResetSharedKey(string subscriptionId, string resourceGroupName, } } - internal HttpMessage CreateStartPacketCaptureRequest(string subscriptionId, string resourceGroupName, string virtualNetworkGatewayConnectionName, VpnPacketCaptureStartParameters vpnPacketCaptureStartParameters) + internal HttpMessage CreateStartPacketCaptureRequest(string subscriptionId, string resourceGroupName, string virtualNetworkGatewayConnectionName, VpnPacketCaptureStartContent content) { var message = _pipeline.CreateMessage(); var request = message.Request; @@ -674,12 +674,12 @@ internal HttpMessage CreateStartPacketCaptureRequest(string subscriptionId, stri uri.AppendQuery("api-version", _apiVersion, true); request.Uri = uri; request.Headers.Add("Accept", "application/json"); - if (vpnPacketCaptureStartParameters != null) + if (content != null) { request.Headers.Add("Content-Type", "application/json"); - var content = new Utf8JsonRequestContent(); - content.JsonWriter.WriteObjectValue(vpnPacketCaptureStartParameters); - request.Content = content; + var content0 = new Utf8JsonRequestContent(); + content0.JsonWriter.WriteObjectValue(content); + request.Content = content0; } _userAgent.Apply(message); return message; @@ -689,17 +689,17 @@ internal HttpMessage CreateStartPacketCaptureRequest(string subscriptionId, stri /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. /// The name of the resource group. /// The name of the virtual network gateway connection. - /// Virtual network gateway packet capture parameters supplied to start packet capture on gateway connection. + /// Virtual network gateway packet capture parameters supplied to start packet capture on gateway connection. /// The cancellation token to use. /// , or is null. /// , or is an empty string, and was expected to be non-empty. - public async Task StartPacketCaptureAsync(string subscriptionId, string resourceGroupName, string virtualNetworkGatewayConnectionName, VpnPacketCaptureStartParameters vpnPacketCaptureStartParameters = null, CancellationToken cancellationToken = default) + public async Task StartPacketCaptureAsync(string subscriptionId, string resourceGroupName, string virtualNetworkGatewayConnectionName, VpnPacketCaptureStartContent content = null, CancellationToken cancellationToken = default) { Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); Argument.AssertNotNullOrEmpty(virtualNetworkGatewayConnectionName, nameof(virtualNetworkGatewayConnectionName)); - using var message = CreateStartPacketCaptureRequest(subscriptionId, resourceGroupName, virtualNetworkGatewayConnectionName, vpnPacketCaptureStartParameters); + using var message = CreateStartPacketCaptureRequest(subscriptionId, resourceGroupName, virtualNetworkGatewayConnectionName, content); await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); switch (message.Response.Status) { @@ -715,17 +715,17 @@ public async Task StartPacketCaptureAsync(string subscriptionId, strin /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. /// The name of the resource group. /// The name of the virtual network gateway connection. - /// Virtual network gateway packet capture parameters supplied to start packet capture on gateway connection. + /// Virtual network gateway packet capture parameters supplied to start packet capture on gateway connection. /// The cancellation token to use. /// , or is null. /// , or is an empty string, and was expected to be non-empty. - public Response StartPacketCapture(string subscriptionId, string resourceGroupName, string virtualNetworkGatewayConnectionName, VpnPacketCaptureStartParameters vpnPacketCaptureStartParameters = null, CancellationToken cancellationToken = default) + public Response StartPacketCapture(string subscriptionId, string resourceGroupName, string virtualNetworkGatewayConnectionName, VpnPacketCaptureStartContent content = null, CancellationToken cancellationToken = default) { Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); Argument.AssertNotNullOrEmpty(virtualNetworkGatewayConnectionName, nameof(virtualNetworkGatewayConnectionName)); - using var message = CreateStartPacketCaptureRequest(subscriptionId, resourceGroupName, virtualNetworkGatewayConnectionName, vpnPacketCaptureStartParameters); + using var message = CreateStartPacketCaptureRequest(subscriptionId, resourceGroupName, virtualNetworkGatewayConnectionName, content); _pipeline.Send(message, cancellationToken); switch (message.Response.Status) { @@ -737,7 +737,7 @@ public Response StartPacketCapture(string subscriptionId, string resourceGroupNa } } - internal HttpMessage CreateStopPacketCaptureRequest(string subscriptionId, string resourceGroupName, string virtualNetworkGatewayConnectionName, VpnPacketCaptureStopParameters vpnPacketCaptureStopParameters) + internal HttpMessage CreateStopPacketCaptureRequest(string subscriptionId, string resourceGroupName, string virtualNetworkGatewayConnectionName, VpnPacketCaptureStopContent content) { var message = _pipeline.CreateMessage(); var request = message.Request; @@ -755,9 +755,9 @@ internal HttpMessage CreateStopPacketCaptureRequest(string subscriptionId, strin request.Uri = uri; request.Headers.Add("Accept", "application/json"); request.Headers.Add("Content-Type", "application/json"); - var content = new Utf8JsonRequestContent(); - content.JsonWriter.WriteObjectValue(vpnPacketCaptureStopParameters); - request.Content = content; + var content0 = new Utf8JsonRequestContent(); + content0.JsonWriter.WriteObjectValue(content); + request.Content = content0; _userAgent.Apply(message); return message; } @@ -766,18 +766,18 @@ internal HttpMessage CreateStopPacketCaptureRequest(string subscriptionId, strin /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. /// The name of the resource group. /// The name of the virtual network gateway Connection. - /// Virtual network gateway packet capture parameters supplied to stop packet capture on gateway connection. + /// Virtual network gateway packet capture parameters supplied to stop packet capture on gateway connection. /// The cancellation token to use. - /// , , or is null. + /// , , or is null. /// , or is an empty string, and was expected to be non-empty. - public async Task StopPacketCaptureAsync(string subscriptionId, string resourceGroupName, string virtualNetworkGatewayConnectionName, VpnPacketCaptureStopParameters vpnPacketCaptureStopParameters, CancellationToken cancellationToken = default) + public async Task StopPacketCaptureAsync(string subscriptionId, string resourceGroupName, string virtualNetworkGatewayConnectionName, VpnPacketCaptureStopContent content, CancellationToken cancellationToken = default) { Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); Argument.AssertNotNullOrEmpty(virtualNetworkGatewayConnectionName, nameof(virtualNetworkGatewayConnectionName)); - Argument.AssertNotNull(vpnPacketCaptureStopParameters, nameof(vpnPacketCaptureStopParameters)); + Argument.AssertNotNull(content, nameof(content)); - using var message = CreateStopPacketCaptureRequest(subscriptionId, resourceGroupName, virtualNetworkGatewayConnectionName, vpnPacketCaptureStopParameters); + using var message = CreateStopPacketCaptureRequest(subscriptionId, resourceGroupName, virtualNetworkGatewayConnectionName, content); await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); switch (message.Response.Status) { @@ -793,18 +793,18 @@ public async Task StopPacketCaptureAsync(string subscriptionId, string /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. /// The name of the resource group. /// The name of the virtual network gateway Connection. - /// Virtual network gateway packet capture parameters supplied to stop packet capture on gateway connection. + /// Virtual network gateway packet capture parameters supplied to stop packet capture on gateway connection. /// The cancellation token to use. - /// , , or is null. + /// , , or is null. /// , or is an empty string, and was expected to be non-empty. - public Response StopPacketCapture(string subscriptionId, string resourceGroupName, string virtualNetworkGatewayConnectionName, VpnPacketCaptureStopParameters vpnPacketCaptureStopParameters, CancellationToken cancellationToken = default) + public Response StopPacketCapture(string subscriptionId, string resourceGroupName, string virtualNetworkGatewayConnectionName, VpnPacketCaptureStopContent content, CancellationToken cancellationToken = default) { Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); Argument.AssertNotNullOrEmpty(virtualNetworkGatewayConnectionName, nameof(virtualNetworkGatewayConnectionName)); - Argument.AssertNotNull(vpnPacketCaptureStopParameters, nameof(vpnPacketCaptureStopParameters)); + Argument.AssertNotNull(content, nameof(content)); - using var message = CreateStopPacketCaptureRequest(subscriptionId, resourceGroupName, virtualNetworkGatewayConnectionName, vpnPacketCaptureStopParameters); + using var message = CreateStopPacketCaptureRequest(subscriptionId, resourceGroupName, virtualNetworkGatewayConnectionName, content); _pipeline.Send(message, cancellationToken); switch (message.Response.Status) { diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/VirtualNetworkGatewayNatRulesRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/VirtualNetworkGatewayNatRulesRestOperations.cs index 2a9ceeeafe03..0d2781f8712d 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/VirtualNetworkGatewayNatRulesRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/VirtualNetworkGatewayNatRulesRestOperations.cs @@ -33,7 +33,7 @@ public VirtualNetworkGatewayNatRulesRestOperations(HttpPipeline pipeline, string { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/VirtualNetworkGatewaysRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/VirtualNetworkGatewaysRestOperations.cs index dcc5ea5f4f87..d9ce22aef412 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/VirtualNetworkGatewaysRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/VirtualNetworkGatewaysRestOperations.cs @@ -33,7 +33,7 @@ public VirtualNetworkGatewaysRestOperations(HttpPipeline pipeline, string applic { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } @@ -647,7 +647,7 @@ public Response ResetVpnClientSharedKey(string subscriptionId, string resourceGr } } - internal HttpMessage CreateGeneratevpnclientpackageRequest(string subscriptionId, string resourceGroupName, string virtualNetworkGatewayName, VpnClientParameters vpnClientParameters) + internal HttpMessage CreateGeneratevpnclientpackageRequest(string subscriptionId, string resourceGroupName, string virtualNetworkGatewayName, VpnClientContent content) { var message = _pipeline.CreateMessage(); var request = message.Request; @@ -665,9 +665,9 @@ internal HttpMessage CreateGeneratevpnclientpackageRequest(string subscriptionId request.Uri = uri; request.Headers.Add("Accept", "application/json"); request.Headers.Add("Content-Type", "application/json"); - var content = new Utf8JsonRequestContent(); - content.JsonWriter.WriteObjectValue(vpnClientParameters); - request.Content = content; + var content0 = new Utf8JsonRequestContent(); + content0.JsonWriter.WriteObjectValue(content); + request.Content = content0; _userAgent.Apply(message); return message; } @@ -676,18 +676,18 @@ internal HttpMessage CreateGeneratevpnclientpackageRequest(string subscriptionId /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. /// The name of the resource group. /// The name of the virtual network gateway. - /// Parameters supplied to the generate virtual network gateway VPN client package operation. + /// Parameters supplied to the generate virtual network gateway VPN client package operation. /// The cancellation token to use. - /// , , or is null. + /// , , or is null. /// , or is an empty string, and was expected to be non-empty. - public async Task GeneratevpnclientpackageAsync(string subscriptionId, string resourceGroupName, string virtualNetworkGatewayName, VpnClientParameters vpnClientParameters, CancellationToken cancellationToken = default) + public async Task GeneratevpnclientpackageAsync(string subscriptionId, string resourceGroupName, string virtualNetworkGatewayName, VpnClientContent content, CancellationToken cancellationToken = default) { Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); Argument.AssertNotNullOrEmpty(virtualNetworkGatewayName, nameof(virtualNetworkGatewayName)); - Argument.AssertNotNull(vpnClientParameters, nameof(vpnClientParameters)); + Argument.AssertNotNull(content, nameof(content)); - using var message = CreateGeneratevpnclientpackageRequest(subscriptionId, resourceGroupName, virtualNetworkGatewayName, vpnClientParameters); + using var message = CreateGeneratevpnclientpackageRequest(subscriptionId, resourceGroupName, virtualNetworkGatewayName, content); await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); switch (message.Response.Status) { @@ -703,18 +703,18 @@ public async Task GeneratevpnclientpackageAsync(string subscriptionId, /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. /// The name of the resource group. /// The name of the virtual network gateway. - /// Parameters supplied to the generate virtual network gateway VPN client package operation. + /// Parameters supplied to the generate virtual network gateway VPN client package operation. /// The cancellation token to use. - /// , , or is null. + /// , , or is null. /// , or is an empty string, and was expected to be non-empty. - public Response Generatevpnclientpackage(string subscriptionId, string resourceGroupName, string virtualNetworkGatewayName, VpnClientParameters vpnClientParameters, CancellationToken cancellationToken = default) + public Response Generatevpnclientpackage(string subscriptionId, string resourceGroupName, string virtualNetworkGatewayName, VpnClientContent content, CancellationToken cancellationToken = default) { Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); Argument.AssertNotNullOrEmpty(virtualNetworkGatewayName, nameof(virtualNetworkGatewayName)); - Argument.AssertNotNull(vpnClientParameters, nameof(vpnClientParameters)); + Argument.AssertNotNull(content, nameof(content)); - using var message = CreateGeneratevpnclientpackageRequest(subscriptionId, resourceGroupName, virtualNetworkGatewayName, vpnClientParameters); + using var message = CreateGeneratevpnclientpackageRequest(subscriptionId, resourceGroupName, virtualNetworkGatewayName, content); _pipeline.Send(message, cancellationToken); switch (message.Response.Status) { @@ -726,7 +726,7 @@ public Response Generatevpnclientpackage(string subscriptionId, string resourceG } } - internal HttpMessage CreateGenerateVpnProfileRequest(string subscriptionId, string resourceGroupName, string virtualNetworkGatewayName, VpnClientParameters vpnClientParameters) + internal HttpMessage CreateGenerateVpnProfileRequest(string subscriptionId, string resourceGroupName, string virtualNetworkGatewayName, VpnClientContent content) { var message = _pipeline.CreateMessage(); var request = message.Request; @@ -744,9 +744,9 @@ internal HttpMessage CreateGenerateVpnProfileRequest(string subscriptionId, stri request.Uri = uri; request.Headers.Add("Accept", "application/json"); request.Headers.Add("Content-Type", "application/json"); - var content = new Utf8JsonRequestContent(); - content.JsonWriter.WriteObjectValue(vpnClientParameters); - request.Content = content; + var content0 = new Utf8JsonRequestContent(); + content0.JsonWriter.WriteObjectValue(content); + request.Content = content0; _userAgent.Apply(message); return message; } @@ -755,18 +755,18 @@ internal HttpMessage CreateGenerateVpnProfileRequest(string subscriptionId, stri /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. /// The name of the resource group. /// The name of the virtual network gateway. - /// Parameters supplied to the generate virtual network gateway VPN client package operation. + /// Parameters supplied to the generate virtual network gateway VPN client package operation. /// The cancellation token to use. - /// , , or is null. + /// , , or is null. /// , or is an empty string, and was expected to be non-empty. - public async Task GenerateVpnProfileAsync(string subscriptionId, string resourceGroupName, string virtualNetworkGatewayName, VpnClientParameters vpnClientParameters, CancellationToken cancellationToken = default) + public async Task GenerateVpnProfileAsync(string subscriptionId, string resourceGroupName, string virtualNetworkGatewayName, VpnClientContent content, CancellationToken cancellationToken = default) { Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); Argument.AssertNotNullOrEmpty(virtualNetworkGatewayName, nameof(virtualNetworkGatewayName)); - Argument.AssertNotNull(vpnClientParameters, nameof(vpnClientParameters)); + Argument.AssertNotNull(content, nameof(content)); - using var message = CreateGenerateVpnProfileRequest(subscriptionId, resourceGroupName, virtualNetworkGatewayName, vpnClientParameters); + using var message = CreateGenerateVpnProfileRequest(subscriptionId, resourceGroupName, virtualNetworkGatewayName, content); await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); switch (message.Response.Status) { @@ -782,18 +782,18 @@ public async Task GenerateVpnProfileAsync(string subscriptionId, strin /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. /// The name of the resource group. /// The name of the virtual network gateway. - /// Parameters supplied to the generate virtual network gateway VPN client package operation. + /// Parameters supplied to the generate virtual network gateway VPN client package operation. /// The cancellation token to use. - /// , , or is null. + /// , , or is null. /// , or is an empty string, and was expected to be non-empty. - public Response GenerateVpnProfile(string subscriptionId, string resourceGroupName, string virtualNetworkGatewayName, VpnClientParameters vpnClientParameters, CancellationToken cancellationToken = default) + public Response GenerateVpnProfile(string subscriptionId, string resourceGroupName, string virtualNetworkGatewayName, VpnClientContent content, CancellationToken cancellationToken = default) { Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); Argument.AssertNotNullOrEmpty(virtualNetworkGatewayName, nameof(virtualNetworkGatewayName)); - Argument.AssertNotNull(vpnClientParameters, nameof(vpnClientParameters)); + Argument.AssertNotNull(content, nameof(content)); - using var message = CreateGenerateVpnProfileRequest(subscriptionId, resourceGroupName, virtualNetworkGatewayName, vpnClientParameters); + using var message = CreateGenerateVpnProfileRequest(subscriptionId, resourceGroupName, virtualNetworkGatewayName, content); _pipeline.Send(message, cancellationToken); switch (message.Response.Status) { @@ -1414,7 +1414,7 @@ public Response VpnDeviceConfigurationScript(string subscriptionId, stri } } - internal HttpMessage CreateStartPacketCaptureRequest(string subscriptionId, string resourceGroupName, string virtualNetworkGatewayName, VpnPacketCaptureStartParameters vpnPacketCaptureStartParameters) + internal HttpMessage CreateStartPacketCaptureRequest(string subscriptionId, string resourceGroupName, string virtualNetworkGatewayName, VpnPacketCaptureStartContent content) { var message = _pipeline.CreateMessage(); var request = message.Request; @@ -1431,12 +1431,12 @@ internal HttpMessage CreateStartPacketCaptureRequest(string subscriptionId, stri uri.AppendQuery("api-version", _apiVersion, true); request.Uri = uri; request.Headers.Add("Accept", "application/json"); - if (vpnPacketCaptureStartParameters != null) + if (content != null) { request.Headers.Add("Content-Type", "application/json"); - var content = new Utf8JsonRequestContent(); - content.JsonWriter.WriteObjectValue(vpnPacketCaptureStartParameters); - request.Content = content; + var content0 = new Utf8JsonRequestContent(); + content0.JsonWriter.WriteObjectValue(content); + request.Content = content0; } _userAgent.Apply(message); return message; @@ -1446,17 +1446,17 @@ internal HttpMessage CreateStartPacketCaptureRequest(string subscriptionId, stri /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. /// The name of the resource group. /// The name of the virtual network gateway. - /// Virtual network gateway packet capture parameters supplied to start packet capture on gateway. + /// Virtual network gateway packet capture parameters supplied to start packet capture on gateway. /// The cancellation token to use. /// , or is null. /// , or is an empty string, and was expected to be non-empty. - public async Task StartPacketCaptureAsync(string subscriptionId, string resourceGroupName, string virtualNetworkGatewayName, VpnPacketCaptureStartParameters vpnPacketCaptureStartParameters = null, CancellationToken cancellationToken = default) + public async Task StartPacketCaptureAsync(string subscriptionId, string resourceGroupName, string virtualNetworkGatewayName, VpnPacketCaptureStartContent content = null, CancellationToken cancellationToken = default) { Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); Argument.AssertNotNullOrEmpty(virtualNetworkGatewayName, nameof(virtualNetworkGatewayName)); - using var message = CreateStartPacketCaptureRequest(subscriptionId, resourceGroupName, virtualNetworkGatewayName, vpnPacketCaptureStartParameters); + using var message = CreateStartPacketCaptureRequest(subscriptionId, resourceGroupName, virtualNetworkGatewayName, content); await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); switch (message.Response.Status) { @@ -1472,17 +1472,17 @@ public async Task StartPacketCaptureAsync(string subscriptionId, strin /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. /// The name of the resource group. /// The name of the virtual network gateway. - /// Virtual network gateway packet capture parameters supplied to start packet capture on gateway. + /// Virtual network gateway packet capture parameters supplied to start packet capture on gateway. /// The cancellation token to use. /// , or is null. /// , or is an empty string, and was expected to be non-empty. - public Response StartPacketCapture(string subscriptionId, string resourceGroupName, string virtualNetworkGatewayName, VpnPacketCaptureStartParameters vpnPacketCaptureStartParameters = null, CancellationToken cancellationToken = default) + public Response StartPacketCapture(string subscriptionId, string resourceGroupName, string virtualNetworkGatewayName, VpnPacketCaptureStartContent content = null, CancellationToken cancellationToken = default) { Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); Argument.AssertNotNullOrEmpty(virtualNetworkGatewayName, nameof(virtualNetworkGatewayName)); - using var message = CreateStartPacketCaptureRequest(subscriptionId, resourceGroupName, virtualNetworkGatewayName, vpnPacketCaptureStartParameters); + using var message = CreateStartPacketCaptureRequest(subscriptionId, resourceGroupName, virtualNetworkGatewayName, content); _pipeline.Send(message, cancellationToken); switch (message.Response.Status) { @@ -1494,7 +1494,7 @@ public Response StartPacketCapture(string subscriptionId, string resourceGroupNa } } - internal HttpMessage CreateStopPacketCaptureRequest(string subscriptionId, string resourceGroupName, string virtualNetworkGatewayName, VpnPacketCaptureStopParameters vpnPacketCaptureStopParameters) + internal HttpMessage CreateStopPacketCaptureRequest(string subscriptionId, string resourceGroupName, string virtualNetworkGatewayName, VpnPacketCaptureStopContent content) { var message = _pipeline.CreateMessage(); var request = message.Request; @@ -1512,9 +1512,9 @@ internal HttpMessage CreateStopPacketCaptureRequest(string subscriptionId, strin request.Uri = uri; request.Headers.Add("Accept", "application/json"); request.Headers.Add("Content-Type", "application/json"); - var content = new Utf8JsonRequestContent(); - content.JsonWriter.WriteObjectValue(vpnPacketCaptureStopParameters); - request.Content = content; + var content0 = new Utf8JsonRequestContent(); + content0.JsonWriter.WriteObjectValue(content); + request.Content = content0; _userAgent.Apply(message); return message; } @@ -1523,18 +1523,18 @@ internal HttpMessage CreateStopPacketCaptureRequest(string subscriptionId, strin /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. /// The name of the resource group. /// The name of the virtual network gateway. - /// Virtual network gateway packet capture parameters supplied to stop packet capture on gateway. + /// Virtual network gateway packet capture parameters supplied to stop packet capture on gateway. /// The cancellation token to use. - /// , , or is null. + /// , , or is null. /// , or is an empty string, and was expected to be non-empty. - public async Task StopPacketCaptureAsync(string subscriptionId, string resourceGroupName, string virtualNetworkGatewayName, VpnPacketCaptureStopParameters vpnPacketCaptureStopParameters, CancellationToken cancellationToken = default) + public async Task StopPacketCaptureAsync(string subscriptionId, string resourceGroupName, string virtualNetworkGatewayName, VpnPacketCaptureStopContent content, CancellationToken cancellationToken = default) { Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); Argument.AssertNotNullOrEmpty(virtualNetworkGatewayName, nameof(virtualNetworkGatewayName)); - Argument.AssertNotNull(vpnPacketCaptureStopParameters, nameof(vpnPacketCaptureStopParameters)); + Argument.AssertNotNull(content, nameof(content)); - using var message = CreateStopPacketCaptureRequest(subscriptionId, resourceGroupName, virtualNetworkGatewayName, vpnPacketCaptureStopParameters); + using var message = CreateStopPacketCaptureRequest(subscriptionId, resourceGroupName, virtualNetworkGatewayName, content); await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); switch (message.Response.Status) { @@ -1550,18 +1550,18 @@ public async Task StopPacketCaptureAsync(string subscriptionId, string /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. /// The name of the resource group. /// The name of the virtual network gateway. - /// Virtual network gateway packet capture parameters supplied to stop packet capture on gateway. + /// Virtual network gateway packet capture parameters supplied to stop packet capture on gateway. /// The cancellation token to use. - /// , , or is null. + /// , , or is null. /// , or is an empty string, and was expected to be non-empty. - public Response StopPacketCapture(string subscriptionId, string resourceGroupName, string virtualNetworkGatewayName, VpnPacketCaptureStopParameters vpnPacketCaptureStopParameters, CancellationToken cancellationToken = default) + public Response StopPacketCapture(string subscriptionId, string resourceGroupName, string virtualNetworkGatewayName, VpnPacketCaptureStopContent content, CancellationToken cancellationToken = default) { Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); Argument.AssertNotNullOrEmpty(virtualNetworkGatewayName, nameof(virtualNetworkGatewayName)); - Argument.AssertNotNull(vpnPacketCaptureStopParameters, nameof(vpnPacketCaptureStopParameters)); + Argument.AssertNotNull(content, nameof(content)); - using var message = CreateStopPacketCaptureRequest(subscriptionId, resourceGroupName, virtualNetworkGatewayName, vpnPacketCaptureStopParameters); + using var message = CreateStopPacketCaptureRequest(subscriptionId, resourceGroupName, virtualNetworkGatewayName, content); _pipeline.Send(message, cancellationToken); switch (message.Response.Status) { diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/VirtualNetworkPeeringsRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/VirtualNetworkPeeringsRestOperations.cs index 894bc27bee57..17ff9253bbbe 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/VirtualNetworkPeeringsRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/VirtualNetworkPeeringsRestOperations.cs @@ -33,7 +33,7 @@ public VirtualNetworkPeeringsRestOperations(HttpPipeline pipeline, string applic { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/VirtualNetworkTapsRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/VirtualNetworkTapsRestOperations.cs index 600cc69f910a..bb6c23e78d56 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/VirtualNetworkTapsRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/VirtualNetworkTapsRestOperations.cs @@ -33,7 +33,7 @@ public VirtualNetworkTapsRestOperations(HttpPipeline pipeline, string applicatio { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/VirtualNetworksRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/VirtualNetworksRestOperations.cs index 675c112e8059..d516bc3424cb 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/VirtualNetworksRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/VirtualNetworksRestOperations.cs @@ -33,7 +33,7 @@ public VirtualNetworksRestOperations(HttpPipeline pipeline, string applicationId { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/VirtualRouterPeeringsRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/VirtualRouterPeeringsRestOperations.cs index 4187672bd100..67a7fe59bd89 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/VirtualRouterPeeringsRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/VirtualRouterPeeringsRestOperations.cs @@ -33,7 +33,7 @@ public VirtualRouterPeeringsRestOperations(HttpPipeline pipeline, string applica { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/VirtualRoutersRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/VirtualRoutersRestOperations.cs index 8e0e5fcd8839..95a1368d6df2 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/VirtualRoutersRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/VirtualRoutersRestOperations.cs @@ -33,7 +33,7 @@ public VirtualRoutersRestOperations(HttpPipeline pipeline, string applicationId, { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/VirtualWansRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/VirtualWansRestOperations.cs index a55c7338d14c..47cd54c4e57a 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/VirtualWansRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/VirtualWansRestOperations.cs @@ -33,7 +33,7 @@ public VirtualWansRestOperations(HttpPipeline pipeline, string applicationId, Ur { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/VpnConnectionsRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/VpnConnectionsRestOperations.cs index 81b29245203b..e30454ec2747 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/VpnConnectionsRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/VpnConnectionsRestOperations.cs @@ -33,7 +33,7 @@ public VpnConnectionsRestOperations(HttpPipeline pipeline, string applicationId, { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/VpnGatewaysRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/VpnGatewaysRestOperations.cs index 28fbeb9496fa..ffa5e4b6cf96 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/VpnGatewaysRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/VpnGatewaysRestOperations.cs @@ -33,7 +33,7 @@ public VpnGatewaysRestOperations(HttpPipeline pipeline, string applicationId, Ur { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } @@ -347,7 +347,7 @@ public Response Delete(string subscriptionId, string resourceGroupName, string g } } - internal HttpMessage CreateResetRequest(string subscriptionId, string resourceGroupName, string gatewayName) + internal HttpMessage CreateResetRequest(string subscriptionId, string resourceGroupName, string gatewayName, string ipConfigurationId) { var message = _pipeline.CreateMessage(); var request = message.Request; @@ -361,6 +361,10 @@ internal HttpMessage CreateResetRequest(string subscriptionId, string resourceGr uri.AppendPath("/providers/Microsoft.Network/vpnGateways/", false); uri.AppendPath(gatewayName, true); uri.AppendPath("/reset", false); + if (ipConfigurationId != null) + { + uri.AppendQuery("ipConfigurationId", ipConfigurationId, true); + } uri.AppendQuery("api-version", _apiVersion, true); request.Uri = uri; request.Headers.Add("Accept", "application/json"); @@ -372,16 +376,17 @@ internal HttpMessage CreateResetRequest(string subscriptionId, string resourceGr /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. /// The resource group name of the VpnGateway. /// The name of the gateway. + /// VpnGateway ipConfigurationId to specify the gateway instance. /// The cancellation token to use. /// , or is null. /// , or is an empty string, and was expected to be non-empty. - public async Task ResetAsync(string subscriptionId, string resourceGroupName, string gatewayName, CancellationToken cancellationToken = default) + public async Task ResetAsync(string subscriptionId, string resourceGroupName, string gatewayName, string ipConfigurationId = null, CancellationToken cancellationToken = default) { Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); Argument.AssertNotNullOrEmpty(gatewayName, nameof(gatewayName)); - using var message = CreateResetRequest(subscriptionId, resourceGroupName, gatewayName); + using var message = CreateResetRequest(subscriptionId, resourceGroupName, gatewayName, ipConfigurationId); await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); switch (message.Response.Status) { @@ -397,16 +402,17 @@ public async Task ResetAsync(string subscriptionId, string resourceGro /// The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. /// The resource group name of the VpnGateway. /// The name of the gateway. + /// VpnGateway ipConfigurationId to specify the gateway instance. /// The cancellation token to use. /// , or is null. /// , or is an empty string, and was expected to be non-empty. - public Response Reset(string subscriptionId, string resourceGroupName, string gatewayName, CancellationToken cancellationToken = default) + public Response Reset(string subscriptionId, string resourceGroupName, string gatewayName, string ipConfigurationId = null, CancellationToken cancellationToken = default) { Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); Argument.AssertNotNullOrEmpty(gatewayName, nameof(gatewayName)); - using var message = CreateResetRequest(subscriptionId, resourceGroupName, gatewayName); + using var message = CreateResetRequest(subscriptionId, resourceGroupName, gatewayName, ipConfigurationId); _pipeline.Send(message, cancellationToken); switch (message.Response.Status) { diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/VpnLinkConnectionsRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/VpnLinkConnectionsRestOperations.cs index 36a1734677e4..fb7375f80b33 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/VpnLinkConnectionsRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/VpnLinkConnectionsRestOperations.cs @@ -33,7 +33,7 @@ public VpnLinkConnectionsRestOperations(HttpPipeline pipeline, string applicatio { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/VpnServerConfigurationsAssociatedWithVirtualWanRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/VpnServerConfigurationsAssociatedWithVirtualWanRestOperations.cs index c379e07779f3..0bf866397d8d 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/VpnServerConfigurationsAssociatedWithVirtualWanRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/VpnServerConfigurationsAssociatedWithVirtualWanRestOperations.cs @@ -31,7 +31,7 @@ public VpnServerConfigurationsAssociatedWithVirtualWanRestOperations(HttpPipelin { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/VpnServerConfigurationsRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/VpnServerConfigurationsRestOperations.cs index a4a8d55ef22d..88fb3db5d1b7 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/VpnServerConfigurationsRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/VpnServerConfigurationsRestOperations.cs @@ -33,7 +33,7 @@ public VpnServerConfigurationsRestOperations(HttpPipeline pipeline, string appli { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/VpnSiteLinkConnectionsRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/VpnSiteLinkConnectionsRestOperations.cs index 45458ae69b46..74d6907950be 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/VpnSiteLinkConnectionsRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/VpnSiteLinkConnectionsRestOperations.cs @@ -32,7 +32,7 @@ public VpnSiteLinkConnectionsRestOperations(HttpPipeline pipeline, string applic { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/VpnSiteLinksRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/VpnSiteLinksRestOperations.cs index cc17854c4669..aa07f2d94e93 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/VpnSiteLinksRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/VpnSiteLinksRestOperations.cs @@ -33,7 +33,7 @@ public VpnSiteLinksRestOperations(HttpPipeline pipeline, string applicationId, U { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/VpnSitesConfigurationRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/VpnSitesConfigurationRestOperations.cs index 8df182168c36..bacc9db2dfef 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/VpnSitesConfigurationRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/VpnSitesConfigurationRestOperations.cs @@ -32,7 +32,7 @@ public VpnSitesConfigurationRestOperations(HttpPipeline pipeline, string applica { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/VpnSitesRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/VpnSitesRestOperations.cs index aa1dc22ca7cc..2130022281dd 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/VpnSitesRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/VpnSitesRestOperations.cs @@ -33,7 +33,7 @@ public VpnSitesRestOperations(HttpPipeline pipeline, string applicationId, Uri e { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/WebApplicationFirewallPoliciesRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/WebApplicationFirewallPoliciesRestOperations.cs index 0ddf620ca484..459c03b8730d 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/WebApplicationFirewallPoliciesRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/WebApplicationFirewallPoliciesRestOperations.cs @@ -33,7 +33,7 @@ public WebApplicationFirewallPoliciesRestOperations(HttpPipeline pipeline, strin { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/WebCategoriesRestOperations.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/WebCategoriesRestOperations.cs index c6ca7a8a23a8..df26c9ed5980 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/WebCategoriesRestOperations.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RestOperations/WebCategoriesRestOperations.cs @@ -33,7 +33,7 @@ public WebCategoriesRestOperations(HttpPipeline pipeline, string applicationId, { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2021-02-01"; + _apiVersion = apiVersion ?? "2022-09-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RouteMapCollection.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RouteMapCollection.cs new file mode 100644 index 000000000000..97f08fac952d --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RouteMapCollection.cs @@ -0,0 +1,340 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Collections; +using System.Collections.Generic; +using System.Globalization; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Core.Pipeline; +using Azure.ResourceManager; + +namespace Azure.ResourceManager.Network +{ + /// + /// A class representing a collection of and their operations. + /// Each in the collection will belong to the same instance of . + /// To get a instance call the GetRouteMaps method from an instance of . + /// + public partial class RouteMapCollection : ArmCollection, IEnumerable, IAsyncEnumerable + { + private readonly ClientDiagnostics _routeMapClientDiagnostics; + private readonly RouteMapsRestOperations _routeMapRestClient; + + /// Initializes a new instance of the class for mocking. + protected RouteMapCollection() + { + } + + /// Initializes a new instance of the class. + /// The client parameters to use in these operations. + /// The identifier of the parent resource that is the target of operations. + internal RouteMapCollection(ArmClient client, ResourceIdentifier id) : base(client, id) + { + _routeMapClientDiagnostics = new ClientDiagnostics("Azure.ResourceManager.Network", RouteMapResource.ResourceType.Namespace, Diagnostics); + TryGetApiVersion(RouteMapResource.ResourceType, out string routeMapApiVersion); + _routeMapRestClient = new RouteMapsRestOperations(Pipeline, Diagnostics.ApplicationId, Endpoint, routeMapApiVersion); +#if DEBUG + ValidateResourceId(Id); +#endif + } + + internal static void ValidateResourceId(ResourceIdentifier id) + { + if (id.ResourceType != VirtualHubResource.ResourceType) + throw new ArgumentException(string.Format(CultureInfo.CurrentCulture, "Invalid resource type {0} expected {1}", id.ResourceType, VirtualHubResource.ResourceType), nameof(id)); + } + + /// + /// Creates a RouteMap if it doesn't exist else updates the existing one. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualHubs/{virtualHubName}/routeMaps/{routeMapName} + /// + /// + /// Operation Id + /// RouteMaps_CreateOrUpdate + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// The name of the RouteMap. + /// Parameters supplied to create or update a RouteMap. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// or is null. + public virtual async Task> CreateOrUpdateAsync(WaitUntil waitUntil, string routeMapName, RouteMapData data, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(routeMapName, nameof(routeMapName)); + Argument.AssertNotNull(data, nameof(data)); + + using var scope = _routeMapClientDiagnostics.CreateScope("RouteMapCollection.CreateOrUpdate"); + scope.Start(); + try + { + var response = await _routeMapRestClient.CreateOrUpdateAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, routeMapName, data, cancellationToken).ConfigureAwait(false); + var operation = new NetworkArmOperation(new RouteMapOperationSource(Client), _routeMapClientDiagnostics, Pipeline, _routeMapRestClient.CreateCreateOrUpdateRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, routeMapName, data).Request, response, OperationFinalStateVia.AzureAsyncOperation); + if (waitUntil == WaitUntil.Completed) + await operation.WaitForCompletionAsync(cancellationToken).ConfigureAwait(false); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Creates a RouteMap if it doesn't exist else updates the existing one. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualHubs/{virtualHubName}/routeMaps/{routeMapName} + /// + /// + /// Operation Id + /// RouteMaps_CreateOrUpdate + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// The name of the RouteMap. + /// Parameters supplied to create or update a RouteMap. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// or is null. + public virtual ArmOperation CreateOrUpdate(WaitUntil waitUntil, string routeMapName, RouteMapData data, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(routeMapName, nameof(routeMapName)); + Argument.AssertNotNull(data, nameof(data)); + + using var scope = _routeMapClientDiagnostics.CreateScope("RouteMapCollection.CreateOrUpdate"); + scope.Start(); + try + { + var response = _routeMapRestClient.CreateOrUpdate(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, routeMapName, data, cancellationToken); + var operation = new NetworkArmOperation(new RouteMapOperationSource(Client), _routeMapClientDiagnostics, Pipeline, _routeMapRestClient.CreateCreateOrUpdateRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, routeMapName, data).Request, response, OperationFinalStateVia.AzureAsyncOperation); + if (waitUntil == WaitUntil.Completed) + operation.WaitForCompletion(cancellationToken); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Retrieves the details of a RouteMap. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualHubs/{virtualHubName}/routeMaps/{routeMapName} + /// + /// + /// Operation Id + /// RouteMaps_Get + /// + /// + /// + /// The name of the RouteMap. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// is null. + public virtual async Task> GetAsync(string routeMapName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(routeMapName, nameof(routeMapName)); + + using var scope = _routeMapClientDiagnostics.CreateScope("RouteMapCollection.Get"); + scope.Start(); + try + { + var response = await _routeMapRestClient.GetAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, routeMapName, cancellationToken).ConfigureAwait(false); + if (response.Value == null) + throw new RequestFailedException(response.GetRawResponse()); + return Response.FromValue(new RouteMapResource(Client, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Retrieves the details of a RouteMap. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualHubs/{virtualHubName}/routeMaps/{routeMapName} + /// + /// + /// Operation Id + /// RouteMaps_Get + /// + /// + /// + /// The name of the RouteMap. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// is null. + public virtual Response Get(string routeMapName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(routeMapName, nameof(routeMapName)); + + using var scope = _routeMapClientDiagnostics.CreateScope("RouteMapCollection.Get"); + scope.Start(); + try + { + var response = _routeMapRestClient.Get(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, routeMapName, cancellationToken); + if (response.Value == null) + throw new RequestFailedException(response.GetRawResponse()); + return Response.FromValue(new RouteMapResource(Client, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Retrieves the details of all RouteMaps. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualHubs/{virtualHubName}/routeMaps + /// + /// + /// Operation Id + /// RouteMaps_List + /// + /// + /// + /// The cancellation token to use. + /// An async collection of that may take multiple service requests to iterate over. + public virtual AsyncPageable GetAllAsync(CancellationToken cancellationToken = default) + { + HttpMessage FirstPageRequest(int? pageSizeHint) => _routeMapRestClient.CreateListRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name); + HttpMessage NextPageRequest(int? pageSizeHint, string nextLink) => _routeMapRestClient.CreateListNextPageRequest(nextLink, Id.SubscriptionId, Id.ResourceGroupName, Id.Name); + return PageableHelpers.CreateAsyncPageable(FirstPageRequest, NextPageRequest, e => new RouteMapResource(Client, RouteMapData.DeserializeRouteMapData(e)), _routeMapClientDiagnostics, Pipeline, "RouteMapCollection.GetAll", "value", "nextLink", cancellationToken); + } + + /// + /// Retrieves the details of all RouteMaps. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualHubs/{virtualHubName}/routeMaps + /// + /// + /// Operation Id + /// RouteMaps_List + /// + /// + /// + /// The cancellation token to use. + /// A collection of that may take multiple service requests to iterate over. + public virtual Pageable GetAll(CancellationToken cancellationToken = default) + { + HttpMessage FirstPageRequest(int? pageSizeHint) => _routeMapRestClient.CreateListRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name); + HttpMessage NextPageRequest(int? pageSizeHint, string nextLink) => _routeMapRestClient.CreateListNextPageRequest(nextLink, Id.SubscriptionId, Id.ResourceGroupName, Id.Name); + return PageableHelpers.CreatePageable(FirstPageRequest, NextPageRequest, e => new RouteMapResource(Client, RouteMapData.DeserializeRouteMapData(e)), _routeMapClientDiagnostics, Pipeline, "RouteMapCollection.GetAll", "value", "nextLink", cancellationToken); + } + + /// + /// Checks to see if the resource exists in azure. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualHubs/{virtualHubName}/routeMaps/{routeMapName} + /// + /// + /// Operation Id + /// RouteMaps_Get + /// + /// + /// + /// The name of the RouteMap. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// is null. + public virtual async Task> ExistsAsync(string routeMapName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(routeMapName, nameof(routeMapName)); + + using var scope = _routeMapClientDiagnostics.CreateScope("RouteMapCollection.Exists"); + scope.Start(); + try + { + var response = await _routeMapRestClient.GetAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, routeMapName, cancellationToken: cancellationToken).ConfigureAwait(false); + return Response.FromValue(response.Value != null, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Checks to see if the resource exists in azure. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualHubs/{virtualHubName}/routeMaps/{routeMapName} + /// + /// + /// Operation Id + /// RouteMaps_Get + /// + /// + /// + /// The name of the RouteMap. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// is null. + public virtual Response Exists(string routeMapName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(routeMapName, nameof(routeMapName)); + + using var scope = _routeMapClientDiagnostics.CreateScope("RouteMapCollection.Exists"); + scope.Start(); + try + { + var response = _routeMapRestClient.Get(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, routeMapName, cancellationToken: cancellationToken); + return Response.FromValue(response.Value != null, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RouteMapData.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RouteMapData.cs new file mode 100644 index 000000000000..c93021c85619 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RouteMapData.cs @@ -0,0 +1,60 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using Azure; +using Azure.Core; +using Azure.ResourceManager.Models; +using Azure.ResourceManager.Network.Models; + +namespace Azure.ResourceManager.Network +{ + /// + /// A class representing the RouteMap data model. + /// The RouteMap child resource of a Virtual hub. + /// + public partial class RouteMapData : ResourceData + { + /// Initializes a new instance of RouteMapData. + public RouteMapData() + { + AssociatedInboundConnections = new ChangeTrackingList(); + AssociatedOutboundConnections = new ChangeTrackingList(); + Rules = new ChangeTrackingList(); + } + + /// Initializes a new instance of RouteMapData. + /// The id. + /// The name. + /// The resourceType. + /// The systemData. + /// A unique read-only string that changes whenever the resource is updated. + /// List of connections which have this RoutMap associated for inbound traffic. + /// List of connections which have this RoutMap associated for outbound traffic. + /// List of RouteMap rules to be applied. + /// The provisioning state of the RouteMap resource. + internal RouteMapData(ResourceIdentifier id, string name, ResourceType resourceType, SystemData systemData, ETag? etag, IList associatedInboundConnections, IList associatedOutboundConnections, IList rules, NetworkProvisioningState? provisioningState) : base(id, name, resourceType, systemData) + { + ETag = etag; + AssociatedInboundConnections = associatedInboundConnections; + AssociatedOutboundConnections = associatedOutboundConnections; + Rules = rules; + ProvisioningState = provisioningState; + } + + /// A unique read-only string that changes whenever the resource is updated. + public ETag? ETag { get; } + /// List of connections which have this RoutMap associated for inbound traffic. + public IList AssociatedInboundConnections { get; } + /// List of connections which have this RoutMap associated for outbound traffic. + public IList AssociatedOutboundConnections { get; } + /// List of RouteMap rules to be applied. + public IList Rules { get; } + /// The provisioning state of the RouteMap resource. + public NetworkProvisioningState? ProvisioningState { get; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RouteMapResource.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RouteMapResource.cs new file mode 100644 index 000000000000..58fb6c427e71 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RouteMapResource.cs @@ -0,0 +1,297 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Globalization; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Core.Pipeline; +using Azure.ResourceManager; + +namespace Azure.ResourceManager.Network +{ + /// + /// A Class representing a RouteMap along with the instance operations that can be performed on it. + /// If you have a you can construct a + /// from an instance of using the GetRouteMapResource method. + /// Otherwise you can get one from its parent resource using the GetRouteMap method. + /// + public partial class RouteMapResource : ArmResource + { + /// Generate the resource identifier of a instance. + public static ResourceIdentifier CreateResourceIdentifier(string subscriptionId, string resourceGroupName, string virtualHubName, string routeMapName) + { + var resourceId = $"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualHubs/{virtualHubName}/routeMaps/{routeMapName}"; + return new ResourceIdentifier(resourceId); + } + + private readonly ClientDiagnostics _routeMapClientDiagnostics; + private readonly RouteMapsRestOperations _routeMapRestClient; + private readonly RouteMapData _data; + + /// Initializes a new instance of the class for mocking. + protected RouteMapResource() + { + } + + /// Initializes a new instance of the class. + /// The client parameters to use in these operations. + /// The resource that is the target of operations. + internal RouteMapResource(ArmClient client, RouteMapData data) : this(client, data.Id) + { + HasData = true; + _data = data; + } + + /// Initializes a new instance of the class. + /// The client parameters to use in these operations. + /// The identifier of the resource that is the target of operations. + internal RouteMapResource(ArmClient client, ResourceIdentifier id) : base(client, id) + { + _routeMapClientDiagnostics = new ClientDiagnostics("Azure.ResourceManager.Network", ResourceType.Namespace, Diagnostics); + TryGetApiVersion(ResourceType, out string routeMapApiVersion); + _routeMapRestClient = new RouteMapsRestOperations(Pipeline, Diagnostics.ApplicationId, Endpoint, routeMapApiVersion); +#if DEBUG + ValidateResourceId(Id); +#endif + } + + /// Gets the resource type for the operations. + public static readonly ResourceType ResourceType = "Microsoft.Network/virtualHubs/routeMaps"; + + /// Gets whether or not the current instance has data. + public virtual bool HasData { get; } + + /// Gets the data representing this Feature. + /// Throws if there is no data loaded in the current instance. + public virtual RouteMapData Data + { + get + { + if (!HasData) + throw new InvalidOperationException("The current instance does not have data, you must call Get first."); + return _data; + } + } + + internal static void ValidateResourceId(ResourceIdentifier id) + { + if (id.ResourceType != ResourceType) + throw new ArgumentException(string.Format(CultureInfo.CurrentCulture, "Invalid resource type {0} expected {1}", id.ResourceType, ResourceType), nameof(id)); + } + + /// + /// Retrieves the details of a RouteMap. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualHubs/{virtualHubName}/routeMaps/{routeMapName} + /// + /// + /// Operation Id + /// RouteMaps_Get + /// + /// + /// + /// The cancellation token to use. + public virtual async Task> GetAsync(CancellationToken cancellationToken = default) + { + using var scope = _routeMapClientDiagnostics.CreateScope("RouteMapResource.Get"); + scope.Start(); + try + { + var response = await _routeMapRestClient.GetAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken).ConfigureAwait(false); + if (response.Value == null) + throw new RequestFailedException(response.GetRawResponse()); + return Response.FromValue(new RouteMapResource(Client, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Retrieves the details of a RouteMap. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualHubs/{virtualHubName}/routeMaps/{routeMapName} + /// + /// + /// Operation Id + /// RouteMaps_Get + /// + /// + /// + /// The cancellation token to use. + public virtual Response Get(CancellationToken cancellationToken = default) + { + using var scope = _routeMapClientDiagnostics.CreateScope("RouteMapResource.Get"); + scope.Start(); + try + { + var response = _routeMapRestClient.Get(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken); + if (response.Value == null) + throw new RequestFailedException(response.GetRawResponse()); + return Response.FromValue(new RouteMapResource(Client, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Deletes a RouteMap. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualHubs/{virtualHubName}/routeMaps/{routeMapName} + /// + /// + /// Operation Id + /// RouteMaps_Delete + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// The cancellation token to use. + public virtual async Task DeleteAsync(WaitUntil waitUntil, CancellationToken cancellationToken = default) + { + using var scope = _routeMapClientDiagnostics.CreateScope("RouteMapResource.Delete"); + scope.Start(); + try + { + var response = await _routeMapRestClient.DeleteAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken).ConfigureAwait(false); + var operation = new NetworkArmOperation(_routeMapClientDiagnostics, Pipeline, _routeMapRestClient.CreateDeleteRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name).Request, response, OperationFinalStateVia.Location); + if (waitUntil == WaitUntil.Completed) + await operation.WaitForCompletionResponseAsync(cancellationToken).ConfigureAwait(false); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Deletes a RouteMap. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualHubs/{virtualHubName}/routeMaps/{routeMapName} + /// + /// + /// Operation Id + /// RouteMaps_Delete + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// The cancellation token to use. + public virtual ArmOperation Delete(WaitUntil waitUntil, CancellationToken cancellationToken = default) + { + using var scope = _routeMapClientDiagnostics.CreateScope("RouteMapResource.Delete"); + scope.Start(); + try + { + var response = _routeMapRestClient.Delete(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken); + var operation = new NetworkArmOperation(_routeMapClientDiagnostics, Pipeline, _routeMapRestClient.CreateDeleteRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name).Request, response, OperationFinalStateVia.Location); + if (waitUntil == WaitUntil.Completed) + operation.WaitForCompletionResponse(cancellationToken); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Creates a RouteMap if it doesn't exist else updates the existing one. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualHubs/{virtualHubName}/routeMaps/{routeMapName} + /// + /// + /// Operation Id + /// RouteMaps_CreateOrUpdate + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// Parameters supplied to create or update a RouteMap. + /// The cancellation token to use. + /// is null. + public virtual async Task> UpdateAsync(WaitUntil waitUntil, RouteMapData data, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(data, nameof(data)); + + using var scope = _routeMapClientDiagnostics.CreateScope("RouteMapResource.Update"); + scope.Start(); + try + { + var response = await _routeMapRestClient.CreateOrUpdateAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, data, cancellationToken).ConfigureAwait(false); + var operation = new NetworkArmOperation(new RouteMapOperationSource(Client), _routeMapClientDiagnostics, Pipeline, _routeMapRestClient.CreateCreateOrUpdateRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, data).Request, response, OperationFinalStateVia.AzureAsyncOperation); + if (waitUntil == WaitUntil.Completed) + await operation.WaitForCompletionAsync(cancellationToken).ConfigureAwait(false); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Creates a RouteMap if it doesn't exist else updates the existing one. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualHubs/{virtualHubName}/routeMaps/{routeMapName} + /// + /// + /// Operation Id + /// RouteMaps_CreateOrUpdate + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// Parameters supplied to create or update a RouteMap. + /// The cancellation token to use. + /// is null. + public virtual ArmOperation Update(WaitUntil waitUntil, RouteMapData data, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(data, nameof(data)); + + using var scope = _routeMapClientDiagnostics.CreateScope("RouteMapResource.Update"); + scope.Start(); + try + { + var response = _routeMapRestClient.CreateOrUpdate(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, data, cancellationToken); + var operation = new NetworkArmOperation(new RouteMapOperationSource(Client), _routeMapClientDiagnostics, Pipeline, _routeMapRestClient.CreateCreateOrUpdateRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, data).Request, response, OperationFinalStateVia.AzureAsyncOperation); + if (waitUntil == WaitUntil.Completed) + operation.WaitForCompletion(cancellationToken); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RoutingIntentCollection.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RoutingIntentCollection.cs new file mode 100644 index 000000000000..32e2eb436618 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RoutingIntentCollection.cs @@ -0,0 +1,340 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Collections; +using System.Collections.Generic; +using System.Globalization; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Core.Pipeline; +using Azure.ResourceManager; + +namespace Azure.ResourceManager.Network +{ + /// + /// A class representing a collection of and their operations. + /// Each in the collection will belong to the same instance of . + /// To get a instance call the GetRoutingIntents method from an instance of . + /// + public partial class RoutingIntentCollection : ArmCollection, IEnumerable, IAsyncEnumerable + { + private readonly ClientDiagnostics _routingIntentClientDiagnostics; + private readonly RoutingIntentRestOperations _routingIntentRestClient; + + /// Initializes a new instance of the class for mocking. + protected RoutingIntentCollection() + { + } + + /// Initializes a new instance of the class. + /// The client parameters to use in these operations. + /// The identifier of the parent resource that is the target of operations. + internal RoutingIntentCollection(ArmClient client, ResourceIdentifier id) : base(client, id) + { + _routingIntentClientDiagnostics = new ClientDiagnostics("Azure.ResourceManager.Network", RoutingIntentResource.ResourceType.Namespace, Diagnostics); + TryGetApiVersion(RoutingIntentResource.ResourceType, out string routingIntentApiVersion); + _routingIntentRestClient = new RoutingIntentRestOperations(Pipeline, Diagnostics.ApplicationId, Endpoint, routingIntentApiVersion); +#if DEBUG + ValidateResourceId(Id); +#endif + } + + internal static void ValidateResourceId(ResourceIdentifier id) + { + if (id.ResourceType != VirtualHubResource.ResourceType) + throw new ArgumentException(string.Format(CultureInfo.CurrentCulture, "Invalid resource type {0} expected {1}", id.ResourceType, VirtualHubResource.ResourceType), nameof(id)); + } + + /// + /// Creates a RoutingIntent resource if it doesn't exist else updates the existing RoutingIntent. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualHubs/{virtualHubName}/routingIntent/{routingIntentName} + /// + /// + /// Operation Id + /// RoutingIntent_CreateOrUpdate + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// The name of the per VirtualHub singleton Routing Intent resource. + /// Parameters supplied to create or update RoutingIntent. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// or is null. + public virtual async Task> CreateOrUpdateAsync(WaitUntil waitUntil, string routingIntentName, RoutingIntentData data, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(routingIntentName, nameof(routingIntentName)); + Argument.AssertNotNull(data, nameof(data)); + + using var scope = _routingIntentClientDiagnostics.CreateScope("RoutingIntentCollection.CreateOrUpdate"); + scope.Start(); + try + { + var response = await _routingIntentRestClient.CreateOrUpdateAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, routingIntentName, data, cancellationToken).ConfigureAwait(false); + var operation = new NetworkArmOperation(new RoutingIntentOperationSource(Client), _routingIntentClientDiagnostics, Pipeline, _routingIntentRestClient.CreateCreateOrUpdateRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, routingIntentName, data).Request, response, OperationFinalStateVia.AzureAsyncOperation); + if (waitUntil == WaitUntil.Completed) + await operation.WaitForCompletionAsync(cancellationToken).ConfigureAwait(false); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Creates a RoutingIntent resource if it doesn't exist else updates the existing RoutingIntent. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualHubs/{virtualHubName}/routingIntent/{routingIntentName} + /// + /// + /// Operation Id + /// RoutingIntent_CreateOrUpdate + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// The name of the per VirtualHub singleton Routing Intent resource. + /// Parameters supplied to create or update RoutingIntent. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// or is null. + public virtual ArmOperation CreateOrUpdate(WaitUntil waitUntil, string routingIntentName, RoutingIntentData data, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(routingIntentName, nameof(routingIntentName)); + Argument.AssertNotNull(data, nameof(data)); + + using var scope = _routingIntentClientDiagnostics.CreateScope("RoutingIntentCollection.CreateOrUpdate"); + scope.Start(); + try + { + var response = _routingIntentRestClient.CreateOrUpdate(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, routingIntentName, data, cancellationToken); + var operation = new NetworkArmOperation(new RoutingIntentOperationSource(Client), _routingIntentClientDiagnostics, Pipeline, _routingIntentRestClient.CreateCreateOrUpdateRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, routingIntentName, data).Request, response, OperationFinalStateVia.AzureAsyncOperation); + if (waitUntil == WaitUntil.Completed) + operation.WaitForCompletion(cancellationToken); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Retrieves the details of a RoutingIntent. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualHubs/{virtualHubName}/routingIntent/{routingIntentName} + /// + /// + /// Operation Id + /// RoutingIntent_Get + /// + /// + /// + /// The name of the RoutingIntent. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// is null. + public virtual async Task> GetAsync(string routingIntentName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(routingIntentName, nameof(routingIntentName)); + + using var scope = _routingIntentClientDiagnostics.CreateScope("RoutingIntentCollection.Get"); + scope.Start(); + try + { + var response = await _routingIntentRestClient.GetAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, routingIntentName, cancellationToken).ConfigureAwait(false); + if (response.Value == null) + throw new RequestFailedException(response.GetRawResponse()); + return Response.FromValue(new RoutingIntentResource(Client, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Retrieves the details of a RoutingIntent. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualHubs/{virtualHubName}/routingIntent/{routingIntentName} + /// + /// + /// Operation Id + /// RoutingIntent_Get + /// + /// + /// + /// The name of the RoutingIntent. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// is null. + public virtual Response Get(string routingIntentName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(routingIntentName, nameof(routingIntentName)); + + using var scope = _routingIntentClientDiagnostics.CreateScope("RoutingIntentCollection.Get"); + scope.Start(); + try + { + var response = _routingIntentRestClient.Get(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, routingIntentName, cancellationToken); + if (response.Value == null) + throw new RequestFailedException(response.GetRawResponse()); + return Response.FromValue(new RoutingIntentResource(Client, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Retrieves the details of all RoutingIntent child resources of the VirtualHub. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualHubs/{virtualHubName}/routingIntent + /// + /// + /// Operation Id + /// RoutingIntent_List + /// + /// + /// + /// The cancellation token to use. + /// An async collection of that may take multiple service requests to iterate over. + public virtual AsyncPageable GetAllAsync(CancellationToken cancellationToken = default) + { + HttpMessage FirstPageRequest(int? pageSizeHint) => _routingIntentRestClient.CreateListRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name); + HttpMessage NextPageRequest(int? pageSizeHint, string nextLink) => _routingIntentRestClient.CreateListNextPageRequest(nextLink, Id.SubscriptionId, Id.ResourceGroupName, Id.Name); + return PageableHelpers.CreateAsyncPageable(FirstPageRequest, NextPageRequest, e => new RoutingIntentResource(Client, RoutingIntentData.DeserializeRoutingIntentData(e)), _routingIntentClientDiagnostics, Pipeline, "RoutingIntentCollection.GetAll", "value", "nextLink", cancellationToken); + } + + /// + /// Retrieves the details of all RoutingIntent child resources of the VirtualHub. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualHubs/{virtualHubName}/routingIntent + /// + /// + /// Operation Id + /// RoutingIntent_List + /// + /// + /// + /// The cancellation token to use. + /// A collection of that may take multiple service requests to iterate over. + public virtual Pageable GetAll(CancellationToken cancellationToken = default) + { + HttpMessage FirstPageRequest(int? pageSizeHint) => _routingIntentRestClient.CreateListRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name); + HttpMessage NextPageRequest(int? pageSizeHint, string nextLink) => _routingIntentRestClient.CreateListNextPageRequest(nextLink, Id.SubscriptionId, Id.ResourceGroupName, Id.Name); + return PageableHelpers.CreatePageable(FirstPageRequest, NextPageRequest, e => new RoutingIntentResource(Client, RoutingIntentData.DeserializeRoutingIntentData(e)), _routingIntentClientDiagnostics, Pipeline, "RoutingIntentCollection.GetAll", "value", "nextLink", cancellationToken); + } + + /// + /// Checks to see if the resource exists in azure. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualHubs/{virtualHubName}/routingIntent/{routingIntentName} + /// + /// + /// Operation Id + /// RoutingIntent_Get + /// + /// + /// + /// The name of the RoutingIntent. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// is null. + public virtual async Task> ExistsAsync(string routingIntentName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(routingIntentName, nameof(routingIntentName)); + + using var scope = _routingIntentClientDiagnostics.CreateScope("RoutingIntentCollection.Exists"); + scope.Start(); + try + { + var response = await _routingIntentRestClient.GetAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, routingIntentName, cancellationToken: cancellationToken).ConfigureAwait(false); + return Response.FromValue(response.Value != null, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Checks to see if the resource exists in azure. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualHubs/{virtualHubName}/routingIntent/{routingIntentName} + /// + /// + /// Operation Id + /// RoutingIntent_Get + /// + /// + /// + /// The name of the RoutingIntent. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// is null. + public virtual Response Exists(string routingIntentName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(routingIntentName, nameof(routingIntentName)); + + using var scope = _routingIntentClientDiagnostics.CreateScope("RoutingIntentCollection.Exists"); + scope.Start(); + try + { + var response = _routingIntentRestClient.Get(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, routingIntentName, cancellationToken: cancellationToken); + return Response.FromValue(response.Value != null, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RoutingIntentData.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RoutingIntentData.cs new file mode 100644 index 000000000000..204bb2914aea --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RoutingIntentData.cs @@ -0,0 +1,48 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using Azure; +using Azure.Core; +using Azure.ResourceManager.Network.Models; + +namespace Azure.ResourceManager.Network +{ + /// + /// A class representing the RoutingIntent data model. + /// The routing intent child resource of a Virtual hub. + /// + public partial class RoutingIntentData : NetworkResourceData + { + /// Initializes a new instance of RoutingIntentData. + public RoutingIntentData() + { + RoutingPolicies = new ChangeTrackingList(); + } + + /// Initializes a new instance of RoutingIntentData. + /// Resource ID. + /// Resource name. + /// Resource type. + /// A unique read-only string that changes whenever the resource is updated. + /// List of routing policies. + /// The provisioning state of the RoutingIntent resource. + internal RoutingIntentData(ResourceIdentifier id, string name, ResourceType? resourceType, ETag? etag, IList routingPolicies, NetworkProvisioningState? provisioningState) : base(id, name, resourceType) + { + ETag = etag; + RoutingPolicies = routingPolicies; + ProvisioningState = provisioningState; + } + + /// A unique read-only string that changes whenever the resource is updated. + public ETag? ETag { get; } + /// List of routing policies. + public IList RoutingPolicies { get; } + /// The provisioning state of the RoutingIntent resource. + public NetworkProvisioningState? ProvisioningState { get; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/RoutingIntentResource.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/RoutingIntentResource.cs new file mode 100644 index 000000000000..5cf0a178920e --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/RoutingIntentResource.cs @@ -0,0 +1,297 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Globalization; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Core.Pipeline; +using Azure.ResourceManager; + +namespace Azure.ResourceManager.Network +{ + /// + /// A Class representing a RoutingIntent along with the instance operations that can be performed on it. + /// If you have a you can construct a + /// from an instance of using the GetRoutingIntentResource method. + /// Otherwise you can get one from its parent resource using the GetRoutingIntent method. + /// + public partial class RoutingIntentResource : ArmResource + { + /// Generate the resource identifier of a instance. + public static ResourceIdentifier CreateResourceIdentifier(string subscriptionId, string resourceGroupName, string virtualHubName, string routingIntentName) + { + var resourceId = $"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualHubs/{virtualHubName}/routingIntent/{routingIntentName}"; + return new ResourceIdentifier(resourceId); + } + + private readonly ClientDiagnostics _routingIntentClientDiagnostics; + private readonly RoutingIntentRestOperations _routingIntentRestClient; + private readonly RoutingIntentData _data; + + /// Initializes a new instance of the class for mocking. + protected RoutingIntentResource() + { + } + + /// Initializes a new instance of the class. + /// The client parameters to use in these operations. + /// The resource that is the target of operations. + internal RoutingIntentResource(ArmClient client, RoutingIntentData data) : this(client, data.Id) + { + HasData = true; + _data = data; + } + + /// Initializes a new instance of the class. + /// The client parameters to use in these operations. + /// The identifier of the resource that is the target of operations. + internal RoutingIntentResource(ArmClient client, ResourceIdentifier id) : base(client, id) + { + _routingIntentClientDiagnostics = new ClientDiagnostics("Azure.ResourceManager.Network", ResourceType.Namespace, Diagnostics); + TryGetApiVersion(ResourceType, out string routingIntentApiVersion); + _routingIntentRestClient = new RoutingIntentRestOperations(Pipeline, Diagnostics.ApplicationId, Endpoint, routingIntentApiVersion); +#if DEBUG + ValidateResourceId(Id); +#endif + } + + /// Gets the resource type for the operations. + public static readonly ResourceType ResourceType = "Microsoft.Network/virtualHubs/routingIntent"; + + /// Gets whether or not the current instance has data. + public virtual bool HasData { get; } + + /// Gets the data representing this Feature. + /// Throws if there is no data loaded in the current instance. + public virtual RoutingIntentData Data + { + get + { + if (!HasData) + throw new InvalidOperationException("The current instance does not have data, you must call Get first."); + return _data; + } + } + + internal static void ValidateResourceId(ResourceIdentifier id) + { + if (id.ResourceType != ResourceType) + throw new ArgumentException(string.Format(CultureInfo.CurrentCulture, "Invalid resource type {0} expected {1}", id.ResourceType, ResourceType), nameof(id)); + } + + /// + /// Retrieves the details of a RoutingIntent. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualHubs/{virtualHubName}/routingIntent/{routingIntentName} + /// + /// + /// Operation Id + /// RoutingIntent_Get + /// + /// + /// + /// The cancellation token to use. + public virtual async Task> GetAsync(CancellationToken cancellationToken = default) + { + using var scope = _routingIntentClientDiagnostics.CreateScope("RoutingIntentResource.Get"); + scope.Start(); + try + { + var response = await _routingIntentRestClient.GetAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken).ConfigureAwait(false); + if (response.Value == null) + throw new RequestFailedException(response.GetRawResponse()); + return Response.FromValue(new RoutingIntentResource(Client, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Retrieves the details of a RoutingIntent. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualHubs/{virtualHubName}/routingIntent/{routingIntentName} + /// + /// + /// Operation Id + /// RoutingIntent_Get + /// + /// + /// + /// The cancellation token to use. + public virtual Response Get(CancellationToken cancellationToken = default) + { + using var scope = _routingIntentClientDiagnostics.CreateScope("RoutingIntentResource.Get"); + scope.Start(); + try + { + var response = _routingIntentRestClient.Get(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken); + if (response.Value == null) + throw new RequestFailedException(response.GetRawResponse()); + return Response.FromValue(new RoutingIntentResource(Client, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Deletes a RoutingIntent. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualHubs/{virtualHubName}/routingIntent/{routingIntentName} + /// + /// + /// Operation Id + /// RoutingIntent_Delete + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// The cancellation token to use. + public virtual async Task DeleteAsync(WaitUntil waitUntil, CancellationToken cancellationToken = default) + { + using var scope = _routingIntentClientDiagnostics.CreateScope("RoutingIntentResource.Delete"); + scope.Start(); + try + { + var response = await _routingIntentRestClient.DeleteAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken).ConfigureAwait(false); + var operation = new NetworkArmOperation(_routingIntentClientDiagnostics, Pipeline, _routingIntentRestClient.CreateDeleteRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name).Request, response, OperationFinalStateVia.Location); + if (waitUntil == WaitUntil.Completed) + await operation.WaitForCompletionResponseAsync(cancellationToken).ConfigureAwait(false); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Deletes a RoutingIntent. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualHubs/{virtualHubName}/routingIntent/{routingIntentName} + /// + /// + /// Operation Id + /// RoutingIntent_Delete + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// The cancellation token to use. + public virtual ArmOperation Delete(WaitUntil waitUntil, CancellationToken cancellationToken = default) + { + using var scope = _routingIntentClientDiagnostics.CreateScope("RoutingIntentResource.Delete"); + scope.Start(); + try + { + var response = _routingIntentRestClient.Delete(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken); + var operation = new NetworkArmOperation(_routingIntentClientDiagnostics, Pipeline, _routingIntentRestClient.CreateDeleteRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name).Request, response, OperationFinalStateVia.Location); + if (waitUntil == WaitUntil.Completed) + operation.WaitForCompletionResponse(cancellationToken); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Creates a RoutingIntent resource if it doesn't exist else updates the existing RoutingIntent. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualHubs/{virtualHubName}/routingIntent/{routingIntentName} + /// + /// + /// Operation Id + /// RoutingIntent_CreateOrUpdate + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// Parameters supplied to create or update RoutingIntent. + /// The cancellation token to use. + /// is null. + public virtual async Task> UpdateAsync(WaitUntil waitUntil, RoutingIntentData data, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(data, nameof(data)); + + using var scope = _routingIntentClientDiagnostics.CreateScope("RoutingIntentResource.Update"); + scope.Start(); + try + { + var response = await _routingIntentRestClient.CreateOrUpdateAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, data, cancellationToken).ConfigureAwait(false); + var operation = new NetworkArmOperation(new RoutingIntentOperationSource(Client), _routingIntentClientDiagnostics, Pipeline, _routingIntentRestClient.CreateCreateOrUpdateRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, data).Request, response, OperationFinalStateVia.AzureAsyncOperation); + if (waitUntil == WaitUntil.Completed) + await operation.WaitForCompletionAsync(cancellationToken).ConfigureAwait(false); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Creates a RoutingIntent resource if it doesn't exist else updates the existing RoutingIntent. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualHubs/{virtualHubName}/routingIntent/{routingIntentName} + /// + /// + /// Operation Id + /// RoutingIntent_CreateOrUpdate + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// Parameters supplied to create or update RoutingIntent. + /// The cancellation token to use. + /// is null. + public virtual ArmOperation Update(WaitUntil waitUntil, RoutingIntentData data, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(data, nameof(data)); + + using var scope = _routingIntentClientDiagnostics.CreateScope("RoutingIntentResource.Update"); + scope.Start(); + try + { + var response = _routingIntentRestClient.CreateOrUpdate(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, data, cancellationToken); + var operation = new NetworkArmOperation(new RoutingIntentOperationSource(Client), _routingIntentClientDiagnostics, Pipeline, _routingIntentRestClient.CreateCreateOrUpdateRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, data).Request, response, OperationFinalStateVia.AzureAsyncOperation); + if (waitUntil == WaitUntil.Completed) + operation.WaitForCompletion(cancellationToken); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/ScopeConnectionCollection.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/ScopeConnectionCollection.cs new file mode 100644 index 000000000000..c2f89600536a --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/ScopeConnectionCollection.cs @@ -0,0 +1,344 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Collections; +using System.Collections.Generic; +using System.Globalization; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Core.Pipeline; +using Azure.ResourceManager; + +namespace Azure.ResourceManager.Network +{ + /// + /// A class representing a collection of and their operations. + /// Each in the collection will belong to the same instance of . + /// To get a instance call the GetScopeConnections method from an instance of . + /// + public partial class ScopeConnectionCollection : ArmCollection, IEnumerable, IAsyncEnumerable + { + private readonly ClientDiagnostics _scopeConnectionClientDiagnostics; + private readonly ScopeConnectionsRestOperations _scopeConnectionRestClient; + + /// Initializes a new instance of the class for mocking. + protected ScopeConnectionCollection() + { + } + + /// Initializes a new instance of the class. + /// The client parameters to use in these operations. + /// The identifier of the parent resource that is the target of operations. + internal ScopeConnectionCollection(ArmClient client, ResourceIdentifier id) : base(client, id) + { + _scopeConnectionClientDiagnostics = new ClientDiagnostics("Azure.ResourceManager.Network", ScopeConnectionResource.ResourceType.Namespace, Diagnostics); + TryGetApiVersion(ScopeConnectionResource.ResourceType, out string scopeConnectionApiVersion); + _scopeConnectionRestClient = new ScopeConnectionsRestOperations(Pipeline, Diagnostics.ApplicationId, Endpoint, scopeConnectionApiVersion); +#if DEBUG + ValidateResourceId(Id); +#endif + } + + internal static void ValidateResourceId(ResourceIdentifier id) + { + if (id.ResourceType != NetworkManagerResource.ResourceType) + throw new ArgumentException(string.Format(CultureInfo.CurrentCulture, "Invalid resource type {0} expected {1}", id.ResourceType, NetworkManagerResource.ResourceType), nameof(id)); + } + + /// + /// Creates or updates scope connection from Network Manager + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/scopeConnections/{scopeConnectionName} + /// + /// + /// Operation Id + /// ScopeConnections_CreateOrUpdate + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// Name for the cross-tenant connection. + /// Scope connection to be created/updated. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// or is null. + public virtual async Task> CreateOrUpdateAsync(WaitUntil waitUntil, string scopeConnectionName, ScopeConnectionData data, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(scopeConnectionName, nameof(scopeConnectionName)); + Argument.AssertNotNull(data, nameof(data)); + + using var scope = _scopeConnectionClientDiagnostics.CreateScope("ScopeConnectionCollection.CreateOrUpdate"); + scope.Start(); + try + { + var response = await _scopeConnectionRestClient.CreateOrUpdateAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, scopeConnectionName, data, cancellationToken).ConfigureAwait(false); + var operation = new NetworkArmOperation(Response.FromValue(new ScopeConnectionResource(Client, response), response.GetRawResponse())); + if (waitUntil == WaitUntil.Completed) + await operation.WaitForCompletionAsync(cancellationToken).ConfigureAwait(false); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Creates or updates scope connection from Network Manager + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/scopeConnections/{scopeConnectionName} + /// + /// + /// Operation Id + /// ScopeConnections_CreateOrUpdate + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// Name for the cross-tenant connection. + /// Scope connection to be created/updated. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// or is null. + public virtual ArmOperation CreateOrUpdate(WaitUntil waitUntil, string scopeConnectionName, ScopeConnectionData data, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(scopeConnectionName, nameof(scopeConnectionName)); + Argument.AssertNotNull(data, nameof(data)); + + using var scope = _scopeConnectionClientDiagnostics.CreateScope("ScopeConnectionCollection.CreateOrUpdate"); + scope.Start(); + try + { + var response = _scopeConnectionRestClient.CreateOrUpdate(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, scopeConnectionName, data, cancellationToken); + var operation = new NetworkArmOperation(Response.FromValue(new ScopeConnectionResource(Client, response), response.GetRawResponse())); + if (waitUntil == WaitUntil.Completed) + operation.WaitForCompletion(cancellationToken); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Get specified scope connection created by this Network Manager. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/scopeConnections/{scopeConnectionName} + /// + /// + /// Operation Id + /// ScopeConnections_Get + /// + /// + /// + /// Name for the cross-tenant connection. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// is null. + public virtual async Task> GetAsync(string scopeConnectionName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(scopeConnectionName, nameof(scopeConnectionName)); + + using var scope = _scopeConnectionClientDiagnostics.CreateScope("ScopeConnectionCollection.Get"); + scope.Start(); + try + { + var response = await _scopeConnectionRestClient.GetAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, scopeConnectionName, cancellationToken).ConfigureAwait(false); + if (response.Value == null) + throw new RequestFailedException(response.GetRawResponse()); + return Response.FromValue(new ScopeConnectionResource(Client, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Get specified scope connection created by this Network Manager. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/scopeConnections/{scopeConnectionName} + /// + /// + /// Operation Id + /// ScopeConnections_Get + /// + /// + /// + /// Name for the cross-tenant connection. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// is null. + public virtual Response Get(string scopeConnectionName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(scopeConnectionName, nameof(scopeConnectionName)); + + using var scope = _scopeConnectionClientDiagnostics.CreateScope("ScopeConnectionCollection.Get"); + scope.Start(); + try + { + var response = _scopeConnectionRestClient.Get(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, scopeConnectionName, cancellationToken); + if (response.Value == null) + throw new RequestFailedException(response.GetRawResponse()); + return Response.FromValue(new ScopeConnectionResource(Client, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// List all scope connections created by this network manager. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/scopeConnections + /// + /// + /// Operation Id + /// ScopeConnections_List + /// + /// + /// + /// An optional query parameter which specifies the maximum number of records to be returned by the server. + /// SkipToken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. + /// The cancellation token to use. + /// An async collection of that may take multiple service requests to iterate over. + public virtual AsyncPageable GetAllAsync(int? top = null, string skipToken = null, CancellationToken cancellationToken = default) + { + HttpMessage FirstPageRequest(int? pageSizeHint) => _scopeConnectionRestClient.CreateListRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, top, skipToken); + HttpMessage NextPageRequest(int? pageSizeHint, string nextLink) => _scopeConnectionRestClient.CreateListNextPageRequest(nextLink, Id.SubscriptionId, Id.ResourceGroupName, Id.Name, top, skipToken); + return PageableHelpers.CreateAsyncPageable(FirstPageRequest, NextPageRequest, e => new ScopeConnectionResource(Client, ScopeConnectionData.DeserializeScopeConnectionData(e)), _scopeConnectionClientDiagnostics, Pipeline, "ScopeConnectionCollection.GetAll", "value", "nextLink", cancellationToken); + } + + /// + /// List all scope connections created by this network manager. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/scopeConnections + /// + /// + /// Operation Id + /// ScopeConnections_List + /// + /// + /// + /// An optional query parameter which specifies the maximum number of records to be returned by the server. + /// SkipToken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. + /// The cancellation token to use. + /// A collection of that may take multiple service requests to iterate over. + public virtual Pageable GetAll(int? top = null, string skipToken = null, CancellationToken cancellationToken = default) + { + HttpMessage FirstPageRequest(int? pageSizeHint) => _scopeConnectionRestClient.CreateListRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, top, skipToken); + HttpMessage NextPageRequest(int? pageSizeHint, string nextLink) => _scopeConnectionRestClient.CreateListNextPageRequest(nextLink, Id.SubscriptionId, Id.ResourceGroupName, Id.Name, top, skipToken); + return PageableHelpers.CreatePageable(FirstPageRequest, NextPageRequest, e => new ScopeConnectionResource(Client, ScopeConnectionData.DeserializeScopeConnectionData(e)), _scopeConnectionClientDiagnostics, Pipeline, "ScopeConnectionCollection.GetAll", "value", "nextLink", cancellationToken); + } + + /// + /// Checks to see if the resource exists in azure. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/scopeConnections/{scopeConnectionName} + /// + /// + /// Operation Id + /// ScopeConnections_Get + /// + /// + /// + /// Name for the cross-tenant connection. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// is null. + public virtual async Task> ExistsAsync(string scopeConnectionName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(scopeConnectionName, nameof(scopeConnectionName)); + + using var scope = _scopeConnectionClientDiagnostics.CreateScope("ScopeConnectionCollection.Exists"); + scope.Start(); + try + { + var response = await _scopeConnectionRestClient.GetAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, scopeConnectionName, cancellationToken: cancellationToken).ConfigureAwait(false); + return Response.FromValue(response.Value != null, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Checks to see if the resource exists in azure. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/scopeConnections/{scopeConnectionName} + /// + /// + /// Operation Id + /// ScopeConnections_Get + /// + /// + /// + /// Name for the cross-tenant connection. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// is null. + public virtual Response Exists(string scopeConnectionName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(scopeConnectionName, nameof(scopeConnectionName)); + + using var scope = _scopeConnectionClientDiagnostics.CreateScope("ScopeConnectionCollection.Exists"); + scope.Start(); + try + { + var response = _scopeConnectionRestClient.Get(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, scopeConnectionName, cancellationToken: cancellationToken); + return Response.FromValue(response.Value != null, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/ScopeConnectionData.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/ScopeConnectionData.cs new file mode 100644 index 000000000000..504352a4f41d --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/ScopeConnectionData.cs @@ -0,0 +1,57 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using Azure; +using Azure.Core; +using Azure.ResourceManager.Models; +using Azure.ResourceManager.Network.Models; + +namespace Azure.ResourceManager.Network +{ + /// + /// A class representing the ScopeConnection data model. + /// The Scope Connections resource + /// + public partial class ScopeConnectionData : ResourceData + { + /// Initializes a new instance of ScopeConnectionData. + public ScopeConnectionData() + { + } + + /// Initializes a new instance of ScopeConnectionData. + /// The id. + /// The name. + /// The resourceType. + /// The systemData. + /// Tenant ID. + /// Resource ID. + /// Connection State. + /// A description of the scope connection. + /// A unique read-only string that changes whenever the resource is updated. + internal ScopeConnectionData(ResourceIdentifier id, string name, ResourceType resourceType, SystemData systemData, Guid? tenantId, ResourceIdentifier resourceId, ScopeConnectionState? connectionState, string description, ETag? etag) : base(id, name, resourceType, systemData) + { + TenantId = tenantId; + ResourceId = resourceId; + ConnectionState = connectionState; + Description = description; + ETag = etag; + } + + /// Tenant ID. + public Guid? TenantId { get; set; } + /// Resource ID. + public ResourceIdentifier ResourceId { get; set; } + /// Connection State. + public ScopeConnectionState? ConnectionState { get; } + /// A description of the scope connection. + public string Description { get; set; } + /// A unique read-only string that changes whenever the resource is updated. + public ETag? ETag { get; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/ScopeConnectionResource.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/ScopeConnectionResource.cs new file mode 100644 index 000000000000..89a73226150c --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/ScopeConnectionResource.cs @@ -0,0 +1,297 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Globalization; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Core.Pipeline; +using Azure.ResourceManager; + +namespace Azure.ResourceManager.Network +{ + /// + /// A Class representing a ScopeConnection along with the instance operations that can be performed on it. + /// If you have a you can construct a + /// from an instance of using the GetScopeConnectionResource method. + /// Otherwise you can get one from its parent resource using the GetScopeConnection method. + /// + public partial class ScopeConnectionResource : ArmResource + { + /// Generate the resource identifier of a instance. + public static ResourceIdentifier CreateResourceIdentifier(string subscriptionId, string resourceGroupName, string networkManagerName, string scopeConnectionName) + { + var resourceId = $"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/scopeConnections/{scopeConnectionName}"; + return new ResourceIdentifier(resourceId); + } + + private readonly ClientDiagnostics _scopeConnectionClientDiagnostics; + private readonly ScopeConnectionsRestOperations _scopeConnectionRestClient; + private readonly ScopeConnectionData _data; + + /// Initializes a new instance of the class for mocking. + protected ScopeConnectionResource() + { + } + + /// Initializes a new instance of the class. + /// The client parameters to use in these operations. + /// The resource that is the target of operations. + internal ScopeConnectionResource(ArmClient client, ScopeConnectionData data) : this(client, data.Id) + { + HasData = true; + _data = data; + } + + /// Initializes a new instance of the class. + /// The client parameters to use in these operations. + /// The identifier of the resource that is the target of operations. + internal ScopeConnectionResource(ArmClient client, ResourceIdentifier id) : base(client, id) + { + _scopeConnectionClientDiagnostics = new ClientDiagnostics("Azure.ResourceManager.Network", ResourceType.Namespace, Diagnostics); + TryGetApiVersion(ResourceType, out string scopeConnectionApiVersion); + _scopeConnectionRestClient = new ScopeConnectionsRestOperations(Pipeline, Diagnostics.ApplicationId, Endpoint, scopeConnectionApiVersion); +#if DEBUG + ValidateResourceId(Id); +#endif + } + + /// Gets the resource type for the operations. + public static readonly ResourceType ResourceType = "Microsoft.Network/networkManagers/scopeConnections"; + + /// Gets whether or not the current instance has data. + public virtual bool HasData { get; } + + /// Gets the data representing this Feature. + /// Throws if there is no data loaded in the current instance. + public virtual ScopeConnectionData Data + { + get + { + if (!HasData) + throw new InvalidOperationException("The current instance does not have data, you must call Get first."); + return _data; + } + } + + internal static void ValidateResourceId(ResourceIdentifier id) + { + if (id.ResourceType != ResourceType) + throw new ArgumentException(string.Format(CultureInfo.CurrentCulture, "Invalid resource type {0} expected {1}", id.ResourceType, ResourceType), nameof(id)); + } + + /// + /// Get specified scope connection created by this Network Manager. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/scopeConnections/{scopeConnectionName} + /// + /// + /// Operation Id + /// ScopeConnections_Get + /// + /// + /// + /// The cancellation token to use. + public virtual async Task> GetAsync(CancellationToken cancellationToken = default) + { + using var scope = _scopeConnectionClientDiagnostics.CreateScope("ScopeConnectionResource.Get"); + scope.Start(); + try + { + var response = await _scopeConnectionRestClient.GetAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken).ConfigureAwait(false); + if (response.Value == null) + throw new RequestFailedException(response.GetRawResponse()); + return Response.FromValue(new ScopeConnectionResource(Client, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Get specified scope connection created by this Network Manager. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/scopeConnections/{scopeConnectionName} + /// + /// + /// Operation Id + /// ScopeConnections_Get + /// + /// + /// + /// The cancellation token to use. + public virtual Response Get(CancellationToken cancellationToken = default) + { + using var scope = _scopeConnectionClientDiagnostics.CreateScope("ScopeConnectionResource.Get"); + scope.Start(); + try + { + var response = _scopeConnectionRestClient.Get(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken); + if (response.Value == null) + throw new RequestFailedException(response.GetRawResponse()); + return Response.FromValue(new ScopeConnectionResource(Client, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Delete the pending scope connection created by this network manager. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/scopeConnections/{scopeConnectionName} + /// + /// + /// Operation Id + /// ScopeConnections_Delete + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// The cancellation token to use. + public virtual async Task DeleteAsync(WaitUntil waitUntil, CancellationToken cancellationToken = default) + { + using var scope = _scopeConnectionClientDiagnostics.CreateScope("ScopeConnectionResource.Delete"); + scope.Start(); + try + { + var response = await _scopeConnectionRestClient.DeleteAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken).ConfigureAwait(false); + var operation = new NetworkArmOperation(response); + if (waitUntil == WaitUntil.Completed) + await operation.WaitForCompletionResponseAsync(cancellationToken).ConfigureAwait(false); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Delete the pending scope connection created by this network manager. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/scopeConnections/{scopeConnectionName} + /// + /// + /// Operation Id + /// ScopeConnections_Delete + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// The cancellation token to use. + public virtual ArmOperation Delete(WaitUntil waitUntil, CancellationToken cancellationToken = default) + { + using var scope = _scopeConnectionClientDiagnostics.CreateScope("ScopeConnectionResource.Delete"); + scope.Start(); + try + { + var response = _scopeConnectionRestClient.Delete(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken); + var operation = new NetworkArmOperation(response); + if (waitUntil == WaitUntil.Completed) + operation.WaitForCompletionResponse(cancellationToken); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Creates or updates scope connection from Network Manager + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/scopeConnections/{scopeConnectionName} + /// + /// + /// Operation Id + /// ScopeConnections_CreateOrUpdate + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// Scope connection to be created/updated. + /// The cancellation token to use. + /// is null. + public virtual async Task> UpdateAsync(WaitUntil waitUntil, ScopeConnectionData data, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(data, nameof(data)); + + using var scope = _scopeConnectionClientDiagnostics.CreateScope("ScopeConnectionResource.Update"); + scope.Start(); + try + { + var response = await _scopeConnectionRestClient.CreateOrUpdateAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, data, cancellationToken).ConfigureAwait(false); + var operation = new NetworkArmOperation(Response.FromValue(new ScopeConnectionResource(Client, response), response.GetRawResponse())); + if (waitUntil == WaitUntil.Completed) + await operation.WaitForCompletionAsync(cancellationToken).ConfigureAwait(false); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Creates or updates scope connection from Network Manager + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/scopeConnections/{scopeConnectionName} + /// + /// + /// Operation Id + /// ScopeConnections_CreateOrUpdate + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// Scope connection to be created/updated. + /// The cancellation token to use. + /// is null. + public virtual ArmOperation Update(WaitUntil waitUntil, ScopeConnectionData data, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(data, nameof(data)); + + using var scope = _scopeConnectionClientDiagnostics.CreateScope("ScopeConnectionResource.Update"); + scope.Start(); + try + { + var response = _scopeConnectionRestClient.CreateOrUpdate(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, data, cancellationToken); + var operation = new NetworkArmOperation(Response.FromValue(new ScopeConnectionResource(Client, response), response.GetRawResponse())); + if (waitUntil == WaitUntil.Completed) + operation.WaitForCompletion(cancellationToken); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/SecurityAdminConfigurationCollection.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/SecurityAdminConfigurationCollection.cs new file mode 100644 index 000000000000..2a021f634cc8 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/SecurityAdminConfigurationCollection.cs @@ -0,0 +1,344 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Collections; +using System.Collections.Generic; +using System.Globalization; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Core.Pipeline; +using Azure.ResourceManager; + +namespace Azure.ResourceManager.Network +{ + /// + /// A class representing a collection of and their operations. + /// Each in the collection will belong to the same instance of . + /// To get a instance call the GetSecurityAdminConfigurations method from an instance of . + /// + public partial class SecurityAdminConfigurationCollection : ArmCollection, IEnumerable, IAsyncEnumerable + { + private readonly ClientDiagnostics _securityAdminConfigurationClientDiagnostics; + private readonly SecurityAdminConfigurationsRestOperations _securityAdminConfigurationRestClient; + + /// Initializes a new instance of the class for mocking. + protected SecurityAdminConfigurationCollection() + { + } + + /// Initializes a new instance of the class. + /// The client parameters to use in these operations. + /// The identifier of the parent resource that is the target of operations. + internal SecurityAdminConfigurationCollection(ArmClient client, ResourceIdentifier id) : base(client, id) + { + _securityAdminConfigurationClientDiagnostics = new ClientDiagnostics("Azure.ResourceManager.Network", SecurityAdminConfigurationResource.ResourceType.Namespace, Diagnostics); + TryGetApiVersion(SecurityAdminConfigurationResource.ResourceType, out string securityAdminConfigurationApiVersion); + _securityAdminConfigurationRestClient = new SecurityAdminConfigurationsRestOperations(Pipeline, Diagnostics.ApplicationId, Endpoint, securityAdminConfigurationApiVersion); +#if DEBUG + ValidateResourceId(Id); +#endif + } + + internal static void ValidateResourceId(ResourceIdentifier id) + { + if (id.ResourceType != NetworkManagerResource.ResourceType) + throw new ArgumentException(string.Format(CultureInfo.CurrentCulture, "Invalid resource type {0} expected {1}", id.ResourceType, NetworkManagerResource.ResourceType), nameof(id)); + } + + /// + /// Creates or updates a network manager security admin configuration. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/securityAdminConfigurations/{configurationName} + /// + /// + /// Operation Id + /// SecurityAdminConfigurations_CreateOrUpdate + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// The name of the network manager Security Configuration. + /// The security admin configuration to create or update. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// or is null. + public virtual async Task> CreateOrUpdateAsync(WaitUntil waitUntil, string configurationName, SecurityAdminConfigurationData data, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(configurationName, nameof(configurationName)); + Argument.AssertNotNull(data, nameof(data)); + + using var scope = _securityAdminConfigurationClientDiagnostics.CreateScope("SecurityAdminConfigurationCollection.CreateOrUpdate"); + scope.Start(); + try + { + var response = await _securityAdminConfigurationRestClient.CreateOrUpdateAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, configurationName, data, cancellationToken).ConfigureAwait(false); + var operation = new NetworkArmOperation(Response.FromValue(new SecurityAdminConfigurationResource(Client, response), response.GetRawResponse())); + if (waitUntil == WaitUntil.Completed) + await operation.WaitForCompletionAsync(cancellationToken).ConfigureAwait(false); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Creates or updates a network manager security admin configuration. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/securityAdminConfigurations/{configurationName} + /// + /// + /// Operation Id + /// SecurityAdminConfigurations_CreateOrUpdate + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// The name of the network manager Security Configuration. + /// The security admin configuration to create or update. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// or is null. + public virtual ArmOperation CreateOrUpdate(WaitUntil waitUntil, string configurationName, SecurityAdminConfigurationData data, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(configurationName, nameof(configurationName)); + Argument.AssertNotNull(data, nameof(data)); + + using var scope = _securityAdminConfigurationClientDiagnostics.CreateScope("SecurityAdminConfigurationCollection.CreateOrUpdate"); + scope.Start(); + try + { + var response = _securityAdminConfigurationRestClient.CreateOrUpdate(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, configurationName, data, cancellationToken); + var operation = new NetworkArmOperation(Response.FromValue(new SecurityAdminConfigurationResource(Client, response), response.GetRawResponse())); + if (waitUntil == WaitUntil.Completed) + operation.WaitForCompletion(cancellationToken); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Retrieves a network manager security admin configuration. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/securityAdminConfigurations/{configurationName} + /// + /// + /// Operation Id + /// SecurityAdminConfigurations_Get + /// + /// + /// + /// The name of the network manager Security Configuration. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// is null. + public virtual async Task> GetAsync(string configurationName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(configurationName, nameof(configurationName)); + + using var scope = _securityAdminConfigurationClientDiagnostics.CreateScope("SecurityAdminConfigurationCollection.Get"); + scope.Start(); + try + { + var response = await _securityAdminConfigurationRestClient.GetAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, configurationName, cancellationToken).ConfigureAwait(false); + if (response.Value == null) + throw new RequestFailedException(response.GetRawResponse()); + return Response.FromValue(new SecurityAdminConfigurationResource(Client, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Retrieves a network manager security admin configuration. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/securityAdminConfigurations/{configurationName} + /// + /// + /// Operation Id + /// SecurityAdminConfigurations_Get + /// + /// + /// + /// The name of the network manager Security Configuration. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// is null. + public virtual Response Get(string configurationName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(configurationName, nameof(configurationName)); + + using var scope = _securityAdminConfigurationClientDiagnostics.CreateScope("SecurityAdminConfigurationCollection.Get"); + scope.Start(); + try + { + var response = _securityAdminConfigurationRestClient.Get(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, configurationName, cancellationToken); + if (response.Value == null) + throw new RequestFailedException(response.GetRawResponse()); + return Response.FromValue(new SecurityAdminConfigurationResource(Client, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Lists all the network manager security admin configurations in a network manager, in a paginated format. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/securityAdminConfigurations + /// + /// + /// Operation Id + /// SecurityAdminConfigurations_List + /// + /// + /// + /// An optional query parameter which specifies the maximum number of records to be returned by the server. + /// SkipToken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. + /// The cancellation token to use. + /// An async collection of that may take multiple service requests to iterate over. + public virtual AsyncPageable GetAllAsync(int? top = null, string skipToken = null, CancellationToken cancellationToken = default) + { + HttpMessage FirstPageRequest(int? pageSizeHint) => _securityAdminConfigurationRestClient.CreateListRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, top, skipToken); + HttpMessage NextPageRequest(int? pageSizeHint, string nextLink) => _securityAdminConfigurationRestClient.CreateListNextPageRequest(nextLink, Id.SubscriptionId, Id.ResourceGroupName, Id.Name, top, skipToken); + return PageableHelpers.CreateAsyncPageable(FirstPageRequest, NextPageRequest, e => new SecurityAdminConfigurationResource(Client, SecurityAdminConfigurationData.DeserializeSecurityAdminConfigurationData(e)), _securityAdminConfigurationClientDiagnostics, Pipeline, "SecurityAdminConfigurationCollection.GetAll", "value", "nextLink", cancellationToken); + } + + /// + /// Lists all the network manager security admin configurations in a network manager, in a paginated format. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/securityAdminConfigurations + /// + /// + /// Operation Id + /// SecurityAdminConfigurations_List + /// + /// + /// + /// An optional query parameter which specifies the maximum number of records to be returned by the server. + /// SkipToken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. + /// The cancellation token to use. + /// A collection of that may take multiple service requests to iterate over. + public virtual Pageable GetAll(int? top = null, string skipToken = null, CancellationToken cancellationToken = default) + { + HttpMessage FirstPageRequest(int? pageSizeHint) => _securityAdminConfigurationRestClient.CreateListRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, top, skipToken); + HttpMessage NextPageRequest(int? pageSizeHint, string nextLink) => _securityAdminConfigurationRestClient.CreateListNextPageRequest(nextLink, Id.SubscriptionId, Id.ResourceGroupName, Id.Name, top, skipToken); + return PageableHelpers.CreatePageable(FirstPageRequest, NextPageRequest, e => new SecurityAdminConfigurationResource(Client, SecurityAdminConfigurationData.DeserializeSecurityAdminConfigurationData(e)), _securityAdminConfigurationClientDiagnostics, Pipeline, "SecurityAdminConfigurationCollection.GetAll", "value", "nextLink", cancellationToken); + } + + /// + /// Checks to see if the resource exists in azure. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/securityAdminConfigurations/{configurationName} + /// + /// + /// Operation Id + /// SecurityAdminConfigurations_Get + /// + /// + /// + /// The name of the network manager Security Configuration. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// is null. + public virtual async Task> ExistsAsync(string configurationName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(configurationName, nameof(configurationName)); + + using var scope = _securityAdminConfigurationClientDiagnostics.CreateScope("SecurityAdminConfigurationCollection.Exists"); + scope.Start(); + try + { + var response = await _securityAdminConfigurationRestClient.GetAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, configurationName, cancellationToken: cancellationToken).ConfigureAwait(false); + return Response.FromValue(response.Value != null, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Checks to see if the resource exists in azure. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/securityAdminConfigurations/{configurationName} + /// + /// + /// Operation Id + /// SecurityAdminConfigurations_Get + /// + /// + /// + /// The name of the network manager Security Configuration. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// is null. + public virtual Response Exists(string configurationName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(configurationName, nameof(configurationName)); + + using var scope = _securityAdminConfigurationClientDiagnostics.CreateScope("SecurityAdminConfigurationCollection.Exists"); + scope.Start(); + try + { + var response = _securityAdminConfigurationRestClient.Get(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, configurationName, cancellationToken: cancellationToken); + return Response.FromValue(response.Value != null, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/SecurityAdminConfigurationData.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/SecurityAdminConfigurationData.cs new file mode 100644 index 000000000000..99ea8236b4ef --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/SecurityAdminConfigurationData.cs @@ -0,0 +1,54 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using Azure; +using Azure.Core; +using Azure.ResourceManager.Models; +using Azure.ResourceManager.Network.Models; + +namespace Azure.ResourceManager.Network +{ + /// + /// A class representing the SecurityAdminConfiguration data model. + /// Defines the security admin configuration + /// + public partial class SecurityAdminConfigurationData : ResourceData + { + /// Initializes a new instance of SecurityAdminConfigurationData. + public SecurityAdminConfigurationData() + { + ApplyOnNetworkIntentPolicyBasedServices = new ChangeTrackingList(); + } + + /// Initializes a new instance of SecurityAdminConfigurationData. + /// The id. + /// The name. + /// The resourceType. + /// The systemData. + /// A description of the security configuration. + /// Enum list of network intent policy based services. + /// The provisioning state of the resource. + /// A unique read-only string that changes whenever the resource is updated. + internal SecurityAdminConfigurationData(ResourceIdentifier id, string name, ResourceType resourceType, SystemData systemData, string description, IList applyOnNetworkIntentPolicyBasedServices, NetworkProvisioningState? provisioningState, ETag? etag) : base(id, name, resourceType, systemData) + { + Description = description; + ApplyOnNetworkIntentPolicyBasedServices = applyOnNetworkIntentPolicyBasedServices; + ProvisioningState = provisioningState; + ETag = etag; + } + + /// A description of the security configuration. + public string Description { get; set; } + /// Enum list of network intent policy based services. + public IList ApplyOnNetworkIntentPolicyBasedServices { get; } + /// The provisioning state of the resource. + public NetworkProvisioningState? ProvisioningState { get; } + /// A unique read-only string that changes whenever the resource is updated. + public ETag? ETag { get; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/SecurityAdminConfigurationResource.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/SecurityAdminConfigurationResource.cs new file mode 100644 index 000000000000..b7b869f6c40a --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/SecurityAdminConfigurationResource.cs @@ -0,0 +1,352 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Globalization; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Core.Pipeline; +using Azure.ResourceManager; + +namespace Azure.ResourceManager.Network +{ + /// + /// A Class representing a SecurityAdminConfiguration along with the instance operations that can be performed on it. + /// If you have a you can construct a + /// from an instance of using the GetSecurityAdminConfigurationResource method. + /// Otherwise you can get one from its parent resource using the GetSecurityAdminConfiguration method. + /// + public partial class SecurityAdminConfigurationResource : ArmResource + { + /// Generate the resource identifier of a instance. + public static ResourceIdentifier CreateResourceIdentifier(string subscriptionId, string resourceGroupName, string networkManagerName, string configurationName) + { + var resourceId = $"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/securityAdminConfigurations/{configurationName}"; + return new ResourceIdentifier(resourceId); + } + + private readonly ClientDiagnostics _securityAdminConfigurationClientDiagnostics; + private readonly SecurityAdminConfigurationsRestOperations _securityAdminConfigurationRestClient; + private readonly SecurityAdminConfigurationData _data; + + /// Initializes a new instance of the class for mocking. + protected SecurityAdminConfigurationResource() + { + } + + /// Initializes a new instance of the class. + /// The client parameters to use in these operations. + /// The resource that is the target of operations. + internal SecurityAdminConfigurationResource(ArmClient client, SecurityAdminConfigurationData data) : this(client, data.Id) + { + HasData = true; + _data = data; + } + + /// Initializes a new instance of the class. + /// The client parameters to use in these operations. + /// The identifier of the resource that is the target of operations. + internal SecurityAdminConfigurationResource(ArmClient client, ResourceIdentifier id) : base(client, id) + { + _securityAdminConfigurationClientDiagnostics = new ClientDiagnostics("Azure.ResourceManager.Network", ResourceType.Namespace, Diagnostics); + TryGetApiVersion(ResourceType, out string securityAdminConfigurationApiVersion); + _securityAdminConfigurationRestClient = new SecurityAdminConfigurationsRestOperations(Pipeline, Diagnostics.ApplicationId, Endpoint, securityAdminConfigurationApiVersion); +#if DEBUG + ValidateResourceId(Id); +#endif + } + + /// Gets the resource type for the operations. + public static readonly ResourceType ResourceType = "Microsoft.Network/networkManagers/securityAdminConfigurations"; + + /// Gets whether or not the current instance has data. + public virtual bool HasData { get; } + + /// Gets the data representing this Feature. + /// Throws if there is no data loaded in the current instance. + public virtual SecurityAdminConfigurationData Data + { + get + { + if (!HasData) + throw new InvalidOperationException("The current instance does not have data, you must call Get first."); + return _data; + } + } + + internal static void ValidateResourceId(ResourceIdentifier id) + { + if (id.ResourceType != ResourceType) + throw new ArgumentException(string.Format(CultureInfo.CurrentCulture, "Invalid resource type {0} expected {1}", id.ResourceType, ResourceType), nameof(id)); + } + + /// Gets a collection of AdminRuleGroupResources in the SecurityAdminConfiguration. + /// An object representing collection of AdminRuleGroupResources and their operations over a AdminRuleGroupResource. + public virtual AdminRuleGroupCollection GetAdminRuleGroups() + { + return GetCachedClient(Client => new AdminRuleGroupCollection(Client, Id)); + } + + /// + /// Gets a network manager security admin configuration rule collection. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/securityAdminConfigurations/{configurationName}/ruleCollections/{ruleCollectionName} + /// + /// + /// Operation Id + /// AdminRuleCollections_Get + /// + /// + /// + /// The name of the network manager security Configuration rule collection. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// is null. + [ForwardsClientCalls] + public virtual async Task> GetAdminRuleGroupAsync(string ruleCollectionName, CancellationToken cancellationToken = default) + { + return await GetAdminRuleGroups().GetAsync(ruleCollectionName, cancellationToken).ConfigureAwait(false); + } + + /// + /// Gets a network manager security admin configuration rule collection. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/securityAdminConfigurations/{configurationName}/ruleCollections/{ruleCollectionName} + /// + /// + /// Operation Id + /// AdminRuleCollections_Get + /// + /// + /// + /// The name of the network manager security Configuration rule collection. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// is null. + [ForwardsClientCalls] + public virtual Response GetAdminRuleGroup(string ruleCollectionName, CancellationToken cancellationToken = default) + { + return GetAdminRuleGroups().Get(ruleCollectionName, cancellationToken); + } + + /// + /// Retrieves a network manager security admin configuration. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/securityAdminConfigurations/{configurationName} + /// + /// + /// Operation Id + /// SecurityAdminConfigurations_Get + /// + /// + /// + /// The cancellation token to use. + public virtual async Task> GetAsync(CancellationToken cancellationToken = default) + { + using var scope = _securityAdminConfigurationClientDiagnostics.CreateScope("SecurityAdminConfigurationResource.Get"); + scope.Start(); + try + { + var response = await _securityAdminConfigurationRestClient.GetAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken).ConfigureAwait(false); + if (response.Value == null) + throw new RequestFailedException(response.GetRawResponse()); + return Response.FromValue(new SecurityAdminConfigurationResource(Client, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Retrieves a network manager security admin configuration. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/securityAdminConfigurations/{configurationName} + /// + /// + /// Operation Id + /// SecurityAdminConfigurations_Get + /// + /// + /// + /// The cancellation token to use. + public virtual Response Get(CancellationToken cancellationToken = default) + { + using var scope = _securityAdminConfigurationClientDiagnostics.CreateScope("SecurityAdminConfigurationResource.Get"); + scope.Start(); + try + { + var response = _securityAdminConfigurationRestClient.Get(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken); + if (response.Value == null) + throw new RequestFailedException(response.GetRawResponse()); + return Response.FromValue(new SecurityAdminConfigurationResource(Client, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Deletes a network manager security admin configuration. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/securityAdminConfigurations/{configurationName} + /// + /// + /// Operation Id + /// SecurityAdminConfigurations_Delete + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// Deletes the resource even if it is part of a deployed configuration. If the configuration has been deployed, the service will do a cleanup deployment in the background, prior to the delete. + /// The cancellation token to use. + public virtual async Task DeleteAsync(WaitUntil waitUntil, bool? force = null, CancellationToken cancellationToken = default) + { + using var scope = _securityAdminConfigurationClientDiagnostics.CreateScope("SecurityAdminConfigurationResource.Delete"); + scope.Start(); + try + { + var response = await _securityAdminConfigurationRestClient.DeleteAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, force, cancellationToken).ConfigureAwait(false); + var operation = new NetworkArmOperation(_securityAdminConfigurationClientDiagnostics, Pipeline, _securityAdminConfigurationRestClient.CreateDeleteRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, force).Request, response, OperationFinalStateVia.Location); + if (waitUntil == WaitUntil.Completed) + await operation.WaitForCompletionResponseAsync(cancellationToken).ConfigureAwait(false); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Deletes a network manager security admin configuration. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/securityAdminConfigurations/{configurationName} + /// + /// + /// Operation Id + /// SecurityAdminConfigurations_Delete + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// Deletes the resource even if it is part of a deployed configuration. If the configuration has been deployed, the service will do a cleanup deployment in the background, prior to the delete. + /// The cancellation token to use. + public virtual ArmOperation Delete(WaitUntil waitUntil, bool? force = null, CancellationToken cancellationToken = default) + { + using var scope = _securityAdminConfigurationClientDiagnostics.CreateScope("SecurityAdminConfigurationResource.Delete"); + scope.Start(); + try + { + var response = _securityAdminConfigurationRestClient.Delete(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, force, cancellationToken); + var operation = new NetworkArmOperation(_securityAdminConfigurationClientDiagnostics, Pipeline, _securityAdminConfigurationRestClient.CreateDeleteRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, force).Request, response, OperationFinalStateVia.Location); + if (waitUntil == WaitUntil.Completed) + operation.WaitForCompletionResponse(cancellationToken); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Creates or updates a network manager security admin configuration. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/securityAdminConfigurations/{configurationName} + /// + /// + /// Operation Id + /// SecurityAdminConfigurations_CreateOrUpdate + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// The security admin configuration to create or update. + /// The cancellation token to use. + /// is null. + public virtual async Task> UpdateAsync(WaitUntil waitUntil, SecurityAdminConfigurationData data, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(data, nameof(data)); + + using var scope = _securityAdminConfigurationClientDiagnostics.CreateScope("SecurityAdminConfigurationResource.Update"); + scope.Start(); + try + { + var response = await _securityAdminConfigurationRestClient.CreateOrUpdateAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, data, cancellationToken).ConfigureAwait(false); + var operation = new NetworkArmOperation(Response.FromValue(new SecurityAdminConfigurationResource(Client, response), response.GetRawResponse())); + if (waitUntil == WaitUntil.Completed) + await operation.WaitForCompletionAsync(cancellationToken).ConfigureAwait(false); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Creates or updates a network manager security admin configuration. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/securityAdminConfigurations/{configurationName} + /// + /// + /// Operation Id + /// SecurityAdminConfigurations_CreateOrUpdate + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// The security admin configuration to create or update. + /// The cancellation token to use. + /// is null. + public virtual ArmOperation Update(WaitUntil waitUntil, SecurityAdminConfigurationData data, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(data, nameof(data)); + + using var scope = _securityAdminConfigurationClientDiagnostics.CreateScope("SecurityAdminConfigurationResource.Update"); + scope.Start(); + try + { + var response = _securityAdminConfigurationRestClient.CreateOrUpdate(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, data, cancellationToken); + var operation = new NetworkArmOperation(Response.FromValue(new SecurityAdminConfigurationResource(Client, response), response.GetRawResponse())); + if (waitUntil == WaitUntil.Completed) + operation.WaitForCompletion(cancellationToken); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/ServiceEndpointPolicyData.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/ServiceEndpointPolicyData.cs index 8343b5b3fe0d..d43d2bd7150e 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/ServiceEndpointPolicyData.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/ServiceEndpointPolicyData.cs @@ -24,6 +24,7 @@ public ServiceEndpointPolicyData() { ServiceEndpointPolicyDefinitions = new ChangeTrackingList(); Subnets = new ChangeTrackingList(); + ContextualServiceEndpointPolicies = new ChangeTrackingList(); } /// Initializes a new instance of ServiceEndpointPolicyData. @@ -38,7 +39,9 @@ public ServiceEndpointPolicyData() /// A collection of references to subnets. /// The resource GUID property of the service endpoint policy resource. /// The provisioning state of the service endpoint policy resource. - internal ServiceEndpointPolicyData(ResourceIdentifier id, string name, ResourceType? resourceType, AzureLocation? location, IDictionary tags, ETag? etag, string kind, IList serviceEndpointPolicyDefinitions, IReadOnlyList subnets, Guid? resourceGuid, NetworkProvisioningState? provisioningState) : base(id, name, resourceType, location, tags) + /// The alias indicating if the policy belongs to a service. + /// A collection of contextual service endpoint policy. + internal ServiceEndpointPolicyData(ResourceIdentifier id, string name, ResourceType? resourceType, AzureLocation? location, IDictionary tags, ETag? etag, string kind, IList serviceEndpointPolicyDefinitions, IReadOnlyList subnets, Guid? resourceGuid, NetworkProvisioningState? provisioningState, string serviceAlias, IList contextualServiceEndpointPolicies) : base(id, name, resourceType, location, tags) { ETag = etag; Kind = kind; @@ -46,6 +49,8 @@ internal ServiceEndpointPolicyData(ResourceIdentifier id, string name, ResourceT Subnets = subnets; ResourceGuid = resourceGuid; ProvisioningState = provisioningState; + ServiceAlias = serviceAlias; + ContextualServiceEndpointPolicies = contextualServiceEndpointPolicies; } /// A unique read-only string that changes whenever the resource is updated. @@ -60,5 +65,9 @@ internal ServiceEndpointPolicyData(ResourceIdentifier id, string name, ResourceT public Guid? ResourceGuid { get; } /// The provisioning state of the service endpoint policy resource. public NetworkProvisioningState? ProvisioningState { get; } + /// The alias indicating if the policy belongs to a service. + public string ServiceAlias { get; set; } + /// A collection of contextual service endpoint policy. + public IList ContextualServiceEndpointPolicies { get; } } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/SubscriptionNetworkManagerConnectionCollection.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/SubscriptionNetworkManagerConnectionCollection.cs new file mode 100644 index 000000000000..c5711190aecd --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/SubscriptionNetworkManagerConnectionCollection.cs @@ -0,0 +1,345 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Collections; +using System.Collections.Generic; +using System.Globalization; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Core.Pipeline; +using Azure.ResourceManager; +using Azure.ResourceManager.Resources; + +namespace Azure.ResourceManager.Network +{ + /// + /// A class representing a collection of and their operations. + /// Each in the collection will belong to the same instance of . + /// To get a instance call the GetSubscriptionNetworkManagerConnections method from an instance of . + /// + public partial class SubscriptionNetworkManagerConnectionCollection : ArmCollection, IEnumerable, IAsyncEnumerable + { + private readonly ClientDiagnostics _subscriptionNetworkManagerConnectionClientDiagnostics; + private readonly SubscriptionNetworkManagerConnectionsRestOperations _subscriptionNetworkManagerConnectionRestClient; + + /// Initializes a new instance of the class for mocking. + protected SubscriptionNetworkManagerConnectionCollection() + { + } + + /// Initializes a new instance of the class. + /// The client parameters to use in these operations. + /// The identifier of the parent resource that is the target of operations. + internal SubscriptionNetworkManagerConnectionCollection(ArmClient client, ResourceIdentifier id) : base(client, id) + { + _subscriptionNetworkManagerConnectionClientDiagnostics = new ClientDiagnostics("Azure.ResourceManager.Network", SubscriptionNetworkManagerConnectionResource.ResourceType.Namespace, Diagnostics); + TryGetApiVersion(SubscriptionNetworkManagerConnectionResource.ResourceType, out string subscriptionNetworkManagerConnectionApiVersion); + _subscriptionNetworkManagerConnectionRestClient = new SubscriptionNetworkManagerConnectionsRestOperations(Pipeline, Diagnostics.ApplicationId, Endpoint, subscriptionNetworkManagerConnectionApiVersion); +#if DEBUG + ValidateResourceId(Id); +#endif + } + + internal static void ValidateResourceId(ResourceIdentifier id) + { + if (id.ResourceType != SubscriptionResource.ResourceType) + throw new ArgumentException(string.Format(CultureInfo.CurrentCulture, "Invalid resource type {0} expected {1}", id.ResourceType, SubscriptionResource.ResourceType), nameof(id)); + } + + /// + /// Create a network manager connection on this subscription. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/providers/Microsoft.Network/networkManagerConnections/{networkManagerConnectionName} + /// + /// + /// Operation Id + /// SubscriptionNetworkManagerConnections_CreateOrUpdate + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// Name for the network manager connection. + /// Network manager connection to be created/updated. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// or is null. + public virtual async Task> CreateOrUpdateAsync(WaitUntil waitUntil, string networkManagerConnectionName, NetworkManagerConnectionData data, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(networkManagerConnectionName, nameof(networkManagerConnectionName)); + Argument.AssertNotNull(data, nameof(data)); + + using var scope = _subscriptionNetworkManagerConnectionClientDiagnostics.CreateScope("SubscriptionNetworkManagerConnectionCollection.CreateOrUpdate"); + scope.Start(); + try + { + var response = await _subscriptionNetworkManagerConnectionRestClient.CreateOrUpdateAsync(Id.SubscriptionId, networkManagerConnectionName, data, cancellationToken).ConfigureAwait(false); + var operation = new NetworkArmOperation(Response.FromValue(new SubscriptionNetworkManagerConnectionResource(Client, response), response.GetRawResponse())); + if (waitUntil == WaitUntil.Completed) + await operation.WaitForCompletionAsync(cancellationToken).ConfigureAwait(false); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Create a network manager connection on this subscription. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/providers/Microsoft.Network/networkManagerConnections/{networkManagerConnectionName} + /// + /// + /// Operation Id + /// SubscriptionNetworkManagerConnections_CreateOrUpdate + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// Name for the network manager connection. + /// Network manager connection to be created/updated. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// or is null. + public virtual ArmOperation CreateOrUpdate(WaitUntil waitUntil, string networkManagerConnectionName, NetworkManagerConnectionData data, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(networkManagerConnectionName, nameof(networkManagerConnectionName)); + Argument.AssertNotNull(data, nameof(data)); + + using var scope = _subscriptionNetworkManagerConnectionClientDiagnostics.CreateScope("SubscriptionNetworkManagerConnectionCollection.CreateOrUpdate"); + scope.Start(); + try + { + var response = _subscriptionNetworkManagerConnectionRestClient.CreateOrUpdate(Id.SubscriptionId, networkManagerConnectionName, data, cancellationToken); + var operation = new NetworkArmOperation(Response.FromValue(new SubscriptionNetworkManagerConnectionResource(Client, response), response.GetRawResponse())); + if (waitUntil == WaitUntil.Completed) + operation.WaitForCompletion(cancellationToken); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Get a specified connection created by this subscription. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/providers/Microsoft.Network/networkManagerConnections/{networkManagerConnectionName} + /// + /// + /// Operation Id + /// SubscriptionNetworkManagerConnections_Get + /// + /// + /// + /// Name for the network manager connection. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// is null. + public virtual async Task> GetAsync(string networkManagerConnectionName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(networkManagerConnectionName, nameof(networkManagerConnectionName)); + + using var scope = _subscriptionNetworkManagerConnectionClientDiagnostics.CreateScope("SubscriptionNetworkManagerConnectionCollection.Get"); + scope.Start(); + try + { + var response = await _subscriptionNetworkManagerConnectionRestClient.GetAsync(Id.SubscriptionId, networkManagerConnectionName, cancellationToken).ConfigureAwait(false); + if (response.Value == null) + throw new RequestFailedException(response.GetRawResponse()); + return Response.FromValue(new SubscriptionNetworkManagerConnectionResource(Client, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Get a specified connection created by this subscription. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/providers/Microsoft.Network/networkManagerConnections/{networkManagerConnectionName} + /// + /// + /// Operation Id + /// SubscriptionNetworkManagerConnections_Get + /// + /// + /// + /// Name for the network manager connection. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// is null. + public virtual Response Get(string networkManagerConnectionName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(networkManagerConnectionName, nameof(networkManagerConnectionName)); + + using var scope = _subscriptionNetworkManagerConnectionClientDiagnostics.CreateScope("SubscriptionNetworkManagerConnectionCollection.Get"); + scope.Start(); + try + { + var response = _subscriptionNetworkManagerConnectionRestClient.Get(Id.SubscriptionId, networkManagerConnectionName, cancellationToken); + if (response.Value == null) + throw new RequestFailedException(response.GetRawResponse()); + return Response.FromValue(new SubscriptionNetworkManagerConnectionResource(Client, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// List all network manager connections created by this subscription. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/providers/Microsoft.Network/networkManagerConnections + /// + /// + /// Operation Id + /// SubscriptionNetworkManagerConnections_List + /// + /// + /// + /// An optional query parameter which specifies the maximum number of records to be returned by the server. + /// SkipToken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. + /// The cancellation token to use. + /// An async collection of that may take multiple service requests to iterate over. + public virtual AsyncPageable GetAllAsync(int? top = null, string skipToken = null, CancellationToken cancellationToken = default) + { + HttpMessage FirstPageRequest(int? pageSizeHint) => _subscriptionNetworkManagerConnectionRestClient.CreateListRequest(Id.SubscriptionId, top, skipToken); + HttpMessage NextPageRequest(int? pageSizeHint, string nextLink) => _subscriptionNetworkManagerConnectionRestClient.CreateListNextPageRequest(nextLink, Id.SubscriptionId, top, skipToken); + return PageableHelpers.CreateAsyncPageable(FirstPageRequest, NextPageRequest, e => new SubscriptionNetworkManagerConnectionResource(Client, NetworkManagerConnectionData.DeserializeNetworkManagerConnectionData(e)), _subscriptionNetworkManagerConnectionClientDiagnostics, Pipeline, "SubscriptionNetworkManagerConnectionCollection.GetAll", "value", "nextLink", cancellationToken); + } + + /// + /// List all network manager connections created by this subscription. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/providers/Microsoft.Network/networkManagerConnections + /// + /// + /// Operation Id + /// SubscriptionNetworkManagerConnections_List + /// + /// + /// + /// An optional query parameter which specifies the maximum number of records to be returned by the server. + /// SkipToken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. + /// The cancellation token to use. + /// A collection of that may take multiple service requests to iterate over. + public virtual Pageable GetAll(int? top = null, string skipToken = null, CancellationToken cancellationToken = default) + { + HttpMessage FirstPageRequest(int? pageSizeHint) => _subscriptionNetworkManagerConnectionRestClient.CreateListRequest(Id.SubscriptionId, top, skipToken); + HttpMessage NextPageRequest(int? pageSizeHint, string nextLink) => _subscriptionNetworkManagerConnectionRestClient.CreateListNextPageRequest(nextLink, Id.SubscriptionId, top, skipToken); + return PageableHelpers.CreatePageable(FirstPageRequest, NextPageRequest, e => new SubscriptionNetworkManagerConnectionResource(Client, NetworkManagerConnectionData.DeserializeNetworkManagerConnectionData(e)), _subscriptionNetworkManagerConnectionClientDiagnostics, Pipeline, "SubscriptionNetworkManagerConnectionCollection.GetAll", "value", "nextLink", cancellationToken); + } + + /// + /// Checks to see if the resource exists in azure. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/providers/Microsoft.Network/networkManagerConnections/{networkManagerConnectionName} + /// + /// + /// Operation Id + /// SubscriptionNetworkManagerConnections_Get + /// + /// + /// + /// Name for the network manager connection. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// is null. + public virtual async Task> ExistsAsync(string networkManagerConnectionName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(networkManagerConnectionName, nameof(networkManagerConnectionName)); + + using var scope = _subscriptionNetworkManagerConnectionClientDiagnostics.CreateScope("SubscriptionNetworkManagerConnectionCollection.Exists"); + scope.Start(); + try + { + var response = await _subscriptionNetworkManagerConnectionRestClient.GetAsync(Id.SubscriptionId, networkManagerConnectionName, cancellationToken: cancellationToken).ConfigureAwait(false); + return Response.FromValue(response.Value != null, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Checks to see if the resource exists in azure. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/providers/Microsoft.Network/networkManagerConnections/{networkManagerConnectionName} + /// + /// + /// Operation Id + /// SubscriptionNetworkManagerConnections_Get + /// + /// + /// + /// Name for the network manager connection. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// is null. + public virtual Response Exists(string networkManagerConnectionName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(networkManagerConnectionName, nameof(networkManagerConnectionName)); + + using var scope = _subscriptionNetworkManagerConnectionClientDiagnostics.CreateScope("SubscriptionNetworkManagerConnectionCollection.Exists"); + scope.Start(); + try + { + var response = _subscriptionNetworkManagerConnectionRestClient.Get(Id.SubscriptionId, networkManagerConnectionName, cancellationToken: cancellationToken); + return Response.FromValue(response.Value != null, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/SubscriptionNetworkManagerConnectionResource.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/SubscriptionNetworkManagerConnectionResource.cs new file mode 100644 index 000000000000..5bb0e7c7c0d7 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/SubscriptionNetworkManagerConnectionResource.cs @@ -0,0 +1,298 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Globalization; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Core.Pipeline; +using Azure.ResourceManager; +using Azure.ResourceManager.Resources; + +namespace Azure.ResourceManager.Network +{ + /// + /// A Class representing a SubscriptionNetworkManagerConnection along with the instance operations that can be performed on it. + /// If you have a you can construct a + /// from an instance of using the GetSubscriptionNetworkManagerConnectionResource method. + /// Otherwise you can get one from its parent resource using the GetSubscriptionNetworkManagerConnection method. + /// + public partial class SubscriptionNetworkManagerConnectionResource : ArmResource + { + /// Generate the resource identifier of a instance. + public static ResourceIdentifier CreateResourceIdentifier(string subscriptionId, string networkManagerConnectionName) + { + var resourceId = $"/subscriptions/{subscriptionId}/providers/Microsoft.Network/networkManagerConnections/{networkManagerConnectionName}"; + return new ResourceIdentifier(resourceId); + } + + private readonly ClientDiagnostics _subscriptionNetworkManagerConnectionClientDiagnostics; + private readonly SubscriptionNetworkManagerConnectionsRestOperations _subscriptionNetworkManagerConnectionRestClient; + private readonly NetworkManagerConnectionData _data; + + /// Initializes a new instance of the class for mocking. + protected SubscriptionNetworkManagerConnectionResource() + { + } + + /// Initializes a new instance of the class. + /// The client parameters to use in these operations. + /// The resource that is the target of operations. + internal SubscriptionNetworkManagerConnectionResource(ArmClient client, NetworkManagerConnectionData data) : this(client, data.Id) + { + HasData = true; + _data = data; + } + + /// Initializes a new instance of the class. + /// The client parameters to use in these operations. + /// The identifier of the resource that is the target of operations. + internal SubscriptionNetworkManagerConnectionResource(ArmClient client, ResourceIdentifier id) : base(client, id) + { + _subscriptionNetworkManagerConnectionClientDiagnostics = new ClientDiagnostics("Azure.ResourceManager.Network", ResourceType.Namespace, Diagnostics); + TryGetApiVersion(ResourceType, out string subscriptionNetworkManagerConnectionApiVersion); + _subscriptionNetworkManagerConnectionRestClient = new SubscriptionNetworkManagerConnectionsRestOperations(Pipeline, Diagnostics.ApplicationId, Endpoint, subscriptionNetworkManagerConnectionApiVersion); +#if DEBUG + ValidateResourceId(Id); +#endif + } + + /// Gets the resource type for the operations. + public static readonly ResourceType ResourceType = "Microsoft.Network/networkManagerConnections"; + + /// Gets whether or not the current instance has data. + public virtual bool HasData { get; } + + /// Gets the data representing this Feature. + /// Throws if there is no data loaded in the current instance. + public virtual NetworkManagerConnectionData Data + { + get + { + if (!HasData) + throw new InvalidOperationException("The current instance does not have data, you must call Get first."); + return _data; + } + } + + internal static void ValidateResourceId(ResourceIdentifier id) + { + if (id.ResourceType != ResourceType) + throw new ArgumentException(string.Format(CultureInfo.CurrentCulture, "Invalid resource type {0} expected {1}", id.ResourceType, ResourceType), nameof(id)); + } + + /// + /// Get a specified connection created by this subscription. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/providers/Microsoft.Network/networkManagerConnections/{networkManagerConnectionName} + /// + /// + /// Operation Id + /// SubscriptionNetworkManagerConnections_Get + /// + /// + /// + /// The cancellation token to use. + public virtual async Task> GetAsync(CancellationToken cancellationToken = default) + { + using var scope = _subscriptionNetworkManagerConnectionClientDiagnostics.CreateScope("SubscriptionNetworkManagerConnectionResource.Get"); + scope.Start(); + try + { + var response = await _subscriptionNetworkManagerConnectionRestClient.GetAsync(Id.SubscriptionId, Id.Name, cancellationToken).ConfigureAwait(false); + if (response.Value == null) + throw new RequestFailedException(response.GetRawResponse()); + return Response.FromValue(new SubscriptionNetworkManagerConnectionResource(Client, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Get a specified connection created by this subscription. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/providers/Microsoft.Network/networkManagerConnections/{networkManagerConnectionName} + /// + /// + /// Operation Id + /// SubscriptionNetworkManagerConnections_Get + /// + /// + /// + /// The cancellation token to use. + public virtual Response Get(CancellationToken cancellationToken = default) + { + using var scope = _subscriptionNetworkManagerConnectionClientDiagnostics.CreateScope("SubscriptionNetworkManagerConnectionResource.Get"); + scope.Start(); + try + { + var response = _subscriptionNetworkManagerConnectionRestClient.Get(Id.SubscriptionId, Id.Name, cancellationToken); + if (response.Value == null) + throw new RequestFailedException(response.GetRawResponse()); + return Response.FromValue(new SubscriptionNetworkManagerConnectionResource(Client, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Delete specified connection created by this subscription. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/providers/Microsoft.Network/networkManagerConnections/{networkManagerConnectionName} + /// + /// + /// Operation Id + /// SubscriptionNetworkManagerConnections_Delete + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// The cancellation token to use. + public virtual async Task DeleteAsync(WaitUntil waitUntil, CancellationToken cancellationToken = default) + { + using var scope = _subscriptionNetworkManagerConnectionClientDiagnostics.CreateScope("SubscriptionNetworkManagerConnectionResource.Delete"); + scope.Start(); + try + { + var response = await _subscriptionNetworkManagerConnectionRestClient.DeleteAsync(Id.SubscriptionId, Id.Name, cancellationToken).ConfigureAwait(false); + var operation = new NetworkArmOperation(response); + if (waitUntil == WaitUntil.Completed) + await operation.WaitForCompletionResponseAsync(cancellationToken).ConfigureAwait(false); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Delete specified connection created by this subscription. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/providers/Microsoft.Network/networkManagerConnections/{networkManagerConnectionName} + /// + /// + /// Operation Id + /// SubscriptionNetworkManagerConnections_Delete + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// The cancellation token to use. + public virtual ArmOperation Delete(WaitUntil waitUntil, CancellationToken cancellationToken = default) + { + using var scope = _subscriptionNetworkManagerConnectionClientDiagnostics.CreateScope("SubscriptionNetworkManagerConnectionResource.Delete"); + scope.Start(); + try + { + var response = _subscriptionNetworkManagerConnectionRestClient.Delete(Id.SubscriptionId, Id.Name, cancellationToken); + var operation = new NetworkArmOperation(response); + if (waitUntil == WaitUntil.Completed) + operation.WaitForCompletionResponse(cancellationToken); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Create a network manager connection on this subscription. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/providers/Microsoft.Network/networkManagerConnections/{networkManagerConnectionName} + /// + /// + /// Operation Id + /// SubscriptionNetworkManagerConnections_CreateOrUpdate + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// Network manager connection to be created/updated. + /// The cancellation token to use. + /// is null. + public virtual async Task> UpdateAsync(WaitUntil waitUntil, NetworkManagerConnectionData data, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(data, nameof(data)); + + using var scope = _subscriptionNetworkManagerConnectionClientDiagnostics.CreateScope("SubscriptionNetworkManagerConnectionResource.Update"); + scope.Start(); + try + { + var response = await _subscriptionNetworkManagerConnectionRestClient.CreateOrUpdateAsync(Id.SubscriptionId, Id.Name, data, cancellationToken).ConfigureAwait(false); + var operation = new NetworkArmOperation(Response.FromValue(new SubscriptionNetworkManagerConnectionResource(Client, response), response.GetRawResponse())); + if (waitUntil == WaitUntil.Completed) + await operation.WaitForCompletionAsync(cancellationToken).ConfigureAwait(false); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Create a network manager connection on this subscription. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/providers/Microsoft.Network/networkManagerConnections/{networkManagerConnectionName} + /// + /// + /// Operation Id + /// SubscriptionNetworkManagerConnections_CreateOrUpdate + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// Network manager connection to be created/updated. + /// The cancellation token to use. + /// is null. + public virtual ArmOperation Update(WaitUntil waitUntil, NetworkManagerConnectionData data, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(data, nameof(data)); + + using var scope = _subscriptionNetworkManagerConnectionClientDiagnostics.CreateScope("SubscriptionNetworkManagerConnectionResource.Update"); + scope.Start(); + try + { + var response = _subscriptionNetworkManagerConnectionRestClient.CreateOrUpdate(Id.SubscriptionId, Id.Name, data, cancellationToken); + var operation = new NetworkArmOperation(Response.FromValue(new SubscriptionNetworkManagerConnectionResource(Client, response), response.GetRawResponse())); + if (waitUntil == WaitUntil.Completed) + operation.WaitForCompletion(cancellationToken); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualHubData.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualHubData.cs index 6052b3fe53c9..1735598c251b 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualHubData.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualHubData.cs @@ -25,6 +25,7 @@ public VirtualHubData() VirtualHubRouteTableV2S = new ChangeTrackingList(); BgpConnections = new ChangeTrackingList(); IPConfigurations = new ChangeTrackingList(); + RouteMaps = new ChangeTrackingList(); VirtualRouterIPs = new ChangeTrackingList(); } @@ -35,6 +36,7 @@ public VirtualHubData() /// Resource location. /// Resource tags. /// A unique read-only string that changes whenever the resource is updated. + /// Kind of service virtual hub. This is metadata used for the Azure portal experience for Route Server. /// The VirtualWAN to which the VirtualHub belongs. /// The VpnGateway associated with this VirtualHub. /// The P2SVpnGateway associated with this VirtualHub. @@ -50,13 +52,17 @@ public VirtualHubData() /// The routing state. /// List of references to Bgp Connections. /// List of references to IpConfigurations. + /// List of references to RouteMaps. /// VirtualRouter ASN. /// VirtualRouter IPs. /// Flag to control transit for VirtualRouter hub. /// The preferred gateway to route on-prem traffic. - internal VirtualHubData(ResourceIdentifier id, string name, ResourceType? resourceType, AzureLocation? location, IDictionary tags, ETag? etag, WritableSubResource virtualWan, WritableSubResource vpnGateway, WritableSubResource p2sVpnGateway, WritableSubResource expressRouteGateway, WritableSubResource azureFirewall, WritableSubResource securityPartnerProvider, string addressPrefix, VirtualHubRouteTable routeTable, NetworkProvisioningState? provisioningState, string securityProviderName, IList virtualHubRouteTableV2S, string sku, RoutingState? routingState, IReadOnlyList bgpConnections, IReadOnlyList ipConfigurations, long? virtualRouterAsn, IList virtualRouterIPs, bool? allowBranchToBranchTraffic, PreferredRoutingGateway? preferredRoutingGateway) : base(id, name, resourceType, location, tags) + /// The hubRoutingPreference of this VirtualHub. + /// The VirtualHub Router autoscale configuration. + internal VirtualHubData(ResourceIdentifier id, string name, ResourceType? resourceType, AzureLocation? location, IDictionary tags, ETag? etag, string kind, WritableSubResource virtualWan, WritableSubResource vpnGateway, WritableSubResource p2sVpnGateway, WritableSubResource expressRouteGateway, WritableSubResource azureFirewall, WritableSubResource securityPartnerProvider, string addressPrefix, VirtualHubRouteTable routeTable, NetworkProvisioningState? provisioningState, string securityProviderName, IList virtualHubRouteTableV2S, string sku, RoutingState? routingState, IReadOnlyList bgpConnections, IReadOnlyList ipConfigurations, IReadOnlyList routeMaps, long? virtualRouterAsn, IList virtualRouterIPs, bool? allowBranchToBranchTraffic, PreferredRoutingGateway? preferredRoutingGateway, HubRoutingPreference? hubRoutingPreference, VirtualRouterAutoScaleConfiguration virtualRouterAutoScaleConfiguration) : base(id, name, resourceType, location, tags) { ETag = etag; + Kind = kind; VirtualWan = virtualWan; VpnGateway = vpnGateway; P2SVpnGateway = p2sVpnGateway; @@ -72,14 +78,19 @@ internal VirtualHubData(ResourceIdentifier id, string name, ResourceType? resour RoutingState = routingState; BgpConnections = bgpConnections; IPConfigurations = ipConfigurations; + RouteMaps = routeMaps; VirtualRouterAsn = virtualRouterAsn; VirtualRouterIPs = virtualRouterIPs; AllowBranchToBranchTraffic = allowBranchToBranchTraffic; PreferredRoutingGateway = preferredRoutingGateway; + HubRoutingPreference = hubRoutingPreference; + VirtualRouterAutoScaleConfiguration = virtualRouterAutoScaleConfiguration; } /// A unique read-only string that changes whenever the resource is updated. public ETag? ETag { get; } + /// Kind of service virtual hub. This is metadata used for the Azure portal experience for Route Server. + public string Kind { get; } /// The VirtualWAN to which the VirtualHub belongs. internal WritableSubResource VirtualWan { get; set; } /// Gets or sets Id. @@ -193,6 +204,8 @@ public IList Routes public IReadOnlyList BgpConnections { get; } /// List of references to IpConfigurations. public IReadOnlyList IPConfigurations { get; } + /// List of references to RouteMaps. + public IReadOnlyList RouteMaps { get; } /// VirtualRouter ASN. public long? VirtualRouterAsn { get; set; } /// VirtualRouter IPs. @@ -201,5 +214,20 @@ public IList Routes public bool? AllowBranchToBranchTraffic { get; set; } /// The preferred gateway to route on-prem traffic. public PreferredRoutingGateway? PreferredRoutingGateway { get; set; } + /// The hubRoutingPreference of this VirtualHub. + public HubRoutingPreference? HubRoutingPreference { get; set; } + /// The VirtualHub Router autoscale configuration. + internal VirtualRouterAutoScaleConfiguration VirtualRouterAutoScaleConfiguration { get; set; } + /// The minimum number of scale units for VirtualHub Router. + public int? VirtualRouterAutoScaleMinCapacity + { + get => VirtualRouterAutoScaleConfiguration is null ? default : VirtualRouterAutoScaleConfiguration.MinCapacity; + set + { + if (VirtualRouterAutoScaleConfiguration is null) + VirtualRouterAutoScaleConfiguration = new VirtualRouterAutoScaleConfiguration(); + VirtualRouterAutoScaleConfiguration.MinCapacity = value; + } + } } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualHubResource.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualHubResource.cs index 180d03c8cd52..4b142528a6ab 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualHubResource.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualHubResource.cs @@ -89,6 +89,59 @@ internal static void ValidateResourceId(ResourceIdentifier id) throw new ArgumentException(string.Format(CultureInfo.CurrentCulture, "Invalid resource type {0} expected {1}", id.ResourceType, ResourceType), nameof(id)); } + /// Gets a collection of RouteMapResources in the VirtualHub. + /// An object representing collection of RouteMapResources and their operations over a RouteMapResource. + public virtual RouteMapCollection GetRouteMaps() + { + return GetCachedClient(Client => new RouteMapCollection(Client, Id)); + } + + /// + /// Retrieves the details of a RouteMap. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualHubs/{virtualHubName}/routeMaps/{routeMapName} + /// + /// + /// Operation Id + /// RouteMaps_Get + /// + /// + /// + /// The name of the RouteMap. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// is null. + [ForwardsClientCalls] + public virtual async Task> GetRouteMapAsync(string routeMapName, CancellationToken cancellationToken = default) + { + return await GetRouteMaps().GetAsync(routeMapName, cancellationToken).ConfigureAwait(false); + } + + /// + /// Retrieves the details of a RouteMap. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualHubs/{virtualHubName}/routeMaps/{routeMapName} + /// + /// + /// Operation Id + /// RouteMaps_Get + /// + /// + /// + /// The name of the RouteMap. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// is null. + [ForwardsClientCalls] + public virtual Response GetRouteMap(string routeMapName, CancellationToken cancellationToken = default) + { + return GetRouteMaps().Get(routeMapName, cancellationToken); + } + /// Gets a collection of HubVirtualNetworkConnectionResources in the VirtualHub. /// An object representing collection of HubVirtualNetworkConnectionResources and their operations over a HubVirtualNetworkConnectionResource. public virtual HubVirtualNetworkConnectionCollection GetHubVirtualNetworkConnections() @@ -354,6 +407,59 @@ public virtual Response GetHubRouteTable(string routeTabl return GetHubRouteTables().Get(routeTableName, cancellationToken); } + /// Gets a collection of RoutingIntentResources in the VirtualHub. + /// An object representing collection of RoutingIntentResources and their operations over a RoutingIntentResource. + public virtual RoutingIntentCollection GetRoutingIntents() + { + return GetCachedClient(Client => new RoutingIntentCollection(Client, Id)); + } + + /// + /// Retrieves the details of a RoutingIntent. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualHubs/{virtualHubName}/routingIntent/{routingIntentName} + /// + /// + /// Operation Id + /// RoutingIntent_Get + /// + /// + /// + /// The name of the RoutingIntent. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// is null. + [ForwardsClientCalls] + public virtual async Task> GetRoutingIntentAsync(string routingIntentName, CancellationToken cancellationToken = default) + { + return await GetRoutingIntents().GetAsync(routingIntentName, cancellationToken).ConfigureAwait(false); + } + + /// + /// Retrieves the details of a RoutingIntent. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualHubs/{virtualHubName}/routingIntent/{routingIntentName} + /// + /// + /// Operation Id + /// RoutingIntent_Get + /// + /// + /// + /// The name of the RoutingIntent. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// is null. + [ForwardsClientCalls] + public virtual Response GetRoutingIntent(string routingIntentName, CancellationToken cancellationToken = default) + { + return GetRoutingIntents().Get(routingIntentName, cancellationToken); + } + /// /// Retrieves the details of a VirtualHub. /// @@ -624,6 +730,158 @@ public virtual ArmOperation GetEffectiveVirtualHubRoutes(WaitUntil waitUntil, Ef } } + /// + /// Gets the inbound routes configured for the Virtual Hub on a particular connection. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualHubs/{virtualHubName}/inboundRoutes + /// + /// + /// Operation Id + /// VirtualHubs_GetInboundRoutes + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// Parameters supplied to get the inbound routes for a connection resource. + /// The cancellation token to use. + /// is null. + public virtual async Task GetInboundRoutesAsync(WaitUntil waitUntil, VirtualHubInboundRoutesContent content, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(content, nameof(content)); + + using var scope = _virtualHubClientDiagnostics.CreateScope("VirtualHubResource.GetInboundRoutes"); + scope.Start(); + try + { + var response = await _virtualHubRestClient.GetInboundRoutesAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, content, cancellationToken).ConfigureAwait(false); + var operation = new NetworkArmOperation(_virtualHubClientDiagnostics, Pipeline, _virtualHubRestClient.CreateGetInboundRoutesRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, content).Request, response, OperationFinalStateVia.Location); + if (waitUntil == WaitUntil.Completed) + await operation.WaitForCompletionResponseAsync(cancellationToken).ConfigureAwait(false); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Gets the inbound routes configured for the Virtual Hub on a particular connection. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualHubs/{virtualHubName}/inboundRoutes + /// + /// + /// Operation Id + /// VirtualHubs_GetInboundRoutes + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// Parameters supplied to get the inbound routes for a connection resource. + /// The cancellation token to use. + /// is null. + public virtual ArmOperation GetInboundRoutes(WaitUntil waitUntil, VirtualHubInboundRoutesContent content, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(content, nameof(content)); + + using var scope = _virtualHubClientDiagnostics.CreateScope("VirtualHubResource.GetInboundRoutes"); + scope.Start(); + try + { + var response = _virtualHubRestClient.GetInboundRoutes(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, content, cancellationToken); + var operation = new NetworkArmOperation(_virtualHubClientDiagnostics, Pipeline, _virtualHubRestClient.CreateGetInboundRoutesRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, content).Request, response, OperationFinalStateVia.Location); + if (waitUntil == WaitUntil.Completed) + operation.WaitForCompletionResponse(cancellationToken); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Gets the outbound routes configured for the Virtual Hub on a particular connection. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualHubs/{virtualHubName}/outboundRoutes + /// + /// + /// Operation Id + /// VirtualHubs_GetOutboundRoutes + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// Parameters supplied to get the outbound routes for a connection resource. + /// The cancellation token to use. + /// is null. + public virtual async Task GetOutboundRoutesAsync(WaitUntil waitUntil, VirtualHubOutboundRoutesContent content, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(content, nameof(content)); + + using var scope = _virtualHubClientDiagnostics.CreateScope("VirtualHubResource.GetOutboundRoutes"); + scope.Start(); + try + { + var response = await _virtualHubRestClient.GetOutboundRoutesAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, content, cancellationToken).ConfigureAwait(false); + var operation = new NetworkArmOperation(_virtualHubClientDiagnostics, Pipeline, _virtualHubRestClient.CreateGetOutboundRoutesRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, content).Request, response, OperationFinalStateVia.Location); + if (waitUntil == WaitUntil.Completed) + await operation.WaitForCompletionResponseAsync(cancellationToken).ConfigureAwait(false); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Gets the outbound routes configured for the Virtual Hub on a particular connection. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualHubs/{virtualHubName}/outboundRoutes + /// + /// + /// Operation Id + /// VirtualHubs_GetOutboundRoutes + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// Parameters supplied to get the outbound routes for a connection resource. + /// The cancellation token to use. + /// is null. + public virtual ArmOperation GetOutboundRoutes(WaitUntil waitUntil, VirtualHubOutboundRoutesContent content, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(content, nameof(content)); + + using var scope = _virtualHubClientDiagnostics.CreateScope("VirtualHubResource.GetOutboundRoutes"); + scope.Start(); + try + { + var response = _virtualHubRestClient.GetOutboundRoutes(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, content, cancellationToken); + var operation = new NetworkArmOperation(_virtualHubClientDiagnostics, Pipeline, _virtualHubRestClient.CreateGetOutboundRoutesRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, content).Request, response, OperationFinalStateVia.Location); + if (waitUntil == WaitUntil.Completed) + operation.WaitForCompletionResponse(cancellationToken); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + /// /// Add a tag to the current resource. /// diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualNetworkData.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualNetworkData.cs index 3b22cde8b624..43d76942ab1d 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualNetworkData.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualNetworkData.cs @@ -26,6 +26,7 @@ public VirtualNetworkData() Subnets = new ChangeTrackingList(); VirtualNetworkPeerings = new ChangeTrackingList(); IPAllocations = new ChangeTrackingList(); + FlowLogs = new ChangeTrackingList(); } /// Initializes a new instance of VirtualNetworkData. @@ -47,8 +48,10 @@ public VirtualNetworkData() /// Indicates if VM protection is enabled for all the subnets in the virtual network. /// The DDoS protection plan associated with the virtual network. /// Bgp Communities sent over ExpressRoute with each route corresponding to a prefix in this VNET. + /// Indicates if encryption is enabled on virtual network and if VM without encryption is allowed in encrypted VNet. /// Array of IpAllocation which reference this VNET. - internal VirtualNetworkData(ResourceIdentifier id, string name, ResourceType? resourceType, AzureLocation? location, IDictionary tags, ExtendedLocation extendedLocation, ETag? etag, AddressSpace addressSpace, DhcpOptions dhcpOptions, int? flowTimeoutInMinutes, IList subnets, IList virtualNetworkPeerings, Guid? resourceGuid, NetworkProvisioningState? provisioningState, bool? enableDdosProtection, bool? enableVmProtection, WritableSubResource ddosProtectionPlan, VirtualNetworkBgpCommunities bgpCommunities, IList ipAllocations) : base(id, name, resourceType, location, tags) + /// A collection of references to flow log resources. + internal VirtualNetworkData(ResourceIdentifier id, string name, ResourceType? resourceType, AzureLocation? location, IDictionary tags, ExtendedLocation extendedLocation, ETag? etag, AddressSpace addressSpace, DhcpOptions dhcpOptions, int? flowTimeoutInMinutes, IList subnets, IList virtualNetworkPeerings, Guid? resourceGuid, NetworkProvisioningState? provisioningState, bool? enableDdosProtection, bool? enableVmProtection, WritableSubResource ddosProtectionPlan, VirtualNetworkBgpCommunities bgpCommunities, VirtualNetworkEncryption encryption, IList ipAllocations, IReadOnlyList flowLogs) : base(id, name, resourceType, location, tags) { ExtendedLocation = extendedLocation; ETag = etag; @@ -63,7 +66,9 @@ internal VirtualNetworkData(ResourceIdentifier id, string name, ResourceType? re EnableVmProtection = enableVmProtection; DdosProtectionPlan = ddosProtectionPlan; BgpCommunities = bgpCommunities; + Encryption = encryption; IPAllocations = ipAllocations; + FlowLogs = flowLogs; } /// The extended location of the virtual network. @@ -126,7 +131,11 @@ public ResourceIdentifier DdosProtectionPlanId /// Bgp Communities sent over ExpressRoute with each route corresponding to a prefix in this VNET. public VirtualNetworkBgpCommunities BgpCommunities { get; set; } + /// Indicates if encryption is enabled on virtual network and if VM without encryption is allowed in encrypted VNet. + public VirtualNetworkEncryption Encryption { get; set; } /// Array of IpAllocation which reference this VNET. public IList IPAllocations { get; } + /// A collection of references to flow log resources. + public IReadOnlyList FlowLogs { get; } } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualNetworkGatewayConnectionData.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualNetworkGatewayConnectionData.cs index 7d0c6a3decea..d2543668ce02 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualNetworkGatewayConnectionData.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualNetworkGatewayConnectionData.cs @@ -33,6 +33,7 @@ public VirtualNetworkGatewayConnectionData(VirtualNetworkGatewayData virtualNetw EgressNatRules = new ChangeTrackingList(); ConnectionType = connectionType; TunnelConnectionStatus = new ChangeTrackingList(); + GatewayCustomBgpIPAddresses = new ChangeTrackingList(); IPsecPolicies = new ChangeTrackingList(); TrafficSelectorPolicies = new ChangeTrackingList(); } @@ -62,6 +63,7 @@ public VirtualNetworkGatewayConnectionData(VirtualNetworkGatewayData virtualNetw /// The ingress bytes transferred in this connection. /// The reference to peerings resource. /// EnableBgp flag. + /// GatewayCustomBgpIpAddresses to be used for virtual network gateway Connection. /// Use private local Azure IP for the connection. /// Enable policy-based traffic selectors. /// The IPSec Policies to be considered by this connection. @@ -69,7 +71,8 @@ public VirtualNetworkGatewayConnectionData(VirtualNetworkGatewayData virtualNetw /// The resource GUID property of the virtual network gateway connection resource. /// The provisioning state of the virtual network gateway connection resource. /// Bypass ExpressRoute Gateway for data forwarding. - internal VirtualNetworkGatewayConnectionData(ResourceIdentifier id, string name, ResourceType? resourceType, AzureLocation? location, IDictionary tags, ETag? etag, string authorizationKey, VirtualNetworkGatewayData virtualNetworkGateway1, VirtualNetworkGatewayData virtualNetworkGateway2, LocalNetworkGatewayData localNetworkGateway2, IList ingressNatRules, IList egressNatRules, VirtualNetworkGatewayConnectionType connectionType, VirtualNetworkGatewayConnectionProtocol? connectionProtocol, int? routingWeight, int? dpdTimeoutSeconds, VirtualNetworkGatewayConnectionMode? connectionMode, string sharedKey, VirtualNetworkGatewayConnectionStatus? connectionStatus, IReadOnlyList tunnelConnectionStatus, long? egressBytesTransferred, long? ingressBytesTransferred, WritableSubResource peer, bool? enableBgp, bool? useLocalAzureIPAddress, bool? usePolicyBasedTrafficSelectors, IList ipsecPolicies, IList trafficSelectorPolicies, Guid? resourceGuid, NetworkProvisioningState? provisioningState, bool? expressRouteGatewayBypass) : base(id, name, resourceType, location, tags) + /// Bypass the ExpressRoute gateway when accessing private-links. ExpressRoute FastPath (expressRouteGatewayBypass) must be enabled. + internal VirtualNetworkGatewayConnectionData(ResourceIdentifier id, string name, ResourceType? resourceType, AzureLocation? location, IDictionary tags, ETag? etag, string authorizationKey, VirtualNetworkGatewayData virtualNetworkGateway1, VirtualNetworkGatewayData virtualNetworkGateway2, LocalNetworkGatewayData localNetworkGateway2, IList ingressNatRules, IList egressNatRules, VirtualNetworkGatewayConnectionType connectionType, VirtualNetworkGatewayConnectionProtocol? connectionProtocol, int? routingWeight, int? dpdTimeoutSeconds, VirtualNetworkGatewayConnectionMode? connectionMode, string sharedKey, VirtualNetworkGatewayConnectionStatus? connectionStatus, IReadOnlyList tunnelConnectionStatus, long? egressBytesTransferred, long? ingressBytesTransferred, WritableSubResource peer, bool? enableBgp, IList gatewayCustomBgpIPAddresses, bool? useLocalAzureIPAddress, bool? usePolicyBasedTrafficSelectors, IList ipsecPolicies, IList trafficSelectorPolicies, Guid? resourceGuid, NetworkProvisioningState? provisioningState, bool? expressRouteGatewayBypass, bool? enablePrivateLinkFastPath) : base(id, name, resourceType, location, tags) { ETag = etag; AuthorizationKey = authorizationKey; @@ -90,6 +93,7 @@ internal VirtualNetworkGatewayConnectionData(ResourceIdentifier id, string name, IngressBytesTransferred = ingressBytesTransferred; Peer = peer; EnableBgp = enableBgp; + GatewayCustomBgpIPAddresses = gatewayCustomBgpIPAddresses; UseLocalAzureIPAddress = useLocalAzureIPAddress; UsePolicyBasedTrafficSelectors = usePolicyBasedTrafficSelectors; IPsecPolicies = ipsecPolicies; @@ -97,6 +101,7 @@ internal VirtualNetworkGatewayConnectionData(ResourceIdentifier id, string name, ResourceGuid = resourceGuid; ProvisioningState = provisioningState; ExpressRouteGatewayBypass = expressRouteGatewayBypass; + EnablePrivateLinkFastPath = enablePrivateLinkFastPath; } /// A unique read-only string that changes whenever the resource is updated. @@ -149,6 +154,8 @@ public ResourceIdentifier PeerId /// EnableBgp flag. public bool? EnableBgp { get; set; } + /// GatewayCustomBgpIpAddresses to be used for virtual network gateway Connection. + public IList GatewayCustomBgpIPAddresses { get; } /// Use private local Azure IP for the connection. public bool? UseLocalAzureIPAddress { get; set; } /// Enable policy-based traffic selectors. @@ -163,5 +170,7 @@ public ResourceIdentifier PeerId public NetworkProvisioningState? ProvisioningState { get; } /// Bypass ExpressRoute Gateway for data forwarding. public bool? ExpressRouteGatewayBypass { get; set; } + /// Bypass the ExpressRoute gateway when accessing private-links. ExpressRoute FastPath (expressRouteGatewayBypass) must be enabled. + public bool? EnablePrivateLinkFastPath { get; set; } } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualNetworkGatewayConnectionResource.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualNetworkGatewayConnectionResource.cs index 9f9eaff7c5ff..7cce913bbb52 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualNetworkGatewayConnectionResource.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualNetworkGatewayConnectionResource.cs @@ -596,16 +596,16 @@ public virtual ArmOperation ResetSharedKey(WaitUntil w /// /// /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. - /// Virtual network gateway packet capture parameters supplied to start packet capture on gateway connection. + /// Virtual network gateway packet capture parameters supplied to start packet capture on gateway connection. /// The cancellation token to use. - public virtual async Task> StartPacketCaptureAsync(WaitUntil waitUntil, VpnPacketCaptureStartParameters vpnPacketCaptureStartParameters = null, CancellationToken cancellationToken = default) + public virtual async Task> StartPacketCaptureAsync(WaitUntil waitUntil, VpnPacketCaptureStartContent content = null, CancellationToken cancellationToken = default) { using var scope = _virtualNetworkGatewayConnectionClientDiagnostics.CreateScope("VirtualNetworkGatewayConnectionResource.StartPacketCapture"); scope.Start(); try { - var response = await _virtualNetworkGatewayConnectionRestClient.StartPacketCaptureAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, vpnPacketCaptureStartParameters, cancellationToken).ConfigureAwait(false); - var operation = new NetworkArmOperation(new StringOperationSource(), _virtualNetworkGatewayConnectionClientDiagnostics, Pipeline, _virtualNetworkGatewayConnectionRestClient.CreateStartPacketCaptureRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, vpnPacketCaptureStartParameters).Request, response, OperationFinalStateVia.Location); + var response = await _virtualNetworkGatewayConnectionRestClient.StartPacketCaptureAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, content, cancellationToken).ConfigureAwait(false); + var operation = new NetworkArmOperation(new StringOperationSource(), _virtualNetworkGatewayConnectionClientDiagnostics, Pipeline, _virtualNetworkGatewayConnectionRestClient.CreateStartPacketCaptureRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, content).Request, response, OperationFinalStateVia.Location); if (waitUntil == WaitUntil.Completed) await operation.WaitForCompletionAsync(cancellationToken).ConfigureAwait(false); return operation; @@ -631,16 +631,16 @@ public virtual async Task> StartPacketCaptureAsync(WaitUnti /// /// /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. - /// Virtual network gateway packet capture parameters supplied to start packet capture on gateway connection. + /// Virtual network gateway packet capture parameters supplied to start packet capture on gateway connection. /// The cancellation token to use. - public virtual ArmOperation StartPacketCapture(WaitUntil waitUntil, VpnPacketCaptureStartParameters vpnPacketCaptureStartParameters = null, CancellationToken cancellationToken = default) + public virtual ArmOperation StartPacketCapture(WaitUntil waitUntil, VpnPacketCaptureStartContent content = null, CancellationToken cancellationToken = default) { using var scope = _virtualNetworkGatewayConnectionClientDiagnostics.CreateScope("VirtualNetworkGatewayConnectionResource.StartPacketCapture"); scope.Start(); try { - var response = _virtualNetworkGatewayConnectionRestClient.StartPacketCapture(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, vpnPacketCaptureStartParameters, cancellationToken); - var operation = new NetworkArmOperation(new StringOperationSource(), _virtualNetworkGatewayConnectionClientDiagnostics, Pipeline, _virtualNetworkGatewayConnectionRestClient.CreateStartPacketCaptureRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, vpnPacketCaptureStartParameters).Request, response, OperationFinalStateVia.Location); + var response = _virtualNetworkGatewayConnectionRestClient.StartPacketCapture(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, content, cancellationToken); + var operation = new NetworkArmOperation(new StringOperationSource(), _virtualNetworkGatewayConnectionClientDiagnostics, Pipeline, _virtualNetworkGatewayConnectionRestClient.CreateStartPacketCaptureRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, content).Request, response, OperationFinalStateVia.Location); if (waitUntil == WaitUntil.Completed) operation.WaitForCompletion(cancellationToken); return operation; @@ -666,19 +666,19 @@ public virtual ArmOperation StartPacketCapture(WaitUntil waitUntil, VpnP /// /// /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. - /// Virtual network gateway packet capture parameters supplied to stop packet capture on gateway connection. + /// Virtual network gateway packet capture parameters supplied to stop packet capture on gateway connection. /// The cancellation token to use. - /// is null. - public virtual async Task> StopPacketCaptureAsync(WaitUntil waitUntil, VpnPacketCaptureStopParameters vpnPacketCaptureStopParameters, CancellationToken cancellationToken = default) + /// is null. + public virtual async Task> StopPacketCaptureAsync(WaitUntil waitUntil, VpnPacketCaptureStopContent content, CancellationToken cancellationToken = default) { - Argument.AssertNotNull(vpnPacketCaptureStopParameters, nameof(vpnPacketCaptureStopParameters)); + Argument.AssertNotNull(content, nameof(content)); using var scope = _virtualNetworkGatewayConnectionClientDiagnostics.CreateScope("VirtualNetworkGatewayConnectionResource.StopPacketCapture"); scope.Start(); try { - var response = await _virtualNetworkGatewayConnectionRestClient.StopPacketCaptureAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, vpnPacketCaptureStopParameters, cancellationToken).ConfigureAwait(false); - var operation = new NetworkArmOperation(new StringOperationSource(), _virtualNetworkGatewayConnectionClientDiagnostics, Pipeline, _virtualNetworkGatewayConnectionRestClient.CreateStopPacketCaptureRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, vpnPacketCaptureStopParameters).Request, response, OperationFinalStateVia.Location); + var response = await _virtualNetworkGatewayConnectionRestClient.StopPacketCaptureAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, content, cancellationToken).ConfigureAwait(false); + var operation = new NetworkArmOperation(new StringOperationSource(), _virtualNetworkGatewayConnectionClientDiagnostics, Pipeline, _virtualNetworkGatewayConnectionRestClient.CreateStopPacketCaptureRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, content).Request, response, OperationFinalStateVia.Location); if (waitUntil == WaitUntil.Completed) await operation.WaitForCompletionAsync(cancellationToken).ConfigureAwait(false); return operation; @@ -704,19 +704,19 @@ public virtual async Task> StopPacketCaptureAsync(WaitUntil /// /// /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. - /// Virtual network gateway packet capture parameters supplied to stop packet capture on gateway connection. + /// Virtual network gateway packet capture parameters supplied to stop packet capture on gateway connection. /// The cancellation token to use. - /// is null. - public virtual ArmOperation StopPacketCapture(WaitUntil waitUntil, VpnPacketCaptureStopParameters vpnPacketCaptureStopParameters, CancellationToken cancellationToken = default) + /// is null. + public virtual ArmOperation StopPacketCapture(WaitUntil waitUntil, VpnPacketCaptureStopContent content, CancellationToken cancellationToken = default) { - Argument.AssertNotNull(vpnPacketCaptureStopParameters, nameof(vpnPacketCaptureStopParameters)); + Argument.AssertNotNull(content, nameof(content)); using var scope = _virtualNetworkGatewayConnectionClientDiagnostics.CreateScope("VirtualNetworkGatewayConnectionResource.StopPacketCapture"); scope.Start(); try { - var response = _virtualNetworkGatewayConnectionRestClient.StopPacketCapture(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, vpnPacketCaptureStopParameters, cancellationToken); - var operation = new NetworkArmOperation(new StringOperationSource(), _virtualNetworkGatewayConnectionClientDiagnostics, Pipeline, _virtualNetworkGatewayConnectionRestClient.CreateStopPacketCaptureRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, vpnPacketCaptureStopParameters).Request, response, OperationFinalStateVia.Location); + var response = _virtualNetworkGatewayConnectionRestClient.StopPacketCapture(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, content, cancellationToken); + var operation = new NetworkArmOperation(new StringOperationSource(), _virtualNetworkGatewayConnectionClientDiagnostics, Pipeline, _virtualNetworkGatewayConnectionRestClient.CreateStopPacketCaptureRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, content).Request, response, OperationFinalStateVia.Location); if (waitUntil == WaitUntil.Completed) operation.WaitForCompletion(cancellationToken); return operation; diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualNetworkGatewayData.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualNetworkGatewayData.cs index 0bd6622302fc..4ed2808cf81d 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualNetworkGatewayData.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualNetworkGatewayData.cs @@ -24,6 +24,7 @@ public partial class VirtualNetworkGatewayData : NetworkTrackedResourceData public VirtualNetworkGatewayData() { IPConfigurations = new ChangeTrackingList(); + VirtualNetworkGatewayPolicyGroups = new ChangeTrackingList(); NatRules = new ChangeTrackingList(); } @@ -42,9 +43,11 @@ public VirtualNetworkGatewayData() /// Whether BGP is enabled for this virtual network gateway or not. /// Whether private IP needs to be enabled on this gateway for connections or not. /// ActiveActive flag. + /// disableIPSecReplayProtection flag. /// The reference to the LocalNetworkGateway resource which represents local network site having default routes. Assign Null value in case of removing existing default site setting. /// The reference to the VirtualNetworkGatewaySku resource which represents the SKU selected for Virtual network gateway. /// The reference to the VpnClientConfiguration resource which represents the P2S VpnClient configurations. + /// The reference to the VirtualNetworkGatewayPolicyGroup resource which represents the available VirtualNetworkGatewayPolicyGroup for the gateway. /// Virtual network gateway's BGP speaker settings. /// The reference to the address space resource which represents the custom routes address space specified by the customer for virtual network gateway and VpnClient. /// The resource GUID property of the virtual network gateway resource. @@ -54,7 +57,9 @@ public VirtualNetworkGatewayData() /// Customer vnet resource id. VirtualNetworkGateway of type local gateway is associated with the customer vnet. /// NatRules for virtual network gateway. /// EnableBgpRouteTranslationForNat flag. - internal VirtualNetworkGatewayData(ResourceIdentifier id, string name, ResourceType? resourceType, AzureLocation? location, IDictionary tags, ExtendedLocation extendedLocation, ETag? etag, IList ipConfigurations, VirtualNetworkGatewayType? gatewayType, VpnType? vpnType, VpnGatewayGeneration? vpnGatewayGeneration, bool? enableBgp, bool? enablePrivateIPAddress, bool? active, WritableSubResource gatewayDefaultSite, VirtualNetworkGatewaySku sku, VpnClientConfiguration vpnClientConfiguration, BgpSettings bgpSettings, AddressSpace customRoutes, Guid? resourceGuid, NetworkProvisioningState? provisioningState, bool? enableDnsForwarding, string inboundDnsForwardingEndpoint, ResourceIdentifier vNetExtendedLocationResourceId, IList natRules, bool? enableBgpRouteTranslationForNat) : base(id, name, resourceType, location, tags) + /// Configures this gateway to accept traffic from remote Virtual WAN networks. + /// Configure this gateway to accept traffic from other Azure Virtual Networks. This configuration does not support connectivity to Azure Virtual WAN. + internal VirtualNetworkGatewayData(ResourceIdentifier id, string name, ResourceType? resourceType, AzureLocation? location, IDictionary tags, ExtendedLocation extendedLocation, ETag? etag, IList ipConfigurations, VirtualNetworkGatewayType? gatewayType, VpnType? vpnType, VpnGatewayGeneration? vpnGatewayGeneration, bool? enableBgp, bool? enablePrivateIPAddress, bool? active, bool? disableIPSecReplayProtection, WritableSubResource gatewayDefaultSite, VirtualNetworkGatewaySku sku, VpnClientConfiguration vpnClientConfiguration, IList virtualNetworkGatewayPolicyGroups, BgpSettings bgpSettings, AddressSpace customRoutes, Guid? resourceGuid, NetworkProvisioningState? provisioningState, bool? enableDnsForwarding, string inboundDnsForwardingEndpoint, ResourceIdentifier vNetExtendedLocationResourceId, IList natRules, bool? enableBgpRouteTranslationForNat, bool? allowVirtualWanTraffic, bool? allowRemoteVnetTraffic) : base(id, name, resourceType, location, tags) { ExtendedLocation = extendedLocation; ETag = etag; @@ -65,9 +70,11 @@ internal VirtualNetworkGatewayData(ResourceIdentifier id, string name, ResourceT EnableBgp = enableBgp; EnablePrivateIPAddress = enablePrivateIPAddress; Active = active; + DisableIPSecReplayProtection = disableIPSecReplayProtection; GatewayDefaultSite = gatewayDefaultSite; Sku = sku; VpnClientConfiguration = vpnClientConfiguration; + VirtualNetworkGatewayPolicyGroups = virtualNetworkGatewayPolicyGroups; BgpSettings = bgpSettings; CustomRoutes = customRoutes; ResourceGuid = resourceGuid; @@ -77,6 +84,8 @@ internal VirtualNetworkGatewayData(ResourceIdentifier id, string name, ResourceT VNetExtendedLocationResourceId = vNetExtendedLocationResourceId; NatRules = natRules; EnableBgpRouteTranslationForNat = enableBgpRouteTranslationForNat; + AllowVirtualWanTraffic = allowVirtualWanTraffic; + AllowRemoteVnetTraffic = allowRemoteVnetTraffic; } /// The extended location of type local virtual network gateway. @@ -97,6 +106,8 @@ internal VirtualNetworkGatewayData(ResourceIdentifier id, string name, ResourceT public bool? EnablePrivateIPAddress { get; set; } /// ActiveActive flag. public bool? Active { get; set; } + /// disableIPSecReplayProtection flag. + public bool? DisableIPSecReplayProtection { get; set; } /// The reference to the LocalNetworkGateway resource which represents local network site having default routes. Assign Null value in case of removing existing default site setting. internal WritableSubResource GatewayDefaultSite { get; set; } /// Gets or sets Id. @@ -115,6 +126,8 @@ public ResourceIdentifier GatewayDefaultSiteId public VirtualNetworkGatewaySku Sku { get; set; } /// The reference to the VpnClientConfiguration resource which represents the P2S VpnClient configurations. public VpnClientConfiguration VpnClientConfiguration { get; set; } + /// The reference to the VirtualNetworkGatewayPolicyGroup resource which represents the available VirtualNetworkGatewayPolicyGroup for the gateway. + public IList VirtualNetworkGatewayPolicyGroups { get; } /// Virtual network gateway's BGP speaker settings. public BgpSettings BgpSettings { get; set; } /// The reference to the address space resource which represents the custom routes address space specified by the customer for virtual network gateway and VpnClient. @@ -144,5 +157,9 @@ public IList CustomRoutesAddressPrefixes public IList NatRules { get; } /// EnableBgpRouteTranslationForNat flag. public bool? EnableBgpRouteTranslationForNat { get; set; } + /// Configures this gateway to accept traffic from remote Virtual WAN networks. + public bool? AllowVirtualWanTraffic { get; set; } + /// Configure this gateway to accept traffic from other Azure Virtual Networks. This configuration does not support connectivity to Azure Virtual WAN. + public bool? AllowRemoteVnetTraffic { get; set; } } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualNetworkGatewayResource.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualNetworkGatewayResource.cs index 8c08e319893e..ec575b97f2a7 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualNetworkGatewayResource.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualNetworkGatewayResource.cs @@ -546,19 +546,19 @@ public virtual ArmOperation ResetVpnClientSharedKey(WaitUntil waitUntil, Cancell /// /// /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. - /// Parameters supplied to the generate virtual network gateway VPN client package operation. + /// Parameters supplied to the generate virtual network gateway VPN client package operation. /// The cancellation token to use. - /// is null. - public virtual async Task> GeneratevpnclientpackageAsync(WaitUntil waitUntil, VpnClientParameters vpnClientParameters, CancellationToken cancellationToken = default) + /// is null. + public virtual async Task> GenerateVpnClientPackageAsync(WaitUntil waitUntil, VpnClientContent content, CancellationToken cancellationToken = default) { - Argument.AssertNotNull(vpnClientParameters, nameof(vpnClientParameters)); + Argument.AssertNotNull(content, nameof(content)); - using var scope = _virtualNetworkGatewayClientDiagnostics.CreateScope("VirtualNetworkGatewayResource.Generatevpnclientpackage"); + using var scope = _virtualNetworkGatewayClientDiagnostics.CreateScope("VirtualNetworkGatewayResource.GenerateVpnClientPackage"); scope.Start(); try { - var response = await _virtualNetworkGatewayRestClient.GeneratevpnclientpackageAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, vpnClientParameters, cancellationToken).ConfigureAwait(false); - var operation = new NetworkArmOperation(new StringOperationSource(), _virtualNetworkGatewayClientDiagnostics, Pipeline, _virtualNetworkGatewayRestClient.CreateGeneratevpnclientpackageRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, vpnClientParameters).Request, response, OperationFinalStateVia.Location); + var response = await _virtualNetworkGatewayRestClient.GeneratevpnclientpackageAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, content, cancellationToken).ConfigureAwait(false); + var operation = new NetworkArmOperation(new StringOperationSource(), _virtualNetworkGatewayClientDiagnostics, Pipeline, _virtualNetworkGatewayRestClient.CreateGeneratevpnclientpackageRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, content).Request, response, OperationFinalStateVia.Location); if (waitUntil == WaitUntil.Completed) await operation.WaitForCompletionAsync(cancellationToken).ConfigureAwait(false); return operation; @@ -584,19 +584,19 @@ public virtual async Task> GeneratevpnclientpackageAsync(Wa /// /// /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. - /// Parameters supplied to the generate virtual network gateway VPN client package operation. + /// Parameters supplied to the generate virtual network gateway VPN client package operation. /// The cancellation token to use. - /// is null. - public virtual ArmOperation Generatevpnclientpackage(WaitUntil waitUntil, VpnClientParameters vpnClientParameters, CancellationToken cancellationToken = default) + /// is null. + public virtual ArmOperation GenerateVpnClientPackage(WaitUntil waitUntil, VpnClientContent content, CancellationToken cancellationToken = default) { - Argument.AssertNotNull(vpnClientParameters, nameof(vpnClientParameters)); + Argument.AssertNotNull(content, nameof(content)); - using var scope = _virtualNetworkGatewayClientDiagnostics.CreateScope("VirtualNetworkGatewayResource.Generatevpnclientpackage"); + using var scope = _virtualNetworkGatewayClientDiagnostics.CreateScope("VirtualNetworkGatewayResource.GenerateVpnClientPackage"); scope.Start(); try { - var response = _virtualNetworkGatewayRestClient.Generatevpnclientpackage(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, vpnClientParameters, cancellationToken); - var operation = new NetworkArmOperation(new StringOperationSource(), _virtualNetworkGatewayClientDiagnostics, Pipeline, _virtualNetworkGatewayRestClient.CreateGeneratevpnclientpackageRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, vpnClientParameters).Request, response, OperationFinalStateVia.Location); + var response = _virtualNetworkGatewayRestClient.Generatevpnclientpackage(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, content, cancellationToken); + var operation = new NetworkArmOperation(new StringOperationSource(), _virtualNetworkGatewayClientDiagnostics, Pipeline, _virtualNetworkGatewayRestClient.CreateGeneratevpnclientpackageRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, content).Request, response, OperationFinalStateVia.Location); if (waitUntil == WaitUntil.Completed) operation.WaitForCompletion(cancellationToken); return operation; @@ -622,19 +622,19 @@ public virtual ArmOperation Generatevpnclientpackage(WaitUntil waitUntil /// /// /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. - /// Parameters supplied to the generate virtual network gateway VPN client package operation. + /// Parameters supplied to the generate virtual network gateway VPN client package operation. /// The cancellation token to use. - /// is null. - public virtual async Task> GenerateVpnProfileAsync(WaitUntil waitUntil, VpnClientParameters vpnClientParameters, CancellationToken cancellationToken = default) + /// is null. + public virtual async Task> GenerateVpnProfileAsync(WaitUntil waitUntil, VpnClientContent content, CancellationToken cancellationToken = default) { - Argument.AssertNotNull(vpnClientParameters, nameof(vpnClientParameters)); + Argument.AssertNotNull(content, nameof(content)); using var scope = _virtualNetworkGatewayClientDiagnostics.CreateScope("VirtualNetworkGatewayResource.GenerateVpnProfile"); scope.Start(); try { - var response = await _virtualNetworkGatewayRestClient.GenerateVpnProfileAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, vpnClientParameters, cancellationToken).ConfigureAwait(false); - var operation = new NetworkArmOperation(new StringOperationSource(), _virtualNetworkGatewayClientDiagnostics, Pipeline, _virtualNetworkGatewayRestClient.CreateGenerateVpnProfileRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, vpnClientParameters).Request, response, OperationFinalStateVia.Location); + var response = await _virtualNetworkGatewayRestClient.GenerateVpnProfileAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, content, cancellationToken).ConfigureAwait(false); + var operation = new NetworkArmOperation(new StringOperationSource(), _virtualNetworkGatewayClientDiagnostics, Pipeline, _virtualNetworkGatewayRestClient.CreateGenerateVpnProfileRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, content).Request, response, OperationFinalStateVia.Location); if (waitUntil == WaitUntil.Completed) await operation.WaitForCompletionAsync(cancellationToken).ConfigureAwait(false); return operation; @@ -660,19 +660,19 @@ public virtual async Task> GenerateVpnProfileAsync(WaitUnti /// /// /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. - /// Parameters supplied to the generate virtual network gateway VPN client package operation. + /// Parameters supplied to the generate virtual network gateway VPN client package operation. /// The cancellation token to use. - /// is null. - public virtual ArmOperation GenerateVpnProfile(WaitUntil waitUntil, VpnClientParameters vpnClientParameters, CancellationToken cancellationToken = default) + /// is null. + public virtual ArmOperation GenerateVpnProfile(WaitUntil waitUntil, VpnClientContent content, CancellationToken cancellationToken = default) { - Argument.AssertNotNull(vpnClientParameters, nameof(vpnClientParameters)); + Argument.AssertNotNull(content, nameof(content)); using var scope = _virtualNetworkGatewayClientDiagnostics.CreateScope("VirtualNetworkGatewayResource.GenerateVpnProfile"); scope.Start(); try { - var response = _virtualNetworkGatewayRestClient.GenerateVpnProfile(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, vpnClientParameters, cancellationToken); - var operation = new NetworkArmOperation(new StringOperationSource(), _virtualNetworkGatewayClientDiagnostics, Pipeline, _virtualNetworkGatewayRestClient.CreateGenerateVpnProfileRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, vpnClientParameters).Request, response, OperationFinalStateVia.Location); + var response = _virtualNetworkGatewayRestClient.GenerateVpnProfile(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, content, cancellationToken); + var operation = new NetworkArmOperation(new StringOperationSource(), _virtualNetworkGatewayClientDiagnostics, Pipeline, _virtualNetworkGatewayRestClient.CreateGenerateVpnProfileRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, content).Request, response, OperationFinalStateVia.Location); if (waitUntil == WaitUntil.Completed) operation.WaitForCompletion(cancellationToken); return operation; @@ -1184,16 +1184,16 @@ public virtual ArmOperation GetVpnclientIPsecParameter /// /// /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. - /// Virtual network gateway packet capture parameters supplied to start packet capture on gateway. + /// Virtual network gateway packet capture parameters supplied to start packet capture on gateway. /// The cancellation token to use. - public virtual async Task> StartPacketCaptureAsync(WaitUntil waitUntil, VpnPacketCaptureStartParameters vpnPacketCaptureStartParameters = null, CancellationToken cancellationToken = default) + public virtual async Task> StartPacketCaptureAsync(WaitUntil waitUntil, VpnPacketCaptureStartContent content = null, CancellationToken cancellationToken = default) { using var scope = _virtualNetworkGatewayClientDiagnostics.CreateScope("VirtualNetworkGatewayResource.StartPacketCapture"); scope.Start(); try { - var response = await _virtualNetworkGatewayRestClient.StartPacketCaptureAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, vpnPacketCaptureStartParameters, cancellationToken).ConfigureAwait(false); - var operation = new NetworkArmOperation(new StringOperationSource(), _virtualNetworkGatewayClientDiagnostics, Pipeline, _virtualNetworkGatewayRestClient.CreateStartPacketCaptureRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, vpnPacketCaptureStartParameters).Request, response, OperationFinalStateVia.Location); + var response = await _virtualNetworkGatewayRestClient.StartPacketCaptureAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, content, cancellationToken).ConfigureAwait(false); + var operation = new NetworkArmOperation(new StringOperationSource(), _virtualNetworkGatewayClientDiagnostics, Pipeline, _virtualNetworkGatewayRestClient.CreateStartPacketCaptureRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, content).Request, response, OperationFinalStateVia.Location); if (waitUntil == WaitUntil.Completed) await operation.WaitForCompletionAsync(cancellationToken).ConfigureAwait(false); return operation; @@ -1219,16 +1219,16 @@ public virtual async Task> StartPacketCaptureAsync(WaitUnti /// /// /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. - /// Virtual network gateway packet capture parameters supplied to start packet capture on gateway. + /// Virtual network gateway packet capture parameters supplied to start packet capture on gateway. /// The cancellation token to use. - public virtual ArmOperation StartPacketCapture(WaitUntil waitUntil, VpnPacketCaptureStartParameters vpnPacketCaptureStartParameters = null, CancellationToken cancellationToken = default) + public virtual ArmOperation StartPacketCapture(WaitUntil waitUntil, VpnPacketCaptureStartContent content = null, CancellationToken cancellationToken = default) { using var scope = _virtualNetworkGatewayClientDiagnostics.CreateScope("VirtualNetworkGatewayResource.StartPacketCapture"); scope.Start(); try { - var response = _virtualNetworkGatewayRestClient.StartPacketCapture(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, vpnPacketCaptureStartParameters, cancellationToken); - var operation = new NetworkArmOperation(new StringOperationSource(), _virtualNetworkGatewayClientDiagnostics, Pipeline, _virtualNetworkGatewayRestClient.CreateStartPacketCaptureRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, vpnPacketCaptureStartParameters).Request, response, OperationFinalStateVia.Location); + var response = _virtualNetworkGatewayRestClient.StartPacketCapture(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, content, cancellationToken); + var operation = new NetworkArmOperation(new StringOperationSource(), _virtualNetworkGatewayClientDiagnostics, Pipeline, _virtualNetworkGatewayRestClient.CreateStartPacketCaptureRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, content).Request, response, OperationFinalStateVia.Location); if (waitUntil == WaitUntil.Completed) operation.WaitForCompletion(cancellationToken); return operation; @@ -1254,19 +1254,19 @@ public virtual ArmOperation StartPacketCapture(WaitUntil waitUntil, VpnP /// /// /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. - /// Virtual network gateway packet capture parameters supplied to stop packet capture on gateway. + /// Virtual network gateway packet capture parameters supplied to stop packet capture on gateway. /// The cancellation token to use. - /// is null. - public virtual async Task> StopPacketCaptureAsync(WaitUntil waitUntil, VpnPacketCaptureStopParameters vpnPacketCaptureStopParameters, CancellationToken cancellationToken = default) + /// is null. + public virtual async Task> StopPacketCaptureAsync(WaitUntil waitUntil, VpnPacketCaptureStopContent content, CancellationToken cancellationToken = default) { - Argument.AssertNotNull(vpnPacketCaptureStopParameters, nameof(vpnPacketCaptureStopParameters)); + Argument.AssertNotNull(content, nameof(content)); using var scope = _virtualNetworkGatewayClientDiagnostics.CreateScope("VirtualNetworkGatewayResource.StopPacketCapture"); scope.Start(); try { - var response = await _virtualNetworkGatewayRestClient.StopPacketCaptureAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, vpnPacketCaptureStopParameters, cancellationToken).ConfigureAwait(false); - var operation = new NetworkArmOperation(new StringOperationSource(), _virtualNetworkGatewayClientDiagnostics, Pipeline, _virtualNetworkGatewayRestClient.CreateStopPacketCaptureRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, vpnPacketCaptureStopParameters).Request, response, OperationFinalStateVia.Location); + var response = await _virtualNetworkGatewayRestClient.StopPacketCaptureAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, content, cancellationToken).ConfigureAwait(false); + var operation = new NetworkArmOperation(new StringOperationSource(), _virtualNetworkGatewayClientDiagnostics, Pipeline, _virtualNetworkGatewayRestClient.CreateStopPacketCaptureRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, content).Request, response, OperationFinalStateVia.Location); if (waitUntil == WaitUntil.Completed) await operation.WaitForCompletionAsync(cancellationToken).ConfigureAwait(false); return operation; @@ -1292,19 +1292,19 @@ public virtual async Task> StopPacketCaptureAsync(WaitUntil /// /// /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. - /// Virtual network gateway packet capture parameters supplied to stop packet capture on gateway. + /// Virtual network gateway packet capture parameters supplied to stop packet capture on gateway. /// The cancellation token to use. - /// is null. - public virtual ArmOperation StopPacketCapture(WaitUntil waitUntil, VpnPacketCaptureStopParameters vpnPacketCaptureStopParameters, CancellationToken cancellationToken = default) + /// is null. + public virtual ArmOperation StopPacketCapture(WaitUntil waitUntil, VpnPacketCaptureStopContent content, CancellationToken cancellationToken = default) { - Argument.AssertNotNull(vpnPacketCaptureStopParameters, nameof(vpnPacketCaptureStopParameters)); + Argument.AssertNotNull(content, nameof(content)); using var scope = _virtualNetworkGatewayClientDiagnostics.CreateScope("VirtualNetworkGatewayResource.StopPacketCapture"); scope.Start(); try { - var response = _virtualNetworkGatewayRestClient.StopPacketCapture(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, vpnPacketCaptureStopParameters, cancellationToken); - var operation = new NetworkArmOperation(new StringOperationSource(), _virtualNetworkGatewayClientDiagnostics, Pipeline, _virtualNetworkGatewayRestClient.CreateStopPacketCaptureRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, vpnPacketCaptureStopParameters).Request, response, OperationFinalStateVia.Location); + var response = _virtualNetworkGatewayRestClient.StopPacketCapture(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, content, cancellationToken); + var operation = new NetworkArmOperation(new StringOperationSource(), _virtualNetworkGatewayClientDiagnostics, Pipeline, _virtualNetworkGatewayRestClient.CreateStopPacketCaptureRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, content).Request, response, OperationFinalStateVia.Location); if (waitUntil == WaitUntil.Completed) operation.WaitForCompletion(cancellationToken); return operation; diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualNetworkPeeringData.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualNetworkPeeringData.cs index d4505a33020d..8dc2d2947121 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualNetworkPeeringData.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualNetworkPeeringData.cs @@ -38,12 +38,13 @@ public VirtualNetworkPeeringData() /// The reference to the address space peered with the remote virtual network. /// The reference to the current address space of the remote virtual network. /// The reference to the remote virtual network's Bgp Communities. + /// The reference to the remote virtual network's encryption. /// The status of the virtual network peering. /// The peering sync status of the virtual network peering. /// The provisioning state of the virtual network peering resource. /// If we need to verify the provisioning state of the remote gateway. /// The resourceGuid property of the Virtual Network peering resource. - internal VirtualNetworkPeeringData(ResourceIdentifier id, string name, ResourceType? resourceType, ETag? etag, bool? allowVirtualNetworkAccess, bool? allowForwardedTraffic, bool? allowGatewayTransit, bool? useRemoteGateways, WritableSubResource remoteVirtualNetwork, AddressSpace remoteAddressSpace, AddressSpace remoteVirtualNetworkAddressSpace, VirtualNetworkBgpCommunities remoteBgpCommunities, VirtualNetworkPeeringState? peeringState, VirtualNetworkPeeringLevel? peeringSyncLevel, NetworkProvisioningState? provisioningState, bool? doNotVerifyRemoteGateways, Guid? resourceGuid) : base(id, name, resourceType) + internal VirtualNetworkPeeringData(ResourceIdentifier id, string name, ResourceType? resourceType, ETag? etag, bool? allowVirtualNetworkAccess, bool? allowForwardedTraffic, bool? allowGatewayTransit, bool? useRemoteGateways, WritableSubResource remoteVirtualNetwork, AddressSpace remoteAddressSpace, AddressSpace remoteVirtualNetworkAddressSpace, VirtualNetworkBgpCommunities remoteBgpCommunities, VirtualNetworkEncryption remoteVirtualNetworkEncryption, VirtualNetworkPeeringState? peeringState, VirtualNetworkPeeringLevel? peeringSyncLevel, NetworkProvisioningState? provisioningState, bool? doNotVerifyRemoteGateways, Guid? resourceGuid) : base(id, name, resourceType) { ETag = etag; AllowVirtualNetworkAccess = allowVirtualNetworkAccess; @@ -54,6 +55,7 @@ internal VirtualNetworkPeeringData(ResourceIdentifier id, string name, ResourceT RemoteAddressSpace = remoteAddressSpace; RemoteVirtualNetworkAddressSpace = remoteVirtualNetworkAddressSpace; RemoteBgpCommunities = remoteBgpCommunities; + RemoteVirtualNetworkEncryption = remoteVirtualNetworkEncryption; PeeringState = peeringState; PeeringSyncLevel = peeringSyncLevel; ProvisioningState = provisioningState; @@ -113,6 +115,8 @@ public IList RemoteVirtualNetworkAddressPrefixes /// The reference to the remote virtual network's Bgp Communities. public VirtualNetworkBgpCommunities RemoteBgpCommunities { get; set; } + /// The reference to the remote virtual network's encryption. + public VirtualNetworkEncryption RemoteVirtualNetworkEncryption { get; } /// The status of the virtual network peering. public VirtualNetworkPeeringState? PeeringState { get; set; } /// The peering sync status of the virtual network peering. diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualNetworkResource.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualNetworkResource.cs index 6775bbed4174..bb92e0144f03 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualNetworkResource.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualNetworkResource.cs @@ -36,6 +36,8 @@ public static ResourceIdentifier CreateResourceIdentifier(string subscriptionId, private readonly ClientDiagnostics _virtualNetworkClientDiagnostics; private readonly VirtualNetworksRestOperations _virtualNetworkRestClient; + private readonly ClientDiagnostics _expressRouteProviderPortClientDiagnostics; + private readonly NetworkManagementRestOperations _expressRouteProviderPortRestClient; private readonly VirtualNetworkData _data; /// Initializes a new instance of the class for mocking. @@ -60,6 +62,9 @@ internal VirtualNetworkResource(ArmClient client, ResourceIdentifier id) : base( _virtualNetworkClientDiagnostics = new ClientDiagnostics("Azure.ResourceManager.Network", ResourceType.Namespace, Diagnostics); TryGetApiVersion(ResourceType, out string virtualNetworkApiVersion); _virtualNetworkRestClient = new VirtualNetworksRestOperations(Pipeline, Diagnostics.ApplicationId, Endpoint, virtualNetworkApiVersion); + _expressRouteProviderPortClientDiagnostics = new ClientDiagnostics("Azure.ResourceManager.Network", ExpressRouteProviderPortResource.ResourceType.Namespace, Diagnostics); + TryGetApiVersion(ExpressRouteProviderPortResource.ResourceType, out string expressRouteProviderPortApiVersion); + _expressRouteProviderPortRestClient = new NetworkManagementRestOperations(Pipeline, Diagnostics.ApplicationId, Endpoint, expressRouteProviderPortApiVersion); #if DEBUG ValidateResourceId(Id); #endif @@ -399,6 +404,110 @@ public virtual Response Update(NetworkTagsObject network } } + /// + /// List all effective connectivity configurations applied on a virtual network. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/listNetworkManagerEffectiveConnectivityConfigurations + /// + /// + /// Operation Id + /// ListNetworkManagerEffectiveConnectivityConfigurations + /// + /// + /// + /// Parameters supplied to list correct page. + /// An optional query parameter which specifies the maximum number of records to be returned by the server. + /// The cancellation token to use. + /// is null. + /// An async collection of that may take multiple service requests to iterate over. + public virtual AsyncPageable GetNetworkManagerEffectiveConnectivityConfigurationsAsync(NetworkManagementQueryContent content, int? top = null, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(content, nameof(content)); + + HttpMessage FirstPageRequest(int? pageSizeHint) => _expressRouteProviderPortRestClient.CreateListNetworkManagerEffectiveConnectivityConfigurationsRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, content, top); + return PageableHelpers.CreateAsyncPageable(FirstPageRequest, null, EffectiveConnectivityConfiguration.DeserializeEffectiveConnectivityConfiguration, _expressRouteProviderPortClientDiagnostics, Pipeline, "VirtualNetworkResource.GetNetworkManagerEffectiveConnectivityConfigurations", "value", null, cancellationToken); + } + + /// + /// List all effective connectivity configurations applied on a virtual network. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/listNetworkManagerEffectiveConnectivityConfigurations + /// + /// + /// Operation Id + /// ListNetworkManagerEffectiveConnectivityConfigurations + /// + /// + /// + /// Parameters supplied to list correct page. + /// An optional query parameter which specifies the maximum number of records to be returned by the server. + /// The cancellation token to use. + /// is null. + /// A collection of that may take multiple service requests to iterate over. + public virtual Pageable GetNetworkManagerEffectiveConnectivityConfigurations(NetworkManagementQueryContent content, int? top = null, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(content, nameof(content)); + + HttpMessage FirstPageRequest(int? pageSizeHint) => _expressRouteProviderPortRestClient.CreateListNetworkManagerEffectiveConnectivityConfigurationsRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, content, top); + return PageableHelpers.CreatePageable(FirstPageRequest, null, EffectiveConnectivityConfiguration.DeserializeEffectiveConnectivityConfiguration, _expressRouteProviderPortClientDiagnostics, Pipeline, "VirtualNetworkResource.GetNetworkManagerEffectiveConnectivityConfigurations", "value", null, cancellationToken); + } + + /// + /// List all effective security admin rules applied on a virtual network. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/listNetworkManagerEffectiveSecurityAdminRules + /// + /// + /// Operation Id + /// ListNetworkManagerEffectiveSecurityAdminRules + /// + /// + /// + /// Parameters supplied to list correct page. + /// An optional query parameter which specifies the maximum number of records to be returned by the server. + /// The cancellation token to use. + /// is null. + /// An async collection of that may take multiple service requests to iterate over. + public virtual AsyncPageable GetNetworkManagerEffectiveSecurityAdminRulesAsync(NetworkManagementQueryContent content, int? top = null, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(content, nameof(content)); + + HttpMessage FirstPageRequest(int? pageSizeHint) => _expressRouteProviderPortRestClient.CreateListNetworkManagerEffectiveSecurityAdminRulesRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, content, top); + return PageableHelpers.CreateAsyncPageable(FirstPageRequest, null, EffectiveBaseSecurityAdminRule.DeserializeEffectiveBaseSecurityAdminRule, _expressRouteProviderPortClientDiagnostics, Pipeline, "VirtualNetworkResource.GetNetworkManagerEffectiveSecurityAdminRules", "value", null, cancellationToken); + } + + /// + /// List all effective security admin rules applied on a virtual network. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/listNetworkManagerEffectiveSecurityAdminRules + /// + /// + /// Operation Id + /// ListNetworkManagerEffectiveSecurityAdminRules + /// + /// + /// + /// Parameters supplied to list correct page. + /// An optional query parameter which specifies the maximum number of records to be returned by the server. + /// The cancellation token to use. + /// is null. + /// A collection of that may take multiple service requests to iterate over. + public virtual Pageable GetNetworkManagerEffectiveSecurityAdminRules(NetworkManagementQueryContent content, int? top = null, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(content, nameof(content)); + + HttpMessage FirstPageRequest(int? pageSizeHint) => _expressRouteProviderPortRestClient.CreateListNetworkManagerEffectiveSecurityAdminRulesRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, content, top); + return PageableHelpers.CreatePageable(FirstPageRequest, null, EffectiveBaseSecurityAdminRule.DeserializeEffectiveBaseSecurityAdminRule, _expressRouteProviderPortClientDiagnostics, Pipeline, "VirtualNetworkResource.GetNetworkManagerEffectiveSecurityAdminRules", "value", null, cancellationToken); + } + /// /// Checks whether a private IP address is available for use. /// diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualWanResource.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualWanResource.cs index 3350fcc4abb4..d0563fe06642 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualWanResource.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/VirtualWanResource.cs @@ -36,8 +36,8 @@ public static ResourceIdentifier CreateResourceIdentifier(string subscriptionId, private readonly ClientDiagnostics _virtualWanClientDiagnostics; private readonly VirtualWansRestOperations _virtualWanRestClient; - private readonly ClientDiagnostics _defaultClientDiagnostics; - private readonly NetworkManagementRestOperations _defaultRestClient; + private readonly ClientDiagnostics _expressRouteProviderPortClientDiagnostics; + private readonly NetworkManagementRestOperations _expressRouteProviderPortRestClient; private readonly ClientDiagnostics _vpnSitesConfigurationClientDiagnostics; private readonly VpnSitesConfigurationRestOperations _vpnSitesConfigurationRestClient; private readonly ClientDiagnostics _vpnServerConfigurationsAssociatedWithVirtualWanClientDiagnostics; @@ -66,8 +66,9 @@ internal VirtualWanResource(ArmClient client, ResourceIdentifier id) : base(clie _virtualWanClientDiagnostics = new ClientDiagnostics("Azure.ResourceManager.Network", ResourceType.Namespace, Diagnostics); TryGetApiVersion(ResourceType, out string virtualWanApiVersion); _virtualWanRestClient = new VirtualWansRestOperations(Pipeline, Diagnostics.ApplicationId, Endpoint, virtualWanApiVersion); - _defaultClientDiagnostics = new ClientDiagnostics("Azure.ResourceManager.Network", ProviderConstants.DefaultProviderNamespace, Diagnostics); - _defaultRestClient = new NetworkManagementRestOperations(Pipeline, Diagnostics.ApplicationId, Endpoint); + _expressRouteProviderPortClientDiagnostics = new ClientDiagnostics("Azure.ResourceManager.Network", ExpressRouteProviderPortResource.ResourceType.Namespace, Diagnostics); + TryGetApiVersion(ExpressRouteProviderPortResource.ResourceType, out string expressRouteProviderPortApiVersion); + _expressRouteProviderPortRestClient = new NetworkManagementRestOperations(Pipeline, Diagnostics.ApplicationId, Endpoint, expressRouteProviderPortApiVersion); _vpnSitesConfigurationClientDiagnostics = new ClientDiagnostics("Azure.ResourceManager.Network", ProviderConstants.DefaultProviderNamespace, Diagnostics); _vpnSitesConfigurationRestClient = new VpnSitesConfigurationRestOperations(Pipeline, Diagnostics.ApplicationId, Endpoint); _vpnServerConfigurationsAssociatedWithVirtualWanClientDiagnostics = new ClientDiagnostics("Azure.ResourceManager.Network", ProviderConstants.DefaultProviderNamespace, Diagnostics); @@ -317,11 +318,11 @@ public virtual Response Update(NetworkTagsObject wanParamete /// The cancellation token to use. public virtual async Task> SupportedSecurityProvidersAsync(CancellationToken cancellationToken = default) { - using var scope = _defaultClientDiagnostics.CreateScope("VirtualWanResource.SupportedSecurityProviders"); + using var scope = _expressRouteProviderPortClientDiagnostics.CreateScope("VirtualWanResource.SupportedSecurityProviders"); scope.Start(); try { - var response = await _defaultRestClient.SupportedSecurityProvidersAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false); + var response = await _expressRouteProviderPortRestClient.SupportedSecurityProvidersAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false); return response; } catch (Exception e) @@ -347,11 +348,11 @@ public virtual async Task> SupportedSecuri /// The cancellation token to use. public virtual Response SupportedSecurityProviders(CancellationToken cancellationToken = default) { - using var scope = _defaultClientDiagnostics.CreateScope("VirtualWanResource.SupportedSecurityProviders"); + using var scope = _expressRouteProviderPortClientDiagnostics.CreateScope("VirtualWanResource.SupportedSecurityProviders"); scope.Start(); try { - var response = _defaultRestClient.SupportedSecurityProviders(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, cancellationToken); + var response = _expressRouteProviderPortRestClient.SupportedSecurityProviders(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, cancellationToken); return response; } catch (Exception e) @@ -382,12 +383,12 @@ public virtual async Task> Generatevirtualwanvp { Argument.AssertNotNull(content, nameof(content)); - using var scope = _defaultClientDiagnostics.CreateScope("VirtualWanResource.Generatevirtualwanvpnserverconfigurationvpnprofile"); + using var scope = _expressRouteProviderPortClientDiagnostics.CreateScope("VirtualWanResource.Generatevirtualwanvpnserverconfigurationvpnprofile"); scope.Start(); try { - var response = await _defaultRestClient.GeneratevirtualwanvpnserverconfigurationvpnprofileAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, content, cancellationToken).ConfigureAwait(false); - var operation = new NetworkArmOperation(new VpnProfileResponseOperationSource(), _defaultClientDiagnostics, Pipeline, _defaultRestClient.CreateGeneratevirtualwanvpnserverconfigurationvpnprofileRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, content).Request, response, OperationFinalStateVia.Location); + var response = await _expressRouteProviderPortRestClient.GeneratevirtualwanvpnserverconfigurationvpnprofileAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, content, cancellationToken).ConfigureAwait(false); + var operation = new NetworkArmOperation(new VpnProfileResponseOperationSource(), _expressRouteProviderPortClientDiagnostics, Pipeline, _expressRouteProviderPortRestClient.CreateGeneratevirtualwanvpnserverconfigurationvpnprofileRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, content).Request, response, OperationFinalStateVia.Location); if (waitUntil == WaitUntil.Completed) await operation.WaitForCompletionAsync(cancellationToken).ConfigureAwait(false); return operation; @@ -420,12 +421,12 @@ public virtual ArmOperation Generatevirtualwanvpnserverconfi { Argument.AssertNotNull(content, nameof(content)); - using var scope = _defaultClientDiagnostics.CreateScope("VirtualWanResource.Generatevirtualwanvpnserverconfigurationvpnprofile"); + using var scope = _expressRouteProviderPortClientDiagnostics.CreateScope("VirtualWanResource.Generatevirtualwanvpnserverconfigurationvpnprofile"); scope.Start(); try { - var response = _defaultRestClient.Generatevirtualwanvpnserverconfigurationvpnprofile(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, content, cancellationToken); - var operation = new NetworkArmOperation(new VpnProfileResponseOperationSource(), _defaultClientDiagnostics, Pipeline, _defaultRestClient.CreateGeneratevirtualwanvpnserverconfigurationvpnprofileRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, content).Request, response, OperationFinalStateVia.Location); + var response = _expressRouteProviderPortRestClient.Generatevirtualwanvpnserverconfigurationvpnprofile(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, content, cancellationToken); + var operation = new NetworkArmOperation(new VpnProfileResponseOperationSource(), _expressRouteProviderPortClientDiagnostics, Pipeline, _expressRouteProviderPortRestClient.CreateGeneratevirtualwanvpnserverconfigurationvpnprofileRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, content).Request, response, OperationFinalStateVia.Location); if (waitUntil == WaitUntil.Completed) operation.WaitForCompletion(cancellationToken); return operation; diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/VpnGatewayData.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/VpnGatewayData.cs index e45a29bb313f..02304f7c06e1 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/VpnGatewayData.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/VpnGatewayData.cs @@ -40,9 +40,10 @@ public VpnGatewayData() /// The provisioning state of the VPN gateway resource. /// The scale unit for this vpn gateway. /// List of all IPs configured on the gateway. + /// Enable BGP routes translation for NAT on this VpnGateway. /// Enable Routing Preference property for the Public IP Interface of the VpnGateway. /// List of all the nat Rules associated with the gateway. - internal VpnGatewayData(ResourceIdentifier id, string name, ResourceType? resourceType, AzureLocation? location, IDictionary tags, ETag? etag, WritableSubResource virtualHub, IList connections, BgpSettings bgpSettings, NetworkProvisioningState? provisioningState, int? vpnGatewayScaleUnit, IReadOnlyList ipConfigurations, bool? isRoutingPreferenceInternet, IList natRules) : base(id, name, resourceType, location, tags) + internal VpnGatewayData(ResourceIdentifier id, string name, ResourceType? resourceType, AzureLocation? location, IDictionary tags, ETag? etag, WritableSubResource virtualHub, IList connections, BgpSettings bgpSettings, NetworkProvisioningState? provisioningState, int? vpnGatewayScaleUnit, IReadOnlyList ipConfigurations, bool? enableBgpRouteTranslationForNat, bool? isRoutingPreferenceInternet, IList natRules) : base(id, name, resourceType, location, tags) { ETag = etag; VirtualHub = virtualHub; @@ -51,6 +52,7 @@ internal VpnGatewayData(ResourceIdentifier id, string name, ResourceType? resour ProvisioningState = provisioningState; VpnGatewayScaleUnit = vpnGatewayScaleUnit; IPConfigurations = ipConfigurations; + EnableBgpRouteTranslationForNat = enableBgpRouteTranslationForNat; IsRoutingPreferenceInternet = isRoutingPreferenceInternet; NatRules = natRules; } @@ -81,6 +83,8 @@ public ResourceIdentifier VirtualHubId public int? VpnGatewayScaleUnit { get; set; } /// List of all IPs configured on the gateway. public IReadOnlyList IPConfigurations { get; } + /// Enable BGP routes translation for NAT on this VpnGateway. + public bool? EnableBgpRouteTranslationForNat { get; set; } /// Enable Routing Preference property for the Public IP Interface of the VpnGateway. public bool? IsRoutingPreferenceInternet { get; set; } /// List of all the nat Rules associated with the gateway. diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/VpnGatewayResource.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/VpnGatewayResource.cs index 1a6bd57ce186..40c61ca245ef 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/VpnGatewayResource.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/VpnGatewayResource.cs @@ -417,15 +417,16 @@ public virtual ArmOperation Update(WaitUntil waitUntil, Netw /// /// /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// VpnGateway ipConfigurationId to specify the gateway instance. /// The cancellation token to use. - public virtual async Task> ResetAsync(WaitUntil waitUntil, CancellationToken cancellationToken = default) + public virtual async Task> ResetAsync(WaitUntil waitUntil, string ipConfigurationId = null, CancellationToken cancellationToken = default) { using var scope = _vpnGatewayClientDiagnostics.CreateScope("VpnGatewayResource.Reset"); scope.Start(); try { - var response = await _vpnGatewayRestClient.ResetAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false); - var operation = new NetworkArmOperation(new VpnGatewayOperationSource(Client), _vpnGatewayClientDiagnostics, Pipeline, _vpnGatewayRestClient.CreateResetRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name).Request, response, OperationFinalStateVia.Location); + var response = await _vpnGatewayRestClient.ResetAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, ipConfigurationId, cancellationToken).ConfigureAwait(false); + var operation = new NetworkArmOperation(new VpnGatewayOperationSource(Client), _vpnGatewayClientDiagnostics, Pipeline, _vpnGatewayRestClient.CreateResetRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, ipConfigurationId).Request, response, OperationFinalStateVia.Location); if (waitUntil == WaitUntil.Completed) await operation.WaitForCompletionAsync(cancellationToken).ConfigureAwait(false); return operation; @@ -451,15 +452,16 @@ public virtual async Task> ResetAsync(WaitUntil /// /// /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// VpnGateway ipConfigurationId to specify the gateway instance. /// The cancellation token to use. - public virtual ArmOperation Reset(WaitUntil waitUntil, CancellationToken cancellationToken = default) + public virtual ArmOperation Reset(WaitUntil waitUntil, string ipConfigurationId = null, CancellationToken cancellationToken = default) { using var scope = _vpnGatewayClientDiagnostics.CreateScope("VpnGatewayResource.Reset"); scope.Start(); try { - var response = _vpnGatewayRestClient.Reset(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, cancellationToken); - var operation = new NetworkArmOperation(new VpnGatewayOperationSource(Client), _vpnGatewayClientDiagnostics, Pipeline, _vpnGatewayRestClient.CreateResetRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name).Request, response, OperationFinalStateVia.Location); + var response = _vpnGatewayRestClient.Reset(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, ipConfigurationId, cancellationToken); + var operation = new NetworkArmOperation(new VpnGatewayOperationSource(Client), _vpnGatewayClientDiagnostics, Pipeline, _vpnGatewayRestClient.CreateResetRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, ipConfigurationId).Request, response, OperationFinalStateVia.Location); if (waitUntil == WaitUntil.Completed) operation.WaitForCompletion(cancellationToken); return operation; diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/VpnServerConfigurationData.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/VpnServerConfigurationData.cs index 09c566267ebd..e5d2de607839 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/VpnServerConfigurationData.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/VpnServerConfigurationData.cs @@ -30,6 +30,7 @@ public VpnServerConfigurationData() VpnClientIPsecPolicies = new ChangeTrackingList(); RadiusServers = new ChangeTrackingList(); P2SVpnGateways = new ChangeTrackingList(); + ConfigurationPolicyGroups = new ChangeTrackingList(); } /// Initializes a new instance of VpnServerConfigurationData. @@ -52,7 +53,8 @@ public VpnServerConfigurationData() /// The set of aad vpn authentication parameters. /// The provisioning state of the VpnServerConfiguration resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. /// List of references to P2SVpnGateways. - internal VpnServerConfigurationData(ResourceIdentifier id, string name, ResourceType? resourceType, AzureLocation? location, IDictionary tags, ETag? etag, IList vpnProtocols, IList vpnAuthenticationTypes, IList vpnClientRootCertificates, IList vpnClientRevokedCertificates, IList radiusServerRootCertificates, IList radiusClientRootCertificates, IList vpnClientIPsecPolicies, string radiusServerAddress, string radiusServerSecret, IList radiusServers, AadAuthenticationParameters aadAuthenticationParameters, string provisioningState, IReadOnlyList p2sVpnGateways) : base(id, name, resourceType, location, tags) + /// List of all VpnServerConfigurationPolicyGroups. + internal VpnServerConfigurationData(ResourceIdentifier id, string name, ResourceType? resourceType, AzureLocation? location, IDictionary tags, ETag? etag, IList vpnProtocols, IList vpnAuthenticationTypes, IList vpnClientRootCertificates, IList vpnClientRevokedCertificates, IList radiusServerRootCertificates, IList radiusClientRootCertificates, IList vpnClientIPsecPolicies, string radiusServerAddress, string radiusServerSecret, IList radiusServers, AadAuthenticationParameters aadAuthenticationParameters, string provisioningState, IReadOnlyList p2sVpnGateways, IList configurationPolicyGroups) : base(id, name, resourceType, location, tags) { ETag = etag; VpnProtocols = vpnProtocols; @@ -68,6 +70,7 @@ internal VpnServerConfigurationData(ResourceIdentifier id, string name, Resource AadAuthenticationParameters = aadAuthenticationParameters; ProvisioningState = provisioningState; P2SVpnGateways = p2sVpnGateways; + ConfigurationPolicyGroups = configurationPolicyGroups; } /// A unique read-only string that changes whenever the resource is updated. @@ -98,5 +101,7 @@ internal VpnServerConfigurationData(ResourceIdentifier id, string name, Resource public string ProvisioningState { get; } /// List of references to P2SVpnGateways. public IReadOnlyList P2SVpnGateways { get; } + /// List of all VpnServerConfigurationPolicyGroups. + public IList ConfigurationPolicyGroups { get; } } } diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/VpnServerConfigurationPolicyGroupCollection.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/VpnServerConfigurationPolicyGroupCollection.cs new file mode 100644 index 000000000000..9bd3174229b4 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/VpnServerConfigurationPolicyGroupCollection.cs @@ -0,0 +1,340 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Collections; +using System.Collections.Generic; +using System.Globalization; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Core.Pipeline; +using Azure.ResourceManager; + +namespace Azure.ResourceManager.Network +{ + /// + /// A class representing a collection of and their operations. + /// Each in the collection will belong to the same instance of . + /// To get a instance call the GetVpnServerConfigurationPolicyGroups method from an instance of . + /// + public partial class VpnServerConfigurationPolicyGroupCollection : ArmCollection, IEnumerable, IAsyncEnumerable + { + private readonly ClientDiagnostics _vpnServerConfigurationPolicyGroupConfigurationPolicyGroupsClientDiagnostics; + private readonly ConfigurationPolicyGroupsRestOperations _vpnServerConfigurationPolicyGroupConfigurationPolicyGroupsRestClient; + + /// Initializes a new instance of the class for mocking. + protected VpnServerConfigurationPolicyGroupCollection() + { + } + + /// Initializes a new instance of the class. + /// The client parameters to use in these operations. + /// The identifier of the parent resource that is the target of operations. + internal VpnServerConfigurationPolicyGroupCollection(ArmClient client, ResourceIdentifier id) : base(client, id) + { + _vpnServerConfigurationPolicyGroupConfigurationPolicyGroupsClientDiagnostics = new ClientDiagnostics("Azure.ResourceManager.Network", VpnServerConfigurationPolicyGroupResource.ResourceType.Namespace, Diagnostics); + TryGetApiVersion(VpnServerConfigurationPolicyGroupResource.ResourceType, out string vpnServerConfigurationPolicyGroupConfigurationPolicyGroupsApiVersion); + _vpnServerConfigurationPolicyGroupConfigurationPolicyGroupsRestClient = new ConfigurationPolicyGroupsRestOperations(Pipeline, Diagnostics.ApplicationId, Endpoint, vpnServerConfigurationPolicyGroupConfigurationPolicyGroupsApiVersion); +#if DEBUG + ValidateResourceId(Id); +#endif + } + + internal static void ValidateResourceId(ResourceIdentifier id) + { + if (id.ResourceType != VpnServerConfigurationResource.ResourceType) + throw new ArgumentException(string.Format(CultureInfo.CurrentCulture, "Invalid resource type {0} expected {1}", id.ResourceType, VpnServerConfigurationResource.ResourceType), nameof(id)); + } + + /// + /// Creates a ConfigurationPolicyGroup if it doesn't exist else updates the existing one. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/vpnServerConfigurations/{vpnServerConfigurationName}/configurationPolicyGroups/{configurationPolicyGroupName} + /// + /// + /// Operation Id + /// ConfigurationPolicyGroups_CreateOrUpdate + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// The name of the ConfigurationPolicyGroup. + /// Parameters supplied to create or update a VpnServerConfiguration PolicyGroup. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// or is null. + public virtual async Task> CreateOrUpdateAsync(WaitUntil waitUntil, string configurationPolicyGroupName, VpnServerConfigurationPolicyGroupData data, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(configurationPolicyGroupName, nameof(configurationPolicyGroupName)); + Argument.AssertNotNull(data, nameof(data)); + + using var scope = _vpnServerConfigurationPolicyGroupConfigurationPolicyGroupsClientDiagnostics.CreateScope("VpnServerConfigurationPolicyGroupCollection.CreateOrUpdate"); + scope.Start(); + try + { + var response = await _vpnServerConfigurationPolicyGroupConfigurationPolicyGroupsRestClient.CreateOrUpdateAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, configurationPolicyGroupName, data, cancellationToken).ConfigureAwait(false); + var operation = new NetworkArmOperation(new VpnServerConfigurationPolicyGroupOperationSource(Client), _vpnServerConfigurationPolicyGroupConfigurationPolicyGroupsClientDiagnostics, Pipeline, _vpnServerConfigurationPolicyGroupConfigurationPolicyGroupsRestClient.CreateCreateOrUpdateRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, configurationPolicyGroupName, data).Request, response, OperationFinalStateVia.AzureAsyncOperation); + if (waitUntil == WaitUntil.Completed) + await operation.WaitForCompletionAsync(cancellationToken).ConfigureAwait(false); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Creates a ConfigurationPolicyGroup if it doesn't exist else updates the existing one. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/vpnServerConfigurations/{vpnServerConfigurationName}/configurationPolicyGroups/{configurationPolicyGroupName} + /// + /// + /// Operation Id + /// ConfigurationPolicyGroups_CreateOrUpdate + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// The name of the ConfigurationPolicyGroup. + /// Parameters supplied to create or update a VpnServerConfiguration PolicyGroup. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// or is null. + public virtual ArmOperation CreateOrUpdate(WaitUntil waitUntil, string configurationPolicyGroupName, VpnServerConfigurationPolicyGroupData data, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(configurationPolicyGroupName, nameof(configurationPolicyGroupName)); + Argument.AssertNotNull(data, nameof(data)); + + using var scope = _vpnServerConfigurationPolicyGroupConfigurationPolicyGroupsClientDiagnostics.CreateScope("VpnServerConfigurationPolicyGroupCollection.CreateOrUpdate"); + scope.Start(); + try + { + var response = _vpnServerConfigurationPolicyGroupConfigurationPolicyGroupsRestClient.CreateOrUpdate(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, configurationPolicyGroupName, data, cancellationToken); + var operation = new NetworkArmOperation(new VpnServerConfigurationPolicyGroupOperationSource(Client), _vpnServerConfigurationPolicyGroupConfigurationPolicyGroupsClientDiagnostics, Pipeline, _vpnServerConfigurationPolicyGroupConfigurationPolicyGroupsRestClient.CreateCreateOrUpdateRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, configurationPolicyGroupName, data).Request, response, OperationFinalStateVia.AzureAsyncOperation); + if (waitUntil == WaitUntil.Completed) + operation.WaitForCompletion(cancellationToken); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Retrieves the details of a ConfigurationPolicyGroup. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/vpnServerConfigurations/{vpnServerConfigurationName}/configurationPolicyGroups/{configurationPolicyGroupName} + /// + /// + /// Operation Id + /// ConfigurationPolicyGroups_Get + /// + /// + /// + /// The name of the ConfigurationPolicyGroup being retrieved. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// is null. + public virtual async Task> GetAsync(string configurationPolicyGroupName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(configurationPolicyGroupName, nameof(configurationPolicyGroupName)); + + using var scope = _vpnServerConfigurationPolicyGroupConfigurationPolicyGroupsClientDiagnostics.CreateScope("VpnServerConfigurationPolicyGroupCollection.Get"); + scope.Start(); + try + { + var response = await _vpnServerConfigurationPolicyGroupConfigurationPolicyGroupsRestClient.GetAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, configurationPolicyGroupName, cancellationToken).ConfigureAwait(false); + if (response.Value == null) + throw new RequestFailedException(response.GetRawResponse()); + return Response.FromValue(new VpnServerConfigurationPolicyGroupResource(Client, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Retrieves the details of a ConfigurationPolicyGroup. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/vpnServerConfigurations/{vpnServerConfigurationName}/configurationPolicyGroups/{configurationPolicyGroupName} + /// + /// + /// Operation Id + /// ConfigurationPolicyGroups_Get + /// + /// + /// + /// The name of the ConfigurationPolicyGroup being retrieved. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// is null. + public virtual Response Get(string configurationPolicyGroupName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(configurationPolicyGroupName, nameof(configurationPolicyGroupName)); + + using var scope = _vpnServerConfigurationPolicyGroupConfigurationPolicyGroupsClientDiagnostics.CreateScope("VpnServerConfigurationPolicyGroupCollection.Get"); + scope.Start(); + try + { + var response = _vpnServerConfigurationPolicyGroupConfigurationPolicyGroupsRestClient.Get(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, configurationPolicyGroupName, cancellationToken); + if (response.Value == null) + throw new RequestFailedException(response.GetRawResponse()); + return Response.FromValue(new VpnServerConfigurationPolicyGroupResource(Client, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Lists all the configurationPolicyGroups in a resource group for a vpnServerConfiguration. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/vpnServerConfigurations/{vpnServerConfigurationName}/configurationPolicyGroups + /// + /// + /// Operation Id + /// configurationPolicyGroups_ListByVpnServerConfiguration + /// + /// + /// + /// The cancellation token to use. + /// An async collection of that may take multiple service requests to iterate over. + public virtual AsyncPageable GetAllAsync(CancellationToken cancellationToken = default) + { + HttpMessage FirstPageRequest(int? pageSizeHint) => _vpnServerConfigurationPolicyGroupConfigurationPolicyGroupsRestClient.CreateListByVpnServerConfigurationRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name); + HttpMessage NextPageRequest(int? pageSizeHint, string nextLink) => _vpnServerConfigurationPolicyGroupConfigurationPolicyGroupsRestClient.CreateListByVpnServerConfigurationNextPageRequest(nextLink, Id.SubscriptionId, Id.ResourceGroupName, Id.Name); + return PageableHelpers.CreateAsyncPageable(FirstPageRequest, NextPageRequest, e => new VpnServerConfigurationPolicyGroupResource(Client, VpnServerConfigurationPolicyGroupData.DeserializeVpnServerConfigurationPolicyGroupData(e)), _vpnServerConfigurationPolicyGroupConfigurationPolicyGroupsClientDiagnostics, Pipeline, "VpnServerConfigurationPolicyGroupCollection.GetAll", "value", "nextLink", cancellationToken); + } + + /// + /// Lists all the configurationPolicyGroups in a resource group for a vpnServerConfiguration. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/vpnServerConfigurations/{vpnServerConfigurationName}/configurationPolicyGroups + /// + /// + /// Operation Id + /// configurationPolicyGroups_ListByVpnServerConfiguration + /// + /// + /// + /// The cancellation token to use. + /// A collection of that may take multiple service requests to iterate over. + public virtual Pageable GetAll(CancellationToken cancellationToken = default) + { + HttpMessage FirstPageRequest(int? pageSizeHint) => _vpnServerConfigurationPolicyGroupConfigurationPolicyGroupsRestClient.CreateListByVpnServerConfigurationRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name); + HttpMessage NextPageRequest(int? pageSizeHint, string nextLink) => _vpnServerConfigurationPolicyGroupConfigurationPolicyGroupsRestClient.CreateListByVpnServerConfigurationNextPageRequest(nextLink, Id.SubscriptionId, Id.ResourceGroupName, Id.Name); + return PageableHelpers.CreatePageable(FirstPageRequest, NextPageRequest, e => new VpnServerConfigurationPolicyGroupResource(Client, VpnServerConfigurationPolicyGroupData.DeserializeVpnServerConfigurationPolicyGroupData(e)), _vpnServerConfigurationPolicyGroupConfigurationPolicyGroupsClientDiagnostics, Pipeline, "VpnServerConfigurationPolicyGroupCollection.GetAll", "value", "nextLink", cancellationToken); + } + + /// + /// Checks to see if the resource exists in azure. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/vpnServerConfigurations/{vpnServerConfigurationName}/configurationPolicyGroups/{configurationPolicyGroupName} + /// + /// + /// Operation Id + /// ConfigurationPolicyGroups_Get + /// + /// + /// + /// The name of the ConfigurationPolicyGroup being retrieved. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// is null. + public virtual async Task> ExistsAsync(string configurationPolicyGroupName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(configurationPolicyGroupName, nameof(configurationPolicyGroupName)); + + using var scope = _vpnServerConfigurationPolicyGroupConfigurationPolicyGroupsClientDiagnostics.CreateScope("VpnServerConfigurationPolicyGroupCollection.Exists"); + scope.Start(); + try + { + var response = await _vpnServerConfigurationPolicyGroupConfigurationPolicyGroupsRestClient.GetAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, configurationPolicyGroupName, cancellationToken: cancellationToken).ConfigureAwait(false); + return Response.FromValue(response.Value != null, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Checks to see if the resource exists in azure. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/vpnServerConfigurations/{vpnServerConfigurationName}/configurationPolicyGroups/{configurationPolicyGroupName} + /// + /// + /// Operation Id + /// ConfigurationPolicyGroups_Get + /// + /// + /// + /// The name of the ConfigurationPolicyGroup being retrieved. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// is null. + public virtual Response Exists(string configurationPolicyGroupName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(configurationPolicyGroupName, nameof(configurationPolicyGroupName)); + + using var scope = _vpnServerConfigurationPolicyGroupConfigurationPolicyGroupsClientDiagnostics.CreateScope("VpnServerConfigurationPolicyGroupCollection.Exists"); + scope.Start(); + try + { + var response = _vpnServerConfigurationPolicyGroupConfigurationPolicyGroupsRestClient.Get(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, configurationPolicyGroupName, cancellationToken: cancellationToken); + return Response.FromValue(response.Value != null, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/VpnServerConfigurationPolicyGroupData.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/VpnServerConfigurationPolicyGroupData.cs new file mode 100644 index 000000000000..488f3e56ce4b --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/VpnServerConfigurationPolicyGroupData.cs @@ -0,0 +1,62 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using Azure; +using Azure.Core; +using Azure.ResourceManager.Network.Models; +using Azure.ResourceManager.Resources.Models; + +namespace Azure.ResourceManager.Network +{ + /// + /// A class representing the VpnServerConfigurationPolicyGroup data model. + /// VpnServerConfigurationPolicyGroup Resource. + /// + public partial class VpnServerConfigurationPolicyGroupData : NetworkResourceData + { + /// Initializes a new instance of VpnServerConfigurationPolicyGroupData. + public VpnServerConfigurationPolicyGroupData() + { + PolicyMembers = new ChangeTrackingList(); + P2SConnectionConfigurations = new ChangeTrackingList(); + } + + /// Initializes a new instance of VpnServerConfigurationPolicyGroupData. + /// Resource ID. + /// Resource name. + /// Resource type. + /// A unique read-only string that changes whenever the resource is updated. + /// Shows if this is a Default VpnServerConfigurationPolicyGroup or not. + /// Priority for VpnServerConfigurationPolicyGroup. + /// Multiple PolicyMembers for VpnServerConfigurationPolicyGroup. + /// List of references to P2SConnectionConfigurations. + /// The provisioning state of the VpnServerConfigurationPolicyGroup resource. + internal VpnServerConfigurationPolicyGroupData(ResourceIdentifier id, string name, ResourceType? resourceType, ETag? etag, bool? isDefault, int? priority, IList policyMembers, IReadOnlyList p2sConnectionConfigurations, NetworkProvisioningState? provisioningState) : base(id, name, resourceType) + { + ETag = etag; + IsDefault = isDefault; + Priority = priority; + PolicyMembers = policyMembers; + P2SConnectionConfigurations = p2sConnectionConfigurations; + ProvisioningState = provisioningState; + } + + /// A unique read-only string that changes whenever the resource is updated. + public ETag? ETag { get; } + /// Shows if this is a Default VpnServerConfigurationPolicyGroup or not. + public bool? IsDefault { get; set; } + /// Priority for VpnServerConfigurationPolicyGroup. + public int? Priority { get; set; } + /// Multiple PolicyMembers for VpnServerConfigurationPolicyGroup. + public IList PolicyMembers { get; } + /// List of references to P2SConnectionConfigurations. + public IReadOnlyList P2SConnectionConfigurations { get; } + /// The provisioning state of the VpnServerConfigurationPolicyGroup resource. + public NetworkProvisioningState? ProvisioningState { get; } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/VpnServerConfigurationPolicyGroupResource.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/VpnServerConfigurationPolicyGroupResource.cs new file mode 100644 index 000000000000..5339db97db10 --- /dev/null +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/VpnServerConfigurationPolicyGroupResource.cs @@ -0,0 +1,297 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Globalization; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Core.Pipeline; +using Azure.ResourceManager; + +namespace Azure.ResourceManager.Network +{ + /// + /// A Class representing a VpnServerConfigurationPolicyGroup along with the instance operations that can be performed on it. + /// If you have a you can construct a + /// from an instance of using the GetVpnServerConfigurationPolicyGroupResource method. + /// Otherwise you can get one from its parent resource using the GetVpnServerConfigurationPolicyGroup method. + /// + public partial class VpnServerConfigurationPolicyGroupResource : ArmResource + { + /// Generate the resource identifier of a instance. + public static ResourceIdentifier CreateResourceIdentifier(string subscriptionId, string resourceGroupName, string vpnServerConfigurationName, string configurationPolicyGroupName) + { + var resourceId = $"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/vpnServerConfigurations/{vpnServerConfigurationName}/configurationPolicyGroups/{configurationPolicyGroupName}"; + return new ResourceIdentifier(resourceId); + } + + private readonly ClientDiagnostics _vpnServerConfigurationPolicyGroupConfigurationPolicyGroupsClientDiagnostics; + private readonly ConfigurationPolicyGroupsRestOperations _vpnServerConfigurationPolicyGroupConfigurationPolicyGroupsRestClient; + private readonly VpnServerConfigurationPolicyGroupData _data; + + /// Initializes a new instance of the class for mocking. + protected VpnServerConfigurationPolicyGroupResource() + { + } + + /// Initializes a new instance of the class. + /// The client parameters to use in these operations. + /// The resource that is the target of operations. + internal VpnServerConfigurationPolicyGroupResource(ArmClient client, VpnServerConfigurationPolicyGroupData data) : this(client, data.Id) + { + HasData = true; + _data = data; + } + + /// Initializes a new instance of the class. + /// The client parameters to use in these operations. + /// The identifier of the resource that is the target of operations. + internal VpnServerConfigurationPolicyGroupResource(ArmClient client, ResourceIdentifier id) : base(client, id) + { + _vpnServerConfigurationPolicyGroupConfigurationPolicyGroupsClientDiagnostics = new ClientDiagnostics("Azure.ResourceManager.Network", ResourceType.Namespace, Diagnostics); + TryGetApiVersion(ResourceType, out string vpnServerConfigurationPolicyGroupConfigurationPolicyGroupsApiVersion); + _vpnServerConfigurationPolicyGroupConfigurationPolicyGroupsRestClient = new ConfigurationPolicyGroupsRestOperations(Pipeline, Diagnostics.ApplicationId, Endpoint, vpnServerConfigurationPolicyGroupConfigurationPolicyGroupsApiVersion); +#if DEBUG + ValidateResourceId(Id); +#endif + } + + /// Gets the resource type for the operations. + public static readonly ResourceType ResourceType = "Microsoft.Network/vpnServerConfigurations/configurationPolicyGroups"; + + /// Gets whether or not the current instance has data. + public virtual bool HasData { get; } + + /// Gets the data representing this Feature. + /// Throws if there is no data loaded in the current instance. + public virtual VpnServerConfigurationPolicyGroupData Data + { + get + { + if (!HasData) + throw new InvalidOperationException("The current instance does not have data, you must call Get first."); + return _data; + } + } + + internal static void ValidateResourceId(ResourceIdentifier id) + { + if (id.ResourceType != ResourceType) + throw new ArgumentException(string.Format(CultureInfo.CurrentCulture, "Invalid resource type {0} expected {1}", id.ResourceType, ResourceType), nameof(id)); + } + + /// + /// Retrieves the details of a ConfigurationPolicyGroup. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/vpnServerConfigurations/{vpnServerConfigurationName}/configurationPolicyGroups/{configurationPolicyGroupName} + /// + /// + /// Operation Id + /// ConfigurationPolicyGroups_Get + /// + /// + /// + /// The cancellation token to use. + public virtual async Task> GetAsync(CancellationToken cancellationToken = default) + { + using var scope = _vpnServerConfigurationPolicyGroupConfigurationPolicyGroupsClientDiagnostics.CreateScope("VpnServerConfigurationPolicyGroupResource.Get"); + scope.Start(); + try + { + var response = await _vpnServerConfigurationPolicyGroupConfigurationPolicyGroupsRestClient.GetAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken).ConfigureAwait(false); + if (response.Value == null) + throw new RequestFailedException(response.GetRawResponse()); + return Response.FromValue(new VpnServerConfigurationPolicyGroupResource(Client, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Retrieves the details of a ConfigurationPolicyGroup. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/vpnServerConfigurations/{vpnServerConfigurationName}/configurationPolicyGroups/{configurationPolicyGroupName} + /// + /// + /// Operation Id + /// ConfigurationPolicyGroups_Get + /// + /// + /// + /// The cancellation token to use. + public virtual Response Get(CancellationToken cancellationToken = default) + { + using var scope = _vpnServerConfigurationPolicyGroupConfigurationPolicyGroupsClientDiagnostics.CreateScope("VpnServerConfigurationPolicyGroupResource.Get"); + scope.Start(); + try + { + var response = _vpnServerConfigurationPolicyGroupConfigurationPolicyGroupsRestClient.Get(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken); + if (response.Value == null) + throw new RequestFailedException(response.GetRawResponse()); + return Response.FromValue(new VpnServerConfigurationPolicyGroupResource(Client, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Deletes a ConfigurationPolicyGroup. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/vpnServerConfigurations/{vpnServerConfigurationName}/configurationPolicyGroups/{configurationPolicyGroupName} + /// + /// + /// Operation Id + /// ConfigurationPolicyGroups_Delete + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// The cancellation token to use. + public virtual async Task DeleteAsync(WaitUntil waitUntil, CancellationToken cancellationToken = default) + { + using var scope = _vpnServerConfigurationPolicyGroupConfigurationPolicyGroupsClientDiagnostics.CreateScope("VpnServerConfigurationPolicyGroupResource.Delete"); + scope.Start(); + try + { + var response = await _vpnServerConfigurationPolicyGroupConfigurationPolicyGroupsRestClient.DeleteAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken).ConfigureAwait(false); + var operation = new NetworkArmOperation(_vpnServerConfigurationPolicyGroupConfigurationPolicyGroupsClientDiagnostics, Pipeline, _vpnServerConfigurationPolicyGroupConfigurationPolicyGroupsRestClient.CreateDeleteRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name).Request, response, OperationFinalStateVia.Location); + if (waitUntil == WaitUntil.Completed) + await operation.WaitForCompletionResponseAsync(cancellationToken).ConfigureAwait(false); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Deletes a ConfigurationPolicyGroup. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/vpnServerConfigurations/{vpnServerConfigurationName}/configurationPolicyGroups/{configurationPolicyGroupName} + /// + /// + /// Operation Id + /// ConfigurationPolicyGroups_Delete + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// The cancellation token to use. + public virtual ArmOperation Delete(WaitUntil waitUntil, CancellationToken cancellationToken = default) + { + using var scope = _vpnServerConfigurationPolicyGroupConfigurationPolicyGroupsClientDiagnostics.CreateScope("VpnServerConfigurationPolicyGroupResource.Delete"); + scope.Start(); + try + { + var response = _vpnServerConfigurationPolicyGroupConfigurationPolicyGroupsRestClient.Delete(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken); + var operation = new NetworkArmOperation(_vpnServerConfigurationPolicyGroupConfigurationPolicyGroupsClientDiagnostics, Pipeline, _vpnServerConfigurationPolicyGroupConfigurationPolicyGroupsRestClient.CreateDeleteRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name).Request, response, OperationFinalStateVia.Location); + if (waitUntil == WaitUntil.Completed) + operation.WaitForCompletionResponse(cancellationToken); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Creates a ConfigurationPolicyGroup if it doesn't exist else updates the existing one. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/vpnServerConfigurations/{vpnServerConfigurationName}/configurationPolicyGroups/{configurationPolicyGroupName} + /// + /// + /// Operation Id + /// ConfigurationPolicyGroups_CreateOrUpdate + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// Parameters supplied to create or update a VpnServerConfiguration PolicyGroup. + /// The cancellation token to use. + /// is null. + public virtual async Task> UpdateAsync(WaitUntil waitUntil, VpnServerConfigurationPolicyGroupData data, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(data, nameof(data)); + + using var scope = _vpnServerConfigurationPolicyGroupConfigurationPolicyGroupsClientDiagnostics.CreateScope("VpnServerConfigurationPolicyGroupResource.Update"); + scope.Start(); + try + { + var response = await _vpnServerConfigurationPolicyGroupConfigurationPolicyGroupsRestClient.CreateOrUpdateAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, data, cancellationToken).ConfigureAwait(false); + var operation = new NetworkArmOperation(new VpnServerConfigurationPolicyGroupOperationSource(Client), _vpnServerConfigurationPolicyGroupConfigurationPolicyGroupsClientDiagnostics, Pipeline, _vpnServerConfigurationPolicyGroupConfigurationPolicyGroupsRestClient.CreateCreateOrUpdateRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, data).Request, response, OperationFinalStateVia.AzureAsyncOperation); + if (waitUntil == WaitUntil.Completed) + await operation.WaitForCompletionAsync(cancellationToken).ConfigureAwait(false); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Creates a ConfigurationPolicyGroup if it doesn't exist else updates the existing one. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/vpnServerConfigurations/{vpnServerConfigurationName}/configurationPolicyGroups/{configurationPolicyGroupName} + /// + /// + /// Operation Id + /// ConfigurationPolicyGroups_CreateOrUpdate + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// Parameters supplied to create or update a VpnServerConfiguration PolicyGroup. + /// The cancellation token to use. + /// is null. + public virtual ArmOperation Update(WaitUntil waitUntil, VpnServerConfigurationPolicyGroupData data, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(data, nameof(data)); + + using var scope = _vpnServerConfigurationPolicyGroupConfigurationPolicyGroupsClientDiagnostics.CreateScope("VpnServerConfigurationPolicyGroupResource.Update"); + scope.Start(); + try + { + var response = _vpnServerConfigurationPolicyGroupConfigurationPolicyGroupsRestClient.CreateOrUpdate(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, data, cancellationToken); + var operation = new NetworkArmOperation(new VpnServerConfigurationPolicyGroupOperationSource(Client), _vpnServerConfigurationPolicyGroupConfigurationPolicyGroupsClientDiagnostics, Pipeline, _vpnServerConfigurationPolicyGroupConfigurationPolicyGroupsRestClient.CreateCreateOrUpdateRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, data).Request, response, OperationFinalStateVia.AzureAsyncOperation); + if (waitUntil == WaitUntil.Completed) + operation.WaitForCompletion(cancellationToken); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + } +} diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/VpnServerConfigurationResource.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/VpnServerConfigurationResource.cs index 1f573b17069c..5d766ecef5fe 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/VpnServerConfigurationResource.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/VpnServerConfigurationResource.cs @@ -89,6 +89,59 @@ internal static void ValidateResourceId(ResourceIdentifier id) throw new ArgumentException(string.Format(CultureInfo.CurrentCulture, "Invalid resource type {0} expected {1}", id.ResourceType, ResourceType), nameof(id)); } + /// Gets a collection of VpnServerConfigurationPolicyGroupResources in the VpnServerConfiguration. + /// An object representing collection of VpnServerConfigurationPolicyGroupResources and their operations over a VpnServerConfigurationPolicyGroupResource. + public virtual VpnServerConfigurationPolicyGroupCollection GetVpnServerConfigurationPolicyGroups() + { + return GetCachedClient(Client => new VpnServerConfigurationPolicyGroupCollection(Client, Id)); + } + + /// + /// Retrieves the details of a ConfigurationPolicyGroup. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/vpnServerConfigurations/{vpnServerConfigurationName}/configurationPolicyGroups/{configurationPolicyGroupName} + /// + /// + /// Operation Id + /// ConfigurationPolicyGroups_Get + /// + /// + /// + /// The name of the ConfigurationPolicyGroup being retrieved. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// is null. + [ForwardsClientCalls] + public virtual async Task> GetVpnServerConfigurationPolicyGroupAsync(string configurationPolicyGroupName, CancellationToken cancellationToken = default) + { + return await GetVpnServerConfigurationPolicyGroups().GetAsync(configurationPolicyGroupName, cancellationToken).ConfigureAwait(false); + } + + /// + /// Retrieves the details of a ConfigurationPolicyGroup. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/vpnServerConfigurations/{vpnServerConfigurationName}/configurationPolicyGroups/{configurationPolicyGroupName} + /// + /// + /// Operation Id + /// ConfigurationPolicyGroups_Get + /// + /// + /// + /// The name of the ConfigurationPolicyGroup being retrieved. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// is null. + [ForwardsClientCalls] + public virtual Response GetVpnServerConfigurationPolicyGroup(string configurationPolicyGroupName, CancellationToken cancellationToken = default) + { + return GetVpnServerConfigurationPolicyGroups().Get(configurationPolicyGroupName, cancellationToken); + } + /// /// Retrieves the details of a VpnServerConfiguration. /// diff --git a/sdk/network/Azure.ResourceManager.Network/src/Generated/VpnSiteLinkConnectionData.cs b/sdk/network/Azure.ResourceManager.Network/src/Generated/VpnSiteLinkConnectionData.cs index 3e0f51aef028..d06de6b9fad0 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Generated/VpnSiteLinkConnectionData.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Generated/VpnSiteLinkConnectionData.cs @@ -22,6 +22,7 @@ public partial class VpnSiteLinkConnectionData : NetworkResourceData /// Initializes a new instance of VpnSiteLinkConnectionData. public VpnSiteLinkConnectionData() { + VpnGatewayCustomBgpAddresses = new ChangeTrackingList(); IPsecPolicies = new ChangeTrackingList(); IngressNatRules = new ChangeTrackingList(); EgressNatRules = new ChangeTrackingList(); @@ -42,6 +43,7 @@ public VpnSiteLinkConnectionData() /// Expected bandwidth in MBPS. /// SharedKey for the vpn connection. /// EnableBgp flag. + /// vpnGatewayCustomBgpAddresses used by this connection. /// Enable policy-based traffic selectors. /// The IPSec Policies to be considered by this connection. /// EnableBgp flag. @@ -49,7 +51,7 @@ public VpnSiteLinkConnectionData() /// The provisioning state of the VPN site link connection resource. /// List of ingress NatRules. /// List of egress NatRules. - internal VpnSiteLinkConnectionData(ResourceIdentifier id, string name, ResourceType? resourceType, ETag? etag, WritableSubResource vpnSiteLink, int? routingWeight, VpnLinkConnectionMode? vpnLinkConnectionMode, VpnConnectionStatus? connectionStatus, VirtualNetworkGatewayConnectionProtocol? vpnConnectionProtocolType, long? ingressBytesTransferred, long? egressBytesTransferred, int? connectionBandwidth, string sharedKey, bool? enableBgp, bool? usePolicyBasedTrafficSelectors, IList ipsecPolicies, bool? enableRateLimiting, bool? useLocalAzureIPAddress, NetworkProvisioningState? provisioningState, IList ingressNatRules, IList egressNatRules) : base(id, name, resourceType) + internal VpnSiteLinkConnectionData(ResourceIdentifier id, string name, ResourceType? resourceType, ETag? etag, WritableSubResource vpnSiteLink, int? routingWeight, VpnLinkConnectionMode? vpnLinkConnectionMode, VpnConnectionStatus? connectionStatus, VirtualNetworkGatewayConnectionProtocol? vpnConnectionProtocolType, long? ingressBytesTransferred, long? egressBytesTransferred, int? connectionBandwidth, string sharedKey, bool? enableBgp, IList vpnGatewayCustomBgpAddresses, bool? usePolicyBasedTrafficSelectors, IList ipsecPolicies, bool? enableRateLimiting, bool? useLocalAzureIPAddress, NetworkProvisioningState? provisioningState, IList ingressNatRules, IList egressNatRules) : base(id, name, resourceType) { ETag = etag; VpnSiteLink = vpnSiteLink; @@ -62,6 +64,7 @@ internal VpnSiteLinkConnectionData(ResourceIdentifier id, string name, ResourceT ConnectionBandwidth = connectionBandwidth; SharedKey = sharedKey; EnableBgp = enableBgp; + VpnGatewayCustomBgpAddresses = vpnGatewayCustomBgpAddresses; UsePolicyBasedTrafficSelectors = usePolicyBasedTrafficSelectors; IPsecPolicies = ipsecPolicies; EnableRateLimiting = enableRateLimiting; @@ -105,6 +108,8 @@ public ResourceIdentifier VpnSiteLinkId public string SharedKey { get; set; } /// EnableBgp flag. public bool? EnableBgp { get; set; } + /// vpnGatewayCustomBgpAddresses used by this connection. + public IList VpnGatewayCustomBgpAddresses { get; } /// Enable policy-based traffic selectors. public bool? UsePolicyBasedTrafficSelectors { get; set; } /// The IPSec Policies to be considered by this connection. diff --git a/sdk/network/Azure.ResourceManager.Network/src/autorest.md b/sdk/network/Azure.ResourceManager.Network/src/autorest.md index fbf9c722a9c6..65ee6fe87ebc 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/autorest.md +++ b/sdk/network/Azure.ResourceManager.Network/src/autorest.md @@ -7,8 +7,8 @@ azure-arm: true generate-model-factory: false library-name: Network namespace: Azure.ResourceManager.Network -require: https://github.com/Azure/azure-rest-api-specs/blob/7384176da46425e7899708f263e0598b851358c2/specification/network/resource-manager/readme.md -tag: package-track2-preview +require: https://github.com/Azure/azure-rest-api-specs/blob/ae5f241249f12e87e94e184ae5430518ac061a51/specification/network/resource-manager/readme.md +# tag: package-2022-09 output-folder: $(this-folder)/Generated clear-output-folder: true skip-csproj: true @@ -19,6 +19,9 @@ public-clients: false head-as-boolean: false resource-model-requires-type: false +# mgmt-debug: +# show-serialized-names: true + rename-mapping: ConnectionMonitor: ConnectionMonitorInput ConnectionMonitorResult: ConnectionMonitor @@ -101,6 +104,80 @@ rename-mapping: ConnectionState: NetworkConnectionState ApplicationGatewayAvailableSslOptions: ApplicationGatewayAvailableSslOptionsInfo EffectiveNetworkSecurityGroup.tagMap: tagToIPAddresses + Action: RouteMapAction + ActionType: RuleMatchActionType + ActiveConfigurationParameter: ActiveConfigurationContent + ActiveConfigurationParameter.regions: -|azure-location + ActiveConnectivityConfiguration.region: -|azure-location + ActiveConnectivityConfiguration.commitTime: CommittedOn + AdminRule: NetworkAdminRule + ApplicationGatewayBackendSettings.properties.timeout: TimeoutInSeconds + ApplicationGatewayTierTypes.WAF: Waf + ApplicationGatewayTierTypes.WAF_v2: WafV2 + ConfigurationGroup: NetworkConfigurationGroup + ConfigurationType: NetworkConfigurationDeploymentType + Criterion: RouteCriterion + DefaultAdminRule: NetworkDefaultAdminRule + EffectiveBaseSecurityAdminRule.id: ResourceId|arm-id + ExplicitProxy: FirewallPolicyExplicitProxy + IdpsQueryObject: IdpsQueryContent + FilterItems: IdpsQueryFilterItems + OrderBy: IdpsQueryOrderBy + Geo: CidrAdvertisingGeoCode + Geo.NAM: Nam + Hub: ConnectivityHub + IsGlobal: GlobalMeshSupportFlag + IsWorkloadProtected: WorkloadProtectedFlag + NextStep: RouteMapNextStepBehavior + Parameter: RouteMapActionParameter + QosDefinition: DscpQosDefinition + QueryResults: IdpsSignatureListResult + SingleQueryResult: IdpsSignatureResult + QueryRequestOptions: NetworkManagementQueryContent + SignatureOverridesFilterValuesQuery: SignatureOverridesFilterValuesQueryContent + SignatureOverridesFilterValuesResponse: SignatureOverridesFilterValuesResult + SlotType: SwapSlotType + UseHubGateway: HubGatewayUsageFlag + VirtualNetworkEncryption.enabled: IsEnabled + VpnPolicyMemberAttributeType.AADGroupId: AadGroupId + CustomIpPrefix.properties.customIpPrefixParent: ParentCustomIpPrefix + CustomIpPrefix.properties.childCustomIpPrefixes: ChildCustomIpPrefixList + VpnAuthenticationType.AAD: Aad + ApplicationGatewayWafDynamicManifestResult: ApplicationGatewayWafDynamicManifest + ApplicationGatewayWafDynamicManifestResultList: ApplicationGatewayWafDynamicManifestListResult + SignaturesOverrides: PolicySignaturesOverridesForIdps + SignaturesOverrides.id: -|arm-id + SignaturesOverrides.type: -|resource-type + SignaturesOverridesList: PolicySignaturesOverridesForIdpsListResult + SignaturesOverridesProperties: PolicySignaturesOverridesForIdpsProperties + StaticMember: NetworkGroupStaticMember + StaticMemberListResult: NetworkGroupStaticMemberListResult + AdminRuleCollection: AdminRuleGroup + AdminRuleCollectionListResult: AdminRuleGroupListResult + NetworkManagerConnection.properties.networkManagerId: -|arm-id + SwapResource: CloudServiceSwap + SwapResourceProperties: CloudServiceSwapProperties + SwapResourceListResult: CloudServiceSwapListResult + Hub.resourceType: -|resource-type + DelegationProperties: VirtualApplianceDelegationProperties + DeploymentStatus: NetworkManagerDeploymentState + NetworkManagerDeploymentStatus.deploymentStatus: DeploymentState + NetworkManagerDeploymentStatusParameter: NetworkManagerDeploymentStatusContent + GetInboundRoutesParameters: VirtualHubInboundRoutesContent + GetOutboundRoutesParameters: VirtualHubOutboundRoutesContent + IPPrefixesList: LearnedIPPrefixesListResult + NetworkManagerSecurityGroupItem.networkGroupId: -|arm-id + PrivateEndpointIPConfiguration.properties.privateIPAddress: -|ip-address + PublicIpDdosProtectionStatusResult.publicIpAddressId: -|arm-id + PublicIpDdosProtectionStatusResult.publicIpAddress: -|ip-address + PublicIpDdosProtectionStatusResult.ddosProtectionPlanId: -|arm-id + VpnClientParameters: VpnClientContent + VpnPacketCaptureStopParameters: VpnPacketCaptureStopContent + VpnPacketCaptureStartParameters: VpnPacketCaptureStartContent + ExpressRouteGateway.properties.expressRouteConnections: ExpressRouteConnectionList + +keep-plural-resource-data: +- PolicySignaturesOverridesForIdps format-by-name-rules: 'tenantId': 'uuid' @@ -185,6 +262,7 @@ override-operation-name: ApplicationGateways_ListAvailableSslOptions: GetApplicationGatewayAvailableSslOptions ApplicationGateways_ListAvailableSslPredefinedPolicies: GetApplicationGatewayAvailableSslPredefinedPolicies ApplicationGateways_GetSslPredefinedPolicy: GetApplicationGatewaySslPredefinedPolicy + VirtualNetworkGateways_Generatevpnclientpackage: GenerateVpnClientPackage directive: - remove-operation: 'PutBastionShareableLink' @@ -192,6 +270,12 @@ directive: - remove-operation: 'GetBastionShareableLink' - remove-operation: 'GetActiveSessions' - remove-operation: 'DisconnectActiveSessions' + - remove-operation: 'VirtualNetworks_ListDdosProtectionStatus' + - from: serviceEndpointPolicy.json + where: $.definitions + transform: > + $.ServiceEndpointPolicyDefinition.properties['type']['readOnly'] = true; + reason: Resource type should be readonly for this resource. - from: virtualNetworkGateway.json where: $.definitions transform: > @@ -333,12 +417,10 @@ directive: } reason: Resources with id, name and type should inherit from NetworkResource/NetworkWritableResource instead of SubResource. - from: virtualWan.json - where: $.definitions.VpnServerConfigurationProperties.properties.name - transform: 'return undefined' - reason: The same property is defined in VpnServerConfiguration and service only returns value there. - - from: virtualWan.json - where: $.definitions.VpnServerConfigurationProperties.properties.etag - transform: 'return undefined' + where: $.definitions + transform: > + delete $.VpnServerConfigurationProperties.properties.name; + delete $.VpnServerConfigurationProperties.properties.etag; reason: The same property is defined in VpnServerConfiguration and service only returns value there. - from: azureFirewall.json where: $.definitions @@ -386,64 +468,47 @@ directive: - from: networkInterface.json # a temporary fix for issue https://github.com/Azure/azure-sdk-for-net/issues/34094 where: $.definitions.EffectiveNetworkSecurityGroup.properties.tagMap.type transform: return "object"; -``` - -### Tag: package-track2-preview - -4 definitions regarding `compute` service are ignored in this release. - -These settings apply only when `--tag=package-track2-preview` is specified on the command line. - -```yaml $(tag) == 'package-track2-preview' -input-file: - - https://github.com/Azure/azure-rest-api-specs/blob/7384176da46425e7899708f263e0598b851358c2/specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/applicationGateway.json - - https://github.com/Azure/azure-rest-api-specs/blob/7384176da46425e7899708f263e0598b851358c2/specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/applicationSecurityGroup.json - - https://github.com/Azure/azure-rest-api-specs/blob/7384176da46425e7899708f263e0598b851358c2/specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/availableDelegations.json - - https://github.com/Azure/azure-rest-api-specs/blob/7384176da46425e7899708f263e0598b851358c2/specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/availableServiceAliases.json - - https://github.com/Azure/azure-rest-api-specs/blob/7384176da46425e7899708f263e0598b851358c2/specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/azureFirewall.json - - https://github.com/Azure/azure-rest-api-specs/blob/7384176da46425e7899708f263e0598b851358c2/specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/azureFirewallFqdnTag.json - - https://github.com/Azure/azure-rest-api-specs/blob/7384176da46425e7899708f263e0598b851358c2/specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/azureWebCategory.json - - https://github.com/Azure/azure-rest-api-specs/blob/7384176da46425e7899708f263e0598b851358c2/specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/bastionHost.json - - https://github.com/Azure/azure-rest-api-specs/blob/7384176da46425e7899708f263e0598b851358c2/specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/checkDnsAvailability.json -# - https://github.com/Azure/azure-rest-api-specs/blob/7384176da46425e7899708f263e0598b851358c2/specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/cloudServiceNetworkInterface.json -# - https://github.com/Azure/azure-rest-api-specs/blob/7384176da46425e7899708f263e0598b851358c2/specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/cloudServicePublicIpAddress.json - - https://github.com/Azure/azure-rest-api-specs/blob/7384176da46425e7899708f263e0598b851358c2/specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/customIpPrefix.json - - https://github.com/Azure/azure-rest-api-specs/blob/7384176da46425e7899708f263e0598b851358c2/specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/ddosCustomPolicy.json - - https://github.com/Azure/azure-rest-api-specs/blob/7384176da46425e7899708f263e0598b851358c2/specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/ddosProtectionPlan.json - - https://github.com/Azure/azure-rest-api-specs/blob/7384176da46425e7899708f263e0598b851358c2/specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/dscpConfiguration.json - - https://github.com/Azure/azure-rest-api-specs/blob/7384176da46425e7899708f263e0598b851358c2/specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/endpointService.json - - https://github.com/Azure/azure-rest-api-specs/blob/7384176da46425e7899708f263e0598b851358c2/specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/expressRouteCircuit.json - - https://github.com/Azure/azure-rest-api-specs/blob/7384176da46425e7899708f263e0598b851358c2/specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/expressRouteCrossConnection.json - - https://github.com/Azure/azure-rest-api-specs/blob/7384176da46425e7899708f263e0598b851358c2/specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/expressRoutePort.json - - https://github.com/Azure/azure-rest-api-specs/blob/7384176da46425e7899708f263e0598b851358c2/specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/firewallPolicy.json - - https://github.com/Azure/azure-rest-api-specs/blob/7384176da46425e7899708f263e0598b851358c2/specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/ipAllocation.json - - https://github.com/Azure/azure-rest-api-specs/blob/7384176da46425e7899708f263e0598b851358c2/specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/ipGroups.json - - https://github.com/Azure/azure-rest-api-specs/blob/7384176da46425e7899708f263e0598b851358c2/specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/loadBalancer.json - - https://github.com/Azure/azure-rest-api-specs/blob/7384176da46425e7899708f263e0598b851358c2/specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/natGateway.json - - https://github.com/Azure/azure-rest-api-specs/blob/7384176da46425e7899708f263e0598b851358c2/specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/network.json - - https://github.com/Azure/azure-rest-api-specs/blob/7384176da46425e7899708f263e0598b851358c2/specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/networkInterface.json - - https://github.com/Azure/azure-rest-api-specs/blob/7384176da46425e7899708f263e0598b851358c2/specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/networkProfile.json - - https://github.com/Azure/azure-rest-api-specs/blob/7384176da46425e7899708f263e0598b851358c2/specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/networkSecurityGroup.json - - https://github.com/Azure/azure-rest-api-specs/blob/7384176da46425e7899708f263e0598b851358c2/specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/networkVirtualAppliance.json - - https://github.com/Azure/azure-rest-api-specs/blob/7384176da46425e7899708f263e0598b851358c2/specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/networkWatcher.json - - https://github.com/Azure/azure-rest-api-specs/blob/7384176da46425e7899708f263e0598b851358c2/specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/operation.json - - https://github.com/Azure/azure-rest-api-specs/blob/7384176da46425e7899708f263e0598b851358c2/specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/privateEndpoint.json - - https://github.com/Azure/azure-rest-api-specs/blob/7384176da46425e7899708f263e0598b851358c2/specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/privateLinkService.json - - https://github.com/Azure/azure-rest-api-specs/blob/7384176da46425e7899708f263e0598b851358c2/specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/publicIpAddress.json - - https://github.com/Azure/azure-rest-api-specs/blob/7384176da46425e7899708f263e0598b851358c2/specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/publicIpPrefix.json - - https://github.com/Azure/azure-rest-api-specs/blob/7384176da46425e7899708f263e0598b851358c2/specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/routeFilter.json - - https://github.com/Azure/azure-rest-api-specs/blob/7384176da46425e7899708f263e0598b851358c2/specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/routeTable.json - - https://github.com/Azure/azure-rest-api-specs/blob/7384176da46425e7899708f263e0598b851358c2/specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/securityPartnerProvider.json - - https://github.com/Azure/azure-rest-api-specs/blob/7384176da46425e7899708f263e0598b851358c2/specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/serviceCommunity.json - - https://github.com/Azure/azure-rest-api-specs/blob/7384176da46425e7899708f263e0598b851358c2/specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/serviceEndpointPolicy.json - - https://github.com/Azure/azure-rest-api-specs/blob/7384176da46425e7899708f263e0598b851358c2/specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/serviceTags.json - - https://github.com/Azure/azure-rest-api-specs/blob/7384176da46425e7899708f263e0598b851358c2/specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/usage.json - - https://github.com/Azure/azure-rest-api-specs/blob/7384176da46425e7899708f263e0598b851358c2/specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/virtualNetwork.json - - https://github.com/Azure/azure-rest-api-specs/blob/7384176da46425e7899708f263e0598b851358c2/specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/virtualNetworkGateway.json - - https://github.com/Azure/azure-rest-api-specs/blob/7384176da46425e7899708f263e0598b851358c2/specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/virtualNetworkTap.json - - https://github.com/Azure/azure-rest-api-specs/blob/7384176da46425e7899708f263e0598b851358c2/specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/virtualRouter.json - - https://github.com/Azure/azure-rest-api-specs/blob/7384176da46425e7899708f263e0598b851358c2/specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/virtualWan.json -# - https://github.com/Azure/azure-rest-api-specs/blob/7384176da46425e7899708f263e0598b851358c2/specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/vmssNetworkInterface.json -# - https://github.com/Azure/azure-rest-api-specs/blob/7384176da46425e7899708f263e0598b851358c2/specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/vmssPublicIpAddress.json - - https://github.com/Azure/azure-rest-api-specs/blob/7384176da46425e7899708f263e0598b851358c2/specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/webapplicationfirewall.json + # Remove all files that not belong to Network + - from: cloudServiceNetworkInterface.json + where: $.paths + transform: > + for (var path in $) + { + delete $[path]; + } + - from: cloudServicePublicIpAddress.json + where: $.paths + transform: > + for (var path in $) + { + delete $[path]; + } + - from: vmssPublicIpAddress.json + where: $.paths + transform: > + for (var path in $) + { + delete $[path]; + } + - from: vmssNetworkInterface.json + where: $.paths + transform: > + for (var path in $) + { + delete $[path]; + } + - from: vmssNetworkInterface.json + where: $.definitions + transform: > + for (var def in $) + { + delete $[def]; + } + - from: vmssNetworkInterface.json + where: $.parameters + transform: > + for (var param in $) + { + delete $[param]; + } ``` diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/ApplicationGatewayTests/AppGatewayBackendHealthCheckTest.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/ApplicationGatewayTests/AppGatewayBackendHealthCheckTest.json index cc85ba62729c..0ed168c0227d 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/ApplicationGatewayTests/AppGatewayBackendHealthCheckTest.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/ApplicationGatewayTests/AppGatewayBackendHealthCheckTest.json @@ -90,7 +90,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/csmrg1785/providers/Microsoft.Network/virtualNetworks/azsmnet7157?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/csmrg1785/providers/Microsoft.Network/virtualNetworks/azsmnet7157?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -135,7 +135,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/eee418a2-8907-46b9-97a2-7c653f4320d7?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/eee418a2-8907-46b9-97a2-7c653f4320d7?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1951", "Content-Type": "application/json; charset=utf-8", @@ -210,7 +210,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/eee418a2-8907-46b9-97a2-7c653f4320d7?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/eee418a2-8907-46b9-97a2-7c653f4320d7?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -245,7 +245,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/csmrg1785/providers/Microsoft.Network/virtualNetworks/azsmnet7157?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/csmrg1785/providers/Microsoft.Network/virtualNetworks/azsmnet7157?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -330,7 +330,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/csmrg1785/providers/Microsoft.Network/networkInterfaces/azsmnet7933?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/csmrg1785/providers/Microsoft.Network/networkInterfaces/azsmnet7933?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -365,7 +365,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/3068bae1-e408-473f-8c75-e78f5d201976?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/3068bae1-e408-473f-8c75-e78f5d201976?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1717", "Content-Type": "application/json; charset=utf-8", @@ -430,7 +430,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/3068bae1-e408-473f-8c75-e78f5d201976?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/3068bae1-e408-473f-8c75-e78f5d201976?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -466,7 +466,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/csmrg1785/providers/Microsoft.Network/networkInterfaces/azsmnet7933?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/csmrg1785/providers/Microsoft.Network/networkInterfaces/azsmnet7933?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -543,7 +543,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/csmrg1785/providers/Microsoft.Network/networkInterfaces/azsmnet7933?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/csmrg1785/providers/Microsoft.Network/networkInterfaces/azsmnet7933?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -7376,7 +7376,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/csmrg1785/providers/Microsoft.Network/networkInterfaces/azsmnet9184?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/csmrg1785/providers/Microsoft.Network/networkInterfaces/azsmnet9184?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -7411,7 +7411,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/3c230e2a-6699-4958-918e-683841e21664?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/3c230e2a-6699-4958-918e-683841e21664?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1717", "Content-Type": "application/json; charset=utf-8", @@ -7476,7 +7476,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/3c230e2a-6699-4958-918e-683841e21664?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/3c230e2a-6699-4958-918e-683841e21664?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7512,7 +7512,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/csmrg1785/providers/Microsoft.Network/networkInterfaces/azsmnet9184?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/csmrg1785/providers/Microsoft.Network/networkInterfaces/azsmnet9184?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7589,7 +7589,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/csmrg1785/providers/Microsoft.Network/networkInterfaces/azsmnet9184?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/csmrg1785/providers/Microsoft.Network/networkInterfaces/azsmnet9184?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -8007,7 +8007,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/csmrg1785/providers/Microsoft.Network/networkInterfaces/azsmnet7933?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/csmrg1785/providers/Microsoft.Network/networkInterfaces/azsmnet7933?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -8090,7 +8090,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/csmrg1785/providers/Microsoft.Network/networkInterfaces/azsmnet9184?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/csmrg1785/providers/Microsoft.Network/networkInterfaces/azsmnet9184?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -8173,7 +8173,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/csmrg1785/providers/Microsoft.Network/virtualNetworks/azsmnet7157?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/csmrg1785/providers/Microsoft.Network/virtualNetworks/azsmnet7157?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -8268,7 +8268,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/csmrg1785/providers/Microsoft.Network/virtualNetworks/azsmnet7157/subnets/azsmnet2874?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/csmrg1785/providers/Microsoft.Network/virtualNetworks/azsmnet7157/subnets/azsmnet2874?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -8316,7 +8316,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/csmrg1785/providers/Microsoft.Network/applicationGateways/azsmnet5628?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/csmrg1785/providers/Microsoft.Network/applicationGateways/azsmnet5628?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -8431,7 +8431,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/4f821bc4-ec61-4992-b521-e164e0687858?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/4f821bc4-ec61-4992-b521-e164e0687858?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "8255", "Content-Type": "application/json; charset=utf-8", @@ -8629,7 +8629,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/4f821bc4-ec61-4992-b521-e164e0687858?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/4f821bc4-ec61-4992-b521-e164e0687858?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8665,7 +8665,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/4f821bc4-ec61-4992-b521-e164e0687858?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/4f821bc4-ec61-4992-b521-e164e0687858?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8701,7 +8701,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/4f821bc4-ec61-4992-b521-e164e0687858?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/4f821bc4-ec61-4992-b521-e164e0687858?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8737,7 +8737,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/4f821bc4-ec61-4992-b521-e164e0687858?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/4f821bc4-ec61-4992-b521-e164e0687858?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8773,7 +8773,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/4f821bc4-ec61-4992-b521-e164e0687858?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/4f821bc4-ec61-4992-b521-e164e0687858?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8809,7 +8809,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/4f821bc4-ec61-4992-b521-e164e0687858?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/4f821bc4-ec61-4992-b521-e164e0687858?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8845,7 +8845,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/4f821bc4-ec61-4992-b521-e164e0687858?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/4f821bc4-ec61-4992-b521-e164e0687858?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8881,7 +8881,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/4f821bc4-ec61-4992-b521-e164e0687858?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/4f821bc4-ec61-4992-b521-e164e0687858?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8917,7 +8917,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/4f821bc4-ec61-4992-b521-e164e0687858?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/4f821bc4-ec61-4992-b521-e164e0687858?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8955,7 +8955,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/4f821bc4-ec61-4992-b521-e164e0687858?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/4f821bc4-ec61-4992-b521-e164e0687858?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8991,7 +8991,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/4f821bc4-ec61-4992-b521-e164e0687858?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/4f821bc4-ec61-4992-b521-e164e0687858?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9027,7 +9027,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/4f821bc4-ec61-4992-b521-e164e0687858?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/4f821bc4-ec61-4992-b521-e164e0687858?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9063,7 +9063,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/4f821bc4-ec61-4992-b521-e164e0687858?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/4f821bc4-ec61-4992-b521-e164e0687858?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9099,7 +9099,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/4f821bc4-ec61-4992-b521-e164e0687858?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/4f821bc4-ec61-4992-b521-e164e0687858?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9135,7 +9135,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/4f821bc4-ec61-4992-b521-e164e0687858?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/4f821bc4-ec61-4992-b521-e164e0687858?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9171,7 +9171,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/4f821bc4-ec61-4992-b521-e164e0687858?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/4f821bc4-ec61-4992-b521-e164e0687858?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9209,7 +9209,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/4f821bc4-ec61-4992-b521-e164e0687858?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/4f821bc4-ec61-4992-b521-e164e0687858?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9245,7 +9245,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/4f821bc4-ec61-4992-b521-e164e0687858?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/4f821bc4-ec61-4992-b521-e164e0687858?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9280,7 +9280,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/csmrg1785/providers/Microsoft.Network/applicationGateways/azsmnet5628?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/csmrg1785/providers/Microsoft.Network/applicationGateways/azsmnet5628?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9489,7 +9489,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/csmrg1785/providers/Microsoft.Network/applicationGateways/azsmnet5628?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/csmrg1785/providers/Microsoft.Network/applicationGateways/azsmnet5628?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -9700,7 +9700,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/csmrg1785/providers/Microsoft.Network/networkInterfaces/azsmnet7933?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/csmrg1785/providers/Microsoft.Network/networkInterfaces/azsmnet7933?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -9783,7 +9783,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/csmrg1785/providers/Microsoft.Network/networkInterfaces/azsmnet9184?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/csmrg1785/providers/Microsoft.Network/networkInterfaces/azsmnet9184?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -9866,7 +9866,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/csmrg1785/providers/Microsoft.Network/networkInterfaces/azsmnet7933?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/csmrg1785/providers/Microsoft.Network/networkInterfaces/azsmnet7933?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -9922,7 +9922,7 @@ "StatusCode": 200, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/e1dbed85-38cf-43e8-b2d4-8a6976b62468?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/e1dbed85-38cf-43e8-b2d4-8a6976b62468?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "2248", "Content-Type": "application/json; charset=utf-8", @@ -9998,7 +9998,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/e1dbed85-38cf-43e8-b2d4-8a6976b62468?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/e1dbed85-38cf-43e8-b2d4-8a6976b62468?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10034,7 +10034,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/e1dbed85-38cf-43e8-b2d4-8a6976b62468?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/e1dbed85-38cf-43e8-b2d4-8a6976b62468?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10070,7 +10070,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/e1dbed85-38cf-43e8-b2d4-8a6976b62468?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/e1dbed85-38cf-43e8-b2d4-8a6976b62468?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10106,7 +10106,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/e1dbed85-38cf-43e8-b2d4-8a6976b62468?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/e1dbed85-38cf-43e8-b2d4-8a6976b62468?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10142,7 +10142,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/e1dbed85-38cf-43e8-b2d4-8a6976b62468?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/e1dbed85-38cf-43e8-b2d4-8a6976b62468?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10178,7 +10178,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/e1dbed85-38cf-43e8-b2d4-8a6976b62468?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/e1dbed85-38cf-43e8-b2d4-8a6976b62468?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10214,7 +10214,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/e1dbed85-38cf-43e8-b2d4-8a6976b62468?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/e1dbed85-38cf-43e8-b2d4-8a6976b62468?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10250,7 +10250,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/e1dbed85-38cf-43e8-b2d4-8a6976b62468?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/e1dbed85-38cf-43e8-b2d4-8a6976b62468?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10286,7 +10286,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/e1dbed85-38cf-43e8-b2d4-8a6976b62468?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/e1dbed85-38cf-43e8-b2d4-8a6976b62468?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10322,7 +10322,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/e1dbed85-38cf-43e8-b2d4-8a6976b62468?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/e1dbed85-38cf-43e8-b2d4-8a6976b62468?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10358,7 +10358,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/e1dbed85-38cf-43e8-b2d4-8a6976b62468?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/e1dbed85-38cf-43e8-b2d4-8a6976b62468?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10396,7 +10396,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/e1dbed85-38cf-43e8-b2d4-8a6976b62468?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/e1dbed85-38cf-43e8-b2d4-8a6976b62468?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10432,7 +10432,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/e1dbed85-38cf-43e8-b2d4-8a6976b62468?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/e1dbed85-38cf-43e8-b2d4-8a6976b62468?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10468,7 +10468,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/e1dbed85-38cf-43e8-b2d4-8a6976b62468?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/e1dbed85-38cf-43e8-b2d4-8a6976b62468?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10504,7 +10504,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/e1dbed85-38cf-43e8-b2d4-8a6976b62468?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/e1dbed85-38cf-43e8-b2d4-8a6976b62468?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10540,7 +10540,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/e1dbed85-38cf-43e8-b2d4-8a6976b62468?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/e1dbed85-38cf-43e8-b2d4-8a6976b62468?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10576,7 +10576,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/e1dbed85-38cf-43e8-b2d4-8a6976b62468?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/e1dbed85-38cf-43e8-b2d4-8a6976b62468?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10612,7 +10612,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/e1dbed85-38cf-43e8-b2d4-8a6976b62468?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/e1dbed85-38cf-43e8-b2d4-8a6976b62468?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10648,7 +10648,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/e1dbed85-38cf-43e8-b2d4-8a6976b62468?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/e1dbed85-38cf-43e8-b2d4-8a6976b62468?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10684,7 +10684,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/e1dbed85-38cf-43e8-b2d4-8a6976b62468?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/e1dbed85-38cf-43e8-b2d4-8a6976b62468?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10722,7 +10722,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/e1dbed85-38cf-43e8-b2d4-8a6976b62468?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/e1dbed85-38cf-43e8-b2d4-8a6976b62468?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10758,7 +10758,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/e1dbed85-38cf-43e8-b2d4-8a6976b62468?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/e1dbed85-38cf-43e8-b2d4-8a6976b62468?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10794,7 +10794,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/e1dbed85-38cf-43e8-b2d4-8a6976b62468?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/e1dbed85-38cf-43e8-b2d4-8a6976b62468?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10830,7 +10830,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/e1dbed85-38cf-43e8-b2d4-8a6976b62468?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/e1dbed85-38cf-43e8-b2d4-8a6976b62468?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10866,7 +10866,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/e1dbed85-38cf-43e8-b2d4-8a6976b62468?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/e1dbed85-38cf-43e8-b2d4-8a6976b62468?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10902,7 +10902,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/e1dbed85-38cf-43e8-b2d4-8a6976b62468?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/e1dbed85-38cf-43e8-b2d4-8a6976b62468?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10938,7 +10938,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/e1dbed85-38cf-43e8-b2d4-8a6976b62468?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/e1dbed85-38cf-43e8-b2d4-8a6976b62468?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10973,7 +10973,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/csmrg1785/providers/Microsoft.Network/networkInterfaces/azsmnet7933?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/csmrg1785/providers/Microsoft.Network/networkInterfaces/azsmnet7933?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11059,7 +11059,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/csmrg1785/providers/Microsoft.Network/networkInterfaces/azsmnet9184?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/csmrg1785/providers/Microsoft.Network/networkInterfaces/azsmnet9184?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -11115,7 +11115,7 @@ "StatusCode": 200, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/ad3b23c1-85a7-46ce-92ff-8c4aeae2b143?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/ad3b23c1-85a7-46ce-92ff-8c4aeae2b143?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "2248", "Content-Type": "application/json; charset=utf-8", @@ -11191,7 +11191,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/ad3b23c1-85a7-46ce-92ff-8c4aeae2b143?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/ad3b23c1-85a7-46ce-92ff-8c4aeae2b143?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11227,7 +11227,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/ad3b23c1-85a7-46ce-92ff-8c4aeae2b143?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/ad3b23c1-85a7-46ce-92ff-8c4aeae2b143?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11263,7 +11263,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/ad3b23c1-85a7-46ce-92ff-8c4aeae2b143?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/ad3b23c1-85a7-46ce-92ff-8c4aeae2b143?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11299,7 +11299,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/ad3b23c1-85a7-46ce-92ff-8c4aeae2b143?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/ad3b23c1-85a7-46ce-92ff-8c4aeae2b143?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11334,7 +11334,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/csmrg1785/providers/Microsoft.Network/networkInterfaces/azsmnet9184?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/csmrg1785/providers/Microsoft.Network/networkInterfaces/azsmnet9184?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11420,7 +11420,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/csmrg1785/providers/Microsoft.Network/applicationGateways/azsmnet5628/backendhealth?api-version=2021-02-01\u0026$expand=true", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/csmrg1785/providers/Microsoft.Network/applicationGateways/azsmnet5628/backendhealth?api-version=2022-09-01\u0026$expand=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -11439,7 +11439,7 @@ "Content-Type": "application/json; charset=utf-8", "Date": "Sat, 21 May 2022 15:22:31 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operationResults/43bb4002-66a0-464f-8939-88f9d9945a67?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operationResults/43bb4002-66a0-464f-8939-88f9d9945a67?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -11458,7 +11458,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operationResults/43bb4002-66a0-464f-8939-88f9d9945a67?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operationResults/43bb4002-66a0-464f-8939-88f9d9945a67?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11474,7 +11474,7 @@ "Content-Type": "application/json; charset=utf-8", "Date": "Sat, 21 May 2022 15:22:32 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operationResults/43bb4002-66a0-464f-8939-88f9d9945a67?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operationResults/43bb4002-66a0-464f-8939-88f9d9945a67?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -11493,7 +11493,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operationResults/43bb4002-66a0-464f-8939-88f9d9945a67?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operationResults/43bb4002-66a0-464f-8939-88f9d9945a67?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11509,7 +11509,7 @@ "Content-Type": "application/json; charset=utf-8", "Date": "Sat, 21 May 2022 15:22:42 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operationResults/43bb4002-66a0-464f-8939-88f9d9945a67?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operationResults/43bb4002-66a0-464f-8939-88f9d9945a67?api-version=2022-09-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -11589,7 +11589,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/csmrg1785/providers/Microsoft.Network/applicationGateways/azsmnet5628?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/csmrg1785/providers/Microsoft.Network/applicationGateways/azsmnet5628?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -11808,7 +11808,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/csmrg1785/providers/Microsoft.Network/applicationGateways/azsmnet5628?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/csmrg1785/providers/Microsoft.Network/applicationGateways/azsmnet5628?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -11822,12 +11822,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/8e86b448-4c11-4b05-9f24-fc0631e3f40d?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/8e86b448-4c11-4b05-9f24-fc0631e3f40d?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Sat, 21 May 2022 15:22:43 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operationResults/8e86b448-4c11-4b05-9f24-fc0631e3f40d?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operationResults/8e86b448-4c11-4b05-9f24-fc0631e3f40d?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -11846,7 +11846,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/8e86b448-4c11-4b05-9f24-fc0631e3f40d?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/8e86b448-4c11-4b05-9f24-fc0631e3f40d?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11883,7 +11883,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/8e86b448-4c11-4b05-9f24-fc0631e3f40d?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/8e86b448-4c11-4b05-9f24-fc0631e3f40d?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11920,7 +11920,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/8e86b448-4c11-4b05-9f24-fc0631e3f40d?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/8e86b448-4c11-4b05-9f24-fc0631e3f40d?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11959,7 +11959,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/8e86b448-4c11-4b05-9f24-fc0631e3f40d?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/8e86b448-4c11-4b05-9f24-fc0631e3f40d?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11996,7 +11996,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/8e86b448-4c11-4b05-9f24-fc0631e3f40d?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/8e86b448-4c11-4b05-9f24-fc0631e3f40d?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12033,7 +12033,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/8e86b448-4c11-4b05-9f24-fc0631e3f40d?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/8e86b448-4c11-4b05-9f24-fc0631e3f40d?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12070,7 +12070,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/8e86b448-4c11-4b05-9f24-fc0631e3f40d?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/8e86b448-4c11-4b05-9f24-fc0631e3f40d?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12107,7 +12107,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/8e86b448-4c11-4b05-9f24-fc0631e3f40d?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/8e86b448-4c11-4b05-9f24-fc0631e3f40d?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/ApplicationGatewayTests/AppGatewayBackendHealthCheckTestAsync.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/ApplicationGatewayTests/AppGatewayBackendHealthCheckTestAsync.json index e9c920bcc0a4..d1c8ad7cf8d1 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/ApplicationGatewayTests/AppGatewayBackendHealthCheckTestAsync.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/ApplicationGatewayTests/AppGatewayBackendHealthCheckTestAsync.json @@ -90,7 +90,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/csmrg5955/providers/Microsoft.Network/virtualNetworks/azsmnet7543?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/csmrg5955/providers/Microsoft.Network/virtualNetworks/azsmnet7543?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -135,7 +135,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/3c003004-5dea-4980-9fba-c8a95a6a4a24?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/3c003004-5dea-4980-9fba-c8a95a6a4a24?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1951", "Content-Type": "application/json; charset=utf-8", @@ -210,7 +210,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/3c003004-5dea-4980-9fba-c8a95a6a4a24?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/3c003004-5dea-4980-9fba-c8a95a6a4a24?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -245,7 +245,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/csmrg5955/providers/Microsoft.Network/virtualNetworks/azsmnet7543?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/csmrg5955/providers/Microsoft.Network/virtualNetworks/azsmnet7543?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -330,7 +330,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/csmrg5955/providers/Microsoft.Network/networkInterfaces/azsmnet8971?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/csmrg5955/providers/Microsoft.Network/networkInterfaces/azsmnet8971?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -365,7 +365,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/cdf19165-fa18-4eb8-8736-cd5fe22a4878?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/cdf19165-fa18-4eb8-8736-cd5fe22a4878?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1717", "Content-Type": "application/json; charset=utf-8", @@ -430,7 +430,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/cdf19165-fa18-4eb8-8736-cd5fe22a4878?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/cdf19165-fa18-4eb8-8736-cd5fe22a4878?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -466,7 +466,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/csmrg5955/providers/Microsoft.Network/networkInterfaces/azsmnet8971?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/csmrg5955/providers/Microsoft.Network/networkInterfaces/azsmnet8971?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -543,7 +543,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/csmrg5955/providers/Microsoft.Network/networkInterfaces/azsmnet8971?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/csmrg5955/providers/Microsoft.Network/networkInterfaces/azsmnet8971?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -7376,7 +7376,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/csmrg5955/providers/Microsoft.Network/networkInterfaces/azsmnet214?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/csmrg5955/providers/Microsoft.Network/networkInterfaces/azsmnet214?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -7411,7 +7411,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/6b68eead-0ed7-4081-87f1-5463ec397ed5?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/6b68eead-0ed7-4081-87f1-5463ec397ed5?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1714", "Content-Type": "application/json; charset=utf-8", @@ -7476,7 +7476,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/6b68eead-0ed7-4081-87f1-5463ec397ed5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/6b68eead-0ed7-4081-87f1-5463ec397ed5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7512,7 +7512,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/csmrg5955/providers/Microsoft.Network/networkInterfaces/azsmnet214?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/csmrg5955/providers/Microsoft.Network/networkInterfaces/azsmnet214?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7589,7 +7589,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/csmrg5955/providers/Microsoft.Network/networkInterfaces/azsmnet214?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/csmrg5955/providers/Microsoft.Network/networkInterfaces/azsmnet214?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -8007,7 +8007,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/csmrg5955/providers/Microsoft.Network/networkInterfaces/azsmnet8971?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/csmrg5955/providers/Microsoft.Network/networkInterfaces/azsmnet8971?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -8090,7 +8090,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/csmrg5955/providers/Microsoft.Network/networkInterfaces/azsmnet214?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/csmrg5955/providers/Microsoft.Network/networkInterfaces/azsmnet214?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -8173,7 +8173,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/csmrg5955/providers/Microsoft.Network/virtualNetworks/azsmnet7543?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/csmrg5955/providers/Microsoft.Network/virtualNetworks/azsmnet7543?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -8268,7 +8268,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/csmrg5955/providers/Microsoft.Network/virtualNetworks/azsmnet7543/subnets/azsmnet3661?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/csmrg5955/providers/Microsoft.Network/virtualNetworks/azsmnet7543/subnets/azsmnet3661?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -8316,7 +8316,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/csmrg5955/providers/Microsoft.Network/applicationGateways/azsmnet3707?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/csmrg5955/providers/Microsoft.Network/applicationGateways/azsmnet3707?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -8431,7 +8431,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/04bcb037-03e3-41d8-976a-3a9370c1a0a3?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/04bcb037-03e3-41d8-976a-3a9370c1a0a3?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "8253", "Content-Type": "application/json; charset=utf-8", @@ -8629,7 +8629,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/04bcb037-03e3-41d8-976a-3a9370c1a0a3?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/04bcb037-03e3-41d8-976a-3a9370c1a0a3?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8665,7 +8665,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/04bcb037-03e3-41d8-976a-3a9370c1a0a3?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/04bcb037-03e3-41d8-976a-3a9370c1a0a3?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8701,7 +8701,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/04bcb037-03e3-41d8-976a-3a9370c1a0a3?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/04bcb037-03e3-41d8-976a-3a9370c1a0a3?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8737,7 +8737,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/04bcb037-03e3-41d8-976a-3a9370c1a0a3?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/04bcb037-03e3-41d8-976a-3a9370c1a0a3?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8773,7 +8773,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/04bcb037-03e3-41d8-976a-3a9370c1a0a3?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/04bcb037-03e3-41d8-976a-3a9370c1a0a3?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8809,7 +8809,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/04bcb037-03e3-41d8-976a-3a9370c1a0a3?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/04bcb037-03e3-41d8-976a-3a9370c1a0a3?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8845,7 +8845,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/04bcb037-03e3-41d8-976a-3a9370c1a0a3?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/04bcb037-03e3-41d8-976a-3a9370c1a0a3?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8881,7 +8881,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/04bcb037-03e3-41d8-976a-3a9370c1a0a3?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/04bcb037-03e3-41d8-976a-3a9370c1a0a3?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8917,7 +8917,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/04bcb037-03e3-41d8-976a-3a9370c1a0a3?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/04bcb037-03e3-41d8-976a-3a9370c1a0a3?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8955,7 +8955,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/04bcb037-03e3-41d8-976a-3a9370c1a0a3?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/04bcb037-03e3-41d8-976a-3a9370c1a0a3?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8991,7 +8991,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/04bcb037-03e3-41d8-976a-3a9370c1a0a3?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/04bcb037-03e3-41d8-976a-3a9370c1a0a3?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9027,7 +9027,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/04bcb037-03e3-41d8-976a-3a9370c1a0a3?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/04bcb037-03e3-41d8-976a-3a9370c1a0a3?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9063,7 +9063,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/04bcb037-03e3-41d8-976a-3a9370c1a0a3?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/04bcb037-03e3-41d8-976a-3a9370c1a0a3?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9099,7 +9099,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/04bcb037-03e3-41d8-976a-3a9370c1a0a3?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/04bcb037-03e3-41d8-976a-3a9370c1a0a3?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9135,7 +9135,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/04bcb037-03e3-41d8-976a-3a9370c1a0a3?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/04bcb037-03e3-41d8-976a-3a9370c1a0a3?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9171,7 +9171,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/04bcb037-03e3-41d8-976a-3a9370c1a0a3?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/04bcb037-03e3-41d8-976a-3a9370c1a0a3?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9209,7 +9209,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/04bcb037-03e3-41d8-976a-3a9370c1a0a3?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/04bcb037-03e3-41d8-976a-3a9370c1a0a3?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9245,7 +9245,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/04bcb037-03e3-41d8-976a-3a9370c1a0a3?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/04bcb037-03e3-41d8-976a-3a9370c1a0a3?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9280,7 +9280,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/csmrg5955/providers/Microsoft.Network/applicationGateways/azsmnet3707?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/csmrg5955/providers/Microsoft.Network/applicationGateways/azsmnet3707?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9489,7 +9489,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/csmrg5955/providers/Microsoft.Network/applicationGateways/azsmnet3707?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/csmrg5955/providers/Microsoft.Network/applicationGateways/azsmnet3707?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -9700,7 +9700,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/csmrg5955/providers/Microsoft.Network/networkInterfaces/azsmnet8971?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/csmrg5955/providers/Microsoft.Network/networkInterfaces/azsmnet8971?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -9783,7 +9783,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/csmrg5955/providers/Microsoft.Network/networkInterfaces/azsmnet214?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/csmrg5955/providers/Microsoft.Network/networkInterfaces/azsmnet214?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -9866,7 +9866,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/csmrg5955/providers/Microsoft.Network/networkInterfaces/azsmnet8971?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/csmrg5955/providers/Microsoft.Network/networkInterfaces/azsmnet8971?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -9922,7 +9922,7 @@ "StatusCode": 200, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/7069e983-9737-4107-b720-4a91e8923442?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/7069e983-9737-4107-b720-4a91e8923442?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "2248", "Content-Type": "application/json; charset=utf-8", @@ -9998,7 +9998,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/7069e983-9737-4107-b720-4a91e8923442?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/7069e983-9737-4107-b720-4a91e8923442?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10034,7 +10034,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/7069e983-9737-4107-b720-4a91e8923442?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/7069e983-9737-4107-b720-4a91e8923442?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10070,7 +10070,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/7069e983-9737-4107-b720-4a91e8923442?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/7069e983-9737-4107-b720-4a91e8923442?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10106,7 +10106,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/7069e983-9737-4107-b720-4a91e8923442?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/7069e983-9737-4107-b720-4a91e8923442?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10142,7 +10142,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/7069e983-9737-4107-b720-4a91e8923442?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/7069e983-9737-4107-b720-4a91e8923442?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10178,7 +10178,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/7069e983-9737-4107-b720-4a91e8923442?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/7069e983-9737-4107-b720-4a91e8923442?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10214,7 +10214,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/7069e983-9737-4107-b720-4a91e8923442?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/7069e983-9737-4107-b720-4a91e8923442?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10250,7 +10250,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/7069e983-9737-4107-b720-4a91e8923442?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/7069e983-9737-4107-b720-4a91e8923442?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10286,7 +10286,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/7069e983-9737-4107-b720-4a91e8923442?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/7069e983-9737-4107-b720-4a91e8923442?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10322,7 +10322,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/7069e983-9737-4107-b720-4a91e8923442?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/7069e983-9737-4107-b720-4a91e8923442?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10358,7 +10358,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/7069e983-9737-4107-b720-4a91e8923442?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/7069e983-9737-4107-b720-4a91e8923442?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10396,7 +10396,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/7069e983-9737-4107-b720-4a91e8923442?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/7069e983-9737-4107-b720-4a91e8923442?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10432,7 +10432,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/7069e983-9737-4107-b720-4a91e8923442?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/7069e983-9737-4107-b720-4a91e8923442?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10468,7 +10468,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/7069e983-9737-4107-b720-4a91e8923442?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/7069e983-9737-4107-b720-4a91e8923442?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10504,7 +10504,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/7069e983-9737-4107-b720-4a91e8923442?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/7069e983-9737-4107-b720-4a91e8923442?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10540,7 +10540,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/7069e983-9737-4107-b720-4a91e8923442?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/7069e983-9737-4107-b720-4a91e8923442?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10576,7 +10576,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/7069e983-9737-4107-b720-4a91e8923442?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/7069e983-9737-4107-b720-4a91e8923442?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10612,7 +10612,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/7069e983-9737-4107-b720-4a91e8923442?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/7069e983-9737-4107-b720-4a91e8923442?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10648,7 +10648,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/7069e983-9737-4107-b720-4a91e8923442?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/7069e983-9737-4107-b720-4a91e8923442?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10684,7 +10684,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/7069e983-9737-4107-b720-4a91e8923442?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/7069e983-9737-4107-b720-4a91e8923442?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10722,7 +10722,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/7069e983-9737-4107-b720-4a91e8923442?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/7069e983-9737-4107-b720-4a91e8923442?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10758,7 +10758,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/7069e983-9737-4107-b720-4a91e8923442?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/7069e983-9737-4107-b720-4a91e8923442?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10794,7 +10794,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/7069e983-9737-4107-b720-4a91e8923442?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/7069e983-9737-4107-b720-4a91e8923442?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10830,7 +10830,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/7069e983-9737-4107-b720-4a91e8923442?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/7069e983-9737-4107-b720-4a91e8923442?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10866,7 +10866,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/7069e983-9737-4107-b720-4a91e8923442?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/7069e983-9737-4107-b720-4a91e8923442?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10902,7 +10902,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/7069e983-9737-4107-b720-4a91e8923442?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/7069e983-9737-4107-b720-4a91e8923442?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10938,7 +10938,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/7069e983-9737-4107-b720-4a91e8923442?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/7069e983-9737-4107-b720-4a91e8923442?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10974,7 +10974,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/7069e983-9737-4107-b720-4a91e8923442?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/7069e983-9737-4107-b720-4a91e8923442?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11009,7 +11009,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/csmrg5955/providers/Microsoft.Network/networkInterfaces/azsmnet8971?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/csmrg5955/providers/Microsoft.Network/networkInterfaces/azsmnet8971?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11095,7 +11095,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/csmrg5955/providers/Microsoft.Network/networkInterfaces/azsmnet214?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/csmrg5955/providers/Microsoft.Network/networkInterfaces/azsmnet214?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -11151,7 +11151,7 @@ "StatusCode": 200, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/266e69d1-4ce8-441f-9f4b-9d47e5e7b805?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/266e69d1-4ce8-441f-9f4b-9d47e5e7b805?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "2245", "Content-Type": "application/json; charset=utf-8", @@ -11227,7 +11227,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/266e69d1-4ce8-441f-9f4b-9d47e5e7b805?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/266e69d1-4ce8-441f-9f4b-9d47e5e7b805?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11263,7 +11263,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/266e69d1-4ce8-441f-9f4b-9d47e5e7b805?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/266e69d1-4ce8-441f-9f4b-9d47e5e7b805?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11299,7 +11299,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/266e69d1-4ce8-441f-9f4b-9d47e5e7b805?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/266e69d1-4ce8-441f-9f4b-9d47e5e7b805?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11335,7 +11335,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/266e69d1-4ce8-441f-9f4b-9d47e5e7b805?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/266e69d1-4ce8-441f-9f4b-9d47e5e7b805?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11372,7 +11372,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/csmrg5955/providers/Microsoft.Network/networkInterfaces/azsmnet214?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/csmrg5955/providers/Microsoft.Network/networkInterfaces/azsmnet214?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11458,7 +11458,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/csmrg5955/providers/Microsoft.Network/applicationGateways/azsmnet3707/backendhealth?api-version=2021-02-01\u0026$expand=true", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/csmrg5955/providers/Microsoft.Network/applicationGateways/azsmnet3707/backendhealth?api-version=2022-09-01\u0026$expand=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -11477,7 +11477,7 @@ "Content-Type": "application/json; charset=utf-8", "Date": "Sat, 21 May 2022 15:58:52 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operationResults/0e756aac-1354-4025-9464-0192f4aa7e38?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operationResults/0e756aac-1354-4025-9464-0192f4aa7e38?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -11496,7 +11496,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operationResults/0e756aac-1354-4025-9464-0192f4aa7e38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operationResults/0e756aac-1354-4025-9464-0192f4aa7e38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11512,7 +11512,7 @@ "Content-Type": "application/json; charset=utf-8", "Date": "Sat, 21 May 2022 15:58:53 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operationResults/0e756aac-1354-4025-9464-0192f4aa7e38?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operationResults/0e756aac-1354-4025-9464-0192f4aa7e38?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -11531,7 +11531,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operationResults/0e756aac-1354-4025-9464-0192f4aa7e38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operationResults/0e756aac-1354-4025-9464-0192f4aa7e38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11547,7 +11547,7 @@ "Content-Type": "application/json; charset=utf-8", "Date": "Sat, 21 May 2022 15:59:03 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operationResults/0e756aac-1354-4025-9464-0192f4aa7e38?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operationResults/0e756aac-1354-4025-9464-0192f4aa7e38?api-version=2022-09-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -11627,7 +11627,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/csmrg5955/providers/Microsoft.Network/applicationGateways/azsmnet3707?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/csmrg5955/providers/Microsoft.Network/applicationGateways/azsmnet3707?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -11846,7 +11846,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/csmrg5955/providers/Microsoft.Network/applicationGateways/azsmnet3707?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/csmrg5955/providers/Microsoft.Network/applicationGateways/azsmnet3707?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -11860,12 +11860,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/32e7beaa-e1ff-4cf5-87c4-f8deb92004c3?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/32e7beaa-e1ff-4cf5-87c4-f8deb92004c3?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Sat, 21 May 2022 15:59:04 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operationResults/32e7beaa-e1ff-4cf5-87c4-f8deb92004c3?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operationResults/32e7beaa-e1ff-4cf5-87c4-f8deb92004c3?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -11884,7 +11884,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/32e7beaa-e1ff-4cf5-87c4-f8deb92004c3?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/32e7beaa-e1ff-4cf5-87c4-f8deb92004c3?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11921,7 +11921,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/32e7beaa-e1ff-4cf5-87c4-f8deb92004c3?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/32e7beaa-e1ff-4cf5-87c4-f8deb92004c3?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11958,7 +11958,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/32e7beaa-e1ff-4cf5-87c4-f8deb92004c3?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/32e7beaa-e1ff-4cf5-87c4-f8deb92004c3?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11995,7 +11995,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/32e7beaa-e1ff-4cf5-87c4-f8deb92004c3?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/32e7beaa-e1ff-4cf5-87c4-f8deb92004c3?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12032,7 +12032,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/32e7beaa-e1ff-4cf5-87c4-f8deb92004c3?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/32e7beaa-e1ff-4cf5-87c4-f8deb92004c3?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12069,7 +12069,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/32e7beaa-e1ff-4cf5-87c4-f8deb92004c3?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/32e7beaa-e1ff-4cf5-87c4-f8deb92004c3?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12106,7 +12106,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/32e7beaa-e1ff-4cf5-87c4-f8deb92004c3?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/32e7beaa-e1ff-4cf5-87c4-f8deb92004c3?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12143,7 +12143,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/32e7beaa-e1ff-4cf5-87c4-f8deb92004c3?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Network/locations/westus2/operations/32e7beaa-e1ff-4cf5-87c4-f8deb92004c3?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/ApplicationGatewayTests/ApplicationGatewayAvailableSslOptionsInfoTest.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/ApplicationGatewayTests/ApplicationGatewayAvailableSslOptionsInfoTest.json index a4e9e35057a4..87f57ea6809b 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/ApplicationGatewayTests/ApplicationGatewayAvailableSslOptionsInfoTest.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/ApplicationGatewayTests/ApplicationGatewayAvailableSslOptionsInfoTest.json @@ -57,7 +57,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/applicationGatewayAvailableSslOptions/default?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/applicationGatewayAvailableSslOptions/default?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/ApplicationGatewayTests/ApplicationGatewayAvailableSslOptionsInfoTestAsync.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/ApplicationGatewayTests/ApplicationGatewayAvailableSslOptionsInfoTestAsync.json index 501f0f29ea38..b65b017b1d88 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/ApplicationGatewayTests/ApplicationGatewayAvailableSslOptionsInfoTestAsync.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/ApplicationGatewayTests/ApplicationGatewayAvailableSslOptionsInfoTestAsync.json @@ -56,7 +56,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/applicationGatewayAvailableSslOptions/default?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/applicationGatewayAvailableSslOptions/default?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/ApplicationGatewayTests/ApplicationGatewayAvailableSslPredefinedPoliciesTest.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/ApplicationGatewayTests/ApplicationGatewayAvailableSslPredefinedPoliciesTest.json index d16164d870c8..f0a59ee9213c 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/ApplicationGatewayTests/ApplicationGatewayAvailableSslPredefinedPoliciesTest.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/ApplicationGatewayTests/ApplicationGatewayAvailableSslPredefinedPoliciesTest.json @@ -57,7 +57,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/applicationGatewayAvailableSslOptions/default/predefinedPolicies?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/applicationGatewayAvailableSslOptions/default/predefinedPolicies?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -217,7 +217,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/applicationGatewayAvailableSslOptions/default/predefinedPolicies/AppGwSslPolicy20150501?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/applicationGatewayAvailableSslOptions/default/predefinedPolicies/AppGwSslPolicy20150501?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/ApplicationGatewayTests/ApplicationGatewayAvailableSslPredefinedPoliciesTestAsync.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/ApplicationGatewayTests/ApplicationGatewayAvailableSslPredefinedPoliciesTestAsync.json index 20fbb1abc552..4aa5353096d9 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/ApplicationGatewayTests/ApplicationGatewayAvailableSslPredefinedPoliciesTestAsync.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/ApplicationGatewayTests/ApplicationGatewayAvailableSslPredefinedPoliciesTestAsync.json @@ -56,7 +56,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/applicationGatewayAvailableSslOptions/default/predefinedPolicies?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/applicationGatewayAvailableSslOptions/default/predefinedPolicies?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -216,7 +216,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/applicationGatewayAvailableSslOptions/default/predefinedPolicies/AppGwSslPolicy20150501?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/applicationGatewayAvailableSslOptions/default/predefinedPolicies/AppGwSslPolicy20150501?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/ApplicationSecurityGroupTests/ApplicationSecurityGroupApiTest(False).json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/ApplicationSecurityGroupTests/ApplicationSecurityGroupApiTest(False).json index 1769bcec8a07..737b036d757e 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/ApplicationSecurityGroupTests/ApplicationSecurityGroupApiTest(False).json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/ApplicationSecurityGroupTests/ApplicationSecurityGroupApiTest(False).json @@ -97,7 +97,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_550/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_9146?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_550/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_9146?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -116,7 +116,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/d15599c8-90f5-4804-9f86-e830d24a772c?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/d15599c8-90f5-4804-9f86-e830d24a772c?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "462", "Content-Type": "application/json; charset=utf-8", @@ -149,7 +149,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/d15599c8-90f5-4804-9f86-e830d24a772c?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/d15599c8-90f5-4804-9f86-e830d24a772c?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -185,7 +185,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_550/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_9146?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_550/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_9146?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -229,7 +229,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_550/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_9146?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_550/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_9146?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -274,7 +274,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_550/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_9146?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_550/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_9146?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -298,7 +298,7 @@ "StatusCode": 200, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/2700ab79-5a5e-44a9-8bef-26b24f1cf35a?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/2700ab79-5a5e-44a9-8bef-26b24f1cf35a?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "527", "Content-Type": "application/json; charset=utf-8", @@ -334,7 +334,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/2700ab79-5a5e-44a9-8bef-26b24f1cf35a?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/2700ab79-5a5e-44a9-8bef-26b24f1cf35a?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -370,7 +370,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_550/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_9146?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_550/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_9146?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -418,7 +418,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_550/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_9146?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_550/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_9146?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -467,7 +467,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_550/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_9146?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_550/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_9146?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -516,7 +516,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_550/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_9146?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_550/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_9146?api-version=2022-09-01", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", @@ -570,7 +570,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_550/providers/Microsoft.Network/applicationSecurityGroups?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_550/providers/Microsoft.Network/applicationSecurityGroups?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -621,7 +621,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_550/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_9146?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_550/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_9146?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -635,12 +635,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/8cb0cb50-1d93-4876-8046-400a27bd93bd?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/8cb0cb50-1d93-4876-8046-400a27bd93bd?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Mon, 15 Aug 2022 17:26:08 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/8cb0cb50-1d93-4876-8046-400a27bd93bd?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/8cb0cb50-1d93-4876-8046-400a27bd93bd?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -659,7 +659,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/8cb0cb50-1d93-4876-8046-400a27bd93bd?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/8cb0cb50-1d93-4876-8046-400a27bd93bd?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -695,7 +695,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_550/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_9146?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_550/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_9146?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -736,7 +736,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_550/providers/Microsoft.Network/applicationSecurityGroups?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_550/providers/Microsoft.Network/applicationSecurityGroups?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -773,7 +773,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/applicationSecurityGroups?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/applicationSecurityGroups?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/ApplicationSecurityGroupTests/ApplicationSecurityGroupApiTest(False)Async.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/ApplicationSecurityGroupTests/ApplicationSecurityGroupApiTest(False)Async.json index b896783f8f08..e8e5af7cbd2e 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/ApplicationSecurityGroupTests/ApplicationSecurityGroupApiTest(False)Async.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/ApplicationSecurityGroupTests/ApplicationSecurityGroupApiTest(False)Async.json @@ -97,7 +97,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_9819/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_5862?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_9819/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_5862?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -116,7 +116,7 @@ "StatusCode": 201, "ResponseHeaders": { "azure-asyncnotification": "Enabled", - "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/c9f43b3c-f95b-4256-beea-192cb036ef2c?api-version=2021-02-01", + "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/c9f43b3c-f95b-4256-beea-192cb036ef2c?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "463", "Content-Type": "application/json; charset=utf-8", @@ -149,7 +149,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/c9f43b3c-f95b-4256-beea-192cb036ef2c?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/c9f43b3c-f95b-4256-beea-192cb036ef2c?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -185,7 +185,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_9819/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_5862?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_9819/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_5862?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -229,7 +229,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_9819/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_5862?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_9819/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_5862?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -274,7 +274,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_9819/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_5862?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_9819/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_5862?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -298,7 +298,7 @@ "StatusCode": 200, "ResponseHeaders": { "azure-asyncnotification": "Enabled", - "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/5f7ac2df-fc1c-4b94-a516-495f0d0eb15b?api-version=2021-02-01", + "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/5f7ac2df-fc1c-4b94-a516-495f0d0eb15b?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "528", "Content-Type": "application/json; charset=utf-8", @@ -334,7 +334,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/5f7ac2df-fc1c-4b94-a516-495f0d0eb15b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/5f7ac2df-fc1c-4b94-a516-495f0d0eb15b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -370,7 +370,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_9819/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_5862?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_9819/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_5862?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -418,7 +418,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_9819/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_5862?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_9819/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_5862?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -467,7 +467,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_9819/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_5862?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_9819/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_5862?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -516,7 +516,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_9819/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_5862?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_9819/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_5862?api-version=2022-09-01", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", @@ -570,7 +570,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_9819/providers/Microsoft.Network/applicationSecurityGroups?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_9819/providers/Microsoft.Network/applicationSecurityGroups?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -621,7 +621,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_9819/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_5862?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_9819/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_5862?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -635,12 +635,12 @@ "StatusCode": 202, "ResponseHeaders": { "azure-asyncnotification": "Enabled", - "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/bb38687d-2f57-4cd2-8edb-e73a85fbabf2?api-version=2021-02-01", + "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/bb38687d-2f57-4cd2-8edb-e73a85fbabf2?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Mon, 15 Aug 2022 17:26:30 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/bb38687d-2f57-4cd2-8edb-e73a85fbabf2?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/bb38687d-2f57-4cd2-8edb-e73a85fbabf2?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -659,7 +659,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/bb38687d-2f57-4cd2-8edb-e73a85fbabf2?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/bb38687d-2f57-4cd2-8edb-e73a85fbabf2?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -695,7 +695,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_9819/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_5862?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_9819/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_5862?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -736,7 +736,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_9819/providers/Microsoft.Network/applicationSecurityGroups?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_9819/providers/Microsoft.Network/applicationSecurityGroups?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -773,7 +773,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/applicationSecurityGroups?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/applicationSecurityGroups?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/ApplicationSecurityGroupTests/ApplicationSecurityGroupApiTest(True).json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/ApplicationSecurityGroupTests/ApplicationSecurityGroupApiTest(True).json index b9b874033069..b272d9b36416 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/ApplicationSecurityGroupTests/ApplicationSecurityGroupApiTest(True).json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/ApplicationSecurityGroupTests/ApplicationSecurityGroupApiTest(True).json @@ -89,7 +89,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_1205/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_4167?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_1205/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_4167?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -108,7 +108,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/7ed1863d-0030-49df-b179-1a7f3e6c84ce?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/7ed1863d-0030-49df-b179-1a7f3e6c84ce?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "463", "Content-Type": "application/json; charset=utf-8", @@ -141,7 +141,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/7ed1863d-0030-49df-b179-1a7f3e6c84ce?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/7ed1863d-0030-49df-b179-1a7f3e6c84ce?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -176,7 +176,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_1205/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_4167?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_1205/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_4167?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -219,7 +219,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_1205/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_4167?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_1205/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_4167?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -264,7 +264,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_1205/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_4167?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_1205/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_4167?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -288,7 +288,7 @@ "StatusCode": 200, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/d36a5a15-2ee4-47dc-82f8-b580f4baaee8?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/d36a5a15-2ee4-47dc-82f8-b580f4baaee8?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "528", "Content-Type": "application/json; charset=utf-8", @@ -324,7 +324,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/d36a5a15-2ee4-47dc-82f8-b580f4baaee8?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/d36a5a15-2ee4-47dc-82f8-b580f4baaee8?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -359,7 +359,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_1205/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_4167?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_1205/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_4167?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -406,7 +406,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/d36a5a15-2ee4-47dc-82f8-b580f4baaee8?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/d36a5a15-2ee4-47dc-82f8-b580f4baaee8?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -441,7 +441,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_1205/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_4167?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_1205/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_4167?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -488,7 +488,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_1205/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_4167?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_1205/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_4167?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -645,7 +645,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_1205/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_4167?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_1205/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_4167?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -693,7 +693,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_1205/providers/Microsoft.Network/applicationSecurityGroups?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_1205/providers/Microsoft.Network/applicationSecurityGroups?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -744,7 +744,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_1205/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_4167?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_1205/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_4167?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -758,12 +758,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/0e341ac7-70d2-42f3-a7a0-253654ce316d?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/0e341ac7-70d2-42f3-a7a0-253654ce316d?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Mon, 14 Feb 2022 17:46:58 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/0e341ac7-70d2-42f3-a7a0-253654ce316d?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/0e341ac7-70d2-42f3-a7a0-253654ce316d?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -782,7 +782,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/0e341ac7-70d2-42f3-a7a0-253654ce316d?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/0e341ac7-70d2-42f3-a7a0-253654ce316d?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -817,7 +817,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_1205/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_4167?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_1205/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_4167?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -858,7 +858,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_1205/providers/Microsoft.Network/applicationSecurityGroups?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_1205/providers/Microsoft.Network/applicationSecurityGroups?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -895,7 +895,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/applicationSecurityGroups?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/applicationSecurityGroups?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/ApplicationSecurityGroupTests/ApplicationSecurityGroupApiTest(True)Async.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/ApplicationSecurityGroupTests/ApplicationSecurityGroupApiTest(True)Async.json index 2d90c6572509..ddc2b7f5cad1 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/ApplicationSecurityGroupTests/ApplicationSecurityGroupApiTest(True)Async.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/ApplicationSecurityGroupTests/ApplicationSecurityGroupApiTest(True)Async.json @@ -89,7 +89,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_7037/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_3559?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_7037/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_3559?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -108,7 +108,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/bf01d53c-a7e0-43ed-85bb-d1bdbfeef647?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/bf01d53c-a7e0-43ed-85bb-d1bdbfeef647?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "463", "Content-Type": "application/json; charset=utf-8", @@ -141,7 +141,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/bf01d53c-a7e0-43ed-85bb-d1bdbfeef647?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/bf01d53c-a7e0-43ed-85bb-d1bdbfeef647?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -176,7 +176,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_7037/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_3559?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_7037/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_3559?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -219,7 +219,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_7037/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_3559?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_7037/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_3559?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -264,7 +264,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_7037/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_3559?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_7037/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_3559?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -288,7 +288,7 @@ "StatusCode": 200, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/8f4cb250-a796-4a91-acd4-6cddb8d1d9d3?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/8f4cb250-a796-4a91-acd4-6cddb8d1d9d3?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "528", "Content-Type": "application/json; charset=utf-8", @@ -324,7 +324,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/8f4cb250-a796-4a91-acd4-6cddb8d1d9d3?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/8f4cb250-a796-4a91-acd4-6cddb8d1d9d3?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -359,7 +359,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_7037/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_3559?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_7037/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_3559?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -406,7 +406,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/8f4cb250-a796-4a91-acd4-6cddb8d1d9d3?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/8f4cb250-a796-4a91-acd4-6cddb8d1d9d3?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -441,7 +441,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_7037/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_3559?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_7037/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_3559?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -488,7 +488,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_7037/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_3559?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_7037/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_3559?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -645,7 +645,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_7037/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_3559?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_7037/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_3559?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -693,7 +693,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_7037/providers/Microsoft.Network/applicationSecurityGroups?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_7037/providers/Microsoft.Network/applicationSecurityGroups?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -744,7 +744,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_7037/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_3559?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_7037/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_3559?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -758,12 +758,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/879f9ca8-51f3-4f8e-9eb9-3498a511e330?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/879f9ca8-51f3-4f8e-9eb9-3498a511e330?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Mon, 14 Feb 2022 17:47:16 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/879f9ca8-51f3-4f8e-9eb9-3498a511e330?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/879f9ca8-51f3-4f8e-9eb9-3498a511e330?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -782,7 +782,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/879f9ca8-51f3-4f8e-9eb9-3498a511e330?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/879f9ca8-51f3-4f8e-9eb9-3498a511e330?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -817,7 +817,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_7037/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_3559?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_7037/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_3559?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -858,7 +858,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_7037/providers/Microsoft.Network/applicationSecurityGroups?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_7037/providers/Microsoft.Network/applicationSecurityGroups?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -895,7 +895,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/applicationSecurityGroups?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/applicationSecurityGroups?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/ApplicationSecurityGroupTests/ApplicationSecurityGroupApiTest(null).json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/ApplicationSecurityGroupTests/ApplicationSecurityGroupApiTest(null).json index 5f706ffdb408..6cf5b603e4ae 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/ApplicationSecurityGroupTests/ApplicationSecurityGroupApiTest(null).json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/ApplicationSecurityGroupTests/ApplicationSecurityGroupApiTest(null).json @@ -97,7 +97,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_7869/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_8656?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_7869/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_8656?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -116,7 +116,7 @@ "StatusCode": 201, "ResponseHeaders": { "azure-asyncnotification": "Enabled", - "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/f6f66586-7233-4ab0-8c9c-5d899d894c7d?api-version=2021-02-01", + "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/f6f66586-7233-4ab0-8c9c-5d899d894c7d?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "463", "Content-Type": "application/json; charset=utf-8", @@ -149,7 +149,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/f6f66586-7233-4ab0-8c9c-5d899d894c7d?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/f6f66586-7233-4ab0-8c9c-5d899d894c7d?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -185,7 +185,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_7869/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_8656?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_7869/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_8656?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -229,7 +229,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_7869/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_8656?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_7869/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_8656?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -274,7 +274,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_7869/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_8656?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_7869/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_8656?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -298,7 +298,7 @@ "StatusCode": 200, "ResponseHeaders": { "azure-asyncnotification": "Enabled", - "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/32fa8cb5-635d-4a8f-a7aa-ad760e79ffac?api-version=2021-02-01", + "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/32fa8cb5-635d-4a8f-a7aa-ad760e79ffac?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "528", "Content-Type": "application/json; charset=utf-8", @@ -334,7 +334,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/32fa8cb5-635d-4a8f-a7aa-ad760e79ffac?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/32fa8cb5-635d-4a8f-a7aa-ad760e79ffac?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -370,7 +370,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_7869/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_8656?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_7869/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_8656?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -418,7 +418,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_7869/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_8656?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_7869/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_8656?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1836,7 +1836,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_7869/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_8656?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_7869/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_8656?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1884,7 +1884,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_7869/providers/Microsoft.Network/applicationSecurityGroups?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_7869/providers/Microsoft.Network/applicationSecurityGroups?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1935,7 +1935,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_7869/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_8656?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_7869/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_8656?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1949,12 +1949,12 @@ "StatusCode": 202, "ResponseHeaders": { "azure-asyncnotification": "Enabled", - "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/1953857c-1023-4e9d-971c-c02c50261965?api-version=2021-02-01", + "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/1953857c-1023-4e9d-971c-c02c50261965?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Mon, 15 Aug 2022 17:26:03 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/1953857c-1023-4e9d-971c-c02c50261965?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/1953857c-1023-4e9d-971c-c02c50261965?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -1973,7 +1973,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/1953857c-1023-4e9d-971c-c02c50261965?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/1953857c-1023-4e9d-971c-c02c50261965?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2009,7 +2009,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_7869/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_8656?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_7869/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_8656?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -2050,7 +2050,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_7869/providers/Microsoft.Network/applicationSecurityGroups?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_7869/providers/Microsoft.Network/applicationSecurityGroups?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -2087,7 +2087,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/applicationSecurityGroups?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/applicationSecurityGroups?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/ApplicationSecurityGroupTests/ApplicationSecurityGroupApiTest(null)Async.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/ApplicationSecurityGroupTests/ApplicationSecurityGroupApiTest(null)Async.json index 93571229a79f..fc811406dcc1 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/ApplicationSecurityGroupTests/ApplicationSecurityGroupApiTest(null)Async.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/ApplicationSecurityGroupTests/ApplicationSecurityGroupApiTest(null)Async.json @@ -97,7 +97,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_1991/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_8039?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_1991/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_8039?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -116,7 +116,7 @@ "StatusCode": 201, "ResponseHeaders": { "azure-asyncnotification": "Enabled", - "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/5784eaa9-fad6-490f-bd0c-487258b03edb?api-version=2021-02-01", + "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/5784eaa9-fad6-490f-bd0c-487258b03edb?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "463", "Content-Type": "application/json; charset=utf-8", @@ -149,7 +149,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/5784eaa9-fad6-490f-bd0c-487258b03edb?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/5784eaa9-fad6-490f-bd0c-487258b03edb?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -186,7 +186,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/5784eaa9-fad6-490f-bd0c-487258b03edb?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/5784eaa9-fad6-490f-bd0c-487258b03edb?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -222,7 +222,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_1991/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_8039?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_1991/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_8039?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -266,7 +266,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_1991/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_8039?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_1991/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_8039?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -311,7 +311,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_1991/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_8039?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_1991/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_8039?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -335,7 +335,7 @@ "StatusCode": 200, "ResponseHeaders": { "azure-asyncnotification": "Enabled", - "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/34633554-ae1c-4b1a-8050-e52f1156700e?api-version=2021-02-01", + "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/34633554-ae1c-4b1a-8050-e52f1156700e?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "528", "Content-Type": "application/json; charset=utf-8", @@ -371,7 +371,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/34633554-ae1c-4b1a-8050-e52f1156700e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/34633554-ae1c-4b1a-8050-e52f1156700e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -407,7 +407,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_1991/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_8039?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_1991/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_8039?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -455,7 +455,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_1991/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_8039?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_1991/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_8039?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1873,7 +1873,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_1991/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_8039?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_1991/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_8039?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1921,7 +1921,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_1991/providers/Microsoft.Network/applicationSecurityGroups?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_1991/providers/Microsoft.Network/applicationSecurityGroups?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1972,7 +1972,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_1991/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_8039?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_1991/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_8039?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1986,12 +1986,12 @@ "StatusCode": 202, "ResponseHeaders": { "azure-asyncnotification": "Enabled", - "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/c0109122-1a44-45c9-873d-6cfeb21e9f3c?api-version=2021-02-01", + "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/c0109122-1a44-45c9-873d-6cfeb21e9f3c?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Mon, 15 Aug 2022 17:26:24 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/c0109122-1a44-45c9-873d-6cfeb21e9f3c?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/c0109122-1a44-45c9-873d-6cfeb21e9f3c?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -2010,7 +2010,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/c0109122-1a44-45c9-873d-6cfeb21e9f3c?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/c0109122-1a44-45c9-873d-6cfeb21e9f3c?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2046,7 +2046,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_1991/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_8039?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_1991/providers/Microsoft.Network/applicationSecurityGroups/test_application_security_group_8039?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -2087,7 +2087,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_1991/providers/Microsoft.Network/applicationSecurityGroups?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_application_security_group_1991/providers/Microsoft.Network/applicationSecurityGroups?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -2124,7 +2124,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/applicationSecurityGroups?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/applicationSecurityGroups?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/BastionHostCollectionTests/BastionHostCollectionTests(False).json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/BastionHostCollectionTests/BastionHostCollectionTests(False).json index 2a145d38791e..6de678f53c00 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/BastionHostCollectionTests/BastionHostCollectionTests(False).json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/BastionHostCollectionTests/BastionHostCollectionTests(False).json @@ -88,7 +88,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-5755/providers/Microsoft.Network/virtualNetworks/vnet-166?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-5755/providers/Microsoft.Network/virtualNetworks/vnet-166?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -112,7 +112,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b95d50fe-7f95-45df-bb59-5407ce73d3be?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b95d50fe-7f95-45df-bb59-5407ce73d3be?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "609", "Content-Type": "application/json; charset=utf-8", @@ -156,7 +156,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b95d50fe-7f95-45df-bb59-5407ce73d3be?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b95d50fe-7f95-45df-bb59-5407ce73d3be?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -194,7 +194,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b95d50fe-7f95-45df-bb59-5407ce73d3be?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b95d50fe-7f95-45df-bb59-5407ce73d3be?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -231,7 +231,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-5755/providers/Microsoft.Network/virtualNetworks/vnet-166?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-5755/providers/Microsoft.Network/virtualNetworks/vnet-166?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -285,7 +285,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-5755/providers/Microsoft.Network/virtualNetworks/vnet-166/subnets/AzureBastionSubnet?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-5755/providers/Microsoft.Network/virtualNetworks/vnet-166/subnets/AzureBastionSubnet?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -303,7 +303,7 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/eb9b9fb8-13a3-40a6-8b1f-5c6b62845e60?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/eb9b9fb8-13a3-40a6-8b1f-5c6b62845e60?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "549", "Content-Type": "application/json; charset=utf-8", @@ -341,7 +341,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/eb9b9fb8-13a3-40a6-8b1f-5c6b62845e60?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/eb9b9fb8-13a3-40a6-8b1f-5c6b62845e60?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -378,7 +378,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-5755/providers/Microsoft.Network/virtualNetworks/vnet-166/subnets/AzureBastionSubnet?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-5755/providers/Microsoft.Network/virtualNetworks/vnet-166/subnets/AzureBastionSubnet?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -426,7 +426,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-5755/providers/Microsoft.Network/publicIPAddresses/ip-7939?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-5755/providers/Microsoft.Network/publicIPAddresses/ip-7939?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -449,7 +449,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/308357e0-e18e-45e5-a54c-d3d43a32aae4?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/308357e0-e18e-45e5-a54c-d3d43a32aae4?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "629", "Content-Type": "application/json; charset=utf-8", @@ -493,7 +493,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/308357e0-e18e-45e5-a54c-d3d43a32aae4?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/308357e0-e18e-45e5-a54c-d3d43a32aae4?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -530,7 +530,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-5755/providers/Microsoft.Network/publicIPAddresses/ip-7939?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-5755/providers/Microsoft.Network/publicIPAddresses/ip-7939?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/BastionHostCollectionTests/BastionHostCollectionTests(True)Async.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/BastionHostCollectionTests/BastionHostCollectionTests(True)Async.json index e73fdc914b42..b7b0b219949a 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/BastionHostCollectionTests/BastionHostCollectionTests(True)Async.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/BastionHostCollectionTests/BastionHostCollectionTests(True)Async.json @@ -87,7 +87,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-7251/providers/Microsoft.Network/virtualNetworks/vnet-6121?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-7251/providers/Microsoft.Network/virtualNetworks/vnet-6121?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -111,7 +111,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/70a0e619-3358-448c-b4ba-093e5427ffff?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/70a0e619-3358-448c-b4ba-093e5427ffff?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "611", "Content-Type": "application/json; charset=utf-8", @@ -155,7 +155,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/70a0e619-3358-448c-b4ba-093e5427ffff?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/70a0e619-3358-448c-b4ba-093e5427ffff?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -193,7 +193,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/70a0e619-3358-448c-b4ba-093e5427ffff?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/70a0e619-3358-448c-b4ba-093e5427ffff?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -231,7 +231,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/70a0e619-3358-448c-b4ba-093e5427ffff?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/70a0e619-3358-448c-b4ba-093e5427ffff?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -268,7 +268,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-7251/providers/Microsoft.Network/virtualNetworks/vnet-6121?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-7251/providers/Microsoft.Network/virtualNetworks/vnet-6121?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -322,7 +322,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-7251/providers/Microsoft.Network/virtualNetworks/vnet-6121/subnets/AzureBastionSubnet?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-7251/providers/Microsoft.Network/virtualNetworks/vnet-6121/subnets/AzureBastionSubnet?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -340,7 +340,7 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/40e2feef-ece0-463a-bc32-7cd7b96dba48?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/40e2feef-ece0-463a-bc32-7cd7b96dba48?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "550", "Content-Type": "application/json; charset=utf-8", @@ -378,7 +378,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/40e2feef-ece0-463a-bc32-7cd7b96dba48?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/40e2feef-ece0-463a-bc32-7cd7b96dba48?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -415,7 +415,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-7251/providers/Microsoft.Network/virtualNetworks/vnet-6121/subnets/AzureBastionSubnet?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-7251/providers/Microsoft.Network/virtualNetworks/vnet-6121/subnets/AzureBastionSubnet?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -463,7 +463,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-7251/providers/Microsoft.Network/publicIPAddresses/ip-2376?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-7251/providers/Microsoft.Network/publicIPAddresses/ip-2376?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -486,7 +486,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/db5daafe-97e7-4a58-bbc7-0d82c12d9a7e?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/db5daafe-97e7-4a58-bbc7-0d82c12d9a7e?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "629", "Content-Type": "application/json; charset=utf-8", @@ -530,7 +530,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/db5daafe-97e7-4a58-bbc7-0d82c12d9a7e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/db5daafe-97e7-4a58-bbc7-0d82c12d9a7e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -567,7 +567,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-7251/providers/Microsoft.Network/publicIPAddresses/ip-2376?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-7251/providers/Microsoft.Network/publicIPAddresses/ip-2376?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/BastionHostCollectionTests/CreateOrUpdate.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/BastionHostCollectionTests/CreateOrUpdate.json index 0b527fc4a53c..2428ac0bb1c3 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/BastionHostCollectionTests/CreateOrUpdate.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/BastionHostCollectionTests/CreateOrUpdate.json @@ -85,7 +85,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-5755/providers/Microsoft.Network/virtualNetworks/vnet-166?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-5755/providers/Microsoft.Network/virtualNetworks/vnet-166?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -154,7 +154,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-5755/providers/Microsoft.Network/virtualNetworks/vnet-166/subnets/AzureBastionSubnet?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-5755/providers/Microsoft.Network/virtualNetworks/vnet-166/subnets/AzureBastionSubnet?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -203,7 +203,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-5755/providers/Microsoft.Network/publicIPAddresses/ip-7939?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-5755/providers/Microsoft.Network/publicIPAddresses/ip-7939?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -259,7 +259,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-5755/providers/Microsoft.Network/bastionHosts/bastion-7725?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-5755/providers/Microsoft.Network/bastionHosts/bastion-7725?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -291,7 +291,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/d07042b7-83ab-4159-940c-8bd9128430ec?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/d07042b7-83ab-4159-940c-8bd9128430ec?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1456", "Content-Type": "application/json; charset=utf-8", @@ -349,7 +349,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/d07042b7-83ab-4159-940c-8bd9128430ec?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/d07042b7-83ab-4159-940c-8bd9128430ec?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -387,7 +387,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/d07042b7-83ab-4159-940c-8bd9128430ec?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/d07042b7-83ab-4159-940c-8bd9128430ec?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -425,7 +425,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/d07042b7-83ab-4159-940c-8bd9128430ec?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/d07042b7-83ab-4159-940c-8bd9128430ec?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -463,7 +463,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/d07042b7-83ab-4159-940c-8bd9128430ec?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/d07042b7-83ab-4159-940c-8bd9128430ec?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -501,7 +501,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/d07042b7-83ab-4159-940c-8bd9128430ec?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/d07042b7-83ab-4159-940c-8bd9128430ec?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -539,7 +539,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/d07042b7-83ab-4159-940c-8bd9128430ec?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/d07042b7-83ab-4159-940c-8bd9128430ec?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -578,7 +578,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/d07042b7-83ab-4159-940c-8bd9128430ec?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/d07042b7-83ab-4159-940c-8bd9128430ec?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -616,7 +616,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/d07042b7-83ab-4159-940c-8bd9128430ec?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/d07042b7-83ab-4159-940c-8bd9128430ec?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -653,7 +653,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-5755/providers/Microsoft.Network/bastionHosts/bastion-7725?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-5755/providers/Microsoft.Network/bastionHosts/bastion-7725?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -722,7 +722,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-5755/providers/Microsoft.Network/bastionHosts/bastion-7725?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-5755/providers/Microsoft.Network/bastionHosts/bastion-7725?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -792,7 +792,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-5755/providers/Microsoft.Network/bastionHosts/bastion-7725?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-5755/providers/Microsoft.Network/bastionHosts/bastion-7725?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -862,7 +862,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-5755/providers/Microsoft.Network/bastionHosts/bastion-7725?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-5755/providers/Microsoft.Network/bastionHosts/bastion-7725?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -875,12 +875,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/e013d7e9-454e-48c9-8372-851bfbc9fe26?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/e013d7e9-454e-48c9-8372-851bfbc9fe26?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Tue, 18 Jan 2022 14:22:23 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operationResults/e013d7e9-454e-48c9-8372-851bfbc9fe26?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operationResults/e013d7e9-454e-48c9-8372-851bfbc9fe26?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -899,7 +899,7 @@ "ResponseBody": [] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/e013d7e9-454e-48c9-8372-851bfbc9fe26?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/e013d7e9-454e-48c9-8372-851bfbc9fe26?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -937,7 +937,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/e013d7e9-454e-48c9-8372-851bfbc9fe26?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/e013d7e9-454e-48c9-8372-851bfbc9fe26?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -975,7 +975,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/e013d7e9-454e-48c9-8372-851bfbc9fe26?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/e013d7e9-454e-48c9-8372-851bfbc9fe26?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1013,7 +1013,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/e013d7e9-454e-48c9-8372-851bfbc9fe26?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/e013d7e9-454e-48c9-8372-851bfbc9fe26?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1051,7 +1051,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/e013d7e9-454e-48c9-8372-851bfbc9fe26?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/e013d7e9-454e-48c9-8372-851bfbc9fe26?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1089,7 +1089,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/e013d7e9-454e-48c9-8372-851bfbc9fe26?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/e013d7e9-454e-48c9-8372-851bfbc9fe26?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1127,7 +1127,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/e013d7e9-454e-48c9-8372-851bfbc9fe26?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/e013d7e9-454e-48c9-8372-851bfbc9fe26?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1165,7 +1165,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/e013d7e9-454e-48c9-8372-851bfbc9fe26?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/e013d7e9-454e-48c9-8372-851bfbc9fe26?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1203,7 +1203,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/e013d7e9-454e-48c9-8372-851bfbc9fe26?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/e013d7e9-454e-48c9-8372-851bfbc9fe26?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/BastionHostCollectionTests/CreateOrUpdateAsync.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/BastionHostCollectionTests/CreateOrUpdateAsync.json index 7ee83207ba56..0cb3688a2740 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/BastionHostCollectionTests/CreateOrUpdateAsync.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/BastionHostCollectionTests/CreateOrUpdateAsync.json @@ -83,7 +83,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-7251/providers/Microsoft.Network/virtualNetworks/vnet-6121?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-7251/providers/Microsoft.Network/virtualNetworks/vnet-6121?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -155,7 +155,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-7251/providers/Microsoft.Network/virtualNetworks/vnet-6121/subnets/AzureBastionSubnet?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-7251/providers/Microsoft.Network/virtualNetworks/vnet-6121/subnets/AzureBastionSubnet?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -207,7 +207,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-7251/providers/Microsoft.Network/publicIPAddresses/ip-2376?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-7251/providers/Microsoft.Network/publicIPAddresses/ip-2376?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -263,7 +263,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-7251/providers/Microsoft.Network/bastionHosts/bastion-2295?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-7251/providers/Microsoft.Network/bastionHosts/bastion-2295?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -295,7 +295,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1455", "Content-Type": "application/json; charset=utf-8", @@ -353,7 +353,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -391,7 +391,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -429,7 +429,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -467,7 +467,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -505,7 +505,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -543,7 +543,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -581,7 +581,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -619,7 +619,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -657,7 +657,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -695,7 +695,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -733,7 +733,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -771,7 +771,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -809,7 +809,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -847,7 +847,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -885,7 +885,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -923,7 +923,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -961,7 +961,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -999,7 +999,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1037,7 +1037,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1075,7 +1075,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1113,7 +1113,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1151,7 +1151,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1189,7 +1189,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1227,7 +1227,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1265,7 +1265,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1303,7 +1303,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1341,7 +1341,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1379,7 +1379,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1417,7 +1417,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1455,7 +1455,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1493,7 +1493,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1531,7 +1531,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1569,7 +1569,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1607,7 +1607,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1645,7 +1645,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1683,7 +1683,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1721,7 +1721,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1759,7 +1759,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1797,7 +1797,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1835,7 +1835,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1873,7 +1873,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1911,7 +1911,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1949,7 +1949,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1987,7 +1987,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2025,7 +2025,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2063,7 +2063,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2101,7 +2101,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2139,7 +2139,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2177,7 +2177,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2215,7 +2215,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2253,7 +2253,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2291,7 +2291,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2329,7 +2329,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2367,7 +2367,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2405,7 +2405,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2443,7 +2443,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2481,7 +2481,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2519,7 +2519,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2557,7 +2557,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2595,7 +2595,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2633,7 +2633,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2671,7 +2671,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2709,7 +2709,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2747,7 +2747,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2785,7 +2785,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2823,7 +2823,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2861,7 +2861,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2899,7 +2899,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2937,7 +2937,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2975,7 +2975,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3013,7 +3013,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3051,7 +3051,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3089,7 +3089,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3127,7 +3127,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3165,7 +3165,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3203,7 +3203,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3241,7 +3241,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3279,7 +3279,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3317,7 +3317,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3355,7 +3355,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3393,7 +3393,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3431,7 +3431,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3469,7 +3469,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3507,7 +3507,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3545,7 +3545,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3583,7 +3583,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3621,7 +3621,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3659,7 +3659,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3697,7 +3697,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3735,7 +3735,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3773,7 +3773,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3811,7 +3811,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3849,7 +3849,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3887,7 +3887,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3925,7 +3925,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3963,7 +3963,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4001,7 +4001,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4039,7 +4039,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4077,7 +4077,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4115,7 +4115,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4153,7 +4153,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4191,7 +4191,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4229,7 +4229,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4267,7 +4267,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4305,7 +4305,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4343,7 +4343,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4381,7 +4381,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4419,7 +4419,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4457,7 +4457,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4495,7 +4495,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4533,7 +4533,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4571,7 +4571,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4609,7 +4609,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4647,7 +4647,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4685,7 +4685,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4723,7 +4723,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4761,7 +4761,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4799,7 +4799,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4837,7 +4837,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4875,7 +4875,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4913,7 +4913,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4951,7 +4951,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4989,7 +4989,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5027,7 +5027,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5065,7 +5065,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5103,7 +5103,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5141,7 +5141,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5179,7 +5179,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5217,7 +5217,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5255,7 +5255,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5293,7 +5293,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5331,7 +5331,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5369,7 +5369,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5407,7 +5407,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5445,7 +5445,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5483,7 +5483,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5521,7 +5521,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5559,7 +5559,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5597,7 +5597,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5635,7 +5635,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5673,7 +5673,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5711,7 +5711,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5749,7 +5749,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5787,7 +5787,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5825,7 +5825,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5863,7 +5863,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5901,7 +5901,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5939,7 +5939,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5977,7 +5977,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6015,7 +6015,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6053,7 +6053,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6091,7 +6091,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6129,7 +6129,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6167,7 +6167,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6205,7 +6205,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6243,7 +6243,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6281,7 +6281,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6319,7 +6319,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6357,7 +6357,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6395,7 +6395,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6433,7 +6433,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6471,7 +6471,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6509,7 +6509,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6547,7 +6547,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6585,7 +6585,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6623,7 +6623,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6662,7 +6662,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6700,7 +6700,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6738,7 +6738,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6776,7 +6776,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6814,7 +6814,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6852,7 +6852,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6890,7 +6890,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6928,7 +6928,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6966,7 +6966,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7004,7 +7004,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7042,7 +7042,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7080,7 +7080,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7118,7 +7118,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7156,7 +7156,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7194,7 +7194,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7232,7 +7232,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7270,7 +7270,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7308,7 +7308,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7346,7 +7346,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7384,7 +7384,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7422,7 +7422,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7460,7 +7460,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7498,7 +7498,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7536,7 +7536,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7574,7 +7574,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7612,7 +7612,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7650,7 +7650,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7688,7 +7688,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7726,7 +7726,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7764,7 +7764,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7802,7 +7802,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7840,7 +7840,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7878,7 +7878,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7916,7 +7916,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7954,7 +7954,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7992,7 +7992,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8030,7 +8030,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8068,7 +8068,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8106,7 +8106,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8144,7 +8144,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8182,7 +8182,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8220,7 +8220,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8258,7 +8258,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8296,7 +8296,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8334,7 +8334,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8372,7 +8372,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8410,7 +8410,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8448,7 +8448,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8486,7 +8486,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8524,7 +8524,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8562,7 +8562,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8600,7 +8600,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8638,7 +8638,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8676,7 +8676,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8714,7 +8714,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8752,7 +8752,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8790,7 +8790,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8828,7 +8828,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8866,7 +8866,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8904,7 +8904,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8942,7 +8942,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8980,7 +8980,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9018,7 +9018,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9056,7 +9056,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9094,7 +9094,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9132,7 +9132,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9170,7 +9170,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9208,7 +9208,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9246,7 +9246,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9284,7 +9284,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9322,7 +9322,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9360,7 +9360,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9398,7 +9398,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9436,7 +9436,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9474,7 +9474,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7cd4b39-e631-4f5a-be05-4b580e97c6d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9511,7 +9511,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-7251/providers/Microsoft.Network/bastionHosts/bastion-2295?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-7251/providers/Microsoft.Network/bastionHosts/bastion-2295?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9580,7 +9580,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-7251/providers/Microsoft.Network/bastionHosts/bastion-2295?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-7251/providers/Microsoft.Network/bastionHosts/bastion-2295?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -9650,7 +9650,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-7251/providers/Microsoft.Network/bastionHosts/bastion-2295?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-7251/providers/Microsoft.Network/bastionHosts/bastion-2295?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -9720,7 +9720,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-7251/providers/Microsoft.Network/bastionHosts/bastion-2295?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-7251/providers/Microsoft.Network/bastionHosts/bastion-2295?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -9733,12 +9733,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Sat, 16 Oct 2021 17:33:44 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operationResults/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operationResults/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -9757,7 +9757,7 @@ "ResponseBody": [] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9795,7 +9795,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9833,7 +9833,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9871,7 +9871,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9909,7 +9909,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9947,7 +9947,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9985,7 +9985,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10023,7 +10023,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10061,7 +10061,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10099,7 +10099,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10137,7 +10137,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10175,7 +10175,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10213,7 +10213,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10251,7 +10251,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10289,7 +10289,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10327,7 +10327,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10365,7 +10365,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10403,7 +10403,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10441,7 +10441,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10479,7 +10479,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10517,7 +10517,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10555,7 +10555,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10593,7 +10593,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10631,7 +10631,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10669,7 +10669,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10707,7 +10707,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10745,7 +10745,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10783,7 +10783,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10821,7 +10821,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10859,7 +10859,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10897,7 +10897,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10935,7 +10935,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10973,7 +10973,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11011,7 +11011,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11049,7 +11049,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11087,7 +11087,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11125,7 +11125,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11163,7 +11163,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11201,7 +11201,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11239,7 +11239,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11277,7 +11277,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11315,7 +11315,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11353,7 +11353,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11391,7 +11391,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11429,7 +11429,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11467,7 +11467,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11505,7 +11505,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11543,7 +11543,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11581,7 +11581,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11619,7 +11619,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11657,7 +11657,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11695,7 +11695,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11733,7 +11733,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11771,7 +11771,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11809,7 +11809,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11847,7 +11847,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11885,7 +11885,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11923,7 +11923,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11961,7 +11961,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11999,7 +11999,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12037,7 +12037,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12075,7 +12075,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12113,7 +12113,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12151,7 +12151,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12189,7 +12189,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12227,7 +12227,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12265,7 +12265,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12303,7 +12303,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12341,7 +12341,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12379,7 +12379,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12417,7 +12417,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12455,7 +12455,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12493,7 +12493,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12531,7 +12531,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12569,7 +12569,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12607,7 +12607,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12645,7 +12645,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12683,7 +12683,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12721,7 +12721,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12759,7 +12759,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12797,7 +12797,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12835,7 +12835,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12873,7 +12873,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12911,7 +12911,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12949,7 +12949,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12987,7 +12987,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13025,7 +13025,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13063,7 +13063,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13101,7 +13101,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13139,7 +13139,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13177,7 +13177,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13215,7 +13215,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13253,7 +13253,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13291,7 +13291,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13329,7 +13329,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13367,7 +13367,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13405,7 +13405,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13443,7 +13443,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13481,7 +13481,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13519,7 +13519,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13557,7 +13557,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13595,7 +13595,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13633,7 +13633,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13671,7 +13671,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13709,7 +13709,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13747,7 +13747,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13785,7 +13785,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13823,7 +13823,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13861,7 +13861,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13899,7 +13899,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13937,7 +13937,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13975,7 +13975,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14013,7 +14013,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14051,7 +14051,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14089,7 +14089,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14127,7 +14127,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14165,7 +14165,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14203,7 +14203,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14241,7 +14241,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14279,7 +14279,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14317,7 +14317,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14355,7 +14355,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14393,7 +14393,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14431,7 +14431,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14469,7 +14469,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14507,7 +14507,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14545,7 +14545,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14583,7 +14583,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14621,7 +14621,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14659,7 +14659,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14697,7 +14697,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14735,7 +14735,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14773,7 +14773,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14811,7 +14811,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14849,7 +14849,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14887,7 +14887,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14925,7 +14925,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14963,7 +14963,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15001,7 +15001,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15039,7 +15039,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15077,7 +15077,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15115,7 +15115,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15153,7 +15153,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15191,7 +15191,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15229,7 +15229,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15267,7 +15267,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15305,7 +15305,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15343,7 +15343,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15381,7 +15381,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15419,7 +15419,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15457,7 +15457,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15495,7 +15495,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15533,7 +15533,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15571,7 +15571,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15609,7 +15609,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15647,7 +15647,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15685,7 +15685,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15723,7 +15723,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15761,7 +15761,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15799,7 +15799,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15837,7 +15837,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15875,7 +15875,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15914,7 +15914,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15952,7 +15952,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15990,7 +15990,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16028,7 +16028,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16066,7 +16066,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16104,7 +16104,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16142,7 +16142,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16180,7 +16180,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16218,7 +16218,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16256,7 +16256,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16294,7 +16294,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16332,7 +16332,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16370,7 +16370,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16408,7 +16408,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16446,7 +16446,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16484,7 +16484,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16522,7 +16522,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16560,7 +16560,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16598,7 +16598,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16636,7 +16636,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16674,7 +16674,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16712,7 +16712,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16750,7 +16750,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16788,7 +16788,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16826,7 +16826,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16864,7 +16864,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16902,7 +16902,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16940,7 +16940,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16978,7 +16978,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17016,7 +17016,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17054,7 +17054,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17092,7 +17092,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17130,7 +17130,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17168,7 +17168,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17206,7 +17206,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17244,7 +17244,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17282,7 +17282,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17320,7 +17320,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17358,7 +17358,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17396,7 +17396,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17434,7 +17434,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17472,7 +17472,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17510,7 +17510,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17548,7 +17548,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17586,7 +17586,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17624,7 +17624,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17662,7 +17662,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17700,7 +17700,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17738,7 +17738,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17776,7 +17776,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17814,7 +17814,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17852,7 +17852,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17890,7 +17890,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17928,7 +17928,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17966,7 +17966,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18004,7 +18004,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18042,7 +18042,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18080,7 +18080,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18118,7 +18118,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18156,7 +18156,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18194,7 +18194,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18232,7 +18232,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18270,7 +18270,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18308,7 +18308,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18346,7 +18346,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18384,7 +18384,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18422,7 +18422,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18460,7 +18460,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18498,7 +18498,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18536,7 +18536,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18574,7 +18574,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18612,7 +18612,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18650,7 +18650,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18688,7 +18688,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18726,7 +18726,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18764,7 +18764,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18802,7 +18802,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18840,7 +18840,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18878,7 +18878,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18916,7 +18916,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8f2043a6-79de-4b31-af24-904dd692e95b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/BastionHostCollectionTests/Delete.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/BastionHostCollectionTests/Delete.json index a64edf4446e8..a1f1508cbc22 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/BastionHostCollectionTests/Delete.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/BastionHostCollectionTests/Delete.json @@ -85,7 +85,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-5755/providers/Microsoft.Network/virtualNetworks/vnet-166?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-5755/providers/Microsoft.Network/virtualNetworks/vnet-166?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -162,7 +162,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-5755/providers/Microsoft.Network/virtualNetworks/vnet-166/subnets/AzureBastionSubnet?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-5755/providers/Microsoft.Network/virtualNetworks/vnet-166/subnets/AzureBastionSubnet?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -219,7 +219,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-5755/providers/Microsoft.Network/publicIPAddresses/ip-7939?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-5755/providers/Microsoft.Network/publicIPAddresses/ip-7939?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -278,7 +278,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-5755/providers/Microsoft.Network/bastionHosts/bastion-7725?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-5755/providers/Microsoft.Network/bastionHosts/bastion-7725?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -310,7 +310,7 @@ "StatusCode": 200, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7837361-0990-4ac2-ae75-3f4426648375?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7837361-0990-4ac2-ae75-3f4426648375?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1535", "Content-Type": "application/json; charset=utf-8", @@ -368,7 +368,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7837361-0990-4ac2-ae75-3f4426648375?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f7837361-0990-4ac2-ae75-3f4426648375?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -405,7 +405,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-5755/providers/Microsoft.Network/bastionHosts/bastion-7725?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-5755/providers/Microsoft.Network/bastionHosts/bastion-7725?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -474,7 +474,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-5755/providers/Microsoft.Network/bastionHosts/bastion-7725?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-5755/providers/Microsoft.Network/bastionHosts/bastion-7725?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -487,12 +487,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/bb77a705-3b07-4f98-9d3c-132a539cdeeb?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/bb77a705-3b07-4f98-9d3c-132a539cdeeb?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Tue, 18 Jan 2022 15:03:08 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operationResults/bb77a705-3b07-4f98-9d3c-132a539cdeeb?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operationResults/bb77a705-3b07-4f98-9d3c-132a539cdeeb?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -511,7 +511,7 @@ "ResponseBody": [] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/bb77a705-3b07-4f98-9d3c-132a539cdeeb?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/bb77a705-3b07-4f98-9d3c-132a539cdeeb?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -549,7 +549,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/bb77a705-3b07-4f98-9d3c-132a539cdeeb?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/bb77a705-3b07-4f98-9d3c-132a539cdeeb?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -587,7 +587,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/bb77a705-3b07-4f98-9d3c-132a539cdeeb?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/bb77a705-3b07-4f98-9d3c-132a539cdeeb?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -625,7 +625,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/bb77a705-3b07-4f98-9d3c-132a539cdeeb?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/bb77a705-3b07-4f98-9d3c-132a539cdeeb?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -663,7 +663,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/bb77a705-3b07-4f98-9d3c-132a539cdeeb?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/bb77a705-3b07-4f98-9d3c-132a539cdeeb?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -701,7 +701,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/bb77a705-3b07-4f98-9d3c-132a539cdeeb?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/bb77a705-3b07-4f98-9d3c-132a539cdeeb?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -739,7 +739,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/bb77a705-3b07-4f98-9d3c-132a539cdeeb?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/bb77a705-3b07-4f98-9d3c-132a539cdeeb?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -777,7 +777,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/bb77a705-3b07-4f98-9d3c-132a539cdeeb?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/bb77a705-3b07-4f98-9d3c-132a539cdeeb?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -815,7 +815,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/bb77a705-3b07-4f98-9d3c-132a539cdeeb?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/bb77a705-3b07-4f98-9d3c-132a539cdeeb?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -852,7 +852,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-5755/providers/Microsoft.Network/bastionHosts?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-5755/providers/Microsoft.Network/bastionHosts?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -882,7 +882,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-5755/providers/Microsoft.Network/bastionHosts/bastion-7725?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-5755/providers/Microsoft.Network/bastionHosts/bastion-7725?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/BastionHostCollectionTests/DeleteAsync.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/BastionHostCollectionTests/DeleteAsync.json index e9263d8f4f30..dee3fff4148d 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/BastionHostCollectionTests/DeleteAsync.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/BastionHostCollectionTests/DeleteAsync.json @@ -83,7 +83,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-7251/providers/Microsoft.Network/virtualNetworks/vnet-6121?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-7251/providers/Microsoft.Network/virtualNetworks/vnet-6121?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -160,7 +160,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-7251/providers/Microsoft.Network/virtualNetworks/vnet-6121/subnets/AzureBastionSubnet?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-7251/providers/Microsoft.Network/virtualNetworks/vnet-6121/subnets/AzureBastionSubnet?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -217,7 +217,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-7251/providers/Microsoft.Network/publicIPAddresses/ip-2376?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-7251/providers/Microsoft.Network/publicIPAddresses/ip-2376?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -276,7 +276,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-7251/providers/Microsoft.Network/bastionHosts/bastion-2295?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-7251/providers/Microsoft.Network/bastionHosts/bastion-2295?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -308,7 +308,7 @@ "StatusCode": 200, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1456", "Content-Type": "application/json; charset=utf-8", @@ -366,7 +366,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -405,7 +405,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -443,7 +443,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -481,7 +481,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -519,7 +519,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -557,7 +557,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -595,7 +595,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -633,7 +633,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -671,7 +671,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -709,7 +709,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -747,7 +747,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -785,7 +785,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -823,7 +823,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -861,7 +861,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -899,7 +899,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -937,7 +937,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -975,7 +975,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1013,7 +1013,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1051,7 +1051,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1089,7 +1089,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1127,7 +1127,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1165,7 +1165,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1203,7 +1203,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1241,7 +1241,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1279,7 +1279,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1317,7 +1317,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1355,7 +1355,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1393,7 +1393,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1431,7 +1431,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1469,7 +1469,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1507,7 +1507,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1545,7 +1545,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1583,7 +1583,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1621,7 +1621,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1659,7 +1659,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1697,7 +1697,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1735,7 +1735,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1773,7 +1773,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1811,7 +1811,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1849,7 +1849,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1887,7 +1887,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1925,7 +1925,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1963,7 +1963,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2001,7 +2001,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2039,7 +2039,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2077,7 +2077,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2115,7 +2115,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2153,7 +2153,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2191,7 +2191,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2229,7 +2229,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2267,7 +2267,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2305,7 +2305,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2343,7 +2343,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2381,7 +2381,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2419,7 +2419,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2457,7 +2457,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2495,7 +2495,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2533,7 +2533,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2571,7 +2571,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2609,7 +2609,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2647,7 +2647,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2685,7 +2685,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2723,7 +2723,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2761,7 +2761,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2799,7 +2799,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2837,7 +2837,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2875,7 +2875,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2913,7 +2913,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2951,7 +2951,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2989,7 +2989,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3027,7 +3027,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3065,7 +3065,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3103,7 +3103,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3141,7 +3141,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3179,7 +3179,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3217,7 +3217,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3255,7 +3255,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3293,7 +3293,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3331,7 +3331,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3369,7 +3369,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3407,7 +3407,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3445,7 +3445,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3483,7 +3483,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3521,7 +3521,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3559,7 +3559,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3597,7 +3597,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3635,7 +3635,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3673,7 +3673,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3711,7 +3711,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3749,7 +3749,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3787,7 +3787,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3825,7 +3825,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3863,7 +3863,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3901,7 +3901,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3939,7 +3939,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3977,7 +3977,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4015,7 +4015,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4053,7 +4053,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4091,7 +4091,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4129,7 +4129,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4167,7 +4167,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4205,7 +4205,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4243,7 +4243,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4281,7 +4281,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4319,7 +4319,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4357,7 +4357,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4395,7 +4395,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4433,7 +4433,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4471,7 +4471,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4509,7 +4509,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4547,7 +4547,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4585,7 +4585,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4623,7 +4623,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4661,7 +4661,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4699,7 +4699,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4737,7 +4737,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4775,7 +4775,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4813,7 +4813,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4851,7 +4851,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4889,7 +4889,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4927,7 +4927,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4965,7 +4965,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5003,7 +5003,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5041,7 +5041,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5079,7 +5079,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5117,7 +5117,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5155,7 +5155,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5193,7 +5193,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5231,7 +5231,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5269,7 +5269,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5307,7 +5307,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5345,7 +5345,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5383,7 +5383,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5421,7 +5421,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5459,7 +5459,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5497,7 +5497,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5535,7 +5535,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5573,7 +5573,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5611,7 +5611,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5649,7 +5649,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5687,7 +5687,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5725,7 +5725,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5763,7 +5763,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5801,7 +5801,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5839,7 +5839,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5877,7 +5877,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5915,7 +5915,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5953,7 +5953,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5991,7 +5991,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6029,7 +6029,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6067,7 +6067,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6105,7 +6105,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6143,7 +6143,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6181,7 +6181,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6219,7 +6219,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6257,7 +6257,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6295,7 +6295,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6333,7 +6333,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6371,7 +6371,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6409,7 +6409,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6447,7 +6447,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6485,7 +6485,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6523,7 +6523,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6561,7 +6561,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6599,7 +6599,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6637,7 +6637,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6675,7 +6675,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6713,7 +6713,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6751,7 +6751,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6789,7 +6789,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6827,7 +6827,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6865,7 +6865,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6903,7 +6903,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6941,7 +6941,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6979,7 +6979,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7017,7 +7017,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7055,7 +7055,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7093,7 +7093,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7131,7 +7131,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7169,7 +7169,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7207,7 +7207,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7245,7 +7245,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7283,7 +7283,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7321,7 +7321,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7359,7 +7359,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7397,7 +7397,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7435,7 +7435,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7473,7 +7473,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7511,7 +7511,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7549,7 +7549,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7587,7 +7587,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7625,7 +7625,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7663,7 +7663,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7701,7 +7701,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7739,7 +7739,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7777,7 +7777,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7815,7 +7815,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7853,7 +7853,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7891,7 +7891,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7929,7 +7929,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7967,7 +7967,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8005,7 +8005,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8043,7 +8043,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8081,7 +8081,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8119,7 +8119,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8157,7 +8157,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8195,7 +8195,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8233,7 +8233,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8271,7 +8271,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8309,7 +8309,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8347,7 +8347,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8385,7 +8385,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8423,7 +8423,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8461,7 +8461,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8499,7 +8499,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8537,7 +8537,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8575,7 +8575,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8613,7 +8613,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8651,7 +8651,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8689,7 +8689,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8727,7 +8727,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8765,7 +8765,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8803,7 +8803,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8841,7 +8841,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8879,7 +8879,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8917,7 +8917,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8955,7 +8955,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8993,7 +8993,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9031,7 +9031,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9069,7 +9069,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9107,7 +9107,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9145,7 +9145,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9183,7 +9183,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9221,7 +9221,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9259,7 +9259,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9297,7 +9297,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9335,7 +9335,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9373,7 +9373,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9411,7 +9411,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9449,7 +9449,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9487,7 +9487,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9525,7 +9525,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9563,7 +9563,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9602,7 +9602,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9640,7 +9640,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9678,7 +9678,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9716,7 +9716,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9754,7 +9754,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9792,7 +9792,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9830,7 +9830,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9868,7 +9868,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9906,7 +9906,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9944,7 +9944,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9982,7 +9982,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10020,7 +10020,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10058,7 +10058,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10096,7 +10096,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10134,7 +10134,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10172,7 +10172,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10210,7 +10210,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10248,7 +10248,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10286,7 +10286,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10324,7 +10324,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10362,7 +10362,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10400,7 +10400,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10438,7 +10438,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10476,7 +10476,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10514,7 +10514,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10552,7 +10552,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10590,7 +10590,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10628,7 +10628,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10666,7 +10666,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10704,7 +10704,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ba769a5e-dbdc-44e4-a720-aea595136bd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10741,7 +10741,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-7251/providers/Microsoft.Network/bastionHosts/bastion-2295?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-7251/providers/Microsoft.Network/bastionHosts/bastion-2295?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10810,7 +10810,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-7251/providers/Microsoft.Network/bastionHosts/bastion-2295?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-7251/providers/Microsoft.Network/bastionHosts/bastion-2295?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -10823,12 +10823,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Sat, 16 Oct 2021 16:52:33 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operationResults/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operationResults/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -10847,7 +10847,7 @@ "ResponseBody": [] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10885,7 +10885,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10923,7 +10923,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10961,7 +10961,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10999,7 +10999,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11037,7 +11037,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11075,7 +11075,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11113,7 +11113,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11151,7 +11151,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11189,7 +11189,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11227,7 +11227,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11265,7 +11265,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11303,7 +11303,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11341,7 +11341,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11379,7 +11379,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11417,7 +11417,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11455,7 +11455,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11493,7 +11493,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11531,7 +11531,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11569,7 +11569,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11607,7 +11607,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11645,7 +11645,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11683,7 +11683,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11721,7 +11721,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11759,7 +11759,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11797,7 +11797,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11835,7 +11835,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11873,7 +11873,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11911,7 +11911,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11949,7 +11949,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11987,7 +11987,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12025,7 +12025,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12063,7 +12063,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12101,7 +12101,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12139,7 +12139,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12177,7 +12177,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12215,7 +12215,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12253,7 +12253,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12291,7 +12291,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12329,7 +12329,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12367,7 +12367,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12405,7 +12405,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12443,7 +12443,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12481,7 +12481,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12519,7 +12519,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12557,7 +12557,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12595,7 +12595,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12633,7 +12633,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12671,7 +12671,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12709,7 +12709,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12747,7 +12747,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12785,7 +12785,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12823,7 +12823,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12861,7 +12861,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12899,7 +12899,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12937,7 +12937,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12975,7 +12975,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13013,7 +13013,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13051,7 +13051,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13089,7 +13089,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13127,7 +13127,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13165,7 +13165,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13203,7 +13203,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13241,7 +13241,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13279,7 +13279,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13317,7 +13317,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13355,7 +13355,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13393,7 +13393,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13431,7 +13431,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13469,7 +13469,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13507,7 +13507,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13545,7 +13545,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13583,7 +13583,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13621,7 +13621,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13659,7 +13659,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13697,7 +13697,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13735,7 +13735,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13773,7 +13773,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13811,7 +13811,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13849,7 +13849,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13887,7 +13887,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13925,7 +13925,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13963,7 +13963,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14001,7 +14001,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14039,7 +14039,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14077,7 +14077,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14115,7 +14115,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14153,7 +14153,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14191,7 +14191,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14229,7 +14229,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14267,7 +14267,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14305,7 +14305,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14343,7 +14343,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14381,7 +14381,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14419,7 +14419,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14457,7 +14457,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14495,7 +14495,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14533,7 +14533,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14571,7 +14571,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14609,7 +14609,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14647,7 +14647,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14685,7 +14685,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14723,7 +14723,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14761,7 +14761,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14799,7 +14799,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14837,7 +14837,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14875,7 +14875,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14913,7 +14913,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14951,7 +14951,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14989,7 +14989,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15027,7 +15027,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15065,7 +15065,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15103,7 +15103,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15141,7 +15141,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15179,7 +15179,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15217,7 +15217,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15255,7 +15255,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15293,7 +15293,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15331,7 +15331,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15369,7 +15369,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15407,7 +15407,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15445,7 +15445,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15483,7 +15483,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15521,7 +15521,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15559,7 +15559,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15597,7 +15597,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15635,7 +15635,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15673,7 +15673,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15711,7 +15711,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15749,7 +15749,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15787,7 +15787,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15825,7 +15825,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15863,7 +15863,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15901,7 +15901,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15939,7 +15939,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15977,7 +15977,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16015,7 +16015,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16053,7 +16053,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16091,7 +16091,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16129,7 +16129,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16167,7 +16167,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16205,7 +16205,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16243,7 +16243,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16281,7 +16281,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16319,7 +16319,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16357,7 +16357,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16395,7 +16395,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16433,7 +16433,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16471,7 +16471,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16509,7 +16509,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16547,7 +16547,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16585,7 +16585,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16623,7 +16623,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16661,7 +16661,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16699,7 +16699,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16737,7 +16737,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16775,7 +16775,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16813,7 +16813,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16851,7 +16851,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16889,7 +16889,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16927,7 +16927,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16965,7 +16965,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17003,7 +17003,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17041,7 +17041,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17079,7 +17079,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17117,7 +17117,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17155,7 +17155,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17193,7 +17193,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17231,7 +17231,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17269,7 +17269,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17307,7 +17307,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17345,7 +17345,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17383,7 +17383,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17421,7 +17421,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17459,7 +17459,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17497,7 +17497,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17535,7 +17535,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17573,7 +17573,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17611,7 +17611,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17649,7 +17649,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17687,7 +17687,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17725,7 +17725,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17763,7 +17763,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17801,7 +17801,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17839,7 +17839,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17877,7 +17877,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17915,7 +17915,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17953,7 +17953,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17991,7 +17991,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18029,7 +18029,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18067,7 +18067,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18105,7 +18105,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18143,7 +18143,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18181,7 +18181,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18219,7 +18219,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18257,7 +18257,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18295,7 +18295,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18333,7 +18333,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18371,7 +18371,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18409,7 +18409,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18447,7 +18447,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18485,7 +18485,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18523,7 +18523,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18561,7 +18561,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18599,7 +18599,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18637,7 +18637,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18675,7 +18675,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18714,7 +18714,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18752,7 +18752,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18790,7 +18790,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18828,7 +18828,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18866,7 +18866,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18904,7 +18904,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18942,7 +18942,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18980,7 +18980,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -19018,7 +19018,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -19056,7 +19056,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -19094,7 +19094,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -19132,7 +19132,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -19170,7 +19170,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -19208,7 +19208,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -19246,7 +19246,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -19284,7 +19284,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -19322,7 +19322,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -19360,7 +19360,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -19398,7 +19398,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -19436,7 +19436,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -19474,7 +19474,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -19512,7 +19512,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -19550,7 +19550,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -19588,7 +19588,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -19626,7 +19626,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -19664,7 +19664,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -19702,7 +19702,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -19740,7 +19740,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -19778,7 +19778,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -19816,7 +19816,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -19854,7 +19854,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -19892,7 +19892,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -19930,7 +19930,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -19968,7 +19968,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -20006,7 +20006,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/100c4360-b49d-4ffb-b9b0-526b432a3c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -20043,7 +20043,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-7251/providers/Microsoft.Network/bastionHosts?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-7251/providers/Microsoft.Network/bastionHosts?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -20081,7 +20081,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-7251/providers/Microsoft.Network/bastionHosts/bastion-2295?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-7251/providers/Microsoft.Network/bastionHosts/bastion-2295?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/BastionHostCollectionTests/Exists.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/BastionHostCollectionTests/Exists.json index 38a10946e923..d3fa46cd1c1b 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/BastionHostCollectionTests/Exists.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/BastionHostCollectionTests/Exists.json @@ -85,7 +85,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-5755/providers/Microsoft.Network/virtualNetworks/vnet-166?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-5755/providers/Microsoft.Network/virtualNetworks/vnet-166?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -154,7 +154,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-5755/providers/Microsoft.Network/virtualNetworks/vnet-166/subnets/AzureBastionSubnet?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-5755/providers/Microsoft.Network/virtualNetworks/vnet-166/subnets/AzureBastionSubnet?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -203,7 +203,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-5755/providers/Microsoft.Network/publicIPAddresses/ip-7939?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-5755/providers/Microsoft.Network/publicIPAddresses/ip-7939?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -259,7 +259,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-5755/providers/Microsoft.Network/bastionHosts/bastion-7725?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-5755/providers/Microsoft.Network/bastionHosts/bastion-7725?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -291,7 +291,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/da6928ca-1383-4aa6-9805-4396b0f52477?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/da6928ca-1383-4aa6-9805-4396b0f52477?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1456", "Content-Type": "application/json; charset=utf-8", @@ -349,7 +349,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/da6928ca-1383-4aa6-9805-4396b0f52477?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/da6928ca-1383-4aa6-9805-4396b0f52477?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -387,7 +387,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/da6928ca-1383-4aa6-9805-4396b0f52477?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/da6928ca-1383-4aa6-9805-4396b0f52477?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -425,7 +425,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/da6928ca-1383-4aa6-9805-4396b0f52477?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/da6928ca-1383-4aa6-9805-4396b0f52477?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -463,7 +463,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/da6928ca-1383-4aa6-9805-4396b0f52477?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/da6928ca-1383-4aa6-9805-4396b0f52477?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -501,7 +501,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/da6928ca-1383-4aa6-9805-4396b0f52477?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/da6928ca-1383-4aa6-9805-4396b0f52477?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -539,7 +539,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/da6928ca-1383-4aa6-9805-4396b0f52477?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/da6928ca-1383-4aa6-9805-4396b0f52477?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -577,7 +577,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/da6928ca-1383-4aa6-9805-4396b0f52477?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/da6928ca-1383-4aa6-9805-4396b0f52477?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -615,7 +615,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/da6928ca-1383-4aa6-9805-4396b0f52477?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/da6928ca-1383-4aa6-9805-4396b0f52477?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -652,7 +652,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-5755/providers/Microsoft.Network/bastionHosts/bastion-7725?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-5755/providers/Microsoft.Network/bastionHosts/bastion-7725?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -721,7 +721,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-5755/providers/Microsoft.Network/bastionHosts/bastion-7725?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-5755/providers/Microsoft.Network/bastionHosts/bastion-7725?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -791,7 +791,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-5755/providers/Microsoft.Network/bastionHosts/bastion-77251?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-5755/providers/Microsoft.Network/bastionHosts/bastion-77251?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -824,7 +824,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-5755/providers/Microsoft.Network/bastionHosts/bastion-7725?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-5755/providers/Microsoft.Network/bastionHosts/bastion-7725?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -894,7 +894,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-5755/providers/Microsoft.Network/bastionHosts/bastion-7725?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-5755/providers/Microsoft.Network/bastionHosts/bastion-7725?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -964,7 +964,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-5755/providers/Microsoft.Network/bastionHosts/bastion-7725?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-5755/providers/Microsoft.Network/bastionHosts/bastion-7725?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -977,12 +977,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/57f36fec-6ae5-4f64-be80-256256d76721?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/57f36fec-6ae5-4f64-be80-256256d76721?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Tue, 18 Jan 2022 15:17:24 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operationResults/57f36fec-6ae5-4f64-be80-256256d76721?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operationResults/57f36fec-6ae5-4f64-be80-256256d76721?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -1001,7 +1001,7 @@ "ResponseBody": [] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/57f36fec-6ae5-4f64-be80-256256d76721?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/57f36fec-6ae5-4f64-be80-256256d76721?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1039,7 +1039,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/57f36fec-6ae5-4f64-be80-256256d76721?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/57f36fec-6ae5-4f64-be80-256256d76721?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1077,7 +1077,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/57f36fec-6ae5-4f64-be80-256256d76721?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/57f36fec-6ae5-4f64-be80-256256d76721?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1115,7 +1115,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/57f36fec-6ae5-4f64-be80-256256d76721?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/57f36fec-6ae5-4f64-be80-256256d76721?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1153,7 +1153,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/57f36fec-6ae5-4f64-be80-256256d76721?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/57f36fec-6ae5-4f64-be80-256256d76721?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1191,7 +1191,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/57f36fec-6ae5-4f64-be80-256256d76721?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/57f36fec-6ae5-4f64-be80-256256d76721?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1229,7 +1229,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/57f36fec-6ae5-4f64-be80-256256d76721?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/57f36fec-6ae5-4f64-be80-256256d76721?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1267,7 +1267,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/57f36fec-6ae5-4f64-be80-256256d76721?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/57f36fec-6ae5-4f64-be80-256256d76721?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1305,7 +1305,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/57f36fec-6ae5-4f64-be80-256256d76721?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/57f36fec-6ae5-4f64-be80-256256d76721?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/BastionHostCollectionTests/ExistsAsync.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/BastionHostCollectionTests/ExistsAsync.json index 077c2eb8eb9f..dc241a5b2a4a 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/BastionHostCollectionTests/ExistsAsync.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/BastionHostCollectionTests/ExistsAsync.json @@ -83,7 +83,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-7251/providers/Microsoft.Network/virtualNetworks/vnet-6121?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-7251/providers/Microsoft.Network/virtualNetworks/vnet-6121?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -152,7 +152,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-7251/providers/Microsoft.Network/virtualNetworks/vnet-6121/subnets/AzureBastionSubnet?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-7251/providers/Microsoft.Network/virtualNetworks/vnet-6121/subnets/AzureBastionSubnet?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -201,7 +201,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-7251/providers/Microsoft.Network/publicIPAddresses/ip-2376?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-7251/providers/Microsoft.Network/publicIPAddresses/ip-2376?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -257,7 +257,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-7251/providers/Microsoft.Network/bastionHosts/bastion-2295?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-7251/providers/Microsoft.Network/bastionHosts/bastion-2295?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -289,7 +289,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1457", "Content-Type": "application/json; charset=utf-8", @@ -347,7 +347,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -385,7 +385,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -423,7 +423,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -461,7 +461,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -499,7 +499,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -537,7 +537,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -575,7 +575,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -613,7 +613,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -651,7 +651,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -689,7 +689,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -727,7 +727,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -765,7 +765,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -803,7 +803,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -841,7 +841,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -879,7 +879,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -917,7 +917,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -955,7 +955,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -993,7 +993,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1031,7 +1031,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1069,7 +1069,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1107,7 +1107,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1145,7 +1145,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1183,7 +1183,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1221,7 +1221,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1259,7 +1259,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1297,7 +1297,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1335,7 +1335,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1373,7 +1373,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1411,7 +1411,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1449,7 +1449,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1487,7 +1487,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1525,7 +1525,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1563,7 +1563,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1601,7 +1601,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1639,7 +1639,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1677,7 +1677,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1715,7 +1715,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1753,7 +1753,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1791,7 +1791,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1829,7 +1829,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1867,7 +1867,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1905,7 +1905,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1943,7 +1943,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1981,7 +1981,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2019,7 +2019,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2057,7 +2057,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2095,7 +2095,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2133,7 +2133,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2171,7 +2171,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2209,7 +2209,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2247,7 +2247,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2285,7 +2285,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2323,7 +2323,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2361,7 +2361,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2399,7 +2399,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2437,7 +2437,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2475,7 +2475,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2513,7 +2513,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2551,7 +2551,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2589,7 +2589,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2627,7 +2627,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2665,7 +2665,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2703,7 +2703,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2741,7 +2741,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2779,7 +2779,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2817,7 +2817,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2855,7 +2855,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2893,7 +2893,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2931,7 +2931,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2969,7 +2969,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3007,7 +3007,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3045,7 +3045,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3083,7 +3083,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3121,7 +3121,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3159,7 +3159,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3197,7 +3197,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3235,7 +3235,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3273,7 +3273,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3311,7 +3311,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3349,7 +3349,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3387,7 +3387,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3425,7 +3425,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3463,7 +3463,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3501,7 +3501,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3539,7 +3539,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3577,7 +3577,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3615,7 +3615,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3653,7 +3653,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3691,7 +3691,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3729,7 +3729,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3767,7 +3767,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3805,7 +3805,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3843,7 +3843,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3881,7 +3881,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3919,7 +3919,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3957,7 +3957,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3995,7 +3995,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4033,7 +4033,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4071,7 +4071,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4109,7 +4109,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4147,7 +4147,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4185,7 +4185,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4223,7 +4223,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4261,7 +4261,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4299,7 +4299,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4337,7 +4337,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4375,7 +4375,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4413,7 +4413,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4451,7 +4451,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4489,7 +4489,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4527,7 +4527,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4565,7 +4565,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4603,7 +4603,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4641,7 +4641,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4679,7 +4679,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4717,7 +4717,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4755,7 +4755,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4793,7 +4793,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4831,7 +4831,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4869,7 +4869,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4907,7 +4907,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4945,7 +4945,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4983,7 +4983,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5021,7 +5021,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5059,7 +5059,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5097,7 +5097,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5135,7 +5135,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5173,7 +5173,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5211,7 +5211,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5249,7 +5249,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5287,7 +5287,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5325,7 +5325,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5363,7 +5363,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5401,7 +5401,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5439,7 +5439,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5477,7 +5477,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5515,7 +5515,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5553,7 +5553,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5591,7 +5591,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5629,7 +5629,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5667,7 +5667,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5705,7 +5705,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5743,7 +5743,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5781,7 +5781,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5819,7 +5819,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5857,7 +5857,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5895,7 +5895,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5933,7 +5933,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5971,7 +5971,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6009,7 +6009,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6047,7 +6047,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6085,7 +6085,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6123,7 +6123,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6161,7 +6161,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6199,7 +6199,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6237,7 +6237,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6275,7 +6275,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6313,7 +6313,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6351,7 +6351,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6389,7 +6389,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6427,7 +6427,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6465,7 +6465,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6503,7 +6503,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6541,7 +6541,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6579,7 +6579,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6617,7 +6617,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6655,7 +6655,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6693,7 +6693,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6731,7 +6731,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6769,7 +6769,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6807,7 +6807,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6845,7 +6845,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6883,7 +6883,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6922,7 +6922,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6960,7 +6960,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6998,7 +6998,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7036,7 +7036,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7074,7 +7074,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7112,7 +7112,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7150,7 +7150,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7188,7 +7188,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7226,7 +7226,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7264,7 +7264,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7302,7 +7302,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7340,7 +7340,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7378,7 +7378,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7416,7 +7416,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7454,7 +7454,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7492,7 +7492,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7530,7 +7530,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7568,7 +7568,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7606,7 +7606,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7644,7 +7644,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7682,7 +7682,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7720,7 +7720,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7758,7 +7758,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7796,7 +7796,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7834,7 +7834,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7872,7 +7872,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7910,7 +7910,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7948,7 +7948,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7986,7 +7986,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8024,7 +8024,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8062,7 +8062,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8100,7 +8100,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8138,7 +8138,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8176,7 +8176,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8214,7 +8214,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8252,7 +8252,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8290,7 +8290,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8328,7 +8328,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8366,7 +8366,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8404,7 +8404,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8442,7 +8442,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8480,7 +8480,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8518,7 +8518,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8556,7 +8556,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8594,7 +8594,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8632,7 +8632,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8670,7 +8670,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8708,7 +8708,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8746,7 +8746,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8784,7 +8784,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8822,7 +8822,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8860,7 +8860,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8898,7 +8898,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8936,7 +8936,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8974,7 +8974,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9012,7 +9012,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9050,7 +9050,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9088,7 +9088,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9126,7 +9126,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9164,7 +9164,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9202,7 +9202,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9240,7 +9240,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9278,7 +9278,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9316,7 +9316,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9354,7 +9354,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9392,7 +9392,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9430,7 +9430,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9468,7 +9468,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9506,7 +9506,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/3260dd94-710c-4b2f-8043-28c160978a46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9543,7 +9543,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-7251/providers/Microsoft.Network/bastionHosts/bastion-2295?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-7251/providers/Microsoft.Network/bastionHosts/bastion-2295?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9612,7 +9612,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-7251/providers/Microsoft.Network/bastionHosts/bastion-2295?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-7251/providers/Microsoft.Network/bastionHosts/bastion-2295?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -9682,7 +9682,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-7251/providers/Microsoft.Network/bastionHosts/bastion-22951?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-7251/providers/Microsoft.Network/bastionHosts/bastion-22951?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -9715,7 +9715,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-7251/providers/Microsoft.Network/bastionHosts/bastion-2295?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-7251/providers/Microsoft.Network/bastionHosts/bastion-2295?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -9785,7 +9785,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-7251/providers/Microsoft.Network/bastionHosts/bastion-2295?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-7251/providers/Microsoft.Network/bastionHosts/bastion-2295?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -9855,7 +9855,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-7251/providers/Microsoft.Network/bastionHosts/bastion-2295?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-7251/providers/Microsoft.Network/bastionHosts/bastion-2295?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -9868,12 +9868,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Sat, 16 Oct 2021 17:23:33 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operationResults/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operationResults/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -9892,7 +9892,7 @@ "ResponseBody": [] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9930,7 +9930,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9968,7 +9968,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10006,7 +10006,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10044,7 +10044,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10082,7 +10082,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10120,7 +10120,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10158,7 +10158,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10196,7 +10196,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10234,7 +10234,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10272,7 +10272,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10310,7 +10310,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10348,7 +10348,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10386,7 +10386,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10424,7 +10424,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10462,7 +10462,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10500,7 +10500,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10538,7 +10538,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10576,7 +10576,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10614,7 +10614,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10652,7 +10652,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10690,7 +10690,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10728,7 +10728,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10766,7 +10766,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10804,7 +10804,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10842,7 +10842,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10880,7 +10880,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10918,7 +10918,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10956,7 +10956,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10994,7 +10994,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11032,7 +11032,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11070,7 +11070,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11108,7 +11108,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11146,7 +11146,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11184,7 +11184,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11222,7 +11222,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11260,7 +11260,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11298,7 +11298,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11336,7 +11336,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11374,7 +11374,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11412,7 +11412,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11450,7 +11450,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11488,7 +11488,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11526,7 +11526,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11564,7 +11564,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11602,7 +11602,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11640,7 +11640,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11678,7 +11678,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11716,7 +11716,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11754,7 +11754,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11792,7 +11792,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11830,7 +11830,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11868,7 +11868,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11906,7 +11906,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11944,7 +11944,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11982,7 +11982,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12020,7 +12020,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12058,7 +12058,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12096,7 +12096,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12134,7 +12134,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12172,7 +12172,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12210,7 +12210,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12248,7 +12248,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12286,7 +12286,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12324,7 +12324,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12362,7 +12362,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12400,7 +12400,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12438,7 +12438,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12476,7 +12476,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12514,7 +12514,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12552,7 +12552,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12590,7 +12590,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12628,7 +12628,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12666,7 +12666,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12704,7 +12704,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12742,7 +12742,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12780,7 +12780,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12818,7 +12818,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12856,7 +12856,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12894,7 +12894,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12932,7 +12932,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12970,7 +12970,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13008,7 +13008,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13046,7 +13046,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13084,7 +13084,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13122,7 +13122,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13160,7 +13160,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13198,7 +13198,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13236,7 +13236,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13274,7 +13274,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13312,7 +13312,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13350,7 +13350,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13388,7 +13388,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13426,7 +13426,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13464,7 +13464,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13502,7 +13502,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13540,7 +13540,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13578,7 +13578,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13616,7 +13616,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13654,7 +13654,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13692,7 +13692,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13730,7 +13730,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13768,7 +13768,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13806,7 +13806,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13844,7 +13844,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13882,7 +13882,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13920,7 +13920,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13958,7 +13958,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13996,7 +13996,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14034,7 +14034,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14072,7 +14072,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14110,7 +14110,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14148,7 +14148,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14186,7 +14186,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14224,7 +14224,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14262,7 +14262,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14300,7 +14300,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14338,7 +14338,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14376,7 +14376,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14414,7 +14414,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14452,7 +14452,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14490,7 +14490,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14528,7 +14528,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14566,7 +14566,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14604,7 +14604,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14642,7 +14642,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14680,7 +14680,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14718,7 +14718,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14756,7 +14756,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14794,7 +14794,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14832,7 +14832,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14870,7 +14870,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14908,7 +14908,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14946,7 +14946,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14984,7 +14984,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15022,7 +15022,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15060,7 +15060,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15098,7 +15098,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15136,7 +15136,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15174,7 +15174,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15212,7 +15212,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15250,7 +15250,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15288,7 +15288,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15326,7 +15326,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15364,7 +15364,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15402,7 +15402,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15440,7 +15440,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15478,7 +15478,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15516,7 +15516,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15554,7 +15554,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15592,7 +15592,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15630,7 +15630,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15668,7 +15668,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15706,7 +15706,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15744,7 +15744,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15782,7 +15782,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15820,7 +15820,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15858,7 +15858,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15896,7 +15896,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15934,7 +15934,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15972,7 +15972,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16010,7 +16010,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16048,7 +16048,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16086,7 +16086,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16124,7 +16124,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16162,7 +16162,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16200,7 +16200,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16238,7 +16238,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16277,7 +16277,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16315,7 +16315,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16353,7 +16353,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16391,7 +16391,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16429,7 +16429,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16467,7 +16467,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16505,7 +16505,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16543,7 +16543,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16581,7 +16581,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16619,7 +16619,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16657,7 +16657,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16695,7 +16695,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16733,7 +16733,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16771,7 +16771,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16809,7 +16809,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16847,7 +16847,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16885,7 +16885,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16923,7 +16923,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16961,7 +16961,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16999,7 +16999,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17037,7 +17037,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17075,7 +17075,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17113,7 +17113,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17151,7 +17151,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17189,7 +17189,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17227,7 +17227,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17265,7 +17265,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17303,7 +17303,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17341,7 +17341,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17379,7 +17379,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17417,7 +17417,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17455,7 +17455,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17493,7 +17493,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17531,7 +17531,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17569,7 +17569,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17607,7 +17607,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17645,7 +17645,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17683,7 +17683,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17721,7 +17721,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17759,7 +17759,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17797,7 +17797,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17835,7 +17835,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17873,7 +17873,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17911,7 +17911,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17949,7 +17949,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17987,7 +17987,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18025,7 +18025,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18063,7 +18063,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18101,7 +18101,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18139,7 +18139,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18177,7 +18177,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18215,7 +18215,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18253,7 +18253,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18291,7 +18291,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18329,7 +18329,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18367,7 +18367,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18405,7 +18405,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18443,7 +18443,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18481,7 +18481,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18519,7 +18519,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18557,7 +18557,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18595,7 +18595,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18633,7 +18633,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18671,7 +18671,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18709,7 +18709,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18747,7 +18747,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18785,7 +18785,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18823,7 +18823,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18861,7 +18861,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18899,7 +18899,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18937,7 +18937,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18975,7 +18975,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/684fdd83-b55b-438b-af7f-7c6f1b71aa1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/BastionHostCollectionTests/Get.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/BastionHostCollectionTests/Get.json index 8cfa3925f1b6..b6ba50b02a25 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/BastionHostCollectionTests/Get.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/BastionHostCollectionTests/Get.json @@ -85,7 +85,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-5755/providers/Microsoft.Network/virtualNetworks/vnet-166?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-5755/providers/Microsoft.Network/virtualNetworks/vnet-166?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -154,7 +154,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-5755/providers/Microsoft.Network/virtualNetworks/vnet-166/subnets/AzureBastionSubnet?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-5755/providers/Microsoft.Network/virtualNetworks/vnet-166/subnets/AzureBastionSubnet?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -203,7 +203,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-5755/providers/Microsoft.Network/publicIPAddresses/ip-7939?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-5755/providers/Microsoft.Network/publicIPAddresses/ip-7939?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -259,7 +259,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-5755/providers/Microsoft.Network/bastionHosts/bastion-7725?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-5755/providers/Microsoft.Network/bastionHosts/bastion-7725?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -291,7 +291,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/a34141b1-e7cf-4490-8fbe-c92d3fa178c3?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/a34141b1-e7cf-4490-8fbe-c92d3fa178c3?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1456", "Content-Type": "application/json; charset=utf-8", @@ -349,7 +349,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/a34141b1-e7cf-4490-8fbe-c92d3fa178c3?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/a34141b1-e7cf-4490-8fbe-c92d3fa178c3?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -387,7 +387,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/a34141b1-e7cf-4490-8fbe-c92d3fa178c3?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/a34141b1-e7cf-4490-8fbe-c92d3fa178c3?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -425,7 +425,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/a34141b1-e7cf-4490-8fbe-c92d3fa178c3?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/a34141b1-e7cf-4490-8fbe-c92d3fa178c3?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -463,7 +463,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/a34141b1-e7cf-4490-8fbe-c92d3fa178c3?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/a34141b1-e7cf-4490-8fbe-c92d3fa178c3?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -501,7 +501,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/a34141b1-e7cf-4490-8fbe-c92d3fa178c3?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/a34141b1-e7cf-4490-8fbe-c92d3fa178c3?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -539,7 +539,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/a34141b1-e7cf-4490-8fbe-c92d3fa178c3?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/a34141b1-e7cf-4490-8fbe-c92d3fa178c3?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -577,7 +577,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/a34141b1-e7cf-4490-8fbe-c92d3fa178c3?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/a34141b1-e7cf-4490-8fbe-c92d3fa178c3?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -615,7 +615,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/a34141b1-e7cf-4490-8fbe-c92d3fa178c3?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/a34141b1-e7cf-4490-8fbe-c92d3fa178c3?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -652,7 +652,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-5755/providers/Microsoft.Network/bastionHosts/bastion-7725?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-5755/providers/Microsoft.Network/bastionHosts/bastion-7725?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -721,7 +721,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-5755/providers/Microsoft.Network/bastionHosts/bastion-7725?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-5755/providers/Microsoft.Network/bastionHosts/bastion-7725?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -791,7 +791,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-5755/providers/Microsoft.Network/bastionHosts/bastion-7725?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-5755/providers/Microsoft.Network/bastionHosts/bastion-7725?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -861,7 +861,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-5755/providers/Microsoft.Network/bastionHosts/bastion-7725?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-5755/providers/Microsoft.Network/bastionHosts/bastion-7725?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -931,7 +931,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-5755/providers/Microsoft.Network/bastionHosts/bastion-7725?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-5755/providers/Microsoft.Network/bastionHosts/bastion-7725?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -944,12 +944,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/93341485-0959-45b9-ab0a-9649e260b6b8?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/93341485-0959-45b9-ab0a-9649e260b6b8?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Tue, 18 Jan 2022 15:31:39 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operationResults/93341485-0959-45b9-ab0a-9649e260b6b8?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operationResults/93341485-0959-45b9-ab0a-9649e260b6b8?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -968,7 +968,7 @@ "ResponseBody": [] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/93341485-0959-45b9-ab0a-9649e260b6b8?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/93341485-0959-45b9-ab0a-9649e260b6b8?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1006,7 +1006,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/93341485-0959-45b9-ab0a-9649e260b6b8?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/93341485-0959-45b9-ab0a-9649e260b6b8?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1044,7 +1044,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/93341485-0959-45b9-ab0a-9649e260b6b8?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/93341485-0959-45b9-ab0a-9649e260b6b8?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1082,7 +1082,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/93341485-0959-45b9-ab0a-9649e260b6b8?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/93341485-0959-45b9-ab0a-9649e260b6b8?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1120,7 +1120,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/93341485-0959-45b9-ab0a-9649e260b6b8?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/93341485-0959-45b9-ab0a-9649e260b6b8?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1158,7 +1158,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/93341485-0959-45b9-ab0a-9649e260b6b8?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/93341485-0959-45b9-ab0a-9649e260b6b8?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1196,7 +1196,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/93341485-0959-45b9-ab0a-9649e260b6b8?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/93341485-0959-45b9-ab0a-9649e260b6b8?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1234,7 +1234,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/93341485-0959-45b9-ab0a-9649e260b6b8?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/93341485-0959-45b9-ab0a-9649e260b6b8?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1272,7 +1272,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/93341485-0959-45b9-ab0a-9649e260b6b8?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/93341485-0959-45b9-ab0a-9649e260b6b8?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/BastionHostCollectionTests/GetAll.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/BastionHostCollectionTests/GetAll.json index cef0197478cf..140305174564 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/BastionHostCollectionTests/GetAll.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/BastionHostCollectionTests/GetAll.json @@ -85,7 +85,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-5755/providers/Microsoft.Network/virtualNetworks/vnet-166?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-5755/providers/Microsoft.Network/virtualNetworks/vnet-166?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -154,7 +154,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-5755/providers/Microsoft.Network/virtualNetworks/vnet-166/subnets/AzureBastionSubnet?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-5755/providers/Microsoft.Network/virtualNetworks/vnet-166/subnets/AzureBastionSubnet?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -203,7 +203,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-5755/providers/Microsoft.Network/publicIPAddresses/ip-7939?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-5755/providers/Microsoft.Network/publicIPAddresses/ip-7939?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -259,7 +259,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-5755/providers/Microsoft.Network/bastionHosts/bastion-7725?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-5755/providers/Microsoft.Network/bastionHosts/bastion-7725?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -291,7 +291,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/bcb99610-e75a-41af-a873-90ddb2786ef3?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/bcb99610-e75a-41af-a873-90ddb2786ef3?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1456", "Content-Type": "application/json; charset=utf-8", @@ -349,7 +349,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/bcb99610-e75a-41af-a873-90ddb2786ef3?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/bcb99610-e75a-41af-a873-90ddb2786ef3?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -387,7 +387,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/bcb99610-e75a-41af-a873-90ddb2786ef3?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/bcb99610-e75a-41af-a873-90ddb2786ef3?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -425,7 +425,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/bcb99610-e75a-41af-a873-90ddb2786ef3?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/bcb99610-e75a-41af-a873-90ddb2786ef3?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -463,7 +463,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/bcb99610-e75a-41af-a873-90ddb2786ef3?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/bcb99610-e75a-41af-a873-90ddb2786ef3?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -501,7 +501,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/bcb99610-e75a-41af-a873-90ddb2786ef3?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/bcb99610-e75a-41af-a873-90ddb2786ef3?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -539,7 +539,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/bcb99610-e75a-41af-a873-90ddb2786ef3?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/bcb99610-e75a-41af-a873-90ddb2786ef3?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -577,7 +577,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/bcb99610-e75a-41af-a873-90ddb2786ef3?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/bcb99610-e75a-41af-a873-90ddb2786ef3?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -615,7 +615,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/bcb99610-e75a-41af-a873-90ddb2786ef3?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/bcb99610-e75a-41af-a873-90ddb2786ef3?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -652,7 +652,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-5755/providers/Microsoft.Network/bastionHosts/bastion-7725?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-5755/providers/Microsoft.Network/bastionHosts/bastion-7725?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -721,7 +721,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-5755/providers/Microsoft.Network/bastionHosts?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-5755/providers/Microsoft.Network/bastionHosts?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -794,7 +794,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-5755/providers/Microsoft.Network/bastionHosts/bastion-7725?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-5755/providers/Microsoft.Network/bastionHosts/bastion-7725?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -864,7 +864,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-5755/providers/Microsoft.Network/bastionHosts/bastion-7725?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-5755/providers/Microsoft.Network/bastionHosts/bastion-7725?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -934,7 +934,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-5755/providers/Microsoft.Network/bastionHosts/bastion-7725?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-5755/providers/Microsoft.Network/bastionHosts/bastion-7725?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -947,12 +947,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/76ce0645-1aaa-4e62-9bc0-6bd1241bdf76?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/76ce0645-1aaa-4e62-9bc0-6bd1241bdf76?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Tue, 18 Jan 2022 15:45:53 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operationResults/76ce0645-1aaa-4e62-9bc0-6bd1241bdf76?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operationResults/76ce0645-1aaa-4e62-9bc0-6bd1241bdf76?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -971,7 +971,7 @@ "ResponseBody": [] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/76ce0645-1aaa-4e62-9bc0-6bd1241bdf76?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/76ce0645-1aaa-4e62-9bc0-6bd1241bdf76?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1009,7 +1009,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/76ce0645-1aaa-4e62-9bc0-6bd1241bdf76?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/76ce0645-1aaa-4e62-9bc0-6bd1241bdf76?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1047,7 +1047,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/76ce0645-1aaa-4e62-9bc0-6bd1241bdf76?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/76ce0645-1aaa-4e62-9bc0-6bd1241bdf76?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1085,7 +1085,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/76ce0645-1aaa-4e62-9bc0-6bd1241bdf76?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/76ce0645-1aaa-4e62-9bc0-6bd1241bdf76?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1123,7 +1123,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/76ce0645-1aaa-4e62-9bc0-6bd1241bdf76?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/76ce0645-1aaa-4e62-9bc0-6bd1241bdf76?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1161,7 +1161,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/76ce0645-1aaa-4e62-9bc0-6bd1241bdf76?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/76ce0645-1aaa-4e62-9bc0-6bd1241bdf76?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1199,7 +1199,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/76ce0645-1aaa-4e62-9bc0-6bd1241bdf76?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/76ce0645-1aaa-4e62-9bc0-6bd1241bdf76?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1237,7 +1237,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/76ce0645-1aaa-4e62-9bc0-6bd1241bdf76?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/76ce0645-1aaa-4e62-9bc0-6bd1241bdf76?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1275,7 +1275,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/76ce0645-1aaa-4e62-9bc0-6bd1241bdf76?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/76ce0645-1aaa-4e62-9bc0-6bd1241bdf76?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/BastionHostCollectionTests/GetAllAsync.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/BastionHostCollectionTests/GetAllAsync.json index 4fc1fda10523..9c92a141cab2 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/BastionHostCollectionTests/GetAllAsync.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/BastionHostCollectionTests/GetAllAsync.json @@ -83,7 +83,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-7251/providers/Microsoft.Network/virtualNetworks/vnet-6121?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-7251/providers/Microsoft.Network/virtualNetworks/vnet-6121?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -155,7 +155,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-7251/providers/Microsoft.Network/virtualNetworks/vnet-6121/subnets/AzureBastionSubnet?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-7251/providers/Microsoft.Network/virtualNetworks/vnet-6121/subnets/AzureBastionSubnet?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -207,7 +207,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-7251/providers/Microsoft.Network/publicIPAddresses/ip-2376?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-7251/providers/Microsoft.Network/publicIPAddresses/ip-2376?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -263,7 +263,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-7251/providers/Microsoft.Network/bastionHosts/bastion-2295?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-7251/providers/Microsoft.Network/bastionHosts/bastion-2295?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -295,7 +295,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1455", "Content-Type": "application/json; charset=utf-8", @@ -353,7 +353,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -391,7 +391,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -429,7 +429,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -467,7 +467,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -505,7 +505,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -543,7 +543,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -581,7 +581,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -619,7 +619,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -657,7 +657,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -695,7 +695,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -733,7 +733,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -771,7 +771,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -809,7 +809,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -847,7 +847,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -885,7 +885,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -923,7 +923,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -961,7 +961,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -999,7 +999,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1037,7 +1037,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1075,7 +1075,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1113,7 +1113,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1151,7 +1151,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1189,7 +1189,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1227,7 +1227,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1265,7 +1265,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1303,7 +1303,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1341,7 +1341,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1379,7 +1379,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1417,7 +1417,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1455,7 +1455,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1493,7 +1493,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1531,7 +1531,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1569,7 +1569,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1607,7 +1607,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1645,7 +1645,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1683,7 +1683,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1721,7 +1721,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1759,7 +1759,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1797,7 +1797,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1835,7 +1835,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1873,7 +1873,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1911,7 +1911,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1949,7 +1949,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1987,7 +1987,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2025,7 +2025,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2063,7 +2063,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2101,7 +2101,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2139,7 +2139,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2177,7 +2177,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2215,7 +2215,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2253,7 +2253,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2291,7 +2291,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2329,7 +2329,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2367,7 +2367,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2405,7 +2405,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2443,7 +2443,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2481,7 +2481,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2519,7 +2519,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2557,7 +2557,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2595,7 +2595,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2633,7 +2633,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2671,7 +2671,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2709,7 +2709,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2747,7 +2747,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2785,7 +2785,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2823,7 +2823,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2861,7 +2861,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2899,7 +2899,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2937,7 +2937,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2975,7 +2975,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3013,7 +3013,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3051,7 +3051,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3089,7 +3089,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3127,7 +3127,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3165,7 +3165,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3203,7 +3203,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3241,7 +3241,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3279,7 +3279,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3317,7 +3317,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3355,7 +3355,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3393,7 +3393,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3431,7 +3431,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3469,7 +3469,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3507,7 +3507,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3545,7 +3545,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3583,7 +3583,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3621,7 +3621,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3659,7 +3659,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3697,7 +3697,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3735,7 +3735,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3773,7 +3773,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3811,7 +3811,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3849,7 +3849,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3887,7 +3887,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3925,7 +3925,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3963,7 +3963,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4001,7 +4001,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4039,7 +4039,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4077,7 +4077,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4115,7 +4115,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4153,7 +4153,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4191,7 +4191,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4229,7 +4229,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4267,7 +4267,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4305,7 +4305,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4343,7 +4343,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4381,7 +4381,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4419,7 +4419,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4457,7 +4457,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4495,7 +4495,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4533,7 +4533,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4571,7 +4571,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4609,7 +4609,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4647,7 +4647,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4685,7 +4685,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4723,7 +4723,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4761,7 +4761,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4799,7 +4799,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4837,7 +4837,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4875,7 +4875,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4913,7 +4913,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4951,7 +4951,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4989,7 +4989,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5027,7 +5027,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5065,7 +5065,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5103,7 +5103,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5141,7 +5141,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5179,7 +5179,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5217,7 +5217,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5255,7 +5255,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5293,7 +5293,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5331,7 +5331,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5369,7 +5369,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5407,7 +5407,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5445,7 +5445,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5483,7 +5483,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5521,7 +5521,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5559,7 +5559,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5597,7 +5597,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5635,7 +5635,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5673,7 +5673,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5711,7 +5711,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5749,7 +5749,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5787,7 +5787,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5825,7 +5825,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5863,7 +5863,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5901,7 +5901,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5939,7 +5939,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5977,7 +5977,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6015,7 +6015,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6053,7 +6053,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6091,7 +6091,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6129,7 +6129,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6167,7 +6167,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6205,7 +6205,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6243,7 +6243,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6281,7 +6281,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6319,7 +6319,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6357,7 +6357,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6395,7 +6395,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6433,7 +6433,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6471,7 +6471,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6509,7 +6509,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6547,7 +6547,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6585,7 +6585,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6623,7 +6623,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6661,7 +6661,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6699,7 +6699,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6737,7 +6737,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6775,7 +6775,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6813,7 +6813,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6851,7 +6851,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6889,7 +6889,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6927,7 +6927,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6965,7 +6965,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7003,7 +7003,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7041,7 +7041,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7079,7 +7079,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7117,7 +7117,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7155,7 +7155,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7193,7 +7193,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7231,7 +7231,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7269,7 +7269,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7307,7 +7307,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7345,7 +7345,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7383,7 +7383,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7421,7 +7421,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7459,7 +7459,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7497,7 +7497,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7535,7 +7535,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7574,7 +7574,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7612,7 +7612,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7650,7 +7650,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7688,7 +7688,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7726,7 +7726,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7764,7 +7764,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7802,7 +7802,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7840,7 +7840,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7878,7 +7878,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7916,7 +7916,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7954,7 +7954,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7992,7 +7992,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8030,7 +8030,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8068,7 +8068,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8106,7 +8106,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8144,7 +8144,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8182,7 +8182,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8220,7 +8220,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8258,7 +8258,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8296,7 +8296,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8334,7 +8334,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8372,7 +8372,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8410,7 +8410,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8448,7 +8448,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8486,7 +8486,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8524,7 +8524,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8562,7 +8562,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8600,7 +8600,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8638,7 +8638,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8676,7 +8676,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8714,7 +8714,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8752,7 +8752,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8790,7 +8790,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8828,7 +8828,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8866,7 +8866,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8904,7 +8904,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8942,7 +8942,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8980,7 +8980,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9018,7 +9018,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9056,7 +9056,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9094,7 +9094,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9132,7 +9132,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9170,7 +9170,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9208,7 +9208,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9246,7 +9246,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9284,7 +9284,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9322,7 +9322,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/42082fb1-8d50-472f-ae6d-c6734282d1f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9359,7 +9359,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-7251/providers/Microsoft.Network/bastionHosts/bastion-2295?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-7251/providers/Microsoft.Network/bastionHosts/bastion-2295?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9428,7 +9428,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-7251/providers/Microsoft.Network/bastionHosts?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-7251/providers/Microsoft.Network/bastionHosts?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -9501,7 +9501,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-7251/providers/Microsoft.Network/bastionHosts/bastion-2295?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-7251/providers/Microsoft.Network/bastionHosts/bastion-2295?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -9571,7 +9571,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-7251/providers/Microsoft.Network/bastionHosts/bastion-2295?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-7251/providers/Microsoft.Network/bastionHosts/bastion-2295?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -9641,7 +9641,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-7251/providers/Microsoft.Network/bastionHosts/bastion-2295?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-7251/providers/Microsoft.Network/bastionHosts/bastion-2295?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -9654,12 +9654,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Sat, 16 Oct 2021 19:01:18 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operationResults/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operationResults/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -9678,7 +9678,7 @@ "ResponseBody": [] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9716,7 +9716,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9754,7 +9754,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9792,7 +9792,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9830,7 +9830,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9868,7 +9868,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9906,7 +9906,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9944,7 +9944,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9982,7 +9982,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10020,7 +10020,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10058,7 +10058,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10096,7 +10096,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10134,7 +10134,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10172,7 +10172,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10210,7 +10210,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10248,7 +10248,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10286,7 +10286,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10324,7 +10324,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10362,7 +10362,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10400,7 +10400,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10438,7 +10438,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10476,7 +10476,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10514,7 +10514,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10552,7 +10552,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10590,7 +10590,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10628,7 +10628,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10666,7 +10666,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10704,7 +10704,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10742,7 +10742,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10780,7 +10780,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10818,7 +10818,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10856,7 +10856,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10894,7 +10894,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10932,7 +10932,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10970,7 +10970,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11008,7 +11008,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11046,7 +11046,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11084,7 +11084,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11122,7 +11122,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11160,7 +11160,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11198,7 +11198,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11236,7 +11236,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11274,7 +11274,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11312,7 +11312,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11350,7 +11350,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11388,7 +11388,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11426,7 +11426,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11464,7 +11464,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11502,7 +11502,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11540,7 +11540,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11578,7 +11578,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11616,7 +11616,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11654,7 +11654,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11692,7 +11692,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11730,7 +11730,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11768,7 +11768,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11806,7 +11806,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11844,7 +11844,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11882,7 +11882,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11920,7 +11920,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11958,7 +11958,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11996,7 +11996,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12034,7 +12034,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12072,7 +12072,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12110,7 +12110,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12148,7 +12148,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12186,7 +12186,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12224,7 +12224,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12262,7 +12262,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12300,7 +12300,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12338,7 +12338,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12376,7 +12376,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12414,7 +12414,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12452,7 +12452,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12490,7 +12490,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12528,7 +12528,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12566,7 +12566,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12604,7 +12604,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12642,7 +12642,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12680,7 +12680,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12718,7 +12718,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12756,7 +12756,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12794,7 +12794,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12832,7 +12832,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12870,7 +12870,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12908,7 +12908,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12946,7 +12946,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12984,7 +12984,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13022,7 +13022,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13060,7 +13060,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13098,7 +13098,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13136,7 +13136,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13174,7 +13174,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13212,7 +13212,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13250,7 +13250,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13288,7 +13288,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13326,7 +13326,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13364,7 +13364,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13402,7 +13402,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13440,7 +13440,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13478,7 +13478,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13516,7 +13516,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13554,7 +13554,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13592,7 +13592,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13630,7 +13630,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13668,7 +13668,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13706,7 +13706,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13744,7 +13744,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13782,7 +13782,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13820,7 +13820,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13858,7 +13858,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13896,7 +13896,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13934,7 +13934,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13972,7 +13972,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14010,7 +14010,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14048,7 +14048,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14086,7 +14086,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14124,7 +14124,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14162,7 +14162,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14200,7 +14200,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14238,7 +14238,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14276,7 +14276,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14314,7 +14314,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14352,7 +14352,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14390,7 +14390,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14428,7 +14428,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14466,7 +14466,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14504,7 +14504,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14542,7 +14542,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14580,7 +14580,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14618,7 +14618,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14656,7 +14656,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14694,7 +14694,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14732,7 +14732,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14770,7 +14770,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14808,7 +14808,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14846,7 +14846,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14884,7 +14884,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14922,7 +14922,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14960,7 +14960,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14998,7 +14998,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15036,7 +15036,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15074,7 +15074,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15112,7 +15112,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15150,7 +15150,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15188,7 +15188,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15226,7 +15226,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15264,7 +15264,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15302,7 +15302,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15340,7 +15340,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15378,7 +15378,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15416,7 +15416,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15454,7 +15454,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15492,7 +15492,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15530,7 +15530,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15568,7 +15568,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15606,7 +15606,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15644,7 +15644,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15682,7 +15682,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15720,7 +15720,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15758,7 +15758,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15796,7 +15796,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15834,7 +15834,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15872,7 +15872,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15910,7 +15910,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15948,7 +15948,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15986,7 +15986,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16024,7 +16024,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16062,7 +16062,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16100,7 +16100,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16138,7 +16138,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16176,7 +16176,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16214,7 +16214,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16252,7 +16252,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16290,7 +16290,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16328,7 +16328,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16366,7 +16366,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16404,7 +16404,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16442,7 +16442,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16480,7 +16480,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16518,7 +16518,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16556,7 +16556,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16594,7 +16594,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16632,7 +16632,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16670,7 +16670,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16708,7 +16708,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16746,7 +16746,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16784,7 +16784,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16822,7 +16822,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16860,7 +16860,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16898,7 +16898,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16936,7 +16936,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16974,7 +16974,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17012,7 +17012,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17051,7 +17051,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17089,7 +17089,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17127,7 +17127,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17165,7 +17165,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17203,7 +17203,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17241,7 +17241,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17279,7 +17279,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17317,7 +17317,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17355,7 +17355,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17393,7 +17393,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17431,7 +17431,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17469,7 +17469,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17507,7 +17507,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17545,7 +17545,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17583,7 +17583,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17621,7 +17621,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17659,7 +17659,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17697,7 +17697,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17735,7 +17735,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17773,7 +17773,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17811,7 +17811,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17849,7 +17849,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17887,7 +17887,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17925,7 +17925,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17963,7 +17963,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18001,7 +18001,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18039,7 +18039,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18077,7 +18077,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18115,7 +18115,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18153,7 +18153,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18191,7 +18191,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18229,7 +18229,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18267,7 +18267,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18305,7 +18305,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18343,7 +18343,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18381,7 +18381,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18419,7 +18419,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18457,7 +18457,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18495,7 +18495,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18533,7 +18533,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18571,7 +18571,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18609,7 +18609,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18647,7 +18647,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18685,7 +18685,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18723,7 +18723,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18761,7 +18761,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18799,7 +18799,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18837,7 +18837,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18875,7 +18875,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18913,7 +18913,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b3323893-a130-4b3e-8d53-f516c2a9714b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/BastionHostCollectionTests/GetAsync.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/BastionHostCollectionTests/GetAsync.json index 4958a7857bf8..4489f5fbfa9b 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/BastionHostCollectionTests/GetAsync.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/BastionHostCollectionTests/GetAsync.json @@ -83,7 +83,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-7251/providers/Microsoft.Network/virtualNetworks/vnet-6121?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-7251/providers/Microsoft.Network/virtualNetworks/vnet-6121?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -155,7 +155,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-7251/providers/Microsoft.Network/virtualNetworks/vnet-6121/subnets/AzureBastionSubnet?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-7251/providers/Microsoft.Network/virtualNetworks/vnet-6121/subnets/AzureBastionSubnet?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -207,7 +207,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-7251/providers/Microsoft.Network/publicIPAddresses/ip-2376?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-7251/providers/Microsoft.Network/publicIPAddresses/ip-2376?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -263,7 +263,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-7251/providers/Microsoft.Network/bastionHosts/bastion-2295?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-7251/providers/Microsoft.Network/bastionHosts/bastion-2295?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -295,7 +295,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1457", "Content-Type": "application/json; charset=utf-8", @@ -353,7 +353,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -391,7 +391,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -429,7 +429,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -467,7 +467,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -505,7 +505,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -543,7 +543,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -581,7 +581,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -619,7 +619,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -657,7 +657,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -695,7 +695,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -733,7 +733,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -771,7 +771,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -809,7 +809,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -847,7 +847,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -885,7 +885,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -923,7 +923,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -961,7 +961,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -999,7 +999,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1037,7 +1037,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1075,7 +1075,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1113,7 +1113,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1151,7 +1151,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1189,7 +1189,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1227,7 +1227,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1265,7 +1265,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1303,7 +1303,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1341,7 +1341,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1379,7 +1379,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1417,7 +1417,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1455,7 +1455,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1493,7 +1493,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1531,7 +1531,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1569,7 +1569,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1607,7 +1607,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1645,7 +1645,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1683,7 +1683,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1721,7 +1721,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1759,7 +1759,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1797,7 +1797,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1835,7 +1835,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1873,7 +1873,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1911,7 +1911,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1949,7 +1949,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1987,7 +1987,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2025,7 +2025,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2063,7 +2063,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2101,7 +2101,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2139,7 +2139,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2177,7 +2177,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2215,7 +2215,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2253,7 +2253,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2291,7 +2291,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2329,7 +2329,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2367,7 +2367,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2405,7 +2405,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2443,7 +2443,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2481,7 +2481,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2519,7 +2519,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2557,7 +2557,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2595,7 +2595,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2633,7 +2633,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2671,7 +2671,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2709,7 +2709,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2747,7 +2747,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2785,7 +2785,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2823,7 +2823,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2861,7 +2861,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2899,7 +2899,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2937,7 +2937,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2975,7 +2975,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3013,7 +3013,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3051,7 +3051,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3089,7 +3089,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3127,7 +3127,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3165,7 +3165,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3203,7 +3203,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3241,7 +3241,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3279,7 +3279,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3317,7 +3317,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3355,7 +3355,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3393,7 +3393,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3431,7 +3431,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3469,7 +3469,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3507,7 +3507,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3545,7 +3545,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3583,7 +3583,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3621,7 +3621,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3659,7 +3659,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3697,7 +3697,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3735,7 +3735,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3773,7 +3773,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3811,7 +3811,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3849,7 +3849,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3887,7 +3887,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3925,7 +3925,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3963,7 +3963,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4001,7 +4001,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4039,7 +4039,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4077,7 +4077,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4115,7 +4115,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4153,7 +4153,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4191,7 +4191,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4229,7 +4229,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4267,7 +4267,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4305,7 +4305,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4343,7 +4343,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4381,7 +4381,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4419,7 +4419,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4457,7 +4457,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4495,7 +4495,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4533,7 +4533,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4571,7 +4571,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4609,7 +4609,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4647,7 +4647,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4685,7 +4685,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4723,7 +4723,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4761,7 +4761,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4799,7 +4799,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4837,7 +4837,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4875,7 +4875,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4913,7 +4913,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4951,7 +4951,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4989,7 +4989,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5027,7 +5027,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5065,7 +5065,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5103,7 +5103,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5141,7 +5141,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5179,7 +5179,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5217,7 +5217,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5255,7 +5255,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5293,7 +5293,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5331,7 +5331,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5369,7 +5369,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5407,7 +5407,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5445,7 +5445,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5483,7 +5483,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5521,7 +5521,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5559,7 +5559,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5597,7 +5597,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5635,7 +5635,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5673,7 +5673,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5711,7 +5711,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5749,7 +5749,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5787,7 +5787,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5825,7 +5825,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5863,7 +5863,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5901,7 +5901,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5939,7 +5939,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5977,7 +5977,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6015,7 +6015,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6053,7 +6053,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6091,7 +6091,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6129,7 +6129,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6167,7 +6167,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6205,7 +6205,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6243,7 +6243,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6281,7 +6281,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6319,7 +6319,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6357,7 +6357,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6395,7 +6395,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6433,7 +6433,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6471,7 +6471,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6509,7 +6509,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6547,7 +6547,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6585,7 +6585,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6623,7 +6623,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6661,7 +6661,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6699,7 +6699,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6737,7 +6737,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6775,7 +6775,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6813,7 +6813,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6851,7 +6851,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6889,7 +6889,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6927,7 +6927,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6965,7 +6965,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7003,7 +7003,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7041,7 +7041,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7079,7 +7079,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7117,7 +7117,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7155,7 +7155,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7193,7 +7193,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7231,7 +7231,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7269,7 +7269,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7307,7 +7307,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7345,7 +7345,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7383,7 +7383,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7421,7 +7421,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7459,7 +7459,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7497,7 +7497,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7535,7 +7535,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7573,7 +7573,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7611,7 +7611,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7649,7 +7649,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7687,7 +7687,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7725,7 +7725,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7763,7 +7763,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7801,7 +7801,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7839,7 +7839,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7877,7 +7877,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7915,7 +7915,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7953,7 +7953,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7991,7 +7991,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8029,7 +8029,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8067,7 +8067,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8105,7 +8105,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8143,7 +8143,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8181,7 +8181,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8219,7 +8219,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8257,7 +8257,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8295,7 +8295,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8333,7 +8333,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8371,7 +8371,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8409,7 +8409,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8447,7 +8447,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8485,7 +8485,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8523,7 +8523,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8561,7 +8561,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8599,7 +8599,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8637,7 +8637,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8675,7 +8675,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8713,7 +8713,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8751,7 +8751,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8789,7 +8789,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8827,7 +8827,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8865,7 +8865,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8903,7 +8903,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8941,7 +8941,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8979,7 +8979,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9017,7 +9017,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9055,7 +9055,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9093,7 +9093,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9131,7 +9131,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9169,7 +9169,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9207,7 +9207,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9245,7 +9245,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9284,7 +9284,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9322,7 +9322,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9360,7 +9360,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9398,7 +9398,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9436,7 +9436,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9474,7 +9474,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9512,7 +9512,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9550,7 +9550,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9588,7 +9588,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9626,7 +9626,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9664,7 +9664,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9702,7 +9702,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9740,7 +9740,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9778,7 +9778,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9816,7 +9816,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9854,7 +9854,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9892,7 +9892,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9930,7 +9930,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -9968,7 +9968,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10006,7 +10006,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10044,7 +10044,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10082,7 +10082,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10120,7 +10120,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10158,7 +10158,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10196,7 +10196,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10234,7 +10234,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10272,7 +10272,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10310,7 +10310,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10348,7 +10348,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10386,7 +10386,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10424,7 +10424,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10462,7 +10462,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10500,7 +10500,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10538,7 +10538,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10576,7 +10576,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10614,7 +10614,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10652,7 +10652,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10690,7 +10690,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10728,7 +10728,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10766,7 +10766,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10804,7 +10804,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2cc034a2-70c1-4658-b4bf-6cb889974b35?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10841,7 +10841,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-7251/providers/Microsoft.Network/bastionHosts/bastion-2295?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-7251/providers/Microsoft.Network/bastionHosts/bastion-2295?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -10910,7 +10910,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-7251/providers/Microsoft.Network/bastionHosts/bastion-2295?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-7251/providers/Microsoft.Network/bastionHosts/bastion-2295?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -10980,7 +10980,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-7251/providers/Microsoft.Network/bastionHosts/bastion-2295?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-7251/providers/Microsoft.Network/bastionHosts/bastion-2295?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -11050,7 +11050,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-7251/providers/Microsoft.Network/bastionHosts/bastion-2295?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-7251/providers/Microsoft.Network/bastionHosts/bastion-2295?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -11120,7 +11120,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-7251/providers/Microsoft.Network/bastionHosts/bastion-2295?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/bastionrg-7251/providers/Microsoft.Network/bastionHosts/bastion-2295?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -11133,12 +11133,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Sat, 16 Oct 2021 18:51:07 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operationResults/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operationResults/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -11157,7 +11157,7 @@ "ResponseBody": [] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11195,7 +11195,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11233,7 +11233,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11271,7 +11271,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11309,7 +11309,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11347,7 +11347,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11385,7 +11385,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11423,7 +11423,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11461,7 +11461,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11499,7 +11499,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11537,7 +11537,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11575,7 +11575,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11613,7 +11613,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11651,7 +11651,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11689,7 +11689,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11727,7 +11727,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11765,7 +11765,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11803,7 +11803,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11841,7 +11841,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11879,7 +11879,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11917,7 +11917,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11955,7 +11955,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -11993,7 +11993,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12031,7 +12031,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12069,7 +12069,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12107,7 +12107,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12145,7 +12145,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12183,7 +12183,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12221,7 +12221,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12259,7 +12259,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12297,7 +12297,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12335,7 +12335,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12373,7 +12373,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12411,7 +12411,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12449,7 +12449,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12487,7 +12487,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12525,7 +12525,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12563,7 +12563,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12601,7 +12601,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12639,7 +12639,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12677,7 +12677,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12715,7 +12715,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12753,7 +12753,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12791,7 +12791,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12829,7 +12829,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12867,7 +12867,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12905,7 +12905,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12943,7 +12943,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -12981,7 +12981,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13019,7 +13019,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13057,7 +13057,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13095,7 +13095,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13133,7 +13133,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13171,7 +13171,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13209,7 +13209,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13247,7 +13247,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13285,7 +13285,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13323,7 +13323,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13361,7 +13361,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13399,7 +13399,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13437,7 +13437,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13475,7 +13475,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13513,7 +13513,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13551,7 +13551,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13589,7 +13589,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13627,7 +13627,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13665,7 +13665,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13703,7 +13703,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13741,7 +13741,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13779,7 +13779,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13817,7 +13817,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13855,7 +13855,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13893,7 +13893,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13931,7 +13931,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -13969,7 +13969,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14007,7 +14007,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14045,7 +14045,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14083,7 +14083,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14121,7 +14121,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14159,7 +14159,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14197,7 +14197,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14235,7 +14235,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14273,7 +14273,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14311,7 +14311,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14349,7 +14349,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14387,7 +14387,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14425,7 +14425,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14463,7 +14463,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14501,7 +14501,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14539,7 +14539,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14577,7 +14577,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14615,7 +14615,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14653,7 +14653,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14691,7 +14691,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14729,7 +14729,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14767,7 +14767,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14805,7 +14805,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14843,7 +14843,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14881,7 +14881,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14919,7 +14919,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14957,7 +14957,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -14995,7 +14995,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15033,7 +15033,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15071,7 +15071,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15109,7 +15109,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15147,7 +15147,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15185,7 +15185,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15223,7 +15223,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15261,7 +15261,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15299,7 +15299,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15337,7 +15337,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15375,7 +15375,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15413,7 +15413,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15451,7 +15451,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15489,7 +15489,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15527,7 +15527,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15565,7 +15565,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15603,7 +15603,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15641,7 +15641,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15679,7 +15679,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15717,7 +15717,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15755,7 +15755,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15793,7 +15793,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15831,7 +15831,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15869,7 +15869,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15907,7 +15907,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15945,7 +15945,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -15983,7 +15983,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16021,7 +16021,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16059,7 +16059,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16097,7 +16097,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16135,7 +16135,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16173,7 +16173,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16211,7 +16211,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16249,7 +16249,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16287,7 +16287,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16325,7 +16325,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16363,7 +16363,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16401,7 +16401,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16439,7 +16439,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16477,7 +16477,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16515,7 +16515,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16553,7 +16553,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16591,7 +16591,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16629,7 +16629,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16667,7 +16667,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16705,7 +16705,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16743,7 +16743,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16781,7 +16781,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16819,7 +16819,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16857,7 +16857,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16895,7 +16895,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16933,7 +16933,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -16971,7 +16971,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17009,7 +17009,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17047,7 +17047,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17085,7 +17085,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17123,7 +17123,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17161,7 +17161,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17199,7 +17199,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17237,7 +17237,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17275,7 +17275,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17313,7 +17313,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17351,7 +17351,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17389,7 +17389,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17427,7 +17427,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17465,7 +17465,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17503,7 +17503,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17541,7 +17541,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17579,7 +17579,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17617,7 +17617,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17655,7 +17655,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17693,7 +17693,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17731,7 +17731,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17769,7 +17769,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17807,7 +17807,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17845,7 +17845,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17883,7 +17883,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17921,7 +17921,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17959,7 +17959,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -17997,7 +17997,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18035,7 +18035,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18073,7 +18073,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18111,7 +18111,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18149,7 +18149,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18187,7 +18187,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18225,7 +18225,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18263,7 +18263,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18301,7 +18301,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18339,7 +18339,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18377,7 +18377,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18415,7 +18415,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18453,7 +18453,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18491,7 +18491,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18529,7 +18529,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18567,7 +18567,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18605,7 +18605,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18643,7 +18643,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18681,7 +18681,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18719,7 +18719,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18757,7 +18757,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18795,7 +18795,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18833,7 +18833,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18872,7 +18872,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18910,7 +18910,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18948,7 +18948,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -18986,7 +18986,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -19024,7 +19024,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -19062,7 +19062,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -19100,7 +19100,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -19138,7 +19138,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -19176,7 +19176,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -19214,7 +19214,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -19252,7 +19252,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -19290,7 +19290,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -19328,7 +19328,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -19366,7 +19366,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -19404,7 +19404,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -19442,7 +19442,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -19480,7 +19480,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -19518,7 +19518,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -19556,7 +19556,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -19594,7 +19594,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -19632,7 +19632,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -19670,7 +19670,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -19708,7 +19708,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -19746,7 +19746,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -19784,7 +19784,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -19822,7 +19822,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -19860,7 +19860,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -19898,7 +19898,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -19936,7 +19936,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -19974,7 +19974,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -20012,7 +20012,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -20050,7 +20050,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -20088,7 +20088,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -20126,7 +20126,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -20164,7 +20164,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -20202,7 +20202,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -20240,7 +20240,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -20278,7 +20278,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -20316,7 +20316,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -20354,7 +20354,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -20392,7 +20392,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -20430,7 +20430,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/078280cf-bd94-4884-ac65-578e5c4a706f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/CheckDnsAvailabilityTests/CheckDnsAvailabilityTest[2018-11-01].json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/CheckDnsAvailabilityTests/CheckDnsAvailabilityTest[2018-11-01].json index 8effe388c5ef..649e7ff98f4d 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/CheckDnsAvailabilityTests/CheckDnsAvailabilityTest[2018-11-01].json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/CheckDnsAvailabilityTests/CheckDnsAvailabilityTest[2018-11-01].json @@ -56,7 +56,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/CheckDnsNameAvailability?domainNameLabel=domainnamelabel116\u0026api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/CheckDnsNameAvailability?domainNameLabel=domainnamelabel116\u0026api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/CheckDnsAvailabilityTests/CheckDnsAvailabilityTest[2018-11-01]Async.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/CheckDnsAvailabilityTests/CheckDnsAvailabilityTest[2018-11-01]Async.json index 09649fb8ea2c..f7ac277b278c 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/CheckDnsAvailabilityTests/CheckDnsAvailabilityTest[2018-11-01]Async.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/CheckDnsAvailabilityTests/CheckDnsAvailabilityTest[2018-11-01]Async.json @@ -56,7 +56,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/CheckDnsNameAvailability?domainNameLabel=domainnamelabel9177\u0026api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/CheckDnsNameAvailability?domainNameLabel=domainnamelabel9177\u0026api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/CheckDnsAvailabilityTests/CheckDnsAvailabilityTest[2021-04-01].json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/CheckDnsAvailabilityTests/CheckDnsAvailabilityTest[2021-04-01].json index c64e366b9e5d..b2e28fafa4ca 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/CheckDnsAvailabilityTests/CheckDnsAvailabilityTest[2021-04-01].json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/CheckDnsAvailabilityTests/CheckDnsAvailabilityTest[2021-04-01].json @@ -56,7 +56,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/CheckDnsNameAvailability?domainNameLabel=domainnamelabel5207\u0026api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/CheckDnsNameAvailability?domainNameLabel=domainnamelabel5207\u0026api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/CheckDnsAvailabilityTests/CheckDnsAvailabilityTest[2021-04-01]Async.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/CheckDnsAvailabilityTests/CheckDnsAvailabilityTest[2021-04-01]Async.json index 964591f725a0..191acfac07a3 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/CheckDnsAvailabilityTests/CheckDnsAvailabilityTest[2021-04-01]Async.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/CheckDnsAvailabilityTests/CheckDnsAvailabilityTest[2021-04-01]Async.json @@ -56,7 +56,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/CheckDnsNameAvailability?domainNameLabel=domainnamelabel2959\u0026api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/CheckDnsNameAvailability?domainNameLabel=domainnamelabel2959\u0026api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/DdosProtectionPlanTests/DdosProtectionPlanApiTest(False).json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/DdosProtectionPlanTests/DdosProtectionPlanApiTest(False).json index 1aed53424036..7824afae1020 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/DdosProtectionPlanTests/DdosProtectionPlanApiTest(False).json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/DdosProtectionPlanTests/DdosProtectionPlanApiTest(False).json @@ -97,7 +97,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_2305/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_3804?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_2305/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_3804?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -117,7 +117,7 @@ "StatusCode": 201, "ResponseHeaders": { "azure-asyncnotification": "Enabled", - "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/7854b01a-3aa7-4e9e-bdad-146026df82d9?api-version=2021-02-01", + "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/7854b01a-3aa7-4e9e-bdad-146026df82d9?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "401", "Content-Type": "application/json; charset=utf-8", @@ -150,7 +150,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/7854b01a-3aa7-4e9e-bdad-146026df82d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/7854b01a-3aa7-4e9e-bdad-146026df82d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -186,7 +186,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_2305/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_3804?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_2305/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_3804?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -231,7 +231,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_2305/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_3804?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_2305/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_3804?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -277,7 +277,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_2305/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_3804?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_2305/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_3804?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -300,7 +300,7 @@ "StatusCode": 200, "ResponseHeaders": { "azure-asyncnotification": "Enabled", - "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/8aacfd01-5d52-4037-8df2-cd6f15b9f86f?api-version=2021-02-01", + "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/8aacfd01-5d52-4037-8df2-cd6f15b9f86f?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "450", "Content-Type": "application/json; charset=utf-8", @@ -336,7 +336,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/8aacfd01-5d52-4037-8df2-cd6f15b9f86f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/8aacfd01-5d52-4037-8df2-cd6f15b9f86f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -372,7 +372,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_2305/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_3804?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_2305/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_3804?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -420,7 +420,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_2305/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_3804?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_2305/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_3804?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -469,7 +469,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_2305/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_3804?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_2305/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_3804?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -518,7 +518,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_2305/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_3804?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_2305/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_3804?api-version=2022-09-01", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", @@ -572,7 +572,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_2305/providers/Microsoft.Network/ddosProtectionPlans?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_2305/providers/Microsoft.Network/ddosProtectionPlans?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -623,7 +623,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_2305/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_3804?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_2305/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_3804?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -637,12 +637,12 @@ "StatusCode": 202, "ResponseHeaders": { "azure-asyncnotification": "Enabled", - "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/399ce909-70a3-404b-9047-ac944ee0d51a?api-version=2021-02-01", + "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/399ce909-70a3-404b-9047-ac944ee0d51a?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Mon, 15 Aug 2022 17:28:10 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/399ce909-70a3-404b-9047-ac944ee0d51a?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/399ce909-70a3-404b-9047-ac944ee0d51a?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -661,7 +661,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/399ce909-70a3-404b-9047-ac944ee0d51a?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/399ce909-70a3-404b-9047-ac944ee0d51a?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -697,7 +697,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_2305/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_3804?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_2305/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_3804?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -738,7 +738,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_2305/providers/Microsoft.Network/ddosProtectionPlans?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_2305/providers/Microsoft.Network/ddosProtectionPlans?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -775,7 +775,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/ddosProtectionPlans?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/ddosProtectionPlans?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/DdosProtectionPlanTests/DdosProtectionPlanApiTest(False)Async.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/DdosProtectionPlanTests/DdosProtectionPlanApiTest(False)Async.json index 8c6b725e897a..892900e3ea17 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/DdosProtectionPlanTests/DdosProtectionPlanApiTest(False)Async.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/DdosProtectionPlanTests/DdosProtectionPlanApiTest(False)Async.json @@ -97,7 +97,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_9811/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_5449?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_9811/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_5449?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -117,7 +117,7 @@ "StatusCode": 201, "ResponseHeaders": { "azure-asyncnotification": "Enabled", - "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/0359fee7-2f0a-4707-a4da-5635399b5171?api-version=2021-02-01", + "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/0359fee7-2f0a-4707-a4da-5635399b5171?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "401", "Content-Type": "application/json; charset=utf-8", @@ -150,7 +150,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/0359fee7-2f0a-4707-a4da-5635399b5171?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/0359fee7-2f0a-4707-a4da-5635399b5171?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -186,7 +186,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_9811/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_5449?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_9811/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_5449?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -231,7 +231,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_9811/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_5449?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_9811/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_5449?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -277,7 +277,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_9811/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_5449?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_9811/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_5449?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -300,7 +300,7 @@ "StatusCode": 200, "ResponseHeaders": { "azure-asyncnotification": "Enabled", - "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/a9fd09e5-7e0d-495f-aba6-d55bf47d9385?api-version=2021-02-01", + "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/a9fd09e5-7e0d-495f-aba6-d55bf47d9385?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "450", "Content-Type": "application/json; charset=utf-8", @@ -336,7 +336,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/a9fd09e5-7e0d-495f-aba6-d55bf47d9385?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/a9fd09e5-7e0d-495f-aba6-d55bf47d9385?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -372,7 +372,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_9811/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_5449?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_9811/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_5449?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -420,7 +420,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_9811/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_5449?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_9811/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_5449?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -469,7 +469,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_9811/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_5449?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_9811/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_5449?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -518,7 +518,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_9811/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_5449?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_9811/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_5449?api-version=2022-09-01", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", @@ -572,7 +572,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_9811/providers/Microsoft.Network/ddosProtectionPlans?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_9811/providers/Microsoft.Network/ddosProtectionPlans?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -623,7 +623,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_9811/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_5449?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_9811/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_5449?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -637,12 +637,12 @@ "StatusCode": 202, "ResponseHeaders": { "azure-asyncnotification": "Enabled", - "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/95d336eb-4fdf-49c9-bfac-9d740d4775ff?api-version=2021-02-01", + "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/95d336eb-4fdf-49c9-bfac-9d740d4775ff?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Mon, 15 Aug 2022 17:28:20 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/95d336eb-4fdf-49c9-bfac-9d740d4775ff?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/95d336eb-4fdf-49c9-bfac-9d740d4775ff?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -661,7 +661,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/95d336eb-4fdf-49c9-bfac-9d740d4775ff?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/95d336eb-4fdf-49c9-bfac-9d740d4775ff?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -697,7 +697,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_9811/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_5449?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_9811/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_5449?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -738,7 +738,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_9811/providers/Microsoft.Network/ddosProtectionPlans?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_9811/providers/Microsoft.Network/ddosProtectionPlans?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -775,7 +775,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/ddosProtectionPlans?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/ddosProtectionPlans?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/DdosProtectionPlanTests/DdosProtectionPlanApiTest(True).json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/DdosProtectionPlanTests/DdosProtectionPlanApiTest(True).json index fbc2b81dc8b0..07b2df75bc06 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/DdosProtectionPlanTests/DdosProtectionPlanApiTest(True).json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/DdosProtectionPlanTests/DdosProtectionPlanApiTest(True).json @@ -97,7 +97,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_2344/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_2054?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_2344/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_2054?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -117,7 +117,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/07ae9fc8-36f8-45a5-af84-4e02a5054207?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/07ae9fc8-36f8-45a5-af84-4e02a5054207?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "401", "Content-Type": "application/json; charset=utf-8", @@ -150,7 +150,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/07ae9fc8-36f8-45a5-af84-4e02a5054207?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/07ae9fc8-36f8-45a5-af84-4e02a5054207?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -186,7 +186,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_2344/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_2054?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_2344/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_2054?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -231,7 +231,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_2344/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_2054?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_2344/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_2054?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -277,7 +277,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_2344/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_2054?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_2344/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_2054?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -300,7 +300,7 @@ "StatusCode": 200, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/2038a1df-28ac-4ea0-afdf-ea2827a19bdd?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/2038a1df-28ac-4ea0-afdf-ea2827a19bdd?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "450", "Content-Type": "application/json; charset=utf-8", @@ -336,7 +336,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/2038a1df-28ac-4ea0-afdf-ea2827a19bdd?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/2038a1df-28ac-4ea0-afdf-ea2827a19bdd?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -372,7 +372,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_2344/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_2054?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_2344/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_2054?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -420,7 +420,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_2344/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_2054?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_2344/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_2054?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -577,7 +577,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_2344/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_2054?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_2344/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_2054?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -625,7 +625,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_2344/providers/Microsoft.Network/ddosProtectionPlans?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_2344/providers/Microsoft.Network/ddosProtectionPlans?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -676,7 +676,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_2344/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_2054?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_2344/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_2054?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -690,12 +690,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/52f00785-ef3a-4f3f-aa95-d1e32ae34f70?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/52f00785-ef3a-4f3f-aa95-d1e32ae34f70?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Tue, 21 Jun 2022 15:02:46 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/52f00785-ef3a-4f3f-aa95-d1e32ae34f70?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/52f00785-ef3a-4f3f-aa95-d1e32ae34f70?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -714,7 +714,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/52f00785-ef3a-4f3f-aa95-d1e32ae34f70?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/52f00785-ef3a-4f3f-aa95-d1e32ae34f70?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -750,7 +750,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_2344/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_2054?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_2344/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_2054?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -791,7 +791,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_2344/providers/Microsoft.Network/ddosProtectionPlans?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_2344/providers/Microsoft.Network/ddosProtectionPlans?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -828,7 +828,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/ddosProtectionPlans?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/ddosProtectionPlans?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/DdosProtectionPlanTests/DdosProtectionPlanApiTest(True)Async.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/DdosProtectionPlanTests/DdosProtectionPlanApiTest(True)Async.json index 0d1d5e77f630..40230e681fd5 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/DdosProtectionPlanTests/DdosProtectionPlanApiTest(True)Async.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/DdosProtectionPlanTests/DdosProtectionPlanApiTest(True)Async.json @@ -97,7 +97,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_303/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_588?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_303/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_588?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -117,7 +117,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/3d251391-aafa-438f-b612-b9c534430b56?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/3d251391-aafa-438f-b612-b9c534430b56?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "398", "Content-Type": "application/json; charset=utf-8", @@ -150,7 +150,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/3d251391-aafa-438f-b612-b9c534430b56?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/3d251391-aafa-438f-b612-b9c534430b56?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -186,7 +186,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_303/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_588?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_303/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_588?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -231,7 +231,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_303/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_588?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_303/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_588?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -277,7 +277,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_303/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_588?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_303/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_588?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -300,7 +300,7 @@ "StatusCode": 200, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/58f3c135-1535-4b1f-9001-ff821783cf75?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/58f3c135-1535-4b1f-9001-ff821783cf75?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "447", "Content-Type": "application/json; charset=utf-8", @@ -336,7 +336,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/58f3c135-1535-4b1f-9001-ff821783cf75?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/58f3c135-1535-4b1f-9001-ff821783cf75?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -372,7 +372,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_303/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_588?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_303/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_588?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -420,7 +420,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_303/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_588?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_303/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_588?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -577,7 +577,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_303/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_588?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_303/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_588?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -625,7 +625,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_303/providers/Microsoft.Network/ddosProtectionPlans?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_303/providers/Microsoft.Network/ddosProtectionPlans?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -676,7 +676,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_303/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_588?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_303/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_588?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -690,12 +690,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/c40c3865-bd97-4360-8f59-c8ae88d0caa9?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/c40c3865-bd97-4360-8f59-c8ae88d0caa9?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Tue, 21 Jun 2022 15:03:08 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/c40c3865-bd97-4360-8f59-c8ae88d0caa9?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/c40c3865-bd97-4360-8f59-c8ae88d0caa9?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -714,7 +714,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/c40c3865-bd97-4360-8f59-c8ae88d0caa9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/c40c3865-bd97-4360-8f59-c8ae88d0caa9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -750,7 +750,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_303/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_588?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_303/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_588?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -791,7 +791,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_303/providers/Microsoft.Network/ddosProtectionPlans?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_303/providers/Microsoft.Network/ddosProtectionPlans?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -828,7 +828,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/ddosProtectionPlans?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/ddosProtectionPlans?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/DdosProtectionPlanTests/DdosProtectionPlanApiTest(null).json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/DdosProtectionPlanTests/DdosProtectionPlanApiTest(null).json index 22c5fb7f0616..c4c83f305d5a 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/DdosProtectionPlanTests/DdosProtectionPlanApiTest(null).json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/DdosProtectionPlanTests/DdosProtectionPlanApiTest(null).json @@ -97,7 +97,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_4314/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_2864?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_4314/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_2864?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -117,7 +117,7 @@ "StatusCode": 201, "ResponseHeaders": { "azure-asyncnotification": "Enabled", - "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/2e9cafbb-028e-4fc2-8738-9360e012c7ae?api-version=2021-02-01", + "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/2e9cafbb-028e-4fc2-8738-9360e012c7ae?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "401", "Content-Type": "application/json; charset=utf-8", @@ -150,7 +150,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/2e9cafbb-028e-4fc2-8738-9360e012c7ae?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/2e9cafbb-028e-4fc2-8738-9360e012c7ae?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -186,7 +186,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_4314/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_2864?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_4314/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_2864?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -231,7 +231,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_4314/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_2864?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_4314/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_2864?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -277,7 +277,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_4314/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_2864?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_4314/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_2864?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -300,7 +300,7 @@ "StatusCode": 200, "ResponseHeaders": { "azure-asyncnotification": "Enabled", - "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/a4479d99-1c32-40d0-90f1-b44d176f7d57?api-version=2021-02-01", + "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/a4479d99-1c32-40d0-90f1-b44d176f7d57?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "450", "Content-Type": "application/json; charset=utf-8", @@ -336,7 +336,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/a4479d99-1c32-40d0-90f1-b44d176f7d57?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/a4479d99-1c32-40d0-90f1-b44d176f7d57?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -372,7 +372,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_4314/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_2864?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_4314/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_2864?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -420,7 +420,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_4314/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_2864?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_4314/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_2864?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1838,7 +1838,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_4314/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_2864?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_4314/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_2864?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1886,7 +1886,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_4314/providers/Microsoft.Network/ddosProtectionPlans?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_4314/providers/Microsoft.Network/ddosProtectionPlans?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1937,7 +1937,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_4314/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_2864?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_4314/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_2864?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1951,12 +1951,12 @@ "StatusCode": 202, "ResponseHeaders": { "azure-asyncnotification": "Enabled", - "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/d138be8d-22b4-4fd4-9cf0-eb9f9cd4d76d?api-version=2021-02-01", + "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/d138be8d-22b4-4fd4-9cf0-eb9f9cd4d76d?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Mon, 15 Aug 2022 17:28:05 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/d138be8d-22b4-4fd4-9cf0-eb9f9cd4d76d?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/d138be8d-22b4-4fd4-9cf0-eb9f9cd4d76d?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -1975,7 +1975,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/d138be8d-22b4-4fd4-9cf0-eb9f9cd4d76d?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/d138be8d-22b4-4fd4-9cf0-eb9f9cd4d76d?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2011,7 +2011,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_4314/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_2864?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_4314/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_2864?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -2052,7 +2052,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_4314/providers/Microsoft.Network/ddosProtectionPlans?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_4314/providers/Microsoft.Network/ddosProtectionPlans?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -2089,7 +2089,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/ddosProtectionPlans?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/ddosProtectionPlans?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/DdosProtectionPlanTests/DdosProtectionPlanApiTest(null)Async.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/DdosProtectionPlanTests/DdosProtectionPlanApiTest(null)Async.json index 720aeafc8873..85c9bc35cd20 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/DdosProtectionPlanTests/DdosProtectionPlanApiTest(null)Async.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/DdosProtectionPlanTests/DdosProtectionPlanApiTest(null)Async.json @@ -97,7 +97,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_6343/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_9772?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_6343/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_9772?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -117,7 +117,7 @@ "StatusCode": 201, "ResponseHeaders": { "azure-asyncnotification": "Enabled", - "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/74018d1e-2c51-4de1-9a35-df58f835c28e?api-version=2021-02-01", + "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/74018d1e-2c51-4de1-9a35-df58f835c28e?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "401", "Content-Type": "application/json; charset=utf-8", @@ -150,7 +150,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/74018d1e-2c51-4de1-9a35-df58f835c28e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/74018d1e-2c51-4de1-9a35-df58f835c28e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -186,7 +186,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_6343/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_9772?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_6343/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_9772?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -231,7 +231,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_6343/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_9772?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_6343/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_9772?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -277,7 +277,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_6343/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_9772?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_6343/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_9772?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -300,7 +300,7 @@ "StatusCode": 200, "ResponseHeaders": { "azure-asyncnotification": "Enabled", - "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/5d4f1fb2-0468-4d80-961b-b6a0354d0f47?api-version=2021-02-01", + "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/5d4f1fb2-0468-4d80-961b-b6a0354d0f47?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "450", "Content-Type": "application/json; charset=utf-8", @@ -336,7 +336,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/5d4f1fb2-0468-4d80-961b-b6a0354d0f47?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/5d4f1fb2-0468-4d80-961b-b6a0354d0f47?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -372,7 +372,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_6343/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_9772?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_6343/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_9772?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -420,7 +420,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_6343/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_9772?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_6343/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_9772?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1838,7 +1838,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_6343/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_9772?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_6343/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_9772?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1886,7 +1886,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_6343/providers/Microsoft.Network/ddosProtectionPlans?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_6343/providers/Microsoft.Network/ddosProtectionPlans?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1937,7 +1937,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_6343/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_9772?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_6343/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_9772?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1951,12 +1951,12 @@ "StatusCode": 202, "ResponseHeaders": { "azure-asyncnotification": "Enabled", - "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/1f978d68-d6cb-446f-b755-d97bdfd09ad1?api-version=2021-02-01", + "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/1f978d68-d6cb-446f-b755-d97bdfd09ad1?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Mon, 15 Aug 2022 17:28:15 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/1f978d68-d6cb-446f-b755-d97bdfd09ad1?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/1f978d68-d6cb-446f-b755-d97bdfd09ad1?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -1975,7 +1975,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/1f978d68-d6cb-446f-b755-d97bdfd09ad1?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/1f978d68-d6cb-446f-b755-d97bdfd09ad1?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2011,7 +2011,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_6343/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_9772?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_6343/providers/Microsoft.Network/ddosProtectionPlans/test_ddos_9772?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -2052,7 +2052,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_6343/providers/Microsoft.Network/ddosProtectionPlans?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_ddos_6343/providers/Microsoft.Network/ddosProtectionPlans?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -2089,7 +2089,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/ddosProtectionPlans?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/ddosProtectionPlans?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/ExpressRouteTests/BGPCommunityApiTest.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/ExpressRouteTests/BGPCommunityApiTest.json index 03f0b01e6baf..5265131be416 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/ExpressRouteTests/BGPCommunityApiTest.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/ExpressRouteTests/BGPCommunityApiTest.json @@ -47,7 +47,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/bgpServiceCommunities?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/bgpServiceCommunities?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/ExpressRouteTests/BGPCommunityApiTestAsync.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/ExpressRouteTests/BGPCommunityApiTestAsync.json index 87733ff443e2..0f6a2d4034c1 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/ExpressRouteTests/BGPCommunityApiTestAsync.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/ExpressRouteTests/BGPCommunityApiTestAsync.json @@ -47,7 +47,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/bgpServiceCommunities?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/bgpServiceCommunities?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/FirewallPolicyTests/FirewallPolicyTests(False).json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/FirewallPolicyTests/FirewallPolicyTests(False).json index a57fbc1d4ced..73904baac8ee 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/FirewallPolicyTests/FirewallPolicyTests(False).json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/FirewallPolicyTests/FirewallPolicyTests(False).json @@ -87,7 +87,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallPolicyRG-2140/providers/Microsoft.Network/virtualNetworks/vnet-8054?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallPolicyRG-2140/providers/Microsoft.Network/virtualNetworks/vnet-8054?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -125,7 +125,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b9c94730-75d8-46d5-9cb0-bd9f70bd67f0?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b9c94730-75d8-46d5-9cb0-bd9f70bd67f0?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1882", "Content-Type": "application/json; charset=utf-8", @@ -196,7 +196,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b9c94730-75d8-46d5-9cb0-bd9f70bd67f0?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b9c94730-75d8-46d5-9cb0-bd9f70bd67f0?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -234,7 +234,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b9c94730-75d8-46d5-9cb0-bd9f70bd67f0?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b9c94730-75d8-46d5-9cb0-bd9f70bd67f0?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -272,7 +272,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b9c94730-75d8-46d5-9cb0-bd9f70bd67f0?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b9c94730-75d8-46d5-9cb0-bd9f70bd67f0?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -309,7 +309,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallPolicyRG-2140/providers/Microsoft.Network/virtualNetworks/vnet-8054?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallPolicyRG-2140/providers/Microsoft.Network/virtualNetworks/vnet-8054?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -390,7 +390,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallPolicyRG-2140/providers/Microsoft.Network/publicIPAddresses/publicIp-7682?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallPolicyRG-2140/providers/Microsoft.Network/publicIPAddresses/publicIp-7682?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -413,7 +413,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/27ecfd13-fc53-4103-89eb-8017d7954154?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/27ecfd13-fc53-4103-89eb-8017d7954154?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "648", "Content-Type": "application/json; charset=utf-8", @@ -457,7 +457,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/27ecfd13-fc53-4103-89eb-8017d7954154?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/27ecfd13-fc53-4103-89eb-8017d7954154?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -494,7 +494,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallPolicyRG-2140/providers/Microsoft.Network/publicIPAddresses/publicIp-7682?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallPolicyRG-2140/providers/Microsoft.Network/publicIPAddresses/publicIp-7682?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -549,7 +549,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallPolicyRG-2140/providers/Microsoft.Network/azureFirewalls/firewall-5067?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallPolicyRG-2140/providers/Microsoft.Network/azureFirewalls/firewall-5067?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -581,7 +581,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1629", "Content-Type": "application/json; charset=utf-8", @@ -643,7 +643,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -681,7 +681,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -719,7 +719,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -757,7 +757,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -795,7 +795,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -833,7 +833,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -871,7 +871,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -909,7 +909,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -947,7 +947,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -985,7 +985,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1023,7 +1023,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1061,7 +1061,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1099,7 +1099,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1137,7 +1137,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1175,7 +1175,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1213,7 +1213,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1251,7 +1251,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1289,7 +1289,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1327,7 +1327,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1365,7 +1365,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1403,7 +1403,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1441,7 +1441,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1479,7 +1479,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1517,7 +1517,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1555,7 +1555,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1593,7 +1593,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1631,7 +1631,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1669,7 +1669,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1707,7 +1707,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1745,7 +1745,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1783,7 +1783,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1821,7 +1821,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1859,7 +1859,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1897,7 +1897,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1935,7 +1935,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1973,7 +1973,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2011,7 +2011,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2049,7 +2049,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2087,7 +2087,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2125,7 +2125,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2163,7 +2163,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2201,7 +2201,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2239,7 +2239,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2277,7 +2277,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2315,7 +2315,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2353,7 +2353,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2391,7 +2391,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2429,7 +2429,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2467,7 +2467,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2505,7 +2505,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2543,7 +2543,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2581,7 +2581,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2619,7 +2619,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2657,7 +2657,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2695,7 +2695,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2733,7 +2733,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2771,7 +2771,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2809,7 +2809,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2847,7 +2847,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2885,7 +2885,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2923,7 +2923,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2961,7 +2961,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2999,7 +2999,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3037,7 +3037,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3075,7 +3075,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3113,7 +3113,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3151,7 +3151,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3189,7 +3189,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3227,7 +3227,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3265,7 +3265,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3303,7 +3303,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3341,7 +3341,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3379,7 +3379,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3417,7 +3417,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3455,7 +3455,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3493,7 +3493,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3531,7 +3531,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3569,7 +3569,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3607,7 +3607,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3645,7 +3645,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3683,7 +3683,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3721,7 +3721,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3759,7 +3759,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3797,7 +3797,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3835,7 +3835,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3873,7 +3873,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3911,7 +3911,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3949,7 +3949,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3987,7 +3987,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4025,7 +4025,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4063,7 +4063,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4101,7 +4101,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4139,7 +4139,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4177,7 +4177,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4215,7 +4215,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4253,7 +4253,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4291,7 +4291,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4329,7 +4329,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4367,7 +4367,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4405,7 +4405,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4443,7 +4443,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4481,7 +4481,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4519,7 +4519,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4557,7 +4557,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4595,7 +4595,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4633,7 +4633,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4671,7 +4671,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4709,7 +4709,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4747,7 +4747,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4785,7 +4785,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4823,7 +4823,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4861,7 +4861,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4899,7 +4899,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4937,7 +4937,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4975,7 +4975,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5013,7 +5013,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5051,7 +5051,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5089,7 +5089,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5127,7 +5127,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5165,7 +5165,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5203,7 +5203,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5241,7 +5241,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5279,7 +5279,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5317,7 +5317,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5355,7 +5355,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5393,7 +5393,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5431,7 +5431,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5469,7 +5469,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5507,7 +5507,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5545,7 +5545,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5583,7 +5583,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5621,7 +5621,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5659,7 +5659,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5697,7 +5697,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5735,7 +5735,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5773,7 +5773,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5811,7 +5811,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5849,7 +5849,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5887,7 +5887,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5925,7 +5925,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5963,7 +5963,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6001,7 +6001,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6039,7 +6039,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6077,7 +6077,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6115,7 +6115,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6153,7 +6153,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6191,7 +6191,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6229,7 +6229,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6267,7 +6267,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6305,7 +6305,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6343,7 +6343,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6381,7 +6381,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6419,7 +6419,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6457,7 +6457,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6495,7 +6495,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6533,7 +6533,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6571,7 +6571,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6609,7 +6609,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6647,7 +6647,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6685,7 +6685,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6723,7 +6723,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6761,7 +6761,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6799,7 +6799,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6837,7 +6837,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6875,7 +6875,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6913,7 +6913,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6951,7 +6951,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6989,7 +6989,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7027,7 +7027,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7065,7 +7065,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7103,7 +7103,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7141,7 +7141,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7179,7 +7179,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7217,7 +7217,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7255,7 +7255,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7293,7 +7293,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7331,7 +7331,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7369,7 +7369,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7407,7 +7407,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7445,7 +7445,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7483,7 +7483,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7521,7 +7521,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7559,7 +7559,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7597,7 +7597,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7635,7 +7635,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7673,7 +7673,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7711,7 +7711,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7749,7 +7749,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7787,7 +7787,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7825,7 +7825,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7863,7 +7863,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7901,7 +7901,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7939,7 +7939,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7977,7 +7977,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8015,7 +8015,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8053,7 +8053,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8091,7 +8091,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8129,7 +8129,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8167,7 +8167,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8205,7 +8205,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8243,7 +8243,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8281,7 +8281,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8319,7 +8319,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/393914d4-e971-49d7-9704-5d4b20f5416e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8356,7 +8356,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallPolicyRG-2140/providers/Microsoft.Network/azureFirewalls/firewall-5067?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallPolicyRG-2140/providers/Microsoft.Network/azureFirewalls/firewall-5067?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/FirewallPolicyTests/FirewallPolicyTests(True)Async.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/FirewallPolicyTests/FirewallPolicyTests(True)Async.json index 293fed37060e..989220208840 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/FirewallPolicyTests/FirewallPolicyTests(True)Async.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/FirewallPolicyTests/FirewallPolicyTests(True)Async.json @@ -87,7 +87,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallPolicyRG-7240/providers/Microsoft.Network/virtualNetworks/vnet-3146?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallPolicyRG-7240/providers/Microsoft.Network/virtualNetworks/vnet-3146?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -125,7 +125,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/9695c479-f9ac-4714-8821-6790571ca967?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/9695c479-f9ac-4714-8821-6790571ca967?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1882", "Content-Type": "application/json; charset=utf-8", @@ -196,7 +196,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/9695c479-f9ac-4714-8821-6790571ca967?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/9695c479-f9ac-4714-8821-6790571ca967?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -234,7 +234,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/9695c479-f9ac-4714-8821-6790571ca967?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/9695c479-f9ac-4714-8821-6790571ca967?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -272,7 +272,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/9695c479-f9ac-4714-8821-6790571ca967?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/9695c479-f9ac-4714-8821-6790571ca967?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -309,7 +309,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallPolicyRG-7240/providers/Microsoft.Network/virtualNetworks/vnet-3146?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallPolicyRG-7240/providers/Microsoft.Network/virtualNetworks/vnet-3146?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -390,7 +390,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallPolicyRG-7240/providers/Microsoft.Network/publicIPAddresses/publicIp-2215?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallPolicyRG-7240/providers/Microsoft.Network/publicIPAddresses/publicIp-2215?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -413,7 +413,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/fd690c95-9cb4-4b5b-a434-c2d2148d848d?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/fd690c95-9cb4-4b5b-a434-c2d2148d848d?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "648", "Content-Type": "application/json; charset=utf-8", @@ -457,7 +457,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/fd690c95-9cb4-4b5b-a434-c2d2148d848d?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/fd690c95-9cb4-4b5b-a434-c2d2148d848d?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -494,7 +494,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallPolicyRG-7240/providers/Microsoft.Network/publicIPAddresses/publicIp-2215?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallPolicyRG-7240/providers/Microsoft.Network/publicIPAddresses/publicIp-2215?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -549,7 +549,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallPolicyRG-7240/providers/Microsoft.Network/azureFirewalls/firewall-5783?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallPolicyRG-7240/providers/Microsoft.Network/azureFirewalls/firewall-5783?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -581,7 +581,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1629", "Content-Type": "application/json; charset=utf-8", @@ -643,7 +643,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -682,7 +682,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -720,7 +720,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -758,7 +758,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -796,7 +796,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -834,7 +834,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -872,7 +872,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -910,7 +910,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -948,7 +948,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -986,7 +986,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1024,7 +1024,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1062,7 +1062,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1100,7 +1100,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1138,7 +1138,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1176,7 +1176,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1214,7 +1214,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1252,7 +1252,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1290,7 +1290,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1328,7 +1328,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1366,7 +1366,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1404,7 +1404,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1442,7 +1442,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1480,7 +1480,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1518,7 +1518,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1556,7 +1556,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1594,7 +1594,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1632,7 +1632,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1670,7 +1670,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1708,7 +1708,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1746,7 +1746,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1784,7 +1784,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1822,7 +1822,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1860,7 +1860,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1898,7 +1898,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1936,7 +1936,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1974,7 +1974,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2012,7 +2012,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2050,7 +2050,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2088,7 +2088,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2126,7 +2126,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2164,7 +2164,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2202,7 +2202,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2240,7 +2240,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2278,7 +2278,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2316,7 +2316,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2354,7 +2354,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2392,7 +2392,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2430,7 +2430,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2468,7 +2468,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2506,7 +2506,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2544,7 +2544,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2582,7 +2582,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2620,7 +2620,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2658,7 +2658,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2696,7 +2696,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2734,7 +2734,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2772,7 +2772,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2810,7 +2810,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2848,7 +2848,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2886,7 +2886,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2924,7 +2924,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2962,7 +2962,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3000,7 +3000,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3038,7 +3038,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3076,7 +3076,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3114,7 +3114,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3152,7 +3152,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3190,7 +3190,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3228,7 +3228,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3266,7 +3266,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3304,7 +3304,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3342,7 +3342,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3380,7 +3380,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3418,7 +3418,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3456,7 +3456,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3494,7 +3494,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3532,7 +3532,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3570,7 +3570,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3608,7 +3608,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3646,7 +3646,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3684,7 +3684,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3722,7 +3722,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3760,7 +3760,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3798,7 +3798,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3836,7 +3836,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3874,7 +3874,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3912,7 +3912,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3950,7 +3950,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3988,7 +3988,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4026,7 +4026,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4064,7 +4064,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4102,7 +4102,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4140,7 +4140,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4178,7 +4178,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4216,7 +4216,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4254,7 +4254,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4292,7 +4292,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4330,7 +4330,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4368,7 +4368,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4406,7 +4406,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4444,7 +4444,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4482,7 +4482,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4520,7 +4520,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4558,7 +4558,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4596,7 +4596,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4634,7 +4634,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4672,7 +4672,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4710,7 +4710,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4748,7 +4748,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4786,7 +4786,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4824,7 +4824,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4862,7 +4862,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4900,7 +4900,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4938,7 +4938,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4976,7 +4976,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5014,7 +5014,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5052,7 +5052,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5090,7 +5090,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5128,7 +5128,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5166,7 +5166,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5204,7 +5204,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5242,7 +5242,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5280,7 +5280,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5318,7 +5318,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5356,7 +5356,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5394,7 +5394,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5432,7 +5432,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5470,7 +5470,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5508,7 +5508,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5546,7 +5546,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5584,7 +5584,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5622,7 +5622,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5660,7 +5660,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5698,7 +5698,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5736,7 +5736,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5774,7 +5774,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5812,7 +5812,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5850,7 +5850,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5888,7 +5888,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5926,7 +5926,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -5964,7 +5964,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6002,7 +6002,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6040,7 +6040,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6078,7 +6078,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6116,7 +6116,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6154,7 +6154,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6192,7 +6192,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6230,7 +6230,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6268,7 +6268,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6306,7 +6306,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6344,7 +6344,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6382,7 +6382,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6420,7 +6420,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6458,7 +6458,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6496,7 +6496,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6534,7 +6534,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6572,7 +6572,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6610,7 +6610,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6648,7 +6648,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6686,7 +6686,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6724,7 +6724,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6762,7 +6762,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6800,7 +6800,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6838,7 +6838,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6876,7 +6876,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6914,7 +6914,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6952,7 +6952,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -6990,7 +6990,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7028,7 +7028,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7066,7 +7066,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7104,7 +7104,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7142,7 +7142,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7180,7 +7180,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7218,7 +7218,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7256,7 +7256,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7294,7 +7294,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7332,7 +7332,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7370,7 +7370,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7408,7 +7408,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7446,7 +7446,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7484,7 +7484,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7522,7 +7522,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7560,7 +7560,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7598,7 +7598,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7636,7 +7636,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7674,7 +7674,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7712,7 +7712,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7750,7 +7750,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7788,7 +7788,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7826,7 +7826,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7864,7 +7864,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7902,7 +7902,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7940,7 +7940,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -7978,7 +7978,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8016,7 +8016,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8054,7 +8054,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8092,7 +8092,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8130,7 +8130,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aad4f01-2822-41ea-b465-89474837bc2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -8167,7 +8167,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallPolicyRG-7240/providers/Microsoft.Network/azureFirewalls/firewall-5783?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallPolicyRG-7240/providers/Microsoft.Network/azureFirewalls/firewall-5783?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/FirewallTests/CreateOrUpdate.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/FirewallTests/CreateOrUpdate.json index c30613368ee6..905e8cc95677 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/FirewallTests/CreateOrUpdate.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/FirewallTests/CreateOrUpdate.json @@ -41,7 +41,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-3501/providers/Microsoft.Network/virtualNetworks/vnet-5110?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-3501/providers/Microsoft.Network/virtualNetworks/vnet-5110?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -126,7 +126,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-3501/providers/Microsoft.Network/publicIPAddresses/publicIp-5717?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-3501/providers/Microsoft.Network/publicIPAddresses/publicIp-5717?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -185,7 +185,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-3501/providers/Microsoft.Network/azureFirewalls/firewall-8134?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-3501/providers/Microsoft.Network/azureFirewalls/firewall-8134?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -220,7 +220,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8fc8c0d4-896c-4d42-b35e-557ab67f3746?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8fc8c0d4-896c-4d42-b35e-557ab67f3746?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1605", "Content-Type": "application/json; charset=utf-8", @@ -282,7 +282,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8fc8c0d4-896c-4d42-b35e-557ab67f3746?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8fc8c0d4-896c-4d42-b35e-557ab67f3746?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -323,7 +323,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8fc8c0d4-896c-4d42-b35e-557ab67f3746?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8fc8c0d4-896c-4d42-b35e-557ab67f3746?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -364,7 +364,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8fc8c0d4-896c-4d42-b35e-557ab67f3746?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8fc8c0d4-896c-4d42-b35e-557ab67f3746?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -405,7 +405,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8fc8c0d4-896c-4d42-b35e-557ab67f3746?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8fc8c0d4-896c-4d42-b35e-557ab67f3746?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -446,7 +446,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8fc8c0d4-896c-4d42-b35e-557ab67f3746?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8fc8c0d4-896c-4d42-b35e-557ab67f3746?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -487,7 +487,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8fc8c0d4-896c-4d42-b35e-557ab67f3746?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8fc8c0d4-896c-4d42-b35e-557ab67f3746?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -528,7 +528,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8fc8c0d4-896c-4d42-b35e-557ab67f3746?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8fc8c0d4-896c-4d42-b35e-557ab67f3746?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -569,7 +569,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8fc8c0d4-896c-4d42-b35e-557ab67f3746?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8fc8c0d4-896c-4d42-b35e-557ab67f3746?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -609,7 +609,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-3501/providers/Microsoft.Network/azureFirewalls/firewall-8134?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-3501/providers/Microsoft.Network/azureFirewalls/firewall-8134?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -685,7 +685,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8fc8c0d4-896c-4d42-b35e-557ab67f3746?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8fc8c0d4-896c-4d42-b35e-557ab67f3746?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -725,7 +725,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-3501/providers/Microsoft.Network/azureFirewalls/firewall-8134?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-3501/providers/Microsoft.Network/azureFirewalls/firewall-8134?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -801,7 +801,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-3501/providers/Microsoft.Network/azureFirewalls/firewall-8134?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-3501/providers/Microsoft.Network/azureFirewalls/firewall-8134?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -878,7 +878,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-3501/providers/Microsoft.Network/azureFirewalls/firewall-8134?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-3501/providers/Microsoft.Network/azureFirewalls/firewall-8134?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -955,7 +955,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-3501/providers/Microsoft.Network/azureFirewalls/firewall-8134?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-3501/providers/Microsoft.Network/azureFirewalls/firewall-8134?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -971,12 +971,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/c24f176a-e204-4071-a4cf-1fca3a593f05?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/c24f176a-e204-4071-a4cf-1fca3a593f05?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Wed, 24 Nov 2021 07:32:59 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operationResults/c24f176a-e204-4071-a4cf-1fca3a593f05?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operationResults/c24f176a-e204-4071-a4cf-1fca3a593f05?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -995,7 +995,7 @@ "ResponseBody": [] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/c24f176a-e204-4071-a4cf-1fca3a593f05?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/c24f176a-e204-4071-a4cf-1fca3a593f05?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1036,7 +1036,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/c24f176a-e204-4071-a4cf-1fca3a593f05?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/c24f176a-e204-4071-a4cf-1fca3a593f05?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1077,7 +1077,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/c24f176a-e204-4071-a4cf-1fca3a593f05?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/c24f176a-e204-4071-a4cf-1fca3a593f05?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1118,7 +1118,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/c24f176a-e204-4071-a4cf-1fca3a593f05?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/c24f176a-e204-4071-a4cf-1fca3a593f05?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1159,7 +1159,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/c24f176a-e204-4071-a4cf-1fca3a593f05?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/c24f176a-e204-4071-a4cf-1fca3a593f05?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1200,7 +1200,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/c24f176a-e204-4071-a4cf-1fca3a593f05?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/c24f176a-e204-4071-a4cf-1fca3a593f05?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1241,7 +1241,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/c24f176a-e204-4071-a4cf-1fca3a593f05?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/c24f176a-e204-4071-a4cf-1fca3a593f05?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1282,7 +1282,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/c24f176a-e204-4071-a4cf-1fca3a593f05?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/c24f176a-e204-4071-a4cf-1fca3a593f05?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1323,7 +1323,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/c24f176a-e204-4071-a4cf-1fca3a593f05?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/c24f176a-e204-4071-a4cf-1fca3a593f05?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1364,7 +1364,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/c24f176a-e204-4071-a4cf-1fca3a593f05?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/c24f176a-e204-4071-a4cf-1fca3a593f05?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1405,7 +1405,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/c24f176a-e204-4071-a4cf-1fca3a593f05?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/c24f176a-e204-4071-a4cf-1fca3a593f05?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1446,7 +1446,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/c24f176a-e204-4071-a4cf-1fca3a593f05?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/c24f176a-e204-4071-a4cf-1fca3a593f05?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/FirewallTests/CreateOrUpdateAsync.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/FirewallTests/CreateOrUpdateAsync.json index 53a861b23409..c81c4a2d7015 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/FirewallTests/CreateOrUpdateAsync.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/FirewallTests/CreateOrUpdateAsync.json @@ -41,7 +41,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-512/providers/Microsoft.Network/virtualNetworks/vnet-9284?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-512/providers/Microsoft.Network/virtualNetworks/vnet-9284?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -126,7 +126,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-512/providers/Microsoft.Network/publicIPAddresses/publicIp-4635?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-512/providers/Microsoft.Network/publicIPAddresses/publicIp-4635?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -185,7 +185,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-512/providers/Microsoft.Network/azureFirewalls/firewall-933?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-512/providers/Microsoft.Network/azureFirewalls/firewall-933?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -220,7 +220,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/188b6800-a626-4938-8b6e-0724ce6dd8ff?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/188b6800-a626-4938-8b6e-0724ce6dd8ff?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1598", "Content-Type": "application/json; charset=utf-8", @@ -282,7 +282,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/188b6800-a626-4938-8b6e-0724ce6dd8ff?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/188b6800-a626-4938-8b6e-0724ce6dd8ff?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -323,7 +323,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/188b6800-a626-4938-8b6e-0724ce6dd8ff?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/188b6800-a626-4938-8b6e-0724ce6dd8ff?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -364,7 +364,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/188b6800-a626-4938-8b6e-0724ce6dd8ff?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/188b6800-a626-4938-8b6e-0724ce6dd8ff?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -405,7 +405,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/188b6800-a626-4938-8b6e-0724ce6dd8ff?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/188b6800-a626-4938-8b6e-0724ce6dd8ff?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -446,7 +446,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/188b6800-a626-4938-8b6e-0724ce6dd8ff?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/188b6800-a626-4938-8b6e-0724ce6dd8ff?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -487,7 +487,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/188b6800-a626-4938-8b6e-0724ce6dd8ff?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/188b6800-a626-4938-8b6e-0724ce6dd8ff?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -528,7 +528,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/188b6800-a626-4938-8b6e-0724ce6dd8ff?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/188b6800-a626-4938-8b6e-0724ce6dd8ff?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -569,7 +569,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/188b6800-a626-4938-8b6e-0724ce6dd8ff?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/188b6800-a626-4938-8b6e-0724ce6dd8ff?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -609,7 +609,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-512/providers/Microsoft.Network/azureFirewalls/firewall-933?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-512/providers/Microsoft.Network/azureFirewalls/firewall-933?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -685,7 +685,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/188b6800-a626-4938-8b6e-0724ce6dd8ff?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/188b6800-a626-4938-8b6e-0724ce6dd8ff?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -725,7 +725,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-512/providers/Microsoft.Network/azureFirewalls/firewall-933?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-512/providers/Microsoft.Network/azureFirewalls/firewall-933?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -801,7 +801,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-512/providers/Microsoft.Network/azureFirewalls/firewall-933?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-512/providers/Microsoft.Network/azureFirewalls/firewall-933?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -878,7 +878,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-512/providers/Microsoft.Network/azureFirewalls/firewall-933?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-512/providers/Microsoft.Network/azureFirewalls/firewall-933?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -955,7 +955,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-512/providers/Microsoft.Network/azureFirewalls/firewall-933?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-512/providers/Microsoft.Network/azureFirewalls/firewall-933?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -971,12 +971,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/c39c86b9-f385-420c-bff3-9d19cf14e016?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/c39c86b9-f385-420c-bff3-9d19cf14e016?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Tue, 30 Nov 2021 09:05:00 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operationResults/c39c86b9-f385-420c-bff3-9d19cf14e016?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operationResults/c39c86b9-f385-420c-bff3-9d19cf14e016?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -995,7 +995,7 @@ "ResponseBody": [] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/c39c86b9-f385-420c-bff3-9d19cf14e016?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/c39c86b9-f385-420c-bff3-9d19cf14e016?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1036,7 +1036,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/c39c86b9-f385-420c-bff3-9d19cf14e016?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/c39c86b9-f385-420c-bff3-9d19cf14e016?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1077,7 +1077,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/c39c86b9-f385-420c-bff3-9d19cf14e016?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/c39c86b9-f385-420c-bff3-9d19cf14e016?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1118,7 +1118,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/c39c86b9-f385-420c-bff3-9d19cf14e016?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/c39c86b9-f385-420c-bff3-9d19cf14e016?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1159,7 +1159,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/c39c86b9-f385-420c-bff3-9d19cf14e016?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/c39c86b9-f385-420c-bff3-9d19cf14e016?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1200,7 +1200,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/c39c86b9-f385-420c-bff3-9d19cf14e016?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/c39c86b9-f385-420c-bff3-9d19cf14e016?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1241,7 +1241,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/c39c86b9-f385-420c-bff3-9d19cf14e016?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/c39c86b9-f385-420c-bff3-9d19cf14e016?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1282,7 +1282,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/c39c86b9-f385-420c-bff3-9d19cf14e016?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/c39c86b9-f385-420c-bff3-9d19cf14e016?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1323,7 +1323,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/c39c86b9-f385-420c-bff3-9d19cf14e016?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/c39c86b9-f385-420c-bff3-9d19cf14e016?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1364,7 +1364,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/c39c86b9-f385-420c-bff3-9d19cf14e016?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/c39c86b9-f385-420c-bff3-9d19cf14e016?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1405,7 +1405,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/c39c86b9-f385-420c-bff3-9d19cf14e016?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/c39c86b9-f385-420c-bff3-9d19cf14e016?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1446,7 +1446,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/c39c86b9-f385-420c-bff3-9d19cf14e016?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/c39c86b9-f385-420c-bff3-9d19cf14e016?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/FirewallTests/Delete.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/FirewallTests/Delete.json index e302588713bf..f43388279675 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/FirewallTests/Delete.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/FirewallTests/Delete.json @@ -41,7 +41,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-3501/providers/Microsoft.Network/virtualNetworks/vnet-5110?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-3501/providers/Microsoft.Network/virtualNetworks/vnet-5110?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -129,7 +129,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-3501/providers/Microsoft.Network/publicIPAddresses/publicIp-5717?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-3501/providers/Microsoft.Network/publicIPAddresses/publicIp-5717?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -188,7 +188,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-3501/providers/Microsoft.Network/azureFirewalls/firewall-8134?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-3501/providers/Microsoft.Network/azureFirewalls/firewall-8134?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -223,7 +223,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/81b08b67-113b-4fc9-bcd8-8f33062a66d0?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/81b08b67-113b-4fc9-bcd8-8f33062a66d0?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1605", "Content-Type": "application/json; charset=utf-8", @@ -285,7 +285,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/81b08b67-113b-4fc9-bcd8-8f33062a66d0?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/81b08b67-113b-4fc9-bcd8-8f33062a66d0?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -326,7 +326,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/81b08b67-113b-4fc9-bcd8-8f33062a66d0?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/81b08b67-113b-4fc9-bcd8-8f33062a66d0?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -367,7 +367,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/81b08b67-113b-4fc9-bcd8-8f33062a66d0?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/81b08b67-113b-4fc9-bcd8-8f33062a66d0?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -408,7 +408,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/81b08b67-113b-4fc9-bcd8-8f33062a66d0?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/81b08b67-113b-4fc9-bcd8-8f33062a66d0?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -449,7 +449,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/81b08b67-113b-4fc9-bcd8-8f33062a66d0?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/81b08b67-113b-4fc9-bcd8-8f33062a66d0?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -490,7 +490,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/81b08b67-113b-4fc9-bcd8-8f33062a66d0?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/81b08b67-113b-4fc9-bcd8-8f33062a66d0?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -531,7 +531,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/81b08b67-113b-4fc9-bcd8-8f33062a66d0?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/81b08b67-113b-4fc9-bcd8-8f33062a66d0?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -572,7 +572,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/81b08b67-113b-4fc9-bcd8-8f33062a66d0?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/81b08b67-113b-4fc9-bcd8-8f33062a66d0?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -612,7 +612,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-3501/providers/Microsoft.Network/azureFirewalls/firewall-8134?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-3501/providers/Microsoft.Network/azureFirewalls/firewall-8134?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -688,7 +688,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/81b08b67-113b-4fc9-bcd8-8f33062a66d0?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/81b08b67-113b-4fc9-bcd8-8f33062a66d0?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -728,7 +728,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-3501/providers/Microsoft.Network/azureFirewalls/firewall-8134?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-3501/providers/Microsoft.Network/azureFirewalls/firewall-8134?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -804,7 +804,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-3501/providers/Microsoft.Network/azureFirewalls?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-3501/providers/Microsoft.Network/azureFirewalls?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -884,7 +884,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-3501/providers/Microsoft.Network/azureFirewalls/firewall-8134?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-3501/providers/Microsoft.Network/azureFirewalls/firewall-8134?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -900,12 +900,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/a45fe523-4bc0-45dd-821f-bd23c5907d9b?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/a45fe523-4bc0-45dd-821f-bd23c5907d9b?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Wed, 24 Nov 2021 07:52:16 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operationResults/a45fe523-4bc0-45dd-821f-bd23c5907d9b?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operationResults/a45fe523-4bc0-45dd-821f-bd23c5907d9b?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -924,7 +924,7 @@ "ResponseBody": [] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/a45fe523-4bc0-45dd-821f-bd23c5907d9b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/a45fe523-4bc0-45dd-821f-bd23c5907d9b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -965,7 +965,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/a45fe523-4bc0-45dd-821f-bd23c5907d9b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/a45fe523-4bc0-45dd-821f-bd23c5907d9b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1006,7 +1006,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/a45fe523-4bc0-45dd-821f-bd23c5907d9b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/a45fe523-4bc0-45dd-821f-bd23c5907d9b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1047,7 +1047,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/a45fe523-4bc0-45dd-821f-bd23c5907d9b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/a45fe523-4bc0-45dd-821f-bd23c5907d9b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1088,7 +1088,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/a45fe523-4bc0-45dd-821f-bd23c5907d9b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/a45fe523-4bc0-45dd-821f-bd23c5907d9b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1129,7 +1129,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/a45fe523-4bc0-45dd-821f-bd23c5907d9b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/a45fe523-4bc0-45dd-821f-bd23c5907d9b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1170,7 +1170,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/a45fe523-4bc0-45dd-821f-bd23c5907d9b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/a45fe523-4bc0-45dd-821f-bd23c5907d9b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1211,7 +1211,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/a45fe523-4bc0-45dd-821f-bd23c5907d9b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/a45fe523-4bc0-45dd-821f-bd23c5907d9b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1251,7 +1251,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-3501/providers/Microsoft.Network/azureFirewalls?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-3501/providers/Microsoft.Network/azureFirewalls?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1284,7 +1284,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-3501/providers/Microsoft.Network/azureFirewalls/firewall-8134?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-3501/providers/Microsoft.Network/azureFirewalls/firewall-8134?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/FirewallTests/DeleteAsync.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/FirewallTests/DeleteAsync.json index e3d74a52ab51..637204108155 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/FirewallTests/DeleteAsync.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/FirewallTests/DeleteAsync.json @@ -41,7 +41,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-512/providers/Microsoft.Network/virtualNetworks/vnet-9284?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-512/providers/Microsoft.Network/virtualNetworks/vnet-9284?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -129,7 +129,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-512/providers/Microsoft.Network/publicIPAddresses/publicIp-4635?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-512/providers/Microsoft.Network/publicIPAddresses/publicIp-4635?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -188,7 +188,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-512/providers/Microsoft.Network/azureFirewalls/firewall-933?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-512/providers/Microsoft.Network/azureFirewalls/firewall-933?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -223,7 +223,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/83cc27fe-2731-4bda-a5a3-0e33d6ee9e24?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/83cc27fe-2731-4bda-a5a3-0e33d6ee9e24?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1598", "Content-Type": "application/json; charset=utf-8", @@ -285,7 +285,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/83cc27fe-2731-4bda-a5a3-0e33d6ee9e24?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/83cc27fe-2731-4bda-a5a3-0e33d6ee9e24?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -326,7 +326,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/83cc27fe-2731-4bda-a5a3-0e33d6ee9e24?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/83cc27fe-2731-4bda-a5a3-0e33d6ee9e24?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -367,7 +367,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/83cc27fe-2731-4bda-a5a3-0e33d6ee9e24?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/83cc27fe-2731-4bda-a5a3-0e33d6ee9e24?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -408,7 +408,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/83cc27fe-2731-4bda-a5a3-0e33d6ee9e24?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/83cc27fe-2731-4bda-a5a3-0e33d6ee9e24?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -449,7 +449,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/83cc27fe-2731-4bda-a5a3-0e33d6ee9e24?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/83cc27fe-2731-4bda-a5a3-0e33d6ee9e24?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -490,7 +490,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/83cc27fe-2731-4bda-a5a3-0e33d6ee9e24?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/83cc27fe-2731-4bda-a5a3-0e33d6ee9e24?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -531,7 +531,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/83cc27fe-2731-4bda-a5a3-0e33d6ee9e24?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/83cc27fe-2731-4bda-a5a3-0e33d6ee9e24?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -571,7 +571,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-512/providers/Microsoft.Network/azureFirewalls/firewall-933?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-512/providers/Microsoft.Network/azureFirewalls/firewall-933?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -647,7 +647,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/83cc27fe-2731-4bda-a5a3-0e33d6ee9e24?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/83cc27fe-2731-4bda-a5a3-0e33d6ee9e24?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -687,7 +687,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-512/providers/Microsoft.Network/azureFirewalls/firewall-933?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-512/providers/Microsoft.Network/azureFirewalls/firewall-933?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -763,7 +763,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-512/providers/Microsoft.Network/azureFirewalls?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-512/providers/Microsoft.Network/azureFirewalls?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -843,7 +843,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-512/providers/Microsoft.Network/azureFirewalls/firewall-933?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-512/providers/Microsoft.Network/azureFirewalls/firewall-933?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -859,12 +859,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/a2bd9370-e496-4ee3-99c8-560f42bf236d?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/a2bd9370-e496-4ee3-99c8-560f42bf236d?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Tue, 30 Nov 2021 04:20:54 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operationResults/a2bd9370-e496-4ee3-99c8-560f42bf236d?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operationResults/a2bd9370-e496-4ee3-99c8-560f42bf236d?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -883,7 +883,7 @@ "ResponseBody": [] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/a2bd9370-e496-4ee3-99c8-560f42bf236d?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/a2bd9370-e496-4ee3-99c8-560f42bf236d?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -924,7 +924,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/a2bd9370-e496-4ee3-99c8-560f42bf236d?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/a2bd9370-e496-4ee3-99c8-560f42bf236d?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -965,7 +965,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/a2bd9370-e496-4ee3-99c8-560f42bf236d?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/a2bd9370-e496-4ee3-99c8-560f42bf236d?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1006,7 +1006,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/a2bd9370-e496-4ee3-99c8-560f42bf236d?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/a2bd9370-e496-4ee3-99c8-560f42bf236d?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1047,7 +1047,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/a2bd9370-e496-4ee3-99c8-560f42bf236d?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/a2bd9370-e496-4ee3-99c8-560f42bf236d?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1088,7 +1088,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/a2bd9370-e496-4ee3-99c8-560f42bf236d?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/a2bd9370-e496-4ee3-99c8-560f42bf236d?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1129,7 +1129,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/a2bd9370-e496-4ee3-99c8-560f42bf236d?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/a2bd9370-e496-4ee3-99c8-560f42bf236d?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1170,7 +1170,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/a2bd9370-e496-4ee3-99c8-560f42bf236d?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/a2bd9370-e496-4ee3-99c8-560f42bf236d?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1210,7 +1210,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-512/providers/Microsoft.Network/azureFirewalls?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-512/providers/Microsoft.Network/azureFirewalls?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1243,7 +1243,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-512/providers/Microsoft.Network/azureFirewalls/firewall-933?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-512/providers/Microsoft.Network/azureFirewalls/firewall-933?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/FirewallTests/Exists.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/FirewallTests/Exists.json index 73dd3a2855a2..1134419d5f98 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/FirewallTests/Exists.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/FirewallTests/Exists.json @@ -41,7 +41,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-3501/providers/Microsoft.Network/virtualNetworks/vnet-5110?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-3501/providers/Microsoft.Network/virtualNetworks/vnet-5110?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -126,7 +126,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-3501/providers/Microsoft.Network/publicIPAddresses/publicIp-5717?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-3501/providers/Microsoft.Network/publicIPAddresses/publicIp-5717?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -185,7 +185,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-3501/providers/Microsoft.Network/azureFirewalls/firewall-8134?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-3501/providers/Microsoft.Network/azureFirewalls/firewall-8134?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -220,7 +220,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/d660d532-52a8-49f4-b2e5-fdbdc8641551?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/d660d532-52a8-49f4-b2e5-fdbdc8641551?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1605", "Content-Type": "application/json; charset=utf-8", @@ -282,7 +282,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/d660d532-52a8-49f4-b2e5-fdbdc8641551?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/d660d532-52a8-49f4-b2e5-fdbdc8641551?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -323,7 +323,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/d660d532-52a8-49f4-b2e5-fdbdc8641551?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/d660d532-52a8-49f4-b2e5-fdbdc8641551?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -364,7 +364,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/d660d532-52a8-49f4-b2e5-fdbdc8641551?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/d660d532-52a8-49f4-b2e5-fdbdc8641551?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -405,7 +405,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/d660d532-52a8-49f4-b2e5-fdbdc8641551?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/d660d532-52a8-49f4-b2e5-fdbdc8641551?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -446,7 +446,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/d660d532-52a8-49f4-b2e5-fdbdc8641551?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/d660d532-52a8-49f4-b2e5-fdbdc8641551?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -487,7 +487,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/d660d532-52a8-49f4-b2e5-fdbdc8641551?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/d660d532-52a8-49f4-b2e5-fdbdc8641551?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -528,7 +528,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/d660d532-52a8-49f4-b2e5-fdbdc8641551?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/d660d532-52a8-49f4-b2e5-fdbdc8641551?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -568,7 +568,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-3501/providers/Microsoft.Network/azureFirewalls/firewall-8134?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-3501/providers/Microsoft.Network/azureFirewalls/firewall-8134?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -644,7 +644,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/d660d532-52a8-49f4-b2e5-fdbdc8641551?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/d660d532-52a8-49f4-b2e5-fdbdc8641551?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -684,7 +684,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-3501/providers/Microsoft.Network/azureFirewalls/firewall-8134?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-3501/providers/Microsoft.Network/azureFirewalls/firewall-8134?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -760,7 +760,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-3501/providers/Microsoft.Network/azureFirewalls/firewall-8134?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-3501/providers/Microsoft.Network/azureFirewalls/firewall-8134?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -837,7 +837,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-3501/providers/Microsoft.Network/azureFirewalls/firewall-81340?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-3501/providers/Microsoft.Network/azureFirewalls/firewall-81340?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -873,7 +873,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-3501/providers/Microsoft.Network/azureFirewalls/firewall-8134?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-3501/providers/Microsoft.Network/azureFirewalls/firewall-8134?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -950,7 +950,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-3501/providers/Microsoft.Network/azureFirewalls/firewall-8134?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-3501/providers/Microsoft.Network/azureFirewalls/firewall-8134?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1027,7 +1027,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-3501/providers/Microsoft.Network/azureFirewalls/firewall-8134?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-3501/providers/Microsoft.Network/azureFirewalls/firewall-8134?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1043,12 +1043,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/fd6dc04d-4067-44a1-88e0-6f3d978aeb28?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/fd6dc04d-4067-44a1-88e0-6f3d978aeb28?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Wed, 24 Nov 2021 07:20:19 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operationResults/fd6dc04d-4067-44a1-88e0-6f3d978aeb28?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operationResults/fd6dc04d-4067-44a1-88e0-6f3d978aeb28?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -1067,7 +1067,7 @@ "ResponseBody": [] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/fd6dc04d-4067-44a1-88e0-6f3d978aeb28?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/fd6dc04d-4067-44a1-88e0-6f3d978aeb28?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1108,7 +1108,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/fd6dc04d-4067-44a1-88e0-6f3d978aeb28?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/fd6dc04d-4067-44a1-88e0-6f3d978aeb28?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1149,7 +1149,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/fd6dc04d-4067-44a1-88e0-6f3d978aeb28?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/fd6dc04d-4067-44a1-88e0-6f3d978aeb28?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1190,7 +1190,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/fd6dc04d-4067-44a1-88e0-6f3d978aeb28?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/fd6dc04d-4067-44a1-88e0-6f3d978aeb28?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1231,7 +1231,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/fd6dc04d-4067-44a1-88e0-6f3d978aeb28?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/fd6dc04d-4067-44a1-88e0-6f3d978aeb28?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1272,7 +1272,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/fd6dc04d-4067-44a1-88e0-6f3d978aeb28?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/fd6dc04d-4067-44a1-88e0-6f3d978aeb28?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1313,7 +1313,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/fd6dc04d-4067-44a1-88e0-6f3d978aeb28?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/fd6dc04d-4067-44a1-88e0-6f3d978aeb28?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1354,7 +1354,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/fd6dc04d-4067-44a1-88e0-6f3d978aeb28?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/fd6dc04d-4067-44a1-88e0-6f3d978aeb28?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/FirewallTests/ExistsAsync.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/FirewallTests/ExistsAsync.json index 476641719d36..370f155c32ba 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/FirewallTests/ExistsAsync.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/FirewallTests/ExistsAsync.json @@ -41,7 +41,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-512/providers/Microsoft.Network/virtualNetworks/vnet-9284?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-512/providers/Microsoft.Network/virtualNetworks/vnet-9284?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -126,7 +126,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-512/providers/Microsoft.Network/publicIPAddresses/publicIp-4635?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-512/providers/Microsoft.Network/publicIPAddresses/publicIp-4635?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -185,7 +185,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-512/providers/Microsoft.Network/azureFirewalls/firewall-933?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-512/providers/Microsoft.Network/azureFirewalls/firewall-933?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -220,7 +220,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2e185679-fb81-47d9-912c-81c3ad53e2fb?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2e185679-fb81-47d9-912c-81c3ad53e2fb?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1601", "Content-Type": "application/json; charset=utf-8", @@ -282,7 +282,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2e185679-fb81-47d9-912c-81c3ad53e2fb?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2e185679-fb81-47d9-912c-81c3ad53e2fb?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -323,7 +323,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2e185679-fb81-47d9-912c-81c3ad53e2fb?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2e185679-fb81-47d9-912c-81c3ad53e2fb?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -364,7 +364,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2e185679-fb81-47d9-912c-81c3ad53e2fb?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2e185679-fb81-47d9-912c-81c3ad53e2fb?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -405,7 +405,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2e185679-fb81-47d9-912c-81c3ad53e2fb?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2e185679-fb81-47d9-912c-81c3ad53e2fb?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -446,7 +446,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2e185679-fb81-47d9-912c-81c3ad53e2fb?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2e185679-fb81-47d9-912c-81c3ad53e2fb?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -487,7 +487,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2e185679-fb81-47d9-912c-81c3ad53e2fb?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2e185679-fb81-47d9-912c-81c3ad53e2fb?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -528,7 +528,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2e185679-fb81-47d9-912c-81c3ad53e2fb?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2e185679-fb81-47d9-912c-81c3ad53e2fb?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -568,7 +568,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-512/providers/Microsoft.Network/azureFirewalls/firewall-933?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-512/providers/Microsoft.Network/azureFirewalls/firewall-933?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -644,7 +644,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2e185679-fb81-47d9-912c-81c3ad53e2fb?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2e185679-fb81-47d9-912c-81c3ad53e2fb?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -684,7 +684,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-512/providers/Microsoft.Network/azureFirewalls/firewall-933?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-512/providers/Microsoft.Network/azureFirewalls/firewall-933?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -760,7 +760,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-512/providers/Microsoft.Network/azureFirewalls/firewall-933?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-512/providers/Microsoft.Network/azureFirewalls/firewall-933?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -837,7 +837,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-512/providers/Microsoft.Network/azureFirewalls/firewall-9330?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-512/providers/Microsoft.Network/azureFirewalls/firewall-9330?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -873,7 +873,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-512/providers/Microsoft.Network/azureFirewalls/firewall-933?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-512/providers/Microsoft.Network/azureFirewalls/firewall-933?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -950,7 +950,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-512/providers/Microsoft.Network/azureFirewalls/firewall-933?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-512/providers/Microsoft.Network/azureFirewalls/firewall-933?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1027,7 +1027,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-512/providers/Microsoft.Network/azureFirewalls/firewall-933?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-512/providers/Microsoft.Network/azureFirewalls/firewall-933?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1043,12 +1043,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/1be9806e-e904-4f9a-b0cf-f52b757de41a?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/1be9806e-e904-4f9a-b0cf-f52b757de41a?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Tue, 30 Nov 2021 05:40:48 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operationResults/1be9806e-e904-4f9a-b0cf-f52b757de41a?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operationResults/1be9806e-e904-4f9a-b0cf-f52b757de41a?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -1067,7 +1067,7 @@ "ResponseBody": [] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/1be9806e-e904-4f9a-b0cf-f52b757de41a?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/1be9806e-e904-4f9a-b0cf-f52b757de41a?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1108,7 +1108,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/1be9806e-e904-4f9a-b0cf-f52b757de41a?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/1be9806e-e904-4f9a-b0cf-f52b757de41a?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1149,7 +1149,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/1be9806e-e904-4f9a-b0cf-f52b757de41a?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/1be9806e-e904-4f9a-b0cf-f52b757de41a?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1190,7 +1190,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/1be9806e-e904-4f9a-b0cf-f52b757de41a?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/1be9806e-e904-4f9a-b0cf-f52b757de41a?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1231,7 +1231,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/1be9806e-e904-4f9a-b0cf-f52b757de41a?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/1be9806e-e904-4f9a-b0cf-f52b757de41a?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1272,7 +1272,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/1be9806e-e904-4f9a-b0cf-f52b757de41a?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/1be9806e-e904-4f9a-b0cf-f52b757de41a?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1313,7 +1313,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/1be9806e-e904-4f9a-b0cf-f52b757de41a?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/1be9806e-e904-4f9a-b0cf-f52b757de41a?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1354,7 +1354,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/1be9806e-e904-4f9a-b0cf-f52b757de41a?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/1be9806e-e904-4f9a-b0cf-f52b757de41a?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/FirewallTests/FirewallTests(False).json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/FirewallTests/FirewallTests(False).json index 37f336610143..6f9a82a6fb4b 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/FirewallTests/FirewallTests(False).json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/FirewallTests/FirewallTests(False).json @@ -93,7 +93,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-3501/providers/Microsoft.Network/virtualNetworks/vnet-5110?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-3501/providers/Microsoft.Network/virtualNetworks/vnet-5110?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -134,7 +134,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/e9ed5a11-0a76-4ab5-ad0c-13ff84258b6f?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/e9ed5a11-0a76-4ab5-ad0c-13ff84258b6f?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1864", "Content-Type": "application/json; charset=utf-8", @@ -205,7 +205,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/e9ed5a11-0a76-4ab5-ad0c-13ff84258b6f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/e9ed5a11-0a76-4ab5-ad0c-13ff84258b6f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -245,7 +245,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-3501/providers/Microsoft.Network/virtualNetworks/vnet-5110?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-3501/providers/Microsoft.Network/virtualNetworks/vnet-5110?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -329,7 +329,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-3501/providers/Microsoft.Network/publicIPAddresses/publicIp-5717?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-3501/providers/Microsoft.Network/publicIPAddresses/publicIp-5717?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -355,7 +355,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/1c5852ff-7f64-4279-a626-fae2206f82a8?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/1c5852ff-7f64-4279-a626-fae2206f82a8?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "642", "Content-Type": "application/json; charset=utf-8", @@ -399,7 +399,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/1c5852ff-7f64-4279-a626-fae2206f82a8?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/1c5852ff-7f64-4279-a626-fae2206f82a8?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -439,7 +439,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-3501/providers/Microsoft.Network/publicIPAddresses/publicIp-5717?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-3501/providers/Microsoft.Network/publicIPAddresses/publicIp-5717?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/FirewallTests/FirewallTests(True)Async.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/FirewallTests/FirewallTests(True)Async.json index 2d84e49077b0..910934042097 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/FirewallTests/FirewallTests(True)Async.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/FirewallTests/FirewallTests(True)Async.json @@ -93,7 +93,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-512/providers/Microsoft.Network/virtualNetworks/vnet-9284?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-512/providers/Microsoft.Network/virtualNetworks/vnet-9284?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -134,7 +134,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ea11a248-d006-45b5-b009-a91f4aaccdd3?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ea11a248-d006-45b5-b009-a91f4aaccdd3?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1861", "Content-Type": "application/json; charset=utf-8", @@ -205,7 +205,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ea11a248-d006-45b5-b009-a91f4aaccdd3?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ea11a248-d006-45b5-b009-a91f4aaccdd3?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -246,7 +246,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ea11a248-d006-45b5-b009-a91f4aaccdd3?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ea11a248-d006-45b5-b009-a91f4aaccdd3?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -286,7 +286,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-512/providers/Microsoft.Network/virtualNetworks/vnet-9284?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-512/providers/Microsoft.Network/virtualNetworks/vnet-9284?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -370,7 +370,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-512/providers/Microsoft.Network/publicIPAddresses/publicIp-4635?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-512/providers/Microsoft.Network/publicIPAddresses/publicIp-4635?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -396,7 +396,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/a24bdb77-8cdd-4be7-9dc4-f9eddb65e27f?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/a24bdb77-8cdd-4be7-9dc4-f9eddb65e27f?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "641", "Content-Type": "application/json; charset=utf-8", @@ -440,7 +440,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/a24bdb77-8cdd-4be7-9dc4-f9eddb65e27f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/a24bdb77-8cdd-4be7-9dc4-f9eddb65e27f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -480,7 +480,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-512/providers/Microsoft.Network/publicIPAddresses/publicIp-4635?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-512/providers/Microsoft.Network/publicIPAddresses/publicIp-4635?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/FirewallTests/Get.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/FirewallTests/Get.json index d0553a776472..88939e700522 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/FirewallTests/Get.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/FirewallTests/Get.json @@ -41,7 +41,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-3501/providers/Microsoft.Network/virtualNetworks/vnet-5110?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-3501/providers/Microsoft.Network/virtualNetworks/vnet-5110?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -129,7 +129,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-3501/providers/Microsoft.Network/publicIPAddresses/publicIp-5717?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-3501/providers/Microsoft.Network/publicIPAddresses/publicIp-5717?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -188,7 +188,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-3501/providers/Microsoft.Network/azureFirewalls/firewall-8134?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-3501/providers/Microsoft.Network/azureFirewalls/firewall-8134?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -223,7 +223,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/d58b8819-6ac7-4cc7-99dd-1a57f23064a9?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/d58b8819-6ac7-4cc7-99dd-1a57f23064a9?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1605", "Content-Type": "application/json; charset=utf-8", @@ -285,7 +285,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/d58b8819-6ac7-4cc7-99dd-1a57f23064a9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/d58b8819-6ac7-4cc7-99dd-1a57f23064a9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -326,7 +326,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/d58b8819-6ac7-4cc7-99dd-1a57f23064a9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/d58b8819-6ac7-4cc7-99dd-1a57f23064a9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -367,7 +367,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/d58b8819-6ac7-4cc7-99dd-1a57f23064a9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/d58b8819-6ac7-4cc7-99dd-1a57f23064a9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -408,7 +408,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/d58b8819-6ac7-4cc7-99dd-1a57f23064a9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/d58b8819-6ac7-4cc7-99dd-1a57f23064a9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -449,7 +449,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/d58b8819-6ac7-4cc7-99dd-1a57f23064a9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/d58b8819-6ac7-4cc7-99dd-1a57f23064a9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -490,7 +490,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/d58b8819-6ac7-4cc7-99dd-1a57f23064a9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/d58b8819-6ac7-4cc7-99dd-1a57f23064a9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -531,7 +531,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/d58b8819-6ac7-4cc7-99dd-1a57f23064a9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/d58b8819-6ac7-4cc7-99dd-1a57f23064a9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -572,7 +572,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/d58b8819-6ac7-4cc7-99dd-1a57f23064a9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/d58b8819-6ac7-4cc7-99dd-1a57f23064a9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -612,7 +612,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-3501/providers/Microsoft.Network/azureFirewalls/firewall-8134?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-3501/providers/Microsoft.Network/azureFirewalls/firewall-8134?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -688,7 +688,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/d58b8819-6ac7-4cc7-99dd-1a57f23064a9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/d58b8819-6ac7-4cc7-99dd-1a57f23064a9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -728,7 +728,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-3501/providers/Microsoft.Network/azureFirewalls/firewall-8134?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-3501/providers/Microsoft.Network/azureFirewalls/firewall-8134?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -804,7 +804,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-3501/providers/Microsoft.Network/azureFirewalls/firewall-8134?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-3501/providers/Microsoft.Network/azureFirewalls/firewall-8134?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -881,7 +881,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-3501/providers/Microsoft.Network/azureFirewalls/firewall-8134?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-3501/providers/Microsoft.Network/azureFirewalls/firewall-8134?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -958,7 +958,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-3501/providers/Microsoft.Network/azureFirewalls/firewall-8134?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-3501/providers/Microsoft.Network/azureFirewalls/firewall-8134?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1035,7 +1035,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-3501/providers/Microsoft.Network/azureFirewalls/firewall-8134?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-3501/providers/Microsoft.Network/azureFirewalls/firewall-8134?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1051,12 +1051,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/bfed2244-d654-45d6-8d23-ef4c81191acc?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/bfed2244-d654-45d6-8d23-ef4c81191acc?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Wed, 24 Nov 2021 08:04:54 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operationResults/bfed2244-d654-45d6-8d23-ef4c81191acc?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operationResults/bfed2244-d654-45d6-8d23-ef4c81191acc?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -1075,7 +1075,7 @@ "ResponseBody": [] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/bfed2244-d654-45d6-8d23-ef4c81191acc?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/bfed2244-d654-45d6-8d23-ef4c81191acc?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1116,7 +1116,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/bfed2244-d654-45d6-8d23-ef4c81191acc?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/bfed2244-d654-45d6-8d23-ef4c81191acc?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1157,7 +1157,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/bfed2244-d654-45d6-8d23-ef4c81191acc?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/bfed2244-d654-45d6-8d23-ef4c81191acc?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1198,7 +1198,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/bfed2244-d654-45d6-8d23-ef4c81191acc?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/bfed2244-d654-45d6-8d23-ef4c81191acc?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1239,7 +1239,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/bfed2244-d654-45d6-8d23-ef4c81191acc?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/bfed2244-d654-45d6-8d23-ef4c81191acc?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1280,7 +1280,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/bfed2244-d654-45d6-8d23-ef4c81191acc?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/bfed2244-d654-45d6-8d23-ef4c81191acc?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1321,7 +1321,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/bfed2244-d654-45d6-8d23-ef4c81191acc?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/bfed2244-d654-45d6-8d23-ef4c81191acc?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1362,7 +1362,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/bfed2244-d654-45d6-8d23-ef4c81191acc?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/bfed2244-d654-45d6-8d23-ef4c81191acc?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/FirewallTests/GetAll.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/FirewallTests/GetAll.json index d98b4483301b..8274413e3fec 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/FirewallTests/GetAll.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/FirewallTests/GetAll.json @@ -41,7 +41,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-3501/providers/Microsoft.Network/virtualNetworks/vnet-5110?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-3501/providers/Microsoft.Network/virtualNetworks/vnet-5110?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -129,7 +129,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-3501/providers/Microsoft.Network/publicIPAddresses/publicIp-5717?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-3501/providers/Microsoft.Network/publicIPAddresses/publicIp-5717?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -188,7 +188,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-3501/providers/Microsoft.Network/azureFirewalls/firewall-8134?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-3501/providers/Microsoft.Network/azureFirewalls/firewall-8134?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -223,7 +223,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/1c8c32b8-bbf3-438b-a23c-1f86d5a9aeee?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/1c8c32b8-bbf3-438b-a23c-1f86d5a9aeee?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1605", "Content-Type": "application/json; charset=utf-8", @@ -285,7 +285,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/1c8c32b8-bbf3-438b-a23c-1f86d5a9aeee?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/1c8c32b8-bbf3-438b-a23c-1f86d5a9aeee?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -326,7 +326,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/1c8c32b8-bbf3-438b-a23c-1f86d5a9aeee?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/1c8c32b8-bbf3-438b-a23c-1f86d5a9aeee?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -367,7 +367,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/1c8c32b8-bbf3-438b-a23c-1f86d5a9aeee?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/1c8c32b8-bbf3-438b-a23c-1f86d5a9aeee?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -408,7 +408,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/1c8c32b8-bbf3-438b-a23c-1f86d5a9aeee?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/1c8c32b8-bbf3-438b-a23c-1f86d5a9aeee?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -449,7 +449,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/1c8c32b8-bbf3-438b-a23c-1f86d5a9aeee?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/1c8c32b8-bbf3-438b-a23c-1f86d5a9aeee?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -490,7 +490,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/1c8c32b8-bbf3-438b-a23c-1f86d5a9aeee?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/1c8c32b8-bbf3-438b-a23c-1f86d5a9aeee?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -531,7 +531,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/1c8c32b8-bbf3-438b-a23c-1f86d5a9aeee?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/1c8c32b8-bbf3-438b-a23c-1f86d5a9aeee?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -572,7 +572,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/1c8c32b8-bbf3-438b-a23c-1f86d5a9aeee?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/1c8c32b8-bbf3-438b-a23c-1f86d5a9aeee?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -612,7 +612,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-3501/providers/Microsoft.Network/azureFirewalls/firewall-8134?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-3501/providers/Microsoft.Network/azureFirewalls/firewall-8134?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -688,7 +688,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/1c8c32b8-bbf3-438b-a23c-1f86d5a9aeee?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/1c8c32b8-bbf3-438b-a23c-1f86d5a9aeee?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -728,7 +728,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-3501/providers/Microsoft.Network/azureFirewalls/firewall-8134?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-3501/providers/Microsoft.Network/azureFirewalls/firewall-8134?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -804,7 +804,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-3501/providers/Microsoft.Network/azureFirewalls?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-3501/providers/Microsoft.Network/azureFirewalls?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -884,7 +884,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-3501/providers/Microsoft.Network/azureFirewalls/firewall-8134?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-3501/providers/Microsoft.Network/azureFirewalls/firewall-8134?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -961,7 +961,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-3501/providers/Microsoft.Network/azureFirewalls/firewall-8134?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-3501/providers/Microsoft.Network/azureFirewalls/firewall-8134?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1038,7 +1038,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-3501/providers/Microsoft.Network/azureFirewalls/firewall-8134?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-3501/providers/Microsoft.Network/azureFirewalls/firewall-8134?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1054,12 +1054,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/39cb0b2f-aee1-4288-a00c-bf747edd8d4c?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/39cb0b2f-aee1-4288-a00c-bf747edd8d4c?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Wed, 24 Nov 2021 08:17:30 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operationResults/39cb0b2f-aee1-4288-a00c-bf747edd8d4c?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operationResults/39cb0b2f-aee1-4288-a00c-bf747edd8d4c?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -1078,7 +1078,7 @@ "ResponseBody": [] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/39cb0b2f-aee1-4288-a00c-bf747edd8d4c?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/39cb0b2f-aee1-4288-a00c-bf747edd8d4c?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1119,7 +1119,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/39cb0b2f-aee1-4288-a00c-bf747edd8d4c?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/39cb0b2f-aee1-4288-a00c-bf747edd8d4c?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1160,7 +1160,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/39cb0b2f-aee1-4288-a00c-bf747edd8d4c?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/39cb0b2f-aee1-4288-a00c-bf747edd8d4c?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1201,7 +1201,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/39cb0b2f-aee1-4288-a00c-bf747edd8d4c?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/39cb0b2f-aee1-4288-a00c-bf747edd8d4c?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1242,7 +1242,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/39cb0b2f-aee1-4288-a00c-bf747edd8d4c?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/39cb0b2f-aee1-4288-a00c-bf747edd8d4c?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1283,7 +1283,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/39cb0b2f-aee1-4288-a00c-bf747edd8d4c?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/39cb0b2f-aee1-4288-a00c-bf747edd8d4c?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1324,7 +1324,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/39cb0b2f-aee1-4288-a00c-bf747edd8d4c?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/39cb0b2f-aee1-4288-a00c-bf747edd8d4c?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1365,7 +1365,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/39cb0b2f-aee1-4288-a00c-bf747edd8d4c?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/39cb0b2f-aee1-4288-a00c-bf747edd8d4c?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/FirewallTests/GetAllAsync.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/FirewallTests/GetAllAsync.json index 7c191bd32503..a3481fc45c42 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/FirewallTests/GetAllAsync.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/FirewallTests/GetAllAsync.json @@ -41,7 +41,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-512/providers/Microsoft.Network/virtualNetworks/vnet-9284?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-512/providers/Microsoft.Network/virtualNetworks/vnet-9284?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -129,7 +129,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-512/providers/Microsoft.Network/publicIPAddresses/publicIp-4635?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-512/providers/Microsoft.Network/publicIPAddresses/publicIp-4635?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -188,7 +188,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-512/providers/Microsoft.Network/azureFirewalls/firewall-933?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-512/providers/Microsoft.Network/azureFirewalls/firewall-933?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -223,7 +223,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/87d25d5c-a44d-4862-8933-e2d8d61094a9?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/87d25d5c-a44d-4862-8933-e2d8d61094a9?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1598", "Content-Type": "application/json; charset=utf-8", @@ -285,7 +285,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/87d25d5c-a44d-4862-8933-e2d8d61094a9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/87d25d5c-a44d-4862-8933-e2d8d61094a9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -326,7 +326,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/87d25d5c-a44d-4862-8933-e2d8d61094a9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/87d25d5c-a44d-4862-8933-e2d8d61094a9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -367,7 +367,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/87d25d5c-a44d-4862-8933-e2d8d61094a9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/87d25d5c-a44d-4862-8933-e2d8d61094a9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -408,7 +408,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/87d25d5c-a44d-4862-8933-e2d8d61094a9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/87d25d5c-a44d-4862-8933-e2d8d61094a9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -449,7 +449,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/87d25d5c-a44d-4862-8933-e2d8d61094a9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/87d25d5c-a44d-4862-8933-e2d8d61094a9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -490,7 +490,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/87d25d5c-a44d-4862-8933-e2d8d61094a9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/87d25d5c-a44d-4862-8933-e2d8d61094a9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -531,7 +531,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/87d25d5c-a44d-4862-8933-e2d8d61094a9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/87d25d5c-a44d-4862-8933-e2d8d61094a9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -572,7 +572,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/87d25d5c-a44d-4862-8933-e2d8d61094a9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/87d25d5c-a44d-4862-8933-e2d8d61094a9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -612,7 +612,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-512/providers/Microsoft.Network/azureFirewalls/firewall-933?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-512/providers/Microsoft.Network/azureFirewalls/firewall-933?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -688,7 +688,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/87d25d5c-a44d-4862-8933-e2d8d61094a9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/87d25d5c-a44d-4862-8933-e2d8d61094a9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -728,7 +728,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-512/providers/Microsoft.Network/azureFirewalls/firewall-933?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-512/providers/Microsoft.Network/azureFirewalls/firewall-933?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -804,7 +804,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-512/providers/Microsoft.Network/azureFirewalls?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-512/providers/Microsoft.Network/azureFirewalls?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -884,7 +884,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-512/providers/Microsoft.Network/azureFirewalls/firewall-933?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-512/providers/Microsoft.Network/azureFirewalls/firewall-933?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -961,7 +961,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-512/providers/Microsoft.Network/azureFirewalls/firewall-933?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-512/providers/Microsoft.Network/azureFirewalls/firewall-933?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1038,7 +1038,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-512/providers/Microsoft.Network/azureFirewalls/firewall-933?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-512/providers/Microsoft.Network/azureFirewalls/firewall-933?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1054,12 +1054,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/0c670105-622a-4dc4-82aa-e877c2448818?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/0c670105-622a-4dc4-82aa-e877c2448818?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Wed, 24 Nov 2021 09:46:25 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operationResults/0c670105-622a-4dc4-82aa-e877c2448818?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operationResults/0c670105-622a-4dc4-82aa-e877c2448818?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -1078,7 +1078,7 @@ "ResponseBody": [] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/0c670105-622a-4dc4-82aa-e877c2448818?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/0c670105-622a-4dc4-82aa-e877c2448818?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1119,7 +1119,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/0c670105-622a-4dc4-82aa-e877c2448818?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/0c670105-622a-4dc4-82aa-e877c2448818?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1160,7 +1160,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/0c670105-622a-4dc4-82aa-e877c2448818?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/0c670105-622a-4dc4-82aa-e877c2448818?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1201,7 +1201,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/0c670105-622a-4dc4-82aa-e877c2448818?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/0c670105-622a-4dc4-82aa-e877c2448818?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1242,7 +1242,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/0c670105-622a-4dc4-82aa-e877c2448818?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/0c670105-622a-4dc4-82aa-e877c2448818?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1283,7 +1283,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/0c670105-622a-4dc4-82aa-e877c2448818?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/0c670105-622a-4dc4-82aa-e877c2448818?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1324,7 +1324,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/0c670105-622a-4dc4-82aa-e877c2448818?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/0c670105-622a-4dc4-82aa-e877c2448818?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1365,7 +1365,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/0c670105-622a-4dc4-82aa-e877c2448818?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/0c670105-622a-4dc4-82aa-e877c2448818?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/FirewallTests/GetAsync.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/FirewallTests/GetAsync.json index c880d2d6b77a..d12d9b2b7c55 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/FirewallTests/GetAsync.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/FirewallTests/GetAsync.json @@ -41,7 +41,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-512/providers/Microsoft.Network/virtualNetworks/vnet-9284?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-512/providers/Microsoft.Network/virtualNetworks/vnet-9284?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -129,7 +129,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-512/providers/Microsoft.Network/publicIPAddresses/publicIp-4635?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-512/providers/Microsoft.Network/publicIPAddresses/publicIp-4635?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -188,7 +188,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-512/providers/Microsoft.Network/azureFirewalls/firewall-933?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-512/providers/Microsoft.Network/azureFirewalls/firewall-933?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -223,7 +223,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/921a1dab-4bdc-49bb-8865-d36c266963ec?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/921a1dab-4bdc-49bb-8865-d36c266963ec?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1598", "Content-Type": "application/json; charset=utf-8", @@ -285,7 +285,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/921a1dab-4bdc-49bb-8865-d36c266963ec?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/921a1dab-4bdc-49bb-8865-d36c266963ec?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -326,7 +326,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/921a1dab-4bdc-49bb-8865-d36c266963ec?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/921a1dab-4bdc-49bb-8865-d36c266963ec?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -367,7 +367,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/921a1dab-4bdc-49bb-8865-d36c266963ec?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/921a1dab-4bdc-49bb-8865-d36c266963ec?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -408,7 +408,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/921a1dab-4bdc-49bb-8865-d36c266963ec?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/921a1dab-4bdc-49bb-8865-d36c266963ec?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -449,7 +449,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/921a1dab-4bdc-49bb-8865-d36c266963ec?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/921a1dab-4bdc-49bb-8865-d36c266963ec?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -490,7 +490,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/921a1dab-4bdc-49bb-8865-d36c266963ec?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/921a1dab-4bdc-49bb-8865-d36c266963ec?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -531,7 +531,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/921a1dab-4bdc-49bb-8865-d36c266963ec?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/921a1dab-4bdc-49bb-8865-d36c266963ec?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -572,7 +572,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/921a1dab-4bdc-49bb-8865-d36c266963ec?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/921a1dab-4bdc-49bb-8865-d36c266963ec?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -612,7 +612,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-512/providers/Microsoft.Network/azureFirewalls/firewall-933?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-512/providers/Microsoft.Network/azureFirewalls/firewall-933?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -688,7 +688,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/921a1dab-4bdc-49bb-8865-d36c266963ec?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/921a1dab-4bdc-49bb-8865-d36c266963ec?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -728,7 +728,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-512/providers/Microsoft.Network/azureFirewalls/firewall-933?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-512/providers/Microsoft.Network/azureFirewalls/firewall-933?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -804,7 +804,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-512/providers/Microsoft.Network/azureFirewalls/firewall-933?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-512/providers/Microsoft.Network/azureFirewalls/firewall-933?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -881,7 +881,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-512/providers/Microsoft.Network/azureFirewalls/firewall-933?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-512/providers/Microsoft.Network/azureFirewalls/firewall-933?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -958,7 +958,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-512/providers/Microsoft.Network/azureFirewalls/firewall-933?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-512/providers/Microsoft.Network/azureFirewalls/firewall-933?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1035,7 +1035,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-512/providers/Microsoft.Network/azureFirewalls/firewall-933?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/FirewallRG-512/providers/Microsoft.Network/azureFirewalls/firewall-933?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1051,12 +1051,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/50908ab9-d7f5-470a-8879-8735550fb986?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/50908ab9-d7f5-470a-8879-8735550fb986?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Tue, 30 Nov 2021 04:33:31 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operationResults/50908ab9-d7f5-470a-8879-8735550fb986?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operationResults/50908ab9-d7f5-470a-8879-8735550fb986?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -1075,7 +1075,7 @@ "ResponseBody": [] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/50908ab9-d7f5-470a-8879-8735550fb986?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/50908ab9-d7f5-470a-8879-8735550fb986?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1116,7 +1116,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/50908ab9-d7f5-470a-8879-8735550fb986?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/50908ab9-d7f5-470a-8879-8735550fb986?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1157,7 +1157,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/50908ab9-d7f5-470a-8879-8735550fb986?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/50908ab9-d7f5-470a-8879-8735550fb986?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1198,7 +1198,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/50908ab9-d7f5-470a-8879-8735550fb986?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/50908ab9-d7f5-470a-8879-8735550fb986?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1239,7 +1239,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/50908ab9-d7f5-470a-8879-8735550fb986?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/50908ab9-d7f5-470a-8879-8735550fb986?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1280,7 +1280,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/50908ab9-d7f5-470a-8879-8735550fb986?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/50908ab9-d7f5-470a-8879-8735550fb986?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1321,7 +1321,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/50908ab9-d7f5-470a-8879-8735550fb986?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/50908ab9-d7f5-470a-8879-8735550fb986?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1362,7 +1362,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/50908ab9-d7f5-470a-8879-8735550fb986?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/50908ab9-d7f5-470a-8879-8735550fb986?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/GatewayOperationsTests/LocalNettworkGatewayOperationsApisTest.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/GatewayOperationsTests/LocalNettworkGatewayOperationsApisTest.json index 268632d368e1..e18bd100cce1 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/GatewayOperationsTests/LocalNettworkGatewayOperationsApisTest.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/GatewayOperationsTests/LocalNettworkGatewayOperationsApisTest.json @@ -6,34 +6,43 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-3bbada9ca3fee841ac017f12f6b6586d-751e382b6419be47-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "bdd81ca047cf2946b22462be96b6ea7b", + "traceparent": "00-8fe664464552761973b8d9d444509230-a35ab358f66630a1-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "4931ace189f4abef115ed38b3748e3a3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "468", + "Content-Length": "748", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 14:39:09 GMT", + "Date": "Fri, 21 Apr 2023 08:51:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "26827c3a-284c-4fdd-ba37-eba89bd7c2b3", - "x-ms-ratelimit-remaining-subscription-reads": "11800", - "x-ms-request-id": "26827c3a-284c-4fdd-ba37-eba89bd7c2b3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T143909Z:26827c3a-284c-4fdd-ba37-eba89bd7c2b3" + "x-ms-correlation-request-id": "9642d039-7835-4cee-a927-e4bef00d00ea", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "9642d039-7835-4cee-a927-e4bef00d00ea", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T085120Z:9642d039-7835-4cee-a927-e4bef00d00ea" }, "ResponseBody": { "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", "authorizationSource": "RoleBased", "managedByTenants": [], "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" + "TagKey-9823": "TagValue-1254", + "TagKey-3481": "TagValue-320", + "TagKey-4926": "TagValue-1187", + "TagKey-751": "TagValue-3921", + "TagKey-1866": "TagValue-8559", + "TagKey-3094": "TagValue-9190", + "TagKey-2449": "TagValue-9", + "TagKey-8379": "TagValue-164", + "TagKey-7470": "TagValue-2205", + "TagKey-4236": "TagValue-3698", + "TagKey-5316": "TagValue-2725" }, "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", @@ -47,15 +56,16 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/csmrg8023?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/csmrg3138?api-version=**", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "31", + "Content-Length": "21", "Content-Type": "application/json", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "205ec4cb932dcbcfe3d997c3b5d43e81", + "traceparent": "00-db8499fe18d6af4e7c1ad366c38f5c6a-d9f09685472c80fd-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "3601d77986cf048fa250d64bc228ecec", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -64,39 +74,39 @@ "StatusCode": 201, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "225", + "Content-Length": "215", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 14:39:09 GMT", + "Date": "Fri, 21 Apr 2023 08:51:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "25f310ec-eb70-4ddb-bf8c-6292cab1b400", - "x-ms-ratelimit-remaining-subscription-writes": "1167", - "x-ms-request-id": "25f310ec-eb70-4ddb-bf8c-6292cab1b400", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T143910Z:25f310ec-eb70-4ddb-bf8c-6292cab1b400" + "x-ms-correlation-request-id": "b622f8c2-1cd5-4b74-bca2-08d997457887", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "b622f8c2-1cd5-4b74-bca2-08d997457887", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T085124Z:b622f8c2-1cd5-4b74-bca2-08d997457887" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8023", - "name": "csmrg8023", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3138", + "name": "csmrg3138", "type": "Microsoft.Resources/resourceGroups", "location": "eastus", - "tags": {}, "properties": { "provisioningState": "Succeeded" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8023/providers/Microsoft.Network/localNetworkGateways/azsmnet3062?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3138/providers/Microsoft.Network/localNetworkGateways/azsmnet3942?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "159", "Content-Type": "application/json", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3381dad39a8b212ff507c32b38dc0416", + "traceparent": "00-cc2beab2cd35ce668fa6a985efe68aee-694dc483806530fb-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230421.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1bd67e08d8385078b20938be7471bd23", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -116,11 +126,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/31eff703-cc4e-4c96-a5ba-1a976f6a6199?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/77b0e9f6-9b9d-4c92-aca7-3b609674982b?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "623", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 14:39:21 GMT", + "Date": "Fri, 21 Apr 2023 08:51:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", @@ -130,43 +140,42 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "235ca19b-7b08-4cba-bf7a-11b6a2ab4634", - "x-ms-client-request-id": "3381dad39a8b212ff507c32b38dc0416", - "x-ms-correlation-request-id": "a3b5fb62-20df-4b9f-9874-29118a5594fa", - "x-ms-ratelimit-remaining-subscription-writes": "1166", - "x-ms-request-id": "31eff703-cc4e-4c96-a5ba-1a976f6a6199", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T143921Z:a3b5fb62-20df-4b9f-9874-29118a5594fa" + "x-ms-arm-service-request-id": "3b1e93a4-f90e-4c64-b363-7bb8837dba85", + "x-ms-client-request-id": "1bd67e08d8385078b20938be7471bd23", + "x-ms-correlation-request-id": "377c74b6-13b1-46a0-9846-e87de805f83f", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "77b0e9f6-9b9d-4c92-aca7-3b609674982b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T085131Z:377c74b6-13b1-46a0-9846-e87de805f83f" }, - "ResponseBody": [ - "{\r\n", - " \u0022name\u0022: \u0022azsmnet3062\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8023/providers/Microsoft.Network/localNetworkGateways/azsmnet3062\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u0022d982606d-1bc4-4276-b1c5-3e8e1d0f9be0\\\u0022\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/localNetworkGateways\u0022,\r\n", - " \u0022location\u0022: \u0022eastus\u0022,\r\n", - " \u0022tags\u0022: {\r\n", - " \u0022test\u0022: \u0022value\u0022\r\n", - " },\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", - " \u0022resourceGuid\u0022: \u002293809d1e-5071-4697-8935-fd20a3540880\u0022,\r\n", - " \u0022localNetworkAddressSpace\u0022: {\r\n", - " \u0022addressPrefixes\u0022: [\r\n", - " \u0022192.168.0.0/16\u0022\r\n", - " ]\r\n", - " },\r\n", - " \u0022gatewayIpAddress\u0022: \u0022192.168.3.4\u0022\r\n", - " }\r\n", - "}" - ] + "ResponseBody": { + "name": "azsmnet3942", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3138/providers/Microsoft.Network/localNetworkGateways/azsmnet3942", + "etag": "W/\u0022120fce14-f6e2-494f-82fb-b96da91cf0f4\u0022", + "type": "Microsoft.Network/localNetworkGateways", + "location": "eastus", + "tags": { + "test": "value" + }, + "properties": { + "provisioningState": "Updating", + "resourceGuid": "e1c6d15a-e57f-4624-b235-3edcb4dc70ef", + "localNetworkAddressSpace": { + "addressPrefixes": [ + "192.168.0.0/16" + ] + }, + "gatewayIpAddress": "192.168.3.4" + } + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/31eff703-cc4e-4c96-a5ba-1a976f6a6199?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/77b0e9f6-9b9d-4c92-aca7-3b609674982b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "10e2b53c15fa2a3f2efe388c0c9faafc", + "traceparent": "00-cc2beab2cd35ce668fa6a985efe68aee-b87ae2855ac9a631-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "653f819f2dcdff4089e61c7c57452ddf", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -175,7 +184,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 14:39:21 GMT", + "Date": "Fri, 21 Apr 2023 08:51:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", @@ -185,156 +194,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "19ebe66c-b6e7-4af8-94b6-ac3d2fae5ae2", - "x-ms-client-request-id": "10e2b53c15fa2a3f2efe388c0c9faafc", - "x-ms-correlation-request-id": "8d2a3deb-9769-44f0-afba-44baf90a34fc", - "x-ms-ratelimit-remaining-subscription-reads": "11799", - "x-ms-request-id": "628e1e30-9b9d-4a2a-b2d0-bbe0445b122c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T143921Z:8d2a3deb-9769-44f0-afba-44baf90a34fc" - }, - "ResponseBody": [ - "{\r\n", - " \u0022status\u0022: \u0022InProgress\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/31eff703-cc4e-4c96-a5ba-1a976f6a6199?api-version=2021-02-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "cd31ad9286d560c95178409f2c80bcf8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 14:39:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "20", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "512e163c-d253-4e53-baee-c8a33f98aef6", - "x-ms-client-request-id": "cd31ad9286d560c95178409f2c80bcf8", - "x-ms-correlation-request-id": "9cf25dd6-adb2-43ce-9930-7c9498049463", - "x-ms-ratelimit-remaining-subscription-reads": "11798", - "x-ms-request-id": "605f1fdc-db8f-440f-80da-f4125bed55b4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T143931Z:9cf25dd6-adb2-43ce-9930-7c9498049463" - }, - "ResponseBody": [ - "{\r\n", - " \u0022status\u0022: \u0022InProgress\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/31eff703-cc4e-4c96-a5ba-1a976f6a6199?api-version=2021-02-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "83ef9fb6f3f96e1cc73ecc193afcfc53", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "29", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 14:39:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d6147833-84dc-45b9-a3a7-8deb4d677ca8", - "x-ms-client-request-id": "83ef9fb6f3f96e1cc73ecc193afcfc53", - "x-ms-correlation-request-id": "874820b5-b5b7-4fb6-8a39-f812c751cde0", - "x-ms-ratelimit-remaining-subscription-reads": "11797", - "x-ms-request-id": "cfa49a3e-fa3c-4b15-a3ec-4285cc99dadd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T143952Z:874820b5-b5b7-4fb6-8a39-f812c751cde0" + "x-ms-arm-service-request-id": "8d713ed1-4677-4a72-8afc-753abf829c7c", + "x-ms-client-request-id": "653f819f2dcdff4089e61c7c57452ddf", + "x-ms-correlation-request-id": "a1f3425b-1fd1-4f4a-8cf9-f7634ceb5f77", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "94227a0a-69bf-47cc-b182-ef61ae79e65e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T085131Z:a1f3425b-1fd1-4f4a-8cf9-f7634ceb5f77" }, - "ResponseBody": [ - "{\r\n", - " \u0022status\u0022: \u0022Succeeded\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8023/providers/Microsoft.Network/localNetworkGateways/azsmnet3062?api-version=2021-02-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b81c714182cab54eeb82bf81d59ffead", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "624", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 14:39:52 GMT", - "ETag": "W/\u002261192228-a2c7-4093-af95-5dd15b6ccc5c\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "43c3ad41-da89-4f5c-8ff1-03478c99091f", - "x-ms-client-request-id": "b81c714182cab54eeb82bf81d59ffead", - "x-ms-correlation-request-id": "8796fe76-5f76-4455-9d1c-be0dc7a29642", - "x-ms-ratelimit-remaining-subscription-reads": "11796", - "x-ms-request-id": "42bcb46d-e751-4f72-92f8-a9ef335eeb0a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T143952Z:8796fe76-5f76-4455-9d1c-be0dc7a29642" - }, - "ResponseBody": [ - "{\r\n", - " \u0022name\u0022: \u0022azsmnet3062\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8023/providers/Microsoft.Network/localNetworkGateways/azsmnet3062\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u002261192228-a2c7-4093-af95-5dd15b6ccc5c\\\u0022\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/localNetworkGateways\u0022,\r\n", - " \u0022location\u0022: \u0022eastus\u0022,\r\n", - " \u0022tags\u0022: {\r\n", - " \u0022test\u0022: \u0022value\u0022\r\n", - " },\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022resourceGuid\u0022: \u002293809d1e-5071-4697-8935-fd20a3540880\u0022,\r\n", - " \u0022localNetworkAddressSpace\u0022: {\r\n", - " \u0022addressPrefixes\u0022: [\r\n", - " \u0022192.168.0.0/16\u0022\r\n", - " ]\r\n", - " },\r\n", - " \u0022gatewayIpAddress\u0022: \u0022192.168.3.4\u0022\r\n", - " }\r\n", - "}" - ] + "ResponseBody": { + "status": "InProgress" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/31eff703-cc4e-4c96-a5ba-1a976f6a6199?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/77b0e9f6-9b9d-4c92-aca7-3b609674982b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6cd53f4226af9f0290c30597bab02554", + "traceparent": "00-cc2beab2cd35ce668fa6a985efe68aee-9d4a88afe44e5ba0-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e30e28197bd7f6805834d6e69f5ff063", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -343,7 +221,7 @@ "Cache-Control": "no-cache", "Content-Length": "29", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 14:39:52 GMT", + "Date": "Fri, 21 Apr 2023 08:51:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -352,26 +230,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5c02333d-7620-4e56-b91b-ce2055275e47", - "x-ms-client-request-id": "6cd53f4226af9f0290c30597bab02554", - "x-ms-correlation-request-id": "47f810d4-f409-4994-bf8d-0e94ee046e94", - "x-ms-ratelimit-remaining-subscription-reads": "11795", - "x-ms-request-id": "b5f5dcd4-7a01-4373-86a6-6139a4b780cd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T143952Z:47f810d4-f409-4994-bf8d-0e94ee046e94" + "x-ms-arm-service-request-id": "a69df64c-e77e-408c-aeb0-84a9d28f5833", + "x-ms-client-request-id": "e30e28197bd7f6805834d6e69f5ff063", + "x-ms-correlation-request-id": "4762c4f5-ce12-46b2-8738-46185580f745", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "544251f6-521a-4c09-b942-327411a385ef", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T085142Z:4762c4f5-ce12-46b2-8738-46185580f745" }, - "ResponseBody": [ - "{\r\n", - " \u0022status\u0022: \u0022Succeeded\u0022\r\n", - "}" - ] + "ResponseBody": { + "status": "Succeeded" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8023/providers/Microsoft.Network/localNetworkGateways/azsmnet3062?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3138/providers/Microsoft.Network/localNetworkGateways/azsmnet3942?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ba5eed7b0363342d513a9877339a9927", + "traceparent": "00-cc2beab2cd35ce668fa6a985efe68aee-950d0c3e11378d28-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f31f51d3583286560415e650f5a94aff", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -380,8 +257,8 @@ "Cache-Control": "no-cache", "Content-Length": "624", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 14:39:52 GMT", - "ETag": "W/\u002261192228-a2c7-4093-af95-5dd15b6ccc5c\u0022", + "Date": "Fri, 21 Apr 2023 08:51:42 GMT", + "ETag": "W/\u0022d5ff1585-1483-44b2-ac39-cf4100bfa217\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -390,44 +267,43 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "737a8d9e-54cd-4ee1-8103-0f4182eb3e25", - "x-ms-client-request-id": "ba5eed7b0363342d513a9877339a9927", - "x-ms-correlation-request-id": "969d0ac0-d8f2-4408-8c3f-35feec9912e8", - "x-ms-ratelimit-remaining-subscription-reads": "11794", - "x-ms-request-id": "d1cb55b0-0b3f-41da-8e56-e374b4eafd62", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T143953Z:969d0ac0-d8f2-4408-8c3f-35feec9912e8" + "x-ms-arm-service-request-id": "b458e905-01d6-416b-b337-9694b4c3afd8", + "x-ms-client-request-id": "f31f51d3583286560415e650f5a94aff", + "x-ms-correlation-request-id": "fadffb09-283d-405e-967b-6acd1114d509", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "0f8f3919-e7eb-4a98-98d0-d5d758d643ab", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T085143Z:fadffb09-283d-405e-967b-6acd1114d509" }, - "ResponseBody": [ - "{\r\n", - " \u0022name\u0022: \u0022azsmnet3062\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8023/providers/Microsoft.Network/localNetworkGateways/azsmnet3062\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u002261192228-a2c7-4093-af95-5dd15b6ccc5c\\\u0022\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/localNetworkGateways\u0022,\r\n", - " \u0022location\u0022: \u0022eastus\u0022,\r\n", - " \u0022tags\u0022: {\r\n", - " \u0022test\u0022: \u0022value\u0022\r\n", - " },\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022resourceGuid\u0022: \u002293809d1e-5071-4697-8935-fd20a3540880\u0022,\r\n", - " \u0022localNetworkAddressSpace\u0022: {\r\n", - " \u0022addressPrefixes\u0022: [\r\n", - " \u0022192.168.0.0/16\u0022\r\n", - " ]\r\n", - " },\r\n", - " \u0022gatewayIpAddress\u0022: \u0022192.168.3.4\u0022\r\n", - " }\r\n", - "}" - ] + "ResponseBody": { + "name": "azsmnet3942", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3138/providers/Microsoft.Network/localNetworkGateways/azsmnet3942", + "etag": "W/\u0022d5ff1585-1483-44b2-ac39-cf4100bfa217\u0022", + "type": "Microsoft.Network/localNetworkGateways", + "location": "eastus", + "tags": { + "test": "value" + }, + "properties": { + "provisioningState": "Succeeded", + "resourceGuid": "e1c6d15a-e57f-4624-b235-3edcb4dc70ef", + "localNetworkAddressSpace": { + "addressPrefixes": [ + "192.168.0.0/16" + ] + }, + "gatewayIpAddress": "192.168.3.4" + } + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8023/providers/Microsoft.Network/localNetworkGateways/azsmnet3062?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3138/providers/Microsoft.Network/localNetworkGateways/azsmnet3942?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "fbd61f3f90271aa36e7d27077db6fb3a", + "traceparent": "00-2335e47232b52946e88560c69b7c3948-953a7cf0d3a36637-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230421.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "37fe5a245240230f01490d98575a6029", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -436,8 +312,8 @@ "Cache-Control": "no-cache", "Content-Length": "624", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 14:39:53 GMT", - "ETag": "W/\u002261192228-a2c7-4093-af95-5dd15b6ccc5c\u0022", + "Date": "Fri, 21 Apr 2023 08:51:43 GMT", + "ETag": "W/\u0022d5ff1585-1483-44b2-ac39-cf4100bfa217\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -446,50 +322,49 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3153e23b-4473-4c57-ad53-fda4da424ed0", - "x-ms-client-request-id": "fbd61f3f90271aa36e7d27077db6fb3a", - "x-ms-correlation-request-id": "b1a9e21a-d4ca-47b7-a168-f3ef864e2683", - "x-ms-ratelimit-remaining-subscription-reads": "11793", - "x-ms-request-id": "dd45f0ac-3684-4b52-8e83-b099a6f801b8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T143953Z:b1a9e21a-d4ca-47b7-a168-f3ef864e2683" + "x-ms-arm-service-request-id": "3c26555a-fd35-4947-89f8-88bd95474c0a", + "x-ms-client-request-id": "37fe5a245240230f01490d98575a6029", + "x-ms-correlation-request-id": "0f170b02-d892-46b9-9633-3532dd6d5a09", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "ea803e2d-5a1b-46c4-ab87-71c338c01b05", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T085143Z:0f170b02-d892-46b9-9633-3532dd6d5a09" }, - "ResponseBody": [ - "{\r\n", - " \u0022name\u0022: \u0022azsmnet3062\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8023/providers/Microsoft.Network/localNetworkGateways/azsmnet3062\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u002261192228-a2c7-4093-af95-5dd15b6ccc5c\\\u0022\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/localNetworkGateways\u0022,\r\n", - " \u0022location\u0022: \u0022eastus\u0022,\r\n", - " \u0022tags\u0022: {\r\n", - " \u0022test\u0022: \u0022value\u0022\r\n", - " },\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022resourceGuid\u0022: \u002293809d1e-5071-4697-8935-fd20a3540880\u0022,\r\n", - " \u0022localNetworkAddressSpace\u0022: {\r\n", - " \u0022addressPrefixes\u0022: [\r\n", - " \u0022192.168.0.0/16\u0022\r\n", - " ]\r\n", - " },\r\n", - " \u0022gatewayIpAddress\u0022: \u0022192.168.3.4\u0022\r\n", - " }\r\n", - "}" - ] + "ResponseBody": { + "name": "azsmnet3942", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3138/providers/Microsoft.Network/localNetworkGateways/azsmnet3942", + "etag": "W/\u0022d5ff1585-1483-44b2-ac39-cf4100bfa217\u0022", + "type": "Microsoft.Network/localNetworkGateways", + "location": "eastus", + "tags": { + "test": "value" + }, + "properties": { + "provisioningState": "Succeeded", + "resourceGuid": "e1c6d15a-e57f-4624-b235-3edcb4dc70ef", + "localNetworkAddressSpace": { + "addressPrefixes": [ + "192.168.0.0/16" + ] + }, + "gatewayIpAddress": "192.168.3.4" + } + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8023/providers/Microsoft.Network/localNetworkGateways/azsmnet3062?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3138/providers/Microsoft.Network/localNetworkGateways/azsmnet3942?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "304", "Content-Type": "application/json", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e7066b5c43413e4912a11b758e8a6bf6", + "traceparent": "00-77341c87cedd393346395b61d232e608-75e05ace6f0165c1-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230421.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "06a8b9f53a26c1acd288dfc2952f00ae", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8023/providers/Microsoft.Network/localNetworkGateways/azsmnet3062", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3138/providers/Microsoft.Network/localNetworkGateways/azsmnet3942", "location": "eastus", "tags": { "test": "value" @@ -506,11 +381,11 @@ "StatusCode": 200, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/e58db871-3762-420b-a383-7809032d8197?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/19504f6f-28cd-4f96-a534-a8eee321b57e?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "623", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 14:39:54 GMT", + "Date": "Fri, 21 Apr 2023 08:51:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", @@ -520,43 +395,42 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b3f1cf10-bbbb-4003-8499-561e42bbb561", - "x-ms-client-request-id": "e7066b5c43413e4912a11b758e8a6bf6", - "x-ms-correlation-request-id": "4dcb37f0-e184-43e2-82e2-f105d0d59838", - "x-ms-ratelimit-remaining-subscription-writes": "1165", - "x-ms-request-id": "e58db871-3762-420b-a383-7809032d8197", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T143954Z:4dcb37f0-e184-43e2-82e2-f105d0d59838" + "x-ms-arm-service-request-id": "93a140b9-d9d3-45fa-9184-8cd033e34723", + "x-ms-client-request-id": "06a8b9f53a26c1acd288dfc2952f00ae", + "x-ms-correlation-request-id": "ab80fc77-efe2-45fa-a0da-64c7989a9987", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "19504f6f-28cd-4f96-a534-a8eee321b57e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T085144Z:ab80fc77-efe2-45fa-a0da-64c7989a9987" }, - "ResponseBody": [ - "{\r\n", - " \u0022name\u0022: \u0022azsmnet3062\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8023/providers/Microsoft.Network/localNetworkGateways/azsmnet3062\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u0022f19d7a27-ec39-4d68-8a49-7c62727aa14d\\\u0022\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/localNetworkGateways\u0022,\r\n", - " \u0022location\u0022: \u0022eastus\u0022,\r\n", - " \u0022tags\u0022: {\r\n", - " \u0022test\u0022: \u0022value\u0022\r\n", - " },\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", - " \u0022resourceGuid\u0022: \u002293809d1e-5071-4697-8935-fd20a3540880\u0022,\r\n", - " \u0022localNetworkAddressSpace\u0022: {\r\n", - " \u0022addressPrefixes\u0022: [\r\n", - " \u0022200.168.0.0/16\u0022\r\n", - " ]\r\n", - " },\r\n", - " \u0022gatewayIpAddress\u0022: \u0022192.168.3.4\u0022\r\n", - " }\r\n", - "}" - ] + "ResponseBody": { + "name": "azsmnet3942", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3138/providers/Microsoft.Network/localNetworkGateways/azsmnet3942", + "etag": "W/\u0022db285ccb-17db-4d20-b4b1-b964fb8bb05f\u0022", + "type": "Microsoft.Network/localNetworkGateways", + "location": "eastus", + "tags": { + "test": "value" + }, + "properties": { + "provisioningState": "Updating", + "resourceGuid": "e1c6d15a-e57f-4624-b235-3edcb4dc70ef", + "localNetworkAddressSpace": { + "addressPrefixes": [ + "200.168.0.0/16" + ] + }, + "gatewayIpAddress": "192.168.3.4" + } + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/e58db871-3762-420b-a383-7809032d8197?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/19504f6f-28cd-4f96-a534-a8eee321b57e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c81b5e3eb194fce6d597e885742d8ce3", + "traceparent": "00-77341c87cedd393346395b61d232e608-68b6e81bf01636a9-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "3c5abcb44401e9d9ad3d65b8724c8ed1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -565,7 +439,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 14:39:54 GMT", + "Date": "Fri, 21 Apr 2023 08:51:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", @@ -575,118 +449,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "bb86187b-c483-4137-bdb9-e75ede3092a9", - "x-ms-client-request-id": "c81b5e3eb194fce6d597e885742d8ce3", - "x-ms-correlation-request-id": "31c81256-3e36-4e92-aa39-fcffa71476df", - "x-ms-ratelimit-remaining-subscription-reads": "11792", - "x-ms-request-id": "95529424-ec14-47c4-8152-8512b6bc272e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T143954Z:31c81256-3e36-4e92-aa39-fcffa71476df" - }, - "ResponseBody": [ - "{\r\n", - " \u0022status\u0022: \u0022InProgress\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/e58db871-3762-420b-a383-7809032d8197?api-version=2021-02-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9fdd3112605e32603d1a9dfef76362ec", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "29", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 14:40:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "479923af-a3c4-4767-9648-51a4e87d49df", - "x-ms-client-request-id": "9fdd3112605e32603d1a9dfef76362ec", - "x-ms-correlation-request-id": "2ba2bf41-38b5-4628-b6c5-a3cd73f80ccd", - "x-ms-ratelimit-remaining-subscription-reads": "11791", - "x-ms-request-id": "d8faed1a-a334-4575-86f9-30f7defa27f1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T144005Z:2ba2bf41-38b5-4628-b6c5-a3cd73f80ccd" + "x-ms-arm-service-request-id": "62bf40e7-cb39-49c8-ae5a-075f73447a77", + "x-ms-client-request-id": "3c5abcb44401e9d9ad3d65b8724c8ed1", + "x-ms-correlation-request-id": "e47d6065-9774-4d81-9bda-617eff6ba397", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "2d59ddbd-a1ce-4db4-884c-0c616229e890", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T085144Z:e47d6065-9774-4d81-9bda-617eff6ba397" }, - "ResponseBody": [ - "{\r\n", - " \u0022status\u0022: \u0022Succeeded\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8023/providers/Microsoft.Network/localNetworkGateways/azsmnet3062?api-version=2021-02-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2f3680eaa26f7862f75bc54241a7761d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "624", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 14:40:05 GMT", - "ETag": "W/\u002214ef2daa-d92c-4491-ae30-3b0cb7867233\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "41a76e1f-fb76-4f11-ad37-8ec2e40ed0e0", - "x-ms-client-request-id": "2f3680eaa26f7862f75bc54241a7761d", - "x-ms-correlation-request-id": "46d067a3-9300-4f8d-b966-349c6d357500", - "x-ms-ratelimit-remaining-subscription-reads": "11790", - "x-ms-request-id": "64cdc92c-9da2-4e70-a52c-de0fcbcbec89", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T144005Z:46d067a3-9300-4f8d-b966-349c6d357500" - }, - "ResponseBody": [ - "{\r\n", - " \u0022name\u0022: \u0022azsmnet3062\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8023/providers/Microsoft.Network/localNetworkGateways/azsmnet3062\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u002214ef2daa-d92c-4491-ae30-3b0cb7867233\\\u0022\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/localNetworkGateways\u0022,\r\n", - " \u0022location\u0022: \u0022eastus\u0022,\r\n", - " \u0022tags\u0022: {\r\n", - " \u0022test\u0022: \u0022value\u0022\r\n", - " },\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022resourceGuid\u0022: \u002293809d1e-5071-4697-8935-fd20a3540880\u0022,\r\n", - " \u0022localNetworkAddressSpace\u0022: {\r\n", - " \u0022addressPrefixes\u0022: [\r\n", - " \u0022200.168.0.0/16\u0022\r\n", - " ]\r\n", - " },\r\n", - " \u0022gatewayIpAddress\u0022: \u0022192.168.3.4\u0022\r\n", - " }\r\n", - "}" - ] + "ResponseBody": { + "status": "InProgress" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/e58db871-3762-420b-a383-7809032d8197?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/19504f6f-28cd-4f96-a534-a8eee321b57e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "aad468b61748de3cfee98a7914e70471", + "traceparent": "00-77341c87cedd393346395b61d232e608-ea76552797f994bd-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "80af5e481b973cc89626c42a47c37614", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -695,7 +476,7 @@ "Cache-Control": "no-cache", "Content-Length": "29", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 14:40:05 GMT", + "Date": "Fri, 21 Apr 2023 08:51:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -704,26 +485,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3f925612-f508-4d83-9d4d-38a87e76991d", - "x-ms-client-request-id": "aad468b61748de3cfee98a7914e70471", - "x-ms-correlation-request-id": "029976e1-ac5b-44b2-9677-48dcc4c2d179", - "x-ms-ratelimit-remaining-subscription-reads": "11789", - "x-ms-request-id": "33fc05ba-ae1e-4648-bd52-a9f7f1fef7e9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T144005Z:029976e1-ac5b-44b2-9677-48dcc4c2d179" + "x-ms-arm-service-request-id": "76d80a6a-1dd9-4e38-bfdf-def62e6e0c42", + "x-ms-client-request-id": "80af5e481b973cc89626c42a47c37614", + "x-ms-correlation-request-id": "71bfc9b3-4b00-4b49-8d18-c5bab9044a84", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "aee5b540-8b29-4c15-b99c-e78e89534795", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T085155Z:71bfc9b3-4b00-4b49-8d18-c5bab9044a84" }, - "ResponseBody": [ - "{\r\n", - " \u0022status\u0022: \u0022Succeeded\u0022\r\n", - "}" - ] + "ResponseBody": { + "status": "Succeeded" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8023/providers/Microsoft.Network/localNetworkGateways/azsmnet3062?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3138/providers/Microsoft.Network/localNetworkGateways/azsmnet3942?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f49bfc355df66f74ce64a8029a1df096", + "traceparent": "00-77341c87cedd393346395b61d232e608-651c57988c452d75-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d80e3558c3d4a4adfdd89723536a0ef5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -732,8 +512,8 @@ "Cache-Control": "no-cache", "Content-Length": "624", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 14:40:05 GMT", - "ETag": "W/\u002214ef2daa-d92c-4491-ae30-3b0cb7867233\u0022", + "Date": "Fri, 21 Apr 2023 08:51:55 GMT", + "ETag": "W/\u0022eca7f00d-e370-438d-9b7f-666527f40f8b\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -742,44 +522,43 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "36a97781-9255-4406-8ba4-fd040048fc33", - "x-ms-client-request-id": "f49bfc355df66f74ce64a8029a1df096", - "x-ms-correlation-request-id": "ef22e0b7-411a-4a79-9452-06d8fef69b62", - "x-ms-ratelimit-remaining-subscription-reads": "11788", - "x-ms-request-id": "0eb42bda-3594-478a-80a5-c02f72f5f378", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T144006Z:ef22e0b7-411a-4a79-9452-06d8fef69b62" + "x-ms-arm-service-request-id": "41601a19-262b-4066-82ac-84c20356ddf0", + "x-ms-client-request-id": "d80e3558c3d4a4adfdd89723536a0ef5", + "x-ms-correlation-request-id": "85957ae4-3dca-4002-9241-a30c213d46e2", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "176eac5c-5d9b-4391-be81-89a39c77ed06", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T085156Z:85957ae4-3dca-4002-9241-a30c213d46e2" }, - "ResponseBody": [ - "{\r\n", - " \u0022name\u0022: \u0022azsmnet3062\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8023/providers/Microsoft.Network/localNetworkGateways/azsmnet3062\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u002214ef2daa-d92c-4491-ae30-3b0cb7867233\\\u0022\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/localNetworkGateways\u0022,\r\n", - " \u0022location\u0022: \u0022eastus\u0022,\r\n", - " \u0022tags\u0022: {\r\n", - " \u0022test\u0022: \u0022value\u0022\r\n", - " },\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022resourceGuid\u0022: \u002293809d1e-5071-4697-8935-fd20a3540880\u0022,\r\n", - " \u0022localNetworkAddressSpace\u0022: {\r\n", - " \u0022addressPrefixes\u0022: [\r\n", - " \u0022200.168.0.0/16\u0022\r\n", - " ]\r\n", - " },\r\n", - " \u0022gatewayIpAddress\u0022: \u0022192.168.3.4\u0022\r\n", - " }\r\n", - "}" - ] + "ResponseBody": { + "name": "azsmnet3942", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3138/providers/Microsoft.Network/localNetworkGateways/azsmnet3942", + "etag": "W/\u0022eca7f00d-e370-438d-9b7f-666527f40f8b\u0022", + "type": "Microsoft.Network/localNetworkGateways", + "location": "eastus", + "tags": { + "test": "value" + }, + "properties": { + "provisioningState": "Succeeded", + "resourceGuid": "e1c6d15a-e57f-4624-b235-3edcb4dc70ef", + "localNetworkAddressSpace": { + "addressPrefixes": [ + "200.168.0.0/16" + ] + }, + "gatewayIpAddress": "192.168.3.4" + } + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8023/providers/Microsoft.Network/localNetworkGateways/azsmnet3062?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3138/providers/Microsoft.Network/localNetworkGateways/azsmnet3942?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8e487fa4b78fd2a34358318617e9640f", + "traceparent": "00-2c7b7e98a4e73a0d9e286e8a9c16b926-47811f517524445e-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230421.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "eca0206daf0e9912f31ea6da80aea2e9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -788,8 +567,8 @@ "Cache-Control": "no-cache", "Content-Length": "624", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 14:40:06 GMT", - "ETag": "W/\u002214ef2daa-d92c-4491-ae30-3b0cb7867233\u0022", + "Date": "Fri, 21 Apr 2023 08:51:56 GMT", + "ETag": "W/\u0022eca7f00d-e370-438d-9b7f-666527f40f8b\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -798,44 +577,43 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6dc70fcd-5292-4d75-8c49-c3bb42c1ba5b", - "x-ms-client-request-id": "8e487fa4b78fd2a34358318617e9640f", - "x-ms-correlation-request-id": "6bac0932-24b4-4a17-b356-73c7bc5fc2b2", - "x-ms-ratelimit-remaining-subscription-reads": "11787", - "x-ms-request-id": "df5ce4db-6e09-4847-a7da-95eb4ea3e594", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T144006Z:6bac0932-24b4-4a17-b356-73c7bc5fc2b2" + "x-ms-arm-service-request-id": "6d7fa368-9e11-42c4-9b63-9da2b352ef38", + "x-ms-client-request-id": "eca0206daf0e9912f31ea6da80aea2e9", + "x-ms-correlation-request-id": "faa162a3-772f-4ee0-afc1-9296bef32662", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "4f530741-239c-484c-aa4a-b5bf40ae4d5d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T085156Z:faa162a3-772f-4ee0-afc1-9296bef32662" }, - "ResponseBody": [ - "{\r\n", - " \u0022name\u0022: \u0022azsmnet3062\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8023/providers/Microsoft.Network/localNetworkGateways/azsmnet3062\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u002214ef2daa-d92c-4491-ae30-3b0cb7867233\\\u0022\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/localNetworkGateways\u0022,\r\n", - " \u0022location\u0022: \u0022eastus\u0022,\r\n", - " \u0022tags\u0022: {\r\n", - " \u0022test\u0022: \u0022value\u0022\r\n", - " },\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022resourceGuid\u0022: \u002293809d1e-5071-4697-8935-fd20a3540880\u0022,\r\n", - " \u0022localNetworkAddressSpace\u0022: {\r\n", - " \u0022addressPrefixes\u0022: [\r\n", - " \u0022200.168.0.0/16\u0022\r\n", - " ]\r\n", - " },\r\n", - " \u0022gatewayIpAddress\u0022: \u0022192.168.3.4\u0022\r\n", - " }\r\n", - "}" - ] + "ResponseBody": { + "name": "azsmnet3942", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3138/providers/Microsoft.Network/localNetworkGateways/azsmnet3942", + "etag": "W/\u0022eca7f00d-e370-438d-9b7f-666527f40f8b\u0022", + "type": "Microsoft.Network/localNetworkGateways", + "location": "eastus", + "tags": { + "test": "value" + }, + "properties": { + "provisioningState": "Succeeded", + "resourceGuid": "e1c6d15a-e57f-4624-b235-3edcb4dc70ef", + "localNetworkAddressSpace": { + "addressPrefixes": [ + "200.168.0.0/16" + ] + }, + "gatewayIpAddress": "192.168.3.4" + } + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8023/providers/Microsoft.Network/localNetworkGateways?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3138/providers/Microsoft.Network/localNetworkGateways?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "440d5457810b5927f465dce36f3a44e0", + "traceparent": "00-662d4d359acc89ec84a0ea9c37b7422e-2348a7a617176a10-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230421.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "3c5f50c6b53e85fcb10a82bf84a5e82b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -844,7 +622,7 @@ "Cache-Control": "no-cache", "Content-Length": "729", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 14:40:06 GMT", + "Date": "Fri, 21 Apr 2023 08:51:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -853,60 +631,59 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9859e7e4-5664-46c1-a2f0-e7b0dae3132c", - "x-ms-client-request-id": "440d5457810b5927f465dce36f3a44e0", - "x-ms-correlation-request-id": "89792cde-e53b-46fc-92ba-252f4c24203b", - "x-ms-ratelimit-remaining-subscription-reads": "11786", - "x-ms-request-id": "bcf46e7d-8ec0-4c45-a9d2-03cdc9e08426", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T144006Z:89792cde-e53b-46fc-92ba-252f4c24203b" + "x-ms-arm-service-request-id": "1fde0a61-331d-466d-a818-2d128454c167", + "x-ms-client-request-id": "3c5f50c6b53e85fcb10a82bf84a5e82b", + "x-ms-correlation-request-id": "eecc6a6d-f226-4ef5-8b8d-308bf67c2901", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "12978f94-0945-4a53-bc34-d0e37779df3a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T085157Z:eecc6a6d-f226-4ef5-8b8d-308bf67c2901" }, - "ResponseBody": [ - "{\r\n", - " \u0022value\u0022: [\r\n", - " {\r\n", - " \u0022name\u0022: \u0022azsmnet3062\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8023/providers/Microsoft.Network/localNetworkGateways/azsmnet3062\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u002214ef2daa-d92c-4491-ae30-3b0cb7867233\\\u0022\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/localNetworkGateways\u0022,\r\n", - " \u0022location\u0022: \u0022eastus\u0022,\r\n", - " \u0022tags\u0022: {\r\n", - " \u0022test\u0022: \u0022value\u0022\r\n", - " },\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022resourceGuid\u0022: \u002293809d1e-5071-4697-8935-fd20a3540880\u0022,\r\n", - " \u0022localNetworkAddressSpace\u0022: {\r\n", - " \u0022addressPrefixes\u0022: [\r\n", - " \u0022200.168.0.0/16\u0022\r\n", - " ]\r\n", - " },\r\n", - " \u0022gatewayIpAddress\u0022: \u0022192.168.3.4\u0022\r\n", - " }\r\n", - " }\r\n", - " ]\r\n", - "}" - ] + "ResponseBody": { + "value": [ + { + "name": "azsmnet3942", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3138/providers/Microsoft.Network/localNetworkGateways/azsmnet3942", + "etag": "W/\u0022eca7f00d-e370-438d-9b7f-666527f40f8b\u0022", + "type": "Microsoft.Network/localNetworkGateways", + "location": "eastus", + "tags": { + "test": "value" + }, + "properties": { + "provisioningState": "Succeeded", + "resourceGuid": "e1c6d15a-e57f-4624-b235-3edcb4dc70ef", + "localNetworkAddressSpace": { + "addressPrefixes": [ + "200.168.0.0/16" + ] + }, + "gatewayIpAddress": "192.168.3.4" + } + } + ] + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8023/providers/Microsoft.Network/localNetworkGateways/azsmnet3062?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3138/providers/Microsoft.Network/localNetworkGateways/azsmnet3942?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "94d5f4f8759f7de258c8b19e2bed57e5", + "traceparent": "00-b9d16a87d063461182bd1be43c8611fc-dc116f57af5903ed-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230421.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "27bdcf178a23a9062375e4b61dd3244f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/25a11f43-2739-4cbe-bc58-a289e02de335?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/e951892c-17cf-4c3d-946a-9ae5e67a845e?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Tue, 18 Jan 2022 14:40:07 GMT", + "Date": "Fri, 21 Apr 2023 08:51:57 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operationResults/25a11f43-2739-4cbe-bc58-a289e02de335?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operationResults/e951892c-17cf-4c3d-946a-9ae5e67a845e?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -915,22 +692,23 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6fa6b556-8cce-48fb-ba76-70080462bd86", - "x-ms-client-request-id": "94d5f4f8759f7de258c8b19e2bed57e5", - "x-ms-correlation-request-id": "85b3826d-71cb-479a-89a0-9ace65596d98", - "x-ms-ratelimit-remaining-subscription-deletes": "14979", - "x-ms-request-id": "25a11f43-2739-4cbe-bc58-a289e02de335", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T144007Z:85b3826d-71cb-479a-89a0-9ace65596d98" - }, - "ResponseBody": [] + "x-ms-arm-service-request-id": "97c35194-744d-40c4-9cb5-55df6f3875ef", + "x-ms-client-request-id": "27bdcf178a23a9062375e4b61dd3244f", + "x-ms-correlation-request-id": "ca0738ed-1ffc-40c7-b6b9-665a8e701a07", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-request-id": "e951892c-17cf-4c3d-946a-9ae5e67a845e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T085158Z:ca0738ed-1ffc-40c7-b6b9-665a8e701a07" + }, + "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/25a11f43-2739-4cbe-bc58-a289e02de335?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/e951892c-17cf-4c3d-946a-9ae5e67a845e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "238d5113d014e170718feb42cf882d06", + "traceparent": "00-b9d16a87d063461182bd1be43c8611fc-1830713a718299bd-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b0c27b367bf03cc54ab619c9d04668de", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -939,7 +717,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 14:40:07 GMT", + "Date": "Fri, 21 Apr 2023 08:51:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", @@ -949,63 +727,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9538f389-7d1c-4ad0-96ed-12d21cfa34a4", - "x-ms-client-request-id": "238d5113d014e170718feb42cf882d06", - "x-ms-correlation-request-id": "eebe97ef-c387-4902-bcef-c654529a6249", - "x-ms-ratelimit-remaining-subscription-reads": "11785", - "x-ms-request-id": "eb2b2a2b-253c-4dbd-8842-0ff3b0746ee3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T144008Z:eebe97ef-c387-4902-bcef-c654529a6249" - }, - "ResponseBody": [ - "{\r\n", - " \u0022status\u0022: \u0022InProgress\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/25a11f43-2739-4cbe-bc58-a289e02de335?api-version=2021-02-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d7e3f60dfe8f4dcf6ab23bb0dbb8a198", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "29", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 14:40:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e721176a-5d42-4085-b0ba-8537dec9f808", - "x-ms-client-request-id": "d7e3f60dfe8f4dcf6ab23bb0dbb8a198", - "x-ms-correlation-request-id": "4c5d50d6-9606-43f1-b911-968f287d7f63", - "x-ms-ratelimit-remaining-subscription-reads": "11784", - "x-ms-request-id": "e5b7179d-3064-421d-bc20-9ef806afa530", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T144018Z:4c5d50d6-9606-43f1-b911-968f287d7f63" + "x-ms-arm-service-request-id": "c0c626ba-d036-4095-8aff-9ae9ecf44415", + "x-ms-client-request-id": "b0c27b367bf03cc54ab619c9d04668de", + "x-ms-correlation-request-id": "ad576552-1e4c-441c-9374-afd2a1a3821e", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "ad9f605b-5aa8-477a-a9f9-62c1aacf2b4b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T085158Z:ad576552-1e4c-441c-9374-afd2a1a3821e" }, - "ResponseBody": [ - "{\r\n", - " \u0022status\u0022: \u0022Succeeded\u0022\r\n", - "}" - ] + "ResponseBody": { + "status": "InProgress" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/25a11f43-2739-4cbe-bc58-a289e02de335?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/e951892c-17cf-4c3d-946a-9ae5e67a845e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d98aa865346030d128c9d481bf4753cf", + "traceparent": "00-b9d16a87d063461182bd1be43c8611fc-9bf89127bc088e5b-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d68932e5e4484520180602084f027cd1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1014,7 +754,7 @@ "Cache-Control": "no-cache", "Content-Length": "29", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 14:40:18 GMT", + "Date": "Fri, 21 Apr 2023 08:52:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1023,27 +763,26 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "bb69dd6a-2848-49db-b97c-584aa45e9ce8", - "x-ms-client-request-id": "d98aa865346030d128c9d481bf4753cf", - "x-ms-correlation-request-id": "1d3777c4-4141-4691-8aa3-51240ae95cbe", - "x-ms-ratelimit-remaining-subscription-reads": "11783", - "x-ms-request-id": "15571279-4e8e-4a03-8585-d2a71cf64e3b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T144018Z:1d3777c4-4141-4691-8aa3-51240ae95cbe" + "x-ms-arm-service-request-id": "e5fcdda1-d2fb-4858-b4d0-bfed97e36ad3", + "x-ms-client-request-id": "d68932e5e4484520180602084f027cd1", + "x-ms-correlation-request-id": "3fa5be13-9a4b-4ace-b8e9-f8cab46ab9bf", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "2ef5fb0c-05b1-4bb2-8dd5-a3de1946a291", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T085209Z:3fa5be13-9a4b-4ace-b8e9-f8cab46ab9bf" }, - "ResponseBody": [ - "{\r\n", - " \u0022status\u0022: \u0022Succeeded\u0022\r\n", - "}" - ] + "ResponseBody": { + "status": "Succeeded" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8023/providers/Microsoft.Network/localNetworkGateways?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3138/providers/Microsoft.Network/localNetworkGateways?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e51c93c18cdd15798240b96194bf06b9", + "traceparent": "00-8272ccbf4d322997267125c70bfac409-a21f76d46cb79b04-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230421.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a17f96607310bb5fe81fb955b9ece6dd", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1052,15 +791,15 @@ "Cache-Control": "no-cache", "Content-Length": "12", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 14:40:18 GMT", + "Date": "Fri, 21 Apr 2023 08:52:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3537f7dc-80ee-4d20-b58a-a6a5c41e64df", - "x-ms-ratelimit-remaining-subscription-reads": "11782", - "x-ms-request-id": "3537f7dc-80ee-4d20-b58a-a6a5c41e64df", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T144018Z:3537f7dc-80ee-4d20-b58a-a6a5c41e64df" + "x-ms-correlation-request-id": "85a2bb7e-0ef2-4939-9a06-0ea3d06e3c1a", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "85a2bb7e-0ef2-4939-9a06-0ea3d06e3c1a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T085210Z:85a2bb7e-0ef2-4939-9a06-0ea3d06e3c1a" }, "ResponseBody": { "value": [] @@ -1068,9 +807,10 @@ } ], "Variables": { + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", "LOCATION": "eastus", - "RandomSeed": "1780229052", + "RandomSeed": "962394948", "RESOURCE_MANAGER_URL": null, "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" } -} \ No newline at end of file +} diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/GatewayOperationsTests/LocalNettworkGatewayOperationsApisTestAsync.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/GatewayOperationsTests/LocalNettworkGatewayOperationsApisTestAsync.json index 503069b96950..9d050b4f2418 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/GatewayOperationsTests/LocalNettworkGatewayOperationsApisTestAsync.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/GatewayOperationsTests/LocalNettworkGatewayOperationsApisTestAsync.json @@ -6,34 +6,43 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-e2ce23bfd8059b459f5870e4497eab69-d585c88bcba98a44-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "bdd81ca047cf2946b22462be96b6ea7b", + "traceparent": "00-32f0ad47b5639bfad8a18fc58f11051e-6cf5f2d00d87fb50-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f1f6ef51f2c7f70768a25db15ec1e63c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "468", + "Content-Length": "748", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 17:51:44 GMT", + "Date": "Fri, 21 Apr 2023 14:10:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f9aaa186-a596-4727-a211-97c6ae442be7", - "x-ms-ratelimit-remaining-subscription-reads": "10494", - "x-ms-request-id": "f9aaa186-a596-4727-a211-97c6ae442be7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T175144Z:f9aaa186-a596-4727-a211-97c6ae442be7" + "x-ms-correlation-request-id": "2abcf0c1-3815-4980-80d7-7497b78beb68", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "2abcf0c1-3815-4980-80d7-7497b78beb68", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T141011Z:2abcf0c1-3815-4980-80d7-7497b78beb68" }, "ResponseBody": { "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", "authorizationSource": "RoleBased", "managedByTenants": [], "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" + "TagKey-9823": "TagValue-1254", + "TagKey-3481": "TagValue-320", + "TagKey-4926": "TagValue-1187", + "TagKey-751": "TagValue-3921", + "TagKey-1866": "TagValue-8559", + "TagKey-3094": "TagValue-9190", + "TagKey-2449": "TagValue-9", + "TagKey-8379": "TagValue-164", + "TagKey-7470": "TagValue-2205", + "TagKey-4236": "TagValue-3698", + "TagKey-5316": "TagValue-2725" }, "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", @@ -47,15 +56,16 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/csmrg8023?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/csmrg4466?api-version=**", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "31", + "Content-Length": "21", "Content-Type": "application/json", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "205ec4cb932dcbcfe3d997c3b5d43e81", + "traceparent": "00-6bdb3a6061ebd5a7a3365f0b9702fca9-1312e77ce391a3ec-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d2dd302fe65668a0e213eaa2e2c31074", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -64,39 +74,39 @@ "StatusCode": 201, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "225", + "Content-Length": "215", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 17:51:46 GMT", + "Date": "Fri, 21 Apr 2023 14:10:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e257eadb-a8af-477c-9505-8b7d018fb853", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "e257eadb-a8af-477c-9505-8b7d018fb853", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T175146Z:e257eadb-a8af-477c-9505-8b7d018fb853" + "x-ms-correlation-request-id": "c754acde-2bec-48b3-8f9a-01f4603b0da1", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "c754acde-2bec-48b3-8f9a-01f4603b0da1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T141015Z:c754acde-2bec-48b3-8f9a-01f4603b0da1" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8023", - "name": "csmrg8023", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4466", + "name": "csmrg4466", "type": "Microsoft.Resources/resourceGroups", "location": "eastus", - "tags": {}, "properties": { "provisioningState": "Succeeded" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8023/providers/Microsoft.Network/localNetworkGateways/azsmnet3062?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4466/providers/Microsoft.Network/localNetworkGateways/azsmnet7746?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "159", "Content-Type": "application/json", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3381dad39a8b212ff507c32b38dc0416", + "traceparent": "00-90c33f069ba6b3dcf298d63cfd54e222-4ba569af10b49342-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230421.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "7d4a4778628586e91dd76a4ab710be5d", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -116,11 +126,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/39a6c5d5-6fc1-408f-a387-05a4c2a6b6e1?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/168d584a-e976-4873-83ff-bfba553b49d5?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "623", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 17:51:50 GMT", + "Date": "Fri, 21 Apr 2023 14:10:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", @@ -130,43 +140,42 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "20d7512b-350e-4424-b62c-cb92d700c051", - "x-ms-client-request-id": "3381dad39a8b212ff507c32b38dc0416", - "x-ms-correlation-request-id": "e8ab6b3d-8561-4d70-b58a-7c9d75c7b49f", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-request-id": "39a6c5d5-6fc1-408f-a387-05a4c2a6b6e1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T175150Z:e8ab6b3d-8561-4d70-b58a-7c9d75c7b49f" + "x-ms-arm-service-request-id": "a7b4e0bf-2ddb-4b6c-bddd-1fede6f898c0", + "x-ms-client-request-id": "7d4a4778628586e91dd76a4ab710be5d", + "x-ms-correlation-request-id": "e608b2fb-da64-4337-a8a6-869c36ea1f3d", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "168d584a-e976-4873-83ff-bfba553b49d5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T141020Z:e608b2fb-da64-4337-a8a6-869c36ea1f3d" }, - "ResponseBody": [ - "{\r\n", - " \u0022name\u0022: \u0022azsmnet3062\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8023/providers/Microsoft.Network/localNetworkGateways/azsmnet3062\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u002209b72de7-e236-4b6e-acdd-aea38b9b4975\\\u0022\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/localNetworkGateways\u0022,\r\n", - " \u0022location\u0022: \u0022eastus\u0022,\r\n", - " \u0022tags\u0022: {\r\n", - " \u0022test\u0022: \u0022value\u0022\r\n", - " },\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", - " \u0022resourceGuid\u0022: \u00222e693692-5c13-4095-805e-50d0355dd494\u0022,\r\n", - " \u0022localNetworkAddressSpace\u0022: {\r\n", - " \u0022addressPrefixes\u0022: [\r\n", - " \u0022192.168.0.0/16\u0022\r\n", - " ]\r\n", - " },\r\n", - " \u0022gatewayIpAddress\u0022: \u0022192.168.3.4\u0022\r\n", - " }\r\n", - "}" - ] + "ResponseBody": { + "name": "azsmnet7746", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4466/providers/Microsoft.Network/localNetworkGateways/azsmnet7746", + "etag": "W/\u00228f7d1ad7-fa35-48dd-a971-aada01eff00b\u0022", + "type": "Microsoft.Network/localNetworkGateways", + "location": "eastus", + "tags": { + "test": "value" + }, + "properties": { + "provisioningState": "Updating", + "resourceGuid": "cd111d9e-30a7-432f-b41f-7596f85920df", + "localNetworkAddressSpace": { + "addressPrefixes": [ + "192.168.0.0/16" + ] + }, + "gatewayIpAddress": "192.168.3.4" + } + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/39a6c5d5-6fc1-408f-a387-05a4c2a6b6e1?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/168d584a-e976-4873-83ff-bfba553b49d5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "10e2b53c15fa2a3f2efe388c0c9faafc", + "traceparent": "00-90c33f069ba6b3dcf298d63cfd54e222-e789d1d1c692b445-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "9e48633d99f1ceaaf44b390e361d2a03", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -175,7 +184,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 17:51:50 GMT", + "Date": "Fri, 21 Apr 2023 14:10:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", @@ -185,118 +194,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e96b79bd-dfec-4c1d-ac16-1e6f2ea1270a", - "x-ms-client-request-id": "10e2b53c15fa2a3f2efe388c0c9faafc", - "x-ms-correlation-request-id": "1683e78b-db16-4e13-a300-a8fd4dc67573", - "x-ms-ratelimit-remaining-subscription-reads": "10493", - "x-ms-request-id": "6afca3e9-742d-4946-abd3-ef4619e94567", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T175151Z:1683e78b-db16-4e13-a300-a8fd4dc67573" - }, - "ResponseBody": [ - "{\r\n", - " \u0022status\u0022: \u0022InProgress\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/39a6c5d5-6fc1-408f-a387-05a4c2a6b6e1?api-version=2021-02-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "cd31ad9286d560c95178409f2c80bcf8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "29", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 17:52:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5b676aff-ba81-41a8-8a12-6048f7188009", - "x-ms-client-request-id": "cd31ad9286d560c95178409f2c80bcf8", - "x-ms-correlation-request-id": "fa715eee-ede4-473f-a378-2d353bc2ec96", - "x-ms-ratelimit-remaining-subscription-reads": "10492", - "x-ms-request-id": "0495855d-28a8-463b-b9fd-3722a4415215", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T175201Z:fa715eee-ede4-473f-a378-2d353bc2ec96" - }, - "ResponseBody": [ - "{\r\n", - " \u0022status\u0022: \u0022Succeeded\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8023/providers/Microsoft.Network/localNetworkGateways/azsmnet3062?api-version=2021-02-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "83ef9fb6f3f96e1cc73ecc193afcfc53", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "624", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 17:52:01 GMT", - "ETag": "W/\u00222383ef0b-c2df-44d8-bfea-090d31aac846\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ea3f9955-40e9-491a-bed7-33752d77b0d8", - "x-ms-client-request-id": "83ef9fb6f3f96e1cc73ecc193afcfc53", - "x-ms-correlation-request-id": "2c856199-74f1-4681-9082-9518982e9c2f", - "x-ms-ratelimit-remaining-subscription-reads": "10491", - "x-ms-request-id": "7490a4dd-31ff-4311-b0ec-ab02ed130cda", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T175201Z:2c856199-74f1-4681-9082-9518982e9c2f" + "x-ms-arm-service-request-id": "e42646d1-47d3-479d-bd75-adb09c799406", + "x-ms-client-request-id": "9e48633d99f1ceaaf44b390e361d2a03", + "x-ms-correlation-request-id": "ce3cc746-4a1b-40b1-b623-ffe54f1d95cd", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "9ded1d8a-feeb-4f9c-b47f-f05ab90a61bc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T141021Z:ce3cc746-4a1b-40b1-b623-ffe54f1d95cd" }, - "ResponseBody": [ - "{\r\n", - " \u0022name\u0022: \u0022azsmnet3062\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8023/providers/Microsoft.Network/localNetworkGateways/azsmnet3062\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u00222383ef0b-c2df-44d8-bfea-090d31aac846\\\u0022\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/localNetworkGateways\u0022,\r\n", - " \u0022location\u0022: \u0022eastus\u0022,\r\n", - " \u0022tags\u0022: {\r\n", - " \u0022test\u0022: \u0022value\u0022\r\n", - " },\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022resourceGuid\u0022: \u00222e693692-5c13-4095-805e-50d0355dd494\u0022,\r\n", - " \u0022localNetworkAddressSpace\u0022: {\r\n", - " \u0022addressPrefixes\u0022: [\r\n", - " \u0022192.168.0.0/16\u0022\r\n", - " ]\r\n", - " },\r\n", - " \u0022gatewayIpAddress\u0022: \u0022192.168.3.4\u0022\r\n", - " }\r\n", - "}" - ] + "ResponseBody": { + "status": "InProgress" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/39a6c5d5-6fc1-408f-a387-05a4c2a6b6e1?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/168d584a-e976-4873-83ff-bfba553b49d5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b81c714182cab54eeb82bf81d59ffead", + "traceparent": "00-90c33f069ba6b3dcf298d63cfd54e222-cff3295fcefac2b1-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "5cf8442bf9467de63df4f39f84cc3197", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -305,7 +221,7 @@ "Cache-Control": "no-cache", "Content-Length": "29", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 17:52:01 GMT", + "Date": "Fri, 21 Apr 2023 14:10:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -314,26 +230,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6a8857d3-79d4-4111-8c20-5c50353a8214", - "x-ms-client-request-id": "b81c714182cab54eeb82bf81d59ffead", - "x-ms-correlation-request-id": "5f969e6d-5f87-4d26-8c07-e054064cb5c2", - "x-ms-ratelimit-remaining-subscription-reads": "10490", - "x-ms-request-id": "aeaf38ae-facd-45c6-bf63-5be0d23e7cdd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T175202Z:5f969e6d-5f87-4d26-8c07-e054064cb5c2" + "x-ms-arm-service-request-id": "fbedf046-5bc4-4b9a-beac-4632439ae7ac", + "x-ms-client-request-id": "5cf8442bf9467de63df4f39f84cc3197", + "x-ms-correlation-request-id": "020cc52d-4bd0-4849-8cd3-07ef2ff4e371", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "62517501-7ff4-4d0d-89e3-ee4e60cc7e88", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T141031Z:020cc52d-4bd0-4849-8cd3-07ef2ff4e371" }, - "ResponseBody": [ - "{\r\n", - " \u0022status\u0022: \u0022Succeeded\u0022\r\n", - "}" - ] + "ResponseBody": { + "status": "Succeeded" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8023/providers/Microsoft.Network/localNetworkGateways/azsmnet3062?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4466/providers/Microsoft.Network/localNetworkGateways/azsmnet7746?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6cd53f4226af9f0290c30597bab02554", + "traceparent": "00-90c33f069ba6b3dcf298d63cfd54e222-d0bcee62996cc42a-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "530d1df81fc7506cbcfb86c8c1fa1f6b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -342,8 +257,8 @@ "Cache-Control": "no-cache", "Content-Length": "624", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 17:52:02 GMT", - "ETag": "W/\u00222383ef0b-c2df-44d8-bfea-090d31aac846\u0022", + "Date": "Fri, 21 Apr 2023 14:10:31 GMT", + "ETag": "W/\u0022386dfdc7-bb6a-4c40-8c4e-4a1597b4bc9a\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -352,44 +267,43 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "17134bf1-e8b0-462f-a93c-c318a3a6c947", - "x-ms-client-request-id": "6cd53f4226af9f0290c30597bab02554", - "x-ms-correlation-request-id": "49511169-c86b-4e70-9135-c576495a015a", - "x-ms-ratelimit-remaining-subscription-reads": "10489", - "x-ms-request-id": "e6af5979-2ab2-4672-b978-4fde2fec146b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T175202Z:49511169-c86b-4e70-9135-c576495a015a" + "x-ms-arm-service-request-id": "3951ebda-965e-4fe2-9909-83c7216acdc7", + "x-ms-client-request-id": "530d1df81fc7506cbcfb86c8c1fa1f6b", + "x-ms-correlation-request-id": "b3858b54-4c47-45d3-b37b-f14827a8c36e", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "60a016e8-ddd7-4f89-96c6-ddf4fa322803", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T141032Z:b3858b54-4c47-45d3-b37b-f14827a8c36e" }, - "ResponseBody": [ - "{\r\n", - " \u0022name\u0022: \u0022azsmnet3062\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8023/providers/Microsoft.Network/localNetworkGateways/azsmnet3062\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u00222383ef0b-c2df-44d8-bfea-090d31aac846\\\u0022\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/localNetworkGateways\u0022,\r\n", - " \u0022location\u0022: \u0022eastus\u0022,\r\n", - " \u0022tags\u0022: {\r\n", - " \u0022test\u0022: \u0022value\u0022\r\n", - " },\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022resourceGuid\u0022: \u00222e693692-5c13-4095-805e-50d0355dd494\u0022,\r\n", - " \u0022localNetworkAddressSpace\u0022: {\r\n", - " \u0022addressPrefixes\u0022: [\r\n", - " \u0022192.168.0.0/16\u0022\r\n", - " ]\r\n", - " },\r\n", - " \u0022gatewayIpAddress\u0022: \u0022192.168.3.4\u0022\r\n", - " }\r\n", - "}" - ] + "ResponseBody": { + "name": "azsmnet7746", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4466/providers/Microsoft.Network/localNetworkGateways/azsmnet7746", + "etag": "W/\u0022386dfdc7-bb6a-4c40-8c4e-4a1597b4bc9a\u0022", + "type": "Microsoft.Network/localNetworkGateways", + "location": "eastus", + "tags": { + "test": "value" + }, + "properties": { + "provisioningState": "Succeeded", + "resourceGuid": "cd111d9e-30a7-432f-b41f-7596f85920df", + "localNetworkAddressSpace": { + "addressPrefixes": [ + "192.168.0.0/16" + ] + }, + "gatewayIpAddress": "192.168.3.4" + } + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8023/providers/Microsoft.Network/localNetworkGateways/azsmnet3062?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4466/providers/Microsoft.Network/localNetworkGateways/azsmnet7746?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ba5eed7b0363342d513a9877339a9927", + "traceparent": "00-3edc116b522622f4330a9a169fa2d787-f5a2a7b2a2cc6bb5-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230421.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "10f1dbbb828d43057dca61fda50b4a28", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -398,8 +312,8 @@ "Cache-Control": "no-cache", "Content-Length": "624", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 17:52:02 GMT", - "ETag": "W/\u00222383ef0b-c2df-44d8-bfea-090d31aac846\u0022", + "Date": "Fri, 21 Apr 2023 14:10:32 GMT", + "ETag": "W/\u0022386dfdc7-bb6a-4c40-8c4e-4a1597b4bc9a\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -408,50 +322,49 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0e5cead2-144a-4cdc-b588-37edeb0c0b19", - "x-ms-client-request-id": "ba5eed7b0363342d513a9877339a9927", - "x-ms-correlation-request-id": "359d5e83-8416-4768-8401-d726cd1b7a2d", - "x-ms-ratelimit-remaining-subscription-reads": "10488", - "x-ms-request-id": "c2380a9c-6001-45b6-9678-5b5bd848cb5e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T175202Z:359d5e83-8416-4768-8401-d726cd1b7a2d" + "x-ms-arm-service-request-id": "c83b64b6-4e21-4b47-8f3a-829ed667c49d", + "x-ms-client-request-id": "10f1dbbb828d43057dca61fda50b4a28", + "x-ms-correlation-request-id": "8fb29a41-0fad-44db-9e94-7fa6f8e836da", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "3c5d5c4c-d892-4a3a-928f-af28d7384af2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T141032Z:8fb29a41-0fad-44db-9e94-7fa6f8e836da" }, - "ResponseBody": [ - "{\r\n", - " \u0022name\u0022: \u0022azsmnet3062\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8023/providers/Microsoft.Network/localNetworkGateways/azsmnet3062\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u00222383ef0b-c2df-44d8-bfea-090d31aac846\\\u0022\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/localNetworkGateways\u0022,\r\n", - " \u0022location\u0022: \u0022eastus\u0022,\r\n", - " \u0022tags\u0022: {\r\n", - " \u0022test\u0022: \u0022value\u0022\r\n", - " },\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022resourceGuid\u0022: \u00222e693692-5c13-4095-805e-50d0355dd494\u0022,\r\n", - " \u0022localNetworkAddressSpace\u0022: {\r\n", - " \u0022addressPrefixes\u0022: [\r\n", - " \u0022192.168.0.0/16\u0022\r\n", - " ]\r\n", - " },\r\n", - " \u0022gatewayIpAddress\u0022: \u0022192.168.3.4\u0022\r\n", - " }\r\n", - "}" - ] + "ResponseBody": { + "name": "azsmnet7746", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4466/providers/Microsoft.Network/localNetworkGateways/azsmnet7746", + "etag": "W/\u0022386dfdc7-bb6a-4c40-8c4e-4a1597b4bc9a\u0022", + "type": "Microsoft.Network/localNetworkGateways", + "location": "eastus", + "tags": { + "test": "value" + }, + "properties": { + "provisioningState": "Succeeded", + "resourceGuid": "cd111d9e-30a7-432f-b41f-7596f85920df", + "localNetworkAddressSpace": { + "addressPrefixes": [ + "192.168.0.0/16" + ] + }, + "gatewayIpAddress": "192.168.3.4" + } + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8023/providers/Microsoft.Network/localNetworkGateways/azsmnet3062?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4466/providers/Microsoft.Network/localNetworkGateways/azsmnet7746?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "304", "Content-Type": "application/json", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "fbd61f3f90271aa36e7d27077db6fb3a", + "traceparent": "00-de58045ba5b9544bae9e2bdc861a5a8e-896c99925ae17b37-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230421.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1816a21ad6100b3bd8a89f4b731ebc42", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8023/providers/Microsoft.Network/localNetworkGateways/azsmnet3062", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4466/providers/Microsoft.Network/localNetworkGateways/azsmnet7746", "location": "eastus", "tags": { "test": "value" @@ -468,11 +381,11 @@ "StatusCode": 200, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/0103d571-0e0c-4e79-9858-dcb8c600842a?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/834fd59d-b777-4cf9-bfca-f88b80ad1c8f?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "623", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 17:52:02 GMT", + "Date": "Fri, 21 Apr 2023 14:10:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", @@ -482,43 +395,42 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "060fce3b-fb1b-4d7d-8ea5-bda8b07f5549", - "x-ms-client-request-id": "fbd61f3f90271aa36e7d27077db6fb3a", - "x-ms-correlation-request-id": "476222d1-4728-4bd6-bec5-4d42ec46e0ed", - "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-request-id": "0103d571-0e0c-4e79-9858-dcb8c600842a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T175203Z:476222d1-4728-4bd6-bec5-4d42ec46e0ed" + "x-ms-arm-service-request-id": "6f0ac8ed-2982-407f-aeaa-4d3269cca175", + "x-ms-client-request-id": "1816a21ad6100b3bd8a89f4b731ebc42", + "x-ms-correlation-request-id": "e4f3774b-9568-4516-9a98-002b6f578aaa", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-request-id": "834fd59d-b777-4cf9-bfca-f88b80ad1c8f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T141033Z:e4f3774b-9568-4516-9a98-002b6f578aaa" }, - "ResponseBody": [ - "{\r\n", - " \u0022name\u0022: \u0022azsmnet3062\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8023/providers/Microsoft.Network/localNetworkGateways/azsmnet3062\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u0022802d5add-fa00-4921-8d9e-8cc952d196ec\\\u0022\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/localNetworkGateways\u0022,\r\n", - " \u0022location\u0022: \u0022eastus\u0022,\r\n", - " \u0022tags\u0022: {\r\n", - " \u0022test\u0022: \u0022value\u0022\r\n", - " },\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", - " \u0022resourceGuid\u0022: \u00222e693692-5c13-4095-805e-50d0355dd494\u0022,\r\n", - " \u0022localNetworkAddressSpace\u0022: {\r\n", - " \u0022addressPrefixes\u0022: [\r\n", - " \u0022200.168.0.0/16\u0022\r\n", - " ]\r\n", - " },\r\n", - " \u0022gatewayIpAddress\u0022: \u0022192.168.3.4\u0022\r\n", - " }\r\n", - "}" - ] + "ResponseBody": { + "name": "azsmnet7746", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4466/providers/Microsoft.Network/localNetworkGateways/azsmnet7746", + "etag": "W/\u00228fe7e677-bd91-4bf1-ab82-a624bf439615\u0022", + "type": "Microsoft.Network/localNetworkGateways", + "location": "eastus", + "tags": { + "test": "value" + }, + "properties": { + "provisioningState": "Updating", + "resourceGuid": "cd111d9e-30a7-432f-b41f-7596f85920df", + "localNetworkAddressSpace": { + "addressPrefixes": [ + "200.168.0.0/16" + ] + }, + "gatewayIpAddress": "192.168.3.4" + } + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/0103d571-0e0c-4e79-9858-dcb8c600842a?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/834fd59d-b777-4cf9-bfca-f88b80ad1c8f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9b57dd2a2adaeb2d4a434ce6db25b69b", + "traceparent": "00-de58045ba5b9544bae9e2bdc861a5a8e-32b86a51dfb019ac-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1fad5eb107e4e45aa0e537e5e2bad05f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -527,7 +439,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 17:52:03 GMT", + "Date": "Fri, 21 Apr 2023 14:10:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", @@ -537,119 +449,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f26ee8a0-14f1-4fdd-9d95-aa7e3439878e", - "x-ms-client-request-id": "9b57dd2a2adaeb2d4a434ce6db25b69b", - "x-ms-correlation-request-id": "222162fb-4d29-43e4-9941-66b3d94e93c0", - "x-ms-ratelimit-remaining-subscription-reads": "10487", - "x-ms-request-id": "a99ad3a9-8c02-4d93-84e5-e9a543c6c787", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T175204Z:222162fb-4d29-43e4-9941-66b3d94e93c0" - }, - "ResponseBody": [ - "{\r\n", - " \u0022status\u0022: \u0022InProgress\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/0103d571-0e0c-4e79-9858-dcb8c600842a?api-version=2021-02-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c81b5e3eb194fce6d597e885742d8ce3", - "x-ms-return-client-request-id": "true" + "x-ms-arm-service-request-id": "e87b5d1c-55ad-4437-819f-3ef3fdcda099", + "x-ms-client-request-id": "1fad5eb107e4e45aa0e537e5e2bad05f", + "x-ms-correlation-request-id": "b14c2565-b3cb-4b4e-acc9-680c8f8ee468", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "b698a0be-169e-4641-b0a3-cd7b198330ea", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T141033Z:b14c2565-b3cb-4b4e-acc9-680c8f8ee468" }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Connection": "close", - "Content-Length": "29", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 17:52:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "25c51384-3ca8-42b2-939c-35f5794ac42f", - "x-ms-client-request-id": "c81b5e3eb194fce6d597e885742d8ce3", - "x-ms-correlation-request-id": "452f0f25-6155-4854-99f2-f626fa8f08b1", - "x-ms-ratelimit-remaining-subscription-reads": "10486", - "x-ms-request-id": "f2006d01-63e0-4ab1-8253-65292340edd1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T175214Z:452f0f25-6155-4854-99f2-f626fa8f08b1" - }, - "ResponseBody": [ - "{\r\n", - " \u0022status\u0022: \u0022Succeeded\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8023/providers/Microsoft.Network/localNetworkGateways/azsmnet3062?api-version=2021-02-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9fdd3112605e32603d1a9dfef76362ec", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "624", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 17:52:14 GMT", - "ETag": "W/\u0022d84a5e13-69ba-4672-aeaf-8b4a03dc10be\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "363d8dbc-9a21-43c2-9101-f4504615867c", - "x-ms-client-request-id": "9fdd3112605e32603d1a9dfef76362ec", - "x-ms-correlation-request-id": "4efb75ee-b17d-4ae0-93e1-a7674d6b30a8", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "e6224a79-25ac-40aa-9ddc-85eadeae1ff5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T175214Z:4efb75ee-b17d-4ae0-93e1-a7674d6b30a8" - }, - "ResponseBody": [ - "{\r\n", - " \u0022name\u0022: \u0022azsmnet3062\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8023/providers/Microsoft.Network/localNetworkGateways/azsmnet3062\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u0022d84a5e13-69ba-4672-aeaf-8b4a03dc10be\\\u0022\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/localNetworkGateways\u0022,\r\n", - " \u0022location\u0022: \u0022eastus\u0022,\r\n", - " \u0022tags\u0022: {\r\n", - " \u0022test\u0022: \u0022value\u0022\r\n", - " },\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022resourceGuid\u0022: \u00222e693692-5c13-4095-805e-50d0355dd494\u0022,\r\n", - " \u0022localNetworkAddressSpace\u0022: {\r\n", - " \u0022addressPrefixes\u0022: [\r\n", - " \u0022200.168.0.0/16\u0022\r\n", - " ]\r\n", - " },\r\n", - " \u0022gatewayIpAddress\u0022: \u0022192.168.3.4\u0022\r\n", - " }\r\n", - "}" - ] + "ResponseBody": { + "status": "InProgress" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/0103d571-0e0c-4e79-9858-dcb8c600842a?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/834fd59d-b777-4cf9-bfca-f88b80ad1c8f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2f3680eaa26f7862f75bc54241a7761d", + "traceparent": "00-de58045ba5b9544bae9e2bdc861a5a8e-ce365d6405b2d16f-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1d281e0ea127f94c98a00047ff3e4d69", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -658,7 +476,7 @@ "Cache-Control": "no-cache", "Content-Length": "29", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 17:52:14 GMT", + "Date": "Fri, 21 Apr 2023 14:10:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -667,26 +485,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5ef82263-e194-4142-b59d-fa3149631055", - "x-ms-client-request-id": "2f3680eaa26f7862f75bc54241a7761d", - "x-ms-correlation-request-id": "e3b89543-de8a-4e3e-801c-7139a3df9a83", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "77b4433d-d936-4796-bf99-2a2ca417ba8c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T175215Z:e3b89543-de8a-4e3e-801c-7139a3df9a83" + "x-ms-arm-service-request-id": "89368f82-4618-4aa3-8e64-591dd117175a", + "x-ms-client-request-id": "1d281e0ea127f94c98a00047ff3e4d69", + "x-ms-correlation-request-id": "8d26f44a-71e3-453d-87b5-38fec2a93d03", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "76cecd25-d080-462a-b8fc-d42cf81aba52", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T141043Z:8d26f44a-71e3-453d-87b5-38fec2a93d03" }, - "ResponseBody": [ - "{\r\n", - " \u0022status\u0022: \u0022Succeeded\u0022\r\n", - "}" - ] + "ResponseBody": { + "status": "Succeeded" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8023/providers/Microsoft.Network/localNetworkGateways/azsmnet3062?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4466/providers/Microsoft.Network/localNetworkGateways/azsmnet7746?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "aad468b61748de3cfee98a7914e70471", + "traceparent": "00-de58045ba5b9544bae9e2bdc861a5a8e-8310ecbc8199bd76-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1599eefd9c70cd5e2dff08f6e924935d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -695,8 +512,8 @@ "Cache-Control": "no-cache", "Content-Length": "624", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 17:52:14 GMT", - "ETag": "W/\u0022d84a5e13-69ba-4672-aeaf-8b4a03dc10be\u0022", + "Date": "Fri, 21 Apr 2023 14:10:43 GMT", + "ETag": "W/\u002248575b27-411a-42d4-9b54-0324f3f93e1f\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -705,44 +522,43 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b4386bd4-7cc9-49b9-8ebf-25e9527a6aab", - "x-ms-client-request-id": "aad468b61748de3cfee98a7914e70471", - "x-ms-correlation-request-id": "e46a67aa-599b-4153-b7a6-d9a8a0111ab5", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "ec381e30-7dbf-408d-beef-66e255764224", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T175215Z:e46a67aa-599b-4153-b7a6-d9a8a0111ab5" + "x-ms-arm-service-request-id": "9673c571-3fe3-4089-990a-bc80ab2b550b", + "x-ms-client-request-id": "1599eefd9c70cd5e2dff08f6e924935d", + "x-ms-correlation-request-id": "d54b042c-fbb2-480b-bb0c-8b399f052432", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "976f5e48-1d7b-4fb5-922a-a9b649ca39e9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T141044Z:d54b042c-fbb2-480b-bb0c-8b399f052432" }, - "ResponseBody": [ - "{\r\n", - " \u0022name\u0022: \u0022azsmnet3062\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8023/providers/Microsoft.Network/localNetworkGateways/azsmnet3062\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u0022d84a5e13-69ba-4672-aeaf-8b4a03dc10be\\\u0022\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/localNetworkGateways\u0022,\r\n", - " \u0022location\u0022: \u0022eastus\u0022,\r\n", - " \u0022tags\u0022: {\r\n", - " \u0022test\u0022: \u0022value\u0022\r\n", - " },\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022resourceGuid\u0022: \u00222e693692-5c13-4095-805e-50d0355dd494\u0022,\r\n", - " \u0022localNetworkAddressSpace\u0022: {\r\n", - " \u0022addressPrefixes\u0022: [\r\n", - " \u0022200.168.0.0/16\u0022\r\n", - " ]\r\n", - " },\r\n", - " \u0022gatewayIpAddress\u0022: \u0022192.168.3.4\u0022\r\n", - " }\r\n", - "}" - ] + "ResponseBody": { + "name": "azsmnet7746", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4466/providers/Microsoft.Network/localNetworkGateways/azsmnet7746", + "etag": "W/\u002248575b27-411a-42d4-9b54-0324f3f93e1f\u0022", + "type": "Microsoft.Network/localNetworkGateways", + "location": "eastus", + "tags": { + "test": "value" + }, + "properties": { + "provisioningState": "Succeeded", + "resourceGuid": "cd111d9e-30a7-432f-b41f-7596f85920df", + "localNetworkAddressSpace": { + "addressPrefixes": [ + "200.168.0.0/16" + ] + }, + "gatewayIpAddress": "192.168.3.4" + } + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8023/providers/Microsoft.Network/localNetworkGateways/azsmnet3062?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4466/providers/Microsoft.Network/localNetworkGateways/azsmnet7746?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f49bfc355df66f74ce64a8029a1df096", + "traceparent": "00-37ba4c201981921a241036f6d582bca8-e39afa52920d7c0f-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230421.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "9fee77f88d46108a11b486430613e462", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -751,8 +567,8 @@ "Cache-Control": "no-cache", "Content-Length": "624", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 17:52:15 GMT", - "ETag": "W/\u0022d84a5e13-69ba-4672-aeaf-8b4a03dc10be\u0022", + "Date": "Fri, 21 Apr 2023 14:10:44 GMT", + "ETag": "W/\u002248575b27-411a-42d4-9b54-0324f3f93e1f\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -761,44 +577,42 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "46a54604-7f5c-4cb8-a5fe-eb668c265741", - "x-ms-client-request-id": "f49bfc355df66f74ce64a8029a1df096", - "x-ms-correlation-request-id": "09229391-221b-46af-b795-f31db75866ea", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "dd11b7ec-e138-40b1-b0be-3ad6e9a910b0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T175215Z:09229391-221b-46af-b795-f31db75866ea" + "x-ms-arm-service-request-id": "62b8a28d-78c6-4bbc-b768-2ac3cf674212", + "x-ms-client-request-id": "9fee77f88d46108a11b486430613e462", + "x-ms-correlation-request-id": "88246d76-3067-4b83-9ab9-81229b6061f5", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "a6565102-ea93-48e6-ba3e-5168b22b2bce", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T141045Z:88246d76-3067-4b83-9ab9-81229b6061f5" }, - "ResponseBody": [ - "{\r\n", - " \u0022name\u0022: \u0022azsmnet3062\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8023/providers/Microsoft.Network/localNetworkGateways/azsmnet3062\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u0022d84a5e13-69ba-4672-aeaf-8b4a03dc10be\\\u0022\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/localNetworkGateways\u0022,\r\n", - " \u0022location\u0022: \u0022eastus\u0022,\r\n", - " \u0022tags\u0022: {\r\n", - " \u0022test\u0022: \u0022value\u0022\r\n", - " },\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022resourceGuid\u0022: \u00222e693692-5c13-4095-805e-50d0355dd494\u0022,\r\n", - " \u0022localNetworkAddressSpace\u0022: {\r\n", - " \u0022addressPrefixes\u0022: [\r\n", - " \u0022200.168.0.0/16\u0022\r\n", - " ]\r\n", - " },\r\n", - " \u0022gatewayIpAddress\u0022: \u0022192.168.3.4\u0022\r\n", - " }\r\n", - "}" - ] + "ResponseBody": { + "name": "azsmnet7746", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4466/providers/Microsoft.Network/localNetworkGateways/azsmnet7746", + "etag": "W/\u002248575b27-411a-42d4-9b54-0324f3f93e1f\u0022", + "type": "Microsoft.Network/localNetworkGateways", + "location": "eastus", + "tags": { + "test": "value" + }, + "properties": { + "provisioningState": "Succeeded", + "resourceGuid": "cd111d9e-30a7-432f-b41f-7596f85920df", + "localNetworkAddressSpace": { + "addressPrefixes": [ + "200.168.0.0/16" + ] + }, + "gatewayIpAddress": "192.168.3.4" + } + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8023/providers/Microsoft.Network/localNetworkGateways?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4466/providers/Microsoft.Network/localNetworkGateways?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8e487fa4b78fd2a34358318617e9640f", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230421.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f4e7ce97bb2171eebf5aef2899560f74", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -807,7 +621,7 @@ "Cache-Control": "no-cache", "Content-Length": "729", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 17:52:15 GMT", + "Date": "Fri, 21 Apr 2023 14:10:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -816,60 +630,59 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1ffec008-d46a-4e1b-9f38-728d0c302bfd", - "x-ms-client-request-id": "8e487fa4b78fd2a34358318617e9640f", - "x-ms-correlation-request-id": "5cf21bb4-1b5c-4818-bc35-e14baa0b562c", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "979432a1-dbc9-4dfe-9626-19a2a14ec0f1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T175216Z:5cf21bb4-1b5c-4818-bc35-e14baa0b562c" + "x-ms-arm-service-request-id": "4e57b35e-e3e8-49a4-950c-867f05d2ff91", + "x-ms-client-request-id": "f4e7ce97bb2171eebf5aef2899560f74", + "x-ms-correlation-request-id": "ad9fe848-c793-4304-8ccc-df810677b2db", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "74c5b7f3-4133-41fc-b137-2592c5969fa2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T141045Z:ad9fe848-c793-4304-8ccc-df810677b2db" }, - "ResponseBody": [ - "{\r\n", - " \u0022value\u0022: [\r\n", - " {\r\n", - " \u0022name\u0022: \u0022azsmnet3062\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8023/providers/Microsoft.Network/localNetworkGateways/azsmnet3062\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u0022d84a5e13-69ba-4672-aeaf-8b4a03dc10be\\\u0022\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/localNetworkGateways\u0022,\r\n", - " \u0022location\u0022: \u0022eastus\u0022,\r\n", - " \u0022tags\u0022: {\r\n", - " \u0022test\u0022: \u0022value\u0022\r\n", - " },\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022resourceGuid\u0022: \u00222e693692-5c13-4095-805e-50d0355dd494\u0022,\r\n", - " \u0022localNetworkAddressSpace\u0022: {\r\n", - " \u0022addressPrefixes\u0022: [\r\n", - " \u0022200.168.0.0/16\u0022\r\n", - " ]\r\n", - " },\r\n", - " \u0022gatewayIpAddress\u0022: \u0022192.168.3.4\u0022\r\n", - " }\r\n", - " }\r\n", - " ]\r\n", - "}" - ] + "ResponseBody": { + "value": [ + { + "name": "azsmnet7746", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4466/providers/Microsoft.Network/localNetworkGateways/azsmnet7746", + "etag": "W/\u002248575b27-411a-42d4-9b54-0324f3f93e1f\u0022", + "type": "Microsoft.Network/localNetworkGateways", + "location": "eastus", + "tags": { + "test": "value" + }, + "properties": { + "provisioningState": "Succeeded", + "resourceGuid": "cd111d9e-30a7-432f-b41f-7596f85920df", + "localNetworkAddressSpace": { + "addressPrefixes": [ + "200.168.0.0/16" + ] + }, + "gatewayIpAddress": "192.168.3.4" + } + } + ] + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8023/providers/Microsoft.Network/localNetworkGateways/azsmnet3062?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4466/providers/Microsoft.Network/localNetworkGateways/azsmnet7746?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "440d5457810b5927f465dce36f3a44e0", + "traceparent": "00-4fdb0ad4321a7c7b4046fca5a8a13614-729593ff61b71269-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230421.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "874ea30dad4f6f22648903bb161bc719", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/24c5fd53-3376-4339-8753-ed812ba77c0c?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/cc726302-df51-495a-bc78-61564f7fad29?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Tue, 18 Jan 2022 17:52:16 GMT", + "Date": "Fri, 21 Apr 2023 14:10:45 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operationResults/24c5fd53-3376-4339-8753-ed812ba77c0c?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operationResults/cc726302-df51-495a-bc78-61564f7fad29?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -878,22 +691,23 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "177be66b-e9f8-4cf1-80da-4e0687dd078e", - "x-ms-client-request-id": "440d5457810b5927f465dce36f3a44e0", - "x-ms-correlation-request-id": "fc4473bc-b59b-4eb4-a317-1a1779501b10", + "x-ms-arm-service-request-id": "1b7d602e-885c-42d7-9a28-a469a6e56ed5", + "x-ms-client-request-id": "874ea30dad4f6f22648903bb161bc719", + "x-ms-correlation-request-id": "b4c46b8c-663b-4651-9583-2072aac8b1ef", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "24c5fd53-3376-4339-8753-ed812ba77c0c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T175217Z:fc4473bc-b59b-4eb4-a317-1a1779501b10" + "x-ms-request-id": "cc726302-df51-495a-bc78-61564f7fad29", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T141046Z:b4c46b8c-663b-4651-9583-2072aac8b1ef" }, - "ResponseBody": [] + "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/24c5fd53-3376-4339-8753-ed812ba77c0c?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/cc726302-df51-495a-bc78-61564f7fad29?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "46ab9800ab10228a58ef9a2adbc06308", + "traceparent": "00-4fdb0ad4321a7c7b4046fca5a8a13614-a0c3423c78936197-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "623611a45cc5e912ac788f97b7335ba4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -902,7 +716,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 17:52:16 GMT", + "Date": "Fri, 21 Apr 2023 14:10:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", @@ -912,63 +726,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a4d3066c-45bc-4c61-baff-ca4230e2a995", - "x-ms-client-request-id": "46ab9800ab10228a58ef9a2adbc06308", - "x-ms-correlation-request-id": "22325280-1d67-47a4-9a90-f472f457d59b", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "5875617b-348e-4bc9-92b4-1fd2006fae61", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T175217Z:22325280-1d67-47a4-9a90-f472f457d59b" + "x-ms-arm-service-request-id": "a26c5c3e-81ca-45bc-b55d-0a965192e2eb", + "x-ms-client-request-id": "623611a45cc5e912ac788f97b7335ba4", + "x-ms-correlation-request-id": "72899ee3-6060-44fd-bf06-e8478b07746a", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "b9a18887-85bc-42f4-b5ed-d704934240d8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T141046Z:72899ee3-6060-44fd-bf06-e8478b07746a" }, - "ResponseBody": [ - "{\r\n", - " \u0022status\u0022: \u0022InProgress\u0022\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/24c5fd53-3376-4339-8753-ed812ba77c0c?api-version=2021-02-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "238d5113d014e170718feb42cf882d06", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "29", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 17:52:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a841b3e8-b15e-468c-8318-34a75d006712", - "x-ms-client-request-id": "238d5113d014e170718feb42cf882d06", - "x-ms-correlation-request-id": "bf9415e6-8913-467b-b924-6073d169991b", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "3df13365-a898-45fd-976d-021ab0be0838", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T175227Z:bf9415e6-8913-467b-b924-6073d169991b" - }, - "ResponseBody": [ - "{\r\n", - " \u0022status\u0022: \u0022Succeeded\u0022\r\n", - "}" - ] + "ResponseBody": { + "status": "InProgress" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/24c5fd53-3376-4339-8753-ed812ba77c0c?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/cc726302-df51-495a-bc78-61564f7fad29?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d7e3f60dfe8f4dcf6ab23bb0dbb8a198", + "traceparent": "00-4fdb0ad4321a7c7b4046fca5a8a13614-4a38c4d6294ce2ce-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f30dd593f5f86d386711fed3cd36d002", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -977,7 +753,7 @@ "Cache-Control": "no-cache", "Content-Length": "29", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 17:52:27 GMT", + "Date": "Fri, 21 Apr 2023 14:10:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -986,27 +762,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c0f27f56-c084-4584-986e-01305a3c0983", - "x-ms-client-request-id": "d7e3f60dfe8f4dcf6ab23bb0dbb8a198", - "x-ms-correlation-request-id": "fb18cbdb-9e2d-44ea-a95a-6cbb02489338", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "8c44f104-834e-4496-a856-c5a21f187587", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T175228Z:fb18cbdb-9e2d-44ea-a95a-6cbb02489338" + "x-ms-arm-service-request-id": "4f2e6850-7764-4503-9375-dee74968175f", + "x-ms-client-request-id": "f30dd593f5f86d386711fed3cd36d002", + "x-ms-correlation-request-id": "35d01f9d-23ff-45e6-8f9b-ea5c0b8330d8", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "a46ea4fa-0108-43b1-8205-ca61a1379d7b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T141057Z:35d01f9d-23ff-45e6-8f9b-ea5c0b8330d8" }, - "ResponseBody": [ - "{\r\n", - " \u0022status\u0022: \u0022Succeeded\u0022\r\n", - "}" - ] + "ResponseBody": { + "status": "Succeeded" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8023/providers/Microsoft.Network/localNetworkGateways?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4466/providers/Microsoft.Network/localNetworkGateways?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d98aa865346030d128c9d481bf4753cf", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230421.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "0416491264e4bd5493746ec30fa48555", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1015,15 +789,15 @@ "Cache-Control": "no-cache", "Content-Length": "12", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 17:52:27 GMT", + "Date": "Fri, 21 Apr 2023 14:10:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7a7a0459-7575-4081-8310-e6e0e8f23df1", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "7a7a0459-7575-4081-8310-e6e0e8f23df1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T175228Z:7a7a0459-7575-4081-8310-e6e0e8f23df1" + "x-ms-correlation-request-id": "eee3719b-2680-4b24-82d9-e42b26d57ade", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "eee3719b-2680-4b24-82d9-e42b26d57ade", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T141057Z:eee3719b-2680-4b24-82d9-e42b26d57ade" }, "ResponseBody": { "value": [] @@ -1031,9 +805,10 @@ } ], "Variables": { + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", "LOCATION": "eastus", - "RandomSeed": "1780229052", + "RandomSeed": "657947170", "RESOURCE_MANAGER_URL": null, "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" } -} \ No newline at end of file +} diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/GatewayOperationsTests/VirtualNetworkGatewayConnectionWithBgpTest.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/GatewayOperationsTests/VirtualNetworkGatewayConnectionWithBgpTest.json index 964cad4ffb67..dbbde39ca476 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/GatewayOperationsTests/VirtualNetworkGatewayConnectionWithBgpTest.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/GatewayOperationsTests/VirtualNetworkGatewayConnectionWithBgpTest.json @@ -6,33 +6,33 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-ccd64284bbdbb44381eee3cce6857508-de963add895da74b-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "9aa86d723aa21b084cd35be92ee1b2ce", + "traceparent": "00-b8a8414818981b71c0c1ae57d7e1ffbd-46c02605e30efc8f-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "36e62549323d2f63caf663a3bb3174d9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "747", + "Content-Length": "748", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 08:19:03 GMT", + "Date": "Sat, 22 Apr 2023 02:41:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5836011c-68a4-4fc7-a630-d505fe0f31bb", + "x-ms-correlation-request-id": "0ec11ab1-2cf8-44a5-a899-b53b53a8d719", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "5836011c-68a4-4fc7-a630-d505fe0f31bb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T081903Z:5836011c-68a4-4fc7-a630-d505fe0f31bb" + "x-ms-request-id": "0ec11ab1-2cf8-44a5-a899-b53b53a8d719", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T024114Z:0ec11ab1-2cf8-44a5-a899-b53b53a8d719" }, "ResponseBody": { "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", "authorizationSource": "RoleBased", "managedByTenants": [], "tags": { - "TagKey-9823": "TagValue-566", + "TagKey-9823": "TagValue-1254", "TagKey-3481": "TagValue-320", "TagKey-4926": "TagValue-1187", "TagKey-751": "TagValue-3921", @@ -56,58 +56,57 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/csmrg9058?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/csmrg7263?api-version=**", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "31", + "Content-Length": "21", "Content-Type": "application/json", - "traceparent": "00-944c735fc799c74594729fb1ac36bf2f-23882c70beca734d-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "f33a18ef642829dc60cc72d524a330e0", + "traceparent": "00-59dbd4d8dfa3d1c1b2839f45796fba4f-9cb5b4b42d585caf-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a9218e5c30eb385a7b37e92c3d394daf", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "location": "westus" + "location": "eastus" }, "StatusCode": 201, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "225", + "Content-Length": "215", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 08:19:06 GMT", + "Date": "Sat, 22 Apr 2023 02:41:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0f399e79-89c7-41bd-b4e1-0b6b9bcc93d2", + "x-ms-correlation-request-id": "26aafb0b-b07f-4548-a173-52cf5fe9007e", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "0f399e79-89c7-41bd-b4e1-0b6b9bcc93d2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T081906Z:0f399e79-89c7-41bd-b4e1-0b6b9bcc93d2" + "x-ms-request-id": "26aafb0b-b07f-4548-a173-52cf5fe9007e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T024117Z:26aafb0b-b07f-4548-a173-52cf5fe9007e" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9058", - "name": "csmrg9058", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7263", + "name": "csmrg7263", "type": "Microsoft.Resources/resourceGroups", - "location": "westus", - "tags": {}, + "location": "eastus", "properties": { "provisioningState": "Succeeded" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9058/providers/Microsoft.Network/localNetworkGateways/azsmnet3088?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7263/providers/Microsoft.Network/localNetworkGateways/azsmnet7384?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "235", "Content-Type": "application/json", - "traceparent": "00-d3cf018fba8b5e4fa2dc52549d6acada-2456c1facce98c42-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220530.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "de74acc542688f3e0d262725d375221e", + "traceparent": "00-fc2f30db375684c59c52f3eed230cb38-1226d1b84511c74e-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230422.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "4b003af8b6d1db90760da3b7445d2d4d", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -131,12 +130,12 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/f57d639a-c466-4e77-9dca-70148da5805f?api-version=2021-02-01", + "azure-asyncnotification": "Enabled", + "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/1ce333e2-32d1-45f3-8d78-c2f2a6c5b68b?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "739", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 08:19:13 GMT", + "Date": "Sat, 22 Apr 2023 02:41:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", @@ -146,17 +145,17 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "07cee8ae-f63d-4080-ae8e-aa3c2507943a", - "x-ms-client-request-id": "de74acc542688f3e0d262725d375221e", - "x-ms-correlation-request-id": "da34bfcb-bf0f-4f9b-87a7-30a42a4d6174", + "x-ms-arm-service-request-id": "8e46510f-3ab0-4f64-a215-e8a26aa7b641", + "x-ms-client-request-id": "4b003af8b6d1db90760da3b7445d2d4d", + "x-ms-correlation-request-id": "885cac28-e396-4ed7-9202-bd232c5a8e31", "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "f57d639a-c466-4e77-9dca-70148da5805f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T081913Z:da34bfcb-bf0f-4f9b-87a7-30a42a4d6174" + "x-ms-request-id": "1ce333e2-32d1-45f3-8d78-c2f2a6c5b68b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T024125Z:885cac28-e396-4ed7-9202-bd232c5a8e31" }, "ResponseBody": { - "name": "azsmnet3088", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9058/providers/Microsoft.Network/localNetworkGateways/azsmnet3088", - "etag": "W/\u00224d52b1ab-fd5b-49b3-a414-0fc7c3e50d1b\u0022", + "name": "azsmnet7384", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7263/providers/Microsoft.Network/localNetworkGateways/azsmnet7384", + "etag": "W/\u0022ea943c97-233d-4446-aa8c-ae4e6d0bd7b5\u0022", "type": "Microsoft.Network/localNetworkGateways", "location": "westus", "tags": { @@ -164,7 +163,7 @@ }, "properties": { "provisioningState": "Updating", - "resourceGuid": "b1b4771e-2da1-41f7-b589-e89cb90a4d1f", + "resourceGuid": "3158fa77-25b3-473b-b9d3-ec1f16e414e3", "localNetworkAddressSpace": { "addressPrefixes": [ "192.168.0.0/16" @@ -180,13 +179,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/f57d639a-c466-4e77-9dca-70148da5805f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/1ce333e2-32d1-45f3-8d78-c2f2a6c5b68b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d3cf018fba8b5e4fa2dc52549d6acada-47e2f393aa829c48-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "051cbd09395ad687fc631b3eb4038d56", + "traceparent": "00-fc2f30db375684c59c52f3eed230cb38-99247fbc78839b29-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "3a3874f30ad9d78b90ce7522b78037da", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -195,7 +194,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 08:19:13 GMT", + "Date": "Sat, 22 Apr 2023 02:41:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", @@ -205,25 +204,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7002f5bb-3f72-4a78-baf9-644aba0065d4", - "x-ms-client-request-id": "051cbd09395ad687fc631b3eb4038d56", - "x-ms-correlation-request-id": "d4b91028-e997-4085-83c7-52ac375bd7b4", + "x-ms-arm-service-request-id": "2258b91f-bbc3-4406-96fc-9ec427d0d3c7", + "x-ms-client-request-id": "3a3874f30ad9d78b90ce7522b78037da", + "x-ms-correlation-request-id": "6337f862-f15c-454f-8b75-9d1254167e73", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "3fdb3497-837f-4e49-8d8d-c58a608896b1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T081913Z:d4b91028-e997-4085-83c7-52ac375bd7b4" + "x-ms-request-id": "270ff267-a1a7-4995-8c31-e3c2364d4f3b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T024125Z:6337f862-f15c-454f-8b75-9d1254167e73" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/f57d639a-c466-4e77-9dca-70148da5805f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/1ce333e2-32d1-45f3-8d78-c2f2a6c5b68b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d3cf018fba8b5e4fa2dc52549d6acada-d177a06adda46147-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "9305b74ffee77b4fa4a76d26d3a84ae6", + "traceparent": "00-fc2f30db375684c59c52f3eed230cb38-a351e8e2fd3324f6-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "344edfbc96f29ba844744d0ebb17d8e9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -232,7 +231,7 @@ "Cache-Control": "no-cache", "Content-Length": "29", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 08:19:23 GMT", + "Date": "Sat, 22 Apr 2023 02:41:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -241,25 +240,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "57ec66dd-c48f-45a7-8ca4-1d45df322452", - "x-ms-client-request-id": "9305b74ffee77b4fa4a76d26d3a84ae6", - "x-ms-correlation-request-id": "8a3c12bc-04cf-4207-b915-e228b68d67c5", + "x-ms-arm-service-request-id": "65297860-a492-41cb-9d27-4e66a1f1c7d0", + "x-ms-client-request-id": "344edfbc96f29ba844744d0ebb17d8e9", + "x-ms-correlation-request-id": "56a04bc8-ed1d-4ec5-a2e7-912cdaba3de8", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "c1f45105-4d28-42cf-a75b-2bd9c3d8a2c6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T081923Z:8a3c12bc-04cf-4207-b915-e228b68d67c5" + "x-ms-request-id": "522d09c6-4bf7-48b0-b7ca-4c6b75b79ee2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T024136Z:56a04bc8-ed1d-4ec5-a2e7-912cdaba3de8" }, "ResponseBody": { "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9058/providers/Microsoft.Network/localNetworkGateways/azsmnet3088?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7263/providers/Microsoft.Network/localNetworkGateways/azsmnet7384?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d3cf018fba8b5e4fa2dc52549d6acada-2e2024871c8c7944-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "151cfcf61c59e5c48973e5bd2ec9186d", + "traceparent": "00-fc2f30db375684c59c52f3eed230cb38-c51371afb9e626e2-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d0c48d50f224e474798388d0e7d2d47c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -268,8 +267,8 @@ "Cache-Control": "no-cache", "Content-Length": "740", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 08:19:24 GMT", - "ETag": "W/\u002287b28f97-cbe5-4645-9e78-0b8fdb0b6b76\u0022", + "Date": "Sat, 22 Apr 2023 02:41:36 GMT", + "ETag": "W/\u0022065fa6f3-32c7-4d82-8e41-0ed2623236c2\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -278,17 +277,17 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9ca54469-6ff5-4204-b051-bce824e65f2f", - "x-ms-client-request-id": "151cfcf61c59e5c48973e5bd2ec9186d", - "x-ms-correlation-request-id": "8c6409c7-fc64-4136-b67f-25eaf26c872b", + "x-ms-arm-service-request-id": "34b79949-ebe8-4111-9aea-c69cee4a7045", + "x-ms-client-request-id": "d0c48d50f224e474798388d0e7d2d47c", + "x-ms-correlation-request-id": "94d2e0f1-b43d-4473-b000-e4e62272ff67", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "2eabd404-fc6c-475c-9114-efdfdf4152e1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T081924Z:8c6409c7-fc64-4136-b67f-25eaf26c872b" + "x-ms-request-id": "c38c30e0-774b-4d63-bc63-b69bbda29848", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T024136Z:94d2e0f1-b43d-4473-b000-e4e62272ff67" }, "ResponseBody": { - "name": "azsmnet3088", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9058/providers/Microsoft.Network/localNetworkGateways/azsmnet3088", - "etag": "W/\u002287b28f97-cbe5-4645-9e78-0b8fdb0b6b76\u0022", + "name": "azsmnet7384", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7263/providers/Microsoft.Network/localNetworkGateways/azsmnet7384", + "etag": "W/\u0022065fa6f3-32c7-4d82-8e41-0ed2623236c2\u0022", "type": "Microsoft.Network/localNetworkGateways", "location": "westus", "tags": { @@ -296,7 +295,7 @@ }, "properties": { "provisioningState": "Succeeded", - "resourceGuid": "b1b4771e-2da1-41f7-b589-e89cb90a4d1f", + "resourceGuid": "3158fa77-25b3-473b-b9d3-ec1f16e414e3", "localNetworkAddressSpace": { "addressPrefixes": [ "192.168.0.0/16" @@ -312,14 +311,14 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9058/providers/Microsoft.Network/localNetworkGateways/azsmnet3088?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7263/providers/Microsoft.Network/localNetworkGateways/azsmnet7384?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-9f07e342ce404d45bbf9157e4241bdae-002606afd2e63244-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220530.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "8d4518b49c210b436ea061b2cc600254", + "traceparent": "00-fb1d483044de5b154ea8a92d5f6b5617-4dfb8dda0ade3f6f-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230422.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "23bd208b883e5c23cb9df564bd7d1c79", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -328,8 +327,8 @@ "Cache-Control": "no-cache", "Content-Length": "740", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 08:19:24 GMT", - "ETag": "W/\u002287b28f97-cbe5-4645-9e78-0b8fdb0b6b76\u0022", + "Date": "Sat, 22 Apr 2023 02:41:36 GMT", + "ETag": "W/\u0022065fa6f3-32c7-4d82-8e41-0ed2623236c2\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -338,17 +337,17 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e5727f76-a9a7-49a5-a988-bee4cbaf2b84", - "x-ms-client-request-id": "8d4518b49c210b436ea061b2cc600254", - "x-ms-correlation-request-id": "f2062f8e-2d9e-4bd1-94de-c6581b806696", + "x-ms-arm-service-request-id": "11316312-ecd6-4dde-9f5e-8c7f453ef19f", + "x-ms-client-request-id": "23bd208b883e5c23cb9df564bd7d1c79", + "x-ms-correlation-request-id": "dda16664-55bc-40d3-8d22-4e21695d5f83", "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "78cbed74-9f1c-4b5d-b9e6-dc8ed616e3e0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T081924Z:f2062f8e-2d9e-4bd1-94de-c6581b806696" + "x-ms-request-id": "aae40451-e791-4c86-9278-33a015e16be6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T024137Z:dda16664-55bc-40d3-8d22-4e21695d5f83" }, "ResponseBody": { - "name": "azsmnet3088", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9058/providers/Microsoft.Network/localNetworkGateways/azsmnet3088", - "etag": "W/\u002287b28f97-cbe5-4645-9e78-0b8fdb0b6b76\u0022", + "name": "azsmnet7384", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7263/providers/Microsoft.Network/localNetworkGateways/azsmnet7384", + "etag": "W/\u0022065fa6f3-32c7-4d82-8e41-0ed2623236c2\u0022", "type": "Microsoft.Network/localNetworkGateways", "location": "westus", "tags": { @@ -356,7 +355,7 @@ }, "properties": { "provisioningState": "Succeeded", - "resourceGuid": "b1b4771e-2da1-41f7-b589-e89cb90a4d1f", + "resourceGuid": "3158fa77-25b3-473b-b9d3-ec1f16e414e3", "localNetworkAddressSpace": { "addressPrefixes": [ "192.168.0.0/16" @@ -372,16 +371,16 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9058/providers/Microsoft.Network/publicIPAddresses/azsmnet3200?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7263/providers/Microsoft.Network/publicIPAddresses/azsmnet5556?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "144", "Content-Type": "application/json", - "traceparent": "00-0c6f75f8fa54b6478ddb658f22da6118-626f88f3082c904e-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220530.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "77e7b74833fc20f30a7418914dda8f00", + "traceparent": "00-2b3e0d20da3850172f56b091fbb738dc-ef61b2ae5311c840-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230422.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "67bc29d2c9b56a6bbb6f0ed7b372a0d0", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -392,18 +391,18 @@ "properties": { "publicIPAllocationMethod": "Dynamic", "dnsSettings": { - "domainNameLabel": "azsmnet7804" + "domainNameLabel": "azsmnet9115" } } }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/57ca5328-5a09-41fb-8370-9cedc3ede209?api-version=2021-02-01", + "azure-asyncnotification": "Enabled", + "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/f1d8e06e-c0ca-4b45-9912-ac708fabed31?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "794", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 08:19:28 GMT", + "Date": "Sat, 22 Apr 2023 02:41:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "1", @@ -413,30 +412,30 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6edb5609-7e93-4f33-a2da-90b1a117e335", - "x-ms-client-request-id": "77e7b74833fc20f30a7418914dda8f00", - "x-ms-correlation-request-id": "4f4e94f1-f25a-47ac-b17f-56990f7551f4", + "x-ms-arm-service-request-id": "4fe4d512-e8b2-45df-8b29-5bb2ec6bc9b6", + "x-ms-client-request-id": "67bc29d2c9b56a6bbb6f0ed7b372a0d0", + "x-ms-correlation-request-id": "06d1a797-1483-487d-8ada-83d1b1597f66", "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "57ca5328-5a09-41fb-8370-9cedc3ede209", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T081928Z:4f4e94f1-f25a-47ac-b17f-56990f7551f4" + "x-ms-request-id": "f1d8e06e-c0ca-4b45-9912-ac708fabed31", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T024141Z:06d1a797-1483-487d-8ada-83d1b1597f66" }, "ResponseBody": { - "name": "azsmnet3200", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9058/providers/Microsoft.Network/publicIPAddresses/azsmnet3200", - "etag": "W/\u0022e322b7a9-2367-4f70-9c67-404d4970b004\u0022", + "name": "azsmnet5556", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7263/providers/Microsoft.Network/publicIPAddresses/azsmnet5556", + "etag": "W/\u00222fa15ccf-5b29-43ee-8ce5-ca2e6ad2ce0a\u0022", "location": "westus", "tags": { "key": "value" }, "properties": { "provisioningState": "Updating", - "resourceGuid": "e0dbf970-4ce9-4b24-a116-2b18f5593759", + "resourceGuid": "40624056-5147-4f1e-8d48-12617f814df4", "publicIPAddressVersion": "IPv4", "publicIPAllocationMethod": "Dynamic", "idleTimeoutInMinutes": 4, "dnsSettings": { - "domainNameLabel": "azsmnet7804", - "fqdn": "azsmnet7804.westus.cloudapp.azure.com" + "domainNameLabel": "azsmnet9115", + "fqdn": "azsmnet9115.westus.cloudapp.azure.com" }, "ipTags": [] }, @@ -448,49 +447,86 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/57ca5328-5a09-41fb-8370-9cedc3ede209?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/f1d8e06e-c0ca-4b45-9912-ac708fabed31?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0c6f75f8fa54b6478ddb658f22da6118-18d1aed2dcfdd34c-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "6081f9a33c86121b9a0192cef2dc5387", + "traceparent": "00-2b3e0d20da3850172f56b091fbb738dc-8e6f37828ff57ce0-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "aaff5bd923c0f46bb8d3ccb34df3ea83", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "29", + "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 08:19:28 GMT", + "Date": "Sat, 22 Apr 2023 02:41:41 GMT", "Expires": "-1", "Pragma": "no-cache", + "Retry-After": "2", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "02106c96-c0c5-4191-b81a-1ab1b7b8d36d", - "x-ms-client-request-id": "6081f9a33c86121b9a0192cef2dc5387", - "x-ms-correlation-request-id": "6d52dcc4-e605-496d-8a7d-30badfeadae4", + "x-ms-arm-service-request-id": "f62c0d71-d420-461a-ad2e-6ec9ad43328c", + "x-ms-client-request-id": "aaff5bd923c0f46bb8d3ccb34df3ea83", + "x-ms-correlation-request-id": "3e9a174e-9cda-4066-96d5-269c2cde49c7", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "b443651c-2d44-40ea-9206-886ce7e718dc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T081928Z:6d52dcc4-e605-496d-8a7d-30badfeadae4" + "x-ms-request-id": "f1c06b4d-27bf-4bc1-aaf7-385b8c3b6670", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T024142Z:3e9a174e-9cda-4066-96d5-269c2cde49c7" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/f1d8e06e-c0ca-4b45-9912-ac708fabed31?api-version=2022-09-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-2b3e0d20da3850172f56b091fbb738dc-54f62343bbe1a8af-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "81f9edc4411f0ae0bf54622ecb5b43bf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "29", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Apr 2023 02:41:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "c6ff53af-e90f-467f-83d3-8aca558f9e89", + "x-ms-client-request-id": "81f9edc4411f0ae0bf54622ecb5b43bf", + "x-ms-correlation-request-id": "682c87cf-b6c2-41cb-ad74-815b678f9116", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "0e0ebd5d-cb30-428f-ab5b-791f8232f7d5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T024144Z:682c87cf-b6c2-41cb-ad74-815b678f9116" }, "ResponseBody": { "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9058/providers/Microsoft.Network/publicIPAddresses/azsmnet3200?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7263/providers/Microsoft.Network/publicIPAddresses/azsmnet5556?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0c6f75f8fa54b6478ddb658f22da6118-1606a65f9283e44d-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "47edcb225cf2ee70fed5d04378e106e1", + "traceparent": "00-2b3e0d20da3850172f56b091fbb738dc-fc1df10d38fb4588-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "57fd0008f5725f0f2f65fcd7fbb61a10", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -499,8 +535,8 @@ "Cache-Control": "no-cache", "Content-Length": "795", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 08:19:29 GMT", - "ETag": "W/\u0022826cdfd2-3164-47b7-be02-9fd05e29ef16\u0022", + "Date": "Sat, 22 Apr 2023 02:41:44 GMT", + "ETag": "W/\u0022557d9bcc-4d64-4e88-82d7-71cc0b73f3a4\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -509,30 +545,30 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "282a211e-186f-4720-981e-68669f1b7f30", - "x-ms-client-request-id": "47edcb225cf2ee70fed5d04378e106e1", - "x-ms-correlation-request-id": "ec11e944-002f-4b14-8d8b-5c2bfd6009dc", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "44310441-5625-4c87-a789-baf4c20806d6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T081929Z:ec11e944-002f-4b14-8d8b-5c2bfd6009dc" + "x-ms-arm-service-request-id": "9d927e9b-2c82-41b8-980e-bcc4fa4a09be", + "x-ms-client-request-id": "57fd0008f5725f0f2f65fcd7fbb61a10", + "x-ms-correlation-request-id": "0f00591b-7711-4e10-b302-fdf0dee481e2", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "a83e24e1-bd2b-4772-a2cd-cb4e5830a9b1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T024144Z:0f00591b-7711-4e10-b302-fdf0dee481e2" }, "ResponseBody": { - "name": "azsmnet3200", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9058/providers/Microsoft.Network/publicIPAddresses/azsmnet3200", - "etag": "W/\u0022826cdfd2-3164-47b7-be02-9fd05e29ef16\u0022", + "name": "azsmnet5556", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7263/providers/Microsoft.Network/publicIPAddresses/azsmnet5556", + "etag": "W/\u0022557d9bcc-4d64-4e88-82d7-71cc0b73f3a4\u0022", "location": "westus", "tags": { "key": "value" }, "properties": { "provisioningState": "Succeeded", - "resourceGuid": "e0dbf970-4ce9-4b24-a116-2b18f5593759", + "resourceGuid": "40624056-5147-4f1e-8d48-12617f814df4", "publicIPAddressVersion": "IPv4", "publicIPAllocationMethod": "Dynamic", "idleTimeoutInMinutes": 4, "dnsSettings": { - "domainNameLabel": "azsmnet7804", - "fqdn": "azsmnet7804.westus.cloudapp.azure.com" + "domainNameLabel": "azsmnet9115", + "fqdn": "azsmnet9115.westus.cloudapp.azure.com" }, "ipTags": [] }, @@ -544,14 +580,14 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9058/providers/Microsoft.Network/publicIPAddresses/azsmnet3200?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7263/providers/Microsoft.Network/publicIPAddresses/azsmnet5556?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-9e199a19444a9e47be2799991786ae0c-976439c72ce5624b-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220530.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "53ed87032f58367a9f4f21c2c8ea1fca", + "traceparent": "00-24ff26d8c30690a8e4ad7c4b26929f30-aafbbdc8c6ccb150-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230422.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "394b7a9ce50298ef7bf5ea6bc13c285c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -560,8 +596,8 @@ "Cache-Control": "no-cache", "Content-Length": "795", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 08:19:29 GMT", - "ETag": "W/\u0022826cdfd2-3164-47b7-be02-9fd05e29ef16\u0022", + "Date": "Sat, 22 Apr 2023 02:41:45 GMT", + "ETag": "W/\u0022557d9bcc-4d64-4e88-82d7-71cc0b73f3a4\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -570,30 +606,30 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b5a5774f-42cd-4a97-8f9d-c3780a5322b3", - "x-ms-client-request-id": "53ed87032f58367a9f4f21c2c8ea1fca", - "x-ms-correlation-request-id": "5e5eba92-cb90-4f8a-9535-db67118e750c", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "a93ba2e8-0af8-4208-ad62-83b89281b6af", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T081930Z:5e5eba92-cb90-4f8a-9535-db67118e750c" + "x-ms-arm-service-request-id": "fa5861eb-675b-423c-838e-dea655ef4386", + "x-ms-client-request-id": "394b7a9ce50298ef7bf5ea6bc13c285c", + "x-ms-correlation-request-id": "1c906c8f-1616-4726-a4ae-aa34591bfbea", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "7aa5934a-272a-4f3e-a570-3164b53efd54", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T024145Z:1c906c8f-1616-4726-a4ae-aa34591bfbea" }, "ResponseBody": { - "name": "azsmnet3200", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9058/providers/Microsoft.Network/publicIPAddresses/azsmnet3200", - "etag": "W/\u0022826cdfd2-3164-47b7-be02-9fd05e29ef16\u0022", + "name": "azsmnet5556", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7263/providers/Microsoft.Network/publicIPAddresses/azsmnet5556", + "etag": "W/\u0022557d9bcc-4d64-4e88-82d7-71cc0b73f3a4\u0022", "location": "westus", "tags": { "key": "value" }, "properties": { "provisioningState": "Succeeded", - "resourceGuid": "e0dbf970-4ce9-4b24-a116-2b18f5593759", + "resourceGuid": "40624056-5147-4f1e-8d48-12617f814df4", "publicIPAddressVersion": "IPv4", "publicIPAllocationMethod": "Dynamic", "idleTimeoutInMinutes": 4, "dnsSettings": { - "domainNameLabel": "azsmnet7804", - "fqdn": "azsmnet7804.westus.cloudapp.azure.com" + "domainNameLabel": "azsmnet9115", + "fqdn": "azsmnet9115.westus.cloudapp.azure.com" }, "ipTags": [] }, @@ -605,16 +641,16 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9058/providers/Microsoft.Network/virtualNetworks/azsmnet8336?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7263/providers/Microsoft.Network/virtualNetworks/azsmnet3562?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "222", "Content-Type": "application/json", - "traceparent": "00-57050be3e5f76b4e851990822cf1c691-ce169e01b6f85e45-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220530.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "3b4dee329e2989479362b06bd799b9fb", + "traceparent": "00-2b85d88c7c0fbf5524afedb69c49969b-6713d20a8b0e82cc-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230422.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f54daa0d1092ddce9951ba45090e093a", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -643,12 +679,12 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/4f29db85-27ff-44a8-983c-8b059fd97606?api-version=2021-02-01", + "azure-asyncnotification": "Enabled", + "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/372bff1c-4663-4b6c-8c43-1d73e4ced338?api-version=2022-09-01", "Cache-Control": "no-cache", - "Content-Length": "1335", + "Content-Length": "1336", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 08:19:33 GMT", + "Date": "Sat, 22 Apr 2023 02:41:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -658,22 +694,22 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0316fcea-3e50-45a0-8593-dcb9828144b4", - "x-ms-client-request-id": "3b4dee329e2989479362b06bd799b9fb", - "x-ms-correlation-request-id": "52a7a09e-1d36-41ba-aab4-ded6a35ff569", + "x-ms-arm-service-request-id": "dd0a4716-845a-498b-84e6-f5535f431ce7", + "x-ms-client-request-id": "f54daa0d1092ddce9951ba45090e093a", + "x-ms-correlation-request-id": "730d4090-f062-4bcc-8aa7-0f453803460e", "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "4f29db85-27ff-44a8-983c-8b059fd97606", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T081933Z:52a7a09e-1d36-41ba-aab4-ded6a35ff569" + "x-ms-request-id": "372bff1c-4663-4b6c-8c43-1d73e4ced338", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T024149Z:730d4090-f062-4bcc-8aa7-0f453803460e" }, "ResponseBody": { - "name": "azsmnet8336", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9058/providers/Microsoft.Network/virtualNetworks/azsmnet8336", - "etag": "W/\u00224ec45ec4-c5f3-498d-87e4-7f5129a63555\u0022", + "name": "azsmnet3562", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7263/providers/Microsoft.Network/virtualNetworks/azsmnet3562", + "etag": "W/\u0022ade4487d-4fc7-427e-8738-eb102a8054a0\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus", "properties": { "provisioningState": "Updating", - "resourceGuid": "8b3b06d9-dc46-41d9-b4e4-354056c6d8ca", + "resourceGuid": "9ca832e7-adb9-454c-a511-9215af3dcb73", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -688,13 +724,13 @@ "subnets": [ { "name": "GatewaySubnet", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9058/providers/Microsoft.Network/virtualNetworks/azsmnet8336/subnets/GatewaySubnet", - "etag": "W/\u00224ec45ec4-c5f3-498d-87e4-7f5129a63555\u0022", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7263/providers/Microsoft.Network/virtualNetworks/azsmnet3562/subnets/GatewaySubnet", + "etag": "W/\u0022ade4487d-4fc7-427e-8738-eb102a8054a0\u0022", "properties": { "provisioningState": "Updating", "addressPrefix": "10.0.0.0/24", "delegations": [], - "privateEndpointNetworkPolicies": "Enabled", + "privateEndpointNetworkPolicies": "Disabled", "privateLinkServiceNetworkPolicies": "Enabled" }, "type": "Microsoft.Network/virtualNetworks/subnets" @@ -706,13 +742,50 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/4f29db85-27ff-44a8-983c-8b059fd97606?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/372bff1c-4663-4b6c-8c43-1d73e4ced338?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-57050be3e5f76b4e851990822cf1c691-193a7d44d2850b42-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "f345dd06a6b8e9daa6cac4ccc9cac7b6", + "traceparent": "00-2b85d88c7c0fbf5524afedb69c49969b-822a0a46d67e7fbd-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "0ced46a01acc69097c5c6994345271e6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Apr 2023 02:41:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "8cabf246-e024-465b-bc8f-8cbd9357341c", + "x-ms-client-request-id": "0ced46a01acc69097c5c6994345271e6", + "x-ms-correlation-request-id": "1168ee06-72b9-469d-950e-af670d6ff58f", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "7292121b-d97e-46ff-9130-539c2da1631f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T024149Z:1168ee06-72b9-469d-950e-af670d6ff58f" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/372bff1c-4663-4b6c-8c43-1d73e4ced338?api-version=2022-09-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-2b85d88c7c0fbf5524afedb69c49969b-b99f79086ba2597c-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "aa6e31e14bd65186873c8fb693c339fb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -721,7 +794,7 @@ "Cache-Control": "no-cache", "Content-Length": "29", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 08:19:33 GMT", + "Date": "Sat, 22 Apr 2023 02:41:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -730,35 +803,35 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "27520409-0841-43ee-b6c7-d5528658e9bb", - "x-ms-client-request-id": "f345dd06a6b8e9daa6cac4ccc9cac7b6", - "x-ms-correlation-request-id": "ef53641c-73bf-4e7c-ba33-c7311e642a55", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "bb16cb7c-bd1e-4bfb-936a-67cf9f87b334", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T081934Z:ef53641c-73bf-4e7c-ba33-c7311e642a55" + "x-ms-arm-service-request-id": "b06f1b7e-d79b-468e-a97d-158dc1696363", + "x-ms-client-request-id": "aa6e31e14bd65186873c8fb693c339fb", + "x-ms-correlation-request-id": "264ee178-b1bc-46c8-88d5-0e2d15bc27ba", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "d613c80f-6a3d-43ea-8f25-4784887d7cdb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T024159Z:264ee178-b1bc-46c8-88d5-0e2d15bc27ba" }, "ResponseBody": { "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9058/providers/Microsoft.Network/virtualNetworks/azsmnet8336?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7263/providers/Microsoft.Network/virtualNetworks/azsmnet3562?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-57050be3e5f76b4e851990822cf1c691-36e633d067d49f47-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "1f17c768dbb40365fafb8381fc0cdb6d", + "traceparent": "00-2b85d88c7c0fbf5524afedb69c49969b-163122d0fc52cd20-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "c2a47c5dfd21376e88e793ad538edc13", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1337", + "Content-Length": "1338", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 08:19:34 GMT", - "ETag": "W/\u00227882239a-99e1-480a-acb0-596c6d35a5a2\u0022", + "Date": "Sat, 22 Apr 2023 02:41:59 GMT", + "ETag": "W/\u002222afb43e-afef-45fc-b57f-21d20d9da720\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -767,22 +840,22 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "340b3980-d86c-40d6-bd78-2441946a4c69", - "x-ms-client-request-id": "1f17c768dbb40365fafb8381fc0cdb6d", - "x-ms-correlation-request-id": "ed787b04-6ce8-4cda-a362-8ecfe57b33c5", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "bce9ca55-dc31-4cd0-b0a4-b72ee6a13a1c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T081934Z:ed787b04-6ce8-4cda-a362-8ecfe57b33c5" + "x-ms-arm-service-request-id": "e5110bba-1d57-429f-9e99-f425ab141458", + "x-ms-client-request-id": "c2a47c5dfd21376e88e793ad538edc13", + "x-ms-correlation-request-id": "6782db0a-fd9a-4592-8d44-3a597f21e507", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "0b8850fc-a136-45a2-9a5d-1c1c2f25a2b2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T024200Z:6782db0a-fd9a-4592-8d44-3a597f21e507" }, "ResponseBody": { - "name": "azsmnet8336", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9058/providers/Microsoft.Network/virtualNetworks/azsmnet8336", - "etag": "W/\u00227882239a-99e1-480a-acb0-596c6d35a5a2\u0022", + "name": "azsmnet3562", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7263/providers/Microsoft.Network/virtualNetworks/azsmnet3562", + "etag": "W/\u002222afb43e-afef-45fc-b57f-21d20d9da720\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus", "properties": { "provisioningState": "Succeeded", - "resourceGuid": "8b3b06d9-dc46-41d9-b4e4-354056c6d8ca", + "resourceGuid": "9ca832e7-adb9-454c-a511-9215af3dcb73", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -797,13 +870,13 @@ "subnets": [ { "name": "GatewaySubnet", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9058/providers/Microsoft.Network/virtualNetworks/azsmnet8336/subnets/GatewaySubnet", - "etag": "W/\u00227882239a-99e1-480a-acb0-596c6d35a5a2\u0022", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7263/providers/Microsoft.Network/virtualNetworks/azsmnet3562/subnets/GatewaySubnet", + "etag": "W/\u002222afb43e-afef-45fc-b57f-21d20d9da720\u0022", "properties": { "provisioningState": "Succeeded", "addressPrefix": "10.0.0.0/24", "delegations": [], - "privateEndpointNetworkPolicies": "Enabled", + "privateEndpointNetworkPolicies": "Disabled", "privateLinkServiceNetworkPolicies": "Enabled" }, "type": "Microsoft.Network/virtualNetworks/subnets" @@ -815,24 +888,24 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9058/providers/Microsoft.Network/virtualNetworks/azsmnet8336?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7263/providers/Microsoft.Network/virtualNetworks/azsmnet3562?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-69813466b4f8d24aa8ba4792cd39a24a-62558db280232c4e-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220530.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "f965f94ec5530a42f08148356a2788ec", + "traceparent": "00-1c04a1fb60c6479790d60eb52a9d5119-72148e5b25e894c2-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230422.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "7329966a492f5466c09c848f8a53d6b9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1337", + "Content-Length": "1338", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 08:19:34 GMT", - "ETag": "W/\u00227882239a-99e1-480a-acb0-596c6d35a5a2\u0022", + "Date": "Sat, 22 Apr 2023 02:41:59 GMT", + "ETag": "W/\u002222afb43e-afef-45fc-b57f-21d20d9da720\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -841,22 +914,22 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0baa9032-b1ba-4bc1-8f54-5eb34ea58964", - "x-ms-client-request-id": "f965f94ec5530a42f08148356a2788ec", - "x-ms-correlation-request-id": "45e2ec6a-7fd8-4099-81d0-fbfba60911b0", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "17dff11f-3adb-4838-8ac8-ad10b5c6f6bf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T081935Z:45e2ec6a-7fd8-4099-81d0-fbfba60911b0" + "x-ms-arm-service-request-id": "83c12f51-bd52-4517-ba2c-b6b12474cd05", + "x-ms-client-request-id": "7329966a492f5466c09c848f8a53d6b9", + "x-ms-correlation-request-id": "f9920288-a442-4ab5-8522-15acade9afe2", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "88b39cf7-7a2c-44f4-8e1b-b4a0b6dd83ab", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T024200Z:f9920288-a442-4ab5-8522-15acade9afe2" }, "ResponseBody": { - "name": "azsmnet8336", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9058/providers/Microsoft.Network/virtualNetworks/azsmnet8336", - "etag": "W/\u00227882239a-99e1-480a-acb0-596c6d35a5a2\u0022", + "name": "azsmnet3562", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7263/providers/Microsoft.Network/virtualNetworks/azsmnet3562", + "etag": "W/\u002222afb43e-afef-45fc-b57f-21d20d9da720\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus", "properties": { "provisioningState": "Succeeded", - "resourceGuid": "8b3b06d9-dc46-41d9-b4e4-354056c6d8ca", + "resourceGuid": "9ca832e7-adb9-454c-a511-9215af3dcb73", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -871,13 +944,13 @@ "subnets": [ { "name": "GatewaySubnet", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9058/providers/Microsoft.Network/virtualNetworks/azsmnet8336/subnets/GatewaySubnet", - "etag": "W/\u00227882239a-99e1-480a-acb0-596c6d35a5a2\u0022", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7263/providers/Microsoft.Network/virtualNetworks/azsmnet3562/subnets/GatewaySubnet", + "etag": "W/\u002222afb43e-afef-45fc-b57f-21d20d9da720\u0022", "properties": { "provisioningState": "Succeeded", "addressPrefix": "10.0.0.0/24", "delegations": [], - "privateEndpointNetworkPolicies": "Enabled", + "privateEndpointNetworkPolicies": "Disabled", "privateLinkServiceNetworkPolicies": "Enabled" }, "type": "Microsoft.Network/virtualNetworks/subnets" @@ -889,24 +962,24 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9058/providers/Microsoft.Network/virtualNetworks/azsmnet8336?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7263/providers/Microsoft.Network/virtualNetworks/azsmnet3562?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-99f5307a35515c4d8907b6664c5de573-f41f08ebb4d39140-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220530.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "e6d1ece0f40e2b017742f8bc2259ec9a", + "traceparent": "00-b37455ceccf5656551b904653be4ff30-74f84844eea088b4-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230422.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b8366d23aeade4c5c23722eeb7d9fdf9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1337", + "Content-Length": "1338", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 08:19:35 GMT", - "ETag": "W/\u00227882239a-99e1-480a-acb0-596c6d35a5a2\u0022", + "Date": "Sat, 22 Apr 2023 02:42:00 GMT", + "ETag": "W/\u002222afb43e-afef-45fc-b57f-21d20d9da720\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -915,22 +988,22 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7cf61831-a8c3-436e-8feb-68295494a1bc", - "x-ms-client-request-id": "e6d1ece0f40e2b017742f8bc2259ec9a", - "x-ms-correlation-request-id": "cb045acd-d4ba-4cdd-b04e-4cb6a9e99409", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "b7c163db-a954-4f7f-a070-787dd3565fb4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T081935Z:cb045acd-d4ba-4cdd-b04e-4cb6a9e99409" + "x-ms-arm-service-request-id": "8ca42ff6-7b66-441a-ae5a-73601dca4e62", + "x-ms-client-request-id": "b8366d23aeade4c5c23722eeb7d9fdf9", + "x-ms-correlation-request-id": "a3cea844-883d-4d89-8656-d200bc000ae1", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "3f15a44f-a20f-4ea4-8f00-35207948897b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T024201Z:a3cea844-883d-4d89-8656-d200bc000ae1" }, "ResponseBody": { - "name": "azsmnet8336", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9058/providers/Microsoft.Network/virtualNetworks/azsmnet8336", - "etag": "W/\u00227882239a-99e1-480a-acb0-596c6d35a5a2\u0022", + "name": "azsmnet3562", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7263/providers/Microsoft.Network/virtualNetworks/azsmnet3562", + "etag": "W/\u002222afb43e-afef-45fc-b57f-21d20d9da720\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus", "properties": { "provisioningState": "Succeeded", - "resourceGuid": "8b3b06d9-dc46-41d9-b4e4-354056c6d8ca", + "resourceGuid": "9ca832e7-adb9-454c-a511-9215af3dcb73", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -945,13 +1018,13 @@ "subnets": [ { "name": "GatewaySubnet", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9058/providers/Microsoft.Network/virtualNetworks/azsmnet8336/subnets/GatewaySubnet", - "etag": "W/\u00227882239a-99e1-480a-acb0-596c6d35a5a2\u0022", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7263/providers/Microsoft.Network/virtualNetworks/azsmnet3562/subnets/GatewaySubnet", + "etag": "W/\u002222afb43e-afef-45fc-b57f-21d20d9da720\u0022", "properties": { "provisioningState": "Succeeded", "addressPrefix": "10.0.0.0/24", "delegations": [], - "privateEndpointNetworkPolicies": "Enabled", + "privateEndpointNetworkPolicies": "Disabled", "privateLinkServiceNetworkPolicies": "Enabled" }, "type": "Microsoft.Network/virtualNetworks/subnets" @@ -963,24 +1036,24 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9058/providers/Microsoft.Network/virtualNetworks/azsmnet8336/subnets/GatewaySubnet?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7263/providers/Microsoft.Network/virtualNetworks/azsmnet3562/subnets/GatewaySubnet?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-ef0c8b2e96762348bc3e18091cfc8f29-5b038eb1862e4841-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220530.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "cf7d56eecd65a262840c2e33933098d3", + "traceparent": "00-27f01822742fe19cbe4372f687243bed-1610ac0a4a84df11-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230422.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "fc4b7c60c69914cb1550028478deac34", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "538", + "Content-Length": "539", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 08:19:35 GMT", - "ETag": "W/\u00227882239a-99e1-480a-acb0-596c6d35a5a2\u0022", + "Date": "Sat, 22 Apr 2023 02:42:00 GMT", + "ETag": "W/\u002222afb43e-afef-45fc-b57f-21d20d9da720\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -989,38 +1062,38 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4e6b262f-f039-4d1e-948f-420c0e06c8ad", - "x-ms-client-request-id": "cf7d56eecd65a262840c2e33933098d3", - "x-ms-correlation-request-id": "a49297ac-810a-41ef-8c9c-d64496c57b40", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "9cb958bf-f41f-44f4-8b43-4ca252cbf4ef", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T081936Z:a49297ac-810a-41ef-8c9c-d64496c57b40" + "x-ms-arm-service-request-id": "4d3a5f00-ba99-46c7-8cb6-56811280e45d", + "x-ms-client-request-id": "fc4b7c60c69914cb1550028478deac34", + "x-ms-correlation-request-id": "4f798c0d-436d-4404-a214-d8ee2cd95666", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "6feb4754-5c13-4b79-8cbe-29a6f6b3de22", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T024201Z:4f798c0d-436d-4404-a214-d8ee2cd95666" }, "ResponseBody": { "name": "GatewaySubnet", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9058/providers/Microsoft.Network/virtualNetworks/azsmnet8336/subnets/GatewaySubnet", - "etag": "W/\u00227882239a-99e1-480a-acb0-596c6d35a5a2\u0022", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7263/providers/Microsoft.Network/virtualNetworks/azsmnet3562/subnets/GatewaySubnet", + "etag": "W/\u002222afb43e-afef-45fc-b57f-21d20d9da720\u0022", "properties": { "provisioningState": "Succeeded", "addressPrefix": "10.0.0.0/24", "delegations": [], - "privateEndpointNetworkPolicies": "Enabled", + "privateEndpointNetworkPolicies": "Disabled", "privateLinkServiceNetworkPolicies": "Enabled" }, "type": "Microsoft.Network/virtualNetworks/subnets" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9058/providers/Microsoft.Network/virtualNetworkGateways/azsmnet9719?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7263/providers/Microsoft.Network/virtualNetworkGateways/azsmnet9946?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "638", "Content-Type": "application/json", - "traceparent": "00-51f77be7dbd9e94d92ded0d3aca01e39-c6b39de524bec045-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220530.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "f43a10a15a5e3af88111cd85e89794ad", + "traceparent": "00-6bff22432392f92036172e998f64b706-42ec9261db4b0b39-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230422.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "2357e589bc6545d1b0f827779de69f8b", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -1031,14 +1104,14 @@ "properties": { "ipConfigurations": [ { - "name": "azsmnet5036", + "name": "azsmnet3784", "properties": { "privateIPAllocationMethod": "Dynamic", "subnet": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9058/providers/Microsoft.Network/virtualNetworks/azsmnet8336/subnets/GatewaySubnet" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7263/providers/Microsoft.Network/virtualNetworks/azsmnet3562/subnets/GatewaySubnet" }, "publicIPAddress": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9058/providers/Microsoft.Network/publicIPAddresses/azsmnet3200" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7263/providers/Microsoft.Network/publicIPAddresses/azsmnet5556" } } } @@ -1058,12 +1131,12 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ce4048c4-725e-4cbd-8989-2c1acc20498b?api-version=2021-02-01", + "azure-asyncnotification": "Enabled", + "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/64829c51-dcf4-44ca-86d5-0f1121ff8b0b?api-version=2022-09-01", "Cache-Control": "no-cache", - "Content-Length": "2606", + "Content-Length": "2807", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 08:19:38 GMT", + "Date": "Sat, 22 Apr 2023 02:42:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", @@ -1073,17 +1146,17 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1fd1c3b4-315d-4a6f-9870-0700639cd054", - "x-ms-client-request-id": "f43a10a15a5e3af88111cd85e89794ad", - "x-ms-correlation-request-id": "d56e8d8e-051d-4ec7-81ac-1498e0686eb2", + "x-ms-arm-service-request-id": "f331fbe0-2a5b-4526-a090-921853f4b02a", + "x-ms-client-request-id": "2357e589bc6545d1b0f827779de69f8b", + "x-ms-correlation-request-id": "b230aa18-0832-4b85-b91b-48147a6b6a33", "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-request-id": "ce4048c4-725e-4cbd-8989-2c1acc20498b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T081939Z:d56e8d8e-051d-4ec7-81ac-1498e0686eb2" + "x-ms-request-id": "64829c51-dcf4-44ca-86d5-0f1121ff8b0b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T024205Z:b230aa18-0832-4b85-b91b-48147a6b6a33" }, "ResponseBody": { - "name": "azsmnet9719", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9058/providers/Microsoft.Network/virtualNetworkGateways/azsmnet9719", - "etag": "W/\u00220579f109-b7f0-4ece-9820-4ebc42147908\u0022", + "name": "azsmnet9946", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7263/providers/Microsoft.Network/virtualNetworkGateways/azsmnet9946", + "etag": "W/\u0022ddc374e2-d048-4efd-a060-4975d996a013\u0022", "type": "Microsoft.Network/virtualNetworkGateways", "location": "westus", "tags": { @@ -1091,28 +1164,30 @@ }, "properties": { "provisioningState": "Updating", - "resourceGuid": "0bae8ba0-9a2a-4fbf-9ba1-411bd8dae56e", + "resourceGuid": "a7fd61a1-7902-4adc-816e-d71163b512d5", "packetCaptureDiagnosticState": "None", "enablePrivateIpAddress": false, + "isMigrateToCSES": false, "ipConfigurations": [ { - "name": "azsmnet5036", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9058/providers/Microsoft.Network/virtualNetworkGateways/azsmnet9719/ipConfigurations/azsmnet5036", - "etag": "W/\u00220579f109-b7f0-4ece-9820-4ebc42147908\u0022", + "name": "azsmnet3784", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7263/providers/Microsoft.Network/virtualNetworkGateways/azsmnet9946/ipConfigurations/azsmnet3784", + "etag": "W/\u0022ddc374e2-d048-4efd-a060-4975d996a013\u0022", "type": "Microsoft.Network/virtualNetworkGateways/ipConfigurations", "properties": { "provisioningState": "Updating", "privateIPAllocationMethod": "Dynamic", "publicIPAddress": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9058/providers/Microsoft.Network/publicIPAddresses/azsmnet3200" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7263/providers/Microsoft.Network/publicIPAddresses/azsmnet5556" }, "subnet": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9058/providers/Microsoft.Network/virtualNetworks/azsmnet8336/subnets/GatewaySubnet" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7263/providers/Microsoft.Network/virtualNetworks/azsmnet3562/subnets/GatewaySubnet" } } } ], "natRules": [], + "virtualNetworkGatewayPolicyGroups": [], "enableBgpRouteTranslationForNat": false, "disableIPSecReplayProtection": false, "sku": { @@ -1132,6 +1207,7 @@ "vpnAuthenticationTypes": [], "vpnClientRootCertificates": [], "vpnClientRevokedCertificates": [], + "vngClientConnectionConfigurations": [], "radiusServers": [], "vpnClientIpsecPolicies": [] }, @@ -1140,24 +1216,26 @@ "peerWeight": 5, "bgpPeeringAddresses": [ { - "ipconfigurationId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9058/providers/Microsoft.Network/virtualNetworkGateways/azsmnet9719/ipConfigurations/azsmnet5036", + "ipconfigurationId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7263/providers/Microsoft.Network/virtualNetworkGateways/azsmnet9946/ipConfigurations/azsmnet3784", "defaultBgpIpAddresses": [], "customBgpIpAddresses": [] } ] }, - "vpnGatewayGeneration": "Generation1" + "vpnGatewayGeneration": "Generation1", + "allowRemoteVnetTraffic": false, + "allowVirtualWanTraffic": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ce4048c4-725e-4cbd-8989-2c1acc20498b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/64829c51-dcf4-44ca-86d5-0f1121ff8b0b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-51f77be7dbd9e94d92ded0d3aca01e39-8a7de2ac7a86a940-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "dcb78a48f95f23f8d72b4c50d5ff2396", + "traceparent": "00-6bff22432392f92036172e998f64b706-3c38ef93010c3c68-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "184fdddd3ca18f172b5316d2ed9db21b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1166,7 +1244,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 08:19:39 GMT", + "Date": "Sat, 22 Apr 2023 02:42:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", @@ -1176,25 +1254,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "30d2251a-8c56-4997-a5b3-d0cddfe4f9c3", - "x-ms-client-request-id": "dcb78a48f95f23f8d72b4c50d5ff2396", - "x-ms-correlation-request-id": "dfa69aac-ae28-42bf-9a56-9d9c8ea9c3a8", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "b874511d-374a-4b0e-99b9-91a7e5e941eb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T081939Z:dfa69aac-ae28-42bf-9a56-9d9c8ea9c3a8" + "x-ms-arm-service-request-id": "308914b1-4849-4b32-94c4-d72e66c66f37", + "x-ms-client-request-id": "184fdddd3ca18f172b5316d2ed9db21b", + "x-ms-correlation-request-id": "60b4ae75-4a43-40e2-ac13-2826ff779850", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "65e26748-6bfa-4b14-9f3f-1fd5f986ce39", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T024206Z:60b4ae75-4a43-40e2-ac13-2826ff779850" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ce4048c4-725e-4cbd-8989-2c1acc20498b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/64829c51-dcf4-44ca-86d5-0f1121ff8b0b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-51f77be7dbd9e94d92ded0d3aca01e39-fa6e9b1a8bd72247-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "84e8e59ebb2a8e10860b935b9429a23a", + "traceparent": "00-6bff22432392f92036172e998f64b706-347c6340f8e74b8e-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "9eafece5362d2cba423581071090d9cb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1203,7 +1281,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 08:19:49 GMT", + "Date": "Sat, 22 Apr 2023 02:42:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "20", @@ -1213,25 +1291,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d0266c7a-409b-4cfe-974c-1c200b8567d4", - "x-ms-client-request-id": "84e8e59ebb2a8e10860b935b9429a23a", - "x-ms-correlation-request-id": "d220e3f6-244e-49c0-9167-3e51b70c0b7a", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "105a6ad7-834f-498f-a14f-07f9fefabb11", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T081950Z:d220e3f6-244e-49c0-9167-3e51b70c0b7a" + "x-ms-arm-service-request-id": "2f16e82c-8a6c-4c98-b872-700cb65cd469", + "x-ms-client-request-id": "9eafece5362d2cba423581071090d9cb", + "x-ms-correlation-request-id": "9802dde6-bd98-4c54-bf60-78e48bfc7d79", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "4dac2da1-37e2-4fb0-b7d3-669c7297ea51", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T024216Z:9802dde6-bd98-4c54-bf60-78e48bfc7d79" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ce4048c4-725e-4cbd-8989-2c1acc20498b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/64829c51-dcf4-44ca-86d5-0f1121ff8b0b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-51f77be7dbd9e94d92ded0d3aca01e39-fc69dbb7334c2145-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "5e3ca867b7df4d4e1b85e05bc6385962", + "traceparent": "00-6bff22432392f92036172e998f64b706-9ca4dd933d4923f1-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "bf9a396e8697f2eaf678aecc47d03504", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1240,7 +1318,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 08:20:09 GMT", + "Date": "Sat, 22 Apr 2023 02:42:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "20", @@ -1250,25 +1328,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ac69473e-f644-417d-9ce8-5ec1f8d5cfa3", - "x-ms-client-request-id": "5e3ca867b7df4d4e1b85e05bc6385962", - "x-ms-correlation-request-id": "e4b2997f-ad7b-4933-a0e8-fd3e9a37833b", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "f62aa6ba-e398-4127-b222-b01cdea697ea", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T082010Z:e4b2997f-ad7b-4933-a0e8-fd3e9a37833b" + "x-ms-arm-service-request-id": "cd315985-d65a-4981-a5ee-5b493fd1723b", + "x-ms-client-request-id": "bf9a396e8697f2eaf678aecc47d03504", + "x-ms-correlation-request-id": "57a9ab15-a8aa-4ff8-9676-4356459ffdac", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "14d0462f-f47e-4a6b-94ba-8d72eee68cc2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T024236Z:57a9ab15-a8aa-4ff8-9676-4356459ffdac" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ce4048c4-725e-4cbd-8989-2c1acc20498b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/64829c51-dcf4-44ca-86d5-0f1121ff8b0b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-51f77be7dbd9e94d92ded0d3aca01e39-425ddb1073d4ca41-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "b22f2fdf245e8dfa7a295654669c8eae", + "traceparent": "00-6bff22432392f92036172e998f64b706-102ff2a762a3aef7-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "7f5b8faaeb35a7c02223d56bbb0f7e9a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1277,7 +1355,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 08:20:29 GMT", + "Date": "Sat, 22 Apr 2023 02:42:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "40", @@ -1287,25 +1365,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2f2f80f5-f6b0-4a0f-a3f9-529354f5178a", - "x-ms-client-request-id": "b22f2fdf245e8dfa7a295654669c8eae", - "x-ms-correlation-request-id": "76f27505-7ada-4106-bf39-9ea903d1d08b", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "9f0ccbe2-fb5d-4e71-b444-3452769de021", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T082030Z:76f27505-7ada-4106-bf39-9ea903d1d08b" + "x-ms-arm-service-request-id": "7ab5abaa-2e89-46f9-bbd7-f4bb33e44243", + "x-ms-client-request-id": "7f5b8faaeb35a7c02223d56bbb0f7e9a", + "x-ms-correlation-request-id": "9f2fc458-3613-4515-b457-4c3bb5e39447", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "25abe096-67a0-45da-ab64-a2c61de18cf4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T024256Z:9f2fc458-3613-4515-b457-4c3bb5e39447" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ce4048c4-725e-4cbd-8989-2c1acc20498b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/64829c51-dcf4-44ca-86d5-0f1121ff8b0b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-51f77be7dbd9e94d92ded0d3aca01e39-d90b800e7c4e104c-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "2ce91289c5c2e6b6979b69a4dbb5c84d", + "traceparent": "00-6bff22432392f92036172e998f64b706-eef08b5e10013abb-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b3634a79f3035e8402bda8b487eee472", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1314,7 +1392,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 08:21:10 GMT", + "Date": "Sat, 22 Apr 2023 02:43:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "40", @@ -1324,25 +1402,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "02604e37-d9b8-42d1-bfa6-27f5b9575906", - "x-ms-client-request-id": "2ce91289c5c2e6b6979b69a4dbb5c84d", - "x-ms-correlation-request-id": "1184a598-a14e-46c9-998b-198dbc9e0312", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "00cffe16-3cff-4da5-96eb-e174d2f51d0a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T082111Z:1184a598-a14e-46c9-998b-198dbc9e0312" + "x-ms-arm-service-request-id": "c4a55211-4a02-4c9e-89a0-f9e0bc28df97", + "x-ms-client-request-id": "b3634a79f3035e8402bda8b487eee472", + "x-ms-correlation-request-id": "0832499f-bb44-4ea3-8d7f-6f77ebfacfa2", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "df264f21-a0c9-4ed5-8d46-960d16820f1e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T024337Z:0832499f-bb44-4ea3-8d7f-6f77ebfacfa2" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ce4048c4-725e-4cbd-8989-2c1acc20498b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/64829c51-dcf4-44ca-86d5-0f1121ff8b0b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-51f77be7dbd9e94d92ded0d3aca01e39-10a7113b1e16df47-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "657c30b1eff942dbaeafe4b661fae77f", + "traceparent": "00-6bff22432392f92036172e998f64b706-27fdbf205a654030-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "805c7d005a34839679f39c73b17e36e6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1351,7 +1429,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 08:21:52 GMT", + "Date": "Sat, 22 Apr 2023 02:44:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "80", @@ -1361,25 +1439,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "af112ef9-d202-4e54-82cc-3ea414126aa7", - "x-ms-client-request-id": "657c30b1eff942dbaeafe4b661fae77f", - "x-ms-correlation-request-id": "7501d9ac-ec04-4732-9054-751a8f791603", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "93154b3c-36c0-45ee-8953-2186956537b5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T082152Z:7501d9ac-ec04-4732-9054-751a8f791603" + "x-ms-arm-service-request-id": "3fbd118b-62ea-4654-9086-7460fa1a936c", + "x-ms-client-request-id": "805c7d005a34839679f39c73b17e36e6", + "x-ms-correlation-request-id": "6889c4ac-b5b8-4d2e-a83c-314a83aeab4c", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "be401402-8dd1-4ce0-a2e3-21774c4f0e6f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T024417Z:6889c4ac-b5b8-4d2e-a83c-314a83aeab4c" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ce4048c4-725e-4cbd-8989-2c1acc20498b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/64829c51-dcf4-44ca-86d5-0f1121ff8b0b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-51f77be7dbd9e94d92ded0d3aca01e39-91a78606c732694d-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "b4d232f62d4f1aa078481bc3bb55b2c5", + "traceparent": "00-6bff22432392f92036172e998f64b706-cebe29ed95dec276-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "fc5214f9826cb7000bfd7c78420b1f34", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1388,7 +1466,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 08:23:13 GMT", + "Date": "Sat, 22 Apr 2023 02:45:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "160", @@ -1398,26 +1476,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "79bf478a-b3b9-481b-a363-0e63a4aafd0c", - "x-ms-client-request-id": "b4d232f62d4f1aa078481bc3bb55b2c5", - "x-ms-correlation-request-id": "e02d6da5-4852-4a60-aeef-648f1fb479eb", + "x-ms-arm-service-request-id": "ae2981f2-6eeb-4cac-a9cb-29c87011e005", + "x-ms-client-request-id": "fc5214f9826cb7000bfd7c78420b1f34", + "x-ms-correlation-request-id": "b83bdde0-f77a-4f3e-9de7-a04313b606e3", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "dcc1d2d9-35cf-4d57-a57c-50ad31d63929", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T082313Z:e02d6da5-4852-4a60-aeef-648f1fb479eb" + "x-ms-request-id": "235ffe46-d1f5-4dd4-9494-9cbb87e793e9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T024538Z:b83bdde0-f77a-4f3e-9de7-a04313b606e3" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ce4048c4-725e-4cbd-8989-2c1acc20498b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/64829c51-dcf4-44ca-86d5-0f1121ff8b0b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "Connection": "keep-alive", - "traceparent": "00-51f77be7dbd9e94d92ded0d3aca01e39-95e469364700a24c-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "36a20860291f99b436a67d12e100859d", + "traceparent": "00-6bff22432392f92036172e998f64b706-b5d81b8e785e856d-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "3d6b633efeb31f66b4e039105610ad83", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1426,7 +1503,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 08:25:54 GMT", + "Date": "Sat, 22 Apr 2023 02:48:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -1436,26 +1513,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ac904a4f-8a9b-4729-89d0-0062387e3a65", - "x-ms-client-request-id": "36a20860291f99b436a67d12e100859d", - "x-ms-correlation-request-id": "bdd60d81-1dc8-4960-9c68-292093438d68", + "x-ms-arm-service-request-id": "85533753-5d73-43f7-803f-91b3b4950db9", + "x-ms-client-request-id": "3d6b633efeb31f66b4e039105610ad83", + "x-ms-correlation-request-id": "70b07a7a-82df-4708-a294-9c1e64422adf", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "aad1cf20-857b-42fb-80a6-5067470c23a5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T082554Z:bdd60d81-1dc8-4960-9c68-292093438d68" + "x-ms-request-id": "dd9b468e-37ba-4d6f-8da3-b6ddf0eb6a51", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T024819Z:70b07a7a-82df-4708-a294-9c1e64422adf" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ce4048c4-725e-4cbd-8989-2c1acc20498b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/64829c51-dcf4-44ca-86d5-0f1121ff8b0b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "Connection": "keep-alive", - "traceparent": "00-51f77be7dbd9e94d92ded0d3aca01e39-3832087cac8cea49-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "a8ade9b314e284fe8f62ecb1d4178758", + "traceparent": "00-6bff22432392f92036172e998f64b706-fb0167eecf9cf1de-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "73bbc286e89c7d057ca57537dd1e406e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1464,7 +1540,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 08:27:34 GMT", + "Date": "Sat, 22 Apr 2023 02:49:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -1474,25 +1550,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "19787aec-56c9-44c4-bdff-5383ac79591c", - "x-ms-client-request-id": "a8ade9b314e284fe8f62ecb1d4178758", - "x-ms-correlation-request-id": "dda68593-8eea-43f1-ab95-1a82824a64f7", + "x-ms-arm-service-request-id": "2c0c913e-591d-411b-9358-b17f3814a00c", + "x-ms-client-request-id": "73bbc286e89c7d057ca57537dd1e406e", + "x-ms-correlation-request-id": "d4542d61-aafb-4b1f-9d0d-b84a03665d3e", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "f4a85b44-552f-494d-84ba-b11a06b4fd90", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T082735Z:dda68593-8eea-43f1-ab95-1a82824a64f7" + "x-ms-request-id": "e23d65d3-bf7f-4231-8b42-7bdef3fa2481", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T025000Z:d4542d61-aafb-4b1f-9d0d-b84a03665d3e" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ce4048c4-725e-4cbd-8989-2c1acc20498b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/64829c51-dcf4-44ca-86d5-0f1121ff8b0b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-51f77be7dbd9e94d92ded0d3aca01e39-200f08cf8dbb9c4d-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "59551ffdb157cc5f7e397da9af8e3978", + "traceparent": "00-6bff22432392f92036172e998f64b706-2e80f7b29ec33368-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "4d3568d3f812fb33ad32488b48ef61fa", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1501,7 +1577,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 08:29:15 GMT", + "Date": "Sat, 22 Apr 2023 02:51:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -1511,25 +1587,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d2381c7c-8127-48ab-babb-373ea00ee7bc", - "x-ms-client-request-id": "59551ffdb157cc5f7e397da9af8e3978", - "x-ms-correlation-request-id": "bc4b408e-56c5-4c9f-9e9d-7f4407ab99fb", + "x-ms-arm-service-request-id": "c07d9cec-a51c-4dec-a86a-bb902dbe6a90", + "x-ms-client-request-id": "4d3568d3f812fb33ad32488b48ef61fa", + "x-ms-correlation-request-id": "1e01a15e-8810-4993-85a3-94503e7ba7b1", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "732a5f40-cfa3-492e-95c6-2d79a24d2d3a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T082916Z:bc4b408e-56c5-4c9f-9e9d-7f4407ab99fb" + "x-ms-request-id": "3161c5e4-caa6-40fd-9dd1-612f31c9457b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T025141Z:1e01a15e-8810-4993-85a3-94503e7ba7b1" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ce4048c4-725e-4cbd-8989-2c1acc20498b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/64829c51-dcf4-44ca-86d5-0f1121ff8b0b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-51f77be7dbd9e94d92ded0d3aca01e39-87b7989587a55b42-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "d10f7dc309a84ce2091da6bd3d03c41f", + "traceparent": "00-6bff22432392f92036172e998f64b706-83bc3e9712dcdcf1-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "80f1f850ab4f56985deec10e882f4196", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1538,7 +1614,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 08:30:55 GMT", + "Date": "Sat, 22 Apr 2023 02:53:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -1548,25 +1624,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "07794baf-1396-41c9-bd8d-b0a77845e74e", - "x-ms-client-request-id": "d10f7dc309a84ce2091da6bd3d03c41f", - "x-ms-correlation-request-id": "618ea0f3-6759-4e90-b702-2aeeebe8e5b9", + "x-ms-arm-service-request-id": "17d035ad-c620-4e38-998c-adf04cab3130", + "x-ms-client-request-id": "80f1f850ab4f56985deec10e882f4196", + "x-ms-correlation-request-id": "c507d614-e2cf-4edb-89c1-0ccb3bc756d8", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "0f2dd2a5-d6e1-45b9-8345-aa1abb7bbfba", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T083056Z:618ea0f3-6759-4e90-b702-2aeeebe8e5b9" + "x-ms-request-id": "866865b3-e01b-4758-929f-a9ef1c9e4e89", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T025322Z:c507d614-e2cf-4edb-89c1-0ccb3bc756d8" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ce4048c4-725e-4cbd-8989-2c1acc20498b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/64829c51-dcf4-44ca-86d5-0f1121ff8b0b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-51f77be7dbd9e94d92ded0d3aca01e39-c0ef2e1f720d4741-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "c215251f2baa02458ae02aa99655d501", + "traceparent": "00-6bff22432392f92036172e998f64b706-7d6e40ab4aaff372-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ee3ccba05fdb8d718ec0c6699f79358d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1575,7 +1651,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 08:32:37 GMT", + "Date": "Sat, 22 Apr 2023 02:55:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -1585,25 +1661,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7d04b240-0fc3-4816-8618-d6efb60e24ce", - "x-ms-client-request-id": "c215251f2baa02458ae02aa99655d501", - "x-ms-correlation-request-id": "e2e28085-4069-42f1-8580-26db9f69ba68", + "x-ms-arm-service-request-id": "6c78b451-f942-4d3c-bbf4-9b14e05875f9", + "x-ms-client-request-id": "ee3ccba05fdb8d718ec0c6699f79358d", + "x-ms-correlation-request-id": "db892219-b31e-4454-977e-e7cb3e2b75c1", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "95354eab-c664-40c7-a172-0e9909e5bc89", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T083237Z:e2e28085-4069-42f1-8580-26db9f69ba68" + "x-ms-request-id": "0c235887-1bcd-4282-b14a-3b27a11f7e18", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T025503Z:db892219-b31e-4454-977e-e7cb3e2b75c1" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ce4048c4-725e-4cbd-8989-2c1acc20498b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/64829c51-dcf4-44ca-86d5-0f1121ff8b0b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-51f77be7dbd9e94d92ded0d3aca01e39-7121f40bcd198d46-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "57ed7429b507f3b03c084f3a0aa18f7b", + "traceparent": "00-6bff22432392f92036172e998f64b706-fa37140ad742dcad-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e4e67b44bf2c281ecfdfef243724727d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1612,7 +1688,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 08:34:18 GMT", + "Date": "Sat, 22 Apr 2023 02:56:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -1622,25 +1698,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "af1a0f99-c03d-48f8-879e-d6a1ed859764", - "x-ms-client-request-id": "57ed7429b507f3b03c084f3a0aa18f7b", - "x-ms-correlation-request-id": "6aa69e90-0afe-4acd-b212-5c705a3880da", + "x-ms-arm-service-request-id": "df4a6884-5a90-44f6-aeb4-e97932f1583b", + "x-ms-client-request-id": "e4e67b44bf2c281ecfdfef243724727d", + "x-ms-correlation-request-id": "0d572f73-59f6-420a-a1dc-ef114fe312d6", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "58e0df2d-3e7c-41ac-95b2-944757d69a00", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T083419Z:6aa69e90-0afe-4acd-b212-5c705a3880da" + "x-ms-request-id": "b61590d5-9ad2-4460-bb86-554291702397", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T025644Z:0d572f73-59f6-420a-a1dc-ef114fe312d6" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ce4048c4-725e-4cbd-8989-2c1acc20498b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/64829c51-dcf4-44ca-86d5-0f1121ff8b0b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-51f77be7dbd9e94d92ded0d3aca01e39-65ef02beb2b18447-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "8a8a5e75777997cd380c47c7df39b5b4", + "traceparent": "00-6bff22432392f92036172e998f64b706-1ee9f467eabaa3b1-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "7debb2f172b2f01e8764f18fe52fb7e4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1649,7 +1725,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 08:36:00 GMT", + "Date": "Sat, 22 Apr 2023 02:58:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -1659,26 +1735,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2f3bdb93-42cf-4775-b941-ccc1055e0bd9", - "x-ms-client-request-id": "8a8a5e75777997cd380c47c7df39b5b4", - "x-ms-correlation-request-id": "183c4698-d49a-40b7-abce-07f0869e55dd", + "x-ms-arm-service-request-id": "cd4b6864-26ad-465b-9049-5f88c2064223", + "x-ms-client-request-id": "7debb2f172b2f01e8764f18fe52fb7e4", + "x-ms-correlation-request-id": "05cf639c-0499-4c83-9bca-2a638d70b054", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "09076dd9-8439-4a9f-b3f6-2c252fdd77f9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T083600Z:183c4698-d49a-40b7-abce-07f0869e55dd" + "x-ms-request-id": "ddfd5355-702f-4f56-abc4-b7b02da1f9b4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T025825Z:05cf639c-0499-4c83-9bca-2a638d70b054" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ce4048c4-725e-4cbd-8989-2c1acc20498b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/64829c51-dcf4-44ca-86d5-0f1121ff8b0b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "Connection": "keep-alive", - "traceparent": "00-51f77be7dbd9e94d92ded0d3aca01e39-921775cfe57aac44-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "c994a4486d156917742185a1dc0bf8e8", + "traceparent": "00-6bff22432392f92036172e998f64b706-fe8ce5859fa12947-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "0dca33b95c48e069ac141efc704d556a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1687,7 +1762,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 08:37:40 GMT", + "Date": "Sat, 22 Apr 2023 03:00:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -1697,25 +1772,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "38c92dac-3d46-45c2-a120-30bcfc9bc29b", - "x-ms-client-request-id": "c994a4486d156917742185a1dc0bf8e8", - "x-ms-correlation-request-id": "c4fb1b14-7329-440e-82fb-eae58ba2737b", + "x-ms-arm-service-request-id": "65f49073-ce2c-47ca-9611-000b56dc55c3", + "x-ms-client-request-id": "0dca33b95c48e069ac141efc704d556a", + "x-ms-correlation-request-id": "9d6088da-d590-40da-8e12-0b551f2da4cc", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "ab8c7db6-9876-4548-9812-4016956db27a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T083741Z:c4fb1b14-7329-440e-82fb-eae58ba2737b" + "x-ms-request-id": "b3d3af48-8d85-408c-bbfb-e36788d90f2d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T030006Z:9d6088da-d590-40da-8e12-0b551f2da4cc" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ce4048c4-725e-4cbd-8989-2c1acc20498b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/64829c51-dcf4-44ca-86d5-0f1121ff8b0b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-51f77be7dbd9e94d92ded0d3aca01e39-500aedc32204004f-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "3833ae514acbb288a6551efa6ee81403", + "traceparent": "00-6bff22432392f92036172e998f64b706-a6932ea569e76aa3-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ec78484db78dd1da5cf65dc7cd8e43a0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1724,7 +1799,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 08:39:22 GMT", + "Date": "Sat, 22 Apr 2023 03:01:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -1734,25 +1809,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3fa6473c-d25a-4e23-8022-e554298928dd", - "x-ms-client-request-id": "3833ae514acbb288a6551efa6ee81403", - "x-ms-correlation-request-id": "52b9c3a2-2c45-49e2-bca9-7393353efbf5", + "x-ms-arm-service-request-id": "ec5681a5-95e6-482e-a3e3-dfdfbe479322", + "x-ms-client-request-id": "ec78484db78dd1da5cf65dc7cd8e43a0", + "x-ms-correlation-request-id": "2e7d6702-fef8-413f-a2bf-c011044e39ce", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "16121347-58d5-414e-86cc-0d3e6c310445", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T083922Z:52b9c3a2-2c45-49e2-bca9-7393353efbf5" + "x-ms-request-id": "83587eff-0143-4b92-afe2-b45b44422909", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T030147Z:2e7d6702-fef8-413f-a2bf-c011044e39ce" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ce4048c4-725e-4cbd-8989-2c1acc20498b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/64829c51-dcf4-44ca-86d5-0f1121ff8b0b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-51f77be7dbd9e94d92ded0d3aca01e39-7faf68528697734d-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "65f19a52c50d086546201557f12cbb2d", + "traceparent": "00-6bff22432392f92036172e998f64b706-bae27969c9c18496-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "036b0b28655a9435480bd09e53228039", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1761,7 +1836,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 08:41:02 GMT", + "Date": "Sat, 22 Apr 2023 03:03:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -1771,25 +1846,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2ed5ae1d-dab7-436d-902e-32b45e3b8df4", - "x-ms-client-request-id": "65f19a52c50d086546201557f12cbb2d", - "x-ms-correlation-request-id": "4d70514b-4abf-47be-8180-f5b6dd7aafc6", + "x-ms-arm-service-request-id": "a133607e-6299-401b-8500-71b393bc9543", + "x-ms-client-request-id": "036b0b28655a9435480bd09e53228039", + "x-ms-correlation-request-id": "f9dc1463-7b9b-4715-8119-19697aa16705", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "e1ed3ed1-7a2e-4735-9bb6-9d26f1b773d3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T084102Z:4d70514b-4abf-47be-8180-f5b6dd7aafc6" + "x-ms-request-id": "76c5a5d4-27f2-4e85-9aa9-71f882d85cde", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T030327Z:f9dc1463-7b9b-4715-8119-19697aa16705" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ce4048c4-725e-4cbd-8989-2c1acc20498b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/64829c51-dcf4-44ca-86d5-0f1121ff8b0b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-51f77be7dbd9e94d92ded0d3aca01e39-495343580731e247-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "30765e147d05fde91ce223bf4e1cfa8c", + "traceparent": "00-6bff22432392f92036172e998f64b706-9822e7718f8f2f4f-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "9c41870fcab6015659f8b052fea1121e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1798,7 +1873,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 08:42:43 GMT", + "Date": "Sat, 22 Apr 2023 03:05:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -1808,26 +1883,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8b70a0dd-cd5a-495d-aa69-e278ce2ebb37", - "x-ms-client-request-id": "30765e147d05fde91ce223bf4e1cfa8c", - "x-ms-correlation-request-id": "bc09d029-b0b5-406c-8b68-f007cceb0ba2", + "x-ms-arm-service-request-id": "69bd5e50-71c8-45d4-9772-14a6f3a9bb1b", + "x-ms-client-request-id": "9c41870fcab6015659f8b052fea1121e", + "x-ms-correlation-request-id": "9fd5e701-e438-47ac-9694-b9bfee8d4765", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "52de51fb-ab23-4f0a-840e-0d9939e323a6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T084243Z:bc09d029-b0b5-406c-8b68-f007cceb0ba2" + "x-ms-request-id": "ee668f85-f57e-44b6-9c07-3816bc0420ed", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T030509Z:9fd5e701-e438-47ac-9694-b9bfee8d4765" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ce4048c4-725e-4cbd-8989-2c1acc20498b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/64829c51-dcf4-44ca-86d5-0f1121ff8b0b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "Connection": "keep-alive", - "traceparent": "00-51f77be7dbd9e94d92ded0d3aca01e39-c1165aebad6ad643-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "414e820c92198bda482bf2aa3530c07a", + "traceparent": "00-6bff22432392f92036172e998f64b706-bb7e8e07e3e07f30-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "64d47ed151e2e80f12e3a482e63b7d39", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1836,7 +1910,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 08:44:23 GMT", + "Date": "Sat, 22 Apr 2023 03:06:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -1846,64 +1920,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "15ad3d75-d5ef-4e15-9c5c-1175f06c20c7", - "x-ms-client-request-id": "414e820c92198bda482bf2aa3530c07a", - "x-ms-correlation-request-id": "0e876c76-e572-4bda-a0e2-9dd65c0b1cb8", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "b32aa5dd-4dc5-417e-b5d2-4615a117cc11", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T084424Z:0e876c76-e572-4bda-a0e2-9dd65c0b1cb8" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ce4048c4-725e-4cbd-8989-2c1acc20498b?api-version=2021-02-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "Connection": "keep-alive", - "traceparent": "00-51f77be7dbd9e94d92ded0d3aca01e39-23158057fadb3f4f-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "0fe5f199e371d5feb0f4492ba2a5b929", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 08:46:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e798a862-a21d-46fe-a2e4-edf512eba7b0", - "x-ms-client-request-id": "0fe5f199e371d5feb0f4492ba2a5b929", - "x-ms-correlation-request-id": "1861c6df-ae31-488a-bda7-5f4ccf5e4eb1", + "x-ms-arm-service-request-id": "70016554-eaaa-4de1-9e2f-b74e42460f58", + "x-ms-client-request-id": "64d47ed151e2e80f12e3a482e63b7d39", + "x-ms-correlation-request-id": "41c761d2-8733-43c8-a003-78af2395badd", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "8b035312-8039-4ee6-bc9f-20c83d21a772", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T084604Z:1861c6df-ae31-488a-bda7-5f4ccf5e4eb1" + "x-ms-request-id": "6ff6aa59-79a2-4723-b36f-b92d76287a20", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T030649Z:41c761d2-8733-43c8-a003-78af2395badd" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ce4048c4-725e-4cbd-8989-2c1acc20498b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/64829c51-dcf4-44ca-86d5-0f1121ff8b0b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "Connection": "keep-alive", - "traceparent": "00-51f77be7dbd9e94d92ded0d3aca01e39-de74ef8ead51c34b-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "6f4b88267add821383ebe7d98b3fc7eb", + "traceparent": "00-6bff22432392f92036172e998f64b706-a8088d0e3b7f2f8d-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "46b82376a64c5de9b469aa61b4e395a6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1912,7 +1947,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 08:47:44 GMT", + "Date": "Sat, 22 Apr 2023 03:08:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -1922,25 +1957,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c99ef07d-eb57-42ab-8fc6-84b4a06adc55", - "x-ms-client-request-id": "6f4b88267add821383ebe7d98b3fc7eb", - "x-ms-correlation-request-id": "c41a59be-fa04-461d-90ef-4b6726f9f55a", + "x-ms-arm-service-request-id": "3aa28919-b430-4f4b-b757-39ae44bfb612", + "x-ms-client-request-id": "46b82376a64c5de9b469aa61b4e395a6", + "x-ms-correlation-request-id": "54af17c6-ebb7-4aef-8db9-9f56df0238ea", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "6498c9af-a576-4c88-b7df-e4dd6bb21755", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T084745Z:c41a59be-fa04-461d-90ef-4b6726f9f55a" + "x-ms-request-id": "ef5136f2-5e2c-4b44-826a-f763d49af0a4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T030830Z:54af17c6-ebb7-4aef-8db9-9f56df0238ea" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ce4048c4-725e-4cbd-8989-2c1acc20498b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/64829c51-dcf4-44ca-86d5-0f1121ff8b0b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-51f77be7dbd9e94d92ded0d3aca01e39-5d3b51f9eb38ce45-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "5c26a821ea36291b8379902448afe8a3", + "traceparent": "00-6bff22432392f92036172e998f64b706-65cf8b8a2f3bf99a-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d5ccb2f91b4ebd57785989d325d41a1d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1949,7 +1984,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 08:49:25 GMT", + "Date": "Sat, 22 Apr 2023 03:10:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -1959,63 +1994,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "bf304a12-fe0b-4848-b222-be8080a57b3f", - "x-ms-client-request-id": "5c26a821ea36291b8379902448afe8a3", - "x-ms-correlation-request-id": "bfc61e37-e1d7-4610-9c82-f6e0f826604c", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "8cb17a4a-fcca-4d40-ad8e-83909f47940c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T084925Z:bfc61e37-e1d7-4610-9c82-f6e0f826604c" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ce4048c4-725e-4cbd-8989-2c1acc20498b?api-version=2021-02-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-51f77be7dbd9e94d92ded0d3aca01e39-4aa6249181abf641-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "ac84c87251e51f9ddd638b85fb244a71", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 08:51:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2b291972-5f07-4a8b-9cdb-21ef449dc732", - "x-ms-client-request-id": "ac84c87251e51f9ddd638b85fb244a71", - "x-ms-correlation-request-id": "f7db424e-d4c7-4581-b2b8-94e6f15f21b9", + "x-ms-arm-service-request-id": "7333463e-3da6-472f-a4b1-6310c4046d31", + "x-ms-client-request-id": "d5ccb2f91b4ebd57785989d325d41a1d", + "x-ms-correlation-request-id": "02d1bcdf-430b-4d08-8282-815a0ff62873", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "51446b5b-f810-4ff2-aa5e-095a65e1648f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T085107Z:f7db424e-d4c7-4581-b2b8-94e6f15f21b9" + "x-ms-request-id": "3f613ff7-3e93-4626-97bd-46c298f3cca6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T031011Z:02d1bcdf-430b-4d08-8282-815a0ff62873" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ce4048c4-725e-4cbd-8989-2c1acc20498b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/64829c51-dcf4-44ca-86d5-0f1121ff8b0b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "Connection": "keep-alive", - "traceparent": "00-51f77be7dbd9e94d92ded0d3aca01e39-11471122e3b3de41-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "fa0a5e2c5c7f3bf26d21eb64eaef3ad4", + "traceparent": "00-6bff22432392f92036172e998f64b706-059f320273ea5e00-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "dbdb767acce92bd19476b078a7ad332f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2024,7 +2021,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 08:52:47 GMT", + "Date": "Sat, 22 Apr 2023 03:11:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -2034,26 +2031,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "71fc5b39-d0ba-4381-8233-b2e35f962318", - "x-ms-client-request-id": "fa0a5e2c5c7f3bf26d21eb64eaef3ad4", - "x-ms-correlation-request-id": "3083c970-4caa-4f13-81ee-d298c41fcc88", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "5bb060c1-4279-44ae-abe6-51bd41a30a14", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T085247Z:3083c970-4caa-4f13-81ee-d298c41fcc88" + "x-ms-arm-service-request-id": "94f51b58-2a3d-4b71-9708-3e25e2648be6", + "x-ms-client-request-id": "dbdb767acce92bd19476b078a7ad332f", + "x-ms-correlation-request-id": "14022595-b34d-42fb-a4e1-3c2972ee43fb", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "6f7e27b2-9fbb-47fb-8181-5744b3a839a5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T031151Z:14022595-b34d-42fb-a4e1-3c2972ee43fb" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ce4048c4-725e-4cbd-8989-2c1acc20498b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/64829c51-dcf4-44ca-86d5-0f1121ff8b0b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "Connection": "keep-alive", - "traceparent": "00-51f77be7dbd9e94d92ded0d3aca01e39-3c50b7c570b2434c-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "c26744031bbbd0050b067fd35e952d5f", + "traceparent": "00-6bff22432392f92036172e998f64b706-49e519deaf4073a0-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "3489fd4da86f5bebccfbcdf21c1538e0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2062,7 +2058,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 08:54:28 GMT", + "Date": "Sat, 22 Apr 2023 03:13:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -2072,26 +2068,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "50e362af-979b-4388-8b72-ed602df1f758", - "x-ms-client-request-id": "c26744031bbbd0050b067fd35e952d5f", - "x-ms-correlation-request-id": "baf012a9-d41a-42ff-b0e3-bd1ad666de0e", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "f4294aa4-927e-4610-9181-0a36f98d3eed", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T085428Z:baf012a9-d41a-42ff-b0e3-bd1ad666de0e" + "x-ms-arm-service-request-id": "b6518d07-21e0-406f-9ff1-a8029ff5799b", + "x-ms-client-request-id": "3489fd4da86f5bebccfbcdf21c1538e0", + "x-ms-correlation-request-id": "c6efe4fc-5a3b-4af4-82e7-6df8d59809c0", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "25e1e1f1-eac3-4df4-bcfd-2a265f06a2f5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T031332Z:c6efe4fc-5a3b-4af4-82e7-6df8d59809c0" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ce4048c4-725e-4cbd-8989-2c1acc20498b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/64829c51-dcf4-44ca-86d5-0f1121ff8b0b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "Connection": "keep-alive", - "traceparent": "00-51f77be7dbd9e94d92ded0d3aca01e39-4828c4edc88ed64f-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "e9f81e2eeea41523d5483fc3653835ee", + "traceparent": "00-6bff22432392f92036172e998f64b706-b247bae2e366fd26-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "3ee68c4eba072cbde1a140d76ade16ca", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2100,7 +2095,7 @@ "Cache-Control": "no-cache", "Content-Length": "29", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 08:56:08 GMT", + "Date": "Sat, 22 Apr 2023 03:15:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2109,35 +2104,34 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c02be923-0e78-445f-bb87-8f84d59a40fc", - "x-ms-client-request-id": "e9f81e2eeea41523d5483fc3653835ee", - "x-ms-correlation-request-id": "5062fe85-7be8-42ff-8d21-cf62ae464744", + "x-ms-arm-service-request-id": "56a8c887-95eb-49b5-b469-df63163575bc", + "x-ms-client-request-id": "3ee68c4eba072cbde1a140d76ade16ca", + "x-ms-correlation-request-id": "8e55332e-47cb-4bcd-ac2f-cec656938d16", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "1906935d-18db-4228-9479-f251db0b7957", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T085609Z:5062fe85-7be8-42ff-8d21-cf62ae464744" + "x-ms-request-id": "9fd5ec60-0ebb-4b5c-89f5-de5ae065101b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T031513Z:8e55332e-47cb-4bcd-ac2f-cec656938d16" }, "ResponseBody": { "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9058/providers/Microsoft.Network/virtualNetworkGateways/azsmnet9719?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7263/providers/Microsoft.Network/virtualNetworkGateways/azsmnet9946?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "Connection": "keep-alive", - "traceparent": "00-51f77be7dbd9e94d92ded0d3aca01e39-940941288b41bd44-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "b782b72888bd11b65839ee78dd1fdcd8", + "traceparent": "00-6bff22432392f92036172e998f64b706-7db0bcfca3a72ab8-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "28865a26e64bd2ae8b800feefede0f7e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2463", + "Content-Length": "2615", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 08:56:09 GMT", + "Date": "Sat, 22 Apr 2023 03:15:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2146,17 +2140,17 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "fd736fcb-54f4-4c25-9ff2-4500c401ced4", - "x-ms-client-request-id": "b782b72888bd11b65839ee78dd1fdcd8", - "x-ms-correlation-request-id": "35d6d9b0-7a03-40d1-88da-44bce3b10e33", + "x-ms-arm-service-request-id": "506d0119-9ca5-4dc9-9e5c-2aaa592249c3", + "x-ms-client-request-id": "28865a26e64bd2ae8b800feefede0f7e", + "x-ms-correlation-request-id": "f7694e77-1d9d-4474-9556-be1925158040", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "d225c0b4-7ba2-415f-b263-e048ad2ee2b1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T085609Z:35d6d9b0-7a03-40d1-88da-44bce3b10e33" + "x-ms-request-id": "440f0843-80f5-49b5-97b6-4ec837af406a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T031517Z:f7694e77-1d9d-4474-9556-be1925158040" }, "ResponseBody": { - "name": "azsmnet9719", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9058/providers/Microsoft.Network/virtualNetworkGateways/azsmnet9719", - "etag": "W/\u0022f0d33a0d-f0a8-433e-9849-3dc639613d44\u0022", + "name": "azsmnet9946", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7263/providers/Microsoft.Network/virtualNetworkGateways/azsmnet9946", + "etag": "W/\u0022a458ef30-87e5-4ccc-8579-30a1d7d82c13\u0022", "type": "Microsoft.Network/virtualNetworkGateways", "location": "westus", "tags": { @@ -2164,28 +2158,30 @@ }, "properties": { "provisioningState": "Succeeded", - "resourceGuid": "0bae8ba0-9a2a-4fbf-9ba1-411bd8dae56e", + "resourceGuid": "a7fd61a1-7902-4adc-816e-d71163b512d5", "packetCaptureDiagnosticState": "None", "enablePrivateIpAddress": false, + "isMigrateToCSES": false, "ipConfigurations": [ { - "name": "azsmnet5036", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9058/providers/Microsoft.Network/virtualNetworkGateways/azsmnet9719/ipConfigurations/azsmnet5036", - "etag": "W/\u0022f0d33a0d-f0a8-433e-9849-3dc639613d44\u0022", + "name": "azsmnet3784", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7263/providers/Microsoft.Network/virtualNetworkGateways/azsmnet9946/ipConfigurations/azsmnet3784", + "etag": "W/\u0022a458ef30-87e5-4ccc-8579-30a1d7d82c13\u0022", "type": "Microsoft.Network/virtualNetworkGateways/ipConfigurations", "properties": { "provisioningState": "Succeeded", "privateIPAllocationMethod": "Dynamic", "publicIPAddress": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9058/providers/Microsoft.Network/publicIPAddresses/azsmnet3200" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7263/providers/Microsoft.Network/publicIPAddresses/azsmnet5556" }, "subnet": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9058/providers/Microsoft.Network/virtualNetworks/azsmnet8336/subnets/GatewaySubnet" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7263/providers/Microsoft.Network/virtualNetworks/azsmnet3562/subnets/GatewaySubnet" } } } ], "natRules": [], + "virtualNetworkGatewayPolicyGroups": [], "enableBgpRouteTranslationForNat": false, "disableIPSecReplayProtection": false, "sku": { @@ -2203,39 +2199,41 @@ "peerWeight": 5, "bgpPeeringAddresses": [ { - "ipconfigurationId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9058/providers/Microsoft.Network/virtualNetworkGateways/azsmnet9719/ipConfigurations/azsmnet5036", + "ipconfigurationId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7263/providers/Microsoft.Network/virtualNetworkGateways/azsmnet9946/ipConfigurations/azsmnet3784", "defaultBgpIpAddresses": [ "10.0.0.254" ], "customBgpIpAddresses": [], "tunnelIpAddresses": [ - "20.237.157.141" + "20.245.120.68" ] } ] }, - "vpnGatewayGeneration": "Generation1" + "vpnGatewayGeneration": "Generation1", + "allowRemoteVnetTraffic": false, + "allowVirtualWanTraffic": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9058/providers/Microsoft.Network/virtualNetworkGateways/azsmnet9719?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7263/providers/Microsoft.Network/virtualNetworkGateways/azsmnet9946?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-d62708345d1d5746b188f62503501129-5ac944b2c749574a-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220530.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "cb358cf450f6152f2152ed72dc426ad3", + "traceparent": "00-71fcaaf85b1c1833bd3df62f02e539f9-61d83ffb976576b1-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230422.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1b29d03ef5c69228405c53cd6713f0ed", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2463", + "Content-Length": "2615", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 08:56:09 GMT", + "Date": "Sat, 22 Apr 2023 03:15:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2244,17 +2242,17 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "93a87390-68de-44e5-b986-fb8e2182325f", - "x-ms-client-request-id": "cb358cf450f6152f2152ed72dc426ad3", - "x-ms-correlation-request-id": "145c5c9e-c34c-431b-9842-a24991b5f617", + "x-ms-arm-service-request-id": "42a6a6a6-2345-40b9-8647-1bf029b2f2be", + "x-ms-client-request-id": "1b29d03ef5c69228405c53cd6713f0ed", + "x-ms-correlation-request-id": "752236be-0e06-4b5c-973b-14a24729a37b", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "ead47c22-6974-43a2-b446-3e49ec2ed521", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T085610Z:145c5c9e-c34c-431b-9842-a24991b5f617" + "x-ms-request-id": "4e281b06-53f8-495a-91b5-46256a52de9d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T031517Z:752236be-0e06-4b5c-973b-14a24729a37b" }, "ResponseBody": { - "name": "azsmnet9719", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9058/providers/Microsoft.Network/virtualNetworkGateways/azsmnet9719", - "etag": "W/\u0022f0d33a0d-f0a8-433e-9849-3dc639613d44\u0022", + "name": "azsmnet9946", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7263/providers/Microsoft.Network/virtualNetworkGateways/azsmnet9946", + "etag": "W/\u0022a458ef30-87e5-4ccc-8579-30a1d7d82c13\u0022", "type": "Microsoft.Network/virtualNetworkGateways", "location": "westus", "tags": { @@ -2262,28 +2260,30 @@ }, "properties": { "provisioningState": "Succeeded", - "resourceGuid": "0bae8ba0-9a2a-4fbf-9ba1-411bd8dae56e", + "resourceGuid": "a7fd61a1-7902-4adc-816e-d71163b512d5", "packetCaptureDiagnosticState": "None", "enablePrivateIpAddress": false, + "isMigrateToCSES": false, "ipConfigurations": [ { - "name": "azsmnet5036", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9058/providers/Microsoft.Network/virtualNetworkGateways/azsmnet9719/ipConfigurations/azsmnet5036", - "etag": "W/\u0022f0d33a0d-f0a8-433e-9849-3dc639613d44\u0022", + "name": "azsmnet3784", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7263/providers/Microsoft.Network/virtualNetworkGateways/azsmnet9946/ipConfigurations/azsmnet3784", + "etag": "W/\u0022a458ef30-87e5-4ccc-8579-30a1d7d82c13\u0022", "type": "Microsoft.Network/virtualNetworkGateways/ipConfigurations", "properties": { "provisioningState": "Succeeded", "privateIPAllocationMethod": "Dynamic", "publicIPAddress": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9058/providers/Microsoft.Network/publicIPAddresses/azsmnet3200" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7263/providers/Microsoft.Network/publicIPAddresses/azsmnet5556" }, "subnet": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9058/providers/Microsoft.Network/virtualNetworks/azsmnet8336/subnets/GatewaySubnet" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7263/providers/Microsoft.Network/virtualNetworks/azsmnet3562/subnets/GatewaySubnet" } } } ], "natRules": [], + "virtualNetworkGatewayPolicyGroups": [], "enableBgpRouteTranslationForNat": false, "disableIPSecReplayProtection": false, "sku": { @@ -2301,39 +2301,41 @@ "peerWeight": 5, "bgpPeeringAddresses": [ { - "ipconfigurationId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9058/providers/Microsoft.Network/virtualNetworkGateways/azsmnet9719/ipConfigurations/azsmnet5036", + "ipconfigurationId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7263/providers/Microsoft.Network/virtualNetworkGateways/azsmnet9946/ipConfigurations/azsmnet3784", "defaultBgpIpAddresses": [ "10.0.0.254" ], "customBgpIpAddresses": [], "tunnelIpAddresses": [ - "20.237.157.141" + "20.245.120.68" ] } ] }, - "vpnGatewayGeneration": "Generation1" + "vpnGatewayGeneration": "Generation1", + "allowRemoteVnetTraffic": false, + "allowVirtualWanTraffic": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9058/providers/Microsoft.Network/connections/azsmnet8312?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7263/providers/Microsoft.Network/connections/azsmnet9529?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "1924", + "Content-Length": "2062", "Content-Type": "application/json", - "traceparent": "00-dac742af2a0fd94691de69dea4d7bc15-a90d5f3228e9714c-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220530.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "12a7ab90a17668a6e6916affaa37b66b", + "traceparent": "00-9e554c1c5ef120bd1033d15f2289bf95-4743c6bcf81ad716-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230422.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "8fc2cc03940fdd6814b286abcf2e0292", "x-ms-return-client-request-id": "true" }, "RequestBody": { "location": "westus", "properties": { "virtualNetworkGateway1": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9058/providers/Microsoft.Network/virtualNetworkGateways/azsmnet9719", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7263/providers/Microsoft.Network/virtualNetworkGateways/azsmnet9946", "location": "westus", "tags": { "key": "value" @@ -2341,15 +2343,15 @@ "properties": { "ipConfigurations": [ { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9058/providers/Microsoft.Network/virtualNetworkGateways/azsmnet9719/ipConfigurations/azsmnet5036", - "name": "azsmnet5036", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7263/providers/Microsoft.Network/virtualNetworkGateways/azsmnet9946/ipConfigurations/azsmnet3784", + "name": "azsmnet3784", "properties": { "privateIPAllocationMethod": "Dynamic", "subnet": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9058/providers/Microsoft.Network/virtualNetworks/azsmnet8336/subnets/GatewaySubnet" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7263/providers/Microsoft.Network/virtualNetworks/azsmnet3562/subnets/GatewaySubnet" }, "publicIPAddress": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9058/providers/Microsoft.Network/publicIPAddresses/azsmnet3200" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7263/providers/Microsoft.Network/publicIPAddresses/azsmnet5556" } } } @@ -2360,27 +2362,31 @@ "enableBgp": false, "enablePrivateIpAddress": false, "activeActive": false, + "disableIPSecReplayProtection": false, "sku": { "name": "Standard", "tier": "Standard" }, + "virtualNetworkGatewayPolicyGroups": [], "bgpSettings": { "asn": 1337, "bgpPeeringAddress": "10.0.0.254", "peerWeight": 5, "bgpPeeringAddresses": [ { - "ipconfigurationId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9058/providers/Microsoft.Network/virtualNetworkGateways/azsmnet9719/ipConfigurations/azsmnet5036", + "ipconfigurationId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7263/providers/Microsoft.Network/virtualNetworkGateways/azsmnet9946/ipConfigurations/azsmnet3784", "customBgpIpAddresses": [] } ] }, "natRules": [], - "enableBgpRouteTranslationForNat": false + "enableBgpRouteTranslationForNat": false, + "allowVirtualWanTraffic": false, + "allowRemoteVnetTraffic": false } }, "localNetworkGateway2": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9058/providers/Microsoft.Network/localNetworkGateways/azsmnet3088", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7263/providers/Microsoft.Network/localNetworkGateways/azsmnet7384", "location": "westus", "tags": { "test": "value" @@ -2408,11 +2414,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/71964eb3-c8a5-4779-8a74-e9e90ba807f8?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/317fc43f-b807-4820-a6ae-8a43558b4b84?api-version=2022-09-01", "Cache-Control": "no-cache", - "Content-Length": "1313", + "Content-Length": "1394", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 08:56:16 GMT", + "Date": "Sat, 22 Apr 2023 03:15:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", @@ -2422,28 +2428,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b1da6f4c-562c-406e-9d44-b87d1b58e771", - "x-ms-client-request-id": "12a7ab90a17668a6e6916affaa37b66b", - "x-ms-correlation-request-id": "1773c4bc-5b48-4c2f-b7fa-e9cdc66be6a3", + "x-ms-arm-service-request-id": "169f8910-bdb7-46da-a14b-1e2baa2a0f97", + "x-ms-client-request-id": "8fc2cc03940fdd6814b286abcf2e0292", + "x-ms-correlation-request-id": "05a6aebe-7b61-427c-84a7-05abfb6a151f", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "71964eb3-c8a5-4779-8a74-e9e90ba807f8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T085617Z:1773c4bc-5b48-4c2f-b7fa-e9cdc66be6a3" + "x-ms-request-id": "317fc43f-b807-4820-a6ae-8a43558b4b84", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T031524Z:05a6aebe-7b61-427c-84a7-05abfb6a151f" }, "ResponseBody": { - "name": "azsmnet8312", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9058/providers/Microsoft.Network/connections/azsmnet8312", - "etag": "W/\u00229bf055a1-0430-40b7-aa73-85a936c48089\u0022", + "name": "azsmnet9529", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7263/providers/Microsoft.Network/connections/azsmnet9529", + "etag": "W/\u002269fc0033-6c3b-4167-9785-ae8e33768a5e\u0022", "type": "Microsoft.Network/connections", "location": "westus", "properties": { "provisioningState": "Updating", - "resourceGuid": "25b4fc79-85cb-4c5a-a212-69a9722f5758", + "resourceGuid": "9a8a063b-5517-4800-8d95-2cba741a2b6f", "packetCaptureDiagnosticState": "None", "virtualNetworkGateway1": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9058/providers/Microsoft.Network/virtualNetworkGateways/azsmnet9719" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7263/providers/Microsoft.Network/virtualNetworkGateways/azsmnet9946" }, "localNetworkGateway2": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9058/providers/Microsoft.Network/localNetworkGateways/azsmnet3088" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7263/providers/Microsoft.Network/localNetworkGateways/azsmnet7384" }, "connectionType": "IPsec", "connectionProtocol": "IKEv2", @@ -2457,19 +2463,21 @@ "ingressBytesTransferred": 0, "egressBytesTransferred": 0, "expressRouteGatewayBypass": false, + "enablePrivateLinkFastPath": false, "dpdTimeoutSeconds": 0, - "connectionMode": "Default" + "connectionMode": "Default", + "gatewayCustomBgpIpAddresses": [] } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/71964eb3-c8a5-4779-8a74-e9e90ba807f8?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/317fc43f-b807-4820-a6ae-8a43558b4b84?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-dac742af2a0fd94691de69dea4d7bc15-5304f50619264746-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "734da71bc535ea7e8f620fbfc415771a", + "traceparent": "00-9e554c1c5ef120bd1033d15f2289bf95-0e20495114fd4408-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "12fa0921ef4d3b2ec13db242a2e6702e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2478,7 +2486,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 08:56:16 GMT", + "Date": "Sat, 22 Apr 2023 03:15:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", @@ -2488,25 +2496,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ba90551a-8e7c-4228-b042-66b4ebbba5c3", - "x-ms-client-request-id": "734da71bc535ea7e8f620fbfc415771a", - "x-ms-correlation-request-id": "8675a58e-c1b3-4e30-b069-8998aaf28128", + "x-ms-arm-service-request-id": "bdba3840-314f-4203-8e4a-e2df2eda945d", + "x-ms-client-request-id": "12fa0921ef4d3b2ec13db242a2e6702e", + "x-ms-correlation-request-id": "653cfa49-e167-4779-b120-fc2fd196f765", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "0d02c8d1-cf78-48a9-a14b-126dea326771", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T085617Z:8675a58e-c1b3-4e30-b069-8998aaf28128" + "x-ms-request-id": "c1649dc7-0230-493d-976f-a094ff3baf81", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T031524Z:653cfa49-e167-4779-b120-fc2fd196f765" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/71964eb3-c8a5-4779-8a74-e9e90ba807f8?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/317fc43f-b807-4820-a6ae-8a43558b4b84?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-dac742af2a0fd94691de69dea4d7bc15-2f94528b97725c45-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "72750736d0919867d320a4e0360b25b1", + "traceparent": "00-9e554c1c5ef120bd1033d15f2289bf95-e004dd13b9f72669-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "7aa53b50385500ea9a909b27a5d6fcaa", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2515,7 +2523,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 08:56:26 GMT", + "Date": "Sat, 22 Apr 2023 03:15:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "20", @@ -2525,25 +2533,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2f34982c-ce3d-43fc-ba3b-1e56f3d23c19", - "x-ms-client-request-id": "72750736d0919867d320a4e0360b25b1", - "x-ms-correlation-request-id": "2bf521be-4096-4029-b707-ad5ca3fd9c5d", + "x-ms-arm-service-request-id": "44ddc804-b7d9-4cbf-938c-b4699688ca25", + "x-ms-client-request-id": "7aa53b50385500ea9a909b27a5d6fcaa", + "x-ms-correlation-request-id": "c7e77b9b-758d-4976-9c81-c085db99ef43", "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "8affa546-12d9-4f5e-9054-db56b75dc6e7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T085627Z:2bf521be-4096-4029-b707-ad5ca3fd9c5d" + "x-ms-request-id": "1846d2c3-a92c-4c54-af97-0f908902f3d1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T031534Z:c7e77b9b-758d-4976-9c81-c085db99ef43" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/71964eb3-c8a5-4779-8a74-e9e90ba807f8?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/317fc43f-b807-4820-a6ae-8a43558b4b84?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-dac742af2a0fd94691de69dea4d7bc15-725f14cfd6341d43-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "03e49b7a42eaa03650ef7307e818c258", + "traceparent": "00-9e554c1c5ef120bd1033d15f2289bf95-a1360a15ce0a774f-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "c689f53bf033d3446b5ff3bd51ef8f0d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2552,7 +2560,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 08:56:47 GMT", + "Date": "Sat, 22 Apr 2023 03:15:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "20", @@ -2562,25 +2570,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "cbbceb2e-7481-4975-9831-76edc7ae6ac6", - "x-ms-client-request-id": "03e49b7a42eaa03650ef7307e818c258", - "x-ms-correlation-request-id": "a41eaf36-6b03-40d0-8d75-721fea90ac00", + "x-ms-arm-service-request-id": "04e5ea37-26f6-4736-a786-378adcec80ea", + "x-ms-client-request-id": "c689f53bf033d3446b5ff3bd51ef8f0d", + "x-ms-correlation-request-id": "035fb44b-d4fd-47ce-a87f-6d2cdd7f8130", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "a4ce9709-6f55-478e-a92d-3f64527d76c0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T085647Z:a41eaf36-6b03-40d0-8d75-721fea90ac00" + "x-ms-request-id": "7a367d59-3631-4a36-8ec9-d583a0355344", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T031555Z:035fb44b-d4fd-47ce-a87f-6d2cdd7f8130" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/71964eb3-c8a5-4779-8a74-e9e90ba807f8?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/317fc43f-b807-4820-a6ae-8a43558b4b84?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-dac742af2a0fd94691de69dea4d7bc15-900433972003ca41-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "3c64501ea3c04b3e3fb4a014209db384", + "traceparent": "00-9e554c1c5ef120bd1033d15f2289bf95-3f906495c994ad53-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a541c077fdc4e93b1ffa77bc530695ea", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2589,7 +2597,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 08:57:07 GMT", + "Date": "Sat, 22 Apr 2023 03:16:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "40", @@ -2599,25 +2607,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9bd8f666-85a1-447c-860c-973aaf943862", - "x-ms-client-request-id": "3c64501ea3c04b3e3fb4a014209db384", - "x-ms-correlation-request-id": "29f81478-6fb9-4cf0-b7da-86fa1c80711f", + "x-ms-arm-service-request-id": "a648ea8e-39fe-455e-9fd8-42ee20a2804f", + "x-ms-client-request-id": "a541c077fdc4e93b1ffa77bc530695ea", + "x-ms-correlation-request-id": "4bc2f04a-0ccb-408f-b719-17d4f805aea4", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "4a185df1-fb7a-4134-b16b-fc3aeb271dca", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T085708Z:29f81478-6fb9-4cf0-b7da-86fa1c80711f" + "x-ms-request-id": "c6ce304b-506d-4517-b6d4-05c9c9a2989f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T031615Z:4bc2f04a-0ccb-408f-b719-17d4f805aea4" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/71964eb3-c8a5-4779-8a74-e9e90ba807f8?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/317fc43f-b807-4820-a6ae-8a43558b4b84?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-dac742af2a0fd94691de69dea4d7bc15-b9463e60e2117340-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "29445e3c7330f430d0d421a15c60b0bb", + "traceparent": "00-9e554c1c5ef120bd1033d15f2289bf95-c27f46969fdb91e8-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ac060841aa5c60faf6d20ef5442caeab", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2626,7 +2634,7 @@ "Cache-Control": "no-cache", "Content-Length": "29", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 08:57:47 GMT", + "Date": "Sat, 22 Apr 2023 03:16:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2635,34 +2643,34 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "bfea5066-b78e-4b6a-835b-b113f40e4573", - "x-ms-client-request-id": "29445e3c7330f430d0d421a15c60b0bb", - "x-ms-correlation-request-id": "95828205-013d-4110-abd0-8d2f92f2524b", + "x-ms-arm-service-request-id": "324624f0-6b62-4c42-827d-82e72b238bbe", + "x-ms-client-request-id": "ac060841aa5c60faf6d20ef5442caeab", + "x-ms-correlation-request-id": "640cdc3e-7cab-49d1-9a2e-43396230a360", "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "0d722caa-3404-41b4-a4da-77034bb4730f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T085748Z:95828205-013d-4110-abd0-8d2f92f2524b" + "x-ms-request-id": "62de21f8-d5a1-4c02-b15c-ecb61fab5761", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T031655Z:640cdc3e-7cab-49d1-9a2e-43396230a360" }, "ResponseBody": { "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9058/providers/Microsoft.Network/connections/azsmnet8312?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7263/providers/Microsoft.Network/connections/azsmnet9529?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-dac742af2a0fd94691de69dea4d7bc15-da9ba1c514d4694b-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "e6c24c5de9a6d7f15d99c435a2217fb3", + "traceparent": "00-9e554c1c5ef120bd1033d15f2289bf95-8166f7eb1e377b25-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e5b08e0156943ee5baa0a63878877f65", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1350", + "Content-Length": "1431", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 08:57:48 GMT", + "Date": "Sat, 22 Apr 2023 03:16:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2671,28 +2679,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4d828a8b-98a3-401b-905a-5864ded8b737", - "x-ms-client-request-id": "e6c24c5de9a6d7f15d99c435a2217fb3", - "x-ms-correlation-request-id": "305a74d8-946b-4181-8d75-bfd6f7967d9d", + "x-ms-arm-service-request-id": "4f2214b5-1873-4a91-b66d-d0cda717e123", + "x-ms-client-request-id": "e5b08e0156943ee5baa0a63878877f65", + "x-ms-correlation-request-id": "3591442d-3396-4ad7-8846-b61845df44ae", "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "737f0fe0-89e8-4cb4-b0e6-516e16f62c46", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T085749Z:305a74d8-946b-4181-8d75-bfd6f7967d9d" + "x-ms-request-id": "0d9c94db-8f6f-475c-9b90-6a29f8b2d7d8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T031656Z:3591442d-3396-4ad7-8846-b61845df44ae" }, "ResponseBody": { - "name": "azsmnet8312", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9058/providers/Microsoft.Network/connections/azsmnet8312", - "etag": "W/\u002267bbb2db-a5aa-45a5-8296-ccdd64b8c345\u0022", + "name": "azsmnet9529", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7263/providers/Microsoft.Network/connections/azsmnet9529", + "etag": "W/\u0022c9cf1db6-cef9-4f0a-98dc-ff067366b55f\u0022", "type": "Microsoft.Network/connections", "location": "westus", "properties": { "provisioningState": "Succeeded", - "resourceGuid": "25b4fc79-85cb-4c5a-a212-69a9722f5758", + "resourceGuid": "9a8a063b-5517-4800-8d95-2cba741a2b6f", "packetCaptureDiagnosticState": "None", "virtualNetworkGateway1": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9058/providers/Microsoft.Network/virtualNetworkGateways/azsmnet9719" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7263/providers/Microsoft.Network/virtualNetworkGateways/azsmnet9946" }, "localNetworkGateway2": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9058/providers/Microsoft.Network/localNetworkGateways/azsmnet3088" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7263/providers/Microsoft.Network/localNetworkGateways/azsmnet7384" }, "connectionType": "IPsec", "connectionProtocol": "IKEv2", @@ -2707,30 +2715,31 @@ "ingressBytesTransferred": 0, "egressBytesTransferred": 0, "expressRouteGatewayBypass": false, + "enablePrivateLinkFastPath": false, "dpdTimeoutSeconds": 0, - "connectionMode": "Default" + "connectionMode": "Default", + "gatewayCustomBgpIpAddresses": [] } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9058/providers/Microsoft.Network/connections/azsmnet8312?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7263/providers/Microsoft.Network/connections/azsmnet9529?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Connection": "keep-alive", - "traceparent": "00-5d689a4da1404042ba27d6c6a2748992-0e3ae318655a2e45-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220530.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "8acaef3c99d3aa281f706beb819ceede", + "traceparent": "00-2c9a34a42dce760764a2824d40cb4622-a2c72be7768b9354-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230422.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "497b09cae2e8ccb0c5e1aef2ee45a5f2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1350", + "Content-Length": "1431", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 08:57:49 GMT", + "Date": "Sat, 22 Apr 2023 03:16:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2739,28 +2748,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f4663b90-a609-40cc-8a89-8a893cad3dab", - "x-ms-client-request-id": "8acaef3c99d3aa281f706beb819ceede", - "x-ms-correlation-request-id": "8cc4f9ef-1a9c-41d3-8a50-de8179e7287c", + "x-ms-arm-service-request-id": "67c66f8b-1174-40e1-82dd-42ee886725fd", + "x-ms-client-request-id": "497b09cae2e8ccb0c5e1aef2ee45a5f2", + "x-ms-correlation-request-id": "02485225-4265-45c6-80c5-7707752d6c98", "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "6c61c459-1ce4-43ba-b3a5-da25e1c3e114", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T085750Z:8cc4f9ef-1a9c-41d3-8a50-de8179e7287c" + "x-ms-request-id": "af096b54-af80-49a7-812b-82628c321ff3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T031657Z:02485225-4265-45c6-80c5-7707752d6c98" }, "ResponseBody": { - "name": "azsmnet8312", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9058/providers/Microsoft.Network/connections/azsmnet8312", - "etag": "W/\u002267bbb2db-a5aa-45a5-8296-ccdd64b8c345\u0022", + "name": "azsmnet9529", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7263/providers/Microsoft.Network/connections/azsmnet9529", + "etag": "W/\u0022c9cf1db6-cef9-4f0a-98dc-ff067366b55f\u0022", "type": "Microsoft.Network/connections", "location": "westus", "properties": { "provisioningState": "Succeeded", - "resourceGuid": "25b4fc79-85cb-4c5a-a212-69a9722f5758", + "resourceGuid": "9a8a063b-5517-4800-8d95-2cba741a2b6f", "packetCaptureDiagnosticState": "None", "virtualNetworkGateway1": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9058/providers/Microsoft.Network/virtualNetworkGateways/azsmnet9719" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7263/providers/Microsoft.Network/virtualNetworkGateways/azsmnet9946" }, "localNetworkGateway2": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9058/providers/Microsoft.Network/localNetworkGateways/azsmnet3088" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7263/providers/Microsoft.Network/localNetworkGateways/azsmnet7384" }, "connectionType": "IPsec", "connectionProtocol": "IKEv2", @@ -2775,29 +2784,31 @@ "ingressBytesTransferred": 0, "egressBytesTransferred": 0, "expressRouteGatewayBypass": false, + "enablePrivateLinkFastPath": false, "dpdTimeoutSeconds": 0, - "connectionMode": "Default" + "connectionMode": "Default", + "gatewayCustomBgpIpAddresses": [] } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9058/providers/Microsoft.Network/connections?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7263/providers/Microsoft.Network/connections?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-71486614443ebd4a98acd9c4e39fc880-7cf41f503c9d3d42-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220530.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "d4b7e403ccda53dd6c6dcc96affa51ae", + "traceparent": "00-ebbb697d556e254ae9b9735e1f4321ea-65110256bdf01ca5-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230422.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "c5bbcc4caf55ea5622c8f2bc03c2e76e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1438", + "Content-Length": "1527", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 08:57:50 GMT", + "Date": "Sat, 22 Apr 2023 03:16:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2806,30 +2817,30 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1c585e42-2e12-48cf-8d91-bfac122fc60b", - "x-ms-client-request-id": "d4b7e403ccda53dd6c6dcc96affa51ae", - "x-ms-correlation-request-id": "e8978ce1-43b1-439f-b860-ae4407b2a116", + "x-ms-arm-service-request-id": "fe16b172-b856-40b7-84e7-56f07501adb8", + "x-ms-client-request-id": "c5bbcc4caf55ea5622c8f2bc03c2e76e", + "x-ms-correlation-request-id": "51a38149-84cc-42b0-a072-4a0b30ff2d20", "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "57c571f3-b725-43a7-a191-5aa8fa8c708b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T085750Z:e8978ce1-43b1-439f-b860-ae4407b2a116" + "x-ms-request-id": "10fd7841-dcbe-4e50-be4a-0e1cc741ac8c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T031658Z:51a38149-84cc-42b0-a072-4a0b30ff2d20" }, "ResponseBody": { "value": [ { - "name": "azsmnet8312", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9058/providers/Microsoft.Network/connections/azsmnet8312", - "etag": "W/\u002267bbb2db-a5aa-45a5-8296-ccdd64b8c345\u0022", + "name": "azsmnet9529", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7263/providers/Microsoft.Network/connections/azsmnet9529", + "etag": "W/\u0022c9cf1db6-cef9-4f0a-98dc-ff067366b55f\u0022", "type": "Microsoft.Network/connections", "location": "westus", "properties": { "provisioningState": "Succeeded", - "resourceGuid": "25b4fc79-85cb-4c5a-a212-69a9722f5758", + "resourceGuid": "9a8a063b-5517-4800-8d95-2cba741a2b6f", "packetCaptureDiagnosticState": "None", "virtualNetworkGateway1": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9058/providers/Microsoft.Network/virtualNetworkGateways/azsmnet9719" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7263/providers/Microsoft.Network/virtualNetworkGateways/azsmnet9946" }, "localNetworkGateway2": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9058/providers/Microsoft.Network/localNetworkGateways/azsmnet3088" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7263/providers/Microsoft.Network/localNetworkGateways/azsmnet7384" }, "connectionType": "IPsec", "connectionProtocol": "IKEv2", @@ -2842,34 +2853,36 @@ "ingressBytesTransferred": 0, "egressBytesTransferred": 0, "expressRouteGatewayBypass": false, + "enablePrivateLinkFastPath": false, "dpdTimeoutSeconds": 0, - "connectionMode": "Default" + "connectionMode": "Default", + "gatewayCustomBgpIpAddresses": [] } } ] } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9058/providers/Microsoft.Network/connections/azsmnet8312?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7263/providers/Microsoft.Network/connections/azsmnet9529?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-0fa2063db4e6d34fbf6341d0f2a464e9-c281325e84d0b343-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220530.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "6d656e552695c4e72417c7367d0655c0", + "traceparent": "00-e60a4099b28a1040c136921c90724536-d175d9a2e05178c4-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230422.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "3b2ba95265b11ec2dde31fb3a7f24f74", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/d9cc691e-5199-44b7-81d8-1e6e20109d9b?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/bfcca899-4877-40b5-98ca-a5c048d71ef3?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Mon, 30 May 2022 08:57:50 GMT", + "Date": "Sat, 22 Apr 2023 03:16:58 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/d9cc691e-5199-44b7-81d8-1e6e20109d9b?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/bfcca899-4877-40b5-98ca-a5c048d71ef3?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -2878,23 +2891,23 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b5ebcf02-bce7-46f2-95c1-3d39e78b9161", - "x-ms-client-request-id": "6d656e552695c4e72417c7367d0655c0", - "x-ms-correlation-request-id": "4fc900da-babc-4f18-b27f-57412a73486f", + "x-ms-arm-service-request-id": "33096b89-a0b4-4173-bfae-04a60a2e64a2", + "x-ms-client-request-id": "3b2ba95265b11ec2dde31fb3a7f24f74", + "x-ms-correlation-request-id": "856bc719-aa35-412b-89cd-b929f4411d24", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "d9cc691e-5199-44b7-81d8-1e6e20109d9b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T085751Z:4fc900da-babc-4f18-b27f-57412a73486f" + "x-ms-request-id": "bfcca899-4877-40b5-98ca-a5c048d71ef3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T031659Z:856bc719-aa35-412b-89cd-b929f4411d24" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/d9cc691e-5199-44b7-81d8-1e6e20109d9b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/bfcca899-4877-40b5-98ca-a5c048d71ef3?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0fa2063db4e6d34fbf6341d0f2a464e9-f28df494f8810344-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "1396bc1e8036dd48fcf2b0c305a6d566", + "traceparent": "00-e60a4099b28a1040c136921c90724536-f91158e851167151-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "449f40f9691ae640099de87290a24330", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2903,7 +2916,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 08:57:51 GMT", + "Date": "Sat, 22 Apr 2023 03:16:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", @@ -2913,25 +2926,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f92f56cb-93ef-4842-95c7-9b47d2e8e33a", - "x-ms-client-request-id": "1396bc1e8036dd48fcf2b0c305a6d566", - "x-ms-correlation-request-id": "24d5fa36-ed7b-439e-adde-8cc526be939e", + "x-ms-arm-service-request-id": "39f686c5-48be-481d-880f-710f7d5f393e", + "x-ms-client-request-id": "449f40f9691ae640099de87290a24330", + "x-ms-correlation-request-id": "bd559cda-f25b-4eab-8943-8c7cd2c068d8", "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "ff3c6e59-c546-448d-8032-64771d8f9a1f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T085752Z:24d5fa36-ed7b-439e-adde-8cc526be939e" + "x-ms-request-id": "d095486f-5efe-420f-9361-910b0c87f896", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T031659Z:bd559cda-f25b-4eab-8943-8c7cd2c068d8" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/d9cc691e-5199-44b7-81d8-1e6e20109d9b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/bfcca899-4877-40b5-98ca-a5c048d71ef3?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0fa2063db4e6d34fbf6341d0f2a464e9-f44bda4540d5cc44-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "c9eb0b1893c8a94495f65b1e0981f792", + "traceparent": "00-e60a4099b28a1040c136921c90724536-6e904f75bb4756c7-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "4ec17d783bd698a29a1088203fa32de9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2940,7 +2953,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 08:58:02 GMT", + "Date": "Sat, 22 Apr 2023 03:17:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "20", @@ -2950,25 +2963,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9a6660ea-4bd3-4639-adbd-a53204601781", - "x-ms-client-request-id": "c9eb0b1893c8a94495f65b1e0981f792", - "x-ms-correlation-request-id": "ce195054-c07a-4308-a3b6-08733c83fd8e", + "x-ms-arm-service-request-id": "07809207-8214-458b-a782-a66dab973394", + "x-ms-client-request-id": "4ec17d783bd698a29a1088203fa32de9", + "x-ms-correlation-request-id": "2b290437-084a-467f-a381-7d75b9adbb08", "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "4659e313-1282-4a53-9d6d-ec02ca90db1e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T085802Z:ce195054-c07a-4308-a3b6-08733c83fd8e" + "x-ms-request-id": "5f4d7a02-4e0a-4bc1-baa8-c29bbaacf29c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T031709Z:2b290437-084a-467f-a381-7d75b9adbb08" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/d9cc691e-5199-44b7-81d8-1e6e20109d9b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/bfcca899-4877-40b5-98ca-a5c048d71ef3?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0fa2063db4e6d34fbf6341d0f2a464e9-7199732f37eed143-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "c118a21c41702a899d54c177fa156a6b", + "traceparent": "00-e60a4099b28a1040c136921c90724536-2ec170b9eea55ed5-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "67b91c1a0b53915a7305a22ed19c8910", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2977,7 +2990,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 08:58:22 GMT", + "Date": "Sat, 22 Apr 2023 03:17:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "20", @@ -2987,25 +3000,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d43ffffb-2f16-4751-be60-73a4ab5ca20c", - "x-ms-client-request-id": "c118a21c41702a899d54c177fa156a6b", - "x-ms-correlation-request-id": "52054431-52fc-40a1-ba7c-e86d6d795fac", + "x-ms-arm-service-request-id": "60495d33-0516-4876-b169-b073c421e400", + "x-ms-client-request-id": "67b91c1a0b53915a7305a22ed19c8910", + "x-ms-correlation-request-id": "bae30470-c609-4787-a8e8-b4b620cd5ba8", "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "819c57ed-e3da-45ec-9f3d-f37333886065", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T085822Z:52054431-52fc-40a1-ba7c-e86d6d795fac" + "x-ms-request-id": "7f96ad20-ad25-4014-b5b1-bc9ae3072c7a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T031729Z:bae30470-c609-4787-a8e8-b4b620cd5ba8" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/d9cc691e-5199-44b7-81d8-1e6e20109d9b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/bfcca899-4877-40b5-98ca-a5c048d71ef3?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0fa2063db4e6d34fbf6341d0f2a464e9-57d8c23dc5042444-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "c14db6a231a68a5c78ec7e40252ad47a", + "traceparent": "00-e60a4099b28a1040c136921c90724536-e95308fc7a71c5e9-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "72a6f64d7a32be2c9d06a909e11fa766", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -3014,7 +3027,7 @@ "Cache-Control": "no-cache", "Content-Length": "29", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 08:58:42 GMT", + "Date": "Sat, 22 Apr 2023 03:17:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -3023,26 +3036,26 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "47bd20ef-fb7c-44d5-b27a-abf12c2d34c2", - "x-ms-client-request-id": "c14db6a231a68a5c78ec7e40252ad47a", - "x-ms-correlation-request-id": "b35ef649-ca26-4013-b509-72803ca99e75", + "x-ms-arm-service-request-id": "df4c06f1-c191-437b-8a3e-8529204e6b9a", + "x-ms-client-request-id": "72a6f64d7a32be2c9d06a909e11fa766", + "x-ms-correlation-request-id": "0d6b59b2-7e63-4791-919e-94c04d12850a", "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "03cbfa60-315e-4ce7-bd23-ac469add8d35", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T085842Z:b35ef649-ca26-4013-b509-72803ca99e75" + "x-ms-request-id": "0c1eb7e1-bbea-4769-9199-e76ad256fa34", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T031750Z:0d6b59b2-7e63-4791-919e-94c04d12850a" }, "ResponseBody": { "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9058/providers/Microsoft.Network/connections?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7263/providers/Microsoft.Network/connections?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-f92719c8814b0844b0b88b590f025c3d-622174890a945b41-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220530.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "62a61dfb148ed6f681c02c74d2ccaf80", + "traceparent": "00-ef365b908dc74f61ae4a23fa1a2aed1e-5484301bb9930320-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230422.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "7458fe6fdbe96ddd232fdad19974c7fe", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -3051,15 +3064,15 @@ "Cache-Control": "no-cache", "Content-Length": "12", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 08:58:42 GMT", + "Date": "Sat, 22 Apr 2023 03:17:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7d31686d-3af1-4d10-a51b-e1dab4afc017", + "x-ms-correlation-request-id": "c4303149-da3c-4d17-9ac4-e92903aadf4f", "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "7d31686d-3af1-4d10-a51b-e1dab4afc017", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T085843Z:7d31686d-3af1-4d10-a51b-e1dab4afc017" + "x-ms-request-id": "c4303149-da3c-4d17-9ac4-e92903aadf4f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T031751Z:c4303149-da3c-4d17-9ac4-e92903aadf4f" }, "ResponseBody": { "value": [] @@ -3067,9 +3080,10 @@ } ], "Variables": { - "LOCATION": "westus", - "RandomSeed": "647323004", - "RESOURCE_MANAGER_URL": "https://management.azure.com", + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", + "LOCATION": "eastus", + "RandomSeed": "628413998", + "RESOURCE_MANAGER_URL": null, "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" } } diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/GatewayOperationsTests/VirtualNetworkGatewayConnectionWithBgpTestAsync.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/GatewayOperationsTests/VirtualNetworkGatewayConnectionWithBgpTestAsync.json index 9f2375c0c6ba..b39f29c35a5e 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/GatewayOperationsTests/VirtualNetworkGatewayConnectionWithBgpTestAsync.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/GatewayOperationsTests/VirtualNetworkGatewayConnectionWithBgpTestAsync.json @@ -6,33 +6,33 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-9e8fd8d2e5a7b243a59ca7a20560a421-8d846ada69a78f47-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "b3a567b0aa022ed9c290c8840f6bfd88", + "traceparent": "00-f13f7656909cd974a087e841305fef95-8ca1edf11001c60a-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "9e5387cf3db9c8dc3359f2154752777f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "747", + "Content-Length": "748", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:12:16 GMT", + "Date": "Sat, 22 Apr 2023 06:50:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d58fbbe7-85ad-4e65-a8a2-c29f5f83fd21", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "d58fbbe7-85ad-4e65-a8a2-c29f5f83fd21", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T101217Z:d58fbbe7-85ad-4e65-a8a2-c29f5f83fd21" + "x-ms-correlation-request-id": "52b2a5de-ac9e-47c5-9488-85b8eb54c9c3", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "52b2a5de-ac9e-47c5-9488-85b8eb54c9c3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T065032Z:52b2a5de-ac9e-47c5-9488-85b8eb54c9c3" }, "ResponseBody": { "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", "authorizationSource": "RoleBased", "managedByTenants": [], "tags": { - "TagKey-9823": "TagValue-566", + "TagKey-9823": "TagValue-1254", "TagKey-3481": "TagValue-320", "TagKey-4926": "TagValue-1187", "TagKey-751": "TagValue-3921", @@ -56,58 +56,57 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/csmrg323?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/csmrg530?api-version=**", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "31", + "Content-Length": "21", "Content-Type": "application/json", - "traceparent": "00-41cfd5692b8e27438b288c7d745b9501-2f6ceab92b0d7240-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "db2f22261908c37027b35478589dec43", + "traceparent": "00-1ad4e7b0d162492cdc664c33719f0c37-93cf3ddea1efd72b-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "db84f7453ad614e4ca64a4c8d152aa9a", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "location": "westus" + "location": "eastus" }, "StatusCode": 201, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "223", + "Content-Length": "213", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:12:19 GMT", + "Date": "Sat, 22 Apr 2023 06:50:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ad21645c-9df5-43c6-b070-6c6b13278414", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "ad21645c-9df5-43c6-b070-6c6b13278414", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T101220Z:ad21645c-9df5-43c6-b070-6c6b13278414" + "x-ms-correlation-request-id": "1a4eed3a-d585-4951-acd3-fa75af194d42", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "1a4eed3a-d585-4951-acd3-fa75af194d42", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T065036Z:1a4eed3a-d585-4951-acd3-fa75af194d42" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg323", - "name": "csmrg323", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg530", + "name": "csmrg530", "type": "Microsoft.Resources/resourceGroups", - "location": "westus", - "tags": {}, + "location": "eastus", "properties": { "provisioningState": "Succeeded" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg323/providers/Microsoft.Network/localNetworkGateways/azsmnet3788?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg530/providers/Microsoft.Network/localNetworkGateways/azsmnet2650?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "235", "Content-Type": "application/json", - "traceparent": "00-b621422ed8013348bae45783fff2d086-4b47d3a686abf944-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220530.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "a2c0ac4e5e396e53bd6f668d016fa761", + "traceparent": "00-9a49c77806ad78c45ab24d6234518fe5-95e971035fe2a87e-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230422.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "918efd0a2a002f718e1a1d28715928e7", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -131,12 +130,12 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/71830c7d-9cf9-46ef-b03a-db7aabb99907?api-version=2021-02-01", + "azure-asyncnotification": "Enabled", + "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/079dc61e-5823-41c8-9e1f-2fa7e460c9fc?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "738", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:12:25 GMT", + "Date": "Sat, 22 Apr 2023 06:50:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", @@ -146,17 +145,17 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f7b73a31-16fc-4da2-8ce8-2f4d1220d471", - "x-ms-client-request-id": "a2c0ac4e5e396e53bd6f668d016fa761", - "x-ms-correlation-request-id": "02db40fb-bc60-4fca-b78e-115b9872649e", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "71830c7d-9cf9-46ef-b03a-db7aabb99907", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T101225Z:02db40fb-bc60-4fca-b78e-115b9872649e" + "x-ms-arm-service-request-id": "8f05d2f7-63e1-4db0-ac27-1fae204094fd", + "x-ms-client-request-id": "918efd0a2a002f718e1a1d28715928e7", + "x-ms-correlation-request-id": "e6d25401-b16b-405f-b8c5-81a9516c6c32", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "079dc61e-5823-41c8-9e1f-2fa7e460c9fc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T065045Z:e6d25401-b16b-405f-b8c5-81a9516c6c32" }, "ResponseBody": { - "name": "azsmnet3788", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg323/providers/Microsoft.Network/localNetworkGateways/azsmnet3788", - "etag": "W/\u00224e37bec3-183a-4901-b657-5286bd96aae1\u0022", + "name": "azsmnet2650", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg530/providers/Microsoft.Network/localNetworkGateways/azsmnet2650", + "etag": "W/\u002248eebc26-8479-4a07-8802-bff4f8bdb21d\u0022", "type": "Microsoft.Network/localNetworkGateways", "location": "westus", "tags": { @@ -164,7 +163,7 @@ }, "properties": { "provisioningState": "Updating", - "resourceGuid": "eb25d61d-6aed-415c-b762-17d3d5d8ab07", + "resourceGuid": "66b49150-7b87-4f3f-822d-1c91b8b1e023", "localNetworkAddressSpace": { "addressPrefixes": [ "192.168.0.0/16" @@ -180,13 +179,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/71830c7d-9cf9-46ef-b03a-db7aabb99907?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/079dc61e-5823-41c8-9e1f-2fa7e460c9fc?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-b621422ed8013348bae45783fff2d086-0889722bf199e840-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "511c7340edc7c3eddc6c4aa909362643", + "traceparent": "00-9a49c77806ad78c45ab24d6234518fe5-730d7b52a4c26f56-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "7947387a37f1cc4513ab471fc7eb580a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -195,7 +194,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:12:25 GMT", + "Date": "Sat, 22 Apr 2023 06:50:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", @@ -205,25 +204,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "72b1a4ed-eaf8-43e0-80fd-148fc172ae10", - "x-ms-client-request-id": "511c7340edc7c3eddc6c4aa909362643", - "x-ms-correlation-request-id": "20d0b7dc-1bb3-4dee-9ce0-39a3a665da14", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "7a621d99-6c6a-41eb-8a31-555c537ab775", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T101226Z:20d0b7dc-1bb3-4dee-9ce0-39a3a665da14" + "x-ms-arm-service-request-id": "2efc9de3-4766-48f6-8909-87816cda9c83", + "x-ms-client-request-id": "7947387a37f1cc4513ab471fc7eb580a", + "x-ms-correlation-request-id": "6506baea-54d2-4d3b-ae73-d96f6dc9fbe9", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "5f588e47-fef1-492d-9b4a-dc1095602eb3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T065045Z:6506baea-54d2-4d3b-ae73-d96f6dc9fbe9" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/71830c7d-9cf9-46ef-b03a-db7aabb99907?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/079dc61e-5823-41c8-9e1f-2fa7e460c9fc?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-b621422ed8013348bae45783fff2d086-eb141b9deb01f248-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "670816ac3096a6f45e8bb25e67ceb853", + "traceparent": "00-9a49c77806ad78c45ab24d6234518fe5-e45fa417ffd62cad-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "710ae07bf65e1141b11e071051392e2c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -232,7 +231,7 @@ "Cache-Control": "no-cache", "Content-Length": "29", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:12:36 GMT", + "Date": "Sat, 22 Apr 2023 06:50:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -241,25 +240,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b3eb8996-64c3-4d37-b267-5a00d8241c17", - "x-ms-client-request-id": "670816ac3096a6f45e8bb25e67ceb853", - "x-ms-correlation-request-id": "5b5d6bc4-b10e-48c0-9bcb-6962ec5fd7c2", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "35573e0f-aa9c-45bc-a4dd-bc0f00a754bb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T101236Z:5b5d6bc4-b10e-48c0-9bcb-6962ec5fd7c2" + "x-ms-arm-service-request-id": "c39245d6-f92d-4a7f-992a-fb2c3b3f45aa", + "x-ms-client-request-id": "710ae07bf65e1141b11e071051392e2c", + "x-ms-correlation-request-id": "c843759a-7431-4ebc-b328-36d97aaa120d", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "0232ca03-6c22-4c2f-9db0-568f41f5fe23", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T065055Z:c843759a-7431-4ebc-b328-36d97aaa120d" }, "ResponseBody": { "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg323/providers/Microsoft.Network/localNetworkGateways/azsmnet3788?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg530/providers/Microsoft.Network/localNetworkGateways/azsmnet2650?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-b621422ed8013348bae45783fff2d086-9cd038e3218f8746-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "8d4c8b7d5653639a4891363b5ca32cb9", + "traceparent": "00-9a49c77806ad78c45ab24d6234518fe5-bee13bc58da654ca-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "39add513af118ff59a7f9122b12ca89e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -268,8 +267,8 @@ "Cache-Control": "no-cache", "Content-Length": "739", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:12:36 GMT", - "ETag": "W/\u002207c87e4c-bbb8-4d1a-918d-caccf6b65b66\u0022", + "Date": "Sat, 22 Apr 2023 06:50:55 GMT", + "ETag": "W/\u0022acdfba5e-db7d-43f3-b833-9f4f64aaf54c\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -278,17 +277,17 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "da65db76-ab19-4fa6-a53a-7a6e354f04a0", - "x-ms-client-request-id": "8d4c8b7d5653639a4891363b5ca32cb9", - "x-ms-correlation-request-id": "9cf03334-0ffe-4f98-b61a-b00848eb13b7", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "8770de42-e2f7-408a-9e09-d80d85dd961f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T101236Z:9cf03334-0ffe-4f98-b61a-b00848eb13b7" + "x-ms-arm-service-request-id": "75d47055-1ea7-48fa-bf50-1737b3c5a845", + "x-ms-client-request-id": "39add513af118ff59a7f9122b12ca89e", + "x-ms-correlation-request-id": "59181bd5-589c-42ff-a565-09a0eafd19f3", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "552dc50b-d014-4411-9906-d86577d3d94e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T065056Z:59181bd5-589c-42ff-a565-09a0eafd19f3" }, "ResponseBody": { - "name": "azsmnet3788", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg323/providers/Microsoft.Network/localNetworkGateways/azsmnet3788", - "etag": "W/\u002207c87e4c-bbb8-4d1a-918d-caccf6b65b66\u0022", + "name": "azsmnet2650", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg530/providers/Microsoft.Network/localNetworkGateways/azsmnet2650", + "etag": "W/\u0022acdfba5e-db7d-43f3-b833-9f4f64aaf54c\u0022", "type": "Microsoft.Network/localNetworkGateways", "location": "westus", "tags": { @@ -296,7 +295,7 @@ }, "properties": { "provisioningState": "Succeeded", - "resourceGuid": "eb25d61d-6aed-415c-b762-17d3d5d8ab07", + "resourceGuid": "66b49150-7b87-4f3f-822d-1c91b8b1e023", "localNetworkAddressSpace": { "addressPrefixes": [ "192.168.0.0/16" @@ -312,14 +311,14 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg323/providers/Microsoft.Network/localNetworkGateways/azsmnet3788?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg530/providers/Microsoft.Network/localNetworkGateways/azsmnet2650?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-6cebea54ffd38141902dcccae7a94374-255f2f9cad996c4c-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220530.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "9fd8b3b48b6110457f75f23b3a8e5c0d", + "traceparent": "00-8630f9e6a095d1730b0aa4e5cd0167f9-ca51304701ecc901-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230422.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1fbcce97955684e9f636c8d230357bda", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -328,8 +327,8 @@ "Cache-Control": "no-cache", "Content-Length": "739", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:12:37 GMT", - "ETag": "W/\u002207c87e4c-bbb8-4d1a-918d-caccf6b65b66\u0022", + "Date": "Sat, 22 Apr 2023 06:50:56 GMT", + "ETag": "W/\u0022acdfba5e-db7d-43f3-b833-9f4f64aaf54c\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -338,17 +337,17 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9b61eedd-4a9f-4df3-ae85-6aed9c2b0d0d", - "x-ms-client-request-id": "9fd8b3b48b6110457f75f23b3a8e5c0d", - "x-ms-correlation-request-id": "d03c4feb-9b1c-417d-bcc0-b6a9dda44e35", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-request-id": "1a464887-8fbb-4584-9fe9-3b814e68c3f1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T101237Z:d03c4feb-9b1c-417d-bcc0-b6a9dda44e35" + "x-ms-arm-service-request-id": "ae351faa-ef8d-43d3-9c4a-ad18bea35ee2", + "x-ms-client-request-id": "1fbcce97955684e9f636c8d230357bda", + "x-ms-correlation-request-id": "0ca95ec2-63d2-4848-b001-5d2cacba6930", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "9f095a93-bc74-4aae-b9cb-f3b6c6097d8c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T065057Z:0ca95ec2-63d2-4848-b001-5d2cacba6930" }, "ResponseBody": { - "name": "azsmnet3788", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg323/providers/Microsoft.Network/localNetworkGateways/azsmnet3788", - "etag": "W/\u002207c87e4c-bbb8-4d1a-918d-caccf6b65b66\u0022", + "name": "azsmnet2650", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg530/providers/Microsoft.Network/localNetworkGateways/azsmnet2650", + "etag": "W/\u0022acdfba5e-db7d-43f3-b833-9f4f64aaf54c\u0022", "type": "Microsoft.Network/localNetworkGateways", "location": "westus", "tags": { @@ -356,7 +355,7 @@ }, "properties": { "provisioningState": "Succeeded", - "resourceGuid": "eb25d61d-6aed-415c-b762-17d3d5d8ab07", + "resourceGuid": "66b49150-7b87-4f3f-822d-1c91b8b1e023", "localNetworkAddressSpace": { "addressPrefixes": [ "192.168.0.0/16" @@ -372,16 +371,16 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg323/providers/Microsoft.Network/publicIPAddresses/azsmnet6314?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg530/providers/Microsoft.Network/publicIPAddresses/azsmnet8595?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "144", "Content-Type": "application/json", - "traceparent": "00-be670b120d630c45befa326bfe1d5a93-c70e56a5a0ada44c-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220530.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "98e97d2c56f0a57c1e04fab849bb5ff9", + "traceparent": "00-805e104e0883950c236d48d068b1d898-7da7a6697619c3b9-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230422.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1e3df10cccf97bebd7de651f60847668", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -392,18 +391,18 @@ "properties": { "publicIPAllocationMethod": "Dynamic", "dnsSettings": { - "domainNameLabel": "azsmnet2703" + "domainNameLabel": "azsmnet6390" } } }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/bca8eeca-d47c-4663-a064-66b45660036d?api-version=2021-02-01", + "azure-asyncnotification": "Enabled", + "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/414bf535-725c-40dc-9529-c5f465522d0b?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "793", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:12:41 GMT", + "Date": "Sat, 22 Apr 2023 06:51:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "1", @@ -413,30 +412,30 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9c991dc6-fd92-4fae-a1b8-b99347f019be", - "x-ms-client-request-id": "98e97d2c56f0a57c1e04fab849bb5ff9", - "x-ms-correlation-request-id": "6a3ff25b-fb75-4624-8792-481cd69a0712", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-request-id": "bca8eeca-d47c-4663-a064-66b45660036d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T101241Z:6a3ff25b-fb75-4624-8792-481cd69a0712" + "x-ms-arm-service-request-id": "4e518682-d58d-4b73-9376-e348019e9ad8", + "x-ms-client-request-id": "1e3df10cccf97bebd7de651f60847668", + "x-ms-correlation-request-id": "803a1158-f221-40cb-b449-24d876354ec9", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "414bf535-725c-40dc-9529-c5f465522d0b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T065101Z:803a1158-f221-40cb-b449-24d876354ec9" }, "ResponseBody": { - "name": "azsmnet6314", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg323/providers/Microsoft.Network/publicIPAddresses/azsmnet6314", - "etag": "W/\u0022b854a915-93a3-4b75-9021-8a1de22c88af\u0022", + "name": "azsmnet8595", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg530/providers/Microsoft.Network/publicIPAddresses/azsmnet8595", + "etag": "W/\u002211559e58-a8ae-48d1-9499-53b36eda7060\u0022", "location": "westus", "tags": { "key": "value" }, "properties": { "provisioningState": "Updating", - "resourceGuid": "663b8a4a-be14-4d13-87a4-1c3b1bc20bdb", + "resourceGuid": "e1b25f0c-b4d8-4adb-8c1f-06ff8d13d27d", "publicIPAddressVersion": "IPv4", "publicIPAllocationMethod": "Dynamic", "idleTimeoutInMinutes": 4, "dnsSettings": { - "domainNameLabel": "azsmnet2703", - "fqdn": "azsmnet2703.westus.cloudapp.azure.com" + "domainNameLabel": "azsmnet6390", + "fqdn": "azsmnet6390.westus.cloudapp.azure.com" }, "ipTags": [] }, @@ -448,13 +447,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/bca8eeca-d47c-4663-a064-66b45660036d?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/414bf535-725c-40dc-9529-c5f465522d0b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-be670b120d630c45befa326bfe1d5a93-011c2405667b9241-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "ae7665881bcf81c323bc6c4016c62b37", + "traceparent": "00-805e104e0883950c236d48d068b1d898-349af30480ca1d13-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b62095a57860efd534dbbe0b1fd7d543", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -463,7 +462,7 @@ "Cache-Control": "no-cache", "Content-Length": "29", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:12:41 GMT", + "Date": "Sat, 22 Apr 2023 06:51:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -472,25 +471,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "76920ba3-31e5-4c7a-8206-0a0dd4b4ae94", - "x-ms-client-request-id": "ae7665881bcf81c323bc6c4016c62b37", - "x-ms-correlation-request-id": "02194ae0-020d-4f5e-82bb-7c0990a1274f", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-request-id": "e9bee629-4d5d-4e39-8b52-a7da8cf0ea3a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T101241Z:02194ae0-020d-4f5e-82bb-7c0990a1274f" + "x-ms-arm-service-request-id": "0fc750b8-87a6-44af-a0d5-d8601c00f479", + "x-ms-client-request-id": "b62095a57860efd534dbbe0b1fd7d543", + "x-ms-correlation-request-id": "6f090a5e-9d11-4f61-b721-2cf86044f38e", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "8e737f46-977d-4cf7-b9f9-4d15527f9a30", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T065101Z:6f090a5e-9d11-4f61-b721-2cf86044f38e" }, "ResponseBody": { "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg323/providers/Microsoft.Network/publicIPAddresses/azsmnet6314?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg530/providers/Microsoft.Network/publicIPAddresses/azsmnet8595?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-be670b120d630c45befa326bfe1d5a93-bcd9efa5d6dbbb4a-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "a8e441dc99183a0437ad8912f31d7c64", + "traceparent": "00-805e104e0883950c236d48d068b1d898-ef065eafe1e7fe49-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f8bcc75c6d5d8e460514db1de5c81c71", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -499,8 +498,8 @@ "Cache-Control": "no-cache", "Content-Length": "794", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:12:41 GMT", - "ETag": "W/\u0022336a64ab-6755-4e77-a0ff-287db599144d\u0022", + "Date": "Sat, 22 Apr 2023 06:51:01 GMT", + "ETag": "W/\u00225a3e21dc-d094-41dd-bb03-6337c51eec30\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -509,30 +508,30 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "bc881c18-65b2-4929-8ff4-37f094e49a14", - "x-ms-client-request-id": "a8e441dc99183a0437ad8912f31d7c64", - "x-ms-correlation-request-id": "7b22475b-e893-4768-a38d-4b62daebd800", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-request-id": "8e3c48de-2e4e-4cab-afdb-8ba1aaceb23c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T101241Z:7b22475b-e893-4768-a38d-4b62daebd800" + "x-ms-arm-service-request-id": "376eadfd-db9c-4704-80fb-be151679bf13", + "x-ms-client-request-id": "f8bcc75c6d5d8e460514db1de5c81c71", + "x-ms-correlation-request-id": "1d4e49eb-a2d4-491e-8d8a-4bbe3f436db1", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "3b045d0d-8ad4-463b-bb3c-72bbdaf9face", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T065102Z:1d4e49eb-a2d4-491e-8d8a-4bbe3f436db1" }, "ResponseBody": { - "name": "azsmnet6314", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg323/providers/Microsoft.Network/publicIPAddresses/azsmnet6314", - "etag": "W/\u0022336a64ab-6755-4e77-a0ff-287db599144d\u0022", + "name": "azsmnet8595", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg530/providers/Microsoft.Network/publicIPAddresses/azsmnet8595", + "etag": "W/\u00225a3e21dc-d094-41dd-bb03-6337c51eec30\u0022", "location": "westus", "tags": { "key": "value" }, "properties": { "provisioningState": "Succeeded", - "resourceGuid": "663b8a4a-be14-4d13-87a4-1c3b1bc20bdb", + "resourceGuid": "e1b25f0c-b4d8-4adb-8c1f-06ff8d13d27d", "publicIPAddressVersion": "IPv4", "publicIPAllocationMethod": "Dynamic", "idleTimeoutInMinutes": 4, "dnsSettings": { - "domainNameLabel": "azsmnet2703", - "fqdn": "azsmnet2703.westus.cloudapp.azure.com" + "domainNameLabel": "azsmnet6390", + "fqdn": "azsmnet6390.westus.cloudapp.azure.com" }, "ipTags": [] }, @@ -544,14 +543,14 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg323/providers/Microsoft.Network/publicIPAddresses/azsmnet6314?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg530/providers/Microsoft.Network/publicIPAddresses/azsmnet8595?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-248cd5dd35930b4dbcfa84ad74840c61-215c6e02bc183441-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220530.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "e430d1cfb1448e29f073f63685052547", + "traceparent": "00-25d7f552f76f2fb30cff1c1ae8e4b0a3-c528b6261340ae23-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230422.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ca7aaed9bf630008ad8ddbf9bfe10a6c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -560,8 +559,8 @@ "Cache-Control": "no-cache", "Content-Length": "794", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:12:42 GMT", - "ETag": "W/\u0022336a64ab-6755-4e77-a0ff-287db599144d\u0022", + "Date": "Sat, 22 Apr 2023 06:51:02 GMT", + "ETag": "W/\u00225a3e21dc-d094-41dd-bb03-6337c51eec30\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -570,30 +569,30 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "aae32a29-5a83-426b-b7cd-3794bbe1a3c9", - "x-ms-client-request-id": "e430d1cfb1448e29f073f63685052547", - "x-ms-correlation-request-id": "2f5319b6-a3a7-47d9-b288-3c383873032d", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-request-id": "f7434913-0318-45b4-abee-ea3a055560de", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T101242Z:2f5319b6-a3a7-47d9-b288-3c383873032d" + "x-ms-arm-service-request-id": "1dccb9fc-c96c-4606-a8dc-d32930e293ab", + "x-ms-client-request-id": "ca7aaed9bf630008ad8ddbf9bfe10a6c", + "x-ms-correlation-request-id": "8098f31a-e5d0-4414-aadd-9663a7093bf4", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "b0329b2a-4249-4c1a-95e4-440b2a9adb33", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T065102Z:8098f31a-e5d0-4414-aadd-9663a7093bf4" }, "ResponseBody": { - "name": "azsmnet6314", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg323/providers/Microsoft.Network/publicIPAddresses/azsmnet6314", - "etag": "W/\u0022336a64ab-6755-4e77-a0ff-287db599144d\u0022", + "name": "azsmnet8595", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg530/providers/Microsoft.Network/publicIPAddresses/azsmnet8595", + "etag": "W/\u00225a3e21dc-d094-41dd-bb03-6337c51eec30\u0022", "location": "westus", "tags": { "key": "value" }, "properties": { "provisioningState": "Succeeded", - "resourceGuid": "663b8a4a-be14-4d13-87a4-1c3b1bc20bdb", + "resourceGuid": "e1b25f0c-b4d8-4adb-8c1f-06ff8d13d27d", "publicIPAddressVersion": "IPv4", "publicIPAllocationMethod": "Dynamic", "idleTimeoutInMinutes": 4, "dnsSettings": { - "domainNameLabel": "azsmnet2703", - "fqdn": "azsmnet2703.westus.cloudapp.azure.com" + "domainNameLabel": "azsmnet6390", + "fqdn": "azsmnet6390.westus.cloudapp.azure.com" }, "ipTags": [] }, @@ -605,16 +604,16 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg323/providers/Microsoft.Network/virtualNetworks/azsmnet3781?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg530/providers/Microsoft.Network/virtualNetworks/azsmnet6750?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "222", "Content-Type": "application/json", - "traceparent": "00-81ff331ffec41441a31c55d53b3a05f3-6326e44d48556e43-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220530.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "d5e7822c108c60ee3b762292b18e053f", + "traceparent": "00-c209b20ed719a671a65f645736f5daa1-35c898c25d4a54df-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230422.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a998c5a3590c4f3792b14b9db7096bbf", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -643,12 +642,12 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/f5248639-032e-41e1-abe2-b7f436d21432?api-version=2021-02-01", + "azure-asyncnotification": "Enabled", + "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/70dee395-c0cd-40ec-9671-1a3c72c2d0e2?api-version=2022-09-01", "Cache-Control": "no-cache", - "Content-Length": "1333", + "Content-Length": "1334", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:12:45 GMT", + "Date": "Sat, 22 Apr 2023 06:51:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -658,22 +657,22 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4aa6b4e3-8cfb-4bc9-b941-9a5eea043daf", - "x-ms-client-request-id": "d5e7822c108c60ee3b762292b18e053f", - "x-ms-correlation-request-id": "50821e1e-fbe6-4a34-a901-6432e0adc0b6", - "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-request-id": "f5248639-032e-41e1-abe2-b7f436d21432", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T101245Z:50821e1e-fbe6-4a34-a901-6432e0adc0b6" + "x-ms-arm-service-request-id": "829a1853-b050-446b-8eef-799d61c24988", + "x-ms-client-request-id": "a998c5a3590c4f3792b14b9db7096bbf", + "x-ms-correlation-request-id": "84f4d2a2-c5f0-4382-860c-219ebc9e1b2c", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "70dee395-c0cd-40ec-9671-1a3c72c2d0e2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T065106Z:84f4d2a2-c5f0-4382-860c-219ebc9e1b2c" }, "ResponseBody": { - "name": "azsmnet3781", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg323/providers/Microsoft.Network/virtualNetworks/azsmnet3781", - "etag": "W/\u00225f6f731f-4195-4e57-a3fc-1dbf6817c23d\u0022", + "name": "azsmnet6750", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg530/providers/Microsoft.Network/virtualNetworks/azsmnet6750", + "etag": "W/\u0022946b2e85-69b5-4546-9208-71b3081f2ad9\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus", "properties": { "provisioningState": "Updating", - "resourceGuid": "7220cea6-c807-4661-9abd-1108a6394e7c", + "resourceGuid": "3af1397e-8114-4144-ba59-4a9fd1ab7128", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -688,13 +687,13 @@ "subnets": [ { "name": "GatewaySubnet", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg323/providers/Microsoft.Network/virtualNetworks/azsmnet3781/subnets/GatewaySubnet", - "etag": "W/\u00225f6f731f-4195-4e57-a3fc-1dbf6817c23d\u0022", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg530/providers/Microsoft.Network/virtualNetworks/azsmnet6750/subnets/GatewaySubnet", + "etag": "W/\u0022946b2e85-69b5-4546-9208-71b3081f2ad9\u0022", "properties": { "provisioningState": "Updating", "addressPrefix": "10.0.0.0/24", "delegations": [], - "privateEndpointNetworkPolicies": "Enabled", + "privateEndpointNetworkPolicies": "Disabled", "privateLinkServiceNetworkPolicies": "Enabled" }, "type": "Microsoft.Network/virtualNetworks/subnets" @@ -706,13 +705,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/f5248639-032e-41e1-abe2-b7f436d21432?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/70dee395-c0cd-40ec-9671-1a3c72c2d0e2?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-81ff331ffec41441a31c55d53b3a05f3-2608518c0652604b-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "9ac75f418f94c1424183083b06fc3fe5", + "traceparent": "00-c209b20ed719a671a65f645736f5daa1-efa81fccd1ae6704-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "0242186fc88454cc427bd10ebc62f583", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -721,7 +720,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:12:45 GMT", + "Date": "Sat, 22 Apr 2023 06:51:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", @@ -731,25 +730,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c7eafde3-9f2e-4901-96a1-8f7fa219da89", - "x-ms-client-request-id": "9ac75f418f94c1424183083b06fc3fe5", - "x-ms-correlation-request-id": "018987f1-41db-4f02-973d-08fb961c5ed7", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-request-id": "686c589f-5522-4ac5-b423-776f59e56cf8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T101245Z:018987f1-41db-4f02-973d-08fb961c5ed7" + "x-ms-arm-service-request-id": "2f071c98-b095-48a9-b4ab-5bdbae3bd6d1", + "x-ms-client-request-id": "0242186fc88454cc427bd10ebc62f583", + "x-ms-correlation-request-id": "c4d29e94-4825-4423-a171-4cfd535d38d0", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "67cd3898-5984-4530-8e73-742c7852d757", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T065106Z:c4d29e94-4825-4423-a171-4cfd535d38d0" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/f5248639-032e-41e1-abe2-b7f436d21432?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/70dee395-c0cd-40ec-9671-1a3c72c2d0e2?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-81ff331ffec41441a31c55d53b3a05f3-0059a2a8c6c06d43-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "957df6f0b1e0396b58cf7fd46b4b9286", + "traceparent": "00-c209b20ed719a671a65f645736f5daa1-a524b1e1ab0d72a4-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "af723a700f98c2fa28d9edc189a603c2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -758,7 +757,7 @@ "Cache-Control": "no-cache", "Content-Length": "29", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:12:56 GMT", + "Date": "Sat, 22 Apr 2023 06:51:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -767,35 +766,35 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d95c719c-b300-4200-86cc-7c763097582c", - "x-ms-client-request-id": "957df6f0b1e0396b58cf7fd46b4b9286", - "x-ms-correlation-request-id": "53a11457-b5cd-4928-8e82-c0eba4dfcf5c", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-request-id": "a50fe1cc-1d98-49db-a44a-3e8046bcd1fc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T101256Z:53a11457-b5cd-4928-8e82-c0eba4dfcf5c" + "x-ms-arm-service-request-id": "ce6a5c6c-cbe5-4fb9-a2be-4f6984d98b44", + "x-ms-client-request-id": "af723a700f98c2fa28d9edc189a603c2", + "x-ms-correlation-request-id": "99c2d086-05c2-45e2-80d4-cf8897c6cf9d", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "bb5eb8ae-9ea5-42a7-a406-6568ce067adf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T065117Z:99c2d086-05c2-45e2-80d4-cf8897c6cf9d" }, "ResponseBody": { "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg323/providers/Microsoft.Network/virtualNetworks/azsmnet3781?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg530/providers/Microsoft.Network/virtualNetworks/azsmnet6750?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-81ff331ffec41441a31c55d53b3a05f3-a2fa5610fffdea45-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "51509a446ac777aa2d8354c3e9ef115a", + "traceparent": "00-c209b20ed719a671a65f645736f5daa1-16c71ae9b7aa29b7-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "9f2e418d68c7843b651c1a8f0e8e0158", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1335", + "Content-Length": "1336", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:12:56 GMT", - "ETag": "W/\u002290fe867b-a19b-4cc2-bd1d-0181e5d95350\u0022", + "Date": "Sat, 22 Apr 2023 06:51:17 GMT", + "ETag": "W/\u002207c12a06-5944-4f45-a6a3-4c4833f122d9\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -804,22 +803,22 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "eb2ab10f-7c4a-473f-931d-63f9b72f79aa", - "x-ms-client-request-id": "51509a446ac777aa2d8354c3e9ef115a", - "x-ms-correlation-request-id": "b0070cca-42e2-4013-b11c-c0f1ffa23b53", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-request-id": "0e2f7dec-b79c-4998-9432-1e5caa46752e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T101257Z:b0070cca-42e2-4013-b11c-c0f1ffa23b53" + "x-ms-arm-service-request-id": "cf7a9810-6dcf-4f21-ac5c-95e791f9c33e", + "x-ms-client-request-id": "9f2e418d68c7843b651c1a8f0e8e0158", + "x-ms-correlation-request-id": "8fda5bdc-cb79-4953-b82c-62d993e603c5", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "c30787ed-0362-4cc0-86c6-81c87231a6b9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T065117Z:8fda5bdc-cb79-4953-b82c-62d993e603c5" }, "ResponseBody": { - "name": "azsmnet3781", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg323/providers/Microsoft.Network/virtualNetworks/azsmnet3781", - "etag": "W/\u002290fe867b-a19b-4cc2-bd1d-0181e5d95350\u0022", + "name": "azsmnet6750", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg530/providers/Microsoft.Network/virtualNetworks/azsmnet6750", + "etag": "W/\u002207c12a06-5944-4f45-a6a3-4c4833f122d9\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus", "properties": { "provisioningState": "Succeeded", - "resourceGuid": "7220cea6-c807-4661-9abd-1108a6394e7c", + "resourceGuid": "3af1397e-8114-4144-ba59-4a9fd1ab7128", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -834,13 +833,13 @@ "subnets": [ { "name": "GatewaySubnet", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg323/providers/Microsoft.Network/virtualNetworks/azsmnet3781/subnets/GatewaySubnet", - "etag": "W/\u002290fe867b-a19b-4cc2-bd1d-0181e5d95350\u0022", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg530/providers/Microsoft.Network/virtualNetworks/azsmnet6750/subnets/GatewaySubnet", + "etag": "W/\u002207c12a06-5944-4f45-a6a3-4c4833f122d9\u0022", "properties": { "provisioningState": "Succeeded", "addressPrefix": "10.0.0.0/24", "delegations": [], - "privateEndpointNetworkPolicies": "Enabled", + "privateEndpointNetworkPolicies": "Disabled", "privateLinkServiceNetworkPolicies": "Enabled" }, "type": "Microsoft.Network/virtualNetworks/subnets" @@ -852,24 +851,24 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg323/providers/Microsoft.Network/virtualNetworks/azsmnet3781?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg530/providers/Microsoft.Network/virtualNetworks/azsmnet6750?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-8d5a680b6914604ab29b4b425467a23c-790cdfede6bc934e-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220530.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "d7b2bf789c3790a6f48d42c5106d55f6", + "traceparent": "00-6839cd144982bbb70a15e12faa3c3031-3ac594a4fd0c8bc3-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230422.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "11214d55745c60711d7fd9aada0acb9c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1335", + "Content-Length": "1336", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:12:57 GMT", - "ETag": "W/\u002290fe867b-a19b-4cc2-bd1d-0181e5d95350\u0022", + "Date": "Sat, 22 Apr 2023 06:51:18 GMT", + "ETag": "W/\u002207c12a06-5944-4f45-a6a3-4c4833f122d9\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -878,22 +877,22 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e2fd05f6-bc72-4cc4-b0ed-e7d2995363fa", - "x-ms-client-request-id": "d7b2bf789c3790a6f48d42c5106d55f6", - "x-ms-correlation-request-id": "d746ef51-9125-4aab-b8a1-1d94f4ac982a", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-request-id": "8f86bbdb-3f7d-4899-8573-394e203cc0ce", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T101257Z:d746ef51-9125-4aab-b8a1-1d94f4ac982a" + "x-ms-arm-service-request-id": "1c374599-a073-494b-82b7-83c7c860d2eb", + "x-ms-client-request-id": "11214d55745c60711d7fd9aada0acb9c", + "x-ms-correlation-request-id": "680ab64a-0516-4eea-8651-24ec87486811", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "a608f1cd-13df-4783-b6dd-d62aab7b7cd5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T065118Z:680ab64a-0516-4eea-8651-24ec87486811" }, "ResponseBody": { - "name": "azsmnet3781", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg323/providers/Microsoft.Network/virtualNetworks/azsmnet3781", - "etag": "W/\u002290fe867b-a19b-4cc2-bd1d-0181e5d95350\u0022", + "name": "azsmnet6750", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg530/providers/Microsoft.Network/virtualNetworks/azsmnet6750", + "etag": "W/\u002207c12a06-5944-4f45-a6a3-4c4833f122d9\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus", "properties": { "provisioningState": "Succeeded", - "resourceGuid": "7220cea6-c807-4661-9abd-1108a6394e7c", + "resourceGuid": "3af1397e-8114-4144-ba59-4a9fd1ab7128", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -908,13 +907,13 @@ "subnets": [ { "name": "GatewaySubnet", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg323/providers/Microsoft.Network/virtualNetworks/azsmnet3781/subnets/GatewaySubnet", - "etag": "W/\u002290fe867b-a19b-4cc2-bd1d-0181e5d95350\u0022", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg530/providers/Microsoft.Network/virtualNetworks/azsmnet6750/subnets/GatewaySubnet", + "etag": "W/\u002207c12a06-5944-4f45-a6a3-4c4833f122d9\u0022", "properties": { "provisioningState": "Succeeded", "addressPrefix": "10.0.0.0/24", "delegations": [], - "privateEndpointNetworkPolicies": "Enabled", + "privateEndpointNetworkPolicies": "Disabled", "privateLinkServiceNetworkPolicies": "Enabled" }, "type": "Microsoft.Network/virtualNetworks/subnets" @@ -926,24 +925,24 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg323/providers/Microsoft.Network/virtualNetworks/azsmnet3781?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg530/providers/Microsoft.Network/virtualNetworks/azsmnet6750?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-b8dd156f3546794cb99c50f14a503f6e-46055588d9686e40-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220530.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "6cf682f1eeab861d4b05675d5ca75068", + "traceparent": "00-b981e2188f6650127467a6e064e6961d-e12756abf4ebcbef-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230422.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "7b800e78563408bbffee4a7cf46bb39a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1335", + "Content-Length": "1336", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:12:57 GMT", - "ETag": "W/\u002290fe867b-a19b-4cc2-bd1d-0181e5d95350\u0022", + "Date": "Sat, 22 Apr 2023 06:51:18 GMT", + "ETag": "W/\u002207c12a06-5944-4f45-a6a3-4c4833f122d9\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -952,22 +951,22 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9a24e30e-13ab-441c-a5f4-00c45d822a2a", - "x-ms-client-request-id": "6cf682f1eeab861d4b05675d5ca75068", - "x-ms-correlation-request-id": "1af9c066-e86b-4eea-9c3f-0b13bb0cb197", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-request-id": "62d0828b-da9f-46b8-a006-7bafeed4d6c7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T101258Z:1af9c066-e86b-4eea-9c3f-0b13bb0cb197" + "x-ms-arm-service-request-id": "b946c99c-f374-4648-a1d0-21e28fccb52e", + "x-ms-client-request-id": "7b800e78563408bbffee4a7cf46bb39a", + "x-ms-correlation-request-id": "022023a4-7576-41a4-8df7-a5a4a71e92de", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "06bea86c-3023-4455-962c-28f5b4bcd67c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T065118Z:022023a4-7576-41a4-8df7-a5a4a71e92de" }, "ResponseBody": { - "name": "azsmnet3781", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg323/providers/Microsoft.Network/virtualNetworks/azsmnet3781", - "etag": "W/\u002290fe867b-a19b-4cc2-bd1d-0181e5d95350\u0022", + "name": "azsmnet6750", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg530/providers/Microsoft.Network/virtualNetworks/azsmnet6750", + "etag": "W/\u002207c12a06-5944-4f45-a6a3-4c4833f122d9\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus", "properties": { "provisioningState": "Succeeded", - "resourceGuid": "7220cea6-c807-4661-9abd-1108a6394e7c", + "resourceGuid": "3af1397e-8114-4144-ba59-4a9fd1ab7128", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -982,13 +981,13 @@ "subnets": [ { "name": "GatewaySubnet", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg323/providers/Microsoft.Network/virtualNetworks/azsmnet3781/subnets/GatewaySubnet", - "etag": "W/\u002290fe867b-a19b-4cc2-bd1d-0181e5d95350\u0022", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg530/providers/Microsoft.Network/virtualNetworks/azsmnet6750/subnets/GatewaySubnet", + "etag": "W/\u002207c12a06-5944-4f45-a6a3-4c4833f122d9\u0022", "properties": { "provisioningState": "Succeeded", "addressPrefix": "10.0.0.0/24", "delegations": [], - "privateEndpointNetworkPolicies": "Enabled", + "privateEndpointNetworkPolicies": "Disabled", "privateLinkServiceNetworkPolicies": "Enabled" }, "type": "Microsoft.Network/virtualNetworks/subnets" @@ -1000,24 +999,24 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg323/providers/Microsoft.Network/virtualNetworks/azsmnet3781/subnets/GatewaySubnet?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg530/providers/Microsoft.Network/virtualNetworks/azsmnet6750/subnets/GatewaySubnet?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-30cc53ce84f05c469d55f7318d47b285-da21d931444db242-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220530.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "ac5c24beba98a74ef4bf5c3a28e567c0", + "traceparent": "00-755a6727dfa5e5b3ca0fc00903c4ecdf-39cd0cc8db1ef739-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230422.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "3b6c94d7f1841966cfce82478e90a95a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "537", + "Content-Length": "538", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:12:58 GMT", - "ETag": "W/\u002290fe867b-a19b-4cc2-bd1d-0181e5d95350\u0022", + "Date": "Sat, 22 Apr 2023 06:51:19 GMT", + "ETag": "W/\u002207c12a06-5944-4f45-a6a3-4c4833f122d9\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1026,38 +1025,38 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9c44669f-b14b-4675-aa2d-6c23122775d6", - "x-ms-client-request-id": "ac5c24beba98a74ef4bf5c3a28e567c0", - "x-ms-correlation-request-id": "f909d774-7451-4a02-8d14-ec5b02d6ec25", - "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-request-id": "928e1564-bf2a-4cee-bc7a-668af617042c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T101258Z:f909d774-7451-4a02-8d14-ec5b02d6ec25" + "x-ms-arm-service-request-id": "6b47ded8-676c-4708-870b-b6ad8751b255", + "x-ms-client-request-id": "3b6c94d7f1841966cfce82478e90a95a", + "x-ms-correlation-request-id": "6563bfde-d16d-434f-9965-7098db0865b9", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "ae8ffede-60a8-4ae3-9439-2d11fb7e3e8d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T065119Z:6563bfde-d16d-434f-9965-7098db0865b9" }, "ResponseBody": { "name": "GatewaySubnet", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg323/providers/Microsoft.Network/virtualNetworks/azsmnet3781/subnets/GatewaySubnet", - "etag": "W/\u002290fe867b-a19b-4cc2-bd1d-0181e5d95350\u0022", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg530/providers/Microsoft.Network/virtualNetworks/azsmnet6750/subnets/GatewaySubnet", + "etag": "W/\u002207c12a06-5944-4f45-a6a3-4c4833f122d9\u0022", "properties": { "provisioningState": "Succeeded", "addressPrefix": "10.0.0.0/24", "delegations": [], - "privateEndpointNetworkPolicies": "Enabled", + "privateEndpointNetworkPolicies": "Disabled", "privateLinkServiceNetworkPolicies": "Enabled" }, "type": "Microsoft.Network/virtualNetworks/subnets" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg323/providers/Microsoft.Network/virtualNetworkGateways/azsmnet6432?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg530/providers/Microsoft.Network/virtualNetworkGateways/azsmnet2748?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "636", "Content-Type": "application/json", - "traceparent": "00-080a160e24051444b8b3bd2ae3b2bd74-e4ae0bc245492348-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220530.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "a4f866d28aae2ca18c323549344d3dd9", + "traceparent": "00-a4cb35d5a2c03448cb55a142cc57b60e-b0b9eaa3977a0e78-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230422.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "860e0016ff241991126e2af46bb1cb3f", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -1068,14 +1067,14 @@ "properties": { "ipConfigurations": [ { - "name": "azsmnet9866", + "name": "azsmnet4283", "properties": { "privateIPAllocationMethod": "Dynamic", "subnet": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg323/providers/Microsoft.Network/virtualNetworks/azsmnet3781/subnets/GatewaySubnet" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg530/providers/Microsoft.Network/virtualNetworks/azsmnet6750/subnets/GatewaySubnet" }, "publicIPAddress": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg323/providers/Microsoft.Network/publicIPAddresses/azsmnet6314" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg530/providers/Microsoft.Network/publicIPAddresses/azsmnet8595" } } } @@ -1096,11 +1095,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/399a635c-ea18-49a7-acdb-a666c4a40988?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/00fa47f8-3df6-4dcb-a2d6-b360b4c630b0?api-version=2022-09-01", "Cache-Control": "no-cache", - "Content-Length": "2601", + "Content-Length": "2802", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:13:01 GMT", + "Date": "Sat, 22 Apr 2023 06:51:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", @@ -1110,17 +1109,17 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "59d8123a-64ac-4aa5-a3d3-74d1b318a727", - "x-ms-client-request-id": "a4f866d28aae2ca18c323549344d3dd9", - "x-ms-correlation-request-id": "f13f7de1-d333-48bd-a6fd-1265008efb4f", - "x-ms-ratelimit-remaining-subscription-writes": "1193", - "x-ms-request-id": "399a635c-ea18-49a7-acdb-a666c4a40988", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T101301Z:f13f7de1-d333-48bd-a6fd-1265008efb4f" + "x-ms-arm-service-request-id": "6b671bb0-4e4c-4005-bdd5-652ff97f6bd5", + "x-ms-client-request-id": "860e0016ff241991126e2af46bb1cb3f", + "x-ms-correlation-request-id": "503dba42-9048-45a6-9301-9a2c82b10ba5", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-request-id": "00fa47f8-3df6-4dcb-a2d6-b360b4c630b0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T065123Z:503dba42-9048-45a6-9301-9a2c82b10ba5" }, "ResponseBody": { - "name": "azsmnet6432", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg323/providers/Microsoft.Network/virtualNetworkGateways/azsmnet6432", - "etag": "W/\u00220ecf8e11-297e-4d31-8e83-821b6052ef7a\u0022", + "name": "azsmnet2748", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg530/providers/Microsoft.Network/virtualNetworkGateways/azsmnet2748", + "etag": "W/\u0022e4e29173-d667-4a3e-9d6c-37d790355601\u0022", "type": "Microsoft.Network/virtualNetworkGateways", "location": "westus", "tags": { @@ -1128,28 +1127,30 @@ }, "properties": { "provisioningState": "Updating", - "resourceGuid": "f58ad789-8ff7-45cc-9adf-fd7551fdaf35", + "resourceGuid": "55671720-d8e1-4e04-b2c4-7e0bc994722f", "packetCaptureDiagnosticState": "None", "enablePrivateIpAddress": false, + "isMigrateToCSES": false, "ipConfigurations": [ { - "name": "azsmnet9866", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg323/providers/Microsoft.Network/virtualNetworkGateways/azsmnet6432/ipConfigurations/azsmnet9866", - "etag": "W/\u00220ecf8e11-297e-4d31-8e83-821b6052ef7a\u0022", + "name": "azsmnet4283", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg530/providers/Microsoft.Network/virtualNetworkGateways/azsmnet2748/ipConfigurations/azsmnet4283", + "etag": "W/\u0022e4e29173-d667-4a3e-9d6c-37d790355601\u0022", "type": "Microsoft.Network/virtualNetworkGateways/ipConfigurations", "properties": { "provisioningState": "Updating", "privateIPAllocationMethod": "Dynamic", "publicIPAddress": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg323/providers/Microsoft.Network/publicIPAddresses/azsmnet6314" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg530/providers/Microsoft.Network/publicIPAddresses/azsmnet8595" }, "subnet": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg323/providers/Microsoft.Network/virtualNetworks/azsmnet3781/subnets/GatewaySubnet" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg530/providers/Microsoft.Network/virtualNetworks/azsmnet6750/subnets/GatewaySubnet" } } } ], "natRules": [], + "virtualNetworkGatewayPolicyGroups": [], "enableBgpRouteTranslationForNat": false, "disableIPSecReplayProtection": false, "sku": { @@ -1169,6 +1170,7 @@ "vpnAuthenticationTypes": [], "vpnClientRootCertificates": [], "vpnClientRevokedCertificates": [], + "vngClientConnectionConfigurations": [], "radiusServers": [], "vpnClientIpsecPolicies": [] }, @@ -1177,24 +1179,26 @@ "peerWeight": 5, "bgpPeeringAddresses": [ { - "ipconfigurationId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg323/providers/Microsoft.Network/virtualNetworkGateways/azsmnet6432/ipConfigurations/azsmnet9866", + "ipconfigurationId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg530/providers/Microsoft.Network/virtualNetworkGateways/azsmnet2748/ipConfigurations/azsmnet4283", "defaultBgpIpAddresses": [], "customBgpIpAddresses": [] } ] }, - "vpnGatewayGeneration": "Generation1" + "vpnGatewayGeneration": "Generation1", + "allowRemoteVnetTraffic": false, + "allowVirtualWanTraffic": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/399a635c-ea18-49a7-acdb-a666c4a40988?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/00fa47f8-3df6-4dcb-a2d6-b360b4c630b0?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-080a160e24051444b8b3bd2ae3b2bd74-ec44eb975e5f2c43-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "e9d4fe2e1970d2760a6c2e1c72aa8a0f", + "traceparent": "00-a4cb35d5a2c03448cb55a142cc57b60e-dd5676c16fbae8f7-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b354752c518b6d70aa6bdff7eedb62d0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1203,7 +1207,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:13:01 GMT", + "Date": "Sat, 22 Apr 2023 06:51:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", @@ -1213,25 +1217,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5f3d9593-8354-4d7e-8c2d-6cf4bc05c329", - "x-ms-client-request-id": "e9d4fe2e1970d2760a6c2e1c72aa8a0f", - "x-ms-correlation-request-id": "cb7b33f1-9745-4511-a5e5-f3d7dcc50cf2", - "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-request-id": "4ae14c83-a21b-4835-8962-360b87a9e4b3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T101302Z:cb7b33f1-9745-4511-a5e5-f3d7dcc50cf2" + "x-ms-arm-service-request-id": "fec23a11-880e-4704-af61-da978bbe882f", + "x-ms-client-request-id": "b354752c518b6d70aa6bdff7eedb62d0", + "x-ms-correlation-request-id": "83c61890-bd06-42c2-9b4a-0c09df817076", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "0fd1dedc-caf6-4ea4-8da2-4b878241fb93", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T065123Z:83c61890-bd06-42c2-9b4a-0c09df817076" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/399a635c-ea18-49a7-acdb-a666c4a40988?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/00fa47f8-3df6-4dcb-a2d6-b360b4c630b0?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-080a160e24051444b8b3bd2ae3b2bd74-fcc849902360c042-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "7bde4efc86ae9b0032a92cc2f8bece25", + "traceparent": "00-a4cb35d5a2c03448cb55a142cc57b60e-f40b197096661467-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "63bd4e7bc0bc8f6657a7dbbd2b1d9fa3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1240,7 +1244,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:13:12 GMT", + "Date": "Sat, 22 Apr 2023 06:51:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "20", @@ -1250,25 +1254,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4a9b9a1f-0063-4445-a418-17dd45a537c4", - "x-ms-client-request-id": "7bde4efc86ae9b0032a92cc2f8bece25", - "x-ms-correlation-request-id": "cccfb6b5-d0d0-4024-bcb1-00af78e9336a", - "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-request-id": "7ccac442-a408-4940-a79f-380553ebf9a6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T101312Z:cccfb6b5-d0d0-4024-bcb1-00af78e9336a" + "x-ms-arm-service-request-id": "4bf798a7-b156-4547-a4c6-50907437bb44", + "x-ms-client-request-id": "63bd4e7bc0bc8f6657a7dbbd2b1d9fa3", + "x-ms-correlation-request-id": "2e8ce9d2-631a-4e39-a2dc-9f1a839d91b9", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "2b49157c-c647-4394-8ee1-d326261815bd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T065134Z:2e8ce9d2-631a-4e39-a2dc-9f1a839d91b9" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/399a635c-ea18-49a7-acdb-a666c4a40988?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/00fa47f8-3df6-4dcb-a2d6-b360b4c630b0?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-080a160e24051444b8b3bd2ae3b2bd74-43b2685eac87ff47-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "361b8e935378ed69743f9df10817dccd", + "traceparent": "00-a4cb35d5a2c03448cb55a142cc57b60e-4ca61e55e497160b-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f6c83a29185c81b4d430e5aca7b078d0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1277,7 +1281,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:13:32 GMT", + "Date": "Sat, 22 Apr 2023 06:51:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "20", @@ -1287,25 +1291,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "cee2e3d1-7105-4a1b-bd49-eaae4fd9cf24", - "x-ms-client-request-id": "361b8e935378ed69743f9df10817dccd", - "x-ms-correlation-request-id": "f2763dfa-0f0e-47a6-888b-ee12d9e65710", - "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-request-id": "c933186c-f899-4c12-ba96-03b960b333b3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T101332Z:f2763dfa-0f0e-47a6-888b-ee12d9e65710" + "x-ms-arm-service-request-id": "0e3136df-9c0f-4c7d-8608-c47db710e854", + "x-ms-client-request-id": "f6c83a29185c81b4d430e5aca7b078d0", + "x-ms-correlation-request-id": "34020076-ce47-44ac-a1e2-78992ff4fa00", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "054f1c7e-318b-42a2-ab4b-9aab6778656a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T065154Z:34020076-ce47-44ac-a1e2-78992ff4fa00" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/399a635c-ea18-49a7-acdb-a666c4a40988?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/00fa47f8-3df6-4dcb-a2d6-b360b4c630b0?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-080a160e24051444b8b3bd2ae3b2bd74-f79fc29c6db5ec48-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "0fe682612288a8f8fe39b6c6ecb4d94c", + "traceparent": "00-a4cb35d5a2c03448cb55a142cc57b60e-083850142b32e3d5-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "2bf80304e0b06c330fc55be476b3428c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1314,7 +1318,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:13:52 GMT", + "Date": "Sat, 22 Apr 2023 06:52:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "40", @@ -1324,25 +1328,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1b0af2b9-04b7-4764-b572-38a1242cb1d4", - "x-ms-client-request-id": "0fe682612288a8f8fe39b6c6ecb4d94c", - "x-ms-correlation-request-id": "7356678b-c4c9-4186-b06a-483998e43872", - "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-request-id": "9611f1e9-4d87-4f5c-b6c4-7ce773d03177", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T101353Z:7356678b-c4c9-4186-b06a-483998e43872" + "x-ms-arm-service-request-id": "1f5a3550-dda5-4db4-a36d-3120f3352213", + "x-ms-client-request-id": "2bf80304e0b06c330fc55be476b3428c", + "x-ms-correlation-request-id": "a8170a43-d78d-4eb2-b7b1-6ade3fede587", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "d82e6858-5bc3-4f36-aa58-b2b863d01896", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T065214Z:a8170a43-d78d-4eb2-b7b1-6ade3fede587" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/399a635c-ea18-49a7-acdb-a666c4a40988?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/00fa47f8-3df6-4dcb-a2d6-b360b4c630b0?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-080a160e24051444b8b3bd2ae3b2bd74-aa8357b7b2307448-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "e488089e548fa996e5f1066fe80e921a", + "traceparent": "00-a4cb35d5a2c03448cb55a142cc57b60e-0be6ffa66ef185b0-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b4cd3bcb6c1363739a3c8e8bdab9e7a6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1351,7 +1355,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:14:33 GMT", + "Date": "Sat, 22 Apr 2023 06:52:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "40", @@ -1361,25 +1365,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "deea0c9c-18f2-4591-88a4-850642e60d60", - "x-ms-client-request-id": "e488089e548fa996e5f1066fe80e921a", - "x-ms-correlation-request-id": "1d060136-e2a6-4032-af6f-2849bb2a732b", - "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-request-id": "e6cfdb08-ad40-4371-abd4-9b493f4da133", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T101433Z:1d060136-e2a6-4032-af6f-2849bb2a732b" + "x-ms-arm-service-request-id": "ed1a86e7-2dd8-41ab-abda-89c91434028c", + "x-ms-client-request-id": "b4cd3bcb6c1363739a3c8e8bdab9e7a6", + "x-ms-correlation-request-id": "cdd76c17-9210-4030-af63-ae298e36e3b6", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "3d103129-a9e2-4865-adbb-dad0045d7a07", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T065254Z:cdd76c17-9210-4030-af63-ae298e36e3b6" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/399a635c-ea18-49a7-acdb-a666c4a40988?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/00fa47f8-3df6-4dcb-a2d6-b360b4c630b0?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-080a160e24051444b8b3bd2ae3b2bd74-678ade6181a1e440-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "76605fcdbed7719d9572383f9ca200c0", + "traceparent": "00-a4cb35d5a2c03448cb55a142cc57b60e-bcd203e545174019-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "27b80a2e742548f2065be697bccf0b21", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1388,7 +1392,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:15:13 GMT", + "Date": "Sat, 22 Apr 2023 06:53:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "80", @@ -1398,25 +1402,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "17de9f89-c031-4f0a-875a-0b78bf3e6119", - "x-ms-client-request-id": "76605fcdbed7719d9572383f9ca200c0", - "x-ms-correlation-request-id": "598f4d32-d04f-4a15-9976-129a81bed345", - "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-request-id": "1f81eb1f-04fc-4b2a-becd-764e31e40b4e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T101514Z:598f4d32-d04f-4a15-9976-129a81bed345" + "x-ms-arm-service-request-id": "0f9249ff-a1d4-4702-aaae-8c2886d04f52", + "x-ms-client-request-id": "27b80a2e742548f2065be697bccf0b21", + "x-ms-correlation-request-id": "10aeea79-e52f-431a-95d0-088782a8c7d0", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "177bf875-abbd-4a07-966b-60d19e1f8e59", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T065335Z:10aeea79-e52f-431a-95d0-088782a8c7d0" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/399a635c-ea18-49a7-acdb-a666c4a40988?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/00fa47f8-3df6-4dcb-a2d6-b360b4c630b0?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-080a160e24051444b8b3bd2ae3b2bd74-3232bb6a61274246-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "00525066f88e0d3eeb3d2a971b89bfef", + "traceparent": "00-a4cb35d5a2c03448cb55a142cc57b60e-0c2a9af55c25760e-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "6be159eec3e298bd8f94907452a89155", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1425,7 +1429,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:16:34 GMT", + "Date": "Sat, 22 Apr 2023 06:54:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "160", @@ -1435,26 +1439,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d2f5466e-1f43-4593-ac31-682a8b7ca21d", - "x-ms-client-request-id": "00525066f88e0d3eeb3d2a971b89bfef", - "x-ms-correlation-request-id": "ddc55405-abf5-4765-a744-35fb11076ecd", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "bfc71c43-0587-449d-a710-d3016afab5b2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T101634Z:ddc55405-abf5-4765-a744-35fb11076ecd" + "x-ms-arm-service-request-id": "4c15e6b3-61c6-40f2-bf03-86a6ec325185", + "x-ms-client-request-id": "6be159eec3e298bd8f94907452a89155", + "x-ms-correlation-request-id": "d7f27072-6f4c-4132-8c08-7caa8c2cc942", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "3b763d36-9c67-4952-8176-0ad43c2504d0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T065455Z:d7f27072-6f4c-4132-8c08-7caa8c2cc942" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/399a635c-ea18-49a7-acdb-a666c4a40988?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/00fa47f8-3df6-4dcb-a2d6-b360b4c630b0?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "Connection": "keep-alive", - "traceparent": "00-080a160e24051444b8b3bd2ae3b2bd74-2e71fee202a2ea4b-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "8df99ba66253df756b174e1c1b570c42", + "traceparent": "00-a4cb35d5a2c03448cb55a142cc57b60e-84fbe45ed205b22c-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "6bb6b4dd1afa56674985aeb785dca6ca", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1463,7 +1466,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:19:14 GMT", + "Date": "Sat, 22 Apr 2023 06:57:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -1473,26 +1476,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b7ad0bb2-d529-4bad-9c18-149295dfa3b0", - "x-ms-client-request-id": "8df99ba66253df756b174e1c1b570c42", - "x-ms-correlation-request-id": "bcaf3ba8-7c5d-47db-9eb8-76956313600a", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "c6eaf6c7-ad24-4680-945f-d6f5771a0bdd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T101915Z:bcaf3ba8-7c5d-47db-9eb8-76956313600a" + "x-ms-arm-service-request-id": "ad25e60f-4736-4127-b106-015c261f5982", + "x-ms-client-request-id": "6bb6b4dd1afa56674985aeb785dca6ca", + "x-ms-correlation-request-id": "7c849857-9470-46d7-8026-1ed77824c95e", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "e51088dd-88b0-4c90-829d-4f29b637ed4d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T065736Z:7c849857-9470-46d7-8026-1ed77824c95e" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/399a635c-ea18-49a7-acdb-a666c4a40988?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/00fa47f8-3df6-4dcb-a2d6-b360b4c630b0?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "Connection": "keep-alive", - "traceparent": "00-080a160e24051444b8b3bd2ae3b2bd74-6856b0426288f24d-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "970946f092bbd48b20538b9a9406550c", + "traceparent": "00-a4cb35d5a2c03448cb55a142cc57b60e-4b41348b7236dcfa-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "819c6d307bd86ac44d209891e37df65d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1501,7 +1503,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:20:56 GMT", + "Date": "Sat, 22 Apr 2023 06:59:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -1511,25 +1513,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "44248f39-e29c-4da6-a63d-5d8d6f4991a3", - "x-ms-client-request-id": "970946f092bbd48b20538b9a9406550c", - "x-ms-correlation-request-id": "ce5fde66-69ef-4c80-99b8-4e8fc4414166", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "bb980dd5-903b-4891-ba9b-bf7a0ad6a9be", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T102056Z:ce5fde66-69ef-4c80-99b8-4e8fc4414166" + "x-ms-arm-service-request-id": "835fc8ba-60f3-4872-9bdc-b702cea101de", + "x-ms-client-request-id": "819c6d307bd86ac44d209891e37df65d", + "x-ms-correlation-request-id": "1384c3a3-168d-4d57-a902-a7f66de17be1", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "43bb5219-b5b6-44e1-9a3b-c98bac1372c1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T065917Z:1384c3a3-168d-4d57-a902-a7f66de17be1" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/399a635c-ea18-49a7-acdb-a666c4a40988?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/00fa47f8-3df6-4dcb-a2d6-b360b4c630b0?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-080a160e24051444b8b3bd2ae3b2bd74-59fb3295a9b93d49-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "019848b372a9036cdb739477aa22f193", + "traceparent": "00-a4cb35d5a2c03448cb55a142cc57b60e-18c50bffa5dff515-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "07b991c9a019d427f28a225d150613b2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1538,7 +1540,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:22:35 GMT", + "Date": "Sat, 22 Apr 2023 07:00:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -1548,25 +1550,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "86e4a917-2130-4d10-bd3a-c7d298a57aaa", - "x-ms-client-request-id": "019848b372a9036cdb739477aa22f193", - "x-ms-correlation-request-id": "adba556d-3b26-4f34-b719-9585512ef017", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "035f3a04-af9d-4d14-8d93-72d45c16c9d5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T102236Z:adba556d-3b26-4f34-b719-9585512ef017" + "x-ms-arm-service-request-id": "5b9440be-b13a-4253-af7c-22508673b61d", + "x-ms-client-request-id": "07b991c9a019d427f28a225d150613b2", + "x-ms-correlation-request-id": "6a974efd-4a9b-463e-9f46-a8c0fd59d3e5", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "f100d1fb-a26c-48b1-91df-bcccd0406c2e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T070058Z:6a974efd-4a9b-463e-9f46-a8c0fd59d3e5" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/399a635c-ea18-49a7-acdb-a666c4a40988?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/00fa47f8-3df6-4dcb-a2d6-b360b4c630b0?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-080a160e24051444b8b3bd2ae3b2bd74-2af15af44fbae84a-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "d5a6e730288013330f246c00d7da4a65", + "traceparent": "00-a4cb35d5a2c03448cb55a142cc57b60e-6933577a32cf721c-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e444c5ed100c617cf04b1ed982d572cc", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1575,7 +1577,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:24:16 GMT", + "Date": "Sat, 22 Apr 2023 07:02:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -1585,26 +1587,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4dfb878c-52cd-4fb1-bce6-5f408709538e", - "x-ms-client-request-id": "d5a6e730288013330f246c00d7da4a65", - "x-ms-correlation-request-id": "a3cf2730-f678-4f5b-b39f-1876c6522a36", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "188f2fcb-40bb-4eca-9d8b-54abb095c13d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T102417Z:a3cf2730-f678-4f5b-b39f-1876c6522a36" + "x-ms-arm-service-request-id": "4d143e16-637d-4eed-bec0-32b172a76581", + "x-ms-client-request-id": "e444c5ed100c617cf04b1ed982d572cc", + "x-ms-correlation-request-id": "6e2c87f3-3e46-4017-9f89-815372c7c78d", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "eeb99e20-2fa8-4c71-b667-c2768eb669f0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T070239Z:6e2c87f3-3e46-4017-9f89-815372c7c78d" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/399a635c-ea18-49a7-acdb-a666c4a40988?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/00fa47f8-3df6-4dcb-a2d6-b360b4c630b0?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "Connection": "keep-alive", - "traceparent": "00-080a160e24051444b8b3bd2ae3b2bd74-4352f7d0efbb3e4b-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "d26941c20bbf7d99d905bb48fd142afe", + "traceparent": "00-a4cb35d5a2c03448cb55a142cc57b60e-d39d93d76b90c1c3-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f3ed508e9e228fb145c88f4d59665547", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1613,7 +1614,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:25:58 GMT", + "Date": "Sat, 22 Apr 2023 07:04:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -1623,26 +1624,62 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e8b92e7e-9789-4c0c-a6d1-121b524ffb5c", - "x-ms-client-request-id": "d26941c20bbf7d99d905bb48fd142afe", - "x-ms-correlation-request-id": "b088c7ad-5cb7-4b3c-a387-d38e0a6da3e6", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "92bffc9c-7c28-4219-aa7d-3326a3e17dbe", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T102559Z:b088c7ad-5cb7-4b3c-a387-d38e0a6da3e6" + "x-ms-arm-service-request-id": "975301c9-f147-448a-8d74-1d6422c25d04", + "x-ms-client-request-id": "f3ed508e9e228fb145c88f4d59665547", + "x-ms-correlation-request-id": "904450c3-8ffa-4f96-a513-9fc699803579", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "13efc79f-285a-4dba-a301-7c36fb3ef354", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T070419Z:904450c3-8ffa-4f96-a513-9fc699803579" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/00fa47f8-3df6-4dcb-a2d6-b360b4c630b0?api-version=2022-09-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-a4cb35d5a2c03448cb55a142cc57b60e-ebc93cb182613bc7-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1da3e50c1139b950145817ce824d521c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Apr 2023 07:06:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "100", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "75f00c25-f814-4bf4-91c1-7751598269b3", + "x-ms-client-request-id": "1da3e50c1139b950145817ce824d521c", + "x-ms-correlation-request-id": "b1c4c5b7-70da-46a8-99bf-651965c7078b", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "9f8390b9-e907-4173-a19d-e2478f19f1af", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T070600Z:b1c4c5b7-70da-46a8-99bf-651965c7078b" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/399a635c-ea18-49a7-acdb-a666c4a40988?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/00fa47f8-3df6-4dcb-a2d6-b360b4c630b0?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "Connection": "keep-alive", - "traceparent": "00-080a160e24051444b8b3bd2ae3b2bd74-6c88b4908d89ea49-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "ac69f7627f5f8a8c1584f184056c2c01", + "traceparent": "00-a4cb35d5a2c03448cb55a142cc57b60e-a10cb9cd3901e946-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "c4ce56171f194e9014b49e44812e078a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1651,7 +1688,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:27:40 GMT", + "Date": "Sat, 22 Apr 2023 07:07:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -1661,25 +1698,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d67de8f4-e3b1-4caa-afbe-92678cc343dc", - "x-ms-client-request-id": "ac69f7627f5f8a8c1584f184056c2c01", - "x-ms-correlation-request-id": "82140b86-b6ec-44dd-9ea6-a7af97e87a69", + "x-ms-arm-service-request-id": "965c8498-d32f-4d10-9260-7bc7162ad472", + "x-ms-client-request-id": "c4ce56171f194e9014b49e44812e078a", + "x-ms-correlation-request-id": "70c519c6-efee-4569-a425-17123818342f", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "5098a16a-08dd-481d-8117-54b95be4d310", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T102740Z:82140b86-b6ec-44dd-9ea6-a7af97e87a69" + "x-ms-request-id": "3de302bc-36c1-43e0-a3bd-6c69d8c31a06", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T070741Z:70c519c6-efee-4569-a425-17123818342f" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/399a635c-ea18-49a7-acdb-a666c4a40988?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/00fa47f8-3df6-4dcb-a2d6-b360b4c630b0?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-080a160e24051444b8b3bd2ae3b2bd74-b0c8458664d6724d-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "68b52f281eb925d44e28fc7a6cea15fb", + "traceparent": "00-a4cb35d5a2c03448cb55a142cc57b60e-bff11750b097cba2-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "9cccd6f554327d920033deca87e30df8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1688,7 +1725,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:29:21 GMT", + "Date": "Sat, 22 Apr 2023 07:09:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -1698,25 +1735,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "164621a4-2f5a-4b7a-aef1-a02221a0c1c4", - "x-ms-client-request-id": "68b52f281eb925d44e28fc7a6cea15fb", - "x-ms-correlation-request-id": "7903dff8-53e9-422b-9a29-469c1079f0c9", + "x-ms-arm-service-request-id": "986a0e80-84b0-4153-8b3a-2d3fc26446f5", + "x-ms-client-request-id": "9cccd6f554327d920033deca87e30df8", + "x-ms-correlation-request-id": "4a4b2b4b-a0f8-49e4-9986-fb2b890f1223", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "97cbe876-fde4-4875-b652-58bbd4c812ae", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T102921Z:7903dff8-53e9-422b-9a29-469c1079f0c9" + "x-ms-request-id": "97941905-a0bd-4a35-9a63-e7175a0bad15", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T070922Z:4a4b2b4b-a0f8-49e4-9986-fb2b890f1223" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/399a635c-ea18-49a7-acdb-a666c4a40988?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/00fa47f8-3df6-4dcb-a2d6-b360b4c630b0?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-080a160e24051444b8b3bd2ae3b2bd74-c7fb7b957f65dc41-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "df9d6efa9e714205b4debd3a1a14776c", + "traceparent": "00-a4cb35d5a2c03448cb55a142cc57b60e-1a7733d7b026cd2a-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "033573769197ed2e55540984720c38e6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1725,7 +1762,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:31:01 GMT", + "Date": "Sat, 22 Apr 2023 07:11:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -1735,25 +1772,62 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4b13124f-8f46-4533-a942-c26f6ea2ab75", - "x-ms-client-request-id": "df9d6efa9e714205b4debd3a1a14776c", - "x-ms-correlation-request-id": "40cb1ebd-715d-4c90-9500-b459cd26f731", + "x-ms-arm-service-request-id": "94bdff89-574e-4f0c-92cc-645b67e95f86", + "x-ms-client-request-id": "033573769197ed2e55540984720c38e6", + "x-ms-correlation-request-id": "001d5114-2fb5-459c-9f79-e93b2bbc2478", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "5b86fbb9-5eff-4a40-9e81-14df39486bd7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T071103Z:001d5114-2fb5-459c-9f79-e93b2bbc2478" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/00fa47f8-3df6-4dcb-a2d6-b360b4c630b0?api-version=2022-09-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-a4cb35d5a2c03448cb55a142cc57b60e-81908a036426745a-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "abd88d50b580c2e9c351c4e541c5c730", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Apr 2023 07:12:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "100", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "e4f11075-4d2c-4f31-a724-e40ee6252ba8", + "x-ms-client-request-id": "abd88d50b580c2e9c351c4e541c5c730", + "x-ms-correlation-request-id": "87834926-36eb-4ab0-a238-fdf14f6f972a", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "25dba7fc-1da0-4e0e-b8fb-dc509aa27e6b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T103101Z:40cb1ebd-715d-4c90-9500-b459cd26f731" + "x-ms-request-id": "61d083a4-dfaa-4b2c-8c1c-f3bb09045b79", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T071243Z:87834926-36eb-4ab0-a238-fdf14f6f972a" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/399a635c-ea18-49a7-acdb-a666c4a40988?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/00fa47f8-3df6-4dcb-a2d6-b360b4c630b0?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-080a160e24051444b8b3bd2ae3b2bd74-c0a5e1d64310c641-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "ce1fbad8c15f434522435e3683111d2a", + "traceparent": "00-a4cb35d5a2c03448cb55a142cc57b60e-2fa3ca20d17a7635-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "0ecea6a604f964f2a8df47dd4b0e0af3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1762,7 +1836,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:32:41 GMT", + "Date": "Sat, 22 Apr 2023 07:14:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -1772,25 +1846,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "763324c1-d35e-4329-ba5d-d22db7aeeaf9", - "x-ms-client-request-id": "ce1fbad8c15f434522435e3683111d2a", - "x-ms-correlation-request-id": "f7d48ce4-ff87-4d97-9011-1882c5941a6b", + "x-ms-arm-service-request-id": "9e3d3f5a-026f-43c5-8db8-23ca1c5e86e8", + "x-ms-client-request-id": "0ecea6a604f964f2a8df47dd4b0e0af3", + "x-ms-correlation-request-id": "7e02a7cd-3865-4725-94de-699d524c4790", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "48bd898b-dc23-446c-99c2-61637a7e876c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T103242Z:f7d48ce4-ff87-4d97-9011-1882c5941a6b" + "x-ms-request-id": "289e0dcc-3030-434c-b8a7-c50ebdd97492", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T071424Z:7e02a7cd-3865-4725-94de-699d524c4790" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/399a635c-ea18-49a7-acdb-a666c4a40988?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/00fa47f8-3df6-4dcb-a2d6-b360b4c630b0?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-080a160e24051444b8b3bd2ae3b2bd74-000065bd6d115a4e-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "978af56e4dce8a8f2a72b3da609a0b39", + "traceparent": "00-a4cb35d5a2c03448cb55a142cc57b60e-beb12be9bb95d92d-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "fa7af8fb620ac07889724046cc48ab90", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1799,7 +1873,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:34:22 GMT", + "Date": "Sat, 22 Apr 2023 07:16:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -1809,26 +1883,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "48a30cc8-67a1-4790-9ebd-e65be8d53c4e", - "x-ms-client-request-id": "978af56e4dce8a8f2a72b3da609a0b39", - "x-ms-correlation-request-id": "59b0fed3-66f5-4b54-a17c-b53b0afa411d", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "e482b78a-670a-4b6e-8f55-892cb63b3cb2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T103423Z:59b0fed3-66f5-4b54-a17c-b53b0afa411d" + "x-ms-arm-service-request-id": "64a89cf0-1c36-433e-8cb3-5fc3a10f54f0", + "x-ms-client-request-id": "fa7af8fb620ac07889724046cc48ab90", + "x-ms-correlation-request-id": "ba06918f-533c-436a-958c-0a11c7b48274", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "c6418278-e5a5-493b-8abc-12dcc0142193", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T071605Z:ba06918f-533c-436a-958c-0a11c7b48274" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/399a635c-ea18-49a7-acdb-a666c4a40988?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/00fa47f8-3df6-4dcb-a2d6-b360b4c630b0?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "Connection": "keep-alive", - "traceparent": "00-080a160e24051444b8b3bd2ae3b2bd74-c26e052ec9ffe947-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "b2a28fb147cb389b2959bc2d40cebea3", + "traceparent": "00-a4cb35d5a2c03448cb55a142cc57b60e-2fe005dd1b07e566-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ccddd88d2a3e4bec9a7402a06e0b77b5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1837,7 +1910,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:36:03 GMT", + "Date": "Sat, 22 Apr 2023 07:17:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -1847,26 +1920,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "fec2a9a6-36c1-4c17-bb77-fe3688f7b238", - "x-ms-client-request-id": "b2a28fb147cb389b2959bc2d40cebea3", - "x-ms-correlation-request-id": "6795bb84-fa4f-4f13-b17f-6ef841013ab3", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "d9e77b7f-6032-4502-821d-1c646c750e54", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T103603Z:6795bb84-fa4f-4f13-b17f-6ef841013ab3" + "x-ms-arm-service-request-id": "a0956157-6ea7-4f1e-b10a-f12965980084", + "x-ms-client-request-id": "ccddd88d2a3e4bec9a7402a06e0b77b5", + "x-ms-correlation-request-id": "3a562992-abfd-4b0b-a8c2-ab2d63dd2f28", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "d70b42cd-5c84-4261-9fe9-55cd75e6c682", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T071745Z:3a562992-abfd-4b0b-a8c2-ab2d63dd2f28" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/399a635c-ea18-49a7-acdb-a666c4a40988?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/00fa47f8-3df6-4dcb-a2d6-b360b4c630b0?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "Connection": "keep-alive", - "traceparent": "00-080a160e24051444b8b3bd2ae3b2bd74-29e1bab99901aa49-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "24cb92c0e08a8b9d2a95a3ed0e6ae388", + "traceparent": "00-a4cb35d5a2c03448cb55a142cc57b60e-58b0be28284de52b-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "49e9d047cc4a44252e0d8486c4ac9760", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1875,7 +1947,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:37:43 GMT", + "Date": "Sat, 22 Apr 2023 07:19:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -1885,26 +1957,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a7df65e7-4b5b-44f4-a06c-23b75c0e1ad7", - "x-ms-client-request-id": "24cb92c0e08a8b9d2a95a3ed0e6ae388", - "x-ms-correlation-request-id": "33fab592-1eab-4fa1-b5db-8d5a358f90d5", + "x-ms-arm-service-request-id": "320bf840-5c3f-4d7b-a9e3-d9a4c89e8d2d", + "x-ms-client-request-id": "49e9d047cc4a44252e0d8486c4ac9760", + "x-ms-correlation-request-id": "646c53eb-ec2e-4488-a512-5d6329d76840", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "bc3fd674-3b5b-49e0-bec5-297c8cf4884f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T103744Z:33fab592-1eab-4fa1-b5db-8d5a358f90d5" + "x-ms-request-id": "37327c2a-02fb-4595-ac55-3913e4b2bbac", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T071926Z:646c53eb-ec2e-4488-a512-5d6329d76840" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/399a635c-ea18-49a7-acdb-a666c4a40988?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/00fa47f8-3df6-4dcb-a2d6-b360b4c630b0?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "Connection": "keep-alive", - "traceparent": "00-080a160e24051444b8b3bd2ae3b2bd74-9b017ec492b87a4d-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "f48524386b6f275f5a516e7490624a5b", + "traceparent": "00-a4cb35d5a2c03448cb55a142cc57b60e-239a1927209168a1-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "7250b7343d30d1b50b2f5f965fd7527d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1913,7 +1984,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:39:24 GMT", + "Date": "Sat, 22 Apr 2023 07:21:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -1923,25 +1994,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "32dde526-42ba-4b7f-a2f3-de9e55ff168c", - "x-ms-client-request-id": "f48524386b6f275f5a516e7490624a5b", - "x-ms-correlation-request-id": "b15d0c9d-3a98-45f0-8535-a62a6cc79eb4", + "x-ms-arm-service-request-id": "db318583-8998-4a67-885f-dc83f64aa10a", + "x-ms-client-request-id": "7250b7343d30d1b50b2f5f965fd7527d", + "x-ms-correlation-request-id": "3aa3d2b3-a70e-438f-ac7f-f298161b5dbf", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "62a7b753-cbbb-4187-9ac9-855c8a266ce2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T103925Z:b15d0c9d-3a98-45f0-8535-a62a6cc79eb4" + "x-ms-request-id": "9c170ba8-5ea4-4ec7-9be4-0fb8d164eb03", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T072106Z:3aa3d2b3-a70e-438f-ac7f-f298161b5dbf" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/399a635c-ea18-49a7-acdb-a666c4a40988?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/00fa47f8-3df6-4dcb-a2d6-b360b4c630b0?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-080a160e24051444b8b3bd2ae3b2bd74-a5cf39aa5b34134a-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "ce1910b3e7ced0aff1168735a3ae2abe", + "traceparent": "00-a4cb35d5a2c03448cb55a142cc57b60e-93e785754b81eddc-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "fcfe8afb625ec045b3999e30a56686ee", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1950,7 +2021,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:41:05 GMT", + "Date": "Sat, 22 Apr 2023 07:22:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -1960,25 +2031,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "318367b8-5253-4ed5-8b43-d1c0a34b676c", - "x-ms-client-request-id": "ce1910b3e7ced0aff1168735a3ae2abe", - "x-ms-correlation-request-id": "775da856-4975-4176-831f-ba201318b846", + "x-ms-arm-service-request-id": "be72a055-4734-4d52-bf77-fb7d724ea082", + "x-ms-client-request-id": "fcfe8afb625ec045b3999e30a56686ee", + "x-ms-correlation-request-id": "cf530452-8bb5-46e5-a8d4-209825b05554", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "a4c6e978-b9c8-46a0-a2eb-9b7b3d2b24af", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T104105Z:775da856-4975-4176-831f-ba201318b846" + "x-ms-request-id": "b8df2349-3239-4b78-b1aa-44fa6d38e9f8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T072247Z:cf530452-8bb5-46e5-a8d4-209825b05554" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/399a635c-ea18-49a7-acdb-a666c4a40988?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/00fa47f8-3df6-4dcb-a2d6-b360b4c630b0?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-080a160e24051444b8b3bd2ae3b2bd74-9613acabb89ded47-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "1bf53376ca48553333a4c9387228fac8", + "traceparent": "00-a4cb35d5a2c03448cb55a142cc57b60e-22e5dd0b2e5d9e97-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b76ca2dc05bb09841b183d1b6d8ee456", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1987,7 +2058,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:42:45 GMT", + "Date": "Sat, 22 Apr 2023 07:24:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -1997,70 +2068,218 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "05925059-bbe9-4b87-bce4-ac502a281a27", - "x-ms-client-request-id": "1bf53376ca48553333a4c9387228fac8", - "x-ms-correlation-request-id": "e885662c-1b2f-48b0-b0e0-334617224955", + "x-ms-arm-service-request-id": "0fa526a1-1862-4261-a8fb-0e72d5552b44", + "x-ms-client-request-id": "b76ca2dc05bb09841b183d1b6d8ee456", + "x-ms-correlation-request-id": "d94e13f1-efe1-48a5-91b2-06a8e865e4ff", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "6a2331b2-51ce-461a-86b2-1e3d755c3fd5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T104246Z:e885662c-1b2f-48b0-b0e0-334617224955" + "x-ms-request-id": "9abefed6-074c-4ae4-993d-8088432bb758", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T072428Z:d94e13f1-efe1-48a5-91b2-06a8e865e4ff" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/399a635c-ea18-49a7-acdb-a666c4a40988?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/00fa47f8-3df6-4dcb-a2d6-b360b4c630b0?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-080a160e24051444b8b3bd2ae3b2bd74-3b90b05b85bcf54a-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "fd39474a145150b975b50259e32983ab", + "traceparent": "00-a4cb35d5a2c03448cb55a142cc57b60e-955a2dd09c3ab47f-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "398b07bb9badd101718fbf979f842ba5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "29", + "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:44:26 GMT", + "Date": "Sat, 22 Apr 2023 07:26:08 GMT", "Expires": "-1", "Pragma": "no-cache", + "Retry-After": "100", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7392be7c-409a-41b1-b0e5-2b1ef3b752e8", - "x-ms-client-request-id": "fd39474a145150b975b50259e32983ab", - "x-ms-correlation-request-id": "63a1df96-bc83-44ef-acb2-ec3d3eb2d652", + "x-ms-arm-service-request-id": "93e4c95c-669e-4649-bbef-964df82cd369", + "x-ms-client-request-id": "398b07bb9badd101718fbf979f842ba5", + "x-ms-correlation-request-id": "8abafa5c-da69-45fa-9317-e6e945404154", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "351319dc-5829-4d94-8d3c-45c70f58731e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T104426Z:63a1df96-bc83-44ef-acb2-ec3d3eb2d652" + "x-ms-request-id": "b2b02dbc-4f6f-40c1-9aae-f27a955f2478", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T072608Z:8abafa5c-da69-45fa-9317-e6e945404154" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/00fa47f8-3df6-4dcb-a2d6-b360b4c630b0?api-version=2022-09-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-a4cb35d5a2c03448cb55a142cc57b60e-aaf13f9ed7f64a2b-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "bdba71a89b6bf5c105f5e045252a5324", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Apr 2023 07:27:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "100", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "d75f7a07-7087-4916-a685-ee07889cb6f3", + "x-ms-client-request-id": "bdba71a89b6bf5c105f5e045252a5324", + "x-ms-correlation-request-id": "161fd815-4009-491f-8696-e5a9c954fa7a", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "f4c4997d-f6f9-49ec-b5cc-44abd251798d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T072749Z:161fd815-4009-491f-8696-e5a9c954fa7a" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/00fa47f8-3df6-4dcb-a2d6-b360b4c630b0?api-version=2022-09-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-a4cb35d5a2c03448cb55a142cc57b60e-e526ba2d2263e032-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "9e7548b44ddb4140a19a452b46ed6a97", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Apr 2023 07:29:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "100", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "9d8c1f49-17ee-414a-8512-7ac4aec9b223", + "x-ms-client-request-id": "9e7548b44ddb4140a19a452b46ed6a97", + "x-ms-correlation-request-id": "9e634f42-6168-4640-838d-02bc4623f385", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "eccca97c-c34d-4f98-b723-6826ae40cdfb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T072929Z:9e634f42-6168-4640-838d-02bc4623f385" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/00fa47f8-3df6-4dcb-a2d6-b360b4c630b0?api-version=2022-09-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-a4cb35d5a2c03448cb55a142cc57b60e-8e589c3504b80c69-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "fb7398ed27d41fea459533b8babbac47", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Apr 2023 07:31:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "100", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "40676a68-ccb0-4ea4-9046-53813d085c5f", + "x-ms-client-request-id": "fb7398ed27d41fea459533b8babbac47", + "x-ms-correlation-request-id": "89aa3d5b-31f9-4137-9f6a-2b87a59d69fc", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "d0b10130-c99f-4671-8f87-374bd24fe124", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T073110Z:89aa3d5b-31f9-4137-9f6a-2b87a59d69fc" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/00fa47f8-3df6-4dcb-a2d6-b360b4c630b0?api-version=2022-09-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-a4cb35d5a2c03448cb55a142cc57b60e-e5e1dae49c9758e7-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "57e29a3c8d0e5aca31781bd15596af18", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "29", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 22 Apr 2023 07:32:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "2b7b349c-a6f5-4686-b6c0-9fe19bc30eb8", + "x-ms-client-request-id": "57e29a3c8d0e5aca31781bd15596af18", + "x-ms-correlation-request-id": "93e4be5d-f1e5-4685-bef4-7b13b46c5d29", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "46806ee4-b011-40e1-89ef-46a06c2667d2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T073251Z:93e4be5d-f1e5-4685-bef4-7b13b46c5d29" }, "ResponseBody": { "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg323/providers/Microsoft.Network/virtualNetworkGateways/azsmnet6432?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg530/providers/Microsoft.Network/virtualNetworkGateways/azsmnet2748?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-080a160e24051444b8b3bd2ae3b2bd74-f748fc333a19f345-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "5cfeaf272e6ce913ddc49b2a1d765ec8", + "traceparent": "00-a4cb35d5a2c03448cb55a142cc57b60e-7a478426251d95be-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "8c58498a57b78c4f5d565945198786e5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2458", + "Content-Length": "2610", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:44:28 GMT", + "Date": "Sat, 22 Apr 2023 07:32:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2069,17 +2288,17 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "52539df1-8551-4bba-b6f2-daeb3ce697c6", - "x-ms-client-request-id": "5cfeaf272e6ce913ddc49b2a1d765ec8", - "x-ms-correlation-request-id": "cae4b89c-3ff8-4c5e-a0e9-a63f64f5aab6", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "7f483b33-4aaa-4c66-9e48-b7a75176ecc6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T104429Z:cae4b89c-3ff8-4c5e-a0e9-a63f64f5aab6" + "x-ms-arm-service-request-id": "65112abb-2dce-4c7c-9b57-5f64547d9352", + "x-ms-client-request-id": "8c58498a57b78c4f5d565945198786e5", + "x-ms-correlation-request-id": "ad9ec8be-6603-4bab-8794-04ced0b3b713", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "7abd0aa0-8ebd-41fe-9567-ba9b4de67911", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T073251Z:ad9ec8be-6603-4bab-8794-04ced0b3b713" }, "ResponseBody": { - "name": "azsmnet6432", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg323/providers/Microsoft.Network/virtualNetworkGateways/azsmnet6432", - "etag": "W/\u0022d5301379-f183-47cb-bdc7-ce150d4c65f7\u0022", + "name": "azsmnet2748", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg530/providers/Microsoft.Network/virtualNetworkGateways/azsmnet2748", + "etag": "W/\u0022f059d1f7-f159-444b-aa85-f5b1e32d5078\u0022", "type": "Microsoft.Network/virtualNetworkGateways", "location": "westus", "tags": { @@ -2087,28 +2306,30 @@ }, "properties": { "provisioningState": "Succeeded", - "resourceGuid": "f58ad789-8ff7-45cc-9adf-fd7551fdaf35", + "resourceGuid": "55671720-d8e1-4e04-b2c4-7e0bc994722f", "packetCaptureDiagnosticState": "None", "enablePrivateIpAddress": false, + "isMigrateToCSES": false, "ipConfigurations": [ { - "name": "azsmnet9866", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg323/providers/Microsoft.Network/virtualNetworkGateways/azsmnet6432/ipConfigurations/azsmnet9866", - "etag": "W/\u0022d5301379-f183-47cb-bdc7-ce150d4c65f7\u0022", + "name": "azsmnet4283", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg530/providers/Microsoft.Network/virtualNetworkGateways/azsmnet2748/ipConfigurations/azsmnet4283", + "etag": "W/\u0022f059d1f7-f159-444b-aa85-f5b1e32d5078\u0022", "type": "Microsoft.Network/virtualNetworkGateways/ipConfigurations", "properties": { "provisioningState": "Succeeded", "privateIPAllocationMethod": "Dynamic", "publicIPAddress": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg323/providers/Microsoft.Network/publicIPAddresses/azsmnet6314" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg530/providers/Microsoft.Network/publicIPAddresses/azsmnet8595" }, "subnet": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg323/providers/Microsoft.Network/virtualNetworks/azsmnet3781/subnets/GatewaySubnet" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg530/providers/Microsoft.Network/virtualNetworks/azsmnet6750/subnets/GatewaySubnet" } } } ], "natRules": [], + "virtualNetworkGatewayPolicyGroups": [], "enableBgpRouteTranslationForNat": false, "disableIPSecReplayProtection": false, "sku": { @@ -2126,39 +2347,41 @@ "peerWeight": 5, "bgpPeeringAddresses": [ { - "ipconfigurationId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg323/providers/Microsoft.Network/virtualNetworkGateways/azsmnet6432/ipConfigurations/azsmnet9866", + "ipconfigurationId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg530/providers/Microsoft.Network/virtualNetworkGateways/azsmnet2748/ipConfigurations/azsmnet4283", "defaultBgpIpAddresses": [ "10.0.0.254" ], "customBgpIpAddresses": [], "tunnelIpAddresses": [ - "20.237.210.156" + "20.59.112.162" ] } ] }, - "vpnGatewayGeneration": "Generation1" + "vpnGatewayGeneration": "Generation1", + "allowRemoteVnetTraffic": false, + "allowVirtualWanTraffic": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg323/providers/Microsoft.Network/virtualNetworkGateways/azsmnet6432?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg530/providers/Microsoft.Network/virtualNetworkGateways/azsmnet2748?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-314eee26aff0984baa8a1487343460b3-bf7efa8074e90944-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220530.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "5bebbf1b2c75626d7aa5a693c7da7109", + "traceparent": "00-b0c27ef1c3ebad4cde75458ff25969d7-8cf5af077f315836-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230422.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "abeffeed130a6088ce18ca5c0b19c9af", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2458", + "Content-Length": "2610", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:44:29 GMT", + "Date": "Sat, 22 Apr 2023 07:32:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2167,17 +2390,17 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2623a4fb-e1d8-44cf-9273-02ceec85ec76", - "x-ms-client-request-id": "5bebbf1b2c75626d7aa5a693c7da7109", - "x-ms-correlation-request-id": "793cda7b-377a-4a38-9b6f-2d4b7ba04645", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "94d693f4-7156-47a5-8513-6e6c25cc70e1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T104429Z:793cda7b-377a-4a38-9b6f-2d4b7ba04645" + "x-ms-arm-service-request-id": "3e158fc9-f445-473d-bec9-26b71aac4e60", + "x-ms-client-request-id": "abeffeed130a6088ce18ca5c0b19c9af", + "x-ms-correlation-request-id": "79131919-6a6d-4a22-8f2e-1fcb231e83c6", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "c68171d5-5064-4446-b120-e122d9d94f5b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T073252Z:79131919-6a6d-4a22-8f2e-1fcb231e83c6" }, "ResponseBody": { - "name": "azsmnet6432", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg323/providers/Microsoft.Network/virtualNetworkGateways/azsmnet6432", - "etag": "W/\u0022d5301379-f183-47cb-bdc7-ce150d4c65f7\u0022", + "name": "azsmnet2748", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg530/providers/Microsoft.Network/virtualNetworkGateways/azsmnet2748", + "etag": "W/\u0022f059d1f7-f159-444b-aa85-f5b1e32d5078\u0022", "type": "Microsoft.Network/virtualNetworkGateways", "location": "westus", "tags": { @@ -2185,28 +2408,30 @@ }, "properties": { "provisioningState": "Succeeded", - "resourceGuid": "f58ad789-8ff7-45cc-9adf-fd7551fdaf35", + "resourceGuid": "55671720-d8e1-4e04-b2c4-7e0bc994722f", "packetCaptureDiagnosticState": "None", "enablePrivateIpAddress": false, + "isMigrateToCSES": false, "ipConfigurations": [ { - "name": "azsmnet9866", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg323/providers/Microsoft.Network/virtualNetworkGateways/azsmnet6432/ipConfigurations/azsmnet9866", - "etag": "W/\u0022d5301379-f183-47cb-bdc7-ce150d4c65f7\u0022", + "name": "azsmnet4283", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg530/providers/Microsoft.Network/virtualNetworkGateways/azsmnet2748/ipConfigurations/azsmnet4283", + "etag": "W/\u0022f059d1f7-f159-444b-aa85-f5b1e32d5078\u0022", "type": "Microsoft.Network/virtualNetworkGateways/ipConfigurations", "properties": { "provisioningState": "Succeeded", "privateIPAllocationMethod": "Dynamic", "publicIPAddress": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg323/providers/Microsoft.Network/publicIPAddresses/azsmnet6314" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg530/providers/Microsoft.Network/publicIPAddresses/azsmnet8595" }, "subnet": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg323/providers/Microsoft.Network/virtualNetworks/azsmnet3781/subnets/GatewaySubnet" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg530/providers/Microsoft.Network/virtualNetworks/azsmnet6750/subnets/GatewaySubnet" } } } ], "natRules": [], + "virtualNetworkGatewayPolicyGroups": [], "enableBgpRouteTranslationForNat": false, "disableIPSecReplayProtection": false, "sku": { @@ -2224,39 +2449,41 @@ "peerWeight": 5, "bgpPeeringAddresses": [ { - "ipconfigurationId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg323/providers/Microsoft.Network/virtualNetworkGateways/azsmnet6432/ipConfigurations/azsmnet9866", + "ipconfigurationId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg530/providers/Microsoft.Network/virtualNetworkGateways/azsmnet2748/ipConfigurations/azsmnet4283", "defaultBgpIpAddresses": [ "10.0.0.254" ], "customBgpIpAddresses": [], "tunnelIpAddresses": [ - "20.237.210.156" + "20.59.112.162" ] } ] }, - "vpnGatewayGeneration": "Generation1" + "vpnGatewayGeneration": "Generation1", + "allowRemoteVnetTraffic": false, + "allowVirtualWanTraffic": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg323/providers/Microsoft.Network/connections/azsmnet8037?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg530/providers/Microsoft.Network/connections/azsmnet5393?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "1918", + "Content-Length": "2056", "Content-Type": "application/json", - "traceparent": "00-5bd0d16fce03b44bb9dd9c437f842b08-9d3df4494ec7524e-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220530.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "2ac2111d5c9d341b50208d798e32ff56", + "traceparent": "00-4a04c4caa380c58180a3a9d260e8d01f-0857554ad46603e6-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230422.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "62712d1b90204be456f9b8348441a9f1", "x-ms-return-client-request-id": "true" }, "RequestBody": { "location": "westus", "properties": { "virtualNetworkGateway1": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg323/providers/Microsoft.Network/virtualNetworkGateways/azsmnet6432", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg530/providers/Microsoft.Network/virtualNetworkGateways/azsmnet2748", "location": "westus", "tags": { "key": "value" @@ -2264,15 +2491,15 @@ "properties": { "ipConfigurations": [ { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg323/providers/Microsoft.Network/virtualNetworkGateways/azsmnet6432/ipConfigurations/azsmnet9866", - "name": "azsmnet9866", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg530/providers/Microsoft.Network/virtualNetworkGateways/azsmnet2748/ipConfigurations/azsmnet4283", + "name": "azsmnet4283", "properties": { "privateIPAllocationMethod": "Dynamic", "subnet": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg323/providers/Microsoft.Network/virtualNetworks/azsmnet3781/subnets/GatewaySubnet" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg530/providers/Microsoft.Network/virtualNetworks/azsmnet6750/subnets/GatewaySubnet" }, "publicIPAddress": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg323/providers/Microsoft.Network/publicIPAddresses/azsmnet6314" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg530/providers/Microsoft.Network/publicIPAddresses/azsmnet8595" } } } @@ -2283,27 +2510,31 @@ "enableBgp": false, "enablePrivateIpAddress": false, "activeActive": false, + "disableIPSecReplayProtection": false, "sku": { "name": "Standard", "tier": "Standard" }, + "virtualNetworkGatewayPolicyGroups": [], "bgpSettings": { "asn": 1337, "bgpPeeringAddress": "10.0.0.254", "peerWeight": 5, "bgpPeeringAddresses": [ { - "ipconfigurationId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg323/providers/Microsoft.Network/virtualNetworkGateways/azsmnet6432/ipConfigurations/azsmnet9866", + "ipconfigurationId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg530/providers/Microsoft.Network/virtualNetworkGateways/azsmnet2748/ipConfigurations/azsmnet4283", "customBgpIpAddresses": [] } ] }, "natRules": [], - "enableBgpRouteTranslationForNat": false + "enableBgpRouteTranslationForNat": false, + "allowVirtualWanTraffic": false, + "allowRemoteVnetTraffic": false } }, "localNetworkGateway2": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg323/providers/Microsoft.Network/localNetworkGateways/azsmnet3788", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg530/providers/Microsoft.Network/localNetworkGateways/azsmnet2650", "location": "westus", "tags": { "test": "value" @@ -2331,11 +2562,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/50ead89c-4895-42e2-8e49-9bae60da338f?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/aafd2614-0d41-4030-be10-c2acb405e6ca?api-version=2022-09-01", "Cache-Control": "no-cache", - "Content-Length": "1310", + "Content-Length": "1391", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:44:36 GMT", + "Date": "Sat, 22 Apr 2023 07:33:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", @@ -2345,28 +2576,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f206a0fc-193b-4640-83f9-0c14487e60ad", - "x-ms-client-request-id": "2ac2111d5c9d341b50208d798e32ff56", - "x-ms-correlation-request-id": "895e5c81-0c68-4440-84eb-62498b5f436c", + "x-ms-arm-service-request-id": "d89b781e-e471-423d-a3e4-42a4ff28cf5b", + "x-ms-client-request-id": "62712d1b90204be456f9b8348441a9f1", + "x-ms-correlation-request-id": "7bb70d61-f4f9-4a03-8b52-382856637bc8", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "50ead89c-4895-42e2-8e49-9bae60da338f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T104436Z:895e5c81-0c68-4440-84eb-62498b5f436c" + "x-ms-request-id": "aafd2614-0d41-4030-be10-c2acb405e6ca", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T073301Z:7bb70d61-f4f9-4a03-8b52-382856637bc8" }, "ResponseBody": { - "name": "azsmnet8037", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg323/providers/Microsoft.Network/connections/azsmnet8037", - "etag": "W/\u0022446a52f6-225d-4357-9332-ec701160e799\u0022", + "name": "azsmnet5393", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg530/providers/Microsoft.Network/connections/azsmnet5393", + "etag": "W/\u0022c620bf91-be0b-484c-9700-a76c99e916bc\u0022", "type": "Microsoft.Network/connections", "location": "westus", "properties": { "provisioningState": "Updating", - "resourceGuid": "9cc4d675-ecde-4060-9766-f830e2279fa5", + "resourceGuid": "978f7e51-aab0-4f7c-b4d9-48d5cca33b3c", "packetCaptureDiagnosticState": "None", "virtualNetworkGateway1": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg323/providers/Microsoft.Network/virtualNetworkGateways/azsmnet6432" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg530/providers/Microsoft.Network/virtualNetworkGateways/azsmnet2748" }, "localNetworkGateway2": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg323/providers/Microsoft.Network/localNetworkGateways/azsmnet3788" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg530/providers/Microsoft.Network/localNetworkGateways/azsmnet2650" }, "connectionType": "IPsec", "connectionProtocol": "IKEv2", @@ -2380,19 +2611,21 @@ "ingressBytesTransferred": 0, "egressBytesTransferred": 0, "expressRouteGatewayBypass": false, + "enablePrivateLinkFastPath": false, "dpdTimeoutSeconds": 0, - "connectionMode": "Default" + "connectionMode": "Default", + "gatewayCustomBgpIpAddresses": [] } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/50ead89c-4895-42e2-8e49-9bae60da338f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/aafd2614-0d41-4030-be10-c2acb405e6ca?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-5bd0d16fce03b44bb9dd9c437f842b08-bca37245fe98d748-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "64ff09919d9c627ecf26240bdfe8eb72", + "traceparent": "00-4a04c4caa380c58180a3a9d260e8d01f-9676069cf321a8c6-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "5afe5eaa83146ecd0b5fb419d02c49d6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2401,7 +2634,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:44:37 GMT", + "Date": "Sat, 22 Apr 2023 07:33:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", @@ -2411,25 +2644,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6255b5bc-f1a4-419f-9fd8-fdbdd153a814", - "x-ms-client-request-id": "64ff09919d9c627ecf26240bdfe8eb72", - "x-ms-correlation-request-id": "03b5dfbf-4fe3-4e13-bd1e-4bdc4804c36b", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "cf6c4991-3916-41a3-af65-80b44782e233", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T104437Z:03b5dfbf-4fe3-4e13-bd1e-4bdc4804c36b" + "x-ms-arm-service-request-id": "f018463a-d3fd-4c6b-b677-2504717ca1f6", + "x-ms-client-request-id": "5afe5eaa83146ecd0b5fb419d02c49d6", + "x-ms-correlation-request-id": "df52f147-f871-4d40-88fa-56f169456dac", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "d8142625-8d83-466c-83bf-4acdb96ea5c6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T073301Z:df52f147-f871-4d40-88fa-56f169456dac" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/50ead89c-4895-42e2-8e49-9bae60da338f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/aafd2614-0d41-4030-be10-c2acb405e6ca?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-5bd0d16fce03b44bb9dd9c437f842b08-e04dea4c8ba97a42-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "9d8d3da7ca4de7f9157f8ebb9593b52e", + "traceparent": "00-4a04c4caa380c58180a3a9d260e8d01f-bf32befddf86cd92-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "35d66a2108720ee2b5b16a61f15658d5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2438,7 +2671,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:44:47 GMT", + "Date": "Sat, 22 Apr 2023 07:33:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "20", @@ -2448,25 +2681,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5f918bc4-2378-4d21-989d-36fe5e41a43e", - "x-ms-client-request-id": "9d8d3da7ca4de7f9157f8ebb9593b52e", - "x-ms-correlation-request-id": "5c451e46-5bcd-403f-a8a5-a7f8e844f96a", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "c28aac4e-fb98-4737-b77a-b1b6f874dde1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T104447Z:5c451e46-5bcd-403f-a8a5-a7f8e844f96a" + "x-ms-arm-service-request-id": "918faae2-d2d2-45df-8682-1e4dab1dfed3", + "x-ms-client-request-id": "35d66a2108720ee2b5b16a61f15658d5", + "x-ms-correlation-request-id": "11eb1dfb-f5c5-4a3e-82b2-75de89bb88ac", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "f69095b2-f837-4078-b8ad-f5998105ee6c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T073312Z:11eb1dfb-f5c5-4a3e-82b2-75de89bb88ac" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/50ead89c-4895-42e2-8e49-9bae60da338f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/aafd2614-0d41-4030-be10-c2acb405e6ca?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-5bd0d16fce03b44bb9dd9c437f842b08-a9195d70ac744d41-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "85e83a1d9a329cbabfc16f0011ef62b3", + "traceparent": "00-4a04c4caa380c58180a3a9d260e8d01f-95b39c878f6ec716-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "25892bb54f43b2dd16e99ba4585ef0cc", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2475,7 +2708,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:45:07 GMT", + "Date": "Sat, 22 Apr 2023 07:33:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "20", @@ -2485,25 +2718,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "09afa213-81e3-4b00-9e81-0cc5ce5387c9", - "x-ms-client-request-id": "85e83a1d9a329cbabfc16f0011ef62b3", - "x-ms-correlation-request-id": "9cd68f51-9942-4bac-ad06-514788b995c7", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "906642da-51e0-456c-8908-ec45ede49120", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T104507Z:9cd68f51-9942-4bac-ad06-514788b995c7" + "x-ms-arm-service-request-id": "cceab645-a9cd-421b-9043-22f5cceb60df", + "x-ms-client-request-id": "25892bb54f43b2dd16e99ba4585ef0cc", + "x-ms-correlation-request-id": "76b4927e-65d7-4482-95a6-36054074993a", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "9bcdc42e-0d49-4557-baab-b81850512f20", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T073332Z:76b4927e-65d7-4482-95a6-36054074993a" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/50ead89c-4895-42e2-8e49-9bae60da338f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/aafd2614-0d41-4030-be10-c2acb405e6ca?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-5bd0d16fce03b44bb9dd9c437f842b08-b645367eb80b5643-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "42e054f66593c60510184f1d0fc2cd3b", + "traceparent": "00-4a04c4caa380c58180a3a9d260e8d01f-50cdb5d05e04d628-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "886cc7740faaa11a7cefa463186b7cb4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2512,7 +2745,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:45:27 GMT", + "Date": "Sat, 22 Apr 2023 07:33:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "40", @@ -2522,25 +2755,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0074ef29-9881-4dc9-928f-1ea7a47fae98", - "x-ms-client-request-id": "42e054f66593c60510184f1d0fc2cd3b", - "x-ms-correlation-request-id": "d5aca2b1-49ea-49b6-8f40-ac6e282f72ad", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "d1714c1e-de90-4157-abed-7b24d6be0881", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T104528Z:d5aca2b1-49ea-49b6-8f40-ac6e282f72ad" + "x-ms-arm-service-request-id": "76c21729-d0ec-4a94-91ce-c5b9c4ad213d", + "x-ms-client-request-id": "886cc7740faaa11a7cefa463186b7cb4", + "x-ms-correlation-request-id": "33855b34-9f64-44e0-a228-e6207b5d840d", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "f12d28b8-e804-4072-b4d5-38312b226fa0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T073353Z:33855b34-9f64-44e0-a228-e6207b5d840d" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/50ead89c-4895-42e2-8e49-9bae60da338f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/aafd2614-0d41-4030-be10-c2acb405e6ca?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-5bd0d16fce03b44bb9dd9c437f842b08-d0105b26d0335345-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "a5eef67166000d3f83f0de8b5bf8d526", + "traceparent": "00-4a04c4caa380c58180a3a9d260e8d01f-aae5b10b85d8255b-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a464de0723a2d2938d231e886c3eb557", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2549,7 +2782,7 @@ "Cache-Control": "no-cache", "Content-Length": "29", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:46:07 GMT", + "Date": "Sat, 22 Apr 2023 07:34:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2558,34 +2791,34 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6717090c-3862-40c7-9706-2642f1b4dbdb", - "x-ms-client-request-id": "a5eef67166000d3f83f0de8b5bf8d526", - "x-ms-correlation-request-id": "19868c92-4790-468e-af21-e8d020b6b73f", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "22ac80bb-7dba-4eae-83f2-4fad73704c03", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T104608Z:19868c92-4790-468e-af21-e8d020b6b73f" + "x-ms-arm-service-request-id": "febaff69-c8aa-4b4f-837e-dedeaf0b04c2", + "x-ms-client-request-id": "a464de0723a2d2938d231e886c3eb557", + "x-ms-correlation-request-id": "59473b8a-4613-4c11-8000-0481cbdcea80", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "1835d893-4d2e-42c6-b813-632980451295", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T073434Z:59473b8a-4613-4c11-8000-0481cbdcea80" }, "ResponseBody": { "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg323/providers/Microsoft.Network/connections/azsmnet8037?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg530/providers/Microsoft.Network/connections/azsmnet5393?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-5bd0d16fce03b44bb9dd9c437f842b08-d09673f0bbc1e54b-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "40c4da1c73b3b79a3521741a4a9c8dfc", + "traceparent": "00-4a04c4caa380c58180a3a9d260e8d01f-b81ac239e1b8baad-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "29ed9ec1d0eaa62b11e8a953aa799aab", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1347", + "Content-Length": "1428", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:46:08 GMT", + "Date": "Sat, 22 Apr 2023 07:34:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2594,28 +2827,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "09961e9a-e436-4395-b2a7-f2e13bff04c4", - "x-ms-client-request-id": "40c4da1c73b3b79a3521741a4a9c8dfc", - "x-ms-correlation-request-id": "f9beb8a2-c066-4ab8-93cf-b33b630861d9", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "ab3f2b51-41ef-42f3-a566-1cf77a873fbc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T104609Z:f9beb8a2-c066-4ab8-93cf-b33b630861d9" + "x-ms-arm-service-request-id": "5f6eb6c1-5d24-438a-b0a4-478ee5b476dc", + "x-ms-client-request-id": "29ed9ec1d0eaa62b11e8a953aa799aab", + "x-ms-correlation-request-id": "09d3f49c-14a2-4ade-85df-eb47785c771c", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "48406c99-8433-4b1c-ae64-eb3cf47b4303", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T073435Z:09d3f49c-14a2-4ade-85df-eb47785c771c" }, "ResponseBody": { - "name": "azsmnet8037", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg323/providers/Microsoft.Network/connections/azsmnet8037", - "etag": "W/\u0022d2ae63de-5e61-431c-b3d5-b7fa11c12dfa\u0022", + "name": "azsmnet5393", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg530/providers/Microsoft.Network/connections/azsmnet5393", + "etag": "W/\u002207b2a6e1-4f70-4774-90b6-dc890ed25a73\u0022", "type": "Microsoft.Network/connections", "location": "westus", "properties": { "provisioningState": "Succeeded", - "resourceGuid": "9cc4d675-ecde-4060-9766-f830e2279fa5", + "resourceGuid": "978f7e51-aab0-4f7c-b4d9-48d5cca33b3c", "packetCaptureDiagnosticState": "None", "virtualNetworkGateway1": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg323/providers/Microsoft.Network/virtualNetworkGateways/azsmnet6432" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg530/providers/Microsoft.Network/virtualNetworkGateways/azsmnet2748" }, "localNetworkGateway2": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg323/providers/Microsoft.Network/localNetworkGateways/azsmnet3788" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg530/providers/Microsoft.Network/localNetworkGateways/azsmnet2650" }, "connectionType": "IPsec", "connectionProtocol": "IKEv2", @@ -2630,29 +2863,31 @@ "ingressBytesTransferred": 0, "egressBytesTransferred": 0, "expressRouteGatewayBypass": false, + "enablePrivateLinkFastPath": false, "dpdTimeoutSeconds": 0, - "connectionMode": "Default" + "connectionMode": "Default", + "gatewayCustomBgpIpAddresses": [] } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg323/providers/Microsoft.Network/connections/azsmnet8037?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg530/providers/Microsoft.Network/connections/azsmnet5393?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-97daa9168d3c9a49909d3c49b83ebd63-da176ee99b7c6545-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220530.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "1b8f33f4bd0090b315d2bfa3877a6b18", + "traceparent": "00-a4a2fcc95226ae64cb3e15f7a0ce69f4-82dd18618d7f2985-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230422.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "799ce76d4bfa512a3499fb87f191343d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1347", + "Content-Length": "1428", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:46:09 GMT", + "Date": "Sat, 22 Apr 2023 07:34:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2661,28 +2896,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9095f63d-241d-472b-b268-835a7414a609", - "x-ms-client-request-id": "1b8f33f4bd0090b315d2bfa3877a6b18", - "x-ms-correlation-request-id": "82373bd0-a071-4118-9cbe-e6c17858363f", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "8cfc7590-edf4-4c35-aaad-01956c6c639e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T104610Z:82373bd0-a071-4118-9cbe-e6c17858363f" + "x-ms-arm-service-request-id": "8d0dfe05-9903-4929-b423-1e99d6167c76", + "x-ms-client-request-id": "799ce76d4bfa512a3499fb87f191343d", + "x-ms-correlation-request-id": "4e1a70a8-bb05-49e6-8089-2afc39f69869", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "b23797e0-acca-4a4f-b3ff-0d2448aa379d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T073436Z:4e1a70a8-bb05-49e6-8089-2afc39f69869" }, "ResponseBody": { - "name": "azsmnet8037", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg323/providers/Microsoft.Network/connections/azsmnet8037", - "etag": "W/\u0022d2ae63de-5e61-431c-b3d5-b7fa11c12dfa\u0022", + "name": "azsmnet5393", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg530/providers/Microsoft.Network/connections/azsmnet5393", + "etag": "W/\u002207b2a6e1-4f70-4774-90b6-dc890ed25a73\u0022", "type": "Microsoft.Network/connections", "location": "westus", "properties": { "provisioningState": "Succeeded", - "resourceGuid": "9cc4d675-ecde-4060-9766-f830e2279fa5", + "resourceGuid": "978f7e51-aab0-4f7c-b4d9-48d5cca33b3c", "packetCaptureDiagnosticState": "None", "virtualNetworkGateway1": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg323/providers/Microsoft.Network/virtualNetworkGateways/azsmnet6432" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg530/providers/Microsoft.Network/virtualNetworkGateways/azsmnet2748" }, "localNetworkGateway2": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg323/providers/Microsoft.Network/localNetworkGateways/azsmnet3788" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg530/providers/Microsoft.Network/localNetworkGateways/azsmnet2650" }, "connectionType": "IPsec", "connectionProtocol": "IKEv2", @@ -2697,29 +2932,30 @@ "ingressBytesTransferred": 0, "egressBytesTransferred": 0, "expressRouteGatewayBypass": false, + "enablePrivateLinkFastPath": false, "dpdTimeoutSeconds": 0, - "connectionMode": "Default" + "connectionMode": "Default", + "gatewayCustomBgpIpAddresses": [] } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg323/providers/Microsoft.Network/connections?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg530/providers/Microsoft.Network/connections?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-a0f73e431635b942b5ae86cec9dc19ff-3f20eb0a31819e4e-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220530.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "340028438dfdfe875b366fdef225c2e6", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230422.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "7aa24c3a527d36c9b3bd92ba79402713", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1435", + "Content-Length": "1524", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:46:09 GMT", + "Date": "Sat, 22 Apr 2023 07:34:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2728,30 +2964,30 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "31b5c90f-783c-445c-ada2-0b6c36329c69", - "x-ms-client-request-id": "340028438dfdfe875b366fdef225c2e6", - "x-ms-correlation-request-id": "48bbae3f-aa6d-48cb-863d-651f83220e41", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "08accd4c-aafa-4fc2-afb2-8627558ecb86", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T104610Z:48bbae3f-aa6d-48cb-863d-651f83220e41" + "x-ms-arm-service-request-id": "d54c019b-c4de-4b15-9b01-4d7d57e2ba28", + "x-ms-client-request-id": "7aa24c3a527d36c9b3bd92ba79402713", + "x-ms-correlation-request-id": "0e05d309-81da-40f2-8584-5a07392a700c", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "a38cdc7a-48b9-4094-96a6-ed77930ca788", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T073436Z:0e05d309-81da-40f2-8584-5a07392a700c" }, "ResponseBody": { "value": [ { - "name": "azsmnet8037", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg323/providers/Microsoft.Network/connections/azsmnet8037", - "etag": "W/\u0022d2ae63de-5e61-431c-b3d5-b7fa11c12dfa\u0022", + "name": "azsmnet5393", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg530/providers/Microsoft.Network/connections/azsmnet5393", + "etag": "W/\u002207b2a6e1-4f70-4774-90b6-dc890ed25a73\u0022", "type": "Microsoft.Network/connections", "location": "westus", "properties": { "provisioningState": "Succeeded", - "resourceGuid": "9cc4d675-ecde-4060-9766-f830e2279fa5", + "resourceGuid": "978f7e51-aab0-4f7c-b4d9-48d5cca33b3c", "packetCaptureDiagnosticState": "None", "virtualNetworkGateway1": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg323/providers/Microsoft.Network/virtualNetworkGateways/azsmnet6432" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg530/providers/Microsoft.Network/virtualNetworkGateways/azsmnet2748" }, "localNetworkGateway2": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg323/providers/Microsoft.Network/localNetworkGateways/azsmnet3788" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg530/providers/Microsoft.Network/localNetworkGateways/azsmnet2650" }, "connectionType": "IPsec", "connectionProtocol": "IKEv2", @@ -2764,34 +3000,36 @@ "ingressBytesTransferred": 0, "egressBytesTransferred": 0, "expressRouteGatewayBypass": false, + "enablePrivateLinkFastPath": false, "dpdTimeoutSeconds": 0, - "connectionMode": "Default" + "connectionMode": "Default", + "gatewayCustomBgpIpAddresses": [] } } ] } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg323/providers/Microsoft.Network/connections/azsmnet8037?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg530/providers/Microsoft.Network/connections/azsmnet5393?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-e32268e605de3544941c0daf999be4d3-af779e068b107c42-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220530.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "2796e163b9695e2527342ae0b4f730bb", + "traceparent": "00-7f9166cdb915f3941f9e4f9e03e6f354-7109a8a05c5ce86b-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230422.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "851b72883ba1755d749cf550d5a4b57f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ed991cbf-c4ec-4ae9-8322-9ba218d5ed78?api-version=2021-02-01", + "azure-asyncnotification": "Enabled", + "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/622d38dd-abde-43a5-b2c0-6a105e447312?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Mon, 30 May 2022 10:46:10 GMT", + "Date": "Sat, 22 Apr 2023 07:34:37 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/ed991cbf-c4ec-4ae9-8322-9ba218d5ed78?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/622d38dd-abde-43a5-b2c0-6a105e447312?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -2800,23 +3038,23 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e0d62aa2-1ad0-4ced-a2c1-389814ec4e67", - "x-ms-client-request-id": "2796e163b9695e2527342ae0b4f730bb", - "x-ms-correlation-request-id": "175e0796-839a-484d-9869-1b2e7500b911", + "x-ms-arm-service-request-id": "918df0c1-04c9-493d-9c52-f5e846e915ca", + "x-ms-client-request-id": "851b72883ba1755d749cf550d5a4b57f", + "x-ms-correlation-request-id": "20673910-5fe5-4dd8-96b7-ea7559abfec1", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "ed991cbf-c4ec-4ae9-8322-9ba218d5ed78", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T104611Z:175e0796-839a-484d-9869-1b2e7500b911" + "x-ms-request-id": "622d38dd-abde-43a5-b2c0-6a105e447312", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T073437Z:20673910-5fe5-4dd8-96b7-ea7559abfec1" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ed991cbf-c4ec-4ae9-8322-9ba218d5ed78?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/622d38dd-abde-43a5-b2c0-6a105e447312?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-e32268e605de3544941c0daf999be4d3-04076f0662fdcd4d-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "a63fd81043e389ae03a20cc963a74a63", + "traceparent": "00-7f9166cdb915f3941f9e4f9e03e6f354-786c557c0408dacc-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "7efee772ae76fe9bef2c06e15d78610f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2825,7 +3063,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:46:11 GMT", + "Date": "Sat, 22 Apr 2023 07:34:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", @@ -2835,25 +3073,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "977bf156-9369-4a17-8bc9-1e7d1b779a22", - "x-ms-client-request-id": "a63fd81043e389ae03a20cc963a74a63", - "x-ms-correlation-request-id": "ffda796b-4bb4-4859-8906-1d7afd6d5d65", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "6f9fb8cc-cc41-4fc3-92a6-58c118771a52", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T104611Z:ffda796b-4bb4-4859-8906-1d7afd6d5d65" + "x-ms-arm-service-request-id": "e02bf0ec-6950-4629-83cc-725d8a8b5521", + "x-ms-client-request-id": "7efee772ae76fe9bef2c06e15d78610f", + "x-ms-correlation-request-id": "15df7b36-877a-41f7-b9b8-36f9554bd310", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "1d7b5cc1-bae1-409e-b8bc-86ee21684d36", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T073437Z:15df7b36-877a-41f7-b9b8-36f9554bd310" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ed991cbf-c4ec-4ae9-8322-9ba218d5ed78?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/622d38dd-abde-43a5-b2c0-6a105e447312?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-e32268e605de3544941c0daf999be4d3-60112f55c8b23847-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "9628b406a04e0949e3307bd8f95b1151", + "traceparent": "00-7f9166cdb915f3941f9e4f9e03e6f354-b890a61bbaebd6c3-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "0d061208c926683c4401683b7520bc04", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2862,7 +3100,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:46:21 GMT", + "Date": "Sat, 22 Apr 2023 07:34:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "20", @@ -2872,25 +3110,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d74dc0bd-833c-4d2f-a8ef-6ed5b6fb1382", - "x-ms-client-request-id": "9628b406a04e0949e3307bd8f95b1151", - "x-ms-correlation-request-id": "1c001ca6-f2a2-4173-8da0-1faf23e8b2a7", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "faa202b5-9abe-45a7-b1eb-a04642ca0414", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T104622Z:1c001ca6-f2a2-4173-8da0-1faf23e8b2a7" + "x-ms-arm-service-request-id": "4bb40ec6-7530-4873-9acc-7d5bbb126d1b", + "x-ms-client-request-id": "0d061208c926683c4401683b7520bc04", + "x-ms-correlation-request-id": "f01497a8-3e73-4282-8e8a-82d394b7cd1d", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "7582e319-cd8c-484f-bfe4-6e8c5c8516df", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T073448Z:f01497a8-3e73-4282-8e8a-82d394b7cd1d" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ed991cbf-c4ec-4ae9-8322-9ba218d5ed78?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/622d38dd-abde-43a5-b2c0-6a105e447312?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-e32268e605de3544941c0daf999be4d3-98f69d4e60c3e641-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "dbd03a9589b773d8ad4c1efa4c340304", + "traceparent": "00-7f9166cdb915f3941f9e4f9e03e6f354-2088d3c18df3bb09-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "edde00c436a50409d01b6eab194cbca4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2899,7 +3137,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:46:42 GMT", + "Date": "Sat, 22 Apr 2023 07:35:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "20", @@ -2909,25 +3147,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a8741358-055c-4c60-aabb-90830efee033", - "x-ms-client-request-id": "dbd03a9589b773d8ad4c1efa4c340304", - "x-ms-correlation-request-id": "1b5dfa29-5fdc-46f6-9a57-43235e8ed1d8", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "6817cd66-c95f-405f-872b-41747a43ebd2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T104642Z:1b5dfa29-5fdc-46f6-9a57-43235e8ed1d8" + "x-ms-arm-service-request-id": "91360efc-02b3-47ad-bae0-2a71d35c9184", + "x-ms-client-request-id": "edde00c436a50409d01b6eab194cbca4", + "x-ms-correlation-request-id": "f2b710f7-ca47-4d6c-82ad-6f191caa88e6", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "2ccb4a11-d80e-48e5-9876-d47ecfd7f060", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T073508Z:f2b710f7-ca47-4d6c-82ad-6f191caa88e6" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ed991cbf-c4ec-4ae9-8322-9ba218d5ed78?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/622d38dd-abde-43a5-b2c0-6a105e447312?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-e32268e605de3544941c0daf999be4d3-2825cc6f76a97f4c-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "99c35c4608ad6fa18f35c2b3c7d690a8", + "traceparent": "00-7f9166cdb915f3941f9e4f9e03e6f354-535c4ca98c05a903-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a634b704ca68a9cdab953a74465f88ce", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2936,7 +3174,7 @@ "Cache-Control": "no-cache", "Content-Length": "29", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:47:02 GMT", + "Date": "Sat, 22 Apr 2023 07:35:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2945,26 +3183,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "dfdd9709-e34a-448e-82e0-5e0c28e5be06", - "x-ms-client-request-id": "99c35c4608ad6fa18f35c2b3c7d690a8", - "x-ms-correlation-request-id": "d77efb3b-0cc9-48fe-bdb7-8aaf99f182b1", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "1ed4df55-59bb-41ab-9783-9664bbaaa204", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T104702Z:d77efb3b-0cc9-48fe-bdb7-8aaf99f182b1" + "x-ms-arm-service-request-id": "625decbd-0cf0-495f-a81e-811425e0cada", + "x-ms-client-request-id": "a634b704ca68a9cdab953a74465f88ce", + "x-ms-correlation-request-id": "b585f8e1-616b-4f4f-93f0-900733ea884d", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "5987188f-5c20-40b1-8ae5-5d119e08886a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T073528Z:b585f8e1-616b-4f4f-93f0-900733ea884d" }, "ResponseBody": { "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg323/providers/Microsoft.Network/connections?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg530/providers/Microsoft.Network/connections?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-a8268287b06fd945b27463379f38b449-93f3728f47b87249-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220530.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "2834bb916fd67cabdcb5e802814fbdae", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230422.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "5c1d026f749ad16908023c0b5a904ff8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2973,15 +3210,15 @@ "Cache-Control": "no-cache", "Content-Length": "12", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:47:02 GMT", + "Date": "Sat, 22 Apr 2023 07:35:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2c95742c-6b47-414d-9038-7a3f6b96fc4d", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "2c95742c-6b47-414d-9038-7a3f6b96fc4d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T104702Z:2c95742c-6b47-414d-9038-7a3f6b96fc4d" + "x-ms-correlation-request-id": "e739c7c0-f0a7-417d-a7e5-05ed93bf468d", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "e739c7c0-f0a7-417d-a7e5-05ed93bf468d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230422T073529Z:e739c7c0-f0a7-417d-a7e5-05ed93bf468d" }, "ResponseBody": { "value": [] @@ -2989,9 +3226,10 @@ } ], "Variables": { - "LOCATION": "westus", - "RandomSeed": "1230767132", - "RESOURCE_MANAGER_URL": "https://management.azure.com", + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", + "LOCATION": "eastus", + "RandomSeed": "1959986606", + "RESOURCE_MANAGER_URL": null, "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" } } diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/GatewayOperationsTests/VirtualNetworkGatewayConnectionWithIpsecPoliciesTest.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/GatewayOperationsTests/VirtualNetworkGatewayConnectionWithIpsecPoliciesTest.json deleted file mode 100644 index f5d02c38ee95..000000000000 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/GatewayOperationsTests/VirtualNetworkGatewayConnectionWithIpsecPoliciesTest.json +++ /dev/null @@ -1,73830 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-6ce2dbba69b7a34a929eaa206ee93496-22f9ffb636a0e949-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Resources/1.0.0-preview.2", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a2967c2f9f89618d667ef727c48e6242", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "93711", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:36:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5cd46de9-7d62-4a1f-9834-6b6cc64f8ac7", - "x-ms-ratelimit-remaining-subscription-reads": "11379", - "x-ms-request-id": "5cd46de9-7d62-4a1f-9834-6b6cc64f8ac7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033636Z:5cd46de9-7d62-4a1f-9834-6b6cc64f8ac7" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network", - "namespace": "Microsoft.Network", - "authorizations": [ - { - "applicationId": "2cf9eb86-36b5-49dc-86ae-9a63135dfa8c", - "roleDefinitionId": "13ba9ab4-19f0-4804-adc4-14ece36cc7a1" - }, - { - "applicationId": "7c33bfcb-8d33-48d6-8e60-dc6404003489", - "roleDefinitionId": "ad6261e4-fa9a-4642-aa5f-104f1b67e9e3" - }, - { - "applicationId": "1e3e4475-288f-4018-a376-df66fd7fac5f", - "roleDefinitionId": "1d538b69-3d87-4e56-8ff8-25786fd48261" - }, - { - "applicationId": "a0be0c72-870e-46f0-9c49-c98333a996f7", - "roleDefinitionId": "7ce22727-ffce-45a9-930c-ddb2e56fa131" - }, - { - "applicationId": "486c78bf-a0f7-45f1-92fd-37215929e116", - "roleDefinitionId": "98a9e526-0a60-4c1f-a33a-ae46e1f8dc0d" - }, - { - "applicationId": "19947cfd-0303-466c-ac3c-fcc19a7a1570", - "roleDefinitionId": "d813ab6c-bfb7-413e-9462-005b21f0ce09" - }, - { - "applicationId": "341b7f3d-69b3-47f9-9ce7-5b7f4945fdbd", - "roleDefinitionId": "8141843c-c51c-4c1e-a5bf-0d351594b86c" - }, - { - "applicationId": "328fd23b-de6e-462c-9433-e207470a5727", - "roleDefinitionId": "79e29e06-4056-41e5-a6b2-959f1f47747e" - }, - { - "applicationId": "6d057c82-a784-47ae-8d12-ca7b38cf06b4", - "roleDefinitionId": "c27dd31e-c1e5-4ab0-93e1-a12ba34f182e" - }, - { - "applicationId": "b4ca0290-4e73-4e31-ade0-c82ecfaabf6a", - "roleDefinitionId": "18363e25-ff21-4159-ae8d-7dfecb5bd001" - } - ], - "resourceTypes": [ - { - "resourceType": "virtualNetworks", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "defaultApiVersion": "2020-03-01", - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-10-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" - } - ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "natGateways", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01" - ], - "defaultApiVersion": "2020-03-01", - "zoneMappings": [ - { - "location": "East US 2", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Central US", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "West Europe", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "East US 2 EUAP", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Central US EUAP", - "zones": [ - "2", - "1" - ] - }, - { - "location": "France Central", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Southeast Asia", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "West US 2", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "North Europe", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "East US", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "UK South", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Japan East", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Australia East", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "South Africa North", - "zones": [] - }, - { - "location": "South Central US", - "zones": [] - }, - { - "location": "Canada Central", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Germany West Central", - "zones": [] - }, - { - "location": "Brazil South", - "zones": [] - } - ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "publicIPAddresses", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "defaultApiVersion": "2020-03-01", - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-10-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" - } - ], - "zoneMappings": [ - { - "location": "East US 2", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Central US", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "West Europe", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "East US 2 EUAP", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Central US EUAP", - "zones": [ - "2", - "1" - ] - }, - { - "location": "France Central", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Southeast Asia", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "West US 2", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "North Europe", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "East US", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "UK South", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Japan East", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Australia East", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "South Africa North", - "zones": [] - }, - { - "location": "South Central US", - "zones": [] - }, - { - "location": "Canada Central", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Germany West Central", - "zones": [] - }, - { - "location": "Brazil South", - "zones": [] - } - ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "customIpPrefixes", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01" - ], - "defaultApiVersion": "2020-06-01", - "zoneMappings": [ - { - "location": "East US 2", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Central US", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "West Europe", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "East US 2 EUAP", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Central US EUAP", - "zones": [ - "2", - "1" - ] - }, - { - "location": "France Central", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Southeast Asia", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "West US 2", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "North Europe", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "East US", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "UK South", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Japan East", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Australia East", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "South Africa North", - "zones": [] - }, - { - "location": "South Central US", - "zones": [] - }, - { - "location": "Canada Central", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Germany West Central", - "zones": [] - }, - { - "location": "Brazil South", - "zones": [] - } - ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "networkInterfaces", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "defaultApiVersion": "2020-03-01", - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-10-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" - } - ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "privateEndpoints", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "privateEndpointRedirectMaps", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "loadBalancers", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "defaultApiVersion": "2020-03-01", - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-10-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" - } - ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "networkSecurityGroups", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "defaultApiVersion": "2020-03-01", - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-10-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" - } - ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "applicationSecurityGroups", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01" - ], - "defaultApiVersion": "2020-03-01", - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2017-09-01" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-10-01" - } - ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "serviceEndpointPolicies", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "networkIntentPolicies", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "France South", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "routeTables", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "defaultApiVersion": "2020-03-01", - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-10-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" - } - ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "publicIPPrefixes", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01" - ], - "defaultApiVersion": "2020-03-01", - "zoneMappings": [ - { - "location": "East US 2", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Central US", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "West Europe", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "East US 2 EUAP", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Central US EUAP", - "zones": [ - "2", - "1" - ] - }, - { - "location": "France Central", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Southeast Asia", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "West US 2", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "North Europe", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "East US", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "UK South", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Japan East", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Australia East", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "South Africa North", - "zones": [] - }, - { - "location": "South Central US", - "zones": [] - }, - { - "location": "Canada Central", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Germany West Central", - "zones": [] - }, - { - "location": "Brazil South", - "zones": [] - } - ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "masterCustomIpPrefixes", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01" - ], - "defaultApiVersion": "2020-06-01", - "zoneMappings": [ - { - "location": "East US 2", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Central US", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "West Europe", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "East US 2 EUAP", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Central US EUAP", - "zones": [ - "2", - "1" - ] - }, - { - "location": "France Central", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Southeast Asia", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "West US 2", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "North Europe", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "East US", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "UK South", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Japan East", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Australia East", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "South Africa North", - "zones": [] - }, - { - "location": "South Central US", - "zones": [] - }, - { - "location": "Canada Central", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Germany West Central", - "zones": [] - }, - { - "location": "Brazil South", - "zones": [] - } - ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "ddosCustomPolicies", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "networkWatchers", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "networkWatchers/connectionMonitors", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "networkWatchers/flowLogs", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "networkWatchers/pingMeshes", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "virtualNetworkGateways", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "defaultApiVersion": "2020-03-01", - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-03-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" - } - ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "localNetworkGateways", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "defaultApiVersion": "2020-03-01", - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-03-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" - } - ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "connections", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "defaultApiVersion": "2020-03-01", - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-03-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" - } - ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "applicationGateways", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "defaultApiVersion": "2020-03-01", - "zoneMappings": [ - { - "location": "East US 2", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Central US", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "West Europe", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "East US 2 EUAP", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Central US EUAP", - "zones": [ - "2", - "1" - ] - }, - { - "location": "France Central", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Southeast Asia", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "West US 2", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "North Europe", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "East US", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "UK South", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Japan East", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Australia East", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "South Africa North", - "zones": [] - }, - { - "location": "South Central US", - "zones": [] - }, - { - "location": "Canada Central", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Germany West Central", - "zones": [] - }, - { - "location": "Brazil South", - "zones": [] - } - ], - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "applicationGatewayWebApplicationFirewallPolicies", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "locations", - "locations": [], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-10-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" - } - ], - "capabilities": "None" - }, - { - "resourceType": "locations/operations", - "locations": [], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-10-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" - } - ], - "capabilities": "None" - }, - { - "resourceType": "locations/operationResults", - "locations": [], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-10-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" - } - ], - "capabilities": "None" - }, - { - "resourceType": "locations/CheckDnsNameAvailability", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "capabilities": "None" - }, - { - "resourceType": "locations/setLoadBalancerFrontendPublicIpAddresses", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01" - ], - "capabilities": "None" - }, - { - "resourceType": "locations/usages", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-10-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" - } - ], - "capabilities": "None" - }, - { - "resourceType": "locations/virtualNetworkAvailableEndpointServices", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01" - ], - "capabilities": "None" - }, - { - "resourceType": "locations/availableDelegations", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01" - ], - "capabilities": "None" - }, - { - "resourceType": "locations/serviceTags", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01" - ], - "capabilities": "None" - }, - { - "resourceType": "locations/availablePrivateEndpointTypes", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01" - ], - "capabilities": "None" - }, - { - "resourceType": "locations/availableServiceAliases", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01" - ], - "capabilities": "None" - }, - { - "resourceType": "locations/checkPrivateLinkServiceVisibility", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01" - ], - "capabilities": "None" - }, - { - "resourceType": "locations/autoApprovedPrivateLinkServices", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01" - ], - "capabilities": "None" - }, - { - "resourceType": "locations/batchValidatePrivateEndpointsForResourceMove", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01" - ], - "capabilities": "None" - }, - { - "resourceType": "locations/batchNotifyPrivateEndpointsForResourceMove", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01" - ], - "capabilities": "None" - }, - { - "resourceType": "locations/supportedVirtualMachineSizes", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01" - ], - "capabilities": "None" - }, - { - "resourceType": "locations/checkAcceleratedNetworkingSupport", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01" - ], - "capabilities": "None" - }, - { - "resourceType": "locations/validateResourceOwnership", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01" - ], - "capabilities": "None" - }, - { - "resourceType": "locations/setResourceOwnership", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01" - ], - "capabilities": "None" - }, - { - "resourceType": "locations/effectiveResourceOwnership", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01" - ], - "capabilities": "None" - }, - { - "resourceType": "operations", - "locations": [], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "capabilities": "None" - }, - { - "resourceType": "privateDnsZones", - "locations": [ - "global" - ], - "apiVersions": [ - "2020-01-01", - "2018-09-01" - ], - "defaultApiVersion": "2018-09-01", - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "privateDnsZones/virtualNetworkLinks", - "locations": [ - "global" - ], - "apiVersions": [ - "2020-01-01", - "2018-09-01" - ], - "defaultApiVersion": "2018-09-01", - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "privateDnsOperationResults", - "locations": [ - "global" - ], - "apiVersions": [ - "2020-01-01", - "2018-09-01" - ], - "defaultApiVersion": "2018-09-01", - "capabilities": "None" - }, - { - "resourceType": "privateDnsOperationStatuses", - "locations": [ - "global" - ], - "apiVersions": [ - "2020-01-01", - "2018-09-01" - ], - "defaultApiVersion": "2018-09-01", - "capabilities": "None" - }, - { - "resourceType": "privateDnsZonesInternal", - "locations": [ - "global" - ], - "apiVersions": [ - "2020-01-01" - ], - "defaultApiVersion": "2020-01-01", - "capabilities": "None" - }, - { - "resourceType": "privateDnsZones/A", - "locations": [ - "global" - ], - "apiVersions": [ - "2020-01-01", - "2018-09-01" - ], - "defaultApiVersion": "2018-09-01", - "capabilities": "None" - }, - { - "resourceType": "privateDnsZones/AAAA", - "locations": [ - "global" - ], - "apiVersions": [ - "2020-01-01", - "2018-09-01" - ], - "defaultApiVersion": "2018-09-01", - "capabilities": "None" - }, - { - "resourceType": "privateDnsZones/CNAME", - "locations": [ - "global" - ], - "apiVersions": [ - "2020-01-01", - "2018-09-01" - ], - "defaultApiVersion": "2018-09-01", - "capabilities": "None" - }, - { - "resourceType": "privateDnsZones/PTR", - "locations": [ - "global" - ], - "apiVersions": [ - "2020-01-01", - "2018-09-01" - ], - "defaultApiVersion": "2018-09-01", - "capabilities": "None" - }, - { - "resourceType": "privateDnsZones/MX", - "locations": [ - "global" - ], - "apiVersions": [ - "2020-01-01", - "2018-09-01" - ], - "defaultApiVersion": "2018-09-01", - "capabilities": "None" - }, - { - "resourceType": "privateDnsZones/TXT", - "locations": [ - "global" - ], - "apiVersions": [ - "2020-01-01", - "2018-09-01" - ], - "defaultApiVersion": "2018-09-01", - "capabilities": "None" - }, - { - "resourceType": "privateDnsZones/SRV", - "locations": [ - "global" - ], - "apiVersions": [ - "2020-01-01", - "2018-09-01" - ], - "defaultApiVersion": "2018-09-01", - "capabilities": "None" - }, - { - "resourceType": "privateDnsZones/SOA", - "locations": [ - "global" - ], - "apiVersions": [ - "2020-01-01", - "2018-09-01" - ], - "defaultApiVersion": "2018-09-01", - "capabilities": "None" - }, - { - "resourceType": "privateDnsZones/all", - "locations": [ - "global" - ], - "apiVersions": [ - "2020-01-01", - "2018-09-01" - ], - "defaultApiVersion": "2018-09-01", - "capabilities": "None" - }, - { - "resourceType": "trafficmanagerprofiles", - "locations": [ - "global" - ], - "apiVersions": [ - "2018-08-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2017-05-01", - "2017-03-01", - "2015-11-01", - "2015-04-28-preview" - ], - "defaultApiVersion": "2018-08-01", - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "trafficmanagerprofiles/heatMaps", - "locations": [ - "global" - ], - "apiVersions": [ - "2018-08-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2017-09-01-preview" - ], - "defaultApiVersion": "2018-08-01", - "capabilities": "None" - }, - { - "resourceType": "checkTrafficManagerNameAvailability", - "locations": [ - "global" - ], - "apiVersions": [ - "2018-08-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2017-05-01", - "2017-03-01", - "2015-11-01", - "2015-04-28-preview" - ], - "defaultApiVersion": "2018-08-01", - "capabilities": "None" - }, - { - "resourceType": "trafficManagerUserMetricsKeys", - "locations": [ - "global" - ], - "apiVersions": [ - "2018-08-01", - "2018-04-01", - "2017-09-01-preview" - ], - "defaultApiVersion": "2018-08-01", - "capabilities": "None" - }, - { - "resourceType": "trafficManagerGeographicHierarchies", - "locations": [ - "global" - ], - "apiVersions": [ - "2018-08-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2017-05-01", - "2017-03-01" - ], - "defaultApiVersion": "2018-08-01", - "capabilities": "None" - }, - { - "resourceType": "expressRouteCircuits", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "expressRouteServiceProviders", - "locations": [], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "capabilities": "None" - }, - { - "resourceType": "applicationGatewayAvailableWafRuleSets", - "locations": [], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01" - ], - "capabilities": "None" - }, - { - "resourceType": "applicationGatewayAvailableSslOptions", - "locations": [], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01" - ], - "capabilities": "None" - }, - { - "resourceType": "applicationGatewayAvailableServerVariables", - "locations": [], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01" - ], - "capabilities": "None" - }, - { - "resourceType": "applicationGatewayAvailableRequestHeaders", - "locations": [], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01" - ], - "capabilities": "None" - }, - { - "resourceType": "applicationGatewayAvailableResponseHeaders", - "locations": [], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01" - ], - "capabilities": "None" - }, - { - "resourceType": "routeFilters", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "bgpServiceCommunities", - "locations": [], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01" - ], - "capabilities": "None" - }, - { - "resourceType": "virtualWans", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "vpnSites", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "vpnServerConfigurations", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "South Africa North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "virtualHubs", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "vpnGateways", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "p2sVpnGateways", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "UAE North", - "South Africa North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "expressRouteGateways", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "firewallPolicies", - "locations": [ - "UAE North", - "Australia Central 2", - "UAE Central", - "Germany North", - "Central India", - "Korea South", - "Switzerland North", - "Switzerland West", - "Japan West", - "France South", - "South Africa West", - "West India", - "Canada East", - "South India", - "Germany West Central", - "Norway East", - "Norway West", - "South Africa North", - "East Asia", - "Southeast Asia", - "Korea Central", - "Brazil South", - "Japan East", - "UK West", - "West US", - "East US", - "North Europe", - "West Europe", - "West Central US", - "South Central US", - "Australia East", - "Australia Central", - "Australia Southeast", - "UK South", - "East US 2", - "West US 2", - "North Central US", - "Canada Central", - "France Central", - "Central US", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01" - ], - "defaultApiVersion": "2020-04-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "ipGroups", - "locations": [ - "UAE North", - "Australia Central 2", - "UAE Central", - "Germany North", - "Central India", - "Korea South", - "Switzerland North", - "Switzerland West", - "Japan West", - "France South", - "South Africa West", - "West India", - "Canada East", - "South India", - "Germany West Central", - "Norway East", - "Norway West", - "South Africa North", - "East Asia", - "Southeast Asia", - "Korea Central", - "Brazil South", - "Japan East", - "UK West", - "West US", - "East US", - "North Europe", - "West Europe", - "South Central US", - "Australia East", - "Australia Central", - "Australia Southeast", - "UK South", - "East US 2", - "West US 2", - "North Central US", - "Canada Central", - "France Central", - "West Central US", - "Central US", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01" - ], - "defaultApiVersion": "2019-08-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "locations/nfvOperations", - "locations": [], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01" - ], - "capabilities": "None" - }, - { - "resourceType": "locations/nfvOperationResults", - "locations": [], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01" - ], - "capabilities": "None" - }, - { - "resourceType": "securityPartnerProviders", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "azureFirewalls", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "France Central", - "Australia Central", - "Japan West", - "Japan East", - "Korea Central", - "Korea South", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01" - ], - "defaultApiVersion": "2020-03-01", - "zoneMappings": [ - { - "location": "East US 2", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Central US", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "West Europe", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "East US 2 EUAP", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Central US EUAP", - "zones": [ - "2", - "1" - ] - }, - { - "location": "France Central", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Southeast Asia", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "West US 2", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "North Europe", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "East US", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "UK South", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Japan East", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Australia East", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "South Africa North", - "zones": [] - }, - { - "location": "South Central US", - "zones": [] - }, - { - "location": "Canada Central", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Germany West Central", - "zones": [] - }, - { - "location": "Brazil South", - "zones": [] - } - ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "azureFirewallFqdnTags", - "locations": [], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01" - ], - "capabilities": "None" - }, - { - "resourceType": "virtualNetworkTaps", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "privateLinkServices", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "ddosProtectionPlans", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01" - ], - "defaultApiVersion": "2020-03-01", - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2018-02-01" - } - ], - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "networkProfiles", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "checkFrontdoorNameAvailability", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2020-07-01", - "2020-05-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, - { - "resourceType": "frontdoorWebApplicationFirewallManagedRuleSets", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2020-04-01", - "2019-10-01", - "2019-03-01" - ], - "defaultApiVersion": "2020-04-01", - "capabilities": "None" - }, - { - "resourceType": "locations/bareMetalTenants", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01" - ], - "capabilities": "None" - }, - { - "resourceType": "bastionHosts", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "virtualRouters", - "locations": [ - "UAE North", - "Australia Central 2", - "UAE Central", - "Germany North", - "Central India", - "Korea South", - "Switzerland North", - "Switzerland West", - "Japan West", - "France South", - "South Africa West", - "West India", - "Canada East", - "South India", - "Germany West Central", - "Norway East", - "Norway West", - "South Africa North", - "East Asia", - "Southeast Asia", - "Korea Central", - "Brazil South", - "Japan East", - "UK West", - "West US", - "East US", - "North Europe", - "West Europe", - "West Central US", - "South Central US", - "Australia East", - "Australia Central", - "Australia Southeast", - "UK South", - "East US 2", - "West US 2", - "North Central US", - "Canada Central", - "France Central", - "Central US", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01" - ], - "defaultApiVersion": "2019-07-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "networkVirtualAppliances", - "locations": [ - "UAE North", - "Australia Central 2", - "UAE Central", - "Germany North", - "Central India", - "Korea South", - "Switzerland North", - "Switzerland West", - "Japan West", - "France South", - "South Africa West", - "West India", - "Canada East", - "South India", - "Germany West Central", - "Norway East", - "Norway West", - "South Africa North", - "East Asia", - "Southeast Asia", - "Korea Central", - "Brazil South", - "Japan East", - "UK West", - "West US", - "East US", - "North Europe", - "West Europe", - "West Central US", - "South Central US", - "Australia East", - "Australia Central", - "Australia Southeast", - "UK South", - "East US 2", - "West US 2", - "North Central US", - "Canada Central", - "France Central", - "Central US", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01" - ], - "defaultApiVersion": "2019-12-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "ipAllocations", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "locations/commitInternalAzureNetworkManagerConfiguration", - "locations": [ - "West Central US", - "East US 2 EUAP", - "Central US EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2019-12-01", - "2019-11-01" - ], - "capabilities": "None" - }, - { - "resourceType": "networkVirtualApplianceSkus", - "locations": [], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "None" - }, - { - "resourceType": "networkWatchers/lenses", - "locations": [ - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "dnszones", - "locations": [ - "global" - ], - "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-11-30", - "2015-11-15-preview", - "2015-05-04-preview" - ], - "defaultApiVersion": "2018-05-01", - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2016-04-01" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2016-04-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2016-04-01" - } - ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "dnsOperationResults", - "locations": [ - "global" - ], - "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-11-30", - "2015-11-15-preview" - ], - "defaultApiVersion": "2018-05-01", - "capabilities": "None" - }, - { - "resourceType": "dnsOperationStatuses", - "locations": [ - "global" - ], - "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-11-30", - "2015-11-15-preview" - ], - "defaultApiVersion": "2018-05-01", - "capabilities": "None" - }, - { - "resourceType": "getDnsResourceReference", - "locations": [ - "global" - ], - "apiVersions": [ - "2018-05-01" - ], - "defaultApiVersion": "2018-05-01", - "capabilities": "None" - }, - { - "resourceType": "internalNotify", - "locations": [ - "global" - ], - "apiVersions": [ - "2018-05-01" - ], - "defaultApiVersion": "2018-05-01", - "capabilities": "None" - }, - { - "resourceType": "dnszones/A", - "locations": [ - "global" - ], - "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-11-30", - "2015-11-15-preview", - "2015-05-04-preview" - ], - "defaultApiVersion": "2018-05-01", - "capabilities": "None" - }, - { - "resourceType": "dnszones/AAAA", - "locations": [ - "global" - ], - "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-11-30", - "2015-11-15-preview", - "2015-05-04-preview" - ], - "defaultApiVersion": "2018-05-01", - "capabilities": "None" - }, - { - "resourceType": "dnszones/CNAME", - "locations": [ - "global" - ], - "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-11-30", - "2015-11-15-preview", - "2015-05-04-preview" - ], - "defaultApiVersion": "2018-05-01", - "capabilities": "None" - }, - { - "resourceType": "dnszones/PTR", - "locations": [ - "global" - ], - "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-11-30", - "2015-11-15-preview", - "2015-05-04-preview" - ], - "defaultApiVersion": "2018-05-01", - "capabilities": "None" - }, - { - "resourceType": "dnszones/MX", - "locations": [ - "global" - ], - "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-11-30", - "2015-11-15-preview", - "2015-05-04-preview" - ], - "defaultApiVersion": "2018-05-01", - "capabilities": "None" - }, - { - "resourceType": "dnszones/TXT", - "locations": [ - "global" - ], - "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-11-30", - "2015-11-15-preview", - "2015-05-04-preview" - ], - "defaultApiVersion": "2018-05-01", - "capabilities": "None" - }, - { - "resourceType": "dnszones/SRV", - "locations": [ - "global" - ], - "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-11-30", - "2015-11-15-preview", - "2015-05-04-preview" - ], - "defaultApiVersion": "2018-05-01", - "capabilities": "None" - }, - { - "resourceType": "dnszones/SOA", - "locations": [ - "global" - ], - "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-11-30", - "2015-11-15-preview", - "2015-05-04-preview" - ], - "defaultApiVersion": "2018-05-01", - "capabilities": "None" - }, - { - "resourceType": "dnszones/NS", - "locations": [ - "global" - ], - "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-11-30", - "2015-11-15-preview", - "2015-05-04-preview" - ], - "defaultApiVersion": "2018-05-01", - "capabilities": "None" - }, - { - "resourceType": "dnszones/CAA", - "locations": [ - "global" - ], - "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01" - ], - "defaultApiVersion": "2018-05-01", - "capabilities": "None" - }, - { - "resourceType": "dnszones/recordsets", - "locations": [ - "global" - ], - "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-11-30", - "2015-11-15-preview", - "2015-05-04-preview" - ], - "defaultApiVersion": "2018-05-01", - "capabilities": "None" - }, - { - "resourceType": "dnszones/all", - "locations": [ - "global" - ], - "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-11-30", - "2015-11-15-preview", - "2015-05-04-preview" - ], - "defaultApiVersion": "2018-05-01", - "capabilities": "None" - }, - { - "resourceType": "frontdoorOperationResults", - "locations": [ - "global" - ], - "apiVersions": [ - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-11-01", - "2019-10-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2019-03-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, - { - "resourceType": "frontdoors", - "locations": [ - "Central US EUAP", - "East US 2 EUAP", - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "frontdoors/frontendEndpoints", - "locations": [ - "Central US EUAP", - "East US 2 EUAP", - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, - { - "resourceType": "frontdoors/frontendEndpoints/customHttpsConfiguration", - "locations": [ - "Central US EUAP", - "East US 2 EUAP", - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, - { - "resourceType": "frontdoorWebApplicationFirewallPolicies", - "locations": [ - "East US 2 EUAP", - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2020-04-01", - "2019-10-01", - "2019-03-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-04-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "networkExperimentProfiles", - "locations": [ - "Central US EUAP", - "East US 2 EUAP", - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "West US 2", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2019-11-01" - ], - "defaultApiVersion": "2019-11-01", - "capabilities": "SupportsTags, SupportsLocation" - } - ], - "registrationState": "Registered", - "registrationPolicy": "RegistrationRequired" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/csmrg4418?api-version=**", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "32", - "Content-Type": "application/json", - "traceparent": "00-14d9f1045f29a44db91434335024f5ff-9df5bebf9f178e48-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Resources/1.0.0-preview.2", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e7d9e7eb2a06455868f148c7f6473735", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "West US", - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "215", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:36:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "85f39c17-0263-45ea-80f8-9a52bf6307e0", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "85f39c17-0263-45ea-80f8-9a52bf6307e0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033637Z:85f39c17-0263-45ea-80f8-9a52bf6307e0" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg4418", - "name": "csmrg4418", - "type": "Microsoft.Resources/resourceGroups", - "location": "westus", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg4418/providers/Microsoft.Network/localNetworkGateways/azsmnet384?api-version=2020-04-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "160", - "Content-Type": "application/json", - "traceparent": "00-ef2d8e82517478428f960b0872f4df18-a0fc048efc536248-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7719094c676b895ad610394f4b5a7e4e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "West US", - "tags": { - "test": "value" - }, - "properties": { - "localNetworkAddressSpace": { - "addressPrefixes": [ - "192.168.0.0/16" - ] - }, - "gatewayIpAddress": "192.168.3.4" - } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/b871d504-5905-47be-bd30-654394606840?api-version=2020-04-01", - "Cache-Control": "no-cache", - "Content-Length": "621", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:36:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "10", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "337fd9bd-f8b0-4f90-b5d3-50164f480ed7", - "x-ms-client-request-id": "7719094c676b895ad610394f4b5a7e4e", - "x-ms-correlation-request-id": "352ddfb1-c760-429d-8786-3d328f91dc8d", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "b871d504-5905-47be-bd30-654394606840", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033641Z:352ddfb1-c760-429d-8786-3d328f91dc8d" - }, - "ResponseBody": [ - "{\r\n", - " \"name\": \"azsmnet384\",\r\n", - " \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg4418/providers/Microsoft.Network/localNetworkGateways/azsmnet384\",\r\n", - " \"etag\": \"W/\\\"eaaca959-1d59-4884-9fb5-185ba8b937d7\\\"\",\r\n", - " \"type\": \"Microsoft.Network/localNetworkGateways\",\r\n", - " \"location\": \"westus\",\r\n", - " \"tags\": {\r\n", - " \"test\": \"value\"\r\n", - " },\r\n", - " \"properties\": {\r\n", - " \"provisioningState\": \"Updating\",\r\n", - " \"resourceGuid\": \"a484c50c-07c8-4598-b0a1-962d3ed48597\",\r\n", - " \"localNetworkAddressSpace\": {\r\n", - " \"addressPrefixes\": [\r\n", - " \"192.168.0.0/16\"\r\n", - " ]\r\n", - " },\r\n", - " \"gatewayIpAddress\": \"192.168.3.4\"\r\n", - " }\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/b871d504-5905-47be-bd30-654394606840?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8477e7c1ca48807f7e5e2f1a1ef61d96", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:36:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "10", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "454bbdb9-2759-46e0-b385-4061c26ee452", - "x-ms-client-request-id": "8477e7c1ca48807f7e5e2f1a1ef61d96", - "x-ms-correlation-request-id": "b996e558-76ff-401e-9447-8c57be4f333f", - "x-ms-ratelimit-remaining-subscription-reads": "11378", - "x-ms-request-id": "37417b14-6561-4cde-82c0-d2698f7098bc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033641Z:b996e558-76ff-401e-9447-8c57be4f333f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/b871d504-5905-47be-bd30-654394606840?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2a7678c939f73eff04f42631cf03c36c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:36:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "20", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b1c36218-0b6b-4969-b71b-eaa4772daa97", - "x-ms-client-request-id": "2a7678c939f73eff04f42631cf03c36c", - "x-ms-correlation-request-id": "0bc1f042-e742-40d5-bee2-19238f102116", - "x-ms-ratelimit-remaining-subscription-reads": "11377", - "x-ms-request-id": "d825b77c-e56e-4d0b-bbb5-c83bf1bd792a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033642Z:0bc1f042-e742-40d5-bee2-19238f102116" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/b871d504-5905-47be-bd30-654394606840?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "638df2f1f9e3b5069dc07ce2dfea065a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:36:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "20", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f848b99b-c9cc-4f8c-a314-58496ca90e3e", - "x-ms-client-request-id": "638df2f1f9e3b5069dc07ce2dfea065a", - "x-ms-correlation-request-id": "378e5444-d77b-4857-858e-a427e5a6ae27", - "x-ms-ratelimit-remaining-subscription-reads": "11376", - "x-ms-request-id": "90676682-d352-45a5-bd86-b64a3e5d1d5c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033644Z:378e5444-d77b-4857-858e-a427e5a6ae27" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/b871d504-5905-47be-bd30-654394606840?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "4d8d011cf4f4884fe8398054a34db07a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "29", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:36:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c7c59bd6-a9b7-42ff-9c1a-95cc8bae64ef", - "x-ms-client-request-id": "4d8d011cf4f4884fe8398054a34db07a", - "x-ms-correlation-request-id": "37a4b00f-0195-48d0-b2fe-0d4d902b89f1", - "x-ms-ratelimit-remaining-subscription-reads": "11375", - "x-ms-request-id": "e89fa6b6-b810-48bf-bc4f-e61d7912207d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033645Z:37a4b00f-0195-48d0-b2fe-0d4d902b89f1" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"Succeeded\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg4418/providers/Microsoft.Network/localNetworkGateways/azsmnet384?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2c29c39aba68cfb372c18d37bc1d5f1a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "622", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:36:45 GMT", - "ETag": "W/\"63b4e27b-caab-4b86-a255-3d78073d4d83\"", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7a37686f-efb4-416b-abbf-54cff6dba5a0", - "x-ms-client-request-id": "2c29c39aba68cfb372c18d37bc1d5f1a", - "x-ms-correlation-request-id": "77dd0307-4be8-43b7-90b5-163782cd40ba", - "x-ms-ratelimit-remaining-subscription-reads": "11374", - "x-ms-request-id": "b4012d7d-5bfb-4e8b-ab68-cae2481559a1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033645Z:77dd0307-4be8-43b7-90b5-163782cd40ba" - }, - "ResponseBody": [ - "{\r\n", - " \"name\": \"azsmnet384\",\r\n", - " \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg4418/providers/Microsoft.Network/localNetworkGateways/azsmnet384\",\r\n", - " \"etag\": \"W/\\\"63b4e27b-caab-4b86-a255-3d78073d4d83\\\"\",\r\n", - " \"type\": \"Microsoft.Network/localNetworkGateways\",\r\n", - " \"location\": \"westus\",\r\n", - " \"tags\": {\r\n", - " \"test\": \"value\"\r\n", - " },\r\n", - " \"properties\": {\r\n", - " \"provisioningState\": \"Succeeded\",\r\n", - " \"resourceGuid\": \"a484c50c-07c8-4598-b0a1-962d3ed48597\",\r\n", - " \"localNetworkAddressSpace\": {\r\n", - " \"addressPrefixes\": [\r\n", - " \"192.168.0.0/16\"\r\n", - " ]\r\n", - " },\r\n", - " \"gatewayIpAddress\": \"192.168.3.4\"\r\n", - " }\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg4418/providers/Microsoft.Network/localNetworkGateways/azsmnet384?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-055427b81017c04092beb37cff6b8fdb-ec23c83b6c4f4845-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "cd14ccee7676fc77a2057ba979b2114f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "622", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:36:45 GMT", - "ETag": "W/\"63b4e27b-caab-4b86-a255-3d78073d4d83\"", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "dee2ef95-6fd9-4c52-88b4-f0cb1b6b7345", - "x-ms-client-request-id": "cd14ccee7676fc77a2057ba979b2114f", - "x-ms-correlation-request-id": "88f30004-60b4-4f44-9b98-fad9255e69c4", - "x-ms-ratelimit-remaining-subscription-reads": "11373", - "x-ms-request-id": "007b3f01-4fe6-44d8-bb15-cb671dffc32e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033645Z:88f30004-60b4-4f44-9b98-fad9255e69c4" - }, - "ResponseBody": [ - "{\r\n", - " \"name\": \"azsmnet384\",\r\n", - " \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg4418/providers/Microsoft.Network/localNetworkGateways/azsmnet384\",\r\n", - " \"etag\": \"W/\\\"63b4e27b-caab-4b86-a255-3d78073d4d83\\\"\",\r\n", - " \"type\": \"Microsoft.Network/localNetworkGateways\",\r\n", - " \"location\": \"westus\",\r\n", - " \"tags\": {\r\n", - " \"test\": \"value\"\r\n", - " },\r\n", - " \"properties\": {\r\n", - " \"provisioningState\": \"Succeeded\",\r\n", - " \"resourceGuid\": \"a484c50c-07c8-4598-b0a1-962d3ed48597\",\r\n", - " \"localNetworkAddressSpace\": {\r\n", - " \"addressPrefixes\": [\r\n", - " \"192.168.0.0/16\"\r\n", - " ]\r\n", - " },\r\n", - " \"gatewayIpAddress\": \"192.168.3.4\"\r\n", - " }\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg4418/providers/Microsoft.Network/publicIPAddresses/azsmnet4245?api-version=2020-04-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "144", - "Content-Type": "application/json", - "traceparent": "00-d263bdc5042d37468c785cb75b929513-3d76f2797292124e-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d9c11c4862f1bd4eda326718cbcbd965", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "West US", - "tags": { - "key": "value" - }, - "properties": { - "publicIPAllocationMethod": "Dynamic", - "dnsSettings": { - "domainNameLabel": "azsmnet209" - } - } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/65cfa06a-1e76-4aed-8d16-2964ddd4b7bb?api-version=2020-04-01", - "Cache-Control": "no-cache", - "Content-Length": "767", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:36:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "1", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4de1f888-2ced-4933-a77a-618b6544bb49", - "x-ms-client-request-id": "d9c11c4862f1bd4eda326718cbcbd965", - "x-ms-correlation-request-id": "89909f35-e924-4e8d-9061-f56e71802d85", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "65cfa06a-1e76-4aed-8d16-2964ddd4b7bb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033649Z:89909f35-e924-4e8d-9061-f56e71802d85" - }, - "ResponseBody": [ - "{\r\n", - " \"name\": \"azsmnet4245\",\r\n", - " \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg4418/providers/Microsoft.Network/publicIPAddresses/azsmnet4245\",\r\n", - " \"etag\": \"W/\\\"b2c47bd6-1fa2-42a6-879d-e9f46889cf9f\\\"\",\r\n", - " \"location\": \"westus\",\r\n", - " \"tags\": {\r\n", - " \"key\": \"value\"\r\n", - " },\r\n", - " \"properties\": {\r\n", - " \"provisioningState\": \"Updating\",\r\n", - " \"resourceGuid\": \"2c83422e-eda5-49d5-a3bb-4529dd665f93\",\r\n", - " \"publicIPAddressVersion\": \"IPv4\",\r\n", - " \"publicIPAllocationMethod\": \"Dynamic\",\r\n", - " \"idleTimeoutInMinutes\": 4,\r\n", - " \"dnsSettings\": {\r\n", - " \"domainNameLabel\": \"azsmnet209\",\r\n", - " \"fqdn\": \"azsmnet209.westus.cloudapp.azure.com\"\r\n", - " },\r\n", - " \"ipTags\": []\r\n", - " },\r\n", - " \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n", - " \"sku\": {\r\n", - " \"name\": \"Basic\"\r\n", - " }\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/65cfa06a-1e76-4aed-8d16-2964ddd4b7bb?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "43d4ba271558b2da7fb99c45958a39af", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "29", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:36:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "69d8dc2e-03be-4712-bdd6-3782e92b4d07", - "x-ms-client-request-id": "43d4ba271558b2da7fb99c45958a39af", - "x-ms-correlation-request-id": "6f0ce924-f935-472e-9b0c-5fa9fa6b4f61", - "x-ms-ratelimit-remaining-subscription-reads": "11372", - "x-ms-request-id": "d36d972d-96ef-43b7-8e2f-4308db23c901", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033649Z:6f0ce924-f935-472e-9b0c-5fa9fa6b4f61" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"Succeeded\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg4418/providers/Microsoft.Network/publicIPAddresses/azsmnet4245?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "394c13d02c1625fdd0954f8e2344661a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "768", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:36:49 GMT", - "ETag": "W/\"8626dfeb-6420-42f5-bce5-82278ab38f4f\"", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6c149391-3c46-4a77-91d2-dcb682369284", - "x-ms-client-request-id": "394c13d02c1625fdd0954f8e2344661a", - "x-ms-correlation-request-id": "9fcdccf6-3533-470d-9ae1-c8ae5eb6efa3", - "x-ms-ratelimit-remaining-subscription-reads": "11371", - "x-ms-request-id": "df79da86-4bb4-4b78-bef2-989ee965b497", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033650Z:9fcdccf6-3533-470d-9ae1-c8ae5eb6efa3" - }, - "ResponseBody": [ - "{\r\n", - " \"name\": \"azsmnet4245\",\r\n", - " \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg4418/providers/Microsoft.Network/publicIPAddresses/azsmnet4245\",\r\n", - " \"etag\": \"W/\\\"8626dfeb-6420-42f5-bce5-82278ab38f4f\\\"\",\r\n", - " \"location\": \"westus\",\r\n", - " \"tags\": {\r\n", - " \"key\": \"value\"\r\n", - " },\r\n", - " \"properties\": {\r\n", - " \"provisioningState\": \"Succeeded\",\r\n", - " \"resourceGuid\": \"2c83422e-eda5-49d5-a3bb-4529dd665f93\",\r\n", - " \"publicIPAddressVersion\": \"IPv4\",\r\n", - " \"publicIPAllocationMethod\": \"Dynamic\",\r\n", - " \"idleTimeoutInMinutes\": 4,\r\n", - " \"dnsSettings\": {\r\n", - " \"domainNameLabel\": \"azsmnet209\",\r\n", - " \"fqdn\": \"azsmnet209.westus.cloudapp.azure.com\"\r\n", - " },\r\n", - " \"ipTags\": []\r\n", - " },\r\n", - " \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n", - " \"sku\": {\r\n", - " \"name\": \"Basic\"\r\n", - " }\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg4418/providers/Microsoft.Network/publicIPAddresses/azsmnet4245?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-94cfbbeba75f8947b7c15c14fbefaf16-996c353e6430614f-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "10f0298196f6500dfd86634a870597ff", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "768", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:36:49 GMT", - "ETag": "W/\"8626dfeb-6420-42f5-bce5-82278ab38f4f\"", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a81657f7-5e21-4b91-b767-d0455281d54d", - "x-ms-client-request-id": "10f0298196f6500dfd86634a870597ff", - "x-ms-correlation-request-id": "ef43871f-8807-4aec-b1fe-f2f524a3dd6f", - "x-ms-ratelimit-remaining-subscription-reads": "11370", - "x-ms-request-id": "e1d68267-fcb0-4548-9f08-d3caab7901d4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033650Z:ef43871f-8807-4aec-b1fe-f2f524a3dd6f" - }, - "ResponseBody": [ - "{\r\n", - " \"name\": \"azsmnet4245\",\r\n", - " \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg4418/providers/Microsoft.Network/publicIPAddresses/azsmnet4245\",\r\n", - " \"etag\": \"W/\\\"8626dfeb-6420-42f5-bce5-82278ab38f4f\\\"\",\r\n", - " \"location\": \"westus\",\r\n", - " \"tags\": {\r\n", - " \"key\": \"value\"\r\n", - " },\r\n", - " \"properties\": {\r\n", - " \"provisioningState\": \"Succeeded\",\r\n", - " \"resourceGuid\": \"2c83422e-eda5-49d5-a3bb-4529dd665f93\",\r\n", - " \"publicIPAddressVersion\": \"IPv4\",\r\n", - " \"publicIPAllocationMethod\": \"Dynamic\",\r\n", - " \"idleTimeoutInMinutes\": 4,\r\n", - " \"dnsSettings\": {\r\n", - " \"domainNameLabel\": \"azsmnet209\",\r\n", - " \"fqdn\": \"azsmnet209.westus.cloudapp.azure.com\"\r\n", - " },\r\n", - " \"ipTags\": []\r\n", - " },\r\n", - " \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n", - " \"sku\": {\r\n", - " \"name\": \"Basic\"\r\n", - " }\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg4418/providers/Microsoft.Network/virtualNetworks/azsmnet9351?api-version=2020-04-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "223", - "Content-Type": "application/json", - "traceparent": "00-3072b179612c5144b9aa5ee5e42a7af7-a47286d5724c8f42-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7342398f2776bcfbaf72c3c64c8e3a52", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "West US", - "properties": { - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] - }, - "dhcpOptions": { - "dnsServers": [ - "10.1.1.1", - "10.1.2.4" - ] - }, - "subnets": [ - { - "name": "GatewaySubnet", - "properties": { - "addressPrefix": "10.0.0.0/24" - } - } - ] - } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/d75525ed-b903-4723-8834-979c91ed4e57?api-version=2020-04-01", - "Cache-Control": "no-cache", - "Content-Length": "1395", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:36:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5117b858-4730-47a5-b85f-91a8cf7a41c3", - "x-ms-client-request-id": "7342398f2776bcfbaf72c3c64c8e3a52", - "x-ms-correlation-request-id": "5459dc06-3754-4b7f-bb06-a417598052f6", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-request-id": "d75525ed-b903-4723-8834-979c91ed4e57", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033653Z:5459dc06-3754-4b7f-bb06-a417598052f6" - }, - "ResponseBody": [ - "{\r\n", - " \"name\": \"azsmnet9351\",\r\n", - " \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg4418/providers/Microsoft.Network/virtualNetworks/azsmnet9351\",\r\n", - " \"etag\": \"W/\\\"7295904d-e59b-43a8-b641-c2ed7bc4a08f\\\"\",\r\n", - " \"type\": \"Microsoft.Network/virtualNetworks\",\r\n", - " \"location\": \"westus\",\r\n", - " \"properties\": {\r\n", - " \"provisioningState\": \"Updating\",\r\n", - " \"resourceGuid\": \"0ee1fe76-5689-43e8-96a9-072602c69191\",\r\n", - " \"addressSpace\": {\r\n", - " \"addressPrefixes\": [\r\n", - " \"10.0.0.0/16\"\r\n", - " ]\r\n", - " },\r\n", - " \"dhcpOptions\": {\r\n", - " \"dnsServers\": [\r\n", - " \"10.1.1.1\",\r\n", - " \"10.1.2.4\"\r\n", - " ]\r\n", - " },\r\n", - " \"subnets\": [\r\n", - " {\r\n", - " \"name\": \"GatewaySubnet\",\r\n", - " \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg4418/providers/Microsoft.Network/virtualNetworks/azsmnet9351/subnets/GatewaySubnet\",\r\n", - " \"etag\": \"W/\\\"7295904d-e59b-43a8-b641-c2ed7bc4a08f\\\"\",\r\n", - " \"properties\": {\r\n", - " \"provisioningState\": \"Updating\",\r\n", - " \"addressPrefix\": \"10.0.0.0/24\",\r\n", - " \"delegations\": [],\r\n", - " \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n", - " \"privateLinkServiceNetworkPolicies\": \"Enabled\",\r\n", - " \"subnetID\": 0\r\n", - " },\r\n", - " \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n", - " }\r\n", - " ],\r\n", - " \"virtualNetworkPeerings\": [],\r\n", - " \"enableDdosProtection\": false,\r\n", - " \"enableVmProtection\": false\r\n", - " }\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg4418/providers/Microsoft.Network/virtualNetworks/azsmnet9351?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-80a2daf7b3615b49b043bfdd1672a733-55ccf08f64f9564c-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "0b94644fa624010bf45447234a8ab1f8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1395", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:36:53 GMT", - "ETag": "W/\"7295904d-e59b-43a8-b641-c2ed7bc4a08f\"", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6a961bb9-be48-4990-9ef8-2b7cc9db27bb", - "x-ms-client-request-id": "0b94644fa624010bf45447234a8ab1f8", - "x-ms-correlation-request-id": "e52ff5a7-80e3-4a28-9037-68cf1e8fc82c", - "x-ms-ratelimit-remaining-subscription-reads": "11369", - "x-ms-request-id": "b27266e0-b3c6-42a9-af68-897f794b1b07", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033653Z:e52ff5a7-80e3-4a28-9037-68cf1e8fc82c" - }, - "ResponseBody": [ - "{\r\n", - " \"name\": \"azsmnet9351\",\r\n", - " \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg4418/providers/Microsoft.Network/virtualNetworks/azsmnet9351\",\r\n", - " \"etag\": \"W/\\\"7295904d-e59b-43a8-b641-c2ed7bc4a08f\\\"\",\r\n", - " \"type\": \"Microsoft.Network/virtualNetworks\",\r\n", - " \"location\": \"westus\",\r\n", - " \"properties\": {\r\n", - " \"provisioningState\": \"Updating\",\r\n", - " \"resourceGuid\": \"0ee1fe76-5689-43e8-96a9-072602c69191\",\r\n", - " \"addressSpace\": {\r\n", - " \"addressPrefixes\": [\r\n", - " \"10.0.0.0/16\"\r\n", - " ]\r\n", - " },\r\n", - " \"dhcpOptions\": {\r\n", - " \"dnsServers\": [\r\n", - " \"10.1.1.1\",\r\n", - " \"10.1.2.4\"\r\n", - " ]\r\n", - " },\r\n", - " \"subnets\": [\r\n", - " {\r\n", - " \"name\": \"GatewaySubnet\",\r\n", - " \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg4418/providers/Microsoft.Network/virtualNetworks/azsmnet9351/subnets/GatewaySubnet\",\r\n", - " \"etag\": \"W/\\\"7295904d-e59b-43a8-b641-c2ed7bc4a08f\\\"\",\r\n", - " \"properties\": {\r\n", - " \"provisioningState\": \"Updating\",\r\n", - " \"addressPrefix\": \"10.0.0.0/24\",\r\n", - " \"delegations\": [],\r\n", - " \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n", - " \"privateLinkServiceNetworkPolicies\": \"Enabled\",\r\n", - " \"subnetID\": 0\r\n", - " },\r\n", - " \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n", - " }\r\n", - " ],\r\n", - " \"virtualNetworkPeerings\": [],\r\n", - " \"enableDdosProtection\": false,\r\n", - " \"enableVmProtection\": false\r\n", - " }\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg4418/providers/Microsoft.Network/virtualNetworks/azsmnet9351/subnets/GatewaySubnet?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-4ad544d6ade45148862b7b09fdb340b1-7bc091b4939c1543-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "4205f729642bd601ff3b773a98330811", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "558", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:36:53 GMT", - "ETag": "W/\"c69f2407-8a65-421c-9c07-c5849b29a8e5\"", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "63869272-1b9e-4e7a-a044-36d159a29854", - "x-ms-client-request-id": "4205f729642bd601ff3b773a98330811", - "x-ms-correlation-request-id": "b6be0512-f6a5-4a90-a148-5c390da177fb", - "x-ms-ratelimit-remaining-subscription-reads": "11368", - "x-ms-request-id": "50812e3c-ef2c-40d0-9d8a-c207feb084e6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033654Z:b6be0512-f6a5-4a90-a148-5c390da177fb" - }, - "ResponseBody": [ - "{\r\n", - " \"name\": \"GatewaySubnet\",\r\n", - " \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg4418/providers/Microsoft.Network/virtualNetworks/azsmnet9351/subnets/GatewaySubnet\",\r\n", - " \"etag\": \"W/\\\"c69f2407-8a65-421c-9c07-c5849b29a8e5\\\"\",\r\n", - " \"properties\": {\r\n", - " \"provisioningState\": \"Succeeded\",\r\n", - " \"addressPrefix\": \"10.0.0.0/24\",\r\n", - " \"delegations\": [],\r\n", - " \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n", - " \"privateLinkServiceNetworkPolicies\": \"Enabled\",\r\n", - " \"subnetID\": 0\r\n", - " },\r\n", - " \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg4418/providers/Microsoft.Network/virtualNetworkGateways/azsmnet790?api-version=2020-04-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "597", - "Content-Type": "application/json", - "traceparent": "00-98f4e971e0df7248b505704fd10241c7-4efdc55ab87ff44b-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2efae776db2e6ab8a5d47116bc718b96", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "West US", - "tags": { - "key": "value" - }, - "properties": { - "ipConfigurations": [ - { - "name": "azsmnet1776", - "properties": { - "privateIPAllocationMethod": "Dynamic", - "subnet": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg4418/providers/Microsoft.Network/virtualNetworks/azsmnet9351/subnets/GatewaySubnet" - }, - "publicIPAddress": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg4418/providers/Microsoft.Network/publicIPAddresses/azsmnet4245" - } - } - } - ], - "gatewayType": "Vpn", - "vpnType": "RouteBased", - "enableBgp": false, - "sku": { - "name": "Standard", - "tier": "Standard" - } - } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "Cache-Control": "no-cache", - "Content-Length": "2450", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:36:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "10", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ee0dcd30-a010-499d-87d2-e73dbf7e69e1", - "x-ms-client-request-id": "2efae776db2e6ab8a5d47116bc718b96", - "x-ms-correlation-request-id": "5f04f3d1-4788-4b9c-88e0-925d369ca343", - "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-request-id": "588b99fa-dafa-4aa0-a330-a102aeae440f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033657Z:5f04f3d1-4788-4b9c-88e0-925d369ca343" - }, - "ResponseBody": [ - "{\r\n", - " \"name\": \"azsmnet790\",\r\n", - " \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg4418/providers/Microsoft.Network/virtualNetworkGateways/azsmnet790\",\r\n", - " \"etag\": \"W/\\\"b51ac23d-13be-415e-976c-aecd558d0948\\\"\",\r\n", - " \"type\": \"Microsoft.Network/virtualNetworkGateways\",\r\n", - " \"location\": \"westus\",\r\n", - " \"tags\": {\r\n", - " \"key\": \"value\"\r\n", - " },\r\n", - " \"properties\": {\r\n", - " \"provisioningState\": \"Updating\",\r\n", - " \"resourceGuid\": \"4df9e525-fc0b-4bbb-9082-adaa9ebc51f9\",\r\n", - " \"packetCaptureDiagnosticState\": \"None\",\r\n", - " \"enablePrivateIpAddress\": false,\r\n", - " \"ipConfigurations\": [\r\n", - " {\r\n", - " \"name\": \"azsmnet1776\",\r\n", - " \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg4418/providers/Microsoft.Network/virtualNetworkGateways/azsmnet790/ipConfigurations/azsmnet1776\",\r\n", - " \"etag\": \"W/\\\"b51ac23d-13be-415e-976c-aecd558d0948\\\"\",\r\n", - " \"type\": \"Microsoft.Network/virtualNetworkGateways/ipConfigurations\",\r\n", - " \"properties\": {\r\n", - " \"provisioningState\": \"Updating\",\r\n", - " \"privateIPAllocationMethod\": \"Dynamic\",\r\n", - " \"publicIPAddress\": {\r\n", - " \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg4418/providers/Microsoft.Network/publicIPAddresses/azsmnet4245\"\r\n", - " },\r\n", - " \"subnet\": {\r\n", - " \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg4418/providers/Microsoft.Network/virtualNetworks/azsmnet9351/subnets/GatewaySubnet\"\r\n", - " }\r\n", - " }\r\n", - " }\r\n", - " ],\r\n", - " \"sku\": {\r\n", - " \"name\": \"Standard\",\r\n", - " \"tier\": \"Standard\",\r\n", - " \"capacity\": 2\r\n", - " },\r\n", - " \"gatewayType\": \"Vpn\",\r\n", - " \"vpnType\": \"RouteBased\",\r\n", - " \"enableBgp\": false,\r\n", - " \"activeActive\": false,\r\n", - " \"vpnClientConfiguration\": {\r\n", - " \"vpnClientProtocols\": [\r\n", - " \"OpenVPN\",\r\n", - " \"IkeV2\"\r\n", - " ],\r\n", - " \"vpnClientRootCertificates\": [],\r\n", - " \"vpnClientRevokedCertificates\": [],\r\n", - " \"radiusServers\": [],\r\n", - " \"vpnClientIpsecPolicies\": []\r\n", - " },\r\n", - " \"bgpSettings\": {\r\n", - " \"asn\": 0,\r\n", - " \"peerWeight\": 0,\r\n", - " \"bgpPeeringAddresses\": [\r\n", - " {\r\n", - " \"ipconfigurationId\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg4418/providers/Microsoft.Network/virtualNetworkGateways/azsmnet790/ipConfigurations/azsmnet1776\",\r\n", - " \"defaultBgpIpAddresses\": [],\r\n", - " \"customBgpIpAddresses\": []\r\n", - " }\r\n", - " ]\r\n", - " },\r\n", - " \"vpnGatewayGeneration\": \"Generation1\"\r\n", - " }\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c914857cfafe2ac989c0bf2d64e87f05", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:36:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "10", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b184318c-29df-4c44-ae62-aa1d5cf2eefd", - "x-ms-client-request-id": "c914857cfafe2ac989c0bf2d64e87f05", - "x-ms-correlation-request-id": "860e6540-36f4-4177-ac22-b69db33c7632", - "x-ms-ratelimit-remaining-subscription-reads": "11367", - "x-ms-request-id": "dbcc533f-7fdb-4f4a-877c-149bd668f9a7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033657Z:860e6540-36f4-4177-ac22-b69db33c7632" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "4c9401af1d788bf2843c2245ace702e4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:36:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "20", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "381ea6c2-5410-415e-b55d-da3a377f8c51", - "x-ms-client-request-id": "4c9401af1d788bf2843c2245ace702e4", - "x-ms-correlation-request-id": "99eca307-c13d-43b7-b4bd-0e1dfc5b8237", - "x-ms-ratelimit-remaining-subscription-reads": "11366", - "x-ms-request-id": "67ab135a-546b-4dd4-bbbe-9aaaf90db75d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033659Z:99eca307-c13d-43b7-b4bd-0e1dfc5b8237" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "36993b88c25da498f36eff122b365923", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:36:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "20", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "abcf95a5-55c7-460f-a3c4-5f2a1b1b7183", - "x-ms-client-request-id": "36993b88c25da498f36eff122b365923", - "x-ms-correlation-request-id": "1f4aff21-1b6c-472e-b558-f29d801527fe", - "x-ms-ratelimit-remaining-subscription-reads": "11365", - "x-ms-request-id": "b14240c9-9ada-48b7-aea3-9af476985720", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033700Z:1f4aff21-1b6c-472e-b558-f29d801527fe" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "66212868fe2d5ebc928944c2d7837da1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:37:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "40", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2a08af60-8496-4ced-9077-a4e97c07ce98", - "x-ms-client-request-id": "66212868fe2d5ebc928944c2d7837da1", - "x-ms-correlation-request-id": "e584aeaa-8964-46b7-850d-59f04fbe7d9f", - "x-ms-ratelimit-remaining-subscription-reads": "11364", - "x-ms-request-id": "c84a6851-dab6-4e6b-8a80-0afb4305b11a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033701Z:e584aeaa-8964-46b7-850d-59f04fbe7d9f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "28a4dabe484feda869ef590a1edf5f4e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:37:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "40", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b41673dd-44e5-4faf-ad79-24c68c5e90a4", - "x-ms-client-request-id": "28a4dabe484feda869ef590a1edf5f4e", - "x-ms-correlation-request-id": "337a8399-7a3d-44ca-aa7d-f0f8174e579b", - "x-ms-ratelimit-remaining-subscription-reads": "11363", - "x-ms-request-id": "8a9e8f52-343b-4fec-a40d-f12e08899c0c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033702Z:337a8399-7a3d-44ca-aa7d-f0f8174e579b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "83dcffe29bc689b67e3aa4d47dd6cd6f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:37:03 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "80", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "741170ba-fbba-4f56-8851-66f86a93b8f5", - "x-ms-client-request-id": "83dcffe29bc689b67e3aa4d47dd6cd6f", - "x-ms-correlation-request-id": "029ce4ad-bef4-49a3-ada4-047b45c28178", - "x-ms-ratelimit-remaining-subscription-reads": "11362", - "x-ms-request-id": "56be8a93-c8ab-4385-b5b7-beb8116db5e1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033704Z:029ce4ad-bef4-49a3-ada4-047b45c28178" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "50545df0309120d48034fd3ea5b240b3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:37:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "80", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b7079b93-d9e3-46c7-8ea8-6274fdde5e59", - "x-ms-client-request-id": "50545df0309120d48034fd3ea5b240b3", - "x-ms-correlation-request-id": "13ba1879-6f68-46b6-af2b-23f3f9d2d753", - "x-ms-ratelimit-remaining-subscription-reads": "11361", - "x-ms-request-id": "6600178e-b8a4-446f-a5c5-6c3a5573300e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033705Z:13ba1879-6f68-46b6-af2b-23f3f9d2d753" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d8dff629faa722db241aa914a4d36f93", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:37:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "160", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "49e77350-6903-4f2c-a6bc-d4f78cf080de", - "x-ms-client-request-id": "d8dff629faa722db241aa914a4d36f93", - "x-ms-correlation-request-id": "7282b00e-30e1-4bbf-a147-ce995e1d7ca5", - "x-ms-ratelimit-remaining-subscription-reads": "11360", - "x-ms-request-id": "205bbc77-4a4c-426f-a4a7-2632ffa67c23", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033706Z:7282b00e-30e1-4bbf-a147-ce995e1d7ca5" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c019ea220e8bb2bc2abc02929e78e4cc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:37:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "160", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1970e536-aa65-4a1f-816c-3e6f51e04706", - "x-ms-client-request-id": "c019ea220e8bb2bc2abc02929e78e4cc", - "x-ms-correlation-request-id": "d476440f-d720-4ad5-a7e4-e4cab9122109", - "x-ms-ratelimit-remaining-subscription-reads": "11359", - "x-ms-request-id": "02e10dff-3a90-4241-8ede-b610a46db278", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033707Z:d476440f-d720-4ad5-a7e4-e4cab9122109" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "87aaf1faf4f6f6c782322c7786bf7bad", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:37:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f597e011-4063-4c27-820a-184d08aeb336", - "x-ms-client-request-id": "87aaf1faf4f6f6c782322c7786bf7bad", - "x-ms-correlation-request-id": "98523ff9-090c-4f00-a595-4cd2d680d2ae", - "x-ms-ratelimit-remaining-subscription-reads": "11358", - "x-ms-request-id": "ec61141f-21f5-450c-b130-9380302fdfc9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033709Z:98523ff9-090c-4f00-a595-4cd2d680d2ae" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "bb1b69c480981b27392daeebf74883ab", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:37:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "87eb9636-1f86-4158-80d8-02f6f99dbde6", - "x-ms-client-request-id": "bb1b69c480981b27392daeebf74883ab", - "x-ms-correlation-request-id": "936a8d36-6178-41fd-814a-49f1bb730ecc", - "x-ms-ratelimit-remaining-subscription-reads": "11357", - "x-ms-request-id": "3380aab3-0d83-4f07-b62c-f0ac81a44208", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033710Z:936a8d36-6178-41fd-814a-49f1bb730ecc" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b31add35e8282e9c22233d59e1452b6a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:37:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "11f9327f-cfee-4bf2-ac1d-de6214b5636a", - "x-ms-client-request-id": "b31add35e8282e9c22233d59e1452b6a", - "x-ms-correlation-request-id": "5bce2662-d3ff-4a05-a5f5-2657e0bb8ab8", - "x-ms-ratelimit-remaining-subscription-reads": "11356", - "x-ms-request-id": "8fa28ca5-d2a9-4fa3-9c4c-ea27e24bd2d9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033711Z:5bce2662-d3ff-4a05-a5f5-2657e0bb8ab8" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "34cd5541295c7934c98f4ec946dcff39", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:37:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ebdcd3f0-d849-4b47-9f4f-498a8b4589e1", - "x-ms-client-request-id": "34cd5541295c7934c98f4ec946dcff39", - "x-ms-correlation-request-id": "782e0415-38f0-47f2-8df4-0fbe2d1e36cf", - "x-ms-ratelimit-remaining-subscription-reads": "11355", - "x-ms-request-id": "89c48387-2a41-424a-b168-03c290822c42", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033712Z:782e0415-38f0-47f2-8df4-0fbe2d1e36cf" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a94181aec7a5dc84cded987542ce39f3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:37:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5e7f1129-bb58-46d7-9625-8a2ae9c8b657", - "x-ms-client-request-id": "a94181aec7a5dc84cded987542ce39f3", - "x-ms-correlation-request-id": "96ad8574-8638-4fec-8f7b-6291fdd6951d", - "x-ms-ratelimit-remaining-subscription-reads": "11354", - "x-ms-request-id": "16cc37a9-3056-4ac0-9d4f-fd23b42026c9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033714Z:96ad8574-8638-4fec-8f7b-6291fdd6951d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a1aa43014f7b0c4ea9a0ea9999d2e746", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:37:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "11eb015e-415e-437b-ac88-58d374a60f00", - "x-ms-client-request-id": "a1aa43014f7b0c4ea9a0ea9999d2e746", - "x-ms-correlation-request-id": "98384160-fa57-4aba-9066-7bea4c981535", - "x-ms-ratelimit-remaining-subscription-reads": "11353", - "x-ms-request-id": "d3d2d0f8-76fd-4153-8129-434260a67b53", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033715Z:98384160-fa57-4aba-9066-7bea4c981535" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "60aa0324820379c5d1f0666e90be37fa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:37:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "09361a02-22ed-4e25-9363-764d0d7b05f9", - "x-ms-client-request-id": "60aa0324820379c5d1f0666e90be37fa", - "x-ms-correlation-request-id": "ccd7ebe8-44d0-45ae-840a-1e2110c3006d", - "x-ms-ratelimit-remaining-subscription-reads": "11352", - "x-ms-request-id": "db817eae-ef2d-4a86-9e57-00ccc3e41ef9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033716Z:ccd7ebe8-44d0-45ae-840a-1e2110c3006d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "02c85a555d325fbe32350005ddea42fb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:37:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5d42baed-2097-46d5-a23b-82105a851735", - "x-ms-client-request-id": "02c85a555d325fbe32350005ddea42fb", - "x-ms-correlation-request-id": "bbe1facc-808a-4cfe-944e-c69244e41cbb", - "x-ms-ratelimit-remaining-subscription-reads": "11351", - "x-ms-request-id": "4ee5f526-c93a-4383-a867-d6dad24df0aa", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033718Z:bbe1facc-808a-4cfe-944e-c69244e41cbb" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "3f505205d9237fef7e30d08ae8df7bea", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:37:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "fe679002-1df9-4bc7-b38b-0a557956f544", - "x-ms-client-request-id": "3f505205d9237fef7e30d08ae8df7bea", - "x-ms-correlation-request-id": "7a6ee622-00dd-4e2c-828b-be07ace38334", - "x-ms-ratelimit-remaining-subscription-reads": "11350", - "x-ms-request-id": "acec9aed-5248-4b11-aa7e-e9b8e0287e67", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033719Z:7a6ee622-00dd-4e2c-828b-be07ace38334" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "3f43ef69e509c613454b2dce81bf9ce6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:37:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ca643d2d-eb37-4165-a468-66f0b3b935ce", - "x-ms-client-request-id": "3f43ef69e509c613454b2dce81bf9ce6", - "x-ms-correlation-request-id": "1668f5c4-91a5-4c27-a5bb-a1986a07098c", - "x-ms-ratelimit-remaining-subscription-reads": "11349", - "x-ms-request-id": "1f7ef647-3005-4403-8f49-6907260f0b00", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033720Z:1668f5c4-91a5-4c27-a5bb-a1986a07098c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "3e686baef76d7cd76a4984018c337752", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:37:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "13b98764-1965-45e7-a645-7d02317d7c6f", - "x-ms-client-request-id": "3e686baef76d7cd76a4984018c337752", - "x-ms-correlation-request-id": "c79d1a7c-6e67-46c2-a021-854300240b8d", - "x-ms-ratelimit-remaining-subscription-reads": "11348", - "x-ms-request-id": "3167934d-922a-4c71-a4c3-24e4bec69419", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033721Z:c79d1a7c-6e67-46c2-a021-854300240b8d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ed9b15b903a720f13e8afad8ab21fdbe", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:37:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e0444701-acaf-4740-84a9-4ed2208b5ae3", - "x-ms-client-request-id": "ed9b15b903a720f13e8afad8ab21fdbe", - "x-ms-correlation-request-id": "cb9ef349-a05d-4af8-aab4-d1d905b8b9bc", - "x-ms-ratelimit-remaining-subscription-reads": "11347", - "x-ms-request-id": "d2754ea1-a7c9-4aa5-8461-3544e0475cbb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033723Z:cb9ef349-a05d-4af8-aab4-d1d905b8b9bc" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7cdcea943c76717c18c7d4c060113a11", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:37:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "cd86d9a3-bb9a-48d9-9e5e-584d66aa83c8", - "x-ms-client-request-id": "7cdcea943c76717c18c7d4c060113a11", - "x-ms-correlation-request-id": "434fc170-80d8-433c-b022-c6c6a2affdc6", - "x-ms-ratelimit-remaining-subscription-reads": "11346", - "x-ms-request-id": "184a000f-5bac-494d-bb46-4c48eac1b3af", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033724Z:434fc170-80d8-433c-b022-c6c6a2affdc6" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "6b15dbd4ae24aa3f7948ffe3fdfed149", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:37:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "89ae4b67-9f34-4d4c-8e4b-abeabb7a7d0e", - "x-ms-client-request-id": "6b15dbd4ae24aa3f7948ffe3fdfed149", - "x-ms-correlation-request-id": "7c28affc-98e9-4b17-82b4-5ad828a2dcf8", - "x-ms-ratelimit-remaining-subscription-reads": "11345", - "x-ms-request-id": "04f63929-71a2-4e80-93eb-5ce34b75efbe", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033725Z:7c28affc-98e9-4b17-82b4-5ad828a2dcf8" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a26dc54bfa577cdb992ad5e02e31bf2c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:37:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "70963cbc-42ff-42fa-b6f4-3d20416b167d", - "x-ms-client-request-id": "a26dc54bfa577cdb992ad5e02e31bf2c", - "x-ms-correlation-request-id": "faf08a5e-5899-4fd7-8cb0-646bc13a05b6", - "x-ms-ratelimit-remaining-subscription-reads": "11344", - "x-ms-request-id": "9ebd58a9-ff51-4b35-bed2-7228a27f5f70", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033726Z:faf08a5e-5899-4fd7-8cb0-646bc13a05b6" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d003e84f910ce69aaa31032e3d987319", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:37:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5a21352e-bc9c-4117-8297-6e6bf894ab47", - "x-ms-client-request-id": "d003e84f910ce69aaa31032e3d987319", - "x-ms-correlation-request-id": "4b1d53e4-8407-42b1-975b-ade60d5404b3", - "x-ms-ratelimit-remaining-subscription-reads": "11343", - "x-ms-request-id": "2b82bc9f-7715-4bc0-8f48-f4bd238dfee7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033728Z:4b1d53e4-8407-42b1-975b-ade60d5404b3" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "9a758bf597a4dab9ff98d2fad85f7c48", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:37:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "81aa0254-30f5-419e-a542-93f66162e9e8", - "x-ms-client-request-id": "9a758bf597a4dab9ff98d2fad85f7c48", - "x-ms-correlation-request-id": "4c8066b4-b0ad-4e7c-91cd-ad1f860f0a46", - "x-ms-ratelimit-remaining-subscription-reads": "11342", - "x-ms-request-id": "6c05ecfc-4777-42e1-a955-04b2932ba0e1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033729Z:4c8066b4-b0ad-4e7c-91cd-ad1f860f0a46" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "1493d38801fab93d2b87f725f6ad3f01", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:37:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "cb2db1d6-e4da-47e1-aaf9-5ac9e12ab6c3", - "x-ms-client-request-id": "1493d38801fab93d2b87f725f6ad3f01", - "x-ms-correlation-request-id": "c27c5e1c-ee53-45f7-a847-c1288fc990d8", - "x-ms-ratelimit-remaining-subscription-reads": "11341", - "x-ms-request-id": "cd5a6504-fa94-4c91-8d61-a263aba6fc97", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033730Z:c27c5e1c-ee53-45f7-a847-c1288fc990d8" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a2eabbb624bbb8882f29d173bfa00d4b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:37:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "fc2cdd54-eb35-40e4-a37d-98e3183723c1", - "x-ms-client-request-id": "a2eabbb624bbb8882f29d173bfa00d4b", - "x-ms-correlation-request-id": "84630ae7-11f4-415b-8313-7dcef9d15c15", - "x-ms-ratelimit-remaining-subscription-reads": "11340", - "x-ms-request-id": "d2834029-69b8-4613-9964-53148750036a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033732Z:84630ae7-11f4-415b-8313-7dcef9d15c15" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "6aa6bbb55e04f41e4ebb6f1c9f93e351", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:37:32 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "fa64f14f-cd7e-4141-a52c-3687f6313909", - "x-ms-client-request-id": "6aa6bbb55e04f41e4ebb6f1c9f93e351", - "x-ms-correlation-request-id": "95e68296-4be0-4f41-91bb-246c5f44d5d2", - "x-ms-ratelimit-remaining-subscription-reads": "11339", - "x-ms-request-id": "de97c3c7-c761-4714-9ae1-6c57480cbc0a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033733Z:95e68296-4be0-4f41-91bb-246c5f44d5d2" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "1d43d158d974638c4adbe5d12fc9fa8b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:37:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ee002a1a-97fe-488d-a6c5-3f4fa36dbe50", - "x-ms-client-request-id": "1d43d158d974638c4adbe5d12fc9fa8b", - "x-ms-correlation-request-id": "666378e7-4e73-4336-852d-43ce6be8aabb", - "x-ms-ratelimit-remaining-subscription-reads": "11338", - "x-ms-request-id": "d06ecf93-dc80-4a3d-955a-e65906d00ca2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033734Z:666378e7-4e73-4336-852d-43ce6be8aabb" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "3b70ac7ad50757fc9df55400b56b199b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:37:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d8500ba7-d1f1-4af9-a960-d6bc05c33c2d", - "x-ms-client-request-id": "3b70ac7ad50757fc9df55400b56b199b", - "x-ms-correlation-request-id": "099120c9-e361-4c09-aa17-f5914798cb69", - "x-ms-ratelimit-remaining-subscription-reads": "11337", - "x-ms-request-id": "75a70e44-0f1f-4796-b3a8-8b18dd6efc97", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033735Z:099120c9-e361-4c09-aa17-f5914798cb69" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ee1a7f46ef5cdcd72e421f29794dc484", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:37:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "096cc2ad-7ae1-41cc-afcf-2ae75ef69585", - "x-ms-client-request-id": "ee1a7f46ef5cdcd72e421f29794dc484", - "x-ms-correlation-request-id": "e47e218f-6aba-46c3-a49d-8d2a95dd8f58", - "x-ms-ratelimit-remaining-subscription-reads": "11336", - "x-ms-request-id": "710d8289-f4fa-4c3c-979d-1629e3bfcc47", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033737Z:e47e218f-6aba-46c3-a49d-8d2a95dd8f58" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f3a2e3c1a723834ad4ec807f848cadde", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:37:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "bcb43101-9688-4c96-8730-d6be74bb2a30", - "x-ms-client-request-id": "f3a2e3c1a723834ad4ec807f848cadde", - "x-ms-correlation-request-id": "2e8bbcb4-aaa0-493f-b688-7193b9378b08", - "x-ms-ratelimit-remaining-subscription-reads": "11335", - "x-ms-request-id": "45cc7be8-23f5-4fbb-919b-3def7943e039", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033738Z:2e8bbcb4-aaa0-493f-b688-7193b9378b08" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b08b4ac20cae8a2ed5940dc4b5d3de4f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:37:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c7d6c02f-bc73-48bc-a4a4-41a407168975", - "x-ms-client-request-id": "b08b4ac20cae8a2ed5940dc4b5d3de4f", - "x-ms-correlation-request-id": "9146b8a2-3fba-4d3c-bb70-e507dd5ca3d2", - "x-ms-ratelimit-remaining-subscription-reads": "11334", - "x-ms-request-id": "578c13a4-e2e6-4b11-848e-dcb6716ec128", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033739Z:9146b8a2-3fba-4d3c-bb70-e507dd5ca3d2" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d13ecf3025c89e77349719706f5757a1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:37:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "fd02c164-a640-4630-a22e-87f455656491", - "x-ms-client-request-id": "d13ecf3025c89e77349719706f5757a1", - "x-ms-correlation-request-id": "389814c8-6b8e-4742-9150-90878a9bc590", - "x-ms-ratelimit-remaining-subscription-reads": "11333", - "x-ms-request-id": "f16b1a27-ae67-44f3-b571-5c46e9fb10c5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033740Z:389814c8-6b8e-4742-9150-90878a9bc590" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2f67419514c2b4d5b4181e8f9a86cd01", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:37:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a0391864-cc4b-4120-a2d6-a15f33c17c81", - "x-ms-client-request-id": "2f67419514c2b4d5b4181e8f9a86cd01", - "x-ms-correlation-request-id": "d9361bcd-d664-46d6-a06a-8e765bae22ba", - "x-ms-ratelimit-remaining-subscription-reads": "11332", - "x-ms-request-id": "87292be8-7c55-4520-9324-52ab84341a9a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033742Z:d9361bcd-d664-46d6-a06a-8e765bae22ba" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b54e300edb4d9c15d2ec7c17f2be1a7d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:37:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e66d9096-b037-460a-abbd-6f91a972ca7e", - "x-ms-client-request-id": "b54e300edb4d9c15d2ec7c17f2be1a7d", - "x-ms-correlation-request-id": "f2d9fb2a-50a4-4b8a-8b62-eadb37d7d6ea", - "x-ms-ratelimit-remaining-subscription-reads": "11331", - "x-ms-request-id": "081571db-a3de-4880-b07f-cbb829f15f96", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033743Z:f2d9fb2a-50a4-4b8a-8b62-eadb37d7d6ea" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "742f6b3dae6c1c8df98a1cb007e803ae", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:37:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "faabbe08-631b-40f2-ae29-5b6cc56a79c2", - "x-ms-client-request-id": "742f6b3dae6c1c8df98a1cb007e803ae", - "x-ms-correlation-request-id": "6a45778e-b1ec-4542-9e8a-da46fe389904", - "x-ms-ratelimit-remaining-subscription-reads": "11330", - "x-ms-request-id": "fd23a402-a1fc-4db9-b0d1-a594c61ffa53", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033744Z:6a45778e-b1ec-4542-9e8a-da46fe389904" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "3f6218c9a209b9542bcb5cd597bec1f6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:37:45 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "02d44e3f-02c4-46d1-a660-b6e8ebf348dc", - "x-ms-client-request-id": "3f6218c9a209b9542bcb5cd597bec1f6", - "x-ms-correlation-request-id": "05740bc6-05fa-47d9-826c-98ac153049d6", - "x-ms-ratelimit-remaining-subscription-reads": "11329", - "x-ms-request-id": "aafe0160-5398-4c6e-9799-9b20cb0eb9e3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033746Z:05740bc6-05fa-47d9-826c-98ac153049d6" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2f52a1fd58575f95a231bbc3bf6594ea", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:37:46 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a3c2c1bc-1c03-4fc8-91bd-e93f7de7e104", - "x-ms-client-request-id": "2f52a1fd58575f95a231bbc3bf6594ea", - "x-ms-correlation-request-id": "93dac150-f2f8-4628-b217-fa968fad42f6", - "x-ms-ratelimit-remaining-subscription-reads": "11328", - "x-ms-request-id": "7df95dbe-270d-46d2-bc6e-e997c7a3d0ce", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033747Z:93dac150-f2f8-4628-b217-fa968fad42f6" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "da4ecee9db5c9a73177549a152b8843b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:37:47 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ff7e02ec-804f-4990-9a07-dfa2de68eb4c", - "x-ms-client-request-id": "da4ecee9db5c9a73177549a152b8843b", - "x-ms-correlation-request-id": "18554a0e-5e8d-4920-ae96-bf8af996557a", - "x-ms-ratelimit-remaining-subscription-reads": "11327", - "x-ms-request-id": "ed07ba15-c02d-4924-822d-923a84d5079a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033748Z:18554a0e-5e8d-4920-ae96-bf8af996557a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "66b226c8d496705683029cd7e790fac6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:37:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "11d25f38-81fa-46d5-bcd0-97b0d5fb1262", - "x-ms-client-request-id": "66b226c8d496705683029cd7e790fac6", - "x-ms-correlation-request-id": "a51c3587-45f7-420e-bae6-b4b801a8de69", - "x-ms-ratelimit-remaining-subscription-reads": "11326", - "x-ms-request-id": "eafe9843-9d01-417b-88c9-9df7d907cc62", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033749Z:a51c3587-45f7-420e-bae6-b4b801a8de69" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c9eb7236e77022992db717e10ff40dea", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:37:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ba6af2ba-d16d-4a14-80c0-b1f4b34a314a", - "x-ms-client-request-id": "c9eb7236e77022992db717e10ff40dea", - "x-ms-correlation-request-id": "d378f348-3a95-4a58-8d91-02c62aad7f03", - "x-ms-ratelimit-remaining-subscription-reads": "11325", - "x-ms-request-id": "f22739e6-4bf0-4188-ae91-ad8b5fbf3edc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033751Z:d378f348-3a95-4a58-8d91-02c62aad7f03" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "98fb7fac2eb2145377dd57593f9cb386", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:37:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1084de99-b44d-4fa8-99a8-11bf1461688d", - "x-ms-client-request-id": "98fb7fac2eb2145377dd57593f9cb386", - "x-ms-correlation-request-id": "26896ba5-8aae-431e-b231-3d1f97bb0ad6", - "x-ms-ratelimit-remaining-subscription-reads": "11324", - "x-ms-request-id": "a507c351-30d7-4b62-b157-bcba98790d4e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033752Z:26896ba5-8aae-431e-b231-3d1f97bb0ad6" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "df6a837bbacce0cb8c9039debd75618f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:37:52 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0879dfd9-4fd7-45d9-9cb2-c9d4f93da95f", - "x-ms-client-request-id": "df6a837bbacce0cb8c9039debd75618f", - "x-ms-correlation-request-id": "ba381a2b-aaa7-456a-b00a-19a762897f4a", - "x-ms-ratelimit-remaining-subscription-reads": "11323", - "x-ms-request-id": "7c12919c-d6ea-48ca-b231-120a751cb41f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033753Z:ba381a2b-aaa7-456a-b00a-19a762897f4a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "672ab1f5619508131ed752928f40e290", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:37:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "845731ea-eb12-499e-a93f-27d34f64c695", - "x-ms-client-request-id": "672ab1f5619508131ed752928f40e290", - "x-ms-correlation-request-id": "fd98e852-a41a-4a86-9e1b-de78ee1446a1", - "x-ms-ratelimit-remaining-subscription-reads": "11322", - "x-ms-request-id": "9f09a336-dd66-4755-b914-227c66891339", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033754Z:fd98e852-a41a-4a86-9e1b-de78ee1446a1" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8c6591032d89f11db31a0b22f4755702", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:37:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "27cedd6a-e7c0-48b4-a202-367073df3d97", - "x-ms-client-request-id": "8c6591032d89f11db31a0b22f4755702", - "x-ms-correlation-request-id": "5b5dcefd-33f0-4b52-b880-2bce4f371bd3", - "x-ms-ratelimit-remaining-subscription-reads": "11321", - "x-ms-request-id": "c4036b8c-9134-4bf8-bf9c-00a78a33277a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033756Z:5b5dcefd-33f0-4b52-b880-2bce4f371bd3" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8d63c87c4c711af06f62c0f56839514c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:37:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d991a2ea-9921-4000-9eb8-32cde2d7472d", - "x-ms-client-request-id": "8d63c87c4c711af06f62c0f56839514c", - "x-ms-correlation-request-id": "abffedc2-762c-438d-b857-45c8ca5f1d0a", - "x-ms-ratelimit-remaining-subscription-reads": "11320", - "x-ms-request-id": "e44cb212-0ff5-4b5a-810f-4f1047328300", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033757Z:abffedc2-762c-438d-b857-45c8ca5f1d0a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2bdba8add50fc8059438b37b55f113a9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:37:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "89d26cce-2d35-4ebb-a5b5-de2c2d4e1069", - "x-ms-client-request-id": "2bdba8add50fc8059438b37b55f113a9", - "x-ms-correlation-request-id": "3e1b39dd-374f-494c-a630-91eac8feac0c", - "x-ms-ratelimit-remaining-subscription-reads": "11319", - "x-ms-request-id": "f82da29b-3d6c-44b3-9aef-c127ec9acbf5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033758Z:3e1b39dd-374f-494c-a630-91eac8feac0c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c7164f8055dcb71fa04a1c276d28897a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:37:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "40ed2fca-3932-4851-9e6a-7a9ccfd9f3dc", - "x-ms-client-request-id": "c7164f8055dcb71fa04a1c276d28897a", - "x-ms-correlation-request-id": "93ae6c2f-8b3a-43bd-a077-ea868cf5ea1f", - "x-ms-ratelimit-remaining-subscription-reads": "11318", - "x-ms-request-id": "d1153ba8-f6fd-455a-927f-20c488e62173", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033800Z:93ae6c2f-8b3a-43bd-a077-ea868cf5ea1f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "4c74bfc92b99a7f2c29bf9389875c47e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:38:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0e261dc7-0f9f-421a-b1b4-ba3182479cd8", - "x-ms-client-request-id": "4c74bfc92b99a7f2c29bf9389875c47e", - "x-ms-correlation-request-id": "7dc4a84b-389e-4104-829f-13f602f76c4d", - "x-ms-ratelimit-remaining-subscription-reads": "11317", - "x-ms-request-id": "73ccffe7-d27c-45e2-b0b0-4bbd2cf724e7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033801Z:7dc4a84b-389e-4104-829f-13f602f76c4d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "1874174e8922586f88248bc4b8de5b6b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:38:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "414018c2-4315-4415-9a2e-edde1bbef0f4", - "x-ms-client-request-id": "1874174e8922586f88248bc4b8de5b6b", - "x-ms-correlation-request-id": "e12c9931-9ad3-4174-819b-35f009b7b4ac", - "x-ms-ratelimit-remaining-subscription-reads": "11316", - "x-ms-request-id": "902b91ed-14f1-45aa-9f43-b4de791d8ddf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033802Z:e12c9931-9ad3-4174-819b-35f009b7b4ac" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "95b238afc77d540f5d6f04415ce61e2a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:38:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "af3c622f-e367-4131-b61f-c9c92584e2ff", - "x-ms-client-request-id": "95b238afc77d540f5d6f04415ce61e2a", - "x-ms-correlation-request-id": "a4b0fd2c-c30f-4331-a032-69a83aab4ff9", - "x-ms-ratelimit-remaining-subscription-reads": "11315", - "x-ms-request-id": "e248146d-82e8-4f64-a4d6-0c90d02506df", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033804Z:a4b0fd2c-c30f-4331-a032-69a83aab4ff9" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "56d89d8670b33f58501bc375a02deee4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:38:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "28077397-286e-4ffe-90dd-81dd1f6d162a", - "x-ms-client-request-id": "56d89d8670b33f58501bc375a02deee4", - "x-ms-correlation-request-id": "5fcb6491-fc43-4d8d-ad47-bb2a1254f141", - "x-ms-ratelimit-remaining-subscription-reads": "11314", - "x-ms-request-id": "bfa749bf-1d0f-46b0-9dcd-72a33ec591e0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033805Z:5fcb6491-fc43-4d8d-ad47-bb2a1254f141" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5f898d402fc387010720bbb3852dfca1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:38:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "129c5fee-7e1a-4ff9-93a0-8b41ab479782", - "x-ms-client-request-id": "5f898d402fc387010720bbb3852dfca1", - "x-ms-correlation-request-id": "acd67cee-866c-488c-97fd-7de5b31a7aff", - "x-ms-ratelimit-remaining-subscription-reads": "11313", - "x-ms-request-id": "01565897-aac1-4415-81f4-2a95d6496cf5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033806Z:acd67cee-866c-488c-97fd-7de5b31a7aff" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "1a3e600505053fb8e0724461039ab42f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:38:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e06f4bf4-55bd-4d3d-a3ff-6f3cb85d8bf4", - "x-ms-client-request-id": "1a3e600505053fb8e0724461039ab42f", - "x-ms-correlation-request-id": "0f7d1729-74c2-47d9-8a2e-89737f5085d3", - "x-ms-ratelimit-remaining-subscription-reads": "11312", - "x-ms-request-id": "5263117f-d874-42c5-8413-b058121014aa", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033807Z:0f7d1729-74c2-47d9-8a2e-89737f5085d3" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ce002080be5d56679c514e93b4a4ba23", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:38:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "86f96da0-b776-4270-8aa8-8c6abfbfea77", - "x-ms-client-request-id": "ce002080be5d56679c514e93b4a4ba23", - "x-ms-correlation-request-id": "ef9a7bae-31f2-462e-936d-5e8c401bbf09", - "x-ms-ratelimit-remaining-subscription-reads": "11311", - "x-ms-request-id": "61f1c589-d291-4611-8116-b13c8b80b842", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033809Z:ef9a7bae-31f2-462e-936d-5e8c401bbf09" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "3f70211fd3ef3bded5497f50ea9f836d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:38:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "676a9205-a5a6-4347-b071-cd9e211d633c", - "x-ms-client-request-id": "3f70211fd3ef3bded5497f50ea9f836d", - "x-ms-correlation-request-id": "a6efa908-666c-4250-9b70-7fe94e9e747b", - "x-ms-ratelimit-remaining-subscription-reads": "11310", - "x-ms-request-id": "a7e7419b-7bfe-4cdc-b32b-6c247c498fbe", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033810Z:a6efa908-666c-4250-9b70-7fe94e9e747b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "65328c6c2d2c4744f9e77db4b6258a3b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:38:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c163be02-3155-47ee-823d-b90b35e44009", - "x-ms-client-request-id": "65328c6c2d2c4744f9e77db4b6258a3b", - "x-ms-correlation-request-id": "1d7d8660-caa4-4512-9696-626a3ba973fc", - "x-ms-ratelimit-remaining-subscription-reads": "11309", - "x-ms-request-id": "e81e29d2-051d-4980-af07-00cd6049979c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033811Z:1d7d8660-caa4-4512-9696-626a3ba973fc" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e24221b8752aac3f41c5f9143f176cfd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:38:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5316475b-ad94-4820-afe7-4e402ddddcf5", - "x-ms-client-request-id": "e24221b8752aac3f41c5f9143f176cfd", - "x-ms-correlation-request-id": "505f069f-8790-4802-9349-8512bf70e8f0", - "x-ms-ratelimit-remaining-subscription-reads": "11308", - "x-ms-request-id": "61f6a7bd-2dfd-4622-b69c-696c572cafe4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033812Z:505f069f-8790-4802-9349-8512bf70e8f0" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2827e1cd5571f1f6dd284607552a85b0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:38:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "bbb782fa-86d9-4e4c-9387-22986378f995", - "x-ms-client-request-id": "2827e1cd5571f1f6dd284607552a85b0", - "x-ms-correlation-request-id": "306c3e58-b7a2-48c8-9e75-9a4f80f65ee8", - "x-ms-ratelimit-remaining-subscription-reads": "11307", - "x-ms-request-id": "938d48ea-70e8-4791-a57b-f6e24d67b89c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033814Z:306c3e58-b7a2-48c8-9e75-9a4f80f65ee8" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c89743bfa15cf6434c862367333008e1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:38:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "90de52a0-9535-4326-8837-f92c350e0fa4", - "x-ms-client-request-id": "c89743bfa15cf6434c862367333008e1", - "x-ms-correlation-request-id": "d1c8844a-dc6c-4b59-8eed-8d4be04b2619", - "x-ms-ratelimit-remaining-subscription-reads": "11306", - "x-ms-request-id": "f7020f8a-54ad-47f3-90f1-f9512d537231", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033815Z:d1c8844a-dc6c-4b59-8eed-8d4be04b2619" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d4e6807b62fd63ca2b5104012e385616", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:38:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e7ca4533-c43f-43f3-a202-172e0332b8e0", - "x-ms-client-request-id": "d4e6807b62fd63ca2b5104012e385616", - "x-ms-correlation-request-id": "2c5d9ecd-f6f2-498d-b52e-7361904fa521", - "x-ms-ratelimit-remaining-subscription-reads": "11305", - "x-ms-request-id": "5cdc7b80-5699-4719-97f0-e5391a4eebf7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033816Z:2c5d9ecd-f6f2-498d-b52e-7361904fa521" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "fb544940a37f2ba09e30dbeb318fbdad", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:38:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ce8a24fd-0137-4dff-a114-ca61078622e4", - "x-ms-client-request-id": "fb544940a37f2ba09e30dbeb318fbdad", - "x-ms-correlation-request-id": "4bc1d760-576e-4669-a217-fcecddbf8f4b", - "x-ms-ratelimit-remaining-subscription-reads": "11304", - "x-ms-request-id": "ba6cb997-26f5-410c-8872-190bc0d055b1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033818Z:4bc1d760-576e-4669-a217-fcecddbf8f4b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d58b6420b0435db279349d0b9d41c814", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:38:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d92f3e60-42ca-4829-97d2-e3a0f4e3da91", - "x-ms-client-request-id": "d58b6420b0435db279349d0b9d41c814", - "x-ms-correlation-request-id": "0fdf16b5-be5a-45bb-a0f8-e28fa1585fb2", - "x-ms-ratelimit-remaining-subscription-reads": "11303", - "x-ms-request-id": "cedadebd-f814-4e10-80d5-c449f2e4f6ea", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033819Z:0fdf16b5-be5a-45bb-a0f8-e28fa1585fb2" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ea260d2f0cdbd862dfbb35cd86de329c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:38:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6d0ad4e2-6e9c-4cc1-b44f-1544481eff85", - "x-ms-client-request-id": "ea260d2f0cdbd862dfbb35cd86de329c", - "x-ms-correlation-request-id": "cceed417-79cb-4819-b6fa-1ef4afed9acc", - "x-ms-ratelimit-remaining-subscription-reads": "11302", - "x-ms-request-id": "58d945ef-f2a8-4e46-9d38-b725f2f5114f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033820Z:cceed417-79cb-4819-b6fa-1ef4afed9acc" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "cae0579381ac8fd397f7824b06958e5c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:38:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "00143567-a5ab-4c02-8a61-861069a88aaa", - "x-ms-client-request-id": "cae0579381ac8fd397f7824b06958e5c", - "x-ms-correlation-request-id": "a1cc4821-dd10-4a1d-9f70-cfbd8c60b263", - "x-ms-ratelimit-remaining-subscription-reads": "11301", - "x-ms-request-id": "1c801086-9e03-453d-bbde-e41ecb812f10", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033821Z:a1cc4821-dd10-4a1d-9f70-cfbd8c60b263" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "23bcc767d36814d202b3f5887be4d79a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:38:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "05a9a9fd-078b-4a64-9a2d-8ba4ff79dd0e", - "x-ms-client-request-id": "23bcc767d36814d202b3f5887be4d79a", - "x-ms-correlation-request-id": "2e2365ed-c0ac-4596-92c0-1e0b5bcca5c4", - "x-ms-ratelimit-remaining-subscription-reads": "11300", - "x-ms-request-id": "f0ffa726-33ab-429f-981d-27945ec4b250", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033823Z:2e2365ed-c0ac-4596-92c0-1e0b5bcca5c4" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "46770002fe61ad673a9752e48916d14a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:38:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "aebd9eeb-376b-4882-9584-354c3fb05d71", - "x-ms-client-request-id": "46770002fe61ad673a9752e48916d14a", - "x-ms-correlation-request-id": "775d774a-5283-485e-a289-2408a39d3843", - "x-ms-ratelimit-remaining-subscription-reads": "11299", - "x-ms-request-id": "01d94af6-578b-4070-aaf2-f975e1231448", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033824Z:775d774a-5283-485e-a289-2408a39d3843" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "be65d82c0e22c03485cbc7f88b4a14b3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:38:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a3c3c126-8cdf-462a-af53-da7385b0dba1", - "x-ms-client-request-id": "be65d82c0e22c03485cbc7f88b4a14b3", - "x-ms-correlation-request-id": "21f9dde6-b09c-49f6-9918-bfa7414383cd", - "x-ms-ratelimit-remaining-subscription-reads": "11298", - "x-ms-request-id": "09a7bc12-3b7c-4367-95d5-6b22208bf079", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033825Z:21f9dde6-b09c-49f6-9918-bfa7414383cd" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "0548e720481d69fb600ee9d080ed8aeb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:38:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f1cde6a3-e6bd-48fa-9edc-4a4ef9b94ed8", - "x-ms-client-request-id": "0548e720481d69fb600ee9d080ed8aeb", - "x-ms-correlation-request-id": "e8db4b30-1d0d-466a-8615-1c090fc7d268", - "x-ms-ratelimit-remaining-subscription-reads": "11297", - "x-ms-request-id": "aaffc72f-0375-4ed3-b69c-c861177ff38f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033826Z:e8db4b30-1d0d-466a-8615-1c090fc7d268" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a25babe2187ef478ccb7c195366e21ef", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:38:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "29b671ff-2646-4cba-b49e-76985a742360", - "x-ms-client-request-id": "a25babe2187ef478ccb7c195366e21ef", - "x-ms-correlation-request-id": "6f4af49d-c317-4465-baf0-508dde9a5148", - "x-ms-ratelimit-remaining-subscription-reads": "11296", - "x-ms-request-id": "ad85fad7-e9bf-464f-9bcc-e8d052ece3be", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033828Z:6f4af49d-c317-4465-baf0-508dde9a5148" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a2c49f83cbcee42dddfc5e1324633f97", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:38:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ce40bf56-497a-4c15-9c91-a5e01b8570e3", - "x-ms-client-request-id": "a2c49f83cbcee42dddfc5e1324633f97", - "x-ms-correlation-request-id": "4640229f-6d5b-411a-973c-36119d86bd06", - "x-ms-ratelimit-remaining-subscription-reads": "11295", - "x-ms-request-id": "f3895e73-0f52-42d3-aa0e-e88ec6da0054", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033829Z:4640229f-6d5b-411a-973c-36119d86bd06" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e016db4171ef07346f543865876533f1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:38:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "65fcb2e7-2cc2-4cf4-90a1-8f35711f98af", - "x-ms-client-request-id": "e016db4171ef07346f543865876533f1", - "x-ms-correlation-request-id": "623e4916-023d-4b89-9f94-ffe6ef9199fb", - "x-ms-ratelimit-remaining-subscription-reads": "11294", - "x-ms-request-id": "b9d7cd41-409c-440d-89f6-a9ebe71aac2b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033830Z:623e4916-023d-4b89-9f94-ffe6ef9199fb" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e04df9ece829161d7e77c482ba64cf69", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:38:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "586efe9a-78a3-4006-9e7d-1ad1b69f387d", - "x-ms-client-request-id": "e04df9ece829161d7e77c482ba64cf69", - "x-ms-correlation-request-id": "9bf1c551-acce-4169-991a-8bdc433a4213", - "x-ms-ratelimit-remaining-subscription-reads": "11293", - "x-ms-request-id": "047e097d-c884-4a20-8993-ca236181870b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033832Z:9bf1c551-acce-4169-991a-8bdc433a4213" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5a542978415711006abc327993c75c77", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:38:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "139421a0-e91b-4aa0-bcef-41dd5b63be57", - "x-ms-client-request-id": "5a542978415711006abc327993c75c77", - "x-ms-correlation-request-id": "f0f73086-4fb0-41f8-a2f5-ab1cafa90627", - "x-ms-ratelimit-remaining-subscription-reads": "11292", - "x-ms-request-id": "f25ec2f7-7e94-44f8-8eed-a773bc37e531", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033833Z:f0f73086-4fb0-41f8-a2f5-ab1cafa90627" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2b266cc85e15586dbe006278adb24d0a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:38:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "02a316ec-123c-43cc-8f2c-47f057d85f2e", - "x-ms-client-request-id": "2b266cc85e15586dbe006278adb24d0a", - "x-ms-correlation-request-id": "5cb3acb0-b82a-4da0-9783-98dab9083a46", - "x-ms-ratelimit-remaining-subscription-reads": "11291", - "x-ms-request-id": "9e28a845-6509-4e5c-9e38-4da77f2bddd0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033834Z:5cb3acb0-b82a-4da0-9783-98dab9083a46" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5dedcf84d811ab9af93c766db5a383b6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:38:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7acdd083-3ce2-4609-a6b8-237d9e345d23", - "x-ms-client-request-id": "5dedcf84d811ab9af93c766db5a383b6", - "x-ms-correlation-request-id": "e81cf177-e7ac-4bb1-92d2-7cec4587942b", - "x-ms-ratelimit-remaining-subscription-reads": "11290", - "x-ms-request-id": "1a6933c0-bf3b-4435-b154-ca06ab1c7652", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033835Z:e81cf177-e7ac-4bb1-92d2-7cec4587942b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "4eb94d1aa43e1953bcfb9c56df8864b8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:38:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e201262f-10ae-4145-bd14-38eecc631b76", - "x-ms-client-request-id": "4eb94d1aa43e1953bcfb9c56df8864b8", - "x-ms-correlation-request-id": "8f658790-fd93-4b37-b979-1b05ba7c09b6", - "x-ms-ratelimit-remaining-subscription-reads": "11289", - "x-ms-request-id": "3c193592-db74-492c-b80c-280bafdda3e8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033837Z:8f658790-fd93-4b37-b979-1b05ba7c09b6" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c3f4286fffdaf065d17b31d9e8ffa21a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:38:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0e23fd9c-3480-43a9-b69f-4fa33bc03893", - "x-ms-client-request-id": "c3f4286fffdaf065d17b31d9e8ffa21a", - "x-ms-correlation-request-id": "6ee6accd-92f6-43dc-a2da-87bb44b96ad2", - "x-ms-ratelimit-remaining-subscription-reads": "11288", - "x-ms-request-id": "8489a00c-de97-4c9d-8687-73f9eaf60fdb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033838Z:6ee6accd-92f6-43dc-a2da-87bb44b96ad2" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5f5dab7dfff9e0cc7cd3a0163b43cb70", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:38:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7c38ecd9-1ce3-491e-8873-2922da369255", - "x-ms-client-request-id": "5f5dab7dfff9e0cc7cd3a0163b43cb70", - "x-ms-correlation-request-id": "403a4764-c718-4fd4-96b4-2c413abc71e2", - "x-ms-ratelimit-remaining-subscription-reads": "11287", - "x-ms-request-id": "fa4d190e-8b7f-4aa6-8a67-ee18858efeaf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033839Z:403a4764-c718-4fd4-96b4-2c413abc71e2" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8dfdbed8bfae1bdce7c87cc2727930bc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:38:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "66e619b5-846a-4112-90ab-839a783e1f9e", - "x-ms-client-request-id": "8dfdbed8bfae1bdce7c87cc2727930bc", - "x-ms-correlation-request-id": "db8c89a6-bc6a-41c3-b749-fa614d9692a8", - "x-ms-ratelimit-remaining-subscription-reads": "11286", - "x-ms-request-id": "697ff31b-fbee-4bfa-b741-8088fc65f4d9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033840Z:db8c89a6-bc6a-41c3-b749-fa614d9692a8" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "33d98258042a70be5b1447065e4fb58e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:38:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9a125572-a841-46db-9dc6-9d86069a68b8", - "x-ms-client-request-id": "33d98258042a70be5b1447065e4fb58e", - "x-ms-correlation-request-id": "1f711ea9-d4a0-4357-85d0-ae759c551706", - "x-ms-ratelimit-remaining-subscription-reads": "11285", - "x-ms-request-id": "2a42e606-2aac-4bea-9d04-71cacfab4e1c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033842Z:1f711ea9-d4a0-4357-85d0-ae759c551706" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2a01c0af1502be6bcf42783082096d02", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:38:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9e8e9d92-a00a-4bab-a4b4-394a80b388d5", - "x-ms-client-request-id": "2a01c0af1502be6bcf42783082096d02", - "x-ms-correlation-request-id": "a491bf0f-5245-4374-8ae5-7e6109ae2317", - "x-ms-ratelimit-remaining-subscription-reads": "11284", - "x-ms-request-id": "4a5a09ee-2228-422e-81f0-044418f36182", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033843Z:a491bf0f-5245-4374-8ae5-7e6109ae2317" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b8bde4a29769d346ff8d319a78d5bc97", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:38:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7a5e5ece-6306-49d0-9bbb-5bdc509aaa99", - "x-ms-client-request-id": "b8bde4a29769d346ff8d319a78d5bc97", - "x-ms-correlation-request-id": "2acfe5f5-f12d-4705-9296-eb11ae37039d", - "x-ms-ratelimit-remaining-subscription-reads": "11283", - "x-ms-request-id": "791f2c89-122f-4b46-a1da-e01eb474e883", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033844Z:2acfe5f5-f12d-4705-9296-eb11ae37039d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b213ed13067743ba171b64e88b8ded52", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:38:45 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "801e19f8-b5cb-4e97-8ecf-9b87070f512c", - "x-ms-client-request-id": "b213ed13067743ba171b64e88b8ded52", - "x-ms-correlation-request-id": "8bb8c706-157a-493c-8157-5e0115958be9", - "x-ms-ratelimit-remaining-subscription-reads": "11282", - "x-ms-request-id": "14cdba22-a8f0-4fb2-b1ee-bf428f030850", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033846Z:8bb8c706-157a-493c-8157-5e0115958be9" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7a6344a6fc9117247a2d2a74e3d045f9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:38:46 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c5f78afc-8b4d-4e8c-9601-ac722aa46991", - "x-ms-client-request-id": "7a6344a6fc9117247a2d2a74e3d045f9", - "x-ms-correlation-request-id": "b22e9316-5aef-49f0-b3ef-3101a58f4897", - "x-ms-ratelimit-remaining-subscription-reads": "11281", - "x-ms-request-id": "94148bf7-f5b9-487c-aa77-49f2aa7000a8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033847Z:b22e9316-5aef-49f0-b3ef-3101a58f4897" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "951de086bbf69c8a297aa04e335e4772", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:38:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2637db84-a72b-4986-833f-c2b51305c039", - "x-ms-client-request-id": "951de086bbf69c8a297aa04e335e4772", - "x-ms-correlation-request-id": "5286e76d-7fb7-4ea6-a894-fcb6f8a407e4", - "x-ms-ratelimit-remaining-subscription-reads": "11280", - "x-ms-request-id": "2e19edee-cd03-4301-979c-034dd1abc3b9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033848Z:5286e76d-7fb7-4ea6-a894-fcb6f8a407e4" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "33f3dfa042711606c8fb374adb456046", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:38:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4fd860fc-4fa7-4feb-b098-c07f3b2f6c66", - "x-ms-client-request-id": "33f3dfa042711606c8fb374adb456046", - "x-ms-correlation-request-id": "fe5d94d8-eb17-4129-b55a-f00f5d5a5b98", - "x-ms-ratelimit-remaining-subscription-reads": "11279", - "x-ms-request-id": "fbb1bd77-6258-4d54-801f-ffd1906c1f48", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033849Z:fe5d94d8-eb17-4129-b55a-f00f5d5a5b98" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ab616ad5586feb5cbac750175bd6e41c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:38:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "292c64b4-35c4-4b49-a50a-517196a75227", - "x-ms-client-request-id": "ab616ad5586feb5cbac750175bd6e41c", - "x-ms-correlation-request-id": "305d7ea2-a55d-4ecb-b4c9-a425c5328147", - "x-ms-ratelimit-remaining-subscription-reads": "11278", - "x-ms-request-id": "73502978-a4c0-4ae2-bcbc-b5d947621c10", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033851Z:305d7ea2-a55d-4ecb-b4c9-a425c5328147" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "03d4b8e512dc4388da07ccfa8440c0e3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:38:52 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b77d3d44-cf07-4606-94ff-d1155c28ef9f", - "x-ms-client-request-id": "03d4b8e512dc4388da07ccfa8440c0e3", - "x-ms-correlation-request-id": "612934be-0690-49e2-aa9d-6cc6779a5536", - "x-ms-ratelimit-remaining-subscription-reads": "11277", - "x-ms-request-id": "b261b1ff-5cab-44e7-adec-14e6fd8a7183", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033852Z:612934be-0690-49e2-aa9d-6cc6779a5536" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c8785a199cfc4802830878aaf1eebaf2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:38:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "217e3ac3-00eb-47d4-a263-226e395ba6a5", - "x-ms-client-request-id": "c8785a199cfc4802830878aaf1eebaf2", - "x-ms-correlation-request-id": "c76b4b50-6290-46dd-935d-949f17bda0e2", - "x-ms-ratelimit-remaining-subscription-reads": "11276", - "x-ms-request-id": "5624688b-5972-461b-8846-0f0b09bfae0d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033853Z:c76b4b50-6290-46dd-935d-949f17bda0e2" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "22641b175c71c26ae21ed1688b616679", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:38:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8a833d9b-602a-4e6c-a6ad-2be97962ab65", - "x-ms-client-request-id": "22641b175c71c26ae21ed1688b616679", - "x-ms-correlation-request-id": "33555112-563a-4ab3-9281-23707e282bbd", - "x-ms-ratelimit-remaining-subscription-reads": "11275", - "x-ms-request-id": "9efd45f4-efe4-42e3-874f-ae8a40c7099a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033855Z:33555112-563a-4ab3-9281-23707e282bbd" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "01fd6c061b5d4920b68c80d499dd52eb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:38:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ed1f4ba3-093c-4d90-8f40-173d74696bd7", - "x-ms-client-request-id": "01fd6c061b5d4920b68c80d499dd52eb", - "x-ms-correlation-request-id": "5cdc4581-9638-4a61-9dd9-1ef8a2ce2d6c", - "x-ms-ratelimit-remaining-subscription-reads": "11274", - "x-ms-request-id": "e52a183e-2991-41eb-a7b3-74cb99b1f7be", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033856Z:5cdc4581-9638-4a61-9dd9-1ef8a2ce2d6c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "69e3da4c9ddcbd72efb5e6decb99bc21", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:38:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "eaaff4eb-77d3-42e0-aa21-64272ed30d79", - "x-ms-client-request-id": "69e3da4c9ddcbd72efb5e6decb99bc21", - "x-ms-correlation-request-id": "41ba6d77-8313-4379-8b2e-8b5b088d858f", - "x-ms-ratelimit-remaining-subscription-reads": "11273", - "x-ms-request-id": "4bc107e9-1a6d-4bad-a6d9-18c7bfa8596c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033857Z:41ba6d77-8313-4379-8b2e-8b5b088d858f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "84a3ffa1b8f1fc94fa1a6ce4dc962905", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:38:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "16cbe233-8e4d-40fd-a903-c3570946cd25", - "x-ms-client-request-id": "84a3ffa1b8f1fc94fa1a6ce4dc962905", - "x-ms-correlation-request-id": "9060f9c4-2f2a-4136-b621-d7d96fe6aa4e", - "x-ms-ratelimit-remaining-subscription-reads": "11272", - "x-ms-request-id": "a8a058b4-f56d-4de0-b882-623d81e50877", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033858Z:9060f9c4-2f2a-4136-b621-d7d96fe6aa4e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b11be6cbfd7e689dfa4011a734427e1c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:38:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6caeddfd-f70c-40a4-9706-129857ec68ef", - "x-ms-client-request-id": "b11be6cbfd7e689dfa4011a734427e1c", - "x-ms-correlation-request-id": "d702c5cb-a50f-4a0b-bc90-67aa49ab4ec1", - "x-ms-ratelimit-remaining-subscription-reads": "11271", - "x-ms-request-id": "16df90f6-1c3e-414f-9db7-cd16acf50df6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033900Z:d702c5cb-a50f-4a0b-bc90-67aa49ab4ec1" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "9a325ecfcd3993fa45e76ec1318de159", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:39:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6574ea60-ef38-4bab-90ce-50c110a13155", - "x-ms-client-request-id": "9a325ecfcd3993fa45e76ec1318de159", - "x-ms-correlation-request-id": "f39f1de6-0424-482a-bd7b-000eda8c170a", - "x-ms-ratelimit-remaining-subscription-reads": "11270", - "x-ms-request-id": "328045a0-ad0f-44bc-8a3a-16b8933bc868", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033901Z:f39f1de6-0424-482a-bd7b-000eda8c170a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e512e18c0a7ea3a3623b8ab0a6edc7b8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:39:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2849e987-d879-4626-8c77-7fc347f093b4", - "x-ms-client-request-id": "e512e18c0a7ea3a3623b8ab0a6edc7b8", - "x-ms-correlation-request-id": "6be426fa-9320-4f82-8612-69575fe16504", - "x-ms-ratelimit-remaining-subscription-reads": "11269", - "x-ms-request-id": "86b979f3-b25b-44f7-8b3b-21f01d682628", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033902Z:6be426fa-9320-4f82-8612-69575fe16504" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7d144f9b8e63fecbeb876c968fdb376c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:39:03 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ca49a537-d959-4d8f-ac70-bd4220e4ec6f", - "x-ms-client-request-id": "7d144f9b8e63fecbeb876c968fdb376c", - "x-ms-correlation-request-id": "b3d936b5-1e7e-4ffa-9b7e-d873e79377cb", - "x-ms-ratelimit-remaining-subscription-reads": "11268", - "x-ms-request-id": "3ae8de6d-6b60-456a-954a-284a95dd61e2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033904Z:b3d936b5-1e7e-4ffa-9b7e-d873e79377cb" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "531ab85f9930c59ebb8e38fe4249ed57", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:39:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ce9431ed-4874-45c2-8919-a0d5cb216181", - "x-ms-client-request-id": "531ab85f9930c59ebb8e38fe4249ed57", - "x-ms-correlation-request-id": "63ff3001-c132-4252-b9ad-3c4d12d19051", - "x-ms-ratelimit-remaining-subscription-reads": "11267", - "x-ms-request-id": "4da9b773-598d-4c80-99cc-1cc3ba76e206", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033905Z:63ff3001-c132-4252-b9ad-3c4d12d19051" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e125b5206378fef51613f9f69e0c1486", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:39:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b4d69eed-848a-4c3f-aff3-842c27ffcdc2", - "x-ms-client-request-id": "e125b5206378fef51613f9f69e0c1486", - "x-ms-correlation-request-id": "91621900-b954-4264-b483-08a612f7f76f", - "x-ms-ratelimit-remaining-subscription-reads": "11266", - "x-ms-request-id": "6fcb9646-0d12-4f5c-9d29-c66ab2883170", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033906Z:91621900-b954-4264-b483-08a612f7f76f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ee511d0373d20288b14fc1d556ccbba2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:39:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "fb248c46-f02e-44ba-91b9-983de9a1a853", - "x-ms-client-request-id": "ee511d0373d20288b14fc1d556ccbba2", - "x-ms-correlation-request-id": "1838b7fd-6c93-4889-b099-36f5d8a11b91", - "x-ms-ratelimit-remaining-subscription-reads": "11265", - "x-ms-request-id": "10ae38f1-a1a6-4f94-96c9-01f9a96349e9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033907Z:1838b7fd-6c93-4889-b099-36f5d8a11b91" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "da76149a55b5fbf4c21c3d1ca0a826af", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:39:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "cec66f41-8cbe-4a4a-93be-22037f9d7572", - "x-ms-client-request-id": "da76149a55b5fbf4c21c3d1ca0a826af", - "x-ms-correlation-request-id": "7360359b-7e3e-4fc0-877e-e135c658c92d", - "x-ms-ratelimit-remaining-subscription-reads": "11264", - "x-ms-request-id": "cc5621ec-7d2e-47f7-95c2-14c934f33840", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033909Z:7360359b-7e3e-4fc0-877e-e135c658c92d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "25fab17afef7ac842d233028a220a749", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:39:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5aed7106-3423-45d4-bf45-70b6f3dc016c", - "x-ms-client-request-id": "25fab17afef7ac842d233028a220a749", - "x-ms-correlation-request-id": "7cac335a-5a3a-4978-896d-798f1cb19e26", - "x-ms-ratelimit-remaining-subscription-reads": "11263", - "x-ms-request-id": "bfe2e50f-c31c-4627-9142-0c02d2213035", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033910Z:7cac335a-5a3a-4978-896d-798f1cb19e26" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "895b56583a95aed129552cb6356c6209", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:39:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "39138745-b473-4dd3-a15d-4ad73155ffa0", - "x-ms-client-request-id": "895b56583a95aed129552cb6356c6209", - "x-ms-correlation-request-id": "9a6fbe99-3869-4990-b375-833062ffaf12", - "x-ms-ratelimit-remaining-subscription-reads": "11262", - "x-ms-request-id": "674efcf2-3c91-4795-ab7e-bc3419e8b24d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033911Z:9a6fbe99-3869-4990-b375-833062ffaf12" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a55b122996d19caa90caad9124cb59a1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:39:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d17971a0-3bfd-4582-8309-3b057c584129", - "x-ms-client-request-id": "a55b122996d19caa90caad9124cb59a1", - "x-ms-correlation-request-id": "763ca277-1dc0-4698-95d9-3ce3f64c59b7", - "x-ms-ratelimit-remaining-subscription-reads": "11261", - "x-ms-request-id": "ce4c9468-147d-4a53-a7f9-1a58d83d360a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033913Z:763ca277-1dc0-4698-95d9-3ce3f64c59b7" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "49c4f4749c4c3f19df4cfba2d2ce76c1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:39:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6f4cfa37-e2d4-493c-ace4-5d2b3b0f557c", - "x-ms-client-request-id": "49c4f4749c4c3f19df4cfba2d2ce76c1", - "x-ms-correlation-request-id": "c8e059e0-31a0-498e-b0d4-b82a37b752ed", - "x-ms-ratelimit-remaining-subscription-reads": "11260", - "x-ms-request-id": "7738a0b7-ecab-4dbb-b105-8da0159df666", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033914Z:c8e059e0-31a0-498e-b0d4-b82a37b752ed" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8fff27c102c5c178acbff9cb8d408a5e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:39:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f288f0b9-ff29-41f4-b070-9a65fb6cf1c7", - "x-ms-client-request-id": "8fff27c102c5c178acbff9cb8d408a5e", - "x-ms-correlation-request-id": "96af18e0-102d-49d3-bfb5-b2336f579615", - "x-ms-ratelimit-remaining-subscription-reads": "11259", - "x-ms-request-id": "e17303c4-c58d-4ee7-b0de-e7bf7cf10a47", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033915Z:96af18e0-102d-49d3-bfb5-b2336f579615" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "41418afc18a78cbcf81bc5859a08cac1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:39:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "bceabf3c-a902-45c9-9c9e-e41dd560238c", - "x-ms-client-request-id": "41418afc18a78cbcf81bc5859a08cac1", - "x-ms-correlation-request-id": "1b786e8f-5dc1-48d6-931a-88b0c3a0fe89", - "x-ms-ratelimit-remaining-subscription-reads": "11258", - "x-ms-request-id": "68d4da5a-8172-43e4-90f9-6f0b52549084", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033916Z:1b786e8f-5dc1-48d6-931a-88b0c3a0fe89" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "fcd0ec53c9cb72dc7b029d8ca34eb29f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:39:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "98c18038-6acd-40fc-87e8-f86ea758616a", - "x-ms-client-request-id": "fcd0ec53c9cb72dc7b029d8ca34eb29f", - "x-ms-correlation-request-id": "0128d0a4-8656-412a-b81d-978c5265e866", - "x-ms-ratelimit-remaining-subscription-reads": "11257", - "x-ms-request-id": "699da146-3fa8-49f2-9f13-cfbad5283dbb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033918Z:0128d0a4-8656-412a-b81d-978c5265e866" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "47a59dc2348ca8196a7396a93cf327a3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:39:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "33fff821-67e3-431a-a7c1-59c53171bbe6", - "x-ms-client-request-id": "47a59dc2348ca8196a7396a93cf327a3", - "x-ms-correlation-request-id": "d10d4873-a887-4e7c-8f0f-f8f9a84c0011", - "x-ms-ratelimit-remaining-subscription-reads": "11256", - "x-ms-request-id": "798d9a2d-e7ac-4e3d-b86d-2de58a5804fa", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033919Z:d10d4873-a887-4e7c-8f0f-f8f9a84c0011" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a17738f58d6f3392aecfc5a47a2fe8aa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:39:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "26d8d668-a404-4f32-b766-9081971e1c10", - "x-ms-client-request-id": "a17738f58d6f3392aecfc5a47a2fe8aa", - "x-ms-correlation-request-id": "8e533416-c54e-41bd-8ab6-240ab0f429f3", - "x-ms-ratelimit-remaining-subscription-reads": "11255", - "x-ms-request-id": "9ece8538-a37b-4176-b21f-94137da620b9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033920Z:8e533416-c54e-41bd-8ab6-240ab0f429f3" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "fcc2266882621e34d227915832323588", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:39:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "dc5f2e74-3473-4ca8-8ce2-2a3f6c070d81", - "x-ms-client-request-id": "fcc2266882621e34d227915832323588", - "x-ms-correlation-request-id": "e3fe9d96-82c5-472e-b66a-c6cc10f435ac", - "x-ms-ratelimit-remaining-subscription-reads": "11254", - "x-ms-request-id": "16d61c6e-4a1c-4a36-b469-c20f1e2edbbd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033921Z:e3fe9d96-82c5-472e-b66a-c6cc10f435ac" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "6b97fadb11d6352f0b7299bd6e742e3b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:39:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "af011f46-58ba-4507-9588-e6c65c53e933", - "x-ms-client-request-id": "6b97fadb11d6352f0b7299bd6e742e3b", - "x-ms-correlation-request-id": "3edef5ea-46a5-43ab-9674-87b0a101cc0b", - "x-ms-ratelimit-remaining-subscription-reads": "11253", - "x-ms-request-id": "5d0a39d4-026a-4ca5-972e-2fc044de72f6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033923Z:3edef5ea-46a5-43ab-9674-87b0a101cc0b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "1641ec8a2a3072400359ce48fb39007b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:39:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "44fc7b7c-ce98-4a77-8c8f-e1b33d9ab59f", - "x-ms-client-request-id": "1641ec8a2a3072400359ce48fb39007b", - "x-ms-correlation-request-id": "d9aefb0b-4e64-4752-9429-b11ba48cb939", - "x-ms-ratelimit-remaining-subscription-reads": "11252", - "x-ms-request-id": "3b1d7142-9ab8-454f-84d7-9e30c35802ca", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033924Z:d9aefb0b-4e64-4752-9429-b11ba48cb939" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "80c93d9a7d9756d4f68df1f0e977af5d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:39:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "220720a9-9809-4ddb-aa42-07b813dba69a", - "x-ms-client-request-id": "80c93d9a7d9756d4f68df1f0e977af5d", - "x-ms-correlation-request-id": "c3a3d526-0375-45ca-b0ac-2ddeeaf711c5", - "x-ms-ratelimit-remaining-subscription-reads": "11251", - "x-ms-request-id": "6b64b40b-5ffa-4140-b07f-6870a736048d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033925Z:c3a3d526-0375-45ca-b0ac-2ddeeaf711c5" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "46ce56f91ef1b158b925677d43e739d1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:39:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d773589b-0373-4963-b08a-71d2032064b8", - "x-ms-client-request-id": "46ce56f91ef1b158b925677d43e739d1", - "x-ms-correlation-request-id": "30b31c1b-8b5a-4647-968d-cf41359995b8", - "x-ms-ratelimit-remaining-subscription-reads": "11250", - "x-ms-request-id": "1f75c028-7786-49b4-9816-157cc8fc2930", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033926Z:30b31c1b-8b5a-4647-968d-cf41359995b8" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "31231e72adab0ca318ea1fa23850888c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:39:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "13686086-b6bd-4b30-a8b6-dc4a2c9747e8", - "x-ms-client-request-id": "31231e72adab0ca318ea1fa23850888c", - "x-ms-correlation-request-id": "0f23fe98-7598-4024-8df8-8cf65bb9457f", - "x-ms-ratelimit-remaining-subscription-reads": "11249", - "x-ms-request-id": "ac6b5b56-a2e2-416a-9730-62913ce4f4af", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033928Z:0f23fe98-7598-4024-8df8-8cf65bb9457f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a44f70a9b96b7b8ae417c7721556130f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:39:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9c42168d-1876-4a40-9126-bc6c35ec9fe5", - "x-ms-client-request-id": "a44f70a9b96b7b8ae417c7721556130f", - "x-ms-correlation-request-id": "6c8818b7-0100-4a16-b943-6004df98cd10", - "x-ms-ratelimit-remaining-subscription-reads": "11248", - "x-ms-request-id": "4caab43c-12ec-4d99-a76d-1a92633c1101", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033929Z:6c8818b7-0100-4a16-b943-6004df98cd10" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "cb7e20537d544bb1b3c12e06ffb67868", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:39:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "eaebaa73-b602-4324-afcf-0e0566015094", - "x-ms-client-request-id": "cb7e20537d544bb1b3c12e06ffb67868", - "x-ms-correlation-request-id": "6408e814-abd7-47a6-9392-69f7f131589e", - "x-ms-ratelimit-remaining-subscription-reads": "11247", - "x-ms-request-id": "de8b5952-cb90-4765-a2c9-495560ab783c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033930Z:6408e814-abd7-47a6-9392-69f7f131589e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d2d3db9c9597b86694a74d94e630f6c1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:39:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "cb124966-d7ee-4c6f-bb0b-3a4a9ce38199", - "x-ms-client-request-id": "d2d3db9c9597b86694a74d94e630f6c1", - "x-ms-correlation-request-id": "2ecc58df-9947-488e-a64b-85a9507ab3c3", - "x-ms-ratelimit-remaining-subscription-reads": "11246", - "x-ms-request-id": "2a0a6520-a29a-40ed-9ec0-f6e00b7b67cf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033932Z:2ecc58df-9947-488e-a64b-85a9507ab3c3" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "184e0fd7bdd22b37bf03f0a98b837b2e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:39:32 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3996c9cc-28b5-460d-a198-4c56a8e5ba05", - "x-ms-client-request-id": "184e0fd7bdd22b37bf03f0a98b837b2e", - "x-ms-correlation-request-id": "7884e1c9-0365-4db9-b19b-58bcf21ec824", - "x-ms-ratelimit-remaining-subscription-reads": "11245", - "x-ms-request-id": "9d429ee8-ec5a-4fbf-a02b-4dc9ead1d2a7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033933Z:7884e1c9-0365-4db9-b19b-58bcf21ec824" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "39d55e9e4182be78bac537ac301d6582", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:39:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "50144e0a-42a4-4ccf-bf8e-166e1e752997", - "x-ms-client-request-id": "39d55e9e4182be78bac537ac301d6582", - "x-ms-correlation-request-id": "9be84aff-afd1-48c2-8d9c-eaf5cb60f844", - "x-ms-ratelimit-remaining-subscription-reads": "11244", - "x-ms-request-id": "1485cd36-bb0a-4371-bbe0-09a1874eda47", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033934Z:9be84aff-afd1-48c2-8d9c-eaf5cb60f844" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ef2f6cca6067de96a3a81393a4bc2c10", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:39:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0a5cdf29-d96e-4768-b088-d67b8ab52acc", - "x-ms-client-request-id": "ef2f6cca6067de96a3a81393a4bc2c10", - "x-ms-correlation-request-id": "f47346a9-6524-47df-aff0-4306bcec771a", - "x-ms-ratelimit-remaining-subscription-reads": "11243", - "x-ms-request-id": "ffaf36aa-b572-48ab-a5b4-dd917e7c0d9d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033935Z:f47346a9-6524-47df-aff0-4306bcec771a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "87f51e2cbc5a963e97905e0c868bfba1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:39:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6c6ec729-0c2a-4431-b531-6e7aca5b26fc", - "x-ms-client-request-id": "87f51e2cbc5a963e97905e0c868bfba1", - "x-ms-correlation-request-id": "544c296c-7f14-4486-a85f-967ab57565b2", - "x-ms-ratelimit-remaining-subscription-reads": "11242", - "x-ms-request-id": "55584f10-2055-4f34-b61c-ae27c10b53fc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033937Z:544c296c-7f14-4486-a85f-967ab57565b2" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "1edf6d9e8c543ec6c8f695da2de419fd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:39:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "73d0e598-b88f-492a-a0a9-6b1822dc3086", - "x-ms-client-request-id": "1edf6d9e8c543ec6c8f695da2de419fd", - "x-ms-correlation-request-id": "07054361-c8be-455a-9c25-fc9cb041e0bf", - "x-ms-ratelimit-remaining-subscription-reads": "11241", - "x-ms-request-id": "8cb78240-6efc-4ebe-a493-fa7dae8786d5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033938Z:07054361-c8be-455a-9c25-fc9cb041e0bf" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "11802699de280d272e9958d702895818", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:39:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a4c85f75-e82f-427e-8871-0fed8bc32080", - "x-ms-client-request-id": "11802699de280d272e9958d702895818", - "x-ms-correlation-request-id": "8eecf654-76ef-412d-84b6-f6510d43ba80", - "x-ms-ratelimit-remaining-subscription-reads": "11240", - "x-ms-request-id": "51f8dfbf-d993-4041-907a-a8e31d7c670a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033939Z:8eecf654-76ef-412d-84b6-f6510d43ba80" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "37f572ad0ddda0bc58b7be64266468b2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:39:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b0c2596c-2dc7-400f-ba27-41d526d5a54c", - "x-ms-client-request-id": "37f572ad0ddda0bc58b7be64266468b2", - "x-ms-correlation-request-id": "64e1c370-4085-4bd5-a9a7-483d9399f313", - "x-ms-ratelimit-remaining-subscription-reads": "11239", - "x-ms-request-id": "091938bc-72c9-4bfb-80ef-0c9f9c24ce47", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033940Z:64e1c370-4085-4bd5-a9a7-483d9399f313" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5f736077e90bc07845d1f0bb33ef3c3e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:39:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "22dad135-89a1-4782-aabc-d39f24d83001", - "x-ms-client-request-id": "5f736077e90bc07845d1f0bb33ef3c3e", - "x-ms-correlation-request-id": "cfd32284-7825-4d0f-bbfa-085f6770cecc", - "x-ms-ratelimit-remaining-subscription-reads": "11238", - "x-ms-request-id": "72dc2085-a242-4b3c-bc5f-42625853f080", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033942Z:cfd32284-7825-4d0f-bbfa-085f6770cecc" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "bb2d7d9ee2ef8b206adfb9711fc3e6c9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:39:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "303bb7a8-ee6e-4cf6-b6cf-0f57a88e073b", - "x-ms-client-request-id": "bb2d7d9ee2ef8b206adfb9711fc3e6c9", - "x-ms-correlation-request-id": "46c58403-e7d5-4554-a475-bba6c0ef4d3e", - "x-ms-ratelimit-remaining-subscription-reads": "11237", - "x-ms-request-id": "67256cdc-4e77-4178-8740-3f77350ff004", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033943Z:46c58403-e7d5-4554-a475-bba6c0ef4d3e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a160a530f816c30cf935f10c1d016c68", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:39:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "850150b0-bd1a-4e5d-bdc8-8b2f35f94c50", - "x-ms-client-request-id": "a160a530f816c30cf935f10c1d016c68", - "x-ms-correlation-request-id": "3993e871-92ef-407d-8487-4731f7306a1f", - "x-ms-ratelimit-remaining-subscription-reads": "11236", - "x-ms-request-id": "0897fca2-b551-473c-891e-5b2997efbf4d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033944Z:3993e871-92ef-407d-8487-4731f7306a1f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a9c67f7aac3694c340e8f52b2f07a082", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:39:45 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7f9fc65c-6f5e-4c32-9b84-10c1d5a7893b", - "x-ms-client-request-id": "a9c67f7aac3694c340e8f52b2f07a082", - "x-ms-correlation-request-id": "0a2a3a6e-4e57-4446-a2a0-6b24ef2bdc88", - "x-ms-ratelimit-remaining-subscription-reads": "11235", - "x-ms-request-id": "d7565327-42ca-4bb4-89fc-201b452d83f2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033946Z:0a2a3a6e-4e57-4446-a2a0-6b24ef2bdc88" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8e8a26ea9a8fa5287069c2baf0146e69", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:39:46 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f280c223-1e18-478c-8545-a9308280f2a8", - "x-ms-client-request-id": "8e8a26ea9a8fa5287069c2baf0146e69", - "x-ms-correlation-request-id": "560944f6-696e-4eb3-b083-c5fe8c5151ad", - "x-ms-ratelimit-remaining-subscription-reads": "11234", - "x-ms-request-id": "8c33b36b-9cce-4256-8f25-ad69e656d582", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033947Z:560944f6-696e-4eb3-b083-c5fe8c5151ad" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "9ff651733dfd8493e1cb612e03e194f2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:39:47 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "78d308d1-cf0f-4d2e-a615-5d4413e2b30b", - "x-ms-client-request-id": "9ff651733dfd8493e1cb612e03e194f2", - "x-ms-correlation-request-id": "80f5b83f-c77a-4ad2-9a9f-3e65c40af9ed", - "x-ms-ratelimit-remaining-subscription-reads": "11233", - "x-ms-request-id": "9bee8196-89b1-40b1-9439-33a61f04390d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033948Z:80f5b83f-c77a-4ad2-9a9f-3e65c40af9ed" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f6216f94dd76e0d9572038cde909a42b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:39:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2e56d7dd-ef34-4f96-94ea-7fbda6f855e8", - "x-ms-client-request-id": "f6216f94dd76e0d9572038cde909a42b", - "x-ms-correlation-request-id": "b1078e7b-2c46-4ca5-9724-1a3b54ace834", - "x-ms-ratelimit-remaining-subscription-reads": "11232", - "x-ms-request-id": "6a13a3b3-3630-47b1-b526-a1076b1a2fba", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033949Z:b1078e7b-2c46-4ca5-9724-1a3b54ace834" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "deb88c790010ad849305acc439faa18f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:39:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8b32424a-ba16-43a1-91dc-09748dde25f5", - "x-ms-client-request-id": "deb88c790010ad849305acc439faa18f", - "x-ms-correlation-request-id": "ac3fcc16-d15a-4225-abad-86e9dafcbe48", - "x-ms-ratelimit-remaining-subscription-reads": "11231", - "x-ms-request-id": "0d175655-2da7-4dd3-9b7d-50b5a7abe993", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033951Z:ac3fcc16-d15a-4225-abad-86e9dafcbe48" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8126d0d577f295f2781648dc04c59ad8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:39:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5fd3f2ce-1b2d-4426-ac15-37e749a310f1", - "x-ms-client-request-id": "8126d0d577f295f2781648dc04c59ad8", - "x-ms-correlation-request-id": "e4558095-acfc-4857-a10d-0e273144a809", - "x-ms-ratelimit-remaining-subscription-reads": "11230", - "x-ms-request-id": "f391f1dd-cd83-43f1-b448-f945a3495d87", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033952Z:e4558095-acfc-4857-a10d-0e273144a809" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "77b43526b52993e1ea7462703015a65d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:39:52 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e9183200-1552-475d-8b56-ae726ac3f0d8", - "x-ms-client-request-id": "77b43526b52993e1ea7462703015a65d", - "x-ms-correlation-request-id": "ebe7ec85-8fc5-4d20-a44b-c3d76d9a35df", - "x-ms-ratelimit-remaining-subscription-reads": "11229", - "x-ms-request-id": "fdfd6059-1df5-4fe2-b985-cdd769ea9ce6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033953Z:ebe7ec85-8fc5-4d20-a44b-c3d76d9a35df" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "19f7a97f23e20238992266fab8a7a8cd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:39:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f715dbd3-e521-437d-9bc5-8a849761c649", - "x-ms-client-request-id": "19f7a97f23e20238992266fab8a7a8cd", - "x-ms-correlation-request-id": "57edaaa9-27fb-43cf-a0d3-8fd2e9b17f70", - "x-ms-ratelimit-remaining-subscription-reads": "11228", - "x-ms-request-id": "21283540-581f-4192-b04d-d6cb2c11a2fa", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033954Z:57edaaa9-27fb-43cf-a0d3-8fd2e9b17f70" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "039dd36b2a451f66ee92967e14816463", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:39:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0c04b99b-f6ec-4907-b85e-805f20c0732d", - "x-ms-client-request-id": "039dd36b2a451f66ee92967e14816463", - "x-ms-correlation-request-id": "b88cb45d-403f-40f4-8796-bb10d03f8bf1", - "x-ms-ratelimit-remaining-subscription-reads": "11227", - "x-ms-request-id": "d8d9a04b-b016-4bcb-823d-3bba5b39ceac", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033956Z:b88cb45d-403f-40f4-8796-bb10d03f8bf1" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5a5deb6f81ce03f5fdb2dd064fe7da43", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:39:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0d965ced-36c5-400d-a286-9d898c02dac8", - "x-ms-client-request-id": "5a5deb6f81ce03f5fdb2dd064fe7da43", - "x-ms-correlation-request-id": "bbc772d3-b05d-48b0-86b8-492128876e55", - "x-ms-ratelimit-remaining-subscription-reads": "11226", - "x-ms-request-id": "5bfa5ce6-5887-4385-8b5d-9e7174494521", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033957Z:bbc772d3-b05d-48b0-86b8-492128876e55" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5d0594cca377541743d72a508cbaed18", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:39:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d6e6ed3c-0039-4cbe-9e5d-5a9d3ae0e754", - "x-ms-client-request-id": "5d0594cca377541743d72a508cbaed18", - "x-ms-correlation-request-id": "aebe9845-78b7-4081-a21a-067450c91bdc", - "x-ms-ratelimit-remaining-subscription-reads": "11225", - "x-ms-request-id": "209a2532-0ffb-4160-b8ee-d66787bd4374", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033958Z:aebe9845-78b7-4081-a21a-067450c91bdc" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "cd8a03bd4d49e9ffde9906934c5fd007", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:39:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "faa98b02-a59f-47dc-8f33-a5477c427053", - "x-ms-client-request-id": "cd8a03bd4d49e9ffde9906934c5fd007", - "x-ms-correlation-request-id": "62ed3899-7ed6-4508-9081-620feb31a5f9", - "x-ms-ratelimit-remaining-subscription-reads": "11224", - "x-ms-request-id": "913673aa-8c65-4976-bada-be8773cb87eb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T033959Z:62ed3899-7ed6-4508-9081-620feb31a5f9" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "80b252b7077bccebd40817f657a57742", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:40:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c3b92172-ba30-44d3-a2f0-0d7d19051ad2", - "x-ms-client-request-id": "80b252b7077bccebd40817f657a57742", - "x-ms-correlation-request-id": "1a7701d7-f86a-4478-80b4-c99afe3a13ba", - "x-ms-ratelimit-remaining-subscription-reads": "11223", - "x-ms-request-id": "88e947eb-e004-432f-825c-422fb3aa1219", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034001Z:1a7701d7-f86a-4478-80b4-c99afe3a13ba" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "4b49c5c50d5d7ef9951c7fde9d8308e4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:40:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e4371e1c-ce77-4b9b-8b23-1fc71aa745ba", - "x-ms-client-request-id": "4b49c5c50d5d7ef9951c7fde9d8308e4", - "x-ms-correlation-request-id": "818c31b2-b6ba-430b-b80d-5a1dcc59a71e", - "x-ms-ratelimit-remaining-subscription-reads": "11222", - "x-ms-request-id": "2c01b148-76b5-49c5-bf7a-f8da2c0d1f00", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034002Z:818c31b2-b6ba-430b-b80d-5a1dcc59a71e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "399822066d08b59c18bef94036099238", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:40:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "571e5748-5f26-4ae4-84f3-c527441cffca", - "x-ms-client-request-id": "399822066d08b59c18bef94036099238", - "x-ms-correlation-request-id": "b77abc38-a4c7-4f57-a469-8125fde41ed3", - "x-ms-ratelimit-remaining-subscription-reads": "11221", - "x-ms-request-id": "d1dd6f7e-8e4e-47ef-a41d-1b5a7bdb76d3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034003Z:b77abc38-a4c7-4f57-a469-8125fde41ed3" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "87cec3228515a9aa5933eb5f880c2f50", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:40:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7c4f5eb9-793c-41e9-aee1-5737c11cb00f", - "x-ms-client-request-id": "87cec3228515a9aa5933eb5f880c2f50", - "x-ms-correlation-request-id": "b94926c4-440f-4670-979a-1e152035f46f", - "x-ms-ratelimit-remaining-subscription-reads": "11220", - "x-ms-request-id": "7eb6a133-90be-4db0-807a-4de92a12c883", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034005Z:b94926c4-440f-4670-979a-1e152035f46f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "34ef33003d0c57392994339e14b8488b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:40:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d0b74276-ff2f-4a8f-8bbf-be82e3a9828f", - "x-ms-client-request-id": "34ef33003d0c57392994339e14b8488b", - "x-ms-correlation-request-id": "605f98d3-0127-426c-ba0a-e2d983249b2e", - "x-ms-ratelimit-remaining-subscription-reads": "11219", - "x-ms-request-id": "e6a6d154-dea4-4067-ae38-0d349d5cbfe1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034006Z:605f98d3-0127-426c-ba0a-e2d983249b2e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d9bc468a81b481ce78efe0d5823c2c0b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:40:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "773b3964-b11c-4e9a-a13e-7ceb456ef564", - "x-ms-client-request-id": "d9bc468a81b481ce78efe0d5823c2c0b", - "x-ms-correlation-request-id": "8c70883b-3682-4f00-987e-e2881157ec54", - "x-ms-ratelimit-remaining-subscription-reads": "11218", - "x-ms-request-id": "b50dae1e-39b2-49ec-a0e8-0704ca810467", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034007Z:8c70883b-3682-4f00-987e-e2881157ec54" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "0240a88f5d19e52c8a765d81510b94a0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:40:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ac4f055f-12f2-422a-af21-86ef02c29030", - "x-ms-client-request-id": "0240a88f5d19e52c8a765d81510b94a0", - "x-ms-correlation-request-id": "ac1df385-b69a-4b15-8853-8a08cfa5c8d2", - "x-ms-ratelimit-remaining-subscription-reads": "11217", - "x-ms-request-id": "203c487b-c22a-421e-8658-b610b881c523", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034008Z:ac1df385-b69a-4b15-8853-8a08cfa5c8d2" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "42d55feb55507f9b646dbb1d5d64d5ec", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:40:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "18442ed3-965e-40ea-86ca-2084533e4985", - "x-ms-client-request-id": "42d55feb55507f9b646dbb1d5d64d5ec", - "x-ms-correlation-request-id": "13be9c08-a705-4343-aa32-e2d134d5355f", - "x-ms-ratelimit-remaining-subscription-reads": "11216", - "x-ms-request-id": "84193fba-84e1-411d-b5a0-0eebf55be13a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034010Z:13be9c08-a705-4343-aa32-e2d134d5355f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "6c0f286745782c711ad74e3e234d306d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:40:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ca210a80-3401-48eb-b2f5-566fb8eb362a", - "x-ms-client-request-id": "6c0f286745782c711ad74e3e234d306d", - "x-ms-correlation-request-id": "60f2f37d-e884-4e25-b846-1bb70daf71eb", - "x-ms-ratelimit-remaining-subscription-reads": "11215", - "x-ms-request-id": "c3902571-63a2-4691-a005-2b9923a4720f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034011Z:60f2f37d-e884-4e25-b846-1bb70daf71eb" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "22e93f5ae96739ba0cc09eaca20f8825", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:40:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c79768ee-8375-4d25-9a4a-19e8200bd17c", - "x-ms-client-request-id": "22e93f5ae96739ba0cc09eaca20f8825", - "x-ms-correlation-request-id": "dfdb71d7-8464-42c4-8df7-3aa10cebfccf", - "x-ms-ratelimit-remaining-subscription-reads": "11214", - "x-ms-request-id": "d156e09e-2ae1-41a9-960c-86db3a7e1f94", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034012Z:dfdb71d7-8464-42c4-8df7-3aa10cebfccf" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "291971a028fba528eda82879075d5c16", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:40:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d44584e7-24c0-421b-a5c5-0416ca1953b2", - "x-ms-client-request-id": "291971a028fba528eda82879075d5c16", - "x-ms-correlation-request-id": "4903ceed-b32c-44bc-bb13-8cec4aa60738", - "x-ms-ratelimit-remaining-subscription-reads": "11213", - "x-ms-request-id": "f071e2ec-9e26-4dab-9c74-5fbc388ea5df", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034014Z:4903ceed-b32c-44bc-bb13-8cec4aa60738" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "1dc24e3db37a7d846dd65fb8a6c58a0a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:40:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7007814b-3a13-4862-879f-e095fdf46692", - "x-ms-client-request-id": "1dc24e3db37a7d846dd65fb8a6c58a0a", - "x-ms-correlation-request-id": "864d6a84-6d8e-42a6-8c0e-7acfdac9f6d2", - "x-ms-ratelimit-remaining-subscription-reads": "11212", - "x-ms-request-id": "6ee2ab0b-3b33-475a-aadd-cfa2fdb79db3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034015Z:864d6a84-6d8e-42a6-8c0e-7acfdac9f6d2" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b19d294f06343271174435bec14132af", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:40:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "56dc7462-b260-4ff1-87d3-9e99abda5bd5", - "x-ms-client-request-id": "b19d294f06343271174435bec14132af", - "x-ms-correlation-request-id": "e0923158-e869-4d8f-80d8-f484d6c1bbe9", - "x-ms-ratelimit-remaining-subscription-reads": "11211", - "x-ms-request-id": "52b598da-cd6e-41b6-bd85-8f96fa5b3d08", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034016Z:e0923158-e869-4d8f-80d8-f484d6c1bbe9" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "536e87636a4cedaaed9bbc24c86ffe27", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:40:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a6aa01b0-5462-4ca5-a174-93050b91d0d5", - "x-ms-client-request-id": "536e87636a4cedaaed9bbc24c86ffe27", - "x-ms-correlation-request-id": "94ccf8f7-1861-4597-9a68-93542a7c14e5", - "x-ms-ratelimit-remaining-subscription-reads": "11210", - "x-ms-request-id": "e8964896-f140-49b2-8026-fa57ec48fdd8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034017Z:94ccf8f7-1861-4597-9a68-93542a7c14e5" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "dd2a1d1eabbf36e2dc9006367dc5bc2c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:40:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5ec0320b-833d-4c16-8499-ff678b0a356c", - "x-ms-client-request-id": "dd2a1d1eabbf36e2dc9006367dc5bc2c", - "x-ms-correlation-request-id": "8db53ad7-7416-4444-8ecf-642afa66bd5a", - "x-ms-ratelimit-remaining-subscription-reads": "11209", - "x-ms-request-id": "bff4f3ce-8cfe-45c3-a32d-239c0562674e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034019Z:8db53ad7-7416-4444-8ecf-642afa66bd5a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "1f54b0a43657e4be7eafc4984a4d69a7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:40:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7c5f575b-641b-4083-8c5f-65c456c7f31a", - "x-ms-client-request-id": "1f54b0a43657e4be7eafc4984a4d69a7", - "x-ms-correlation-request-id": "df46369b-7384-4706-a0c7-cc7beb0cfaec", - "x-ms-ratelimit-remaining-subscription-reads": "11208", - "x-ms-request-id": "d0899a21-0dab-4874-ac53-c489347948be", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034020Z:df46369b-7384-4706-a0c7-cc7beb0cfaec" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a3a00e455416b8efa53876bb64747027", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:40:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ef83ec20-ef30-4e4d-a015-25ce7ebf9d38", - "x-ms-client-request-id": "a3a00e455416b8efa53876bb64747027", - "x-ms-correlation-request-id": "1c0af180-c416-4a15-9f65-d04b3c45d77d", - "x-ms-ratelimit-remaining-subscription-reads": "11207", - "x-ms-request-id": "f24e579d-4bac-4ab9-ba14-8070762ee929", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034021Z:1c0af180-c416-4a15-9f65-d04b3c45d77d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "177f8fdfdf1be8d05f455f10e749eb8f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:40:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "00fd0612-d8a8-409a-8356-f33bdc738c27", - "x-ms-client-request-id": "177f8fdfdf1be8d05f455f10e749eb8f", - "x-ms-correlation-request-id": "47567070-bd2f-477f-b325-414b5a51854d", - "x-ms-ratelimit-remaining-subscription-reads": "11206", - "x-ms-request-id": "c1032e3a-9a82-4375-8f46-4e4319be5f11", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034022Z:47567070-bd2f-477f-b325-414b5a51854d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "6ff15e2718255015c19b7a1ebf02800a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:40:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "08b209ce-8163-4709-bd69-fc9d7e8f9358", - "x-ms-client-request-id": "6ff15e2718255015c19b7a1ebf02800a", - "x-ms-correlation-request-id": "4a637ab3-baca-4564-8732-0052f7b4b8fb", - "x-ms-ratelimit-remaining-subscription-reads": "11205", - "x-ms-request-id": "3c297bcb-bdee-4b4d-91f4-c7c7cbe3df2d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034024Z:4a637ab3-baca-4564-8732-0052f7b4b8fb" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "bab99c3f51cd658c3db844d0f5dfd15b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:40:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6dbe6284-e8a2-436b-b5b7-9ceef4a73f19", - "x-ms-client-request-id": "bab99c3f51cd658c3db844d0f5dfd15b", - "x-ms-correlation-request-id": "03e484e5-8c86-4f8e-8f77-4e6338af63e2", - "x-ms-ratelimit-remaining-subscription-reads": "11204", - "x-ms-request-id": "175fcef3-e5dd-466b-8d39-09fd7278502d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034025Z:03e484e5-8c86-4f8e-8f77-4e6338af63e2" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "0694e74c0082c6027a2f567f65b1285d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:40:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a4aa706d-98c1-4025-8d5c-015e9ba98162", - "x-ms-client-request-id": "0694e74c0082c6027a2f567f65b1285d", - "x-ms-correlation-request-id": "1785bb14-c872-458b-a0b5-94a6c209a509", - "x-ms-ratelimit-remaining-subscription-reads": "11203", - "x-ms-request-id": "5d632dea-55b5-459d-ab16-f78c06f1b25e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034026Z:1785bb14-c872-458b-a0b5-94a6c209a509" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "4ad055c53090d5c2d28c316dd4445be2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:40:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6de38c61-6ef6-4ae4-bbb5-571a2e1484d2", - "x-ms-client-request-id": "4ad055c53090d5c2d28c316dd4445be2", - "x-ms-correlation-request-id": "bb098639-caf2-4735-a133-bdeb249ace68", - "x-ms-ratelimit-remaining-subscription-reads": "11202", - "x-ms-request-id": "b72c27e4-254e-4be9-baaf-02d4399644a6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034027Z:bb098639-caf2-4735-a133-bdeb249ace68" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d8d11eca7a6d3f879af3409dfb0cff8c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:40:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2b291669-af12-4a37-a434-fa0d5bf1178b", - "x-ms-client-request-id": "d8d11eca7a6d3f879af3409dfb0cff8c", - "x-ms-correlation-request-id": "0338947e-1bae-4958-b6bf-57821d992017", - "x-ms-ratelimit-remaining-subscription-reads": "11201", - "x-ms-request-id": "0abcfc05-1819-4207-900b-0029970f6997", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034029Z:0338947e-1bae-4958-b6bf-57821d992017" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "9f0be68f860e1ccb25bf33f6ce94f136", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:40:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a8a3d063-bd54-454d-ba61-62ba5ef7af6b", - "x-ms-client-request-id": "9f0be68f860e1ccb25bf33f6ce94f136", - "x-ms-correlation-request-id": "7e70b192-f1ab-4d4c-864a-e7dd5ec2f20a", - "x-ms-ratelimit-remaining-subscription-reads": "11200", - "x-ms-request-id": "743977ba-7c27-4b22-8ff6-95ca6962b7e3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034030Z:7e70b192-f1ab-4d4c-864a-e7dd5ec2f20a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "46b473d450df4bf0cd90b09cf024d9c5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:40:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "81a9b03a-5f0e-4586-a75d-b17b6a945c8a", - "x-ms-client-request-id": "46b473d450df4bf0cd90b09cf024d9c5", - "x-ms-correlation-request-id": "d8275979-6895-4a80-bcde-24f411ee9d86", - "x-ms-ratelimit-remaining-subscription-reads": "11199", - "x-ms-request-id": "36743f6d-84a4-4929-bb88-4d02f750661f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034031Z:d8275979-6895-4a80-bcde-24f411ee9d86" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "eedda58cbb3943d353b5b3ad46907005", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:40:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8005c376-1e13-4f1e-9904-d0a2d23c3e69", - "x-ms-client-request-id": "eedda58cbb3943d353b5b3ad46907005", - "x-ms-correlation-request-id": "d766c6d3-faf3-469b-91e8-ca6341f511b0", - "x-ms-ratelimit-remaining-subscription-reads": "11198", - "x-ms-request-id": "4735404c-8957-493e-9505-49a80e32e736", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034033Z:d766c6d3-faf3-469b-91e8-ca6341f511b0" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "88c90a01b9583facf6bfd27dd62e2c00", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:40:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d0d8694e-e634-4df9-96ed-09c6000bdff3", - "x-ms-client-request-id": "88c90a01b9583facf6bfd27dd62e2c00", - "x-ms-correlation-request-id": "5976f586-3c85-41ea-96a1-2117b2449f7c", - "x-ms-ratelimit-remaining-subscription-reads": "11197", - "x-ms-request-id": "2a018b18-4993-4329-9f02-56268db8b3b3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034034Z:5976f586-3c85-41ea-96a1-2117b2449f7c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "296a6ee503b718fd9f71f22a9d42053c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:40:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a5d12ea6-e825-468c-bced-c59f1a0bafb5", - "x-ms-client-request-id": "296a6ee503b718fd9f71f22a9d42053c", - "x-ms-correlation-request-id": "3df375a2-95cb-4963-aaf1-dbe177fcf6cd", - "x-ms-ratelimit-remaining-subscription-reads": "11196", - "x-ms-request-id": "f1bb2c31-b809-45b0-8e0a-0d797dfb6e37", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034035Z:3df375a2-95cb-4963-aaf1-dbe177fcf6cd" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e69baa20515bd26df89ef779e8556c25", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:40:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "36159a7d-9a39-4036-bf10-8118868da7fa", - "x-ms-client-request-id": "e69baa20515bd26df89ef779e8556c25", - "x-ms-correlation-request-id": "f5cb1a25-74e3-4e24-af82-b38c5e4f04fc", - "x-ms-ratelimit-remaining-subscription-reads": "11195", - "x-ms-request-id": "73a96edf-49bf-47b5-927b-3b7524a7fc40", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034037Z:f5cb1a25-74e3-4e24-af82-b38c5e4f04fc" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d7c8b2894626fe4e0db0e8e6c682a2b4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:40:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5a77dd06-980d-4a0b-8f7f-06488f57f05c", - "x-ms-client-request-id": "d7c8b2894626fe4e0db0e8e6c682a2b4", - "x-ms-correlation-request-id": "5d810558-d00c-4c71-90bc-46faaff202e2", - "x-ms-ratelimit-remaining-subscription-reads": "11194", - "x-ms-request-id": "6e6e246c-2431-445c-8942-43431f8883ae", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034038Z:5d810558-d00c-4c71-90bc-46faaff202e2" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2c5d95b9459393a5019730190c832f49", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:40:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8b98a70a-af3b-40ce-b2c8-09190c7ecbfb", - "x-ms-client-request-id": "2c5d95b9459393a5019730190c832f49", - "x-ms-correlation-request-id": "81403c46-7474-4e1b-ad0d-8212c01281b4", - "x-ms-ratelimit-remaining-subscription-reads": "11193", - "x-ms-request-id": "55b6fb96-107a-480b-98b7-ab4d5621794e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034039Z:81403c46-7474-4e1b-ad0d-8212c01281b4" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "eaa0cd042e79d9165b9cd9aa68860c76", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:40:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f60aa96e-f1db-44a8-a855-90489d56fc86", - "x-ms-client-request-id": "eaa0cd042e79d9165b9cd9aa68860c76", - "x-ms-correlation-request-id": "42d0e1ac-f4aa-44d2-80bc-308a1e954101", - "x-ms-ratelimit-remaining-subscription-reads": "11192", - "x-ms-request-id": "8b0073d0-17da-4433-8f1c-500051324688", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034040Z:42d0e1ac-f4aa-44d2-80bc-308a1e954101" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "53c042fb40f843920c34d58e1635f289", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:40:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7fef3400-8192-4b37-a750-bfa11cd0b672", - "x-ms-client-request-id": "53c042fb40f843920c34d58e1635f289", - "x-ms-correlation-request-id": "ecb77e7e-e007-463a-83bf-12e0a24b6942", - "x-ms-ratelimit-remaining-subscription-reads": "11191", - "x-ms-request-id": "0b522544-624c-4372-9071-0a8e3186e658", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034042Z:ecb77e7e-e007-463a-83bf-12e0a24b6942" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f9e29f80b7e18b3a7f84d0f66cfb2b7b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:40:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "afc89fc6-9c23-47ce-b9b5-20ab36505d0f", - "x-ms-client-request-id": "f9e29f80b7e18b3a7f84d0f66cfb2b7b", - "x-ms-correlation-request-id": "54930484-c496-4529-9b61-ea981e102c4a", - "x-ms-ratelimit-remaining-subscription-reads": "11190", - "x-ms-request-id": "5d434422-b550-4073-b816-b41ba080048d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034043Z:54930484-c496-4529-9b61-ea981e102c4a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c91dba8bdcc2c4513a5ddd455887c326", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:40:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "88a5aa93-8577-4bad-b347-63e87491729a", - "x-ms-client-request-id": "c91dba8bdcc2c4513a5ddd455887c326", - "x-ms-correlation-request-id": "8625f6e8-ed2f-4929-9a4d-f6f55b0e72fe", - "x-ms-ratelimit-remaining-subscription-reads": "11189", - "x-ms-request-id": "09549c70-3bcd-4ecd-acc5-60d4387f1179", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034044Z:8625f6e8-ed2f-4929-9a4d-f6f55b0e72fe" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c9294faa13a443940834d474709cd611", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:40:45 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1edc0579-564b-4ec1-8843-d32d07347a30", - "x-ms-client-request-id": "c9294faa13a443940834d474709cd611", - "x-ms-correlation-request-id": "feede3f3-4c58-41cf-badf-a240a3e5bf9f", - "x-ms-ratelimit-remaining-subscription-reads": "11188", - "x-ms-request-id": "b6813440-7c5b-4673-8c5e-231147401fd3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034046Z:feede3f3-4c58-41cf-badf-a240a3e5bf9f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5c035a092917a4c74d1dbe84daf532f7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:40:47 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "aa54c3d9-66fb-4fcd-8f76-be8694818518", - "x-ms-client-request-id": "5c035a092917a4c74d1dbe84daf532f7", - "x-ms-correlation-request-id": "325ca219-9d2f-4daf-98fa-d709369fbf76", - "x-ms-ratelimit-remaining-subscription-reads": "11187", - "x-ms-request-id": "53c03404-a99b-4c82-8fe2-54859c3cc7be", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034047Z:325ca219-9d2f-4daf-98fa-d709369fbf76" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "1d4ba9c161d178d725dac08d08dc549e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:40:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e5ca5865-3f6d-41fe-873a-c180f24b63f5", - "x-ms-client-request-id": "1d4ba9c161d178d725dac08d08dc549e", - "x-ms-correlation-request-id": "5e328dd2-0c9c-4f33-960b-c5ea6c56a946", - "x-ms-ratelimit-remaining-subscription-reads": "11186", - "x-ms-request-id": "a812f81a-426a-4dde-9b38-cd7f4c89e945", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034048Z:5e328dd2-0c9c-4f33-960b-c5ea6c56a946" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "fe3ccc866784810e87857b86540f6913", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:40:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e2b9e59a-8520-45e1-800d-d76631bcda95", - "x-ms-client-request-id": "fe3ccc866784810e87857b86540f6913", - "x-ms-correlation-request-id": "a61052d3-8416-4036-93cb-838e4c99f106", - "x-ms-ratelimit-remaining-subscription-reads": "11185", - "x-ms-request-id": "30d42f81-76d4-49ee-9d25-76b177fdedbe", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034049Z:a61052d3-8416-4036-93cb-838e4c99f106" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c6b3dd01b850a740828b363d68399b71", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:40:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7fe69ed9-fbd0-41de-a9e2-3b96e741a7ac", - "x-ms-client-request-id": "c6b3dd01b850a740828b363d68399b71", - "x-ms-correlation-request-id": "ee18d7b1-9088-4d1e-b785-9e47aba07752", - "x-ms-ratelimit-remaining-subscription-reads": "11184", - "x-ms-request-id": "e9126296-2534-416c-869c-3ceff101289f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034051Z:ee18d7b1-9088-4d1e-b785-9e47aba07752" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "0dfe20c934b95a729bc9954be5512316", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:40:52 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "303107f3-0de0-4463-9665-c2e60560af9d", - "x-ms-client-request-id": "0dfe20c934b95a729bc9954be5512316", - "x-ms-correlation-request-id": "48737d50-4350-4575-95df-bb98c55e5f29", - "x-ms-ratelimit-remaining-subscription-reads": "11183", - "x-ms-request-id": "d554e937-1385-4483-9636-980a6560738b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034052Z:48737d50-4350-4575-95df-bb98c55e5f29" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2b8bad718d29cd4d8c947bf930d0194e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:40:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "607a9d88-ede8-41d4-a9a1-af52ef93ab61", - "x-ms-client-request-id": "2b8bad718d29cd4d8c947bf930d0194e", - "x-ms-correlation-request-id": "78ba916c-7aee-48d6-a878-07fddde19ec5", - "x-ms-ratelimit-remaining-subscription-reads": "11182", - "x-ms-request-id": "bd246f7e-e5c8-4f36-bd10-e93fd5fb941b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034053Z:78ba916c-7aee-48d6-a878-07fddde19ec5" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "34bc0ae95b11cd596a592a8723f4c231", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:40:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2d4e6ab1-c2af-43c3-a8ee-175c6754daaf", - "x-ms-client-request-id": "34bc0ae95b11cd596a592a8723f4c231", - "x-ms-correlation-request-id": "aa7a5be2-f1ec-4076-ad36-2c9c402d4fb8", - "x-ms-ratelimit-remaining-subscription-reads": "11181", - "x-ms-request-id": "359e7283-a5ac-4840-93c3-4204c2ddd573", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034055Z:aa7a5be2-f1ec-4076-ad36-2c9c402d4fb8" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "bacc1f6770ad3b47d3308124b97829ca", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:40:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e107ec97-f85a-4794-80d8-a9499954246e", - "x-ms-client-request-id": "bacc1f6770ad3b47d3308124b97829ca", - "x-ms-correlation-request-id": "c85add52-6601-40ec-b178-39185c8d4225", - "x-ms-ratelimit-remaining-subscription-reads": "11180", - "x-ms-request-id": "f40fc5b6-3521-4639-836f-0616aa5d30d7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034056Z:c85add52-6601-40ec-b178-39185c8d4225" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "da6247b0ef94150553bec0d063c6aa97", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:40:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8e50c03d-ff45-4689-a3d9-86279579de35", - "x-ms-client-request-id": "da6247b0ef94150553bec0d063c6aa97", - "x-ms-correlation-request-id": "6048ae0b-d4f4-4cd6-a78c-d89cced9d82d", - "x-ms-ratelimit-remaining-subscription-reads": "11179", - "x-ms-request-id": "6fd19c70-4df3-42af-bc01-74f68720526a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034057Z:6048ae0b-d4f4-4cd6-a78c-d89cced9d82d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "119249d15e0478a0c38061e0d93513f2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:40:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3ef8db54-a380-4e43-937d-37ac6da33a75", - "x-ms-client-request-id": "119249d15e0478a0c38061e0d93513f2", - "x-ms-correlation-request-id": "e069c83d-5e68-4a3b-9d48-ecda212c3e29", - "x-ms-ratelimit-remaining-subscription-reads": "11178", - "x-ms-request-id": "78bfbc91-caa5-4d4f-b428-83aff791f656", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034058Z:e069c83d-5e68-4a3b-9d48-ecda212c3e29" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "dbd66030e791789c1ab766eeb076d80c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:41:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "97818540-692f-4aab-b58f-124e1198552b", - "x-ms-client-request-id": "dbd66030e791789c1ab766eeb076d80c", - "x-ms-correlation-request-id": "fb1b1bde-dc02-432a-b060-6f7e359850d1", - "x-ms-ratelimit-remaining-subscription-reads": "11177", - "x-ms-request-id": "7e55ae62-826a-4485-98ee-0648a39fc54a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034100Z:fb1b1bde-dc02-432a-b060-6f7e359850d1" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7053e98617e651c6a6e917148e243b1e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:41:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "54bc23df-a9fb-484b-a778-338e6e8ed329", - "x-ms-client-request-id": "7053e98617e651c6a6e917148e243b1e", - "x-ms-correlation-request-id": "c3ce7451-8bc2-4100-998d-0cd55e5d0c08", - "x-ms-ratelimit-remaining-subscription-reads": "11176", - "x-ms-request-id": "12da774b-321b-4cb2-893e-689de956e9cf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034101Z:c3ce7451-8bc2-4100-998d-0cd55e5d0c08" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "03a0cdabceefe905ac1af64df7b2c84c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:41:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e7c685d0-d4bd-4f4c-9c06-7f9cc9eea29f", - "x-ms-client-request-id": "03a0cdabceefe905ac1af64df7b2c84c", - "x-ms-correlation-request-id": "dd0828ca-3500-4567-a6b9-5bf8abbc5c90", - "x-ms-ratelimit-remaining-subscription-reads": "11175", - "x-ms-request-id": "557b5aa1-ad0f-4c4e-a7dd-6f4a4bf6583e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034102Z:dd0828ca-3500-4567-a6b9-5bf8abbc5c90" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f05a54a8a2e1180b998435a8d088e9f5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:41:03 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e9bbf87e-aec5-4f1a-8dee-ef9437c039ce", - "x-ms-client-request-id": "f05a54a8a2e1180b998435a8d088e9f5", - "x-ms-correlation-request-id": "76bcfe15-2b68-4145-9d42-3d53558553af", - "x-ms-ratelimit-remaining-subscription-reads": "11174", - "x-ms-request-id": "7d8d924b-9eeb-4899-b2a8-10e8bb8fb1e8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034104Z:76bcfe15-2b68-4145-9d42-3d53558553af" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e243477bd5d6b71de369c3cc21795af4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:41:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "bac9cf84-bc90-4dd3-829a-9d0fb666a0e2", - "x-ms-client-request-id": "e243477bd5d6b71de369c3cc21795af4", - "x-ms-correlation-request-id": "71cb491f-3e82-4465-86b0-1df3c3b6834d", - "x-ms-ratelimit-remaining-subscription-reads": "11173", - "x-ms-request-id": "f82d816d-5d89-4de2-9b84-21916f49f44e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034105Z:71cb491f-3e82-4465-86b0-1df3c3b6834d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "396cca214bca083cc188696a995d1923", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:41:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "452736c9-38de-4821-96bf-f043f40058e9", - "x-ms-client-request-id": "396cca214bca083cc188696a995d1923", - "x-ms-correlation-request-id": "ea9b73f8-297f-409f-bc3d-a0e01125466d", - "x-ms-ratelimit-remaining-subscription-reads": "11172", - "x-ms-request-id": "39d96ad3-c63c-4a2a-b826-20ac320d3503", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034106Z:ea9b73f8-297f-409f-bc3d-a0e01125466d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "afd10130e56ed27536a20c78de3ff620", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:41:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a68c5d1b-3ac3-4cfd-b05f-b4ac108c1f48", - "x-ms-client-request-id": "afd10130e56ed27536a20c78de3ff620", - "x-ms-correlation-request-id": "2f3fb0fd-7037-46ef-861c-d580bfa0b334", - "x-ms-ratelimit-remaining-subscription-reads": "11171", - "x-ms-request-id": "5e9e223c-f2b5-4a21-9520-eb51a9b1a3ce", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034108Z:2f3fb0fd-7037-46ef-861c-d580bfa0b334" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "0587402ab01c302b0b3a204e6bb21d86", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:41:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "70260a90-6aff-4577-952f-ef19813bfcc2", - "x-ms-client-request-id": "0587402ab01c302b0b3a204e6bb21d86", - "x-ms-correlation-request-id": "a382df29-0f3f-4313-bd76-bb3ae6d9b2d2", - "x-ms-ratelimit-remaining-subscription-reads": "11170", - "x-ms-request-id": "bab0d48d-e5d9-4b1c-86c8-fc0aa5b40385", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034109Z:a382df29-0f3f-4313-bd76-bb3ae6d9b2d2" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "209ba04faaa73b85559902273ec42982", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:41:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7868a7c9-19a0-41f6-a27f-2f2a7b3ca91b", - "x-ms-client-request-id": "209ba04faaa73b85559902273ec42982", - "x-ms-correlation-request-id": "1e01f19f-e475-4e20-9526-c8f2fff8b840", - "x-ms-ratelimit-remaining-subscription-reads": "11169", - "x-ms-request-id": "618b1ec4-3969-402e-9502-bcf23f5e67e1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034110Z:1e01f19f-e475-4e20-9526-c8f2fff8b840" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5940489113d68007d6a1a434c4276684", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:41:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "45def598-be7b-4cab-bda7-7049995eb8ab", - "x-ms-client-request-id": "5940489113d68007d6a1a434c4276684", - "x-ms-correlation-request-id": "3bc0aacf-6eb1-4bd4-8d8f-87f3391dbecf", - "x-ms-ratelimit-remaining-subscription-reads": "11168", - "x-ms-request-id": "b21de35f-f290-4cdd-9371-7a4aa5d23c0c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034112Z:3bc0aacf-6eb1-4bd4-8d8f-87f3391dbecf" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "3e288685d6a48079ba4bb082ad03f146", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:41:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "40628540-06e8-4ae3-9a8a-fe5682762895", - "x-ms-client-request-id": "3e288685d6a48079ba4bb082ad03f146", - "x-ms-correlation-request-id": "75d96c71-2f27-402d-b03a-bbcc98569a0a", - "x-ms-ratelimit-remaining-subscription-reads": "11167", - "x-ms-request-id": "a296f151-76dd-4b08-a269-6e5443773751", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034113Z:75d96c71-2f27-402d-b03a-bbcc98569a0a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "23bc9e10c4713baf981b49060551772d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:41:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3a2bff00-e6c2-42e2-9b60-8a7b66d34359", - "x-ms-client-request-id": "23bc9e10c4713baf981b49060551772d", - "x-ms-correlation-request-id": "31ccbb08-2298-4e59-b30d-1f7a6991924b", - "x-ms-ratelimit-remaining-subscription-reads": "11166", - "x-ms-request-id": "8d689c1f-ff33-470e-a3e6-c97792ad2ef2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034114Z:31ccbb08-2298-4e59-b30d-1f7a6991924b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b8a27e32ea9bbaddcfc09e8a6384d2d2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:41:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8c39131d-2914-4304-9b2f-5a11431e65d9", - "x-ms-client-request-id": "b8a27e32ea9bbaddcfc09e8a6384d2d2", - "x-ms-correlation-request-id": "69d8ebe0-7896-42f4-84db-d4ac67308a5e", - "x-ms-ratelimit-remaining-subscription-reads": "11165", - "x-ms-request-id": "03b2f7a8-2a5d-4bfb-b07f-42af3eaebb5c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034115Z:69d8ebe0-7896-42f4-84db-d4ac67308a5e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "25235eaf436ac012d6eca6888d737b69", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:41:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "777214bb-10f7-4e38-a2e1-a31327fb8e43", - "x-ms-client-request-id": "25235eaf436ac012d6eca6888d737b69", - "x-ms-correlation-request-id": "317ecd4b-7c5c-4aac-ac1f-095bc953c50f", - "x-ms-ratelimit-remaining-subscription-reads": "11164", - "x-ms-request-id": "6b207411-9e37-4413-8d11-787228167fb8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034117Z:317ecd4b-7c5c-4aac-ac1f-095bc953c50f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2f5083d4396025aac00253b12625d813", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:41:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "26f75645-8d0b-4e87-b7d4-36f82cdc4f88", - "x-ms-client-request-id": "2f5083d4396025aac00253b12625d813", - "x-ms-correlation-request-id": "ffa51c46-a8b2-459e-b2bf-3c9f943d1053", - "x-ms-ratelimit-remaining-subscription-reads": "11163", - "x-ms-request-id": "55ab3821-d636-4c9b-a7ae-91f5f1fc179f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034118Z:ffa51c46-a8b2-459e-b2bf-3c9f943d1053" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a6567748512deec26be2e1ae44552d5c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:41:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6987dbbf-4c10-443e-b15c-f9bc71193b43", - "x-ms-client-request-id": "a6567748512deec26be2e1ae44552d5c", - "x-ms-correlation-request-id": "3e4b1bcd-389f-4d94-8701-b6ef098cbc8d", - "x-ms-ratelimit-remaining-subscription-reads": "11162", - "x-ms-request-id": "658f8e22-ee9d-4b19-87fd-dd32d913aa51", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034119Z:3e4b1bcd-389f-4d94-8701-b6ef098cbc8d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e0b63444a3347672b3fd6568f06099b1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:41:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "fa18b206-7003-4101-b75b-c8bb30950fea", - "x-ms-client-request-id": "e0b63444a3347672b3fd6568f06099b1", - "x-ms-correlation-request-id": "b447454f-9e0f-4e44-b828-85544db19490", - "x-ms-ratelimit-remaining-subscription-reads": "11161", - "x-ms-request-id": "beca51a9-f5a2-43c1-8fa0-124a5499ab3f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034120Z:b447454f-9e0f-4e44-b828-85544db19490" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "153f9214d41c823bc061c37d57fbe16b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:41:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "02481837-2d87-4528-86d7-efb07d80b553", - "x-ms-client-request-id": "153f9214d41c823bc061c37d57fbe16b", - "x-ms-correlation-request-id": "6dc0b607-a1ea-4fb8-b79a-eb4177fb3fb6", - "x-ms-ratelimit-remaining-subscription-reads": "11160", - "x-ms-request-id": "9db1f5c3-3f57-4478-9ad4-e5b6443e27aa", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034122Z:6dc0b607-a1ea-4fb8-b79a-eb4177fb3fb6" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f26df6d5f76ea5de04dff330ec5afe0a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:41:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "16a9dff8-4751-448d-a3b9-6d1dce9673b1", - "x-ms-client-request-id": "f26df6d5f76ea5de04dff330ec5afe0a", - "x-ms-correlation-request-id": "3e6b9786-6b65-400d-bfe3-6a953d0aca4b", - "x-ms-ratelimit-remaining-subscription-reads": "11159", - "x-ms-request-id": "e972c87f-ff02-48f1-b0fb-bf4f782b2fc5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034123Z:3e6b9786-6b65-400d-bfe3-6a953d0aca4b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b19a2f481715703ff83320d3e0f41eb7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:41:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "10ea86ed-4be3-46e8-ba51-743f14403ca4", - "x-ms-client-request-id": "b19a2f481715703ff83320d3e0f41eb7", - "x-ms-correlation-request-id": "1b61fb9b-ea5f-4331-9db3-416c50891ad9", - "x-ms-ratelimit-remaining-subscription-reads": "11158", - "x-ms-request-id": "2e4ca3c9-af08-44b5-9dbc-ca39c47901a3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034124Z:1b61fb9b-ea5f-4331-9db3-416c50891ad9" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f992f91ca7f31c43b49a113de00b9665", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:41:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4b796d7d-484c-4885-a84b-472395d76917", - "x-ms-client-request-id": "f992f91ca7f31c43b49a113de00b9665", - "x-ms-correlation-request-id": "0d0ce064-70f1-411c-a37a-c3ccfe19d7de", - "x-ms-ratelimit-remaining-subscription-reads": "11157", - "x-ms-request-id": "0e601f12-6e66-4111-b5b5-3484065df794", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034126Z:0d0ce064-70f1-411c-a37a-c3ccfe19d7de" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2735b8622f61bd55b6fcf93ad70ac410", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:41:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d4f6ca45-565b-4c4e-9836-7c61fc0f943b", - "x-ms-client-request-id": "2735b8622f61bd55b6fcf93ad70ac410", - "x-ms-correlation-request-id": "183e1b15-5ac8-4537-ab4e-77d85e70969a", - "x-ms-ratelimit-remaining-subscription-reads": "11156", - "x-ms-request-id": "e75e6d1d-7cc9-4a1b-8f6d-67ef7767c75f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034127Z:183e1b15-5ac8-4537-ab4e-77d85e70969a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f2133bc004c7a016ec7efd7b05028fed", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:41:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6ebd9229-23f4-440f-856c-5a2261f46f1f", - "x-ms-client-request-id": "f2133bc004c7a016ec7efd7b05028fed", - "x-ms-correlation-request-id": "9c704b68-6740-462a-8e4b-2201b840d1bb", - "x-ms-ratelimit-remaining-subscription-reads": "11155", - "x-ms-request-id": "29536354-89fd-4de3-93df-c655d04c19ee", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034128Z:9c704b68-6740-462a-8e4b-2201b840d1bb" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2771ba9cf6bfed56a3d543f7ae0844a9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:41:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "75626393-a3ea-437a-bae3-cc399293e5ea", - "x-ms-client-request-id": "2771ba9cf6bfed56a3d543f7ae0844a9", - "x-ms-correlation-request-id": "3deea61a-3583-4ac5-9e19-d7badaa3785d", - "x-ms-ratelimit-remaining-subscription-reads": "11154", - "x-ms-request-id": "dc78b21e-1123-4c34-85a2-ebe505837abd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034129Z:3deea61a-3583-4ac5-9e19-d7badaa3785d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a47c01d5a3f85e9ea1943be331dab7b4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:41:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "cf913068-18c3-4a90-be7a-72bdcaec05f9", - "x-ms-client-request-id": "a47c01d5a3f85e9ea1943be331dab7b4", - "x-ms-correlation-request-id": "3ef05e3f-9f80-440a-ac29-6e01e1436193", - "x-ms-ratelimit-remaining-subscription-reads": "11153", - "x-ms-request-id": "04270b24-fd6e-41b7-bc8c-be686e5c9d56", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034131Z:3ef05e3f-9f80-440a-ac29-6e01e1436193" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "1d9d0b6c9d99ca50e5264ff2c11ff2e4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:41:32 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c969bfad-4b54-444f-9e43-0baea6782add", - "x-ms-client-request-id": "1d9d0b6c9d99ca50e5264ff2c11ff2e4", - "x-ms-correlation-request-id": "928a04d8-a9ac-4f67-a37a-343a7a6551e1", - "x-ms-ratelimit-remaining-subscription-reads": "11152", - "x-ms-request-id": "960e42a7-b8fc-467c-aa08-a803707238f8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034132Z:928a04d8-a9ac-4f67-a37a-343a7a6551e1" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "04a55439ea85f9f51b13852abb73bbc9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:41:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "57988ddf-b47c-4ebc-b063-2be9c02b2628", - "x-ms-client-request-id": "04a55439ea85f9f51b13852abb73bbc9", - "x-ms-correlation-request-id": "043577de-7042-4648-9a7b-63c52238d7f0", - "x-ms-ratelimit-remaining-subscription-reads": "11151", - "x-ms-request-id": "68082405-4239-4b21-87d4-3b5597d64da2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034133Z:043577de-7042-4648-9a7b-63c52238d7f0" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a28b8e1d266a380fb0b2bfd154ab9c82", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:41:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "91c60e04-1f68-4041-954a-00890e3dc270", - "x-ms-client-request-id": "a28b8e1d266a380fb0b2bfd154ab9c82", - "x-ms-correlation-request-id": "832bdea0-bb78-4bed-8b0c-8b7b7c35d9f1", - "x-ms-ratelimit-remaining-subscription-reads": "11150", - "x-ms-request-id": "bd7cc489-0a65-4dd0-989f-6d30b53ee211", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034135Z:832bdea0-bb78-4bed-8b0c-8b7b7c35d9f1" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "dda956a2b335812e16a4018617260e72", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:41:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "eddbb20f-9d49-4ad0-a7a8-86c8c62f2592", - "x-ms-client-request-id": "dda956a2b335812e16a4018617260e72", - "x-ms-correlation-request-id": "b076fa3e-b08d-47eb-a964-44263da52850", - "x-ms-ratelimit-remaining-subscription-reads": "11149", - "x-ms-request-id": "467f4f6b-8e07-4dc5-92fa-0c8b3a3f4d2b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034136Z:b076fa3e-b08d-47eb-a964-44263da52850" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "32d5866a4f94127a446d54d32b23a46f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:41:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "295b1091-e55f-4a6f-a331-6134268d3e46", - "x-ms-client-request-id": "32d5866a4f94127a446d54d32b23a46f", - "x-ms-correlation-request-id": "081b0569-1250-4c16-b6fa-155480a77135", - "x-ms-ratelimit-remaining-subscription-reads": "11148", - "x-ms-request-id": "8836dab3-66ef-41f4-9128-9d32577efdfb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034137Z:081b0569-1250-4c16-b6fa-155480a77135" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "65870376dec969935f098cc525892089", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:41:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "df6b8cc9-083d-45be-8c8a-72da00e8f485", - "x-ms-client-request-id": "65870376dec969935f098cc525892089", - "x-ms-correlation-request-id": "7c0b3a26-b3c5-433d-ab89-1e558f6411cd", - "x-ms-ratelimit-remaining-subscription-reads": "11147", - "x-ms-request-id": "e545141a-c86c-4fbf-8ec2-82e04bf47045", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034138Z:7c0b3a26-b3c5-433d-ab89-1e558f6411cd" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ce674ca369d653eddc9798c75e5b55f2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:41:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9f0e9ea6-ede9-40fe-8d0e-b32d5789b657", - "x-ms-client-request-id": "ce674ca369d653eddc9798c75e5b55f2", - "x-ms-correlation-request-id": "86fae198-cb8c-4fe8-9242-f27eb9c1ffee", - "x-ms-ratelimit-remaining-subscription-reads": "11146", - "x-ms-request-id": "d40929a0-46e3-45c5-9199-748786c61f95", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034140Z:86fae198-cb8c-4fe8-9242-f27eb9c1ffee" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "14109100a99e8ca9f26bd38bc2b4edbb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:41:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "40627b51-5d62-4fd2-b748-60c644b00db8", - "x-ms-client-request-id": "14109100a99e8ca9f26bd38bc2b4edbb", - "x-ms-correlation-request-id": "88ff95b9-58a2-4b3a-bc67-0f78b1b7bcae", - "x-ms-ratelimit-remaining-subscription-reads": "11145", - "x-ms-request-id": "d73c2fc4-ccb6-4af0-9bdf-2f861cf79081", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034141Z:88ff95b9-58a2-4b3a-bc67-0f78b1b7bcae" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "de2fca4dd5bc0c991534883245cc0a04", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:41:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b06a42f6-fad3-4487-882f-4ba3a7eb6530", - "x-ms-client-request-id": "de2fca4dd5bc0c991534883245cc0a04", - "x-ms-correlation-request-id": "f1545ee8-1b00-489d-8f65-5cf7076b3675", - "x-ms-ratelimit-remaining-subscription-reads": "11144", - "x-ms-request-id": "3e96b54e-b7cc-4f75-9c60-e6e5c734a378", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034142Z:f1545ee8-1b00-489d-8f65-5cf7076b3675" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "93c599b30b79faeba3dadc6a96629028", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:41:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "76ca00df-5cfb-4a9d-bb3b-c09d9a73a63a", - "x-ms-client-request-id": "93c599b30b79faeba3dadc6a96629028", - "x-ms-correlation-request-id": "e67b6287-4cec-4645-9b43-167d2eb5d56c", - "x-ms-ratelimit-remaining-subscription-reads": "11143", - "x-ms-request-id": "7830133e-4e1f-4a5d-afa9-87e8376a1db3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034144Z:e67b6287-4cec-4645-9b43-167d2eb5d56c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "947adda9772b2b36f803ff6a20764626", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:41:45 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "cf7c6e58-6d8a-4252-818f-ec9346999ecb", - "x-ms-client-request-id": "947adda9772b2b36f803ff6a20764626", - "x-ms-correlation-request-id": "3c129bf8-076d-4253-b5b6-791db0ffae8b", - "x-ms-ratelimit-remaining-subscription-reads": "11142", - "x-ms-request-id": "68e86665-3f48-48cf-a777-497e9d110824", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034145Z:3c129bf8-076d-4253-b5b6-791db0ffae8b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "29d7ce605aef4142df353be1f82e75b2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:41:46 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "affffd7e-3c0d-4de8-bddf-3473e31c05a1", - "x-ms-client-request-id": "29d7ce605aef4142df353be1f82e75b2", - "x-ms-correlation-request-id": "4237c28b-e597-4726-aee4-e1c52425f2e9", - "x-ms-ratelimit-remaining-subscription-reads": "11141", - "x-ms-request-id": "15a42dfe-cbcf-420b-9f35-72e5c54b75c7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034147Z:4237c28b-e597-4726-aee4-e1c52425f2e9" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "688860a376513cd862999a750c81d92c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:41:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "28463774-8d30-4496-8362-ccadefe963c4", - "x-ms-client-request-id": "688860a376513cd862999a750c81d92c", - "x-ms-correlation-request-id": "b434440f-88b0-45ab-80a9-23d4cecc1558", - "x-ms-ratelimit-remaining-subscription-reads": "11140", - "x-ms-request-id": "9f5d0a3b-97a0-416f-97b8-0aaf392a1c0c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034148Z:b434440f-88b0-45ab-80a9-23d4cecc1558" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c70ab694678b4f389a38b5f63c5532c9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:41:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "87d179ae-7306-4cc4-adfe-ee86f4763e11", - "x-ms-client-request-id": "c70ab694678b4f389a38b5f63c5532c9", - "x-ms-correlation-request-id": "53a8c915-c231-46ec-a4c0-139e11a8cd7d", - "x-ms-ratelimit-remaining-subscription-reads": "11139", - "x-ms-request-id": "b6ac5a98-01a7-4dae-927f-116170c715ef", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034149Z:53a8c915-c231-46ec-a4c0-139e11a8cd7d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c0c64c8eddeeead4f69bc655bfcd355e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:41:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f575e207-3f51-48bd-a550-7dfebdb7bdd6", - "x-ms-client-request-id": "c0c64c8eddeeead4f69bc655bfcd355e", - "x-ms-correlation-request-id": "bb61c99e-1a75-4bb1-a775-a7ed0c915977", - "x-ms-ratelimit-remaining-subscription-reads": "11138", - "x-ms-request-id": "bfd8aee4-77da-42a7-a2c6-1d337ac81d4f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034151Z:bb61c99e-1a75-4bb1-a775-a7ed0c915977" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "424d0e5cad243c272739cd18c1e2000d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:41:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3158b4bd-9625-4a92-b471-f881f3670eeb", - "x-ms-client-request-id": "424d0e5cad243c272739cd18c1e2000d", - "x-ms-correlation-request-id": "54f47481-f181-42e7-b681-8805764f9db3", - "x-ms-ratelimit-remaining-subscription-reads": "11137", - "x-ms-request-id": "af6e86d1-57f2-4649-a49e-02f7baaf2eea", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034152Z:54f47481-f181-42e7-b681-8805764f9db3" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c0e7d16719bab63ee120d1f0a0e38fcd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:41:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "52c8a470-f2e4-45ba-8d6d-0bb307215574", - "x-ms-client-request-id": "c0e7d16719bab63ee120d1f0a0e38fcd", - "x-ms-correlation-request-id": "e759a398-6790-4645-ba43-d80ea6ab7e0d", - "x-ms-ratelimit-remaining-subscription-reads": "11136", - "x-ms-request-id": "18a074d3-b9ca-4be5-8f51-ba19ba216974", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034153Z:e759a398-6790-4645-ba43-d80ea6ab7e0d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2d9a5703f008e0a4248998b410bb2814", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:41:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "82270daf-f6a2-432e-b9d1-98a7fe407a3c", - "x-ms-client-request-id": "2d9a5703f008e0a4248998b410bb2814", - "x-ms-correlation-request-id": "3bb325aa-598f-4dcc-95a2-51de6c88eb6a", - "x-ms-ratelimit-remaining-subscription-reads": "11135", - "x-ms-request-id": "e6adb0ad-95a3-47a1-bcfb-39a820dbff2b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034155Z:3bb325aa-598f-4dcc-95a2-51de6c88eb6a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "eeedb99a74e642a3cf966004dc379c44", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:41:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c2458337-3c08-41f4-ad39-6c67434d5b2c", - "x-ms-client-request-id": "eeedb99a74e642a3cf966004dc379c44", - "x-ms-correlation-request-id": "addfb162-173c-415a-b69c-ea135ad1accb", - "x-ms-ratelimit-remaining-subscription-reads": "11134", - "x-ms-request-id": "3e6c123b-73ae-45a6-9244-680830440776", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034156Z:addfb162-173c-415a-b69c-ea135ad1accb" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "691400aad24776052c069c31818aa626", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:41:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "44eca427-9cd1-4fc1-9f18-5d653606a05d", - "x-ms-client-request-id": "691400aad24776052c069c31818aa626", - "x-ms-correlation-request-id": "9cd6077f-2696-4461-a6ae-ce386b0645fe", - "x-ms-ratelimit-remaining-subscription-reads": "11133", - "x-ms-request-id": "4ad70e4a-5fcf-4742-9f87-0381baa13739", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034157Z:9cd6077f-2696-4461-a6ae-ce386b0645fe" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e755bcf7a1f58fe7b4575d7190a004ec", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:41:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "91fd0b35-2690-49be-a04e-f1854d6201be", - "x-ms-client-request-id": "e755bcf7a1f58fe7b4575d7190a004ec", - "x-ms-correlation-request-id": "e0f02974-9285-4cf6-a279-6b0eed56a691", - "x-ms-ratelimit-remaining-subscription-reads": "11132", - "x-ms-request-id": "5605b027-bbe3-422e-97c3-1df246a1b4ea", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034158Z:e0f02974-9285-4cf6-a279-6b0eed56a691" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "0f0a54ecbfa6c8ccb377c1dfd871c145", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:41:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "30916b3b-5de5-410b-85ee-80e2bf80bea8", - "x-ms-client-request-id": "0f0a54ecbfa6c8ccb377c1dfd871c145", - "x-ms-correlation-request-id": "bacf6d4f-0e91-4677-a957-65a7440a821c", - "x-ms-ratelimit-remaining-subscription-reads": "11131", - "x-ms-request-id": "3305a051-c6ae-4f6d-957d-ab96f0f74538", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034200Z:bacf6d4f-0e91-4677-a957-65a7440a821c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "1f0d3af0b5e2094e1985b5f07493e68c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:42:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e46a32c1-6b21-4fe8-908c-6948e60d8ddc", - "x-ms-client-request-id": "1f0d3af0b5e2094e1985b5f07493e68c", - "x-ms-correlation-request-id": "4e9b57f0-daac-4087-af5e-6dabd86fea30", - "x-ms-ratelimit-remaining-subscription-reads": "11130", - "x-ms-request-id": "09ee699e-205b-4a0a-b4da-9817e99640d6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034201Z:4e9b57f0-daac-4087-af5e-6dabd86fea30" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2d45af02967f387ff08c337edf07b642", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:42:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e0bebbe9-a94f-4e84-8372-acdffba73f9f", - "x-ms-client-request-id": "2d45af02967f387ff08c337edf07b642", - "x-ms-correlation-request-id": "b4d00e38-667a-4ac6-9d5c-e1215da04489", - "x-ms-ratelimit-remaining-subscription-reads": "11129", - "x-ms-request-id": "f8a975fb-3574-4e54-a334-365a52d0dedc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034202Z:b4d00e38-667a-4ac6-9d5c-e1215da04489" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "56811795e49237090500f62009dc531f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:42:03 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2ab667a4-9bb4-477e-8b96-22573365d468", - "x-ms-client-request-id": "56811795e49237090500f62009dc531f", - "x-ms-correlation-request-id": "c4b69503-c3a8-43b7-94ac-f520194cc5f1", - "x-ms-ratelimit-remaining-subscription-reads": "11128", - "x-ms-request-id": "5b4212b4-2531-4c32-b481-bf8ba9e86b40", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034204Z:c4b69503-c3a8-43b7-94ac-f520194cc5f1" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "29dd3591942c59c6bad52f5682cf2911", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:42:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1a6b9450-a555-4732-a77d-e0137d53e20e", - "x-ms-client-request-id": "29dd3591942c59c6bad52f5682cf2911", - "x-ms-correlation-request-id": "389fb7ec-d699-4bdb-882f-3ac3a2295395", - "x-ms-ratelimit-remaining-subscription-reads": "11127", - "x-ms-request-id": "c5b04ca4-514d-44f1-bf3d-0751aef6361c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034205Z:389fb7ec-d699-4bdb-882f-3ac3a2295395" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5d5a73cf8f121df9a50e277ea05e2e13", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:42:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "24f37050-a1d9-41a5-9850-142f20a6dd09", - "x-ms-client-request-id": "5d5a73cf8f121df9a50e277ea05e2e13", - "x-ms-correlation-request-id": "6fa130d6-4f2d-4d51-ac64-9e71e28455e1", - "x-ms-ratelimit-remaining-subscription-reads": "11126", - "x-ms-request-id": "d9f62223-eb2a-47a3-8868-3905ba650cb7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034206Z:6fa130d6-4f2d-4d51-ac64-9e71e28455e1" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a9ed13388d2a011651289bbdb5b3b435", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:42:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d722532e-dd14-4f7b-865c-5d086887a5ba", - "x-ms-client-request-id": "a9ed13388d2a011651289bbdb5b3b435", - "x-ms-correlation-request-id": "bc9113f7-4d0a-445a-afbc-6316b6fbae0d", - "x-ms-ratelimit-remaining-subscription-reads": "11125", - "x-ms-request-id": "20bd1fb3-0ab5-43b9-84ff-bc8f91ddccfa", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034207Z:bc9113f7-4d0a-445a-afbc-6316b6fbae0d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "9651e5d7f681010d3bbf831e6d47b95c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:42:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0fcdc96b-5086-4d81-815b-6074b0484b44", - "x-ms-client-request-id": "9651e5d7f681010d3bbf831e6d47b95c", - "x-ms-correlation-request-id": "af9f8255-6405-47d8-8d97-2e86b3ba5bbb", - "x-ms-ratelimit-remaining-subscription-reads": "11124", - "x-ms-request-id": "19725383-d995-4067-afd8-fd7741dabb4a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034209Z:af9f8255-6405-47d8-8d97-2e86b3ba5bbb" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "6e1d1ba67fe242e65c590beaf43c68f1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:42:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "cedb2dbb-4d02-4d3b-bedf-0859b2767e6a", - "x-ms-client-request-id": "6e1d1ba67fe242e65c590beaf43c68f1", - "x-ms-correlation-request-id": "1c10b436-9ba4-4b8c-9211-97781b77fb3d", - "x-ms-ratelimit-remaining-subscription-reads": "11123", - "x-ms-request-id": "761a6602-1b5d-444c-9ba9-a5ef6605448e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034210Z:1c10b436-9ba4-4b8c-9211-97781b77fb3d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "baa7f159980c429206ec6d6b09f7940a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:42:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d282c5e1-4ff8-4db0-8743-55b71f3c6f88", - "x-ms-client-request-id": "baa7f159980c429206ec6d6b09f7940a", - "x-ms-correlation-request-id": "a12a8771-4d8d-4215-addd-bbf99358df2e", - "x-ms-ratelimit-remaining-subscription-reads": "11122", - "x-ms-request-id": "b84fa2e3-9f43-48ef-b53d-4497b699edbb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034211Z:a12a8771-4d8d-4215-addd-bbf99358df2e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "99163e6f46965753fe0f3928ea230cff", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:42:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8e391f72-4228-450d-bc4d-bc8ef8b6f690", - "x-ms-client-request-id": "99163e6f46965753fe0f3928ea230cff", - "x-ms-correlation-request-id": "fe7ee2ab-8527-4cb1-9986-bb8fbde3ac10", - "x-ms-ratelimit-remaining-subscription-reads": "11121", - "x-ms-request-id": "31ec3cdf-9faa-4e32-8ff3-3fec520d8f0e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034212Z:fe7ee2ab-8527-4cb1-9986-bb8fbde3ac10" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7cc59156fe9f0d5089da67f6117b3864", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:42:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "373c0d08-397b-4fc4-aa95-70be0f026b2b", - "x-ms-client-request-id": "7cc59156fe9f0d5089da67f6117b3864", - "x-ms-correlation-request-id": "4fcb030f-34fb-4a1e-826b-6ceceb5f439a", - "x-ms-ratelimit-remaining-subscription-reads": "11120", - "x-ms-request-id": "5990bdae-db9f-4309-9d9c-97708a608e0e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034214Z:4fcb030f-34fb-4a1e-826b-6ceceb5f439a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b57b01c5cf25125a9d50bcfd5f6957e3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:42:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2efdf3f2-a83f-4535-9a2b-fa20427b1fef", - "x-ms-client-request-id": "b57b01c5cf25125a9d50bcfd5f6957e3", - "x-ms-correlation-request-id": "033b1f38-06f5-4be1-acb0-e50351251620", - "x-ms-ratelimit-remaining-subscription-reads": "11119", - "x-ms-request-id": "1a729273-e15c-4c4e-82b5-36690f35af7c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034215Z:033b1f38-06f5-4be1-acb0-e50351251620" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "78146edf1732706aee0810bcde5d4583", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:42:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5951cafb-adf9-4cb1-b0e5-9f298f3c31b0", - "x-ms-client-request-id": "78146edf1732706aee0810bcde5d4583", - "x-ms-correlation-request-id": "a572c4c4-7a53-4e28-84e0-2d068b831f61", - "x-ms-ratelimit-remaining-subscription-reads": "11118", - "x-ms-request-id": "4555a3de-a07f-4c81-aa9d-af731e0a87cf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034216Z:a572c4c4-7a53-4e28-84e0-2d068b831f61" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e963d4d757a787da37b2de4f4252ae1f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:42:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "bd141de2-494a-43d3-b203-b767b6d035a9", - "x-ms-client-request-id": "e963d4d757a787da37b2de4f4252ae1f", - "x-ms-correlation-request-id": "d47ea28c-9ce1-46dc-8a04-d3b6d5f66af0", - "x-ms-ratelimit-remaining-subscription-reads": "11117", - "x-ms-request-id": "c9ab8f35-afff-48ff-ba77-3d3984eb7e09", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034218Z:d47ea28c-9ce1-46dc-8a04-d3b6d5f66af0" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a3168482c066ad32960ac61cbe9e3440", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:42:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "07a07b11-69b0-4324-a1ab-ef63da1c360c", - "x-ms-client-request-id": "a3168482c066ad32960ac61cbe9e3440", - "x-ms-correlation-request-id": "09e34162-6efa-44ef-b62b-5a0cd4c36d2c", - "x-ms-ratelimit-remaining-subscription-reads": "11116", - "x-ms-request-id": "a64796bb-559d-4dd2-9521-8393982c90dd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034219Z:09e34162-6efa-44ef-b62b-5a0cd4c36d2c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8a25380a6e06883b938d4080391b2e9b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:42:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e4aab3d6-617d-47fd-bcff-7c43109c110d", - "x-ms-client-request-id": "8a25380a6e06883b938d4080391b2e9b", - "x-ms-correlation-request-id": "c5749132-7f83-490f-ba9f-ed341b45a72b", - "x-ms-ratelimit-remaining-subscription-reads": "11115", - "x-ms-request-id": "4a83661d-944e-4468-8c97-ed0144cee37a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034220Z:c5749132-7f83-490f-ba9f-ed341b45a72b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5939f059a146171ca2b6539d90bdc898", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:42:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a4d2e369-abd4-45c6-8c0f-184a7d41e2fb", - "x-ms-client-request-id": "5939f059a146171ca2b6539d90bdc898", - "x-ms-correlation-request-id": "998b84c6-dbd5-4fa3-967e-8fbafccae7a6", - "x-ms-ratelimit-remaining-subscription-reads": "11114", - "x-ms-request-id": "d9ff1a47-f20a-42ea-9356-2576f493f74d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034221Z:998b84c6-dbd5-4fa3-967e-8fbafccae7a6" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "09449e7e242c1418498e0fd97fb2737a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:42:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1b71a5f5-6605-4a89-8c26-9ae57ce9f43d", - "x-ms-client-request-id": "09449e7e242c1418498e0fd97fb2737a", - "x-ms-correlation-request-id": "2241cd2a-00e5-46e0-9359-165f98c2ca3e", - "x-ms-ratelimit-remaining-subscription-reads": "11113", - "x-ms-request-id": "9bd83073-4cc5-4c15-af58-ded7d226239d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034223Z:2241cd2a-00e5-46e0-9359-165f98c2ca3e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "cdc22adbda6568f91b0ee8501a9df7d5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:42:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9ce0709b-d927-468f-a74b-27880dc6d054", - "x-ms-client-request-id": "cdc22adbda6568f91b0ee8501a9df7d5", - "x-ms-correlation-request-id": "1db8e94b-34b6-4831-b361-504554f1a9fc", - "x-ms-ratelimit-remaining-subscription-reads": "11112", - "x-ms-request-id": "a948653a-bc7c-47bb-b898-f3dfe47204e5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034224Z:1db8e94b-34b6-4831-b361-504554f1a9fc" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "9a01a8c425d7356fd82410b8924397ef", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:42:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "78c5cf71-dcff-46fb-b7d7-da2a9bc55c70", - "x-ms-client-request-id": "9a01a8c425d7356fd82410b8924397ef", - "x-ms-correlation-request-id": "584b7d4d-db5f-4c93-8f9f-bf519fb5bb34", - "x-ms-ratelimit-remaining-subscription-reads": "11111", - "x-ms-request-id": "32ddf912-8e3e-4cb2-880e-2fe8e6477de8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034225Z:584b7d4d-db5f-4c93-8f9f-bf519fb5bb34" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "65c2d942fafba433a5dbee1e3bc7faab", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:42:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b520c10c-2f41-4c1e-8f05-7978ca2067c7", - "x-ms-client-request-id": "65c2d942fafba433a5dbee1e3bc7faab", - "x-ms-correlation-request-id": "7b5a1018-5677-48c3-a335-036aa1df6cc3", - "x-ms-ratelimit-remaining-subscription-reads": "11110", - "x-ms-request-id": "8da1e555-fc03-4012-aa44-a2f96cdd7a33", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034227Z:7b5a1018-5677-48c3-a335-036aa1df6cc3" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d6143a96d9b0b6a2bb8cf540c940d6d8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:42:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e235931e-4b1b-41d1-b87c-fe8b887e1b9e", - "x-ms-client-request-id": "d6143a96d9b0b6a2bb8cf540c940d6d8", - "x-ms-correlation-request-id": "49ad87ce-3272-4ae3-8071-15962d78afd1", - "x-ms-ratelimit-remaining-subscription-reads": "11109", - "x-ms-request-id": "e2f3fd3a-aba2-42f8-ab63-d81527741ced", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034228Z:49ad87ce-3272-4ae3-8071-15962d78afd1" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "410ef87791dbcada755df5fb3650fa10", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:42:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1ad3ae05-8f41-4375-b51c-de3e06cbaab1", - "x-ms-client-request-id": "410ef87791dbcada755df5fb3650fa10", - "x-ms-correlation-request-id": "2adf5160-e391-4906-9579-7e18288968d5", - "x-ms-ratelimit-remaining-subscription-reads": "11108", - "x-ms-request-id": "602ad737-acd3-44b0-b330-47199ce9a369", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034229Z:2adf5160-e391-4906-9579-7e18288968d5" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5721652ac12e683f360ba96e04f2da64", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:42:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3f2b2061-e01e-45f0-be16-01adbffa735e", - "x-ms-client-request-id": "5721652ac12e683f360ba96e04f2da64", - "x-ms-correlation-request-id": "06b263cf-9899-4104-b533-b9f2f268a464", - "x-ms-ratelimit-remaining-subscription-reads": "11107", - "x-ms-request-id": "92fb3873-0e59-43b4-884b-5726793061a3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034230Z:06b263cf-9899-4104-b533-b9f2f268a464" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "43a61605b9b904cf5f4a6153e3a77f6a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:42:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "97e29d6f-3fb1-4159-ac7c-afd60e6a119b", - "x-ms-client-request-id": "43a61605b9b904cf5f4a6153e3a77f6a", - "x-ms-correlation-request-id": "15881780-778e-42bb-9d12-0d2bcf6e808e", - "x-ms-ratelimit-remaining-subscription-reads": "11106", - "x-ms-request-id": "bb490419-204c-45ad-b54a-a4d606246a12", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034232Z:15881780-778e-42bb-9d12-0d2bcf6e808e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "6316e5927e1fb5a9b9a50acfe86cc582", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:42:32 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e41c90cc-603b-45ad-8010-3a4c60b94fb6", - "x-ms-client-request-id": "6316e5927e1fb5a9b9a50acfe86cc582", - "x-ms-correlation-request-id": "d23de4cf-1879-45b2-a649-2f5cd9713a65", - "x-ms-ratelimit-remaining-subscription-reads": "11105", - "x-ms-request-id": "d403c6fd-308f-48da-8609-e300f6f65265", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034233Z:d23de4cf-1879-45b2-a649-2f5cd9713a65" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "20f69182b6aa7157951cf8e35feb858e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:42:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1adf468c-3097-49a4-ada5-979a31ba214d", - "x-ms-client-request-id": "20f69182b6aa7157951cf8e35feb858e", - "x-ms-correlation-request-id": "62127bd0-d52a-452d-bbfa-1c00ac1f2398", - "x-ms-ratelimit-remaining-subscription-reads": "11104", - "x-ms-request-id": "d49c5239-c318-42ea-a387-cf514361fd91", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034234Z:62127bd0-d52a-452d-bbfa-1c00ac1f2398" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "1fdb3e8c76dc86456cf18a13aeff1cf2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:42:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "468f91d3-f9a1-4e8b-a8c5-bdf8b1491286", - "x-ms-client-request-id": "1fdb3e8c76dc86456cf18a13aeff1cf2", - "x-ms-correlation-request-id": "0cfff57c-1196-4bed-a598-626b1d0274e6", - "x-ms-ratelimit-remaining-subscription-reads": "11103", - "x-ms-request-id": "2612e231-1031-4ebd-b05c-7abc12ae5555", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034235Z:0cfff57c-1196-4bed-a598-626b1d0274e6" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "52d0de855eb0dcc08da4cd0286c655cd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:42:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2d747681-e319-4377-a808-3a54c9ac9ea8", - "x-ms-client-request-id": "52d0de855eb0dcc08da4cd0286c655cd", - "x-ms-correlation-request-id": "b9532f42-79d1-4ccb-9d7a-1a7da4684459", - "x-ms-ratelimit-remaining-subscription-reads": "11102", - "x-ms-request-id": "7c1134a3-6c2a-4567-88a5-fb83a588e191", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034237Z:b9532f42-79d1-4ccb-9d7a-1a7da4684459" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a9437c20a5900ba54c6fb4b82c43c396", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:42:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2b5ff634-86fb-4590-8c17-567a2e6692cc", - "x-ms-client-request-id": "a9437c20a5900ba54c6fb4b82c43c396", - "x-ms-correlation-request-id": "f828828b-1c96-41e9-b5ec-cf8b16d88c5e", - "x-ms-ratelimit-remaining-subscription-reads": "11101", - "x-ms-request-id": "069fc6bc-3198-4299-a537-f4a0e9cceb8a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034238Z:f828828b-1c96-41e9-b5ec-cf8b16d88c5e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "815e0500321a2ddd7eff9137a94200a6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:42:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "142ed4cd-9246-4844-a8c5-787421850551", - "x-ms-client-request-id": "815e0500321a2ddd7eff9137a94200a6", - "x-ms-correlation-request-id": "a55deb97-2885-43c7-9a1b-2635bc90bd68", - "x-ms-ratelimit-remaining-subscription-reads": "11100", - "x-ms-request-id": "081a7791-32cb-4bd7-b8ae-87983d3ae534", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034239Z:a55deb97-2885-43c7-9a1b-2635bc90bd68" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "32f2bc9b73bbdf6239c50641aa07af4a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:42:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "142679a3-00fd-4055-978d-d480b7bbae09", - "x-ms-client-request-id": "32f2bc9b73bbdf6239c50641aa07af4a", - "x-ms-correlation-request-id": "94348c1e-2fc3-4357-bfa0-997303427fe0", - "x-ms-ratelimit-remaining-subscription-reads": "11099", - "x-ms-request-id": "a5274327-c665-416d-83d9-d2d9b1b307de", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034240Z:94348c1e-2fc3-4357-bfa0-997303427fe0" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "800237e1d467edb29e162b91136e6209", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:42:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "263121c2-29f7-4322-a9f2-dabcc16c6bfa", - "x-ms-client-request-id": "800237e1d467edb29e162b91136e6209", - "x-ms-correlation-request-id": "ffebc2f4-9f5f-4bac-9647-5b61c6ea9b5d", - "x-ms-ratelimit-remaining-subscription-reads": "11098", - "x-ms-request-id": "95f3d20c-69f3-4d60-8bd1-414c90a56698", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034242Z:ffebc2f4-9f5f-4bac-9647-5b61c6ea9b5d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "6f1d0e6f90518cdaa37e48552c9c8276", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:42:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "baac054b-f1cf-4033-88b3-05fdec849a5c", - "x-ms-client-request-id": "6f1d0e6f90518cdaa37e48552c9c8276", - "x-ms-correlation-request-id": "e7ffd659-5c94-40de-92a1-7a62ebdcb285", - "x-ms-ratelimit-remaining-subscription-reads": "11097", - "x-ms-request-id": "29cb1764-a2b9-4dfc-8eb7-c43f8f402f7d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034243Z:e7ffd659-5c94-40de-92a1-7a62ebdcb285" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7155474f8040c63e0a0494a548d0ccca", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:42:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7748554e-fd4c-40e7-a9b7-1f0f1ec85a69", - "x-ms-client-request-id": "7155474f8040c63e0a0494a548d0ccca", - "x-ms-correlation-request-id": "f8b3eb5a-a5b0-4a54-9069-ea70cbc28b03", - "x-ms-ratelimit-remaining-subscription-reads": "11096", - "x-ms-request-id": "b89b6eea-d0c9-411c-8503-bd96357286a3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034244Z:f8b3eb5a-a5b0-4a54-9069-ea70cbc28b03" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "9cd1fc623fea51f85d75dce98c5dc001", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:42:45 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "feed18d7-22a0-424b-b907-a0352269c532", - "x-ms-client-request-id": "9cd1fc623fea51f85d75dce98c5dc001", - "x-ms-correlation-request-id": "3592908d-affc-4764-8d7e-0f6a9c21351e", - "x-ms-ratelimit-remaining-subscription-reads": "11095", - "x-ms-request-id": "65362690-ff40-48be-8e33-b879766f3c77", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034246Z:3592908d-affc-4764-8d7e-0f6a9c21351e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "cb41b494f118efc9cf57654cfc3544d3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:42:46 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c5658a26-31d6-44e8-b957-8e47cf8ad076", - "x-ms-client-request-id": "cb41b494f118efc9cf57654cfc3544d3", - "x-ms-correlation-request-id": "99ac8c4d-33f0-4117-99ca-485b95bed6f7", - "x-ms-ratelimit-remaining-subscription-reads": "11094", - "x-ms-request-id": "ec9fae1b-090b-4c32-8025-18ccd75a8a1b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034247Z:99ac8c4d-33f0-4117-99ca-485b95bed6f7" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "30f27db1e6cb0f8c4e0414cba35439ac", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:42:47 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6fd2488e-dded-4795-83c3-7663f02f6ba8", - "x-ms-client-request-id": "30f27db1e6cb0f8c4e0414cba35439ac", - "x-ms-correlation-request-id": "2249b7c2-d662-455c-a09b-e41b857c1fc1", - "x-ms-ratelimit-remaining-subscription-reads": "11093", - "x-ms-request-id": "d95a43ce-a3b5-4a7f-86cf-5f15c243dfa4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034248Z:2249b7c2-d662-455c-a09b-e41b857c1fc1" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "93109243008e71b233e2cc92daac5427", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:42:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "85376494-fad5-4194-ac25-1952895f9ba2", - "x-ms-client-request-id": "93109243008e71b233e2cc92daac5427", - "x-ms-correlation-request-id": "71527dc5-24f0-4e9f-93f6-ced8a77def25", - "x-ms-ratelimit-remaining-subscription-reads": "11092", - "x-ms-request-id": "a5b90d8f-3af4-4292-8217-d1248e856a0a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034249Z:71527dc5-24f0-4e9f-93f6-ced8a77def25" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "0f370930906aae3628327c13dcfe4b7a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:42:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3b5d5f46-c40b-4692-8b8f-07ff7b542856", - "x-ms-client-request-id": "0f370930906aae3628327c13dcfe4b7a", - "x-ms-correlation-request-id": "f0bc104a-43ce-4c61-86d7-aafc0f6e8d8b", - "x-ms-ratelimit-remaining-subscription-reads": "11091", - "x-ms-request-id": "b48987ab-38e8-4097-8b26-490c58e12231", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034251Z:f0bc104a-43ce-4c61-86d7-aafc0f6e8d8b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "6908b81db124b144ca80fde819f935a2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:42:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e2ebce9d-51b9-4394-8d1a-8cddd9d28e9c", - "x-ms-client-request-id": "6908b81db124b144ca80fde819f935a2", - "x-ms-correlation-request-id": "d7acb654-621c-428f-b163-c9508a5041ef", - "x-ms-ratelimit-remaining-subscription-reads": "11090", - "x-ms-request-id": "7d11a2eb-511e-426e-8482-752c16743e74", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034252Z:d7acb654-621c-428f-b163-c9508a5041ef" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "999aecb0291db3415c626a5c839e9435", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:42:52 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6228bf7e-d1a2-42bc-9151-c209ce3e84f1", - "x-ms-client-request-id": "999aecb0291db3415c626a5c839e9435", - "x-ms-correlation-request-id": "7d3e849a-79a5-4da3-b120-e2a9f2f10b55", - "x-ms-ratelimit-remaining-subscription-reads": "11089", - "x-ms-request-id": "2ea80225-5dac-4bb2-9324-32d9c029411b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034253Z:7d3e849a-79a5-4da3-b120-e2a9f2f10b55" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "21745296eaa37f03c48644ea924d942f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:42:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f89a1240-51a8-4548-aa9a-4c4c840a99a6", - "x-ms-client-request-id": "21745296eaa37f03c48644ea924d942f", - "x-ms-correlation-request-id": "df13cda4-d613-4825-8754-b3bd2d6ed00a", - "x-ms-ratelimit-remaining-subscription-reads": "11088", - "x-ms-request-id": "5959464f-dad1-468f-90ab-94f91c96bedf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034255Z:df13cda4-d613-4825-8754-b3bd2d6ed00a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f063dafdb263f45d76550dc146e82d2c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:42:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0c7986ec-61dc-4d82-8ac3-46333e2ebe19", - "x-ms-client-request-id": "f063dafdb263f45d76550dc146e82d2c", - "x-ms-correlation-request-id": "98a3905d-9648-480d-8c9a-704e819aeb21", - "x-ms-ratelimit-remaining-subscription-reads": "11087", - "x-ms-request-id": "5a056da1-c09d-47bc-85f3-2c0b7029e252", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034256Z:98a3905d-9648-480d-8c9a-704e819aeb21" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c652c8eb1384c6fee81ad497e457200f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:42:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a9c35ed4-19a1-46cd-84a8-f0a2cbfa8173", - "x-ms-client-request-id": "c652c8eb1384c6fee81ad497e457200f", - "x-ms-correlation-request-id": "329c8315-731a-45b3-9e38-8274007dafb0", - "x-ms-ratelimit-remaining-subscription-reads": "11086", - "x-ms-request-id": "352da26c-28b2-4fb0-9f89-968e3dc5cb89", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034257Z:329c8315-731a-45b3-9e38-8274007dafb0" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a95e3bcea43be4d1f480ab4edd4239dc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:42:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8143fd5b-aaf3-4103-926f-30d95c1b392a", - "x-ms-client-request-id": "a95e3bcea43be4d1f480ab4edd4239dc", - "x-ms-correlation-request-id": "abd5f557-9613-4f76-b4cd-0b8dd3b3be1e", - "x-ms-ratelimit-remaining-subscription-reads": "11085", - "x-ms-request-id": "1acaf6a7-5f87-4cf3-9d18-1553c2713b3c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034258Z:abd5f557-9613-4f76-b4cd-0b8dd3b3be1e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "cafe1858cdfae9abdb9d0748ddc60f1e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:42:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5269712e-5a67-4727-b1e6-5d2ad6546ccb", - "x-ms-client-request-id": "cafe1858cdfae9abdb9d0748ddc60f1e", - "x-ms-correlation-request-id": "5c45a3c3-a72d-44f6-839c-fffe183b6005", - "x-ms-ratelimit-remaining-subscription-reads": "11084", - "x-ms-request-id": "f85486d0-3972-4cba-8dc8-1c3e105f9201", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034300Z:5c45a3c3-a72d-44f6-839c-fffe183b6005" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "0bf3fd34848947f0f66ed20368afe8a6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:43:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "27621961-09ef-4d3e-b992-83cdf1c1f55b", - "x-ms-client-request-id": "0bf3fd34848947f0f66ed20368afe8a6", - "x-ms-correlation-request-id": "be80efcb-2362-44f5-83e3-5d30504018d0", - "x-ms-ratelimit-remaining-subscription-reads": "11083", - "x-ms-request-id": "6fe40c96-e2cf-404e-96ea-4cc107cae031", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034301Z:be80efcb-2362-44f5-83e3-5d30504018d0" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "cc3ef8e1565900148f75cd9e9d88072e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:43:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "77170bc6-de82-469c-bd7c-3cf52c773f39", - "x-ms-client-request-id": "cc3ef8e1565900148f75cd9e9d88072e", - "x-ms-correlation-request-id": "37c35078-a8ef-4866-85b2-75d30a97b1ae", - "x-ms-ratelimit-remaining-subscription-reads": "11082", - "x-ms-request-id": "e7b2c891-c4c8-444d-8be8-dad9da0f34da", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034302Z:37c35078-a8ef-4866-85b2-75d30a97b1ae" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "df1a8c712e4ed35228b7d38cfba7812c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:43:03 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "852ba6b9-3a80-4e48-bafe-5b43be76ec8e", - "x-ms-client-request-id": "df1a8c712e4ed35228b7d38cfba7812c", - "x-ms-correlation-request-id": "c5ade80c-d024-473a-9034-7566fae35a63", - "x-ms-ratelimit-remaining-subscription-reads": "11081", - "x-ms-request-id": "3c8c789a-a88a-42fc-b3bb-3835e3265aa1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034303Z:c5ade80c-d024-473a-9034-7566fae35a63" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e46760b44387dec5e8f37b14b752aa6e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:43:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "816d31ae-3127-41f7-ad99-45d83579f0a3", - "x-ms-client-request-id": "e46760b44387dec5e8f37b14b752aa6e", - "x-ms-correlation-request-id": "c58844a4-f469-4a2e-93af-d39a4d50f8d5", - "x-ms-ratelimit-remaining-subscription-reads": "11080", - "x-ms-request-id": "fddb5df4-53b9-4bff-8a19-78cbadda935b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034305Z:c58844a4-f469-4a2e-93af-d39a4d50f8d5" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "dc92a3660995b258a66ba3a2828804e8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:43:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "88e3e37a-9763-4903-a640-7b4c62eaa60a", - "x-ms-client-request-id": "dc92a3660995b258a66ba3a2828804e8", - "x-ms-correlation-request-id": "50138444-20ba-4941-ad79-9a389b6b2815", - "x-ms-ratelimit-remaining-subscription-reads": "11079", - "x-ms-request-id": "242f7784-c53b-4b0b-b402-6068839d26d0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034306Z:50138444-20ba-4941-ad79-9a389b6b2815" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "3ce9a0f322212ea6c63cf75bb33d1bd5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:43:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d04de793-51fe-45d4-9b60-332a20efd2f2", - "x-ms-client-request-id": "3ce9a0f322212ea6c63cf75bb33d1bd5", - "x-ms-correlation-request-id": "677036e1-7301-483b-b31c-95f0f7b379eb", - "x-ms-ratelimit-remaining-subscription-reads": "11078", - "x-ms-request-id": "ea1c9702-9f09-4136-b810-fc700cccdd02", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034307Z:677036e1-7301-483b-b31c-95f0f7b379eb" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5825650ca515ab9708b43e1c9f235b60", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:43:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0bfe99a9-4926-45e0-aada-5525b0724963", - "x-ms-client-request-id": "5825650ca515ab9708b43e1c9f235b60", - "x-ms-correlation-request-id": "b462c8be-d071-41fa-a3a9-a458b827d8cc", - "x-ms-ratelimit-remaining-subscription-reads": "11077", - "x-ms-request-id": "c1b09803-52c9-42fa-9005-c28279aaa171", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034308Z:b462c8be-d071-41fa-a3a9-a458b827d8cc" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "162192ee6d69444dfc64155811fcff68", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:43:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d48c202c-6c20-4c4e-8e21-04910f8443ba", - "x-ms-client-request-id": "162192ee6d69444dfc64155811fcff68", - "x-ms-correlation-request-id": "6bd53969-23e6-4192-9871-9ba120e3af42", - "x-ms-ratelimit-remaining-subscription-reads": "11076", - "x-ms-request-id": "e7052a0a-7e23-4825-90bc-40b6dff72f56", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034310Z:6bd53969-23e6-4192-9871-9ba120e3af42" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "1d95ce4fac624ed3093d346ce48a8ea3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:43:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "553d872d-ec68-4f52-9a4c-0c9145730f98", - "x-ms-client-request-id": "1d95ce4fac624ed3093d346ce48a8ea3", - "x-ms-correlation-request-id": "5f124bfe-099f-42b1-975e-89a293cf9f56", - "x-ms-ratelimit-remaining-subscription-reads": "11075", - "x-ms-request-id": "df69cf42-47a1-443e-a1b9-696ad7148529", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034311Z:5f124bfe-099f-42b1-975e-89a293cf9f56" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "206d97e0051c9f6c17e15bb18f3e990b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:43:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "66bc7914-77e6-4f65-991e-6875332025a9", - "x-ms-client-request-id": "206d97e0051c9f6c17e15bb18f3e990b", - "x-ms-correlation-request-id": "4d212cfd-0bab-4ae8-8a11-0fd03301b5a0", - "x-ms-ratelimit-remaining-subscription-reads": "11074", - "x-ms-request-id": "0ddd37a1-e07c-4800-a3fc-6b665c07a860", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034312Z:4d212cfd-0bab-4ae8-8a11-0fd03301b5a0" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d1cdd5b43e8d41fdbfd20d2b39e15f72", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:43:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "aa495eb9-e615-4371-89bc-35c442be441a", - "x-ms-client-request-id": "d1cdd5b43e8d41fdbfd20d2b39e15f72", - "x-ms-correlation-request-id": "5bae843a-667b-4af4-b8a7-bf9bb4fa06ea", - "x-ms-ratelimit-remaining-subscription-reads": "11073", - "x-ms-request-id": "4f143544-edae-4933-b5a0-c0c8f90a33d7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034314Z:5bae843a-667b-4af4-b8a7-bf9bb4fa06ea" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7a7872d5df8f4a4b62f605805121becb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:43:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f7aa27e7-fbee-487f-9cff-86bcb4545692", - "x-ms-client-request-id": "7a7872d5df8f4a4b62f605805121becb", - "x-ms-correlation-request-id": "e552ef0b-2d1e-4577-9d86-d34937f7ad6c", - "x-ms-ratelimit-remaining-subscription-reads": "11072", - "x-ms-request-id": "150f3c21-bbed-45b2-8603-79b326fdc5bd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034315Z:e552ef0b-2d1e-4577-9d86-d34937f7ad6c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "0eb728a4bdbda115992b6049f7416536", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:43:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8985dad7-2863-4bf1-a3e9-b59975758138", - "x-ms-client-request-id": "0eb728a4bdbda115992b6049f7416536", - "x-ms-correlation-request-id": "9e718f9a-80f8-42c2-b0f5-32d46186408e", - "x-ms-ratelimit-remaining-subscription-reads": "11071", - "x-ms-request-id": "3eceb85e-1569-429c-ad9c-9942dae9a6da", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034316Z:9e718f9a-80f8-42c2-b0f5-32d46186408e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "1ddce8821fc5d57c89826f97387cf09d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:43:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4900dbcf-c8fa-405a-a160-8ff1ffa33bee", - "x-ms-client-request-id": "1ddce8821fc5d57c89826f97387cf09d", - "x-ms-correlation-request-id": "a8547483-36a1-4746-9ff5-edbdd251a16e", - "x-ms-ratelimit-remaining-subscription-reads": "11070", - "x-ms-request-id": "b455d7b3-1b26-4595-860c-cbebf4b1769b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034318Z:a8547483-36a1-4746-9ff5-edbdd251a16e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "10874214502917b55cd6e0637e025220", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:43:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8bb617fb-1b36-4472-9291-a647130f2bbd", - "x-ms-client-request-id": "10874214502917b55cd6e0637e025220", - "x-ms-correlation-request-id": "04c7bce2-d94e-49cb-ae1f-18e6e4250d50", - "x-ms-ratelimit-remaining-subscription-reads": "11069", - "x-ms-request-id": "a067b264-75fa-4df9-86ec-97bda68f10ae", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034319Z:04c7bce2-d94e-49cb-ae1f-18e6e4250d50" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "68fecf90a0458405ace2843a4e7d691d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:43:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b36cbe65-9f51-45d0-8acb-e31b572ea9b3", - "x-ms-client-request-id": "68fecf90a0458405ace2843a4e7d691d", - "x-ms-correlation-request-id": "7e3d16ab-348d-41de-ac63-04c08d910bcf", - "x-ms-ratelimit-remaining-subscription-reads": "11068", - "x-ms-request-id": "ca9d8e24-0581-4f1e-bbe0-570d86c5f723", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034320Z:7e3d16ab-348d-41de-ac63-04c08d910bcf" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b535c33a55b9310d33c4c0ef3e185687", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:43:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e8be3c3c-3806-4f3e-9be0-d22a23748f4f", - "x-ms-client-request-id": "b535c33a55b9310d33c4c0ef3e185687", - "x-ms-correlation-request-id": "7a6b3a21-bb62-4e72-bf95-64d370ba53aa", - "x-ms-ratelimit-remaining-subscription-reads": "11067", - "x-ms-request-id": "ea314cdf-6579-4bbc-babc-95b33bdddb75", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034321Z:7a6b3a21-bb62-4e72-bf95-64d370ba53aa" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "69074e30887d73573c026347cb7ac8de", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:43:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "41266e95-18a9-457b-af7a-95d2879e2343", - "x-ms-client-request-id": "69074e30887d73573c026347cb7ac8de", - "x-ms-correlation-request-id": "490dda56-ae06-479f-a607-a4e632d157a2", - "x-ms-ratelimit-remaining-subscription-reads": "11066", - "x-ms-request-id": "f3a6ce70-f63f-4149-8975-ac7d35270757", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034323Z:490dda56-ae06-479f-a607-a4e632d157a2" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "bb28c36d9dcc3a67c1cd3481e0164694", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:43:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "77bf2ff8-9037-4478-9e4d-fe8e50841c18", - "x-ms-client-request-id": "bb28c36d9dcc3a67c1cd3481e0164694", - "x-ms-correlation-request-id": "bd739af7-7781-4a77-a52e-d0daeb4e4db5", - "x-ms-ratelimit-remaining-subscription-reads": "11065", - "x-ms-request-id": "5b1cc614-4d2e-4dd7-a02a-f16c4f0cd223", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034324Z:bd739af7-7781-4a77-a52e-d0daeb4e4db5" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "0009fc8bff76b29f6bc178b7f2c665b8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:43:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "417d5d49-6de1-4f8f-b9ab-aae68acf2ac1", - "x-ms-client-request-id": "0009fc8bff76b29f6bc178b7f2c665b8", - "x-ms-correlation-request-id": "a986ec4b-f97e-4b01-8d93-a568cacca3fb", - "x-ms-ratelimit-remaining-subscription-reads": "11064", - "x-ms-request-id": "2d505a0a-84b8-461e-ba5c-5a44a9e010db", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034325Z:a986ec4b-f97e-4b01-8d93-a568cacca3fb" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7b81e1fc9bef93bbe7cca7b053d69326", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:43:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1b375bbd-0787-4b2a-8a28-f345508746f7", - "x-ms-client-request-id": "7b81e1fc9bef93bbe7cca7b053d69326", - "x-ms-correlation-request-id": "d0e8bcd8-8c8d-47ca-9d94-5a2dcf556828", - "x-ms-ratelimit-remaining-subscription-reads": "11063", - "x-ms-request-id": "1f02b54d-819f-45c3-95dd-a16fc7ca7eec", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034327Z:d0e8bcd8-8c8d-47ca-9d94-5a2dcf556828" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "cebbcebcc7716d682376500b24af48fb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:43:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8cc6035d-3731-486d-b356-41f8220f022b", - "x-ms-client-request-id": "cebbcebcc7716d682376500b24af48fb", - "x-ms-correlation-request-id": "8a4dcc62-2d42-42a0-9191-e647c28f6ab2", - "x-ms-ratelimit-remaining-subscription-reads": "11062", - "x-ms-request-id": "4b76ee32-faa4-420e-97f7-3feb54c10fd6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034328Z:8a4dcc62-2d42-42a0-9191-e647c28f6ab2" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "fe857b67ca94f0a5417619aa58ef5e94", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:43:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f079c372-7842-429b-baca-6788cc4d47a7", - "x-ms-client-request-id": "fe857b67ca94f0a5417619aa58ef5e94", - "x-ms-correlation-request-id": "47eb3a44-decc-46c0-937a-3e00e8f0c052", - "x-ms-ratelimit-remaining-subscription-reads": "11061", - "x-ms-request-id": "4405fec6-d6bd-4feb-9b18-4437fb29482b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034329Z:47eb3a44-decc-46c0-937a-3e00e8f0c052" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "23fb512e970a3447791457784ab06e37", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:43:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "bb300f17-80e2-4396-bac1-602923b3ce26", - "x-ms-client-request-id": "23fb512e970a3447791457784ab06e37", - "x-ms-correlation-request-id": "283d9671-0bd0-441e-a221-c4ddc41e16dc", - "x-ms-ratelimit-remaining-subscription-reads": "11060", - "x-ms-request-id": "a3b6f373-4485-4173-8ba2-317584556fd2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034330Z:283d9671-0bd0-441e-a221-c4ddc41e16dc" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d849ac839451f19229cb8cfaaebe1534", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:43:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "780d51a0-0a26-4702-8841-949fe646ac73", - "x-ms-client-request-id": "d849ac839451f19229cb8cfaaebe1534", - "x-ms-correlation-request-id": "d467b446-695d-4ade-9d8c-14259e4e88e8", - "x-ms-ratelimit-remaining-subscription-reads": "11059", - "x-ms-request-id": "5e1f1ab3-4e22-45e4-9697-715d1d1c4202", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034332Z:d467b446-695d-4ade-9d8c-14259e4e88e8" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d2dcbb1725b3cff13350857f722ca591", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:43:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5f0aeeae-297c-4509-bc5a-3fd19750c30e", - "x-ms-client-request-id": "d2dcbb1725b3cff13350857f722ca591", - "x-ms-correlation-request-id": "e70759aa-84e4-491d-99a0-ffd703a27cb2", - "x-ms-ratelimit-remaining-subscription-reads": "11058", - "x-ms-request-id": "0be2259f-a25a-46e1-8ece-6e3385ffadb1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034333Z:e70759aa-84e4-491d-99a0-ffd703a27cb2" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ac26e10786a59a42bf09f93f0a4d85bb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:43:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "cc75965b-e6bd-4913-adf9-12e1647ecb36", - "x-ms-client-request-id": "ac26e10786a59a42bf09f93f0a4d85bb", - "x-ms-correlation-request-id": "57cc47a3-ce1c-4572-b41f-4a7db50b8ad8", - "x-ms-ratelimit-remaining-subscription-reads": "11057", - "x-ms-request-id": "4512478d-8d32-478e-a6a1-3608de3877c7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034334Z:57cc47a3-ce1c-4572-b41f-4a7db50b8ad8" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8f6123ff9bd35e83ba79a4000f127efd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:43:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b4b3c350-6137-4080-9208-e8b6b6a939e4", - "x-ms-client-request-id": "8f6123ff9bd35e83ba79a4000f127efd", - "x-ms-correlation-request-id": "5a71995c-e297-4b82-a529-31e15fdab9f2", - "x-ms-ratelimit-remaining-subscription-reads": "11056", - "x-ms-request-id": "c18a5da9-0e71-46bf-ab85-336acd325d96", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034336Z:5a71995c-e297-4b82-a529-31e15fdab9f2" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ccf2fb266897908e784213aa2bb2c5e6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:43:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "abb84a85-e4d9-41c5-a9d1-3f99dd03207b", - "x-ms-client-request-id": "ccf2fb266897908e784213aa2bb2c5e6", - "x-ms-correlation-request-id": "86391aa4-3b12-446d-9b58-a355377020ec", - "x-ms-ratelimit-remaining-subscription-reads": "11055", - "x-ms-request-id": "8a4bcd10-2804-4b01-a354-fcccb1208de0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034337Z:86391aa4-3b12-446d-9b58-a355377020ec" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "4f80cacb16ca6cbd5ec8f12ce2428aad", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:43:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c423f3a8-aeb4-4e9f-982f-de61f3d60ca8", - "x-ms-client-request-id": "4f80cacb16ca6cbd5ec8f12ce2428aad", - "x-ms-correlation-request-id": "86b16abf-42c8-47ff-b5b4-940e0b81cc2d", - "x-ms-ratelimit-remaining-subscription-reads": "11054", - "x-ms-request-id": "147b1473-0262-4712-943d-028792a3bd86", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034338Z:86b16abf-42c8-47ff-b5b4-940e0b81cc2d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "0e18fc8ab95a962395d1169188d93208", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:43:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e1d31cda-10e2-446f-9329-f265a96fe23c", - "x-ms-client-request-id": "0e18fc8ab95a962395d1169188d93208", - "x-ms-correlation-request-id": "415384be-4126-493b-90f2-5e5fec007f6d", - "x-ms-ratelimit-remaining-subscription-reads": "11053", - "x-ms-request-id": "d33ec29e-e717-4653-a54b-e6e1ab92a382", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034339Z:415384be-4126-493b-90f2-5e5fec007f6d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "4535bdb32f910f323d866ecf7761ad36", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:43:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "559ea50b-d83e-4015-99b8-cf93648063a0", - "x-ms-client-request-id": "4535bdb32f910f323d866ecf7761ad36", - "x-ms-correlation-request-id": "097350b7-85a0-4a53-9b6d-84c231dfd315", - "x-ms-ratelimit-remaining-subscription-reads": "11052", - "x-ms-request-id": "fd30aadd-5f7b-4ccf-aaf6-a30a26ada19e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034341Z:097350b7-85a0-4a53-9b6d-84c231dfd315" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2f1f66b7b699118ba6e9baf9ff2ce384", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:43:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a47bc98a-f57c-46d1-b81d-035513b148f4", - "x-ms-client-request-id": "2f1f66b7b699118ba6e9baf9ff2ce384", - "x-ms-correlation-request-id": "a167d14c-f432-45c5-a467-ce3073edbef8", - "x-ms-ratelimit-remaining-subscription-reads": "11051", - "x-ms-request-id": "e1c43e54-3652-449f-8e17-ab97845c0e29", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034342Z:a167d14c-f432-45c5-a467-ce3073edbef8" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2479e995450c5b1bc909d1d44b541f33", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:43:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a2070801-7aba-4cb7-b120-af24b6d69260", - "x-ms-client-request-id": "2479e995450c5b1bc909d1d44b541f33", - "x-ms-correlation-request-id": "7d36c0b5-7174-4719-b34d-efd65c3b3454", - "x-ms-ratelimit-remaining-subscription-reads": "11050", - "x-ms-request-id": "e7168d91-0d74-47cc-8bfa-b289c1c0bef0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034343Z:7d36c0b5-7174-4719-b34d-efd65c3b3454" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "22dadf2302bafc6f32249ea875381011", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:43:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c54b0a84-42ca-416c-9dee-12540d40c8e6", - "x-ms-client-request-id": "22dadf2302bafc6f32249ea875381011", - "x-ms-correlation-request-id": "5f20b8b5-203e-451e-97f5-f47b9ffbaece", - "x-ms-ratelimit-remaining-subscription-reads": "11049", - "x-ms-request-id": "5dd3abbf-27ac-4bf2-b885-07e8299fa0c0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034344Z:5f20b8b5-203e-451e-97f5-f47b9ffbaece" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8e3ae9a288e8712a4ac36690e5b7c652", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:43:45 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "fb513049-a518-4ed4-9395-2333ff667d71", - "x-ms-client-request-id": "8e3ae9a288e8712a4ac36690e5b7c652", - "x-ms-correlation-request-id": "2c89f08f-8be4-4e75-bc4f-98ca0402418d", - "x-ms-ratelimit-remaining-subscription-reads": "11048", - "x-ms-request-id": "625e8d56-704e-48c5-8e02-2a616608b66a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034346Z:2c89f08f-8be4-4e75-bc4f-98ca0402418d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "20d686cac15292ca797cf2e8a673e690", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:43:47 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4b3f8867-0835-4373-8860-fce452706008", - "x-ms-client-request-id": "20d686cac15292ca797cf2e8a673e690", - "x-ms-correlation-request-id": "c354139e-85d7-4a44-ac54-8157d25be17d", - "x-ms-ratelimit-remaining-subscription-reads": "11047", - "x-ms-request-id": "227e540c-975e-4046-afbd-3aeeb3816fe5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034347Z:c354139e-85d7-4a44-ac54-8157d25be17d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "6131c0f8901a9a4ab568d7f69cde177b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:43:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a3d5e0ef-89c5-4a02-b1f1-f094e57e8e1a", - "x-ms-client-request-id": "6131c0f8901a9a4ab568d7f69cde177b", - "x-ms-correlation-request-id": "261412f3-e93a-414f-8677-f1e4badce6ff", - "x-ms-ratelimit-remaining-subscription-reads": "11046", - "x-ms-request-id": "df491e75-832b-480f-9221-3c894dbbe0cb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034348Z:261412f3-e93a-414f-8677-f1e4badce6ff" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "eedd4c5def62e1be1fa7146c9542cad7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:43:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "126d3449-cd21-45e6-a20b-da8c395f5698", - "x-ms-client-request-id": "eedd4c5def62e1be1fa7146c9542cad7", - "x-ms-correlation-request-id": "a975dce5-d754-40d7-be1c-c3f291d1d234", - "x-ms-ratelimit-remaining-subscription-reads": "11045", - "x-ms-request-id": "fdf7bd3b-0ca1-4115-b1c0-4f86638646c8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034349Z:a975dce5-d754-40d7-be1c-c3f291d1d234" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2497d5dd648539373b3c6be9e9d3f69a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:43:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7908e977-a0a2-4220-85c3-4f2fc6acfae7", - "x-ms-client-request-id": "2497d5dd648539373b3c6be9e9d3f69a", - "x-ms-correlation-request-id": "21e6a531-f874-4a7f-a5a8-03b3e1183178", - "x-ms-ratelimit-remaining-subscription-reads": "11044", - "x-ms-request-id": "7bc53827-a8b4-4415-85fc-e0926e76a6af", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034351Z:21e6a531-f874-4a7f-a5a8-03b3e1183178" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5a8a7764f795092e015042737cde0472", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:43:52 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1fd73e7f-792f-408a-9e1c-08b93c4f99f2", - "x-ms-client-request-id": "5a8a7764f795092e015042737cde0472", - "x-ms-correlation-request-id": "23e1a887-6695-4ac9-b914-072629c4fb40", - "x-ms-ratelimit-remaining-subscription-reads": "11043", - "x-ms-request-id": "286f5fa0-fbd6-4df8-8cec-f31d59e2356a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034352Z:23e1a887-6695-4ac9-b914-072629c4fb40" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c618ff9df247f9f514a3b22684d4f74c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:43:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ad6eab68-cc22-4fab-852b-b926d1e2a2e3", - "x-ms-client-request-id": "c618ff9df247f9f514a3b22684d4f74c", - "x-ms-correlation-request-id": "93f931d9-9c7f-40f4-ba54-d097ed4d1710", - "x-ms-ratelimit-remaining-subscription-reads": "11042", - "x-ms-request-id": "64782165-a771-48f3-bfe7-49213e2d1483", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034353Z:93f931d9-9c7f-40f4-ba54-d097ed4d1710" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "1e0879b070b7e642a78d233522c4bd5d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:43:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f3bd801a-a9fe-4b75-8245-36a9e00ef83d", - "x-ms-client-request-id": "1e0879b070b7e642a78d233522c4bd5d", - "x-ms-correlation-request-id": "a7c73295-6fa5-4d31-a677-a0eac493ca65", - "x-ms-ratelimit-remaining-subscription-reads": "11041", - "x-ms-request-id": "678e188f-4470-439e-a559-db208588f6c5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034355Z:a7c73295-6fa5-4d31-a677-a0eac493ca65" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e94cf83730ba7153829045f24407842c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:43:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c6480519-ccc6-4195-8441-e8519cf6b5cb", - "x-ms-client-request-id": "e94cf83730ba7153829045f24407842c", - "x-ms-correlation-request-id": "13c7b4af-5ed9-416b-bcb0-9a26eae2af2b", - "x-ms-ratelimit-remaining-subscription-reads": "11040", - "x-ms-request-id": "b18c83e1-f71c-43be-a941-729e39301bed", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034356Z:13c7b4af-5ed9-416b-bcb0-9a26eae2af2b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "02c2f658e6d62dbbbd321fb9cfc0d74f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:43:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "727b7da3-7d99-4bf8-bbff-18f9a235fe0b", - "x-ms-client-request-id": "02c2f658e6d62dbbbd321fb9cfc0d74f", - "x-ms-correlation-request-id": "84e61e77-7369-4431-8f39-62c4f457d220", - "x-ms-ratelimit-remaining-subscription-reads": "11039", - "x-ms-request-id": "58a17ea2-9dfc-43f1-94c6-178c38aa0299", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034357Z:84e61e77-7369-4431-8f39-62c4f457d220" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8bee55e50d88809126969c262a4fa19f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:43:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "409e6ed9-706b-42ac-9503-a664f3a06713", - "x-ms-client-request-id": "8bee55e50d88809126969c262a4fa19f", - "x-ms-correlation-request-id": "4297e7c6-069b-462a-9bbb-2146a164b28c", - "x-ms-ratelimit-remaining-subscription-reads": "11038", - "x-ms-request-id": "e599c614-6a62-41fb-84e1-ea2093a30c49", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034359Z:4297e7c6-069b-462a-9bbb-2146a164b28c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2bdcf609bb0251873d1e2c881199a2c1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:43:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "65ae218c-c21b-407b-9907-48247c8aebe8", - "x-ms-client-request-id": "2bdcf609bb0251873d1e2c881199a2c1", - "x-ms-correlation-request-id": "e5ad4bb0-2f7d-43cb-a930-1f209ade5f46", - "x-ms-ratelimit-remaining-subscription-reads": "11037", - "x-ms-request-id": "efae6855-e6ad-4f4f-a14a-cbf2e4784be1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034400Z:e5ad4bb0-2f7d-43cb-a930-1f209ade5f46" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ef0cf5b9f8194aa46442db404a94026d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:44:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "10f1abb7-1998-4d7d-8eb1-dd61534e4fcf", - "x-ms-client-request-id": "ef0cf5b9f8194aa46442db404a94026d", - "x-ms-correlation-request-id": "a257659f-2e4d-41a6-9ade-e69d46abd5cd", - "x-ms-ratelimit-remaining-subscription-reads": "11036", - "x-ms-request-id": "1da95311-23d4-4d1f-8004-c846418dd4b1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034401Z:a257659f-2e4d-41a6-9ade-e69d46abd5cd" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d8b07f90abe42a4dce9d4e6ae1096f8d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:44:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "351fb065-c975-4041-a47e-f3f19b995f23", - "x-ms-client-request-id": "d8b07f90abe42a4dce9d4e6ae1096f8d", - "x-ms-correlation-request-id": "b8ad016f-ed3c-44f4-b36f-944b8928643c", - "x-ms-ratelimit-remaining-subscription-reads": "11035", - "x-ms-request-id": "a1c0b85b-9160-4f21-bb27-869177680fe2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034402Z:b8ad016f-ed3c-44f4-b36f-944b8928643c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "356ddaf3b24310865292c7bfdf4607a8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:44:03 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5b3e1759-227a-474a-87af-7460fb8e3d11", - "x-ms-client-request-id": "356ddaf3b24310865292c7bfdf4607a8", - "x-ms-correlation-request-id": "e610e133-d3d6-4463-8a79-f2cbac28e1bf", - "x-ms-ratelimit-remaining-subscription-reads": "11034", - "x-ms-request-id": "67ef14b8-4fcd-48ee-9ebe-cde69056b3a2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034404Z:e610e133-d3d6-4463-8a79-f2cbac28e1bf" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "91f7be1cc9e80ddda7e1217baa39695b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:44:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "39579328-8b7d-4c10-a240-16636b259f53", - "x-ms-client-request-id": "91f7be1cc9e80ddda7e1217baa39695b", - "x-ms-correlation-request-id": "a6c68ce9-c38e-4380-b719-37c16aa0b97c", - "x-ms-ratelimit-remaining-subscription-reads": "11033", - "x-ms-request-id": "b78a36a8-f326-4b22-aead-d125ac355434", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034405Z:a6c68ce9-c38e-4380-b719-37c16aa0b97c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "6f4c4ed3cd27de2af9a08652e48e4b87", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:44:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ce04df7a-0590-4cf5-896b-b5ed179e064e", - "x-ms-client-request-id": "6f4c4ed3cd27de2af9a08652e48e4b87", - "x-ms-correlation-request-id": "4b5406fa-7605-4439-858e-514008f020c1", - "x-ms-ratelimit-remaining-subscription-reads": "11032", - "x-ms-request-id": "9bb04aa0-26c4-409f-a847-98d99793fe1d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034406Z:4b5406fa-7605-4439-858e-514008f020c1" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "224da696dd122aa4fd5f8d61900a6618", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:44:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "faa70d46-baab-492f-b56f-6a7f5373328c", - "x-ms-client-request-id": "224da696dd122aa4fd5f8d61900a6618", - "x-ms-correlation-request-id": "caf1de98-1434-43d7-bb22-058f632ec860", - "x-ms-ratelimit-remaining-subscription-reads": "11031", - "x-ms-request-id": "ee2ed9e0-a556-47f1-b8c9-2f74bfba6521", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034407Z:caf1de98-1434-43d7-bb22-058f632ec860" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "90ec6b2998fa4e8194189748438a2919", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:44:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c667c84b-7ac1-4f62-af84-adc1b96c7b60", - "x-ms-client-request-id": "90ec6b2998fa4e8194189748438a2919", - "x-ms-correlation-request-id": "e7f892c0-1802-40ae-984c-7c164f847542", - "x-ms-ratelimit-remaining-subscription-reads": "11030", - "x-ms-request-id": "b57d5e8b-6d8b-4770-abbf-b5595778f15f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034409Z:e7f892c0-1802-40ae-984c-7c164f847542" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "03e59a9646ebf548aa2271c73fc94def", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:44:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ebc3dcc7-0186-472a-bf11-56bd39be5391", - "x-ms-client-request-id": "03e59a9646ebf548aa2271c73fc94def", - "x-ms-correlation-request-id": "002c4c95-404a-40ac-9b1b-059c8dceddd4", - "x-ms-ratelimit-remaining-subscription-reads": "11029", - "x-ms-request-id": "a33445cf-ff0f-48b8-9721-f9ab711888f3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034410Z:002c4c95-404a-40ac-9b1b-059c8dceddd4" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "78286d3abba1fd8c24ff8efa465ce672", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:44:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e776c871-7cfd-41a3-8f5d-55fe17afe7c4", - "x-ms-client-request-id": "78286d3abba1fd8c24ff8efa465ce672", - "x-ms-correlation-request-id": "c118bcf6-21cf-42f6-8536-f3b9d03bbe13", - "x-ms-ratelimit-remaining-subscription-reads": "11028", - "x-ms-request-id": "d9184a0a-f1dc-4ef4-9426-f782add7b0ff", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034411Z:c118bcf6-21cf-42f6-8536-f3b9d03bbe13" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f6ca73366224e22c23f6e6d827b90fca", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:44:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "77e5aa4d-5776-4960-93dc-bbe5eec5e9cc", - "x-ms-client-request-id": "f6ca73366224e22c23f6e6d827b90fca", - "x-ms-correlation-request-id": "76fc36b7-73fe-4a14-91fe-b2908567609a", - "x-ms-ratelimit-remaining-subscription-reads": "11027", - "x-ms-request-id": "5b3c987e-953f-4b3d-87f0-2ba51c43a7e3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034413Z:76fc36b7-73fe-4a14-91fe-b2908567609a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d60ea8cab061db780de7deecb74eaf4e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:44:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "23acb68f-67b8-428d-85b2-4cdd57d43712", - "x-ms-client-request-id": "d60ea8cab061db780de7deecb74eaf4e", - "x-ms-correlation-request-id": "92b7596a-4471-4686-a4ba-7f9f5cf273f8", - "x-ms-ratelimit-remaining-subscription-reads": "11026", - "x-ms-request-id": "d194643a-615a-45bb-b877-8a2bef1a2bca", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034414Z:92b7596a-4471-4686-a4ba-7f9f5cf273f8" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "cb91fe3c57fed7ca404655aad5b4d66b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:44:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "05400327-3254-452d-b15c-f62a841e9897", - "x-ms-client-request-id": "cb91fe3c57fed7ca404655aad5b4d66b", - "x-ms-correlation-request-id": "014d570b-5395-469d-bba6-d0e634a71dd5", - "x-ms-ratelimit-remaining-subscription-reads": "11025", - "x-ms-request-id": "0a4c2027-8a4f-46b8-a376-28e9774c96eb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034415Z:014d570b-5395-469d-bba6-d0e634a71dd5" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "9d2fc3ef0f4d8510fbefe93c833f2bd4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:44:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d6f6863c-a228-4457-b965-a4e16f3ec832", - "x-ms-client-request-id": "9d2fc3ef0f4d8510fbefe93c833f2bd4", - "x-ms-correlation-request-id": "c71db04b-347e-4165-b57d-1140c375190c", - "x-ms-ratelimit-remaining-subscription-reads": "11024", - "x-ms-request-id": "74694581-799e-4fb5-ad39-a02c5ca438ee", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034416Z:c71db04b-347e-4165-b57d-1140c375190c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "289c9747432873ccdd36951b5bcd0659", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:44:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "57573bcf-2306-4b73-b616-b977d9ab610f", - "x-ms-client-request-id": "289c9747432873ccdd36951b5bcd0659", - "x-ms-correlation-request-id": "801c5254-87fd-4e11-b8d8-0fae27687830", - "x-ms-ratelimit-remaining-subscription-reads": "11023", - "x-ms-request-id": "6b4d3489-41a8-446b-9c29-7ebb0d93589b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034418Z:801c5254-87fd-4e11-b8d8-0fae27687830" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f3fd7311111f2c00ed0bd00f6d8e5401", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:44:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4fdb3496-5043-4c39-9419-6cb223bcf2d9", - "x-ms-client-request-id": "f3fd7311111f2c00ed0bd00f6d8e5401", - "x-ms-correlation-request-id": "5e2f39f1-f49f-4605-9fe1-3ce38ed39219", - "x-ms-ratelimit-remaining-subscription-reads": "11022", - "x-ms-request-id": "9ef2a8e3-585c-46d5-a6c8-fde57870ac64", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034419Z:5e2f39f1-f49f-4605-9fe1-3ce38ed39219" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "3d63811aae17ac43f7bcbf177af52a2e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:44:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "40de2f03-b71b-4582-af50-e61fd38aaae6", - "x-ms-client-request-id": "3d63811aae17ac43f7bcbf177af52a2e", - "x-ms-correlation-request-id": "bf846bb2-bdd7-4604-9800-da12ef46f5c8", - "x-ms-ratelimit-remaining-subscription-reads": "11021", - "x-ms-request-id": "dfe75243-dc67-436d-a984-617757a57e17", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034420Z:bf846bb2-bdd7-4604-9800-da12ef46f5c8" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "102b90e9374235b497703b1c73bd054f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:44:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6ad1e968-e85a-4c3b-9ae1-fceba66f26b2", - "x-ms-client-request-id": "102b90e9374235b497703b1c73bd054f", - "x-ms-correlation-request-id": "f11246c7-6545-4133-9fcb-5f98df97704a", - "x-ms-ratelimit-remaining-subscription-reads": "11020", - "x-ms-request-id": "d2a7c639-4b78-4968-b86c-fcd4df55eb00", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034421Z:f11246c7-6545-4133-9fcb-5f98df97704a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d90194e2c96962413050fb6351e8b1f8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:44:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a584c5af-0d98-41d8-9f54-176b06aaa5f7", - "x-ms-client-request-id": "d90194e2c96962413050fb6351e8b1f8", - "x-ms-correlation-request-id": "f3a23098-0640-4e0f-a644-a8fa77d929fc", - "x-ms-ratelimit-remaining-subscription-reads": "11019", - "x-ms-request-id": "4f1c8578-3b64-447c-8e1d-33db841752b8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034423Z:f3a23098-0640-4e0f-a644-a8fa77d929fc" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "dd26a1e14462e3becc2da5a77226393a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:44:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "29fa9de6-8a52-4a32-a2af-83e14209b51e", - "x-ms-client-request-id": "dd26a1e14462e3becc2da5a77226393a", - "x-ms-correlation-request-id": "f24ba1dc-e90f-4ad7-887b-b3bb8fea6ecd", - "x-ms-ratelimit-remaining-subscription-reads": "11018", - "x-ms-request-id": "729b74c0-1654-45cc-ac94-925273909c78", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034424Z:f24ba1dc-e90f-4ad7-887b-b3bb8fea6ecd" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e53570b650f41fc44ec8dff13b51e3af", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:44:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b28221bc-3075-4821-9037-20ace6108259", - "x-ms-client-request-id": "e53570b650f41fc44ec8dff13b51e3af", - "x-ms-correlation-request-id": "952e6a8b-4ca8-4808-9bf3-141be1619eee", - "x-ms-ratelimit-remaining-subscription-reads": "11017", - "x-ms-request-id": "d737c032-75fd-4473-a1db-0dac738967d0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034425Z:952e6a8b-4ca8-4808-9bf3-141be1619eee" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d13a43be28979eecd51d0d3c2399f009", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:44:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "36476d7e-a88d-46d5-a02f-6d291a47fc6f", - "x-ms-client-request-id": "d13a43be28979eecd51d0d3c2399f009", - "x-ms-correlation-request-id": "b265f304-7f2e-46dd-91d6-04d9225075ac", - "x-ms-ratelimit-remaining-subscription-reads": "11016", - "x-ms-request-id": "026a6ea1-e1eb-4f86-9516-3e47430252fd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034427Z:b265f304-7f2e-46dd-91d6-04d9225075ac" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e1acc117ccb39004dd068e9a64cda77a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:44:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f628ce29-7ff7-4f67-a6fe-5a491c68002d", - "x-ms-client-request-id": "e1acc117ccb39004dd068e9a64cda77a", - "x-ms-correlation-request-id": "768a17c3-a0b5-4f52-b1fe-199862b4690b", - "x-ms-ratelimit-remaining-subscription-reads": "11015", - "x-ms-request-id": "076a088c-cdc8-4137-b811-9d9142456471", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034428Z:768a17c3-a0b5-4f52-b1fe-199862b4690b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2fe9f64967eb8ea384970fd64387fcb5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:44:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "32b212f9-965b-418e-9a91-f37824f8c303", - "x-ms-client-request-id": "2fe9f64967eb8ea384970fd64387fcb5", - "x-ms-correlation-request-id": "79c66d45-c5f1-41ef-925a-4f04500dda15", - "x-ms-ratelimit-remaining-subscription-reads": "11014", - "x-ms-request-id": "8a4d33c2-a30b-4ff3-a478-f8b1abf65e11", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034429Z:79c66d45-c5f1-41ef-925a-4f04500dda15" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7ad9d6d802a5f1fb3fa9f39199523908", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:44:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "daa6e026-fd38-4679-b6c8-a9575bfcab18", - "x-ms-client-request-id": "7ad9d6d802a5f1fb3fa9f39199523908", - "x-ms-correlation-request-id": "44ac07f4-d492-4a3f-951c-34f33a54789e", - "x-ms-ratelimit-remaining-subscription-reads": "11013", - "x-ms-request-id": "8734a6e8-0322-44c9-a85e-e57ba8238bd5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034430Z:44ac07f4-d492-4a3f-951c-34f33a54789e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2df29276c1afb01d1e1e5c1cbc2d4d55", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:44:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d7b7a087-87e9-4617-9be1-870e1c9c9bf9", - "x-ms-client-request-id": "2df29276c1afb01d1e1e5c1cbc2d4d55", - "x-ms-correlation-request-id": "02241412-bb2a-41e0-a4be-7a2f43166119", - "x-ms-ratelimit-remaining-subscription-reads": "11012", - "x-ms-request-id": "dee17a5f-2f7b-4ebc-a325-447a900eb4ac", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034432Z:02241412-bb2a-41e0-a4be-7a2f43166119" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8ec2d8092cf346d5faf7f0417412f432", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:44:32 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ad7cba99-2d96-4207-8fb6-7d4f48e4c4e3", - "x-ms-client-request-id": "8ec2d8092cf346d5faf7f0417412f432", - "x-ms-correlation-request-id": "a5821eee-5b18-4bb9-a9e5-e3520f22940d", - "x-ms-ratelimit-remaining-subscription-reads": "11011", - "x-ms-request-id": "05b44db7-591e-4b12-a3a7-4d9b260335e3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034433Z:a5821eee-5b18-4bb9-a9e5-e3520f22940d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b05f075dce951706b8295c86a6df3511", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:44:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "24913f26-cccf-49c7-8c36-889e7e1e1996", - "x-ms-client-request-id": "b05f075dce951706b8295c86a6df3511", - "x-ms-correlation-request-id": "4cfa1c3b-b368-4928-b909-bdb79a35b8f7", - "x-ms-ratelimit-remaining-subscription-reads": "11010", - "x-ms-request-id": "6240a401-c025-48f9-b8b2-34fe2564d8c5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034434Z:4cfa1c3b-b368-4928-b909-bdb79a35b8f7" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c0879e5cab904914bdab33b7d1db3b0b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:44:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b410c0d1-2a71-4586-96d6-e00909cbe5f2", - "x-ms-client-request-id": "c0879e5cab904914bdab33b7d1db3b0b", - "x-ms-correlation-request-id": "3877bcf6-0a06-492f-88da-1a8edf019802", - "x-ms-ratelimit-remaining-subscription-reads": "11009", - "x-ms-request-id": "ffa35ee8-2bfb-472a-ac52-0ad3f35dfeef", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034435Z:3877bcf6-0a06-492f-88da-1a8edf019802" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b5be2a299dce3bc0d2aad6cad04ea01a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:44:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "032c450a-330a-4055-92b2-64ad5356b994", - "x-ms-client-request-id": "b5be2a299dce3bc0d2aad6cad04ea01a", - "x-ms-correlation-request-id": "3963f38d-e2bb-4b44-8702-4f5d82aa4fc2", - "x-ms-ratelimit-remaining-subscription-reads": "11008", - "x-ms-request-id": "2dfc50fb-c2bb-4c9d-bb2a-9188726370f3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034437Z:3963f38d-e2bb-4b44-8702-4f5d82aa4fc2" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d6e5dec2348bb2a2f215f2e99b4e46dc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:44:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7c845aa0-e53b-484c-8cdc-1871f3e357b8", - "x-ms-client-request-id": "d6e5dec2348bb2a2f215f2e99b4e46dc", - "x-ms-correlation-request-id": "31b16f51-dc31-4b75-8b95-51afea7bbcad", - "x-ms-ratelimit-remaining-subscription-reads": "11007", - "x-ms-request-id": "2d58de70-8434-4022-8880-018b5e0828dd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034438Z:31b16f51-dc31-4b75-8b95-51afea7bbcad" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7b5d50ed8021be43dd4bede5d54a786e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:44:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ad283994-c444-412d-aaba-46519100285e", - "x-ms-client-request-id": "7b5d50ed8021be43dd4bede5d54a786e", - "x-ms-correlation-request-id": "c4f83998-8ebe-40b8-9af3-0d1ade8b1c42", - "x-ms-ratelimit-remaining-subscription-reads": "11006", - "x-ms-request-id": "a24b0757-1a9f-441a-ad2e-f05fb5bdc7e4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034439Z:c4f83998-8ebe-40b8-9af3-0d1ade8b1c42" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f2f5180b65f5f580880cc2b8aad69f84", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:44:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "927e899b-8c72-4be1-b57c-05cbb4f0c7ab", - "x-ms-client-request-id": "f2f5180b65f5f580880cc2b8aad69f84", - "x-ms-correlation-request-id": "595d45f8-1410-4101-b6dd-126d88b1319b", - "x-ms-ratelimit-remaining-subscription-reads": "11005", - "x-ms-request-id": "8ce9a6da-38ed-4b90-ae0c-951bc78b046d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034441Z:595d45f8-1410-4101-b6dd-126d88b1319b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "80dcf96425f141f99b27f83f46bddda7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:44:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3c17c499-fc07-4867-bbdf-78f5c1b0a69f", - "x-ms-client-request-id": "80dcf96425f141f99b27f83f46bddda7", - "x-ms-correlation-request-id": "6d362b26-48f3-49b5-baf9-3fff6e15b4e4", - "x-ms-ratelimit-remaining-subscription-reads": "11004", - "x-ms-request-id": "79e0b7c7-9627-4cbc-afe6-4c5ab96d6dd3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034442Z:6d362b26-48f3-49b5-baf9-3fff6e15b4e4" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "83de849d535887e6cf68f314bd8a1306", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:44:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8b0fe187-9e9d-40d5-9f08-b72864fa7663", - "x-ms-client-request-id": "83de849d535887e6cf68f314bd8a1306", - "x-ms-correlation-request-id": "2aec1099-61cf-4a81-bada-414320363fdc", - "x-ms-ratelimit-remaining-subscription-reads": "11003", - "x-ms-request-id": "cb0cee53-4e45-4907-bae0-7124ac0f15a9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034443Z:2aec1099-61cf-4a81-bada-414320363fdc" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "db8068abf86ee67c1eb356ce6d41aecb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:44:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b3816ea2-f5a1-4916-9fbc-542ec336bb5e", - "x-ms-client-request-id": "db8068abf86ee67c1eb356ce6d41aecb", - "x-ms-correlation-request-id": "ea460789-705f-41cf-aea6-092839c14f95", - "x-ms-ratelimit-remaining-subscription-reads": "11002", - "x-ms-request-id": "48d4cb60-c6c8-414f-9807-d95c45f638cb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034444Z:ea460789-705f-41cf-aea6-092839c14f95" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "251b1a2e1cf8112b1254b08932e48311", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:44:45 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "35d1c830-9d25-4c9f-bed7-b9965eb48acb", - "x-ms-client-request-id": "251b1a2e1cf8112b1254b08932e48311", - "x-ms-correlation-request-id": "b0b1868d-39e3-4f3b-b6d1-6183f01fe52f", - "x-ms-ratelimit-remaining-subscription-reads": "11001", - "x-ms-request-id": "f754af75-2f6b-4cf8-b0e1-ab20fa563649", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034446Z:b0b1868d-39e3-4f3b-b6d1-6183f01fe52f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "dd93f113013ca43907f864a5fd181a8d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:44:46 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "db842e06-7100-4e41-90c9-09b186590d07", - "x-ms-client-request-id": "dd93f113013ca43907f864a5fd181a8d", - "x-ms-correlation-request-id": "c62105ac-fab5-454e-8784-f099d98db039", - "x-ms-ratelimit-remaining-subscription-reads": "11000", - "x-ms-request-id": "77ec0bd4-9a28-4fac-8897-ce8801551b59", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034447Z:c62105ac-fab5-454e-8784-f099d98db039" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a3e527b9ed6f8e0d3d6ec91947f3b339", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:44:47 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "14a2bec6-349b-4bec-bc34-b602455aa9ea", - "x-ms-client-request-id": "a3e527b9ed6f8e0d3d6ec91947f3b339", - "x-ms-correlation-request-id": "6dc73caa-5e16-48e5-8786-b4dd55a3e208", - "x-ms-ratelimit-remaining-subscription-reads": "10999", - "x-ms-request-id": "3528e0f4-8649-4335-8720-c3e34ebccea8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034448Z:6dc73caa-5e16-48e5-8786-b4dd55a3e208" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7bba4530d0ad2d8ee1761e00b88614f9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:44:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "591ce310-cb37-4d3e-a8e8-e1dbb74986d8", - "x-ms-client-request-id": "7bba4530d0ad2d8ee1761e00b88614f9", - "x-ms-correlation-request-id": "d1439fe5-cd11-4ece-a07d-aa14b9d0f583", - "x-ms-ratelimit-remaining-subscription-reads": "10998", - "x-ms-request-id": "298b9d55-105c-4e79-8778-0f9a36c948b4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034449Z:d1439fe5-cd11-4ece-a07d-aa14b9d0f583" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "0acf223ae0fe25a1e304a0ce371f5d14", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:44:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c99630ed-37d4-40fe-b51d-8e602b18baae", - "x-ms-client-request-id": "0acf223ae0fe25a1e304a0ce371f5d14", - "x-ms-correlation-request-id": "c24e8a3b-ced8-474b-b8e2-c5e1691ea614", - "x-ms-ratelimit-remaining-subscription-reads": "10997", - "x-ms-request-id": "80c472f7-37af-4b7e-8d3b-ab5e90d74093", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034451Z:c24e8a3b-ced8-474b-b8e2-c5e1691ea614" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b7752a449e5de9e099b8c1f8cf0dd6b6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:44:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0ecb3718-45cd-4d71-9f18-f42fcb2a34b3", - "x-ms-client-request-id": "b7752a449e5de9e099b8c1f8cf0dd6b6", - "x-ms-correlation-request-id": "35b26625-06fc-4701-81cd-ae3a682b3522", - "x-ms-ratelimit-remaining-subscription-reads": "10996", - "x-ms-request-id": "c07cca62-2ce7-4bf8-ab63-bfa870ebe146", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034452Z:35b26625-06fc-4701-81cd-ae3a682b3522" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "24dfd05aa9234f3aa39598a930c0f5c1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:44:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b88288b8-bb80-41c5-95b4-9ead457f3b8c", - "x-ms-client-request-id": "24dfd05aa9234f3aa39598a930c0f5c1", - "x-ms-correlation-request-id": "4b4be5f9-711b-43d4-a18a-061be2d3110f", - "x-ms-ratelimit-remaining-subscription-reads": "10995", - "x-ms-request-id": "f8a3c7fc-4c8e-440e-b4fc-2c2d76475861", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034454Z:4b4be5f9-711b-43d4-a18a-061be2d3110f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8dbc09195c119b9b42e670461ea955d6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:44:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "cc9fbe76-6f7a-402b-beb9-c434b7f707a7", - "x-ms-client-request-id": "8dbc09195c119b9b42e670461ea955d6", - "x-ms-correlation-request-id": "a7974220-b02f-4ec3-a815-8ef1f7cb7bd9", - "x-ms-ratelimit-remaining-subscription-reads": "10994", - "x-ms-request-id": "c319f3ba-83e9-4281-b55b-fb842767c2c9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034455Z:a7974220-b02f-4ec3-a815-8ef1f7cb7bd9" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "6773ea2e38409af1ef2513c80636b8d8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:44:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6e48dab4-e57e-4066-8bae-ca38c709cd4d", - "x-ms-client-request-id": "6773ea2e38409af1ef2513c80636b8d8", - "x-ms-correlation-request-id": "909a091b-489d-455d-9b6e-0112eb80a9e6", - "x-ms-ratelimit-remaining-subscription-reads": "10993", - "x-ms-request-id": "54ccef51-e4d6-4f47-9634-fa35823c923a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034456Z:909a091b-489d-455d-9b6e-0112eb80a9e6" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c6df00c24851fea43444e13c38f430fa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:44:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ea31d843-727e-4ee4-9c33-7d1c7358e79d", - "x-ms-client-request-id": "c6df00c24851fea43444e13c38f430fa", - "x-ms-correlation-request-id": "3d6a69a7-80fd-4bcc-8405-33af35f4049c", - "x-ms-ratelimit-remaining-subscription-reads": "10992", - "x-ms-request-id": "2a91bc1a-c921-45e9-9770-2a3cc0b4f97a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034457Z:3d6a69a7-80fd-4bcc-8405-33af35f4049c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "457bc13f8e4ce08117219dec48d3940c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:44:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2840757e-6b7f-45ed-897a-d83f8fd2fce2", - "x-ms-client-request-id": "457bc13f8e4ce08117219dec48d3940c", - "x-ms-correlation-request-id": "64af15a7-2c83-4c84-9063-90b2ab2fda0e", - "x-ms-ratelimit-remaining-subscription-reads": "10991", - "x-ms-request-id": "81317dc6-aaf8-4b84-b89d-33e66a50440d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034459Z:64af15a7-2c83-4c84-9063-90b2ab2fda0e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "1e83972d8fc9e585457533fc57b461fb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:44:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "00acb36b-2ac4-454c-9f79-bd755105c9fa", - "x-ms-client-request-id": "1e83972d8fc9e585457533fc57b461fb", - "x-ms-correlation-request-id": "dd158054-496d-4245-bf8c-4f023835778d", - "x-ms-ratelimit-remaining-subscription-reads": "10990", - "x-ms-request-id": "440b6a4b-f97d-4be5-8c17-1ca1670a122b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034500Z:dd158054-496d-4245-bf8c-4f023835778d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "448919f573bb348c7ffeae2faab8b560", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:45:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5f6085a3-70a0-4be9-8da0-2e9ec96bb0a1", - "x-ms-client-request-id": "448919f573bb348c7ffeae2faab8b560", - "x-ms-correlation-request-id": "c786fac3-49ef-4e0f-ab71-8b5137fc8fd4", - "x-ms-ratelimit-remaining-subscription-reads": "10989", - "x-ms-request-id": "8ee357a2-363f-4591-90b5-823b93cbe031", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034501Z:c786fac3-49ef-4e0f-ab71-8b5137fc8fd4" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a00ed5af1170b0303c9500d75a858963", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:45:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0359d881-6afd-423e-9cd6-0ede2eb2bcd2", - "x-ms-client-request-id": "a00ed5af1170b0303c9500d75a858963", - "x-ms-correlation-request-id": "7e3965d2-2308-40b4-97fc-8ab74b9bafed", - "x-ms-ratelimit-remaining-subscription-reads": "10988", - "x-ms-request-id": "951dfb4f-e8ec-4c78-98be-63a59de5fef4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034502Z:7e3965d2-2308-40b4-97fc-8ab74b9bafed" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2ff6a2c04f4aba500b4f9fcbe0553a8c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:45:03 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f182f1cd-903e-41b9-b12f-685a30909997", - "x-ms-client-request-id": "2ff6a2c04f4aba500b4f9fcbe0553a8c", - "x-ms-correlation-request-id": "822f7526-d50a-45d1-acaa-2c88ba36b56d", - "x-ms-ratelimit-remaining-subscription-reads": "10987", - "x-ms-request-id": "54313222-02f9-4aee-acbd-3bac443cdcf4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034504Z:822f7526-d50a-45d1-acaa-2c88ba36b56d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "814cd3bfc0a6e38ae8d8082572b4d9f9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:45:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6632db8a-87fb-4797-aff1-8185a592699e", - "x-ms-client-request-id": "814cd3bfc0a6e38ae8d8082572b4d9f9", - "x-ms-correlation-request-id": "244c9916-933c-42e4-bc87-0bf1329863ed", - "x-ms-ratelimit-remaining-subscription-reads": "10986", - "x-ms-request-id": "980082a1-4169-4452-afef-5b5939a0bd50", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034505Z:244c9916-933c-42e4-bc87-0bf1329863ed" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "086f4b7485c25f16845394207265cfe6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:45:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "99e46989-e315-4aa2-9543-d3a356fa271e", - "x-ms-client-request-id": "086f4b7485c25f16845394207265cfe6", - "x-ms-correlation-request-id": "4211f706-4363-4850-92e6-f591be4fcf21", - "x-ms-ratelimit-remaining-subscription-reads": "10985", - "x-ms-request-id": "ab87b1d6-077b-42f4-9b5a-cb8173b4ad98", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034506Z:4211f706-4363-4850-92e6-f591be4fcf21" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8717735b0838ffbd17134771472a4857", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:45:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2da4f08f-5487-457e-b226-855863a0d165", - "x-ms-client-request-id": "8717735b0838ffbd17134771472a4857", - "x-ms-correlation-request-id": "69074a8e-e3cd-453c-b3cb-700802724d7c", - "x-ms-ratelimit-remaining-subscription-reads": "10984", - "x-ms-request-id": "f738e1f5-f8d2-4453-9c75-0faea8e23b2e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034508Z:69074a8e-e3cd-453c-b3cb-700802724d7c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "9557a57531e63acabdecfc522b6a7182", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:45:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1f21f848-3feb-4461-8f28-a557c4426766", - "x-ms-client-request-id": "9557a57531e63acabdecfc522b6a7182", - "x-ms-correlation-request-id": "f4432411-ce2f-48d2-b57d-fdc6be285366", - "x-ms-ratelimit-remaining-subscription-reads": "10983", - "x-ms-request-id": "f8db6cd4-2a15-4781-b4b6-338c7222008a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034509Z:f4432411-ce2f-48d2-b57d-fdc6be285366" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "feca2109529c6cc18e6ff1ae3ea4185a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:45:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "669b6ea9-6dd8-48ef-b426-c13032cd16c4", - "x-ms-client-request-id": "feca2109529c6cc18e6ff1ae3ea4185a", - "x-ms-correlation-request-id": "a7024b60-3a36-4bdb-b937-3c190e22053d", - "x-ms-ratelimit-remaining-subscription-reads": "10982", - "x-ms-request-id": "c31d6123-4fd1-44aa-9eec-45903033414a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034510Z:a7024b60-3a36-4bdb-b937-3c190e22053d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ccab3d0b390e2900a9ddca4c0b6bd3ad", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:45:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e092403f-4100-47f3-95e9-376edebf6041", - "x-ms-client-request-id": "ccab3d0b390e2900a9ddca4c0b6bd3ad", - "x-ms-correlation-request-id": "d50b34e2-e477-4581-b7bf-3d1e01e744d0", - "x-ms-ratelimit-remaining-subscription-reads": "10981", - "x-ms-request-id": "c951b465-8f4f-4e20-89e4-9a5dbebb7143", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034511Z:d50b34e2-e477-4581-b7bf-3d1e01e744d0" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2667c4a1495f23bbe4eb0777401bfc18", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:45:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "36afb0c5-f12b-4cc9-abde-1ae100b64ccf", - "x-ms-client-request-id": "2667c4a1495f23bbe4eb0777401bfc18", - "x-ms-correlation-request-id": "8d6c8a70-7e6f-4b43-8d47-d13579a165c4", - "x-ms-ratelimit-remaining-subscription-reads": "10980", - "x-ms-request-id": "3ffa5da5-6ced-4f9e-ad7a-a4667b592d21", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034513Z:8d6c8a70-7e6f-4b43-8d47-d13579a165c4" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ee46a2d4a5bfd07421a155be87746022", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:45:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "77163da4-a84f-4e7f-aa15-c840dd7f7ad6", - "x-ms-client-request-id": "ee46a2d4a5bfd07421a155be87746022", - "x-ms-correlation-request-id": "c9392e67-c293-49b8-b9af-7007cf850ce9", - "x-ms-ratelimit-remaining-subscription-reads": "10979", - "x-ms-request-id": "b388f136-0c86-4abf-bd37-cd15a1d7bb57", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034514Z:c9392e67-c293-49b8-b9af-7007cf850ce9" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "790d449cf13cc2fa8187e7233188e88d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:45:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "48025977-fc6d-4574-a704-b5e0917898ef", - "x-ms-client-request-id": "790d449cf13cc2fa8187e7233188e88d", - "x-ms-correlation-request-id": "4bdb1100-7221-46cb-adbf-92dc6bdcd977", - "x-ms-ratelimit-remaining-subscription-reads": "10978", - "x-ms-request-id": "d2ec0190-93f2-4318-a3e8-cd905565c4e2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034515Z:4bdb1100-7221-46cb-adbf-92dc6bdcd977" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "6878b1e1e424fcee4f9705bdf3fd9b6f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:45:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6b78ca9d-0090-4392-8181-069f3c8f1095", - "x-ms-client-request-id": "6878b1e1e424fcee4f9705bdf3fd9b6f", - "x-ms-correlation-request-id": "735d7303-3914-4aab-9c09-22758ee0d839", - "x-ms-ratelimit-remaining-subscription-reads": "10977", - "x-ms-request-id": "91390789-1d68-406c-bb39-345da9a6f6f0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034516Z:735d7303-3914-4aab-9c09-22758ee0d839" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "fcdae48a820ee2dba8846c37bd519e98", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:45:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3d316005-5864-4960-9133-3eeea49e578b", - "x-ms-client-request-id": "fcdae48a820ee2dba8846c37bd519e98", - "x-ms-correlation-request-id": "06845ef0-ae31-4f30-861a-94756b1a7164", - "x-ms-ratelimit-remaining-subscription-reads": "10976", - "x-ms-request-id": "0bb41899-4e88-4b13-ba78-c9bdd65be688", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034518Z:06845ef0-ae31-4f30-861a-94756b1a7164" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d6dcc8b9f8fcb7fe551129a5ec3cce84", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:45:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9dfd287a-c35c-454c-9572-694c77fcdfda", - "x-ms-client-request-id": "d6dcc8b9f8fcb7fe551129a5ec3cce84", - "x-ms-correlation-request-id": "a13c8a35-63e2-4ead-928e-dcb9b056bdb5", - "x-ms-ratelimit-remaining-subscription-reads": "10975", - "x-ms-request-id": "d254f5fd-60c2-4f9f-8560-5de2dbf32a74", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034519Z:a13c8a35-63e2-4ead-928e-dcb9b056bdb5" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "4d9977ebebad5f7ed595bfa077b63efe", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:45:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "de2b611c-3c3b-4a95-b11f-ae4312070e87", - "x-ms-client-request-id": "4d9977ebebad5f7ed595bfa077b63efe", - "x-ms-correlation-request-id": "99d48d20-784c-4b0f-8af2-ad2086587793", - "x-ms-ratelimit-remaining-subscription-reads": "10974", - "x-ms-request-id": "3331ea7c-8a64-4144-8640-87d5e5831c61", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034520Z:99d48d20-784c-4b0f-8af2-ad2086587793" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2a046df8c5209173e623a6fd5936f66c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:45:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "65940c0d-32d6-452b-a148-2583c823cf7a", - "x-ms-client-request-id": "2a046df8c5209173e623a6fd5936f66c", - "x-ms-correlation-request-id": "4b1ba04a-aea2-4666-ad52-d61c5dc1a020", - "x-ms-ratelimit-remaining-subscription-reads": "10973", - "x-ms-request-id": "afb22d38-dad5-49af-8190-9f5902bc29a6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034522Z:4b1ba04a-aea2-4666-ad52-d61c5dc1a020" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "454be8b551b8cdea497d0067395d3f9f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:45:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3ec72e2d-f90e-4d34-8669-fb12f7f203f9", - "x-ms-client-request-id": "454be8b551b8cdea497d0067395d3f9f", - "x-ms-correlation-request-id": "c599c92e-fce6-42a3-b924-424b42a3abc8", - "x-ms-ratelimit-remaining-subscription-reads": "10972", - "x-ms-request-id": "50a18363-bb24-4620-866a-b7094ebf4337", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034523Z:c599c92e-fce6-42a3-b924-424b42a3abc8" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7eac2bd2a33826640407668a4581059f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:45:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "89ad5719-3615-4e90-8d25-1dfa7236b52a", - "x-ms-client-request-id": "7eac2bd2a33826640407668a4581059f", - "x-ms-correlation-request-id": "706e1296-2bc0-45ce-bfd2-ec244625f42b", - "x-ms-ratelimit-remaining-subscription-reads": "10971", - "x-ms-request-id": "8231bcf9-c779-4b1b-a7e2-23886f84163b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034524Z:706e1296-2bc0-45ce-bfd2-ec244625f42b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8feb539ef96aa7458236e1a2c50c5888", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:45:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e3004028-3049-48d3-bf28-13fe0f69d9c2", - "x-ms-client-request-id": "8feb539ef96aa7458236e1a2c50c5888", - "x-ms-correlation-request-id": "d3abef2c-0ea7-41e6-ae68-38ee02a91e65", - "x-ms-ratelimit-remaining-subscription-reads": "10970", - "x-ms-request-id": "d4dfd473-aeb8-4698-92d6-1a12d99da45f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034525Z:d3abef2c-0ea7-41e6-ae68-38ee02a91e65" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2d2a07e377891134832540b0ea5f88c7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:45:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4d37aeb3-084f-42a5-a48e-4f2dd5ba536e", - "x-ms-client-request-id": "2d2a07e377891134832540b0ea5f88c7", - "x-ms-correlation-request-id": "b87fd3d5-89f6-49ac-8000-a60164ffc908", - "x-ms-ratelimit-remaining-subscription-reads": "10969", - "x-ms-request-id": "8201c7ab-ac8b-4d8b-bdca-4abc486f86aa", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034527Z:b87fd3d5-89f6-49ac-8000-a60164ffc908" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e5c86077b072d835e505fb01c2c160f8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:45:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0134d2f1-88d8-45c9-a832-794351b4ed6d", - "x-ms-client-request-id": "e5c86077b072d835e505fb01c2c160f8", - "x-ms-correlation-request-id": "373e3762-afba-424c-8a0d-dc2869919f92", - "x-ms-ratelimit-remaining-subscription-reads": "10968", - "x-ms-request-id": "6fad47d6-afe6-40af-9f0e-38d9923e22db", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034528Z:373e3762-afba-424c-8a0d-dc2869919f92" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "3ea7deafd85626151fd90b44b894bc23", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:45:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4a4626c2-90a7-44c6-b6eb-b9cb762bf24e", - "x-ms-client-request-id": "3ea7deafd85626151fd90b44b894bc23", - "x-ms-correlation-request-id": "3fce2810-9110-4f98-b575-612bc10b2f27", - "x-ms-ratelimit-remaining-subscription-reads": "10967", - "x-ms-request-id": "7191d510-70ce-473b-b304-eeda27dcb67c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034529Z:3fce2810-9110-4f98-b575-612bc10b2f27" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "652b19ad72443315d15147847b324ec2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:45:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3bad63e5-5e99-4aed-9426-4a810f076b17", - "x-ms-client-request-id": "652b19ad72443315d15147847b324ec2", - "x-ms-correlation-request-id": "47055341-f2a6-4aad-8386-ecbd0a7a1d98", - "x-ms-ratelimit-remaining-subscription-reads": "10966", - "x-ms-request-id": "194e7a34-36ec-493c-b99a-3caf513b62d6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034530Z:47055341-f2a6-4aad-8386-ecbd0a7a1d98" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "0c0148c54ab89f704aa1c698a4f02051", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:45:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "491ea4c8-e267-4dcd-a0f2-0c6e3a82e222", - "x-ms-client-request-id": "0c0148c54ab89f704aa1c698a4f02051", - "x-ms-correlation-request-id": "4acb6b49-1ac2-45a0-86a3-6caa0b1b157e", - "x-ms-ratelimit-remaining-subscription-reads": "10965", - "x-ms-request-id": "077a10ba-9af9-4a40-80ee-05e86387b3eb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034532Z:4acb6b49-1ac2-45a0-86a3-6caa0b1b157e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a953d848fb963db4c8736c059091aaec", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:45:32 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "549f6111-788d-4e32-b811-d663c645a5bd", - "x-ms-client-request-id": "a953d848fb963db4c8736c059091aaec", - "x-ms-correlation-request-id": "551a2a31-790d-4fef-95ec-1fa15985597d", - "x-ms-ratelimit-remaining-subscription-reads": "10964", - "x-ms-request-id": "b7ae8587-0d46-40e0-aa0d-f15854f46389", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034533Z:551a2a31-790d-4fef-95ec-1fa15985597d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "6f7f498ab093636aa88b1aa2ab7c8ee1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:45:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "53cad2f1-96fb-4d4c-99df-b187c39a250d", - "x-ms-client-request-id": "6f7f498ab093636aa88b1aa2ab7c8ee1", - "x-ms-correlation-request-id": "b5ac111b-d4fe-4b5d-a27a-11e6dae3b766", - "x-ms-ratelimit-remaining-subscription-reads": "10963", - "x-ms-request-id": "406fb057-ad4b-4281-868b-513c47cca028", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034534Z:b5ac111b-d4fe-4b5d-a27a-11e6dae3b766" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a33bf631a5dfc92c94c34444de6b0fb9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:45:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c8a068a1-0d30-4007-a4a4-142f0ac0a3bb", - "x-ms-client-request-id": "a33bf631a5dfc92c94c34444de6b0fb9", - "x-ms-correlation-request-id": "fa92c35d-dfb0-4942-bfe5-eec42d7bddca", - "x-ms-ratelimit-remaining-subscription-reads": "10962", - "x-ms-request-id": "a81b04ad-24c7-4408-a2c7-6f51c287913f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034536Z:fa92c35d-dfb0-4942-bfe5-eec42d7bddca" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5b0edaf6b07198be6ef0000be111924b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:45:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "75c8a3d5-f5eb-4508-be6a-2a558afe3834", - "x-ms-client-request-id": "5b0edaf6b07198be6ef0000be111924b", - "x-ms-correlation-request-id": "2cd0be9a-fedf-43fe-96a4-849b893c299c", - "x-ms-ratelimit-remaining-subscription-reads": "10961", - "x-ms-request-id": "f076f9c7-a649-4bff-a035-1fd0c83eb38c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034537Z:2cd0be9a-fedf-43fe-96a4-849b893c299c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "99d38be50755e50d1cb5dbcf6b25843c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:45:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0aaac2bb-50a0-49da-8e56-63823a411abf", - "x-ms-client-request-id": "99d38be50755e50d1cb5dbcf6b25843c", - "x-ms-correlation-request-id": "754690f0-0e06-4d83-97a1-a4eb028fb289", - "x-ms-ratelimit-remaining-subscription-reads": "10960", - "x-ms-request-id": "921198cf-58f3-47aa-941c-63447d5556a1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034538Z:754690f0-0e06-4d83-97a1-a4eb028fb289" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d1ac617b326e817037a234eea520e883", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:45:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0527ee4f-db3a-4b0c-afaa-e8b0d5f6362a", - "x-ms-client-request-id": "d1ac617b326e817037a234eea520e883", - "x-ms-correlation-request-id": "1109ba6e-61e4-4beb-9d22-f87eca7012d0", - "x-ms-ratelimit-remaining-subscription-reads": "10959", - "x-ms-request-id": "cb665d71-f605-4a43-bf18-1be06aed2db2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034539Z:1109ba6e-61e4-4beb-9d22-f87eca7012d0" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "535ff8317598ee63cc283ebbd4ee2c48", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:45:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "03b68c3e-5bd9-4ed2-9841-114e7b0be918", - "x-ms-client-request-id": "535ff8317598ee63cc283ebbd4ee2c48", - "x-ms-correlation-request-id": "b8146166-cf62-4994-b561-229bc468679e", - "x-ms-ratelimit-remaining-subscription-reads": "10958", - "x-ms-request-id": "40fb30bd-b8de-43b1-a6e6-14eef5aa479a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034541Z:b8146166-cf62-4994-b561-229bc468679e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7f8fc36bc165b3dc1a5161b2d31e40fb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:45:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "215bb268-c1a3-4560-8bdc-fae92621a789", - "x-ms-client-request-id": "7f8fc36bc165b3dc1a5161b2d31e40fb", - "x-ms-correlation-request-id": "296226ba-a0f6-4c55-bc9c-2c29a4a90c1d", - "x-ms-ratelimit-remaining-subscription-reads": "10957", - "x-ms-request-id": "50f8e369-f207-4856-99d9-88833a9ece0e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034542Z:296226ba-a0f6-4c55-bc9c-2c29a4a90c1d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "729e58cd31c606a4fdbd0445f3b4ac49", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:45:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "76de0126-c00a-49f1-87ca-d83f76b30727", - "x-ms-client-request-id": "729e58cd31c606a4fdbd0445f3b4ac49", - "x-ms-correlation-request-id": "09869f00-09e1-4a09-aacc-43ab87a474d1", - "x-ms-ratelimit-remaining-subscription-reads": "10956", - "x-ms-request-id": "0b9b9b44-8420-41da-aacf-a0802fa7d7e4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034543Z:09869f00-09e1-4a09-aacc-43ab87a474d1" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e182ec756891701d1cac384613b01bad", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:45:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "64420fb8-dea4-421d-a07e-89f7c1d8c8ba", - "x-ms-client-request-id": "e182ec756891701d1cac384613b01bad", - "x-ms-correlation-request-id": "ea517263-4ed4-4f17-8c95-0c20bd37d494", - "x-ms-ratelimit-remaining-subscription-reads": "10955", - "x-ms-request-id": "abd70bc9-7f89-443f-8b35-828638e74190", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034545Z:ea517263-4ed4-4f17-8c95-0c20bd37d494" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7ced42e8ba503a811f8981a7bc96bf66", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:45:46 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a2d82696-6092-478e-b56a-7dc0b6316734", - "x-ms-client-request-id": "7ced42e8ba503a811f8981a7bc96bf66", - "x-ms-correlation-request-id": "8e5f6c0c-d43d-4e39-8f42-d1b5dd3c30cc", - "x-ms-ratelimit-remaining-subscription-reads": "10954", - "x-ms-request-id": "788128dd-35d1-4c16-ac41-651638274fe3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034546Z:8e5f6c0c-d43d-4e39-8f42-d1b5dd3c30cc" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e73d18a55e9c656a3a2d561af85df24d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:45:47 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f127780c-64a6-4576-bf07-e107974b2f7b", - "x-ms-client-request-id": "e73d18a55e9c656a3a2d561af85df24d", - "x-ms-correlation-request-id": "080a1dae-86ac-433c-ad62-fb75a71a93b3", - "x-ms-ratelimit-remaining-subscription-reads": "10953", - "x-ms-request-id": "4f18bf9f-be0c-4740-92ee-89c1834a4525", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034547Z:080a1dae-86ac-433c-ad62-fb75a71a93b3" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b05d56a22fc7bbf86a48c108e676b385", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:45:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f16e0f23-ef26-4fb9-a9e0-aad75ca2092f", - "x-ms-client-request-id": "b05d56a22fc7bbf86a48c108e676b385", - "x-ms-correlation-request-id": "581c7b41-1cf9-4f97-a473-dfcb1ad0cea0", - "x-ms-ratelimit-remaining-subscription-reads": "10952", - "x-ms-request-id": "2a5b5188-3676-4923-88ad-b573186ef004", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034548Z:581c7b41-1cf9-4f97-a473-dfcb1ad0cea0" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "fba0d2ec33738911d8884122636741c1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:45:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "55ff6066-38cc-406e-a2b0-a8cefa6e3fa5", - "x-ms-client-request-id": "fba0d2ec33738911d8884122636741c1", - "x-ms-correlation-request-id": "8925e263-0a18-4fcb-9a72-48922489f5e4", - "x-ms-ratelimit-remaining-subscription-reads": "10951", - "x-ms-request-id": "dd5aa158-7945-426f-940f-36d4f3ae29aa", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034550Z:8925e263-0a18-4fcb-9a72-48922489f5e4" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "650434960e39759f1f817d539d617ec4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:45:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5910ffdf-a761-41bd-824d-7ddf0d83d9a6", - "x-ms-client-request-id": "650434960e39759f1f817d539d617ec4", - "x-ms-correlation-request-id": "656ccd5e-aa17-4ff0-b804-ee5d179b1cfa", - "x-ms-ratelimit-remaining-subscription-reads": "10950", - "x-ms-request-id": "63253d01-881e-4dcc-90ea-2678a15bb01b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034551Z:656ccd5e-aa17-4ff0-b804-ee5d179b1cfa" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "262dd07af7bc6eda45d3d83eeed65802", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:45:52 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3b4f696f-fc83-41c0-a415-ec9429b7e97a", - "x-ms-client-request-id": "262dd07af7bc6eda45d3d83eeed65802", - "x-ms-correlation-request-id": "5d7117e5-b6cc-4014-ab0e-f1821018465b", - "x-ms-ratelimit-remaining-subscription-reads": "10949", - "x-ms-request-id": "255779db-3809-45d4-8728-601647acf44e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034552Z:5d7117e5-b6cc-4014-ab0e-f1821018465b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b271ff064d71de4c332bdbf1b6bdec77", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:45:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "79fe8fd0-f782-40d4-8e55-2e7deee2dd5a", - "x-ms-client-request-id": "b271ff064d71de4c332bdbf1b6bdec77", - "x-ms-correlation-request-id": "1d452a19-4c82-4ee4-8f96-b24abe14e285", - "x-ms-ratelimit-remaining-subscription-reads": "10948", - "x-ms-request-id": "7cee2bb7-5d51-419b-ba8c-a31452232eae", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034553Z:1d452a19-4c82-4ee4-8f96-b24abe14e285" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "92a87d0a1b399f055a95206536608749", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:45:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f106d865-ba83-4f18-8bd2-bcbb2abc2823", - "x-ms-client-request-id": "92a87d0a1b399f055a95206536608749", - "x-ms-correlation-request-id": "827cecbc-77f3-4d4e-9aa5-0607b38bd049", - "x-ms-ratelimit-remaining-subscription-reads": "10947", - "x-ms-request-id": "31914fc3-d4ae-4a28-9a2a-aaecf001332d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034555Z:827cecbc-77f3-4d4e-9aa5-0607b38bd049" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "9d4d7a29ccef2c52844ff3911be8b887", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:45:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f8e60ff1-3ec3-4052-bbad-78d8daac5ed2", - "x-ms-client-request-id": "9d4d7a29ccef2c52844ff3911be8b887", - "x-ms-correlation-request-id": "b86a16f9-3612-440c-9171-2dead1c5dc92", - "x-ms-ratelimit-remaining-subscription-reads": "10946", - "x-ms-request-id": "25416a54-0547-47e6-ab58-b69d04fcac8d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034556Z:b86a16f9-3612-440c-9171-2dead1c5dc92" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "703461e7c52debc9fad258dc2de6a8d2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:45:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "39803175-14e8-4aad-838f-a392e6583d9c", - "x-ms-client-request-id": "703461e7c52debc9fad258dc2de6a8d2", - "x-ms-correlation-request-id": "24d25e1e-db7e-4e94-8a6c-1a6b68a56e36", - "x-ms-ratelimit-remaining-subscription-reads": "10945", - "x-ms-request-id": "f346d1c2-6eb8-4c51-9786-a403546daf35", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034557Z:24d25e1e-db7e-4e94-8a6c-1a6b68a56e36" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "3cc891a34e703d872b7c0eea28738371", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:45:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d0747092-1a9a-4b38-a6d9-f3333f663b90", - "x-ms-client-request-id": "3cc891a34e703d872b7c0eea28738371", - "x-ms-correlation-request-id": "473fe67e-270c-43d8-bb08-df884cca89d2", - "x-ms-ratelimit-remaining-subscription-reads": "10944", - "x-ms-request-id": "5454c8b1-7fc5-4001-a3ce-982980297bba", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034559Z:473fe67e-270c-43d8-bb08-df884cca89d2" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d57e99dd172c631cb161a31d7476fe9d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:46:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "72de7bad-d27b-440a-8f33-fcb3a16cbc84", - "x-ms-client-request-id": "d57e99dd172c631cb161a31d7476fe9d", - "x-ms-correlation-request-id": "08b06b03-13bf-44a9-9247-093a71938310", - "x-ms-ratelimit-remaining-subscription-reads": "10943", - "x-ms-request-id": "33858c49-1e51-41b2-a9c6-0e1ef56833c1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034600Z:08b06b03-13bf-44a9-9247-093a71938310" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8aed20a77b1f9816d9f645b0b7dec387", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:46:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d34a0c24-b9b7-42b4-b567-e9657bce53a8", - "x-ms-client-request-id": "8aed20a77b1f9816d9f645b0b7dec387", - "x-ms-correlation-request-id": "c7c721d1-b4a6-46b0-99c6-20c36c0c0140", - "x-ms-ratelimit-remaining-subscription-reads": "10942", - "x-ms-request-id": "5d1b4548-8771-4c37-ad54-93c3e54c953f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034601Z:c7c721d1-b4a6-46b0-99c6-20c36c0c0140" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "93fee64ed3688ca675658a0fab6ac9b5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:46:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9caed274-e91b-4e76-9538-3ca18e1b98fc", - "x-ms-client-request-id": "93fee64ed3688ca675658a0fab6ac9b5", - "x-ms-correlation-request-id": "8d8beef0-7cea-437a-a390-2ec36024fb50", - "x-ms-ratelimit-remaining-subscription-reads": "10941", - "x-ms-request-id": "4e5a747d-43c1-4ea8-a3b5-64c6d13d582e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034602Z:8d8beef0-7cea-437a-a390-2ec36024fb50" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "0742717df985615282e5fb35d16bacd2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:46:03 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3f286610-a75b-46a4-915e-d6c43029b07e", - "x-ms-client-request-id": "0742717df985615282e5fb35d16bacd2", - "x-ms-correlation-request-id": "c5533fc4-c219-403a-b648-8b6b5281b5b7", - "x-ms-ratelimit-remaining-subscription-reads": "10940", - "x-ms-request-id": "9c430d2f-3392-4dcc-8816-a914b6cad54b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034604Z:c5533fc4-c219-403a-b648-8b6b5281b5b7" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8dce1c9e6b77d4347a6015baf107ed6f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:46:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d4621256-57e8-4516-a2c8-702160d5db76", - "x-ms-client-request-id": "8dce1c9e6b77d4347a6015baf107ed6f", - "x-ms-correlation-request-id": "177d163b-d26f-4984-9b58-498fd4d683c7", - "x-ms-ratelimit-remaining-subscription-reads": "10939", - "x-ms-request-id": "a1ea0028-0123-40dc-8e98-0699b75104d0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034605Z:177d163b-d26f-4984-9b58-498fd4d683c7" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "4533902dbb9c5501949d1083d770ba09", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:46:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0fe9dfe9-bd90-47be-87ea-baefab19f72d", - "x-ms-client-request-id": "4533902dbb9c5501949d1083d770ba09", - "x-ms-correlation-request-id": "b6e6c099-1a99-4da7-b15b-38f60f2fb392", - "x-ms-ratelimit-remaining-subscription-reads": "10938", - "x-ms-request-id": "de9d3d3f-857c-4a80-b5da-50a502ae6dd2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034606Z:b6e6c099-1a99-4da7-b15b-38f60f2fb392" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8f70b8b83b9c123d3c6e8d24e398707b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:46:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7810be77-b2e1-4727-a596-2879462e84c5", - "x-ms-client-request-id": "8f70b8b83b9c123d3c6e8d24e398707b", - "x-ms-correlation-request-id": "bc56f247-ed59-47d9-a2d6-44405fa663c3", - "x-ms-ratelimit-remaining-subscription-reads": "10937", - "x-ms-request-id": "16df715b-6134-45b2-8a24-9309100fee99", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034607Z:bc56f247-ed59-47d9-a2d6-44405fa663c3" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "41078bf76638e2361a78f9da5ab1fc09", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:46:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "139a005f-a006-4f2a-97b6-d0bb155c69e1", - "x-ms-client-request-id": "41078bf76638e2361a78f9da5ab1fc09", - "x-ms-correlation-request-id": "841352bb-182f-4704-90e1-2e65c448b967", - "x-ms-ratelimit-remaining-subscription-reads": "10936", - "x-ms-request-id": "87a1933d-ad9a-4fcc-bde3-12830856c038", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034609Z:841352bb-182f-4704-90e1-2e65c448b967" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "38010ba65e96f2d25220082d2edc72fc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:46:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "944a3b69-7fb5-4c80-a2b8-daa340bf7c01", - "x-ms-client-request-id": "38010ba65e96f2d25220082d2edc72fc", - "x-ms-correlation-request-id": "f7821cf5-d882-4660-b1e8-0e2a07c3a388", - "x-ms-ratelimit-remaining-subscription-reads": "10935", - "x-ms-request-id": "d5d1f917-ac9e-4efe-85fc-f5257c46980d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034610Z:f7821cf5-d882-4660-b1e8-0e2a07c3a388" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "4b8b952c796952d1818e74244163b78b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:46:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7918eacc-5229-4979-93ef-90e3fbc0635c", - "x-ms-client-request-id": "4b8b952c796952d1818e74244163b78b", - "x-ms-correlation-request-id": "178a90f9-867c-4c1f-8390-ad14211ea97a", - "x-ms-ratelimit-remaining-subscription-reads": "10934", - "x-ms-request-id": "f4418f7e-83e4-4e48-a4cc-77e1c5459b13", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034611Z:178a90f9-867c-4c1f-8390-ad14211ea97a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d77e8371379799e4b815ee175d08b33e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:46:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b42f555a-3d02-4b96-8761-5b576fa06881", - "x-ms-client-request-id": "d77e8371379799e4b815ee175d08b33e", - "x-ms-correlation-request-id": "921ec6ea-bb9b-44e6-b9ae-c18fe84b770d", - "x-ms-ratelimit-remaining-subscription-reads": "10933", - "x-ms-request-id": "eb367e4e-a1c1-40ca-95d8-e161b838e017", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034613Z:921ec6ea-bb9b-44e6-b9ae-c18fe84b770d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c5adfd06b0252ca03aaeb708e9aeb0ef", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:46:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "99ef5731-b30b-46a7-84d8-37dd162f87b3", - "x-ms-client-request-id": "c5adfd06b0252ca03aaeb708e9aeb0ef", - "x-ms-correlation-request-id": "7b752e01-045a-4609-8549-7c0442b93d15", - "x-ms-ratelimit-remaining-subscription-reads": "10932", - "x-ms-request-id": "9b0d9f09-7391-4edd-940b-a60bdad5af49", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034614Z:7b752e01-045a-4609-8549-7c0442b93d15" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "aabb7d699a5df564b0f192538ab9f479", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:46:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "51ff4622-14a1-4c95-954c-39a6781a8d2b", - "x-ms-client-request-id": "aabb7d699a5df564b0f192538ab9f479", - "x-ms-correlation-request-id": "dcfde0b5-00eb-4303-847d-26b46d97c42e", - "x-ms-ratelimit-remaining-subscription-reads": "10931", - "x-ms-request-id": "c26e4dcb-7022-46b6-b5b7-4efb1699b246", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034615Z:dcfde0b5-00eb-4303-847d-26b46d97c42e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "431e35daf2b5c066e3529ce880dbaf0a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:46:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "06d5cfdc-3cf9-4047-aec2-5cfa5c616d5d", - "x-ms-client-request-id": "431e35daf2b5c066e3529ce880dbaf0a", - "x-ms-correlation-request-id": "bebe7e04-3dc4-4af5-a566-8473e0bc84fc", - "x-ms-ratelimit-remaining-subscription-reads": "10930", - "x-ms-request-id": "6e3a94f0-6951-48f1-807f-279de3e56b47", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034617Z:bebe7e04-3dc4-4af5-a566-8473e0bc84fc" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e0aeff64094c6be198b714331d4ca280", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:46:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e4dd33eb-db71-4e82-9637-56a85022b38b", - "x-ms-client-request-id": "e0aeff64094c6be198b714331d4ca280", - "x-ms-correlation-request-id": "185c8dad-d07e-4d29-af0d-cb4798c5eac8", - "x-ms-ratelimit-remaining-subscription-reads": "10929", - "x-ms-request-id": "0a799623-ba39-4346-9253-071700ba8373", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034618Z:185c8dad-d07e-4d29-af0d-cb4798c5eac8" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b42e3eba6d90763916fbc70bfd7c75d4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:46:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "77aee4db-c9d6-4620-b75f-5f1d83d4c78d", - "x-ms-client-request-id": "b42e3eba6d90763916fbc70bfd7c75d4", - "x-ms-correlation-request-id": "61569621-a7d8-4936-b645-30c7c557012c", - "x-ms-ratelimit-remaining-subscription-reads": "10928", - "x-ms-request-id": "477eaf6e-375c-4b64-9ed2-917f01d5a0c9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034619Z:61569621-a7d8-4936-b645-30c7c557012c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8bef8841140bd12c54b2abfdde32a397", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:46:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "235f1567-5fcd-47de-8c4d-76d7de40b7b9", - "x-ms-client-request-id": "8bef8841140bd12c54b2abfdde32a397", - "x-ms-correlation-request-id": "797125a6-3ae6-4335-ab30-d579ed444794", - "x-ms-ratelimit-remaining-subscription-reads": "10927", - "x-ms-request-id": "50c7d231-cd2f-4f7d-8314-b76d58fd8db5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034620Z:797125a6-3ae6-4335-ab30-d579ed444794" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "422e1bb0fbadf779c537c95141d56d1c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:46:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b5af6899-a93e-47b0-a683-e7760e6eebec", - "x-ms-client-request-id": "422e1bb0fbadf779c537c95141d56d1c", - "x-ms-correlation-request-id": "76eb53eb-5ed8-46a7-afeb-bfca6ca013c9", - "x-ms-ratelimit-remaining-subscription-reads": "10926", - "x-ms-request-id": "9981dee8-3695-4a17-a01d-1067a90ca4e1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034622Z:76eb53eb-5ed8-46a7-afeb-bfca6ca013c9" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "95f13f42165da575115d5fdec23c98e4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:46:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5a3781d9-b9f7-4f86-8282-c659c741c089", - "x-ms-client-request-id": "95f13f42165da575115d5fdec23c98e4", - "x-ms-correlation-request-id": "ef106853-984d-4153-a6d8-7e7d91476400", - "x-ms-ratelimit-remaining-subscription-reads": "10925", - "x-ms-request-id": "a242d3b5-d674-45a4-b41d-5fc00ad1c47c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034623Z:ef106853-984d-4153-a6d8-7e7d91476400" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e15b3058334e46270ff8c6d44ada8f7e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:46:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "55746934-9f17-43ca-907f-ef2d0506ee88", - "x-ms-client-request-id": "e15b3058334e46270ff8c6d44ada8f7e", - "x-ms-correlation-request-id": "927cc9de-f054-45ca-be70-b1db3087229b", - "x-ms-ratelimit-remaining-subscription-reads": "10924", - "x-ms-request-id": "f77e8195-c882-446b-b6b2-9aa5b4d802c9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034624Z:927cc9de-f054-45ca-be70-b1db3087229b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "9ebb8f440d40993aa68830509b9a3589", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:46:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e3bcc160-add1-468d-a7c0-e8fb27d1d0ed", - "x-ms-client-request-id": "9ebb8f440d40993aa68830509b9a3589", - "x-ms-correlation-request-id": "c0177414-9d43-400c-9de6-199d0911d692", - "x-ms-ratelimit-remaining-subscription-reads": "10923", - "x-ms-request-id": "8f6a4e1c-0752-4724-8a2b-466d05f5127b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034626Z:c0177414-9d43-400c-9de6-199d0911d692" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "11f9e59f8c7a0ecd18ab856450a15b36", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:46:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7aca1bca-b9ef-460e-8f92-e1494dec785e", - "x-ms-client-request-id": "11f9e59f8c7a0ecd18ab856450a15b36", - "x-ms-correlation-request-id": "a6ee282d-c5bc-4be8-96c2-28bcee507a3d", - "x-ms-ratelimit-remaining-subscription-reads": "10922", - "x-ms-request-id": "6b85c7a7-c1a1-4ef4-a4fb-b71d8b1d9517", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034627Z:a6ee282d-c5bc-4be8-96c2-28bcee507a3d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "3399e1cdfa804aa3f6c13ac603d7aa74", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:46:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6d6acb46-add9-484d-8f4f-785b2f6d00e0", - "x-ms-client-request-id": "3399e1cdfa804aa3f6c13ac603d7aa74", - "x-ms-correlation-request-id": "eddc1af2-1262-4689-bbf4-c751bf7e4ad8", - "x-ms-ratelimit-remaining-subscription-reads": "10921", - "x-ms-request-id": "82c0cba6-2de5-423d-bb0c-f314e7ccbedf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034628Z:eddc1af2-1262-4689-bbf4-c751bf7e4ad8" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "65353dc37de1b803c1ac869588d54905", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:46:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8c733614-eaa0-469b-ade1-912d1af97fd2", - "x-ms-client-request-id": "65353dc37de1b803c1ac869588d54905", - "x-ms-correlation-request-id": "0c0b4a43-32cf-45c8-88c7-f88a128a929a", - "x-ms-ratelimit-remaining-subscription-reads": "10920", - "x-ms-request-id": "22c4d5f3-8b91-4fbd-8e45-f7abd22c797b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034629Z:0c0b4a43-32cf-45c8-88c7-f88a128a929a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b982f92d0200a40841af1bb951070b41", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:46:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "823bee1e-b9ea-4fa6-bf08-e6ef12bf37f2", - "x-ms-client-request-id": "b982f92d0200a40841af1bb951070b41", - "x-ms-correlation-request-id": "f759aed6-1062-4576-b93b-3d739bb26c67", - "x-ms-ratelimit-remaining-subscription-reads": "10919", - "x-ms-request-id": "24dcf185-5c21-4137-84b7-1c769a0f9d14", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034631Z:f759aed6-1062-4576-b93b-3d739bb26c67" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "12a11000f56c5055dee171d4740ec120", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:46:32 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8b818cf4-f716-4ced-b2e3-6d480fb5a6db", - "x-ms-client-request-id": "12a11000f56c5055dee171d4740ec120", - "x-ms-correlation-request-id": "96202b43-dee7-4b8a-81c4-5ecc4ac6ddd3", - "x-ms-ratelimit-remaining-subscription-reads": "10918", - "x-ms-request-id": "d101520b-5ff2-4810-9e1e-530372193973", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034632Z:96202b43-dee7-4b8a-81c4-5ecc4ac6ddd3" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "09983578f054c07334902331614a67b9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:46:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "bd04de84-97a9-4d6d-b831-7248d2e3c479", - "x-ms-client-request-id": "09983578f054c07334902331614a67b9", - "x-ms-correlation-request-id": "69abf013-fb63-44d9-8c22-fd333786f050", - "x-ms-ratelimit-remaining-subscription-reads": "10917", - "x-ms-request-id": "9a413101-0b86-4141-a88c-e2aa95fc55bf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034633Z:69abf013-fb63-44d9-8c22-fd333786f050" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "779444a036333799a332db1f90343033", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:46:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "fbd5af7a-74d4-4d6a-8ce6-291cd4402060", - "x-ms-client-request-id": "779444a036333799a332db1f90343033", - "x-ms-correlation-request-id": "6fb221e4-7557-4179-bd78-2d1a3c38227e", - "x-ms-ratelimit-remaining-subscription-reads": "10916", - "x-ms-request-id": "29a440ce-4c94-4204-af90-3005e089a8fb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034635Z:6fb221e4-7557-4179-bd78-2d1a3c38227e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "1b41faed026e0fec9ce0dedbd124ee93", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:46:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e3e1002f-b7c9-443e-9d31-c350caf0d397", - "x-ms-client-request-id": "1b41faed026e0fec9ce0dedbd124ee93", - "x-ms-correlation-request-id": "d9954f84-cde2-48c6-8606-a2ae4a6f8798", - "x-ms-ratelimit-remaining-subscription-reads": "10915", - "x-ms-request-id": "1f550c0f-d6d9-452f-b295-1132f85f1574", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034636Z:d9954f84-cde2-48c6-8606-a2ae4a6f8798" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2f33b77a4a7941ed9b61652214543000", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:46:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "95b2bd90-a36b-44e3-96bf-98cadd7448d0", - "x-ms-client-request-id": "2f33b77a4a7941ed9b61652214543000", - "x-ms-correlation-request-id": "6281155d-79ea-4ec6-b9dc-e08ce28666de", - "x-ms-ratelimit-remaining-subscription-reads": "10914", - "x-ms-request-id": "0310740c-9777-4b68-a3b8-95162338b217", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034637Z:6281155d-79ea-4ec6-b9dc-e08ce28666de" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "6644f05f4b099e4b5884db5258bd657f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:46:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e7c65654-694b-4735-aad7-c1828e861c03", - "x-ms-client-request-id": "6644f05f4b099e4b5884db5258bd657f", - "x-ms-correlation-request-id": "62dee27f-9ea3-4f69-991c-817a6b2330f3", - "x-ms-ratelimit-remaining-subscription-reads": "10913", - "x-ms-request-id": "e0b62d7e-497d-4c84-bee7-376665ad49ed", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034638Z:62dee27f-9ea3-4f69-991c-817a6b2330f3" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d8a548430101a3ba0dff800d9cc9fa48", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:46:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "83b6467a-03e8-42d4-b520-cc2f27a30762", - "x-ms-client-request-id": "d8a548430101a3ba0dff800d9cc9fa48", - "x-ms-correlation-request-id": "2347a658-723e-4b51-b534-0f25e1331ef0", - "x-ms-ratelimit-remaining-subscription-reads": "10912", - "x-ms-request-id": "33a96a14-5992-4527-8e56-cb6aa6310edb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034640Z:2347a658-723e-4b51-b534-0f25e1331ef0" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e17cddb087e02f8a6c94d6f46f9be9de", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:46:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "30c59206-044f-47c6-84de-55d099c39b78", - "x-ms-client-request-id": "e17cddb087e02f8a6c94d6f46f9be9de", - "x-ms-correlation-request-id": "e4eb6428-68bf-49e4-8406-1b603ad01d8c", - "x-ms-ratelimit-remaining-subscription-reads": "10911", - "x-ms-request-id": "2146e9f9-e105-43c0-a660-6739eed6f8f1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034641Z:e4eb6428-68bf-49e4-8406-1b603ad01d8c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ccdfe6fb57ae5eff35a0590acb3d018e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:46:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c713328a-d73c-4bc4-b4d2-f1b04bb4d86b", - "x-ms-client-request-id": "ccdfe6fb57ae5eff35a0590acb3d018e", - "x-ms-correlation-request-id": "98ce000e-2868-4986-b503-e7cb0a1cba14", - "x-ms-ratelimit-remaining-subscription-reads": "10910", - "x-ms-request-id": "275889a8-c37e-4644-aa5b-3884cff44041", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034642Z:98ce000e-2868-4986-b503-e7cb0a1cba14" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7aa2928a8441bb9fbd766c6c2ac63472", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:46:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "fe966914-ae43-44fe-9e9e-990ce8f68d24", - "x-ms-client-request-id": "7aa2928a8441bb9fbd766c6c2ac63472", - "x-ms-correlation-request-id": "7ee49f76-42de-4383-9ccb-46a0139f1852", - "x-ms-ratelimit-remaining-subscription-reads": "10909", - "x-ms-request-id": "39596382-df97-4c0b-b807-95d068562132", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034643Z:7ee49f76-42de-4383-9ccb-46a0139f1852" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b611a1152eea5899de1dab3f2d80632e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:46:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "09d1d7d0-7968-4a44-9684-456b6525c416", - "x-ms-client-request-id": "b611a1152eea5899de1dab3f2d80632e", - "x-ms-correlation-request-id": "d82748de-a44f-4de8-8584-d35f1d75e012", - "x-ms-ratelimit-remaining-subscription-reads": "10908", - "x-ms-request-id": "7bfa640f-6f71-47fe-971c-621e66705564", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034645Z:d82748de-a44f-4de8-8584-d35f1d75e012" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "dc6a47936ff8779c46230f38eb93336f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:46:46 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "07038332-c251-4b92-8bf6-7bdb27be1535", - "x-ms-client-request-id": "dc6a47936ff8779c46230f38eb93336f", - "x-ms-correlation-request-id": "dda5dc1d-f72f-483f-9beb-c7c09d384d2f", - "x-ms-ratelimit-remaining-subscription-reads": "10907", - "x-ms-request-id": "d779c6a9-f038-4d52-9c41-635879910a98", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034646Z:dda5dc1d-f72f-483f-9beb-c7c09d384d2f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "29f4e76c4b2c5ba4f9499c23d8608e3c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:46:47 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a4a78c8e-3dc7-4ba5-859d-9a33b4cf9fa8", - "x-ms-client-request-id": "29f4e76c4b2c5ba4f9499c23d8608e3c", - "x-ms-correlation-request-id": "148b7e42-48fc-4561-9568-96087703c98c", - "x-ms-ratelimit-remaining-subscription-reads": "10906", - "x-ms-request-id": "67d12cbf-5399-4af9-9d2d-d93242996159", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034647Z:148b7e42-48fc-4561-9568-96087703c98c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e2d83d12585ba679049a70c71e616c4b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:46:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "42e837f8-0526-4cb1-af75-efa11c9edae3", - "x-ms-client-request-id": "e2d83d12585ba679049a70c71e616c4b", - "x-ms-correlation-request-id": "03227038-58fd-499a-b52b-aec920ff6afd", - "x-ms-ratelimit-remaining-subscription-reads": "10905", - "x-ms-request-id": "41eb92a0-0d8a-42a0-988f-c0ec4376f9fc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034649Z:03227038-58fd-499a-b52b-aec920ff6afd" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "46d33bea3a8b4802a30ee3afd3799ee6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:46:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f7e3c620-26bb-42ac-81d4-40289098e066", - "x-ms-client-request-id": "46d33bea3a8b4802a30ee3afd3799ee6", - "x-ms-correlation-request-id": "b02eddf4-56db-450a-a279-792034026874", - "x-ms-ratelimit-remaining-subscription-reads": "10904", - "x-ms-request-id": "e96dba55-f0a1-484c-a904-bb99b9df619e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034650Z:b02eddf4-56db-450a-a279-792034026874" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ae25d29550ba14136e4e2491dbdc3d97", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:46:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6b4307f2-acb1-4d2c-b65e-22d1d2ef802a", - "x-ms-client-request-id": "ae25d29550ba14136e4e2491dbdc3d97", - "x-ms-correlation-request-id": "34fd6d28-909c-4e4c-98fa-3cd81534ed88", - "x-ms-ratelimit-remaining-subscription-reads": "10903", - "x-ms-request-id": "aa3c8bd2-5cc8-4fb3-b80e-492cf5e5ae1f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034651Z:34fd6d28-909c-4e4c-98fa-3cd81534ed88" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "9c3950dc478dd7b13b903f4d74cad38b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:46:52 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c0fd20c4-0aee-4cb7-97eb-703793fea39f", - "x-ms-client-request-id": "9c3950dc478dd7b13b903f4d74cad38b", - "x-ms-correlation-request-id": "733af4c8-6f30-4258-9b1d-eb6958232ed7", - "x-ms-ratelimit-remaining-subscription-reads": "10902", - "x-ms-request-id": "44e66d93-d3cf-4fbb-b70e-62d295292c8f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034652Z:733af4c8-6f30-4258-9b1d-eb6958232ed7" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "4c3289fbbe3b999028bed73d16706dc6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:46:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1c76e09e-f3eb-4753-a192-475ae515b640", - "x-ms-client-request-id": "4c3289fbbe3b999028bed73d16706dc6", - "x-ms-correlation-request-id": "e9d11820-42ab-42fa-b87e-2270631fcbb6", - "x-ms-ratelimit-remaining-subscription-reads": "10901", - "x-ms-request-id": "61494e29-d3a2-4613-8928-17916ee3ed6c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034654Z:e9d11820-42ab-42fa-b87e-2270631fcbb6" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "82d24bd1023f4d59214e732911c69fa4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:46:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e8441f88-66bc-49dc-9f6e-f037bff9f286", - "x-ms-client-request-id": "82d24bd1023f4d59214e732911c69fa4", - "x-ms-correlation-request-id": "ee475574-445f-4b16-9fc9-0d213be43fb0", - "x-ms-ratelimit-remaining-subscription-reads": "10900", - "x-ms-request-id": "ffd549ca-6f5b-41d6-9751-ac02fbba80de", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034655Z:ee475574-445f-4b16-9fc9-0d213be43fb0" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5196987bf0aa1d5cbfa074ce6f73c1ca", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:46:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ab8e9716-1e13-4a23-ab61-164a2772a5e5", - "x-ms-client-request-id": "5196987bf0aa1d5cbfa074ce6f73c1ca", - "x-ms-correlation-request-id": "c0f37af4-8cc7-4d32-a1d7-b200e1585cb3", - "x-ms-ratelimit-remaining-subscription-reads": "10899", - "x-ms-request-id": "b01ac6a1-2088-4e83-a697-520e6864824e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034656Z:c0f37af4-8cc7-4d32-a1d7-b200e1585cb3" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "297c782351f7f94c30e42aed4b678761", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:46:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5d3a6878-3a6b-4685-8698-b30967bd82a4", - "x-ms-client-request-id": "297c782351f7f94c30e42aed4b678761", - "x-ms-correlation-request-id": "5311a019-f465-4f9c-b03f-71c870c82951", - "x-ms-ratelimit-remaining-subscription-reads": "10898", - "x-ms-request-id": "1a9dfada-54d9-4768-b357-32cbd62a3fff", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034657Z:5311a019-f465-4f9c-b03f-71c870c82951" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7dc2331f1bdae01beeb4c29f8d8addad", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:46:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "37d3d7cb-a91e-403d-ba9b-079fdda7ed6b", - "x-ms-client-request-id": "7dc2331f1bdae01beeb4c29f8d8addad", - "x-ms-correlation-request-id": "e58a25f2-4284-44e3-8fbd-f9e2b8fe5b34", - "x-ms-ratelimit-remaining-subscription-reads": "10897", - "x-ms-request-id": "a0da560f-f9a4-49bd-8c48-6435743644f2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034659Z:e58a25f2-4284-44e3-8fbd-f9e2b8fe5b34" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "9906a88c754929ac4c9d20c6c56fd158", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:47:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "445ac0a3-f275-4e4a-bd88-d488d7aabb6e", - "x-ms-client-request-id": "9906a88c754929ac4c9d20c6c56fd158", - "x-ms-correlation-request-id": "d8185935-c160-4e84-ac31-8080f57d7e36", - "x-ms-ratelimit-remaining-subscription-reads": "10896", - "x-ms-request-id": "28c53053-03cd-41ee-8108-c7ce4905caa8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034700Z:d8185935-c160-4e84-ac31-8080f57d7e36" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "3caf121943b107f05c9c3a428fac6ba6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:47:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "201e9447-4dfc-4e44-b60f-fce20a547402", - "x-ms-client-request-id": "3caf121943b107f05c9c3a428fac6ba6", - "x-ms-correlation-request-id": "0a0917bb-cd0d-4698-8bfe-99af812b5518", - "x-ms-ratelimit-remaining-subscription-reads": "10895", - "x-ms-request-id": "3855588f-0103-42d0-9b05-9a3597d8cfb2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034701Z:0a0917bb-cd0d-4698-8bfe-99af812b5518" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a3607d06ed61a9188698303cfb551a7f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:47:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f8e3369e-a76f-4848-b054-289151be5be6", - "x-ms-client-request-id": "a3607d06ed61a9188698303cfb551a7f", - "x-ms-correlation-request-id": "d35eba5a-579a-4bd4-bc3e-d1faa77818ec", - "x-ms-ratelimit-remaining-subscription-reads": "10894", - "x-ms-request-id": "769df072-235b-4036-a3e6-59165b92a4eb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034703Z:d35eba5a-579a-4bd4-bc3e-d1faa77818ec" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7b8669e2a1db48fcb8fe3cad3a6a9aa0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:47:03 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "fa904126-7c6c-45b5-90f0-d64d549e3549", - "x-ms-client-request-id": "7b8669e2a1db48fcb8fe3cad3a6a9aa0", - "x-ms-correlation-request-id": "a4b0f439-8539-41e0-a3ca-2e76f2c012b5", - "x-ms-ratelimit-remaining-subscription-reads": "10893", - "x-ms-request-id": "b2446a94-e10f-41cc-aceb-cf8459127a4d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034704Z:a4b0f439-8539-41e0-a3ca-2e76f2c012b5" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "48bf7a312e0e2bf7fa05b51912b30c07", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:47:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ed198238-989a-4337-ba4b-86a426b4e0e0", - "x-ms-client-request-id": "48bf7a312e0e2bf7fa05b51912b30c07", - "x-ms-correlation-request-id": "a4c6a98f-e154-4289-8d3f-8adc7c7fdda0", - "x-ms-ratelimit-remaining-subscription-reads": "10892", - "x-ms-request-id": "66a1c516-680c-43d7-9fff-3a3b6acf7eaa", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034705Z:a4c6a98f-e154-4289-8d3f-8adc7c7fdda0" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "255fbb81f02665ca8117eb63b06b6e1c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:47:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "eeb381ed-82ef-4101-bda8-c34d6396eeeb", - "x-ms-client-request-id": "255fbb81f02665ca8117eb63b06b6e1c", - "x-ms-correlation-request-id": "008131e4-6cf2-4b30-af19-b8f6cad040aa", - "x-ms-ratelimit-remaining-subscription-reads": "10891", - "x-ms-request-id": "99493fc3-0763-4078-b7da-48504aad50dc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034706Z:008131e4-6cf2-4b30-af19-b8f6cad040aa" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "800a90fdd195b470715b80d5ece23504", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:47:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2617ae9c-9cef-4b77-af6c-bd9a506d4037", - "x-ms-client-request-id": "800a90fdd195b470715b80d5ece23504", - "x-ms-correlation-request-id": "bbb6bf82-6691-4e6b-96e4-4991fd54efbe", - "x-ms-ratelimit-remaining-subscription-reads": "10890", - "x-ms-request-id": "dd1328dd-ca5f-45f2-97ff-8e5ae766cf2a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034708Z:bbb6bf82-6691-4e6b-96e4-4991fd54efbe" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7f2b35f1750a4179af5ac7f743947a8f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:47:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c999923d-be37-443f-8e65-d803860f04c8", - "x-ms-client-request-id": "7f2b35f1750a4179af5ac7f743947a8f", - "x-ms-correlation-request-id": "2e26daf4-4dd0-47b5-a813-ba536207bd04", - "x-ms-ratelimit-remaining-subscription-reads": "10889", - "x-ms-request-id": "b51fd756-b93a-45b2-b1ca-7cefa61b6f9e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034709Z:2e26daf4-4dd0-47b5-a813-ba536207bd04" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "821c99978ca9af714aabb3cb6ff5799e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:47:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6104b0af-ca12-4e35-8b42-bde962fb75bb", - "x-ms-client-request-id": "821c99978ca9af714aabb3cb6ff5799e", - "x-ms-correlation-request-id": "b2e97de7-e4c8-4cac-b7f7-dcf88609c8c2", - "x-ms-ratelimit-remaining-subscription-reads": "10888", - "x-ms-request-id": "9f15009b-eaed-4390-980c-48aeda12f302", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034710Z:b2e97de7-e4c8-4cac-b7f7-dcf88609c8c2" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7b71e6e1ef3f871117c9d03b0a7970dd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:47:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "950f91bc-c24c-47c5-a8b9-fbfe13ffb979", - "x-ms-client-request-id": "7b71e6e1ef3f871117c9d03b0a7970dd", - "x-ms-correlation-request-id": "49c7e6cf-c0e5-43f0-83d5-6010a9e2fb63", - "x-ms-ratelimit-remaining-subscription-reads": "10887", - "x-ms-request-id": "87538835-d827-44ca-8e52-304636159dd3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034711Z:49c7e6cf-c0e5-43f0-83d5-6010a9e2fb63" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "533ef1e0b3c6655bc37b345fc1aed2ba", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:47:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ffed0ff0-b571-486e-bf23-1f1236ab9126", - "x-ms-client-request-id": "533ef1e0b3c6655bc37b345fc1aed2ba", - "x-ms-correlation-request-id": "baf77994-505f-4b80-8627-74eb00010ad4", - "x-ms-ratelimit-remaining-subscription-reads": "10886", - "x-ms-request-id": "9170bd16-3c6b-41da-a3b8-39688f0aac24", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034713Z:baf77994-505f-4b80-8627-74eb00010ad4" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5c1528e1ff22a84f87946ae0bb36a5d1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:47:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e395f7d0-cea0-4788-aa58-074af42d0541", - "x-ms-client-request-id": "5c1528e1ff22a84f87946ae0bb36a5d1", - "x-ms-correlation-request-id": "1f1a8e5d-3d3c-4c10-9d34-c840a66fc610", - "x-ms-ratelimit-remaining-subscription-reads": "10885", - "x-ms-request-id": "b4f5932a-51b2-45d5-b21f-775654cd3378", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034714Z:1f1a8e5d-3d3c-4c10-9d34-c840a66fc610" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7dead63a26b62dd78b0cb7c4bab2c668", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:47:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2b30edf1-e22a-4be4-b4f1-5fc16b534bce", - "x-ms-client-request-id": "7dead63a26b62dd78b0cb7c4bab2c668", - "x-ms-correlation-request-id": "f48fb8a7-6d2b-434d-8758-7c0405bbd17d", - "x-ms-ratelimit-remaining-subscription-reads": "10884", - "x-ms-request-id": "bba3a079-6854-4af3-ba28-2f09a1674aa2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034715Z:f48fb8a7-6d2b-434d-8758-7c0405bbd17d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e25916f71364e1bba296cb32487aa98d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:47:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7e63e685-71ae-4d90-8074-fb8e97cd4066", - "x-ms-client-request-id": "e25916f71364e1bba296cb32487aa98d", - "x-ms-correlation-request-id": "912adbd2-a0ae-450b-99d1-90483d66c7e7", - "x-ms-ratelimit-remaining-subscription-reads": "10883", - "x-ms-request-id": "8391f23d-8876-45c8-91ed-0464f1d58c8a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034717Z:912adbd2-a0ae-450b-99d1-90483d66c7e7" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "eb2463d654c4bb0350e7d115478bedd4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:47:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f3b30c4d-6b91-4c46-8d58-d7021a528510", - "x-ms-client-request-id": "eb2463d654c4bb0350e7d115478bedd4", - "x-ms-correlation-request-id": "34408b81-0450-421f-83c8-9a5af761f586", - "x-ms-ratelimit-remaining-subscription-reads": "10882", - "x-ms-request-id": "666752cf-d04f-4458-98a1-b80e38cd3773", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034718Z:34408b81-0450-421f-83c8-9a5af761f586" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a4e902cdc2dc266d1a08db205aa5e410", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:47:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "37b8380c-5c1d-4a85-a730-882351c39b4e", - "x-ms-client-request-id": "a4e902cdc2dc266d1a08db205aa5e410", - "x-ms-correlation-request-id": "12d6a614-55bf-43f9-934e-c5a8ef0822cc", - "x-ms-ratelimit-remaining-subscription-reads": "10881", - "x-ms-request-id": "30bcc4a7-82c0-402c-8af2-578367151b93", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034719Z:12d6a614-55bf-43f9-934e-c5a8ef0822cc" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "57ed2a62da8ea2a4129e927c42a59a16", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:47:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9970faae-6678-4d8d-adf6-ac409705b657", - "x-ms-client-request-id": "57ed2a62da8ea2a4129e927c42a59a16", - "x-ms-correlation-request-id": "a9f5be02-a808-4b33-8b02-8ca262df1724", - "x-ms-ratelimit-remaining-subscription-reads": "10880", - "x-ms-request-id": "f960d2c3-8dcb-43d9-858e-41636d6d920c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034720Z:a9f5be02-a808-4b33-8b02-8ca262df1724" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "4664f7a8059113b0f5fdd0bb78e360aa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:47:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "937c21c6-d21b-401a-9334-4050986d9b92", - "x-ms-client-request-id": "4664f7a8059113b0f5fdd0bb78e360aa", - "x-ms-correlation-request-id": "21e3bdc0-f811-4706-869a-f8c213383260", - "x-ms-ratelimit-remaining-subscription-reads": "10879", - "x-ms-request-id": "b5b9be62-f9c0-4a96-8d4e-116b0ad75d26", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034722Z:21e3bdc0-f811-4706-869a-f8c213383260" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "1db2c002969df3465e46913d30f0e475", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:47:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8e50d951-bee1-406a-b543-2a650b659e81", - "x-ms-client-request-id": "1db2c002969df3465e46913d30f0e475", - "x-ms-correlation-request-id": "d54bc560-9ddc-4e14-90d7-4a272af43793", - "x-ms-ratelimit-remaining-subscription-reads": "10878", - "x-ms-request-id": "7bfc7ba2-3704-4b51-bc40-537c1c165036", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034723Z:d54bc560-9ddc-4e14-90d7-4a272af43793" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "6377c46e9e405d7e79da619009e82a2f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:47:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "fd68e8aa-ff3e-4fdc-a4b9-b18352490c9c", - "x-ms-client-request-id": "6377c46e9e405d7e79da619009e82a2f", - "x-ms-correlation-request-id": "e99f955f-db0e-4612-865a-3e7f9e539e84", - "x-ms-ratelimit-remaining-subscription-reads": "10877", - "x-ms-request-id": "d5fca972-a146-4d20-99af-774efc132372", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034724Z:e99f955f-db0e-4612-865a-3e7f9e539e84" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8179e73d7df21279b071e74b7372e305", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:47:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "077e6d47-1853-4cae-8d76-c91777abaf5a", - "x-ms-client-request-id": "8179e73d7df21279b071e74b7372e305", - "x-ms-correlation-request-id": "e362b1f3-130e-46dc-8a68-b9ed7296bdb0", - "x-ms-ratelimit-remaining-subscription-reads": "10876", - "x-ms-request-id": "2bbc0a00-101e-457d-b034-9276add10f92", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034726Z:e362b1f3-130e-46dc-8a68-b9ed7296bdb0" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b34d5b19fd6b646a4155a3c334b6e976", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:47:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "02395047-ad6c-4972-8638-6da14b6db38e", - "x-ms-client-request-id": "b34d5b19fd6b646a4155a3c334b6e976", - "x-ms-correlation-request-id": "e34ab33e-8180-43f6-9da7-295be6cfd063", - "x-ms-ratelimit-remaining-subscription-reads": "10875", - "x-ms-request-id": "820dd194-5ab8-4d55-9133-a8b35b3531ed", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034727Z:e34ab33e-8180-43f6-9da7-295be6cfd063" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "48ff611c6276f1824b65b2ceb633ea07", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:47:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6fec3d30-ee76-462d-a81e-bf926bc181e7", - "x-ms-client-request-id": "48ff611c6276f1824b65b2ceb633ea07", - "x-ms-correlation-request-id": "eecdad21-82ce-4c22-b500-ce15df65457f", - "x-ms-ratelimit-remaining-subscription-reads": "10874", - "x-ms-request-id": "eb68f223-07f3-4cd7-bbe8-53ff7b91768d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034728Z:eecdad21-82ce-4c22-b500-ce15df65457f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ae765cf6769b40c47c153f9dd9b5ddf9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:47:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7af6eeac-e565-42ce-bba5-9d8da851ffd5", - "x-ms-client-request-id": "ae765cf6769b40c47c153f9dd9b5ddf9", - "x-ms-correlation-request-id": "dea39bf9-f6c9-44bd-9605-bf90b9b12ae4", - "x-ms-ratelimit-remaining-subscription-reads": "10873", - "x-ms-request-id": "adea8362-8c36-4f56-a527-dacdb38b26ef", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034730Z:dea39bf9-f6c9-44bd-9605-bf90b9b12ae4" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "112f71889a72b78ed95b67054a9bad0e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:47:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ad755086-f5fd-4e83-8ee8-7ad9eea1ec77", - "x-ms-client-request-id": "112f71889a72b78ed95b67054a9bad0e", - "x-ms-correlation-request-id": "f42a9178-4e3e-42d6-b511-0153c1367144", - "x-ms-ratelimit-remaining-subscription-reads": "10872", - "x-ms-request-id": "7390a5d1-6f42-42b1-8501-68621845f9bd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034731Z:f42a9178-4e3e-42d6-b511-0153c1367144" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d8cd9c6a3a3fa5da9dbfcc6022e41795", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:47:32 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5d03e4ed-6483-43a0-a5ab-c87e45d3643f", - "x-ms-client-request-id": "d8cd9c6a3a3fa5da9dbfcc6022e41795", - "x-ms-correlation-request-id": "409a98e5-0da6-4005-aaa6-67eee88e2308", - "x-ms-ratelimit-remaining-subscription-reads": "10871", - "x-ms-request-id": "b1c84a78-8e21-4123-bb76-cbc14740c730", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034732Z:409a98e5-0da6-4005-aaa6-67eee88e2308" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "4546b887d8035b94cdbfd53f0ebff5e0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:47:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "38e44968-e32a-4c7d-8cf1-ca476e463bb9", - "x-ms-client-request-id": "4546b887d8035b94cdbfd53f0ebff5e0", - "x-ms-correlation-request-id": "0beb786d-07e9-4908-84e9-e9184eb9bb78", - "x-ms-ratelimit-remaining-subscription-reads": "10870", - "x-ms-request-id": "a78957dd-d519-4fff-9637-7a4af72d2e32", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034733Z:0beb786d-07e9-4908-84e9-e9184eb9bb78" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "3d32316805e84eba978a74b3ce2e94f4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:47:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "add641c2-6818-4dca-b9ed-d44d9ce5855a", - "x-ms-client-request-id": "3d32316805e84eba978a74b3ce2e94f4", - "x-ms-correlation-request-id": "6bd52acd-0324-42c8-90e2-c217337d4b5b", - "x-ms-ratelimit-remaining-subscription-reads": "10869", - "x-ms-request-id": "3a47e768-fa94-4649-a2bd-7f10b93207b8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034735Z:6bd52acd-0324-42c8-90e2-c217337d4b5b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "917ed2446855920a07710b80659a96de", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:47:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0f5561af-c223-408c-83c2-0a271124a076", - "x-ms-client-request-id": "917ed2446855920a07710b80659a96de", - "x-ms-correlation-request-id": "4d440777-e802-4829-98c9-82f1a532c8c2", - "x-ms-ratelimit-remaining-subscription-reads": "10868", - "x-ms-request-id": "56d35ce9-b732-4540-b547-eb88bbefc23f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034736Z:4d440777-e802-4829-98c9-82f1a532c8c2" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f1f8ebc9d9b181adfef7ae7964e18d9e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:47:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9f45f493-758a-440a-b43d-e291d531bf33", - "x-ms-client-request-id": "f1f8ebc9d9b181adfef7ae7964e18d9e", - "x-ms-correlation-request-id": "b829e8b4-0504-4a4f-8dbb-8b6718223286", - "x-ms-ratelimit-remaining-subscription-reads": "10867", - "x-ms-request-id": "1da83a1d-5dc0-475f-8813-788f32fe8025", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034737Z:b829e8b4-0504-4a4f-8dbb-8b6718223286" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "3cfbe02a6340008b26a03577f939e8fc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:47:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9529682e-d030-4076-8c7e-4df2eddb3ff4", - "x-ms-client-request-id": "3cfbe02a6340008b26a03577f939e8fc", - "x-ms-correlation-request-id": "4e5ec78c-f72c-44b3-a16c-6f31007e06a1", - "x-ms-ratelimit-remaining-subscription-reads": "10866", - "x-ms-request-id": "6ae139e7-3b96-410f-b9cc-734811956c35", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034738Z:4e5ec78c-f72c-44b3-a16c-6f31007e06a1" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e3e996f3a3366a4324fc935db9912e26", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:47:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b99603e0-3fbe-4b85-929d-33b69148be5d", - "x-ms-client-request-id": "e3e996f3a3366a4324fc935db9912e26", - "x-ms-correlation-request-id": "c22069f7-6b48-4c01-a565-c6ce8141cc07", - "x-ms-ratelimit-remaining-subscription-reads": "10865", - "x-ms-request-id": "6700924c-aa52-4670-99a5-7b9e5f88b89a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034740Z:c22069f7-6b48-4c01-a565-c6ce8141cc07" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "84556ce3599e669d60f7ca11a33587c4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:47:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "804a13e2-d3d0-4d3c-b9ff-b2db9d1d10f9", - "x-ms-client-request-id": "84556ce3599e669d60f7ca11a33587c4", - "x-ms-correlation-request-id": "6364daf4-c50c-4e4e-98c4-e3b75c7f2cc0", - "x-ms-ratelimit-remaining-subscription-reads": "10864", - "x-ms-request-id": "03adc0fb-3172-4f2a-b735-7fbf039a8cfd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034741Z:6364daf4-c50c-4e4e-98c4-e3b75c7f2cc0" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "cd86b10faaf887689d911744d02d4695", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:47:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6d27882f-ff98-4b4b-aa3a-de131d0c308d", - "x-ms-client-request-id": "cd86b10faaf887689d911744d02d4695", - "x-ms-correlation-request-id": "53322df7-8466-4ae2-abfb-7ee368fb984c", - "x-ms-ratelimit-remaining-subscription-reads": "10863", - "x-ms-request-id": "a74ade26-f9b7-4828-bccc-eb6208b4669f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034742Z:53322df7-8466-4ae2-abfb-7ee368fb984c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8d930f7264e4995df882833ed831c6ef", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:47:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "903c3671-c0ca-43cc-8c98-02d1bf18dfb6", - "x-ms-client-request-id": "8d930f7264e4995df882833ed831c6ef", - "x-ms-correlation-request-id": "ef666968-6cfa-4aac-a41a-24b7a2241b7a", - "x-ms-ratelimit-remaining-subscription-reads": "10862", - "x-ms-request-id": "ef31e8e6-a45f-4a86-86de-62c1a9b41b4b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034744Z:ef666968-6cfa-4aac-a41a-24b7a2241b7a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "084ece74600a392d04cee70d41599532", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:47:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8cf79c6a-4498-41e5-a228-c8a702c88ff6", - "x-ms-client-request-id": "084ece74600a392d04cee70d41599532", - "x-ms-correlation-request-id": "89d86af9-f005-44ff-839b-73043ca55ea8", - "x-ms-ratelimit-remaining-subscription-reads": "10861", - "x-ms-request-id": "1b0f73e7-6e76-42ab-8027-3eb9cbbcdd5b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034745Z:89d86af9-f005-44ff-839b-73043ca55ea8" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "949f35b0faa1abe053ecd4752729ae6b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:47:45 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f2e7cafe-73a2-4779-8bed-ca7e9a6fe504", - "x-ms-client-request-id": "949f35b0faa1abe053ecd4752729ae6b", - "x-ms-correlation-request-id": "853331f9-7f05-4cae-948e-6a241fe2607b", - "x-ms-ratelimit-remaining-subscription-reads": "10860", - "x-ms-request-id": "8ad4a97a-01a0-4c25-92fc-33c8242796ae", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034746Z:853331f9-7f05-4cae-948e-6a241fe2607b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "02cf28cb3ede118ae15a89167c50579f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:47:47 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6377c2dd-a193-4e23-bfe6-715887f511e3", - "x-ms-client-request-id": "02cf28cb3ede118ae15a89167c50579f", - "x-ms-correlation-request-id": "ad4e63f2-4d1b-4910-916e-29460d837b63", - "x-ms-ratelimit-remaining-subscription-reads": "10859", - "x-ms-request-id": "693a7a0b-86be-4f96-a242-f78c9718788a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034747Z:ad4e63f2-4d1b-4910-916e-29460d837b63" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a28d50ed3292794deda3b41d8bb811da", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:47:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "23453471-c6f4-4d08-ab61-0d9e7d27e1dc", - "x-ms-client-request-id": "a28d50ed3292794deda3b41d8bb811da", - "x-ms-correlation-request-id": "489f1a4a-6091-47aa-b1a1-dc94071b120f", - "x-ms-ratelimit-remaining-subscription-reads": "10858", - "x-ms-request-id": "33b72031-7b97-4b59-89ec-986f42482fd2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034749Z:489f1a4a-6091-47aa-b1a1-dc94071b120f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "19427b1f92897253ab8db24671ca2e03", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:47:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1ff359c6-bbbe-4ac0-af60-f564f73af6ab", - "x-ms-client-request-id": "19427b1f92897253ab8db24671ca2e03", - "x-ms-correlation-request-id": "a24d8001-7818-406c-a3d5-26546252a4ce", - "x-ms-ratelimit-remaining-subscription-reads": "10857", - "x-ms-request-id": "bad4690a-9f58-467a-a0cf-103a3e69d696", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034750Z:a24d8001-7818-406c-a3d5-26546252a4ce" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d68835940c9b99d8da56143b896c8629", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:47:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "31e102bd-4340-457f-b084-5d89199e2472", - "x-ms-client-request-id": "d68835940c9b99d8da56143b896c8629", - "x-ms-correlation-request-id": "dd8798e2-37a1-4cf8-bfc5-e3d71824c451", - "x-ms-ratelimit-remaining-subscription-reads": "10856", - "x-ms-request-id": "56f0597e-e7e8-4902-aa9b-0e966133c3a4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034751Z:dd8798e2-37a1-4cf8-bfc5-e3d71824c451" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "00f6ae483e0e5a16fc1bf7057f060823", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:47:52 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5c1ff2c3-aa5c-4a7b-b1d3-8125072a6295", - "x-ms-client-request-id": "00f6ae483e0e5a16fc1bf7057f060823", - "x-ms-correlation-request-id": "7c3e2c36-fedb-4f4c-a818-0f727ad97bff", - "x-ms-ratelimit-remaining-subscription-reads": "10855", - "x-ms-request-id": "d041838f-bccb-41a0-aec4-84d8bc57477d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034753Z:7c3e2c36-fedb-4f4c-a818-0f727ad97bff" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5688b0753a30133ea3a83e337e18e83e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:47:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1fd66123-1660-4c8a-b875-292c388e7ea7", - "x-ms-client-request-id": "5688b0753a30133ea3a83e337e18e83e", - "x-ms-correlation-request-id": "73d864c7-8520-4ea5-af77-1a00f892e8c1", - "x-ms-ratelimit-remaining-subscription-reads": "10854", - "x-ms-request-id": "9a0e72b8-e097-4c75-8639-737ff0622e87", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034754Z:73d864c7-8520-4ea5-af77-1a00f892e8c1" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c2fe89072dd356f51e2dda8014d319d3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:47:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b1c58835-9bdd-45dd-a8bc-48ebb8bacf29", - "x-ms-client-request-id": "c2fe89072dd356f51e2dda8014d319d3", - "x-ms-correlation-request-id": "9755b2e3-cca2-44f6-808c-2e2d7f1fedff", - "x-ms-ratelimit-remaining-subscription-reads": "10853", - "x-ms-request-id": "00d930b0-938d-4ca6-9a81-e2aed0d6660d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034756Z:9755b2e3-cca2-44f6-808c-2e2d7f1fedff" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d9c5f14d2fe30df870e35d65ffe3dce4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:47:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "971bf9c3-9d0e-48d8-baa1-49a8bbe0b8a9", - "x-ms-client-request-id": "d9c5f14d2fe30df870e35d65ffe3dce4", - "x-ms-correlation-request-id": "bf165e61-f1b3-41fb-b38e-640edb14094c", - "x-ms-ratelimit-remaining-subscription-reads": "10852", - "x-ms-request-id": "a7c00fff-cee0-4e98-9928-a708ce6afb00", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034757Z:bf165e61-f1b3-41fb-b38e-640edb14094c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f6feb8324508484fbb32380260bdfed0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:47:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "de271b6d-7d4c-4eeb-8fcb-dc92a6c699bd", - "x-ms-client-request-id": "f6feb8324508484fbb32380260bdfed0", - "x-ms-correlation-request-id": "c198a701-463c-4229-9ee8-c16255a64982", - "x-ms-ratelimit-remaining-subscription-reads": "10851", - "x-ms-request-id": "3017e886-e57a-4b13-984f-407ec83d31f1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034758Z:c198a701-463c-4229-9ee8-c16255a64982" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8de56a8f0f52d75a90f052f0cf8f563a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:47:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "daf436a5-cb12-4488-b807-3369e09cf8fb", - "x-ms-client-request-id": "8de56a8f0f52d75a90f052f0cf8f563a", - "x-ms-correlation-request-id": "75de617f-3fda-4b11-b81b-05e6b21400cb", - "x-ms-ratelimit-remaining-subscription-reads": "10850", - "x-ms-request-id": "37077f1d-2ef7-4583-b788-1e16ef99be71", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034759Z:75de617f-3fda-4b11-b81b-05e6b21400cb" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5b4df55122d408caa17d1db1f7f6acb2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:48:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5e89fa1e-58c8-41df-8cfe-86d0a3a8e3d3", - "x-ms-client-request-id": "5b4df55122d408caa17d1db1f7f6acb2", - "x-ms-correlation-request-id": "649c1acc-7d21-45db-958a-601b7a2d19f5", - "x-ms-ratelimit-remaining-subscription-reads": "10849", - "x-ms-request-id": "de67ab7e-3a12-4e21-b7ee-9116386ef605", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034801Z:649c1acc-7d21-45db-958a-601b7a2d19f5" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "94d58de44ffe23915e266618f35f782c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:48:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5a9687c8-37c0-456c-8c6c-eec54eeb88d6", - "x-ms-client-request-id": "94d58de44ffe23915e266618f35f782c", - "x-ms-correlation-request-id": "43d45119-079b-47ad-b70c-44453fb32d87", - "x-ms-ratelimit-remaining-subscription-reads": "10848", - "x-ms-request-id": "812fc80a-25f4-424b-97df-6c327b098349", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034802Z:43d45119-079b-47ad-b70c-44453fb32d87" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "6ab1fddba36f6dfba0dcebd4f1a9e099", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:48:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b9757d4c-c6bd-4da3-a043-786a82b8825c", - "x-ms-client-request-id": "6ab1fddba36f6dfba0dcebd4f1a9e099", - "x-ms-correlation-request-id": "55221048-2371-4cd3-ba40-bc02f91ac578", - "x-ms-ratelimit-remaining-subscription-reads": "10847", - "x-ms-request-id": "098f8dd0-7fe9-4811-8989-526ec5e935d3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034803Z:55221048-2371-4cd3-ba40-bc02f91ac578" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "420b9f43c2b9023c642afdaebbb21541", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:48:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "cc6d10bd-5eb8-48b5-b2a1-526f3498df35", - "x-ms-client-request-id": "420b9f43c2b9023c642afdaebbb21541", - "x-ms-correlation-request-id": "d6550bb1-35bc-4b88-8bba-84c229ca593d", - "x-ms-ratelimit-remaining-subscription-reads": "10846", - "x-ms-request-id": "7859f1fd-2117-4cba-a830-65b0bce7bde9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034804Z:d6550bb1-35bc-4b88-8bba-84c229ca593d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "fad5f105414441429268f42163bc31b4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:48:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a3e8a1a9-94f2-4cd0-be6a-bc9bd9445c96", - "x-ms-client-request-id": "fad5f105414441429268f42163bc31b4", - "x-ms-correlation-request-id": "23b60f34-3362-4d70-8e29-a4ac4708257e", - "x-ms-ratelimit-remaining-subscription-reads": "10845", - "x-ms-request-id": "8fe28183-c7ef-490c-8055-dd15b31e720f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034806Z:23b60f34-3362-4d70-8e29-a4ac4708257e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "53d4cc4636541972c1af0645a54cb1ed", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:48:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ba4040a5-eab0-4f1a-bab8-586f0cba034d", - "x-ms-client-request-id": "53d4cc4636541972c1af0645a54cb1ed", - "x-ms-correlation-request-id": "8a3a91da-460d-452b-895f-7f79ae14ffd0", - "x-ms-ratelimit-remaining-subscription-reads": "10844", - "x-ms-request-id": "d9ec02b9-5e0f-4a4b-97a5-cd8c2802c328", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034807Z:8a3a91da-460d-452b-895f-7f79ae14ffd0" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "00cfaac7e5d301555dc9af51cd1a9fa7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:48:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "108acc59-5a78-453d-a48c-5b0947fd5d00", - "x-ms-client-request-id": "00cfaac7e5d301555dc9af51cd1a9fa7", - "x-ms-correlation-request-id": "62095ed9-c84f-49b2-b5bf-530355ae4ed8", - "x-ms-ratelimit-remaining-subscription-reads": "10843", - "x-ms-request-id": "0d82449c-b908-4daa-9b07-a218b1f6b9f2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034808Z:62095ed9-c84f-49b2-b5bf-530355ae4ed8" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ef6849f9c2ddceed7fbc39953bfc9c45", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:48:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "32bab721-a2df-4c4a-864f-eb2eb0e8246c", - "x-ms-client-request-id": "ef6849f9c2ddceed7fbc39953bfc9c45", - "x-ms-correlation-request-id": "f8be5c23-c6d2-4928-ba1e-4def9af8365c", - "x-ms-ratelimit-remaining-subscription-reads": "10842", - "x-ms-request-id": "acdae03d-5228-48b9-82cc-b69c9c92aad0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034810Z:f8be5c23-c6d2-4928-ba1e-4def9af8365c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b95a07b730ed60e077d3f58a86204ba6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:48:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1517e4ec-ec28-4339-b3ff-3fa05287fba0", - "x-ms-client-request-id": "b95a07b730ed60e077d3f58a86204ba6", - "x-ms-correlation-request-id": "9b6fce70-6166-4668-abcb-159b94cd18ee", - "x-ms-ratelimit-remaining-subscription-reads": "10841", - "x-ms-request-id": "ef01e366-308e-484a-8cea-ec81eb0913dc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034811Z:9b6fce70-6166-4668-abcb-159b94cd18ee" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5c4c5f10c1e4050fbc018117acbfc660", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:48:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8dd7563e-d295-40a3-9a07-6da73b256059", - "x-ms-client-request-id": "5c4c5f10c1e4050fbc018117acbfc660", - "x-ms-correlation-request-id": "5b576e44-77d1-4cad-9389-c0ad4e2baf32", - "x-ms-ratelimit-remaining-subscription-reads": "10840", - "x-ms-request-id": "d332b79a-0b4c-4d8d-b16f-c7f0d3b23141", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034812Z:5b576e44-77d1-4cad-9389-c0ad4e2baf32" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c6996a2de5bfc8b96807770acc62475e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:48:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ac91db6e-e128-42e5-aa77-fb46b3d34bef", - "x-ms-client-request-id": "c6996a2de5bfc8b96807770acc62475e", - "x-ms-correlation-request-id": "3779f68b-8df3-4598-a507-0ad979874abb", - "x-ms-ratelimit-remaining-subscription-reads": "10839", - "x-ms-request-id": "a6954f88-ca30-4eeb-ac27-76d35403f2ed", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034813Z:3779f68b-8df3-4598-a507-0ad979874abb" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "db85927040b0f560f755fcebafc9b3b7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:48:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f86bd328-3c88-4a37-b4b7-c208bcc90344", - "x-ms-client-request-id": "db85927040b0f560f755fcebafc9b3b7", - "x-ms-correlation-request-id": "fc6db138-760f-4d80-996d-97f0b4127c87", - "x-ms-ratelimit-remaining-subscription-reads": "10838", - "x-ms-request-id": "55d00b98-6638-415e-8f75-6251949e8084", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034815Z:fc6db138-760f-4d80-996d-97f0b4127c87" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "1c5d950d85872ae6a584f3dc4905385a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:48:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "524b7d11-8d85-4425-a277-6999d226899e", - "x-ms-client-request-id": "1c5d950d85872ae6a584f3dc4905385a", - "x-ms-correlation-request-id": "7e01276d-17d4-403f-acd1-6c05034a163a", - "x-ms-ratelimit-remaining-subscription-reads": "10837", - "x-ms-request-id": "fb00f16f-c631-47b2-8cab-21c1efeca118", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034816Z:7e01276d-17d4-403f-acd1-6c05034a163a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "1aa622baeb39edaf09a3ce6ae9ce189f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:48:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c3ecbf0d-0a3e-424d-843b-b6420a9721af", - "x-ms-client-request-id": "1aa622baeb39edaf09a3ce6ae9ce189f", - "x-ms-correlation-request-id": "d2e32da8-baf5-4fba-b714-d1ee27cc47c0", - "x-ms-ratelimit-remaining-subscription-reads": "10836", - "x-ms-request-id": "74409a76-89a8-4562-9ec4-0f22a6b202a3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034817Z:d2e32da8-baf5-4fba-b714-d1ee27cc47c0" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "37fdc0532b04ebd7ab5b352b4c83abf1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:48:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "020fce34-9b5e-4b22-9f8e-1a490ef863b0", - "x-ms-client-request-id": "37fdc0532b04ebd7ab5b352b4c83abf1", - "x-ms-correlation-request-id": "bec96e43-61cd-486c-934f-2e2c13f5ce61", - "x-ms-ratelimit-remaining-subscription-reads": "10835", - "x-ms-request-id": "143eb600-9796-4244-90bc-714fb03a769f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034819Z:bec96e43-61cd-486c-934f-2e2c13f5ce61" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8c31a21c9922217de57012e3b67c41d7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:48:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ea3c7fec-2d93-4a91-a634-a4b5a2192860", - "x-ms-client-request-id": "8c31a21c9922217de57012e3b67c41d7", - "x-ms-correlation-request-id": "c42fc4d5-1cd0-4600-89b7-8d984402fd19", - "x-ms-ratelimit-remaining-subscription-reads": "10834", - "x-ms-request-id": "48373e8d-035a-4948-b3b3-469ad312420b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034820Z:c42fc4d5-1cd0-4600-89b7-8d984402fd19" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8989536c01088f554bba6edeb583a085", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:48:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f28f5135-ae8d-415a-8879-8e39f5b5f9cf", - "x-ms-client-request-id": "8989536c01088f554bba6edeb583a085", - "x-ms-correlation-request-id": "8de24b93-00b2-4272-96f3-dcbba757b466", - "x-ms-ratelimit-remaining-subscription-reads": "10833", - "x-ms-request-id": "2fa80f8c-df90-49db-b9bb-901e02734e0b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034821Z:8de24b93-00b2-4272-96f3-dcbba757b466" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "474dddf78b9cba7d42db519318f3352f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:48:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7898c1ad-147d-4948-8f6b-d697d20bab2e", - "x-ms-client-request-id": "474dddf78b9cba7d42db519318f3352f", - "x-ms-correlation-request-id": "a854b75f-4338-4bcd-a2ad-964e670c1a90", - "x-ms-ratelimit-remaining-subscription-reads": "10832", - "x-ms-request-id": "51da4097-fb30-4ced-9582-62b3f56bb3ad", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034822Z:a854b75f-4338-4bcd-a2ad-964e670c1a90" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f9bf5e1a22fa1be94ca241672a9f6c61", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:48:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6a3e1ea8-6d52-4854-8680-f2d3bb952a5a", - "x-ms-client-request-id": "f9bf5e1a22fa1be94ca241672a9f6c61", - "x-ms-correlation-request-id": "9afde169-2d83-4f41-80f2-4c4a574448fb", - "x-ms-ratelimit-remaining-subscription-reads": "10831", - "x-ms-request-id": "54b333ed-598b-4a1d-9204-3f5382a44060", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034824Z:9afde169-2d83-4f41-80f2-4c4a574448fb" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d9eb8cd0fa2fe03ad6ce472dafc27658", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:48:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1ef3789d-cffc-4e31-93db-b265b9af86e8", - "x-ms-client-request-id": "d9eb8cd0fa2fe03ad6ce472dafc27658", - "x-ms-correlation-request-id": "548bffe4-b99e-46a2-b4b5-0e9e010cba6b", - "x-ms-ratelimit-remaining-subscription-reads": "10830", - "x-ms-request-id": "457000cd-b6f0-470d-9979-f053c6e7d419", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034825Z:548bffe4-b99e-46a2-b4b5-0e9e010cba6b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "57c43f85a6c4d58bf432faf94a158fa2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:48:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c09ca402-eee8-418b-b3bc-44bf68c5a132", - "x-ms-client-request-id": "57c43f85a6c4d58bf432faf94a158fa2", - "x-ms-correlation-request-id": "17afe591-ca6f-46ab-8fc0-1f79920611d0", - "x-ms-ratelimit-remaining-subscription-reads": "10829", - "x-ms-request-id": "dd64e7b8-ee01-48e6-b77b-0a75f73ac51d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034826Z:17afe591-ca6f-46ab-8fc0-1f79920611d0" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8bc3f06e5c081f0023de232cdabb6b8a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:48:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "61f0a941-24ba-4391-b2bb-e19d88c9eafc", - "x-ms-client-request-id": "8bc3f06e5c081f0023de232cdabb6b8a", - "x-ms-correlation-request-id": "012fbb0a-9739-4b08-a6e0-fd5042ec4f95", - "x-ms-ratelimit-remaining-subscription-reads": "10828", - "x-ms-request-id": "d1c6802a-3dd1-4d3d-9660-b74095e88231", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034827Z:012fbb0a-9739-4b08-a6e0-fd5042ec4f95" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ebe2e82b14da299d0115e4fdff4096c1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:48:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "dd061e55-ca82-498a-9209-909ec4303463", - "x-ms-client-request-id": "ebe2e82b14da299d0115e4fdff4096c1", - "x-ms-correlation-request-id": "7976e2c9-2196-48a1-937e-b2adfd4e278b", - "x-ms-ratelimit-remaining-subscription-reads": "10827", - "x-ms-request-id": "a060663d-ea08-4ce0-9dca-483ffc07c631", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034829Z:7976e2c9-2196-48a1-937e-b2adfd4e278b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "bfbea43eebfe294f3fa434e5835ffa38", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:48:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "34b47302-7232-46e7-b79e-0887a7598411", - "x-ms-client-request-id": "bfbea43eebfe294f3fa434e5835ffa38", - "x-ms-correlation-request-id": "ecd23ee6-8782-4f93-a07e-51d5047d5d2b", - "x-ms-ratelimit-remaining-subscription-reads": "10826", - "x-ms-request-id": "b9132940-7bb5-4112-a912-1a2150aef4d9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034830Z:ecd23ee6-8782-4f93-a07e-51d5047d5d2b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "61ce70c6a4325ac8539989f2770320e2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:48:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "605d9cf2-3e98-436c-822b-9fc70b575882", - "x-ms-client-request-id": "61ce70c6a4325ac8539989f2770320e2", - "x-ms-correlation-request-id": "993aaa63-8bb2-4cf9-aadd-9b07999fbb07", - "x-ms-ratelimit-remaining-subscription-reads": "10825", - "x-ms-request-id": "b82d5d99-90d2-43ea-8e55-5f53ee38103d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034831Z:993aaa63-8bb2-4cf9-aadd-9b07999fbb07" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "36ed6148acfc408b99b9ab36e0b8a6a2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:48:32 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "715e8473-8e8e-4e61-847a-ce891a461d6f", - "x-ms-client-request-id": "36ed6148acfc408b99b9ab36e0b8a6a2", - "x-ms-correlation-request-id": "f07bc13c-3750-497e-8525-96f34e3c0e66", - "x-ms-ratelimit-remaining-subscription-reads": "10824", - "x-ms-request-id": "6620693d-8604-49a3-a11e-54d5b0e946c6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034833Z:f07bc13c-3750-497e-8525-96f34e3c0e66" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8e36ac1a34729a8edc646c65615db23c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:48:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7f1407b8-9504-42f4-8093-a1df226919d5", - "x-ms-client-request-id": "8e36ac1a34729a8edc646c65615db23c", - "x-ms-correlation-request-id": "f21908a2-7e9c-4ba5-aa6e-975fa83fdcf9", - "x-ms-ratelimit-remaining-subscription-reads": "10823", - "x-ms-request-id": "5a11fd23-bd94-48c0-9e54-6e255e2871f1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034834Z:f21908a2-7e9c-4ba5-aa6e-975fa83fdcf9" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "219c5283c4721a3be58dc879f891799a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:48:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "74ead2c5-c08a-4942-a9e7-79eb70531b15", - "x-ms-client-request-id": "219c5283c4721a3be58dc879f891799a", - "x-ms-correlation-request-id": "9c23343a-bc45-4dc2-bc2f-e3d7581cf6d3", - "x-ms-ratelimit-remaining-subscription-reads": "10822", - "x-ms-request-id": "d9c43be8-53a3-4e39-a057-643c22a527b5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034835Z:9c23343a-bc45-4dc2-bc2f-e3d7581cf6d3" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "cad7e7f391cc136fd3525a983f26df3c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:48:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "fc5a6efa-db03-4a9e-b995-9e98b48b2966", - "x-ms-client-request-id": "cad7e7f391cc136fd3525a983f26df3c", - "x-ms-correlation-request-id": "ef3163e5-e629-4ff0-ba2b-6cf647e6131f", - "x-ms-ratelimit-remaining-subscription-reads": "10821", - "x-ms-request-id": "17fc9456-dbc0-4c12-bfd0-e68270d8e2df", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034836Z:ef3163e5-e629-4ff0-ba2b-6cf647e6131f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8eb26f06841b5630701ca9e56c15a14a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:48:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "fdf9c165-4672-4502-9552-76f59598b4d9", - "x-ms-client-request-id": "8eb26f06841b5630701ca9e56c15a14a", - "x-ms-correlation-request-id": "b9677579-956c-4300-ba72-e8e16e3fa2df", - "x-ms-ratelimit-remaining-subscription-reads": "10820", - "x-ms-request-id": "3cc534c4-8d15-4dab-bbb4-74c87620b8b4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034838Z:b9677579-956c-4300-ba72-e8e16e3fa2df" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7972d1ebe785f170e2884e1f6aa3dabe", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:48:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "152a8435-a69a-4f70-b740-1db5328800a6", - "x-ms-client-request-id": "7972d1ebe785f170e2884e1f6aa3dabe", - "x-ms-correlation-request-id": "072ac299-8c3c-42a4-9a92-695b500a1e6e", - "x-ms-ratelimit-remaining-subscription-reads": "10819", - "x-ms-request-id": "f9d75166-0a67-4b3f-9c70-5d0c08e4f624", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034839Z:072ac299-8c3c-42a4-9a92-695b500a1e6e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "89728caeebdf6e7fb7815aafe88aa7be", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:48:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0d80b3d9-0850-48a5-81a7-a0822bff2bcf", - "x-ms-client-request-id": "89728caeebdf6e7fb7815aafe88aa7be", - "x-ms-correlation-request-id": "740e2d77-963b-4261-a9a9-f5501977ac81", - "x-ms-ratelimit-remaining-subscription-reads": "10818", - "x-ms-request-id": "ee94d0ef-c406-4253-9f79-0331f1aed943", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034840Z:740e2d77-963b-4261-a9a9-f5501977ac81" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "6ead0fb165b31fb6fec0ab923610eccd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:48:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "09eb019b-d7f1-4bc1-b1de-7fb7be19bd31", - "x-ms-client-request-id": "6ead0fb165b31fb6fec0ab923610eccd", - "x-ms-correlation-request-id": "197f6014-d18c-4b87-88a4-3eb5bf569e00", - "x-ms-ratelimit-remaining-subscription-reads": "10817", - "x-ms-request-id": "4c60a41e-9559-4363-9fc2-6b4afe660771", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034841Z:197f6014-d18c-4b87-88a4-3eb5bf569e00" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e037ea4217a2ff6a5103c2048dc00958", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:48:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3a3b2ec4-fb30-46f4-a74b-129906922073", - "x-ms-client-request-id": "e037ea4217a2ff6a5103c2048dc00958", - "x-ms-correlation-request-id": "b7d7f073-282a-4cb8-97c2-d8145ee011e5", - "x-ms-ratelimit-remaining-subscription-reads": "10816", - "x-ms-request-id": "206f0e06-12d1-4c94-9d3d-eb1bd6ed68c2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034843Z:b7d7f073-282a-4cb8-97c2-d8145ee011e5" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5a6e90e16bf6480bd5538b1e40ec38a6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:48:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a3ca9f66-7474-4744-8a15-8e9a86f69875", - "x-ms-client-request-id": "5a6e90e16bf6480bd5538b1e40ec38a6", - "x-ms-correlation-request-id": "aa5996d4-0987-4ee5-b9fd-e82d110af72a", - "x-ms-ratelimit-remaining-subscription-reads": "10815", - "x-ms-request-id": "3e6f4101-cd79-4c70-8d2d-935c68a54777", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034844Z:aa5996d4-0987-4ee5-b9fd-e82d110af72a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "fd6d8c94c653991ba5ad1cafa2b2913e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:48:45 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "46d57b84-c19e-4953-8474-d21a3952e2a8", - "x-ms-client-request-id": "fd6d8c94c653991ba5ad1cafa2b2913e", - "x-ms-correlation-request-id": "af451604-3482-4595-9f6b-4ab059bb1c39", - "x-ms-ratelimit-remaining-subscription-reads": "10814", - "x-ms-request-id": "ee1b2cf4-10d0-495c-a35d-e2a40dffd778", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034845Z:af451604-3482-4595-9f6b-4ab059bb1c39" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a5b052b692a2d6d6dfee0b4f8c4bbf64", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:48:46 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "14ca53d9-6d7c-48fd-9e66-5a3f85308f36", - "x-ms-client-request-id": "a5b052b692a2d6d6dfee0b4f8c4bbf64", - "x-ms-correlation-request-id": "e7e60d81-4112-40c6-ba7e-8172b547c2a9", - "x-ms-ratelimit-remaining-subscription-reads": "10813", - "x-ms-request-id": "46ba4996-bc0e-4ae2-960c-26d783032015", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034846Z:e7e60d81-4112-40c6-ba7e-8172b547c2a9" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "006f1ccb0b531b0574d4b5484f5ba622", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:48:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8c6ab0de-829a-4cfe-a6a7-08d968b8c88c", - "x-ms-client-request-id": "006f1ccb0b531b0574d4b5484f5ba622", - "x-ms-correlation-request-id": "7fd7e5d0-99af-4ce0-8b51-37f93767870d", - "x-ms-ratelimit-remaining-subscription-reads": "10812", - "x-ms-request-id": "e843ff74-037c-42a5-820a-efa1543d9055", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034848Z:7fd7e5d0-99af-4ce0-8b51-37f93767870d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ed684cc1923c0203b6961e64bbcc0d59", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:48:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ab1ccb32-1065-4742-8a7f-28b049a691d2", - "x-ms-client-request-id": "ed684cc1923c0203b6961e64bbcc0d59", - "x-ms-correlation-request-id": "9038fe09-398b-424e-8030-3725e0c63e53", - "x-ms-ratelimit-remaining-subscription-reads": "10811", - "x-ms-request-id": "76a5c7bb-95e1-47e0-ac4c-3fd9f590734a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034849Z:9038fe09-398b-424e-8030-3725e0c63e53" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "86e4b7ee9143aaea4d9530cedd8d8784", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:48:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "cd197b5e-b300-4540-bf1a-e966896c2480", - "x-ms-client-request-id": "86e4b7ee9143aaea4d9530cedd8d8784", - "x-ms-correlation-request-id": "4c2698bc-84b5-4543-bf10-c6b16aad2b89", - "x-ms-ratelimit-remaining-subscription-reads": "10810", - "x-ms-request-id": "90f52550-8d80-4a5f-b514-934600793d7c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034850Z:4c2698bc-84b5-4543-bf10-c6b16aad2b89" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "3f8de947d2e33928186d4abdeda060a8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:48:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "bb4b7d0e-dcd5-41e6-810b-d79f4a7be403", - "x-ms-client-request-id": "3f8de947d2e33928186d4abdeda060a8", - "x-ms-correlation-request-id": "462404bc-3824-4e44-bff2-1d485e704b46", - "x-ms-ratelimit-remaining-subscription-reads": "10809", - "x-ms-request-id": "d4acad01-a093-4584-bcb7-6737c80757d5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034851Z:462404bc-3824-4e44-bff2-1d485e704b46" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "985a5bc61f7730de62bd9fa661352428", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:48:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6d5a2875-9aa6-425e-aa26-0502fc2117cb", - "x-ms-client-request-id": "985a5bc61f7730de62bd9fa661352428", - "x-ms-correlation-request-id": "8674b3bd-1972-43e4-979a-25a65b4c40e7", - "x-ms-ratelimit-remaining-subscription-reads": "10808", - "x-ms-request-id": "e109a854-fe93-46d3-a736-bed1568e1a19", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034853Z:8674b3bd-1972-43e4-979a-25a65b4c40e7" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d21c990fce3f1b758eaa6dd6472dbdac", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:48:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b954cedf-564a-4026-8abe-446f7f7fe18a", - "x-ms-client-request-id": "d21c990fce3f1b758eaa6dd6472dbdac", - "x-ms-correlation-request-id": "ed90ff73-f145-402a-ac26-1f799636b6ee", - "x-ms-ratelimit-remaining-subscription-reads": "10807", - "x-ms-request-id": "b177548c-e41f-420d-ae0a-4b8fb08b4d22", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034854Z:ed90ff73-f145-402a-ac26-1f799636b6ee" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "81078835ef33270d0a5ddd263282d7e3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:48:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8cbc06f3-ad38-4260-9fc6-b88ed5c6d28d", - "x-ms-client-request-id": "81078835ef33270d0a5ddd263282d7e3", - "x-ms-correlation-request-id": "02f1da4f-8b0d-4292-b16b-95be32d239d4", - "x-ms-ratelimit-remaining-subscription-reads": "10806", - "x-ms-request-id": "94c96a8b-65f2-4496-9dd9-34bc641f503b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034855Z:02f1da4f-8b0d-4292-b16b-95be32d239d4" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "53ae21488d83f869e63e09ccb208e935", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:48:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c225f17a-efdd-4cf4-85f5-b10ce8678953", - "x-ms-client-request-id": "53ae21488d83f869e63e09ccb208e935", - "x-ms-correlation-request-id": "4c7efd0a-83dd-4ce6-89e4-c76716b3386e", - "x-ms-ratelimit-remaining-subscription-reads": "10805", - "x-ms-request-id": "b2073e54-ac40-4c78-bb22-0473db931ab8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034857Z:4c7efd0a-83dd-4ce6-89e4-c76716b3386e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d971f200a32d20f58cf5c7e2f04fe90c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:48:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ca0d9d13-454a-4e8c-9fa4-e02673181fe8", - "x-ms-client-request-id": "d971f200a32d20f58cf5c7e2f04fe90c", - "x-ms-correlation-request-id": "7fcc234c-59d5-4831-9d88-bc559fe15ac7", - "x-ms-ratelimit-remaining-subscription-reads": "10804", - "x-ms-request-id": "53082127-d5e5-467a-bafb-28c50501e16f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034858Z:7fcc234c-59d5-4831-9d88-bc559fe15ac7" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "268e8ad3697fa7291f0e9af4e5407501", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:48:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e89000ae-2062-41e3-86a9-0373eef4d61e", - "x-ms-client-request-id": "268e8ad3697fa7291f0e9af4e5407501", - "x-ms-correlation-request-id": "9322651a-23f2-49d1-86ad-b516abe8b132", - "x-ms-ratelimit-remaining-subscription-reads": "10803", - "x-ms-request-id": "02482f15-5410-4201-9d9e-176eb9c901b3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034859Z:9322651a-23f2-49d1-86ad-b516abe8b132" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "3f26a874fe10a4b52b8dc78ec6860797", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:49:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "574e9f93-26a2-4dbe-8c10-8a38ed66c364", - "x-ms-client-request-id": "3f26a874fe10a4b52b8dc78ec6860797", - "x-ms-correlation-request-id": "74a0ad2c-1a22-47c9-b565-aa219160e482", - "x-ms-ratelimit-remaining-subscription-reads": "10802", - "x-ms-request-id": "c60e7be6-8989-4e76-93db-a56e4f3f663c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034900Z:74a0ad2c-1a22-47c9-b565-aa219160e482" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "28f9fc55c37a97b5c9c9b91f08013a4b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:49:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "bc833607-ff97-457d-b4b8-767b7f95eb3d", - "x-ms-client-request-id": "28f9fc55c37a97b5c9c9b91f08013a4b", - "x-ms-correlation-request-id": "b46c64bf-4017-4966-9f12-a02d61e59bad", - "x-ms-ratelimit-remaining-subscription-reads": "10801", - "x-ms-request-id": "f70c9b63-492d-49e6-a0ef-b272fae5444f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034902Z:b46c64bf-4017-4966-9f12-a02d61e59bad" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "486ec57fa928d4fbd4e9faf1a19ae198", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:49:03 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "fd21996a-7401-4c79-ba1e-14d60c35ce58", - "x-ms-client-request-id": "486ec57fa928d4fbd4e9faf1a19ae198", - "x-ms-correlation-request-id": "40587415-8d4c-4283-911c-4a1e7b3a185e", - "x-ms-ratelimit-remaining-subscription-reads": "10800", - "x-ms-request-id": "e33a711e-29ea-4425-a55f-881ade81400b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034903Z:40587415-8d4c-4283-911c-4a1e7b3a185e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e89f03064d47b187f28f754645969b2a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:49:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "28b13dd9-a8fe-4c7e-a7f5-27086079d84f", - "x-ms-client-request-id": "e89f03064d47b187f28f754645969b2a", - "x-ms-correlation-request-id": "76cb644b-0467-4bc3-9683-cf9a14571d16", - "x-ms-ratelimit-remaining-subscription-reads": "10799", - "x-ms-request-id": "4d14a171-7b92-4b3f-a61f-ae5e51fcf1e6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034904Z:76cb644b-0467-4bc3-9683-cf9a14571d16" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "000f7b53bf18ab6e01245390c8c4f52f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:49:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "026154f5-73ea-4e0e-a354-490973ec0e0a", - "x-ms-client-request-id": "000f7b53bf18ab6e01245390c8c4f52f", - "x-ms-correlation-request-id": "1cb01e2e-5c0d-40e5-8435-1ea4508bde52", - "x-ms-ratelimit-remaining-subscription-reads": "10798", - "x-ms-request-id": "83bc1eef-d3c7-40b9-812a-16eef773be06", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034905Z:1cb01e2e-5c0d-40e5-8435-1ea4508bde52" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "051820e8516231043ebd569933b48f3e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:49:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "046a951d-6d23-4ac9-804c-3acfe1f270fb", - "x-ms-client-request-id": "051820e8516231043ebd569933b48f3e", - "x-ms-correlation-request-id": "8d87b9d6-d30f-4e5a-8770-8d01e1430bb8", - "x-ms-ratelimit-remaining-subscription-reads": "10797", - "x-ms-request-id": "76e06def-718a-4b96-8b49-4126bedfd505", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034907Z:8d87b9d6-d30f-4e5a-8770-8d01e1430bb8" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "269dd04de08b477f94f3e722faf6e82d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:49:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4595be6b-0d6c-4334-996d-c2a578bada94", - "x-ms-client-request-id": "269dd04de08b477f94f3e722faf6e82d", - "x-ms-correlation-request-id": "eb2b7dc0-8521-4fef-80a4-2ba06233c077", - "x-ms-ratelimit-remaining-subscription-reads": "10796", - "x-ms-request-id": "22ebe6ba-daf3-4d5a-a27e-183fed2956f5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034908Z:eb2b7dc0-8521-4fef-80a4-2ba06233c077" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "245e4699967d01c777ddc25b68d4774c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:49:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8420b35b-d17d-450e-9b50-fce6ee478cf4", - "x-ms-client-request-id": "245e4699967d01c777ddc25b68d4774c", - "x-ms-correlation-request-id": "b33e90be-61dd-4871-9b43-0a3709a2a877", - "x-ms-ratelimit-remaining-subscription-reads": "10795", - "x-ms-request-id": "87911d53-e085-4235-a909-86fbbe9980d3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034909Z:b33e90be-61dd-4871-9b43-0a3709a2a877" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f8431595ce2607a4a0d1706e6ae13747", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:49:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6b35bf6e-f3b0-498c-9f6d-c3c8e34d3d0c", - "x-ms-client-request-id": "f8431595ce2607a4a0d1706e6ae13747", - "x-ms-correlation-request-id": "7571f2c9-7fdf-4734-a3b1-b4ebb2618a15", - "x-ms-ratelimit-remaining-subscription-reads": "10794", - "x-ms-request-id": "15cd372e-ed88-4917-88cd-5896625ff76b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034911Z:7571f2c9-7fdf-4734-a3b1-b4ebb2618a15" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "edff28d46a56b6c0089cafad1e24dfc0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:49:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7b3e86c1-8af5-4116-ab3f-7e855d4e2baf", - "x-ms-client-request-id": "edff28d46a56b6c0089cafad1e24dfc0", - "x-ms-correlation-request-id": "c0ef2300-dc30-4fd3-b6d4-3ab84d7eb85d", - "x-ms-ratelimit-remaining-subscription-reads": "10793", - "x-ms-request-id": "9e684534-d458-4efe-9f88-8f392bb3ab10", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034912Z:c0ef2300-dc30-4fd3-b6d4-3ab84d7eb85d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e48d9b7bf0b3cb07a25683ac26599795", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:49:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ef3b8f45-5c7b-4751-8c18-610c27381e15", - "x-ms-client-request-id": "e48d9b7bf0b3cb07a25683ac26599795", - "x-ms-correlation-request-id": "b8dea310-f233-46c8-bde5-01185e2c24c9", - "x-ms-ratelimit-remaining-subscription-reads": "10792", - "x-ms-request-id": "db84ef44-9ba2-41d0-a479-6645e9e154ca", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034913Z:b8dea310-f233-46c8-bde5-01185e2c24c9" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "3f877ba58ad42af5548cef8a1ff6e97c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:49:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "cc5746c4-fcd1-4d17-bfff-605d3e3b6307", - "x-ms-client-request-id": "3f877ba58ad42af5548cef8a1ff6e97c", - "x-ms-correlation-request-id": "faf0f6bc-ff6a-45ab-835f-ea66332802b5", - "x-ms-ratelimit-remaining-subscription-reads": "10791", - "x-ms-request-id": "dcf92e78-2f6d-46ef-ab61-f7f5094fd1de", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034914Z:faf0f6bc-ff6a-45ab-835f-ea66332802b5" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "cef3b0f25254e49321344b00e71490af", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:49:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e9b30b0e-a0f6-4725-9956-0e5d07062754", - "x-ms-client-request-id": "cef3b0f25254e49321344b00e71490af", - "x-ms-correlation-request-id": "d1904f1e-c234-442f-acab-f0455c35fa4d", - "x-ms-ratelimit-remaining-subscription-reads": "10790", - "x-ms-request-id": "f6a131c9-48fd-4b12-b611-f7d1e8f2a163", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034916Z:d1904f1e-c234-442f-acab-f0455c35fa4d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a30719049f9cf0eba5629027007cabab", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:49:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "87521d20-6343-456f-aaca-13edbdfdb7df", - "x-ms-client-request-id": "a30719049f9cf0eba5629027007cabab", - "x-ms-correlation-request-id": "7e6a6d2a-7339-43fa-bfd5-4626f04bdb73", - "x-ms-ratelimit-remaining-subscription-reads": "10789", - "x-ms-request-id": "651b3324-c43e-4671-893c-2a9026b0602f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034917Z:7e6a6d2a-7339-43fa-bfd5-4626f04bdb73" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "75ba066cc8655341e7a31da03ff54340", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:49:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "79c9f96c-bc28-4fd6-9952-1562416dad59", - "x-ms-client-request-id": "75ba066cc8655341e7a31da03ff54340", - "x-ms-correlation-request-id": "7cf33fae-1b0e-47e5-8836-86fad941393e", - "x-ms-ratelimit-remaining-subscription-reads": "10788", - "x-ms-request-id": "288de544-2946-4312-8a2a-69c250689dbb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034918Z:7cf33fae-1b0e-47e5-8836-86fad941393e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "058640fb46ef52dfc50228f2c26ce3a5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:49:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "18fb350f-e602-49f0-a576-8be4161ccc94", - "x-ms-client-request-id": "058640fb46ef52dfc50228f2c26ce3a5", - "x-ms-correlation-request-id": "423323de-1154-4a42-ac61-3e5fdd041f27", - "x-ms-ratelimit-remaining-subscription-reads": "10787", - "x-ms-request-id": "ed09d56b-1d01-4c46-bd06-f49891cccf5a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034919Z:423323de-1154-4a42-ac61-3e5fdd041f27" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e093a0881a593b49d8b4bbf9824ab1b0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:49:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "644949bf-bea9-4ccf-aea4-a565f653e158", - "x-ms-client-request-id": "e093a0881a593b49d8b4bbf9824ab1b0", - "x-ms-correlation-request-id": "0512f8db-e388-486b-9d1a-398943d5a139", - "x-ms-ratelimit-remaining-subscription-reads": "10786", - "x-ms-request-id": "69325735-ae33-4a4a-9df0-90fa805087b6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034921Z:0512f8db-e388-486b-9d1a-398943d5a139" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "bf2b4f1ea6f626bb2668b0639f4f907b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:49:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "14f98ba2-8fe9-45ee-907b-57dd62721467", - "x-ms-client-request-id": "bf2b4f1ea6f626bb2668b0639f4f907b", - "x-ms-correlation-request-id": "44cc8bc3-7e5f-4861-b78d-c2ce98a5cd77", - "x-ms-ratelimit-remaining-subscription-reads": "10785", - "x-ms-request-id": "779eee34-f468-4a80-8ce1-cf1c2cd54926", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034922Z:44cc8bc3-7e5f-4861-b78d-c2ce98a5cd77" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "9f1778bf6362e0e6f74a2d3a8be6d07a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:49:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "653e74e9-f327-4076-a2b9-42c0eb8ae9ba", - "x-ms-client-request-id": "9f1778bf6362e0e6f74a2d3a8be6d07a", - "x-ms-correlation-request-id": "1d422239-6ba0-4723-992f-77822ad1c2d8", - "x-ms-ratelimit-remaining-subscription-reads": "10784", - "x-ms-request-id": "91dae929-684b-4335-ade0-7d474e393a34", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034923Z:1d422239-6ba0-4723-992f-77822ad1c2d8" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "72d378512340e2aee46cb9f16ae69b89", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:49:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e0c1db92-a8b7-489f-b8c8-b524c54fa8aa", - "x-ms-client-request-id": "72d378512340e2aee46cb9f16ae69b89", - "x-ms-correlation-request-id": "9f82774c-f647-46a7-9f70-15122e74ec07", - "x-ms-ratelimit-remaining-subscription-reads": "10783", - "x-ms-request-id": "862c6ef6-b221-4c15-b16c-cbf26c17cf4f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034924Z:9f82774c-f647-46a7-9f70-15122e74ec07" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "09393f241132bb4e694ac8ac79819b40", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:49:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2834e2b6-a2d5-4bf0-bce1-84d7df01f668", - "x-ms-client-request-id": "09393f241132bb4e694ac8ac79819b40", - "x-ms-correlation-request-id": "ccd1a93a-ddeb-4184-974b-04556b34b212", - "x-ms-ratelimit-remaining-subscription-reads": "10782", - "x-ms-request-id": "ee9f3265-28d3-422c-86bb-68b7e62c5698", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034926Z:ccd1a93a-ddeb-4184-974b-04556b34b212" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "271135971d7b9c3bc935baf5a9f47610", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:49:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2ead2a39-2a0c-4815-b386-6f33e6050202", - "x-ms-client-request-id": "271135971d7b9c3bc935baf5a9f47610", - "x-ms-correlation-request-id": "6236a979-d85f-453f-8b13-22c08b40d91c", - "x-ms-ratelimit-remaining-subscription-reads": "10781", - "x-ms-request-id": "95b154cb-3a82-4aca-a5ab-708e9725e3f5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034927Z:6236a979-d85f-453f-8b13-22c08b40d91c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "4c16a3aec6ad3f47291709f65a026963", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:49:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3507a490-b0dc-46f1-a529-b61e5d9f8fd5", - "x-ms-client-request-id": "4c16a3aec6ad3f47291709f65a026963", - "x-ms-correlation-request-id": "f1554445-2cd1-4b96-8e8e-c2188098eaa9", - "x-ms-ratelimit-remaining-subscription-reads": "10780", - "x-ms-request-id": "1401959c-0d61-4258-9209-3a5d9243b917", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034928Z:f1554445-2cd1-4b96-8e8e-c2188098eaa9" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "345a78d174d4060d039d40fd57591175", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:49:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5cb868b2-bc37-43f6-82cd-5da50f4111f2", - "x-ms-client-request-id": "345a78d174d4060d039d40fd57591175", - "x-ms-correlation-request-id": "877aa02a-d45f-42f2-b7ae-1ea2274bdcb5", - "x-ms-ratelimit-remaining-subscription-reads": "10779", - "x-ms-request-id": "6c1b1081-8c7b-49cf-b349-cc76d8e123ee", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034930Z:877aa02a-d45f-42f2-b7ae-1ea2274bdcb5" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d5fdb7d44e6ad193edd2fd64144541c6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:49:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "04cc3773-e758-4c24-a196-751e57af5619", - "x-ms-client-request-id": "d5fdb7d44e6ad193edd2fd64144541c6", - "x-ms-correlation-request-id": "60e6227a-f4e7-4d98-b62f-4428e81b69f5", - "x-ms-ratelimit-remaining-subscription-reads": "10778", - "x-ms-request-id": "bd067e5e-d472-492f-b5b1-610fb65464a2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034932Z:60e6227a-f4e7-4d98-b62f-4428e81b69f5" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "312357cb419a3a3c950f4810854ae8d0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:49:32 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "20a714e6-2943-4188-857b-35e9f1986197", - "x-ms-client-request-id": "312357cb419a3a3c950f4810854ae8d0", - "x-ms-correlation-request-id": "5448aa21-7e8f-4d7f-979e-06a125eb4f62", - "x-ms-ratelimit-remaining-subscription-reads": "10777", - "x-ms-request-id": "a37bdd1c-883a-4947-87ea-a072d3110201", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034933Z:5448aa21-7e8f-4d7f-979e-06a125eb4f62" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a3219405930583f8e588470276a8f2be", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:49:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0d056db9-d0c2-4cf1-a53d-40ff3c470c4d", - "x-ms-client-request-id": "a3219405930583f8e588470276a8f2be", - "x-ms-correlation-request-id": "27a7c120-3792-4bd3-9a29-8eae6c3a476c", - "x-ms-ratelimit-remaining-subscription-reads": "10776", - "x-ms-request-id": "0d60615b-e7df-444e-8695-cda24013e5e1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034934Z:27a7c120-3792-4bd3-9a29-8eae6c3a476c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ff327a5be03692da7bc33f5a06834ba3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:49:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "515453de-8d92-40b6-b241-6dda25c33947", - "x-ms-client-request-id": "ff327a5be03692da7bc33f5a06834ba3", - "x-ms-correlation-request-id": "1c7f05de-f887-4e07-86fe-7f7f2aed6c8e", - "x-ms-ratelimit-remaining-subscription-reads": "10775", - "x-ms-request-id": "8a26e7a1-6cca-488b-86f7-f9bab8171466", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034935Z:1c7f05de-f887-4e07-86fe-7f7f2aed6c8e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "805f2de99e2337c05fa04b11fa39c3ec", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:49:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d0f86baa-f6df-4187-a246-c5e4afa76ed1", - "x-ms-client-request-id": "805f2de99e2337c05fa04b11fa39c3ec", - "x-ms-correlation-request-id": "e7fac7db-7c70-4d61-8503-5bc7b4bb1882", - "x-ms-ratelimit-remaining-subscription-reads": "10774", - "x-ms-request-id": "8da1ae59-9d32-4e6f-9654-0230beec4e8f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034937Z:e7fac7db-7c70-4d61-8503-5bc7b4bb1882" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "0bb4891de917249ab98f2742549d7c62", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:49:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "70bfccc8-0896-40a3-a0a4-1d6e27e9e94f", - "x-ms-client-request-id": "0bb4891de917249ab98f2742549d7c62", - "x-ms-correlation-request-id": "f992c7bd-c1cf-4f6d-9281-bebd66acfc7d", - "x-ms-ratelimit-remaining-subscription-reads": "10773", - "x-ms-request-id": "47a57426-8db9-49f5-9cfd-d3e9383ce17a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034938Z:f992c7bd-c1cf-4f6d-9281-bebd66acfc7d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "4919a33c7149bd9bb9faa09695c89842", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:49:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f86e6fc9-80f5-4e3a-9458-205fcbfb9b15", - "x-ms-client-request-id": "4919a33c7149bd9bb9faa09695c89842", - "x-ms-correlation-request-id": "76194e24-6183-45e5-9ab7-dacbf04b92bf", - "x-ms-ratelimit-remaining-subscription-reads": "10772", - "x-ms-request-id": "58e015c5-4db8-4b9c-8dd1-e3515a003e21", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034939Z:76194e24-6183-45e5-9ab7-dacbf04b92bf" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7d3d52ff3fce008b923ac794777ee3c1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:49:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8fa81519-e360-4c9b-b21d-f2ad355180d6", - "x-ms-client-request-id": "7d3d52ff3fce008b923ac794777ee3c1", - "x-ms-correlation-request-id": "d01dd26b-cd52-43ee-b829-b918298d6dbd", - "x-ms-ratelimit-remaining-subscription-reads": "10771", - "x-ms-request-id": "bae80c36-7a96-412d-a049-4bd20e2b7f5e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034940Z:d01dd26b-cd52-43ee-b829-b918298d6dbd" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "57d4e9237a20aba3eef7521d48048ff0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:49:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2b5bd9d0-f905-4fb7-933a-a77d46f2bb54", - "x-ms-client-request-id": "57d4e9237a20aba3eef7521d48048ff0", - "x-ms-correlation-request-id": "80a2e78e-dff4-481e-bf3c-efc469d176a7", - "x-ms-ratelimit-remaining-subscription-reads": "10770", - "x-ms-request-id": "5a931326-0214-4a2b-b664-26ccc721bf0c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034942Z:80a2e78e-dff4-481e-bf3c-efc469d176a7" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "0143e4f6ff60fd931718b60faa06453a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:49:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "59953d86-5771-4fdf-b93c-6285372aa6c0", - "x-ms-client-request-id": "0143e4f6ff60fd931718b60faa06453a", - "x-ms-correlation-request-id": "63095834-3143-44ae-b744-5b0acd77ea90", - "x-ms-ratelimit-remaining-subscription-reads": "10769", - "x-ms-request-id": "a48cece7-d14e-4871-b3e6-fc9f47a0d3af", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034943Z:63095834-3143-44ae-b744-5b0acd77ea90" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ac72de1641f48422af918ed7ec6eb78e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:49:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "44102de4-3123-4d1e-b4e2-d0bcd7d362a6", - "x-ms-client-request-id": "ac72de1641f48422af918ed7ec6eb78e", - "x-ms-correlation-request-id": "b23c515b-e9de-49ff-bd6a-268504a15cef", - "x-ms-ratelimit-remaining-subscription-reads": "10768", - "x-ms-request-id": "d18452d7-6659-4e77-ad5b-b545e3a6db23", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034945Z:b23c515b-e9de-49ff-bd6a-268504a15cef" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "929dd6aae13a246055d73f07c49301e7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:49:45 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9a266303-40a5-4258-987e-f511dd60b037", - "x-ms-client-request-id": "929dd6aae13a246055d73f07c49301e7", - "x-ms-correlation-request-id": "76a72e60-0834-419b-b7b4-09dbfc0c3a3a", - "x-ms-ratelimit-remaining-subscription-reads": "10767", - "x-ms-request-id": "c5dc2a7a-1638-439a-87f7-ff74478042f8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034946Z:76a72e60-0834-419b-b7b4-09dbfc0c3a3a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "6a0617b1e391b5fcc2bf51cf70bc10a9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:49:47 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d603bee7-d41a-4e6b-b7a3-c3001222dd6c", - "x-ms-client-request-id": "6a0617b1e391b5fcc2bf51cf70bc10a9", - "x-ms-correlation-request-id": "5247b9a7-7742-4c48-a937-df1e5eae44ed", - "x-ms-ratelimit-remaining-subscription-reads": "10766", - "x-ms-request-id": "9a2a2c7e-86e9-475e-aa0c-1502e8967425", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034947Z:5247b9a7-7742-4c48-a937-df1e5eae44ed" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d4652760b36934ff7d4d561c011ac01c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:49:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5ef82d60-ecb4-4011-af14-7a5e8ff07f19", - "x-ms-client-request-id": "d4652760b36934ff7d4d561c011ac01c", - "x-ms-correlation-request-id": "2f109556-c5b3-4631-ba85-d3ca0c97cd97", - "x-ms-ratelimit-remaining-subscription-reads": "10765", - "x-ms-request-id": "95e0b136-91ca-4bc5-b083-ddcab6a5bdf3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034948Z:2f109556-c5b3-4631-ba85-d3ca0c97cd97" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d525a78f4d67c6fcdae8cf7b9091b498", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:49:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0b08fc0d-35bd-48ed-b177-e0df45269196", - "x-ms-client-request-id": "d525a78f4d67c6fcdae8cf7b9091b498", - "x-ms-correlation-request-id": "cdf7515d-dba5-4a8f-8b1e-5f7621f8da93", - "x-ms-ratelimit-remaining-subscription-reads": "10764", - "x-ms-request-id": "8d98b2d7-d11c-4e85-8d97-3e77faa55703", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034950Z:cdf7515d-dba5-4a8f-8b1e-5f7621f8da93" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "9ca696c72c2dfe7e17d1ec448cdfb3a7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:49:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b9838dda-77d8-4ee1-b7c4-d372e6e0a912", - "x-ms-client-request-id": "9ca696c72c2dfe7e17d1ec448cdfb3a7", - "x-ms-correlation-request-id": "dfa8da8f-cf27-4172-aaf7-ad143675ef36", - "x-ms-ratelimit-remaining-subscription-reads": "10763", - "x-ms-request-id": "9c3d807b-ebfa-47a9-93d3-571b28fa8e88", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034951Z:dfa8da8f-cf27-4172-aaf7-ad143675ef36" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c83f35ff3b9713412b9ffa81e384a4ec", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:49:52 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f6676ef0-db98-40ac-bb38-5db07933fa63", - "x-ms-client-request-id": "c83f35ff3b9713412b9ffa81e384a4ec", - "x-ms-correlation-request-id": "a92e755f-49b9-4c50-9d8f-e1e996300cac", - "x-ms-ratelimit-remaining-subscription-reads": "10762", - "x-ms-request-id": "76beed07-9a1c-4314-8883-cb5cc7465026", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034952Z:a92e755f-49b9-4c50-9d8f-e1e996300cac" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "6b55be98237362ef2927bd9561b839fa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:49:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "25129aeb-908a-431c-bead-479a0a42e348", - "x-ms-client-request-id": "6b55be98237362ef2927bd9561b839fa", - "x-ms-correlation-request-id": "307f8b16-3867-4d42-b33f-f4338a428361", - "x-ms-ratelimit-remaining-subscription-reads": "10761", - "x-ms-request-id": "217ef643-9d7d-4b8d-86d2-df1c97b01163", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034953Z:307f8b16-3867-4d42-b33f-f4338a428361" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5b7c2734ec518b015493718e32fd1a93", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:49:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ab1dc48f-4198-451a-a409-415a1c41cdc5", - "x-ms-client-request-id": "5b7c2734ec518b015493718e32fd1a93", - "x-ms-correlation-request-id": "62fbc2b8-fcbe-4e70-9fbb-f0261e50823c", - "x-ms-ratelimit-remaining-subscription-reads": "10760", - "x-ms-request-id": "e481801d-0795-4d5e-9811-3c726222037c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034955Z:62fbc2b8-fcbe-4e70-9fbb-f0261e50823c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ceabff2d478adb3445dc9f707eacb272", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:49:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0d1357af-4611-48b6-aa10-015bfcc54031", - "x-ms-client-request-id": "ceabff2d478adb3445dc9f707eacb272", - "x-ms-correlation-request-id": "67008ab5-3b67-4b44-9afd-7e458a1bb36b", - "x-ms-ratelimit-remaining-subscription-reads": "10759", - "x-ms-request-id": "310f57e2-f61d-4ba9-88d5-3d12aa2d6470", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034956Z:67008ab5-3b67-4b44-9afd-7e458a1bb36b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "bc4cff654907ac9bbdc917e0b261302c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:49:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c8a4e2a3-f449-4dad-b97b-543ffe3dbbb6", - "x-ms-client-request-id": "bc4cff654907ac9bbdc917e0b261302c", - "x-ms-correlation-request-id": "f1168611-7bdd-49f8-932a-1337a68a62c6", - "x-ms-ratelimit-remaining-subscription-reads": "10758", - "x-ms-request-id": "48d7bf70-8292-4e95-9820-668905dddeee", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034957Z:f1168611-7bdd-49f8-932a-1337a68a62c6" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "6168290c6b0ded6ff3a115744d910da8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:49:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c8b41efd-400d-4c4a-89c4-cf76e449aaf6", - "x-ms-client-request-id": "6168290c6b0ded6ff3a115744d910da8", - "x-ms-correlation-request-id": "f9559074-3e3e-4c5a-8735-903ddc30be75", - "x-ms-ratelimit-remaining-subscription-reads": "10757", - "x-ms-request-id": "a7250e33-7e5f-4925-b945-c88c4be184d1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T034958Z:f9559074-3e3e-4c5a-8735-903ddc30be75" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "3228fee05eb0e38c64fe11c1305328e4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:49:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "eb171277-4712-443f-b68e-84a7b8036699", - "x-ms-client-request-id": "3228fee05eb0e38c64fe11c1305328e4", - "x-ms-correlation-request-id": "68953ce4-758c-4bdb-ac0d-c42936d9b2d6", - "x-ms-ratelimit-remaining-subscription-reads": "10756", - "x-ms-request-id": "e5ab4472-ad3c-453e-9e27-1f1c7f2bfe9e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035000Z:68953ce4-758c-4bdb-ac0d-c42936d9b2d6" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "546372ac5043fa65905ec86633265f2b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:50:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "fa376736-0cda-4fcc-8454-dd4778e82f6f", - "x-ms-client-request-id": "546372ac5043fa65905ec86633265f2b", - "x-ms-correlation-request-id": "cd9a9cf5-3c9f-4ede-af56-6b343ce84c29", - "x-ms-ratelimit-remaining-subscription-reads": "10755", - "x-ms-request-id": "543a3cda-6e12-48e7-9919-a5c3decaa2d5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035001Z:cd9a9cf5-3c9f-4ede-af56-6b343ce84c29" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b3ff6fbbfd38ae7b9d84fc0e59aebda0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:50:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e42d4793-d437-4106-a16c-45aa3b05a831", - "x-ms-client-request-id": "b3ff6fbbfd38ae7b9d84fc0e59aebda0", - "x-ms-correlation-request-id": "348ca32e-78a4-4b8c-a045-1350430e261f", - "x-ms-ratelimit-remaining-subscription-reads": "10754", - "x-ms-request-id": "06c27724-1a61-48dc-9bfb-22548c11f593", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035002Z:348ca32e-78a4-4b8c-a045-1350430e261f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "dac83078b92d8f64992ea2519525af3e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:50:03 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0126c4f5-ee61-49f9-aa19-8828954c0327", - "x-ms-client-request-id": "dac83078b92d8f64992ea2519525af3e", - "x-ms-correlation-request-id": "95e02cbf-158f-4436-a1c4-81b31901e4b5", - "x-ms-ratelimit-remaining-subscription-reads": "10753", - "x-ms-request-id": "a6bd7e83-bd46-42e2-89eb-5bfc394b384b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035003Z:95e02cbf-158f-4436-a1c4-81b31901e4b5" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c005e59e7553afacf7b4b6be5456a0e1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:50:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "fd80a565-c29c-4453-99c8-c0069e0498b1", - "x-ms-client-request-id": "c005e59e7553afacf7b4b6be5456a0e1", - "x-ms-correlation-request-id": "c4bb5a3d-ae28-46a1-8e5a-ff1ed5cc29ef", - "x-ms-ratelimit-remaining-subscription-reads": "10752", - "x-ms-request-id": "c0eb11b9-c269-4760-bbf8-93f8a5995096", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035005Z:c4bb5a3d-ae28-46a1-8e5a-ff1ed5cc29ef" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "02ee28a1855d02fe0b701a0a5a291977", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:50:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "71e1bda9-ed3f-4b50-b9be-56c1849df179", - "x-ms-client-request-id": "02ee28a1855d02fe0b701a0a5a291977", - "x-ms-correlation-request-id": "e0be712d-1a72-4b2d-9fc5-5c9d74edc898", - "x-ms-ratelimit-remaining-subscription-reads": "10751", - "x-ms-request-id": "ea7f3628-0654-4ce2-86e9-5e45bb3f93dd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035006Z:e0be712d-1a72-4b2d-9fc5-5c9d74edc898" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7470bed4fca9034c8418e37902a53b42", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:50:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "32bd0485-6767-4a18-926d-48ab0e9fa7e9", - "x-ms-client-request-id": "7470bed4fca9034c8418e37902a53b42", - "x-ms-correlation-request-id": "b41488bc-a733-442a-a080-75d1259bc972", - "x-ms-ratelimit-remaining-subscription-reads": "10750", - "x-ms-request-id": "afa7e384-d8ef-4b9f-97e3-9c88853df3ef", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035007Z:b41488bc-a733-442a-a080-75d1259bc972" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "6db0c08dad3719e0e703b5e35aa155cd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:50:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f763509b-bc2e-408d-9546-333eeebdf477", - "x-ms-client-request-id": "6db0c08dad3719e0e703b5e35aa155cd", - "x-ms-correlation-request-id": "2fb35fdc-97ca-4ef4-b58d-b66d0ea1bf8c", - "x-ms-ratelimit-remaining-subscription-reads": "10749", - "x-ms-request-id": "5f670dc6-3ed1-464c-abf6-dffd84ca19f8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035009Z:2fb35fdc-97ca-4ef4-b58d-b66d0ea1bf8c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "95ea3e9b2ce6a538dbea7e44a184ff65", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:50:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "42b9fc8c-f63c-40bb-a3e8-21e18cd3f7b5", - "x-ms-client-request-id": "95ea3e9b2ce6a538dbea7e44a184ff65", - "x-ms-correlation-request-id": "cacf460a-9dfc-4007-ac6c-efc42254882e", - "x-ms-ratelimit-remaining-subscription-reads": "10748", - "x-ms-request-id": "841aeca2-ccfa-47d5-acf3-15d029ddd38a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035010Z:cacf460a-9dfc-4007-ac6c-efc42254882e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "997cd734ac792740dd568ca64769a8e3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:50:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "19a35246-c2d2-423d-9746-b4fe006718eb", - "x-ms-client-request-id": "997cd734ac792740dd568ca64769a8e3", - "x-ms-correlation-request-id": "c4886766-6c03-4ceb-8606-021ed6c81aa4", - "x-ms-ratelimit-remaining-subscription-reads": "10747", - "x-ms-request-id": "47f6e510-a678-46b1-b7f5-b60db6d7afaf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035011Z:c4886766-6c03-4ceb-8606-021ed6c81aa4" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c3dd15c3a5bb605c870a914c2e9b7762", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:50:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "97655315-fdb5-48ee-8a0c-005bd06b49b2", - "x-ms-client-request-id": "c3dd15c3a5bb605c870a914c2e9b7762", - "x-ms-correlation-request-id": "97307694-cda5-47d9-b9b1-5ee8dc36fffb", - "x-ms-ratelimit-remaining-subscription-reads": "10746", - "x-ms-request-id": "c791786e-281d-4ee5-a6ca-ed3a5c904147", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035013Z:97307694-cda5-47d9-b9b1-5ee8dc36fffb" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "83af4f03bb24ef53fec2b88fa0925d71", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:50:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b248c368-4ff1-4092-8ee3-2b0403107067", - "x-ms-client-request-id": "83af4f03bb24ef53fec2b88fa0925d71", - "x-ms-correlation-request-id": "18030cec-64e3-4989-add8-041949047294", - "x-ms-ratelimit-remaining-subscription-reads": "10745", - "x-ms-request-id": "9e7e20f9-8924-4d33-9777-3ceea0cfde64", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035014Z:18030cec-64e3-4989-add8-041949047294" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8b819a423ca68eaa7a1b126e1af3f841", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:50:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8be45c1a-f8ec-4aa2-8850-1ff0d80e9d12", - "x-ms-client-request-id": "8b819a423ca68eaa7a1b126e1af3f841", - "x-ms-correlation-request-id": "a80a15c7-9eec-4525-8b33-14eccce24aa7", - "x-ms-ratelimit-remaining-subscription-reads": "10744", - "x-ms-request-id": "734ec9f7-95be-45a5-adc1-cf284e438bed", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035015Z:a80a15c7-9eec-4525-8b33-14eccce24aa7" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f8a229df24ba08bec2eec4f8edcdc0f4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:50:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "06b267db-624e-4588-8811-acf59355fe9d", - "x-ms-client-request-id": "f8a229df24ba08bec2eec4f8edcdc0f4", - "x-ms-correlation-request-id": "c63d6813-3e35-4d8c-bd88-9c0586dd5147", - "x-ms-ratelimit-remaining-subscription-reads": "10743", - "x-ms-request-id": "b8cf3220-be11-4a45-adb2-8ed8b9fb8cca", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035016Z:c63d6813-3e35-4d8c-bd88-9c0586dd5147" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "94091fadeb1ac6bba4200809a8e5d50a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:50:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "de9f9d48-1ef8-4a73-91a2-c24590d0a4a6", - "x-ms-client-request-id": "94091fadeb1ac6bba4200809a8e5d50a", - "x-ms-correlation-request-id": "d5bf03de-21dd-4c6a-b2cf-912180046006", - "x-ms-ratelimit-remaining-subscription-reads": "10742", - "x-ms-request-id": "98eeeb50-41e0-4019-a021-11fd740d2c28", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035018Z:d5bf03de-21dd-4c6a-b2cf-912180046006" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "76b077c965ef1eb7dc78c9b877b1a0ad", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:50:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6e36b60c-6d01-4c3d-8499-3f56df6c3658", - "x-ms-client-request-id": "76b077c965ef1eb7dc78c9b877b1a0ad", - "x-ms-correlation-request-id": "dcad97dd-a36d-418b-959f-a2a38f006962", - "x-ms-ratelimit-remaining-subscription-reads": "10741", - "x-ms-request-id": "b76049bc-5c3f-416f-8bfe-be8a644e5bbb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035019Z:dcad97dd-a36d-418b-959f-a2a38f006962" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "fac11d5a64e9f3266ddc53991bb55fdc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:50:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "87ed1bb2-24da-452f-9f50-17f4aeda9b6a", - "x-ms-client-request-id": "fac11d5a64e9f3266ddc53991bb55fdc", - "x-ms-correlation-request-id": "08ab94b4-96b1-41a7-8176-938cac70a0e8", - "x-ms-ratelimit-remaining-subscription-reads": "10740", - "x-ms-request-id": "022afb9a-0262-4a23-a4c8-3d8651d6fe0b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035020Z:08ab94b4-96b1-41a7-8176-938cac70a0e8" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "762fba194a1c470468ebb7a221034ef3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:50:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d6bf3a9d-0721-4202-aecf-aa3675973fa6", - "x-ms-client-request-id": "762fba194a1c470468ebb7a221034ef3", - "x-ms-correlation-request-id": "0e796fa4-522c-4873-8a23-8e83c40a99a3", - "x-ms-ratelimit-remaining-subscription-reads": "10739", - "x-ms-request-id": "76693081-75e4-41bd-b2c7-564e58914636", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035021Z:0e796fa4-522c-4873-8a23-8e83c40a99a3" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8bae5b7fda24642150bd0813121d0227", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:50:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d08c56ba-6ba1-4b2d-98c5-45d1dc857e8b", - "x-ms-client-request-id": "8bae5b7fda24642150bd0813121d0227", - "x-ms-correlation-request-id": "eec3ef6c-bd2f-4820-a5fb-3b45170cb394", - "x-ms-ratelimit-remaining-subscription-reads": "10738", - "x-ms-request-id": "bdb7801a-e46e-49e1-aff8-541337431770", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035023Z:eec3ef6c-bd2f-4820-a5fb-3b45170cb394" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "bd9fed182a821091187991fead84d16a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:50:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1ac232e0-3ab6-4758-bc7c-42b7b8c363a8", - "x-ms-client-request-id": "bd9fed182a821091187991fead84d16a", - "x-ms-correlation-request-id": "aa9535c1-fc88-4a74-8604-efd1fcb7c07d", - "x-ms-ratelimit-remaining-subscription-reads": "10737", - "x-ms-request-id": "0dc7c8dd-a899-4cbf-8bb2-7ed1578629d9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035024Z:aa9535c1-fc88-4a74-8604-efd1fcb7c07d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c0195f8dd4063eb898ca255f41f1354a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:50:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7870bb12-1ac6-4a22-a1aa-138c3fb08d75", - "x-ms-client-request-id": "c0195f8dd4063eb898ca255f41f1354a", - "x-ms-correlation-request-id": "8cb835da-9735-4f8f-bf01-bcd6e3cd7f8e", - "x-ms-ratelimit-remaining-subscription-reads": "10736", - "x-ms-request-id": "961d2071-0c22-4b1a-bdae-8e0672b24595", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035025Z:8cb835da-9735-4f8f-bf01-bcd6e3cd7f8e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "34898fe991645570c99d72aa4922b7cc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:50:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a56fab86-1347-48a4-8ccb-8036f24b80a9", - "x-ms-client-request-id": "34898fe991645570c99d72aa4922b7cc", - "x-ms-correlation-request-id": "82cac5e5-6b23-4c58-86a0-616179c6734d", - "x-ms-ratelimit-remaining-subscription-reads": "10735", - "x-ms-request-id": "bfb927d6-887e-432f-ad04-906e2b4d95a8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035027Z:82cac5e5-6b23-4c58-86a0-616179c6734d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b2869eeb41044420346024b70531ce27", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:50:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "02b87d4f-d0fc-4d53-9b91-9d534e142cf5", - "x-ms-client-request-id": "b2869eeb41044420346024b70531ce27", - "x-ms-correlation-request-id": "57dc9c37-d632-48ae-81cb-8bbcf3b0d5c7", - "x-ms-ratelimit-remaining-subscription-reads": "10734", - "x-ms-request-id": "ac81df4c-fc54-458e-967d-d3b2f69a30b1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035028Z:57dc9c37-d632-48ae-81cb-8bbcf3b0d5c7" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "1d1446439cfbfc05eec4f668620df576", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:50:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e99d788c-a78d-4f3d-9844-fe8ff2520e35", - "x-ms-client-request-id": "1d1446439cfbfc05eec4f668620df576", - "x-ms-correlation-request-id": "018ca142-d930-418c-a077-b1c18e2ad659", - "x-ms-ratelimit-remaining-subscription-reads": "10733", - "x-ms-request-id": "7ba15a07-e920-4962-b703-ff93b7cb7744", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035029Z:018ca142-d930-418c-a077-b1c18e2ad659" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a3735912836ba7466f44ff036cb95097", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:50:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "43498eb5-d90b-47b2-9112-080302df3f88", - "x-ms-client-request-id": "a3735912836ba7466f44ff036cb95097", - "x-ms-correlation-request-id": "0c0c2f56-5fe6-4379-b0f1-7d4bc34f9f20", - "x-ms-ratelimit-remaining-subscription-reads": "10732", - "x-ms-request-id": "171436b8-a7ce-4785-9745-c4497ed23a32", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035030Z:0c0c2f56-5fe6-4379-b0f1-7d4bc34f9f20" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "02674ace9a0e4ed19889c33f4ab7e227", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:50:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5511be72-d960-4f86-a591-a3e8bbbb02f1", - "x-ms-client-request-id": "02674ace9a0e4ed19889c33f4ab7e227", - "x-ms-correlation-request-id": "dbaf0314-ce67-4178-9a6f-eea869d3363a", - "x-ms-ratelimit-remaining-subscription-reads": "10731", - "x-ms-request-id": "5a0951a6-6dfd-4b9d-ad55-e2878baa9a40", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035032Z:dbaf0314-ce67-4178-9a6f-eea869d3363a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "aba5ae6b2bbdc0bcff6caeb69c028f35", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:50:32 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5bc957a2-e861-49fa-bff0-66a8c7f25f41", - "x-ms-client-request-id": "aba5ae6b2bbdc0bcff6caeb69c028f35", - "x-ms-correlation-request-id": "422f0387-f5cd-4066-a5a2-66767c2735c4", - "x-ms-ratelimit-remaining-subscription-reads": "10730", - "x-ms-request-id": "f4fce7b6-1880-431e-8e13-6701507da340", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035033Z:422f0387-f5cd-4066-a5a2-66767c2735c4" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "179a5e74f2a6786788250ae1bf075db7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:50:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c9e768ac-b4c3-4de1-9ee3-6973389928bc", - "x-ms-client-request-id": "179a5e74f2a6786788250ae1bf075db7", - "x-ms-correlation-request-id": "c8a246f5-4a4c-465c-b4f6-0b3824c593e8", - "x-ms-ratelimit-remaining-subscription-reads": "10729", - "x-ms-request-id": "daac8372-64fc-4331-899a-2d3420dc73eb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035034Z:c8a246f5-4a4c-465c-b4f6-0b3824c593e8" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "bd97d862a413a3da8da602a1ec1bb196", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:50:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "af84fd0b-ffb0-49ae-8b62-97b20057c5af", - "x-ms-client-request-id": "bd97d862a413a3da8da602a1ec1bb196", - "x-ms-correlation-request-id": "39f4f5d7-05e5-44bc-801d-c442e2f5fe06", - "x-ms-ratelimit-remaining-subscription-reads": "10728", - "x-ms-request-id": "305d2197-69d4-4f7c-943a-115befdf0950", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035036Z:39f4f5d7-05e5-44bc-801d-c442e2f5fe06" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ebcb8dfaca1d7980462c239821db00f8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:50:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f18345cc-0322-420a-a4f1-eb191693bf2b", - "x-ms-client-request-id": "ebcb8dfaca1d7980462c239821db00f8", - "x-ms-correlation-request-id": "bbd34770-59fe-4ba2-a096-28a7b9cb6fc4", - "x-ms-ratelimit-remaining-subscription-reads": "10727", - "x-ms-request-id": "b3e707ab-a5eb-4c3c-94cc-12a7bec16407", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035037Z:bbd34770-59fe-4ba2-a096-28a7b9cb6fc4" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c453f60fd16acf2284f68afff0c68b6c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:50:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "610fc622-bfa6-4c4e-b1d5-fd1a3f550793", - "x-ms-client-request-id": "c453f60fd16acf2284f68afff0c68b6c", - "x-ms-correlation-request-id": "496b5e34-c32f-4d19-9148-7faa62d7cfd9", - "x-ms-ratelimit-remaining-subscription-reads": "10726", - "x-ms-request-id": "101a1e00-90fe-41b8-9ef9-83aa7d79a0c0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035038Z:496b5e34-c32f-4d19-9148-7faa62d7cfd9" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "32e77473713b9899571e76e7804182b2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:50:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "932c3e3d-1431-40c2-b5ec-7664e838ade8", - "x-ms-client-request-id": "32e77473713b9899571e76e7804182b2", - "x-ms-correlation-request-id": "7ec153bb-b3c7-45c3-b943-14926567e61c", - "x-ms-ratelimit-remaining-subscription-reads": "10725", - "x-ms-request-id": "495172bf-fae5-42ed-a787-a9cfc59d13d2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035039Z:7ec153bb-b3c7-45c3-b943-14926567e61c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f59209a6edc7282b6bfc662640818980", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:50:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "84cd2c62-980d-465c-b351-1ed45eb17653", - "x-ms-client-request-id": "f59209a6edc7282b6bfc662640818980", - "x-ms-correlation-request-id": "213de6e4-06c6-461b-99bf-7e88cee97920", - "x-ms-ratelimit-remaining-subscription-reads": "10724", - "x-ms-request-id": "6b737afd-a73b-4180-b21b-02fda99bc0d5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035041Z:213de6e4-06c6-461b-99bf-7e88cee97920" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ac25b6a0cef49dbd5dbb6c4b5a3b4e43", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:50:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7cef2ea4-bb83-4e89-b6fe-31924b0660ef", - "x-ms-client-request-id": "ac25b6a0cef49dbd5dbb6c4b5a3b4e43", - "x-ms-correlation-request-id": "07fb1a60-fe57-4427-b469-1ed06c9bc6fb", - "x-ms-ratelimit-remaining-subscription-reads": "10723", - "x-ms-request-id": "3dd67c07-1761-4a92-869a-f6cec27b0ee6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035042Z:07fb1a60-fe57-4427-b469-1ed06c9bc6fb" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e659d874963385a548bec63f0b7257d6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:50:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d9925fd6-41d2-4a23-8374-38c0134e75e8", - "x-ms-client-request-id": "e659d874963385a548bec63f0b7257d6", - "x-ms-correlation-request-id": "97ba5858-b164-4a12-a334-068e9b7727ef", - "x-ms-ratelimit-remaining-subscription-reads": "10722", - "x-ms-request-id": "189ffcac-0083-476d-b4a6-a72a21412be2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035043Z:97ba5858-b164-4a12-a334-068e9b7727ef" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ca46f695d51cd7bd4cf4980c81e0cd30", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:50:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "584354ac-c24c-4916-8b3b-9f03434e2d16", - "x-ms-client-request-id": "ca46f695d51cd7bd4cf4980c81e0cd30", - "x-ms-correlation-request-id": "f641c3e4-3d6a-4d31-a43b-2318fc710df6", - "x-ms-ratelimit-remaining-subscription-reads": "10721", - "x-ms-request-id": "874a7f49-472f-4c74-9444-93bd3d1d3a08", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035044Z:f641c3e4-3d6a-4d31-a43b-2318fc710df6" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "67b222ada2270a4d119f6435077d92ea", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:50:45 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "89f321d4-cb27-45ee-baad-0f6a316b5fdd", - "x-ms-client-request-id": "67b222ada2270a4d119f6435077d92ea", - "x-ms-correlation-request-id": "c837d8ef-33b9-4ae3-a01c-4a5939733751", - "x-ms-ratelimit-remaining-subscription-reads": "10720", - "x-ms-request-id": "42f539a1-1108-4e9a-bfcc-50b11f0fcfea", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035046Z:c837d8ef-33b9-4ae3-a01c-4a5939733751" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "64b6956384f49f271a81993efe990468", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:50:46 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2c181531-466e-49ab-a50a-2704408c1d1d", - "x-ms-client-request-id": "64b6956384f49f271a81993efe990468", - "x-ms-correlation-request-id": "4f96fe94-756b-4ab7-825e-ffa17dcdc56b", - "x-ms-ratelimit-remaining-subscription-reads": "10719", - "x-ms-request-id": "07b7515e-a24e-45d4-aed7-fa706db7c398", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035047Z:4f96fe94-756b-4ab7-825e-ffa17dcdc56b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e89296f0f0c0f2aea83bb87c7087cfce", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:50:47 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8c9d82f9-79ac-4701-9c26-cb428f9c65a4", - "x-ms-client-request-id": "e89296f0f0c0f2aea83bb87c7087cfce", - "x-ms-correlation-request-id": "11059bb9-7bba-4e78-bfcc-63929eaab551", - "x-ms-ratelimit-remaining-subscription-reads": "10718", - "x-ms-request-id": "2cbf5ccd-7f64-4487-95d5-322182f4c633", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035048Z:11059bb9-7bba-4e78-bfcc-63929eaab551" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "eca8ad626929283bfb124da5080e0c77", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:50:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d09eca31-604f-4bfc-ab14-cdb2f6eb1214", - "x-ms-client-request-id": "eca8ad626929283bfb124da5080e0c77", - "x-ms-correlation-request-id": "949fbff2-253f-41d8-ac31-3dd71f10ee89", - "x-ms-ratelimit-remaining-subscription-reads": "10717", - "x-ms-request-id": "88798a18-4dad-4fbc-abbd-722a8b63d070", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035050Z:949fbff2-253f-41d8-ac31-3dd71f10ee89" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7144fb9ba9eb732ae6c3bbb9cbab2e92", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:50:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "515c53cb-d0a9-4566-85b5-d201e3a8b977", - "x-ms-client-request-id": "7144fb9ba9eb732ae6c3bbb9cbab2e92", - "x-ms-correlation-request-id": "2b5040b2-8990-4149-aea2-451b92b8f344", - "x-ms-ratelimit-remaining-subscription-reads": "10716", - "x-ms-request-id": "c7ef76c2-a0b6-4a56-b474-4174d3895952", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035051Z:2b5040b2-8990-4149-aea2-451b92b8f344" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "51dccbb217f0873e5a69ecaea209e99a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:50:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0480d3cb-9724-4082-bc54-af9b25a8903c", - "x-ms-client-request-id": "51dccbb217f0873e5a69ecaea209e99a", - "x-ms-correlation-request-id": "5c584f21-d583-4f4f-b366-bfcb302189b0", - "x-ms-ratelimit-remaining-subscription-reads": "10715", - "x-ms-request-id": "aac3ad1f-ff03-4596-a467-2fdb4d1335f0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035052Z:5c584f21-d583-4f4f-b366-bfcb302189b0" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "75e1402f5e43b8e382350566ad815c50", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:50:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "45c4f886-f05a-408e-a624-03881bde627e", - "x-ms-client-request-id": "75e1402f5e43b8e382350566ad815c50", - "x-ms-correlation-request-id": "b68c5005-5354-4aaa-bbe4-27792fddabd5", - "x-ms-ratelimit-remaining-subscription-reads": "10714", - "x-ms-request-id": "75e41a8f-822b-447d-8b9f-bb7dd2bbad17", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035054Z:b68c5005-5354-4aaa-bbe4-27792fddabd5" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "3df3bae3bb328386bdbd1681bc7cd0dd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:50:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5e81f087-3398-48b5-b7e8-b2b271b00819", - "x-ms-client-request-id": "3df3bae3bb328386bdbd1681bc7cd0dd", - "x-ms-correlation-request-id": "8ad1757e-4bb3-4f3f-b4d4-a4663917ec39", - "x-ms-ratelimit-remaining-subscription-reads": "10713", - "x-ms-request-id": "3096e570-0c22-4d05-8ab6-52fab0ef1719", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035055Z:8ad1757e-4bb3-4f3f-b4d4-a4663917ec39" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8b8a21d9b9ca534fe823cebb12d7dad9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:50:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "47a215c4-b98d-43ab-8714-9c880d6983f4", - "x-ms-client-request-id": "8b8a21d9b9ca534fe823cebb12d7dad9", - "x-ms-correlation-request-id": "0aef657b-fda0-4628-b6d7-7c848f4d4a60", - "x-ms-ratelimit-remaining-subscription-reads": "10712", - "x-ms-request-id": "aaf65669-d6ba-439b-ad82-5e6f75963208", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035056Z:0aef657b-fda0-4628-b6d7-7c848f4d4a60" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e8ca9c0dac157368ba5db8854861fc06", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:50:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6c11ec98-d575-43e4-816c-e2094e994e3d", - "x-ms-client-request-id": "e8ca9c0dac157368ba5db8854861fc06", - "x-ms-correlation-request-id": "4e66bc8b-068c-427d-9a07-816505935ea3", - "x-ms-ratelimit-remaining-subscription-reads": "10711", - "x-ms-request-id": "8ce6033a-12fa-4361-ad31-277ca3880022", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035057Z:4e66bc8b-068c-427d-9a07-816505935ea3" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8c8d2864d1f729866aa0550feccb71e5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:50:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f285f1a9-fb0f-4c77-937d-ff0eca365039", - "x-ms-client-request-id": "8c8d2864d1f729866aa0550feccb71e5", - "x-ms-correlation-request-id": "2fddbe2b-181b-4e77-a117-9b11cb4c35bb", - "x-ms-ratelimit-remaining-subscription-reads": "10710", - "x-ms-request-id": "021480bd-3e28-4258-8565-7686935a8228", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035059Z:2fddbe2b-181b-4e77-a117-9b11cb4c35bb" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "20743de2e8b12cc7b916d06c01c90b86", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:50:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5a0d2e76-5364-43b4-8c16-43cc9412a14b", - "x-ms-client-request-id": "20743de2e8b12cc7b916d06c01c90b86", - "x-ms-correlation-request-id": "903eba25-23de-4238-91f6-107ba803d7a9", - "x-ms-ratelimit-remaining-subscription-reads": "10709", - "x-ms-request-id": "b205eb40-598d-4095-b776-a6ccc1d537db", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035100Z:903eba25-23de-4238-91f6-107ba803d7a9" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e957c7274e4a3be116a07d75575887ee", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:51:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1ed241d9-b001-4179-8c3c-fe11f2393b01", - "x-ms-client-request-id": "e957c7274e4a3be116a07d75575887ee", - "x-ms-correlation-request-id": "241f289a-78c4-4ef4-93fe-d786bc88af91", - "x-ms-ratelimit-remaining-subscription-reads": "10708", - "x-ms-request-id": "e9401f2c-b35c-49cf-95e3-90b47a858d23", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035101Z:241f289a-78c4-4ef4-93fe-d786bc88af91" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "0ba3d2ecdbec7c546060d3e1001928a0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:51:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0ddb5ab9-3c8d-4685-91fb-feac90037512", - "x-ms-client-request-id": "0ba3d2ecdbec7c546060d3e1001928a0", - "x-ms-correlation-request-id": "a7c4ea08-2a38-462b-9c56-df17cc0ed55f", - "x-ms-ratelimit-remaining-subscription-reads": "10707", - "x-ms-request-id": "6aa0db0c-187c-45bb-9dd2-c24255c0ffab", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035102Z:a7c4ea08-2a38-462b-9c56-df17cc0ed55f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "25e8ce948774949a5b3909116a52d560", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:51:03 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2c52e99a-a101-4c8f-9cd1-10ffb8caee80", - "x-ms-client-request-id": "25e8ce948774949a5b3909116a52d560", - "x-ms-correlation-request-id": "3626d1cc-7849-4215-aef5-46f4170eae95", - "x-ms-ratelimit-remaining-subscription-reads": "10706", - "x-ms-request-id": "da8e4cd1-221e-44d5-b122-11cf2d184895", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035104Z:3626d1cc-7849-4215-aef5-46f4170eae95" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2e80e28f00264b9a73da89e97bff3afd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:51:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5e84b0db-4211-4765-b602-a167cb6d7c0a", - "x-ms-client-request-id": "2e80e28f00264b9a73da89e97bff3afd", - "x-ms-correlation-request-id": "ab015927-a4de-4824-bddb-eee0f59b6aa4", - "x-ms-ratelimit-remaining-subscription-reads": "10705", - "x-ms-request-id": "332f2b8b-154b-4d4c-a0df-3c1832008b7e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035105Z:ab015927-a4de-4824-bddb-eee0f59b6aa4" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "88e0dc786170647a370eafb3d243110d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:51:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9b2012a7-28eb-40da-8db5-fd45ee28871e", - "x-ms-client-request-id": "88e0dc786170647a370eafb3d243110d", - "x-ms-correlation-request-id": "c0f7645f-b6e3-4265-848c-1cb4b6c7074d", - "x-ms-ratelimit-remaining-subscription-reads": "10704", - "x-ms-request-id": "b6b93271-f04d-45c4-a709-207324111b4b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035106Z:c0f7645f-b6e3-4265-848c-1cb4b6c7074d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "1e52728bf999947a349cb199feb1195c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:51:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3861f1d3-b993-45a6-9ff7-da967b57a1bb", - "x-ms-client-request-id": "1e52728bf999947a349cb199feb1195c", - "x-ms-correlation-request-id": "9f7373a7-9baf-405c-80ac-d32cf27f1247", - "x-ms-ratelimit-remaining-subscription-reads": "10703", - "x-ms-request-id": "c69bb855-e953-406c-8b94-cda28d0393c1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035107Z:9f7373a7-9baf-405c-80ac-d32cf27f1247" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8d990cfe4c722def671bf61750e67930", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:51:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "86f09d4f-0f20-43e7-b26b-59ce64ac4f2a", - "x-ms-client-request-id": "8d990cfe4c722def671bf61750e67930", - "x-ms-correlation-request-id": "d6cd1d31-cd58-47d0-a06b-342c71d5d2be", - "x-ms-ratelimit-remaining-subscription-reads": "10702", - "x-ms-request-id": "bef43f0a-924d-4cb6-9385-51f69d3fd46f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035109Z:d6cd1d31-cd58-47d0-a06b-342c71d5d2be" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "085e7bc91cad7e63624b54d3b0e16686", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:51:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2ce4d52f-651f-498c-853b-041387c95842", - "x-ms-client-request-id": "085e7bc91cad7e63624b54d3b0e16686", - "x-ms-correlation-request-id": "778e6f6b-b317-4598-b01c-eb8f9c45cdbf", - "x-ms-ratelimit-remaining-subscription-reads": "10701", - "x-ms-request-id": "b334d915-99ac-4728-be24-d568e1cb907d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035110Z:778e6f6b-b317-4598-b01c-eb8f9c45cdbf" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c5b553f583a93e9b8224b67d0262434d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:51:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2e24f457-c5c1-4801-9549-421c5480c24a", - "x-ms-client-request-id": "c5b553f583a93e9b8224b67d0262434d", - "x-ms-correlation-request-id": "7329a48b-16f8-4079-af0b-802e91c6439c", - "x-ms-ratelimit-remaining-subscription-reads": "10700", - "x-ms-request-id": "8c264c54-c802-45c0-89a5-30baf189a20a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035111Z:7329a48b-16f8-4079-af0b-802e91c6439c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "82cf81231052e1aea81a2b27f81c7d86", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:51:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f95725c0-0357-4a33-98dd-991f56722aa1", - "x-ms-client-request-id": "82cf81231052e1aea81a2b27f81c7d86", - "x-ms-correlation-request-id": "d6104828-95b9-454b-b7d8-e84a9ef1b77a", - "x-ms-ratelimit-remaining-subscription-reads": "10699", - "x-ms-request-id": "e8d89982-de64-4ccd-8988-ca7f16709bc3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035113Z:d6104828-95b9-454b-b7d8-e84a9ef1b77a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "fd2270b5b3314586e020858865e67b00", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:51:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "bfdc9bfd-2a96-4a13-83c8-edbcadd6459f", - "x-ms-client-request-id": "fd2270b5b3314586e020858865e67b00", - "x-ms-correlation-request-id": "41b31faf-ef11-4a85-990b-4b322ccc6513", - "x-ms-ratelimit-remaining-subscription-reads": "10698", - "x-ms-request-id": "330ca5b6-3f5c-4421-8183-3d5df3114e39", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035114Z:41b31faf-ef11-4a85-990b-4b322ccc6513" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2eaf0707e411e434a4d31c8e58744566", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:51:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c6c4d011-cb91-46bf-9780-1dc7c298b319", - "x-ms-client-request-id": "2eaf0707e411e434a4d31c8e58744566", - "x-ms-correlation-request-id": "561c49d6-1151-4aab-a36e-385a4aa42d73", - "x-ms-ratelimit-remaining-subscription-reads": "10697", - "x-ms-request-id": "ca00411f-e156-4f02-adb3-6c723095ffa2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035115Z:561c49d6-1151-4aab-a36e-385a4aa42d73" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "92c830a7463f701bfa8aa1318a257cc2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:51:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b2c2acad-319b-4a8d-83e8-b458149511bb", - "x-ms-client-request-id": "92c830a7463f701bfa8aa1318a257cc2", - "x-ms-correlation-request-id": "dfc7358f-7427-4701-a7a7-1df24b7a9b35", - "x-ms-ratelimit-remaining-subscription-reads": "10696", - "x-ms-request-id": "0d0754b9-fd2a-4909-9912-5b96b97d73cf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035116Z:dfc7358f-7427-4701-a7a7-1df24b7a9b35" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f11f2a9e4e6cd0743b3e585e96f7ec6c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:51:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e01fa1a5-db14-44dc-8835-c9dd73284d17", - "x-ms-client-request-id": "f11f2a9e4e6cd0743b3e585e96f7ec6c", - "x-ms-correlation-request-id": "c8a5a338-b284-45a7-8149-4302af2db77a", - "x-ms-ratelimit-remaining-subscription-reads": "10695", - "x-ms-request-id": "17f8a608-2503-4e37-b762-027d88ba43c3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035118Z:c8a5a338-b284-45a7-8149-4302af2db77a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "34e01fdae91dc1c0eb3e34874202597f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:51:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d0f1de67-254b-410f-b3a7-e34392daff5d", - "x-ms-client-request-id": "34e01fdae91dc1c0eb3e34874202597f", - "x-ms-correlation-request-id": "0d7018a6-c398-490c-b6b3-9823f792588f", - "x-ms-ratelimit-remaining-subscription-reads": "10694", - "x-ms-request-id": "be4b2a96-0f46-421a-b94c-bae548a2bae6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035119Z:0d7018a6-c398-490c-b6b3-9823f792588f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2ef05a57545459f9bcf75601edbdda02", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:51:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9e6bf8a6-ece2-40a9-ae81-be1f24dc9df9", - "x-ms-client-request-id": "2ef05a57545459f9bcf75601edbdda02", - "x-ms-correlation-request-id": "abe20a2b-dda9-4b77-a3cf-6bf51552a9e4", - "x-ms-ratelimit-remaining-subscription-reads": "10693", - "x-ms-request-id": "429d4fdd-8a52-46c9-99ea-a6bef194cb52", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035120Z:abe20a2b-dda9-4b77-a3cf-6bf51552a9e4" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "6b57359d4744b5a4695d052d19ed8e39", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:51:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4ba4ae9a-6c4f-4fe9-8c03-acaa526eb702", - "x-ms-client-request-id": "6b57359d4744b5a4695d052d19ed8e39", - "x-ms-correlation-request-id": "fb34a1b0-e63e-44db-abf9-d20378d2771d", - "x-ms-ratelimit-remaining-subscription-reads": "10692", - "x-ms-request-id": "2d64e176-6a2e-4a2b-8dcf-d83e0c6fc7fa", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035121Z:fb34a1b0-e63e-44db-abf9-d20378d2771d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "3b07d9e4be0785172687782692bfd42e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:51:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6c20d70b-2710-481a-aec9-ed4f4029d4bf", - "x-ms-client-request-id": "3b07d9e4be0785172687782692bfd42e", - "x-ms-correlation-request-id": "94597f83-37d4-4f48-9e08-53a6bcac5fda", - "x-ms-ratelimit-remaining-subscription-reads": "10691", - "x-ms-request-id": "f780add8-82c2-40ff-b5b3-7f2c8b4b53fd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035123Z:94597f83-37d4-4f48-9e08-53a6bcac5fda" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "0de93164eeab0f3ab63ac4f64fcb3fce", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:51:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "268bafed-6896-4694-803d-a36f27213368", - "x-ms-client-request-id": "0de93164eeab0f3ab63ac4f64fcb3fce", - "x-ms-correlation-request-id": "1786e699-0644-4b99-bde6-34c7ef328238", - "x-ms-ratelimit-remaining-subscription-reads": "10690", - "x-ms-request-id": "d4228d49-054d-4281-b9f6-94effcd3669b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035124Z:1786e699-0644-4b99-bde6-34c7ef328238" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "131c1d699eb6defb1dd144bdce7e22aa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:51:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6feeffa5-6c3d-4fa1-82a4-1a030a0ae34b", - "x-ms-client-request-id": "131c1d699eb6defb1dd144bdce7e22aa", - "x-ms-correlation-request-id": "339286a7-8691-4ad5-93c2-ebb8744536fd", - "x-ms-ratelimit-remaining-subscription-reads": "10689", - "x-ms-request-id": "0d1d1f2d-366f-4b73-b199-18659db2274e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035125Z:339286a7-8691-4ad5-93c2-ebb8744536fd" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e8c9d7898003f58e9ef785cdfa20365b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:51:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4a120d8a-682c-4b79-b0f6-89dbb6632e07", - "x-ms-client-request-id": "e8c9d7898003f58e9ef785cdfa20365b", - "x-ms-correlation-request-id": "79ce8533-2ee4-44f6-ae6b-753db8fda206", - "x-ms-ratelimit-remaining-subscription-reads": "10688", - "x-ms-request-id": "82445a3d-dbb3-4e7e-9591-276294825eb9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035127Z:79ce8533-2ee4-44f6-ae6b-753db8fda206" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "74bcaa47c0a2c678360aefd9aa7d4138", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:51:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "401f3bfc-7f3d-44ac-accc-4a116795bf91", - "x-ms-client-request-id": "74bcaa47c0a2c678360aefd9aa7d4138", - "x-ms-correlation-request-id": "d0fcdabc-e0ec-44ef-b047-96ce1de3f407", - "x-ms-ratelimit-remaining-subscription-reads": "10687", - "x-ms-request-id": "5923ebe3-7098-409c-99f3-ea1c76c6876a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035128Z:d0fcdabc-e0ec-44ef-b047-96ce1de3f407" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "776d19175702e8ca8f2774be192de4fd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:51:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1d89c29e-2380-465d-9c7b-0b216f5b1c41", - "x-ms-client-request-id": "776d19175702e8ca8f2774be192de4fd", - "x-ms-correlation-request-id": "76371373-72ed-48e4-ae1c-85ef5207bb36", - "x-ms-ratelimit-remaining-subscription-reads": "10686", - "x-ms-request-id": "c7477dab-2f9e-4b77-9ceb-a6409604083e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035129Z:76371373-72ed-48e4-ae1c-85ef5207bb36" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2476e99baec1c8085f03b2f891b44b21", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:51:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "abedd5ea-72c0-47f3-96b5-6c4fb1b52535", - "x-ms-client-request-id": "2476e99baec1c8085f03b2f891b44b21", - "x-ms-correlation-request-id": "6df10534-6de1-4f37-be52-f9d451fe18bb", - "x-ms-ratelimit-remaining-subscription-reads": "10685", - "x-ms-request-id": "f5585928-4ea3-4aa5-b772-3c85c01c7555", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035130Z:6df10534-6de1-4f37-be52-f9d451fe18bb" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e0b54db6beb3ef59dfd3e57b4cb9ac08", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:51:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "18025e62-219b-49f1-8a8d-ea4bf1909c4c", - "x-ms-client-request-id": "e0b54db6beb3ef59dfd3e57b4cb9ac08", - "x-ms-correlation-request-id": "9a8125bd-3aee-420f-b26f-982c78439db3", - "x-ms-ratelimit-remaining-subscription-reads": "10684", - "x-ms-request-id": "83e1e323-add3-460f-88df-c0f26a518298", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035132Z:9a8125bd-3aee-420f-b26f-982c78439db3" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c03ef2261d06697611a418ffa4d156da", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:51:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4da00db0-a71d-4495-ae82-dc17ada947e5", - "x-ms-client-request-id": "c03ef2261d06697611a418ffa4d156da", - "x-ms-correlation-request-id": "5f1ff93a-f376-4656-8ad6-528611469b5e", - "x-ms-ratelimit-remaining-subscription-reads": "10683", - "x-ms-request-id": "22825b26-f69e-47c6-8e0f-2c330af1191b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035133Z:5f1ff93a-f376-4656-8ad6-528611469b5e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "cb0852db0378dc49908644edc88c7ca6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:51:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2d3bd935-af7c-432c-a47d-41fc79a1192f", - "x-ms-client-request-id": "cb0852db0378dc49908644edc88c7ca6", - "x-ms-correlation-request-id": "c1db750d-5dc7-49f7-94e3-d5cb8158703c", - "x-ms-ratelimit-remaining-subscription-reads": "10682", - "x-ms-request-id": "14fff2e5-b44a-43e9-af3a-8dbc9235524f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035134Z:c1db750d-5dc7-49f7-94e3-d5cb8158703c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "9fd2aa568b76981ad64ccf0fa65a4a0d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:51:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c187dec8-3e3f-4a99-b208-152f6d425f3e", - "x-ms-client-request-id": "9fd2aa568b76981ad64ccf0fa65a4a0d", - "x-ms-correlation-request-id": "df384b6d-4aab-4590-9693-61e891dbeb67", - "x-ms-ratelimit-remaining-subscription-reads": "10681", - "x-ms-request-id": "dd32f14e-d295-4c26-9b4e-0eac243f3ef7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035135Z:df384b6d-4aab-4590-9693-61e891dbeb67" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f9a00a7ce1b0238fa8613080d888a184", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:51:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3c25196a-ecb1-4ebb-a234-952e083b5c0e", - "x-ms-client-request-id": "f9a00a7ce1b0238fa8613080d888a184", - "x-ms-correlation-request-id": "4ef6c883-ae26-455f-8c15-973d66844093", - "x-ms-ratelimit-remaining-subscription-reads": "10680", - "x-ms-request-id": "c70fc093-14ca-41e9-abf3-87f5a3c72de8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035137Z:4ef6c883-ae26-455f-8c15-973d66844093" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "faa87228b7ff5063376ff52c333a3536", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:51:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "29048279-ad05-4da0-927d-cc1f3babfbb7", - "x-ms-client-request-id": "faa87228b7ff5063376ff52c333a3536", - "x-ms-correlation-request-id": "52145314-cd3a-4278-9eb2-9ff36b4b32fe", - "x-ms-ratelimit-remaining-subscription-reads": "10679", - "x-ms-request-id": "c7aa7f46-0170-4bf8-a42e-cc152dd636e8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035138Z:52145314-cd3a-4278-9eb2-9ff36b4b32fe" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "bd71373c82ec75f51aaef7155a9ac04e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:51:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9c7f8d27-263a-48e3-aa95-23db55e80ffb", - "x-ms-client-request-id": "bd71373c82ec75f51aaef7155a9ac04e", - "x-ms-correlation-request-id": "c323911b-45ed-4f11-9ef8-0e2a1ded6fbb", - "x-ms-ratelimit-remaining-subscription-reads": "10678", - "x-ms-request-id": "dc968f5f-6dd4-4828-80a8-4ff97ac06bb7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035140Z:c323911b-45ed-4f11-9ef8-0e2a1ded6fbb" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "34e64bab50b1c50da750c141ec63ef6d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:51:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d09fcf0f-6243-4aae-a1af-8d878c1bb34b", - "x-ms-client-request-id": "34e64bab50b1c50da750c141ec63ef6d", - "x-ms-correlation-request-id": "c1444965-da0c-4da6-be50-adc191fecedc", - "x-ms-ratelimit-remaining-subscription-reads": "10677", - "x-ms-request-id": "65f10e6f-1738-4300-8d85-e562704f62ac", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035141Z:c1444965-da0c-4da6-be50-adc191fecedc" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a044fa2be317a5977c33df51c04ef59d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:51:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e7cb8719-b6ab-415a-84bd-4b14300a27ec", - "x-ms-client-request-id": "a044fa2be317a5977c33df51c04ef59d", - "x-ms-correlation-request-id": "89526bd6-9205-4d5b-bab0-f202d18cf9b0", - "x-ms-ratelimit-remaining-subscription-reads": "10676", - "x-ms-request-id": "bf353865-91c7-414c-b3eb-30d8c1271162", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035142Z:89526bd6-9205-4d5b-bab0-f202d18cf9b0" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e881a6af0153eb842aab169cc1b489b6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:51:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "14a5c2f6-59e9-4452-abb3-6f3939d7ac31", - "x-ms-client-request-id": "e881a6af0153eb842aab169cc1b489b6", - "x-ms-correlation-request-id": "eb25f77e-eb39-4fec-80c2-d86f7c0b7451", - "x-ms-ratelimit-remaining-subscription-reads": "10675", - "x-ms-request-id": "8d4ea254-2a39-47ee-b920-93b79bbcb4d6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035143Z:eb25f77e-eb39-4fec-80c2-d86f7c0b7451" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5fe989be1f56c736b341b77d70bc0558", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:51:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "301fbd19-2ffd-4652-8b55-4cf6ebf662ec", - "x-ms-client-request-id": "5fe989be1f56c736b341b77d70bc0558", - "x-ms-correlation-request-id": "c5c6277f-0fed-4c8a-9cd0-749c425958d4", - "x-ms-ratelimit-remaining-subscription-reads": "10674", - "x-ms-request-id": "4a670e1f-5ede-44a1-abbb-e0ce1b9aabec", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035145Z:c5c6277f-0fed-4c8a-9cd0-749c425958d4" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "4591245a06e22a1a7558766bcdfae4c8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:51:46 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "029670a5-0fff-485b-80e6-5359942d56f3", - "x-ms-client-request-id": "4591245a06e22a1a7558766bcdfae4c8", - "x-ms-correlation-request-id": "a37ebf49-6df6-4445-b43e-37ab02c8557f", - "x-ms-ratelimit-remaining-subscription-reads": "10673", - "x-ms-request-id": "d6c68e7a-c7e5-4767-aff2-d132452b9fb0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035146Z:a37ebf49-6df6-4445-b43e-37ab02c8557f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "369229aa95658f466fb9351249077b6d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:51:47 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f06845cd-72e5-4392-98f6-d32160d5ff97", - "x-ms-client-request-id": "369229aa95658f466fb9351249077b6d", - "x-ms-correlation-request-id": "dfaa8659-7faa-4580-b0c0-a90909c78be2", - "x-ms-ratelimit-remaining-subscription-reads": "10672", - "x-ms-request-id": "ad7ea17b-7174-427a-b7fd-ac2bfac784d8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035147Z:dfaa8659-7faa-4580-b0c0-a90909c78be2" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "9c42bda64322b7d46fbee9fea9cafab8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:51:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f3527206-955c-423f-8f7a-dff32c7ae4c8", - "x-ms-client-request-id": "9c42bda64322b7d46fbee9fea9cafab8", - "x-ms-correlation-request-id": "737351b1-3851-416a-b3c4-0167f0a1a866", - "x-ms-ratelimit-remaining-subscription-reads": "10671", - "x-ms-request-id": "3db1d729-103d-482d-8ae5-d4fee627363b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035148Z:737351b1-3851-416a-b3c4-0167f0a1a866" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "47d2ee5cce29c4f3de02d529d107e16e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:51:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3e67a991-e045-4882-b5c4-253513754702", - "x-ms-client-request-id": "47d2ee5cce29c4f3de02d529d107e16e", - "x-ms-correlation-request-id": "a6e946fa-d623-43dc-a8a8-a51454f13166", - "x-ms-ratelimit-remaining-subscription-reads": "10670", - "x-ms-request-id": "5e284512-55a2-484e-8afd-ce5a329b0811", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035150Z:a6e946fa-d623-43dc-a8a8-a51454f13166" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "0fc508dc48b867a654dac7a6ac47e6a5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:51:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1c9732e3-11b3-49e2-8270-dc191a86c43f", - "x-ms-client-request-id": "0fc508dc48b867a654dac7a6ac47e6a5", - "x-ms-correlation-request-id": "ba2e2c3b-eaf4-4bb3-82ca-d4712c5f61ae", - "x-ms-ratelimit-remaining-subscription-reads": "10669", - "x-ms-request-id": "890379bb-6ea6-46bd-aa16-5456ca849066", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035151Z:ba2e2c3b-eaf4-4bb3-82ca-d4712c5f61ae" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5ab67cbf3434d744c97ebe206eaae668", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:51:52 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e1fd2fc2-d8a8-4ca4-8025-c6874d98815f", - "x-ms-client-request-id": "5ab67cbf3434d744c97ebe206eaae668", - "x-ms-correlation-request-id": "0df89f04-f3f8-4ec0-82c4-64a7a3bfd904", - "x-ms-ratelimit-remaining-subscription-reads": "10668", - "x-ms-request-id": "e3e810ea-2ba1-4a9a-b749-e9839778d7b0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035152Z:0df89f04-f3f8-4ec0-82c4-64a7a3bfd904" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a0217bdcea041400486bf24f074d1896", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:51:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "343407d6-340b-4e65-956b-f73788ff4967", - "x-ms-client-request-id": "a0217bdcea041400486bf24f074d1896", - "x-ms-correlation-request-id": "b0068329-37cb-476a-9e94-fb5b0f97ce1b", - "x-ms-ratelimit-remaining-subscription-reads": "10667", - "x-ms-request-id": "4deba149-4f13-4aa3-9f01-ea8f94b2edc9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035153Z:b0068329-37cb-476a-9e94-fb5b0f97ce1b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "546a301b8750a839c4ee463a8a86f8a9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:51:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9c6205ef-2352-4003-9329-f7881e2f2684", - "x-ms-client-request-id": "546a301b8750a839c4ee463a8a86f8a9", - "x-ms-correlation-request-id": "728a199b-7276-4fd5-aa60-74235a3c77cf", - "x-ms-ratelimit-remaining-subscription-reads": "10666", - "x-ms-request-id": "1f64c413-3c45-49f5-a449-4a8b0cd1181f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035155Z:728a199b-7276-4fd5-aa60-74235a3c77cf" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "30c95ff44525d4a07ca212c942f4d07c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:51:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "01b70ffb-579e-4c56-bb4e-e8a8d2d9efca", - "x-ms-client-request-id": "30c95ff44525d4a07ca212c942f4d07c", - "x-ms-correlation-request-id": "8f2d9390-fcb4-466d-bcf8-2ef6b7ee47a8", - "x-ms-ratelimit-remaining-subscription-reads": "10665", - "x-ms-request-id": "6d7032e2-8619-41c0-9064-0bb42a51435f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035156Z:8f2d9390-fcb4-466d-bcf8-2ef6b7ee47a8" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "3d042765914055174179dc16a4c68ac1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:51:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "abc1b677-b414-479e-896d-b102fad1660b", - "x-ms-client-request-id": "3d042765914055174179dc16a4c68ac1", - "x-ms-correlation-request-id": "24781cc6-7d4c-4e90-8e95-34496885aa10", - "x-ms-ratelimit-remaining-subscription-reads": "10664", - "x-ms-request-id": "ca0eaccd-e009-42ec-a606-01361e3c0012", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035157Z:24781cc6-7d4c-4e90-8e95-34496885aa10" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a75b4872e783d6719095d8ae747066cf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:51:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6aaf4863-032b-44f3-9baa-de05f6b0060f", - "x-ms-client-request-id": "a75b4872e783d6719095d8ae747066cf", - "x-ms-correlation-request-id": "7dd9b0ed-1c6f-4dca-a936-3f23c3e5cbf4", - "x-ms-ratelimit-remaining-subscription-reads": "10663", - "x-ms-request-id": "8170eeac-986a-4d21-b19b-af101d330505", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035159Z:7dd9b0ed-1c6f-4dca-a936-3f23c3e5cbf4" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "62d4c91eba8262694874eeab698930b5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:51:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "bf7a5a52-9b81-4115-8dee-577d843da215", - "x-ms-client-request-id": "62d4c91eba8262694874eeab698930b5", - "x-ms-correlation-request-id": "b94f50b6-ce49-4121-87d4-5cbc3e4c6a90", - "x-ms-ratelimit-remaining-subscription-reads": "10662", - "x-ms-request-id": "3ba0fb2a-1ae5-4d08-bd76-ab04ed6e2c65", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035200Z:b94f50b6-ce49-4121-87d4-5cbc3e4c6a90" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f956501728997ef9b62eadabb868e0d1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:52:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4476d772-68a4-4c83-bce3-93c37a64f85a", - "x-ms-client-request-id": "f956501728997ef9b62eadabb868e0d1", - "x-ms-correlation-request-id": "b170ba77-9999-4752-bf7c-013802ad2ea6", - "x-ms-ratelimit-remaining-subscription-reads": "10661", - "x-ms-request-id": "dfd064a2-d941-47da-8692-378a27a3b6b9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035201Z:b170ba77-9999-4752-bf7c-013802ad2ea6" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "daf70c1327f2b73fdff85f0ff8c56c06", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:52:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f2ecbb0d-b9ce-49b7-8f16-6f02360232e5", - "x-ms-client-request-id": "daf70c1327f2b73fdff85f0ff8c56c06", - "x-ms-correlation-request-id": "8025310c-1724-4e4c-99b3-8621e0b191cc", - "x-ms-ratelimit-remaining-subscription-reads": "10660", - "x-ms-request-id": "ec45214f-2244-4e8b-a2a3-9d91c6fb4bff", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035202Z:8025310c-1724-4e4c-99b3-8621e0b191cc" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "249622656c19f635d055ac540dbeaae0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:52:03 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ef46a26c-7235-41cb-9c58-9497c65c352f", - "x-ms-client-request-id": "249622656c19f635d055ac540dbeaae0", - "x-ms-correlation-request-id": "5ce51628-3414-4983-b7da-2e543cfb585b", - "x-ms-ratelimit-remaining-subscription-reads": "10659", - "x-ms-request-id": "2d8d9d26-954c-443e-aa35-69038b2cd0fa", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035204Z:5ce51628-3414-4983-b7da-2e543cfb585b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5d981d935691f0c3119e1aa1c8e986f1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:52:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "aca94e43-beb9-4622-8d7a-43fd2a05a965", - "x-ms-client-request-id": "5d981d935691f0c3119e1aa1c8e986f1", - "x-ms-correlation-request-id": "239b0f82-e989-4cff-8358-af09f8eb8067", - "x-ms-ratelimit-remaining-subscription-reads": "10658", - "x-ms-request-id": "f86d9d75-dcd3-4ba1-82b0-16c5c234bb52", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035205Z:239b0f82-e989-4cff-8358-af09f8eb8067" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "9645a7c1bcd1a7b8d601099c7beaaa21", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:52:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "93c01838-5413-44d3-b42c-f09181208b06", - "x-ms-client-request-id": "9645a7c1bcd1a7b8d601099c7beaaa21", - "x-ms-correlation-request-id": "28f545c8-7d91-4b27-8224-6dcd9d328cda", - "x-ms-ratelimit-remaining-subscription-reads": "10657", - "x-ms-request-id": "699cd4f3-7722-4851-b0cf-4ea93e2dff5c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035206Z:28f545c8-7d91-4b27-8224-6dcd9d328cda" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "db7c7f4d0e2d0f745ea6127a52942de7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:52:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "aaf10a88-f08e-49e0-923d-ba587ba20cb6", - "x-ms-client-request-id": "db7c7f4d0e2d0f745ea6127a52942de7", - "x-ms-correlation-request-id": "48a2cc8b-62ab-45a0-b9da-49d921637c3f", - "x-ms-ratelimit-remaining-subscription-reads": "10656", - "x-ms-request-id": "f4a6da9b-b989-4aa8-8d55-7b127d6bf4f5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035207Z:48a2cc8b-62ab-45a0-b9da-49d921637c3f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "6592bacf1478d60e65f086904c277426", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:52:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "af454d59-2e30-4dfb-8131-348805c1e416", - "x-ms-client-request-id": "6592bacf1478d60e65f086904c277426", - "x-ms-correlation-request-id": "6f19004d-fa64-44cb-9958-7c668c6a17fe", - "x-ms-ratelimit-remaining-subscription-reads": "10655", - "x-ms-request-id": "acb6067c-92eb-4c1a-a1ee-824e861333e0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035209Z:6f19004d-fa64-44cb-9958-7c668c6a17fe" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "4953f9f4ab6db2c43236372aaa3d5442", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:52:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a2ba621d-fb2e-456a-b81a-aa61ab7f1131", - "x-ms-client-request-id": "4953f9f4ab6db2c43236372aaa3d5442", - "x-ms-correlation-request-id": "42382375-8c29-473b-aac5-91829c43492c", - "x-ms-ratelimit-remaining-subscription-reads": "10654", - "x-ms-request-id": "dccef5f3-39a6-4126-8ea5-7b2aa56993dc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035210Z:42382375-8c29-473b-aac5-91829c43492c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c0cd22d4445839a870a5763c88e4c237", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:52:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4e63d7a5-21c6-4a65-8e90-481f994b0247", - "x-ms-client-request-id": "c0cd22d4445839a870a5763c88e4c237", - "x-ms-correlation-request-id": "8fe395fe-44ab-4008-8edd-b70ba1bba5e7", - "x-ms-ratelimit-remaining-subscription-reads": "10653", - "x-ms-request-id": "d4267390-d133-4445-9d07-a1fcf7ac911f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035211Z:8fe395fe-44ab-4008-8edd-b70ba1bba5e7" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5986eb32e3402479f6df3242dde42b27", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:52:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "94f5fd60-9809-40ff-bd71-120b25d21094", - "x-ms-client-request-id": "5986eb32e3402479f6df3242dde42b27", - "x-ms-correlation-request-id": "d2a33359-b737-4591-acae-8e8c8feeeba0", - "x-ms-ratelimit-remaining-subscription-reads": "10652", - "x-ms-request-id": "b192be22-65b5-4f99-b799-817458ce50f9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035213Z:d2a33359-b737-4591-acae-8e8c8feeeba0" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2abb449cb459afce501ad9c735882a4e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:52:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1c9911f2-4186-41f0-ae06-930d7e836cf7", - "x-ms-client-request-id": "2abb449cb459afce501ad9c735882a4e", - "x-ms-correlation-request-id": "7168312a-e0b2-41f6-8476-9590f64a69fc", - "x-ms-ratelimit-remaining-subscription-reads": "10651", - "x-ms-request-id": "1cfd20d1-165b-4171-b4be-b73bca1a5df9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035214Z:7168312a-e0b2-41f6-8476-9590f64a69fc" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "bef8ff73fbb7f102a8a9c97812665c8c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:52:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6d0fdb7d-91db-4b8d-aec8-c2ce9449f4f7", - "x-ms-client-request-id": "bef8ff73fbb7f102a8a9c97812665c8c", - "x-ms-correlation-request-id": "0bf32033-77c0-4302-97fa-77c0ea952bbe", - "x-ms-ratelimit-remaining-subscription-reads": "10650", - "x-ms-request-id": "529db8c8-62d1-45aa-b2c7-c5a550b3d866", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035215Z:0bf32033-77c0-4302-97fa-77c0ea952bbe" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "43a04e7998287dde1dd608250ab1ef6e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:52:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3ca6872e-cf87-481d-ae14-73be83eb406c", - "x-ms-client-request-id": "43a04e7998287dde1dd608250ab1ef6e", - "x-ms-correlation-request-id": "1bf161ce-da79-4eda-b93d-7cc2e3919036", - "x-ms-ratelimit-remaining-subscription-reads": "10649", - "x-ms-request-id": "c848bfaa-4856-4dae-9ae5-ba26dee1dd33", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035216Z:1bf161ce-da79-4eda-b93d-7cc2e3919036" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ddcee4b56deba06f42ca81b0ea559de9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:52:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9ade5396-26c4-45ab-8e56-1ca50638869c", - "x-ms-client-request-id": "ddcee4b56deba06f42ca81b0ea559de9", - "x-ms-correlation-request-id": "a469ac7c-2460-4fc3-b662-c2e1ace6f731", - "x-ms-ratelimit-remaining-subscription-reads": "10648", - "x-ms-request-id": "ae6a7eaf-e87d-423a-9876-dee9c0e057cb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035218Z:a469ac7c-2460-4fc3-b662-c2e1ace6f731" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e64d4cbde6e7db25217aa1e0f2dce6f6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:52:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e839f915-601c-44dd-a2b4-ef7a36c38209", - "x-ms-client-request-id": "e64d4cbde6e7db25217aa1e0f2dce6f6", - "x-ms-correlation-request-id": "f3ea14eb-5057-4932-8138-6a7100ec42fd", - "x-ms-ratelimit-remaining-subscription-reads": "10647", - "x-ms-request-id": "c01aeac3-07c0-4208-a9bd-e944083356db", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035219Z:f3ea14eb-5057-4932-8138-6a7100ec42fd" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2dc35ab97e980ca0dfff015e162d93c7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:52:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2d3ee6de-8586-4013-9096-f0e14b50e514", - "x-ms-client-request-id": "2dc35ab97e980ca0dfff015e162d93c7", - "x-ms-correlation-request-id": "1a809a65-f7fa-4605-9723-41875b27d0f6", - "x-ms-ratelimit-remaining-subscription-reads": "10646", - "x-ms-request-id": "2daa55d8-1a56-4143-8c03-9ca8da9c7d55", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035220Z:1a809a65-f7fa-4605-9723-41875b27d0f6" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "bd681f390964ce86bef3bc70cb8ead65", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:52:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4ee9489f-99af-4537-b5e6-d0a3d8f2eaa1", - "x-ms-client-request-id": "bd681f390964ce86bef3bc70cb8ead65", - "x-ms-correlation-request-id": "8c491375-23bd-475e-8660-7f5571f6255a", - "x-ms-ratelimit-remaining-subscription-reads": "10645", - "x-ms-request-id": "e1cb038d-c7e0-416e-99e3-f08cdc904f14", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035222Z:8c491375-23bd-475e-8660-7f5571f6255a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8ff78ae46f923f51ab4106e8e4c7c4f3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:52:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7bc8caa8-8fb9-4763-abc7-7a86d50c0a9d", - "x-ms-client-request-id": "8ff78ae46f923f51ab4106e8e4c7c4f3", - "x-ms-correlation-request-id": "987c899b-d126-4b98-a52a-6f6bd71e1dbd", - "x-ms-ratelimit-remaining-subscription-reads": "10644", - "x-ms-request-id": "e87f5304-e22c-435a-b3aa-fff0dc11b142", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035223Z:987c899b-d126-4b98-a52a-6f6bd71e1dbd" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d3a7dae72874b092d3f56ea4c22f4051", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:52:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b587f3bf-5fb0-4f27-955c-9c92a93191bd", - "x-ms-client-request-id": "d3a7dae72874b092d3f56ea4c22f4051", - "x-ms-correlation-request-id": "12e9f214-86c0-4057-8b56-f99984a578ab", - "x-ms-ratelimit-remaining-subscription-reads": "10643", - "x-ms-request-id": "7a6bd27d-6bef-46e2-9a76-ae82fa8872bd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035224Z:12e9f214-86c0-4057-8b56-f99984a578ab" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8c7a9b520336ca35cd281223029ee9f7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:52:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4127b4ae-8688-40b1-ac81-3a2b9eb998b7", - "x-ms-client-request-id": "8c7a9b520336ca35cd281223029ee9f7", - "x-ms-correlation-request-id": "79138495-9df1-4e07-9ca9-c157d9aaae1a", - "x-ms-ratelimit-remaining-subscription-reads": "10642", - "x-ms-request-id": "44eacc1c-dfbe-48ff-9899-17bb2afb6720", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035225Z:79138495-9df1-4e07-9ca9-c157d9aaae1a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f189c82fd9e7bbf1f746bb9c00ac7d7b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:52:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f0e7dbde-e72d-449f-9850-7365f7855286", - "x-ms-client-request-id": "f189c82fd9e7bbf1f746bb9c00ac7d7b", - "x-ms-correlation-request-id": "e178d541-7594-410d-94a3-2df1c9eba7b2", - "x-ms-ratelimit-remaining-subscription-reads": "10641", - "x-ms-request-id": "01215785-27e5-4408-bd2c-8bcc6a8cbc28", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035227Z:e178d541-7594-410d-94a3-2df1c9eba7b2" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "4995b500374de3bda4dd054b166fad35", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:52:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c6ff0a2c-0edf-4fe3-948d-2bfcb9de9d3e", - "x-ms-client-request-id": "4995b500374de3bda4dd054b166fad35", - "x-ms-correlation-request-id": "c5b76cdd-138b-472c-9f82-19abb1eedaef", - "x-ms-ratelimit-remaining-subscription-reads": "10640", - "x-ms-request-id": "7f743fb1-1b2a-4153-9277-661af464a138", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035228Z:c5b76cdd-138b-472c-9f82-19abb1eedaef" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f975770b4fa67969a9be94ef4898c921", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:52:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3098a58e-8259-4121-ba20-b6c14b965699", - "x-ms-client-request-id": "f975770b4fa67969a9be94ef4898c921", - "x-ms-correlation-request-id": "ee0029c4-f79e-4660-a906-8151036bf5ed", - "x-ms-ratelimit-remaining-subscription-reads": "10639", - "x-ms-request-id": "46d368db-1559-426f-8f07-80bf7303871c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035229Z:ee0029c4-f79e-4660-a906-8151036bf5ed" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "4d2396aba009f7a90aa64c0ad3a6a588", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:52:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "23f8c387-c3b9-4736-ac3b-693c27f6ef9b", - "x-ms-client-request-id": "4d2396aba009f7a90aa64c0ad3a6a588", - "x-ms-correlation-request-id": "2cb56d5b-d9d3-4e3e-99d4-c06c40f1b471", - "x-ms-ratelimit-remaining-subscription-reads": "10638", - "x-ms-request-id": "9e9c8505-e3fb-4aca-bff7-be8e892ef75a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035230Z:2cb56d5b-d9d3-4e3e-99d4-c06c40f1b471" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "889086998336b0d54b1c9f8ea3cd9a0b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:52:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "585604fa-92d4-44bc-b86a-3cd380d95b74", - "x-ms-client-request-id": "889086998336b0d54b1c9f8ea3cd9a0b", - "x-ms-correlation-request-id": "665405c8-2687-408f-946d-a7966a4a2099", - "x-ms-ratelimit-remaining-subscription-reads": "10637", - "x-ms-request-id": "74247fd2-733f-47aa-a30a-cf84f4596b5f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035232Z:665405c8-2687-408f-946d-a7966a4a2099" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7f9fe413604c6b2bce7eeeff025fa502", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:52:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c9656c77-2d44-4330-87f6-8c3a57d3b191", - "x-ms-client-request-id": "7f9fe413604c6b2bce7eeeff025fa502", - "x-ms-correlation-request-id": "860734f5-f521-4488-872c-618b6c58712d", - "x-ms-ratelimit-remaining-subscription-reads": "10636", - "x-ms-request-id": "7a4e440f-2749-4b26-add3-971832b6902e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035233Z:860734f5-f521-4488-872c-618b6c58712d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c1560c19400728eac07201ed011b533d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:52:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "fbc85263-20b2-4cc4-8eb2-56f12c70f943", - "x-ms-client-request-id": "c1560c19400728eac07201ed011b533d", - "x-ms-correlation-request-id": "8f786658-b57d-481e-b9d9-098b5035ac3c", - "x-ms-ratelimit-remaining-subscription-reads": "10635", - "x-ms-request-id": "8b6bbb38-b448-4887-a224-8dfa327f00a7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035234Z:8f786658-b57d-481e-b9d9-098b5035ac3c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "eef6400b2507383b5a25bab895d6aeec", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:52:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6c2af968-fcc0-40a4-aeb4-bc8ab8735db6", - "x-ms-client-request-id": "eef6400b2507383b5a25bab895d6aeec", - "x-ms-correlation-request-id": "005da95b-0206-48e8-9538-ab14fddd8a46", - "x-ms-ratelimit-remaining-subscription-reads": "10634", - "x-ms-request-id": "fb22807f-e937-4e61-a9ef-b643aa4f2785", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035236Z:005da95b-0206-48e8-9538-ab14fddd8a46" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "97749c76d977d304f977bfda5e3e6ab3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:52:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b6128ad6-d97a-4add-932f-1390ca460a8f", - "x-ms-client-request-id": "97749c76d977d304f977bfda5e3e6ab3", - "x-ms-correlation-request-id": "7bd183b0-5f17-49c8-8312-b7236fd46c2a", - "x-ms-ratelimit-remaining-subscription-reads": "10633", - "x-ms-request-id": "a1c02a4c-afe6-4b4b-88ba-1a90f58762a0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035237Z:7bd183b0-5f17-49c8-8312-b7236fd46c2a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c1f3b12ab668f4fbd01d66e2863293ea", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:52:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "88f407f6-6f4e-423a-9bb2-7599a4423d0c", - "x-ms-client-request-id": "c1f3b12ab668f4fbd01d66e2863293ea", - "x-ms-correlation-request-id": "1b109f3e-904f-4cbe-ac1d-5b18f5b2e838", - "x-ms-ratelimit-remaining-subscription-reads": "10632", - "x-ms-request-id": "9a808847-b378-44e0-bb41-e545552686d2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035238Z:1b109f3e-904f-4cbe-ac1d-5b18f5b2e838" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "647614c3bca632c53c23f5906561da1c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:52:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0edb3f61-18e2-4e74-9803-29311336a88d", - "x-ms-client-request-id": "647614c3bca632c53c23f5906561da1c", - "x-ms-correlation-request-id": "21020581-c19d-4543-b64f-c3670793661e", - "x-ms-ratelimit-remaining-subscription-reads": "10631", - "x-ms-request-id": "3a005602-1be5-4547-8091-eae5a9dd7239", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035239Z:21020581-c19d-4543-b64f-c3670793661e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e38d07bbede2bf84a080c65972224dc7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:52:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "87f09442-3dcd-49d3-bdd4-89ce4ccc6393", - "x-ms-client-request-id": "e38d07bbede2bf84a080c65972224dc7", - "x-ms-correlation-request-id": "9123bf51-f99d-47b2-b7a4-115afb1e2e3e", - "x-ms-ratelimit-remaining-subscription-reads": "10630", - "x-ms-request-id": "0387b400-0b72-4b45-bef5-9f7fb7748346", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035241Z:9123bf51-f99d-47b2-b7a4-115afb1e2e3e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "4916d4e405c76e0cebc18444c16a8e6f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:52:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "83286f03-a7f8-406e-996e-177dbc654626", - "x-ms-client-request-id": "4916d4e405c76e0cebc18444c16a8e6f", - "x-ms-correlation-request-id": "acd302e7-c5fc-4b90-ad09-1a6a428779c2", - "x-ms-ratelimit-remaining-subscription-reads": "10629", - "x-ms-request-id": "9e8e9b88-b011-4ba4-949a-6216cca5cd40", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035242Z:acd302e7-c5fc-4b90-ad09-1a6a428779c2" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7e264a43afa5d60890b7c326f56cc01a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:52:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5e3f65b5-db3b-451d-9ef5-d21788b21fcf", - "x-ms-client-request-id": "7e264a43afa5d60890b7c326f56cc01a", - "x-ms-correlation-request-id": "e5c31c19-f479-4165-b2dd-4a0b72a398a6", - "x-ms-ratelimit-remaining-subscription-reads": "10628", - "x-ms-request-id": "704b9f89-4010-48a2-8859-a6f56b1fc5f8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035243Z:e5c31c19-f479-4165-b2dd-4a0b72a398a6" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "91ac2ed6914ab654fa1ff821683ffd36", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:52:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b014fddd-5fa1-487c-9d44-7404099512c4", - "x-ms-client-request-id": "91ac2ed6914ab654fa1ff821683ffd36", - "x-ms-correlation-request-id": "c0aadf13-2d5b-45be-9256-5c01ebdd26dc", - "x-ms-ratelimit-remaining-subscription-reads": "10627", - "x-ms-request-id": "0045be94-8f6f-436d-8a95-abb5f38d1b2a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035244Z:c0aadf13-2d5b-45be-9256-5c01ebdd26dc" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "271657f1cefb3421cb3fb81041e6787f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:52:45 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e888d81d-e221-456b-a03f-21d413d4c554", - "x-ms-client-request-id": "271657f1cefb3421cb3fb81041e6787f", - "x-ms-correlation-request-id": "6eed5801-ed3e-4558-85e3-c22b0ae40ad5", - "x-ms-ratelimit-remaining-subscription-reads": "10626", - "x-ms-request-id": "95d625d0-eeea-46c5-916b-d0a5f9ee4ca8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035246Z:6eed5801-ed3e-4558-85e3-c22b0ae40ad5" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "936d6900fdbeb124f6708385b7e76e50", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:52:46 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4dd6a3ab-2725-4926-aa69-e756b0c0d98e", - "x-ms-client-request-id": "936d6900fdbeb124f6708385b7e76e50", - "x-ms-correlation-request-id": "06ab46af-a601-471b-a379-ffcb7d824ed9", - "x-ms-ratelimit-remaining-subscription-reads": "10625", - "x-ms-request-id": "d80e86be-0ce2-4889-be6c-452448301b72", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035247Z:06ab46af-a601-471b-a379-ffcb7d824ed9" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "9e348db99955081f0c77c50bd8437514", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:52:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1e47fe51-f54d-46b1-8670-a3a99faad9db", - "x-ms-client-request-id": "9e348db99955081f0c77c50bd8437514", - "x-ms-correlation-request-id": "d1f21be1-cd7c-40df-98dc-1e51c1e0953a", - "x-ms-ratelimit-remaining-subscription-reads": "10624", - "x-ms-request-id": "b14211a0-6d5f-491e-9c02-f938c1285c92", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035248Z:d1f21be1-cd7c-40df-98dc-1e51c1e0953a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "fe2078a76ad1f4783364318a4a9b7de4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:52:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "76df6c00-77b2-4da3-a31f-26e5d1f74543", - "x-ms-client-request-id": "fe2078a76ad1f4783364318a4a9b7de4", - "x-ms-correlation-request-id": "a9022987-854c-4c3d-ac96-9668cc655098", - "x-ms-ratelimit-remaining-subscription-reads": "10623", - "x-ms-request-id": "05676fd7-acc6-4ba2-bada-97f90b47b6d4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035249Z:a9022987-854c-4c3d-ac96-9668cc655098" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b35768d1d9b167294a6587463719d9b2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:52:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "be592c43-5364-48e3-a375-904fc79343cd", - "x-ms-client-request-id": "b35768d1d9b167294a6587463719d9b2", - "x-ms-correlation-request-id": "1cfd30ea-4dc3-408f-b4f0-ad5c9dd08278", - "x-ms-ratelimit-remaining-subscription-reads": "10622", - "x-ms-request-id": "3261db68-a110-4991-81c6-8f597b8579dd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035251Z:1cfd30ea-4dc3-408f-b4f0-ad5c9dd08278" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "3ede6ffb6fc64f7e15406af16894bd70", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:52:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a26708d4-3f1a-4d67-883e-6463b75f9cd7", - "x-ms-client-request-id": "3ede6ffb6fc64f7e15406af16894bd70", - "x-ms-correlation-request-id": "0ddb306b-e3e1-42b1-a532-ff64cf484486", - "x-ms-ratelimit-remaining-subscription-reads": "10621", - "x-ms-request-id": "f33b3a85-7ffc-4eb8-b5ef-9446af48311a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035252Z:0ddb306b-e3e1-42b1-a532-ff64cf484486" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "6f39e1fac1ebcd624eb9b36be231bd19", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:52:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "722941df-d737-4cb1-b5eb-d6541b075bbb", - "x-ms-client-request-id": "6f39e1fac1ebcd624eb9b36be231bd19", - "x-ms-correlation-request-id": "f4b13935-e8b6-4769-9177-bac2b4eff17a", - "x-ms-ratelimit-remaining-subscription-reads": "10620", - "x-ms-request-id": "85840c9e-e796-4d66-acd0-98d04aa9063e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035253Z:f4b13935-e8b6-4769-9177-bac2b4eff17a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "db8f7e8a3ebc611de9089d716e38ffb6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:52:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f5250e86-a1d3-41db-b59e-019677c8ab1a", - "x-ms-client-request-id": "db8f7e8a3ebc611de9089d716e38ffb6", - "x-ms-correlation-request-id": "3768cebb-262d-4584-ae6c-ccc63d40bbeb", - "x-ms-ratelimit-remaining-subscription-reads": "10619", - "x-ms-request-id": "b4e60ff9-d891-4dff-a74e-23b753100a13", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035254Z:3768cebb-262d-4584-ae6c-ccc63d40bbeb" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "554b16a869df39c60d11ef0dbc136ce3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:52:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c0f1c3b8-3ad0-4f05-973b-769b3ed24cae", - "x-ms-client-request-id": "554b16a869df39c60d11ef0dbc136ce3", - "x-ms-correlation-request-id": "d30f4beb-3bfa-482f-a736-2a25e82e275b", - "x-ms-ratelimit-remaining-subscription-reads": "10618", - "x-ms-request-id": "d23066b4-fb31-4ca7-bad9-48cd0c0c5b1f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035256Z:d30f4beb-3bfa-482f-a736-2a25e82e275b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e9665182e105bbb3c4d886e323f05e16", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:52:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2e60f811-beff-42c8-bab6-fbe083008a4a", - "x-ms-client-request-id": "e9665182e105bbb3c4d886e323f05e16", - "x-ms-correlation-request-id": "263aad79-af51-40ef-ba10-dd5558543ef9", - "x-ms-ratelimit-remaining-subscription-reads": "10617", - "x-ms-request-id": "5c9748ce-9296-468b-81e7-1ac612a014e0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035257Z:263aad79-af51-40ef-ba10-dd5558543ef9" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ccc3fdba68e5203ab755cdab4f0fa5d6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:52:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c1bd0088-c230-4890-8b9e-545976743ad3", - "x-ms-client-request-id": "ccc3fdba68e5203ab755cdab4f0fa5d6", - "x-ms-correlation-request-id": "d803d6b8-cd27-406c-b785-bbabaacf0f2c", - "x-ms-ratelimit-remaining-subscription-reads": "10616", - "x-ms-request-id": "907943b5-da2e-4534-8d5b-2153e42645fe", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035258Z:d803d6b8-cd27-406c-b785-bbabaacf0f2c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "1deeb99c15d2c6b162909007e3e3161c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:52:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "312399bc-55a5-4af7-8889-fb3ee9df0362", - "x-ms-client-request-id": "1deeb99c15d2c6b162909007e3e3161c", - "x-ms-correlation-request-id": "50a4640a-b374-41d4-a3a7-aa58b55b379e", - "x-ms-ratelimit-remaining-subscription-reads": "10615", - "x-ms-request-id": "61a691bb-f85b-4915-a21d-047e86d4f407", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035300Z:50a4640a-b374-41d4-a3a7-aa58b55b379e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "be53d9b39f4f1afd164532af14086cb5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:53:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "004b20b6-4e88-489a-aee1-8af301b296e2", - "x-ms-client-request-id": "be53d9b39f4f1afd164532af14086cb5", - "x-ms-correlation-request-id": "2fbf8990-3517-4447-8b8f-530b6617186b", - "x-ms-ratelimit-remaining-subscription-reads": "10614", - "x-ms-request-id": "e5099fa9-7d69-4d11-8ad9-d4a7ff46d8c8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035301Z:2fbf8990-3517-4447-8b8f-530b6617186b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "6947b0324001a4434cfc6a55d7333dd4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:53:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d09a2220-fc1a-4adb-b566-4ce111bb4678", - "x-ms-client-request-id": "6947b0324001a4434cfc6a55d7333dd4", - "x-ms-correlation-request-id": "a5cc2abf-4683-4263-bce4-876061d3e117", - "x-ms-ratelimit-remaining-subscription-reads": "10613", - "x-ms-request-id": "61c2f702-21c5-42dc-82e2-3d8fba2a8d98", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035302Z:a5cc2abf-4683-4263-bce4-876061d3e117" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "75f8b03fe6bbfc86bbd4078ce201b25a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:53:03 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "10b7fd12-866e-4b21-98bc-4427c156becb", - "x-ms-client-request-id": "75f8b03fe6bbfc86bbd4078ce201b25a", - "x-ms-correlation-request-id": "3fcb1516-d520-4afd-9a65-f64f69023a26", - "x-ms-ratelimit-remaining-subscription-reads": "10612", - "x-ms-request-id": "fa6f95c9-f275-4f73-a9fe-6613e698c531", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035303Z:3fcb1516-d520-4afd-9a65-f64f69023a26" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "33d4db24ac9c721b95ae725335a843e3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:53:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "43421c80-f044-4574-8901-8cf3bb2b73a5", - "x-ms-client-request-id": "33d4db24ac9c721b95ae725335a843e3", - "x-ms-correlation-request-id": "9ec7c29a-732c-4940-91d7-ca352aae94be", - "x-ms-ratelimit-remaining-subscription-reads": "10611", - "x-ms-request-id": "1508bb13-f7ff-4ff1-a0ca-fad5953749f7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035305Z:9ec7c29a-732c-4940-91d7-ca352aae94be" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "63705e08f6104cf9294aad2d39b7c24a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:53:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b473d0f2-2f3b-48bf-8677-f20410803e45", - "x-ms-client-request-id": "63705e08f6104cf9294aad2d39b7c24a", - "x-ms-correlation-request-id": "316d2695-2491-412b-8a03-3c7d34c41e86", - "x-ms-ratelimit-remaining-subscription-reads": "10610", - "x-ms-request-id": "67640e55-f738-4aa6-a55b-9267debb3c4b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035306Z:316d2695-2491-412b-8a03-3c7d34c41e86" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "fc301049095e92379585df0c7332c713", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:53:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8d5ddc87-19bd-45cb-b44f-cf7127ec9fca", - "x-ms-client-request-id": "fc301049095e92379585df0c7332c713", - "x-ms-correlation-request-id": "1983ca09-ab1a-4851-bbce-13cbf6e59381", - "x-ms-ratelimit-remaining-subscription-reads": "10609", - "x-ms-request-id": "f50bd244-fee1-4358-862c-9c93c10a09b4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035307Z:1983ca09-ab1a-4851-bbce-13cbf6e59381" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "848423914f912d49e2870952feee39de", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:53:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d9b67a8d-5f5c-4a64-8877-5516f70bc9b7", - "x-ms-client-request-id": "848423914f912d49e2870952feee39de", - "x-ms-correlation-request-id": "a8259fb9-a52a-4a5c-a78c-63990b128f4d", - "x-ms-ratelimit-remaining-subscription-reads": "10608", - "x-ms-request-id": "ffca0322-ed8a-473d-a522-f5416afc1f8d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035309Z:a8259fb9-a52a-4a5c-a78c-63990b128f4d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "250a28ec4677fe8426ddcd8a16ecd8f6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:53:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8fac12c7-4446-4c67-8eb4-40b17dd322e2", - "x-ms-client-request-id": "250a28ec4677fe8426ddcd8a16ecd8f6", - "x-ms-correlation-request-id": "6d0e6ace-8edd-4cc9-8c2b-e6ef2e03b410", - "x-ms-ratelimit-remaining-subscription-reads": "10607", - "x-ms-request-id": "bba49bed-d882-4f66-a6a8-7321dc7f4e70", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035310Z:6d0e6ace-8edd-4cc9-8c2b-e6ef2e03b410" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "159b9a823e33fab9c6021ad600e594a7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:53:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3890b016-ef14-46e7-a6bf-6347ad4227ef", - "x-ms-client-request-id": "159b9a823e33fab9c6021ad600e594a7", - "x-ms-correlation-request-id": "cc15d0f1-889d-4afc-b175-f6aa2230a0b9", - "x-ms-ratelimit-remaining-subscription-reads": "10606", - "x-ms-request-id": "d3abe811-e788-433f-b1a1-eb4fd9b8fe34", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035311Z:cc15d0f1-889d-4afc-b175-f6aa2230a0b9" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "4b20014ba1284a9b9f855db381be17f5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:53:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1f62beb0-ef6a-443a-96c8-036802cf0308", - "x-ms-client-request-id": "4b20014ba1284a9b9f855db381be17f5", - "x-ms-correlation-request-id": "4c3b8311-dbd8-4843-8643-a466d596c525", - "x-ms-ratelimit-remaining-subscription-reads": "10605", - "x-ms-request-id": "6d759522-4695-49b0-9699-26b068ba004b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035312Z:4c3b8311-dbd8-4843-8643-a466d596c525" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "63cf12af2452aeab6e0f5f752cadfe41", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:53:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "88cb95f3-195e-4f7d-87ec-84cf6f80d2e9", - "x-ms-client-request-id": "63cf12af2452aeab6e0f5f752cadfe41", - "x-ms-correlation-request-id": "3575fbfb-1df5-45bf-93c0-10b4cfa95960", - "x-ms-ratelimit-remaining-subscription-reads": "10604", - "x-ms-request-id": "ac885201-d1e1-4cce-8b86-1758a0db55c8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035314Z:3575fbfb-1df5-45bf-93c0-10b4cfa95960" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "153e26498ccbe0ceff5175ade1057807", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:53:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "57591ab4-3d34-4cc2-b821-5585603db793", - "x-ms-client-request-id": "153e26498ccbe0ceff5175ade1057807", - "x-ms-correlation-request-id": "35a91007-3955-49f4-9f50-2ac6e61e8cd2", - "x-ms-ratelimit-remaining-subscription-reads": "10603", - "x-ms-request-id": "7a9183fb-7af0-4481-8dda-ac1cbac312ab", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035315Z:35a91007-3955-49f4-9f50-2ac6e61e8cd2" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ed2724eb301627545672dd1842261df1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:53:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1cb4a970-5193-4f9b-874c-7354f206b2af", - "x-ms-client-request-id": "ed2724eb301627545672dd1842261df1", - "x-ms-correlation-request-id": "e7b0aeac-0c8e-4d80-ab61-5898d17a467e", - "x-ms-ratelimit-remaining-subscription-reads": "10602", - "x-ms-request-id": "4c2421c3-820c-4049-9632-bf88ae06a1b2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035316Z:e7b0aeac-0c8e-4d80-ab61-5898d17a467e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5a6a1c870180222944ee6400aefdcd69", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:53:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b4eb0e9b-4fe2-44ae-a1c5-15d0b7cd14e7", - "x-ms-client-request-id": "5a6a1c870180222944ee6400aefdcd69", - "x-ms-correlation-request-id": "5e09dbcf-178b-4a85-9fd3-b85ac69cae6b", - "x-ms-ratelimit-remaining-subscription-reads": "10601", - "x-ms-request-id": "2aa085e5-caaf-49c5-91af-59a5f366c713", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035318Z:5e09dbcf-178b-4a85-9fd3-b85ac69cae6b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "088957971086182ad217bf59afb59ed9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:53:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a051e950-6fd6-487d-8da5-c16aaaf1b430", - "x-ms-client-request-id": "088957971086182ad217bf59afb59ed9", - "x-ms-correlation-request-id": "b0065358-c9d4-40b5-a269-481addb4e8b4", - "x-ms-ratelimit-remaining-subscription-reads": "10600", - "x-ms-request-id": "faff0f1a-57b0-402d-9c0d-9505cb225767", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035319Z:b0065358-c9d4-40b5-a269-481addb4e8b4" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c52684331e9bea87fa04a828cc537858", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:53:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f8875644-1d93-4f31-a031-97c7e3825b06", - "x-ms-client-request-id": "c52684331e9bea87fa04a828cc537858", - "x-ms-correlation-request-id": "4782cc7f-267b-423e-af70-865e6b46119a", - "x-ms-ratelimit-remaining-subscription-reads": "10599", - "x-ms-request-id": "71ab0248-0dde-48e2-a573-310da0648e7d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035320Z:4782cc7f-267b-423e-af70-865e6b46119a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ea8173a5159c766af152886841d0738f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:53:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3aaaef68-c037-4c6e-9587-d7ad8a73c617", - "x-ms-client-request-id": "ea8173a5159c766af152886841d0738f", - "x-ms-correlation-request-id": "dc6990f8-112b-4301-a102-d88d6f9bf959", - "x-ms-ratelimit-remaining-subscription-reads": "10598", - "x-ms-request-id": "df060b4b-32c8-403c-9024-a44ccc636ddb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035322Z:dc6990f8-112b-4301-a102-d88d6f9bf959" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "29cd8a4f07d779cdd09e0d8268024c7e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:53:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2eaf4a04-a357-4a10-937a-c70b739dac16", - "x-ms-client-request-id": "29cd8a4f07d779cdd09e0d8268024c7e", - "x-ms-correlation-request-id": "00680abd-2e91-4114-9167-afb8872fb67b", - "x-ms-ratelimit-remaining-subscription-reads": "10597", - "x-ms-request-id": "118de2ba-68f6-4f6c-bfa8-daf8e35c3d3a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035323Z:00680abd-2e91-4114-9167-afb8872fb67b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "3bb4679fb3331e3c1aafd348951fa82a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:53:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "cc4e9cb9-51e8-4c90-9f69-524adbb18240", - "x-ms-client-request-id": "3bb4679fb3331e3c1aafd348951fa82a", - "x-ms-correlation-request-id": "b7a55102-d7fa-46b3-93a2-7d2d8c98a398", - "x-ms-ratelimit-remaining-subscription-reads": "10596", - "x-ms-request-id": "274fc09f-24bd-417f-ae19-342d820cbba7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035324Z:b7a55102-d7fa-46b3-93a2-7d2d8c98a398" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "41d818914e869d81a6081afd08e80eee", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:53:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "70667bd6-16b4-4bd3-ace1-13cd1583ccaa", - "x-ms-client-request-id": "41d818914e869d81a6081afd08e80eee", - "x-ms-correlation-request-id": "1c928346-c992-41aa-84ca-8ba6a4b9d667", - "x-ms-ratelimit-remaining-subscription-reads": "10595", - "x-ms-request-id": "4bb3444a-e36f-426b-b7de-a82b695a7d0a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035325Z:1c928346-c992-41aa-84ca-8ba6a4b9d667" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "dac90a06371b9c5c4eaf0f273484e3b1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:53:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "87fa555a-b90f-49e6-ad76-25ed084a14f5", - "x-ms-client-request-id": "dac90a06371b9c5c4eaf0f273484e3b1", - "x-ms-correlation-request-id": "7b7cdbe1-9f84-496e-b1d2-ae72be35d809", - "x-ms-ratelimit-remaining-subscription-reads": "10594", - "x-ms-request-id": "4a4c2e67-7428-4d04-84b0-c16b2202e2ec", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035327Z:7b7cdbe1-9f84-496e-b1d2-ae72be35d809" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "4ff0e2f60a2a50f7e617952a993e1531", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:53:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "cf5383e1-e2c2-4465-8d2d-7ba7eef5f1f6", - "x-ms-client-request-id": "4ff0e2f60a2a50f7e617952a993e1531", - "x-ms-correlation-request-id": "257ac1cb-30fc-4b32-a847-1cf3b4b42254", - "x-ms-ratelimit-remaining-subscription-reads": "10593", - "x-ms-request-id": "73a5546c-d1ec-449b-8b4d-35c28acc2dde", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035328Z:257ac1cb-30fc-4b32-a847-1cf3b4b42254" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8b42e5a1ce56590ebc3bf3d73e596921", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:53:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1db7a89b-4aa0-4944-bc06-324653376e63", - "x-ms-client-request-id": "8b42e5a1ce56590ebc3bf3d73e596921", - "x-ms-correlation-request-id": "acfc16d4-8064-4c5d-9aef-4a8a727cdd95", - "x-ms-ratelimit-remaining-subscription-reads": "10592", - "x-ms-request-id": "d4a5af05-f97e-48ef-96f1-bcfb201dfecb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035329Z:acfc16d4-8064-4c5d-9aef-4a8a727cdd95" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "25076825bff7fbc41278f404a131030f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:53:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "bcc3d716-453f-41a5-8095-8ed93d74d75b", - "x-ms-client-request-id": "25076825bff7fbc41278f404a131030f", - "x-ms-correlation-request-id": "9097ebfc-2951-4ed5-ba73-d78e79342b35", - "x-ms-ratelimit-remaining-subscription-reads": "10591", - "x-ms-request-id": "127e553b-1d61-4fb3-9bdf-f8c8f2ddca15", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035330Z:9097ebfc-2951-4ed5-ba73-d78e79342b35" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "4f86de995842275bd39792ee171f118c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:53:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "dca32f31-e98b-422e-b5fc-3161a5688a6f", - "x-ms-client-request-id": "4f86de995842275bd39792ee171f118c", - "x-ms-correlation-request-id": "36d6000f-6a5e-4189-b185-fc2f3853b9fb", - "x-ms-ratelimit-remaining-subscription-reads": "10590", - "x-ms-request-id": "c586d2ee-2121-440a-a07b-5b96ec830f05", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035332Z:36d6000f-6a5e-4189-b185-fc2f3853b9fb" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "300574adef37e13a204778ddd90ab78a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:53:32 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6be88f10-ed0c-4f5c-9df4-39c6011e1c8b", - "x-ms-client-request-id": "300574adef37e13a204778ddd90ab78a", - "x-ms-correlation-request-id": "13fae428-7b21-420e-93a0-7e7091b8a481", - "x-ms-ratelimit-remaining-subscription-reads": "10589", - "x-ms-request-id": "967a1182-d7b2-4385-8d79-720b29232ca4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035333Z:13fae428-7b21-420e-93a0-7e7091b8a481" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "603ee3381ad3cddf0ddf52602cd5e3f3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:53:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "eaadb065-297b-4409-ac4c-f42bbba5f932", - "x-ms-client-request-id": "603ee3381ad3cddf0ddf52602cd5e3f3", - "x-ms-correlation-request-id": "8ec32c01-25ea-427a-baf7-8dda030eaf1f", - "x-ms-ratelimit-remaining-subscription-reads": "10588", - "x-ms-request-id": "fa396bd8-1706-46de-b0f4-3a5fdc704f31", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035334Z:8ec32c01-25ea-427a-baf7-8dda030eaf1f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2d566766d22ca9d8a3a42efae07d4dc9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:53:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "252c9056-cba2-426d-ab0c-d030b2b4c8ec", - "x-ms-client-request-id": "2d566766d22ca9d8a3a42efae07d4dc9", - "x-ms-correlation-request-id": "ce4ad055-23e1-42ae-aad7-e31be97ebb2c", - "x-ms-ratelimit-remaining-subscription-reads": "10587", - "x-ms-request-id": "2c647ef7-3a35-41a9-a8b6-14b829fc60f2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035336Z:ce4ad055-23e1-42ae-aad7-e31be97ebb2c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "34b608dfb1e193b9953822579ddab54b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:53:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ec0878ca-56a6-4fef-a633-df4e978ebeb4", - "x-ms-client-request-id": "34b608dfb1e193b9953822579ddab54b", - "x-ms-correlation-request-id": "ef079ff5-8236-47a5-965e-a85ad844a07c", - "x-ms-ratelimit-remaining-subscription-reads": "10586", - "x-ms-request-id": "91d04852-0b33-46dd-892d-7bb5e3d34f0f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035337Z:ef079ff5-8236-47a5-965e-a85ad844a07c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "717785638ab3655d0b94bc2eebe4ed8f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:53:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a8f0fae7-622f-482f-894c-9c36530ab59d", - "x-ms-client-request-id": "717785638ab3655d0b94bc2eebe4ed8f", - "x-ms-correlation-request-id": "38068995-505a-4ac5-843b-077489c48498", - "x-ms-ratelimit-remaining-subscription-reads": "10585", - "x-ms-request-id": "ca3e7b54-b8a5-4e5c-94bc-aa9d91453464", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035338Z:38068995-505a-4ac5-843b-077489c48498" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "24808891af1eb411aec297f4af800bc9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:53:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5698649a-2370-4d27-9ec2-0f272f706dd2", - "x-ms-client-request-id": "24808891af1eb411aec297f4af800bc9", - "x-ms-correlation-request-id": "2a514d01-ee20-4cf4-aa5a-f8cbee8a7c39", - "x-ms-ratelimit-remaining-subscription-reads": "10584", - "x-ms-request-id": "231c95c7-6e65-4500-a8ff-f45146eacf5c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035339Z:2a514d01-ee20-4cf4-aa5a-f8cbee8a7c39" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5a96e2efdb065515aa51284cf48aa8b0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:53:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a69d5dce-c77e-46f5-9159-c049bd009022", - "x-ms-client-request-id": "5a96e2efdb065515aa51284cf48aa8b0", - "x-ms-correlation-request-id": "e9ea9d00-b4d5-4972-a645-ecfb835770bb", - "x-ms-ratelimit-remaining-subscription-reads": "10583", - "x-ms-request-id": "f1762e3d-1a62-452c-83be-fd34cfbd945c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035341Z:e9ea9d00-b4d5-4972-a645-ecfb835770bb" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "14c5934a9059b42c73c2c3f0f269b58a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:53:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a8e154c5-3772-4d38-bbbd-5ee5c5b94597", - "x-ms-client-request-id": "14c5934a9059b42c73c2c3f0f269b58a", - "x-ms-correlation-request-id": "766b4437-25d5-42be-896e-b1ce1190fe54", - "x-ms-ratelimit-remaining-subscription-reads": "10582", - "x-ms-request-id": "c9af1f19-7ab5-4ec5-9a88-f68d3ea1285a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035342Z:766b4437-25d5-42be-896e-b1ce1190fe54" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "093ff388924eb689732b7acd86c4c023", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:53:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "46922fe7-021a-42e5-8578-28e61d8132e2", - "x-ms-client-request-id": "093ff388924eb689732b7acd86c4c023", - "x-ms-correlation-request-id": "81b4b1d3-846e-4bb7-b4e2-7721d58ae698", - "x-ms-ratelimit-remaining-subscription-reads": "10581", - "x-ms-request-id": "16551beb-4d9d-4b40-a730-c10ddd6d0291", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035343Z:81b4b1d3-846e-4bb7-b4e2-7721d58ae698" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "1ca9e71af7bb5e6fb5e1e74318256241", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:53:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6f0f626b-18ce-4c56-9203-881e6de0606f", - "x-ms-client-request-id": "1ca9e71af7bb5e6fb5e1e74318256241", - "x-ms-correlation-request-id": "d22d7a61-3675-4ea0-877c-1e365aaf6725", - "x-ms-ratelimit-remaining-subscription-reads": "10580", - "x-ms-request-id": "5627486e-8a29-4d52-a4e1-9f3da0ab6815", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035345Z:d22d7a61-3675-4ea0-877c-1e365aaf6725" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "01c49e9b9e4bb862090fa12e165f2dae", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:53:45 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f891900e-c1ee-4f56-b06c-927553980a4f", - "x-ms-client-request-id": "01c49e9b9e4bb862090fa12e165f2dae", - "x-ms-correlation-request-id": "16de0f2f-b27b-4250-b162-58674e6a4b9a", - "x-ms-ratelimit-remaining-subscription-reads": "10579", - "x-ms-request-id": "f8e9a546-3f6e-4a1b-a28d-77a871182a1a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035346Z:16de0f2f-b27b-4250-b162-58674e6a4b9a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "0bd59f0298bf91cf83e0536caa459d4d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:53:46 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4039d5af-cb8a-4b4c-b63e-ec65d8767665", - "x-ms-client-request-id": "0bd59f0298bf91cf83e0536caa459d4d", - "x-ms-correlation-request-id": "0c0b2198-8ffa-43f3-bdcd-b3cf27c82b7d", - "x-ms-ratelimit-remaining-subscription-reads": "10578", - "x-ms-request-id": "cd6bb1b0-84c6-4dac-8f70-c8bb4e9cb94f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035347Z:0c0b2198-8ffa-43f3-bdcd-b3cf27c82b7d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e83239c9bf007cd884f112ac55414856", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:53:47 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7131be9a-a6d1-4f3c-857c-f6211e7cf193", - "x-ms-client-request-id": "e83239c9bf007cd884f112ac55414856", - "x-ms-correlation-request-id": "10585bde-23c9-4365-98dd-43d5cc08d3b3", - "x-ms-ratelimit-remaining-subscription-reads": "10577", - "x-ms-request-id": "73f8e7c7-a2ab-4620-8876-2db8fd40b0b2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035348Z:10585bde-23c9-4365-98dd-43d5cc08d3b3" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "784138b4574f0282cf327d6a4af60ec4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:53:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3429b343-305c-4c08-af12-c9faf623c926", - "x-ms-client-request-id": "784138b4574f0282cf327d6a4af60ec4", - "x-ms-correlation-request-id": "5b410481-c964-42eb-b8c6-6033b997134a", - "x-ms-ratelimit-remaining-subscription-reads": "10576", - "x-ms-request-id": "2d33fb0e-5a8d-4864-843e-3ebb58699a33", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035350Z:5b410481-c964-42eb-b8c6-6033b997134a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "dd655371452c43aec65986ce86233c42", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:53:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "052a5ab5-6ad1-4202-afb7-a74bb9924196", - "x-ms-client-request-id": "dd655371452c43aec65986ce86233c42", - "x-ms-correlation-request-id": "1b0c7a62-4af6-4ae0-9a3e-1adb48fc1d4e", - "x-ms-ratelimit-remaining-subscription-reads": "10575", - "x-ms-request-id": "9f9f6039-f181-401b-9ba6-3209c818e592", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035351Z:1b0c7a62-4af6-4ae0-9a3e-1adb48fc1d4e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "72b8fd98240471feb73019cd416e318e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:53:52 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "95c8281f-d071-420b-af98-5ff2cc3e331c", - "x-ms-client-request-id": "72b8fd98240471feb73019cd416e318e", - "x-ms-correlation-request-id": "1e7e2c06-38cf-4a12-a222-ec63b19fb4f3", - "x-ms-ratelimit-remaining-subscription-reads": "10574", - "x-ms-request-id": "aa91ee74-c81a-4c7b-8bb9-edd13be44402", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035352Z:1e7e2c06-38cf-4a12-a222-ec63b19fb4f3" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "013a4ee26bdc6e2a8afeb2f5d0b37cab", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:53:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6417ee52-9002-437a-9d97-0b3f498b22f9", - "x-ms-client-request-id": "013a4ee26bdc6e2a8afeb2f5d0b37cab", - "x-ms-correlation-request-id": "bce7ff68-aa00-49dc-901e-4cbab2e89be8", - "x-ms-ratelimit-remaining-subscription-reads": "10573", - "x-ms-request-id": "abab19da-4ddd-4186-a17a-b668053af29f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035353Z:bce7ff68-aa00-49dc-901e-4cbab2e89be8" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "4dd13bf69c3e4dc055f325fc2be00158", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:53:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f6ff41d6-eb43-4010-8677-3cd0fcb8c28a", - "x-ms-client-request-id": "4dd13bf69c3e4dc055f325fc2be00158", - "x-ms-correlation-request-id": "ed633d2f-0a8a-44eb-9b72-664cdd576662", - "x-ms-ratelimit-remaining-subscription-reads": "10572", - "x-ms-request-id": "7080a780-116c-4850-a205-0adbb95ddcce", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035355Z:ed633d2f-0a8a-44eb-9b72-664cdd576662" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "37ebf8283ae82d66d349e7057209a103", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:53:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "607f6967-f780-4845-b621-45b0050655b6", - "x-ms-client-request-id": "37ebf8283ae82d66d349e7057209a103", - "x-ms-correlation-request-id": "4d6df548-1dd3-4af1-afa6-328aeb941fa7", - "x-ms-ratelimit-remaining-subscription-reads": "10571", - "x-ms-request-id": "835831e1-2d35-42a3-9c45-0565eed9e287", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035356Z:4d6df548-1dd3-4af1-afa6-328aeb941fa7" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "06d76db3e39c464f8eedace8452d43a9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:53:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "cae4e7ae-37b7-4fd1-83e4-76a1ff8cd35a", - "x-ms-client-request-id": "06d76db3e39c464f8eedace8452d43a9", - "x-ms-correlation-request-id": "f449304a-695e-460d-8836-7fc046fd5ba9", - "x-ms-ratelimit-remaining-subscription-reads": "10570", - "x-ms-request-id": "af54f31f-2786-40ea-a5e6-477ef6bd6e5d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035357Z:f449304a-695e-460d-8836-7fc046fd5ba9" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d7cd59fc45c8bcc2d4a47af5b4bada4c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:53:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f77ceda7-e591-4764-917f-8d1995e8862c", - "x-ms-client-request-id": "d7cd59fc45c8bcc2d4a47af5b4bada4c", - "x-ms-correlation-request-id": "8e11ddaf-1515-442b-89ed-f124e489e629", - "x-ms-ratelimit-remaining-subscription-reads": "10569", - "x-ms-request-id": "e7a44056-13c3-498e-93d0-5a0a3ef35c48", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035358Z:8e11ddaf-1515-442b-89ed-f124e489e629" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "be482251fb0944bca8a4a8fb8d7de8a5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:54:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "26a1ac65-aa5d-4399-82b0-998afb362ab7", - "x-ms-client-request-id": "be482251fb0944bca8a4a8fb8d7de8a5", - "x-ms-correlation-request-id": "d3e08021-a245-4bd3-a906-3af6076e5201", - "x-ms-ratelimit-remaining-subscription-reads": "10568", - "x-ms-request-id": "94f183b8-6a3f-4538-b24c-d1dac2db4964", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035400Z:d3e08021-a245-4bd3-a906-3af6076e5201" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "19093e06ca3b6e3aaa1a31f8685a92d4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:54:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "63fe2ba6-3724-43ad-8ba4-4ecb2ba755ad", - "x-ms-client-request-id": "19093e06ca3b6e3aaa1a31f8685a92d4", - "x-ms-correlation-request-id": "f6a68a0f-4dad-4e63-88e7-d988ff040c14", - "x-ms-ratelimit-remaining-subscription-reads": "10567", - "x-ms-request-id": "79e93242-42b1-4e5b-a8f3-9abb330ba45d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035401Z:f6a68a0f-4dad-4e63-88e7-d988ff040c14" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2297601284e4019f9c882e249cc72e57", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:54:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "fcd2e404-dfd0-4753-a28d-33f94406540a", - "x-ms-client-request-id": "2297601284e4019f9c882e249cc72e57", - "x-ms-correlation-request-id": "203b8082-6524-4a50-be47-60ac864a1af9", - "x-ms-ratelimit-remaining-subscription-reads": "10566", - "x-ms-request-id": "a77c62ef-6bd7-4360-9918-2c4758a24f91", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035402Z:203b8082-6524-4a50-be47-60ac864a1af9" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "75efd5bcc1b18610e7da13eec9c4dc4e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:54:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "fcbdf5d0-9cee-4fb2-9b87-695c24df37f1", - "x-ms-client-request-id": "75efd5bcc1b18610e7da13eec9c4dc4e", - "x-ms-correlation-request-id": "acedfbb0-3676-4f4b-8701-938c1cd089ce", - "x-ms-ratelimit-remaining-subscription-reads": "10565", - "x-ms-request-id": "432f622b-fceb-4849-9ecc-88231e16113a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035404Z:acedfbb0-3676-4f4b-8701-938c1cd089ce" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2de9d411c5e581c19e077cb39c16d2e3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:54:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f5c1c073-ee1e-45bc-b781-b001bbd75ed5", - "x-ms-client-request-id": "2de9d411c5e581c19e077cb39c16d2e3", - "x-ms-correlation-request-id": "bbd76aea-a118-4695-b632-f65fca38dc32", - "x-ms-ratelimit-remaining-subscription-reads": "10564", - "x-ms-request-id": "276e9593-d01a-4877-94bd-e12b327b62fe", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035405Z:bbd76aea-a118-4695-b632-f65fca38dc32" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "933bd9ec1c6b512350103a0a70b137d8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:54:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "da5cd56a-5d23-41c2-bf5b-5ae64d5343c3", - "x-ms-client-request-id": "933bd9ec1c6b512350103a0a70b137d8", - "x-ms-correlation-request-id": "bb9596f9-8e91-4968-9afa-2d2a0d59b61a", - "x-ms-ratelimit-remaining-subscription-reads": "10563", - "x-ms-request-id": "f2e6b604-1a52-4148-ada5-c64f67400825", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035407Z:bb9596f9-8e91-4968-9afa-2d2a0d59b61a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c812e0ac01ddf671136dd7a9445cead1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:54:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6bac7992-2d7a-4999-9ca9-0d4c3c59d925", - "x-ms-client-request-id": "c812e0ac01ddf671136dd7a9445cead1", - "x-ms-correlation-request-id": "90cee76f-9440-46cf-a162-1acc1fe39170", - "x-ms-ratelimit-remaining-subscription-reads": "10562", - "x-ms-request-id": "861794c8-804f-43c2-b186-7fa21a575dc9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035408Z:90cee76f-9440-46cf-a162-1acc1fe39170" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ef0230074888f4e2b097dcd58ab610ed", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:54:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "33f4965d-8d56-41fe-a8ef-4897e32d27a2", - "x-ms-client-request-id": "ef0230074888f4e2b097dcd58ab610ed", - "x-ms-correlation-request-id": "05d9f3b3-9818-41d1-adfe-8875577dcba3", - "x-ms-ratelimit-remaining-subscription-reads": "10561", - "x-ms-request-id": "9736e101-221f-49e6-979a-efc8d772d800", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035409Z:05d9f3b3-9818-41d1-adfe-8875577dcba3" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "bc07a3cf0903ea0568457ffd45790cf3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:54:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "54fb20da-3bff-4473-a3ad-262ee0236202", - "x-ms-client-request-id": "bc07a3cf0903ea0568457ffd45790cf3", - "x-ms-correlation-request-id": "7fbab8a4-ca41-4ec1-92a9-aa83d9b78db3", - "x-ms-ratelimit-remaining-subscription-reads": "10560", - "x-ms-request-id": "18687b16-63f2-4aef-94aa-2a9972369d2a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035410Z:7fbab8a4-ca41-4ec1-92a9-aa83d9b78db3" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "4002692647ae6450fd1e1745249c6c5d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:54:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d229fb08-5fd3-4df4-9811-829bd0fc2c1f", - "x-ms-client-request-id": "4002692647ae6450fd1e1745249c6c5d", - "x-ms-correlation-request-id": "c3f3bd8d-8487-4fce-bf2b-1eceeb0d2c76", - "x-ms-ratelimit-remaining-subscription-reads": "10559", - "x-ms-request-id": "57e34086-6217-40d8-8ffe-faf65dc719e1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035412Z:c3f3bd8d-8487-4fce-bf2b-1eceeb0d2c76" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a1d9e95d2e55fece2a188743c8e4ae37", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:54:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "849d1f35-97a9-45fb-a5ed-a06f72792cc6", - "x-ms-client-request-id": "a1d9e95d2e55fece2a188743c8e4ae37", - "x-ms-correlation-request-id": "c136bf93-8943-4de9-aa0f-f08f69d2be6d", - "x-ms-ratelimit-remaining-subscription-reads": "10558", - "x-ms-request-id": "8fbe6f65-4492-445a-a728-ec8a8c65dc91", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035413Z:c136bf93-8943-4de9-aa0f-f08f69d2be6d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "21aee88bd0b4883e53a3bee5f2bfc5cb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:54:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8e2fd412-39c6-47bb-9ae3-819a70096d2b", - "x-ms-client-request-id": "21aee88bd0b4883e53a3bee5f2bfc5cb", - "x-ms-correlation-request-id": "fc3cd190-4814-406b-acb7-0f994c0d12f4", - "x-ms-ratelimit-remaining-subscription-reads": "10557", - "x-ms-request-id": "938ad3de-2dae-4646-801c-8257c31d6c45", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035414Z:fc3cd190-4814-406b-acb7-0f994c0d12f4" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5ba022d86b9ff79e9b041596bf0c9b18", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:54:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b51e3b15-b40f-4ea6-9266-d116f54ed1b1", - "x-ms-client-request-id": "5ba022d86b9ff79e9b041596bf0c9b18", - "x-ms-correlation-request-id": "ad836367-3f16-4330-a539-39db8c14c070", - "x-ms-ratelimit-remaining-subscription-reads": "10556", - "x-ms-request-id": "d4cd316c-4e94-4a2f-826b-e83527330d0b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035416Z:ad836367-3f16-4330-a539-39db8c14c070" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "3cbae06f4aed8ca8ab514db26fe80c6b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:54:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c3c32a59-4ec9-4486-a228-7ac5128eb2f7", - "x-ms-client-request-id": "3cbae06f4aed8ca8ab514db26fe80c6b", - "x-ms-correlation-request-id": "3e07d77a-5222-4f69-a776-5abfea8c8a8f", - "x-ms-ratelimit-remaining-subscription-reads": "10555", - "x-ms-request-id": "65964031-d132-46aa-8e56-150d69ff92f9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035417Z:3e07d77a-5222-4f69-a776-5abfea8c8a8f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a56abc52534420974ab685b0bba8c847", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:54:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "74613efb-9815-4c25-a085-da98406cc5cb", - "x-ms-client-request-id": "a56abc52534420974ab685b0bba8c847", - "x-ms-correlation-request-id": "99976084-6338-42d1-8aed-e5600432a085", - "x-ms-ratelimit-remaining-subscription-reads": "10554", - "x-ms-request-id": "889030c7-10b8-45ac-a556-169996a6683e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035418Z:99976084-6338-42d1-8aed-e5600432a085" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "1175a60789058ddd7a14b04e1deb88b2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:54:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "def31cc0-d54c-475c-bfc9-b592cc2b8b22", - "x-ms-client-request-id": "1175a60789058ddd7a14b04e1deb88b2", - "x-ms-correlation-request-id": "a1da449f-380d-4d3e-8686-90782eef213a", - "x-ms-ratelimit-remaining-subscription-reads": "10553", - "x-ms-request-id": "1228d57d-9aae-446a-84cd-0fe7bd986ee5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035419Z:a1da449f-380d-4d3e-8686-90782eef213a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "0343a9f7f6a11cd4489af137c4f8d102", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:54:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "24a633f2-9bb0-465b-81fe-2c5156b06c5b", - "x-ms-client-request-id": "0343a9f7f6a11cd4489af137c4f8d102", - "x-ms-correlation-request-id": "cf9c6348-4fd2-4b4e-b165-33484518c59b", - "x-ms-ratelimit-remaining-subscription-reads": "10552", - "x-ms-request-id": "27a5f3d7-ae0d-4846-bf9d-f924d9433110", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035421Z:cf9c6348-4fd2-4b4e-b165-33484518c59b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c8aa0689fa72c966dfdc2a30a249025e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:54:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e884e556-6801-42e9-8f66-00d7ed2416cf", - "x-ms-client-request-id": "c8aa0689fa72c966dfdc2a30a249025e", - "x-ms-correlation-request-id": "d01e421f-988f-4ccf-ae9f-06c362c255b7", - "x-ms-ratelimit-remaining-subscription-reads": "10551", - "x-ms-request-id": "1b47145f-3dd0-4a27-a2db-6666801ddfc9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035422Z:d01e421f-988f-4ccf-ae9f-06c362c255b7" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "11b8d32ec46410a5d259c86a98a6c882", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:54:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "92fdfdf2-d4c7-4906-a62d-57759774ee7d", - "x-ms-client-request-id": "11b8d32ec46410a5d259c86a98a6c882", - "x-ms-correlation-request-id": "ba45546c-e41d-4228-a8ad-ff4eead66336", - "x-ms-ratelimit-remaining-subscription-reads": "10550", - "x-ms-request-id": "051c25ab-d5a6-40c1-9089-8191c83c1e93", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035423Z:ba45546c-e41d-4228-a8ad-ff4eead66336" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "17c4ad42bf40fd3f437a23c4cba479ff", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:54:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1a770529-f11e-4c4d-95b5-9972d4c3a7bd", - "x-ms-client-request-id": "17c4ad42bf40fd3f437a23c4cba479ff", - "x-ms-correlation-request-id": "072aa86a-c2e8-4361-b1f3-e61e66ca195f", - "x-ms-ratelimit-remaining-subscription-reads": "10549", - "x-ms-request-id": "063ec1b3-f3c5-43bb-8248-e373845d5626", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035424Z:072aa86a-c2e8-4361-b1f3-e61e66ca195f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f1089297c03fc49d609af61931fb3139", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:54:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "234c5796-3f2f-468b-b490-f46f5f7afc57", - "x-ms-client-request-id": "f1089297c03fc49d609af61931fb3139", - "x-ms-correlation-request-id": "fc41b57b-b8d0-46d9-9722-cdfff7235207", - "x-ms-ratelimit-remaining-subscription-reads": "10548", - "x-ms-request-id": "7ccfb8c1-cc05-411e-abda-ff46cadcb82d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035426Z:fc41b57b-b8d0-46d9-9722-cdfff7235207" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f4eda814ea846e1d93bbcdeaa1e0452e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:54:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8d64a22a-f557-4f7a-b06c-fea6d4a3277e", - "x-ms-client-request-id": "f4eda814ea846e1d93bbcdeaa1e0452e", - "x-ms-correlation-request-id": "093fe279-f5e7-42f7-bd42-c920d3c15a1d", - "x-ms-ratelimit-remaining-subscription-reads": "10547", - "x-ms-request-id": "f50d1d19-fe2d-4379-b129-e79ad5337ac2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035427Z:093fe279-f5e7-42f7-bd42-c920d3c15a1d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "05d3c9e0d79d82421000b7a6c926cb48", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:54:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "211cdea1-939d-4e0a-9af2-5ebd8c2464a0", - "x-ms-client-request-id": "05d3c9e0d79d82421000b7a6c926cb48", - "x-ms-correlation-request-id": "c5c743f7-0709-488b-a735-28c46c67ad6a", - "x-ms-ratelimit-remaining-subscription-reads": "10546", - "x-ms-request-id": "cb1fb12e-e933-4288-a1f5-98c31a6bf46a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035428Z:c5c743f7-0709-488b-a735-28c46c67ad6a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "22b0ea4984b6ad7a74995d84f2b2237f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:54:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3d3bb07b-1a90-44f3-9dc4-13ea15499876", - "x-ms-client-request-id": "22b0ea4984b6ad7a74995d84f2b2237f", - "x-ms-correlation-request-id": "b2c1ec21-7e5f-4686-8ad8-6cda900c5ebb", - "x-ms-ratelimit-remaining-subscription-reads": "10545", - "x-ms-request-id": "32970b02-25f8-4d7c-94f9-54d207994ad1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035430Z:b2c1ec21-7e5f-4686-8ad8-6cda900c5ebb" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "6838c8542b283c9b666be4843377a56d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:54:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "97dd9b55-384e-4a21-86ea-2a6aad288b4d", - "x-ms-client-request-id": "6838c8542b283c9b666be4843377a56d", - "x-ms-correlation-request-id": "15115b92-f0e5-4e72-8de5-6a0ca77c3c6a", - "x-ms-ratelimit-remaining-subscription-reads": "10544", - "x-ms-request-id": "aa53e684-a1e0-42c6-9936-cd0e47b249e0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035431Z:15115b92-f0e5-4e72-8de5-6a0ca77c3c6a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b6a184ef22305b774e25900479bd8f5d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:54:32 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ce53ac81-51ca-4364-8a86-750f1b30263d", - "x-ms-client-request-id": "b6a184ef22305b774e25900479bd8f5d", - "x-ms-correlation-request-id": "bf3220dd-b67b-4168-83d9-501e654de026", - "x-ms-ratelimit-remaining-subscription-reads": "10543", - "x-ms-request-id": "3975b38d-1ff4-4e5d-958e-1b8c24a34b0b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035432Z:bf3220dd-b67b-4168-83d9-501e654de026" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "015137dd63ed1d204e73bc4ba0f67afd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:54:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "70e69617-e5c7-4245-959f-232dbf124a23", - "x-ms-client-request-id": "015137dd63ed1d204e73bc4ba0f67afd", - "x-ms-correlation-request-id": "fd39a9a7-72d0-4d4d-9ee3-67de5387ee71", - "x-ms-ratelimit-remaining-subscription-reads": "10542", - "x-ms-request-id": "5c58716a-b690-48c3-870c-de01b1850e56", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035434Z:fd39a9a7-72d0-4d4d-9ee3-67de5387ee71" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "6d95f0f36c11324f50dd19029a97c3a8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:54:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5bd2bb45-2e35-4740-8865-e9119b3624ef", - "x-ms-client-request-id": "6d95f0f36c11324f50dd19029a97c3a8", - "x-ms-correlation-request-id": "357651ec-106f-4b5b-b36e-512eaa49142c", - "x-ms-ratelimit-remaining-subscription-reads": "10541", - "x-ms-request-id": "4748f42a-297c-4dda-8345-ecb819ffbb17", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035436Z:357651ec-106f-4b5b-b36e-512eaa49142c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "fba686dca4258b7f648368bc652cba58", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:54:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ba5924c9-4aff-4664-af12-f5db9738c732", - "x-ms-client-request-id": "fba686dca4258b7f648368bc652cba58", - "x-ms-correlation-request-id": "bfdf5f46-84e3-4005-9ee2-22edb1c7b45e", - "x-ms-ratelimit-remaining-subscription-reads": "10540", - "x-ms-request-id": "3285b63d-5cae-40dc-aab8-684816fa8773", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035437Z:bfdf5f46-84e3-4005-9ee2-22edb1c7b45e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "881093ab2128714be71fb0104a1d83b7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:54:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "956980d0-dfae-4446-8fa2-68c943ce52eb", - "x-ms-client-request-id": "881093ab2128714be71fb0104a1d83b7", - "x-ms-correlation-request-id": "59fa97d9-0579-463f-9199-e543306e09bd", - "x-ms-ratelimit-remaining-subscription-reads": "10539", - "x-ms-request-id": "23b77ffa-3969-4866-b0ca-7c9eeaf3405c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035438Z:59fa97d9-0579-463f-9199-e543306e09bd" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "196e14b07e4f4fd8710a098e0393cd23", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:54:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ba8ef204-c7ae-445c-a9a0-59d3a0be7272", - "x-ms-client-request-id": "196e14b07e4f4fd8710a098e0393cd23", - "x-ms-correlation-request-id": "5482c4d1-94d2-4e0d-90fe-24b7016a4e54", - "x-ms-ratelimit-remaining-subscription-reads": "10538", - "x-ms-request-id": "cb5b8f95-0c4d-465c-aeed-f28d1f4c8c6f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035439Z:5482c4d1-94d2-4e0d-90fe-24b7016a4e54" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "0757c1223a87ba803b351406f36e4046", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:54:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2d575181-3975-45b8-9839-76be896b42e0", - "x-ms-client-request-id": "0757c1223a87ba803b351406f36e4046", - "x-ms-correlation-request-id": "f1ee12e3-cc48-4cba-afc3-9ccea68f15e2", - "x-ms-ratelimit-remaining-subscription-reads": "10537", - "x-ms-request-id": "7393a135-2efc-4b26-848e-f6f6fb6cdb96", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035441Z:f1ee12e3-cc48-4cba-afc3-9ccea68f15e2" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "510bb100a1bd2c08bbc0171e17bd6d53", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:54:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1e560f6e-59cc-48b4-aeec-930286f0a6c9", - "x-ms-client-request-id": "510bb100a1bd2c08bbc0171e17bd6d53", - "x-ms-correlation-request-id": "d6875399-8d99-4e8e-990a-ab4b57a20f8b", - "x-ms-ratelimit-remaining-subscription-reads": "10536", - "x-ms-request-id": "e5a0bfb5-7fae-4a2c-b9e9-546246513023", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035442Z:d6875399-8d99-4e8e-990a-ab4b57a20f8b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "89ee8d517cc6752f93b4de1a69d25b03", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:54:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e236cd6f-f44b-43f9-bf00-5b63912bccf4", - "x-ms-client-request-id": "89ee8d517cc6752f93b4de1a69d25b03", - "x-ms-correlation-request-id": "1968a72b-ae59-44da-a7be-516a6f148f4c", - "x-ms-ratelimit-remaining-subscription-reads": "10535", - "x-ms-request-id": "7503191e-b2f1-4b7a-9373-5f50e44d02bd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035443Z:1968a72b-ae59-44da-a7be-516a6f148f4c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "528ec2c97c888165b82a4bc62362a27d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:54:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "bc4d5c66-80da-4313-a77b-427405b61630", - "x-ms-client-request-id": "528ec2c97c888165b82a4bc62362a27d", - "x-ms-correlation-request-id": "0fa09513-9e03-4568-8e49-91369849ed90", - "x-ms-ratelimit-remaining-subscription-reads": "10534", - "x-ms-request-id": "eedeaa5b-be9f-4ef7-b396-a10653be901d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035445Z:0fa09513-9e03-4568-8e49-91369849ed90" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "65b4c0c8b78083808195bd09c2eec2e9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:54:46 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "025db72e-7cd6-433d-935b-ac455bce7af4", - "x-ms-client-request-id": "65b4c0c8b78083808195bd09c2eec2e9", - "x-ms-correlation-request-id": "1d543060-d5f6-44a8-ac13-527333e78d72", - "x-ms-ratelimit-remaining-subscription-reads": "10533", - "x-ms-request-id": "1d6e542f-9346-4f90-bffd-82787a8f0c85", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035446Z:1d543060-d5f6-44a8-ac13-527333e78d72" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "555514651a2fd5cb286cd09b30695231", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:54:47 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "efdddc7b-7cd2-4af5-833f-a83689a0a771", - "x-ms-client-request-id": "555514651a2fd5cb286cd09b30695231", - "x-ms-correlation-request-id": "80e6d1b8-75dc-4b20-917d-ab0c86c61cd3", - "x-ms-ratelimit-remaining-subscription-reads": "10532", - "x-ms-request-id": "273884f6-7ed8-4317-b8b9-698a50405ae1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035447Z:80e6d1b8-75dc-4b20-917d-ab0c86c61cd3" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a9516111f51d1182410ad1f2be5bbeca", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:54:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d1d319ba-ac20-452d-bafe-8704ef600688", - "x-ms-client-request-id": "a9516111f51d1182410ad1f2be5bbeca", - "x-ms-correlation-request-id": "de7c9a2e-4429-461d-90d9-779581fe5d7d", - "x-ms-ratelimit-remaining-subscription-reads": "10531", - "x-ms-request-id": "1f7a88a5-53f9-4bbd-89b7-000d35a0e558", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035448Z:de7c9a2e-4429-461d-90d9-779581fe5d7d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "0f6162684d0dae4ef4de3d13e7e55318", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:54:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "52c415d3-de3e-4795-a6cf-eecec52a3b49", - "x-ms-client-request-id": "0f6162684d0dae4ef4de3d13e7e55318", - "x-ms-correlation-request-id": "973e64d2-a70c-4006-988c-dd38b9f46092", - "x-ms-ratelimit-remaining-subscription-reads": "10530", - "x-ms-request-id": "ba543f84-bce1-4adb-9ebc-3e82930e6afb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035450Z:973e64d2-a70c-4006-988c-dd38b9f46092" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "61f88b43199c6fcb9143132449d917cc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:54:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "72226531-5db2-433d-9102-495bbdcd1f8e", - "x-ms-client-request-id": "61f88b43199c6fcb9143132449d917cc", - "x-ms-correlation-request-id": "3e5e66f4-3579-492a-8561-78594fcc3bf8", - "x-ms-ratelimit-remaining-subscription-reads": "10529", - "x-ms-request-id": "c35ec09e-faaf-4f9d-8045-3bd05abcb538", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035451Z:3e5e66f4-3579-492a-8561-78594fcc3bf8" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "cd3205ad4207c32413a3b43eb86e2a5c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:54:52 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e5df5ae1-4895-4833-8efd-e35a5d83f838", - "x-ms-client-request-id": "cd3205ad4207c32413a3b43eb86e2a5c", - "x-ms-correlation-request-id": "775d3d8c-c5ac-45d9-8a51-5afc20b412bf", - "x-ms-ratelimit-remaining-subscription-reads": "10528", - "x-ms-request-id": "aeef28d4-27d9-4730-8209-210a89d84de7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035452Z:775d3d8c-c5ac-45d9-8a51-5afc20b412bf" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "32afb8b75d634e2e97f27ec93a29651b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:54:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2743f414-eeb2-45b2-a7fa-320d1543035b", - "x-ms-client-request-id": "32afb8b75d634e2e97f27ec93a29651b", - "x-ms-correlation-request-id": "5bb57ad6-41fa-4e1b-8ca4-be4d2abde299", - "x-ms-ratelimit-remaining-subscription-reads": "10527", - "x-ms-request-id": "1a26fd72-377c-4b0e-b401-6e605698d50e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035454Z:5bb57ad6-41fa-4e1b-8ca4-be4d2abde299" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e16571c785b2001067344ef9658cb722", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:54:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e7efb861-2716-4112-be94-7c67f053a235", - "x-ms-client-request-id": "e16571c785b2001067344ef9658cb722", - "x-ms-correlation-request-id": "49d304b2-2106-45ab-9df0-20c6e34c702a", - "x-ms-ratelimit-remaining-subscription-reads": "10526", - "x-ms-request-id": "44a52fde-2be4-4cbf-95a0-25d7f64018b3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035455Z:49d304b2-2106-45ab-9df0-20c6e34c702a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "906db719e4295069d7e33615c45a89e9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:54:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5b1aac6f-fce5-48af-9126-dc6647642a6f", - "x-ms-client-request-id": "906db719e4295069d7e33615c45a89e9", - "x-ms-correlation-request-id": "1b42b073-b372-450b-a299-278ab5b454ae", - "x-ms-ratelimit-remaining-subscription-reads": "10525", - "x-ms-request-id": "c133a122-b480-4670-b3e4-43fb8ced3003", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035456Z:1b42b073-b372-450b-a299-278ab5b454ae" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "4677983e480831a9a8aecb2e0f34e90a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:54:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0e33e037-ac75-44d8-87e4-4711ccc93b29", - "x-ms-client-request-id": "4677983e480831a9a8aecb2e0f34e90a", - "x-ms-correlation-request-id": "56495405-dd4a-4532-a9ee-1fafde416460", - "x-ms-ratelimit-remaining-subscription-reads": "10524", - "x-ms-request-id": "5a054d6b-c087-4afd-840d-33e661c4a6d6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035457Z:56495405-dd4a-4532-a9ee-1fafde416460" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "83af5b3ad4bbe3f1081509ce4ffa3b0c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:54:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "18092562-eec6-46ad-8c31-5e2133be4e35", - "x-ms-client-request-id": "83af5b3ad4bbe3f1081509ce4ffa3b0c", - "x-ms-correlation-request-id": "82ce0467-668f-4f4b-98a8-9fd1d6fd4b45", - "x-ms-ratelimit-remaining-subscription-reads": "10523", - "x-ms-request-id": "abde43d5-641c-40b2-817d-40a6d614df20", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035459Z:82ce0467-668f-4f4b-98a8-9fd1d6fd4b45" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ccbb64ab7015d1190d3be77b183a41a3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:54:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "879c8ba7-c2c4-4765-be9c-2db5eef75286", - "x-ms-client-request-id": "ccbb64ab7015d1190d3be77b183a41a3", - "x-ms-correlation-request-id": "3d317dbc-bac7-49fb-bfb8-1a46746b90ea", - "x-ms-ratelimit-remaining-subscription-reads": "10522", - "x-ms-request-id": "f6d7baf7-6b46-4294-964c-740844c68f56", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035500Z:3d317dbc-bac7-49fb-bfb8-1a46746b90ea" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "69db2bfa06ab692ea6933ef33edae2ad", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:55:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e803320d-b29c-45b4-84f3-538ead8c61a3", - "x-ms-client-request-id": "69db2bfa06ab692ea6933ef33edae2ad", - "x-ms-correlation-request-id": "aebf8887-c3c9-4bbe-a872-e6a48b6aca3a", - "x-ms-ratelimit-remaining-subscription-reads": "10521", - "x-ms-request-id": "49f9273e-798f-4079-bb5e-6308f5c80e20", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035501Z:aebf8887-c3c9-4bbe-a872-e6a48b6aca3a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ab83bf731d79caf541de757fed76cacd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:55:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f4e44725-d48b-44cf-b8f4-26dea70aa09e", - "x-ms-client-request-id": "ab83bf731d79caf541de757fed76cacd", - "x-ms-correlation-request-id": "f76901d0-4770-46eb-9a93-9b66284b8ccb", - "x-ms-ratelimit-remaining-subscription-reads": "10520", - "x-ms-request-id": "267a3af8-90e0-4f89-a342-0200ad6451e4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035502Z:f76901d0-4770-46eb-9a93-9b66284b8ccb" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "23d466d4d21fa4613551258132269232", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:55:03 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "bd11632f-a6e4-4a87-8273-d5827ea4f51b", - "x-ms-client-request-id": "23d466d4d21fa4613551258132269232", - "x-ms-correlation-request-id": "3b5b2cb5-255c-4780-87eb-ed7f1fc6acfe", - "x-ms-ratelimit-remaining-subscription-reads": "10519", - "x-ms-request-id": "454c25c3-c4c9-47c2-a099-cd721a133fd5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035504Z:3b5b2cb5-255c-4780-87eb-ed7f1fc6acfe" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5908395995b7dc29361127cc90ae7c30", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:55:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2521dee4-9823-4d36-b9c3-0f028200ee3a", - "x-ms-client-request-id": "5908395995b7dc29361127cc90ae7c30", - "x-ms-correlation-request-id": "16332f6c-de9a-43fb-86a8-ed06470c1bff", - "x-ms-ratelimit-remaining-subscription-reads": "10518", - "x-ms-request-id": "acddc518-ed51-48dd-88e0-f9f0f85f2856", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035505Z:16332f6c-de9a-43fb-86a8-ed06470c1bff" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d71f71c9be06a08e5dde7527f773971b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:55:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a2ca0b02-af4d-4032-9dd5-a7741937ed7d", - "x-ms-client-request-id": "d71f71c9be06a08e5dde7527f773971b", - "x-ms-correlation-request-id": "0e1528c6-9c53-4c9a-b62e-a34c9ced442e", - "x-ms-ratelimit-remaining-subscription-reads": "10517", - "x-ms-request-id": "df801298-e04a-40ff-9a1e-c61ce99adfc6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035506Z:0e1528c6-9c53-4c9a-b62e-a34c9ced442e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b326424c706e3e163df7ed0eaa941487", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:55:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "fe0c1836-1094-4f6a-86ad-f9bd92da7ccc", - "x-ms-client-request-id": "b326424c706e3e163df7ed0eaa941487", - "x-ms-correlation-request-id": "caff7ebf-40ee-4b1b-b913-194acf6ff99c", - "x-ms-ratelimit-remaining-subscription-reads": "10516", - "x-ms-request-id": "e996112e-856b-4879-98e0-10d90c87804f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035508Z:caff7ebf-40ee-4b1b-b913-194acf6ff99c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c0b8f5d5ba079a2cab67fcd82001e5c3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:55:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "aff18d8f-19f3-4f70-8b3d-5f2e00ec966d", - "x-ms-client-request-id": "c0b8f5d5ba079a2cab67fcd82001e5c3", - "x-ms-correlation-request-id": "30f369ae-6f81-4c3e-bf5c-93d50031867e", - "x-ms-ratelimit-remaining-subscription-reads": "10515", - "x-ms-request-id": "60583a77-bb11-474f-9c62-c2d81477f8f9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035509Z:30f369ae-6f81-4c3e-bf5c-93d50031867e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "4e800c79c88858c15ae09a0ed180f5c8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:55:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5628f177-59ea-4fd6-a6fc-a3309abdb348", - "x-ms-client-request-id": "4e800c79c88858c15ae09a0ed180f5c8", - "x-ms-correlation-request-id": "bff301ac-df39-4d52-b69e-50998ff87bd3", - "x-ms-ratelimit-remaining-subscription-reads": "10514", - "x-ms-request-id": "d3758964-8ffc-4782-8d89-6ec2de51e17c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035510Z:bff301ac-df39-4d52-b69e-50998ff87bd3" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "0151eecad7ba9114158b0807743d1d3b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:55:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f7cecb0b-b9b5-4d3e-bf5b-9f314ec77312", - "x-ms-client-request-id": "0151eecad7ba9114158b0807743d1d3b", - "x-ms-correlation-request-id": "33edaaba-ebbe-4423-9383-3f721b3c9fff", - "x-ms-ratelimit-remaining-subscription-reads": "10513", - "x-ms-request-id": "d99ad7c2-0c58-4926-941c-6ccd5ff47c10", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035511Z:33edaaba-ebbe-4423-9383-3f721b3c9fff" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "9e952a12c6140dfe34606626201ec92a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:55:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5cde527f-f30d-445d-a061-47b06074ae6d", - "x-ms-client-request-id": "9e952a12c6140dfe34606626201ec92a", - "x-ms-correlation-request-id": "92f8db88-4d15-41fc-83f1-be02f899e424", - "x-ms-ratelimit-remaining-subscription-reads": "10512", - "x-ms-request-id": "7b013265-5452-4ef5-8de0-8a92f714aac1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035513Z:92f8db88-4d15-41fc-83f1-be02f899e424" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "320e3371e3afa208f8ef38fdbfbae31d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:55:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4128c656-0ae3-4e77-97dd-7d4ec4ddb99a", - "x-ms-client-request-id": "320e3371e3afa208f8ef38fdbfbae31d", - "x-ms-correlation-request-id": "d36ceeba-ac06-423d-9b64-24d79c32d703", - "x-ms-ratelimit-remaining-subscription-reads": "10511", - "x-ms-request-id": "e111485b-eab6-4e60-a6bd-3ee745b52ff3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035514Z:d36ceeba-ac06-423d-9b64-24d79c32d703" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a7fb5fc257eb04b4ef44cd5a70ed70f7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:55:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "45afd059-ee41-4c96-9413-225fa4bf93eb", - "x-ms-client-request-id": "a7fb5fc257eb04b4ef44cd5a70ed70f7", - "x-ms-correlation-request-id": "07fd106f-5d8b-4586-a2e1-9e31bbbb9c52", - "x-ms-ratelimit-remaining-subscription-reads": "10510", - "x-ms-request-id": "d252d8f6-bb04-4b0c-a276-755bc21b97f8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035515Z:07fd106f-5d8b-4586-a2e1-9e31bbbb9c52" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "4195ddc2eb2e2f8b21f2a6258d004d79", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:55:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f6ca2694-2d24-467d-9fd2-99208040ced2", - "x-ms-client-request-id": "4195ddc2eb2e2f8b21f2a6258d004d79", - "x-ms-correlation-request-id": "52498ca9-a6d7-49a8-bc2b-891a0bdf8733", - "x-ms-ratelimit-remaining-subscription-reads": "10509", - "x-ms-request-id": "a2e7f55a-8472-49b0-98d7-713e06d860dc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035516Z:52498ca9-a6d7-49a8-bc2b-891a0bdf8733" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c163487c2123193f7e0a426b15ae310a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:55:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "aee287c8-e2f1-4eff-a768-8aad3edc4792", - "x-ms-client-request-id": "c163487c2123193f7e0a426b15ae310a", - "x-ms-correlation-request-id": "799edbcc-0461-45a8-964c-07679ff9ae7f", - "x-ms-ratelimit-remaining-subscription-reads": "10508", - "x-ms-request-id": "7771f5fa-01a5-4b88-8c3c-40df16f9b0fb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035518Z:799edbcc-0461-45a8-964c-07679ff9ae7f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e23b417ea225d7eed3cc86f8b18f76ef", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:55:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c51f990c-0771-40f8-b294-2053177a74cd", - "x-ms-client-request-id": "e23b417ea225d7eed3cc86f8b18f76ef", - "x-ms-correlation-request-id": "062a03f1-a654-4891-ac78-33f72f6ecae3", - "x-ms-ratelimit-remaining-subscription-reads": "10507", - "x-ms-request-id": "cdbc727d-4750-420e-8835-3335e71ef13f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035519Z:062a03f1-a654-4891-ac78-33f72f6ecae3" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "28dd54f7af8aa0d49d7bc224a91f1973", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:55:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "dc58720a-2c5c-45d1-8071-019dd8aaa633", - "x-ms-client-request-id": "28dd54f7af8aa0d49d7bc224a91f1973", - "x-ms-correlation-request-id": "17b2a69e-45dd-4b54-bc72-bb11e1a66b59", - "x-ms-ratelimit-remaining-subscription-reads": "10506", - "x-ms-request-id": "5e4b437d-d89a-4ef9-9c8d-a68ee722449b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035520Z:17b2a69e-45dd-4b54-bc72-bb11e1a66b59" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "4ca79cc16ac5da54598ced569b4768ef", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:55:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8e3b3ac6-a2e6-4049-96cd-5f9fbb485940", - "x-ms-client-request-id": "4ca79cc16ac5da54598ced569b4768ef", - "x-ms-correlation-request-id": "d9c816c4-34c1-4589-87f2-ba3bb3745172", - "x-ms-ratelimit-remaining-subscription-reads": "10505", - "x-ms-request-id": "f26b7313-325c-4d67-bd4f-2b6288b773af", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035522Z:d9c816c4-34c1-4589-87f2-ba3bb3745172" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c174539408d0ce7f6c9a44a9dfca2eb3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:55:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3126042b-0631-45f9-b9ce-d55c34380251", - "x-ms-client-request-id": "c174539408d0ce7f6c9a44a9dfca2eb3", - "x-ms-correlation-request-id": "e5009043-7975-45bb-ade5-b81562234ab6", - "x-ms-ratelimit-remaining-subscription-reads": "10504", - "x-ms-request-id": "719c4e48-e440-4fc6-bb8b-c7bb29dbad0c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035523Z:e5009043-7975-45bb-ade5-b81562234ab6" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "153613b229e78c29ff03cefec17d0456", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:55:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "28611add-eb31-4c4f-8c78-13c285de91ae", - "x-ms-client-request-id": "153613b229e78c29ff03cefec17d0456", - "x-ms-correlation-request-id": "01dc3a6a-fa36-4e97-9c8c-54a860a8ee9a", - "x-ms-ratelimit-remaining-subscription-reads": "10503", - "x-ms-request-id": "06199ec4-4692-4463-bab0-d9367a6ca1c8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035524Z:01dc3a6a-fa36-4e97-9c8c-54a860a8ee9a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "558fd31257abb8a21cd8e02a26abfb8f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:55:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "96d43d30-f357-4377-a0d5-246f8f3dd5e1", - "x-ms-client-request-id": "558fd31257abb8a21cd8e02a26abfb8f", - "x-ms-correlation-request-id": "2e55d367-0fc2-45ee-a47d-b099c38436bf", - "x-ms-ratelimit-remaining-subscription-reads": "10502", - "x-ms-request-id": "a1cd0ed1-cbbf-4fd1-8335-320e1109486c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035525Z:2e55d367-0fc2-45ee-a47d-b099c38436bf" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "88a3395d53106b0729e8c1cd3a810cef", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:55:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "df6f596f-1e7f-47e0-b97c-51fc03dc4fd7", - "x-ms-client-request-id": "88a3395d53106b0729e8c1cd3a810cef", - "x-ms-correlation-request-id": "e3f828cf-7832-4c1d-ba9f-c481558493c8", - "x-ms-ratelimit-remaining-subscription-reads": "10501", - "x-ms-request-id": "f0d4082d-b349-49c7-80b0-1fa282304ef9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035527Z:e3f828cf-7832-4c1d-ba9f-c481558493c8" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "0c96ee96d83a5b08707ef80e49fe6654", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:55:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "15068d3e-d8bb-491f-927f-2b25d1d67c82", - "x-ms-client-request-id": "0c96ee96d83a5b08707ef80e49fe6654", - "x-ms-correlation-request-id": "2aef314d-bca5-4ff0-9f77-bb1c34e37482", - "x-ms-ratelimit-remaining-subscription-reads": "10500", - "x-ms-request-id": "5399ea6c-b193-448b-abc2-91a2759f452e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035528Z:2aef314d-bca5-4ff0-9f77-bb1c34e37482" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "87a03f087cd9bf46cb242cc396d57e9b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:55:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0c0890be-0acf-444a-aaa2-dcb06f37bf5a", - "x-ms-client-request-id": "87a03f087cd9bf46cb242cc396d57e9b", - "x-ms-correlation-request-id": "76792994-68ec-4a67-94b3-eb3b979bb883", - "x-ms-ratelimit-remaining-subscription-reads": "10499", - "x-ms-request-id": "ee47d710-1ca3-410b-a118-2f7ad11701a3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035529Z:76792994-68ec-4a67-94b3-eb3b979bb883" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "3794f0ccee148554314817925af8222a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:55:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ce767c3d-f62e-4fda-aad7-59861f9b995c", - "x-ms-client-request-id": "3794f0ccee148554314817925af8222a", - "x-ms-correlation-request-id": "906f6772-fcba-46be-8513-c653c915e8ed", - "x-ms-ratelimit-remaining-subscription-reads": "10498", - "x-ms-request-id": "eae1fb17-db4d-45eb-a1cf-d36c805110c4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035530Z:906f6772-fcba-46be-8513-c653c915e8ed" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "fac46d8284e01915a8d64015ac44c49b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:55:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7ba3d501-0b89-4520-907b-24c160473afc", - "x-ms-client-request-id": "fac46d8284e01915a8d64015ac44c49b", - "x-ms-correlation-request-id": "333b3c3a-d3e7-47f3-a4e6-fbdcaa03c2bd", - "x-ms-ratelimit-remaining-subscription-reads": "10497", - "x-ms-request-id": "0187bf0a-16e2-4430-9fad-14fd8f7f2638", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035532Z:333b3c3a-d3e7-47f3-a4e6-fbdcaa03c2bd" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "58425dff2e6a193fea1b569164b364d2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:55:32 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c62b6046-6cf1-4f1c-ad22-516570b0d441", - "x-ms-client-request-id": "58425dff2e6a193fea1b569164b364d2", - "x-ms-correlation-request-id": "d2f042b3-710a-4630-910b-1be58ec7f4a2", - "x-ms-ratelimit-remaining-subscription-reads": "10496", - "x-ms-request-id": "31d06a9c-526c-46c4-8ff0-488d289e0f84", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035533Z:d2f042b3-710a-4630-910b-1be58ec7f4a2" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "28410102841047bada7a8f3dae3ed9ed", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:55:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c1d60be8-c8ce-4e87-addf-3e30ccb83a9d", - "x-ms-client-request-id": "28410102841047bada7a8f3dae3ed9ed", - "x-ms-correlation-request-id": "95ce3943-f599-4b5b-b698-3febaa722304", - "x-ms-ratelimit-remaining-subscription-reads": "10495", - "x-ms-request-id": "c07689f5-b60b-4297-ba1d-4f78f13376a0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035534Z:95ce3943-f599-4b5b-b698-3febaa722304" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "fd927c83c9b653c02dab0fc52e84b5f4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:55:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d146ed08-6e38-4fa4-a091-4a26d8f49856", - "x-ms-client-request-id": "fd927c83c9b653c02dab0fc52e84b5f4", - "x-ms-correlation-request-id": "efec328f-2f3e-43b2-91d0-d87324aa4cf3", - "x-ms-ratelimit-remaining-subscription-reads": "10494", - "x-ms-request-id": "e1fef758-f879-489c-b01b-92f4dbdb94ff", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035536Z:efec328f-2f3e-43b2-91d0-d87324aa4cf3" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ab136e729c037b8ba3fb7def9e016bab", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:55:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8a08067f-1fbb-4a46-84a9-ebcbc5c34125", - "x-ms-client-request-id": "ab136e729c037b8ba3fb7def9e016bab", - "x-ms-correlation-request-id": "00f8cc5f-4f7b-4998-84ac-3d24fbc92f52", - "x-ms-ratelimit-remaining-subscription-reads": "10493", - "x-ms-request-id": "5cb8e8bd-9cdb-475a-8d11-67cca76b3df8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035537Z:00f8cc5f-4f7b-4998-84ac-3d24fbc92f52" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e80d69416720381c40edfa6474f41955", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:55:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2fc88488-16ab-4b9f-b578-45b089d5cb27", - "x-ms-client-request-id": "e80d69416720381c40edfa6474f41955", - "x-ms-correlation-request-id": "3205ef19-ae17-4f55-aeb9-6096bb85cf08", - "x-ms-ratelimit-remaining-subscription-reads": "10492", - "x-ms-request-id": "6d48d350-db20-4047-88b7-0c7f4073d818", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035538Z:3205ef19-ae17-4f55-aeb9-6096bb85cf08" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "3fcb9ac52d2be7e9f01759ba4bd1b52c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:55:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4ffb6091-b059-4603-b435-c17ffd2fe4db", - "x-ms-client-request-id": "3fcb9ac52d2be7e9f01759ba4bd1b52c", - "x-ms-correlation-request-id": "f13ebac4-4500-4338-8aac-6de19c12a43d", - "x-ms-ratelimit-remaining-subscription-reads": "10491", - "x-ms-request-id": "7600cc51-8ff3-4c18-9302-d42344998846", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035539Z:f13ebac4-4500-4338-8aac-6de19c12a43d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c5836440cd770ad352da6a15a12607af", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:55:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9c53e89d-5ba9-46b3-adbc-88ecbeb43619", - "x-ms-client-request-id": "c5836440cd770ad352da6a15a12607af", - "x-ms-correlation-request-id": "b7d4d4e0-a863-4593-8ab7-88dd3882a931", - "x-ms-ratelimit-remaining-subscription-reads": "10490", - "x-ms-request-id": "a8c58daf-752b-4ddc-9ccb-a05e44832f01", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035541Z:b7d4d4e0-a863-4593-8ab7-88dd3882a931" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "032a28e12b3614807f26f7090d61ed6f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:55:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f0be63f0-9cf0-4944-a935-37a4c3251307", - "x-ms-client-request-id": "032a28e12b3614807f26f7090d61ed6f", - "x-ms-correlation-request-id": "d43daad3-db31-4c29-81fb-68d6a60a2a0f", - "x-ms-ratelimit-remaining-subscription-reads": "10489", - "x-ms-request-id": "0bb019ff-94ba-43d7-b318-105962464a20", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035542Z:d43daad3-db31-4c29-81fb-68d6a60a2a0f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "1024ce385370f7dec7c0ed50c2d345c9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:55:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5ad8d7a5-8ff3-464c-8225-853705d4baf9", - "x-ms-client-request-id": "1024ce385370f7dec7c0ed50c2d345c9", - "x-ms-correlation-request-id": "05741d63-b71c-43fa-9cf5-9f026ececa18", - "x-ms-ratelimit-remaining-subscription-reads": "10488", - "x-ms-request-id": "e3ce93f6-d440-422f-a60d-ec0ffb1d790f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035543Z:05741d63-b71c-43fa-9cf5-9f026ececa18" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "23d8aa10b1a614f5e36f4551d6cafcf0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:55:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d63cae7f-5032-483d-8c9e-bea66cbf5823", - "x-ms-client-request-id": "23d8aa10b1a614f5e36f4551d6cafcf0", - "x-ms-correlation-request-id": "1c41aa6d-929b-453a-9e5e-2675e0d889fc", - "x-ms-ratelimit-remaining-subscription-reads": "10487", - "x-ms-request-id": "0bbec300-ce22-474b-9183-59f2081a573d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035544Z:1c41aa6d-929b-453a-9e5e-2675e0d889fc" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d3ddfbedf7028e3f49323c753d2f51ab", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:55:45 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "be4c9bd5-e02e-4c51-b7ee-8d03c7e6776a", - "x-ms-client-request-id": "d3ddfbedf7028e3f49323c753d2f51ab", - "x-ms-correlation-request-id": "6cc5acb4-538c-44c9-a3ea-56bc8843ba51", - "x-ms-ratelimit-remaining-subscription-reads": "10486", - "x-ms-request-id": "aa3fa62c-9657-4f28-a2cf-4f6cabad088d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035546Z:6cc5acb4-538c-44c9-a3ea-56bc8843ba51" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "63f82de0c98887c8d80f2c000e8c21fc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:55:46 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "96bb15f7-b8d7-46d5-b929-3702954d3e44", - "x-ms-client-request-id": "63f82de0c98887c8d80f2c000e8c21fc", - "x-ms-correlation-request-id": "7cfe387c-45ad-41ba-b765-e9b54e1aadd1", - "x-ms-ratelimit-remaining-subscription-reads": "10485", - "x-ms-request-id": "6d152725-8d18-4c02-84a1-3f3df4a614ab", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035547Z:7cfe387c-45ad-41ba-b765-e9b54e1aadd1" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c663fcc471f619c76b4ada747480d7b4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:55:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "355c125b-4c9a-4185-94e6-0c4455a10ee8", - "x-ms-client-request-id": "c663fcc471f619c76b4ada747480d7b4", - "x-ms-correlation-request-id": "8691f3dd-0b97-467b-b4c2-57f61a7f34a6", - "x-ms-ratelimit-remaining-subscription-reads": "10484", - "x-ms-request-id": "43374660-7d58-4aea-8573-7b24618f1321", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035548Z:8691f3dd-0b97-467b-b4c2-57f61a7f34a6" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a9709a1e99d223683356fbf3ca3e7fbc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:55:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3a80fa22-6822-445a-9159-37280140e9d9", - "x-ms-client-request-id": "a9709a1e99d223683356fbf3ca3e7fbc", - "x-ms-correlation-request-id": "7e9a5332-ba63-4a2c-947c-f6165bc1a650", - "x-ms-ratelimit-remaining-subscription-reads": "10483", - "x-ms-request-id": "fecc2eec-7c38-4e0f-94a0-226ba3c928f3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035550Z:7e9a5332-ba63-4a2c-947c-f6165bc1a650" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "40b140118acb6fb565dff83def541257", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:55:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "66890df5-d080-4c9b-be6f-95c9f7899db5", - "x-ms-client-request-id": "40b140118acb6fb565dff83def541257", - "x-ms-correlation-request-id": "86ab2628-8a73-45e3-b679-06f9b7e6ddd2", - "x-ms-ratelimit-remaining-subscription-reads": "10482", - "x-ms-request-id": "83129a56-46f6-4903-abd6-4c58c73718a0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035551Z:86ab2628-8a73-45e3-b679-06f9b7e6ddd2" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "74e27838781c2a2a943f939f76d44e2c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:55:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "52ae356a-b2ee-4195-ac30-08835174273a", - "x-ms-client-request-id": "74e27838781c2a2a943f939f76d44e2c", - "x-ms-correlation-request-id": "b0e35f15-7ee8-415c-b4fd-8095b65e7b04", - "x-ms-ratelimit-remaining-subscription-reads": "10481", - "x-ms-request-id": "c8a5cd6e-3ccd-438a-8c7e-fd5e5a9c16f1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035552Z:b0e35f15-7ee8-415c-b4fd-8095b65e7b04" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "34621dca96cf93e8e40143f2a02b34df", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:55:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a79c956a-0fd8-4e46-adfe-f023d07c99cd", - "x-ms-client-request-id": "34621dca96cf93e8e40143f2a02b34df", - "x-ms-correlation-request-id": "a61b1417-ace7-4036-bd5e-4c37d0ea85b3", - "x-ms-ratelimit-remaining-subscription-reads": "10480", - "x-ms-request-id": "5ea1b112-ec6b-4abb-a6f0-39695a837a89", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035553Z:a61b1417-ace7-4036-bd5e-4c37d0ea85b3" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "52baa3430b5c99a01686ac8cf616f891", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:55:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "318b9fef-b346-4452-bf30-c35ef1406ffc", - "x-ms-client-request-id": "52baa3430b5c99a01686ac8cf616f891", - "x-ms-correlation-request-id": "14f9d491-77c4-47f0-8321-b48b1f8dcd0e", - "x-ms-ratelimit-remaining-subscription-reads": "10479", - "x-ms-request-id": "0a331147-60fd-4bb5-a2e4-beb66284d6be", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035555Z:14f9d491-77c4-47f0-8321-b48b1f8dcd0e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d272cb91def1a288904e8f1b34378969", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:55:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5ecbb859-53a0-4ef4-ba5a-9149f28f0a62", - "x-ms-client-request-id": "d272cb91def1a288904e8f1b34378969", - "x-ms-correlation-request-id": "66cca652-6d57-43c5-9aff-dc185eaaf9c3", - "x-ms-ratelimit-remaining-subscription-reads": "10478", - "x-ms-request-id": "ebcf90c6-feab-414c-8898-a645bfd33cf7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035556Z:66cca652-6d57-43c5-9aff-dc185eaaf9c3" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d35bb40bfb19bfcf7dc91d48e95c9dce", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:55:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b82a9274-a3f2-4de3-9f95-1ddfca786713", - "x-ms-client-request-id": "d35bb40bfb19bfcf7dc91d48e95c9dce", - "x-ms-correlation-request-id": "15079fd0-ee31-4980-bfc7-71289e5160a4", - "x-ms-ratelimit-remaining-subscription-reads": "10477", - "x-ms-request-id": "d87ed823-36cc-4c25-bcc7-e2dec997d51c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035557Z:15079fd0-ee31-4980-bfc7-71289e5160a4" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d560b10862b865ed1a18c20e7c8564de", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:55:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4071fd1a-23d9-4913-88a1-f0fed43ab8c9", - "x-ms-client-request-id": "d560b10862b865ed1a18c20e7c8564de", - "x-ms-correlation-request-id": "bd28e976-8b8c-479e-906e-2a7c8bbc0973", - "x-ms-ratelimit-remaining-subscription-reads": "10476", - "x-ms-request-id": "0c8441f6-507b-47c4-bb22-006f837d09ff", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035558Z:bd28e976-8b8c-479e-906e-2a7c8bbc0973" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "428042fc24ba9578fcb35428c03fb834", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:55:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3e731dc4-f81d-4484-88ff-238cb99c6662", - "x-ms-client-request-id": "428042fc24ba9578fcb35428c03fb834", - "x-ms-correlation-request-id": "f73362e6-7f31-4bc9-8ed5-aea845fd9356", - "x-ms-ratelimit-remaining-subscription-reads": "10475", - "x-ms-request-id": "9af57fb1-5846-40e3-8656-51a88623503c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035600Z:f73362e6-7f31-4bc9-8ed5-aea845fd9356" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8212c1b1b4d7a9b0c7f6b80139c143f8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:56:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "45c00186-905a-4b98-8cf6-0d9275bac485", - "x-ms-client-request-id": "8212c1b1b4d7a9b0c7f6b80139c143f8", - "x-ms-correlation-request-id": "438616e8-a252-4649-ab7e-54e2a3ff8851", - "x-ms-ratelimit-remaining-subscription-reads": "10474", - "x-ms-request-id": "4532a823-fa29-4e60-af90-87a1bfee6dc5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035601Z:438616e8-a252-4649-ab7e-54e2a3ff8851" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a74c3f645adbe41339cad8050dc5a4db", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:56:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "46426d03-3b1a-48ae-bfc0-57fd7c87aec7", - "x-ms-client-request-id": "a74c3f645adbe41339cad8050dc5a4db", - "x-ms-correlation-request-id": "15e65113-6b6a-494e-af1b-32f19ddef5ba", - "x-ms-ratelimit-remaining-subscription-reads": "10473", - "x-ms-request-id": "b27e7d6a-efd3-453e-a894-219492b35bfc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035602Z:15e65113-6b6a-494e-af1b-32f19ddef5ba" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ba5d8e5fe173480791d77bc46c775c3b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:56:03 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "809a85da-a7c3-403a-8be9-c6e555ad6721", - "x-ms-client-request-id": "ba5d8e5fe173480791d77bc46c775c3b", - "x-ms-correlation-request-id": "fe11c543-1fde-400b-8c87-d53b4889359c", - "x-ms-ratelimit-remaining-subscription-reads": "10472", - "x-ms-request-id": "c6b361db-d9a5-47d6-a622-34ec807e779d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035604Z:fe11c543-1fde-400b-8c87-d53b4889359c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "81c35c7011f35658ad2e490cdbab9b02", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:56:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b46ef5f7-1071-48f6-ac8e-6def2d4799de", - "x-ms-client-request-id": "81c35c7011f35658ad2e490cdbab9b02", - "x-ms-correlation-request-id": "aea62cd8-9185-49d4-9775-d5759f7e09c3", - "x-ms-ratelimit-remaining-subscription-reads": "10471", - "x-ms-request-id": "35d41998-e13f-49f2-b321-cd7d335856e8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035605Z:aea62cd8-9185-49d4-9775-d5759f7e09c3" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "aba1dd518863838538031504df4f77c2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:56:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "80da52c5-0d59-4aeb-9b11-1bbaac70fbb5", - "x-ms-client-request-id": "aba1dd518863838538031504df4f77c2", - "x-ms-correlation-request-id": "6e444e32-1e98-484f-8ceb-f8c51ac91f8c", - "x-ms-ratelimit-remaining-subscription-reads": "10470", - "x-ms-request-id": "51380f62-9ffa-4c4e-894f-8b42151606dd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035606Z:6e444e32-1e98-484f-8ceb-f8c51ac91f8c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b0949d6e23014ee835070d4498fa6ce6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:56:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "252b584a-e82c-4dca-8542-394d7595d95a", - "x-ms-client-request-id": "b0949d6e23014ee835070d4498fa6ce6", - "x-ms-correlation-request-id": "9d38a966-496b-4f47-9dfd-47fa6abb3508", - "x-ms-ratelimit-remaining-subscription-reads": "10469", - "x-ms-request-id": "c668b043-356f-4d83-b1de-34b4a5218bcb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035608Z:9d38a966-496b-4f47-9dfd-47fa6abb3508" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8f73793bb1d6e8d7d74049effc54775d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:56:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f6dd3d5c-ca12-4389-b773-445cee7f0cb2", - "x-ms-client-request-id": "8f73793bb1d6e8d7d74049effc54775d", - "x-ms-correlation-request-id": "f59f7b31-f99f-4903-8a2e-f522993ce7c8", - "x-ms-ratelimit-remaining-subscription-reads": "10468", - "x-ms-request-id": "cc971e16-27a9-428b-9943-b25786410081", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035609Z:f59f7b31-f99f-4903-8a2e-f522993ce7c8" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "3e9e86b6eb162d00f452755c7b40ea3d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:56:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "fefe65e3-970a-49e3-98cd-ac0fae8db28c", - "x-ms-client-request-id": "3e9e86b6eb162d00f452755c7b40ea3d", - "x-ms-correlation-request-id": "7a338cf9-6f56-4742-98d7-a5dc78bed969", - "x-ms-ratelimit-remaining-subscription-reads": "10467", - "x-ms-request-id": "996f4894-a9d4-4e89-8788-a12e33b0cb2f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035610Z:7a338cf9-6f56-4742-98d7-a5dc78bed969" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "65c82f97e8dcbcecc6acd8c1daf952e1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:56:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "93b84460-df2d-4123-b367-4cb2fe9a8a5c", - "x-ms-client-request-id": "65c82f97e8dcbcecc6acd8c1daf952e1", - "x-ms-correlation-request-id": "8c117b52-c248-4ce0-bb8f-60fa68dc8618", - "x-ms-ratelimit-remaining-subscription-reads": "10466", - "x-ms-request-id": "e8cec7fe-cbe0-40c1-a51b-e72d2dfe74f5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035611Z:8c117b52-c248-4ce0-bb8f-60fa68dc8618" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "118eaf902e5c50cf78459a833b7b6c97", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:56:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "bd3b2b4a-b361-476a-8cf3-a240c1c1083e", - "x-ms-client-request-id": "118eaf902e5c50cf78459a833b7b6c97", - "x-ms-correlation-request-id": "a8d1a705-f7ca-4bca-9372-4a1c2f8afb30", - "x-ms-ratelimit-remaining-subscription-reads": "10465", - "x-ms-request-id": "a9d70626-8de6-4241-a529-03678a7a0180", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035613Z:a8d1a705-f7ca-4bca-9372-4a1c2f8afb30" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "cd570b55118bce819ae17869123f53fb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:56:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "fb3ac669-1c5d-4d9b-b294-3c0e51400dac", - "x-ms-client-request-id": "cd570b55118bce819ae17869123f53fb", - "x-ms-correlation-request-id": "725d0192-d6a3-4c7d-9298-87c1b1b8c4d8", - "x-ms-ratelimit-remaining-subscription-reads": "10464", - "x-ms-request-id": "0b45a19d-2b34-4709-b439-f059f13d0686", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035614Z:725d0192-d6a3-4c7d-9298-87c1b1b8c4d8" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "cbcc9400d9b169e05f78ed974d68804a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:56:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "83c0c20e-a9e6-4adb-9add-95f12d076bba", - "x-ms-client-request-id": "cbcc9400d9b169e05f78ed974d68804a", - "x-ms-correlation-request-id": "45ef33d4-3ddf-47e6-8aa8-0fd6f531b48e", - "x-ms-ratelimit-remaining-subscription-reads": "10463", - "x-ms-request-id": "ea73c1c4-f62d-4391-aee6-bd4589d8d510", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035615Z:45ef33d4-3ddf-47e6-8aa8-0fd6f531b48e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ce6b413f85a17e552ec0777ab6653d39", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:56:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "09459cab-06a3-4f30-97e9-a7cf0e772977", - "x-ms-client-request-id": "ce6b413f85a17e552ec0777ab6653d39", - "x-ms-correlation-request-id": "8dc7d8de-5b8d-4d19-8fcc-ed0ae7154bb3", - "x-ms-ratelimit-remaining-subscription-reads": "10462", - "x-ms-request-id": "38dcd1af-ee87-4273-bc02-51cfbcdaea29", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035616Z:8dc7d8de-5b8d-4d19-8fcc-ed0ae7154bb3" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a7839ef1a1af7ce62aee6d1224e98031", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:56:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4170bb04-8224-4635-8835-cd2a5f884f45", - "x-ms-client-request-id": "a7839ef1a1af7ce62aee6d1224e98031", - "x-ms-correlation-request-id": "23b4727e-df1f-41bf-9fa7-222a317360dd", - "x-ms-ratelimit-remaining-subscription-reads": "10461", - "x-ms-request-id": "b75c14e2-530f-4420-9e67-c4f74b5aa27e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035618Z:23b4727e-df1f-41bf-9fa7-222a317360dd" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d1292d6085d47b5a3e4d9df16266b3f9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:56:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "67ca5d3e-afcc-4b8a-8312-eed57ac45cac", - "x-ms-client-request-id": "d1292d6085d47b5a3e4d9df16266b3f9", - "x-ms-correlation-request-id": "97353c15-d969-4abe-994e-a10465fe6853", - "x-ms-ratelimit-remaining-subscription-reads": "10460", - "x-ms-request-id": "40047fc6-fd75-425e-9d5f-dc204a765a76", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035619Z:97353c15-d969-4abe-994e-a10465fe6853" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "aea5b43bd9e59e9b5aeea3b317425a44", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:56:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8cfef2d6-9d65-4c29-8448-6936c282d903", - "x-ms-client-request-id": "aea5b43bd9e59e9b5aeea3b317425a44", - "x-ms-correlation-request-id": "ee821c32-5f60-4039-a24c-77fff20947d7", - "x-ms-ratelimit-remaining-subscription-reads": "10459", - "x-ms-request-id": "7381cebe-1712-4459-a405-78eb22c5097c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035620Z:ee821c32-5f60-4039-a24c-77fff20947d7" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "881a45406c3c6c644408686104f51ac4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:56:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ccb63075-ebb7-4bbf-81a3-2dbf98245deb", - "x-ms-client-request-id": "881a45406c3c6c644408686104f51ac4", - "x-ms-correlation-request-id": "2ac8224e-c846-46c8-8747-be4e9e8cf115", - "x-ms-ratelimit-remaining-subscription-reads": "10458", - "x-ms-request-id": "17cc7d33-b5c1-4196-b5bc-30fe0de995b4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035622Z:2ac8224e-c846-46c8-8747-be4e9e8cf115" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "70d7743bd143874c928b76e5e2a663fc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:56:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "32affba4-cc4f-4ca8-9645-825c65dd3177", - "x-ms-client-request-id": "70d7743bd143874c928b76e5e2a663fc", - "x-ms-correlation-request-id": "2c18e925-55a4-4291-b602-927b2712c908", - "x-ms-ratelimit-remaining-subscription-reads": "10457", - "x-ms-request-id": "66409022-36e5-49a2-9183-168476adef3c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035623Z:2c18e925-55a4-4291-b602-927b2712c908" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "1cb158f32a4bcfbd4f3969dc70399a65", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:56:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6edb969b-2281-4a48-8281-93ff966ddfa3", - "x-ms-client-request-id": "1cb158f32a4bcfbd4f3969dc70399a65", - "x-ms-correlation-request-id": "0a7a6462-5430-4069-83b9-2b7cfd2f7277", - "x-ms-ratelimit-remaining-subscription-reads": "10456", - "x-ms-request-id": "22a4ba3b-45da-4a1d-9c3c-429651b290eb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035624Z:0a7a6462-5430-4069-83b9-2b7cfd2f7277" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a378ded4ea6a6e00f892f6b0f57f899e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:56:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "87c5758e-9c77-42ef-a7c4-1219f555bfb8", - "x-ms-client-request-id": "a378ded4ea6a6e00f892f6b0f57f899e", - "x-ms-correlation-request-id": "d642db30-abbd-426b-b4cf-b3349cf8eb0b", - "x-ms-ratelimit-remaining-subscription-reads": "10455", - "x-ms-request-id": "f7b30aa1-a001-4629-a102-cd7d81c7afce", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035625Z:d642db30-abbd-426b-b4cf-b3349cf8eb0b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ab6e6ca4fd431079b608210a676f1658", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:56:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "54a9aa80-c325-4e41-a360-68dce57a62d8", - "x-ms-client-request-id": "ab6e6ca4fd431079b608210a676f1658", - "x-ms-correlation-request-id": "1c4daea0-375e-4b89-b330-40f7e9a04033", - "x-ms-ratelimit-remaining-subscription-reads": "10454", - "x-ms-request-id": "bc4fe37d-5362-4152-b34d-d830723ef53a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035627Z:1c4daea0-375e-4b89-b330-40f7e9a04033" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "031110f0c02e0891584223b8340cd9cf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:56:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c5d49091-9be2-4bde-aa81-a4ed91fb9eb4", - "x-ms-client-request-id": "031110f0c02e0891584223b8340cd9cf", - "x-ms-correlation-request-id": "b38dc0ae-31c2-488f-be08-aeb2041c5647", - "x-ms-ratelimit-remaining-subscription-reads": "10453", - "x-ms-request-id": "f4a1c1f2-cb82-4d10-9eb5-aeddde3ab1fb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035628Z:b38dc0ae-31c2-488f-be08-aeb2041c5647" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "0438cbb0efcad6216567ec62c9f60689", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:56:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8fb6e1df-e657-4b85-979c-386a7f25649e", - "x-ms-client-request-id": "0438cbb0efcad6216567ec62c9f60689", - "x-ms-correlation-request-id": "8324656c-a64b-4182-a14f-547d0e94b479", - "x-ms-ratelimit-remaining-subscription-reads": "10452", - "x-ms-request-id": "7b96f375-5d25-41cf-9ff2-7ba5b2aa4da6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035629Z:8324656c-a64b-4182-a14f-547d0e94b479" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e4c09d7c856ee36fda655201d9c0dca9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:56:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4a418b09-7afc-4fcc-8798-e517eab3b726", - "x-ms-client-request-id": "e4c09d7c856ee36fda655201d9c0dca9", - "x-ms-correlation-request-id": "1640c3f3-5d05-411c-9abc-9f4b56f0e8c1", - "x-ms-ratelimit-remaining-subscription-reads": "10451", - "x-ms-request-id": "2c3e7e40-9b0e-41f8-973f-4c6fd63108cd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035631Z:1640c3f3-5d05-411c-9abc-9f4b56f0e8c1" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "9b5a512e1136018dee3a9ec6d32e3f62", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:56:32 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f3e85f43-3774-43de-bbae-31e4b4daf933", - "x-ms-client-request-id": "9b5a512e1136018dee3a9ec6d32e3f62", - "x-ms-correlation-request-id": "f1a05011-a386-4a92-a23e-32ddddaf13c4", - "x-ms-ratelimit-remaining-subscription-reads": "10450", - "x-ms-request-id": "b34c4b13-455b-463c-9023-e3cff4d13d66", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035632Z:f1a05011-a386-4a92-a23e-32ddddaf13c4" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "963c9a3bf44c2a615c5429659c20fca4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:56:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "26585543-e71d-48b2-b9bb-b953f221d2a9", - "x-ms-client-request-id": "963c9a3bf44c2a615c5429659c20fca4", - "x-ms-correlation-request-id": "4c3fb42e-afd4-4817-ba10-7d8e3f244493", - "x-ms-ratelimit-remaining-subscription-reads": "10449", - "x-ms-request-id": "54ed0351-b0dd-476b-aa5a-b230777162e2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035633Z:4c3fb42e-afd4-4817-ba10-7d8e3f244493" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7833438b6b9c6a5210bef633e7a810ac", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:56:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9980b6d6-5b93-4ca7-8992-f3d9ec1396c9", - "x-ms-client-request-id": "7833438b6b9c6a5210bef633e7a810ac", - "x-ms-correlation-request-id": "8fa2cfcb-6d9c-45c5-96e5-7e555df8dd1d", - "x-ms-ratelimit-remaining-subscription-reads": "10448", - "x-ms-request-id": "0a80e3ee-6799-4de9-9822-06caf76560b3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035634Z:8fa2cfcb-6d9c-45c5-96e5-7e555df8dd1d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "3ec5f02646833a5cef303fe2e82864ce", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:56:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "cd19fe95-eedc-4fe5-a0f5-66f9d01a0811", - "x-ms-client-request-id": "3ec5f02646833a5cef303fe2e82864ce", - "x-ms-correlation-request-id": "5a40752d-eb65-4758-bb19-2242738e9595", - "x-ms-ratelimit-remaining-subscription-reads": "10447", - "x-ms-request-id": "5d4cd1f3-4484-44e6-bafe-8aae24b39a36", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035636Z:5a40752d-eb65-4758-bb19-2242738e9595" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "903bfa3dc7fbd0c648d1858efe2e43b3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:56:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d608b22c-763d-48ec-9cf2-9f04ba3adbc9", - "x-ms-client-request-id": "903bfa3dc7fbd0c648d1858efe2e43b3", - "x-ms-correlation-request-id": "2e7f9db1-3a47-41af-9453-f80cf7aac5e7", - "x-ms-ratelimit-remaining-subscription-reads": "10446", - "x-ms-request-id": "cecbd2f0-2223-4267-b18c-ed569070a84f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035637Z:2e7f9db1-3a47-41af-9453-f80cf7aac5e7" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ac3e7d44be5b4420e6f9886b2b7082e7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:56:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "790e3675-5115-4783-be05-8f0a05eef163", - "x-ms-client-request-id": "ac3e7d44be5b4420e6f9886b2b7082e7", - "x-ms-correlation-request-id": "daaafa73-7cf3-4bae-9d11-bd4c5d20dc20", - "x-ms-ratelimit-remaining-subscription-reads": "10445", - "x-ms-request-id": "8bb9f907-a008-4c0d-8b6e-8d02afdc54ef", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035638Z:daaafa73-7cf3-4bae-9d11-bd4c5d20dc20" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "edf52859806c5fb029f4f6b1c0ce3bc1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:56:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7c9680ed-6634-4189-b206-3cddea2d0a05", - "x-ms-client-request-id": "edf52859806c5fb029f4f6b1c0ce3bc1", - "x-ms-correlation-request-id": "d4ccdfc6-b206-4208-a16c-e7f479edf216", - "x-ms-ratelimit-remaining-subscription-reads": "10444", - "x-ms-request-id": "0b3e52f2-7826-4b11-8041-29c82f6afcbf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035639Z:d4ccdfc6-b206-4208-a16c-e7f479edf216" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "6a9d8bedb8e97f72d9f7a9023e5aa5d8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:56:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f0827e50-01a7-48a6-b223-2e2e6849eacd", - "x-ms-client-request-id": "6a9d8bedb8e97f72d9f7a9023e5aa5d8", - "x-ms-correlation-request-id": "090a74ed-7cac-4343-b246-21bd5323036d", - "x-ms-ratelimit-remaining-subscription-reads": "10443", - "x-ms-request-id": "d6b5a79d-0e74-4247-82c4-f94c768a9833", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035641Z:090a74ed-7cac-4343-b246-21bd5323036d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d6349d4f5538c447ccdf8266c76e8418", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:56:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e318e6e5-92e9-4eb9-a484-d8c01b355003", - "x-ms-client-request-id": "d6349d4f5538c447ccdf8266c76e8418", - "x-ms-correlation-request-id": "4304ba45-5181-4a45-81b1-9dde13bfbfd2", - "x-ms-ratelimit-remaining-subscription-reads": "10442", - "x-ms-request-id": "5e39a8ba-0652-40c4-be90-15eef41d45d2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035642Z:4304ba45-5181-4a45-81b1-9dde13bfbfd2" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a07ec7bd17d2a1feb5761375d7ae20cf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:56:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "82ae0190-1964-405d-8f52-32b9ca85f852", - "x-ms-client-request-id": "a07ec7bd17d2a1feb5761375d7ae20cf", - "x-ms-correlation-request-id": "8fc4171a-b18e-454c-aea5-4e01e5bf35d4", - "x-ms-ratelimit-remaining-subscription-reads": "10441", - "x-ms-request-id": "3e946719-b6d2-4d38-a56c-7e4de0a81f38", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035643Z:8fc4171a-b18e-454c-aea5-4e01e5bf35d4" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "22621e4f659a978844d99e09350cb86a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:56:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1a7c4a2d-78aa-4d4f-a8e3-397f4502cb37", - "x-ms-client-request-id": "22621e4f659a978844d99e09350cb86a", - "x-ms-correlation-request-id": "68743e76-7c91-4d0d-8f20-f11acd78ec74", - "x-ms-ratelimit-remaining-subscription-reads": "10440", - "x-ms-request-id": "0168fedd-93c9-403e-83a3-1ffb8e2733e3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035645Z:68743e76-7c91-4d0d-8f20-f11acd78ec74" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7644907204db38059f9221c142d1ed1e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:56:46 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "519cba51-370f-45ce-9a9e-346a0ec6ca3f", - "x-ms-client-request-id": "7644907204db38059f9221c142d1ed1e", - "x-ms-correlation-request-id": "6b0d8f66-6ac8-4c9f-8fb9-512fa576fd28", - "x-ms-ratelimit-remaining-subscription-reads": "10439", - "x-ms-request-id": "b5e39401-ba76-480d-ae75-20c586eaf317", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035646Z:6b0d8f66-6ac8-4c9f-8fb9-512fa576fd28" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a916b2bf610c587e3ee75cf979f46ba8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:56:47 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d9213f84-c0be-4ce4-9e0e-b783cc075c3e", - "x-ms-client-request-id": "a916b2bf610c587e3ee75cf979f46ba8", - "x-ms-correlation-request-id": "20798870-62ac-471e-8bb8-81c22f468176", - "x-ms-ratelimit-remaining-subscription-reads": "10438", - "x-ms-request-id": "e22da595-4064-4149-8a08-e9a0cfa6ad93", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035647Z:20798870-62ac-471e-8bb8-81c22f468176" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "4602a9bea9694bf41829830744c65472", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:56:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b377678e-7092-4014-939a-a316abb35c73", - "x-ms-client-request-id": "4602a9bea9694bf41829830744c65472", - "x-ms-correlation-request-id": "53406ce9-669d-4f16-9a46-ef7bfd836794", - "x-ms-ratelimit-remaining-subscription-reads": "10437", - "x-ms-request-id": "752f3dc3-7d96-48c2-9ef9-9b583eb58631", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035648Z:53406ce9-669d-4f16-9a46-ef7bfd836794" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "824a7fec0ef6115d12ec37f3a80cbfab", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:56:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d11a56b8-f406-4b8f-bcaf-c48a4cc886a2", - "x-ms-client-request-id": "824a7fec0ef6115d12ec37f3a80cbfab", - "x-ms-correlation-request-id": "55298ad2-c679-497b-b2bf-c44f1547491f", - "x-ms-ratelimit-remaining-subscription-reads": "10436", - "x-ms-request-id": "11ecadad-8c35-4c08-84a3-18e1fec01b3a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035650Z:55298ad2-c679-497b-b2bf-c44f1547491f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "98037827a6ce15b4becb91e3dd761377", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:56:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d316c3f7-2c54-492c-8699-e2dfe3d11495", - "x-ms-client-request-id": "98037827a6ce15b4becb91e3dd761377", - "x-ms-correlation-request-id": "89248b85-b076-4ece-af52-f0ea87f83e54", - "x-ms-ratelimit-remaining-subscription-reads": "10435", - "x-ms-request-id": "eb11824e-add7-472d-880b-beb10a44449d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035651Z:89248b85-b076-4ece-af52-f0ea87f83e54" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f90ce992e8a9afb24bf1347d7100a20b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:56:52 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "303940e9-e58d-4976-b84a-5cdad36b05b6", - "x-ms-client-request-id": "f90ce992e8a9afb24bf1347d7100a20b", - "x-ms-correlation-request-id": "7b18bfc6-ac2f-4dc9-9a3c-da885c3e486b", - "x-ms-ratelimit-remaining-subscription-reads": "10434", - "x-ms-request-id": "502d6849-3361-46a3-b88d-3521dfe4ecb6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035652Z:7b18bfc6-ac2f-4dc9-9a3c-da885c3e486b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "cbe0d869bcc345a4cb34c42a7d7a339b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:56:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "db7b88fd-ab11-4a25-be73-47d37c8483a5", - "x-ms-client-request-id": "cbe0d869bcc345a4cb34c42a7d7a339b", - "x-ms-correlation-request-id": "23c5f5e7-1f7c-43a3-9990-440269bc97f1", - "x-ms-ratelimit-remaining-subscription-reads": "10433", - "x-ms-request-id": "c6efe79e-3d8f-4734-b279-018dfbbebbe6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035653Z:23c5f5e7-1f7c-43a3-9990-440269bc97f1" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "be60bfd8c6003e01c6534cdd7237a3be", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:56:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e832b2a8-d61d-4f3a-8869-bf6682d7fec1", - "x-ms-client-request-id": "be60bfd8c6003e01c6534cdd7237a3be", - "x-ms-correlation-request-id": "2b294f04-6ae0-4de0-858a-69e579094acc", - "x-ms-ratelimit-remaining-subscription-reads": "10432", - "x-ms-request-id": "7bd184e8-712c-44fa-99a0-16756adfe256", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035655Z:2b294f04-6ae0-4de0-858a-69e579094acc" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "057a85284896d6b445c72e74248732d1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:56:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2e5a42dd-36a1-4e75-838d-d3d752111768", - "x-ms-client-request-id": "057a85284896d6b445c72e74248732d1", - "x-ms-correlation-request-id": "0bf3cfb8-1495-4852-a2a6-ad02729449bd", - "x-ms-ratelimit-remaining-subscription-reads": "10431", - "x-ms-request-id": "95ee74b5-7823-4df5-bd0c-66fff0be9e54", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035656Z:0bf3cfb8-1495-4852-a2a6-ad02729449bd" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b1a499bde49fa20bd6a2056f6fc6d394", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:56:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "47f742c6-692f-4aba-bbb8-5a7473fc1061", - "x-ms-client-request-id": "b1a499bde49fa20bd6a2056f6fc6d394", - "x-ms-correlation-request-id": "9f354cd3-8e38-4426-9fd7-1b20db8ea402", - "x-ms-ratelimit-remaining-subscription-reads": "10430", - "x-ms-request-id": "740bba2f-0897-4224-b99b-df39d950e707", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035657Z:9f354cd3-8e38-4426-9fd7-1b20db8ea402" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f70206912d0090040b8a7938988c193e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:56:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2160d6ff-08b3-4049-ba71-07e6b959fd39", - "x-ms-client-request-id": "f70206912d0090040b8a7938988c193e", - "x-ms-correlation-request-id": "76e5d617-0b0e-4ec9-b677-57341a6a4644", - "x-ms-ratelimit-remaining-subscription-reads": "10429", - "x-ms-request-id": "99269a98-c3f2-4dd8-8bd3-66ccdcb129cc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035659Z:76e5d617-0b0e-4ec9-b677-57341a6a4644" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d9207b21f292441e7ad72ff44344677e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:57:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3d206efb-e152-4524-b7f7-67c0a3b74b1f", - "x-ms-client-request-id": "d9207b21f292441e7ad72ff44344677e", - "x-ms-correlation-request-id": "d6c93c22-7e08-454e-83e7-18da0d6235b2", - "x-ms-ratelimit-remaining-subscription-reads": "10428", - "x-ms-request-id": "abd343b0-dfd6-49e9-8175-5ddf158cd3d0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035700Z:d6c93c22-7e08-454e-83e7-18da0d6235b2" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "1ee399f33a858fd19414a6156ad20a49", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:57:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9e8dceb0-d3ff-4b45-93db-802e7aa870c5", - "x-ms-client-request-id": "1ee399f33a858fd19414a6156ad20a49", - "x-ms-correlation-request-id": "25396d0e-9b95-4d60-9a65-b24240b408e1", - "x-ms-ratelimit-remaining-subscription-reads": "10427", - "x-ms-request-id": "a9b54e33-bc46-4ec3-9d20-840f897f75eb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035701Z:25396d0e-9b95-4d60-9a65-b24240b408e1" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f44ec688faa69e02e8bd7c28fe104dc6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:57:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "dea625a9-d85a-4c8e-ab69-349a0cd1ad84", - "x-ms-client-request-id": "f44ec688faa69e02e8bd7c28fe104dc6", - "x-ms-correlation-request-id": "b6f42d24-6371-4b52-b33c-32e0a4dfac6d", - "x-ms-ratelimit-remaining-subscription-reads": "10426", - "x-ms-request-id": "332de394-2152-41bd-ad7d-cd6fa37ea4a6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035702Z:b6f42d24-6371-4b52-b33c-32e0a4dfac6d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "fe45fb22fba8e6b9a990457d4b08daa8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:57:03 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7d17bced-dc32-4ca0-b543-027e21bd137f", - "x-ms-client-request-id": "fe45fb22fba8e6b9a990457d4b08daa8", - "x-ms-correlation-request-id": "219583a2-b4f1-49a6-8c23-c66c416a7e81", - "x-ms-ratelimit-remaining-subscription-reads": "10425", - "x-ms-request-id": "b4d43d4f-c435-4880-9fcc-a350b3f8d057", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035704Z:219583a2-b4f1-49a6-8c23-c66c416a7e81" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7c6ce5cc73f6f9d7974436c7bda89183", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:57:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a9822925-c000-43d4-8659-fa0335c7b478", - "x-ms-client-request-id": "7c6ce5cc73f6f9d7974436c7bda89183", - "x-ms-correlation-request-id": "dcca5f7b-9b33-42b2-90bd-b312a359a07e", - "x-ms-ratelimit-remaining-subscription-reads": "10424", - "x-ms-request-id": "264d3f58-4f6b-4131-bc45-04e9cb3293ac", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035705Z:dcca5f7b-9b33-42b2-90bd-b312a359a07e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "6ff3dfc70c8d8ca00c674a16b58553df", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:57:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "695af0cc-c94f-49a0-982c-2f7410d4c075", - "x-ms-client-request-id": "6ff3dfc70c8d8ca00c674a16b58553df", - "x-ms-correlation-request-id": "8a6afe13-74f3-471f-80d7-5622083e80f0", - "x-ms-ratelimit-remaining-subscription-reads": "10423", - "x-ms-request-id": "1df831af-ce82-4726-b17f-37d0e846a4d1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035706Z:8a6afe13-74f3-471f-80d7-5622083e80f0" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "185cd4e3d0a4afcf234b6664c5f22800", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:57:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "477f494a-72cd-4e0c-bc99-288aa3b152ab", - "x-ms-client-request-id": "185cd4e3d0a4afcf234b6664c5f22800", - "x-ms-correlation-request-id": "34f92d26-39bb-4622-b328-40ef813585ec", - "x-ms-ratelimit-remaining-subscription-reads": "10422", - "x-ms-request-id": "05e87127-8a7d-475f-b8b6-9558df1520e1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035707Z:34f92d26-39bb-4622-b328-40ef813585ec" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "6bb5c1ff6a15c01a44df708e28c14412", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:57:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c7a50eb2-6a99-4a13-892e-898616bc3671", - "x-ms-client-request-id": "6bb5c1ff6a15c01a44df708e28c14412", - "x-ms-correlation-request-id": "5df703c4-6e69-4d13-9aef-b99029b96ea4", - "x-ms-ratelimit-remaining-subscription-reads": "10421", - "x-ms-request-id": "0592a558-af5e-4db3-bf83-fe0ac2194c27", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035709Z:5df703c4-6e69-4d13-9aef-b99029b96ea4" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e8e356f1784cf7df10434b41a53cc719", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:57:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8216f419-2723-487b-9b0d-800ec9a54991", - "x-ms-client-request-id": "e8e356f1784cf7df10434b41a53cc719", - "x-ms-correlation-request-id": "191c1900-27e1-41e9-93ec-8524ed8574b2", - "x-ms-ratelimit-remaining-subscription-reads": "10420", - "x-ms-request-id": "3d4739cf-47e3-49f3-9074-a051bcae4078", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035710Z:191c1900-27e1-41e9-93ec-8524ed8574b2" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f317493ee7cf79caba9cd4c560408762", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:57:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "160bba37-8b5d-4076-b777-97cc7407c770", - "x-ms-client-request-id": "f317493ee7cf79caba9cd4c560408762", - "x-ms-correlation-request-id": "87002256-72b2-4a73-98ba-7a98c54e751d", - "x-ms-ratelimit-remaining-subscription-reads": "10419", - "x-ms-request-id": "5ad68ba1-e84c-46b7-a381-652828c222d4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035712Z:87002256-72b2-4a73-98ba-7a98c54e751d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "6f7253073f0f86b4e1bd5bd11fd81a07", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:57:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7c85b125-c2fa-48ec-a114-9d127ae11b15", - "x-ms-client-request-id": "6f7253073f0f86b4e1bd5bd11fd81a07", - "x-ms-correlation-request-id": "28f3cc9f-6b33-4abc-a22f-bbfb163c3d3a", - "x-ms-ratelimit-remaining-subscription-reads": "10418", - "x-ms-request-id": "ad478f27-56cc-49a8-adf0-b73ffd375ca6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035713Z:28f3cc9f-6b33-4abc-a22f-bbfb163c3d3a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "df4f561750a909438b692eb0a41a97cf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:57:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "fbbfe660-cdb5-4c19-bd1a-8d149bf57c97", - "x-ms-client-request-id": "df4f561750a909438b692eb0a41a97cf", - "x-ms-correlation-request-id": "3d2d0d83-fb1a-4cea-90ac-83fff009d3de", - "x-ms-ratelimit-remaining-subscription-reads": "10417", - "x-ms-request-id": "bc40bb50-278c-4598-ac40-6934f10ae397", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035714Z:3d2d0d83-fb1a-4cea-90ac-83fff009d3de" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "513ae9bc58c9ff0a949011118cf959e1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:57:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "59312f35-28fb-4261-abf8-6e5bd8821672", - "x-ms-client-request-id": "513ae9bc58c9ff0a949011118cf959e1", - "x-ms-correlation-request-id": "286823f1-c0f5-4e68-ba29-bab0329394d7", - "x-ms-ratelimit-remaining-subscription-reads": "10416", - "x-ms-request-id": "ad63644c-75c0-4e77-9845-b3fef4fa1b87", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035716Z:286823f1-c0f5-4e68-ba29-bab0329394d7" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "0aadcc81a8f0b6b81069e3a51004e2c7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:57:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3b5a0745-9447-475a-a5ce-a8e431cb18c4", - "x-ms-client-request-id": "0aadcc81a8f0b6b81069e3a51004e2c7", - "x-ms-correlation-request-id": "805363f0-6c49-4581-810b-f85b969b3cc9", - "x-ms-ratelimit-remaining-subscription-reads": "10415", - "x-ms-request-id": "1ad4f5b5-b2bf-4931-8d02-973a80122369", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035717Z:805363f0-6c49-4581-810b-f85b969b3cc9" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "35158c26c89ebf3d4b504a193e317d92", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:57:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8e685d1f-0153-44f9-b016-be6dd2f19440", - "x-ms-client-request-id": "35158c26c89ebf3d4b504a193e317d92", - "x-ms-correlation-request-id": "aa15f9f6-d146-43bc-b3fa-f100708381f1", - "x-ms-ratelimit-remaining-subscription-reads": "10414", - "x-ms-request-id": "7b1dc77d-8a2f-41e2-8311-36377172a39e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035718Z:aa15f9f6-d146-43bc-b3fa-f100708381f1" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d72e4d108d6c14de308340607464ee90", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:57:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1a064e03-7bf7-4949-84d0-b4041e777534", - "x-ms-client-request-id": "d72e4d108d6c14de308340607464ee90", - "x-ms-correlation-request-id": "02d3e681-18ff-47a4-833e-d2648165f251", - "x-ms-ratelimit-remaining-subscription-reads": "10413", - "x-ms-request-id": "841bb8c8-4eb6-440d-9985-162d78969c7c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035720Z:02d3e681-18ff-47a4-833e-d2648165f251" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ffeb4aae23e3b8438eeebea05d9f78df", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:57:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "75018b22-1a9f-4a70-8351-34c8e51aabf4", - "x-ms-client-request-id": "ffeb4aae23e3b8438eeebea05d9f78df", - "x-ms-correlation-request-id": "c0243b72-0cfd-4250-ba8b-877255cc7792", - "x-ms-ratelimit-remaining-subscription-reads": "10412", - "x-ms-request-id": "b925b373-bae9-4f93-bb1e-209f9691e3c5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035721Z:c0243b72-0cfd-4250-ba8b-877255cc7792" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c39551eb0bd5995bae01051a88dd4ae7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:57:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e2fa0098-a9e8-40bf-981e-1e4e72f21c0c", - "x-ms-client-request-id": "c39551eb0bd5995bae01051a88dd4ae7", - "x-ms-correlation-request-id": "e929ae19-03b7-4650-a25e-4b3c7a06dcb8", - "x-ms-ratelimit-remaining-subscription-reads": "10411", - "x-ms-request-id": "05a87dfe-b40d-41f2-a2ca-387162ce8f66", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035722Z:e929ae19-03b7-4650-a25e-4b3c7a06dcb8" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f46ab9627d45ecaf0a76487ecf3eb691", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:57:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "07c1d020-6deb-4738-9d99-4156e5bb0c0f", - "x-ms-client-request-id": "f46ab9627d45ecaf0a76487ecf3eb691", - "x-ms-correlation-request-id": "cfe3d0d9-4ee4-48a0-a514-e509bd3d70f4", - "x-ms-ratelimit-remaining-subscription-reads": "10410", - "x-ms-request-id": "e0a6cf8a-39d0-4b07-89fc-f974c2d0f395", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035723Z:cfe3d0d9-4ee4-48a0-a514-e509bd3d70f4" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2375610b2acea3baee5151e11e2830b1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:57:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "90718776-fe88-4c52-bf4e-5bd52b771cf2", - "x-ms-client-request-id": "2375610b2acea3baee5151e11e2830b1", - "x-ms-correlation-request-id": "ea740cef-b826-4628-902b-b34216025c08", - "x-ms-ratelimit-remaining-subscription-reads": "10409", - "x-ms-request-id": "46adbce4-564e-43b8-b27b-bde0011355e6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035725Z:ea740cef-b826-4628-902b-b34216025c08" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a33dd6a484346d99a2a9b85fc2ddca70", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:57:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "fa49d565-55d2-43d2-a2d0-fafb5b4e28cd", - "x-ms-client-request-id": "a33dd6a484346d99a2a9b85fc2ddca70", - "x-ms-correlation-request-id": "aa40124d-67e0-447a-bd0a-b66799ce3f69", - "x-ms-ratelimit-remaining-subscription-reads": "10408", - "x-ms-request-id": "7a13a66f-861d-43cc-ae58-32892305f719", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035726Z:aa40124d-67e0-447a-bd0a-b66799ce3f69" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "270f734b26673718ffc705f42ccdcde2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:57:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0c84fb93-7616-4704-b6bf-f424b58a8db4", - "x-ms-client-request-id": "270f734b26673718ffc705f42ccdcde2", - "x-ms-correlation-request-id": "d3248f50-5c6f-4ee3-a3be-5502456023c6", - "x-ms-ratelimit-remaining-subscription-reads": "10407", - "x-ms-request-id": "345ffce7-296c-4635-a00c-66b2f82b6ce9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035727Z:d3248f50-5c6f-4ee3-a3be-5502456023c6" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f8d996451200865dc7078125715be011", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:57:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1c21a85c-374e-4486-ae5b-5635c3ea5180", - "x-ms-client-request-id": "f8d996451200865dc7078125715be011", - "x-ms-correlation-request-id": "8e3b219e-49ac-4135-90d9-13f566e32ee6", - "x-ms-ratelimit-remaining-subscription-reads": "10406", - "x-ms-request-id": "61037856-c71a-4cd7-a624-b3e7645b74f3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035729Z:8e3b219e-49ac-4135-90d9-13f566e32ee6" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ab96e18709187d49be05a46c7ea541d4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:57:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "afc39bf2-bf82-4ce3-b25c-a1847dd92aba", - "x-ms-client-request-id": "ab96e18709187d49be05a46c7ea541d4", - "x-ms-correlation-request-id": "4ff8658a-0b72-47da-b185-0fce6833b92b", - "x-ms-ratelimit-remaining-subscription-reads": "10405", - "x-ms-request-id": "bd78a8a2-cd0b-448e-8cd1-b16e2e8e1f51", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035730Z:4ff8658a-0b72-47da-b185-0fce6833b92b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2b19d6dcd203396f16885f60a5f3c5a4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:57:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "60316dd5-adda-4df3-ac31-1c7587f4a536", - "x-ms-client-request-id": "2b19d6dcd203396f16885f60a5f3c5a4", - "x-ms-correlation-request-id": "3d6ad98d-bc9d-4022-a307-34d44a3c26e1", - "x-ms-ratelimit-remaining-subscription-reads": "10404", - "x-ms-request-id": "f2526c31-ed67-4a47-816f-d8fa8be0e115", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035731Z:3d6ad98d-bc9d-4022-a307-34d44a3c26e1" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "4a6cf4e721373cc94c5c3afa6df00821", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:57:32 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a55f9816-4ff7-446e-b459-85178ff73d84", - "x-ms-client-request-id": "4a6cf4e721373cc94c5c3afa6df00821", - "x-ms-correlation-request-id": "e0f43441-308b-4335-ba39-f5c4ae9b6e61", - "x-ms-ratelimit-remaining-subscription-reads": "10403", - "x-ms-request-id": "0c4e2127-4ccc-4396-b062-addebc3f08c5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035732Z:e0f43441-308b-4335-ba39-f5c4ae9b6e61" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "9b48acc5b441b50e715c9490a9e9d7cb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:57:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "31e79f2f-6760-4af2-bbec-49769906b98d", - "x-ms-client-request-id": "9b48acc5b441b50e715c9490a9e9d7cb", - "x-ms-correlation-request-id": "1fdb194b-8d9f-4fb6-9b15-4069577c0c62", - "x-ms-ratelimit-remaining-subscription-reads": "10402", - "x-ms-request-id": "f202d29a-b266-40c0-aa78-43aa26f70e28", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035734Z:1fdb194b-8d9f-4fb6-9b15-4069577c0c62" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8a85003ff638ba9d0ddddfa79874cb25", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:57:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2ad2006e-58e2-4b63-9fe0-cd242e392721", - "x-ms-client-request-id": "8a85003ff638ba9d0ddddfa79874cb25", - "x-ms-correlation-request-id": "269c4e6b-321c-4b99-95bf-3fcb8b15c57e", - "x-ms-ratelimit-remaining-subscription-reads": "10401", - "x-ms-request-id": "5dff6f5a-f7e8-4d23-85d7-1abcc7ec842d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035735Z:269c4e6b-321c-4b99-95bf-3fcb8b15c57e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f99b3e802aaa3263e6b7d9da8d389263", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:57:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9ebf3328-7c91-4577-ae39-541ea9f56f7c", - "x-ms-client-request-id": "f99b3e802aaa3263e6b7d9da8d389263", - "x-ms-correlation-request-id": "d23180b4-a92b-430f-a466-7a3ce46cff4b", - "x-ms-ratelimit-remaining-subscription-reads": "10400", - "x-ms-request-id": "097aa66f-d5ef-4f6d-85f9-6db350287f96", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035736Z:d23180b4-a92b-430f-a466-7a3ce46cff4b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "6cba6e847e6bcee80e8e8d63d5671dfc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:57:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b3224018-566e-43c1-a329-c82736a4ceaa", - "x-ms-client-request-id": "6cba6e847e6bcee80e8e8d63d5671dfc", - "x-ms-correlation-request-id": "ca023096-ecdb-4424-ba7c-dcaca9e820da", - "x-ms-ratelimit-remaining-subscription-reads": "10399", - "x-ms-request-id": "ff5b4612-dc6f-447b-b675-af1e664494d6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035738Z:ca023096-ecdb-4424-ba7c-dcaca9e820da" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "6b106f91de4d15209d52a4811dc32dd5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:57:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2010b26f-b04d-40f4-aa6d-3b10d748e9e5", - "x-ms-client-request-id": "6b106f91de4d15209d52a4811dc32dd5", - "x-ms-correlation-request-id": "fb07feec-7c5a-4438-8e4b-0d9c114911c3", - "x-ms-ratelimit-remaining-subscription-reads": "10398", - "x-ms-request-id": "df6cf2ad-ab28-4681-a830-136631ea68d2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035739Z:fb07feec-7c5a-4438-8e4b-0d9c114911c3" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "29227b4b5eba01ba55ccea1b9dff5c7f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:57:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1ffb62fc-67ce-466a-8c0f-9fec06055063", - "x-ms-client-request-id": "29227b4b5eba01ba55ccea1b9dff5c7f", - "x-ms-correlation-request-id": "638b2c08-8e7a-4a8b-9e91-7fa93860b071", - "x-ms-ratelimit-remaining-subscription-reads": "10397", - "x-ms-request-id": "4210dd57-7873-499d-84cf-d009dbd76a70", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035740Z:638b2c08-8e7a-4a8b-9e91-7fa93860b071" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "1e48dc9a2727a5154da5cf19d966b14a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:57:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a4e94f41-1f73-43f9-b19b-51d93611e520", - "x-ms-client-request-id": "1e48dc9a2727a5154da5cf19d966b14a", - "x-ms-correlation-request-id": "edc16948-39cd-46b8-aace-714084b7d72b", - "x-ms-ratelimit-remaining-subscription-reads": "10396", - "x-ms-request-id": "7ba34cae-aca3-468d-9b84-6dc7809ac19b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035741Z:edc16948-39cd-46b8-aace-714084b7d72b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5a18b760f4443242b40e1581f405779d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:57:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7fc17245-cfb3-4f76-9e83-15fd53b8c2fa", - "x-ms-client-request-id": "5a18b760f4443242b40e1581f405779d", - "x-ms-correlation-request-id": "bad5e545-c315-44d3-a3b7-7facb462e5e1", - "x-ms-ratelimit-remaining-subscription-reads": "10395", - "x-ms-request-id": "cc4f2647-f31d-477f-b092-2a51567c86d6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035743Z:bad5e545-c315-44d3-a3b7-7facb462e5e1" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "40e725f50f7a23ad657ddb148fa128ee", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:57:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a84bb14a-564b-4c8c-9a88-071cf8bc90c1", - "x-ms-client-request-id": "40e725f50f7a23ad657ddb148fa128ee", - "x-ms-correlation-request-id": "2fdd71b6-5336-4bde-8b98-ac57ebc968c6", - "x-ms-ratelimit-remaining-subscription-reads": "10394", - "x-ms-request-id": "68e7e668-d785-4894-9dd4-20fc15e2044a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035744Z:2fdd71b6-5336-4bde-8b98-ac57ebc968c6" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e5ba9f1b02e7a63a9a1669191194b148", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:57:45 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4f7c059d-b1d7-40c2-b7e3-056c55bbf5d8", - "x-ms-client-request-id": "e5ba9f1b02e7a63a9a1669191194b148", - "x-ms-correlation-request-id": "6ee4f3af-34cb-4399-9687-233cd3d9585e", - "x-ms-ratelimit-remaining-subscription-reads": "10393", - "x-ms-request-id": "f4a00c12-8694-4fdb-ba8a-492ad289a7bd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035745Z:6ee4f3af-34cb-4399-9687-233cd3d9585e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b423312d707f51d00af4f4c7182da213", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:57:46 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c5fc5a3e-270c-4733-83ec-4edd1b17248f", - "x-ms-client-request-id": "b423312d707f51d00af4f4c7182da213", - "x-ms-correlation-request-id": "7616429d-b74e-46ea-9b31-b6f5dc8bd31f", - "x-ms-ratelimit-remaining-subscription-reads": "10392", - "x-ms-request-id": "810c662e-bf8c-44ce-b92a-40d6228fe318", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035746Z:7616429d-b74e-46ea-9b31-b6f5dc8bd31f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "546526e6924af3b5ea41a664a69412d1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:57:47 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a1d6166f-59d6-4c64-95bc-2ff9dba15f9e", - "x-ms-client-request-id": "546526e6924af3b5ea41a664a69412d1", - "x-ms-correlation-request-id": "928ea634-e2a8-4ae5-b159-07fba245be04", - "x-ms-ratelimit-remaining-subscription-reads": "10391", - "x-ms-request-id": "0407bcd3-30b9-4722-9775-609732a58f0c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035748Z:928ea634-e2a8-4ae5-b159-07fba245be04" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5de692cb737daa6fcf69dbf30e738d6c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:57:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "96a13ff0-4cfe-4744-b605-5adfa02a9076", - "x-ms-client-request-id": "5de692cb737daa6fcf69dbf30e738d6c", - "x-ms-correlation-request-id": "2305cb24-deb5-4473-a2bf-a2b7a03aef1d", - "x-ms-ratelimit-remaining-subscription-reads": "10390", - "x-ms-request-id": "59baf0b5-ecdb-46f6-a949-124e1ae16b06", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035749Z:2305cb24-deb5-4473-a2bf-a2b7a03aef1d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "eb3255735d2f9bfe7b30c93eca6cab76", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:57:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "431c3db1-9ec1-442e-8778-70a462aa19bc", - "x-ms-client-request-id": "eb3255735d2f9bfe7b30c93eca6cab76", - "x-ms-correlation-request-id": "4d904b4c-5b0f-44f9-887e-d1554cf5ddfd", - "x-ms-ratelimit-remaining-subscription-reads": "10389", - "x-ms-request-id": "cbe1a67a-fca1-4d17-8141-1df29bafd298", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035750Z:4d904b4c-5b0f-44f9-887e-d1554cf5ddfd" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "85fb23e244477296b7ba84e0b6c2e577", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:57:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "785dd5be-8be3-44fc-9b51-248bb4049b51", - "x-ms-client-request-id": "85fb23e244477296b7ba84e0b6c2e577", - "x-ms-correlation-request-id": "dae3d6cc-abac-48c2-ba5f-4a89b3551933", - "x-ms-ratelimit-remaining-subscription-reads": "10388", - "x-ms-request-id": "f457c824-271c-44e7-8105-52b5b15f4bf9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035752Z:dae3d6cc-abac-48c2-ba5f-4a89b3551933" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "50f039b326616ea2934ae14da931e063", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:57:52 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ea4b3418-82f0-4ea6-9ef0-3f10192bfe54", - "x-ms-client-request-id": "50f039b326616ea2934ae14da931e063", - "x-ms-correlation-request-id": "5e7cbd9c-53ed-4e0b-ba7f-07b1843fd7cc", - "x-ms-ratelimit-remaining-subscription-reads": "10387", - "x-ms-request-id": "fc55c8ab-e487-4031-9f0f-050b730c79c0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035753Z:5e7cbd9c-53ed-4e0b-ba7f-07b1843fd7cc" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ea1164bd07772f25bec03374d81de5b9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:57:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1209b815-8892-4818-9ae7-995fac5ca56b", - "x-ms-client-request-id": "ea1164bd07772f25bec03374d81de5b9", - "x-ms-correlation-request-id": "38ef0af8-5f03-4450-8eed-bcc9a264f352", - "x-ms-ratelimit-remaining-subscription-reads": "10386", - "x-ms-request-id": "252b3446-8c46-4a70-b162-78d9277fea26", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035754Z:38ef0af8-5f03-4450-8eed-bcc9a264f352" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "918a524b5a7cbb15818df2fc6349c886", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:57:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "53b17ea4-98df-4ee7-98fc-42e1000337e0", - "x-ms-client-request-id": "918a524b5a7cbb15818df2fc6349c886", - "x-ms-correlation-request-id": "6e602e51-c789-4ee0-b1fb-21886b034540", - "x-ms-ratelimit-remaining-subscription-reads": "10385", - "x-ms-request-id": "f791c3a7-4bcc-47b1-ab4e-5c9cb13c27e3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035755Z:6e602e51-c789-4ee0-b1fb-21886b034540" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "512221dafab0acff13c192a1f32d9575", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:57:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1e4904c8-90b3-4515-aa97-76eff8174ced", - "x-ms-client-request-id": "512221dafab0acff13c192a1f32d9575", - "x-ms-correlation-request-id": "2ef18e62-8d60-446c-8890-5625a024af2a", - "x-ms-ratelimit-remaining-subscription-reads": "10384", - "x-ms-request-id": "f09bc4f8-57fc-412c-93e4-30b52bbe0042", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035757Z:2ef18e62-8d60-446c-8890-5625a024af2a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "570128654fa663e74f5669ea1529cb75", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:57:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e9e4872f-20d2-4fb1-9339-bbde6b4d89e5", - "x-ms-client-request-id": "570128654fa663e74f5669ea1529cb75", - "x-ms-correlation-request-id": "46f10e21-a510-4d6d-9506-48f4c58256ff", - "x-ms-ratelimit-remaining-subscription-reads": "10383", - "x-ms-request-id": "46ed31e1-57eb-463a-add2-29295751c9dc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035758Z:46f10e21-a510-4d6d-9506-48f4c58256ff" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b699adf793fb500953dd7dbbc874c853", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:57:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "932df0dc-54da-493a-80ab-0ea5e9e643e5", - "x-ms-client-request-id": "b699adf793fb500953dd7dbbc874c853", - "x-ms-correlation-request-id": "3256efbe-2e97-4fec-8ea4-389ef4e0f5c6", - "x-ms-ratelimit-remaining-subscription-reads": "10382", - "x-ms-request-id": "fd5c16ce-f197-45a6-ad11-8581ed96d645", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035759Z:3256efbe-2e97-4fec-8ea4-389ef4e0f5c6" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "3b967cf771478bdf3abf025a911596ea", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:58:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "35dad4b1-a8af-4bb7-b707-bf9df4055084", - "x-ms-client-request-id": "3b967cf771478bdf3abf025a911596ea", - "x-ms-correlation-request-id": "6003fdd8-5be5-499d-ad3f-565a6bb207fa", - "x-ms-ratelimit-remaining-subscription-reads": "10381", - "x-ms-request-id": "6f6da2cd-a0bf-4cc2-bf74-1fcd4f984d2e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035801Z:6003fdd8-5be5-499d-ad3f-565a6bb207fa" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "45a91cf5de93d27a1eb003c8d12b9bdb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:58:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6f8b5f7d-49b2-4d56-b37c-a83816bc9740", - "x-ms-client-request-id": "45a91cf5de93d27a1eb003c8d12b9bdb", - "x-ms-correlation-request-id": "af7c7ce2-db8b-4ed7-8633-a36d57bb7ce3", - "x-ms-ratelimit-remaining-subscription-reads": "10380", - "x-ms-request-id": "4cb46836-9a0e-4955-824f-b67b22806642", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035802Z:af7c7ce2-db8b-4ed7-8633-a36d57bb7ce3" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "99f2158e9092852ece0e7c3b90aebf3d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:58:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "00b81964-af91-41cc-bf03-28620a7816db", - "x-ms-client-request-id": "99f2158e9092852ece0e7c3b90aebf3d", - "x-ms-correlation-request-id": "ee39b98f-1278-420f-b7c5-4945e1d391b9", - "x-ms-ratelimit-remaining-subscription-reads": "10379", - "x-ms-request-id": "b26832a5-c899-4e8d-9d0b-d051e65f0759", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035803Z:ee39b98f-1278-420f-b7c5-4945e1d391b9" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "abc5924782ca19bf01c41c966d16b90e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:58:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a9ecbe29-e1c2-4a6a-bb1a-06835781af26", - "x-ms-client-request-id": "abc5924782ca19bf01c41c966d16b90e", - "x-ms-correlation-request-id": "733a2a1e-ea1c-416a-a829-5256fb5c3633", - "x-ms-ratelimit-remaining-subscription-reads": "10378", - "x-ms-request-id": "9f4d1dfa-a437-47f6-8e83-1281e54c7988", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035804Z:733a2a1e-ea1c-416a-a829-5256fb5c3633" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7bcc2624fd236458ed247685623e416f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:58:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "88aeb3f3-d0fd-480f-8bce-0383865b0737", - "x-ms-client-request-id": "7bcc2624fd236458ed247685623e416f", - "x-ms-correlation-request-id": "78de64b5-1e59-44e9-9410-f2a22fa9193e", - "x-ms-ratelimit-remaining-subscription-reads": "10377", - "x-ms-request-id": "a2fca7a8-026f-47b3-86ba-8b5d7303276f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035806Z:78de64b5-1e59-44e9-9410-f2a22fa9193e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "3e81c6f1ef650b1156d997ce749817b8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:58:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b73b3abe-02f2-48ee-8cbd-b6f787fc788f", - "x-ms-client-request-id": "3e81c6f1ef650b1156d997ce749817b8", - "x-ms-correlation-request-id": "d2087a79-e923-4b8a-be16-0da20d56b0df", - "x-ms-ratelimit-remaining-subscription-reads": "10376", - "x-ms-request-id": "69940e5e-c0ea-4b1f-9def-b322d7bb740f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035807Z:d2087a79-e923-4b8a-be16-0da20d56b0df" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "69176d5444e2491a3a61bea50c3ab6c2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:58:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c57f9913-fbd5-43d3-828b-c410a874ac32", - "x-ms-client-request-id": "69176d5444e2491a3a61bea50c3ab6c2", - "x-ms-correlation-request-id": "3bf1957c-f0c0-4aef-bfb7-a6f4fbb3af8e", - "x-ms-ratelimit-remaining-subscription-reads": "10375", - "x-ms-request-id": "3ad0e22a-52f1-4865-abf5-66469757bfa2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035808Z:3bf1957c-f0c0-4aef-bfb7-a6f4fbb3af8e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a7a5ac827a9435a815c0254a6589ef55", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:58:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "591b175a-0065-471b-9e7f-d33a2300f8a5", - "x-ms-client-request-id": "a7a5ac827a9435a815c0254a6589ef55", - "x-ms-correlation-request-id": "543a2eb5-0b32-4f0b-b22d-53cd2fa12ac4", - "x-ms-ratelimit-remaining-subscription-reads": "10374", - "x-ms-request-id": "c9099ba6-9663-4705-b2cc-5997b9c1bb39", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035809Z:543a2eb5-0b32-4f0b-b22d-53cd2fa12ac4" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f430bd0dd727ac8dab380404306bfe1b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:58:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1d11a381-881e-43bc-9ddb-e0f90a1078cd", - "x-ms-client-request-id": "f430bd0dd727ac8dab380404306bfe1b", - "x-ms-correlation-request-id": "8d8bdb33-778f-46e2-854c-895ee837a175", - "x-ms-ratelimit-remaining-subscription-reads": "10373", - "x-ms-request-id": "0defdc9d-20b1-4863-9a20-16f3e87892d5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035811Z:8d8bdb33-778f-46e2-854c-895ee837a175" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c84bd5226ff3da24c4e253221fd0e3b0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:58:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c3880706-e56a-47ed-bc48-eeff17908cd1", - "x-ms-client-request-id": "c84bd5226ff3da24c4e253221fd0e3b0", - "x-ms-correlation-request-id": "65d35e86-f5a8-45a0-a222-5a1b7103a77c", - "x-ms-ratelimit-remaining-subscription-reads": "10372", - "x-ms-request-id": "8fe189a9-37dc-4392-909e-ed5f353a9587", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035812Z:65d35e86-f5a8-45a0-a222-5a1b7103a77c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "4e986972c109aa9b1ff8fc5b76a404aa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:58:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a8582753-41f0-4a97-886a-b48987aafc9e", - "x-ms-client-request-id": "4e986972c109aa9b1ff8fc5b76a404aa", - "x-ms-correlation-request-id": "535acd9c-3999-4c2a-a4e2-a3b79f4c6953", - "x-ms-ratelimit-remaining-subscription-reads": "10371", - "x-ms-request-id": "2887232b-910a-470e-9979-70537a05d2f4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035813Z:535acd9c-3999-4c2a-a4e2-a3b79f4c6953" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "902709c1273e9d6199562f44846b8ddb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:58:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "555a3248-011d-481b-b901-4e9756151205", - "x-ms-client-request-id": "902709c1273e9d6199562f44846b8ddb", - "x-ms-correlation-request-id": "a63984b3-9890-49b6-b3e2-13c490791841", - "x-ms-ratelimit-remaining-subscription-reads": "10370", - "x-ms-request-id": "d0e6ce85-8a65-4a43-8009-46017ab65d7d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035815Z:a63984b3-9890-49b6-b3e2-13c490791841" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c7925354b0d260123aa1a9fb73c86320", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:58:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "cb96cb59-f28f-4644-a479-631a03ec8457", - "x-ms-client-request-id": "c7925354b0d260123aa1a9fb73c86320", - "x-ms-correlation-request-id": "0ac6569c-3a9b-4623-b161-dc6fd926860e", - "x-ms-ratelimit-remaining-subscription-reads": "10369", - "x-ms-request-id": "eb01c554-f40a-4d06-96e6-272ee4ef067f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035816Z:0ac6569c-3a9b-4623-b161-dc6fd926860e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "1660a9de52a84a7207fab4b3925626b4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:58:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a4a935e7-9859-42bf-98a6-f97b3a3278ca", - "x-ms-client-request-id": "1660a9de52a84a7207fab4b3925626b4", - "x-ms-correlation-request-id": "ce1027e0-d950-47ff-9d98-b5b500a1fe8b", - "x-ms-ratelimit-remaining-subscription-reads": "10368", - "x-ms-request-id": "fca36ff0-31e3-4aeb-9399-7ee5d3c77234", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035817Z:ce1027e0-d950-47ff-9d98-b5b500a1fe8b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2207206b3c1211d7f7c7569c7e662ad1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:58:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "035607bd-e63f-4a6f-83a2-0fbeaa41cefd", - "x-ms-client-request-id": "2207206b3c1211d7f7c7569c7e662ad1", - "x-ms-correlation-request-id": "d3d1b60b-8a44-4a50-bb64-06267e146bf9", - "x-ms-ratelimit-remaining-subscription-reads": "10367", - "x-ms-request-id": "b58b1d61-44bd-495a-9e65-89b0085ff3f5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035818Z:d3d1b60b-8a44-4a50-bb64-06267e146bf9" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "da660ff2760a0132e147c0d8fb5ecee3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:58:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f958f130-7f6b-45ec-9e1f-e61aeebe01a2", - "x-ms-client-request-id": "da660ff2760a0132e147c0d8fb5ecee3", - "x-ms-correlation-request-id": "12f7588f-d7d1-4d37-9ed6-5eea8de4fdf6", - "x-ms-ratelimit-remaining-subscription-reads": "10366", - "x-ms-request-id": "4c0c6f92-681d-4262-bdc2-772a8286287c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035820Z:12f7588f-d7d1-4d37-9ed6-5eea8de4fdf6" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "528ff57a41c1a10dd14e1fe1fcd5cca0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:58:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ac3b9b5b-d5ce-420b-88b2-e62d85e93be6", - "x-ms-client-request-id": "528ff57a41c1a10dd14e1fe1fcd5cca0", - "x-ms-correlation-request-id": "97d751d7-308d-4124-82ba-8a36c87cdb0c", - "x-ms-ratelimit-remaining-subscription-reads": "10365", - "x-ms-request-id": "cf5a1e57-2f01-461d-bee1-dbd6574cc38f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035821Z:97d751d7-308d-4124-82ba-8a36c87cdb0c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "82c1e3d04beff4a9ee0540cb7cff1698", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:58:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ac081fcf-ce89-4dcc-a374-aa2f207c6332", - "x-ms-client-request-id": "82c1e3d04beff4a9ee0540cb7cff1698", - "x-ms-correlation-request-id": "29b25b22-f2b2-46e5-b229-143b21e5cb66", - "x-ms-ratelimit-remaining-subscription-reads": "10364", - "x-ms-request-id": "a59ce53a-45e5-4a14-8612-fb2a676240b4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035822Z:29b25b22-f2b2-46e5-b229-143b21e5cb66" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "882272f8d8d7b11002c409bc5751050c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:58:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0a1097d5-c8ea-478c-8040-091755e2648f", - "x-ms-client-request-id": "882272f8d8d7b11002c409bc5751050c", - "x-ms-correlation-request-id": "6e5014a9-8042-49bc-88d1-172d6acbc2c7", - "x-ms-ratelimit-remaining-subscription-reads": "10363", - "x-ms-request-id": "34d84a42-8bb6-4100-a032-4efd45808189", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035824Z:6e5014a9-8042-49bc-88d1-172d6acbc2c7" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "18071f7a4c9d2ef44c9b63bb004225d1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:58:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c26544bc-7b98-45db-9911-3db46ec9eba8", - "x-ms-client-request-id": "18071f7a4c9d2ef44c9b63bb004225d1", - "x-ms-correlation-request-id": "998b4a8e-fd2e-423b-a3a6-5504fb7b545e", - "x-ms-ratelimit-remaining-subscription-reads": "10362", - "x-ms-request-id": "c162c833-fb6c-426d-80c9-6926113d9e3a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035825Z:998b4a8e-fd2e-423b-a3a6-5504fb7b545e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8ae8863843b2f8c9d20f802a42ec9c9d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:58:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8886a011-5732-4463-8d73-bfb3172d7dda", - "x-ms-client-request-id": "8ae8863843b2f8c9d20f802a42ec9c9d", - "x-ms-correlation-request-id": "70f46243-770d-40bb-b8c8-1e0034533c3d", - "x-ms-ratelimit-remaining-subscription-reads": "10361", - "x-ms-request-id": "563b66d4-0548-407c-b19d-468dacae1551", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035826Z:70f46243-770d-40bb-b8c8-1e0034533c3d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5c5034fffdf7acfb7ef33c3b7454b0bf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:58:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "fabe0910-cf55-42cc-9bbd-39a18204e62b", - "x-ms-client-request-id": "5c5034fffdf7acfb7ef33c3b7454b0bf", - "x-ms-correlation-request-id": "e475f9de-a6f3-4ecd-a96b-1e133f1514ea", - "x-ms-ratelimit-remaining-subscription-reads": "10360", - "x-ms-request-id": "6ee0b75c-fc7b-4139-956b-f16ffea25240", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035827Z:e475f9de-a6f3-4ecd-a96b-1e133f1514ea" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d184389f7b683659550f458dccc9ec5f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:58:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "18838bc1-b26d-47bf-a9c0-c904db19d5e2", - "x-ms-client-request-id": "d184389f7b683659550f458dccc9ec5f", - "x-ms-correlation-request-id": "0af827ba-6e76-498b-bddd-c421fd56dbee", - "x-ms-ratelimit-remaining-subscription-reads": "10359", - "x-ms-request-id": "c9da51b0-7a37-49d2-8b07-655e518f65dc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035829Z:0af827ba-6e76-498b-bddd-c421fd56dbee" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "cbbbc6fec8f13ad98b3c0cbf068d837d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:58:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "48d72d80-0cb2-4a46-b3d1-86ae7fe19058", - "x-ms-client-request-id": "cbbbc6fec8f13ad98b3c0cbf068d837d", - "x-ms-correlation-request-id": "7ea71f29-2c6c-4dd3-ae53-57fd03c18fa1", - "x-ms-ratelimit-remaining-subscription-reads": "10358", - "x-ms-request-id": "6c62c932-7078-4fbd-83aa-9ddc460a64ae", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035830Z:7ea71f29-2c6c-4dd3-ae53-57fd03c18fa1" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "0a8bc05fcb688435db1906e7b86de0b4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:58:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f67d43ed-bee3-47b5-82b7-40fd0f3a5f21", - "x-ms-client-request-id": "0a8bc05fcb688435db1906e7b86de0b4", - "x-ms-correlation-request-id": "c9ac7ccb-988f-46c0-b5b5-b018b1463257", - "x-ms-ratelimit-remaining-subscription-reads": "10357", - "x-ms-request-id": "0e0a2c44-9191-4b5e-8fdf-bb291b75d84e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035831Z:c9ac7ccb-988f-46c0-b5b5-b018b1463257" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ad3ddd06e499d6cd5e4a462c6f9930c8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:58:32 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4f9268a7-e2ed-412a-823e-e5e338cd11d7", - "x-ms-client-request-id": "ad3ddd06e499d6cd5e4a462c6f9930c8", - "x-ms-correlation-request-id": "9442589c-0d34-46fb-9065-88a46bb82876", - "x-ms-ratelimit-remaining-subscription-reads": "10356", - "x-ms-request-id": "29310cae-63c3-4674-9836-ec03839e9800", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035832Z:9442589c-0d34-46fb-9065-88a46bb82876" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "0b2ec78ce23d32f79136f0d8c2f1811d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:58:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a9cb13f3-5dee-4748-99ca-644d865babd6", - "x-ms-client-request-id": "0b2ec78ce23d32f79136f0d8c2f1811d", - "x-ms-correlation-request-id": "bec24cc0-3ca5-40ba-80ea-a2b147bd2ba5", - "x-ms-ratelimit-remaining-subscription-reads": "10355", - "x-ms-request-id": "e151b842-6f87-4d7c-9ca4-8912402e00b8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035834Z:bec24cc0-3ca5-40ba-80ea-a2b147bd2ba5" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "29b8575bd6507ae4f2b5ab1e85091541", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:58:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "004b71f0-d699-4445-a3e7-e8d858ae42aa", - "x-ms-client-request-id": "29b8575bd6507ae4f2b5ab1e85091541", - "x-ms-correlation-request-id": "859b808f-ea4b-4b0e-95e3-be9ebdaf6f4e", - "x-ms-ratelimit-remaining-subscription-reads": "10354", - "x-ms-request-id": "eda2eb3a-871d-416b-b232-779c15463910", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035835Z:859b808f-ea4b-4b0e-95e3-be9ebdaf6f4e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f05b3ee9d43f2476e60a1c62f4f5146c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:58:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "fcf335ac-bf91-4ffe-a5be-292c2291b274", - "x-ms-client-request-id": "f05b3ee9d43f2476e60a1c62f4f5146c", - "x-ms-correlation-request-id": "aed773b5-641c-4616-8816-8d16d07cec58", - "x-ms-ratelimit-remaining-subscription-reads": "10353", - "x-ms-request-id": "ef6a15eb-d37a-4828-ba50-8a1804bdce1d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035836Z:aed773b5-641c-4616-8816-8d16d07cec58" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "17d028c806e1b578e3b3198836d8ad88", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:58:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f66cb8c1-5b8b-4882-a347-08a28926e3d0", - "x-ms-client-request-id": "17d028c806e1b578e3b3198836d8ad88", - "x-ms-correlation-request-id": "14eb3826-79c3-47b3-8ca4-24ba84c1234b", - "x-ms-ratelimit-remaining-subscription-reads": "10352", - "x-ms-request-id": "96969f9b-b70d-45f4-b54b-e05f75bccfd3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035838Z:14eb3826-79c3-47b3-8ca4-24ba84c1234b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "83efae21919587dee0934345b98285fd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:58:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3c64d546-a494-4b40-8c03-21ae46b8732c", - "x-ms-client-request-id": "83efae21919587dee0934345b98285fd", - "x-ms-correlation-request-id": "b3042c4b-00da-49e9-8714-fd8515eca4f8", - "x-ms-ratelimit-remaining-subscription-reads": "10351", - "x-ms-request-id": "04b15c61-3b84-4cf3-8cbd-47383b0f5a70", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035839Z:b3042c4b-00da-49e9-8714-fd8515eca4f8" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5c563fa0fe38e360c6a60d8bbbeeee0d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:58:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ce59dff8-e16a-4818-a57b-5fec3f23ef4e", - "x-ms-client-request-id": "5c563fa0fe38e360c6a60d8bbbeeee0d", - "x-ms-correlation-request-id": "150c8593-5852-4e75-a575-e95e2d22ef9c", - "x-ms-ratelimit-remaining-subscription-reads": "10350", - "x-ms-request-id": "ff767636-c981-44ae-a10b-3012596a114b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035840Z:150c8593-5852-4e75-a575-e95e2d22ef9c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "4640935c900636d74a49364dc232fb60", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:58:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4f12ff1b-b9fe-4830-9d0d-dea348a8d3f7", - "x-ms-client-request-id": "4640935c900636d74a49364dc232fb60", - "x-ms-correlation-request-id": "fb9d1b00-32f4-4683-b123-897feacd7c4b", - "x-ms-ratelimit-remaining-subscription-reads": "10349", - "x-ms-request-id": "63ca4fa7-edaf-46c0-97bd-88530758740e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035841Z:fb9d1b00-32f4-4683-b123-897feacd7c4b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f7e71b2e5182224f4d0bbcef8453cbf2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:58:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8ad19800-dcad-417e-a600-52950845fdd4", - "x-ms-client-request-id": "f7e71b2e5182224f4d0bbcef8453cbf2", - "x-ms-correlation-request-id": "8450ac3b-7b6a-42a1-b081-8683f944c775", - "x-ms-ratelimit-remaining-subscription-reads": "10348", - "x-ms-request-id": "81b22f19-b446-4f56-bf4e-444593ad076a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035843Z:8450ac3b-7b6a-42a1-b081-8683f944c775" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "25e836a53e4110f7671f12efc7132093", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:58:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a032fbb4-818f-4f30-96a7-272b8a127eb1", - "x-ms-client-request-id": "25e836a53e4110f7671f12efc7132093", - "x-ms-correlation-request-id": "713182c1-d307-4c15-90a3-f7d98df0de52", - "x-ms-ratelimit-remaining-subscription-reads": "10347", - "x-ms-request-id": "cda9f667-844a-43ca-b8ee-4526c00fb8b7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035844Z:713182c1-d307-4c15-90a3-f7d98df0de52" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "9f5cacaaf6060b8a441ef9fad4e7b1f7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:58:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "951137c2-e4a8-439d-a418-ceb65344358f", - "x-ms-client-request-id": "9f5cacaaf6060b8a441ef9fad4e7b1f7", - "x-ms-correlation-request-id": "a7f8a62a-dfe6-469e-afdf-f7172868e575", - "x-ms-ratelimit-remaining-subscription-reads": "10346", - "x-ms-request-id": "46690b19-fc5a-49bb-b257-9cbc247ce6f3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035845Z:a7f8a62a-dfe6-469e-afdf-f7172868e575" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8ca7447dd64af01e24d78f623f605b39", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:58:46 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3c727f34-4598-4de6-ba73-85c1454e39b8", - "x-ms-client-request-id": "8ca7447dd64af01e24d78f623f605b39", - "x-ms-correlation-request-id": "0f1f0c3a-61ba-45e4-a34b-ebd22a297324", - "x-ms-ratelimit-remaining-subscription-reads": "10345", - "x-ms-request-id": "a30deb01-c685-4418-bd05-009615fc0929", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035846Z:0f1f0c3a-61ba-45e4-a34b-ebd22a297324" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d84528eb2cf6afecacdde12344fd3b80", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:58:47 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e4b35e3d-601d-45e9-b854-3e8dff7a1362", - "x-ms-client-request-id": "d84528eb2cf6afecacdde12344fd3b80", - "x-ms-correlation-request-id": "cf4c3efc-294c-44ca-ba2e-3bd84d7239d3", - "x-ms-ratelimit-remaining-subscription-reads": "10344", - "x-ms-request-id": "3141ce44-055c-4dd7-a718-5e8e7d87a555", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035848Z:cf4c3efc-294c-44ca-ba2e-3bd84d7239d3" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "83711a6e946cd4498d6c7a2e6627cce3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:58:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "081b87b1-0d22-4703-a0fd-31b6cad2e8cd", - "x-ms-client-request-id": "83711a6e946cd4498d6c7a2e6627cce3", - "x-ms-correlation-request-id": "7bcf2f7f-079a-4d4c-b702-5bbb61b56180", - "x-ms-ratelimit-remaining-subscription-reads": "10343", - "x-ms-request-id": "a9b4ba54-43b8-40c2-8067-21692ddf5038", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035849Z:7bcf2f7f-079a-4d4c-b702-5bbb61b56180" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ab0ec0c2d9a2510157f7e06df4fbab27", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:58:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8f3fb088-0607-4193-8213-b32ff885ae27", - "x-ms-client-request-id": "ab0ec0c2d9a2510157f7e06df4fbab27", - "x-ms-correlation-request-id": "95f67ca6-e5da-4c01-834c-9cf85b2e865f", - "x-ms-ratelimit-remaining-subscription-reads": "10342", - "x-ms-request-id": "29dcbd26-4ab0-4398-922b-31bb38e7291f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035850Z:95f67ca6-e5da-4c01-834c-9cf85b2e865f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "24f40f9bd8ee57cddf714a89b1bd4884", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:58:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "355eae25-e94b-4e60-ba3e-5ff9758560ae", - "x-ms-client-request-id": "24f40f9bd8ee57cddf714a89b1bd4884", - "x-ms-correlation-request-id": "14812e04-6ed1-4658-9eda-b5b844f9585e", - "x-ms-ratelimit-remaining-subscription-reads": "10341", - "x-ms-request-id": "cda14657-19b5-4c68-bdf4-9b68add9d0c5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035852Z:14812e04-6ed1-4658-9eda-b5b844f9585e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8460fd1090ee94de19202b74b4dcdf91", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:58:52 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e3d607a7-ea07-4dd6-afe3-40d0f29d51cd", - "x-ms-client-request-id": "8460fd1090ee94de19202b74b4dcdf91", - "x-ms-correlation-request-id": "828a1389-e13b-48e7-b552-5b35ae731862", - "x-ms-ratelimit-remaining-subscription-reads": "10340", - "x-ms-request-id": "f497daa0-f4e3-41f0-a207-6d8f77719249", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035853Z:828a1389-e13b-48e7-b552-5b35ae731862" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "579252c1a832eaf4f2b7cb308e779f9a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:58:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e3c40e3d-1cc8-48d0-8264-796edb8b4db9", - "x-ms-client-request-id": "579252c1a832eaf4f2b7cb308e779f9a", - "x-ms-correlation-request-id": "2b0635eb-7c8d-4faf-a4c7-feb87a0f5f3b", - "x-ms-ratelimit-remaining-subscription-reads": "10339", - "x-ms-request-id": "d8dd513e-5218-4afb-bd1e-50245f3d7ef6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035854Z:2b0635eb-7c8d-4faf-a4c7-feb87a0f5f3b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f65c5baf269a0a3930600aceac58a302", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:58:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e9c726ad-aca1-4c58-8014-5d13f753fb3d", - "x-ms-client-request-id": "f65c5baf269a0a3930600aceac58a302", - "x-ms-correlation-request-id": "a551b20a-45c5-4900-a1cb-b1c3e506698c", - "x-ms-ratelimit-remaining-subscription-reads": "10338", - "x-ms-request-id": "cadf180a-ae48-4a69-b93b-7fa4e93f361a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035856Z:a551b20a-45c5-4900-a1cb-b1c3e506698c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5fc8b891f02a685208769137c4ad06a2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:58:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7d13fbd7-2a2d-4bed-a049-c7c078c75102", - "x-ms-client-request-id": "5fc8b891f02a685208769137c4ad06a2", - "x-ms-correlation-request-id": "b22e5e7a-1f9f-4420-8f51-d74111356bab", - "x-ms-ratelimit-remaining-subscription-reads": "10337", - "x-ms-request-id": "f7f8a743-9409-4964-820f-46c66cc3c0d6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035857Z:b22e5e7a-1f9f-4420-8f51-d74111356bab" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "58c59080e9809bf7198726d29d263d9a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:58:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "885bde57-d676-4d37-8945-c95b08739515", - "x-ms-client-request-id": "58c59080e9809bf7198726d29d263d9a", - "x-ms-correlation-request-id": "12bdbda9-b363-4c7e-833b-84dd79e0b0a1", - "x-ms-ratelimit-remaining-subscription-reads": "10336", - "x-ms-request-id": "f4c1ade8-c079-4d74-a401-393f682d5595", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035858Z:12bdbda9-b363-4c7e-833b-84dd79e0b0a1" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d59ec81440afbe6f09f3ed2494024583", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:58:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6efd300c-0df1-4574-b243-605f21aaf63c", - "x-ms-client-request-id": "d59ec81440afbe6f09f3ed2494024583", - "x-ms-correlation-request-id": "33cd1081-e240-4625-9f41-13762ac13a68", - "x-ms-ratelimit-remaining-subscription-reads": "10335", - "x-ms-request-id": "6626f887-f404-449c-a9c4-76ace53e89ca", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035859Z:33cd1081-e240-4625-9f41-13762ac13a68" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "1c4d675a4a93a882c12c45a2c97fcbe2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:59:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0a5965e5-a4e5-4c15-89b3-bf4920423703", - "x-ms-client-request-id": "1c4d675a4a93a882c12c45a2c97fcbe2", - "x-ms-correlation-request-id": "a6ddd9f0-72f0-455b-a67a-9a2aca863a05", - "x-ms-ratelimit-remaining-subscription-reads": "10334", - "x-ms-request-id": "92618395-f1fc-477e-b67a-154a6e1543fa", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035901Z:a6ddd9f0-72f0-455b-a67a-9a2aca863a05" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "fc23f738300e40f220064f8cfbd30617", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:59:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b95e47b6-4088-4859-b8bb-24ffe6bcb999", - "x-ms-client-request-id": "fc23f738300e40f220064f8cfbd30617", - "x-ms-correlation-request-id": "9f7f60d4-4ea0-4fa7-8843-ba25a3eabb32", - "x-ms-ratelimit-remaining-subscription-reads": "10333", - "x-ms-request-id": "149481b5-4c45-413e-a4ed-7ed2a9498eca", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035902Z:9f7f60d4-4ea0-4fa7-8843-ba25a3eabb32" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "3577a34221d9c90645f61482facdf589", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:59:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b3069f9b-1544-40f2-bee3-3485b307a7d1", - "x-ms-client-request-id": "3577a34221d9c90645f61482facdf589", - "x-ms-correlation-request-id": "764a3458-50eb-4d5d-8768-29aa77bb136d", - "x-ms-ratelimit-remaining-subscription-reads": "10332", - "x-ms-request-id": "72df35aa-67dd-412e-9f9d-c9b71394a900", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035903Z:764a3458-50eb-4d5d-8768-29aa77bb136d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "9ceb0b2849df2974740cfb8dfbf6acee", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:59:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "09514828-c48c-4ae8-ae22-d28d2eafcf7a", - "x-ms-client-request-id": "9ceb0b2849df2974740cfb8dfbf6acee", - "x-ms-correlation-request-id": "cb35a5b2-b46e-4ed6-a34a-06a523272b33", - "x-ms-ratelimit-remaining-subscription-reads": "10331", - "x-ms-request-id": "17367300-8a30-4f80-875a-e960dabb5329", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035905Z:cb35a5b2-b46e-4ed6-a34a-06a523272b33" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "26602e2695071709f159b6181c704553", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:59:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c835d811-32e3-4e0c-95ea-6747734ca842", - "x-ms-client-request-id": "26602e2695071709f159b6181c704553", - "x-ms-correlation-request-id": "0bf6f3e4-446a-4fcd-956d-11fc097bb82a", - "x-ms-ratelimit-remaining-subscription-reads": "10330", - "x-ms-request-id": "b6df6a83-907e-475d-97e4-86802cfcc6bd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035906Z:0bf6f3e4-446a-4fcd-956d-11fc097bb82a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f063c51069e7f8382e4dc0cc2678cd4f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:59:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b163d3dc-a7c3-4234-a5b2-87c90ececf6a", - "x-ms-client-request-id": "f063c51069e7f8382e4dc0cc2678cd4f", - "x-ms-correlation-request-id": "1d3921b1-73cd-43ea-983f-e3715f5bd58a", - "x-ms-ratelimit-remaining-subscription-reads": "10329", - "x-ms-request-id": "81ec6702-db51-4705-aa19-dc830e55d874", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035907Z:1d3921b1-73cd-43ea-983f-e3715f5bd58a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "cb5b2549cf6c938102d4ab85935c0d04", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:59:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7800a69a-444e-43b9-acfb-d129afa9e705", - "x-ms-client-request-id": "cb5b2549cf6c938102d4ab85935c0d04", - "x-ms-correlation-request-id": "e0c23ad4-a85f-4a8e-8d80-75161cac2333", - "x-ms-ratelimit-remaining-subscription-reads": "10328", - "x-ms-request-id": "5900a2ae-5d3f-41e0-a0c6-f70504c419a3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035909Z:e0c23ad4-a85f-4a8e-8d80-75161cac2333" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "357ca7c7bc92bc06f668f7b9d43df178", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:59:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f569f2f2-1488-4e2b-9395-0872a6197e1d", - "x-ms-client-request-id": "357ca7c7bc92bc06f668f7b9d43df178", - "x-ms-correlation-request-id": "0dec44b4-5ccc-4bb9-b8b2-d50f1567ec12", - "x-ms-ratelimit-remaining-subscription-reads": "10327", - "x-ms-request-id": "8b664a04-58e0-4e4d-bd00-434b9b0d3b3e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035910Z:0dec44b4-5ccc-4bb9-b8b2-d50f1567ec12" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f6ce668c791441e643d0ee13beb264d1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:59:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "39ca92f0-ff28-480a-87c0-10ce45b73a89", - "x-ms-client-request-id": "f6ce668c791441e643d0ee13beb264d1", - "x-ms-correlation-request-id": "61faa1f3-d869-4ace-90d1-bb1488b4597f", - "x-ms-ratelimit-remaining-subscription-reads": "10326", - "x-ms-request-id": "f383f668-e866-4eaa-8f82-229d254da7e6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035911Z:61faa1f3-d869-4ace-90d1-bb1488b4597f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7e05bc4097fc8cbc1e9fd504d7c7bec4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:59:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "42184d17-e5be-4dbb-b27f-2a3cb11b259f", - "x-ms-client-request-id": "7e05bc4097fc8cbc1e9fd504d7c7bec4", - "x-ms-correlation-request-id": "b91b7522-cd2d-44a1-aec3-1b49195d02fb", - "x-ms-ratelimit-remaining-subscription-reads": "10325", - "x-ms-request-id": "e9caf866-8ec9-4c91-b126-4af19324efaa", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035912Z:b91b7522-cd2d-44a1-aec3-1b49195d02fb" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2cf932e3178e4defc13af1c2cef3fe43", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:59:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b5600673-dc7a-49ea-ab50-b7146c0db97e", - "x-ms-client-request-id": "2cf932e3178e4defc13af1c2cef3fe43", - "x-ms-correlation-request-id": "2b1481c0-0e81-45d5-8138-b6d663d79500", - "x-ms-ratelimit-remaining-subscription-reads": "10324", - "x-ms-request-id": "43df4529-241a-4401-a3b4-8b1ec81c039a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035914Z:2b1481c0-0e81-45d5-8138-b6d663d79500" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "187925047237f47caa41d775a4e2697c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:59:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f7aaaa4e-9799-4058-8cb4-130d461eb8cd", - "x-ms-client-request-id": "187925047237f47caa41d775a4e2697c", - "x-ms-correlation-request-id": "338c6ce2-e7fa-4f9f-b4d1-4bb699059bec", - "x-ms-ratelimit-remaining-subscription-reads": "10323", - "x-ms-request-id": "1fe5c1f2-a1ca-4cd4-80b9-12fafe5d8da4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035915Z:338c6ce2-e7fa-4f9f-b4d1-4bb699059bec" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8b2f291237b92843ccb8bdc1a5fabe2b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:59:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e8ffa00b-cbef-4a4c-99d4-1c755090958a", - "x-ms-client-request-id": "8b2f291237b92843ccb8bdc1a5fabe2b", - "x-ms-correlation-request-id": "a8c7dbb2-f3a9-43a6-a4ee-3dc55cc0c78a", - "x-ms-ratelimit-remaining-subscription-reads": "10322", - "x-ms-request-id": "8eb96c86-4086-42a0-a3af-767e9396d3a4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035916Z:a8c7dbb2-f3a9-43a6-a4ee-3dc55cc0c78a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b20091a1a64d708db604824c407aa8de", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:59:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c68daca5-0623-4f29-9028-e7504c4647d4", - "x-ms-client-request-id": "b20091a1a64d708db604824c407aa8de", - "x-ms-correlation-request-id": "baf863ce-4639-40c4-a062-67ba14d21300", - "x-ms-ratelimit-remaining-subscription-reads": "10321", - "x-ms-request-id": "0d68b1b6-814d-4cb2-ac2d-4fdd750a85ac", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035917Z:baf863ce-4639-40c4-a062-67ba14d21300" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a4af75d072c4cc8ae1514c7fb5ba4eaf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:59:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a012129d-fd08-414d-8437-a9cecec719a7", - "x-ms-client-request-id": "a4af75d072c4cc8ae1514c7fb5ba4eaf", - "x-ms-correlation-request-id": "517f7e8d-89e3-40a7-b660-cc6aae2a6059", - "x-ms-ratelimit-remaining-subscription-reads": "10320", - "x-ms-request-id": "5e0806cd-11a3-4bd7-9f9b-7b571af6a235", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035919Z:517f7e8d-89e3-40a7-b660-cc6aae2a6059" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "13d4ac82b7e26c2e9cbfd5b4b4f7e751", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:59:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9dc5b6be-b743-4e4e-9d66-72c9906b36b1", - "x-ms-client-request-id": "13d4ac82b7e26c2e9cbfd5b4b4f7e751", - "x-ms-correlation-request-id": "51aa8123-bc49-4ae2-ba96-0714d85c1082", - "x-ms-ratelimit-remaining-subscription-reads": "10319", - "x-ms-request-id": "c84eb4e5-8af0-4edf-8817-a89df0feb419", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035920Z:51aa8123-bc49-4ae2-ba96-0714d85c1082" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "30f0de0f1a4a2e670733d1fc5a0dbafc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:59:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "82dc7e84-a839-4cf4-9ac8-21bab6949d33", - "x-ms-client-request-id": "30f0de0f1a4a2e670733d1fc5a0dbafc", - "x-ms-correlation-request-id": "6ea0dcb8-4349-41b5-9126-dce605f87776", - "x-ms-ratelimit-remaining-subscription-reads": "10318", - "x-ms-request-id": "abdbb76a-2735-437f-afff-4016f2f0f17d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035921Z:6ea0dcb8-4349-41b5-9126-dce605f87776" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "94c9d3b695a619fc474308049cd517ea", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:59:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "58d56b32-f3a6-4f86-8807-89f247143685", - "x-ms-client-request-id": "94c9d3b695a619fc474308049cd517ea", - "x-ms-correlation-request-id": "ee432462-5bec-4b08-90ee-787a5b4a47f7", - "x-ms-ratelimit-remaining-subscription-reads": "10317", - "x-ms-request-id": "3e915315-ec5f-4938-a701-3a05f1638f95", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035922Z:ee432462-5bec-4b08-90ee-787a5b4a47f7" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d770fa691ec9686445a50baee631118f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:59:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2a2cedf5-cbb3-4f5e-9735-6bb02210db16", - "x-ms-client-request-id": "d770fa691ec9686445a50baee631118f", - "x-ms-correlation-request-id": "57b0343b-5ced-4f56-813b-943130eac2f8", - "x-ms-ratelimit-remaining-subscription-reads": "10316", - "x-ms-request-id": "d32061df-79ba-410a-9e0a-4334ab038a3f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035924Z:57b0343b-5ced-4f56-813b-943130eac2f8" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e1fed905532d7aaae1d7e80711629131", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:59:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3549627d-03dd-4040-b524-1b9c923b0055", - "x-ms-client-request-id": "e1fed905532d7aaae1d7e80711629131", - "x-ms-correlation-request-id": "0e37661e-2d30-448d-83a9-56989b4cf35a", - "x-ms-ratelimit-remaining-subscription-reads": "10315", - "x-ms-request-id": "25c465e2-4c9d-4708-8f82-5a0cb6d67dee", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035925Z:0e37661e-2d30-448d-83a9-56989b4cf35a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5f92e61be29c98326e614f01894e3315", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:59:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "939676a3-69e3-484a-8030-b0e144387202", - "x-ms-client-request-id": "5f92e61be29c98326e614f01894e3315", - "x-ms-correlation-request-id": "5467864a-e72d-4716-a31f-d3698c34dbf7", - "x-ms-ratelimit-remaining-subscription-reads": "10314", - "x-ms-request-id": "000c8ad3-b516-4fa6-937c-173f359f2e7e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035926Z:5467864a-e72d-4716-a31f-d3698c34dbf7" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c3ff783136d715bc4ff5f6f2355d56e2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:59:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e2e9cf49-7055-4afa-b839-68ba13e581fa", - "x-ms-client-request-id": "c3ff783136d715bc4ff5f6f2355d56e2", - "x-ms-correlation-request-id": "6a171282-c45d-461f-b6e1-e403210e515c", - "x-ms-ratelimit-remaining-subscription-reads": "10313", - "x-ms-request-id": "9feaf448-d447-447f-a68e-ed6411dabc21", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035928Z:6a171282-c45d-461f-b6e1-e403210e515c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ff92d913b29e22f2a66572cc04a9f092", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:59:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "50e64b95-607a-46a8-bd9a-07608e3d6309", - "x-ms-client-request-id": "ff92d913b29e22f2a66572cc04a9f092", - "x-ms-correlation-request-id": "11cc8867-1881-42ce-bc7b-1260b1c5c664", - "x-ms-ratelimit-remaining-subscription-reads": "10312", - "x-ms-request-id": "c05980c7-be59-492a-b756-0e6248f858a4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035929Z:11cc8867-1881-42ce-bc7b-1260b1c5c664" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "99d5d3a3cd63e55a2a7d0fa6ec406210", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:59:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b2725e73-dd6b-41b0-a869-5848124860f2", - "x-ms-client-request-id": "99d5d3a3cd63e55a2a7d0fa6ec406210", - "x-ms-correlation-request-id": "c3b408ed-dee6-4110-a19d-720cee5627aa", - "x-ms-ratelimit-remaining-subscription-reads": "10311", - "x-ms-request-id": "dc7eaec9-f077-4fc7-9401-b5c05f548fda", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035930Z:c3b408ed-dee6-4110-a19d-720cee5627aa" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "afed6c0a34bc7f7686dd1d71c3ef11a6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:59:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5954d756-90b7-472e-ae48-d01dae22d8d3", - "x-ms-client-request-id": "afed6c0a34bc7f7686dd1d71c3ef11a6", - "x-ms-correlation-request-id": "5378d72a-415e-4a1a-b6df-61564c50a465", - "x-ms-ratelimit-remaining-subscription-reads": "10310", - "x-ms-request-id": "ad5963cb-e75a-4e43-b95d-9eaa27d8ee84", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035931Z:5378d72a-415e-4a1a-b6df-61564c50a465" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "624f6305bd88457f7facd421a24b3565", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:59:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "98f24801-ac08-4dac-a598-947ded059eb8", - "x-ms-client-request-id": "624f6305bd88457f7facd421a24b3565", - "x-ms-correlation-request-id": "ef974527-5156-46fe-bb8c-433a64ff9e63", - "x-ms-ratelimit-remaining-subscription-reads": "10309", - "x-ms-request-id": "9eec81dc-50c7-4d34-9615-9096b62c1548", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035933Z:ef974527-5156-46fe-bb8c-433a64ff9e63" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "98c2620341bb6ed65c551285b0e9213a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:59:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "66750dfd-e3be-4a7b-9364-2d041baf0254", - "x-ms-client-request-id": "98c2620341bb6ed65c551285b0e9213a", - "x-ms-correlation-request-id": "937bb980-44ef-47dc-9598-e6347eb94134", - "x-ms-ratelimit-remaining-subscription-reads": "10308", - "x-ms-request-id": "12a7ca4b-1614-4535-bc7c-61e3b500444c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035934Z:937bb980-44ef-47dc-9598-e6347eb94134" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "89a1696c00f14c88eca8300f5f54dc3b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:59:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b2bcfcfe-a47d-4dbe-b76f-ea5247ce0b8e", - "x-ms-client-request-id": "89a1696c00f14c88eca8300f5f54dc3b", - "x-ms-correlation-request-id": "aca28258-5e85-46e1-bef5-f6745128344b", - "x-ms-ratelimit-remaining-subscription-reads": "10307", - "x-ms-request-id": "4a936648-ec45-45fa-aada-50431b47a01b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035935Z:aca28258-5e85-46e1-bef5-f6745128344b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "616eb7a7792dc3ea8ce00532abf99595", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:59:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "25d04512-2baa-422a-9ad7-d88864440000", - "x-ms-client-request-id": "616eb7a7792dc3ea8ce00532abf99595", - "x-ms-correlation-request-id": "2402d631-d725-4798-b1e3-d4598d0dd5a6", - "x-ms-ratelimit-remaining-subscription-reads": "10306", - "x-ms-request-id": "e3327330-3bc9-44ad-93b0-3aa33b810810", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035936Z:2402d631-d725-4798-b1e3-d4598d0dd5a6" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "38b59a8baca90274d975ab1310c70f07", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:59:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d9bc4d2b-deaa-43ba-8710-60c2a67f74cb", - "x-ms-client-request-id": "38b59a8baca90274d975ab1310c70f07", - "x-ms-correlation-request-id": "b7c366b8-0b4a-4138-b752-fb29d1cad9f3", - "x-ms-ratelimit-remaining-subscription-reads": "10305", - "x-ms-request-id": "0b013201-e04e-4b46-bbe3-1a8ba83704bc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035938Z:b7c366b8-0b4a-4138-b752-fb29d1cad9f3" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f8ddd779c07bf20c7fddfc11fa55a1f2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:59:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a790ad10-29bf-4bc3-8e4a-1a8591791068", - "x-ms-client-request-id": "f8ddd779c07bf20c7fddfc11fa55a1f2", - "x-ms-correlation-request-id": "13644176-b959-4a14-9572-0c16a248ee28", - "x-ms-ratelimit-remaining-subscription-reads": "10304", - "x-ms-request-id": "a18260af-dd71-45b6-bc16-ee695c8263dc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035939Z:13644176-b959-4a14-9572-0c16a248ee28" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c4849b13a49ffb91436b87b8ced7b3c5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:59:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f982f3d8-c823-4162-b2be-18ca83240c77", - "x-ms-client-request-id": "c4849b13a49ffb91436b87b8ced7b3c5", - "x-ms-correlation-request-id": "bd49035b-8f21-439c-9927-6ed5f94afe03", - "x-ms-ratelimit-remaining-subscription-reads": "10303", - "x-ms-request-id": "93e75b9e-6723-42a4-bcdb-c5da81a53be8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035940Z:bd49035b-8f21-439c-9927-6ed5f94afe03" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d3b9fed09c1cca1a8ec2b9cbaf630883", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:59:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0f374894-58ab-4f63-9040-3080ae4926ca", - "x-ms-client-request-id": "d3b9fed09c1cca1a8ec2b9cbaf630883", - "x-ms-correlation-request-id": "d7642e6f-5f51-4033-a6c8-cd750962bf71", - "x-ms-ratelimit-remaining-subscription-reads": "10302", - "x-ms-request-id": "0be00b16-97fc-4fc1-91c3-f68ad3224f99", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035942Z:d7642e6f-5f51-4033-a6c8-cd750962bf71" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "75ffb8d34a42d46845e1b50f385424a8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:59:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d751d36b-d798-4d7c-b871-e559cb0911be", - "x-ms-client-request-id": "75ffb8d34a42d46845e1b50f385424a8", - "x-ms-correlation-request-id": "e1a82674-3f6d-422a-b4b8-a880962e178b", - "x-ms-ratelimit-remaining-subscription-reads": "10301", - "x-ms-request-id": "3bac1539-f678-431f-890a-621a0f1834c9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035943Z:e1a82674-3f6d-422a-b4b8-a880962e178b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "fc40362ace9c76d680b936dcebc64cdf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:59:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d060da0e-dda9-4f18-8556-af3a85763cd6", - "x-ms-client-request-id": "fc40362ace9c76d680b936dcebc64cdf", - "x-ms-correlation-request-id": "6ad46ef9-a1a0-4d8c-bb0d-5078b6d3d9e8", - "x-ms-ratelimit-remaining-subscription-reads": "10300", - "x-ms-request-id": "dd95979f-d46a-4c49-8060-403497ca9e4f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035944Z:6ad46ef9-a1a0-4d8c-bb0d-5078b6d3d9e8" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "15e403633ed7858295e48e3ae70a9139", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:59:45 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d2b93e47-20f7-482f-a8ae-2341f49d17fe", - "x-ms-client-request-id": "15e403633ed7858295e48e3ae70a9139", - "x-ms-correlation-request-id": "b9dfe98b-444a-4eba-b524-a47a8b957892", - "x-ms-ratelimit-remaining-subscription-reads": "10299", - "x-ms-request-id": "28b75586-0928-44a5-ad5f-f1bd337f7495", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035945Z:b9dfe98b-444a-4eba-b524-a47a8b957892" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "78a1119e0b2305e7e188f489148be97f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:59:46 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "13e041a5-f3e5-46b0-bdcf-4c8eb2cbab21", - "x-ms-client-request-id": "78a1119e0b2305e7e188f489148be97f", - "x-ms-correlation-request-id": "2e54b506-f818-4914-9531-c5dc15766e28", - "x-ms-ratelimit-remaining-subscription-reads": "10298", - "x-ms-request-id": "3a0fca3c-37cd-4f71-805d-1e4abd065ed3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035947Z:2e54b506-f818-4914-9531-c5dc15766e28" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "35acd6950e6fecd0b3ba66b8409c8f76", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:59:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "08744beb-1211-4c36-aed9-6e17bcd6ff9c", - "x-ms-client-request-id": "35acd6950e6fecd0b3ba66b8409c8f76", - "x-ms-correlation-request-id": "cd5cf574-4df1-408f-9df2-bbd7956d8b50", - "x-ms-ratelimit-remaining-subscription-reads": "10297", - "x-ms-request-id": "594bb57a-f4bc-4ad9-b09d-5ab4db0447ad", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035948Z:cd5cf574-4df1-408f-9df2-bbd7956d8b50" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d93efc28d32557bc1cdf344e49f97109", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:59:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4f97df58-6062-4d0e-b2bb-f81a1cb2dca2", - "x-ms-client-request-id": "d93efc28d32557bc1cdf344e49f97109", - "x-ms-correlation-request-id": "bd9d9980-4e59-4a2a-b150-1e24033a6ac4", - "x-ms-ratelimit-remaining-subscription-reads": "10296", - "x-ms-request-id": "19492ba6-39fe-4807-b9e3-0e9830d221d9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035949Z:bd9d9980-4e59-4a2a-b150-1e24033a6ac4" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "11a40efa5c5d8fca40b5c468a42fc545", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:59:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2b22d64d-a91f-4db4-aef3-96d0b24a664a", - "x-ms-client-request-id": "11a40efa5c5d8fca40b5c468a42fc545", - "x-ms-correlation-request-id": "68078d66-8f84-43b1-b229-262857149125", - "x-ms-ratelimit-remaining-subscription-reads": "10295", - "x-ms-request-id": "110c92b7-3115-4ba8-af01-6845acc3b8bf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035950Z:68078d66-8f84-43b1-b229-262857149125" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "17607df9104dc25a19541990da81a2ba", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:59:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2984e4b7-3594-483a-bb8a-4bce37e48136", - "x-ms-client-request-id": "17607df9104dc25a19541990da81a2ba", - "x-ms-correlation-request-id": "691688bb-b301-4424-b58f-03bd7b677618", - "x-ms-ratelimit-remaining-subscription-reads": "10294", - "x-ms-request-id": "12d2583b-b910-414d-ad0a-90c3ef7f74ff", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035952Z:691688bb-b301-4424-b58f-03bd7b677618" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "31bd5d497ef8cc1832af99700e54b3ec", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:59:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d572d956-9c71-408c-aea9-83bf68cf43f9", - "x-ms-client-request-id": "31bd5d497ef8cc1832af99700e54b3ec", - "x-ms-correlation-request-id": "dabf3299-0eaf-4336-962b-c12e5994383f", - "x-ms-ratelimit-remaining-subscription-reads": "10293", - "x-ms-request-id": "b141e6bf-8f2c-4cf9-881a-07b02785e3c1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035953Z:dabf3299-0eaf-4336-962b-c12e5994383f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "cc55ef195999eabcb4e1f7094339b4bf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:59:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7b0f8e3c-d7e5-4eb7-91ce-4d6bcdadb450", - "x-ms-client-request-id": "cc55ef195999eabcb4e1f7094339b4bf", - "x-ms-correlation-request-id": "4f9a47f0-ddf4-401e-a9cc-a258abbb45c9", - "x-ms-ratelimit-remaining-subscription-reads": "10292", - "x-ms-request-id": "bdf2f1b0-75d5-44b0-8df4-5e991c618c7b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035954Z:4f9a47f0-ddf4-401e-a9cc-a258abbb45c9" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "471e0a1394717b4c6594e59d77eab4c5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:59:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ca87c215-ead7-447c-9761-6a6f4e4eba76", - "x-ms-client-request-id": "471e0a1394717b4c6594e59d77eab4c5", - "x-ms-correlation-request-id": "b4d0c9db-0719-4a7c-a6f8-0f5c9f8282fd", - "x-ms-ratelimit-remaining-subscription-reads": "10291", - "x-ms-request-id": "a9ed9f39-833f-4468-9ae9-878b1becf71b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035956Z:b4d0c9db-0719-4a7c-a6f8-0f5c9f8282fd" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "eb772ca1d62cef21a0d37d16860f89f8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:59:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e4732e2f-f1e4-492a-9fa8-a080609958f4", - "x-ms-client-request-id": "eb772ca1d62cef21a0d37d16860f89f8", - "x-ms-correlation-request-id": "497f0855-de32-43f3-b90f-452e12dd3db0", - "x-ms-ratelimit-remaining-subscription-reads": "10290", - "x-ms-request-id": "0af96220-c8f7-41fb-8101-88b9961d08af", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035957Z:497f0855-de32-43f3-b90f-452e12dd3db0" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "035cd9fb6b35857ba2da6604741e73c9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:59:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8db19ed5-e282-47c1-b100-6d6af57c7761", - "x-ms-client-request-id": "035cd9fb6b35857ba2da6604741e73c9", - "x-ms-correlation-request-id": "39b738d3-cf98-41de-89d5-d2ae24d9f67c", - "x-ms-ratelimit-remaining-subscription-reads": "10289", - "x-ms-request-id": "c541465b-837a-4c63-a413-1ae0529f94e6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035958Z:39b738d3-cf98-41de-89d5-d2ae24d9f67c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "1667322cc8c23d92e92ea69d1636f455", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 03:59:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1c258a08-d40c-43f2-892b-19792ffdad0d", - "x-ms-client-request-id": "1667322cc8c23d92e92ea69d1636f455", - "x-ms-correlation-request-id": "b2605dd3-5ff8-445d-8fc5-18dd372329db", - "x-ms-ratelimit-remaining-subscription-reads": "10288", - "x-ms-request-id": "02a110c2-615f-4740-97d0-9dc0b250bd54", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T035959Z:b2605dd3-5ff8-445d-8fc5-18dd372329db" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "9da2ed0bb18d358fb0f149526f1c7b82", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:00:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "07d7a207-2da6-450c-a8d2-9659766b2539", - "x-ms-client-request-id": "9da2ed0bb18d358fb0f149526f1c7b82", - "x-ms-correlation-request-id": "2a7f423f-29d5-49d2-9478-827383a5bae4", - "x-ms-ratelimit-remaining-subscription-reads": "10287", - "x-ms-request-id": "a7c7c7e8-9fbb-4cb9-97d5-8f5e0074c93e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040001Z:2a7f423f-29d5-49d2-9478-827383a5bae4" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "54eab36072a73235461f1906c4dd6e6c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:00:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "380f9285-38b7-4333-8eac-07b395e05adc", - "x-ms-client-request-id": "54eab36072a73235461f1906c4dd6e6c", - "x-ms-correlation-request-id": "f8041a46-549e-4226-9665-0934a4ed0d06", - "x-ms-ratelimit-remaining-subscription-reads": "10286", - "x-ms-request-id": "cd062ecf-5a7f-46fa-afdd-a2f0c6f5f942", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040002Z:f8041a46-549e-4226-9665-0934a4ed0d06" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "87f810e5d57b7b3ca23166d17f40cdcc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:00:03 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2ae74f4d-fb6a-4f15-9e69-b879a121a60b", - "x-ms-client-request-id": "87f810e5d57b7b3ca23166d17f40cdcc", - "x-ms-correlation-request-id": "135230db-f990-47c3-b61c-b84d4aa7ac9a", - "x-ms-ratelimit-remaining-subscription-reads": "10285", - "x-ms-request-id": "50d68cff-afd6-45f0-a34d-698b4dda80f0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040003Z:135230db-f990-47c3-b61c-b84d4aa7ac9a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "633d24b39f4b99aeb770566d978971d3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:00:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2976102e-f5fc-4df2-902c-adb9541f9fd4", - "x-ms-client-request-id": "633d24b39f4b99aeb770566d978971d3", - "x-ms-correlation-request-id": "75d393f6-e2eb-47c3-8710-6b016cf6163e", - "x-ms-ratelimit-remaining-subscription-reads": "10284", - "x-ms-request-id": "0772843a-b71d-4daf-9a5a-5089fe6b06d6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040005Z:75d393f6-e2eb-47c3-8710-6b016cf6163e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5e6cdd83f4238a06776fb2760c64b206", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:00:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "cac8c1c5-e69e-422a-b1fd-3e4f6ee1d70e", - "x-ms-client-request-id": "5e6cdd83f4238a06776fb2760c64b206", - "x-ms-correlation-request-id": "1712ff24-9f5f-4ec7-a5c1-031580543520", - "x-ms-ratelimit-remaining-subscription-reads": "10283", - "x-ms-request-id": "b949b34e-68c2-427d-9361-b12ae4e4ced0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040006Z:1712ff24-9f5f-4ec7-a5c1-031580543520" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "9f524d520ba04520625fcf0a7fcee319", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:00:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "924f4508-a561-4136-9164-da94c09bd253", - "x-ms-client-request-id": "9f524d520ba04520625fcf0a7fcee319", - "x-ms-correlation-request-id": "89489b4e-20dd-44af-a99b-8c1b6dcbb33d", - "x-ms-ratelimit-remaining-subscription-reads": "10282", - "x-ms-request-id": "1c01f8e9-d357-453c-aecd-60ac113fb4d7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040007Z:89489b4e-20dd-44af-a99b-8c1b6dcbb33d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a24d93c06ed4bfa81eb2ebdced378d53", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:00:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1854b847-9a24-4fed-9cbb-03a8afb9c95f", - "x-ms-client-request-id": "a24d93c06ed4bfa81eb2ebdced378d53", - "x-ms-correlation-request-id": "8de56986-65d6-48b5-9c79-37b6f6e5e50b", - "x-ms-ratelimit-remaining-subscription-reads": "10281", - "x-ms-request-id": "0c326b97-2df7-4aaf-9de2-ab532bdd12da", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040008Z:8de56986-65d6-48b5-9c79-37b6f6e5e50b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "4a1b50bed1367832bc26fcc424fb0ba8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:00:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "fbf58ad8-0af8-4326-b960-82ab33075b80", - "x-ms-client-request-id": "4a1b50bed1367832bc26fcc424fb0ba8", - "x-ms-correlation-request-id": "8166bbdd-48d7-44e1-9b77-0feeaadd66fc", - "x-ms-ratelimit-remaining-subscription-reads": "10280", - "x-ms-request-id": "cae55cae-6e6d-4dcb-a70e-3969e92ba894", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040010Z:8166bbdd-48d7-44e1-9b77-0feeaadd66fc" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "78b5988b0f16e331a49381ed1f43582a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:00:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f9779402-c71b-4ec4-b06c-e557e7d1a623", - "x-ms-client-request-id": "78b5988b0f16e331a49381ed1f43582a", - "x-ms-correlation-request-id": "9c88eaa5-eba5-4038-9109-d87f27c81dbd", - "x-ms-ratelimit-remaining-subscription-reads": "10279", - "x-ms-request-id": "9daaa36f-452c-4766-8ce5-97c04125c9f5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040011Z:9c88eaa5-eba5-4038-9109-d87f27c81dbd" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2e4c7bd299b3eee360d5e5ad72e49a22", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:00:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d9e3ebbf-e7a4-4ec0-b828-167930ca68b5", - "x-ms-client-request-id": "2e4c7bd299b3eee360d5e5ad72e49a22", - "x-ms-correlation-request-id": "ed4e09b4-179b-457b-936f-b7a4f8d1ad06", - "x-ms-ratelimit-remaining-subscription-reads": "10278", - "x-ms-request-id": "0ac1063e-a123-4aa0-81ed-cdd5d7aeebab", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040012Z:ed4e09b4-179b-457b-936f-b7a4f8d1ad06" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "545143a71482ae3c1e37a6a250455879", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:00:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ba537577-c474-41ba-a5b7-cc874fe2e25f", - "x-ms-client-request-id": "545143a71482ae3c1e37a6a250455879", - "x-ms-correlation-request-id": "45ffb331-ee4e-430b-a769-5390c7700e0c", - "x-ms-ratelimit-remaining-subscription-reads": "10277", - "x-ms-request-id": "5bc26dbc-dd58-4165-b9c3-3e5516ceb419", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040014Z:45ffb331-ee4e-430b-a769-5390c7700e0c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a9f2d1cedcaff2f5b5c71841298470c0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:00:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6c915117-3df4-441f-bd74-f57a55ae0da2", - "x-ms-client-request-id": "a9f2d1cedcaff2f5b5c71841298470c0", - "x-ms-correlation-request-id": "67ed6a4c-8c9d-490f-b338-265be5716f38", - "x-ms-ratelimit-remaining-subscription-reads": "10276", - "x-ms-request-id": "a5868b16-d237-42bd-8932-1cb43a7ddb69", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040015Z:67ed6a4c-8c9d-490f-b338-265be5716f38" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "dc455ef803f1bda83e9d107bf2409e1a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:00:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "32e09494-3692-4f3e-b81f-3c9a9159b338", - "x-ms-client-request-id": "dc455ef803f1bda83e9d107bf2409e1a", - "x-ms-correlation-request-id": "82e95a47-3eed-4204-9d4a-a7569e47207e", - "x-ms-ratelimit-remaining-subscription-reads": "10275", - "x-ms-request-id": "747d591d-b8be-4e58-b91e-f564e29ffe50", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040017Z:82e95a47-3eed-4204-9d4a-a7569e47207e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a0df6c7cf1f1cb734d5f9fbbfbfb8499", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:00:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "67284359-4bca-4046-9ae5-5a4675735c49", - "x-ms-client-request-id": "a0df6c7cf1f1cb734d5f9fbbfbfb8499", - "x-ms-correlation-request-id": "f2f15db8-7985-4afb-a4d7-5007c54c1d78", - "x-ms-ratelimit-remaining-subscription-reads": "10274", - "x-ms-request-id": "b8351525-2d98-4a6d-bb77-9137b3bc2093", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040018Z:f2f15db8-7985-4afb-a4d7-5007c54c1d78" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f1a9e6c77cffcb8829346a11cc79ff74", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:00:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9f885fe0-d222-45aa-839f-e86ef5d0a5fb", - "x-ms-client-request-id": "f1a9e6c77cffcb8829346a11cc79ff74", - "x-ms-correlation-request-id": "b3d84a4d-d905-4034-aac5-ef00bd059076", - "x-ms-ratelimit-remaining-subscription-reads": "10273", - "x-ms-request-id": "96c802c0-9705-4469-9901-84c619171166", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040019Z:b3d84a4d-d905-4034-aac5-ef00bd059076" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "bdc4fd28cfa507ceeb7a8e9263edc242", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:00:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f05a0ca7-5fd2-4fdc-8e1d-43833d757710", - "x-ms-client-request-id": "bdc4fd28cfa507ceeb7a8e9263edc242", - "x-ms-correlation-request-id": "17d1fac4-bd1c-4a6b-ae57-403c2ca0abdb", - "x-ms-ratelimit-remaining-subscription-reads": "10272", - "x-ms-request-id": "7eae2ecc-7597-4316-892c-a46b2490e651", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040021Z:17d1fac4-bd1c-4a6b-ae57-403c2ca0abdb" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "0cb47618ad97001be31477bd8661fed3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:00:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "55f82131-2ad6-40d5-9bf5-22e9bd44742d", - "x-ms-client-request-id": "0cb47618ad97001be31477bd8661fed3", - "x-ms-correlation-request-id": "09aa6641-566f-4463-9e23-baa5a275f4f4", - "x-ms-ratelimit-remaining-subscription-reads": "10271", - "x-ms-request-id": "1f5ca72b-0bac-4951-b9b7-10f7e3ba7432", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040022Z:09aa6641-566f-4463-9e23-baa5a275f4f4" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "fd922b5fc637f7f417a10584edf5673b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:00:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c635a038-faae-4952-a1c9-823c78d210eb", - "x-ms-client-request-id": "fd922b5fc637f7f417a10584edf5673b", - "x-ms-correlation-request-id": "43482abe-7a82-4136-ab42-50f1507b59e1", - "x-ms-ratelimit-remaining-subscription-reads": "10270", - "x-ms-request-id": "80c73c73-1887-4abe-b732-385dc86e8a05", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040023Z:43482abe-7a82-4136-ab42-50f1507b59e1" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "55f82772f3c57adde2c3d99158118189", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:00:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "bb2df31f-fd80-47ea-9f57-264befed30d7", - "x-ms-client-request-id": "55f82772f3c57adde2c3d99158118189", - "x-ms-correlation-request-id": "ea40d3e4-d931-4aee-ab95-a8e887ab812f", - "x-ms-ratelimit-remaining-subscription-reads": "10269", - "x-ms-request-id": "455b98df-4577-4f57-b2e9-673902f4078a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040024Z:ea40d3e4-d931-4aee-ab95-a8e887ab812f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "3833ba7bc45a520b81bcf4f5a79613ee", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:00:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "59ffb2b1-890f-4d33-8a11-83358d47cfdb", - "x-ms-client-request-id": "3833ba7bc45a520b81bcf4f5a79613ee", - "x-ms-correlation-request-id": "0f317065-cb53-49cc-9567-26263d5660bb", - "x-ms-ratelimit-remaining-subscription-reads": "10268", - "x-ms-request-id": "1c10175b-eda2-4f7f-b6d1-8f6e3827d0c8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040026Z:0f317065-cb53-49cc-9567-26263d5660bb" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5e4a3caca9696c0e4d171b73ed639f06", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:00:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d5fb9235-dea1-48cd-8aff-127fd288bf0c", - "x-ms-client-request-id": "5e4a3caca9696c0e4d171b73ed639f06", - "x-ms-correlation-request-id": "c1f34b3a-5272-4e00-8ddc-616dbf4fbc2b", - "x-ms-ratelimit-remaining-subscription-reads": "10267", - "x-ms-request-id": "f8e46494-9fbe-4166-ab99-447909c0274b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040027Z:c1f34b3a-5272-4e00-8ddc-616dbf4fbc2b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "32097b202ec2aee11ba6d308fee7d34c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:00:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2a2f0d63-bb8e-43cc-affe-83237779ad94", - "x-ms-client-request-id": "32097b202ec2aee11ba6d308fee7d34c", - "x-ms-correlation-request-id": "d1c5aebb-adde-4c1b-ae3a-d574099efc6f", - "x-ms-ratelimit-remaining-subscription-reads": "10266", - "x-ms-request-id": "a2e5686b-a8e6-49cb-91e9-484c1837a73a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040028Z:d1c5aebb-adde-4c1b-ae3a-d574099efc6f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "1be4ebb023c6d220acc7ea42a998641e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:00:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0e12e3b5-0036-4098-afad-e27f861564f5", - "x-ms-client-request-id": "1be4ebb023c6d220acc7ea42a998641e", - "x-ms-correlation-request-id": "3ec93780-5428-45c0-a58a-ece463e4082a", - "x-ms-ratelimit-remaining-subscription-reads": "10265", - "x-ms-request-id": "99ae64f9-d908-4005-866c-50261bb80175", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040030Z:3ec93780-5428-45c0-a58a-ece463e4082a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2bd5ed1de18d7d2c5a9c42c2d5056d65", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:00:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "70564095-edc6-441e-948f-c4cf70addece", - "x-ms-client-request-id": "2bd5ed1de18d7d2c5a9c42c2d5056d65", - "x-ms-correlation-request-id": "4e8dafed-4ec7-4695-bf94-427633091ace", - "x-ms-ratelimit-remaining-subscription-reads": "10264", - "x-ms-request-id": "4a015f25-ce31-40a4-933e-a850f54ada82", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040031Z:4e8dafed-4ec7-4695-bf94-427633091ace" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "01c2ce44837ffc405b3685fa449e0483", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:00:32 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5d8d082b-c061-4634-8588-7578368a7105", - "x-ms-client-request-id": "01c2ce44837ffc405b3685fa449e0483", - "x-ms-correlation-request-id": "83d7877c-5bd8-4135-98ff-74f0446b67bc", - "x-ms-ratelimit-remaining-subscription-reads": "10263", - "x-ms-request-id": "c02666f2-d12f-4404-84a6-a40f1e5bcc21", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040032Z:83d7877c-5bd8-4135-98ff-74f0446b67bc" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "11ebb541a712cfbfbf66c12ae15dfca7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:00:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0fee68b0-24dc-43e5-9385-a3f403f91c2e", - "x-ms-client-request-id": "11ebb541a712cfbfbf66c12ae15dfca7", - "x-ms-correlation-request-id": "ff00d680-e814-4e60-85cb-09481701d911", - "x-ms-ratelimit-remaining-subscription-reads": "10262", - "x-ms-request-id": "96224e4c-0197-4061-8f52-cae961c3534d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040033Z:ff00d680-e814-4e60-85cb-09481701d911" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "dafe855a63d59a9fadd8d0565b3139bc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:00:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "193ce35b-9cc4-424d-84a9-29e7c4cfa761", - "x-ms-client-request-id": "dafe855a63d59a9fadd8d0565b3139bc", - "x-ms-correlation-request-id": "5afaf1f4-c463-4cd0-8776-f3af847f2dbb", - "x-ms-ratelimit-remaining-subscription-reads": "10261", - "x-ms-request-id": "92b834c0-0b12-48b7-96b6-d08d2f28e80e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040035Z:5afaf1f4-c463-4cd0-8776-f3af847f2dbb" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2081be975c1a9d530ef34218c2161bfd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:00:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "799a2ec5-178d-475e-9167-467822e3fc0d", - "x-ms-client-request-id": "2081be975c1a9d530ef34218c2161bfd", - "x-ms-correlation-request-id": "9e6185fb-6c06-427b-944a-3ebfc7076391", - "x-ms-ratelimit-remaining-subscription-reads": "10260", - "x-ms-request-id": "b3b56fc5-4c3b-42d9-8137-e20db9bb1134", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040036Z:9e6185fb-6c06-427b-944a-3ebfc7076391" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "bfa0de392a9fdead16506339d669738d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:00:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "af96b56d-7a18-4d9e-9d84-d452eee8f5e7", - "x-ms-client-request-id": "bfa0de392a9fdead16506339d669738d", - "x-ms-correlation-request-id": "0521c7fa-a2ff-4b7b-b738-b872cf0a0f57", - "x-ms-ratelimit-remaining-subscription-reads": "10259", - "x-ms-request-id": "9d88e5af-3ebb-47f9-b4cc-262bbdafbd5f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040037Z:0521c7fa-a2ff-4b7b-b738-b872cf0a0f57" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2292042ddcdcfd8c3161cce12086d797", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:00:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e844969c-5a7a-4094-b751-2153e361ba11", - "x-ms-client-request-id": "2292042ddcdcfd8c3161cce12086d797", - "x-ms-correlation-request-id": "cf450bde-232e-4fec-8d42-6ceeba91c4f4", - "x-ms-ratelimit-remaining-subscription-reads": "10258", - "x-ms-request-id": "679425dd-bd13-44b1-bbdf-e3611e661ace", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040038Z:cf450bde-232e-4fec-8d42-6ceeba91c4f4" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7d1cd2bd7a906d1d11a209c9f819c6a5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:00:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "518e5acf-e29f-4446-88f9-f31cd3ff2097", - "x-ms-client-request-id": "7d1cd2bd7a906d1d11a209c9f819c6a5", - "x-ms-correlation-request-id": "c6f1d5bb-265a-4298-8eec-020dab5312d0", - "x-ms-ratelimit-remaining-subscription-reads": "10257", - "x-ms-request-id": "1a951d61-2899-420a-bc18-e4e7857fe425", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040040Z:c6f1d5bb-265a-4298-8eec-020dab5312d0" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "beebb580f9835d2151a28d3e5dcbbd8f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:00:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "37f6e3e5-9856-4bff-a9f4-fd70f2cf2247", - "x-ms-client-request-id": "beebb580f9835d2151a28d3e5dcbbd8f", - "x-ms-correlation-request-id": "6ecda0b6-fae7-48e0-96db-14a7e9c1ba01", - "x-ms-ratelimit-remaining-subscription-reads": "10256", - "x-ms-request-id": "43291a9a-3510-43ae-8b7c-151c752a01e5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040041Z:6ecda0b6-fae7-48e0-96db-14a7e9c1ba01" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "047ccc79f64cb2fce6241039d3c20518", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:00:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "62dafef8-bf2a-4e22-a808-8e1794a8e9bc", - "x-ms-client-request-id": "047ccc79f64cb2fce6241039d3c20518", - "x-ms-correlation-request-id": "123ad598-e991-45c3-8d92-09e632566d0b", - "x-ms-ratelimit-remaining-subscription-reads": "10255", - "x-ms-request-id": "b7da3bdf-60dc-4888-bf0c-ba07fa2f88aa", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040042Z:123ad598-e991-45c3-8d92-09e632566d0b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "6b61269a199bc413b0bf2beeedde0f45", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:00:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "901226de-1af0-49fc-b26e-e71489082413", - "x-ms-client-request-id": "6b61269a199bc413b0bf2beeedde0f45", - "x-ms-correlation-request-id": "9a7844f9-322d-4edd-ae39-1471741bdf8e", - "x-ms-ratelimit-remaining-subscription-reads": "10254", - "x-ms-request-id": "caaf690f-ac6a-47c8-89da-052cf3620dcb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040044Z:9a7844f9-322d-4edd-ae39-1471741bdf8e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2c507ae5c19d8a58b838d75ee8e88a8e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:00:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1778d79c-537a-450c-a9a7-9d7a936cdf79", - "x-ms-client-request-id": "2c507ae5c19d8a58b838d75ee8e88a8e", - "x-ms-correlation-request-id": "fb2eedd8-fdcf-4dd6-b339-2bab05f286c9", - "x-ms-ratelimit-remaining-subscription-reads": "10253", - "x-ms-request-id": "68a59c8e-e501-4fb9-98ae-d95c8a23b9a4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040045Z:fb2eedd8-fdcf-4dd6-b339-2bab05f286c9" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "37a4749d526a5ff3b8b7538dca0ec508", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:00:46 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a1b81fa8-d8bb-45b6-8a37-6c925b2db784", - "x-ms-client-request-id": "37a4749d526a5ff3b8b7538dca0ec508", - "x-ms-correlation-request-id": "0ae3d51c-260c-401b-9606-508471b98fe1", - "x-ms-ratelimit-remaining-subscription-reads": "10252", - "x-ms-request-id": "9af29005-6aa7-48a3-aa8c-5551e26f6bce", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040046Z:0ae3d51c-260c-401b-9606-508471b98fe1" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5954cb15d972d97acdd7b26342b4dcc8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:00:47 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a98b52c8-ca73-4278-b6f4-214c4064a04d", - "x-ms-client-request-id": "5954cb15d972d97acdd7b26342b4dcc8", - "x-ms-correlation-request-id": "c6bf5cda-9f1f-41a1-aa3f-ff2005253574", - "x-ms-ratelimit-remaining-subscription-reads": "10251", - "x-ms-request-id": "7f3d5eea-2e54-4264-a1e1-3951b3b3f717", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040047Z:c6bf5cda-9f1f-41a1-aa3f-ff2005253574" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "78509c35d83a92db86f073e56dcbbfaa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:00:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3c308f53-67c6-4920-8a9c-fb934dddd8fb", - "x-ms-client-request-id": "78509c35d83a92db86f073e56dcbbfaa", - "x-ms-correlation-request-id": "ea50f0a8-d539-486a-b0b6-a826e0865240", - "x-ms-ratelimit-remaining-subscription-reads": "10250", - "x-ms-request-id": "87ed6601-039a-49dd-b32f-3a7b50ec7237", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040049Z:ea50f0a8-d539-486a-b0b6-a826e0865240" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "1c49ce733093c31cfacb69939f901d03", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:00:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8b954477-4aa2-4a15-bcdc-484cb6f525c6", - "x-ms-client-request-id": "1c49ce733093c31cfacb69939f901d03", - "x-ms-correlation-request-id": "90953319-58a6-4439-a14c-171405d6ca03", - "x-ms-ratelimit-remaining-subscription-reads": "10249", - "x-ms-request-id": "b9f01c8a-11d0-4c90-8ebf-9ae373405045", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040050Z:90953319-58a6-4439-a14c-171405d6ca03" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2e588bdb4cbd3dceefc1d28165946b02", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:00:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "554d61f7-97ca-45a8-bda3-bedc7bba955c", - "x-ms-client-request-id": "2e588bdb4cbd3dceefc1d28165946b02", - "x-ms-correlation-request-id": "2e164f08-fa5e-4a62-b30a-5345c971bfd1", - "x-ms-ratelimit-remaining-subscription-reads": "10248", - "x-ms-request-id": "bed8fadd-e6c8-4801-a7ff-dd7f693d656a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040051Z:2e164f08-fa5e-4a62-b30a-5345c971bfd1" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "73f00817bf6b0434808c7e6f6e48f3f6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:00:52 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "34cf7ce3-dba6-4c2f-be27-6c2857d4dff4", - "x-ms-client-request-id": "73f00817bf6b0434808c7e6f6e48f3f6", - "x-ms-correlation-request-id": "c96a7703-03f2-4210-aded-b5ad767aca99", - "x-ms-ratelimit-remaining-subscription-reads": "10247", - "x-ms-request-id": "8f1eff98-f6cf-4db6-8b7f-0647ceaf5dfe", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040053Z:c96a7703-03f2-4210-aded-b5ad767aca99" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e20a70d3917226ed000b2cd25e9a5e65", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:00:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "92afb2e4-d351-4146-b5b9-848c8dd72f95", - "x-ms-client-request-id": "e20a70d3917226ed000b2cd25e9a5e65", - "x-ms-correlation-request-id": "10a03095-7e7b-406e-bd9b-5c666005ef89", - "x-ms-ratelimit-remaining-subscription-reads": "10246", - "x-ms-request-id": "0d69055e-c24f-44a0-a8fc-b7ae3b8fcfa4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040054Z:10a03095-7e7b-406e-bd9b-5c666005ef89" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "977b675faaa01b975654ae30ce5ecfa7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:00:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "37ca8203-6564-4542-acc3-b1cc381804d6", - "x-ms-client-request-id": "977b675faaa01b975654ae30ce5ecfa7", - "x-ms-correlation-request-id": "089a2fda-4fa8-4d1a-b320-5b9a2d2672e5", - "x-ms-ratelimit-remaining-subscription-reads": "10245", - "x-ms-request-id": "7b5c04a1-e509-4498-98a9-07b4d0dadd02", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040055Z:089a2fda-4fa8-4d1a-b320-5b9a2d2672e5" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f5aedcce888a868f1bc9725f9262a6e5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:00:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7a82f126-9ff9-42e7-9466-2e629d52568f", - "x-ms-client-request-id": "f5aedcce888a868f1bc9725f9262a6e5", - "x-ms-correlation-request-id": "a78063bc-0caf-4f70-bb33-98092c196265", - "x-ms-ratelimit-remaining-subscription-reads": "10244", - "x-ms-request-id": "0717d54e-0ccc-46ea-89c7-9b174f030c76", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040056Z:a78063bc-0caf-4f70-bb33-98092c196265" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "060f182e5bcc2956d8ee8b1ee2bc57a1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:00:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "45f627de-78a2-4676-8354-b5cda175ca9b", - "x-ms-client-request-id": "060f182e5bcc2956d8ee8b1ee2bc57a1", - "x-ms-correlation-request-id": "683f2e2b-7def-46a2-82bf-5800eb558c22", - "x-ms-ratelimit-remaining-subscription-reads": "10243", - "x-ms-request-id": "09d6976b-951d-43ae-a4d2-10c0d88b8e0f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040058Z:683f2e2b-7def-46a2-82bf-5800eb558c22" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8104853c68ebd6dbd7f47cd6373889f4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:00:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0f9cbc4b-0abb-45fd-bf1f-c3c3f40977d2", - "x-ms-client-request-id": "8104853c68ebd6dbd7f47cd6373889f4", - "x-ms-correlation-request-id": "f3818332-6a15-42aa-bff7-ca0a34a8fd47", - "x-ms-ratelimit-remaining-subscription-reads": "10242", - "x-ms-request-id": "bf97c350-c8c0-4836-a43c-c3187a60e9e9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040059Z:f3818332-6a15-42aa-bff7-ca0a34a8fd47" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b601c8adc84f72db86851d9bfd70a35e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:01:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "149c7ed7-6293-45c3-bf07-63c081ad077f", - "x-ms-client-request-id": "b601c8adc84f72db86851d9bfd70a35e", - "x-ms-correlation-request-id": "8d81c893-9103-45c4-8c51-1d91b60d9b8b", - "x-ms-ratelimit-remaining-subscription-reads": "10241", - "x-ms-request-id": "2e9178c5-bdbc-4b48-a344-9d9974b4fc03", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040100Z:8d81c893-9103-45c4-8c51-1d91b60d9b8b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "0d23d172245ec5fa3d382ed7df80f19f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:01:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7d85f59d-a6c9-43f2-b928-8073fcbb1f2b", - "x-ms-client-request-id": "0d23d172245ec5fa3d382ed7df80f19f", - "x-ms-correlation-request-id": "a693941c-aff8-4357-b565-d717e2db83d1", - "x-ms-ratelimit-remaining-subscription-reads": "10240", - "x-ms-request-id": "33e80541-7b0e-45da-aaa9-2ef68102715a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040102Z:a693941c-aff8-4357-b565-d717e2db83d1" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "1a709765a1ba7352a991fb654b3fd967", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:01:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f30dc253-c33a-4a84-ab59-dcf47d79d309", - "x-ms-client-request-id": "1a709765a1ba7352a991fb654b3fd967", - "x-ms-correlation-request-id": "fdc7ffd9-52bc-4f8b-960f-f2620b3e7477", - "x-ms-ratelimit-remaining-subscription-reads": "10239", - "x-ms-request-id": "239758c2-ecb3-422f-825e-88bb8631332b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040103Z:fdc7ffd9-52bc-4f8b-960f-f2620b3e7477" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "65631d517c148996ce3b78169a039306", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:01:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "fcf97382-cab1-4170-8588-d75d9bb3a937", - "x-ms-client-request-id": "65631d517c148996ce3b78169a039306", - "x-ms-correlation-request-id": "502434d2-10d9-4ffa-9445-0c1706642fe7", - "x-ms-ratelimit-remaining-subscription-reads": "10238", - "x-ms-request-id": "dc7c9464-7921-4387-9f81-cece1561407d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040104Z:502434d2-10d9-4ffa-9445-0c1706642fe7" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "65367d938900d1a37eaf63cc29947afe", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:01:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7dfdbee7-7568-4ba4-8de5-a6e7c3416c49", - "x-ms-client-request-id": "65367d938900d1a37eaf63cc29947afe", - "x-ms-correlation-request-id": "d6f4f366-9164-4da4-96d6-5bb59045fd15", - "x-ms-ratelimit-remaining-subscription-reads": "10237", - "x-ms-request-id": "f34f0177-a8d7-4c0b-a89f-7e8964293e53", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040105Z:d6f4f366-9164-4da4-96d6-5bb59045fd15" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c186c75e8c1ce98b00e74c7e283bd9a5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:01:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "06eed1fe-2abf-4541-a06c-e5a01c8a8ee6", - "x-ms-client-request-id": "c186c75e8c1ce98b00e74c7e283bd9a5", - "x-ms-correlation-request-id": "ba0a8156-a163-4611-86e5-fccd643a87f2", - "x-ms-ratelimit-remaining-subscription-reads": "10236", - "x-ms-request-id": "b4841b3a-1a07-49c1-8b68-de09b2ea596b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040107Z:ba0a8156-a163-4611-86e5-fccd643a87f2" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "cdd1f4fe7409c7667992e76518c96039", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:01:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ace0d499-472f-45dc-8656-14017db040b8", - "x-ms-client-request-id": "cdd1f4fe7409c7667992e76518c96039", - "x-ms-correlation-request-id": "88849814-117d-4c8f-a307-128f3af72322", - "x-ms-ratelimit-remaining-subscription-reads": "10235", - "x-ms-request-id": "8cefa304-d097-454e-af02-a103dd3dc84c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040108Z:88849814-117d-4c8f-a307-128f3af72322" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d3b77ac1d17d07e9f24d64183d24a842", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:01:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9da2c9e7-9c92-46df-88bf-1c472f7874e2", - "x-ms-client-request-id": "d3b77ac1d17d07e9f24d64183d24a842", - "x-ms-correlation-request-id": "f55e93f5-ace1-49e9-865c-83a13b0fb2d3", - "x-ms-ratelimit-remaining-subscription-reads": "10234", - "x-ms-request-id": "cc38bf5e-ca68-4000-b67e-1ba84a94c81b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040109Z:f55e93f5-ace1-49e9-865c-83a13b0fb2d3" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "34cebed6acc2eaf460bf478aa525d136", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:01:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f3f4c4d6-734f-4654-819d-39ba6086da7f", - "x-ms-client-request-id": "34cebed6acc2eaf460bf478aa525d136", - "x-ms-correlation-request-id": "99c76ca1-c81e-4dfb-8f1d-458e874862c6", - "x-ms-ratelimit-remaining-subscription-reads": "10233", - "x-ms-request-id": "66147280-949d-47d3-84ae-32e07d4299bc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040110Z:99c76ca1-c81e-4dfb-8f1d-458e874862c6" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "aebd128706842d280acadbbc0f4e8955", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:01:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c9e1efc2-c81b-4e28-8287-20a17d5b1d0d", - "x-ms-client-request-id": "aebd128706842d280acadbbc0f4e8955", - "x-ms-correlation-request-id": "83908d54-b063-4aeb-acb0-d5f0ef08538b", - "x-ms-ratelimit-remaining-subscription-reads": "10232", - "x-ms-request-id": "9929d17b-9992-48f7-a677-705535330ec5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040112Z:83908d54-b063-4aeb-acb0-d5f0ef08538b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5a8fa4e92bfb157685cc72be895f62cc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:01:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "90128f5b-69fd-4bd6-805e-ed0ecd7fb259", - "x-ms-client-request-id": "5a8fa4e92bfb157685cc72be895f62cc", - "x-ms-correlation-request-id": "996443ed-1006-4dff-9ed4-63a5fcac66b6", - "x-ms-ratelimit-remaining-subscription-reads": "10231", - "x-ms-request-id": "82ffceeb-9f35-40aa-bb78-b4a9adecf34e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040113Z:996443ed-1006-4dff-9ed4-63a5fcac66b6" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2a912d7cfa67cfbe96a129f8d138db12", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:01:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0c712d92-0145-4811-9487-88d03b5fc060", - "x-ms-client-request-id": "2a912d7cfa67cfbe96a129f8d138db12", - "x-ms-correlation-request-id": "23ca4b75-9aaf-46e3-b9d8-13f09ad3e959", - "x-ms-ratelimit-remaining-subscription-reads": "10230", - "x-ms-request-id": "bc9cebf9-2590-4241-9033-6bb822cf1885", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040114Z:23ca4b75-9aaf-46e3-b9d8-13f09ad3e959" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "00a1f23576965b3b9ca828b79369a3ab", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:01:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "567a5743-51da-4a23-89dc-7487c115a107", - "x-ms-client-request-id": "00a1f23576965b3b9ca828b79369a3ab", - "x-ms-correlation-request-id": "37d4380e-4bd5-4f94-ba1d-435336b50e7a", - "x-ms-ratelimit-remaining-subscription-reads": "10229", - "x-ms-request-id": "6497654c-b56e-4b4e-af8e-6b133d9dab7c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040116Z:37d4380e-4bd5-4f94-ba1d-435336b50e7a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e13f0e675fbceeede5bfc35a017d444c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:01:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9ca09330-75c2-442b-ab6c-5f40dadbe946", - "x-ms-client-request-id": "e13f0e675fbceeede5bfc35a017d444c", - "x-ms-correlation-request-id": "073f18a4-065e-4df7-a60c-25e14263d2ad", - "x-ms-ratelimit-remaining-subscription-reads": "10228", - "x-ms-request-id": "1fd1b304-403e-44c4-89d4-66888a300f90", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040117Z:073f18a4-065e-4df7-a60c-25e14263d2ad" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "968960f161be0536f2368ebfd1073c2c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:01:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a3908ba3-db5e-42ef-879e-9695f0dd0a3c", - "x-ms-client-request-id": "968960f161be0536f2368ebfd1073c2c", - "x-ms-correlation-request-id": "c8e88168-a18f-4d44-8a52-8169a5a1f78a", - "x-ms-ratelimit-remaining-subscription-reads": "10227", - "x-ms-request-id": "7f60900c-82fb-4a5f-8e83-fcc0d51a92bc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040118Z:c8e88168-a18f-4d44-8a52-8169a5a1f78a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c2907efdfaf8d65504b21ad6b3e1591e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:01:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ad2b682d-4fdb-4e91-bcc0-1e9b26ab1485", - "x-ms-client-request-id": "c2907efdfaf8d65504b21ad6b3e1591e", - "x-ms-correlation-request-id": "5b83b67f-45d0-4ad0-a709-cb7a15e0f399", - "x-ms-ratelimit-remaining-subscription-reads": "10226", - "x-ms-request-id": "b1a487f2-1f6d-4e12-91b5-cad1983ccdc9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040119Z:5b83b67f-45d0-4ad0-a709-cb7a15e0f399" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "33c5dc640de005edd73aee85d12e1dde", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:01:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a2938ebe-c211-46a2-a466-df86ca5d8b04", - "x-ms-client-request-id": "33c5dc640de005edd73aee85d12e1dde", - "x-ms-correlation-request-id": "54b6830b-5430-4fde-aeee-e6b368a37b4e", - "x-ms-ratelimit-remaining-subscription-reads": "10225", - "x-ms-request-id": "161bd1c8-a17d-4ef3-8061-fbb714fd0b2a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040121Z:54b6830b-5430-4fde-aeee-e6b368a37b4e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "835c978281ecf7530ab3910c465f5211", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:01:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3c577499-c45f-4561-924d-073733644f7a", - "x-ms-client-request-id": "835c978281ecf7530ab3910c465f5211", - "x-ms-correlation-request-id": "689edf60-df89-4a77-999c-b531e7577bf5", - "x-ms-ratelimit-remaining-subscription-reads": "10224", - "x-ms-request-id": "5a5f8c5e-3b39-4d82-8e81-5d9ef4375fa8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040122Z:689edf60-df89-4a77-999c-b531e7577bf5" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f55a6fdc0941f04b918beabe0bd004d5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:01:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "011b57d3-9d1a-4ccd-b1c1-14fc30827b72", - "x-ms-client-request-id": "f55a6fdc0941f04b918beabe0bd004d5", - "x-ms-correlation-request-id": "d2c29966-f9f6-4cec-b17f-21450f8ede01", - "x-ms-ratelimit-remaining-subscription-reads": "10223", - "x-ms-request-id": "d19f4d6f-cf14-42cc-a515-caa6403a8016", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040123Z:d2c29966-f9f6-4cec-b17f-21450f8ede01" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "1b543c94d584e23288ce282d7be1be78", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:01:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "be0ecdce-ec0b-4b9a-85b7-f291a1e555c2", - "x-ms-client-request-id": "1b543c94d584e23288ce282d7be1be78", - "x-ms-correlation-request-id": "803f97dd-a3dc-4de8-8965-a73936f08512", - "x-ms-ratelimit-remaining-subscription-reads": "10222", - "x-ms-request-id": "7f622cec-5f95-444b-b27c-cf9fdc495f8a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040124Z:803f97dd-a3dc-4de8-8965-a73936f08512" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "62a9dde827d3799d4b6cf2619695eb3a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:01:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1370235a-e748-4f4f-a4af-b7324f157508", - "x-ms-client-request-id": "62a9dde827d3799d4b6cf2619695eb3a", - "x-ms-correlation-request-id": "7c80bd69-d56d-4000-bac6-e3c37af2611f", - "x-ms-ratelimit-remaining-subscription-reads": "10221", - "x-ms-request-id": "059f974f-e86c-4818-ad52-17af7c93d567", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040126Z:7c80bd69-d56d-4000-bac6-e3c37af2611f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "0a77bbae360b068c3c786d72e01e74af", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:01:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "26cb8f08-f7b3-443e-b329-c9dc73ef65d7", - "x-ms-client-request-id": "0a77bbae360b068c3c786d72e01e74af", - "x-ms-correlation-request-id": "29f52e13-f780-4447-b96d-66b820757feb", - "x-ms-ratelimit-remaining-subscription-reads": "10220", - "x-ms-request-id": "8bb6f1fa-1ab8-419c-b4f2-a11e674f6e8c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040127Z:29f52e13-f780-4447-b96d-66b820757feb" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2ed572cca2266d019edacf18e3d04bf2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:01:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2e3dc28e-8e50-41ab-9fe7-094b9b2a4f21", - "x-ms-client-request-id": "2ed572cca2266d019edacf18e3d04bf2", - "x-ms-correlation-request-id": "603daf5d-5d4f-4aa7-ba8b-8a8bd10672b2", - "x-ms-ratelimit-remaining-subscription-reads": "10219", - "x-ms-request-id": "f995bc2d-5eb4-42e3-adb3-61d102cf328b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040128Z:603daf5d-5d4f-4aa7-ba8b-8a8bd10672b2" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "bf7feee3b369b16c50a2255bba2b992d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:01:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0ff842b1-803a-4139-a745-6a11a7a9ab9c", - "x-ms-client-request-id": "bf7feee3b369b16c50a2255bba2b992d", - "x-ms-correlation-request-id": "fe473458-88d4-49fd-85dc-fb004602a7c9", - "x-ms-ratelimit-remaining-subscription-reads": "10218", - "x-ms-request-id": "ce16682a-713f-4c30-97ba-8b6be504de2f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040130Z:fe473458-88d4-49fd-85dc-fb004602a7c9" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "249542f7bdc00b13b90a6c316674236b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:01:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a1d4e290-42f5-4e81-9117-b27bcee86ec1", - "x-ms-client-request-id": "249542f7bdc00b13b90a6c316674236b", - "x-ms-correlation-request-id": "39712961-ad54-4d30-893e-991ce1f82323", - "x-ms-ratelimit-remaining-subscription-reads": "10217", - "x-ms-request-id": "6b1858e0-8298-4c5a-b2ce-bb087e73c52d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040131Z:39712961-ad54-4d30-893e-991ce1f82323" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f18f7a2cb59f18460523dd847da6b273", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:01:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1c4261b9-ab41-48f2-8559-799c9ef382b6", - "x-ms-client-request-id": "f18f7a2cb59f18460523dd847da6b273", - "x-ms-correlation-request-id": "30a5e062-fd9a-4825-b0cb-44cf6509c879", - "x-ms-ratelimit-remaining-subscription-reads": "10216", - "x-ms-request-id": "a650a57c-fb15-46ad-aad3-4260ba38e82a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040132Z:30a5e062-fd9a-4825-b0cb-44cf6509c879" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a020a240273b2632db73055f473a4bdb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:01:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d0db10db-03c1-41bb-b729-60f8bbca2f68", - "x-ms-client-request-id": "a020a240273b2632db73055f473a4bdb", - "x-ms-correlation-request-id": "b957c1f6-7aa4-43a5-a171-90d1fd55f9c4", - "x-ms-ratelimit-remaining-subscription-reads": "10215", - "x-ms-request-id": "cacb804d-da64-41e3-a775-48ddb1794868", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040133Z:b957c1f6-7aa4-43a5-a171-90d1fd55f9c4" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "3f2fb97ea89b428dfc7c1e9cdf8e8e13", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:01:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "439b6301-a467-4f8b-984f-0c8dc19c35a5", - "x-ms-client-request-id": "3f2fb97ea89b428dfc7c1e9cdf8e8e13", - "x-ms-correlation-request-id": "1f14e7e4-d878-4da1-a8e2-ad6b9fd9cc53", - "x-ms-ratelimit-remaining-subscription-reads": "10214", - "x-ms-request-id": "201f1d19-175f-49fa-8403-084e7e206f17", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040135Z:1f14e7e4-d878-4da1-a8e2-ad6b9fd9cc53" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c4f1f957825404304769162cafe6d0cb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:01:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b7ee8698-cd3b-4d37-b9b2-bb5288dde502", - "x-ms-client-request-id": "c4f1f957825404304769162cafe6d0cb", - "x-ms-correlation-request-id": "44b2e77c-bfee-4eeb-8e1f-50e4e7b1797e", - "x-ms-ratelimit-remaining-subscription-reads": "10213", - "x-ms-request-id": "f9bb76fa-f0c8-4177-80f4-2b34e7b7e091", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040136Z:44b2e77c-bfee-4eeb-8e1f-50e4e7b1797e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c30601d8727698d715dda4be0995464c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:01:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c4934b5f-546e-4c41-b201-acd78529f11e", - "x-ms-client-request-id": "c30601d8727698d715dda4be0995464c", - "x-ms-correlation-request-id": "19ba6686-5025-4733-9e8b-4c474ca0d58c", - "x-ms-ratelimit-remaining-subscription-reads": "10212", - "x-ms-request-id": "5fbc6f45-e41b-4568-ad86-687fb226e0a3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040137Z:19ba6686-5025-4733-9e8b-4c474ca0d58c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "4e07f2e58649fb87882af73291619315", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:01:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "25f34498-9fd6-45c4-a2a1-abaf78105b57", - "x-ms-client-request-id": "4e07f2e58649fb87882af73291619315", - "x-ms-correlation-request-id": "ae72550f-b8c5-4d5d-8563-16911c4b317b", - "x-ms-ratelimit-remaining-subscription-reads": "10211", - "x-ms-request-id": "acc71b48-115e-4277-83da-d8c29c31d7bf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040139Z:ae72550f-b8c5-4d5d-8563-16911c4b317b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ddc453acca88e59c2159ae76de72fbb2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:01:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "62506830-4425-4106-b74c-4f5528c919a4", - "x-ms-client-request-id": "ddc453acca88e59c2159ae76de72fbb2", - "x-ms-correlation-request-id": "2171ee18-7b85-4275-8a3d-92236258416c", - "x-ms-ratelimit-remaining-subscription-reads": "10210", - "x-ms-request-id": "80b542ec-b055-4dbb-b6e7-a8a92d576df2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040140Z:2171ee18-7b85-4275-8a3d-92236258416c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "bd46ca2282de51817a0a3a4c7aa406b3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:01:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7b0882df-07a5-433d-9d24-2d3be88212ff", - "x-ms-client-request-id": "bd46ca2282de51817a0a3a4c7aa406b3", - "x-ms-correlation-request-id": "753104d9-b2cf-449e-9519-3086e29b46b2", - "x-ms-ratelimit-remaining-subscription-reads": "10209", - "x-ms-request-id": "ff24e9f4-3ac7-4bb1-b1dd-9051721aaf33", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040141Z:753104d9-b2cf-449e-9519-3086e29b46b2" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b5128e4a69d11ac355222cf0d7101c16", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:01:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a5532efd-14a2-4d61-a85c-d463577fe16a", - "x-ms-client-request-id": "b5128e4a69d11ac355222cf0d7101c16", - "x-ms-correlation-request-id": "3da37e9c-bf8b-42b4-ad89-7a883104aa53", - "x-ms-ratelimit-remaining-subscription-reads": "10208", - "x-ms-request-id": "6ecdde66-7e7a-4ad6-ac32-d004f9237391", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040143Z:3da37e9c-bf8b-42b4-ad89-7a883104aa53" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c710452fd61a2936d172627d8f506a7c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:01:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d7205d67-8c23-4f56-b015-7994ad7b1f03", - "x-ms-client-request-id": "c710452fd61a2936d172627d8f506a7c", - "x-ms-correlation-request-id": "fded7707-93f5-435e-99c2-6582d394df5c", - "x-ms-ratelimit-remaining-subscription-reads": "10207", - "x-ms-request-id": "8c4e0657-268d-4e0f-a852-d73c573355fd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040144Z:fded7707-93f5-435e-99c2-6582d394df5c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "502cfb52455fb9e0062c67bc5591796a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:01:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "96b61f23-5b6e-4aba-b016-93031a90ccfb", - "x-ms-client-request-id": "502cfb52455fb9e0062c67bc5591796a", - "x-ms-correlation-request-id": "adc04abe-f4e4-49d1-95fa-ee6af29ee5c4", - "x-ms-ratelimit-remaining-subscription-reads": "10206", - "x-ms-request-id": "839ff1c8-26c2-488d-a573-2ea52f7594a0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040145Z:adc04abe-f4e4-49d1-95fa-ee6af29ee5c4" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "341d24ed3f94749857e8e45f06468b04", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:01:46 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a95b98cb-1bec-420d-b4b4-99052a91c28c", - "x-ms-client-request-id": "341d24ed3f94749857e8e45f06468b04", - "x-ms-correlation-request-id": "cec02d6b-c247-4e57-8c1b-dc49a51929c3", - "x-ms-ratelimit-remaining-subscription-reads": "10205", - "x-ms-request-id": "98fb4eb9-0124-4f04-b344-eda8a95a0053", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040147Z:cec02d6b-c247-4e57-8c1b-dc49a51929c3" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "dc9db0b8cce3e9b76557c1ee6e7ad440", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:01:47 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "65db68f2-894c-403c-8255-2186b21b4ea3", - "x-ms-client-request-id": "dc9db0b8cce3e9b76557c1ee6e7ad440", - "x-ms-correlation-request-id": "87c24bb0-5768-4132-a381-0b6a0a1f5238", - "x-ms-ratelimit-remaining-subscription-reads": "10204", - "x-ms-request-id": "99241a7c-403a-41b1-8c44-f4df02aa2f58", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040148Z:87c24bb0-5768-4132-a381-0b6a0a1f5238" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "6b8ff8f9353313e862b8f8776181b2bf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:01:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2159a6eb-5585-4966-afaf-764e47ccdc17", - "x-ms-client-request-id": "6b8ff8f9353313e862b8f8776181b2bf", - "x-ms-correlation-request-id": "7c079765-0c98-4292-8727-1fbefd08b901", - "x-ms-ratelimit-remaining-subscription-reads": "10203", - "x-ms-request-id": "c2fe432e-92dc-4801-9248-9867ef22cc3b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040149Z:7c079765-0c98-4292-8727-1fbefd08b901" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a50363a09cf321866d33cf3c7daa05dc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:01:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1d4d813f-fba7-4163-890b-2194610cc8dc", - "x-ms-client-request-id": "a50363a09cf321866d33cf3c7daa05dc", - "x-ms-correlation-request-id": "acf975cf-182a-460d-97ee-a55932a4a50f", - "x-ms-ratelimit-remaining-subscription-reads": "10202", - "x-ms-request-id": "2dd646f1-ff80-466e-8a94-73bd1c1f23a4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040150Z:acf975cf-182a-460d-97ee-a55932a4a50f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "0e65a3131fb682d0c7897a2bd43f87e4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:01:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "204d0229-228d-4b56-be44-dca7ed4c1f7c", - "x-ms-client-request-id": "0e65a3131fb682d0c7897a2bd43f87e4", - "x-ms-correlation-request-id": "b9e49187-8831-4979-8d9d-f8c1bef1fc1e", - "x-ms-ratelimit-remaining-subscription-reads": "10201", - "x-ms-request-id": "a956f47b-ab7b-4514-9963-e842f7a0b006", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040152Z:b9e49187-8831-4979-8d9d-f8c1bef1fc1e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "0b4d01a42f775c4d726efe0066ac96b8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:01:52 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "077c29b9-0493-4a0b-9eda-adba6194bcca", - "x-ms-client-request-id": "0b4d01a42f775c4d726efe0066ac96b8", - "x-ms-correlation-request-id": "936a09aa-84ab-457b-9480-54fa1214ee8c", - "x-ms-ratelimit-remaining-subscription-reads": "10200", - "x-ms-request-id": "c2bde142-4f5c-467c-a669-c27aeed467ac", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040153Z:936a09aa-84ab-457b-9480-54fa1214ee8c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "be631bb2a41b80099280de69225a4c2d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:01:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e825ad2f-e3ae-4a38-9f71-2b5e5aa6c5f3", - "x-ms-client-request-id": "be631bb2a41b80099280de69225a4c2d", - "x-ms-correlation-request-id": "79a4d4e3-e18a-46a6-9950-8ea7c23b3c35", - "x-ms-ratelimit-remaining-subscription-reads": "10199", - "x-ms-request-id": "9e951dae-b958-4d7d-a315-6e3c54d361f3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040154Z:79a4d4e3-e18a-46a6-9950-8ea7c23b3c35" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7c98eaabfa5ce46555099c4821d01c1b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:01:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3de86fad-6ff3-4fc3-8059-5a95cd7177b2", - "x-ms-client-request-id": "7c98eaabfa5ce46555099c4821d01c1b", - "x-ms-correlation-request-id": "2210d55c-0a87-43cc-a90c-638696399618", - "x-ms-ratelimit-remaining-subscription-reads": "10198", - "x-ms-request-id": "789ddc0e-2dc0-4e7c-bc10-cf172ff9569d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040155Z:2210d55c-0a87-43cc-a90c-638696399618" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b879c1f3c9dc00c9f8cc78f651e33917", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:01:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ebe63265-d73e-4964-bb1d-7955773b610f", - "x-ms-client-request-id": "b879c1f3c9dc00c9f8cc78f651e33917", - "x-ms-correlation-request-id": "ddc060bf-5b7a-463f-a109-33af48f62a49", - "x-ms-ratelimit-remaining-subscription-reads": "10197", - "x-ms-request-id": "cb8ec580-8b1d-4db2-bf71-18e74c025afc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040157Z:ddc060bf-5b7a-463f-a109-33af48f62a49" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7c54d0211913b75bb57e681108c15fc1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:01:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3dede3dd-75a0-427f-8ec1-6ee377754c1b", - "x-ms-client-request-id": "7c54d0211913b75bb57e681108c15fc1", - "x-ms-correlation-request-id": "1aba3937-6893-4a54-b35a-44048bff8db0", - "x-ms-ratelimit-remaining-subscription-reads": "10196", - "x-ms-request-id": "ad0ebaf2-c96c-4d14-a238-68f4fbeea26b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040158Z:1aba3937-6893-4a54-b35a-44048bff8db0" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "6075c36494e1e2512198838f826f9372", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:01:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "85a7be3a-38a8-4a45-8bf9-1d5cb4c60ecc", - "x-ms-client-request-id": "6075c36494e1e2512198838f826f9372", - "x-ms-correlation-request-id": "f3de7fdd-96b8-427d-a4a2-c8c7412969b8", - "x-ms-ratelimit-remaining-subscription-reads": "10195", - "x-ms-request-id": "e47d6254-b545-4df8-8445-93318717d22f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040159Z:f3de7fdd-96b8-427d-a4a2-c8c7412969b8" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "502684cfa07cda0766c1025d61b7f737", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:02:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2f2efbe6-8625-4048-b0bf-2c49701814e5", - "x-ms-client-request-id": "502684cfa07cda0766c1025d61b7f737", - "x-ms-correlation-request-id": "98de2653-cfee-45dc-91ee-cbebf2ecf7fb", - "x-ms-ratelimit-remaining-subscription-reads": "10194", - "x-ms-request-id": "b46786e8-3393-45dd-ab58-98595895a0b2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040201Z:98de2653-cfee-45dc-91ee-cbebf2ecf7fb" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8d91b66dd86e8d357f725a7b95cb3546", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:02:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "557abeb5-8860-4ae9-aa25-16da4ac2440d", - "x-ms-client-request-id": "8d91b66dd86e8d357f725a7b95cb3546", - "x-ms-correlation-request-id": "e7091608-eac3-4a83-9876-a59e76313470", - "x-ms-ratelimit-remaining-subscription-reads": "10193", - "x-ms-request-id": "c9c33f42-5fc9-40d5-a978-1734209f588e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040202Z:e7091608-eac3-4a83-9876-a59e76313470" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8341f6eb0e9ac445bb9bfa2091f38069", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:02:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "03a8c539-175f-4367-89ac-efa485eaec14", - "x-ms-client-request-id": "8341f6eb0e9ac445bb9bfa2091f38069", - "x-ms-correlation-request-id": "c3ca6801-3091-4fb8-a939-0b4fa4868f21", - "x-ms-ratelimit-remaining-subscription-reads": "10192", - "x-ms-request-id": "0af394c5-e88e-4d00-bee6-b8776323d707", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040203Z:c3ca6801-3091-4fb8-a939-0b4fa4868f21" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "cb214ca005ddf7034e99d10a458b449a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:02:03 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "90f7d9b8-100b-4e72-881d-edaafa093821", - "x-ms-client-request-id": "cb214ca005ddf7034e99d10a458b449a", - "x-ms-correlation-request-id": "976e9b4e-5f5d-4a96-9ce0-4f5d99dfa35b", - "x-ms-ratelimit-remaining-subscription-reads": "10191", - "x-ms-request-id": "9d0fca36-5fdf-4e10-ae2f-175a2d6c5864", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040204Z:976e9b4e-5f5d-4a96-9ce0-4f5d99dfa35b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "6b72bb8b73755f9c71cdd1d2de15fb8c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:02:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "561a8d43-c59c-40dd-9fa1-fc45ef7750fd", - "x-ms-client-request-id": "6b72bb8b73755f9c71cdd1d2de15fb8c", - "x-ms-correlation-request-id": "b2a97ded-5c6f-4c86-be16-4fdccc9ba795", - "x-ms-ratelimit-remaining-subscription-reads": "10190", - "x-ms-request-id": "efb854bc-8c8f-4640-bd42-56102803a067", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040206Z:b2a97ded-5c6f-4c86-be16-4fdccc9ba795" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "49dbf1f16aaae569f24a34013c3a7e30", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:02:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4ced77d9-b711-4f6a-91a1-7109b167be99", - "x-ms-client-request-id": "49dbf1f16aaae569f24a34013c3a7e30", - "x-ms-correlation-request-id": "385a24fd-3dfb-4b27-84d1-89042d1a902b", - "x-ms-ratelimit-remaining-subscription-reads": "10189", - "x-ms-request-id": "d9fc6e61-e957-4f10-9b0a-9d3adebb99f6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040207Z:385a24fd-3dfb-4b27-84d1-89042d1a902b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d595605715812cf3b0c2590f33301939", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:02:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ed495061-47f0-4ea9-bf46-ad229f12a6a4", - "x-ms-client-request-id": "d595605715812cf3b0c2590f33301939", - "x-ms-correlation-request-id": "825bf62c-abdb-41ea-8ed6-398b8ba133c1", - "x-ms-ratelimit-remaining-subscription-reads": "10188", - "x-ms-request-id": "7e34e41b-a124-4c4a-9aec-c7b30ad6eb63", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040208Z:825bf62c-abdb-41ea-8ed6-398b8ba133c1" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5419459dfaaf20f0528c782a3e9a2236", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:02:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "731a8902-fc5c-4696-861e-f35a0a5922be", - "x-ms-client-request-id": "5419459dfaaf20f0528c782a3e9a2236", - "x-ms-correlation-request-id": "b4ece7f5-7bee-4a8c-bc3b-8dd033909818", - "x-ms-ratelimit-remaining-subscription-reads": "10187", - "x-ms-request-id": "859763cd-b819-4f60-bebb-044da8933c30", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040209Z:b4ece7f5-7bee-4a8c-bc3b-8dd033909818" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7d7ba14e2580db0afdae99e71059b1c1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:02:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "50a88cec-f6aa-4918-b6a8-e6bb0ad1a192", - "x-ms-client-request-id": "7d7ba14e2580db0afdae99e71059b1c1", - "x-ms-correlation-request-id": "edd6fb93-7774-4184-8dd7-e70f2c7fcb70", - "x-ms-ratelimit-remaining-subscription-reads": "10186", - "x-ms-request-id": "c44abfc8-9b7c-4d26-af35-2002602b5170", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040211Z:edd6fb93-7774-4184-8dd7-e70f2c7fcb70" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f763fb312a215c81707482f49cc9ee15", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:02:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1e4fbc73-a886-42fc-a5f0-d14df182725e", - "x-ms-client-request-id": "f763fb312a215c81707482f49cc9ee15", - "x-ms-correlation-request-id": "acd78a72-ec74-41e5-b672-6957a4897fa2", - "x-ms-ratelimit-remaining-subscription-reads": "10185", - "x-ms-request-id": "08eb3b39-58ca-4460-a5d7-4b785d383156", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040212Z:acd78a72-ec74-41e5-b672-6957a4897fa2" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "92c0239f9bb578b93a3d560161080ff9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:02:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "fccb7267-9a4d-4973-a864-bfe92b75db81", - "x-ms-client-request-id": "92c0239f9bb578b93a3d560161080ff9", - "x-ms-correlation-request-id": "f68766e8-ffc4-4118-aec2-37189fe0d56b", - "x-ms-ratelimit-remaining-subscription-reads": "10184", - "x-ms-request-id": "cfc187d7-e815-4fed-9c7c-8046e513f6b3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040213Z:f68766e8-ffc4-4118-aec2-37189fe0d56b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "43f9b7db2a362414201f0d0ba2163f34", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:02:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1b640cf9-3ce5-4520-9a9d-ec7cda8314d6", - "x-ms-client-request-id": "43f9b7db2a362414201f0d0ba2163f34", - "x-ms-correlation-request-id": "e92231a4-a051-4c1b-849f-80d38d0b4eaf", - "x-ms-ratelimit-remaining-subscription-reads": "10183", - "x-ms-request-id": "bf8212ef-3ef7-429c-9f19-4ecb0a9124d2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040215Z:e92231a4-a051-4c1b-849f-80d38d0b4eaf" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ed4783c01f98960b41ebbde4d37ffa67", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:02:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "068bde97-27e2-4b68-9021-3c97607e99aa", - "x-ms-client-request-id": "ed4783c01f98960b41ebbde4d37ffa67", - "x-ms-correlation-request-id": "e50cf660-c453-4c57-ada7-329a3b2a4819", - "x-ms-ratelimit-remaining-subscription-reads": "10182", - "x-ms-request-id": "b425ef7a-ab17-41c0-9e60-c2c48f9ed907", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040216Z:e50cf660-c453-4c57-ada7-329a3b2a4819" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e4198964aad074de0e9c72968eadd524", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:02:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "fa6d1b65-8caf-4702-bdfb-4458790f2b5a", - "x-ms-client-request-id": "e4198964aad074de0e9c72968eadd524", - "x-ms-correlation-request-id": "371d8ab2-01e7-4719-8199-d3e66e8970f1", - "x-ms-ratelimit-remaining-subscription-reads": "10181", - "x-ms-request-id": "bb325510-2204-4d2f-80a9-e247a42c6e4b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040217Z:371d8ab2-01e7-4719-8199-d3e66e8970f1" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "de4022fd22c0bc61ab62014b6d3050a0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:02:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d40b94aa-aa43-47b0-9724-045f6df0bd0c", - "x-ms-client-request-id": "de4022fd22c0bc61ab62014b6d3050a0", - "x-ms-correlation-request-id": "03fc5c60-7bde-4639-bec0-c8a21f78ac53", - "x-ms-ratelimit-remaining-subscription-reads": "10180", - "x-ms-request-id": "af539cea-cd3a-4984-8423-78b41d99583c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040219Z:03fc5c60-7bde-4639-bec0-c8a21f78ac53" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "19a6a5245afc1564a5d3dffbac750793", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:02:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f87c9233-db68-4dcb-984b-4cad2fb01989", - "x-ms-client-request-id": "19a6a5245afc1564a5d3dffbac750793", - "x-ms-correlation-request-id": "d176422b-e984-497d-86e6-fe7615bd35db", - "x-ms-ratelimit-remaining-subscription-reads": "10179", - "x-ms-request-id": "a06cbbaf-55f3-4f85-afe9-11de137856d6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040220Z:d176422b-e984-497d-86e6-fe7615bd35db" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b1e798161c3f42a7275d396da99307de", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:02:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ef0643cc-726e-4840-bb5c-4ae03340d189", - "x-ms-client-request-id": "b1e798161c3f42a7275d396da99307de", - "x-ms-correlation-request-id": "bfebfdee-6f39-46e2-be69-58ad74be2497", - "x-ms-ratelimit-remaining-subscription-reads": "10178", - "x-ms-request-id": "a920d008-da29-444c-a477-2c154937d8e2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040221Z:bfebfdee-6f39-46e2-be69-58ad74be2497" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e871d24cbc07a327be2b38ed42650f35", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:02:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "562f636f-3821-40df-bccd-ff6205931a9d", - "x-ms-client-request-id": "e871d24cbc07a327be2b38ed42650f35", - "x-ms-correlation-request-id": "75d5aa32-4f1b-4a5f-9a27-6bbda5358156", - "x-ms-ratelimit-remaining-subscription-reads": "10177", - "x-ms-request-id": "8eb3c790-49ed-42ec-a834-d1e0f997154d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040222Z:75d5aa32-4f1b-4a5f-9a27-6bbda5358156" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d4346d5a9e480861fe63f19f21f76b11", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:02:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9ba77efa-c51b-4c4c-80c3-e45ffd15892a", - "x-ms-client-request-id": "d4346d5a9e480861fe63f19f21f76b11", - "x-ms-correlation-request-id": "9d4309cc-021c-4bd1-9b17-c4ee0dbbf92d", - "x-ms-ratelimit-remaining-subscription-reads": "10176", - "x-ms-request-id": "5750893e-3ffc-45f0-947b-1ea863022cf7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040224Z:9d4309cc-021c-4bd1-9b17-c4ee0dbbf92d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d9af01cb1f035a8c7144f313e3b900c2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:02:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "83a18d1c-ae6d-4678-b4e5-808ef5942707", - "x-ms-client-request-id": "d9af01cb1f035a8c7144f313e3b900c2", - "x-ms-correlation-request-id": "8d8874b5-ec51-469a-9655-ff67e10bfa62", - "x-ms-ratelimit-remaining-subscription-reads": "10175", - "x-ms-request-id": "bfdcf5e3-db85-420e-b92f-43ac6a927bd5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040225Z:8d8874b5-ec51-469a-9655-ff67e10bfa62" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "3c12034d325ead957169eaa3ca8881c7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:02:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6985c939-c106-42ea-b5fb-fe0602bf2bb9", - "x-ms-client-request-id": "3c12034d325ead957169eaa3ca8881c7", - "x-ms-correlation-request-id": "96c647d9-0746-4bbe-b140-d9ba6ccde786", - "x-ms-ratelimit-remaining-subscription-reads": "10174", - "x-ms-request-id": "7d666bc0-ff33-4e81-aad9-3460c0d257f7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040226Z:96c647d9-0746-4bbe-b140-d9ba6ccde786" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "412126bf35b63b31e0da6304ab4d2444", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:02:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c6b16731-e5a8-4ed7-92e0-10a64730dcea", - "x-ms-client-request-id": "412126bf35b63b31e0da6304ab4d2444", - "x-ms-correlation-request-id": "c70786d0-d5af-4540-9d07-a1ef646a0515", - "x-ms-ratelimit-remaining-subscription-reads": "10173", - "x-ms-request-id": "87ab66ef-3650-4af9-9839-ed6bcfa94a35", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040228Z:c70786d0-d5af-4540-9d07-a1ef646a0515" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "1d512f632fe498b36b02689a35e98fe8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:02:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ff749c1d-6eaf-4f78-90c8-38d3c7113d07", - "x-ms-client-request-id": "1d512f632fe498b36b02689a35e98fe8", - "x-ms-correlation-request-id": "a62c6b3e-93cb-4f8b-958f-0d6f357ee5c5", - "x-ms-ratelimit-remaining-subscription-reads": "10172", - "x-ms-request-id": "792c8d19-520e-4519-b5be-54d9b5c1c11f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040229Z:a62c6b3e-93cb-4f8b-958f-0d6f357ee5c5" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "bc542cc2be97180cd1d65b84cf900123", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:02:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f82dd995-9b8c-424a-9743-aaf317fa82d8", - "x-ms-client-request-id": "bc542cc2be97180cd1d65b84cf900123", - "x-ms-correlation-request-id": "8a7964f4-f409-418b-8ef4-2211bdf6f735", - "x-ms-ratelimit-remaining-subscription-reads": "10171", - "x-ms-request-id": "bf55e2cf-69cb-48c8-8cb0-a6e37d4f62b7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040230Z:8a7964f4-f409-418b-8ef4-2211bdf6f735" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "9b3fa54564368fe27389d5b4cd9706f7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:02:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1cee358f-fb15-4b80-8f04-968bd6ff8429", - "x-ms-client-request-id": "9b3fa54564368fe27389d5b4cd9706f7", - "x-ms-correlation-request-id": "3868654e-6eb2-4133-83aa-e535d9bca70f", - "x-ms-ratelimit-remaining-subscription-reads": "10170", - "x-ms-request-id": "10f710d2-549c-494e-bfe7-0c9188792723", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040231Z:3868654e-6eb2-4133-83aa-e535d9bca70f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7f427a4a67f9a5ad23394c0ed42fc9da", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:02:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6c6dd48a-b799-4b03-acb7-2e4864a7afe6", - "x-ms-client-request-id": "7f427a4a67f9a5ad23394c0ed42fc9da", - "x-ms-correlation-request-id": "eeb22461-e78d-4b67-a34b-5b4698cfa61b", - "x-ms-ratelimit-remaining-subscription-reads": "10169", - "x-ms-request-id": "d5ad3f5c-c9f4-441e-afe6-46c171774de6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040233Z:eeb22461-e78d-4b67-a34b-5b4698cfa61b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "90544400f3a95eb249c4490ee8574a39", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:02:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e44974ba-d9dc-4420-9de5-4c18fbf64aaa", - "x-ms-client-request-id": "90544400f3a95eb249c4490ee8574a39", - "x-ms-correlation-request-id": "62bba930-d276-4b1d-94da-d0018f4a7639", - "x-ms-ratelimit-remaining-subscription-reads": "10168", - "x-ms-request-id": "4658815c-6c14-4d79-942f-bea287ef66d0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040234Z:62bba930-d276-4b1d-94da-d0018f4a7639" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "543963d0824edd2af89978fc17d3ba44", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:02:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "729ee6b5-faaf-408d-936b-aeaba7039581", - "x-ms-client-request-id": "543963d0824edd2af89978fc17d3ba44", - "x-ms-correlation-request-id": "5a648e88-6fc9-40f1-bd0c-60d3a35a08ce", - "x-ms-ratelimit-remaining-subscription-reads": "10167", - "x-ms-request-id": "4b5af307-80f0-4a43-8d53-4e00fdc1dabc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040235Z:5a648e88-6fc9-40f1-bd0c-60d3a35a08ce" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "88b3fbbf7642574dc8e435341d9ebdcb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:02:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8b31a763-6927-4535-aa9e-d66be15f042a", - "x-ms-client-request-id": "88b3fbbf7642574dc8e435341d9ebdcb", - "x-ms-correlation-request-id": "97558e6b-d24b-403a-bd70-27acf92225eb", - "x-ms-ratelimit-remaining-subscription-reads": "10166", - "x-ms-request-id": "78d6094b-8770-4bc4-8b90-2f448f64b242", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040236Z:97558e6b-d24b-403a-bd70-27acf92225eb" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "703d12ee74f67e8c197698107bb54676", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:02:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a8fdbb45-bb08-4909-9bf1-87ebaa0e897b", - "x-ms-client-request-id": "703d12ee74f67e8c197698107bb54676", - "x-ms-correlation-request-id": "043bff0f-2af8-4c5c-917e-097b2225efae", - "x-ms-ratelimit-remaining-subscription-reads": "10165", - "x-ms-request-id": "f93cd607-8c4f-4e46-831b-e6d5abbc4d5a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040238Z:043bff0f-2af8-4c5c-917e-097b2225efae" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ed4e050ac2a45af716e28c694cf6c059", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:02:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "eaf618be-6c78-483f-b6e6-3b43daf57eb6", - "x-ms-client-request-id": "ed4e050ac2a45af716e28c694cf6c059", - "x-ms-correlation-request-id": "cb1d0879-4dc0-4b2e-a02a-ebfe825dd30a", - "x-ms-ratelimit-remaining-subscription-reads": "10164", - "x-ms-request-id": "c2b09a3b-1464-42ff-a823-cb7299d08fcc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040239Z:cb1d0879-4dc0-4b2e-a02a-ebfe825dd30a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "050eaddc4a964b4e6e356ecbde3ddb13", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:02:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "299e7e12-2f49-4ab9-a7cb-ce1a03e778cf", - "x-ms-client-request-id": "050eaddc4a964b4e6e356ecbde3ddb13", - "x-ms-correlation-request-id": "aa912541-205d-47b4-9cf4-16bb3b155393", - "x-ms-ratelimit-remaining-subscription-reads": "10163", - "x-ms-request-id": "17e51611-e3be-4332-9fa2-e1fe11e9a22c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040240Z:aa912541-205d-47b4-9cf4-16bb3b155393" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "182abf9dcf502c271be35a13e8223122", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:02:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "74dded04-6ab3-4782-b2db-d47054e9e3c1", - "x-ms-client-request-id": "182abf9dcf502c271be35a13e8223122", - "x-ms-correlation-request-id": "388a5b2d-2a90-4710-bed9-026e751a3bcc", - "x-ms-ratelimit-remaining-subscription-reads": "10162", - "x-ms-request-id": "6630fd5f-617f-4461-8dd8-48ae171a694a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040242Z:388a5b2d-2a90-4710-bed9-026e751a3bcc" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ce333eb641a6bfdfb6037e6e532b7cd9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:02:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "87c1a605-3114-4e5e-8fc7-138cf1de1084", - "x-ms-client-request-id": "ce333eb641a6bfdfb6037e6e532b7cd9", - "x-ms-correlation-request-id": "4428f2c8-1d02-4f42-8e0d-0e387e6a298b", - "x-ms-ratelimit-remaining-subscription-reads": "10161", - "x-ms-request-id": "dae3a512-3db0-4028-ac3e-0d1e7bcea1ff", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040243Z:4428f2c8-1d02-4f42-8e0d-0e387e6a298b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8ccc7906a7cc0d0886e2e9b2f03a634b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:02:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0b574599-c441-4ee5-b992-2cd8e34461c0", - "x-ms-client-request-id": "8ccc7906a7cc0d0886e2e9b2f03a634b", - "x-ms-correlation-request-id": "581d7dd2-3454-4ecf-b382-4851d1882e00", - "x-ms-ratelimit-remaining-subscription-reads": "10160", - "x-ms-request-id": "ad4136d6-4ff3-40ee-bb7c-66a2ae50c4eb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040244Z:581d7dd2-3454-4ecf-b382-4851d1882e00" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "9f144b040d095c6cdf6a614c50b8d8f0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:02:45 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "27d6edb0-a4ce-46dd-bdfb-80f9049c2964", - "x-ms-client-request-id": "9f144b040d095c6cdf6a614c50b8d8f0", - "x-ms-correlation-request-id": "e32a0350-cae0-4601-bb9b-1ceb7982aa09", - "x-ms-ratelimit-remaining-subscription-reads": "10159", - "x-ms-request-id": "a82708c4-42cf-4f3a-9461-9090fb60c233", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040245Z:e32a0350-cae0-4601-bb9b-1ceb7982aa09" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "6e0d8067a4560f56352648c4572dcf7c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:02:46 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "37ac3668-8213-438c-b666-c20afea4b7ad", - "x-ms-client-request-id": "6e0d8067a4560f56352648c4572dcf7c", - "x-ms-correlation-request-id": "028f0545-4f66-4d5d-9511-e2e37a8c1e21", - "x-ms-ratelimit-remaining-subscription-reads": "10158", - "x-ms-request-id": "c95982ca-5593-4700-835b-2b623ec84262", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040247Z:028f0545-4f66-4d5d-9511-e2e37a8c1e21" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "086a32a0dc16f9cf0d6fad6245bcbccd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:02:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8a93ae74-3906-42d3-b5cc-d237fac208b3", - "x-ms-client-request-id": "086a32a0dc16f9cf0d6fad6245bcbccd", - "x-ms-correlation-request-id": "c3630fd9-0e82-416d-8955-44490fd79b67", - "x-ms-ratelimit-remaining-subscription-reads": "10157", - "x-ms-request-id": "600cf4d5-2c89-4293-be6a-e84089a74a00", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040248Z:c3630fd9-0e82-416d-8955-44490fd79b67" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "6f4af909f42d5ff5f50569e3c5a705b2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:02:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ec7e7d88-a2c6-43bc-ac7b-69b7f5dca7fb", - "x-ms-client-request-id": "6f4af909f42d5ff5f50569e3c5a705b2", - "x-ms-correlation-request-id": "1d04dc91-7f4c-4a18-9d2a-3532424f6682", - "x-ms-ratelimit-remaining-subscription-reads": "10156", - "x-ms-request-id": "b33ea10b-1502-474c-ba4b-d2439ee03283", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040249Z:1d04dc91-7f4c-4a18-9d2a-3532424f6682" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "1dace59ad04e8ad9b11361e7f7f4c979", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:02:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "42f5829e-b59d-4748-9fa0-8f934e37491f", - "x-ms-client-request-id": "1dace59ad04e8ad9b11361e7f7f4c979", - "x-ms-correlation-request-id": "b711bbc9-8a4b-428d-8b48-4939dbad2d12", - "x-ms-ratelimit-remaining-subscription-reads": "10155", - "x-ms-request-id": "fced906e-8912-418e-be63-cf5a7019f04a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040251Z:b711bbc9-8a4b-428d-8b48-4939dbad2d12" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5dbb7a6960e2ac4f3d0a121073eb3465", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:02:52 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "fda3de2c-35b9-4c31-83a0-fbd355669775", - "x-ms-client-request-id": "5dbb7a6960e2ac4f3d0a121073eb3465", - "x-ms-correlation-request-id": "c5812025-1eff-4f9d-b3e2-880d4e048fd5", - "x-ms-ratelimit-remaining-subscription-reads": "10154", - "x-ms-request-id": "3f856611-dcd7-4538-be76-6507c0dfcc71", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040252Z:c5812025-1eff-4f9d-b3e2-880d4e048fd5" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "60c7fb6a9e0f397e1fc0bd19920e6801", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:02:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3688d6d1-6a4d-4070-99ba-7abe28ab09ba", - "x-ms-client-request-id": "60c7fb6a9e0f397e1fc0bd19920e6801", - "x-ms-correlation-request-id": "1766703e-45bf-484a-8094-462e92b3ffc0", - "x-ms-ratelimit-remaining-subscription-reads": "10153", - "x-ms-request-id": "644d7b07-d253-442d-a98c-3ed614ae69af", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040253Z:1766703e-45bf-484a-8094-462e92b3ffc0" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "4a79ef3ba7ec3acf9500e044bdc817c5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:02:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3824af8d-ce21-43e9-87c5-806e14b870d4", - "x-ms-client-request-id": "4a79ef3ba7ec3acf9500e044bdc817c5", - "x-ms-correlation-request-id": "cde6d202-cdf6-4456-a39d-f8971e7569d0", - "x-ms-ratelimit-remaining-subscription-reads": "10152", - "x-ms-request-id": "480445c8-c4f4-462f-83a6-cfa1911a89c0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040255Z:cde6d202-cdf6-4456-a39d-f8971e7569d0" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "fc7dfcdf692ccb6afb813d22a2361a2f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:02:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "fc09e708-2f11-4a04-a6b1-b80ae859a2fd", - "x-ms-client-request-id": "fc7dfcdf692ccb6afb813d22a2361a2f", - "x-ms-correlation-request-id": "16df00e2-0b9a-4b6a-959f-4ac9ded6a5f9", - "x-ms-ratelimit-remaining-subscription-reads": "10151", - "x-ms-request-id": "6bb58815-d6e4-4659-90fb-d8075f0f6ea1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040256Z:16df00e2-0b9a-4b6a-959f-4ac9ded6a5f9" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "83d511a2e972c2792b8dca0fbe3a7c56", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:02:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ed0396fd-f09d-41e7-b559-ef86a303a790", - "x-ms-client-request-id": "83d511a2e972c2792b8dca0fbe3a7c56", - "x-ms-correlation-request-id": "8a658ba8-e3fe-46a1-af0c-08eba4d7437c", - "x-ms-ratelimit-remaining-subscription-reads": "10150", - "x-ms-request-id": "8f19151c-232f-46e5-8fff-71b41c1a5ebf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040257Z:8a658ba8-e3fe-46a1-af0c-08eba4d7437c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "9539f8a96c91d2d485ae4f6a69ad975f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:02:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d5459cfa-b441-4cfc-9764-69215ed7f76f", - "x-ms-client-request-id": "9539f8a96c91d2d485ae4f6a69ad975f", - "x-ms-correlation-request-id": "3bc19c22-50c0-4bb6-9d55-a6ae5afa2278", - "x-ms-ratelimit-remaining-subscription-reads": "10149", - "x-ms-request-id": "4ab78272-1416-4f76-8ee7-16a7f569f222", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040258Z:3bc19c22-50c0-4bb6-9d55-a6ae5afa2278" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "aba2b1e693f3f55382bad09f9f5a0dc1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:02:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9f6324c5-ca63-4ff3-9e98-fcc839f9cb78", - "x-ms-client-request-id": "aba2b1e693f3f55382bad09f9f5a0dc1", - "x-ms-correlation-request-id": "663cb060-cdb1-4c99-bf90-75b21b19882d", - "x-ms-ratelimit-remaining-subscription-reads": "10148", - "x-ms-request-id": "f68f73a3-5843-40df-bdb1-f516e7108262", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040300Z:663cb060-cdb1-4c99-bf90-75b21b19882d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "aa79e70584fc359d3c03fdc39a0f597e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:03:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a1589ecd-4ac1-41c8-a5e4-9e16da0e9aa2", - "x-ms-client-request-id": "aa79e70584fc359d3c03fdc39a0f597e", - "x-ms-correlation-request-id": "c0a56f9d-04a1-4a41-bcfe-36d1057f5a4a", - "x-ms-ratelimit-remaining-subscription-reads": "10147", - "x-ms-request-id": "cd15c5d4-f229-4ef2-9c5d-fc4ab78b6834", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040301Z:c0a56f9d-04a1-4a41-bcfe-36d1057f5a4a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "0c296af5d0981563a44313d69b34322b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:03:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "59d7d444-473f-49be-88a4-341514092a2a", - "x-ms-client-request-id": "0c296af5d0981563a44313d69b34322b", - "x-ms-correlation-request-id": "bcaeca90-a512-484b-91b8-c61377cb9237", - "x-ms-ratelimit-remaining-subscription-reads": "10146", - "x-ms-request-id": "f7713f0a-229f-469f-abd5-8d814ac7c6de", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040302Z:bcaeca90-a512-484b-91b8-c61377cb9237" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "82648da1ed346163136c6ef0958f5b73", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:03:03 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4c4d5743-1f75-44a6-95c9-266b52d046e5", - "x-ms-client-request-id": "82648da1ed346163136c6ef0958f5b73", - "x-ms-correlation-request-id": "9cf4affe-7a75-40fd-99f0-70b00af184c3", - "x-ms-ratelimit-remaining-subscription-reads": "10145", - "x-ms-request-id": "6a364b9d-9153-49fd-a6d1-255285964b4a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040303Z:9cf4affe-7a75-40fd-99f0-70b00af184c3" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "34aa526100313528836305b871c69a08", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:03:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d980f3b5-ebb5-4929-b991-f954e9718056", - "x-ms-client-request-id": "34aa526100313528836305b871c69a08", - "x-ms-correlation-request-id": "a6ce0116-b377-4e11-82d3-a8ecedd5c3d9", - "x-ms-ratelimit-remaining-subscription-reads": "10144", - "x-ms-request-id": "8c506ee7-723e-4ca3-9f49-6600cecae349", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040305Z:a6ce0116-b377-4e11-82d3-a8ecedd5c3d9" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "0c22d2d0d6aa074a07c7f82c61727f15", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:03:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8b3ccf90-a219-464c-a313-a79459ac05ed", - "x-ms-client-request-id": "0c22d2d0d6aa074a07c7f82c61727f15", - "x-ms-correlation-request-id": "8df24c40-b4e4-474b-8f41-3d693926dde9", - "x-ms-ratelimit-remaining-subscription-reads": "10143", - "x-ms-request-id": "2acf3369-1952-40c6-96f9-0ab6f35148f1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040306Z:8df24c40-b4e4-474b-8f41-3d693926dde9" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "49759fe8fe8aa0f9652ffed0e8abf04d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:03:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "82debb47-a095-4a47-8018-57dcd8483101", - "x-ms-client-request-id": "49759fe8fe8aa0f9652ffed0e8abf04d", - "x-ms-correlation-request-id": "577b847e-e3b4-4e31-b111-f5554cf18ada", - "x-ms-ratelimit-remaining-subscription-reads": "10142", - "x-ms-request-id": "2da3aae4-f57c-4517-9b33-66c100128959", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040307Z:577b847e-e3b4-4e31-b111-f5554cf18ada" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c22066d14e6d8ac908a32d6907fcd411", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:03:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1dc19c65-466c-4340-85b2-f8bf65462113", - "x-ms-client-request-id": "c22066d14e6d8ac908a32d6907fcd411", - "x-ms-correlation-request-id": "c98bbbce-f58a-41c7-b59a-0b63fb6564d4", - "x-ms-ratelimit-remaining-subscription-reads": "10141", - "x-ms-request-id": "9d9127e0-50ea-40d5-9e35-4aa05413c1e5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040309Z:c98bbbce-f58a-41c7-b59a-0b63fb6564d4" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d1cff0e35151d17dd981a77ad7791f5b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:03:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b2e54cd8-5bc2-49d8-856f-6c458e829d93", - "x-ms-client-request-id": "d1cff0e35151d17dd981a77ad7791f5b", - "x-ms-correlation-request-id": "d3d9c48a-ad9e-40e2-8865-3309e458bb23", - "x-ms-ratelimit-remaining-subscription-reads": "10140", - "x-ms-request-id": "a0ec7320-3663-49c3-b687-d5e64a6dafd7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040310Z:d3d9c48a-ad9e-40e2-8865-3309e458bb23" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "fa5aabd7bc5299a7d6ea41e7d0909968", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:03:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "781ddd6a-c176-4ca5-b11d-7b02223c97b2", - "x-ms-client-request-id": "fa5aabd7bc5299a7d6ea41e7d0909968", - "x-ms-correlation-request-id": "c492950b-086c-4049-9d4d-35986c535d3e", - "x-ms-ratelimit-remaining-subscription-reads": "10139", - "x-ms-request-id": "a4141f68-884c-41e6-b79d-6820ef578d54", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040311Z:c492950b-086c-4049-9d4d-35986c535d3e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f7eced5b1fdb80fbe94ee9eba74eb38e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:03:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b3fbeb9e-2b6a-4cb2-b783-519eb334baa2", - "x-ms-client-request-id": "f7eced5b1fdb80fbe94ee9eba74eb38e", - "x-ms-correlation-request-id": "1f1e388c-e44d-4162-b31a-3700b37f6da9", - "x-ms-ratelimit-remaining-subscription-reads": "10138", - "x-ms-request-id": "da07e4f2-7cbe-4671-8f40-3290e3b20d7b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040312Z:1f1e388c-e44d-4162-b31a-3700b37f6da9" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5b92d183daa227bf4836fa6610960049", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:03:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6878d3d1-2dbb-474f-8831-328d24fb504d", - "x-ms-client-request-id": "5b92d183daa227bf4836fa6610960049", - "x-ms-correlation-request-id": "7f362b35-074d-427c-953c-e866c0748abe", - "x-ms-ratelimit-remaining-subscription-reads": "10137", - "x-ms-request-id": "63144e53-4c6e-498a-ab31-a8c4ed33519b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040314Z:7f362b35-074d-427c-953c-e866c0748abe" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ea1f3fe8278cb780afd91003d2bcf288", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:03:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "725b103e-6ff6-4499-b1dd-f51af5dbae8f", - "x-ms-client-request-id": "ea1f3fe8278cb780afd91003d2bcf288", - "x-ms-correlation-request-id": "9b518100-83a7-4109-b877-943dc500ecf6", - "x-ms-ratelimit-remaining-subscription-reads": "10136", - "x-ms-request-id": "f0f8230b-1d1f-482d-8c7b-70ad16b44ccf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040315Z:9b518100-83a7-4109-b877-943dc500ecf6" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ff63b2373dfd81c52dc5afa524957053", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:03:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "775abbb0-1979-4f82-9d38-15cbb078fde7", - "x-ms-client-request-id": "ff63b2373dfd81c52dc5afa524957053", - "x-ms-correlation-request-id": "0bcb325b-76f5-4e74-b41d-2b3988c23819", - "x-ms-ratelimit-remaining-subscription-reads": "10135", - "x-ms-request-id": "149a1ce3-d7f2-4ceb-b0bb-84abba33b5e7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040316Z:0bcb325b-76f5-4e74-b41d-2b3988c23819" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "6703a04dc82e5b0250daabc8c9bc548c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:03:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "289b73db-d788-424d-b34e-51ab71953a48", - "x-ms-client-request-id": "6703a04dc82e5b0250daabc8c9bc548c", - "x-ms-correlation-request-id": "bd1982f7-fbd3-4f15-bc94-187d4cee120a", - "x-ms-ratelimit-remaining-subscription-reads": "10134", - "x-ms-request-id": "d6ee2856-6402-49d9-a2d8-5d124cd6df97", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040317Z:bd1982f7-fbd3-4f15-bc94-187d4cee120a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5d2e71430132aa4b799ebcc778db921a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:03:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e857643d-3bef-4b15-9303-5a9804bb290f", - "x-ms-client-request-id": "5d2e71430132aa4b799ebcc778db921a", - "x-ms-correlation-request-id": "10e53b36-2b1c-46a7-9ffc-eb759abe1135", - "x-ms-ratelimit-remaining-subscription-reads": "10133", - "x-ms-request-id": "eb4c178d-c082-43ea-ba0a-bdb66902af76", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040319Z:10e53b36-2b1c-46a7-9ffc-eb759abe1135" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "32b5bd698ab86f59b007ae2392fcb871", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:03:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c3dee29e-b0e1-4840-94de-8c3083556a86", - "x-ms-client-request-id": "32b5bd698ab86f59b007ae2392fcb871", - "x-ms-correlation-request-id": "56249927-ec19-45c0-8d1c-b6f12d077942", - "x-ms-ratelimit-remaining-subscription-reads": "10132", - "x-ms-request-id": "6cf3bba0-1b71-4ea8-bac2-a6f7cd4af4ff", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040320Z:56249927-ec19-45c0-8d1c-b6f12d077942" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b361227113664b205559ed900b3be375", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:03:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "23075910-9191-473e-b359-d70a3e0609d9", - "x-ms-client-request-id": "b361227113664b205559ed900b3be375", - "x-ms-correlation-request-id": "d1f55775-37ab-4b42-9286-48cbf8a10d31", - "x-ms-ratelimit-remaining-subscription-reads": "10131", - "x-ms-request-id": "5c8f5466-73d0-41f5-b21c-47a29e1b2adc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040322Z:d1f55775-37ab-4b42-9286-48cbf8a10d31" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "0b5f91472106b8d417bfad2a5328177d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:03:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "aa69b354-ceb3-4046-b30a-952186518565", - "x-ms-client-request-id": "0b5f91472106b8d417bfad2a5328177d", - "x-ms-correlation-request-id": "fcb9d03a-9b27-42e9-a696-5e535b1b305b", - "x-ms-ratelimit-remaining-subscription-reads": "10130", - "x-ms-request-id": "f0c10f9e-0b60-4a35-a37e-33f89b7450c2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040323Z:fcb9d03a-9b27-42e9-a696-5e535b1b305b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "55554be6df7955b39d69dd5e9dc96375", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:03:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "05cf459f-7beb-46c1-81ed-39e966274096", - "x-ms-client-request-id": "55554be6df7955b39d69dd5e9dc96375", - "x-ms-correlation-request-id": "7dd717db-461b-4aa3-b1e3-8063527eadf3", - "x-ms-ratelimit-remaining-subscription-reads": "10129", - "x-ms-request-id": "c71d9c83-c444-4a6e-b6af-2d0d62ceadf0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040324Z:7dd717db-461b-4aa3-b1e3-8063527eadf3" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "01db3924ac9c4f6b4ea99ba665f5f82c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:03:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a67197c8-184b-4a7a-9c01-6dc056c88881", - "x-ms-client-request-id": "01db3924ac9c4f6b4ea99ba665f5f82c", - "x-ms-correlation-request-id": "cbb507a6-a36c-4688-81f8-e9f5daf19ba2", - "x-ms-ratelimit-remaining-subscription-reads": "10128", - "x-ms-request-id": "8f5c1286-b739-4be6-897d-586ace6880a5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040326Z:cbb507a6-a36c-4688-81f8-e9f5daf19ba2" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c0aa70418de567fbdd0a6e9c44751b4e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:03:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6c2430cf-24e9-49d1-ac92-34022e5f5151", - "x-ms-client-request-id": "c0aa70418de567fbdd0a6e9c44751b4e", - "x-ms-correlation-request-id": "1a498b07-0430-4300-9f56-cfc12f89903a", - "x-ms-ratelimit-remaining-subscription-reads": "10127", - "x-ms-request-id": "5274565a-c627-46ae-b769-04f5b81f7a9d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040327Z:1a498b07-0430-4300-9f56-cfc12f89903a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "1a06375c164c39e0df0607d0440df0a7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:03:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0c434331-bb9f-4a5d-8419-f5a3ced6bb63", - "x-ms-client-request-id": "1a06375c164c39e0df0607d0440df0a7", - "x-ms-correlation-request-id": "6e229398-cc0e-4ba1-861b-ca6bc0765d39", - "x-ms-ratelimit-remaining-subscription-reads": "10126", - "x-ms-request-id": "ed062213-441a-460f-b84a-aa6b16b224f2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040328Z:6e229398-cc0e-4ba1-861b-ca6bc0765d39" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2c1db071a31e96903d7423923ece0ad9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:03:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3e05ecd3-b117-4c9a-8d5e-13ff81fc692e", - "x-ms-client-request-id": "2c1db071a31e96903d7423923ece0ad9", - "x-ms-correlation-request-id": "f0f66459-f156-489c-ad6d-92eaeea08006", - "x-ms-ratelimit-remaining-subscription-reads": "10125", - "x-ms-request-id": "b077b72a-ab2b-4672-b418-63d68583e2da", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040330Z:f0f66459-f156-489c-ad6d-92eaeea08006" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2e4a4c8ddeef2be09070e0df852a23d0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:03:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a4002bf2-552c-4426-bfc7-8e149c8e9c7d", - "x-ms-client-request-id": "2e4a4c8ddeef2be09070e0df852a23d0", - "x-ms-correlation-request-id": "0cbfc5b0-31b4-448f-a0c3-068b4a5ae159", - "x-ms-ratelimit-remaining-subscription-reads": "10124", - "x-ms-request-id": "99a92539-d8b1-4bad-b11a-1d866a8be270", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040331Z:0cbfc5b0-31b4-448f-a0c3-068b4a5ae159" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "942bc719ef58b92fa76fdcd8f24dfb11", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:03:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "56a5b2c5-2aa3-4609-96c5-96218d1e3d9c", - "x-ms-client-request-id": "942bc719ef58b92fa76fdcd8f24dfb11", - "x-ms-correlation-request-id": "0fb5c3bc-b381-4973-b8e7-477cc2a4da8e", - "x-ms-ratelimit-remaining-subscription-reads": "10123", - "x-ms-request-id": "979a8391-f8d0-4272-add0-b83219abd400", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040332Z:0fb5c3bc-b381-4973-b8e7-477cc2a4da8e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f7432efbc1c292b7cff19cadc2b01013", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:03:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3b425eaa-0223-4b4a-8b90-b451e74e6632", - "x-ms-client-request-id": "f7432efbc1c292b7cff19cadc2b01013", - "x-ms-correlation-request-id": "bcdc33d2-9553-4f0f-8458-c07fff17bb01", - "x-ms-ratelimit-remaining-subscription-reads": "10122", - "x-ms-request-id": "4816524e-82b8-43d1-bbf9-ec5cf0005685", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040333Z:bcdc33d2-9553-4f0f-8458-c07fff17bb01" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7678535076a39e811d91868001083842", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:03:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "173d0533-23fb-4720-9bee-53a90ece57ec", - "x-ms-client-request-id": "7678535076a39e811d91868001083842", - "x-ms-correlation-request-id": "e29b90b4-5885-4e16-8570-8cd8996eaced", - "x-ms-ratelimit-remaining-subscription-reads": "10121", - "x-ms-request-id": "64c0d229-04a8-4ef2-808e-f8ecf2f8f8ce", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040335Z:e29b90b4-5885-4e16-8570-8cd8996eaced" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "57e3cf752be7580d1098c4665281f6f6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:03:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "93624294-a2f5-4648-a6b6-b4922bf0ef0e", - "x-ms-client-request-id": "57e3cf752be7580d1098c4665281f6f6", - "x-ms-correlation-request-id": "fda9275f-d34f-440f-a4bf-5b0e142a465b", - "x-ms-ratelimit-remaining-subscription-reads": "10120", - "x-ms-request-id": "e3f09a9e-4ebe-4ddd-a5d1-1f38619f9d36", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040336Z:fda9275f-d34f-440f-a4bf-5b0e142a465b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "9f87c95e84d5856dada4da313b3790c7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:03:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0d2b3510-2c2e-47fd-bb6b-ebbc89394f1d", - "x-ms-client-request-id": "9f87c95e84d5856dada4da313b3790c7", - "x-ms-correlation-request-id": "1c4ffd5a-6f7c-44e8-a634-6339d39cbb0b", - "x-ms-ratelimit-remaining-subscription-reads": "10119", - "x-ms-request-id": "daefb318-09fc-4e5e-94bf-a290daf11dd9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040337Z:1c4ffd5a-6f7c-44e8-a634-6339d39cbb0b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f2385ab9b9cd242c4520660ab11a4b9b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:03:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7ba6267b-4bbf-4513-811d-22edbd16b6be", - "x-ms-client-request-id": "f2385ab9b9cd242c4520660ab11a4b9b", - "x-ms-correlation-request-id": "c5723538-42a7-44aa-a6d7-b0ad8d35bac7", - "x-ms-ratelimit-remaining-subscription-reads": "10118", - "x-ms-request-id": "de92e538-1791-4bc3-ae16-9b0cd0e01b65", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040338Z:c5723538-42a7-44aa-a6d7-b0ad8d35bac7" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "38218f9a9880f16c615eaa4251db1cd8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:03:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8c2fde3f-b6e6-4211-81a6-7ae2421b7d9c", - "x-ms-client-request-id": "38218f9a9880f16c615eaa4251db1cd8", - "x-ms-correlation-request-id": "0d7ad184-598d-42f3-95a5-6b3a478d55d4", - "x-ms-ratelimit-remaining-subscription-reads": "10117", - "x-ms-request-id": "6b124f71-4e06-45e5-983a-1abed49dd0d3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040340Z:0d7ad184-598d-42f3-95a5-6b3a478d55d4" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f8adfd070349a5299d6259b41d63d392", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:03:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a011f3db-8b1a-4da3-ad82-8085f803d30f", - "x-ms-client-request-id": "f8adfd070349a5299d6259b41d63d392", - "x-ms-correlation-request-id": "a0538d31-e239-468c-be9a-493532e858d4", - "x-ms-ratelimit-remaining-subscription-reads": "10116", - "x-ms-request-id": "ff8e5757-3b7c-4a35-8d00-0df137a99906", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040341Z:a0538d31-e239-468c-be9a-493532e858d4" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ab973e5858152046ed46916e0ee9d26a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:03:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b81bbe74-58bb-4abe-8ff1-9b94f33311d5", - "x-ms-client-request-id": "ab973e5858152046ed46916e0ee9d26a", - "x-ms-correlation-request-id": "26bd492e-4b1c-41cc-a2b6-fd72bcde0c6a", - "x-ms-ratelimit-remaining-subscription-reads": "10115", - "x-ms-request-id": "0ed24ac8-200c-4d2e-8b8b-60cfd721a32e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040342Z:26bd492e-4b1c-41cc-a2b6-fd72bcde0c6a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b3028e03536d9652667c9a1d3fb8d4fd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:03:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "62c86b48-7875-4e6f-92da-151ff7d30945", - "x-ms-client-request-id": "b3028e03536d9652667c9a1d3fb8d4fd", - "x-ms-correlation-request-id": "a418cbb5-e3aa-46b2-a199-86eb73427654", - "x-ms-ratelimit-remaining-subscription-reads": "10114", - "x-ms-request-id": "767c1d18-ded9-45c0-ad48-829c4b6ec6bd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040344Z:a418cbb5-e3aa-46b2-a199-86eb73427654" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "13e9178a7044afc3b78c0b0272bb96b3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:03:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "dfcfb76f-fbb8-4fa9-80c7-df355d13be70", - "x-ms-client-request-id": "13e9178a7044afc3b78c0b0272bb96b3", - "x-ms-correlation-request-id": "1c26f916-ba62-4439-8896-6f77af44baed", - "x-ms-ratelimit-remaining-subscription-reads": "10113", - "x-ms-request-id": "8b9a5b1d-5b67-4685-8f62-30f91df45b2e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040345Z:1c26f916-ba62-4439-8896-6f77af44baed" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8fb0ef8f20610525eb014598be28e034", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:03:45 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "10d1adfa-a172-4f65-9a0a-bf2a973d2961", - "x-ms-client-request-id": "8fb0ef8f20610525eb014598be28e034", - "x-ms-correlation-request-id": "a63d5c24-d477-41fd-b3e3-fe1bf3d267e8", - "x-ms-ratelimit-remaining-subscription-reads": "10112", - "x-ms-request-id": "346c2039-5240-461f-9710-6057e840858d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040346Z:a63d5c24-d477-41fd-b3e3-fe1bf3d267e8" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f7e39372bf009325ca53fce0474f23ab", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:03:47 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "97d67f1d-f7a3-4e15-8283-8e726c0b936a", - "x-ms-client-request-id": "f7e39372bf009325ca53fce0474f23ab", - "x-ms-correlation-request-id": "b842379a-d4f8-4917-a1d5-13291eee1a54", - "x-ms-ratelimit-remaining-subscription-reads": "10111", - "x-ms-request-id": "b6362a4f-d96c-4d77-b304-8a1b19475f9d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040347Z:b842379a-d4f8-4917-a1d5-13291eee1a54" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "508ee6e644076a9cf2e327432b2af08e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:03:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ab41d930-5892-4e12-92a7-e2309b05f990", - "x-ms-client-request-id": "508ee6e644076a9cf2e327432b2af08e", - "x-ms-correlation-request-id": "f9f93b16-8c71-4291-90d2-be3ce7ec51aa", - "x-ms-ratelimit-remaining-subscription-reads": "10110", - "x-ms-request-id": "17f38ad9-ed25-4313-8206-92cbfb260ecb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040349Z:f9f93b16-8c71-4291-90d2-be3ce7ec51aa" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "df90d6ab9fd7d0b3c91dc40e2344bd9c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:03:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ff660ec7-93a5-4efc-8982-ddee34ad1994", - "x-ms-client-request-id": "df90d6ab9fd7d0b3c91dc40e2344bd9c", - "x-ms-correlation-request-id": "8656e887-ff15-4a49-b79b-2955c5074867", - "x-ms-ratelimit-remaining-subscription-reads": "10109", - "x-ms-request-id": "1850d67c-9957-4560-b2f8-0e4d5272369d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040350Z:8656e887-ff15-4a49-b79b-2955c5074867" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d7b29add909a2d2df679041c97e267a0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:03:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8b17ab18-ed5f-4b61-b2ce-e2d09886d6e8", - "x-ms-client-request-id": "d7b29add909a2d2df679041c97e267a0", - "x-ms-correlation-request-id": "b75f10f9-72a8-4c8b-bee9-27a3c040dfb9", - "x-ms-ratelimit-remaining-subscription-reads": "10108", - "x-ms-request-id": "405912c6-e156-467b-864e-1b0faa17bd0c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040351Z:b75f10f9-72a8-4c8b-bee9-27a3c040dfb9" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "71356d6244bf47d332bd86e9808d46ae", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:03:52 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4eb42111-f0fa-40c9-816b-7c8693fbd5ef", - "x-ms-client-request-id": "71356d6244bf47d332bd86e9808d46ae", - "x-ms-correlation-request-id": "e717a837-b81e-4b54-8913-c8ba089b02e9", - "x-ms-ratelimit-remaining-subscription-reads": "10107", - "x-ms-request-id": "c645e797-50a0-4bda-b510-eb61e09a0a33", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040352Z:e717a837-b81e-4b54-8913-c8ba089b02e9" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "90658b2619771af3a863e85d9a9738e6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:03:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "42f8cf39-d965-4d0c-bbdc-e9acff4f77e8", - "x-ms-client-request-id": "90658b2619771af3a863e85d9a9738e6", - "x-ms-correlation-request-id": "9c5510c9-ac89-4b04-89f0-8ec460dc079f", - "x-ms-ratelimit-remaining-subscription-reads": "10106", - "x-ms-request-id": "c242b04c-21f8-4a8a-b869-86e08156d53d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040354Z:9c5510c9-ac89-4b04-89f0-8ec460dc079f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b6ac24b64c0f99ddc66ba4dd0a43ad69", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:03:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4fba19b6-26f2-4e02-aa18-30c67735f64b", - "x-ms-client-request-id": "b6ac24b64c0f99ddc66ba4dd0a43ad69", - "x-ms-correlation-request-id": "b7e1a829-59c4-4110-b8b7-da3801dc21c5", - "x-ms-ratelimit-remaining-subscription-reads": "10105", - "x-ms-request-id": "98c48e98-3f55-4b81-8038-054cd0fb5146", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040355Z:b7e1a829-59c4-4110-b8b7-da3801dc21c5" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "0cf65632d77d4828791ac85b5b76ac9b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:03:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "dabdbce1-9422-4cfd-86ed-541bd7a13e16", - "x-ms-client-request-id": "0cf65632d77d4828791ac85b5b76ac9b", - "x-ms-correlation-request-id": "731d58c1-9bd5-4832-8f3c-9ab0d973d40d", - "x-ms-ratelimit-remaining-subscription-reads": "10104", - "x-ms-request-id": "b70c5c99-2aa2-4100-bc42-03bbc7f1419d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040356Z:731d58c1-9bd5-4832-8f3c-9ab0d973d40d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5b339f8490e1d99eaecbca0b74161065", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:03:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8aed7e55-d9f0-45c3-b45f-11239f9f8b15", - "x-ms-client-request-id": "5b339f8490e1d99eaecbca0b74161065", - "x-ms-correlation-request-id": "ea584f62-169e-47e0-8b4d-ce849756e831", - "x-ms-ratelimit-remaining-subscription-reads": "10103", - "x-ms-request-id": "890a3191-1305-4328-8904-87bb07842d15", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040357Z:ea584f62-169e-47e0-8b4d-ce849756e831" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "432b7fb52ca1df69fb633cf584813e50", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:03:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a78bb026-010b-40e5-9857-cfc862b53b0a", - "x-ms-client-request-id": "432b7fb52ca1df69fb633cf584813e50", - "x-ms-correlation-request-id": "3b3f7f5c-9fbd-4341-9998-66421662b8e9", - "x-ms-ratelimit-remaining-subscription-reads": "10102", - "x-ms-request-id": "043fa37c-a903-4eb4-bcdf-468b64e23573", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040359Z:3b3f7f5c-9fbd-4341-9998-66421662b8e9" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "6a5809bf5110a287b71c5eb20c1cd362", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:03:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e52164c8-b0cc-4de2-9ade-e6b27d0f159d", - "x-ms-client-request-id": "6a5809bf5110a287b71c5eb20c1cd362", - "x-ms-correlation-request-id": "f0ca8651-0350-4a84-a4c4-3c7d9653ba3e", - "x-ms-ratelimit-remaining-subscription-reads": "10101", - "x-ms-request-id": "6abd1c6f-d555-4f11-862c-bb4d5c59cc00", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040400Z:f0ca8651-0350-4a84-a4c4-3c7d9653ba3e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "dca56309684b58f936545f7e53a9552c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:04:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a529cf02-5628-4acb-a682-186c6a70b228", - "x-ms-client-request-id": "dca56309684b58f936545f7e53a9552c", - "x-ms-correlation-request-id": "7459b739-d156-4b20-b580-928885cb8541", - "x-ms-ratelimit-remaining-subscription-reads": "10100", - "x-ms-request-id": "10f8922c-369a-4c5a-8274-411052d793d8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040401Z:7459b739-d156-4b20-b580-928885cb8541" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "6b4c798da6be6454f7888c85ceb7d2df", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:04:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6cca40a8-3f93-4f44-a190-70414cedce31", - "x-ms-client-request-id": "6b4c798da6be6454f7888c85ceb7d2df", - "x-ms-correlation-request-id": "e49164f9-bf7f-4de7-a79d-ce8082fc8eb4", - "x-ms-ratelimit-remaining-subscription-reads": "10099", - "x-ms-request-id": "13857c16-9072-4463-84cd-eb8089f1844a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040403Z:e49164f9-bf7f-4de7-a79d-ce8082fc8eb4" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "21ebd98f62db56050fff33bbf1094e0d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:04:03 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d8c3d5c1-ef15-4069-863b-2063c47c55af", - "x-ms-client-request-id": "21ebd98f62db56050fff33bbf1094e0d", - "x-ms-correlation-request-id": "7e015f45-3d56-48c7-83ce-d736b70ddcfb", - "x-ms-ratelimit-remaining-subscription-reads": "10098", - "x-ms-request-id": "54b3719e-458f-4d59-ae67-bd2bd107f6e7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040404Z:7e015f45-3d56-48c7-83ce-d736b70ddcfb" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "932431c768cf63a30e41e4c2dc748a7f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:04:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "40ebaede-1881-4ae6-96f8-99269658ee9f", - "x-ms-client-request-id": "932431c768cf63a30e41e4c2dc748a7f", - "x-ms-correlation-request-id": "b5c7db3a-ebb5-49cd-baf7-e2d521826625", - "x-ms-ratelimit-remaining-subscription-reads": "10097", - "x-ms-request-id": "aa96f5e0-f5e1-4a8e-bf4d-fe301c8e6752", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040405Z:b5c7db3a-ebb5-49cd-baf7-e2d521826625" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7aee808234be2b5173f65cbf729873ee", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:04:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4dd161ea-0671-4d85-bdcc-37edf822d9d4", - "x-ms-client-request-id": "7aee808234be2b5173f65cbf729873ee", - "x-ms-correlation-request-id": "bbbcf795-ced4-41ef-adf9-6167ea11a4c6", - "x-ms-ratelimit-remaining-subscription-reads": "10096", - "x-ms-request-id": "71c0834b-c451-4943-9095-597f98bfd308", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040406Z:bbbcf795-ced4-41ef-adf9-6167ea11a4c6" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "9cbd7e393e92270f3588129a7d427a9a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:04:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6ae66808-b3a4-4798-88af-c71cf9e35d75", - "x-ms-client-request-id": "9cbd7e393e92270f3588129a7d427a9a", - "x-ms-correlation-request-id": "5f490ce2-002c-455e-86f5-4fa75e4da171", - "x-ms-ratelimit-remaining-subscription-reads": "10095", - "x-ms-request-id": "f0213e4e-66e2-44f5-a516-072b10583983", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040408Z:5f490ce2-002c-455e-86f5-4fa75e4da171" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7039b475d41a934fe0f91fd90ce4f075", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:04:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9e54165d-c84a-4c74-b12f-afc1d9c98622", - "x-ms-client-request-id": "7039b475d41a934fe0f91fd90ce4f075", - "x-ms-correlation-request-id": "90a232ed-f606-47b9-ac78-c4821616d9a7", - "x-ms-ratelimit-remaining-subscription-reads": "10094", - "x-ms-request-id": "311eb811-d7b0-40fe-ac9e-1acdd2bf4fd5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040409Z:90a232ed-f606-47b9-ac78-c4821616d9a7" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5e89f5cdedb743ed71c7443521b7ad31", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:04:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "fdc1577f-ae28-40c0-86d3-12d9eac9ccb3", - "x-ms-client-request-id": "5e89f5cdedb743ed71c7443521b7ad31", - "x-ms-correlation-request-id": "fccc878a-600a-4f46-9b74-c9d2badad593", - "x-ms-ratelimit-remaining-subscription-reads": "10093", - "x-ms-request-id": "2d8a31ac-9d4d-4004-b2a9-23ccf33d8a2e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040410Z:fccc878a-600a-4f46-9b74-c9d2badad593" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "be49c17c025f65d42e2abb981f361b50", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:04:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2d0ad3c4-5c1a-4541-b05b-1e9dc9b9272c", - "x-ms-client-request-id": "be49c17c025f65d42e2abb981f361b50", - "x-ms-correlation-request-id": "958f5ac6-86ae-4100-8e64-eb74dd359516", - "x-ms-ratelimit-remaining-subscription-reads": "10092", - "x-ms-request-id": "3dd69ca5-14f4-4526-93c7-37c1935bbac4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040412Z:958f5ac6-86ae-4100-8e64-eb74dd359516" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "88cc9c981cb987e3c7f5ff52901a7129", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:04:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9fac0a6f-365e-47c4-8135-ffb566c0f1e0", - "x-ms-client-request-id": "88cc9c981cb987e3c7f5ff52901a7129", - "x-ms-correlation-request-id": "d9ba09e2-07bb-4505-8fb4-6d078edb6820", - "x-ms-ratelimit-remaining-subscription-reads": "10091", - "x-ms-request-id": "4c5723a8-755c-424c-871e-9e2e1f9c76e8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040413Z:d9ba09e2-07bb-4505-8fb4-6d078edb6820" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "4a5dee4c319acb1621242f8c3254243a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:04:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e6dbcd0f-20fd-48bf-bf7d-44102d2f92b6", - "x-ms-client-request-id": "4a5dee4c319acb1621242f8c3254243a", - "x-ms-correlation-request-id": "1635ae7c-bc84-4dfa-ae39-6ce2bc773965", - "x-ms-ratelimit-remaining-subscription-reads": "10090", - "x-ms-request-id": "62b2cdcb-5154-4264-a0ed-74b8c05f0449", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040414Z:1635ae7c-bc84-4dfa-ae39-6ce2bc773965" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "849df3ac24ea6077dec2f7690381d413", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:04:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "61026988-c087-41dd-85d5-b6ed7b424231", - "x-ms-client-request-id": "849df3ac24ea6077dec2f7690381d413", - "x-ms-correlation-request-id": "a29ecf0f-b3d0-401a-9e43-1af9ea91d778", - "x-ms-ratelimit-remaining-subscription-reads": "10089", - "x-ms-request-id": "c76b4f57-2ea2-49b0-a7d5-8edcc620dea7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040416Z:a29ecf0f-b3d0-401a-9e43-1af9ea91d778" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "314c92b8d0d866b586016795ec565572", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:04:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "774f9f77-57a5-4cf8-b346-7147fd1837e2", - "x-ms-client-request-id": "314c92b8d0d866b586016795ec565572", - "x-ms-correlation-request-id": "e9b38925-99f7-4a86-b9ae-69436f38abb8", - "x-ms-ratelimit-remaining-subscription-reads": "10088", - "x-ms-request-id": "7463bd99-d2cd-457b-b84c-f99988cca817", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040417Z:e9b38925-99f7-4a86-b9ae-69436f38abb8" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "9ca6c4d1ed7d273e77fd6cd83aacc8a0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:04:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0af93780-ca83-4bb4-b051-7beabf5f8116", - "x-ms-client-request-id": "9ca6c4d1ed7d273e77fd6cd83aacc8a0", - "x-ms-correlation-request-id": "e1230beb-43c9-498e-9eb0-53b0b36393db", - "x-ms-ratelimit-remaining-subscription-reads": "10087", - "x-ms-request-id": "16a81063-27f1-4f23-8441-4092f8411b66", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040418Z:e1230beb-43c9-498e-9eb0-53b0b36393db" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "9fd41c4ff308db613d36fde9bde17387", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:04:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "244d9f38-571b-40b5-8657-ede81fe0715e", - "x-ms-client-request-id": "9fd41c4ff308db613d36fde9bde17387", - "x-ms-correlation-request-id": "41415825-34cc-4757-9ca4-d1fd9385886c", - "x-ms-ratelimit-remaining-subscription-reads": "10086", - "x-ms-request-id": "e5651a44-24df-4953-8305-1d6cd0b8a48b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040420Z:41415825-34cc-4757-9ca4-d1fd9385886c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "3e98846d38dacb965324b9db64dd2bda", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:04:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e15b5eec-e85a-486e-bf7c-005feadea1ef", - "x-ms-client-request-id": "3e98846d38dacb965324b9db64dd2bda", - "x-ms-correlation-request-id": "0426cfa9-395e-4f81-b659-488a6d9fd2c3", - "x-ms-ratelimit-remaining-subscription-reads": "10085", - "x-ms-request-id": "b1b987b6-c06b-46c3-9fc9-193d0380f250", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040421Z:0426cfa9-395e-4f81-b659-488a6d9fd2c3" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d046c639b582de6a62ca5e46ef556a96", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:04:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5471b3c5-3d6c-47a6-85d3-25ded3e64fca", - "x-ms-client-request-id": "d046c639b582de6a62ca5e46ef556a96", - "x-ms-correlation-request-id": "a0cc8bcf-3f96-43c2-a37d-1a193d554d8f", - "x-ms-ratelimit-remaining-subscription-reads": "10084", - "x-ms-request-id": "116189cd-8389-4091-b38b-cee81e700c32", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040422Z:a0cc8bcf-3f96-43c2-a37d-1a193d554d8f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b56ae489891316c585084be33986775f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:04:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6ef9f8ed-eb78-49d3-9257-128cca33d483", - "x-ms-client-request-id": "b56ae489891316c585084be33986775f", - "x-ms-correlation-request-id": "6710b77d-f797-4c31-86b9-b8d9fd9e84a4", - "x-ms-ratelimit-remaining-subscription-reads": "10083", - "x-ms-request-id": "946d47ee-363f-4d8b-a4b1-9cd545700d8a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040423Z:6710b77d-f797-4c31-86b9-b8d9fd9e84a4" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f6b0230ba39ab7051ab9db10da50dcfe", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:04:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "24b85b23-126f-4f02-8868-2687053d4b27", - "x-ms-client-request-id": "f6b0230ba39ab7051ab9db10da50dcfe", - "x-ms-correlation-request-id": "edc492b7-e313-4803-86b1-8d9816356981", - "x-ms-ratelimit-remaining-subscription-reads": "10082", - "x-ms-request-id": "239d546f-e59c-4761-9613-8cea66cf215f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040425Z:edc492b7-e313-4803-86b1-8d9816356981" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7f5223ba7673afc601304a796a86a5dc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:04:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "93174056-585b-4648-9f40-3d40fc147d9e", - "x-ms-client-request-id": "7f5223ba7673afc601304a796a86a5dc", - "x-ms-correlation-request-id": "1a20ec5f-f5d5-4b03-bdc7-2df99a2360d4", - "x-ms-ratelimit-remaining-subscription-reads": "10081", - "x-ms-request-id": "ac823c07-fd07-4082-b412-5c675eda15a2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040426Z:1a20ec5f-f5d5-4b03-bdc7-2df99a2360d4" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "cb3bfe5373a4e5fbdfb39b5aaeb53c35", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:04:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c1bfff26-f85c-4f9e-9f3d-662f2afae33c", - "x-ms-client-request-id": "cb3bfe5373a4e5fbdfb39b5aaeb53c35", - "x-ms-correlation-request-id": "7491935a-54e3-4725-8eae-3b1f97b940ee", - "x-ms-ratelimit-remaining-subscription-reads": "10080", - "x-ms-request-id": "5f66911a-a14c-479b-a8a8-f41f436d3812", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040427Z:7491935a-54e3-4725-8eae-3b1f97b940ee" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "15294c2cf73495ec5c01f569598b4d93", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:04:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "02367d99-8d14-4012-b429-ffcae9ad5ec0", - "x-ms-client-request-id": "15294c2cf73495ec5c01f569598b4d93", - "x-ms-correlation-request-id": "78f0d6d7-e7ca-45e0-a33e-a4dbcb42ab93", - "x-ms-ratelimit-remaining-subscription-reads": "10079", - "x-ms-request-id": "a3afd8c7-b6ec-4775-90e2-9debb0461e22", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040429Z:78f0d6d7-e7ca-45e0-a33e-a4dbcb42ab93" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "dbbcff141014465a286ca0c0da6c014c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:04:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8186b6a8-23ae-4188-ada4-014a332171da", - "x-ms-client-request-id": "dbbcff141014465a286ca0c0da6c014c", - "x-ms-correlation-request-id": "1a14aee7-b143-4e35-b4c2-99152d44317f", - "x-ms-ratelimit-remaining-subscription-reads": "10078", - "x-ms-request-id": "f2722ec2-78a0-4293-8299-478ff162e32b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040430Z:1a14aee7-b143-4e35-b4c2-99152d44317f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "1d4d14f38f5d5ba811a66fa37e918c54", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:04:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "710a1333-ec8b-4a3d-a8be-a621aec806d2", - "x-ms-client-request-id": "1d4d14f38f5d5ba811a66fa37e918c54", - "x-ms-correlation-request-id": "c6943765-3dd2-40ea-bd6a-12a5d87a0e5d", - "x-ms-ratelimit-remaining-subscription-reads": "10077", - "x-ms-request-id": "2b3d1dbf-50de-45a5-b7b0-8bc47bc9f7b2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040431Z:c6943765-3dd2-40ea-bd6a-12a5d87a0e5d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ae45076561f81c20f2e2edc8572cbaf0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:04:32 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "23b4c1f9-811d-444b-a0e4-ed54d0485b44", - "x-ms-client-request-id": "ae45076561f81c20f2e2edc8572cbaf0", - "x-ms-correlation-request-id": "212ee53d-c505-4970-9cda-c0d59e7e4425", - "x-ms-ratelimit-remaining-subscription-reads": "10076", - "x-ms-request-id": "bf705948-69a3-4d69-a9e2-dfb919723bb5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040432Z:212ee53d-c505-4970-9cda-c0d59e7e4425" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "4476a8ff303e85365760c96ea1b6c896", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:04:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "24601e7d-364f-4abe-a10b-46fba513c4f3", - "x-ms-client-request-id": "4476a8ff303e85365760c96ea1b6c896", - "x-ms-correlation-request-id": "ca0b7da7-fd98-4512-96af-f8e6bafdf499", - "x-ms-ratelimit-remaining-subscription-reads": "10075", - "x-ms-request-id": "95ab4223-a66b-4976-818a-e28adc44fe2b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040434Z:ca0b7da7-fd98-4512-96af-f8e6bafdf499" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d25a4cdf52279253f4302a7aa2df04e5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:04:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b8626b49-83c3-41c2-9ba5-d94ed957586a", - "x-ms-client-request-id": "d25a4cdf52279253f4302a7aa2df04e5", - "x-ms-correlation-request-id": "3e4e7839-2f19-465b-9243-4c70cd7f9235", - "x-ms-ratelimit-remaining-subscription-reads": "10074", - "x-ms-request-id": "81f8bae3-2a29-4164-a46e-d4380a13f4c2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040435Z:3e4e7839-2f19-465b-9243-4c70cd7f9235" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d5a37eeb481b3515d1c0579797b27b3b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:04:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9516f981-3c08-48a9-8dc1-575699705e7a", - "x-ms-client-request-id": "d5a37eeb481b3515d1c0579797b27b3b", - "x-ms-correlation-request-id": "1d595e66-deeb-4cf7-8b24-e78adc52a000", - "x-ms-ratelimit-remaining-subscription-reads": "10073", - "x-ms-request-id": "33a9e540-0a3e-4655-9c09-a0351f49c8dc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040436Z:1d595e66-deeb-4cf7-8b24-e78adc52a000" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "0be8561ae7d2adc855e3500d05bce277", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:04:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b5db32c5-dcc9-4461-a9df-79b8a2ce5315", - "x-ms-client-request-id": "0be8561ae7d2adc855e3500d05bce277", - "x-ms-correlation-request-id": "619989b1-78b4-4700-aa76-000569e60a1d", - "x-ms-ratelimit-remaining-subscription-reads": "10072", - "x-ms-request-id": "3fc21a34-c746-4ef4-883c-75fc71be9794", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040437Z:619989b1-78b4-4700-aa76-000569e60a1d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2282e45cf312977a36250067fabcfb41", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:04:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ea397ccf-6ee9-47a0-b419-bfeb666a32d4", - "x-ms-client-request-id": "2282e45cf312977a36250067fabcfb41", - "x-ms-correlation-request-id": "329104af-dd9d-4e8a-87ed-d642e28f0580", - "x-ms-ratelimit-remaining-subscription-reads": "10071", - "x-ms-request-id": "0bf4b1ca-9612-4d90-8d21-d7c88c8da5a1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040439Z:329104af-dd9d-4e8a-87ed-d642e28f0580" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "4b5feeb5f9f60312b5f68038f7073015", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:04:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ae4f997c-a605-483f-b8b3-96953416be3e", - "x-ms-client-request-id": "4b5feeb5f9f60312b5f68038f7073015", - "x-ms-correlation-request-id": "23f258d2-98db-48a5-a5c0-758d75565841", - "x-ms-ratelimit-remaining-subscription-reads": "10070", - "x-ms-request-id": "c9b2c36d-2dbf-4fd6-8273-27ae7a96f930", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040440Z:23f258d2-98db-48a5-a5c0-758d75565841" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b33be0dd592f2729db51d4ade661b299", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:04:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "978cdf10-758a-4302-a148-5d798295a28d", - "x-ms-client-request-id": "b33be0dd592f2729db51d4ade661b299", - "x-ms-correlation-request-id": "515dff9b-0fb6-44a0-91a4-8db7b784c1a6", - "x-ms-ratelimit-remaining-subscription-reads": "10069", - "x-ms-request-id": "1a746a9b-55da-47e8-bcba-4dd4ff25ae4a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040441Z:515dff9b-0fb6-44a0-91a4-8db7b784c1a6" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "16580ee8965c6280d17e6c1b72429f2e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:04:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0356b3f3-b65a-4ba2-a97c-a926b17ee7ad", - "x-ms-client-request-id": "16580ee8965c6280d17e6c1b72429f2e", - "x-ms-correlation-request-id": "75540f24-f418-4c77-8654-993116ccced0", - "x-ms-ratelimit-remaining-subscription-reads": "10068", - "x-ms-request-id": "ffb55b61-654f-4af6-bcdb-41f1eff209f7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040443Z:75540f24-f418-4c77-8654-993116ccced0" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "1a89ebf547805c12c5386fa524651d54", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:04:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6531f5c3-438e-4d00-aa7a-67b794771c87", - "x-ms-client-request-id": "1a89ebf547805c12c5386fa524651d54", - "x-ms-correlation-request-id": "6653a108-60ed-46f5-9ddb-509b06956f03", - "x-ms-ratelimit-remaining-subscription-reads": "10067", - "x-ms-request-id": "9626a06c-1c72-408a-8cab-57939d06bc52", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040444Z:6653a108-60ed-46f5-9ddb-509b06956f03" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e950e74419af47b85fd8e2b0ec0db499", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:04:45 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "39691184-b6da-4bd2-911e-9c7627eb8a15", - "x-ms-client-request-id": "e950e74419af47b85fd8e2b0ec0db499", - "x-ms-correlation-request-id": "10827c07-9760-4304-81c8-218abfc99260", - "x-ms-ratelimit-remaining-subscription-reads": "10066", - "x-ms-request-id": "87043499-67d5-4aeb-adc0-eeb1222ac873", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040445Z:10827c07-9760-4304-81c8-218abfc99260" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "fbb8a6b298d8a018fbfb512426db3d6b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:04:46 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "abd781d3-df53-41a6-8748-6116a9bd3184", - "x-ms-client-request-id": "fbb8a6b298d8a018fbfb512426db3d6b", - "x-ms-correlation-request-id": "d9f89126-a726-4195-be57-25a92527943d", - "x-ms-ratelimit-remaining-subscription-reads": "10065", - "x-ms-request-id": "2e8a3754-a7ff-4224-bff1-802db358a555", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040446Z:d9f89126-a726-4195-be57-25a92527943d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8bd71861b6f2db7e3242baa864626fb8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:04:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0ef613a2-dc6e-4685-b4e0-a6f390182c9c", - "x-ms-client-request-id": "8bd71861b6f2db7e3242baa864626fb8", - "x-ms-correlation-request-id": "c73e3159-1e29-4091-8f5d-3c8b4b4617c8", - "x-ms-ratelimit-remaining-subscription-reads": "10064", - "x-ms-request-id": "3a61ee08-3fdd-4043-a0bc-2eb5a06e09ab", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040448Z:c73e3159-1e29-4091-8f5d-3c8b4b4617c8" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7ef3d68321adac7bceafedb3c8942084", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:04:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "bdc80e4c-5b00-44e1-a33f-19d20b772883", - "x-ms-client-request-id": "7ef3d68321adac7bceafedb3c8942084", - "x-ms-correlation-request-id": "f1397eca-e127-4ada-8b79-345cb85e1494", - "x-ms-ratelimit-remaining-subscription-reads": "10063", - "x-ms-request-id": "6392f691-52b5-4e81-be47-a49c5590057f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040449Z:f1397eca-e127-4ada-8b79-345cb85e1494" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d44e779a2835fba727dcc896dd6f3b99", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:04:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d74c3bd2-509c-4eb8-8fa2-7545bd519ee8", - "x-ms-client-request-id": "d44e779a2835fba727dcc896dd6f3b99", - "x-ms-correlation-request-id": "10065af1-1835-4073-bc99-5b39b32d0dc5", - "x-ms-ratelimit-remaining-subscription-reads": "10062", - "x-ms-request-id": "d5078957-71ae-4905-b25a-ad870333e003", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040450Z:10065af1-1835-4073-bc99-5b39b32d0dc5" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "50a1988cbfe73fbd9c2bbd42c8cb139e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:04:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7a98f9d8-894c-45e3-92db-d92c7453e9cc", - "x-ms-client-request-id": "50a1988cbfe73fbd9c2bbd42c8cb139e", - "x-ms-correlation-request-id": "303b93d3-aa34-45ae-a412-e78827884802", - "x-ms-ratelimit-remaining-subscription-reads": "10061", - "x-ms-request-id": "047d33fd-53d8-4a73-a9c1-82385b7f22c9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040451Z:303b93d3-aa34-45ae-a412-e78827884802" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ed0d35229b145a822ef757d159e5ce5e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:04:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2ef418ed-845c-402d-912b-e250f72439b2", - "x-ms-client-request-id": "ed0d35229b145a822ef757d159e5ce5e", - "x-ms-correlation-request-id": "c64cdc59-ae3f-44ee-ae83-25d802b1639a", - "x-ms-ratelimit-remaining-subscription-reads": "10060", - "x-ms-request-id": "bed2e4c7-d2a2-4cc1-bbaf-156f44b5fdad", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040453Z:c64cdc59-ae3f-44ee-ae83-25d802b1639a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2f275473cff3db9db90e380a6b64335c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:04:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a3d25ff3-437e-48c3-93a8-b2d988daea51", - "x-ms-client-request-id": "2f275473cff3db9db90e380a6b64335c", - "x-ms-correlation-request-id": "15d919ec-9d93-4e09-b9de-1c0c152df5af", - "x-ms-ratelimit-remaining-subscription-reads": "10059", - "x-ms-request-id": "82e58a78-4977-42c4-b27f-dfb223f53fda", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040454Z:15d919ec-9d93-4e09-b9de-1c0c152df5af" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a87329c94d62f085164621f067ece6b6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:04:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3e1040e5-b68f-4192-b8d7-5c700aec2957", - "x-ms-client-request-id": "a87329c94d62f085164621f067ece6b6", - "x-ms-correlation-request-id": "f54346ee-3718-4986-8df4-39b65f80d650", - "x-ms-ratelimit-remaining-subscription-reads": "10058", - "x-ms-request-id": "5a2506ad-8f84-4835-9a54-562d9320d1d2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040455Z:f54346ee-3718-4986-8df4-39b65f80d650" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "74ce5e5de3a352ab973134056378efc9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:04:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9f4b7089-6f80-413d-9d3d-77db5dce99a9", - "x-ms-client-request-id": "74ce5e5de3a352ab973134056378efc9", - "x-ms-correlation-request-id": "5c556918-43c7-4024-8a03-37630a3ebf9c", - "x-ms-ratelimit-remaining-subscription-reads": "10057", - "x-ms-request-id": "d0dff784-6f43-4a92-a417-4fd7449c2435", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040457Z:5c556918-43c7-4024-8a03-37630a3ebf9c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2f08fbc4257125fccf3619acaead74cd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:04:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "86a11f19-7b37-4d5d-b47f-67aa0eadebf0", - "x-ms-client-request-id": "2f08fbc4257125fccf3619acaead74cd", - "x-ms-correlation-request-id": "5a502bc9-368f-42de-9b7f-2eed609643c3", - "x-ms-ratelimit-remaining-subscription-reads": "10056", - "x-ms-request-id": "dcae5418-1660-43a2-9fb7-65c6cead94ac", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040458Z:5a502bc9-368f-42de-9b7f-2eed609643c3" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "0dac8128bf96e5b87e211030197f8d9d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:04:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e510f7e4-cf45-498f-86b8-62eb59a74064", - "x-ms-client-request-id": "0dac8128bf96e5b87e211030197f8d9d", - "x-ms-correlation-request-id": "01fd7d8c-28ed-4ccb-ac72-a97109e8f4d1", - "x-ms-ratelimit-remaining-subscription-reads": "10055", - "x-ms-request-id": "0cedfbf8-eddd-461d-b90d-116afa31ca7a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040459Z:01fd7d8c-28ed-4ccb-ac72-a97109e8f4d1" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "6c2b5757b6e4374561a8a46ccafea4ea", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:05:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a63d039e-6b5b-44c2-86ef-db91e2e4e0b9", - "x-ms-client-request-id": "6c2b5757b6e4374561a8a46ccafea4ea", - "x-ms-correlation-request-id": "597a4e6d-0f2f-4956-90a9-37a233478a07", - "x-ms-ratelimit-remaining-subscription-reads": "10054", - "x-ms-request-id": "1b2f86e1-75b4-419d-b5d9-3a22622b4af3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040500Z:597a4e6d-0f2f-4956-90a9-37a233478a07" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e2dd67bde1cb04334222b15015cb0c4f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:05:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "865db88d-1023-4346-a033-a9bfd31def8e", - "x-ms-client-request-id": "e2dd67bde1cb04334222b15015cb0c4f", - "x-ms-correlation-request-id": "fa93a1f3-cbd6-42b3-a417-5d2d2ec2293f", - "x-ms-ratelimit-remaining-subscription-reads": "10053", - "x-ms-request-id": "c2d04fe9-4d80-4d61-8a9d-1f50ea0f8667", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040502Z:fa93a1f3-cbd6-42b3-a417-5d2d2ec2293f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "56557ba8078171e83b75abed1a4c1b7f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:05:03 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7a380e8f-83ed-43dc-9491-bde4c6e369bd", - "x-ms-client-request-id": "56557ba8078171e83b75abed1a4c1b7f", - "x-ms-correlation-request-id": "6f6e24df-3ec3-4352-95dd-60c00bab1fad", - "x-ms-ratelimit-remaining-subscription-reads": "10052", - "x-ms-request-id": "8fc19f07-7b04-4f4a-a9bf-7ef107408bd8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040503Z:6f6e24df-3ec3-4352-95dd-60c00bab1fad" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b272257daba275d223262ac105f52295", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:05:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "03971673-7586-44e8-a8cd-c5c1c67af49c", - "x-ms-client-request-id": "b272257daba275d223262ac105f52295", - "x-ms-correlation-request-id": "cd708f8e-bc14-4a7a-8028-219a99ca18c7", - "x-ms-ratelimit-remaining-subscription-reads": "10051", - "x-ms-request-id": "4e5aca1b-08a4-4b61-842d-e65db3364fe2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040504Z:cd708f8e-bc14-4a7a-8028-219a99ca18c7" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "4ec3549c4da9b6697e6ba6563546eaf5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:05:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "99b015e0-b651-4a0b-92da-f0a85f0bd8c9", - "x-ms-client-request-id": "4ec3549c4da9b6697e6ba6563546eaf5", - "x-ms-correlation-request-id": "dd6f6a7b-8daa-4620-bd70-71e412cc8ce9", - "x-ms-ratelimit-remaining-subscription-reads": "10050", - "x-ms-request-id": "f995822b-0243-4470-be65-675e2a16873c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040506Z:dd6f6a7b-8daa-4620-bd70-71e412cc8ce9" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "efd331075a58fdada9df325adc276b46", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:05:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7f58f75f-63a1-4e18-becc-5fae8fe10135", - "x-ms-client-request-id": "efd331075a58fdada9df325adc276b46", - "x-ms-correlation-request-id": "583d05f8-084c-4480-ab64-9ac75b0e5a3c", - "x-ms-ratelimit-remaining-subscription-reads": "10049", - "x-ms-request-id": "409e324c-b375-4076-bbae-37042c8441e2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040507Z:583d05f8-084c-4480-ab64-9ac75b0e5a3c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c6511652cc882fd5bcbc3336057c40dd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:05:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6ca62e00-a385-4e06-b09d-6c3110acdd35", - "x-ms-client-request-id": "c6511652cc882fd5bcbc3336057c40dd", - "x-ms-correlation-request-id": "5c44edc9-c765-4356-9c10-2d223eed7034", - "x-ms-ratelimit-remaining-subscription-reads": "10048", - "x-ms-request-id": "4fe22be9-6d05-4552-9223-8ac8134de460", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040508Z:5c44edc9-c765-4356-9c10-2d223eed7034" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d4ba343c3321413ca6c6a5ca1b0ed957", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:05:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2717ab1e-e488-4ec7-85a9-3c37c5336dd3", - "x-ms-client-request-id": "d4ba343c3321413ca6c6a5ca1b0ed957", - "x-ms-correlation-request-id": "ebbe5635-a57c-44a5-ad0b-b31e0ddc8041", - "x-ms-ratelimit-remaining-subscription-reads": "10047", - "x-ms-request-id": "5df018bb-2bfa-4ba6-a831-65bf6126f9c6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040510Z:ebbe5635-a57c-44a5-ad0b-b31e0ddc8041" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "1f035f0023f53a6d5ba3329c2677f72d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:05:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4957e82a-69be-4265-9de8-daa472ff5f07", - "x-ms-client-request-id": "1f035f0023f53a6d5ba3329c2677f72d", - "x-ms-correlation-request-id": "fe22fb7a-a4a3-49a3-8493-2f6b913f3881", - "x-ms-ratelimit-remaining-subscription-reads": "10046", - "x-ms-request-id": "ed8b23a0-7f21-4d06-be08-98df08656348", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040511Z:fe22fb7a-a4a3-49a3-8493-2f6b913f3881" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a81e549f976c1f24d90f1fc1270b13ae", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:05:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4de1df57-5dbc-401e-97dd-15b358463b46", - "x-ms-client-request-id": "a81e549f976c1f24d90f1fc1270b13ae", - "x-ms-correlation-request-id": "a839db43-0a3b-4520-96d5-9ae9a801b05e", - "x-ms-ratelimit-remaining-subscription-reads": "10045", - "x-ms-request-id": "7b80d541-1fac-4260-97df-d9b71c454ca2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040512Z:a839db43-0a3b-4520-96d5-9ae9a801b05e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a536dce3207818e8c780787e01a01b2f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:05:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0ffdf47b-892d-4748-a5ba-46b80ee6bd46", - "x-ms-client-request-id": "a536dce3207818e8c780787e01a01b2f", - "x-ms-correlation-request-id": "9f1b4d2d-e9c5-4114-8886-08a746ca77e7", - "x-ms-ratelimit-remaining-subscription-reads": "10044", - "x-ms-request-id": "3edf4397-3a09-48b2-a309-1c9db46fe0e7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040513Z:9f1b4d2d-e9c5-4114-8886-08a746ca77e7" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c62a77ce30ef69ea3be446e504ab1250", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:05:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "df2a6f9e-dbaf-43cc-b88a-4bde8cf60a74", - "x-ms-client-request-id": "c62a77ce30ef69ea3be446e504ab1250", - "x-ms-correlation-request-id": "f21d7eb6-0acf-4727-94a1-31c54176c572", - "x-ms-ratelimit-remaining-subscription-reads": "10043", - "x-ms-request-id": "8baa1b0d-e4ea-43ee-9650-7dd408266faf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040515Z:f21d7eb6-0acf-4727-94a1-31c54176c572" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "49b8839052417eb46c05e1ec1ea61d38", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:05:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "831de9a2-d94e-49e1-a171-48e4a3b214bd", - "x-ms-client-request-id": "49b8839052417eb46c05e1ec1ea61d38", - "x-ms-correlation-request-id": "c03c9e6e-a531-4720-b4a6-a6784ee2c1f0", - "x-ms-ratelimit-remaining-subscription-reads": "10042", - "x-ms-request-id": "ecd4e6a8-15bf-42a2-b531-3c0290d37ef4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040516Z:c03c9e6e-a531-4720-b4a6-a6784ee2c1f0" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "aff2eff34de0b2bef2cc6994da02131b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:05:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "472eb0c4-3509-4368-b68f-6f6b1daf86be", - "x-ms-client-request-id": "aff2eff34de0b2bef2cc6994da02131b", - "x-ms-correlation-request-id": "88cae36b-c608-447c-8bb2-d9a512b692ea", - "x-ms-ratelimit-remaining-subscription-reads": "10041", - "x-ms-request-id": "8eb99434-c6bf-4fb6-84db-f962a90ad2e2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040517Z:88cae36b-c608-447c-8bb2-d9a512b692ea" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7eed286dd1e87ceec2ac5aea4ffd4a94", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:05:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ef8cfa56-23ba-45aa-9eb4-e97669029bd3", - "x-ms-client-request-id": "7eed286dd1e87ceec2ac5aea4ffd4a94", - "x-ms-correlation-request-id": "1e2f0f23-82ab-44ae-a41c-2dd228589107", - "x-ms-ratelimit-remaining-subscription-reads": "10040", - "x-ms-request-id": "873195df-e658-4603-be78-9499d4093153", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040518Z:1e2f0f23-82ab-44ae-a41c-2dd228589107" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "15f10ec663b84370c4055774e820a469", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:05:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "fbc6f322-a1f4-43dc-9984-236b1f7f4ca9", - "x-ms-client-request-id": "15f10ec663b84370c4055774e820a469", - "x-ms-correlation-request-id": "5cf8da32-c1e4-44c3-99a3-b7ab33a0f769", - "x-ms-ratelimit-remaining-subscription-reads": "10039", - "x-ms-request-id": "beb9dea6-67b7-489a-8120-4f8a7c52f4d5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040520Z:5cf8da32-c1e4-44c3-99a3-b7ab33a0f769" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f67fc5f19fb8224f0076ec34f2d462f4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:05:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "973ecffe-97ff-4d75-84e8-1c8aafd4a7c4", - "x-ms-client-request-id": "f67fc5f19fb8224f0076ec34f2d462f4", - "x-ms-correlation-request-id": "697bfd38-be4a-4185-ada8-f8919d615fff", - "x-ms-ratelimit-remaining-subscription-reads": "10038", - "x-ms-request-id": "ab3851f2-1682-44e3-aa19-78416b0eea12", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040521Z:697bfd38-be4a-4185-ada8-f8919d615fff" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ccced581fe110962b8aab9e27a7a93a2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:05:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "05303e29-9522-4e13-b66c-37f985b03248", - "x-ms-client-request-id": "ccced581fe110962b8aab9e27a7a93a2", - "x-ms-correlation-request-id": "b98317da-c9e9-4e36-9f68-47e35e4ab0fe", - "x-ms-ratelimit-remaining-subscription-reads": "10037", - "x-ms-request-id": "19df269d-b290-4987-9c98-def6edd2323e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040522Z:b98317da-c9e9-4e36-9f68-47e35e4ab0fe" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8af8f107547e26dcbecf1442763b50ef", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:05:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ba4aff14-1ae0-4d04-b624-5c80afc2d6c2", - "x-ms-client-request-id": "8af8f107547e26dcbecf1442763b50ef", - "x-ms-correlation-request-id": "7fb9f465-e265-4c17-90a9-5b4dff3b07bb", - "x-ms-ratelimit-remaining-subscription-reads": "10036", - "x-ms-request-id": "a05b1c53-f6a1-4239-98d4-718b835b38c8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040523Z:7fb9f465-e265-4c17-90a9-5b4dff3b07bb" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "13f262a3d852f35863753e0ee56da786", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:05:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "eec609c8-edad-402c-a120-b74f242ecf7a", - "x-ms-client-request-id": "13f262a3d852f35863753e0ee56da786", - "x-ms-correlation-request-id": "3644423b-7d26-4a8f-9c29-833533338353", - "x-ms-ratelimit-remaining-subscription-reads": "10035", - "x-ms-request-id": "cc806fc4-7ed7-482a-81c8-249136e86466", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040525Z:3644423b-7d26-4a8f-9c29-833533338353" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "012c4ae3d8dc2d76f9a70d41e920937c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:05:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ed054e81-0bf6-440a-bea8-8d579f384d11", - "x-ms-client-request-id": "012c4ae3d8dc2d76f9a70d41e920937c", - "x-ms-correlation-request-id": "afe43683-37f3-4cac-a900-6fb79a33ae0d", - "x-ms-ratelimit-remaining-subscription-reads": "10034", - "x-ms-request-id": "7e5a04bc-b40a-4db5-be91-d188c8c3f69e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040526Z:afe43683-37f3-4cac-a900-6fb79a33ae0d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "183fca5980872f4f9904260816ce4050", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:05:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e1702f8c-ae01-4fa3-872c-b31eac74b93a", - "x-ms-client-request-id": "183fca5980872f4f9904260816ce4050", - "x-ms-correlation-request-id": "297192b7-cce1-40d9-80f2-beaa1dbc2029", - "x-ms-ratelimit-remaining-subscription-reads": "10033", - "x-ms-request-id": "baec22ba-a528-430f-8839-2dae17a0eeb8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040527Z:297192b7-cce1-40d9-80f2-beaa1dbc2029" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2c5f8e284f0fca12ebc51aabca160942", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:05:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1eb6792a-b236-404e-85ac-a6082238036a", - "x-ms-client-request-id": "2c5f8e284f0fca12ebc51aabca160942", - "x-ms-correlation-request-id": "6280b6e6-6322-4c28-9a54-a073cfc2eb74", - "x-ms-ratelimit-remaining-subscription-reads": "10032", - "x-ms-request-id": "5ae0d04f-41c4-4866-8aa7-1dca128c1508", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040529Z:6280b6e6-6322-4c28-9a54-a073cfc2eb74" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "1bb4c2e18f2e62fffafc67d7b16d172b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:05:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0b1b0001-39d2-4feb-bf23-8e11170cc2c2", - "x-ms-client-request-id": "1bb4c2e18f2e62fffafc67d7b16d172b", - "x-ms-correlation-request-id": "5efe7fb1-4afe-4ae4-84ff-99aa49894fc2", - "x-ms-ratelimit-remaining-subscription-reads": "10031", - "x-ms-request-id": "441c5eeb-bd79-40c2-afec-b7e66a5c3bd8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040530Z:5efe7fb1-4afe-4ae4-84ff-99aa49894fc2" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5b19bd6667c10a6cb7752cc165a46582", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:05:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "045ed8ee-f1c1-4853-b274-6a13cbcb6d9f", - "x-ms-client-request-id": "5b19bd6667c10a6cb7752cc165a46582", - "x-ms-correlation-request-id": "2602bb82-9a5f-46b3-9093-c8df53890756", - "x-ms-ratelimit-remaining-subscription-reads": "10030", - "x-ms-request-id": "63737217-8e94-423e-ad2d-56298774171d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040531Z:2602bb82-9a5f-46b3-9093-c8df53890756" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5326e4fb251998228efc3112e73b187e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:05:32 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4cc380c8-6788-49c4-95cc-2681d4fcf371", - "x-ms-client-request-id": "5326e4fb251998228efc3112e73b187e", - "x-ms-correlation-request-id": "66c4d49b-413b-4913-8288-5a3b672728ec", - "x-ms-ratelimit-remaining-subscription-reads": "10029", - "x-ms-request-id": "3c6fbaca-e13a-4a18-8bc6-a32c3abfe021", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040533Z:66c4d49b-413b-4913-8288-5a3b672728ec" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "0d44efaeadfc7a8155a964b8623dfd55", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:05:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4130bef3-8889-440d-90ad-b72977ac7849", - "x-ms-client-request-id": "0d44efaeadfc7a8155a964b8623dfd55", - "x-ms-correlation-request-id": "54af16c9-2f8f-4b0a-9d1a-a6a8bf71495f", - "x-ms-ratelimit-remaining-subscription-reads": "10028", - "x-ms-request-id": "3bc86ae3-9b34-4188-9366-552273193911", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040534Z:54af16c9-2f8f-4b0a-9d1a-a6a8bf71495f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "cddce497c34641119a80ccc5355a227c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:05:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7e3fa061-5ca8-4ba3-b404-c97447698a7d", - "x-ms-client-request-id": "cddce497c34641119a80ccc5355a227c", - "x-ms-correlation-request-id": "dd75516d-aaaf-439e-9144-bd5f7451a5e5", - "x-ms-ratelimit-remaining-subscription-reads": "10027", - "x-ms-request-id": "6a3ee303-95cf-4831-8671-5b95339c7a66", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040535Z:dd75516d-aaaf-439e-9144-bd5f7451a5e5" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7613ad5c58604d8562acfe70c1693651", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:05:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "fa91e7c6-917d-4d82-9f39-b62d78b75ba4", - "x-ms-client-request-id": "7613ad5c58604d8562acfe70c1693651", - "x-ms-correlation-request-id": "f78bca8e-b1f5-4802-90c4-15e297762f68", - "x-ms-ratelimit-remaining-subscription-reads": "10026", - "x-ms-request-id": "401fd8fe-8c98-45c3-9603-4d1636bcf515", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040536Z:f78bca8e-b1f5-4802-90c4-15e297762f68" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "027adcfe4a5feb37de02727ce0bc45fa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:05:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9a69b0b7-526b-4ce2-a99b-7c67a7bd3383", - "x-ms-client-request-id": "027adcfe4a5feb37de02727ce0bc45fa", - "x-ms-correlation-request-id": "547ea55b-c976-438b-bbf2-5ada8e445e25", - "x-ms-ratelimit-remaining-subscription-reads": "10025", - "x-ms-request-id": "623bcb0a-b4bb-40a0-a6cc-bd279c67956b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040538Z:547ea55b-c976-438b-bbf2-5ada8e445e25" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b45ce886862a3ff55f8e6b9ac4a08030", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:05:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0a1c3fc2-d257-4da2-958c-ba0d029b5dfa", - "x-ms-client-request-id": "b45ce886862a3ff55f8e6b9ac4a08030", - "x-ms-correlation-request-id": "40f74db8-fc71-45ad-8d78-15aa36782e79", - "x-ms-ratelimit-remaining-subscription-reads": "10024", - "x-ms-request-id": "a3c4ec56-85fb-4439-8ed7-2cee624b7922", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040539Z:40f74db8-fc71-45ad-8d78-15aa36782e79" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "59c67b4a20e0121c7627985de5096ca6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:05:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c0d53fae-6f4d-4df1-9fbd-b9f95edba569", - "x-ms-client-request-id": "59c67b4a20e0121c7627985de5096ca6", - "x-ms-correlation-request-id": "20597cc2-5095-4a78-a727-dd4ad7408087", - "x-ms-ratelimit-remaining-subscription-reads": "10023", - "x-ms-request-id": "33dbba65-ef7d-47a3-b54d-f9a6f5446e3e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040540Z:20597cc2-5095-4a78-a727-dd4ad7408087" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d8e90466810d7826e73aa3d0df9d263d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:05:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4e2ab9d3-d804-4284-886c-4ccf1b60cb7a", - "x-ms-client-request-id": "d8e90466810d7826e73aa3d0df9d263d", - "x-ms-correlation-request-id": "ee843550-350b-4c3d-8196-b07b12c0a4fe", - "x-ms-ratelimit-remaining-subscription-reads": "10022", - "x-ms-request-id": "df5f1a2f-d2b9-4698-ae74-c005b2847a4f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040542Z:ee843550-350b-4c3d-8196-b07b12c0a4fe" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "65324282ecf5661acb493e02ee975a55", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:05:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "fdcb6204-38af-49cc-a25a-3f315ba0f5cb", - "x-ms-client-request-id": "65324282ecf5661acb493e02ee975a55", - "x-ms-correlation-request-id": "8da7fa84-472c-446b-985b-37688218ee18", - "x-ms-ratelimit-remaining-subscription-reads": "10021", - "x-ms-request-id": "c304dcb5-559a-4cf6-94ac-6f7f7a699ea7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040543Z:8da7fa84-472c-446b-985b-37688218ee18" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c033c421a7b7c922544e71a57c4b33d8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:05:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "de2803fd-4f4c-452d-9baf-d2fc75c16f3b", - "x-ms-client-request-id": "c033c421a7b7c922544e71a57c4b33d8", - "x-ms-correlation-request-id": "0ee8d20c-7694-47ea-82cc-dfc059942a4c", - "x-ms-ratelimit-remaining-subscription-reads": "10020", - "x-ms-request-id": "b2815171-a616-489f-a295-a214b1f35a9c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040544Z:0ee8d20c-7694-47ea-82cc-dfc059942a4c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a2db5b0107d77ab0e9820dc342238a4f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:05:45 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c55796ae-2143-437f-8a37-02c4499c0f01", - "x-ms-client-request-id": "a2db5b0107d77ab0e9820dc342238a4f", - "x-ms-correlation-request-id": "6f10eda3-559a-4826-b25e-4674e704c8bd", - "x-ms-ratelimit-remaining-subscription-reads": "10019", - "x-ms-request-id": "0f1631ea-e830-4a04-a308-40d262f3b9c7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040545Z:6f10eda3-559a-4826-b25e-4674e704c8bd" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "1aaf4ee0666ada861f6810a77a75ea7f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:05:46 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a44815b0-8e28-4563-abdf-f4413b8cc8cd", - "x-ms-client-request-id": "1aaf4ee0666ada861f6810a77a75ea7f", - "x-ms-correlation-request-id": "22230c42-19ff-4315-b3e1-bb708ad202eb", - "x-ms-ratelimit-remaining-subscription-reads": "10018", - "x-ms-request-id": "5d97549c-63c7-451b-9277-8c10ba04da6e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040547Z:22230c42-19ff-4315-b3e1-bb708ad202eb" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "93016616b7bc197e13b8d634995f8630", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:05:47 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "889008c7-839d-42b1-a918-b442fe97e162", - "x-ms-client-request-id": "93016616b7bc197e13b8d634995f8630", - "x-ms-correlation-request-id": "1225a839-59fe-43c4-b8d6-25edf2a8d2a8", - "x-ms-ratelimit-remaining-subscription-reads": "10017", - "x-ms-request-id": "40b314b9-0d14-4c64-8705-d62db142da7c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040548Z:1225a839-59fe-43c4-b8d6-25edf2a8d2a8" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2ec521c4189c9b6ed500836ef7090074", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:05:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3820338a-5bbc-44ac-b58e-ad9b992a14a3", - "x-ms-client-request-id": "2ec521c4189c9b6ed500836ef7090074", - "x-ms-correlation-request-id": "1094a07a-8baa-4a33-bdc4-ee96242a7e73", - "x-ms-ratelimit-remaining-subscription-reads": "10016", - "x-ms-request-id": "19abbc02-6420-47d7-82f3-062c92fb57e0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040549Z:1094a07a-8baa-4a33-bdc4-ee96242a7e73" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "dcac8e98f7222893cf9606b18f5141c0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:05:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d570ff6b-131f-402d-bad6-915039027ac0", - "x-ms-client-request-id": "dcac8e98f7222893cf9606b18f5141c0", - "x-ms-correlation-request-id": "c2224c1a-a7ec-47d1-93b2-217863a703b7", - "x-ms-ratelimit-remaining-subscription-reads": "10015", - "x-ms-request-id": "47967c32-d193-45cd-a7c5-f19bab99d1b2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040550Z:c2224c1a-a7ec-47d1-93b2-217863a703b7" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "58e3dfe2bbaffee3f766bdbb340f220a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:05:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "82a34027-6ab4-4757-a218-65b872ba716d", - "x-ms-client-request-id": "58e3dfe2bbaffee3f766bdbb340f220a", - "x-ms-correlation-request-id": "f59fbe72-56e3-4da5-8d7c-8137a6021601", - "x-ms-ratelimit-remaining-subscription-reads": "10014", - "x-ms-request-id": "e2220511-1355-4a35-b4f2-6b521d7a1db5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040552Z:f59fbe72-56e3-4da5-8d7c-8137a6021601" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "0b9c62b8a9b2cd0e8e9d5e0612bd0b83", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:05:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b2492bb3-756c-48b6-8e22-c3f93704493e", - "x-ms-client-request-id": "0b9c62b8a9b2cd0e8e9d5e0612bd0b83", - "x-ms-correlation-request-id": "291f18d5-dab1-40bc-b06f-74c5ed0f8c76", - "x-ms-ratelimit-remaining-subscription-reads": "10013", - "x-ms-request-id": "3a1cf50f-f07f-4b8e-ad61-6bfaced492f5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040553Z:291f18d5-dab1-40bc-b06f-74c5ed0f8c76" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "178bc3bfa725dcc4aaaee5bb39d7f3c0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:05:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8d8fe5dd-73c1-488d-802f-7a6e16764c5e", - "x-ms-client-request-id": "178bc3bfa725dcc4aaaee5bb39d7f3c0", - "x-ms-correlation-request-id": "d58ba580-7612-4915-aa6f-ab5929a98ec8", - "x-ms-ratelimit-remaining-subscription-reads": "10012", - "x-ms-request-id": "0aa8149d-721d-4a99-b3b3-f4b2d3e82e1d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040555Z:d58ba580-7612-4915-aa6f-ab5929a98ec8" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2df9fc7335b5380dd016ca125dddec3a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:05:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "06eb0ba0-9375-428a-a04f-1d04e10e2111", - "x-ms-client-request-id": "2df9fc7335b5380dd016ca125dddec3a", - "x-ms-correlation-request-id": "e9c77f3e-e2e9-417d-8741-d12377d6fc89", - "x-ms-ratelimit-remaining-subscription-reads": "10011", - "x-ms-request-id": "fe2629ec-a3d9-4c4b-94a3-65591a353f3b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040556Z:e9c77f3e-e2e9-417d-8741-d12377d6fc89" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "71fc3a5a0a8310e49dbf6003c45294b6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:05:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "63a383fd-c80f-4ae7-a21b-15bd53a94ebd", - "x-ms-client-request-id": "71fc3a5a0a8310e49dbf6003c45294b6", - "x-ms-correlation-request-id": "0a1e483f-8803-4b11-9509-7e2eb985b849", - "x-ms-ratelimit-remaining-subscription-reads": "10010", - "x-ms-request-id": "9be53b01-f381-48e2-9b26-dcae828bfaa5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040557Z:0a1e483f-8803-4b11-9509-7e2eb985b849" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "15929da9dec389ceb553460fdcb27ecd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:05:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9a0c1f56-1913-4060-8365-37e0c5772fbe", - "x-ms-client-request-id": "15929da9dec389ceb553460fdcb27ecd", - "x-ms-correlation-request-id": "7aadcc5d-5671-4230-b4f6-c9a7048b0f4a", - "x-ms-ratelimit-remaining-subscription-reads": "10009", - "x-ms-request-id": "b10fac65-85f3-4b50-a3b7-a804e89b4085", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040558Z:7aadcc5d-5671-4230-b4f6-c9a7048b0f4a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "fe61aac282db693c17e890f5d409737e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:05:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ad646594-9fa7-4e30-8528-8bd70f401940", - "x-ms-client-request-id": "fe61aac282db693c17e890f5d409737e", - "x-ms-correlation-request-id": "b924415e-52c9-4c2a-986b-7d0a9665f8ae", - "x-ms-ratelimit-remaining-subscription-reads": "10008", - "x-ms-request-id": "ae22d756-7610-4b84-a068-16fbe5471d7d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040600Z:b924415e-52c9-4c2a-986b-7d0a9665f8ae" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "bf691482d64b7b766b72bb30c3d434ea", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:06:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "eb41fd24-1886-4e6e-9aca-d9854b5cb8ce", - "x-ms-client-request-id": "bf691482d64b7b766b72bb30c3d434ea", - "x-ms-correlation-request-id": "25c09bb9-3f4a-4fac-b4bf-8cf413de9651", - "x-ms-ratelimit-remaining-subscription-reads": "10007", - "x-ms-request-id": "8b31b067-023e-4bfc-ac7c-f63df9af18ac", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040601Z:25c09bb9-3f4a-4fac-b4bf-8cf413de9651" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "1a41934095f126da6129fedb4ed8b4ac", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:06:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6821a190-374f-4cb4-90d0-cc492267cdc2", - "x-ms-client-request-id": "1a41934095f126da6129fedb4ed8b4ac", - "x-ms-correlation-request-id": "c0996b39-aaf9-46b5-93c5-0edaf2aedcba", - "x-ms-ratelimit-remaining-subscription-reads": "10006", - "x-ms-request-id": "aef87a47-c5e6-4d99-a90c-1ba26394f4ca", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040602Z:c0996b39-aaf9-46b5-93c5-0edaf2aedcba" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c78dc8dfbf48ec8233e59268c70ca542", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:06:03 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "87afdd18-7f78-45fd-8528-85ff2d650ac1", - "x-ms-client-request-id": "c78dc8dfbf48ec8233e59268c70ca542", - "x-ms-correlation-request-id": "6f2a45ea-d5f4-4295-ad12-13f699113058", - "x-ms-ratelimit-remaining-subscription-reads": "10005", - "x-ms-request-id": "138ace28-ccc6-4f89-8e2a-a81a04edd120", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040603Z:6f2a45ea-d5f4-4295-ad12-13f699113058" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "41b4a5b359c8ec8d39435e21d89b2d93", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:06:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "cc1dd712-f63f-4bdc-a9ce-33ffb46a5d3a", - "x-ms-client-request-id": "41b4a5b359c8ec8d39435e21d89b2d93", - "x-ms-correlation-request-id": "faf851be-d3e5-4de7-979b-4f4184e8c12e", - "x-ms-ratelimit-remaining-subscription-reads": "10004", - "x-ms-request-id": "1af8594a-855a-405f-8044-7891311ef695", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040605Z:faf851be-d3e5-4de7-979b-4f4184e8c12e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "fb510fbd6c4781a21055e60b02725e54", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:06:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "13cdb104-7c49-4f82-946f-7cd5a05802b5", - "x-ms-client-request-id": "fb510fbd6c4781a21055e60b02725e54", - "x-ms-correlation-request-id": "dbf99c8b-573d-429d-9029-65b03e39a07d", - "x-ms-ratelimit-remaining-subscription-reads": "10003", - "x-ms-request-id": "74a22d6a-cf27-41f2-ba89-feb8a143e228", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040606Z:dbf99c8b-573d-429d-9029-65b03e39a07d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a927bb84732485e33ba08e0560601498", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:06:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4fea37d5-c6f3-4c39-9126-e6b0af89daca", - "x-ms-client-request-id": "a927bb84732485e33ba08e0560601498", - "x-ms-correlation-request-id": "d32cc5ca-1309-4e3b-b0d8-80793701498a", - "x-ms-ratelimit-remaining-subscription-reads": "10002", - "x-ms-request-id": "356148cb-5925-4243-8c4d-cd1757e86326", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040607Z:d32cc5ca-1309-4e3b-b0d8-80793701498a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b8aaffb7a9bb47fb033231737281eac7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:06:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "db5177e8-9923-415f-9eda-e9c1639a7e67", - "x-ms-client-request-id": "b8aaffb7a9bb47fb033231737281eac7", - "x-ms-correlation-request-id": "2b6585a2-0916-42b5-806d-0c7cce341090", - "x-ms-ratelimit-remaining-subscription-reads": "10001", - "x-ms-request-id": "47054554-5899-4ddf-a71e-77b96dd380cf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040609Z:2b6585a2-0916-42b5-806d-0c7cce341090" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "1c9d0ae484734a6e2bcbc0a7de9c21af", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:06:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ed5f5e57-dd8f-4664-9aed-cbde9b9a1548", - "x-ms-client-request-id": "1c9d0ae484734a6e2bcbc0a7de9c21af", - "x-ms-correlation-request-id": "2e758b49-a12a-4974-b966-bdd0d0faba84", - "x-ms-ratelimit-remaining-subscription-reads": "10000", - "x-ms-request-id": "0ea23578-d0fc-41bc-9fa1-c5a126c115c9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040610Z:2e758b49-a12a-4974-b966-bdd0d0faba84" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "02534d40a6c7da99bfe0a6f1417012b9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:06:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0270d0b8-d0d3-4499-a5a5-13b7f2ebbddf", - "x-ms-client-request-id": "02534d40a6c7da99bfe0a6f1417012b9", - "x-ms-correlation-request-id": "c214d323-c585-40fc-bf52-c8e63542a4f3", - "x-ms-ratelimit-remaining-subscription-reads": "9999", - "x-ms-request-id": "ad35106c-38ef-424c-abe8-63e010ad1957", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040611Z:c214d323-c585-40fc-bf52-c8e63542a4f3" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5621c7b6f7c23325905f8cefe8546966", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:06:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ba80bf27-2d5e-4f75-bee0-c6ce4ed4279d", - "x-ms-client-request-id": "5621c7b6f7c23325905f8cefe8546966", - "x-ms-correlation-request-id": "4787cf10-d2d0-4f40-b29d-e004f40b0534", - "x-ms-ratelimit-remaining-subscription-reads": "9998", - "x-ms-request-id": "ea94ca9f-504d-47af-a6d4-ad73cba685ea", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040612Z:4787cf10-d2d0-4f40-b29d-e004f40b0534" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "25328111e72d3dff70c35d92de7d08bb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:06:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "240cc9a2-5a7a-4672-b555-4b5ac679871f", - "x-ms-client-request-id": "25328111e72d3dff70c35d92de7d08bb", - "x-ms-correlation-request-id": "87aa0521-db0c-494a-9976-7eb91dd8a603", - "x-ms-ratelimit-remaining-subscription-reads": "9997", - "x-ms-request-id": "802786ea-e0a8-4891-8678-55ccda63ddce", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040614Z:87aa0521-db0c-494a-9976-7eb91dd8a603" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "16f006b8ca7b49ed2820716719a9f16b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:06:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ce6d2ade-c25f-438f-8022-64108f9ee45b", - "x-ms-client-request-id": "16f006b8ca7b49ed2820716719a9f16b", - "x-ms-correlation-request-id": "c3690424-1ad1-495f-8ce8-45033066adb4", - "x-ms-ratelimit-remaining-subscription-reads": "9996", - "x-ms-request-id": "10ad49ed-5404-4946-8d22-9dfd21e83673", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040615Z:c3690424-1ad1-495f-8ce8-45033066adb4" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c0df3f77ed3dce8bc7e3e5ff9a925513", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:06:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c507ed16-be18-4502-b8fa-e588ac994e2b", - "x-ms-client-request-id": "c0df3f77ed3dce8bc7e3e5ff9a925513", - "x-ms-correlation-request-id": "90f9cd90-0bb3-453a-8975-0483a8974808", - "x-ms-ratelimit-remaining-subscription-reads": "9995", - "x-ms-request-id": "aa9070af-a97e-475d-8fff-3a5a3bbfcee3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040616Z:90f9cd90-0bb3-453a-8975-0483a8974808" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e137d157526346eb94e9fc0d759723c7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:06:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "780c0c56-c878-4483-bd87-f4dae935d961", - "x-ms-client-request-id": "e137d157526346eb94e9fc0d759723c7", - "x-ms-correlation-request-id": "afe50ca7-a453-45b8-93de-e5d3e7bc4c03", - "x-ms-ratelimit-remaining-subscription-reads": "9994", - "x-ms-request-id": "c974ac5b-e67a-40e5-bd82-dacb54d0677a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040617Z:afe50ca7-a453-45b8-93de-e5d3e7bc4c03" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "9e1bf1d1489dcb7d7b224e97e5edaf95", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:06:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "77c761cc-c4dd-4161-b3ac-1b057ff77667", - "x-ms-client-request-id": "9e1bf1d1489dcb7d7b224e97e5edaf95", - "x-ms-correlation-request-id": "7c145e50-2aed-4282-bea3-74483883171d", - "x-ms-ratelimit-remaining-subscription-reads": "9993", - "x-ms-request-id": "ad1cb986-866a-4133-b9c4-60d6a5236bfe", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040619Z:7c145e50-2aed-4282-bea3-74483883171d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "48105eca0f71240754992c54f07e5930", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:06:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "270324b9-06ce-4d75-b596-13695a219feb", - "x-ms-client-request-id": "48105eca0f71240754992c54f07e5930", - "x-ms-correlation-request-id": "a3200aed-1615-41ea-8659-eacb188e4b5a", - "x-ms-ratelimit-remaining-subscription-reads": "9992", - "x-ms-request-id": "cd5e61d3-b174-4e93-a52d-a7b13ed8aa91", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040620Z:a3200aed-1615-41ea-8659-eacb188e4b5a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a82d1ebfb6770f76546c6641035361a6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:06:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "eb92c2d2-d049-4557-934c-883859a34c6c", - "x-ms-client-request-id": "a82d1ebfb6770f76546c6641035361a6", - "x-ms-correlation-request-id": "9e1eb848-8f6a-4bfd-ba42-81cf590a8e65", - "x-ms-ratelimit-remaining-subscription-reads": "9991", - "x-ms-request-id": "62cb6ef1-3e3f-4bcb-a0eb-f311b6e43707", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040621Z:9e1eb848-8f6a-4bfd-ba42-81cf590a8e65" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "17426739db86c255eaf74a041b28dafc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:06:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7cd65184-6a47-4415-a90b-06c58d38cef2", - "x-ms-client-request-id": "17426739db86c255eaf74a041b28dafc", - "x-ms-correlation-request-id": "41f69cf3-67da-49f8-8910-005145356097", - "x-ms-ratelimit-remaining-subscription-reads": "9990", - "x-ms-request-id": "9311fbad-a35d-4aa5-9797-8fcf80ff735e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040623Z:41f69cf3-67da-49f8-8910-005145356097" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c7d81ec906bf141ee801f405a8c62100", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:06:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1d60577e-55bb-441b-93b8-1552033b43bd", - "x-ms-client-request-id": "c7d81ec906bf141ee801f405a8c62100", - "x-ms-correlation-request-id": "4fc85736-becc-4085-add0-3e01619bb4ad", - "x-ms-ratelimit-remaining-subscription-reads": "9989", - "x-ms-request-id": "99fa39ac-13a2-4094-8426-cc3c061c4d72", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040624Z:4fc85736-becc-4085-add0-3e01619bb4ad" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "891b8537413ce4aac86bbe7f6b71f32b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:06:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8a6858d9-e561-4253-a7dc-4084a3bd79c6", - "x-ms-client-request-id": "891b8537413ce4aac86bbe7f6b71f32b", - "x-ms-correlation-request-id": "b01aacdb-431f-44b7-b2f5-6c81ec6ad650", - "x-ms-ratelimit-remaining-subscription-reads": "9988", - "x-ms-request-id": "06db8ff2-1bdf-4f30-b475-8acb3420def8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040626Z:b01aacdb-431f-44b7-b2f5-6c81ec6ad650" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e5776a929a7b32e7492d2e84e7501923", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:06:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9d80a93a-91fa-475c-960a-dd53bfb3616c", - "x-ms-client-request-id": "e5776a929a7b32e7492d2e84e7501923", - "x-ms-correlation-request-id": "3d4f21b5-005f-4008-b400-3604cc4ae627", - "x-ms-ratelimit-remaining-subscription-reads": "9987", - "x-ms-request-id": "9970559a-69fa-42c2-909b-76b4737812b2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040627Z:3d4f21b5-005f-4008-b400-3604cc4ae627" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "96cc4ad5510d87c073f4fe53489ea876", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:06:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "bc826494-7f4f-47d3-8299-fcf10694d139", - "x-ms-client-request-id": "96cc4ad5510d87c073f4fe53489ea876", - "x-ms-correlation-request-id": "e7a1eb27-cc04-439f-89da-67cf8376a97e", - "x-ms-ratelimit-remaining-subscription-reads": "9986", - "x-ms-request-id": "0e4a4a18-13c3-4268-8903-cb4c89e5b85a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040628Z:e7a1eb27-cc04-439f-89da-67cf8376a97e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "3e73c80d3b4f9d849ee83f0e1225fc78", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:06:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c970db4c-90e8-462a-9d5a-1770b848d507", - "x-ms-client-request-id": "3e73c80d3b4f9d849ee83f0e1225fc78", - "x-ms-correlation-request-id": "e1082062-71e7-4f3a-9194-5d8744ff0e4f", - "x-ms-ratelimit-remaining-subscription-reads": "9985", - "x-ms-request-id": "bc66ff91-6624-4f81-8773-b51d7526b438", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040630Z:e1082062-71e7-4f3a-9194-5d8744ff0e4f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "21aa9b525da5401daaf071879b93eaaa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:06:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0ee12cdd-921c-4d76-8614-a3f30a8b2030", - "x-ms-client-request-id": "21aa9b525da5401daaf071879b93eaaa", - "x-ms-correlation-request-id": "83fdb79f-6834-4ba1-a559-3cfefc9cfb60", - "x-ms-ratelimit-remaining-subscription-reads": "9984", - "x-ms-request-id": "d4f6ba07-3d8f-438a-b970-b3e7dd9dc53c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040631Z:83fdb79f-6834-4ba1-a559-3cfefc9cfb60" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "1e77b885dbdc99d4c52ef72511b2744e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:06:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6f482e9a-6211-40c0-9e63-e08b1c1d2f00", - "x-ms-client-request-id": "1e77b885dbdc99d4c52ef72511b2744e", - "x-ms-correlation-request-id": "e31a8044-3ba3-4d7a-8429-32648a73099c", - "x-ms-ratelimit-remaining-subscription-reads": "9983", - "x-ms-request-id": "3dbbf202-2d1c-428d-bdd3-d275597ce931", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040632Z:e31a8044-3ba3-4d7a-8429-32648a73099c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ad0186f787f4b0d1aa32945ecafd020b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:06:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0f053c93-90e5-40e7-a096-8de180e1cda3", - "x-ms-client-request-id": "ad0186f787f4b0d1aa32945ecafd020b", - "x-ms-correlation-request-id": "ed5fe449-3259-4e87-9fdc-aba48a123c76", - "x-ms-ratelimit-remaining-subscription-reads": "9982", - "x-ms-request-id": "d6b91571-739e-4a82-b2eb-d001c2104cfb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040633Z:ed5fe449-3259-4e87-9fdc-aba48a123c76" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5a8895fddeae779bc6105b7665f82ff7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:06:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ac97b8a0-df22-4334-a8a6-244b988ad6e4", - "x-ms-client-request-id": "5a8895fddeae779bc6105b7665f82ff7", - "x-ms-correlation-request-id": "51c8c25b-5560-436d-a6c0-af750305827f", - "x-ms-ratelimit-remaining-subscription-reads": "9981", - "x-ms-request-id": "a75690af-044f-482b-b527-470548bf0c95", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040635Z:51c8c25b-5560-436d-a6c0-af750305827f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "148f237b3c91fdb6e7c673a94675cfc7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:06:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c7c250c7-89b5-4d71-8519-bcd2d601c52b", - "x-ms-client-request-id": "148f237b3c91fdb6e7c673a94675cfc7", - "x-ms-correlation-request-id": "77ee69c9-5f8f-49d4-8af1-19530835eafb", - "x-ms-ratelimit-remaining-subscription-reads": "9980", - "x-ms-request-id": "20532532-73bd-447c-891e-7f15e300b1ff", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040636Z:77ee69c9-5f8f-49d4-8af1-19530835eafb" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7c27ec2c1a29199feb89e6e32c5a4ab2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:06:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7365427d-2091-44da-b1fd-6c1394f67b8a", - "x-ms-client-request-id": "7c27ec2c1a29199feb89e6e32c5a4ab2", - "x-ms-correlation-request-id": "1c993262-347a-4750-a997-05f238959877", - "x-ms-ratelimit-remaining-subscription-reads": "9979", - "x-ms-request-id": "e5fba438-fcb6-4e07-98f4-ebb2b234aebf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040637Z:1c993262-347a-4750-a997-05f238959877" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a7e39c03ed6dc179de8b72e76af13051", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:06:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1ad25f5c-fa02-4c43-8da7-fedc76f1f72c", - "x-ms-client-request-id": "a7e39c03ed6dc179de8b72e76af13051", - "x-ms-correlation-request-id": "994dec46-b1e4-492b-afa3-728dedc79c90", - "x-ms-ratelimit-remaining-subscription-reads": "9978", - "x-ms-request-id": "45fbd327-ca7e-4633-856e-40f9e98b5fb0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040639Z:994dec46-b1e4-492b-afa3-728dedc79c90" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "79499340b3d161ce8376290856d2d18c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:06:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0f7609f1-12ab-40e6-aba8-6d48edd2c2aa", - "x-ms-client-request-id": "79499340b3d161ce8376290856d2d18c", - "x-ms-correlation-request-id": "1e2a2907-f3ec-41c6-906d-2e642e98cc77", - "x-ms-ratelimit-remaining-subscription-reads": "9977", - "x-ms-request-id": "7ec60f7a-2ebc-40ff-8677-18487e5d931c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040640Z:1e2a2907-f3ec-41c6-906d-2e642e98cc77" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "aaa6c17b28913e5a72669d9da7b7aff9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:06:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2b2d5f17-c929-43fa-92c9-464f55f0aaa1", - "x-ms-client-request-id": "aaa6c17b28913e5a72669d9da7b7aff9", - "x-ms-correlation-request-id": "0ac6dd03-c4b6-407b-92cb-2deb42640140", - "x-ms-ratelimit-remaining-subscription-reads": "9976", - "x-ms-request-id": "c30ebb01-a012-495e-92bd-c4d9786c704c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040641Z:0ac6dd03-c4b6-407b-92cb-2deb42640140" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "98a39458d0114fe1cd8223f7c4716b0b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:06:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8be30763-94cb-44d1-901c-fdc177cbb9db", - "x-ms-client-request-id": "98a39458d0114fe1cd8223f7c4716b0b", - "x-ms-correlation-request-id": "768b6ea4-7651-4888-913a-da7a3343b7e8", - "x-ms-ratelimit-remaining-subscription-reads": "9975", - "x-ms-request-id": "fe207893-d683-46a9-9229-46d535b16f4b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040642Z:768b6ea4-7651-4888-913a-da7a3343b7e8" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a86ce6ba864a18bf390a076a1530b9cb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:06:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "42281be6-f069-474b-abef-5d8c3139c39e", - "x-ms-client-request-id": "a86ce6ba864a18bf390a076a1530b9cb", - "x-ms-correlation-request-id": "33c8ad8e-ba1d-4d23-967b-e1da9aaa0869", - "x-ms-ratelimit-remaining-subscription-reads": "9974", - "x-ms-request-id": "7394c4d1-cab9-4024-a3be-66863ba68a21", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040644Z:33c8ad8e-ba1d-4d23-967b-e1da9aaa0869" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c1af30c7382faa7be057dc0f04627a01", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:06:45 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d4920637-48b9-4a28-b1b7-a182bbfd3818", - "x-ms-client-request-id": "c1af30c7382faa7be057dc0f04627a01", - "x-ms-correlation-request-id": "8ddafd29-64e1-40e2-ad96-0c1b3ae583d1", - "x-ms-ratelimit-remaining-subscription-reads": "9973", - "x-ms-request-id": "0f05efa6-06b2-455e-b9d9-45291bbd3ad4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040645Z:8ddafd29-64e1-40e2-ad96-0c1b3ae583d1" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c1e392fb074bd2aed58b5e06c976399c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:06:47 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9e5e2239-d8a0-47f8-9c8e-2fdaa647550c", - "x-ms-client-request-id": "c1e392fb074bd2aed58b5e06c976399c", - "x-ms-correlation-request-id": "3eec97e5-949f-4faa-8f96-9fa551ac4517", - "x-ms-ratelimit-remaining-subscription-reads": "9972", - "x-ms-request-id": "12a448c8-5c27-4156-aae9-43f8130aa749", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040647Z:3eec97e5-949f-4faa-8f96-9fa551ac4517" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "933058c8a9c181dc6ac1c7f3a9b013d6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:06:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "acefe8af-ddb0-4c49-a065-ffbd3dfaccd7", - "x-ms-client-request-id": "933058c8a9c181dc6ac1c7f3a9b013d6", - "x-ms-correlation-request-id": "935f39dc-cf01-4617-9a17-7eed9c4b094e", - "x-ms-ratelimit-remaining-subscription-reads": "9971", - "x-ms-request-id": "babb1b98-5af2-4170-9f67-b1ea7c10d1f5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040648Z:935f39dc-cf01-4617-9a17-7eed9c4b094e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "836f0590f84dc07f81dceba4da75e16a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:06:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7fe250b7-390a-496e-a61e-830df52dae40", - "x-ms-client-request-id": "836f0590f84dc07f81dceba4da75e16a", - "x-ms-correlation-request-id": "1f378850-a12a-48d1-aba0-dda5188b6f8b", - "x-ms-ratelimit-remaining-subscription-reads": "9970", - "x-ms-request-id": "21aca080-5d75-4e58-90f7-e9e17fa2a041", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040649Z:1f378850-a12a-48d1-aba0-dda5188b6f8b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ac473f1de632513fb662568a3fbb2925", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:06:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c6e23cf8-7784-4233-b135-ae2de4d3be3d", - "x-ms-client-request-id": "ac473f1de632513fb662568a3fbb2925", - "x-ms-correlation-request-id": "f48018af-6ecf-475e-9ace-a5dd019b5a4e", - "x-ms-ratelimit-remaining-subscription-reads": "9969", - "x-ms-request-id": "bfd2e900-fcdb-412a-9b9d-cc9331fe7af6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040650Z:f48018af-6ecf-475e-9ace-a5dd019b5a4e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c3768877b606d04fd96f12e4bd38a7f4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:06:52 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9b055af1-d3da-499d-8189-140480b535b9", - "x-ms-client-request-id": "c3768877b606d04fd96f12e4bd38a7f4", - "x-ms-correlation-request-id": "d9648aa9-3940-45e4-af1b-06f8c3ad5f82", - "x-ms-ratelimit-remaining-subscription-reads": "9968", - "x-ms-request-id": "32d7dcec-7459-4715-86c7-c5840be8117e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040652Z:d9648aa9-3940-45e4-af1b-06f8c3ad5f82" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "69d65cdf6769a9a4c51ecdeba1f480c6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:06:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "907f1332-c752-4fa2-b399-4a582ef2d858", - "x-ms-client-request-id": "69d65cdf6769a9a4c51ecdeba1f480c6", - "x-ms-correlation-request-id": "e1c07a26-96da-4c40-be0a-f943418216f7", - "x-ms-ratelimit-remaining-subscription-reads": "9967", - "x-ms-request-id": "2d983e7b-74c2-4637-bd60-7120768672e4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040653Z:e1c07a26-96da-4c40-be0a-f943418216f7" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "512cc6b31dff6663f076d3c2d45a937e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:06:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3ed9787e-5511-4afe-b19f-8cb6b9060cdb", - "x-ms-client-request-id": "512cc6b31dff6663f076d3c2d45a937e", - "x-ms-correlation-request-id": "2adffd1c-d7e0-4aab-bbd5-9df7a88cb2e1", - "x-ms-ratelimit-remaining-subscription-reads": "9966", - "x-ms-request-id": "d3c6584e-bc5c-4675-bdd2-3c4855f7b38c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040654Z:2adffd1c-d7e0-4aab-bbd5-9df7a88cb2e1" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e2aa61babfe510bce3cdfde8e9642ee4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:06:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "08d92d52-db22-4b3a-945c-4c0d146a416b", - "x-ms-client-request-id": "e2aa61babfe510bce3cdfde8e9642ee4", - "x-ms-correlation-request-id": "84cde983-e10d-4512-841f-d10fa5d22939", - "x-ms-ratelimit-remaining-subscription-reads": "9965", - "x-ms-request-id": "82f3c57b-46ad-4c34-8e7c-b08c2284de30", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040656Z:84cde983-e10d-4512-841f-d10fa5d22939" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f7314bef550bc2f5f96f79f294e1d46a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:06:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b4e86423-3323-4a82-b009-28832cd46b13", - "x-ms-client-request-id": "f7314bef550bc2f5f96f79f294e1d46a", - "x-ms-correlation-request-id": "61a34c64-2c37-4c25-aeb4-6f221a2f4955", - "x-ms-ratelimit-remaining-subscription-reads": "9964", - "x-ms-request-id": "38515050-85f9-4bf2-bc4f-56117507473b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040657Z:61a34c64-2c37-4c25-aeb4-6f221a2f4955" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "3f304f8a9e4af4e10a1b6d321f7b7d8c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:06:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ccc0fe44-e738-4b0f-a2f5-944bd1d2c3d9", - "x-ms-client-request-id": "3f304f8a9e4af4e10a1b6d321f7b7d8c", - "x-ms-correlation-request-id": "c62c278c-ddba-4f5c-9493-e72b856f7ba4", - "x-ms-ratelimit-remaining-subscription-reads": "9963", - "x-ms-request-id": "a33056bf-c42a-41f4-9cfd-e93c801ac0bb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040658Z:c62c278c-ddba-4f5c-9493-e72b856f7ba4" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "89d3ef479c2965726ce7e97546c97c02", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:06:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8f85062f-09f9-4fec-b9ab-c627c5c96bdb", - "x-ms-client-request-id": "89d3ef479c2965726ce7e97546c97c02", - "x-ms-correlation-request-id": "6599e69f-7acc-4581-887c-293b733e1135", - "x-ms-ratelimit-remaining-subscription-reads": "9962", - "x-ms-request-id": "a6f92a24-3f0a-4848-bcce-6d2a7abd4cc8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040659Z:6599e69f-7acc-4581-887c-293b733e1135" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "9a5d93f8ef335199693decf0e7c3a37d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:07:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b37d09ce-9dc0-4785-8389-d3612b862641", - "x-ms-client-request-id": "9a5d93f8ef335199693decf0e7c3a37d", - "x-ms-correlation-request-id": "84de83f3-2dee-42d5-a0c7-14a2cd69d404", - "x-ms-ratelimit-remaining-subscription-reads": "9961", - "x-ms-request-id": "85dc4d2a-6b4e-48da-b551-16f2f3416def", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040701Z:84de83f3-2dee-42d5-a0c7-14a2cd69d404" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a5aaecf14b0dee41dccbd362b46bad40", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:07:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ddf38781-5028-446b-86a1-af5932a2bfad", - "x-ms-client-request-id": "a5aaecf14b0dee41dccbd362b46bad40", - "x-ms-correlation-request-id": "816ea44f-c8aa-4514-aa8a-ccb525e6b5ad", - "x-ms-ratelimit-remaining-subscription-reads": "9960", - "x-ms-request-id": "35198579-c49d-4318-9355-8ad70bedd324", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040702Z:816ea44f-c8aa-4514-aa8a-ccb525e6b5ad" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8c396b9fe31d585855821fecaf827da8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:07:03 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3cb99629-4d27-405f-95f6-2e3d56093944", - "x-ms-client-request-id": "8c396b9fe31d585855821fecaf827da8", - "x-ms-correlation-request-id": "4a0d6346-94c1-4011-aaef-643abe6d0fec", - "x-ms-ratelimit-remaining-subscription-reads": "9959", - "x-ms-request-id": "51b5fd84-fad5-4be1-83c1-e2f4ab3617c9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040703Z:4a0d6346-94c1-4011-aaef-643abe6d0fec" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "59836b44d71fadf4516fbd681c379cfe", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:07:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "247dd2d7-716f-4a4a-b48a-de1683919cfa", - "x-ms-client-request-id": "59836b44d71fadf4516fbd681c379cfe", - "x-ms-correlation-request-id": "3e395ce5-8827-4ec4-bf8b-d33ad42a3867", - "x-ms-ratelimit-remaining-subscription-reads": "9958", - "x-ms-request-id": "ef68ee0a-ef57-4e27-8bdb-2c7667592b69", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040705Z:3e395ce5-8827-4ec4-bf8b-d33ad42a3867" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7b51ac8f16890e6093524f8b2c543e5a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:07:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1f2c1d67-2bc0-467c-9064-59fb80bfc02a", - "x-ms-client-request-id": "7b51ac8f16890e6093524f8b2c543e5a", - "x-ms-correlation-request-id": "1360c704-ae36-4420-b4ab-c433e6824f69", - "x-ms-ratelimit-remaining-subscription-reads": "9957", - "x-ms-request-id": "7d66f9a4-d679-49ba-a213-1df3c8b20402", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040706Z:1360c704-ae36-4420-b4ab-c433e6824f69" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "481d2a4d53e8c721768c3aad25f03c1e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:07:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "396a343d-8806-4689-a675-51cc26e23d97", - "x-ms-client-request-id": "481d2a4d53e8c721768c3aad25f03c1e", - "x-ms-correlation-request-id": "6b1e2d55-dcc9-4bea-ad88-7c422660599c", - "x-ms-ratelimit-remaining-subscription-reads": "9956", - "x-ms-request-id": "edd5925f-88a7-4d7a-af99-57ae344d3c2e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040707Z:6b1e2d55-dcc9-4bea-ad88-7c422660599c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "035d21e501312e1f0b75c5cd876881fd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:07:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a106ae40-a564-4f94-b7ed-87cc426f7cc4", - "x-ms-client-request-id": "035d21e501312e1f0b75c5cd876881fd", - "x-ms-correlation-request-id": "21cc3dbc-5b6b-44f2-89b1-b6d4def0fc09", - "x-ms-ratelimit-remaining-subscription-reads": "9955", - "x-ms-request-id": "e9fd3f89-dd3c-478f-9d06-1aa2005167ff", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040708Z:21cc3dbc-5b6b-44f2-89b1-b6d4def0fc09" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f11a633053193b158a8905fddcb2e9a3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:07:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2e84bcfe-0e1c-469a-a267-8c6dd23ef338", - "x-ms-client-request-id": "f11a633053193b158a8905fddcb2e9a3", - "x-ms-correlation-request-id": "4b3bd4a8-3fb6-471c-8fb1-a3a2a20b6994", - "x-ms-ratelimit-remaining-subscription-reads": "9954", - "x-ms-request-id": "55ab5445-3663-45e7-a1e5-5a6c844f22a3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040710Z:4b3bd4a8-3fb6-471c-8fb1-a3a2a20b6994" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "0aa531153bf74b290bef3d738e543f0d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:07:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8e83f8aa-30bf-46ea-bc4c-5c3cb1bcd9e5", - "x-ms-client-request-id": "0aa531153bf74b290bef3d738e543f0d", - "x-ms-correlation-request-id": "81062bcf-bc36-4010-9746-f0e6e4d48f3e", - "x-ms-ratelimit-remaining-subscription-reads": "9953", - "x-ms-request-id": "ccce0b86-c0a0-406d-8e0e-709fc890ba15", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040711Z:81062bcf-bc36-4010-9746-f0e6e4d48f3e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c27d3d0a4ad592040b2278a7fc215159", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:07:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8dfb4c99-f20b-4afe-ab16-96588e0260a3", - "x-ms-client-request-id": "c27d3d0a4ad592040b2278a7fc215159", - "x-ms-correlation-request-id": "178a52f8-e7c5-4c92-aae6-6220ebc69830", - "x-ms-ratelimit-remaining-subscription-reads": "9952", - "x-ms-request-id": "6feda4b5-14e2-4b55-9e2e-a0093909e8b2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040712Z:178a52f8-e7c5-4c92-aae6-6220ebc69830" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "56b7228b76c3f40639cfe62a16a2ad36", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:07:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "96c1c5d4-ca4d-4d3d-baba-5fb739ec56bb", - "x-ms-client-request-id": "56b7228b76c3f40639cfe62a16a2ad36", - "x-ms-correlation-request-id": "2e0869eb-82d8-440f-aaf2-fb9f82811922", - "x-ms-ratelimit-remaining-subscription-reads": "9951", - "x-ms-request-id": "ddc41861-9f61-4c01-bf7e-cb301413167e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040714Z:2e0869eb-82d8-440f-aaf2-fb9f82811922" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "9ff3f7492634cbcd2d13ffd5c3814ee9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:07:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4eef5535-6d42-488a-a400-357809edc13d", - "x-ms-client-request-id": "9ff3f7492634cbcd2d13ffd5c3814ee9", - "x-ms-correlation-request-id": "39b89450-4ee7-4c39-aee4-53f80ea5e0c0", - "x-ms-ratelimit-remaining-subscription-reads": "9950", - "x-ms-request-id": "62053a7d-2c71-442d-9d45-4cae86098bbc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040715Z:39b89450-4ee7-4c39-aee4-53f80ea5e0c0" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "6be7e39de99c944a3688880663da7c68", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:07:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "343d72f3-6d09-4085-acfb-a1534a33e8e7", - "x-ms-client-request-id": "6be7e39de99c944a3688880663da7c68", - "x-ms-correlation-request-id": "9ebab0e2-730a-48c0-acac-1ffcc383b6c6", - "x-ms-ratelimit-remaining-subscription-reads": "9949", - "x-ms-request-id": "2dadafa4-8d0f-4023-9a30-285227ff8f7f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040716Z:9ebab0e2-730a-48c0-acac-1ffcc383b6c6" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "055d4174b22e642455eb29b0763131b8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:07:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f2ab9daa-5972-4931-b62e-ce7b1cf67b43", - "x-ms-client-request-id": "055d4174b22e642455eb29b0763131b8", - "x-ms-correlation-request-id": "1ea94207-d7f3-465f-90ed-c79d0956e3ff", - "x-ms-ratelimit-remaining-subscription-reads": "9948", - "x-ms-request-id": "8762024c-c9f4-4731-84b7-a35e4a8c3327", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040718Z:1ea94207-d7f3-465f-90ed-c79d0956e3ff" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "328cfc8041bb6099ac5e68ac9ec66752", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:07:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "bc6e254d-7dd4-454f-aa05-84c12f4ce634", - "x-ms-client-request-id": "328cfc8041bb6099ac5e68ac9ec66752", - "x-ms-correlation-request-id": "5b07106f-79d9-437c-b9d6-751f13999f77", - "x-ms-ratelimit-remaining-subscription-reads": "9947", - "x-ms-request-id": "0db9029d-ea95-423c-af24-2be75e5eb1be", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040719Z:5b07106f-79d9-437c-b9d6-751f13999f77" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "816097964923eabbbf8216b1c09a1d05", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:07:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2a023192-c9ee-45ee-b3ae-edb09afa7053", - "x-ms-client-request-id": "816097964923eabbbf8216b1c09a1d05", - "x-ms-correlation-request-id": "7c7ac55f-2aba-4a44-b94a-1e88eb2baa02", - "x-ms-ratelimit-remaining-subscription-reads": "9946", - "x-ms-request-id": "1a79e7ef-658b-4733-ae0a-b630a95c0e07", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040720Z:7c7ac55f-2aba-4a44-b94a-1e88eb2baa02" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "6785d056494e32aca7fd58cf4a78c68e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:07:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "787b53c4-6793-4174-9f92-1f9fa949b464", - "x-ms-client-request-id": "6785d056494e32aca7fd58cf4a78c68e", - "x-ms-correlation-request-id": "c9e725cd-1437-4ebe-a841-977c900f415a", - "x-ms-ratelimit-remaining-subscription-reads": "9945", - "x-ms-request-id": "bd795570-dbe6-4b1d-9ecd-fc6d67d15a38", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040721Z:c9e725cd-1437-4ebe-a841-977c900f415a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "df19d684b0d1379440a172392be8a012", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:07:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f2ddaef9-d86b-42aa-9687-8ebd13953cd0", - "x-ms-client-request-id": "df19d684b0d1379440a172392be8a012", - "x-ms-correlation-request-id": "bb834555-592c-4cce-add1-194fcf9ffc49", - "x-ms-ratelimit-remaining-subscription-reads": "9944", - "x-ms-request-id": "29c57ef6-a16e-451f-8480-35a451edc6ac", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040723Z:bb834555-592c-4cce-add1-194fcf9ffc49" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ce55624100414c04ea2dd926f0eca046", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:07:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "aae3ebbc-db96-4f64-bcbb-ddca80e94f70", - "x-ms-client-request-id": "ce55624100414c04ea2dd926f0eca046", - "x-ms-correlation-request-id": "441becfd-1592-4662-a356-358bee96cfec", - "x-ms-ratelimit-remaining-subscription-reads": "9943", - "x-ms-request-id": "dc009372-59f5-4102-9869-6a019f1ef6b2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040724Z:441becfd-1592-4662-a356-358bee96cfec" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e92d87bc3d81a6343b4d26acd67307bf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:07:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b74b776b-e258-483c-9f9b-28de02c658ff", - "x-ms-client-request-id": "e92d87bc3d81a6343b4d26acd67307bf", - "x-ms-correlation-request-id": "b472b292-64f5-4298-a46e-cfd41b5bdc40", - "x-ms-ratelimit-remaining-subscription-reads": "9942", - "x-ms-request-id": "155156b2-3fcb-4621-8b89-28724495ca41", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040725Z:b472b292-64f5-4298-a46e-cfd41b5bdc40" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e88d465cf823844dd1ccf5a3d66e4754", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:07:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9dd09719-818b-4998-bf9e-2eebfb59b8c8", - "x-ms-client-request-id": "e88d465cf823844dd1ccf5a3d66e4754", - "x-ms-correlation-request-id": "697c6179-6de8-4412-b693-27ad1ab04998", - "x-ms-ratelimit-remaining-subscription-reads": "9941", - "x-ms-request-id": "305c5786-b0df-4f4f-bd94-f49bf4a3368e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040727Z:697c6179-6de8-4412-b693-27ad1ab04998" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a47d2c01b6bb04912dae92f3d9577576", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:07:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "514566b0-fadf-43f9-aac9-0d760f695562", - "x-ms-client-request-id": "a47d2c01b6bb04912dae92f3d9577576", - "x-ms-correlation-request-id": "1c50bc45-7829-4b29-abe0-5a8968d4fd29", - "x-ms-ratelimit-remaining-subscription-reads": "9940", - "x-ms-request-id": "11ecb025-924f-4282-b2a7-84df2901be88", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040728Z:1c50bc45-7829-4b29-abe0-5a8968d4fd29" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "aac91a26b85ec4233aa917b44890d0cd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:07:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b8d2eea3-4f4b-4a9d-b31e-fe338e3c520b", - "x-ms-client-request-id": "aac91a26b85ec4233aa917b44890d0cd", - "x-ms-correlation-request-id": "6257795d-0091-4ab3-ba63-5a5d6f9e4f60", - "x-ms-ratelimit-remaining-subscription-reads": "9939", - "x-ms-request-id": "e3b72cff-5145-43e1-a50f-59777e507365", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040729Z:6257795d-0091-4ab3-ba63-5a5d6f9e4f60" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "aaabd10663f6a604b489ba74655aaa79", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:07:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e358efdd-e738-4509-9f50-0d4febe809fa", - "x-ms-client-request-id": "aaabd10663f6a604b489ba74655aaa79", - "x-ms-correlation-request-id": "3aaabad6-a12d-4397-aff5-0ad8a515f5fe", - "x-ms-ratelimit-remaining-subscription-reads": "9938", - "x-ms-request-id": "fb3efd67-5a03-4476-80e7-db829b4b3c57", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040730Z:3aaabad6-a12d-4397-aff5-0ad8a515f5fe" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "bc7d7e569da448f608b969129edcbb9d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:07:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "77dbaaa2-8726-4a0f-8553-ae900d4ad87c", - "x-ms-client-request-id": "bc7d7e569da448f608b969129edcbb9d", - "x-ms-correlation-request-id": "8a0e65aa-936a-47f0-a74d-5a59cc09915e", - "x-ms-ratelimit-remaining-subscription-reads": "9937", - "x-ms-request-id": "e0fc954d-acd9-4cd6-b45d-3a0184b2ef23", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040732Z:8a0e65aa-936a-47f0-a74d-5a59cc09915e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "07ecc5ddcbacc2801523f5d4feaf5ee0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:07:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5523357b-bdad-489a-b7f8-80feeac0adce", - "x-ms-client-request-id": "07ecc5ddcbacc2801523f5d4feaf5ee0", - "x-ms-correlation-request-id": "aedd85c0-ddbb-452c-8e83-e645901704c0", - "x-ms-ratelimit-remaining-subscription-reads": "9936", - "x-ms-request-id": "be290f3d-7e2a-4d5c-9fef-db405309448d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040733Z:aedd85c0-ddbb-452c-8e83-e645901704c0" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ca5e9efe14136928db62a23df9f207d8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:07:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a5d7460a-f702-40e9-aaf0-e4657f1eccf0", - "x-ms-client-request-id": "ca5e9efe14136928db62a23df9f207d8", - "x-ms-correlation-request-id": "94019738-6157-4453-86f3-755f267bb66a", - "x-ms-ratelimit-remaining-subscription-reads": "9935", - "x-ms-request-id": "7d5f3aa0-5c14-4c72-8c83-cba60a1d9b46", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040734Z:94019738-6157-4453-86f3-755f267bb66a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "9f971dcea26d8bcdfdbaa681a7214a59", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:07:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "cc65abb3-9d70-4523-88a4-a49d2f2be6f0", - "x-ms-client-request-id": "9f971dcea26d8bcdfdbaa681a7214a59", - "x-ms-correlation-request-id": "4c320620-89ae-4cd2-b123-6e96a163c087", - "x-ms-ratelimit-remaining-subscription-reads": "9934", - "x-ms-request-id": "b4cd902e-3bad-408a-98f7-ffda3c2a881a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040735Z:4c320620-89ae-4cd2-b123-6e96a163c087" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "0013895af07dc9899c832c492842c923", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:07:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e1cde2a1-6de8-4d4c-ae8e-c243e9a71e30", - "x-ms-client-request-id": "0013895af07dc9899c832c492842c923", - "x-ms-correlation-request-id": "a41fe0f6-5ba5-4edf-a934-19420b679557", - "x-ms-ratelimit-remaining-subscription-reads": "9933", - "x-ms-request-id": "caa92ae1-0dd8-4dc9-975d-8a7f8c5d5e4c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040737Z:a41fe0f6-5ba5-4edf-a934-19420b679557" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e1061c1bbf175c72d0d3cc586ea7c1b9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:07:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d2b7a2fc-adec-4152-90de-9e07e1385845", - "x-ms-client-request-id": "e1061c1bbf175c72d0d3cc586ea7c1b9", - "x-ms-correlation-request-id": "92e317b1-d691-4665-a720-a669808815f6", - "x-ms-ratelimit-remaining-subscription-reads": "9932", - "x-ms-request-id": "9ca78435-a7c1-4fb1-9b7a-be42a4ec114c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040738Z:92e317b1-d691-4665-a720-a669808815f6" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "6fe3491707dedd5a93cd03e9768462ba", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:07:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "eb69eb8a-4073-4729-9c17-03c050de10e6", - "x-ms-client-request-id": "6fe3491707dedd5a93cd03e9768462ba", - "x-ms-correlation-request-id": "f2a36fa7-d5d8-41ef-b2b8-70c5ab08152a", - "x-ms-ratelimit-remaining-subscription-reads": "9931", - "x-ms-request-id": "f465c1c0-1015-44d8-b118-481e3cbe06f3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040740Z:f2a36fa7-d5d8-41ef-b2b8-70c5ab08152a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8b6682f0691b9b4116b72faa24315bf5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:07:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9dfd07c7-2c2c-488f-b7bc-7e9b5b5c279e", - "x-ms-client-request-id": "8b6682f0691b9b4116b72faa24315bf5", - "x-ms-correlation-request-id": "be1bb370-27ad-4481-9740-cbe5ac3fcb33", - "x-ms-ratelimit-remaining-subscription-reads": "9930", - "x-ms-request-id": "4a7d1308-d0e6-4a39-84a1-6b597ebfbab1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040741Z:be1bb370-27ad-4481-9740-cbe5ac3fcb33" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "de3172c15a5f1345c2294d4abc88e54c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:07:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ea622dc8-620d-4126-b13f-2b0245d259ae", - "x-ms-client-request-id": "de3172c15a5f1345c2294d4abc88e54c", - "x-ms-correlation-request-id": "c60f11e4-938d-4b89-8ae7-e3bfd3737c46", - "x-ms-ratelimit-remaining-subscription-reads": "9929", - "x-ms-request-id": "71a4f8b6-83de-486a-a061-edc2aa117943", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040742Z:c60f11e4-938d-4b89-8ae7-e3bfd3737c46" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "eb6712703640ae9e08485827d7afb961", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:07:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "849c0cd8-4a5a-485b-9d26-3086a9afabe2", - "x-ms-client-request-id": "eb6712703640ae9e08485827d7afb961", - "x-ms-correlation-request-id": "68491ca8-3a6a-4a36-98d0-6f79a6d56a16", - "x-ms-ratelimit-remaining-subscription-reads": "9928", - "x-ms-request-id": "3a28f9c1-3787-4bdb-b544-86516175e6d4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040743Z:68491ca8-3a6a-4a36-98d0-6f79a6d56a16" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "03280d728352965b3d52c8f11bf6df8e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:07:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "079df5c1-5d46-41cd-b581-76b1665d946c", - "x-ms-client-request-id": "03280d728352965b3d52c8f11bf6df8e", - "x-ms-correlation-request-id": "b4d6c460-7b29-4896-b378-d59e83a85c10", - "x-ms-ratelimit-remaining-subscription-reads": "9927", - "x-ms-request-id": "e4936245-dff1-4599-8871-ca9f385d6cf5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040745Z:b4d6c460-7b29-4896-b378-d59e83a85c10" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "113ae3d16fc98bb4d483d617011e3c12", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:07:45 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ce9f1b58-2a7c-4ed2-94ab-1bf00c48b4d2", - "x-ms-client-request-id": "113ae3d16fc98bb4d483d617011e3c12", - "x-ms-correlation-request-id": "2d9a6b4d-75f9-4a99-8013-bd5236f543bc", - "x-ms-ratelimit-remaining-subscription-reads": "9926", - "x-ms-request-id": "297d3a5a-6fbf-4f43-ba21-00fe6f9e9e9b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040746Z:2d9a6b4d-75f9-4a99-8013-bd5236f543bc" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "aed7eb70e260ecf9b7d1aeee6dac9211", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:07:47 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "834653ad-7873-43f1-979e-1f56c1ee4377", - "x-ms-client-request-id": "aed7eb70e260ecf9b7d1aeee6dac9211", - "x-ms-correlation-request-id": "24fe223a-7001-4941-8997-977f952cb23f", - "x-ms-ratelimit-remaining-subscription-reads": "9925", - "x-ms-request-id": "24533549-4e42-4ec4-ac28-406a539fbfc2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040747Z:24fe223a-7001-4941-8997-977f952cb23f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f455ca68a7750298599c2ecfad43941e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:07:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d4b41dd1-5b59-4d4d-891c-f93fed606937", - "x-ms-client-request-id": "f455ca68a7750298599c2ecfad43941e", - "x-ms-correlation-request-id": "9135f7be-ec9e-4349-b97e-b7f78869daab", - "x-ms-ratelimit-remaining-subscription-reads": "9924", - "x-ms-request-id": "554bbe6b-8682-415d-8585-ed8952a8c683", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040749Z:9135f7be-ec9e-4349-b97e-b7f78869daab" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2f81b516301eee2de94d5af8c0c51d28", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:07:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "865d9072-3ae3-44ea-bc9e-7e0a3ee99a10", - "x-ms-client-request-id": "2f81b516301eee2de94d5af8c0c51d28", - "x-ms-correlation-request-id": "4c84329c-0566-401b-b747-1fda02f262a6", - "x-ms-ratelimit-remaining-subscription-reads": "9923", - "x-ms-request-id": "dbb26c8c-4029-4551-9cf9-9dcadae43812", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040750Z:4c84329c-0566-401b-b747-1fda02f262a6" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "37aec5f148c8c89d53d555c4b42a3f73", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:07:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d9065d2a-7ff1-4d3c-8688-654808e2e592", - "x-ms-client-request-id": "37aec5f148c8c89d53d555c4b42a3f73", - "x-ms-correlation-request-id": "c497d35b-3ced-4afe-ab93-58d31d69be2d", - "x-ms-ratelimit-remaining-subscription-reads": "9922", - "x-ms-request-id": "db8b086d-a690-4dab-9882-1b012ce0ac2b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040751Z:c497d35b-3ced-4afe-ab93-58d31d69be2d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b8d88f3c622a38f29d660a274c9f4193", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:07:52 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5cd1717b-954c-40d6-9cab-945ef02aff03", - "x-ms-client-request-id": "b8d88f3c622a38f29d660a274c9f4193", - "x-ms-correlation-request-id": "6fd89536-941c-475a-8008-4a15369118c8", - "x-ms-ratelimit-remaining-subscription-reads": "9921", - "x-ms-request-id": "79858d4e-b90b-4e5d-b74a-45312abaf92e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040752Z:6fd89536-941c-475a-8008-4a15369118c8" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e7dd067f5d94ce5618b9dc49db693abe", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:07:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b8eca434-7aef-43d5-9eac-c47a6f3a7a79", - "x-ms-client-request-id": "e7dd067f5d94ce5618b9dc49db693abe", - "x-ms-correlation-request-id": "30a1c4a3-b3cc-4067-84eb-caa9057a27a2", - "x-ms-ratelimit-remaining-subscription-reads": "9920", - "x-ms-request-id": "5f60cf32-c742-490b-8ebd-58666865fe57", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040754Z:30a1c4a3-b3cc-4067-84eb-caa9057a27a2" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "31bce70e65ed8efdd3769a613d757bb4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:07:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "37c13bdd-6ddb-4d11-8325-8b9798584790", - "x-ms-client-request-id": "31bce70e65ed8efdd3769a613d757bb4", - "x-ms-correlation-request-id": "57059b06-65f6-4d97-ab70-c494fd975b41", - "x-ms-ratelimit-remaining-subscription-reads": "9919", - "x-ms-request-id": "bd650f91-9d71-4cf9-a099-6ca3f2990c06", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040755Z:57059b06-65f6-4d97-ab70-c494fd975b41" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ae45c293574cdfde39099f7186a85c34", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:07:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "dbcb2148-5a45-4ec5-a457-36685d4c5a22", - "x-ms-client-request-id": "ae45c293574cdfde39099f7186a85c34", - "x-ms-correlation-request-id": "e80e6069-a992-4d06-a28a-f67112555d76", - "x-ms-ratelimit-remaining-subscription-reads": "9918", - "x-ms-request-id": "080f3038-9e83-4ae2-82cf-7b564eac8dc0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040756Z:e80e6069-a992-4d06-a28a-f67112555d76" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "65194c2c10e319a5084f141ec2f490a2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:07:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c918b0f8-332f-4c8c-8c38-3919694514bb", - "x-ms-client-request-id": "65194c2c10e319a5084f141ec2f490a2", - "x-ms-correlation-request-id": "5bb7e88e-1b9c-40b9-bc39-bcda9a438fc3", - "x-ms-ratelimit-remaining-subscription-reads": "9917", - "x-ms-request-id": "007591ab-e0e1-4be3-92e8-a01d78e1d567", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040758Z:5bb7e88e-1b9c-40b9-bc39-bcda9a438fc3" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "19b6283d8c24b77108dcf7e4c58c082a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:07:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d5021265-20d4-41b7-9db4-e7bd215b4629", - "x-ms-client-request-id": "19b6283d8c24b77108dcf7e4c58c082a", - "x-ms-correlation-request-id": "0545a809-449e-4a60-a333-1b549ce36761", - "x-ms-ratelimit-remaining-subscription-reads": "9916", - "x-ms-request-id": "a2c52d2a-6805-41e5-947e-e3deac038180", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040759Z:0545a809-449e-4a60-a333-1b549ce36761" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f1356619165c82d01c2ba5fd42bf1c45", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:08:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "83527c02-1144-4732-aec1-d1e089a67c22", - "x-ms-client-request-id": "f1356619165c82d01c2ba5fd42bf1c45", - "x-ms-correlation-request-id": "6cfecaa9-9a8d-49a3-b9a0-a11eeb2d8386", - "x-ms-ratelimit-remaining-subscription-reads": "9915", - "x-ms-request-id": "56ae494b-0f75-46e2-8a1c-9a15e7630d4f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040800Z:6cfecaa9-9a8d-49a3-b9a0-a11eeb2d8386" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5d33fc7843f29f10da625d0619c1537b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:08:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c55974b2-fbe7-4c34-8476-ad630a1ad35f", - "x-ms-client-request-id": "5d33fc7843f29f10da625d0619c1537b", - "x-ms-correlation-request-id": "ba0100b5-d7e2-4a2a-927e-82968d8316de", - "x-ms-ratelimit-remaining-subscription-reads": "9914", - "x-ms-request-id": "c9263077-5f7c-4c5b-ab2c-379a59b16e9d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040802Z:ba0100b5-d7e2-4a2a-927e-82968d8316de" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5c05e9469fbe27465733fcf8e6737448", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:08:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b1ae6e23-4691-4d26-a17a-b85fbb6a85e0", - "x-ms-client-request-id": "5c05e9469fbe27465733fcf8e6737448", - "x-ms-correlation-request-id": "9cb309eb-447b-4f66-8a15-cdd9cfdef049", - "x-ms-ratelimit-remaining-subscription-reads": "9913", - "x-ms-request-id": "778cc3bd-5e7a-48a7-83cd-0fc61b8843d8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040803Z:9cb309eb-447b-4f66-8a15-cdd9cfdef049" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c96bb2c0aa59d638569616fab9c9695b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:08:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9bfdc1c8-37b3-4d0d-a634-49e9ed9e4501", - "x-ms-client-request-id": "c96bb2c0aa59d638569616fab9c9695b", - "x-ms-correlation-request-id": "24abd9af-88c3-4517-b87f-d07a0035f44c", - "x-ms-ratelimit-remaining-subscription-reads": "9912", - "x-ms-request-id": "2128723c-b05d-40b6-b6f2-5b5ebb6427cf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040805Z:24abd9af-88c3-4517-b87f-d07a0035f44c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "58b72ad7bfbad986b60c06bf4617b866", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:08:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c8ceffd1-01f1-4092-b01d-aaa745cc3a4f", - "x-ms-client-request-id": "58b72ad7bfbad986b60c06bf4617b866", - "x-ms-correlation-request-id": "daab2039-ec36-42ef-bac2-8e43586a5169", - "x-ms-ratelimit-remaining-subscription-reads": "9911", - "x-ms-request-id": "82f6f8ae-3d2e-4dfa-a818-89e87cc530f1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040806Z:daab2039-ec36-42ef-bac2-8e43586a5169" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "664614ed8a559b22b12e0628884b6d8d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:08:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2a3cf1c0-0fa0-4eeb-bcf0-afcf03b3a151", - "x-ms-client-request-id": "664614ed8a559b22b12e0628884b6d8d", - "x-ms-correlation-request-id": "69dbea55-d26d-425f-8a29-1440f28647f3", - "x-ms-ratelimit-remaining-subscription-reads": "9910", - "x-ms-request-id": "942a99a8-4740-4ec6-a39a-baae01cd94e6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040807Z:69dbea55-d26d-425f-8a29-1440f28647f3" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "bc20a1c91bbc008d2b92134ca4798f3e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:08:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "73927f49-0bd0-4e2e-9e4b-aa815d19f852", - "x-ms-client-request-id": "bc20a1c91bbc008d2b92134ca4798f3e", - "x-ms-correlation-request-id": "4294781b-ae2d-42a3-a228-891b5f2bef55", - "x-ms-ratelimit-remaining-subscription-reads": "9909", - "x-ms-request-id": "4d4ab01a-3b55-4cb8-acf6-40f6278ad841", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040808Z:4294781b-ae2d-42a3-a228-891b5f2bef55" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a40cb0dd03834d05081ba78cb85e506a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:08:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "61a63648-bb0a-47b7-bcbb-e4387d8652ac", - "x-ms-client-request-id": "a40cb0dd03834d05081ba78cb85e506a", - "x-ms-correlation-request-id": "4fcd6ed2-59a8-4120-810d-f2cf1fdaca1e", - "x-ms-ratelimit-remaining-subscription-reads": "9908", - "x-ms-request-id": "7e5f4247-2b05-4b54-8bc9-e83c78f01840", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040810Z:4fcd6ed2-59a8-4120-810d-f2cf1fdaca1e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a5f5789ffcf6d2aa86453ac377d6f738", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:08:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "dcdf9226-498d-4ab2-9393-36241f55ab4d", - "x-ms-client-request-id": "a5f5789ffcf6d2aa86453ac377d6f738", - "x-ms-correlation-request-id": "477855bc-0e0e-446b-b58d-d668f380a0c9", - "x-ms-ratelimit-remaining-subscription-reads": "9907", - "x-ms-request-id": "abf2cde9-4f38-43e8-a7c8-d01f940d20e0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040811Z:477855bc-0e0e-446b-b58d-d668f380a0c9" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d84ac89fc83fc5099bd3b4a0740148cd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:08:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b7aef74d-2d10-4363-9241-9a823364b139", - "x-ms-client-request-id": "d84ac89fc83fc5099bd3b4a0740148cd", - "x-ms-correlation-request-id": "5ec8ec73-d46c-460b-805d-23cc7ae85914", - "x-ms-ratelimit-remaining-subscription-reads": "9906", - "x-ms-request-id": "561611cd-358d-44c6-8e65-c25b119dffeb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040812Z:5ec8ec73-d46c-460b-805d-23cc7ae85914" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2bada842ea83e14706391e3ec841d632", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:08:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9eb71964-d5b4-4c39-821c-d132da815e25", - "x-ms-client-request-id": "2bada842ea83e14706391e3ec841d632", - "x-ms-correlation-request-id": "05e4f5eb-2efa-4bcd-8713-26d64f9400a2", - "x-ms-ratelimit-remaining-subscription-reads": "9905", - "x-ms-request-id": "a2ae143e-0f91-4b81-aaad-b9d714193f44", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040814Z:05e4f5eb-2efa-4bcd-8713-26d64f9400a2" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f0ec6e247714d62a6e2f092347095e85", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:08:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "67ae89fe-6fc8-488c-baf2-4a141c36a6a3", - "x-ms-client-request-id": "f0ec6e247714d62a6e2f092347095e85", - "x-ms-correlation-request-id": "6cc83ab5-092e-4dbb-bca3-c80f0970be76", - "x-ms-ratelimit-remaining-subscription-reads": "9904", - "x-ms-request-id": "e992bad3-d6b6-4312-9c07-9da843ebb021", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040815Z:6cc83ab5-092e-4dbb-bca3-c80f0970be76" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ce816cfdcb28b5b58068d205aacbfd59", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:08:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "52b1c8ec-7f2e-4a1a-a08b-70c7e78d34db", - "x-ms-client-request-id": "ce816cfdcb28b5b58068d205aacbfd59", - "x-ms-correlation-request-id": "5955d50e-a823-408f-96ca-6151c73f7168", - "x-ms-ratelimit-remaining-subscription-reads": "9903", - "x-ms-request-id": "88f0e3dd-5f56-4fb4-b798-f8d14301d61a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040816Z:5955d50e-a823-408f-96ca-6151c73f7168" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "057b82fc5714cab97ed7bc53e02399fc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:08:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "231e438a-b321-4385-a0e4-f342bd35da4d", - "x-ms-client-request-id": "057b82fc5714cab97ed7bc53e02399fc", - "x-ms-correlation-request-id": "bdb8255b-d765-4363-ae29-dc30fa592f06", - "x-ms-ratelimit-remaining-subscription-reads": "9902", - "x-ms-request-id": "a0be7a17-44e3-4846-b425-448daa9463ae", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040817Z:bdb8255b-d765-4363-ae29-dc30fa592f06" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5b4198db08c05809b8376faca5252ba3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:08:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f88bdd8a-182e-4f07-9ee4-107e306021ed", - "x-ms-client-request-id": "5b4198db08c05809b8376faca5252ba3", - "x-ms-correlation-request-id": "a1beb3d1-2e21-45a0-9b3e-c994104af8b0", - "x-ms-ratelimit-remaining-subscription-reads": "9901", - "x-ms-request-id": "8e95d766-8897-4a47-8699-2aab0c9904d5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040819Z:a1beb3d1-2e21-45a0-9b3e-c994104af8b0" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c526b032588da570b3b650510f62d55c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:08:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ce160706-e2ec-4829-bc44-4960db07e988", - "x-ms-client-request-id": "c526b032588da570b3b650510f62d55c", - "x-ms-correlation-request-id": "e5ae2653-0d54-4b99-8c71-a97e8c653245", - "x-ms-ratelimit-remaining-subscription-reads": "9900", - "x-ms-request-id": "8d0cdb01-60a0-4a72-a3d6-29b07edab8e9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040820Z:e5ae2653-0d54-4b99-8c71-a97e8c653245" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "112ad5cea189f49978234ddde80d2558", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:08:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9943aa9d-5db4-4457-88b0-dd167081aac1", - "x-ms-client-request-id": "112ad5cea189f49978234ddde80d2558", - "x-ms-correlation-request-id": "b1803afd-8398-4b44-b62d-52c14c93c0f8", - "x-ms-ratelimit-remaining-subscription-reads": "9899", - "x-ms-request-id": "cfec6060-887f-4d4c-a138-6bb05c2520bf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040822Z:b1803afd-8398-4b44-b62d-52c14c93c0f8" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2f2019abd4fd826f289ca809b8b74956", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:08:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6b717db3-ab73-4766-af6f-da48641b8635", - "x-ms-client-request-id": "2f2019abd4fd826f289ca809b8b74956", - "x-ms-correlation-request-id": "03ddf9fd-bd61-4d72-81a6-6aea0cd0d67c", - "x-ms-ratelimit-remaining-subscription-reads": "9898", - "x-ms-request-id": "ae91ec97-73b1-4747-a9b4-223711d4b442", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040823Z:03ddf9fd-bd61-4d72-81a6-6aea0cd0d67c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "cfdd126219fb911917324c6a0b93bda6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:08:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b31bad0f-cd98-401b-9fcd-6e5ebfbbaa8a", - "x-ms-client-request-id": "cfdd126219fb911917324c6a0b93bda6", - "x-ms-correlation-request-id": "81b4828d-7e82-40b1-81c5-c726673282d8", - "x-ms-ratelimit-remaining-subscription-reads": "9897", - "x-ms-request-id": "621de287-58de-4d67-b7ee-484fdea4fd7a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040824Z:81b4828d-7e82-40b1-81c5-c726673282d8" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f5a6f791a541fa5f65a7e9edf98f3cc1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:08:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f7ae5ef5-2004-4822-8d17-4618296cafd0", - "x-ms-client-request-id": "f5a6f791a541fa5f65a7e9edf98f3cc1", - "x-ms-correlation-request-id": "060d5ef1-b671-445c-b038-4edec79b2bff", - "x-ms-ratelimit-remaining-subscription-reads": "9896", - "x-ms-request-id": "fe7841e4-c53c-4202-baac-70bc15fec0b6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040825Z:060d5ef1-b671-445c-b038-4edec79b2bff" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d57af6d9552f925dff8f18cb87047794", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:08:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "74820dda-2fe4-4bdb-ba19-899e317db779", - "x-ms-client-request-id": "d57af6d9552f925dff8f18cb87047794", - "x-ms-correlation-request-id": "6631a62c-ba37-40de-8d3e-816f47118230", - "x-ms-ratelimit-remaining-subscription-reads": "9895", - "x-ms-request-id": "a375919b-d456-4584-8972-e763a662f5cb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040827Z:6631a62c-ba37-40de-8d3e-816f47118230" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c07701df5311bd14b3e369532f2c9887", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:08:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e1a8ed5c-c597-4474-a737-f4acd7fb93ed", - "x-ms-client-request-id": "c07701df5311bd14b3e369532f2c9887", - "x-ms-correlation-request-id": "22230018-fae5-44c4-92fe-5254df73e3a8", - "x-ms-ratelimit-remaining-subscription-reads": "9894", - "x-ms-request-id": "76fc2cda-26ab-435d-bd85-c2e18b7b86fe", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040828Z:22230018-fae5-44c4-92fe-5254df73e3a8" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "14918bf5e8193c769914f6b28c947361", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:08:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a0b9a038-a459-45a7-b529-456de37d2b55", - "x-ms-client-request-id": "14918bf5e8193c769914f6b28c947361", - "x-ms-correlation-request-id": "c38fc45c-6f5a-41a9-b6d5-2e44cc53e540", - "x-ms-ratelimit-remaining-subscription-reads": "9893", - "x-ms-request-id": "a15d5ee8-168f-4d40-b21d-eee58a2a1834", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040829Z:c38fc45c-6f5a-41a9-b6d5-2e44cc53e540" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f70e55307b1785b0e1bd224ceb0a62d2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:08:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e407fe2b-92ec-46e5-89f7-332e6cb82fee", - "x-ms-client-request-id": "f70e55307b1785b0e1bd224ceb0a62d2", - "x-ms-correlation-request-id": "70e4035b-ab33-4065-87b5-aa17bdd327bf", - "x-ms-ratelimit-remaining-subscription-reads": "9892", - "x-ms-request-id": "69b69294-c4a4-439b-ba46-c85f2ada7ff7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040831Z:70e4035b-ab33-4065-87b5-aa17bdd327bf" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "fbd590f76273f77b8a3b27fd5d62301e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:08:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0bd44a25-d02b-418b-af32-a4b6206ec6a7", - "x-ms-client-request-id": "fbd590f76273f77b8a3b27fd5d62301e", - "x-ms-correlation-request-id": "f49c4c03-ff6c-4556-a427-d1c713836cac", - "x-ms-ratelimit-remaining-subscription-reads": "9891", - "x-ms-request-id": "7ce35ac5-6951-4f74-aa9b-d4cb21a84af6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040832Z:f49c4c03-ff6c-4556-a427-d1c713836cac" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "da220870a01d7970db0c325bc52a518f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:08:32 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "70cff5b2-f905-43ce-919d-6911b696d235", - "x-ms-client-request-id": "da220870a01d7970db0c325bc52a518f", - "x-ms-correlation-request-id": "17ca130c-325b-4164-a7d3-7894e5defa48", - "x-ms-ratelimit-remaining-subscription-reads": "9890", - "x-ms-request-id": "3c320d3d-012b-42fe-bd8b-dbea403fb889", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040833Z:17ca130c-325b-4164-a7d3-7894e5defa48" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "fbbb23b177bfceedd9176cdc54b2277f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:08:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "05d41959-f8fa-4da7-addb-da09d45fd44e", - "x-ms-client-request-id": "fbbb23b177bfceedd9176cdc54b2277f", - "x-ms-correlation-request-id": "af5b2bea-5f9d-4996-895f-feb52bcfc498", - "x-ms-ratelimit-remaining-subscription-reads": "9889", - "x-ms-request-id": "f9060230-08e8-409c-a1e9-7214ea841da2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040834Z:af5b2bea-5f9d-4996-895f-feb52bcfc498" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e2db038c87e756b5205b1f672f1f315f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:08:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "21ccf2df-706b-4caf-82c3-55bced165e63", - "x-ms-client-request-id": "e2db038c87e756b5205b1f672f1f315f", - "x-ms-correlation-request-id": "19768dbd-9bff-4867-a10b-66d9473b6818", - "x-ms-ratelimit-remaining-subscription-reads": "9888", - "x-ms-request-id": "b885b9b4-dad8-409a-a2f4-bd938efc8511", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040836Z:19768dbd-9bff-4867-a10b-66d9473b6818" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "394b98ea34a7f85f1b54010633942528", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:08:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c4f4ba68-dda2-4a2c-82e2-d9291585555d", - "x-ms-client-request-id": "394b98ea34a7f85f1b54010633942528", - "x-ms-correlation-request-id": "c3ea257d-99c4-4794-bb2b-c3b54c56d8e5", - "x-ms-ratelimit-remaining-subscription-reads": "9887", - "x-ms-request-id": "71bb2486-8047-4d2a-8b23-46864a768ed7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040837Z:c3ea257d-99c4-4794-bb2b-c3b54c56d8e5" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c2ceb3e46f4f2aa76e64db6357869eb9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:08:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ba0178bf-8a78-4619-be45-5af26ac19578", - "x-ms-client-request-id": "c2ceb3e46f4f2aa76e64db6357869eb9", - "x-ms-correlation-request-id": "ae752650-6609-4cc3-a2db-04a17a90035f", - "x-ms-ratelimit-remaining-subscription-reads": "9886", - "x-ms-request-id": "738029d8-8aa9-4e52-be20-e2a992163ff6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040838Z:ae752650-6609-4cc3-a2db-04a17a90035f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "bcf10ce6ee6758d7a4e2c69286ae228c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:08:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "74ad8958-7821-4334-aae4-3d656e894ce8", - "x-ms-client-request-id": "bcf10ce6ee6758d7a4e2c69286ae228c", - "x-ms-correlation-request-id": "91319427-014c-47fe-ad3a-a86adea4b31c", - "x-ms-ratelimit-remaining-subscription-reads": "9885", - "x-ms-request-id": "15802dda-1059-4c76-8208-f9b98b5ef9d0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040840Z:91319427-014c-47fe-ad3a-a86adea4b31c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7b83f7356e517b10f020ca4259fba195", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:08:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f1919955-d131-4404-86fe-7991a0a17d4e", - "x-ms-client-request-id": "7b83f7356e517b10f020ca4259fba195", - "x-ms-correlation-request-id": "4581f8c4-449a-4452-95e4-9a1451085936", - "x-ms-ratelimit-remaining-subscription-reads": "9884", - "x-ms-request-id": "d23fd105-edeb-4317-b182-15c01c69862c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040841Z:4581f8c4-449a-4452-95e4-9a1451085936" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "271f47b669a2f5c1dc761e6ca815a4bf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:08:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f9e62b1f-7a9c-41d6-8eee-b0abe6a406c8", - "x-ms-client-request-id": "271f47b669a2f5c1dc761e6ca815a4bf", - "x-ms-correlation-request-id": "0f415043-5544-4c56-87ce-e21d5ab70ac0", - "x-ms-ratelimit-remaining-subscription-reads": "9883", - "x-ms-request-id": "60275427-1e2d-4185-898b-682b595ed10d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040842Z:0f415043-5544-4c56-87ce-e21d5ab70ac0" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "602e4e4222027868fb76cb462494ffa8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:08:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "79538947-5db1-4a89-ac39-ef285f4499b1", - "x-ms-client-request-id": "602e4e4222027868fb76cb462494ffa8", - "x-ms-correlation-request-id": "975c1dfd-9ec0-4d43-9ee7-9306b924ccf6", - "x-ms-ratelimit-remaining-subscription-reads": "9882", - "x-ms-request-id": "485754c8-46a9-429e-80b4-dbcd6bf8506c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040843Z:975c1dfd-9ec0-4d43-9ee7-9306b924ccf6" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "3edc3141fb8eccea358d9fda50a4d2db", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:08:45 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "720c4d76-554e-4f46-b685-58214d5eb6bb", - "x-ms-client-request-id": "3edc3141fb8eccea358d9fda50a4d2db", - "x-ms-correlation-request-id": "43a6e1fd-ddd4-4ee8-9076-c03340c71065", - "x-ms-ratelimit-remaining-subscription-reads": "9881", - "x-ms-request-id": "6fe25790-b8ce-4672-83f3-32bb0ddb8a24", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040845Z:43a6e1fd-ddd4-4ee8-9076-c03340c71065" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "0a000a7c40cd9392dfa72b2b9e7ad147", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:08:46 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9875fead-5cad-4117-aa1e-ba35cc486aa2", - "x-ms-client-request-id": "0a000a7c40cd9392dfa72b2b9e7ad147", - "x-ms-correlation-request-id": "5712e457-b2ce-4ae8-9c70-845f225b8c22", - "x-ms-ratelimit-remaining-subscription-reads": "9880", - "x-ms-request-id": "858a695c-ae8f-42f0-983b-b2089d88fe0b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040846Z:5712e457-b2ce-4ae8-9c70-845f225b8c22" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "772a75776539473164622a75838d2757", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:08:47 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "af6d2c98-9d8f-4fcd-b0cd-814c56d59c27", - "x-ms-client-request-id": "772a75776539473164622a75838d2757", - "x-ms-correlation-request-id": "af858efa-daec-468e-bd02-c8f4882e7c82", - "x-ms-ratelimit-remaining-subscription-reads": "9879", - "x-ms-request-id": "5edc1ddb-1d2e-423e-b5cd-6e8bb06f6374", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040847Z:af858efa-daec-468e-bd02-c8f4882e7c82" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "19c9f0a3f49401db9e485fe7cfbe2ebb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:08:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "842e9db3-71c1-4e5f-b540-4d69524c642e", - "x-ms-client-request-id": "19c9f0a3f49401db9e485fe7cfbe2ebb", - "x-ms-correlation-request-id": "d695c49d-b43d-40e8-b035-a45670d8bc24", - "x-ms-ratelimit-remaining-subscription-reads": "9878", - "x-ms-request-id": "fc5a79a6-e5f2-4adb-90d7-3e20100781b4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040849Z:d695c49d-b43d-40e8-b035-a45670d8bc24" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "da6357bb5b7917a2d9b9a56b151d1051", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:08:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3e999eca-1ebc-4d26-b94c-80a05bc40845", - "x-ms-client-request-id": "da6357bb5b7917a2d9b9a56b151d1051", - "x-ms-correlation-request-id": "8cd743cb-2270-4841-bb3b-74882877b5e1", - "x-ms-ratelimit-remaining-subscription-reads": "9877", - "x-ms-request-id": "73635aed-ceb2-423f-a211-f99b10b7cc5f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040850Z:8cd743cb-2270-4841-bb3b-74882877b5e1" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ad87d47fb8b082b39a29d8f0054977a6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:08:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "86a31c7f-1d51-47c7-b43a-74c16f0c37a3", - "x-ms-client-request-id": "ad87d47fb8b082b39a29d8f0054977a6", - "x-ms-correlation-request-id": "279b4f14-fa60-4324-bb01-0900c13904c3", - "x-ms-ratelimit-remaining-subscription-reads": "9876", - "x-ms-request-id": "4dd5e00f-0e6d-4374-90e9-8a6328178375", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040851Z:279b4f14-fa60-4324-bb01-0900c13904c3" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2bb96f344d2a48dd4eb23fdb4f6feb81", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:08:52 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a64252a7-1b4e-474d-9d3f-c341c03981c8", - "x-ms-client-request-id": "2bb96f344d2a48dd4eb23fdb4f6feb81", - "x-ms-correlation-request-id": "4a0e06cf-ecbd-4679-aefd-c7d0317ee44e", - "x-ms-ratelimit-remaining-subscription-reads": "9875", - "x-ms-request-id": "38cf3666-018e-4c2d-8881-4f3904bb418a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040852Z:4a0e06cf-ecbd-4679-aefd-c7d0317ee44e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "fb670e388037030aa4e03f5083b1118f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:08:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8a1fc9c7-72b8-4fea-94a3-af58dcdac8ff", - "x-ms-client-request-id": "fb670e388037030aa4e03f5083b1118f", - "x-ms-correlation-request-id": "49f49318-3eaa-44ae-9d7f-cdfe3bde9ee4", - "x-ms-ratelimit-remaining-subscription-reads": "9874", - "x-ms-request-id": "6c113235-e48e-41c9-8c12-cf19ab0f42d2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040854Z:49f49318-3eaa-44ae-9d7f-cdfe3bde9ee4" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a537ff41e4633226f63f5ffe78d8332a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:08:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a8049718-773e-4e20-9179-ec6b7669755c", - "x-ms-client-request-id": "a537ff41e4633226f63f5ffe78d8332a", - "x-ms-correlation-request-id": "3499c7de-c28c-401a-8d02-cdf310684f5a", - "x-ms-ratelimit-remaining-subscription-reads": "9873", - "x-ms-request-id": "d3765fc3-d16f-4043-8eb3-3dcad41af95b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040855Z:3499c7de-c28c-401a-8d02-cdf310684f5a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f7b8573e7be2b36f65b687490e8dc59c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:08:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6800344f-e69c-4ff7-9f5f-a256267515b0", - "x-ms-client-request-id": "f7b8573e7be2b36f65b687490e8dc59c", - "x-ms-correlation-request-id": "4bb85c98-ae83-4e85-99ba-bb5016dafb39", - "x-ms-ratelimit-remaining-subscription-reads": "9872", - "x-ms-request-id": "0fea34d2-624b-4d62-ab45-2b437df44a92", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040856Z:4bb85c98-ae83-4e85-99ba-bb5016dafb39" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "4f99b0a04538531de73505f7200b8bcc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:08:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "58342e93-17e9-4dcb-8f03-fbb7a91b43f0", - "x-ms-client-request-id": "4f99b0a04538531de73505f7200b8bcc", - "x-ms-correlation-request-id": "7b4ff4ed-7f1e-4898-aa5a-14ded3d4c7aa", - "x-ms-ratelimit-remaining-subscription-reads": "9871", - "x-ms-request-id": "1eee08a1-ecf4-4a56-b89c-7c3eefc2ba38", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040858Z:7b4ff4ed-7f1e-4898-aa5a-14ded3d4c7aa" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2b1114ad1af9c5ac908340ad5ddd2369", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:08:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f96b6eb7-74e1-47f1-896b-1672dc737b8f", - "x-ms-client-request-id": "2b1114ad1af9c5ac908340ad5ddd2369", - "x-ms-correlation-request-id": "d4ee0b19-57bf-4b3a-98e7-46e09fc725c0", - "x-ms-ratelimit-remaining-subscription-reads": "9870", - "x-ms-request-id": "42136407-8d1c-42b3-be16-fd16b0405396", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040859Z:d4ee0b19-57bf-4b3a-98e7-46e09fc725c0" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c75ec37ae33ef8f239650fad76779359", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:09:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5db2da8c-5d83-407b-870c-f67068bb807d", - "x-ms-client-request-id": "c75ec37ae33ef8f239650fad76779359", - "x-ms-correlation-request-id": "491d7f4d-599e-48db-b9df-5873d4ebae40", - "x-ms-ratelimit-remaining-subscription-reads": "9869", - "x-ms-request-id": "2841cbf1-3454-426a-83cf-064f40b6845c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040900Z:491d7f4d-599e-48db-b9df-5873d4ebae40" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f99cba2b997b85a203d4bfb50570f50a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:09:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "76b5e86e-4c3b-427f-b296-2b56049bb69b", - "x-ms-client-request-id": "f99cba2b997b85a203d4bfb50570f50a", - "x-ms-correlation-request-id": "4a483860-00ed-4478-9556-1c6456e8785c", - "x-ms-ratelimit-remaining-subscription-reads": "9868", - "x-ms-request-id": "a859a8f3-fec6-4ca2-9e8c-5f70edeb028c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040901Z:4a483860-00ed-4478-9556-1c6456e8785c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5d7d9c11c3adca8d2219f2940bff4f19", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:09:03 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6ab61b1c-0710-4f2c-bb53-aa0912587963", - "x-ms-client-request-id": "5d7d9c11c3adca8d2219f2940bff4f19", - "x-ms-correlation-request-id": "d8255db5-3996-493f-b201-2b5c49fc080c", - "x-ms-ratelimit-remaining-subscription-reads": "9867", - "x-ms-request-id": "0048c90c-c5ed-44c1-a75c-776ef374a70e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040903Z:d8255db5-3996-493f-b201-2b5c49fc080c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a382e7f02941e0ed20d8c46a243cf3c8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:09:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9e3c2e14-7362-4df0-8305-837b7157e397", - "x-ms-client-request-id": "a382e7f02941e0ed20d8c46a243cf3c8", - "x-ms-correlation-request-id": "ee567851-7a7f-48df-9e25-8dd2f5c26656", - "x-ms-ratelimit-remaining-subscription-reads": "9866", - "x-ms-request-id": "450e04f6-cb26-45a4-a2a6-dad46528e451", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040904Z:ee567851-7a7f-48df-9e25-8dd2f5c26656" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "da9b046f36f967ab2cd1d762a70e7904", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:09:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1db3fd90-e7e7-4082-8a5a-9739efd579b2", - "x-ms-client-request-id": "da9b046f36f967ab2cd1d762a70e7904", - "x-ms-correlation-request-id": "12943ee3-36a9-4ee0-b929-ccc0bf29aab7", - "x-ms-ratelimit-remaining-subscription-reads": "9865", - "x-ms-request-id": "b0c33bf8-10df-432a-b61e-40b79a76bc94", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040905Z:12943ee3-36a9-4ee0-b929-ccc0bf29aab7" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "1dc5a68452eee7c9ae9d3cd4fe23a6e5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:09:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c29ccfa6-c9d5-49d9-8eae-f95bb3382fa8", - "x-ms-client-request-id": "1dc5a68452eee7c9ae9d3cd4fe23a6e5", - "x-ms-correlation-request-id": "0d351ed5-fcd7-498e-8497-09e0044faa2e", - "x-ms-ratelimit-remaining-subscription-reads": "9864", - "x-ms-request-id": "11861802-0cee-4254-9fc3-b1b401efd721", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040907Z:0d351ed5-fcd7-498e-8497-09e0044faa2e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "062429257463b91f3b1a766f528a3911", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:09:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "178ef31b-4492-4967-9cf8-7e9c92717cc0", - "x-ms-client-request-id": "062429257463b91f3b1a766f528a3911", - "x-ms-correlation-request-id": "d887b16f-1860-40e3-9f2c-987b8975111b", - "x-ms-ratelimit-remaining-subscription-reads": "9863", - "x-ms-request-id": "f9054425-5fd4-42b3-b7e1-19ee9bd596de", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040908Z:d887b16f-1860-40e3-9f2c-987b8975111b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7de5c05fd5771dda3bb42b5cf9d76909", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:09:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9f80a3fd-d800-48d6-9fc0-3749cb7d8696", - "x-ms-client-request-id": "7de5c05fd5771dda3bb42b5cf9d76909", - "x-ms-correlation-request-id": "67a84976-68db-4164-8498-cfb2d4889363", - "x-ms-ratelimit-remaining-subscription-reads": "9862", - "x-ms-request-id": "df5d4ebb-0bb0-489f-8acb-620e6d0d7eed", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040909Z:67a84976-68db-4164-8498-cfb2d4889363" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7e3df12b72ea10a0860be2d4db5a9424", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:09:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3491fa06-ca8a-472c-a893-d1809d1cf63e", - "x-ms-client-request-id": "7e3df12b72ea10a0860be2d4db5a9424", - "x-ms-correlation-request-id": "167998a0-53bb-435e-978d-ffac5ab1554b", - "x-ms-ratelimit-remaining-subscription-reads": "9861", - "x-ms-request-id": "4bc75e19-a617-427a-b470-d44509242901", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040910Z:167998a0-53bb-435e-978d-ffac5ab1554b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "3e752a63283d4f6d4f06cbaf49c3c064", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:09:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "073cf159-bc5b-4678-839d-3617382b12d3", - "x-ms-client-request-id": "3e752a63283d4f6d4f06cbaf49c3c064", - "x-ms-correlation-request-id": "239620bd-0312-486a-8152-606ae46930f5", - "x-ms-ratelimit-remaining-subscription-reads": "9860", - "x-ms-request-id": "9a18303b-8066-4185-8760-c860639959c5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040912Z:239620bd-0312-486a-8152-606ae46930f5" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "61436cb0bb4dec271fd5f76cf30541e0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:09:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9cae8f52-6eb6-4e43-a950-fd25e36c5a90", - "x-ms-client-request-id": "61436cb0bb4dec271fd5f76cf30541e0", - "x-ms-correlation-request-id": "34f488c5-8f47-4c50-91df-a5ab4cb8278a", - "x-ms-ratelimit-remaining-subscription-reads": "9859", - "x-ms-request-id": "f917a2c6-38ee-4c86-bf38-47cef7653cd6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040913Z:34f488c5-8f47-4c50-91df-a5ab4cb8278a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "cef8071f2a6103cb83ed2ee3a7f1c7c3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:09:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "341da0bd-4700-4091-9ca1-d3fff4688d0b", - "x-ms-client-request-id": "cef8071f2a6103cb83ed2ee3a7f1c7c3", - "x-ms-correlation-request-id": "495e625e-7a4f-4d37-bbc4-a2e502ab0194", - "x-ms-ratelimit-remaining-subscription-reads": "9858", - "x-ms-request-id": "a5c01e7e-c4f0-42b5-9851-2ba9c1f5e3a5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040914Z:495e625e-7a4f-4d37-bbc4-a2e502ab0194" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "6f237e4a3317a8d603891f6830005c49", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:09:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "61945c23-3585-4b3e-8bcf-f99090cce4d6", - "x-ms-client-request-id": "6f237e4a3317a8d603891f6830005c49", - "x-ms-correlation-request-id": "755946a1-14d9-43ff-9b53-acce9ff76d35", - "x-ms-ratelimit-remaining-subscription-reads": "9857", - "x-ms-request-id": "cadce0a6-5ed7-4304-a6ab-08368bca02a0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040916Z:755946a1-14d9-43ff-9b53-acce9ff76d35" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "418febc4f1ca8602a13fdd608c43452d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:09:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8e27ef3f-8458-47e2-8ec7-b573bbedecac", - "x-ms-client-request-id": "418febc4f1ca8602a13fdd608c43452d", - "x-ms-correlation-request-id": "63a4e76d-7d40-4085-b3b1-92bad5871ad0", - "x-ms-ratelimit-remaining-subscription-reads": "9856", - "x-ms-request-id": "682f8700-af71-4dff-9104-4c56428db0ff", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040917Z:63a4e76d-7d40-4085-b3b1-92bad5871ad0" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7421330dd2e1ecc9304fcbd80b62d282", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:09:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "60bfab3f-9135-4f96-89b8-8fc95f3de64f", - "x-ms-client-request-id": "7421330dd2e1ecc9304fcbd80b62d282", - "x-ms-correlation-request-id": "78f36653-9d17-45b7-aeda-3946a5b240db", - "x-ms-ratelimit-remaining-subscription-reads": "9855", - "x-ms-request-id": "13d67a00-345c-4eb3-b29f-8460db401120", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040918Z:78f36653-9d17-45b7-aeda-3946a5b240db" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "bb1fe590856259f87b9dced755761cc0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:09:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "167c80e1-cd02-463f-bd96-88927f91a549", - "x-ms-client-request-id": "bb1fe590856259f87b9dced755761cc0", - "x-ms-correlation-request-id": "56731c48-9036-4c74-a1ed-006ec4335a25", - "x-ms-ratelimit-remaining-subscription-reads": "9854", - "x-ms-request-id": "487d87c0-4986-44ab-8e5f-f30cf4ea4fe2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040919Z:56731c48-9036-4c74-a1ed-006ec4335a25" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "fd5bf243e7dff26721a3117b26297b3e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:09:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "dce0c6b9-107f-4595-96d4-214f4111fea6", - "x-ms-client-request-id": "fd5bf243e7dff26721a3117b26297b3e", - "x-ms-correlation-request-id": "57b72242-80c0-48a7-9264-108d1bbbea48", - "x-ms-ratelimit-remaining-subscription-reads": "9853", - "x-ms-request-id": "7e87ae73-efbb-4c1b-aaf7-5cb0541e368c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040921Z:57b72242-80c0-48a7-9264-108d1bbbea48" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a6cf5a6d892488ca3bc8f94404f296b9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:09:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b98a5a7d-7c68-4cb9-8fd1-be66a4d45a03", - "x-ms-client-request-id": "a6cf5a6d892488ca3bc8f94404f296b9", - "x-ms-correlation-request-id": "6157e271-6f8e-464a-97ed-cf025831aa99", - "x-ms-ratelimit-remaining-subscription-reads": "9852", - "x-ms-request-id": "d8f9b813-4436-4dd0-a75b-382f83a6d1ce", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040922Z:6157e271-6f8e-464a-97ed-cf025831aa99" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "18950a32d507a9a37d2c9abf747d3352", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:09:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "03c3abc3-09a0-4e36-a509-0fe4d94fa467", - "x-ms-client-request-id": "18950a32d507a9a37d2c9abf747d3352", - "x-ms-correlation-request-id": "d77c34e3-3e88-4997-81d5-a1c0bd33516f", - "x-ms-ratelimit-remaining-subscription-reads": "9851", - "x-ms-request-id": "227239ca-fb6e-4439-a13b-0ea6303dc1dc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040923Z:d77c34e3-3e88-4997-81d5-a1c0bd33516f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "fb6a8f2275a7ba9c27d2c116ee23ed2f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:09:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f04831b9-db45-48df-9a35-38d4946d3857", - "x-ms-client-request-id": "fb6a8f2275a7ba9c27d2c116ee23ed2f", - "x-ms-correlation-request-id": "a4d3ecfa-6185-4f2f-844c-6eb70e09da6b", - "x-ms-ratelimit-remaining-subscription-reads": "9850", - "x-ms-request-id": "f316af0e-12f6-42be-b778-1b69b76f4477", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040925Z:a4d3ecfa-6185-4f2f-844c-6eb70e09da6b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "1b48570c62949736b62529f7ef0b13bd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:09:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "fe5f11b2-e762-46d6-ac8e-741fcb2d1808", - "x-ms-client-request-id": "1b48570c62949736b62529f7ef0b13bd", - "x-ms-correlation-request-id": "bc312946-04a8-4187-9068-a6d56ebe296a", - "x-ms-ratelimit-remaining-subscription-reads": "9849", - "x-ms-request-id": "75bce2ce-12cf-4d44-862d-80a1bbb5916e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040926Z:bc312946-04a8-4187-9068-a6d56ebe296a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7421a6959b88bc126edaf134138dba59", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:09:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f9a0eeb4-e12d-4ef8-82d3-575189bfca4c", - "x-ms-client-request-id": "7421a6959b88bc126edaf134138dba59", - "x-ms-correlation-request-id": "e0e45948-678d-4e92-9672-24d03023a496", - "x-ms-ratelimit-remaining-subscription-reads": "9848", - "x-ms-request-id": "f48c82e0-466d-4cd3-ad25-ae623cef3476", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040927Z:e0e45948-678d-4e92-9672-24d03023a496" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "1db26b3e1735bfbd58d244824ca4cb1b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:09:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e2c52694-69b2-472c-a6c5-d9e81ae69212", - "x-ms-client-request-id": "1db26b3e1735bfbd58d244824ca4cb1b", - "x-ms-correlation-request-id": "e2bf9414-63d2-4c2b-a546-a81196409ff6", - "x-ms-ratelimit-remaining-subscription-reads": "9847", - "x-ms-request-id": "9367a282-f871-4a23-8e3f-b4dd2e172fa7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040928Z:e2bf9414-63d2-4c2b-a546-a81196409ff6" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "478104bf790171a7458bacb970028329", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:09:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9d7c6b4a-c456-41b5-ab8b-eda344f33749", - "x-ms-client-request-id": "478104bf790171a7458bacb970028329", - "x-ms-correlation-request-id": "34600e83-de7e-4c0b-b366-56f2a75137de", - "x-ms-ratelimit-remaining-subscription-reads": "9846", - "x-ms-request-id": "9662c6a2-6e11-46db-96ac-fb8b704672fa", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040930Z:34600e83-de7e-4c0b-b366-56f2a75137de" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "83b9cf6af6587d88e9621cb5569070ca", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:09:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4e3e822a-bdd7-491f-a76a-7505c8582722", - "x-ms-client-request-id": "83b9cf6af6587d88e9621cb5569070ca", - "x-ms-correlation-request-id": "60bb1172-b33f-4166-b7f2-e1afd3d143a1", - "x-ms-ratelimit-remaining-subscription-reads": "9845", - "x-ms-request-id": "13e360fe-29df-4531-abe7-800e617e7c31", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040931Z:60bb1172-b33f-4166-b7f2-e1afd3d143a1" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "0f75d50f730bc557c441d7aa6b034f56", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:09:32 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "183fc3d8-1eb0-4480-843d-e4f1312da3ee", - "x-ms-client-request-id": "0f75d50f730bc557c441d7aa6b034f56", - "x-ms-correlation-request-id": "0a62a806-d53c-4d6c-b30c-a083c523f0a8", - "x-ms-ratelimit-remaining-subscription-reads": "9844", - "x-ms-request-id": "d4c7ceb9-8a9f-4fc5-9062-ac0546cfce30", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040932Z:0a62a806-d53c-4d6c-b30c-a083c523f0a8" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7c171a4e47ebc8c37b035e9f5df11ab4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:09:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a822c9e8-7048-40c3-90cf-ae2e9cf1da42", - "x-ms-client-request-id": "7c171a4e47ebc8c37b035e9f5df11ab4", - "x-ms-correlation-request-id": "cd880861-f502-42d0-92d8-4bedc49a08a6", - "x-ms-ratelimit-remaining-subscription-reads": "9843", - "x-ms-request-id": "da62f4ad-2ed3-4ca2-ad0f-fdebd25623a7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040934Z:cd880861-f502-42d0-92d8-4bedc49a08a6" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "9aa9e11a748cf71d78f3bf171ede12e5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:09:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a01792f0-8049-478c-99a9-8f2c236a3796", - "x-ms-client-request-id": "9aa9e11a748cf71d78f3bf171ede12e5", - "x-ms-correlation-request-id": "6b8f2c77-25a3-4255-a10e-47b5885d4600", - "x-ms-ratelimit-remaining-subscription-reads": "9842", - "x-ms-request-id": "a458b285-bc01-4dd7-b7ec-3c46f36ff023", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040935Z:6b8f2c77-25a3-4255-a10e-47b5885d4600" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "3b66c512f478c8df12ad930814b768d2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:09:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9df28dcb-e1ce-4c02-a0fa-5c524d957dcb", - "x-ms-client-request-id": "3b66c512f478c8df12ad930814b768d2", - "x-ms-correlation-request-id": "34453186-610a-48f7-a591-eb7ca602edab", - "x-ms-ratelimit-remaining-subscription-reads": "9841", - "x-ms-request-id": "9f7f6e65-6c7d-4d13-acc7-45c5ce9108b1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040936Z:34453186-610a-48f7-a591-eb7ca602edab" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "898f2227b45adacafd2004f787aca99d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:09:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "016bdf1b-7370-40d9-8708-8582b3ab89a3", - "x-ms-client-request-id": "898f2227b45adacafd2004f787aca99d", - "x-ms-correlation-request-id": "00ec9f23-459d-4269-a1c2-840557517d4e", - "x-ms-ratelimit-remaining-subscription-reads": "9840", - "x-ms-request-id": "979ee579-d73d-49e2-bfae-44de8de35f0b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040938Z:00ec9f23-459d-4269-a1c2-840557517d4e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "978d78f1de8b263c02e188dfe015e2c0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:09:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "af28c833-04f2-47ef-b569-25c8eccafb44", - "x-ms-client-request-id": "978d78f1de8b263c02e188dfe015e2c0", - "x-ms-correlation-request-id": "38294102-c7c5-4805-867c-6771fbfbf3e2", - "x-ms-ratelimit-remaining-subscription-reads": "9839", - "x-ms-request-id": "6fcdfb94-46fd-4ad5-88e6-9f5fa552fe84", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040939Z:38294102-c7c5-4805-867c-6771fbfbf3e2" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "fbefed8b884e5e8bfb8b3e58efe74166", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:09:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ffe1eaec-8783-4c5c-9009-f645eca979cb", - "x-ms-client-request-id": "fbefed8b884e5e8bfb8b3e58efe74166", - "x-ms-correlation-request-id": "47a4af7b-c51a-4170-91cf-b20c938f818d", - "x-ms-ratelimit-remaining-subscription-reads": "9838", - "x-ms-request-id": "6396cf77-a6f0-400b-9967-f8708e15e880", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040940Z:47a4af7b-c51a-4170-91cf-b20c938f818d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "9c16f503d02a4847e66886792bebfae8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:09:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "78be3c18-9248-45f6-a6c2-7ec49aa37ed5", - "x-ms-client-request-id": "9c16f503d02a4847e66886792bebfae8", - "x-ms-correlation-request-id": "0f69d890-3602-47a4-b842-2375626b0fa8", - "x-ms-ratelimit-remaining-subscription-reads": "9837", - "x-ms-request-id": "283e9e2a-8547-4581-ac29-04ffb5a9f8cd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040941Z:0f69d890-3602-47a4-b842-2375626b0fa8" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "9a6c433dadbc684eed2e9cffa0e3361a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:09:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1bf7a549-b7a6-4f23-9a62-fcf789263a25", - "x-ms-client-request-id": "9a6c433dadbc684eed2e9cffa0e3361a", - "x-ms-correlation-request-id": "df13f048-bb9f-4dd7-a4e9-5a04c7d2e08a", - "x-ms-ratelimit-remaining-subscription-reads": "9836", - "x-ms-request-id": "15efc251-d908-464e-abfd-a5dc2b28ad97", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040943Z:df13f048-bb9f-4dd7-a4e9-5a04c7d2e08a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "eadb22a046feba95a6a715e601113210", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:09:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "449a1bd8-a543-4190-8d8c-ad0bd8c63543", - "x-ms-client-request-id": "eadb22a046feba95a6a715e601113210", - "x-ms-correlation-request-id": "ad5bff0f-cbbe-4518-8f0e-dbf9870027a9", - "x-ms-ratelimit-remaining-subscription-reads": "9835", - "x-ms-request-id": "8555ea0f-c692-482b-8b0a-d4f4760eef9d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040944Z:ad5bff0f-cbbe-4518-8f0e-dbf9870027a9" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ab1b5691a67b55a9a6adaefc3447a803", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:09:45 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3cefb531-5788-400f-86e9-13572d681323", - "x-ms-client-request-id": "ab1b5691a67b55a9a6adaefc3447a803", - "x-ms-correlation-request-id": "5bbeebae-97a7-45cf-932a-ee6c596ad191", - "x-ms-ratelimit-remaining-subscription-reads": "9834", - "x-ms-request-id": "94458298-f5f7-4832-a6ad-a28a68616f5b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040945Z:5bbeebae-97a7-45cf-932a-ee6c596ad191" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "09d96c310f0ff7e9aeb2f414986866db", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:09:46 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a5836f3c-5d90-44ad-b4e0-56dda354b907", - "x-ms-client-request-id": "09d96c310f0ff7e9aeb2f414986866db", - "x-ms-correlation-request-id": "b5b4bc01-29ba-4017-a5a1-d42648749bff", - "x-ms-ratelimit-remaining-subscription-reads": "9833", - "x-ms-request-id": "87280627-9a26-4b7f-96a2-47db3d1bff83", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040947Z:b5b4bc01-29ba-4017-a5a1-d42648749bff" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "4a6e8bfb8ac8f99f788544519899855e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:09:47 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c94455ba-65c6-4c31-85bf-bbccb4d1753e", - "x-ms-client-request-id": "4a6e8bfb8ac8f99f788544519899855e", - "x-ms-correlation-request-id": "0c55925c-3606-48e6-87d6-628320ee6586", - "x-ms-ratelimit-remaining-subscription-reads": "9832", - "x-ms-request-id": "2adc1739-dabf-4256-99e8-3435a2770843", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040948Z:0c55925c-3606-48e6-87d6-628320ee6586" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "95b411ff293881006c23fdc9b295bd3d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:09:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "57418187-4af4-45ef-bf44-7b7dcd52dea2", - "x-ms-client-request-id": "95b411ff293881006c23fdc9b295bd3d", - "x-ms-correlation-request-id": "5508b7f2-c670-4dc1-be52-0b3ac1386e7c", - "x-ms-ratelimit-remaining-subscription-reads": "9831", - "x-ms-request-id": "f5c96000-0f97-4f01-a8ad-db1a12448c95", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040949Z:5508b7f2-c670-4dc1-be52-0b3ac1386e7c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a900d2465ed8a73acddf918acb985f15", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:09:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4867e5cb-7c81-489a-8bc1-4635d0ce07de", - "x-ms-client-request-id": "a900d2465ed8a73acddf918acb985f15", - "x-ms-correlation-request-id": "83118e15-abda-42cb-a33d-4aa16776f3fd", - "x-ms-ratelimit-remaining-subscription-reads": "9830", - "x-ms-request-id": "ee35d183-e7b0-4de1-9fe2-6cea07e19857", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040950Z:83118e15-abda-42cb-a33d-4aa16776f3fd" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8615952cd1b4d2a38becdda48dd546e2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:09:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ba7b1346-8d45-4520-a06b-747683391f0c", - "x-ms-client-request-id": "8615952cd1b4d2a38becdda48dd546e2", - "x-ms-correlation-request-id": "c8af1f57-0cca-4622-8cbd-8b5203821d27", - "x-ms-ratelimit-remaining-subscription-reads": "9829", - "x-ms-request-id": "a6facce4-b581-440f-9aa7-f228a6fe5d57", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040952Z:c8af1f57-0cca-4622-8cbd-8b5203821d27" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c50a06c8dc98a186d70dc8589776b6d4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:09:52 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b3042bea-c184-4605-ae0a-f5505c82922e", - "x-ms-client-request-id": "c50a06c8dc98a186d70dc8589776b6d4", - "x-ms-correlation-request-id": "2f0cfa71-6684-4340-bea9-0c335d1dcbcb", - "x-ms-ratelimit-remaining-subscription-reads": "9828", - "x-ms-request-id": "e71c30f8-96c8-4123-9851-13f52556eeac", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040953Z:2f0cfa71-6684-4340-bea9-0c335d1dcbcb" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "1d9ce8c4367f75892f2e1eec809519f7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:09:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1522beff-5e98-4864-aff9-5025d466b627", - "x-ms-client-request-id": "1d9ce8c4367f75892f2e1eec809519f7", - "x-ms-correlation-request-id": "e299f48d-6362-4d1e-bb0a-f4e862edb4ea", - "x-ms-ratelimit-remaining-subscription-reads": "9827", - "x-ms-request-id": "6626867a-ae3c-4673-93f9-cdc95925f9e0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040954Z:e299f48d-6362-4d1e-bb0a-f4e862edb4ea" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c5c2ae98998d507d0e74afa7084a3a14", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:09:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "60ac8be1-60d2-4f2f-9774-3b4b143b4f80", - "x-ms-client-request-id": "c5c2ae98998d507d0e74afa7084a3a14", - "x-ms-correlation-request-id": "40fd54f8-a5be-472f-8905-99e99106ca70", - "x-ms-ratelimit-remaining-subscription-reads": "9826", - "x-ms-request-id": "7e8529ea-561c-4de0-a340-528c20c0fba0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040956Z:40fd54f8-a5be-472f-8905-99e99106ca70" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a5e00835293891637c949669be9a2041", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:09:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "aaea7f56-37b5-4945-9d13-56e58f40a227", - "x-ms-client-request-id": "a5e00835293891637c949669be9a2041", - "x-ms-correlation-request-id": "2041e628-ab10-44e1-ae73-b960c81ae0fd", - "x-ms-ratelimit-remaining-subscription-reads": "9825", - "x-ms-request-id": "8098b04c-4b53-466c-8c10-563380a17b76", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040957Z:2041e628-ab10-44e1-ae73-b960c81ae0fd" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e9c0d1f3f1b32b466a4c0e0b86e26ce5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:09:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "508d403f-4f35-40e5-9908-21a6d67b9d3e", - "x-ms-client-request-id": "e9c0d1f3f1b32b466a4c0e0b86e26ce5", - "x-ms-correlation-request-id": "b91a6d76-2e51-4afb-9be4-8c01235afab3", - "x-ms-ratelimit-remaining-subscription-reads": "9824", - "x-ms-request-id": "c855cb03-590d-4a3d-a47e-a9bff85241cc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040958Z:b91a6d76-2e51-4afb-9be4-8c01235afab3" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "77b609f474b56fbe4b3048f902139274", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:09:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0362c468-b766-4d04-99dd-08b34532f65a", - "x-ms-client-request-id": "77b609f474b56fbe4b3048f902139274", - "x-ms-correlation-request-id": "015b65b7-f9f1-40d9-b229-e35f82e70966", - "x-ms-ratelimit-remaining-subscription-reads": "9823", - "x-ms-request-id": "29794c41-1d06-40a7-89a6-2dee9afbb268", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T040959Z:015b65b7-f9f1-40d9-b229-e35f82e70966" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "37b36e5351894460c2b43aec1b570a9a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:10:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a70ef1f0-1da6-4c06-9987-fbcf81ad7ee6", - "x-ms-client-request-id": "37b36e5351894460c2b43aec1b570a9a", - "x-ms-correlation-request-id": "c8bc6fc4-17d3-4811-b2ee-39231bbf9198", - "x-ms-ratelimit-remaining-subscription-reads": "9822", - "x-ms-request-id": "ec79a8ee-f28b-46f5-93dd-509b2317cc3d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T041001Z:c8bc6fc4-17d3-4811-b2ee-39231bbf9198" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b475b127a8e37f8b12509e83a94d2856", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:10:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "bab73818-1110-4dec-b7a0-03721d4271a5", - "x-ms-client-request-id": "b475b127a8e37f8b12509e83a94d2856", - "x-ms-correlation-request-id": "003f9dde-62d2-4afc-bf24-ef9406a27cc4", - "x-ms-ratelimit-remaining-subscription-reads": "9821", - "x-ms-request-id": "9b62347c-2e8f-4764-902c-857204a958da", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T041002Z:003f9dde-62d2-4afc-bf24-ef9406a27cc4" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "18b899b9352ea35ba872b5013ad254f3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:10:03 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c58a8949-8281-446b-a36d-08985a7083be", - "x-ms-client-request-id": "18b899b9352ea35ba872b5013ad254f3", - "x-ms-correlation-request-id": "4089884d-ee71-4754-b13b-8a6e4ec536dc", - "x-ms-ratelimit-remaining-subscription-reads": "9820", - "x-ms-request-id": "7c875b7a-94d5-4fcc-95ad-6a7578db001b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T041003Z:4089884d-ee71-4754-b13b-8a6e4ec536dc" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "51d1ad25dd9eaa91e2342539b2dd9a75", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:10:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1cbf6b78-4b2a-4c60-b353-c643cbdf970a", - "x-ms-client-request-id": "51d1ad25dd9eaa91e2342539b2dd9a75", - "x-ms-correlation-request-id": "18047c3a-fbce-4618-95b3-eeb980c94ae0", - "x-ms-ratelimit-remaining-subscription-reads": "9819", - "x-ms-request-id": "e109c586-4241-40ab-8eb8-bad38a61d32e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T041004Z:18047c3a-fbce-4618-95b3-eeb980c94ae0" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8132e38bf29ff26b55d10c71f38a4540", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:10:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1d38d0bc-8963-49db-a863-2a64a9760edf", - "x-ms-client-request-id": "8132e38bf29ff26b55d10c71f38a4540", - "x-ms-correlation-request-id": "50f0cdf7-6475-4726-aca6-4e13569ae30f", - "x-ms-ratelimit-remaining-subscription-reads": "9818", - "x-ms-request-id": "cb6b50f3-c460-44d2-9d20-dd46bf37ba8e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T041006Z:50f0cdf7-6475-4726-aca6-4e13569ae30f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "fb5daafcd77cdbb7080d35fa1021f0ca", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:10:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "af29e1c8-665c-4421-bb38-3257afccde23", - "x-ms-client-request-id": "fb5daafcd77cdbb7080d35fa1021f0ca", - "x-ms-correlation-request-id": "be9ed566-72da-4043-8294-534be0ba0864", - "x-ms-ratelimit-remaining-subscription-reads": "9817", - "x-ms-request-id": "a76852f1-c44e-446a-85c5-4641366e1d8c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T041007Z:be9ed566-72da-4043-8294-534be0ba0864" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "567540d7d29f335441defbcdd11fb758", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:10:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3ca92312-c525-4b27-9c0d-01c755fc53d3", - "x-ms-client-request-id": "567540d7d29f335441defbcdd11fb758", - "x-ms-correlation-request-id": "131bf944-c1ae-45d8-a671-4917483f2fca", - "x-ms-ratelimit-remaining-subscription-reads": "9816", - "x-ms-request-id": "fdfde7c7-3be0-4089-b7d6-e4b2c45332d7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T041008Z:131bf944-c1ae-45d8-a671-4917483f2fca" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "083ce4ef9f80b4f82b567991bc71e233", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:10:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5555b043-1f63-4c43-be65-8da57f85a50d", - "x-ms-client-request-id": "083ce4ef9f80b4f82b567991bc71e233", - "x-ms-correlation-request-id": "efdf3951-3bb2-47e1-a52c-0a9e674f0dc0", - "x-ms-ratelimit-remaining-subscription-reads": "9815", - "x-ms-request-id": "55e4ae11-fa43-4f25-8347-c76e44ed09ab", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T041010Z:efdf3951-3bb2-47e1-a52c-0a9e674f0dc0" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b29a41e1ee1429a15529b99ddbea0ae8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:10:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7efdd999-73de-448e-93de-7cc227750f9c", - "x-ms-client-request-id": "b29a41e1ee1429a15529b99ddbea0ae8", - "x-ms-correlation-request-id": "8f225b21-b4df-4e58-8a0a-d7c9700a8916", - "x-ms-ratelimit-remaining-subscription-reads": "9814", - "x-ms-request-id": "624184f0-2d3e-4f52-ae70-09de1a2ceea2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T041011Z:8f225b21-b4df-4e58-8a0a-d7c9700a8916" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2b0add56e7e5384a47c02a4859c377cf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:10:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "244a89c7-3864-4a19-8528-85d64b16d35a", - "x-ms-client-request-id": "2b0add56e7e5384a47c02a4859c377cf", - "x-ms-correlation-request-id": "b66531a1-0484-44e2-9f78-3b2fdd286012", - "x-ms-ratelimit-remaining-subscription-reads": "9813", - "x-ms-request-id": "9729dfff-ea44-40b7-861f-5d60c924f697", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T041012Z:b66531a1-0484-44e2-9f78-3b2fdd286012" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8febc8fc048500444313b356e55bd940", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:10:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c60b8269-aa70-4faa-9d1b-223ba35109f8", - "x-ms-client-request-id": "8febc8fc048500444313b356e55bd940", - "x-ms-correlation-request-id": "1d318823-fcff-4f24-ad38-b36a3de1e5d4", - "x-ms-ratelimit-remaining-subscription-reads": "9812", - "x-ms-request-id": "decccbfc-f96a-4b84-9121-be4e4f5556d2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T041013Z:1d318823-fcff-4f24-ad38-b36a3de1e5d4" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/588b99fa-dafa-4aa0-a330-a102aeae440f?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "df3b904cb667fa4ef7616b53c358d091", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "29", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:10:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b10c735e-3746-425c-87ce-c1df4c0bb023", - "x-ms-client-request-id": "df3b904cb667fa4ef7616b53c358d091", - "x-ms-correlation-request-id": "bc4eda63-e55b-495a-a25c-8a86af37fca7", - "x-ms-ratelimit-remaining-subscription-reads": "9811", - "x-ms-request-id": "509d4281-1a6f-49b9-b85b-92f264989342", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T041015Z:bc4eda63-e55b-495a-a25c-8a86af37fca7" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"Succeeded\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg4418/providers/Microsoft.Network/virtualNetworkGateways/azsmnet790?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "12a1e9b27aff51639809e8d133f352ec", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "2346", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:10:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b7e391b4-7817-4b6f-a699-407395f5d580", - "x-ms-client-request-id": "12a1e9b27aff51639809e8d133f352ec", - "x-ms-correlation-request-id": "edf4c061-78ca-484c-8981-6db51709490a", - "x-ms-ratelimit-remaining-subscription-reads": "9810", - "x-ms-request-id": "d9c25215-c41b-44e7-b30e-40b6947a8d9b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T041015Z:edf4c061-78ca-484c-8981-6db51709490a" - }, - "ResponseBody": [ - "{\r\n", - " \"name\": \"azsmnet790\",\r\n", - " \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg4418/providers/Microsoft.Network/virtualNetworkGateways/azsmnet790\",\r\n", - " \"etag\": \"W/\\\"a6a61d52-0f9a-413f-85a3-35f15daf41d4\\\"\",\r\n", - " \"type\": \"Microsoft.Network/virtualNetworkGateways\",\r\n", - " \"location\": \"westus\",\r\n", - " \"tags\": {\r\n", - " \"key\": \"value\"\r\n", - " },\r\n", - " \"properties\": {\r\n", - " \"provisioningState\": \"Succeeded\",\r\n", - " \"resourceGuid\": \"4df9e525-fc0b-4bbb-9082-adaa9ebc51f9\",\r\n", - " \"packetCaptureDiagnosticState\": \"None\",\r\n", - " \"enablePrivateIpAddress\": false,\r\n", - " \"ipConfigurations\": [\r\n", - " {\r\n", - " \"name\": \"azsmnet1776\",\r\n", - " \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg4418/providers/Microsoft.Network/virtualNetworkGateways/azsmnet790/ipConfigurations/azsmnet1776\",\r\n", - " \"etag\": \"W/\\\"a6a61d52-0f9a-413f-85a3-35f15daf41d4\\\"\",\r\n", - " \"type\": \"Microsoft.Network/virtualNetworkGateways/ipConfigurations\",\r\n", - " \"properties\": {\r\n", - " \"provisioningState\": \"Succeeded\",\r\n", - " \"privateIPAllocationMethod\": \"Dynamic\",\r\n", - " \"publicIPAddress\": {\r\n", - " \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg4418/providers/Microsoft.Network/publicIPAddresses/azsmnet4245\"\r\n", - " },\r\n", - " \"subnet\": {\r\n", - " \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg4418/providers/Microsoft.Network/virtualNetworks/azsmnet9351/subnets/GatewaySubnet\"\r\n", - " }\r\n", - " }\r\n", - " }\r\n", - " ],\r\n", - " \"sku\": {\r\n", - " \"name\": \"Standard\",\r\n", - " \"tier\": \"Standard\",\r\n", - " \"capacity\": 2\r\n", - " },\r\n", - " \"gatewayType\": \"Vpn\",\r\n", - " \"vpnType\": \"RouteBased\",\r\n", - " \"enableBgp\": false,\r\n", - " \"activeActive\": false,\r\n", - " \"bgpSettings\": {\r\n", - " \"asn\": 65515,\r\n", - " \"bgpPeeringAddress\": \"10.0.0.254\",\r\n", - " \"peerWeight\": 0,\r\n", - " \"bgpPeeringAddresses\": [\r\n", - " {\r\n", - " \"ipconfigurationId\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg4418/providers/Microsoft.Network/virtualNetworkGateways/azsmnet790/ipConfigurations/azsmnet1776\",\r\n", - " \"defaultBgpIpAddresses\": [\r\n", - " \"10.0.0.254\"\r\n", - " ],\r\n", - " \"customBgpIpAddresses\": [],\r\n", - " \"tunnelIpAddresses\": [\r\n", - " \"40.118.207.9\"\r\n", - " ]\r\n", - " }\r\n", - " ]\r\n", - " },\r\n", - " \"vpnGatewayGeneration\": \"Generation1\"\r\n", - " }\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg4418/providers/Microsoft.Network/virtualNetworkGateways/azsmnet790?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-783bf2b967187d40b401b983c2ce5f6b-f4b20b5a03d1cd49-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c9fbe9e79788456879f1982399f03dea", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "2346", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:10:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "36efc0c9-69ad-4962-89d6-15c23735c8e7", - "x-ms-client-request-id": "c9fbe9e79788456879f1982399f03dea", - "x-ms-correlation-request-id": "23cb6f23-888c-425c-aada-5c3467008475", - "x-ms-ratelimit-remaining-subscription-reads": "9809", - "x-ms-request-id": "b92720d1-cd80-414b-8b75-c51fa301e238", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T041015Z:23cb6f23-888c-425c-aada-5c3467008475" - }, - "ResponseBody": [ - "{\r\n", - " \"name\": \"azsmnet790\",\r\n", - " \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg4418/providers/Microsoft.Network/virtualNetworkGateways/azsmnet790\",\r\n", - " \"etag\": \"W/\\\"a6a61d52-0f9a-413f-85a3-35f15daf41d4\\\"\",\r\n", - " \"type\": \"Microsoft.Network/virtualNetworkGateways\",\r\n", - " \"location\": \"westus\",\r\n", - " \"tags\": {\r\n", - " \"key\": \"value\"\r\n", - " },\r\n", - " \"properties\": {\r\n", - " \"provisioningState\": \"Succeeded\",\r\n", - " \"resourceGuid\": \"4df9e525-fc0b-4bbb-9082-adaa9ebc51f9\",\r\n", - " \"packetCaptureDiagnosticState\": \"None\",\r\n", - " \"enablePrivateIpAddress\": false,\r\n", - " \"ipConfigurations\": [\r\n", - " {\r\n", - " \"name\": \"azsmnet1776\",\r\n", - " \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg4418/providers/Microsoft.Network/virtualNetworkGateways/azsmnet790/ipConfigurations/azsmnet1776\",\r\n", - " \"etag\": \"W/\\\"a6a61d52-0f9a-413f-85a3-35f15daf41d4\\\"\",\r\n", - " \"type\": \"Microsoft.Network/virtualNetworkGateways/ipConfigurations\",\r\n", - " \"properties\": {\r\n", - " \"provisioningState\": \"Succeeded\",\r\n", - " \"privateIPAllocationMethod\": \"Dynamic\",\r\n", - " \"publicIPAddress\": {\r\n", - " \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg4418/providers/Microsoft.Network/publicIPAddresses/azsmnet4245\"\r\n", - " },\r\n", - " \"subnet\": {\r\n", - " \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg4418/providers/Microsoft.Network/virtualNetworks/azsmnet9351/subnets/GatewaySubnet\"\r\n", - " }\r\n", - " }\r\n", - " }\r\n", - " ],\r\n", - " \"sku\": {\r\n", - " \"name\": \"Standard\",\r\n", - " \"tier\": \"Standard\",\r\n", - " \"capacity\": 2\r\n", - " },\r\n", - " \"gatewayType\": \"Vpn\",\r\n", - " \"vpnType\": \"RouteBased\",\r\n", - " \"enableBgp\": false,\r\n", - " \"activeActive\": false,\r\n", - " \"bgpSettings\": {\r\n", - " \"asn\": 65515,\r\n", - " \"bgpPeeringAddress\": \"10.0.0.254\",\r\n", - " \"peerWeight\": 0,\r\n", - " \"bgpPeeringAddresses\": [\r\n", - " {\r\n", - " \"ipconfigurationId\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg4418/providers/Microsoft.Network/virtualNetworkGateways/azsmnet790/ipConfigurations/azsmnet1776\",\r\n", - " \"defaultBgpIpAddresses\": [\r\n", - " \"10.0.0.254\"\r\n", - " ],\r\n", - " \"customBgpIpAddresses\": [],\r\n", - " \"tunnelIpAddresses\": [\r\n", - " \"40.118.207.9\"\r\n", - " ]\r\n", - " }\r\n", - " ]\r\n", - " },\r\n", - " \"vpnGatewayGeneration\": \"Generation1\"\r\n", - " }\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg4418/providers/Microsoft.Network/connections/azsmnet4981?api-version=2020-04-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "2023", - "Content-Type": "application/json", - "traceparent": "00-7901909dc58d2c43b6be2a2b783c4898-b2c9bade7024b14e-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b9fba32241c62cd1e9465dce7cc6030e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "West US", - "properties": { - "virtualNetworkGateway1": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg4418/providers/Microsoft.Network/virtualNetworkGateways/azsmnet790", - "location": "westus", - "tags": { - "key": "value" - }, - "properties": { - "ipConfigurations": [ - { - "name": "azsmnet1776", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg4418/providers/Microsoft.Network/virtualNetworkGateways/azsmnet790/ipConfigurations/azsmnet1776", - "properties": { - "privateIPAllocationMethod": "Dynamic", - "subnet": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg4418/providers/Microsoft.Network/virtualNetworks/azsmnet9351/subnets/GatewaySubnet" - }, - "publicIPAddress": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg4418/providers/Microsoft.Network/publicIPAddresses/azsmnet4245" - } - } - } - ], - "gatewayType": "Vpn", - "vpnType": "RouteBased", - "vpnGatewayGeneration": "Generation1", - "enableBgp": false, - "enablePrivateIpAddress": false, - "activeActive": false, - "sku": { - "name": "Standard", - "tier": "Standard" - }, - "bgpSettings": { - "asn": 65515, - "bgpPeeringAddress": "10.0.0.254", - "peerWeight": 0, - "bgpPeeringAddresses": [ - { - "ipconfigurationId": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg4418/providers/Microsoft.Network/virtualNetworkGateways/azsmnet790/ipConfigurations/azsmnet1776", - "customBgpIpAddresses": [] - } - ] - } - } - }, - "localNetworkGateway2": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg4418/providers/Microsoft.Network/localNetworkGateways/azsmnet384", - "location": "westus", - "tags": { - "test": "value" - }, - "properties": { - "localNetworkAddressSpace": { - "addressPrefixes": [ - "192.168.0.0/16" - ] - }, - "gatewayIpAddress": "192.168.3.4" - } - }, - "connectionType": "IPsec", - "routingWeight": 3, - "sharedKey": "abc", - "usePolicyBasedTrafficSelectors": true, - "ipsecPolicies": [ - { - "saLifeTimeSeconds": 300, - "saDataSizeKilobytes": 1024, - "ipsecEncryption": "AES128", - "ipsecIntegrity": "SHA256", - "ikeEncryption": "AES192", - "ikeIntegrity": "SHA1", - "dhGroup": "DHGroup2", - "pfsGroup": "PFS1" - } - ] - } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/9641668c-0181-4147-8372-d0ca09fa67a3?api-version=2020-04-01", - "Cache-Control": "no-cache", - "Content-Length": "1578", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:10:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "10", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7089d5c5-39bb-41c7-abfe-5e66a9405b81", - "x-ms-client-request-id": "b9fba32241c62cd1e9465dce7cc6030e", - "x-ms-correlation-request-id": "4f15c1ed-fa61-4969-84bd-0fe35c7ea3a1", - "x-ms-ratelimit-remaining-subscription-writes": "1193", - "x-ms-request-id": "9641668c-0181-4147-8372-d0ca09fa67a3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T041021Z:4f15c1ed-fa61-4969-84bd-0fe35c7ea3a1" - }, - "ResponseBody": [ - "{\r\n", - " \"name\": \"azsmnet4981\",\r\n", - " \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg4418/providers/Microsoft.Network/connections/azsmnet4981\",\r\n", - " \"etag\": \"W/\\\"d9e75b56-1a15-4db0-9702-8c0d7a38ef1e\\\"\",\r\n", - " \"type\": \"Microsoft.Network/connections\",\r\n", - " \"location\": \"westus\",\r\n", - " \"properties\": {\r\n", - " \"provisioningState\": \"Updating\",\r\n", - " \"resourceGuid\": \"7eb5dfec-50cc-411a-90e1-26b6b1330cf5\",\r\n", - " \"packetCaptureDiagnosticState\": \"None\",\r\n", - " \"virtualNetworkGateway1\": {\r\n", - " \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg4418/providers/Microsoft.Network/virtualNetworkGateways/azsmnet790\"\r\n", - " },\r\n", - " \"localNetworkGateway2\": {\r\n", - " \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg4418/providers/Microsoft.Network/localNetworkGateways/azsmnet384\"\r\n", - " },\r\n", - " \"connectionType\": \"IPsec\",\r\n", - " \"connectionProtocol\": \"IKEv2\",\r\n", - " \"routingWeight\": 3,\r\n", - " \"sharedKey\": \"abc\",\r\n", - " \"enableBgp\": false,\r\n", - " \"useLocalAzureIpAddress\": false,\r\n", - " \"usePolicyBasedTrafficSelectors\": true,\r\n", - " \"ipsecPolicies\": [\r\n", - " {\r\n", - " \"saLifeTimeSeconds\": 300,\r\n", - " \"saDataSizeKilobytes\": 1024,\r\n", - " \"ipsecEncryption\": \"AES128\",\r\n", - " \"ipsecIntegrity\": \"SHA256\",\r\n", - " \"ikeEncryption\": \"AES192\",\r\n", - " \"ikeIntegrity\": \"SHA1\",\r\n", - " \"dhGroup\": \"DHGroup2\",\r\n", - " \"pfsGroup\": \"PFS1\"\r\n", - " }\r\n", - " ],\r\n", - " \"trafficSelectorPolicies\": [],\r\n", - " \"ingressBytesTransferred\": 0,\r\n", - " \"egressBytesTransferred\": 0,\r\n", - " \"expressRouteGatewayBypass\": false,\r\n", - " \"dpdTimeoutSeconds\": 0\r\n", - " }\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/9641668c-0181-4147-8372-d0ca09fa67a3?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "4f118ffd3257a820299c9e510a77fc2a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:10:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "10", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "66be3fd2-358a-4eda-8e9a-60f29910606e", - "x-ms-client-request-id": "4f118ffd3257a820299c9e510a77fc2a", - "x-ms-correlation-request-id": "607eb09d-c0d3-4d84-8fe1-94b07363a842", - "x-ms-ratelimit-remaining-subscription-reads": "9808", - "x-ms-request-id": "ee4c091d-2d69-468b-9dae-794115c28ce5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T041021Z:607eb09d-c0d3-4d84-8fe1-94b07363a842" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/9641668c-0181-4147-8372-d0ca09fa67a3?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "831a14948d63183b887a5e2d33efed30", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:10:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "20", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "541eb141-a9f7-417d-92bb-d2ae57df011c", - "x-ms-client-request-id": "831a14948d63183b887a5e2d33efed30", - "x-ms-correlation-request-id": "2ff4097c-4377-4541-ad29-9d7bc9b6281e", - "x-ms-ratelimit-remaining-subscription-reads": "9807", - "x-ms-request-id": "ce00911a-b440-4d4a-946b-ffad8bb8208d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T041023Z:2ff4097c-4377-4541-ad29-9d7bc9b6281e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/9641668c-0181-4147-8372-d0ca09fa67a3?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "edd0919db4b54cb74c31336a6ac976e3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:10:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "20", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "698c6bea-a9c6-495a-aab5-c4b17e03d369", - "x-ms-client-request-id": "edd0919db4b54cb74c31336a6ac976e3", - "x-ms-correlation-request-id": "0f91efac-357d-4ad1-ba5b-339077082324", - "x-ms-ratelimit-remaining-subscription-reads": "9806", - "x-ms-request-id": "5ccfba54-21f4-446a-b229-86b81558fd60", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T041024Z:0f91efac-357d-4ad1-ba5b-339077082324" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/9641668c-0181-4147-8372-d0ca09fa67a3?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2a4ee39c259e6f6954f8c6dcd4f2743a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:10:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "40", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e663be3b-02b0-4f94-ab26-18792edcb3f2", - "x-ms-client-request-id": "2a4ee39c259e6f6954f8c6dcd4f2743a", - "x-ms-correlation-request-id": "fd15504d-2d78-4c85-a83c-6b229235a1a2", - "x-ms-ratelimit-remaining-subscription-reads": "9805", - "x-ms-request-id": "22427e59-513a-4a27-a124-3ba39d5948ff", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T041025Z:fd15504d-2d78-4c85-a83c-6b229235a1a2" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/9641668c-0181-4147-8372-d0ca09fa67a3?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "79b36eaf0fa6e0755cce36325ad0adbe", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:10:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "40", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c8b298cb-2653-401e-8b9f-0e4f4c36a71e", - "x-ms-client-request-id": "79b36eaf0fa6e0755cce36325ad0adbe", - "x-ms-correlation-request-id": "9aef0808-f140-4817-8953-5110a17c5410", - "x-ms-ratelimit-remaining-subscription-reads": "9804", - "x-ms-request-id": "68907202-1126-4a96-b05d-ae5ee8d00007", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T041027Z:9aef0808-f140-4817-8953-5110a17c5410" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/9641668c-0181-4147-8372-d0ca09fa67a3?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "50917a03c2a17891286098bceddb775a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "29", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:10:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3d5174f1-2af0-4fe2-9d4f-fc497f05beb0", - "x-ms-client-request-id": "50917a03c2a17891286098bceddb775a", - "x-ms-correlation-request-id": "00008609-1b7a-4f35-af85-b3df50a4e169", - "x-ms-ratelimit-remaining-subscription-reads": "9803", - "x-ms-request-id": "216e3684-335a-40b0-83c6-ca0456fd0674", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T041028Z:00008609-1b7a-4f35-af85-b3df50a4e169" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"Succeeded\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg4418/providers/Microsoft.Network/connections/azsmnet4981?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "fcbbf9bcfc168c3d6e6dcdd0ee361584", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1615", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:10:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "bf77eba7-c210-40fc-9e19-5ce457926d10", - "x-ms-client-request-id": "fcbbf9bcfc168c3d6e6dcdd0ee361584", - "x-ms-correlation-request-id": "07c6e986-29cd-427b-902b-6bb3e7048919", - "x-ms-ratelimit-remaining-subscription-reads": "9802", - "x-ms-request-id": "d62a30f8-b59c-4c73-a998-2579f4f706fd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T041028Z:07c6e986-29cd-427b-902b-6bb3e7048919" - }, - "ResponseBody": [ - "{\r\n", - " \"name\": \"azsmnet4981\",\r\n", - " \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg4418/providers/Microsoft.Network/connections/azsmnet4981\",\r\n", - " \"etag\": \"W/\\\"6d8b7e68-28fb-4cdd-b683-8239696a6d00\\\"\",\r\n", - " \"type\": \"Microsoft.Network/connections\",\r\n", - " \"location\": \"westus\",\r\n", - " \"properties\": {\r\n", - " \"provisioningState\": \"Succeeded\",\r\n", - " \"resourceGuid\": \"7eb5dfec-50cc-411a-90e1-26b6b1330cf5\",\r\n", - " \"packetCaptureDiagnosticState\": \"None\",\r\n", - " \"virtualNetworkGateway1\": {\r\n", - " \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg4418/providers/Microsoft.Network/virtualNetworkGateways/azsmnet790\"\r\n", - " },\r\n", - " \"localNetworkGateway2\": {\r\n", - " \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg4418/providers/Microsoft.Network/localNetworkGateways/azsmnet384\"\r\n", - " },\r\n", - " \"connectionType\": \"IPsec\",\r\n", - " \"connectionProtocol\": \"IKEv2\",\r\n", - " \"routingWeight\": 3,\r\n", - " \"sharedKey\": \"abc\",\r\n", - " \"enableBgp\": false,\r\n", - " \"useLocalAzureIpAddress\": false,\r\n", - " \"usePolicyBasedTrafficSelectors\": true,\r\n", - " \"ipsecPolicies\": [\r\n", - " {\r\n", - " \"saLifeTimeSeconds\": 300,\r\n", - " \"saDataSizeKilobytes\": 1024,\r\n", - " \"ipsecEncryption\": \"AES128\",\r\n", - " \"ipsecIntegrity\": \"SHA256\",\r\n", - " \"ikeEncryption\": \"AES192\",\r\n", - " \"ikeIntegrity\": \"SHA1\",\r\n", - " \"dhGroup\": \"DHGroup2\",\r\n", - " \"pfsGroup\": \"PFS1\"\r\n", - " }\r\n", - " ],\r\n", - " \"trafficSelectorPolicies\": [],\r\n", - " \"connectionStatus\": \"Unknown\",\r\n", - " \"ingressBytesTransferred\": 0,\r\n", - " \"egressBytesTransferred\": 0,\r\n", - " \"expressRouteGatewayBypass\": false,\r\n", - " \"dpdTimeoutSeconds\": 0\r\n", - " }\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg4418/providers/Microsoft.Network/connections/azsmnet4981?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-da1b8267c94f4348ac3824fbdb492ade-5995deadb1b3f64f-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "59d8074a2461ed98dc3a514576b8f281", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1615", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:10:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3d0a8149-d82f-46cc-9b48-62934cf5af2c", - "x-ms-client-request-id": "59d8074a2461ed98dc3a514576b8f281", - "x-ms-correlation-request-id": "bddef8ab-d600-46ed-9b8f-3ffde683cdb8", - "x-ms-ratelimit-remaining-subscription-reads": "9801", - "x-ms-request-id": "7aeb6837-3364-4458-a6d9-af5a59b013c1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T041029Z:bddef8ab-d600-46ed-9b8f-3ffde683cdb8" - }, - "ResponseBody": [ - "{\r\n", - " \"name\": \"azsmnet4981\",\r\n", - " \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg4418/providers/Microsoft.Network/connections/azsmnet4981\",\r\n", - " \"etag\": \"W/\\\"6d8b7e68-28fb-4cdd-b683-8239696a6d00\\\"\",\r\n", - " \"type\": \"Microsoft.Network/connections\",\r\n", - " \"location\": \"westus\",\r\n", - " \"properties\": {\r\n", - " \"provisioningState\": \"Succeeded\",\r\n", - " \"resourceGuid\": \"7eb5dfec-50cc-411a-90e1-26b6b1330cf5\",\r\n", - " \"packetCaptureDiagnosticState\": \"None\",\r\n", - " \"virtualNetworkGateway1\": {\r\n", - " \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg4418/providers/Microsoft.Network/virtualNetworkGateways/azsmnet790\"\r\n", - " },\r\n", - " \"localNetworkGateway2\": {\r\n", - " \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg4418/providers/Microsoft.Network/localNetworkGateways/azsmnet384\"\r\n", - " },\r\n", - " \"connectionType\": \"IPsec\",\r\n", - " \"connectionProtocol\": \"IKEv2\",\r\n", - " \"routingWeight\": 3,\r\n", - " \"sharedKey\": \"abc\",\r\n", - " \"enableBgp\": false,\r\n", - " \"useLocalAzureIpAddress\": false,\r\n", - " \"usePolicyBasedTrafficSelectors\": true,\r\n", - " \"ipsecPolicies\": [\r\n", - " {\r\n", - " \"saLifeTimeSeconds\": 300,\r\n", - " \"saDataSizeKilobytes\": 1024,\r\n", - " \"ipsecEncryption\": \"AES128\",\r\n", - " \"ipsecIntegrity\": \"SHA256\",\r\n", - " \"ikeEncryption\": \"AES192\",\r\n", - " \"ikeIntegrity\": \"SHA1\",\r\n", - " \"dhGroup\": \"DHGroup2\",\r\n", - " \"pfsGroup\": \"PFS1\"\r\n", - " }\r\n", - " ],\r\n", - " \"trafficSelectorPolicies\": [],\r\n", - " \"connectionStatus\": \"Unknown\",\r\n", - " \"ingressBytesTransferred\": 0,\r\n", - " \"egressBytesTransferred\": 0,\r\n", - " \"expressRouteGatewayBypass\": false,\r\n", - " \"dpdTimeoutSeconds\": 0\r\n", - " }\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg4418/providers/Microsoft.Network/connections/azsmnet4981?api-version=2020-04-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "2037", - "Content-Type": "application/json", - "traceparent": "00-254a93c44c29a34ea03d546e6fbe4da1-710fdfdeebcff441-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "6075dc56b11407a83d04e233f4c18af1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "West US", - "properties": { - "virtualNetworkGateway1": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg4418/providers/Microsoft.Network/virtualNetworkGateways/azsmnet790", - "location": "westus", - "tags": { - "key": "value" - }, - "properties": { - "ipConfigurations": [ - { - "name": "azsmnet1776", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg4418/providers/Microsoft.Network/virtualNetworkGateways/azsmnet790/ipConfigurations/azsmnet1776", - "properties": { - "privateIPAllocationMethod": "Dynamic", - "subnet": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg4418/providers/Microsoft.Network/virtualNetworks/azsmnet9351/subnets/GatewaySubnet" - }, - "publicIPAddress": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg4418/providers/Microsoft.Network/publicIPAddresses/azsmnet4245" - } - } - } - ], - "gatewayType": "Vpn", - "vpnType": "RouteBased", - "vpnGatewayGeneration": "Generation1", - "enableBgp": false, - "enablePrivateIpAddress": false, - "activeActive": false, - "sku": { - "name": "Standard", - "tier": "Standard" - }, - "bgpSettings": { - "asn": 65515, - "bgpPeeringAddress": "10.0.0.254", - "peerWeight": 0, - "bgpPeeringAddresses": [ - { - "ipconfigurationId": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg4418/providers/Microsoft.Network/virtualNetworkGateways/azsmnet790/ipConfigurations/azsmnet1776", - "customBgpIpAddresses": [] - } - ] - } - } - }, - "localNetworkGateway2": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg4418/providers/Microsoft.Network/localNetworkGateways/azsmnet384", - "location": "westus", - "tags": { - "test": "value" - }, - "properties": { - "localNetworkAddressSpace": { - "addressPrefixes": [ - "192.168.0.0/16" - ] - }, - "gatewayIpAddress": "192.168.3.4" - } - }, - "connectionType": "IPsec", - "routingWeight": 3, - "sharedKey": "abc", - "usePolicyBasedTrafficSelectors": false, - "ipsecPolicies": [ - { - "saLifeTimeSeconds": 600, - "saDataSizeKilobytes": 2048, - "ipsecEncryption": "GCMAES256", - "ipsecIntegrity": "GCMAES256", - "ikeEncryption": "AES256", - "ikeIntegrity": "SHA384", - "dhGroup": "DHGroup2048", - "pfsGroup": "ECP384" - } - ] - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/ecd11267-cf1e-47ad-8e12-734518556e71?api-version=2020-04-01", - "Cache-Control": "no-cache", - "Content-Length": "1592", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:10:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "10", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c4f06147-aa21-4407-9246-432b74713c2a", - "x-ms-client-request-id": "6075dc56b11407a83d04e233f4c18af1", - "x-ms-correlation-request-id": "8c12e911-7e01-468a-aa58-5601e4929309", - "x-ms-ratelimit-remaining-subscription-writes": "1192", - "x-ms-request-id": "ecd11267-cf1e-47ad-8e12-734518556e71", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T041030Z:8c12e911-7e01-468a-aa58-5601e4929309" - }, - "ResponseBody": [ - "{\r\n", - " \"name\": \"azsmnet4981\",\r\n", - " \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg4418/providers/Microsoft.Network/connections/azsmnet4981\",\r\n", - " \"etag\": \"W/\\\"a0a8b5bc-dcfd-48c5-ad56-cfe2762dbe0b\\\"\",\r\n", - " \"type\": \"Microsoft.Network/connections\",\r\n", - " \"location\": \"westus\",\r\n", - " \"properties\": {\r\n", - " \"provisioningState\": \"Updating\",\r\n", - " \"resourceGuid\": \"7eb5dfec-50cc-411a-90e1-26b6b1330cf5\",\r\n", - " \"packetCaptureDiagnosticState\": \"None\",\r\n", - " \"virtualNetworkGateway1\": {\r\n", - " \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg4418/providers/Microsoft.Network/virtualNetworkGateways/azsmnet790\"\r\n", - " },\r\n", - " \"localNetworkGateway2\": {\r\n", - " \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg4418/providers/Microsoft.Network/localNetworkGateways/azsmnet384\"\r\n", - " },\r\n", - " \"connectionType\": \"IPsec\",\r\n", - " \"connectionProtocol\": \"IKEv2\",\r\n", - " \"routingWeight\": 3,\r\n", - " \"sharedKey\": \"abc\",\r\n", - " \"enableBgp\": false,\r\n", - " \"useLocalAzureIpAddress\": false,\r\n", - " \"usePolicyBasedTrafficSelectors\": false,\r\n", - " \"ipsecPolicies\": [\r\n", - " {\r\n", - " \"saLifeTimeSeconds\": 600,\r\n", - " \"saDataSizeKilobytes\": 2048,\r\n", - " \"ipsecEncryption\": \"GCMAES256\",\r\n", - " \"ipsecIntegrity\": \"GCMAES256\",\r\n", - " \"ikeEncryption\": \"AES256\",\r\n", - " \"ikeIntegrity\": \"SHA384\",\r\n", - " \"dhGroup\": \"DHGroup2048\",\r\n", - " \"pfsGroup\": \"ECP384\"\r\n", - " }\r\n", - " ],\r\n", - " \"trafficSelectorPolicies\": [],\r\n", - " \"ingressBytesTransferred\": 0,\r\n", - " \"egressBytesTransferred\": 0,\r\n", - " \"expressRouteGatewayBypass\": false,\r\n", - " \"dpdTimeoutSeconds\": 0\r\n", - " }\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/ecd11267-cf1e-47ad-8e12-734518556e71?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "11794c7ab4c1996f5fd11c5d4264f81a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:10:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "10", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "46551777-8021-451e-b897-27661d7489e8", - "x-ms-client-request-id": "11794c7ab4c1996f5fd11c5d4264f81a", - "x-ms-correlation-request-id": "2139894d-7225-4b21-9432-a85d2b2d3931", - "x-ms-ratelimit-remaining-subscription-reads": "9800", - "x-ms-request-id": "a3235d35-419e-41ec-bdbe-7e1155f6b3d1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T041030Z:2139894d-7225-4b21-9432-a85d2b2d3931" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/ecd11267-cf1e-47ad-8e12-734518556e71?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "62fa5fb00d46387fe3dd004591cd5b46", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:10:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "20", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6fabd4e5-547b-49dc-91f2-2450554dbbd4", - "x-ms-client-request-id": "62fa5fb00d46387fe3dd004591cd5b46", - "x-ms-correlation-request-id": "72032009-b716-4bb5-975d-3b64ed959103", - "x-ms-ratelimit-remaining-subscription-reads": "9799", - "x-ms-request-id": "151aa76d-24ff-4595-864d-2c4c10fb2b94", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T041032Z:72032009-b716-4bb5-975d-3b64ed959103" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/ecd11267-cf1e-47ad-8e12-734518556e71?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a8b82ced7847962fa4d88630019b55fb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "29", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:10:32 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "01e523e4-5f3d-4160-a2d8-621c5ee83382", - "x-ms-client-request-id": "a8b82ced7847962fa4d88630019b55fb", - "x-ms-correlation-request-id": "0b275fe3-6c38-424d-9c11-f829d2f725d1", - "x-ms-ratelimit-remaining-subscription-reads": "9798", - "x-ms-request-id": "b4c7dcef-df6e-407f-8a9e-4c8b105639fe", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T041033Z:0b275fe3-6c38-424d-9c11-f829d2f725d1" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"Succeeded\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg4418/providers/Microsoft.Network/connections/azsmnet4981?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "4b2a05d6b4fc6d6fcc412de3b4290792", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1629", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:10:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d3534d04-dee0-4476-bcf1-eebea938b681", - "x-ms-client-request-id": "4b2a05d6b4fc6d6fcc412de3b4290792", - "x-ms-correlation-request-id": "b5d1c34e-eea3-4d3c-a4a3-27f079cab24e", - "x-ms-ratelimit-remaining-subscription-reads": "9797", - "x-ms-request-id": "6a19fac1-cd2b-4fff-8cfe-50c2405fb94e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T041034Z:b5d1c34e-eea3-4d3c-a4a3-27f079cab24e" - }, - "ResponseBody": [ - "{\r\n", - " \"name\": \"azsmnet4981\",\r\n", - " \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg4418/providers/Microsoft.Network/connections/azsmnet4981\",\r\n", - " \"etag\": \"W/\\\"a5ad89a9-ac34-476b-aea8-adcf89c4a44e\\\"\",\r\n", - " \"type\": \"Microsoft.Network/connections\",\r\n", - " \"location\": \"westus\",\r\n", - " \"properties\": {\r\n", - " \"provisioningState\": \"Succeeded\",\r\n", - " \"resourceGuid\": \"7eb5dfec-50cc-411a-90e1-26b6b1330cf5\",\r\n", - " \"packetCaptureDiagnosticState\": \"None\",\r\n", - " \"virtualNetworkGateway1\": {\r\n", - " \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg4418/providers/Microsoft.Network/virtualNetworkGateways/azsmnet790\"\r\n", - " },\r\n", - " \"localNetworkGateway2\": {\r\n", - " \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg4418/providers/Microsoft.Network/localNetworkGateways/azsmnet384\"\r\n", - " },\r\n", - " \"connectionType\": \"IPsec\",\r\n", - " \"connectionProtocol\": \"IKEv2\",\r\n", - " \"routingWeight\": 3,\r\n", - " \"sharedKey\": \"abc\",\r\n", - " \"enableBgp\": false,\r\n", - " \"useLocalAzureIpAddress\": false,\r\n", - " \"usePolicyBasedTrafficSelectors\": false,\r\n", - " \"ipsecPolicies\": [\r\n", - " {\r\n", - " \"saLifeTimeSeconds\": 600,\r\n", - " \"saDataSizeKilobytes\": 2048,\r\n", - " \"ipsecEncryption\": \"GCMAES256\",\r\n", - " \"ipsecIntegrity\": \"GCMAES256\",\r\n", - " \"ikeEncryption\": \"AES256\",\r\n", - " \"ikeIntegrity\": \"SHA384\",\r\n", - " \"dhGroup\": \"DHGroup2048\",\r\n", - " \"pfsGroup\": \"ECP384\"\r\n", - " }\r\n", - " ],\r\n", - " \"trafficSelectorPolicies\": [],\r\n", - " \"connectionStatus\": \"Unknown\",\r\n", - " \"ingressBytesTransferred\": 0,\r\n", - " \"egressBytesTransferred\": 0,\r\n", - " \"expressRouteGatewayBypass\": false,\r\n", - " \"dpdTimeoutSeconds\": 0\r\n", - " }\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg4418/providers/Microsoft.Network/connections/azsmnet4981?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-a4575d8355e12b47b2c9f8e66e058e84-1d249c5935cdaf48-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "166fd57650ac38d33064bd6d874e3748", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1629", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:10:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d00bcdc1-001d-4d12-8305-df08e0ae18a4", - "x-ms-client-request-id": "166fd57650ac38d33064bd6d874e3748", - "x-ms-correlation-request-id": "b116c8a8-92b6-4847-a3d7-6a7669e6edd4", - "x-ms-ratelimit-remaining-subscription-reads": "9796", - "x-ms-request-id": "0be2e861-d67a-4281-b6f7-c2cfc4c16cd7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T041034Z:b116c8a8-92b6-4847-a3d7-6a7669e6edd4" - }, - "ResponseBody": [ - "{\r\n", - " \"name\": \"azsmnet4981\",\r\n", - " \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg4418/providers/Microsoft.Network/connections/azsmnet4981\",\r\n", - " \"etag\": \"W/\\\"a5ad89a9-ac34-476b-aea8-adcf89c4a44e\\\"\",\r\n", - " \"type\": \"Microsoft.Network/connections\",\r\n", - " \"location\": \"westus\",\r\n", - " \"properties\": {\r\n", - " \"provisioningState\": \"Succeeded\",\r\n", - " \"resourceGuid\": \"7eb5dfec-50cc-411a-90e1-26b6b1330cf5\",\r\n", - " \"packetCaptureDiagnosticState\": \"None\",\r\n", - " \"virtualNetworkGateway1\": {\r\n", - " \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg4418/providers/Microsoft.Network/virtualNetworkGateways/azsmnet790\"\r\n", - " },\r\n", - " \"localNetworkGateway2\": {\r\n", - " \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg4418/providers/Microsoft.Network/localNetworkGateways/azsmnet384\"\r\n", - " },\r\n", - " \"connectionType\": \"IPsec\",\r\n", - " \"connectionProtocol\": \"IKEv2\",\r\n", - " \"routingWeight\": 3,\r\n", - " \"sharedKey\": \"abc\",\r\n", - " \"enableBgp\": false,\r\n", - " \"useLocalAzureIpAddress\": false,\r\n", - " \"usePolicyBasedTrafficSelectors\": false,\r\n", - " \"ipsecPolicies\": [\r\n", - " {\r\n", - " \"saLifeTimeSeconds\": 600,\r\n", - " \"saDataSizeKilobytes\": 2048,\r\n", - " \"ipsecEncryption\": \"GCMAES256\",\r\n", - " \"ipsecIntegrity\": \"GCMAES256\",\r\n", - " \"ikeEncryption\": \"AES256\",\r\n", - " \"ikeIntegrity\": \"SHA384\",\r\n", - " \"dhGroup\": \"DHGroup2048\",\r\n", - " \"pfsGroup\": \"ECP384\"\r\n", - " }\r\n", - " ],\r\n", - " \"trafficSelectorPolicies\": [],\r\n", - " \"connectionStatus\": \"Unknown\",\r\n", - " \"ingressBytesTransferred\": 0,\r\n", - " \"egressBytesTransferred\": 0,\r\n", - " \"expressRouteGatewayBypass\": false,\r\n", - " \"dpdTimeoutSeconds\": 0\r\n", - " }\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg4418/providers/Microsoft.Network/connections/azsmnet4981?api-version=2020-04-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "1814", - "Content-Type": "application/json", - "traceparent": "00-e8100c581c12f947b2f4af9dbb983919-fd899cec5bd57a42-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8c6f04880fa2394abd4bdb064a4ce17a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "West US", - "properties": { - "virtualNetworkGateway1": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg4418/providers/Microsoft.Network/virtualNetworkGateways/azsmnet790", - "location": "westus", - "tags": { - "key": "value" - }, - "properties": { - "ipConfigurations": [ - { - "name": "azsmnet1776", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg4418/providers/Microsoft.Network/virtualNetworkGateways/azsmnet790/ipConfigurations/azsmnet1776", - "properties": { - "privateIPAllocationMethod": "Dynamic", - "subnet": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg4418/providers/Microsoft.Network/virtualNetworks/azsmnet9351/subnets/GatewaySubnet" - }, - "publicIPAddress": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg4418/providers/Microsoft.Network/publicIPAddresses/azsmnet4245" - } - } - } - ], - "gatewayType": "Vpn", - "vpnType": "RouteBased", - "vpnGatewayGeneration": "Generation1", - "enableBgp": false, - "enablePrivateIpAddress": false, - "activeActive": false, - "sku": { - "name": "Standard", - "tier": "Standard" - }, - "bgpSettings": { - "asn": 65515, - "bgpPeeringAddress": "10.0.0.254", - "peerWeight": 0, - "bgpPeeringAddresses": [ - { - "ipconfigurationId": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg4418/providers/Microsoft.Network/virtualNetworkGateways/azsmnet790/ipConfigurations/azsmnet1776", - "customBgpIpAddresses": [] - } - ] - } - } - }, - "localNetworkGateway2": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg4418/providers/Microsoft.Network/localNetworkGateways/azsmnet384", - "location": "westus", - "tags": { - "test": "value" - }, - "properties": { - "localNetworkAddressSpace": { - "addressPrefixes": [ - "192.168.0.0/16" - ] - }, - "gatewayIpAddress": "192.168.3.4" - } - }, - "connectionType": "IPsec", - "routingWeight": 3, - "sharedKey": "abc", - "usePolicyBasedTrafficSelectors": false - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/0357db20-aece-434b-a97c-d4c170589c33?api-version=2020-04-01", - "Cache-Control": "no-cache", - "Content-Length": "1278", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:10:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "10", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "340b8e02-58b1-454c-ac6b-8dbdb837241d", - "x-ms-client-request-id": "8c6f04880fa2394abd4bdb064a4ce17a", - "x-ms-correlation-request-id": "aee7bc1b-6381-4275-993b-a663018977a5", - "x-ms-ratelimit-remaining-subscription-writes": "1191", - "x-ms-request-id": "0357db20-aece-434b-a97c-d4c170589c33", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T041035Z:aee7bc1b-6381-4275-993b-a663018977a5" - }, - "ResponseBody": [ - "{\r\n", - " \"name\": \"azsmnet4981\",\r\n", - " \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg4418/providers/Microsoft.Network/connections/azsmnet4981\",\r\n", - " \"etag\": \"W/\\\"70b274cf-ce4b-4ada-bb9f-cf6060d9e99a\\\"\",\r\n", - " \"type\": \"Microsoft.Network/connections\",\r\n", - " \"location\": \"westus\",\r\n", - " \"properties\": {\r\n", - " \"provisioningState\": \"Updating\",\r\n", - " \"resourceGuid\": \"7eb5dfec-50cc-411a-90e1-26b6b1330cf5\",\r\n", - " \"packetCaptureDiagnosticState\": \"None\",\r\n", - " \"virtualNetworkGateway1\": {\r\n", - " \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg4418/providers/Microsoft.Network/virtualNetworkGateways/azsmnet790\"\r\n", - " },\r\n", - " \"localNetworkGateway2\": {\r\n", - " \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg4418/providers/Microsoft.Network/localNetworkGateways/azsmnet384\"\r\n", - " },\r\n", - " \"connectionType\": \"IPsec\",\r\n", - " \"connectionProtocol\": \"IKEv2\",\r\n", - " \"routingWeight\": 3,\r\n", - " \"sharedKey\": \"abc\",\r\n", - " \"enableBgp\": false,\r\n", - " \"useLocalAzureIpAddress\": false,\r\n", - " \"usePolicyBasedTrafficSelectors\": false,\r\n", - " \"ipsecPolicies\": [],\r\n", - " \"trafficSelectorPolicies\": [],\r\n", - " \"ingressBytesTransferred\": 0,\r\n", - " \"egressBytesTransferred\": 0,\r\n", - " \"expressRouteGatewayBypass\": false,\r\n", - " \"dpdTimeoutSeconds\": 0\r\n", - " }\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/0357db20-aece-434b-a97c-d4c170589c33?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "af5be50a7aba66ef8b36596075ccede3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:10:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "10", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d5955eaf-9942-4f82-8846-62f3943b7913", - "x-ms-client-request-id": "af5be50a7aba66ef8b36596075ccede3", - "x-ms-correlation-request-id": "88ba8c0b-5161-4bd8-9b01-6224b5f1f0a8", - "x-ms-ratelimit-remaining-subscription-reads": "9795", - "x-ms-request-id": "df3e1683-209c-4a13-8156-7432eaa45fd7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T041035Z:88ba8c0b-5161-4bd8-9b01-6224b5f1f0a8" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/0357db20-aece-434b-a97c-d4c170589c33?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "939c42820b93491cb5ea5aaff4b242bb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:10:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "20", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5d7d503d-37b5-41aa-8215-7213d14af485", - "x-ms-client-request-id": "939c42820b93491cb5ea5aaff4b242bb", - "x-ms-correlation-request-id": "dcc12c8e-e8ff-4bc9-83d3-53ce345f0716", - "x-ms-ratelimit-remaining-subscription-reads": "9794", - "x-ms-request-id": "2b82db0f-2380-4bbb-804a-03dfa67383d0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T041036Z:dcc12c8e-e8ff-4bc9-83d3-53ce345f0716" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/0357db20-aece-434b-a97c-d4c170589c33?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "65fb5c6532f056c004549ff5e6ee1065", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:10:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "20", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c9af1fac-dbaa-48af-8fb9-ad483f3cf3eb", - "x-ms-client-request-id": "65fb5c6532f056c004549ff5e6ee1065", - "x-ms-correlation-request-id": "b3e9e587-b481-4b26-8810-d706fff955d5", - "x-ms-ratelimit-remaining-subscription-reads": "9793", - "x-ms-request-id": "328b8509-03d6-40e1-8988-e7670a8e1e8f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T041038Z:b3e9e587-b481-4b26-8810-d706fff955d5" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/0357db20-aece-434b-a97c-d4c170589c33?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b41537055165ffeac812fad0203f71d9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:10:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "40", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "fb812bea-7270-4417-b7c5-62de5249a7b7", - "x-ms-client-request-id": "b41537055165ffeac812fad0203f71d9", - "x-ms-correlation-request-id": "86fcf7d1-4cbd-4911-be5f-302e68d28e53", - "x-ms-ratelimit-remaining-subscription-reads": "9792", - "x-ms-request-id": "2b6e00a5-e701-4040-ab49-3129ef7cd4df", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T041039Z:86fcf7d1-4cbd-4911-be5f-302e68d28e53" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/0357db20-aece-434b-a97c-d4c170589c33?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "18fa9df387d050f381458f3f6b2763c6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:10:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "40", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d171a958-f2f3-412b-ba0f-7ac6ec24baa8", - "x-ms-client-request-id": "18fa9df387d050f381458f3f6b2763c6", - "x-ms-correlation-request-id": "64d6c3e3-401d-4d47-b7d0-2955f05169b0", - "x-ms-ratelimit-remaining-subscription-reads": "9791", - "x-ms-request-id": "15680ad2-1259-49a7-ba94-1ac5cb55a0cd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T041040Z:64d6c3e3-401d-4d47-b7d0-2955f05169b0" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/0357db20-aece-434b-a97c-d4c170589c33?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "bcaaf5d98d9d145671fc9ddd37f035c4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "29", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:10:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1706fdb8-3071-4b45-aad8-2fa256bcac80", - "x-ms-client-request-id": "bcaaf5d98d9d145671fc9ddd37f035c4", - "x-ms-correlation-request-id": "526f15f5-c1c2-4899-8763-49ab497d988f", - "x-ms-ratelimit-remaining-subscription-reads": "9790", - "x-ms-request-id": "384e7deb-bd78-4dcf-8418-0919d016403c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T041042Z:526f15f5-c1c2-4899-8763-49ab497d988f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"Succeeded\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg4418/providers/Microsoft.Network/connections/azsmnet4981?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "4801c5e2f7f47e9443c43220c2ab93a0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1315", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:10:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5431d830-5299-4078-8876-75b538ffbb20", - "x-ms-client-request-id": "4801c5e2f7f47e9443c43220c2ab93a0", - "x-ms-correlation-request-id": "7c431ce6-8248-4b3d-90bc-e7d1adaae80a", - "x-ms-ratelimit-remaining-subscription-reads": "9789", - "x-ms-request-id": "325014e6-dd49-418c-81f9-d06ee851c042", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T041042Z:7c431ce6-8248-4b3d-90bc-e7d1adaae80a" - }, - "ResponseBody": [ - "{\r\n", - " \"name\": \"azsmnet4981\",\r\n", - " \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg4418/providers/Microsoft.Network/connections/azsmnet4981\",\r\n", - " \"etag\": \"W/\\\"11675225-1a0a-4904-a802-edf0db43933a\\\"\",\r\n", - " \"type\": \"Microsoft.Network/connections\",\r\n", - " \"location\": \"westus\",\r\n", - " \"properties\": {\r\n", - " \"provisioningState\": \"Succeeded\",\r\n", - " \"resourceGuid\": \"7eb5dfec-50cc-411a-90e1-26b6b1330cf5\",\r\n", - " \"packetCaptureDiagnosticState\": \"None\",\r\n", - " \"virtualNetworkGateway1\": {\r\n", - " \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg4418/providers/Microsoft.Network/virtualNetworkGateways/azsmnet790\"\r\n", - " },\r\n", - " \"localNetworkGateway2\": {\r\n", - " \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg4418/providers/Microsoft.Network/localNetworkGateways/azsmnet384\"\r\n", - " },\r\n", - " \"connectionType\": \"IPsec\",\r\n", - " \"connectionProtocol\": \"IKEv2\",\r\n", - " \"routingWeight\": 3,\r\n", - " \"sharedKey\": \"abc\",\r\n", - " \"enableBgp\": false,\r\n", - " \"useLocalAzureIpAddress\": false,\r\n", - " \"usePolicyBasedTrafficSelectors\": false,\r\n", - " \"ipsecPolicies\": [],\r\n", - " \"trafficSelectorPolicies\": [],\r\n", - " \"connectionStatus\": \"Unknown\",\r\n", - " \"ingressBytesTransferred\": 0,\r\n", - " \"egressBytesTransferred\": 0,\r\n", - " \"expressRouteGatewayBypass\": false,\r\n", - " \"dpdTimeoutSeconds\": 0\r\n", - " }\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg4418/providers/Microsoft.Network/connections/azsmnet4981?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-464297949bc21744ba1ef1cdb8f54983-4ba01de2f54e6942-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2bf633afb495653c47e6a6d4e9151891", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1315", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:10:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "09e66951-5a1d-4058-ac43-177787ca91b0", - "x-ms-client-request-id": "2bf633afb495653c47e6a6d4e9151891", - "x-ms-correlation-request-id": "37de6340-16dc-4f9b-9916-0c87ab5e8d6e", - "x-ms-ratelimit-remaining-subscription-reads": "9788", - "x-ms-request-id": "df7f7b41-0bd6-47e9-9c4c-3d42fd392202", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T041043Z:37de6340-16dc-4f9b-9916-0c87ab5e8d6e" - }, - "ResponseBody": [ - "{\r\n", - " \"name\": \"azsmnet4981\",\r\n", - " \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg4418/providers/Microsoft.Network/connections/azsmnet4981\",\r\n", - " \"etag\": \"W/\\\"11675225-1a0a-4904-a802-edf0db43933a\\\"\",\r\n", - " \"type\": \"Microsoft.Network/connections\",\r\n", - " \"location\": \"westus\",\r\n", - " \"properties\": {\r\n", - " \"provisioningState\": \"Succeeded\",\r\n", - " \"resourceGuid\": \"7eb5dfec-50cc-411a-90e1-26b6b1330cf5\",\r\n", - " \"packetCaptureDiagnosticState\": \"None\",\r\n", - " \"virtualNetworkGateway1\": {\r\n", - " \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg4418/providers/Microsoft.Network/virtualNetworkGateways/azsmnet790\"\r\n", - " },\r\n", - " \"localNetworkGateway2\": {\r\n", - " \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg4418/providers/Microsoft.Network/localNetworkGateways/azsmnet384\"\r\n", - " },\r\n", - " \"connectionType\": \"IPsec\",\r\n", - " \"connectionProtocol\": \"IKEv2\",\r\n", - " \"routingWeight\": 3,\r\n", - " \"sharedKey\": \"abc\",\r\n", - " \"enableBgp\": false,\r\n", - " \"useLocalAzureIpAddress\": false,\r\n", - " \"usePolicyBasedTrafficSelectors\": false,\r\n", - " \"ipsecPolicies\": [],\r\n", - " \"trafficSelectorPolicies\": [],\r\n", - " \"connectionStatus\": \"Unknown\",\r\n", - " \"ingressBytesTransferred\": 0,\r\n", - " \"egressBytesTransferred\": 0,\r\n", - " \"expressRouteGatewayBypass\": false,\r\n", - " \"dpdTimeoutSeconds\": 0\r\n", - " }\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg4418/providers/Microsoft.Network/connections?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a55cca0f1a25e1d2602b78d85a3651c6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1399", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:10:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "71a0027b-5f28-4c2a-8dee-c8de49db5aa4", - "x-ms-client-request-id": "a55cca0f1a25e1d2602b78d85a3651c6", - "x-ms-correlation-request-id": "48ddfb60-c2e3-4316-b6e4-f6c119d89d18", - "x-ms-ratelimit-remaining-subscription-reads": "9787", - "x-ms-request-id": "ab2ace60-749b-4678-bbe2-0587353949fd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T041043Z:48ddfb60-c2e3-4316-b6e4-f6c119d89d18" - }, - "ResponseBody": [ - "{\r\n", - " \"value\": [\r\n", - " {\r\n", - " \"name\": \"azsmnet4981\",\r\n", - " \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg4418/providers/Microsoft.Network/connections/azsmnet4981\",\r\n", - " \"etag\": \"W/\\\"11675225-1a0a-4904-a802-edf0db43933a\\\"\",\r\n", - " \"type\": \"Microsoft.Network/connections\",\r\n", - " \"location\": \"westus\",\r\n", - " \"properties\": {\r\n", - " \"provisioningState\": \"Succeeded\",\r\n", - " \"resourceGuid\": \"7eb5dfec-50cc-411a-90e1-26b6b1330cf5\",\r\n", - " \"packetCaptureDiagnosticState\": \"None\",\r\n", - " \"virtualNetworkGateway1\": {\r\n", - " \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg4418/providers/Microsoft.Network/virtualNetworkGateways/azsmnet790\"\r\n", - " },\r\n", - " \"localNetworkGateway2\": {\r\n", - " \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg4418/providers/Microsoft.Network/localNetworkGateways/azsmnet384\"\r\n", - " },\r\n", - " \"connectionType\": \"IPsec\",\r\n", - " \"connectionProtocol\": \"IKEv2\",\r\n", - " \"routingWeight\": 3,\r\n", - " \"enableBgp\": false,\r\n", - " \"useLocalAzureIpAddress\": false,\r\n", - " \"usePolicyBasedTrafficSelectors\": false,\r\n", - " \"ipsecPolicies\": [],\r\n", - " \"trafficSelectorPolicies\": [],\r\n", - " \"ingressBytesTransferred\": 0,\r\n", - " \"egressBytesTransferred\": 0,\r\n", - " \"expressRouteGatewayBypass\": false,\r\n", - " \"dpdTimeoutSeconds\": 0\r\n", - " }\r\n", - " }\r\n", - " ]\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg4418/providers/Microsoft.Network/connections/azsmnet4981?api-version=2020-04-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-81997fead20393488733771ebf62d9f6-94966dfbfdd7014a-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "042efd690afa2d2e899b010d51c0952e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/59cf0ec1-5c78-4a6e-b52b-3be4340fe149?api-version=2020-04-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Wed, 30 Sep 2020 04:10:43 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operationResults/59cf0ec1-5c78-4a6e-b52b-3be4340fe149?api-version=2020-04-01", - "Pragma": "no-cache", - "Retry-After": "10", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f85c1df8-b403-45d5-9935-adb5b265cbe1", - "x-ms-client-request-id": "042efd690afa2d2e899b010d51c0952e", - "x-ms-correlation-request-id": "1464cd12-0b21-42c3-9ddf-2b0df79eec8b", - "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-request-id": "59cf0ec1-5c78-4a6e-b52b-3be4340fe149", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T041044Z:1464cd12-0b21-42c3-9ddf-2b0df79eec8b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/59cf0ec1-5c78-4a6e-b52b-3be4340fe149?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "eb6ae09514e605979c2e1c8919c590a0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:10:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "10", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "27aede0c-0720-40bf-ac9a-524ad3e20b19", - "x-ms-client-request-id": "eb6ae09514e605979c2e1c8919c590a0", - "x-ms-correlation-request-id": "b8eea1ce-c3b8-48bf-9331-4fbd0b8490a5", - "x-ms-ratelimit-remaining-subscription-reads": "9786", - "x-ms-request-id": "cbb9cbbb-4c6c-48e6-9232-b2555be3baa8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T041044Z:b8eea1ce-c3b8-48bf-9331-4fbd0b8490a5" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/59cf0ec1-5c78-4a6e-b52b-3be4340fe149?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b92d4a9559257b768299a3e53fc4f125", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:10:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "20", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "78ef5c15-7695-47ba-970a-16ea855f5541", - "x-ms-client-request-id": "b92d4a9559257b768299a3e53fc4f125", - "x-ms-correlation-request-id": "c84bc074-a681-48cf-92af-fad1f3c38aa2", - "x-ms-ratelimit-remaining-subscription-reads": "9785", - "x-ms-request-id": "ed7ea032-cd18-432b-8803-4843ef58a32a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T041045Z:c84bc074-a681-48cf-92af-fad1f3c38aa2" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/59cf0ec1-5c78-4a6e-b52b-3be4340fe149?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7078f090a95597470a0b5b21d1f17b9b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:10:46 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "20", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4ebd4516-37b7-46a3-aed7-257ccaa69e10", - "x-ms-client-request-id": "7078f090a95597470a0b5b21d1f17b9b", - "x-ms-correlation-request-id": "ebecee85-175f-457e-8b5d-3e1418e435e2", - "x-ms-ratelimit-remaining-subscription-reads": "9784", - "x-ms-request-id": "5d2470b9-ab10-4e1f-928d-8f9fd8b02197", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T041046Z:ebecee85-175f-457e-8b5d-3e1418e435e2" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/59cf0ec1-5c78-4a6e-b52b-3be4340fe149?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f1d42a8452363beb6aee694d70b1c5d7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:10:47 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "40", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "85fad4f1-14f7-4abb-9d5a-cb2f7077c500", - "x-ms-client-request-id": "f1d42a8452363beb6aee694d70b1c5d7", - "x-ms-correlation-request-id": "62d437ef-ba26-4876-8210-611ec97cc064", - "x-ms-ratelimit-remaining-subscription-reads": "9783", - "x-ms-request-id": "39ed3ed5-c6f9-46f7-a8ea-b51fd1c46e4c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T041048Z:62d437ef-ba26-4876-8210-611ec97cc064" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/59cf0ec1-5c78-4a6e-b52b-3be4340fe149?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "29f9f73c1f4deb4a0295ae1afd55aa91", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:10:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "40", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "995cf38b-ac66-40e3-99d8-46caa4c85d78", - "x-ms-client-request-id": "29f9f73c1f4deb4a0295ae1afd55aa91", - "x-ms-correlation-request-id": "287efe5b-b41d-411c-b518-96d178c5282e", - "x-ms-ratelimit-remaining-subscription-reads": "9782", - "x-ms-request-id": "4dfbd5a5-be18-4001-9d39-95abd4fdb4f4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T041049Z:287efe5b-b41d-411c-b518-96d178c5282e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/59cf0ec1-5c78-4a6e-b52b-3be4340fe149?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "1560081e00ef3eee043c066740fa2658", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:10:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "80", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "99f9c67b-2273-4a5c-9df4-6d4f8856f099", - "x-ms-client-request-id": "1560081e00ef3eee043c066740fa2658", - "x-ms-correlation-request-id": "12c82dca-6712-41b0-b011-695ddb58ae31", - "x-ms-ratelimit-remaining-subscription-reads": "9781", - "x-ms-request-id": "817504fd-96a4-4964-a512-902e24d6fa25", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T041050Z:12c82dca-6712-41b0-b011-695ddb58ae31" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/59cf0ec1-5c78-4a6e-b52b-3be4340fe149?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "dae4844552f8644edfe9eea1a3d13e14", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "29", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:10:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6028db1f-0850-4daf-814f-232093eba27d", - "x-ms-client-request-id": "dae4844552f8644edfe9eea1a3d13e14", - "x-ms-correlation-request-id": "336b2f92-41aa-4af4-935c-0c74ccedecb9", - "x-ms-ratelimit-remaining-subscription-reads": "9780", - "x-ms-request-id": "674bfed6-4b2a-403c-be0d-952095632575", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T041052Z:336b2f92-41aa-4af4-935c-0c74ccedecb9" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"Succeeded\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg4418/providers/Microsoft.Network/connections?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "682ed844b0503ce808ba241018e3ab08", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "19", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 04:10:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6e11281d-7adb-40ab-b97d-37fe7c09d0b7", - "x-ms-client-request-id": "682ed844b0503ce808ba241018e3ab08", - "x-ms-correlation-request-id": "dd49782d-a827-463b-983f-d07bacc45e92", - "x-ms-ratelimit-remaining-subscription-reads": "9779", - "x-ms-request-id": "484898b6-c9ee-425d-a19f-15352ed2cb57", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T041052Z:dd49782d-a827-463b-983f-d07bacc45e92" - }, - "ResponseBody": [ - "{\r\n", - " \"value\": []\r\n", - "}" - ] - } - ], - "Variables": { - "RandomSeed": "20356536", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/GatewayOperationsTests/VirtualNetworkGatewayConnectionWithIpsecPoliciesTestAsync.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/GatewayOperationsTests/VirtualNetworkGatewayConnectionWithIpsecPoliciesTestAsync.json deleted file mode 100644 index 382dd8772619..000000000000 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/GatewayOperationsTests/VirtualNetworkGatewayConnectionWithIpsecPoliciesTestAsync.json +++ /dev/null @@ -1,75347 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-4c2c0918e820d9409b12baf2d1297c54-439fa57ee32e1041-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Resources/1.0.0-preview.2", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "90fc06da87c26ca504779af73719b97a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "93711", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:00:47 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e0fb868a-dc33-4ddc-b1da-941798f9d4a8", - "x-ms-ratelimit-remaining-subscription-reads": "9168", - "x-ms-request-id": "e0fb868a-dc33-4ddc-b1da-941798f9d4a8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050048Z:e0fb868a-dc33-4ddc-b1da-941798f9d4a8" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network", - "namespace": "Microsoft.Network", - "authorizations": [ - { - "applicationId": "2cf9eb86-36b5-49dc-86ae-9a63135dfa8c", - "roleDefinitionId": "13ba9ab4-19f0-4804-adc4-14ece36cc7a1" - }, - { - "applicationId": "7c33bfcb-8d33-48d6-8e60-dc6404003489", - "roleDefinitionId": "ad6261e4-fa9a-4642-aa5f-104f1b67e9e3" - }, - { - "applicationId": "1e3e4475-288f-4018-a376-df66fd7fac5f", - "roleDefinitionId": "1d538b69-3d87-4e56-8ff8-25786fd48261" - }, - { - "applicationId": "a0be0c72-870e-46f0-9c49-c98333a996f7", - "roleDefinitionId": "7ce22727-ffce-45a9-930c-ddb2e56fa131" - }, - { - "applicationId": "486c78bf-a0f7-45f1-92fd-37215929e116", - "roleDefinitionId": "98a9e526-0a60-4c1f-a33a-ae46e1f8dc0d" - }, - { - "applicationId": "19947cfd-0303-466c-ac3c-fcc19a7a1570", - "roleDefinitionId": "d813ab6c-bfb7-413e-9462-005b21f0ce09" - }, - { - "applicationId": "341b7f3d-69b3-47f9-9ce7-5b7f4945fdbd", - "roleDefinitionId": "8141843c-c51c-4c1e-a5bf-0d351594b86c" - }, - { - "applicationId": "328fd23b-de6e-462c-9433-e207470a5727", - "roleDefinitionId": "79e29e06-4056-41e5-a6b2-959f1f47747e" - }, - { - "applicationId": "6d057c82-a784-47ae-8d12-ca7b38cf06b4", - "roleDefinitionId": "c27dd31e-c1e5-4ab0-93e1-a12ba34f182e" - }, - { - "applicationId": "b4ca0290-4e73-4e31-ade0-c82ecfaabf6a", - "roleDefinitionId": "18363e25-ff21-4159-ae8d-7dfecb5bd001" - } - ], - "resourceTypes": [ - { - "resourceType": "virtualNetworks", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "defaultApiVersion": "2020-03-01", - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-10-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" - } - ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "natGateways", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01" - ], - "defaultApiVersion": "2020-03-01", - "zoneMappings": [ - { - "location": "East US 2", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Central US", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "West Europe", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "East US 2 EUAP", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Central US EUAP", - "zones": [ - "2", - "1" - ] - }, - { - "location": "France Central", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Southeast Asia", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "West US 2", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "North Europe", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "East US", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "UK South", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Japan East", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Australia East", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "South Africa North", - "zones": [] - }, - { - "location": "South Central US", - "zones": [] - }, - { - "location": "Canada Central", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Germany West Central", - "zones": [] - }, - { - "location": "Brazil South", - "zones": [] - } - ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "publicIPAddresses", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "defaultApiVersion": "2020-03-01", - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-10-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" - } - ], - "zoneMappings": [ - { - "location": "East US 2", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Central US", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "West Europe", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "East US 2 EUAP", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Central US EUAP", - "zones": [ - "2", - "1" - ] - }, - { - "location": "France Central", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Southeast Asia", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "West US 2", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "North Europe", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "East US", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "UK South", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Japan East", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Australia East", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "South Africa North", - "zones": [] - }, - { - "location": "South Central US", - "zones": [] - }, - { - "location": "Canada Central", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Germany West Central", - "zones": [] - }, - { - "location": "Brazil South", - "zones": [] - } - ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "customIpPrefixes", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01" - ], - "defaultApiVersion": "2020-06-01", - "zoneMappings": [ - { - "location": "East US 2", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Central US", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "West Europe", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "East US 2 EUAP", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Central US EUAP", - "zones": [ - "2", - "1" - ] - }, - { - "location": "France Central", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Southeast Asia", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "West US 2", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "North Europe", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "East US", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "UK South", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Japan East", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Australia East", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "South Africa North", - "zones": [] - }, - { - "location": "South Central US", - "zones": [] - }, - { - "location": "Canada Central", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Germany West Central", - "zones": [] - }, - { - "location": "Brazil South", - "zones": [] - } - ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "networkInterfaces", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "defaultApiVersion": "2020-03-01", - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-10-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" - } - ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "privateEndpoints", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "privateEndpointRedirectMaps", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "loadBalancers", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "defaultApiVersion": "2020-03-01", - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-10-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" - } - ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "networkSecurityGroups", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "defaultApiVersion": "2020-03-01", - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-10-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" - } - ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "applicationSecurityGroups", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01" - ], - "defaultApiVersion": "2020-03-01", - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2017-09-01" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-10-01" - } - ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "serviceEndpointPolicies", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "networkIntentPolicies", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "France South", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "routeTables", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "defaultApiVersion": "2020-03-01", - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-10-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" - } - ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "publicIPPrefixes", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01" - ], - "defaultApiVersion": "2020-03-01", - "zoneMappings": [ - { - "location": "East US 2", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Central US", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "West Europe", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "East US 2 EUAP", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Central US EUAP", - "zones": [ - "2", - "1" - ] - }, - { - "location": "France Central", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Southeast Asia", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "West US 2", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "North Europe", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "East US", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "UK South", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Japan East", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Australia East", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "South Africa North", - "zones": [] - }, - { - "location": "South Central US", - "zones": [] - }, - { - "location": "Canada Central", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Germany West Central", - "zones": [] - }, - { - "location": "Brazil South", - "zones": [] - } - ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "masterCustomIpPrefixes", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01" - ], - "defaultApiVersion": "2020-06-01", - "zoneMappings": [ - { - "location": "East US 2", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Central US", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "West Europe", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "East US 2 EUAP", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Central US EUAP", - "zones": [ - "2", - "1" - ] - }, - { - "location": "France Central", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Southeast Asia", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "West US 2", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "North Europe", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "East US", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "UK South", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Japan East", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Australia East", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "South Africa North", - "zones": [] - }, - { - "location": "South Central US", - "zones": [] - }, - { - "location": "Canada Central", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Germany West Central", - "zones": [] - }, - { - "location": "Brazil South", - "zones": [] - } - ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "ddosCustomPolicies", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "networkWatchers", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "networkWatchers/connectionMonitors", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "networkWatchers/flowLogs", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "networkWatchers/pingMeshes", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "virtualNetworkGateways", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "defaultApiVersion": "2020-03-01", - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-03-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" - } - ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "localNetworkGateways", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "defaultApiVersion": "2020-03-01", - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-03-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" - } - ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "connections", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "defaultApiVersion": "2020-03-01", - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-03-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" - } - ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "applicationGateways", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "defaultApiVersion": "2020-03-01", - "zoneMappings": [ - { - "location": "East US 2", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Central US", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "West Europe", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "East US 2 EUAP", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Central US EUAP", - "zones": [ - "2", - "1" - ] - }, - { - "location": "France Central", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Southeast Asia", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "West US 2", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "North Europe", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "East US", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "UK South", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Japan East", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Australia East", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "South Africa North", - "zones": [] - }, - { - "location": "South Central US", - "zones": [] - }, - { - "location": "Canada Central", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Germany West Central", - "zones": [] - }, - { - "location": "Brazil South", - "zones": [] - } - ], - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "applicationGatewayWebApplicationFirewallPolicies", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "locations", - "locations": [], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-10-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" - } - ], - "capabilities": "None" - }, - { - "resourceType": "locations/operations", - "locations": [], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-10-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" - } - ], - "capabilities": "None" - }, - { - "resourceType": "locations/operationResults", - "locations": [], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-10-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" - } - ], - "capabilities": "None" - }, - { - "resourceType": "locations/CheckDnsNameAvailability", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "capabilities": "None" - }, - { - "resourceType": "locations/setLoadBalancerFrontendPublicIpAddresses", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01" - ], - "capabilities": "None" - }, - { - "resourceType": "locations/usages", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2015-06-15" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2017-10-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2017-10-01" - } - ], - "capabilities": "None" - }, - { - "resourceType": "locations/virtualNetworkAvailableEndpointServices", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01" - ], - "capabilities": "None" - }, - { - "resourceType": "locations/availableDelegations", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01" - ], - "capabilities": "None" - }, - { - "resourceType": "locations/serviceTags", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01" - ], - "capabilities": "None" - }, - { - "resourceType": "locations/availablePrivateEndpointTypes", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01" - ], - "capabilities": "None" - }, - { - "resourceType": "locations/availableServiceAliases", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01" - ], - "capabilities": "None" - }, - { - "resourceType": "locations/checkPrivateLinkServiceVisibility", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01" - ], - "capabilities": "None" - }, - { - "resourceType": "locations/autoApprovedPrivateLinkServices", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01" - ], - "capabilities": "None" - }, - { - "resourceType": "locations/batchValidatePrivateEndpointsForResourceMove", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01" - ], - "capabilities": "None" - }, - { - "resourceType": "locations/batchNotifyPrivateEndpointsForResourceMove", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01" - ], - "capabilities": "None" - }, - { - "resourceType": "locations/supportedVirtualMachineSizes", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01" - ], - "capabilities": "None" - }, - { - "resourceType": "locations/checkAcceleratedNetworkingSupport", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01" - ], - "capabilities": "None" - }, - { - "resourceType": "locations/validateResourceOwnership", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01" - ], - "capabilities": "None" - }, - { - "resourceType": "locations/setResourceOwnership", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01" - ], - "capabilities": "None" - }, - { - "resourceType": "locations/effectiveResourceOwnership", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01" - ], - "capabilities": "None" - }, - { - "resourceType": "operations", - "locations": [], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "capabilities": "None" - }, - { - "resourceType": "privateDnsZones", - "locations": [ - "global" - ], - "apiVersions": [ - "2020-01-01", - "2018-09-01" - ], - "defaultApiVersion": "2018-09-01", - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "privateDnsZones/virtualNetworkLinks", - "locations": [ - "global" - ], - "apiVersions": [ - "2020-01-01", - "2018-09-01" - ], - "defaultApiVersion": "2018-09-01", - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "privateDnsOperationResults", - "locations": [ - "global" - ], - "apiVersions": [ - "2020-01-01", - "2018-09-01" - ], - "defaultApiVersion": "2018-09-01", - "capabilities": "None" - }, - { - "resourceType": "privateDnsOperationStatuses", - "locations": [ - "global" - ], - "apiVersions": [ - "2020-01-01", - "2018-09-01" - ], - "defaultApiVersion": "2018-09-01", - "capabilities": "None" - }, - { - "resourceType": "privateDnsZonesInternal", - "locations": [ - "global" - ], - "apiVersions": [ - "2020-01-01" - ], - "defaultApiVersion": "2020-01-01", - "capabilities": "None" - }, - { - "resourceType": "privateDnsZones/A", - "locations": [ - "global" - ], - "apiVersions": [ - "2020-01-01", - "2018-09-01" - ], - "defaultApiVersion": "2018-09-01", - "capabilities": "None" - }, - { - "resourceType": "privateDnsZones/AAAA", - "locations": [ - "global" - ], - "apiVersions": [ - "2020-01-01", - "2018-09-01" - ], - "defaultApiVersion": "2018-09-01", - "capabilities": "None" - }, - { - "resourceType": "privateDnsZones/CNAME", - "locations": [ - "global" - ], - "apiVersions": [ - "2020-01-01", - "2018-09-01" - ], - "defaultApiVersion": "2018-09-01", - "capabilities": "None" - }, - { - "resourceType": "privateDnsZones/PTR", - "locations": [ - "global" - ], - "apiVersions": [ - "2020-01-01", - "2018-09-01" - ], - "defaultApiVersion": "2018-09-01", - "capabilities": "None" - }, - { - "resourceType": "privateDnsZones/MX", - "locations": [ - "global" - ], - "apiVersions": [ - "2020-01-01", - "2018-09-01" - ], - "defaultApiVersion": "2018-09-01", - "capabilities": "None" - }, - { - "resourceType": "privateDnsZones/TXT", - "locations": [ - "global" - ], - "apiVersions": [ - "2020-01-01", - "2018-09-01" - ], - "defaultApiVersion": "2018-09-01", - "capabilities": "None" - }, - { - "resourceType": "privateDnsZones/SRV", - "locations": [ - "global" - ], - "apiVersions": [ - "2020-01-01", - "2018-09-01" - ], - "defaultApiVersion": "2018-09-01", - "capabilities": "None" - }, - { - "resourceType": "privateDnsZones/SOA", - "locations": [ - "global" - ], - "apiVersions": [ - "2020-01-01", - "2018-09-01" - ], - "defaultApiVersion": "2018-09-01", - "capabilities": "None" - }, - { - "resourceType": "privateDnsZones/all", - "locations": [ - "global" - ], - "apiVersions": [ - "2020-01-01", - "2018-09-01" - ], - "defaultApiVersion": "2018-09-01", - "capabilities": "None" - }, - { - "resourceType": "trafficmanagerprofiles", - "locations": [ - "global" - ], - "apiVersions": [ - "2018-08-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2017-05-01", - "2017-03-01", - "2015-11-01", - "2015-04-28-preview" - ], - "defaultApiVersion": "2018-08-01", - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "trafficmanagerprofiles/heatMaps", - "locations": [ - "global" - ], - "apiVersions": [ - "2018-08-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2017-09-01-preview" - ], - "defaultApiVersion": "2018-08-01", - "capabilities": "None" - }, - { - "resourceType": "checkTrafficManagerNameAvailability", - "locations": [ - "global" - ], - "apiVersions": [ - "2018-08-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2017-05-01", - "2017-03-01", - "2015-11-01", - "2015-04-28-preview" - ], - "defaultApiVersion": "2018-08-01", - "capabilities": "None" - }, - { - "resourceType": "trafficManagerUserMetricsKeys", - "locations": [ - "global" - ], - "apiVersions": [ - "2018-08-01", - "2018-04-01", - "2017-09-01-preview" - ], - "defaultApiVersion": "2018-08-01", - "capabilities": "None" - }, - { - "resourceType": "trafficManagerGeographicHierarchies", - "locations": [ - "global" - ], - "apiVersions": [ - "2018-08-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2017-05-01", - "2017-03-01" - ], - "defaultApiVersion": "2018-08-01", - "capabilities": "None" - }, - { - "resourceType": "expressRouteCircuits", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "expressRouteServiceProviders", - "locations": [], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01", - "2016-11-01", - "2016-10-01", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview", - "2014-12-01-preview" - ], - "capabilities": "None" - }, - { - "resourceType": "applicationGatewayAvailableWafRuleSets", - "locations": [], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01" - ], - "capabilities": "None" - }, - { - "resourceType": "applicationGatewayAvailableSslOptions", - "locations": [], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01" - ], - "capabilities": "None" - }, - { - "resourceType": "applicationGatewayAvailableServerVariables", - "locations": [], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01" - ], - "capabilities": "None" - }, - { - "resourceType": "applicationGatewayAvailableRequestHeaders", - "locations": [], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01" - ], - "capabilities": "None" - }, - { - "resourceType": "applicationGatewayAvailableResponseHeaders", - "locations": [], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01" - ], - "capabilities": "None" - }, - { - "resourceType": "routeFilters", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "bgpServiceCommunities", - "locations": [], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01", - "2017-08-01", - "2017-06-01", - "2017-04-01", - "2017-03-01", - "2016-12-01" - ], - "capabilities": "None" - }, - { - "resourceType": "virtualWans", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "vpnSites", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "vpnServerConfigurations", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "South Africa North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "virtualHubs", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "vpnGateways", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "p2sVpnGateways", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "UAE North", - "South Africa North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "expressRouteGateways", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "firewallPolicies", - "locations": [ - "UAE North", - "Australia Central 2", - "UAE Central", - "Germany North", - "Central India", - "Korea South", - "Switzerland North", - "Switzerland West", - "Japan West", - "France South", - "South Africa West", - "West India", - "Canada East", - "South India", - "Germany West Central", - "Norway East", - "Norway West", - "South Africa North", - "East Asia", - "Southeast Asia", - "Korea Central", - "Brazil South", - "Japan East", - "UK West", - "West US", - "East US", - "North Europe", - "West Europe", - "West Central US", - "South Central US", - "Australia East", - "Australia Central", - "Australia Southeast", - "UK South", - "East US 2", - "West US 2", - "North Central US", - "Canada Central", - "France Central", - "Central US", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01" - ], - "defaultApiVersion": "2020-04-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "ipGroups", - "locations": [ - "UAE North", - "Australia Central 2", - "UAE Central", - "Germany North", - "Central India", - "Korea South", - "Switzerland North", - "Switzerland West", - "Japan West", - "France South", - "South Africa West", - "West India", - "Canada East", - "South India", - "Germany West Central", - "Norway East", - "Norway West", - "South Africa North", - "East Asia", - "Southeast Asia", - "Korea Central", - "Brazil South", - "Japan East", - "UK West", - "West US", - "East US", - "North Europe", - "West Europe", - "South Central US", - "Australia East", - "Australia Central", - "Australia Southeast", - "UK South", - "East US 2", - "West US 2", - "North Central US", - "Canada Central", - "France Central", - "West Central US", - "Central US", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01" - ], - "defaultApiVersion": "2019-08-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "locations/nfvOperations", - "locations": [], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01" - ], - "capabilities": "None" - }, - { - "resourceType": "locations/nfvOperationResults", - "locations": [], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01" - ], - "capabilities": "None" - }, - { - "resourceType": "securityPartnerProviders", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "azureFirewalls", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "France Central", - "Australia Central", - "Japan West", - "Japan East", - "Korea Central", - "Korea South", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01" - ], - "defaultApiVersion": "2020-03-01", - "zoneMappings": [ - { - "location": "East US 2", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Central US", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "West Europe", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "East US 2 EUAP", - "zones": [ - "2", - "1", - "3" - ] - }, - { - "location": "Central US EUAP", - "zones": [ - "2", - "1" - ] - }, - { - "location": "France Central", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Southeast Asia", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "West US 2", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "North Europe", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "East US", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "UK South", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Japan East", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Australia East", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "South Africa North", - "zones": [] - }, - { - "location": "South Central US", - "zones": [] - }, - { - "location": "Canada Central", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Germany West Central", - "zones": [] - }, - { - "location": "Brazil South", - "zones": [] - } - ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "azureFirewallFqdnTags", - "locations": [], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01" - ], - "capabilities": "None" - }, - { - "resourceType": "virtualNetworkTaps", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "privateLinkServices", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "ddosProtectionPlans", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01", - "2018-04-01", - "2018-03-01", - "2018-02-01" - ], - "defaultApiVersion": "2020-03-01", - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2018-02-01" - } - ], - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "networkProfiles", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-05-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "checkFrontdoorNameAvailability", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2020-07-01", - "2020-05-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, - { - "resourceType": "frontdoorWebApplicationFirewallManagedRuleSets", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2020-04-01", - "2019-10-01", - "2019-03-01" - ], - "defaultApiVersion": "2020-04-01", - "capabilities": "None" - }, - { - "resourceType": "locations/bareMetalTenants", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01" - ], - "capabilities": "None" - }, - { - "resourceType": "bastionHosts", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "virtualRouters", - "locations": [ - "UAE North", - "Australia Central 2", - "UAE Central", - "Germany North", - "Central India", - "Korea South", - "Switzerland North", - "Switzerland West", - "Japan West", - "France South", - "South Africa West", - "West India", - "Canada East", - "South India", - "Germany West Central", - "Norway East", - "Norway West", - "South Africa North", - "East Asia", - "Southeast Asia", - "Korea Central", - "Brazil South", - "Japan East", - "UK West", - "West US", - "East US", - "North Europe", - "West Europe", - "West Central US", - "South Central US", - "Australia East", - "Australia Central", - "Australia Southeast", - "UK South", - "East US 2", - "West US 2", - "North Central US", - "Canada Central", - "France Central", - "Central US", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01" - ], - "defaultApiVersion": "2019-07-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "networkVirtualAppliances", - "locations": [ - "UAE North", - "Australia Central 2", - "UAE Central", - "Germany North", - "Central India", - "Korea South", - "Switzerland North", - "Switzerland West", - "Japan West", - "France South", - "South Africa West", - "West India", - "Canada East", - "South India", - "Germany West Central", - "Norway East", - "Norway West", - "South Africa North", - "East Asia", - "Southeast Asia", - "Korea Central", - "Brazil South", - "Japan East", - "UK West", - "West US", - "East US", - "North Europe", - "West Europe", - "West Central US", - "South Central US", - "Australia East", - "Australia Central", - "Australia Southeast", - "UK South", - "East US 2", - "West US 2", - "North Central US", - "Canada Central", - "France Central", - "Central US", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01" - ], - "defaultApiVersion": "2019-12-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "ipAllocations", - "locations": [ - "West US", - "East US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "locations/commitInternalAzureNetworkManagerConfiguration", - "locations": [ - "West Central US", - "East US 2 EUAP", - "Central US EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2019-12-01", - "2019-11-01" - ], - "capabilities": "None" - }, - { - "resourceType": "networkVirtualApplianceSkus", - "locations": [], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "None" - }, - { - "resourceType": "networkWatchers/lenses", - "locations": [ - "Central US EUAP", - "East US 2 EUAP" - ], - "apiVersions": [ - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01", - "2019-11-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-04-01", - "2019-02-01", - "2018-12-01", - "2018-11-01", - "2018-10-01", - "2018-08-01", - "2018-07-01", - "2018-06-01", - "2018-01-01", - "2017-11-01", - "2017-10-01", - "2017-09-01" - ], - "defaultApiVersion": "2020-03-01", - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "dnszones", - "locations": [ - "global" - ], - "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-11-30", - "2015-11-15-preview", - "2015-05-04-preview" - ], - "defaultApiVersion": "2018-05-01", - "apiProfiles": [ - { - "profileVersion": "2017-03-09-profile", - "apiVersion": "2016-04-01" - }, - { - "profileVersion": "2018-03-01-hybrid", - "apiVersion": "2016-04-01" - }, - { - "profileVersion": "2019-03-01-hybrid", - "apiVersion": "2016-04-01" - } - ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" - }, - { - "resourceType": "dnsOperationResults", - "locations": [ - "global" - ], - "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-11-30", - "2015-11-15-preview" - ], - "defaultApiVersion": "2018-05-01", - "capabilities": "None" - }, - { - "resourceType": "dnsOperationStatuses", - "locations": [ - "global" - ], - "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-11-30", - "2015-11-15-preview" - ], - "defaultApiVersion": "2018-05-01", - "capabilities": "None" - }, - { - "resourceType": "getDnsResourceReference", - "locations": [ - "global" - ], - "apiVersions": [ - "2018-05-01" - ], - "defaultApiVersion": "2018-05-01", - "capabilities": "None" - }, - { - "resourceType": "internalNotify", - "locations": [ - "global" - ], - "apiVersions": [ - "2018-05-01" - ], - "defaultApiVersion": "2018-05-01", - "capabilities": "None" - }, - { - "resourceType": "dnszones/A", - "locations": [ - "global" - ], - "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-11-30", - "2015-11-15-preview", - "2015-05-04-preview" - ], - "defaultApiVersion": "2018-05-01", - "capabilities": "None" - }, - { - "resourceType": "dnszones/AAAA", - "locations": [ - "global" - ], - "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-11-30", - "2015-11-15-preview", - "2015-05-04-preview" - ], - "defaultApiVersion": "2018-05-01", - "capabilities": "None" - }, - { - "resourceType": "dnszones/CNAME", - "locations": [ - "global" - ], - "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-11-30", - "2015-11-15-preview", - "2015-05-04-preview" - ], - "defaultApiVersion": "2018-05-01", - "capabilities": "None" - }, - { - "resourceType": "dnszones/PTR", - "locations": [ - "global" - ], - "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-11-30", - "2015-11-15-preview", - "2015-05-04-preview" - ], - "defaultApiVersion": "2018-05-01", - "capabilities": "None" - }, - { - "resourceType": "dnszones/MX", - "locations": [ - "global" - ], - "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-11-30", - "2015-11-15-preview", - "2015-05-04-preview" - ], - "defaultApiVersion": "2018-05-01", - "capabilities": "None" - }, - { - "resourceType": "dnszones/TXT", - "locations": [ - "global" - ], - "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-11-30", - "2015-11-15-preview", - "2015-05-04-preview" - ], - "defaultApiVersion": "2018-05-01", - "capabilities": "None" - }, - { - "resourceType": "dnszones/SRV", - "locations": [ - "global" - ], - "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-11-30", - "2015-11-15-preview", - "2015-05-04-preview" - ], - "defaultApiVersion": "2018-05-01", - "capabilities": "None" - }, - { - "resourceType": "dnszones/SOA", - "locations": [ - "global" - ], - "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-11-30", - "2015-11-15-preview", - "2015-05-04-preview" - ], - "defaultApiVersion": "2018-05-01", - "capabilities": "None" - }, - { - "resourceType": "dnszones/NS", - "locations": [ - "global" - ], - "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-11-30", - "2015-11-15-preview", - "2015-05-04-preview" - ], - "defaultApiVersion": "2018-05-01", - "capabilities": "None" - }, - { - "resourceType": "dnszones/CAA", - "locations": [ - "global" - ], - "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01" - ], - "defaultApiVersion": "2018-05-01", - "capabilities": "None" - }, - { - "resourceType": "dnszones/recordsets", - "locations": [ - "global" - ], - "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-11-30", - "2015-11-15-preview", - "2015-05-04-preview" - ], - "defaultApiVersion": "2018-05-01", - "capabilities": "None" - }, - { - "resourceType": "dnszones/all", - "locations": [ - "global" - ], - "apiVersions": [ - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-11-30", - "2015-11-15-preview", - "2015-05-04-preview" - ], - "defaultApiVersion": "2018-05-01", - "capabilities": "None" - }, - { - "resourceType": "frontdoorOperationResults", - "locations": [ - "global" - ], - "apiVersions": [ - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-11-01", - "2019-10-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2019-03-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, - { - "resourceType": "frontdoors", - "locations": [ - "Central US EUAP", - "East US 2 EUAP", - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "frontdoors/frontendEndpoints", - "locations": [ - "Central US EUAP", - "East US 2 EUAP", - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, - { - "resourceType": "frontdoors/frontendEndpoints/customHttpsConfiguration", - "locations": [ - "Central US EUAP", - "East US 2 EUAP", - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, - { - "resourceType": "frontdoorWebApplicationFirewallPolicies", - "locations": [ - "East US 2 EUAP", - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2020-04-01", - "2019-10-01", - "2019-03-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-04-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "networkExperimentProfiles", - "locations": [ - "Central US EUAP", - "East US 2 EUAP", - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "West US 2", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2019-11-01" - ], - "defaultApiVersion": "2019-11-01", - "capabilities": "SupportsTags, SupportsLocation" - } - ], - "registrationState": "Registered", - "registrationPolicy": "RegistrationRequired" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/csmrg1335?api-version=**", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "32", - "Content-Type": "application/json", - "traceparent": "00-7688fb3382f3d74281ffd2ee10215cac-ff7a173581f9a14a-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Resources/1.0.0-preview.2", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "077d90916ca4fc2d0b9a6ec62e4a3425", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "West US", - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "215", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:00:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a2008d5c-fdc0-4b75-8ee2-2e60607e4e4e", - "x-ms-ratelimit-remaining-subscription-writes": "1178", - "x-ms-request-id": "a2008d5c-fdc0-4b75-8ee2-2e60607e4e4e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050049Z:a2008d5c-fdc0-4b75-8ee2-2e60607e4e4e" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg1335", - "name": "csmrg1335", - "type": "Microsoft.Resources/resourceGroups", - "location": "westus", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg1335/providers/Microsoft.Network/localNetworkGateways/azsmnet996?api-version=2020-04-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "160", - "Content-Type": "application/json", - "traceparent": "00-a714ddb4ab0ef54898ebe8bda31461fe-7dcd1c42dc79d24d-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e561a48f8466730a3b4dd27f91688f02", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "West US", - "tags": { - "test": "value" - }, - "properties": { - "localNetworkAddressSpace": { - "addressPrefixes": [ - "192.168.0.0/16" - ] - }, - "gatewayIpAddress": "192.168.3.4" - } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/3fa21baa-3287-4dae-9248-1b2d5552ad3c?api-version=2020-04-01", - "Cache-Control": "no-cache", - "Content-Length": "621", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:00:52 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "10", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "771230d9-9d6b-4723-ac6e-f9989fb872d3", - "x-ms-client-request-id": "e561a48f8466730a3b4dd27f91688f02", - "x-ms-correlation-request-id": "073b3e27-053b-4c23-a106-2786283189fb", - "x-ms-ratelimit-remaining-subscription-writes": "1177", - "x-ms-request-id": "3fa21baa-3287-4dae-9248-1b2d5552ad3c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050053Z:073b3e27-053b-4c23-a106-2786283189fb" - }, - "ResponseBody": [ - "{\r\n", - " \"name\": \"azsmnet996\",\r\n", - " \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg1335/providers/Microsoft.Network/localNetworkGateways/azsmnet996\",\r\n", - " \"etag\": \"W/\\\"cb9b16b2-9d17-4936-98b5-f58010d36a25\\\"\",\r\n", - " \"type\": \"Microsoft.Network/localNetworkGateways\",\r\n", - " \"location\": \"westus\",\r\n", - " \"tags\": {\r\n", - " \"test\": \"value\"\r\n", - " },\r\n", - " \"properties\": {\r\n", - " \"provisioningState\": \"Updating\",\r\n", - " \"resourceGuid\": \"33dd6954-2c1f-4be4-a909-6d666a1a676a\",\r\n", - " \"localNetworkAddressSpace\": {\r\n", - " \"addressPrefixes\": [\r\n", - " \"192.168.0.0/16\"\r\n", - " ]\r\n", - " },\r\n", - " \"gatewayIpAddress\": \"192.168.3.4\"\r\n", - " }\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/3fa21baa-3287-4dae-9248-1b2d5552ad3c?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "75a7377595570c2b7293681f5a7c7a31", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:00:52 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "10", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "58aa7f23-81f1-4d66-81a7-acc988717ab5", - "x-ms-client-request-id": "75a7377595570c2b7293681f5a7c7a31", - "x-ms-correlation-request-id": "667e1525-d633-4a86-89fd-98d6712c3fdf", - "x-ms-ratelimit-remaining-subscription-reads": "9167", - "x-ms-request-id": "bb2d8506-f03e-4969-bd60-0e62d9e22b20", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050053Z:667e1525-d633-4a86-89fd-98d6712c3fdf" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/3fa21baa-3287-4dae-9248-1b2d5552ad3c?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "68e9c3df33d983703688e4e15cf194fd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:00:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "20", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "38d0fe15-83fb-4c38-a224-00e831707cee", - "x-ms-client-request-id": "68e9c3df33d983703688e4e15cf194fd", - "x-ms-correlation-request-id": "34330eaf-c30c-4311-a72e-8c912639fb2f", - "x-ms-ratelimit-remaining-subscription-reads": "9166", - "x-ms-request-id": "c4fb3959-0c8b-4a21-8d00-8a4539aafbf1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050055Z:34330eaf-c30c-4311-a72e-8c912639fb2f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/3fa21baa-3287-4dae-9248-1b2d5552ad3c?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "590a8f9319c0aeabb64e80baa24d7e83", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:00:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "20", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ede0f4ea-4f64-4ba6-b67d-f30ba14bdd8a", - "x-ms-client-request-id": "590a8f9319c0aeabb64e80baa24d7e83", - "x-ms-correlation-request-id": "e79560d2-25e1-49eb-b1ce-138a9782f2e5", - "x-ms-ratelimit-remaining-subscription-reads": "9165", - "x-ms-request-id": "8e03509f-4e05-44ea-b079-05b8e3a58aef", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050056Z:e79560d2-25e1-49eb-b1ce-138a9782f2e5" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/3fa21baa-3287-4dae-9248-1b2d5552ad3c?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "1b39f60a52544169c7243ecfb149af80", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "29", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:00:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "24135395-6325-4985-892c-2f42c7d85e10", - "x-ms-client-request-id": "1b39f60a52544169c7243ecfb149af80", - "x-ms-correlation-request-id": "704635ab-4550-4268-acfd-5d715535da05", - "x-ms-ratelimit-remaining-subscription-reads": "9164", - "x-ms-request-id": "dfc5d38b-28ac-4d63-b446-85eb51b76c05", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050057Z:704635ab-4550-4268-acfd-5d715535da05" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"Succeeded\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg1335/providers/Microsoft.Network/localNetworkGateways/azsmnet996?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "cb8c6bff2172c570183bb18bb2b5e1e9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "622", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:00:57 GMT", - "ETag": "W/\"31ded41c-2bbe-4882-98bc-3e5e07143fcf\"", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ddc1512d-1d64-46e7-88cc-714425c5ef48", - "x-ms-client-request-id": "cb8c6bff2172c570183bb18bb2b5e1e9", - "x-ms-correlation-request-id": "bf288182-ba50-40d7-8d6d-58d1873a7a32", - "x-ms-ratelimit-remaining-subscription-reads": "9163", - "x-ms-request-id": "d856f2c3-85e3-4a5a-9137-f3236a11313c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050057Z:bf288182-ba50-40d7-8d6d-58d1873a7a32" - }, - "ResponseBody": [ - "{\r\n", - " \"name\": \"azsmnet996\",\r\n", - " \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg1335/providers/Microsoft.Network/localNetworkGateways/azsmnet996\",\r\n", - " \"etag\": \"W/\\\"31ded41c-2bbe-4882-98bc-3e5e07143fcf\\\"\",\r\n", - " \"type\": \"Microsoft.Network/localNetworkGateways\",\r\n", - " \"location\": \"westus\",\r\n", - " \"tags\": {\r\n", - " \"test\": \"value\"\r\n", - " },\r\n", - " \"properties\": {\r\n", - " \"provisioningState\": \"Succeeded\",\r\n", - " \"resourceGuid\": \"33dd6954-2c1f-4be4-a909-6d666a1a676a\",\r\n", - " \"localNetworkAddressSpace\": {\r\n", - " \"addressPrefixes\": [\r\n", - " \"192.168.0.0/16\"\r\n", - " ]\r\n", - " },\r\n", - " \"gatewayIpAddress\": \"192.168.3.4\"\r\n", - " }\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg1335/providers/Microsoft.Network/localNetworkGateways/azsmnet996?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-707860844f04f14e816935bfa37781cf-a738f5deb291d64d-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "65d7600978b840a825c8919cdbdcfd6c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "622", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:00:57 GMT", - "ETag": "W/\"31ded41c-2bbe-4882-98bc-3e5e07143fcf\"", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "71a9df52-3672-4bcf-8e0a-9f6fe27703db", - "x-ms-client-request-id": "65d7600978b840a825c8919cdbdcfd6c", - "x-ms-correlation-request-id": "01fc63d9-63c2-41b2-8e63-3f913e4b83df", - "x-ms-ratelimit-remaining-subscription-reads": "9162", - "x-ms-request-id": "5b3a9b98-bec9-432f-878d-64ca66accf71", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050058Z:01fc63d9-63c2-41b2-8e63-3f913e4b83df" - }, - "ResponseBody": [ - "{\r\n", - " \"name\": \"azsmnet996\",\r\n", - " \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg1335/providers/Microsoft.Network/localNetworkGateways/azsmnet996\",\r\n", - " \"etag\": \"W/\\\"31ded41c-2bbe-4882-98bc-3e5e07143fcf\\\"\",\r\n", - " \"type\": \"Microsoft.Network/localNetworkGateways\",\r\n", - " \"location\": \"westus\",\r\n", - " \"tags\": {\r\n", - " \"test\": \"value\"\r\n", - " },\r\n", - " \"properties\": {\r\n", - " \"provisioningState\": \"Succeeded\",\r\n", - " \"resourceGuid\": \"33dd6954-2c1f-4be4-a909-6d666a1a676a\",\r\n", - " \"localNetworkAddressSpace\": {\r\n", - " \"addressPrefixes\": [\r\n", - " \"192.168.0.0/16\"\r\n", - " ]\r\n", - " },\r\n", - " \"gatewayIpAddress\": \"192.168.3.4\"\r\n", - " }\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg1335/providers/Microsoft.Network/publicIPAddresses/azsmnet5627?api-version=2020-04-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "145", - "Content-Type": "application/json", - "traceparent": "00-87a3cf1d3ce9594284813c3de427c53c-a24736ecaa99494c-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b3c137bae81173860219a0de8f114355", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "West US", - "tags": { - "key": "value" - }, - "properties": { - "publicIPAllocationMethod": "Dynamic", - "dnsSettings": { - "domainNameLabel": "azsmnet9995" - } - } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/b0dbad0c-2734-4ac5-9e55-82d0023001f4?api-version=2020-04-01", - "Cache-Control": "no-cache", - "Content-Length": "769", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:01:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "1", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d748cacb-0530-4aa5-8091-ba75d4dc877b", - "x-ms-client-request-id": "b3c137bae81173860219a0de8f114355", - "x-ms-correlation-request-id": "3c230437-7133-4126-bed3-103d8052d82b", - "x-ms-ratelimit-remaining-subscription-writes": "1176", - "x-ms-request-id": "b0dbad0c-2734-4ac5-9e55-82d0023001f4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050102Z:3c230437-7133-4126-bed3-103d8052d82b" - }, - "ResponseBody": [ - "{\r\n", - " \"name\": \"azsmnet5627\",\r\n", - " \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg1335/providers/Microsoft.Network/publicIPAddresses/azsmnet5627\",\r\n", - " \"etag\": \"W/\\\"fb60c99e-3c90-4af6-9933-421243569ca1\\\"\",\r\n", - " \"location\": \"westus\",\r\n", - " \"tags\": {\r\n", - " \"key\": \"value\"\r\n", - " },\r\n", - " \"properties\": {\r\n", - " \"provisioningState\": \"Updating\",\r\n", - " \"resourceGuid\": \"c5651657-0d40-484b-875a-a02a4f07749c\",\r\n", - " \"publicIPAddressVersion\": \"IPv4\",\r\n", - " \"publicIPAllocationMethod\": \"Dynamic\",\r\n", - " \"idleTimeoutInMinutes\": 4,\r\n", - " \"dnsSettings\": {\r\n", - " \"domainNameLabel\": \"azsmnet9995\",\r\n", - " \"fqdn\": \"azsmnet9995.westus.cloudapp.azure.com\"\r\n", - " },\r\n", - " \"ipTags\": []\r\n", - " },\r\n", - " \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n", - " \"sku\": {\r\n", - " \"name\": \"Basic\"\r\n", - " }\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/b0dbad0c-2734-4ac5-9e55-82d0023001f4?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a9fbb2ec5627ee4fdf44768fa0473980", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:01:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "2", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6dac9680-215c-4a58-a150-3c03beba04b0", - "x-ms-client-request-id": "a9fbb2ec5627ee4fdf44768fa0473980", - "x-ms-correlation-request-id": "d31ac431-7e12-4e22-ab34-089f11e249d4", - "x-ms-ratelimit-remaining-subscription-reads": "9161", - "x-ms-request-id": "00243894-10bf-4fbd-874d-228db1c5a95b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050102Z:d31ac431-7e12-4e22-ab34-089f11e249d4" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/b0dbad0c-2734-4ac5-9e55-82d0023001f4?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ad16855954fa333874760d6759b288c6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "29", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:01:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7c93fb4e-906b-4675-abb6-5b6eb2b2a390", - "x-ms-client-request-id": "ad16855954fa333874760d6759b288c6", - "x-ms-correlation-request-id": "2cdec416-0537-4f20-b349-26a1c9e462ea", - "x-ms-ratelimit-remaining-subscription-reads": "9160", - "x-ms-request-id": "ebff6307-830f-495d-9f7c-9179d2f40356", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050103Z:2cdec416-0537-4f20-b349-26a1c9e462ea" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"Succeeded\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg1335/providers/Microsoft.Network/publicIPAddresses/azsmnet5627?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "dcf15bdc99166e2e00836a821033aa5e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "770", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:01:03 GMT", - "ETag": "W/\"e7d63c49-dc04-484c-8392-bca91e2ced6c\"", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7a49be60-0d26-441c-a4ea-74e7160b2a20", - "x-ms-client-request-id": "dcf15bdc99166e2e00836a821033aa5e", - "x-ms-correlation-request-id": "6f2e742e-1a29-4ab1-a7e1-9398e64da1a7", - "x-ms-ratelimit-remaining-subscription-reads": "9159", - "x-ms-request-id": "7222b999-9f83-4eb9-9908-6977fce9a215", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050103Z:6f2e742e-1a29-4ab1-a7e1-9398e64da1a7" - }, - "ResponseBody": [ - "{\r\n", - " \"name\": \"azsmnet5627\",\r\n", - " \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg1335/providers/Microsoft.Network/publicIPAddresses/azsmnet5627\",\r\n", - " \"etag\": \"W/\\\"e7d63c49-dc04-484c-8392-bca91e2ced6c\\\"\",\r\n", - " \"location\": \"westus\",\r\n", - " \"tags\": {\r\n", - " \"key\": \"value\"\r\n", - " },\r\n", - " \"properties\": {\r\n", - " \"provisioningState\": \"Succeeded\",\r\n", - " \"resourceGuid\": \"c5651657-0d40-484b-875a-a02a4f07749c\",\r\n", - " \"publicIPAddressVersion\": \"IPv4\",\r\n", - " \"publicIPAllocationMethod\": \"Dynamic\",\r\n", - " \"idleTimeoutInMinutes\": 4,\r\n", - " \"dnsSettings\": {\r\n", - " \"domainNameLabel\": \"azsmnet9995\",\r\n", - " \"fqdn\": \"azsmnet9995.westus.cloudapp.azure.com\"\r\n", - " },\r\n", - " \"ipTags\": []\r\n", - " },\r\n", - " \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n", - " \"sku\": {\r\n", - " \"name\": \"Basic\"\r\n", - " }\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg1335/providers/Microsoft.Network/publicIPAddresses/azsmnet5627?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-2a05f98215254b49be3e8359e1f9c225-afae3da346229f4e-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "657a0f708f25984a7ac735b149e7952d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "770", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:01:03 GMT", - "ETag": "W/\"e7d63c49-dc04-484c-8392-bca91e2ced6c\"", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c3f9bbc9-aa2f-40d3-b340-015343212ac9", - "x-ms-client-request-id": "657a0f708f25984a7ac735b149e7952d", - "x-ms-correlation-request-id": "a5c06ef2-d3c0-4b20-9c4f-8f701ed2c037", - "x-ms-ratelimit-remaining-subscription-reads": "9158", - "x-ms-request-id": "4638c4a1-601a-483a-bf4c-61af63b13918", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050104Z:a5c06ef2-d3c0-4b20-9c4f-8f701ed2c037" - }, - "ResponseBody": [ - "{\r\n", - " \"name\": \"azsmnet5627\",\r\n", - " \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg1335/providers/Microsoft.Network/publicIPAddresses/azsmnet5627\",\r\n", - " \"etag\": \"W/\\\"e7d63c49-dc04-484c-8392-bca91e2ced6c\\\"\",\r\n", - " \"location\": \"westus\",\r\n", - " \"tags\": {\r\n", - " \"key\": \"value\"\r\n", - " },\r\n", - " \"properties\": {\r\n", - " \"provisioningState\": \"Succeeded\",\r\n", - " \"resourceGuid\": \"c5651657-0d40-484b-875a-a02a4f07749c\",\r\n", - " \"publicIPAddressVersion\": \"IPv4\",\r\n", - " \"publicIPAllocationMethod\": \"Dynamic\",\r\n", - " \"idleTimeoutInMinutes\": 4,\r\n", - " \"dnsSettings\": {\r\n", - " \"domainNameLabel\": \"azsmnet9995\",\r\n", - " \"fqdn\": \"azsmnet9995.westus.cloudapp.azure.com\"\r\n", - " },\r\n", - " \"ipTags\": []\r\n", - " },\r\n", - " \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n", - " \"sku\": {\r\n", - " \"name\": \"Basic\"\r\n", - " }\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg1335/providers/Microsoft.Network/virtualNetworks/azsmnet8996?api-version=2020-04-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "223", - "Content-Type": "application/json", - "traceparent": "00-cb87905b4be00a4f87a2f0ecf99c5215-9d81596432785b4d-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5544b3b06a5d57c0a7ac76eab52340cb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "West US", - "properties": { - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] - }, - "dhcpOptions": { - "dnsServers": [ - "10.1.1.1", - "10.1.2.4" - ] - }, - "subnets": [ - { - "name": "GatewaySubnet", - "properties": { - "addressPrefix": "10.0.0.0/24" - } - } - ] - } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/7ca4eff0-7261-4a96-b67b-790f1d1745b7?api-version=2020-04-01", - "Cache-Control": "no-cache", - "Content-Length": "1395", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:01:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "79ced8c7-6880-4042-aa2c-f524fc7b0a6c", - "x-ms-client-request-id": "5544b3b06a5d57c0a7ac76eab52340cb", - "x-ms-correlation-request-id": "998940ff-54d2-4451-b14c-01df27539965", - "x-ms-ratelimit-remaining-subscription-writes": "1175", - "x-ms-request-id": "7ca4eff0-7261-4a96-b67b-790f1d1745b7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050107Z:998940ff-54d2-4451-b14c-01df27539965" - }, - "ResponseBody": [ - "{\r\n", - " \"name\": \"azsmnet8996\",\r\n", - " \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg1335/providers/Microsoft.Network/virtualNetworks/azsmnet8996\",\r\n", - " \"etag\": \"W/\\\"cd38b90a-6841-40af-b98e-c749823b4228\\\"\",\r\n", - " \"type\": \"Microsoft.Network/virtualNetworks\",\r\n", - " \"location\": \"westus\",\r\n", - " \"properties\": {\r\n", - " \"provisioningState\": \"Updating\",\r\n", - " \"resourceGuid\": \"0dfab686-805e-4614-9eac-48b82a767fb1\",\r\n", - " \"addressSpace\": {\r\n", - " \"addressPrefixes\": [\r\n", - " \"10.0.0.0/16\"\r\n", - " ]\r\n", - " },\r\n", - " \"dhcpOptions\": {\r\n", - " \"dnsServers\": [\r\n", - " \"10.1.1.1\",\r\n", - " \"10.1.2.4\"\r\n", - " ]\r\n", - " },\r\n", - " \"subnets\": [\r\n", - " {\r\n", - " \"name\": \"GatewaySubnet\",\r\n", - " \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg1335/providers/Microsoft.Network/virtualNetworks/azsmnet8996/subnets/GatewaySubnet\",\r\n", - " \"etag\": \"W/\\\"cd38b90a-6841-40af-b98e-c749823b4228\\\"\",\r\n", - " \"properties\": {\r\n", - " \"provisioningState\": \"Updating\",\r\n", - " \"addressPrefix\": \"10.0.0.0/24\",\r\n", - " \"delegations\": [],\r\n", - " \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n", - " \"privateLinkServiceNetworkPolicies\": \"Enabled\",\r\n", - " \"subnetID\": 0\r\n", - " },\r\n", - " \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n", - " }\r\n", - " ],\r\n", - " \"virtualNetworkPeerings\": [],\r\n", - " \"enableDdosProtection\": false,\r\n", - " \"enableVmProtection\": false\r\n", - " }\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg1335/providers/Microsoft.Network/virtualNetworks/azsmnet8996?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-8a04c24ecad2f340b463265ecae4eab3-cbd87a461e7c4146-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8060c63c0965a413b90d7de3d3adc5a3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1397", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:01:06 GMT", - "ETag": "W/\"4c8f40b3-a0bb-40b9-97e5-8618190001c9\"", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "32719f27-7c43-4406-b49b-71b08f659de9", - "x-ms-client-request-id": "8060c63c0965a413b90d7de3d3adc5a3", - "x-ms-correlation-request-id": "74c97f35-46ef-49fa-b915-c1cbac755ce6", - "x-ms-ratelimit-remaining-subscription-reads": "9157", - "x-ms-request-id": "cd6ebaae-b691-4c66-8e0e-c87e77c97236", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050107Z:74c97f35-46ef-49fa-b915-c1cbac755ce6" - }, - "ResponseBody": [ - "{\r\n", - " \"name\": \"azsmnet8996\",\r\n", - " \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg1335/providers/Microsoft.Network/virtualNetworks/azsmnet8996\",\r\n", - " \"etag\": \"W/\\\"4c8f40b3-a0bb-40b9-97e5-8618190001c9\\\"\",\r\n", - " \"type\": \"Microsoft.Network/virtualNetworks\",\r\n", - " \"location\": \"westus\",\r\n", - " \"properties\": {\r\n", - " \"provisioningState\": \"Succeeded\",\r\n", - " \"resourceGuid\": \"0dfab686-805e-4614-9eac-48b82a767fb1\",\r\n", - " \"addressSpace\": {\r\n", - " \"addressPrefixes\": [\r\n", - " \"10.0.0.0/16\"\r\n", - " ]\r\n", - " },\r\n", - " \"dhcpOptions\": {\r\n", - " \"dnsServers\": [\r\n", - " \"10.1.1.1\",\r\n", - " \"10.1.2.4\"\r\n", - " ]\r\n", - " },\r\n", - " \"subnets\": [\r\n", - " {\r\n", - " \"name\": \"GatewaySubnet\",\r\n", - " \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg1335/providers/Microsoft.Network/virtualNetworks/azsmnet8996/subnets/GatewaySubnet\",\r\n", - " \"etag\": \"W/\\\"4c8f40b3-a0bb-40b9-97e5-8618190001c9\\\"\",\r\n", - " \"properties\": {\r\n", - " \"provisioningState\": \"Succeeded\",\r\n", - " \"addressPrefix\": \"10.0.0.0/24\",\r\n", - " \"delegations\": [],\r\n", - " \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n", - " \"privateLinkServiceNetworkPolicies\": \"Enabled\",\r\n", - " \"subnetID\": 0\r\n", - " },\r\n", - " \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n", - " }\r\n", - " ],\r\n", - " \"virtualNetworkPeerings\": [],\r\n", - " \"enableDdosProtection\": false,\r\n", - " \"enableVmProtection\": false\r\n", - " }\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg1335/providers/Microsoft.Network/virtualNetworks/azsmnet8996/subnets/GatewaySubnet?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-a48f96d4300c4a44ab89653bb74f557e-fa19f646efc9964b-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f09ae5f4f54b0f986633fbfb1b5cda82", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "558", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:01:07 GMT", - "ETag": "W/\"4c8f40b3-a0bb-40b9-97e5-8618190001c9\"", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "767d175a-3f82-43a6-bf63-144a99b2cdd2", - "x-ms-client-request-id": "f09ae5f4f54b0f986633fbfb1b5cda82", - "x-ms-correlation-request-id": "ae2550b6-8750-47ad-a490-3adcc3ceb034", - "x-ms-ratelimit-remaining-subscription-reads": "9156", - "x-ms-request-id": "905c515e-9611-4e13-a478-7ce8835e4cce", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050107Z:ae2550b6-8750-47ad-a490-3adcc3ceb034" - }, - "ResponseBody": [ - "{\r\n", - " \"name\": \"GatewaySubnet\",\r\n", - " \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg1335/providers/Microsoft.Network/virtualNetworks/azsmnet8996/subnets/GatewaySubnet\",\r\n", - " \"etag\": \"W/\\\"4c8f40b3-a0bb-40b9-97e5-8618190001c9\\\"\",\r\n", - " \"properties\": {\r\n", - " \"provisioningState\": \"Succeeded\",\r\n", - " \"addressPrefix\": \"10.0.0.0/24\",\r\n", - " \"delegations\": [],\r\n", - " \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n", - " \"privateLinkServiceNetworkPolicies\": \"Enabled\",\r\n", - " \"subnetID\": 0\r\n", - " },\r\n", - " \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg1335/providers/Microsoft.Network/virtualNetworkGateways/azsmnet6346?api-version=2020-04-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "597", - "Content-Type": "application/json", - "traceparent": "00-2b02e13463fce24bb45037fbce5a5f2b-dee8b99f47cf4c4e-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c0c2eeada565a5e37e1522693dab9cab", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "West US", - "tags": { - "key": "value" - }, - "properties": { - "ipConfigurations": [ - { - "name": "azsmnet2939", - "properties": { - "privateIPAllocationMethod": "Dynamic", - "subnet": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg1335/providers/Microsoft.Network/virtualNetworks/azsmnet8996/subnets/GatewaySubnet" - }, - "publicIPAddress": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg1335/providers/Microsoft.Network/publicIPAddresses/azsmnet5627" - } - } - } - ], - "gatewayType": "Vpn", - "vpnType": "RouteBased", - "enableBgp": false, - "sku": { - "name": "Standard", - "tier": "Standard" - } - } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "Cache-Control": "no-cache", - "Content-Length": "2454", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:01:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "10", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1ebe8cd9-c761-4c52-aac4-3eec6c489fd0", - "x-ms-client-request-id": "c0c2eeada565a5e37e1522693dab9cab", - "x-ms-correlation-request-id": "c41bae0b-520c-44aa-b25e-c759f19132b4", - "x-ms-ratelimit-remaining-subscription-writes": "1174", - "x-ms-request-id": "f8c0d107-e966-4dda-aea7-2f0fa5eff547", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050111Z:c41bae0b-520c-44aa-b25e-c759f19132b4" - }, - "ResponseBody": [ - "{\r\n", - " \"name\": \"azsmnet6346\",\r\n", - " \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg1335/providers/Microsoft.Network/virtualNetworkGateways/azsmnet6346\",\r\n", - " \"etag\": \"W/\\\"145bedff-6b8e-4b33-97fb-308e1e6f8f3c\\\"\",\r\n", - " \"type\": \"Microsoft.Network/virtualNetworkGateways\",\r\n", - " \"location\": \"westus\",\r\n", - " \"tags\": {\r\n", - " \"key\": \"value\"\r\n", - " },\r\n", - " \"properties\": {\r\n", - " \"provisioningState\": \"Updating\",\r\n", - " \"resourceGuid\": \"3c34c645-aa69-461f-9d0d-b25ede441d16\",\r\n", - " \"packetCaptureDiagnosticState\": \"None\",\r\n", - " \"enablePrivateIpAddress\": false,\r\n", - " \"ipConfigurations\": [\r\n", - " {\r\n", - " \"name\": \"azsmnet2939\",\r\n", - " \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg1335/providers/Microsoft.Network/virtualNetworkGateways/azsmnet6346/ipConfigurations/azsmnet2939\",\r\n", - " \"etag\": \"W/\\\"145bedff-6b8e-4b33-97fb-308e1e6f8f3c\\\"\",\r\n", - " \"type\": \"Microsoft.Network/virtualNetworkGateways/ipConfigurations\",\r\n", - " \"properties\": {\r\n", - " \"provisioningState\": \"Updating\",\r\n", - " \"privateIPAllocationMethod\": \"Dynamic\",\r\n", - " \"publicIPAddress\": {\r\n", - " \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg1335/providers/Microsoft.Network/publicIPAddresses/azsmnet5627\"\r\n", - " },\r\n", - " \"subnet\": {\r\n", - " \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg1335/providers/Microsoft.Network/virtualNetworks/azsmnet8996/subnets/GatewaySubnet\"\r\n", - " }\r\n", - " }\r\n", - " }\r\n", - " ],\r\n", - " \"sku\": {\r\n", - " \"name\": \"Standard\",\r\n", - " \"tier\": \"Standard\",\r\n", - " \"capacity\": 2\r\n", - " },\r\n", - " \"gatewayType\": \"Vpn\",\r\n", - " \"vpnType\": \"RouteBased\",\r\n", - " \"enableBgp\": false,\r\n", - " \"activeActive\": false,\r\n", - " \"vpnClientConfiguration\": {\r\n", - " \"vpnClientProtocols\": [\r\n", - " \"OpenVPN\",\r\n", - " \"IkeV2\"\r\n", - " ],\r\n", - " \"vpnClientRootCertificates\": [],\r\n", - " \"vpnClientRevokedCertificates\": [],\r\n", - " \"radiusServers\": [],\r\n", - " \"vpnClientIpsecPolicies\": []\r\n", - " },\r\n", - " \"bgpSettings\": {\r\n", - " \"asn\": 0,\r\n", - " \"peerWeight\": 0,\r\n", - " \"bgpPeeringAddresses\": [\r\n", - " {\r\n", - " \"ipconfigurationId\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg1335/providers/Microsoft.Network/virtualNetworkGateways/azsmnet6346/ipConfigurations/azsmnet2939\",\r\n", - " \"defaultBgpIpAddresses\": [],\r\n", - " \"customBgpIpAddresses\": []\r\n", - " }\r\n", - " ]\r\n", - " },\r\n", - " \"vpnGatewayGeneration\": \"Generation1\"\r\n", - " }\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d6004b4f34e1f57f0da67782ecfdf650", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:01:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "10", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "80c62a58-6400-4497-b765-44947c5c5e56", - "x-ms-client-request-id": "d6004b4f34e1f57f0da67782ecfdf650", - "x-ms-correlation-request-id": "e0c71fc2-85d0-4d6e-baf3-6c7ff13f1f1a", - "x-ms-ratelimit-remaining-subscription-reads": "9155", - "x-ms-request-id": "8bbb3db4-31e1-4f45-8477-5f1139b34307", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050111Z:e0c71fc2-85d0-4d6e-baf3-6c7ff13f1f1a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "43ed6f5e6bf766e5bf71a73397cb1b21", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:01:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "20", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8a92a598-15cf-490b-a089-02cfb2bee796", - "x-ms-client-request-id": "43ed6f5e6bf766e5bf71a73397cb1b21", - "x-ms-correlation-request-id": "bdeaf871-ce89-43a6-a4bc-9836744b5633", - "x-ms-ratelimit-remaining-subscription-reads": "9154", - "x-ms-request-id": "e7ab59e1-fb10-45ea-bd21-75b2df030b39", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050112Z:bdeaf871-ce89-43a6-a4bc-9836744b5633" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f11927e2c5ab3ac917951bfccfab641b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:01:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "20", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a71400c7-7136-4941-b57b-e31718ac8060", - "x-ms-client-request-id": "f11927e2c5ab3ac917951bfccfab641b", - "x-ms-correlation-request-id": "fb3c86ac-9b37-4ec1-85a5-79d0c7e4af8c", - "x-ms-ratelimit-remaining-subscription-reads": "9153", - "x-ms-request-id": "4370e041-9633-464a-bab4-432a5d9e4784", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050113Z:fb3c86ac-9b37-4ec1-85a5-79d0c7e4af8c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "19b9bd3bf06ee403669a166f8d4b5d41", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:01:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "40", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ced6b194-0205-48ba-a056-5b61e9c2a004", - "x-ms-client-request-id": "19b9bd3bf06ee403669a166f8d4b5d41", - "x-ms-correlation-request-id": "6afa285f-84c0-48e0-98a9-ff7a07254909", - "x-ms-ratelimit-remaining-subscription-reads": "9152", - "x-ms-request-id": "fe4489aa-7f59-4891-a82e-b613c8a00dda", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050115Z:6afa285f-84c0-48e0-98a9-ff7a07254909" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c4a0568a05e398a5a6b32b6150e89613", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:01:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "40", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d5a08cab-199b-46bb-924d-273b3ffcbbae", - "x-ms-client-request-id": "c4a0568a05e398a5a6b32b6150e89613", - "x-ms-correlation-request-id": "7267a4c6-9771-4ba3-9b6d-b557d8728c1a", - "x-ms-ratelimit-remaining-subscription-reads": "9151", - "x-ms-request-id": "b4446e52-1d7c-4964-85cc-c5c02c7bc53b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050116Z:7267a4c6-9771-4ba3-9b6d-b557d8728c1a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "daf88b0d0112f1b223358b10af5aadcb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:01:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "80", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5a744ba2-5dc6-495e-be0c-2a8e3358954b", - "x-ms-client-request-id": "daf88b0d0112f1b223358b10af5aadcb", - "x-ms-correlation-request-id": "45def743-3098-498f-9c38-dd36b679f114", - "x-ms-ratelimit-remaining-subscription-reads": "9150", - "x-ms-request-id": "31265e7d-0d7e-4bf0-9ba1-b1297cf3ebb3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050117Z:45def743-3098-498f-9c38-dd36b679f114" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7971d9379f0b3638182073bbc4a1937d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:01:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "80", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2ac1eb9a-2a5d-42d0-819b-c6b77ee08cdb", - "x-ms-client-request-id": "7971d9379f0b3638182073bbc4a1937d", - "x-ms-correlation-request-id": "5bae7998-c40d-4688-bd37-6aa3a8e42a31", - "x-ms-ratelimit-remaining-subscription-reads": "9149", - "x-ms-request-id": "c3e35a42-49df-4812-8281-f51d34d92d48", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050119Z:5bae7998-c40d-4688-bd37-6aa3a8e42a31" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "016103038353892fa3aea1ad7994e94b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:01:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "160", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "31c9ae15-3437-4e41-981d-5f00ab5f6495", - "x-ms-client-request-id": "016103038353892fa3aea1ad7994e94b", - "x-ms-correlation-request-id": "94d8c7fd-7799-470d-baec-c435284bc7ef", - "x-ms-ratelimit-remaining-subscription-reads": "9148", - "x-ms-request-id": "3456e679-e0ab-42c0-9cb7-8af79f525f08", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050120Z:94d8c7fd-7799-470d-baec-c435284bc7ef" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "762a5f051d766e0852c1c1f28df62d81", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:01:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "160", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4f95a833-0985-41da-9496-e861ee8763f8", - "x-ms-client-request-id": "762a5f051d766e0852c1c1f28df62d81", - "x-ms-correlation-request-id": "baa86161-d06d-4f60-b73d-410dc745a0ac", - "x-ms-ratelimit-remaining-subscription-reads": "9147", - "x-ms-request-id": "5dc0996c-5317-4d89-a600-3b8fd674029e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050121Z:baa86161-d06d-4f60-b73d-410dc745a0ac" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ac0d0da2abf9b477aae8d55dfe8abc83", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:01:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c2d823e1-0456-4c03-8e98-eda01b8346a0", - "x-ms-client-request-id": "ac0d0da2abf9b477aae8d55dfe8abc83", - "x-ms-correlation-request-id": "66b6dc99-193e-474c-b814-0cf32cb393c2", - "x-ms-ratelimit-remaining-subscription-reads": "9146", - "x-ms-request-id": "b9357a66-14ae-4f6a-ba99-11994854f334", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050122Z:66b6dc99-193e-474c-b814-0cf32cb393c2" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "64b628361c77e607faf3af91c13cfbac", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:01:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8df5014f-78e1-4c23-a555-664d1c9f6dc3", - "x-ms-client-request-id": "64b628361c77e607faf3af91c13cfbac", - "x-ms-correlation-request-id": "125d9e40-dca1-4b3d-a634-d0736ad656b6", - "x-ms-ratelimit-remaining-subscription-reads": "9145", - "x-ms-request-id": "406c70cd-7915-41f8-9472-6f3fca794b17", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050124Z:125d9e40-dca1-4b3d-a634-d0736ad656b6" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "6c0b1f813d875952e776cc8e47ab70c8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:01:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d0dc12d7-6b4f-4274-bd5b-be2f5fe622d3", - "x-ms-client-request-id": "6c0b1f813d875952e776cc8e47ab70c8", - "x-ms-correlation-request-id": "803c4965-d555-495e-8f88-f4accc43bb5a", - "x-ms-ratelimit-remaining-subscription-reads": "9144", - "x-ms-request-id": "aa7632bf-c26e-4e8d-86c4-327c0d9c5062", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050125Z:803c4965-d555-495e-8f88-f4accc43bb5a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "65bb3d05c840850a0626b105fce6f26d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:01:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7d07095f-bfcf-4b05-b835-6abbcb32583c", - "x-ms-client-request-id": "65bb3d05c840850a0626b105fce6f26d", - "x-ms-correlation-request-id": "0d664a27-2158-49e5-ae2f-c3c0c981e0eb", - "x-ms-ratelimit-remaining-subscription-reads": "9143", - "x-ms-request-id": "3789f276-f7b1-4a00-947c-0502b32533c2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050126Z:0d664a27-2158-49e5-ae2f-c3c0c981e0eb" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "dedb28ec507ef8fcd65d7d0150789f4f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:01:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "afba1644-caf4-46e6-8518-c9f95259ddc0", - "x-ms-client-request-id": "dedb28ec507ef8fcd65d7d0150789f4f", - "x-ms-correlation-request-id": "cb7f4df4-1202-4e6f-b10b-c4d89ffd79b9", - "x-ms-ratelimit-remaining-subscription-reads": "9142", - "x-ms-request-id": "bfc86f77-372d-49df-afe8-1bc56b150bd4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050128Z:cb7f4df4-1202-4e6f-b10b-c4d89ffd79b9" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "838ce7839681b96c158665608c4c5c01", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:01:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f48bfa19-fb6d-4357-8e9a-a16821e6845b", - "x-ms-client-request-id": "838ce7839681b96c158665608c4c5c01", - "x-ms-correlation-request-id": "7777ae2f-4622-4c6c-ae73-d79557c086a7", - "x-ms-ratelimit-remaining-subscription-reads": "9141", - "x-ms-request-id": "d8aa6066-73ef-4c66-933a-b69811e55d33", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050129Z:7777ae2f-4622-4c6c-ae73-d79557c086a7" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "1ea15e8391cfb54941c38ee24b08348d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:01:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7709fed5-43ae-459c-afc1-580dedbfca9c", - "x-ms-client-request-id": "1ea15e8391cfb54941c38ee24b08348d", - "x-ms-correlation-request-id": "dfd00bfc-da5b-4bf5-a137-c83e1288b2be", - "x-ms-ratelimit-remaining-subscription-reads": "9140", - "x-ms-request-id": "395ce48f-8c66-40d9-9153-b43be26e8051", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050130Z:dfd00bfc-da5b-4bf5-a137-c83e1288b2be" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "158261876e5955ecbb22c9f8ea9c6c89", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:01:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "99e8494d-d24a-4402-8e8c-e9071fb73085", - "x-ms-client-request-id": "158261876e5955ecbb22c9f8ea9c6c89", - "x-ms-correlation-request-id": "069c8160-eccf-4c1e-bba3-ac7b74525b24", - "x-ms-ratelimit-remaining-subscription-reads": "9139", - "x-ms-request-id": "0b7193a7-3e0c-4b12-9ff4-bd154e98c975", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050131Z:069c8160-eccf-4c1e-bba3-ac7b74525b24" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f17d7b0080d6f1809ed742be088a6d0c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:01:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "06edc4fe-f389-4859-b014-6773651d9ca1", - "x-ms-client-request-id": "f17d7b0080d6f1809ed742be088a6d0c", - "x-ms-correlation-request-id": "ef0bd7d1-291b-4778-b129-fc11d3c2afdb", - "x-ms-ratelimit-remaining-subscription-reads": "9138", - "x-ms-request-id": "59998983-4b9d-4cb6-a1fb-a4486bfd2250", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050133Z:ef0bd7d1-291b-4778-b129-fc11d3c2afdb" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2ad9d75147ca15a7724c62acc750caa5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:01:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e9012375-3eaf-4646-8856-e6b448c225ff", - "x-ms-client-request-id": "2ad9d75147ca15a7724c62acc750caa5", - "x-ms-correlation-request-id": "7d721ee8-d35f-4246-a3c5-7728830e7e63", - "x-ms-ratelimit-remaining-subscription-reads": "9137", - "x-ms-request-id": "5d35802f-2156-49f5-8405-45c498475377", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050134Z:7d721ee8-d35f-4246-a3c5-7728830e7e63" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "cfe20556428a06b6e19077822b2e4d31", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:01:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "122a286f-2e4a-4c2c-95c2-1f4ca03acb16", - "x-ms-client-request-id": "cfe20556428a06b6e19077822b2e4d31", - "x-ms-correlation-request-id": "19b67a00-dc4f-4fdd-88c9-6c2efa9d40d0", - "x-ms-ratelimit-remaining-subscription-reads": "9136", - "x-ms-request-id": "52029e70-0f6a-4bd7-8991-8caa8c5b157b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050135Z:19b67a00-dc4f-4fdd-88c9-6c2efa9d40d0" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "12a6bcb441c2b8bfd3687f8a1ed3294d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:01:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2f9dd68c-1706-4419-b596-5ba6429af82b", - "x-ms-client-request-id": "12a6bcb441c2b8bfd3687f8a1ed3294d", - "x-ms-correlation-request-id": "cd427ef4-c69a-4d06-aa31-99a240e6e486", - "x-ms-ratelimit-remaining-subscription-reads": "9135", - "x-ms-request-id": "f27432df-ea39-4208-977d-4d27dfeff07f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050136Z:cd427ef4-c69a-4d06-aa31-99a240e6e486" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "02679d0c9ea70f8221d24939d025e944", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:01:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8b424479-993f-4030-af3b-a8f1e1bc4de5", - "x-ms-client-request-id": "02679d0c9ea70f8221d24939d025e944", - "x-ms-correlation-request-id": "55ea6654-8e59-455f-b94e-01b02e246764", - "x-ms-ratelimit-remaining-subscription-reads": "9134", - "x-ms-request-id": "94d285a9-8011-4e1d-a29c-1e593c8b4f61", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050138Z:55ea6654-8e59-455f-b94e-01b02e246764" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "0bf830feb8aa15e2462afc22c32ce80e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:01:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "64cbc960-ec4e-4abb-9f96-7375258b9606", - "x-ms-client-request-id": "0bf830feb8aa15e2462afc22c32ce80e", - "x-ms-correlation-request-id": "626d50a8-9ec3-43d0-8de9-05f8a70406b8", - "x-ms-ratelimit-remaining-subscription-reads": "9133", - "x-ms-request-id": "93042028-0fd8-428a-a048-deda1a6d0798", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050139Z:626d50a8-9ec3-43d0-8de9-05f8a70406b8" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8e7529674ac7168a3a97f1f0f786e7ad", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:01:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2ac97bd1-5d38-461f-b6c4-a95820d07431", - "x-ms-client-request-id": "8e7529674ac7168a3a97f1f0f786e7ad", - "x-ms-correlation-request-id": "c13c6f09-2f67-439e-9469-7fbf7323385c", - "x-ms-ratelimit-remaining-subscription-reads": "9132", - "x-ms-request-id": "d53d2123-ca7d-4176-90b9-d8a3738ebeeb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050140Z:c13c6f09-2f67-439e-9469-7fbf7323385c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ed8b3b7e1eda54a3ba51bc7da15f4bf4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:01:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "304acdb0-0805-478f-84f0-8752dccda8ef", - "x-ms-client-request-id": "ed8b3b7e1eda54a3ba51bc7da15f4bf4", - "x-ms-correlation-request-id": "769f45b7-abd0-44a9-86e9-64f742ffc126", - "x-ms-ratelimit-remaining-subscription-reads": "9131", - "x-ms-request-id": "fc15d781-257d-4767-a823-7c2a19ddeb61", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050142Z:769f45b7-abd0-44a9-86e9-64f742ffc126" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a7d23be95bafb37ca6e1d012c6f11dbf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:01:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "70a14d89-4772-46e8-96ee-d078ff976835", - "x-ms-client-request-id": "a7d23be95bafb37ca6e1d012c6f11dbf", - "x-ms-correlation-request-id": "92aa94ae-cff7-44d5-afd2-7b43381e9013", - "x-ms-ratelimit-remaining-subscription-reads": "9130", - "x-ms-request-id": "890f660a-67a6-4c96-b21f-364f13738b01", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050143Z:92aa94ae-cff7-44d5-afd2-7b43381e9013" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "88a34e42faa048338621d3758e0d74da", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:01:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "43a5244f-e710-4992-b098-b8bddcfe065a", - "x-ms-client-request-id": "88a34e42faa048338621d3758e0d74da", - "x-ms-correlation-request-id": "97ee0349-7926-43e9-89f5-da45d037b40a", - "x-ms-ratelimit-remaining-subscription-reads": "9129", - "x-ms-request-id": "2518a521-e4f4-4aff-8979-aa7e85402906", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050144Z:97ee0349-7926-43e9-89f5-da45d037b40a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "bc06fc4b40b423febed747f84e908ec9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:01:45 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "141ba43a-7983-4b9f-b944-0f972ad4de62", - "x-ms-client-request-id": "bc06fc4b40b423febed747f84e908ec9", - "x-ms-correlation-request-id": "b5bc5126-b6d3-4830-8085-591549af309c", - "x-ms-ratelimit-remaining-subscription-reads": "9128", - "x-ms-request-id": "113b38c0-4512-47e7-afda-51acc4919b58", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050146Z:b5bc5126-b6d3-4830-8085-591549af309c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "523afc33c3bbee540789208d87072598", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:01:47 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "083f7229-8bbe-4e9c-bacf-c59ae4443b47", - "x-ms-client-request-id": "523afc33c3bbee540789208d87072598", - "x-ms-correlation-request-id": "63205264-895b-40b9-91f1-c14e1c02b3d8", - "x-ms-ratelimit-remaining-subscription-reads": "9127", - "x-ms-request-id": "114d3770-cfff-43f4-a335-60a21d9c8e57", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050147Z:63205264-895b-40b9-91f1-c14e1c02b3d8" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c9c7f56c60eb010b4f80c9c8b33afaf5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:01:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "54f11a0e-4821-486d-9975-0a0e72919c74", - "x-ms-client-request-id": "c9c7f56c60eb010b4f80c9c8b33afaf5", - "x-ms-correlation-request-id": "ff6d7783-c5c7-4ac0-98c2-8fcfb2bcb526", - "x-ms-ratelimit-remaining-subscription-reads": "9126", - "x-ms-request-id": "3021b336-a067-4de9-80cc-76a17d3aa6e7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050148Z:ff6d7783-c5c7-4ac0-98c2-8fcfb2bcb526" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "92420a9321d2881fa817b52a1f709bb7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:01:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "76896e3a-ca3b-4d99-ac86-708dc8911626", - "x-ms-client-request-id": "92420a9321d2881fa817b52a1f709bb7", - "x-ms-correlation-request-id": "ca4e451b-d552-4405-b659-55bbce9d1931", - "x-ms-ratelimit-remaining-subscription-reads": "9125", - "x-ms-request-id": "ea1245c7-9e3a-4544-b231-3d31bd84d025", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050149Z:ca4e451b-d552-4405-b659-55bbce9d1931" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "588caeb2c4c9d2ddf039033bf98b3bcd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:01:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9e323e3b-3c8e-4518-bd6f-24c884accc1d", - "x-ms-client-request-id": "588caeb2c4c9d2ddf039033bf98b3bcd", - "x-ms-correlation-request-id": "d27e0052-ded1-462a-91bb-72a650e5b1f8", - "x-ms-ratelimit-remaining-subscription-reads": "9124", - "x-ms-request-id": "0b36a8ee-2e11-42d7-b1e3-4948dfa90b0b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050151Z:d27e0052-ded1-462a-91bb-72a650e5b1f8" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7cfa2a8f93c54ac5d63f21d3abe1e1df", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:01:52 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "dd1445cb-ddae-44f7-bb08-94fed07c5c7b", - "x-ms-client-request-id": "7cfa2a8f93c54ac5d63f21d3abe1e1df", - "x-ms-correlation-request-id": "ca7dc629-98d3-4b16-a33b-aa61889370b3", - "x-ms-ratelimit-remaining-subscription-reads": "9123", - "x-ms-request-id": "6211ee8e-490d-4061-a566-689982e30c18", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050152Z:ca7dc629-98d3-4b16-a33b-aa61889370b3" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "041512e4a2aecf2c2c6fa1991ee48e1c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:01:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "aefaad40-4f7d-4910-90b9-ce5b55569bde", - "x-ms-client-request-id": "041512e4a2aecf2c2c6fa1991ee48e1c", - "x-ms-correlation-request-id": "ff1eebf2-4163-48f1-8d30-7f83a2322349", - "x-ms-ratelimit-remaining-subscription-reads": "9122", - "x-ms-request-id": "303224e4-7fcc-4be7-97fc-8c5711c0e547", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050153Z:ff1eebf2-4163-48f1-8d30-7f83a2322349" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f59be8dc1e761ff2e9418189a20a270f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:01:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a8ca2589-03b0-4cdb-9477-c1bf448b32a1", - "x-ms-client-request-id": "f59be8dc1e761ff2e9418189a20a270f", - "x-ms-correlation-request-id": "3fa49f2a-5636-4c50-ad7f-5a2db84f270e", - "x-ms-ratelimit-remaining-subscription-reads": "9121", - "x-ms-request-id": "090238d4-465a-4be7-b70d-599284cd4ced", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050155Z:3fa49f2a-5636-4c50-ad7f-5a2db84f270e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e65623573776ed1efe2b5055f12c2cf2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:01:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "fbd4f17c-17ed-4173-89f0-db205023742c", - "x-ms-client-request-id": "e65623573776ed1efe2b5055f12c2cf2", - "x-ms-correlation-request-id": "34b2c7d9-fb0e-47d9-bd4f-50f93de960b2", - "x-ms-ratelimit-remaining-subscription-reads": "9120", - "x-ms-request-id": "d92f3943-9081-4198-b967-20635b79e554", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050156Z:34b2c7d9-fb0e-47d9-bd4f-50f93de960b2" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c3f704b0ec46c66920f61b6d20a32c22", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:01:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "868dbbd5-7411-43a5-a993-5b72c31a8ce2", - "x-ms-client-request-id": "c3f704b0ec46c66920f61b6d20a32c22", - "x-ms-correlation-request-id": "f3c9db90-5e91-4ae4-989f-cd605133afd4", - "x-ms-ratelimit-remaining-subscription-reads": "9119", - "x-ms-request-id": "11867581-6295-49f3-af4d-983905dcdfb4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050157Z:f3c9db90-5e91-4ae4-989f-cd605133afd4" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "fb429147a78da4a6c9adf64ace9c2dbd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:01:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "05f89413-af96-4e30-8614-a52787c1e6a3", - "x-ms-client-request-id": "fb429147a78da4a6c9adf64ace9c2dbd", - "x-ms-correlation-request-id": "c1b7100d-a9f2-4b68-8e38-c4b38561a29a", - "x-ms-ratelimit-remaining-subscription-reads": "9118", - "x-ms-request-id": "d8824d42-e4c2-473d-b1b3-0fe5edea04d7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050158Z:c1b7100d-a9f2-4b68-8e38-c4b38561a29a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "9ed88f1564136ac9ba90c67f1cb1cc5a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:02:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3635729f-b23f-4324-913e-f42e7c623332", - "x-ms-client-request-id": "9ed88f1564136ac9ba90c67f1cb1cc5a", - "x-ms-correlation-request-id": "ee1d9fc1-efad-48c0-9071-e0d742c266db", - "x-ms-ratelimit-remaining-subscription-reads": "9117", - "x-ms-request-id": "62cfb768-42fe-47cb-be79-29776fbb6b2f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050200Z:ee1d9fc1-efad-48c0-9071-e0d742c266db" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "600d2dff30e908645e52f998f51ef784", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:02:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3467a51f-abe8-40a3-9a1e-972b7fccf647", - "x-ms-client-request-id": "600d2dff30e908645e52f998f51ef784", - "x-ms-correlation-request-id": "829e2ab0-1303-444a-ab43-cf9f2deccd3f", - "x-ms-ratelimit-remaining-subscription-reads": "9116", - "x-ms-request-id": "77a7aab3-d568-4d21-9217-c10df51a0b86", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050201Z:829e2ab0-1303-444a-ab43-cf9f2deccd3f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "91585ec88ecae30fc8d740fde1268818", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:02:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7eba644c-d6b6-4cde-a215-f7add9ef7517", - "x-ms-client-request-id": "91585ec88ecae30fc8d740fde1268818", - "x-ms-correlation-request-id": "9062a5a2-23bb-44ad-86b8-2ddf5c3c9bc8", - "x-ms-ratelimit-remaining-subscription-reads": "9115", - "x-ms-request-id": "165cec8f-064e-432c-aa44-322ae3c01acb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050202Z:9062a5a2-23bb-44ad-86b8-2ddf5c3c9bc8" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a04b9ce1cd8ee4d32ad03fc06a31759b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:02:03 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6ff1d5a1-a26e-4d63-a932-dd4b1adb51be", - "x-ms-client-request-id": "a04b9ce1cd8ee4d32ad03fc06a31759b", - "x-ms-correlation-request-id": "3adabf9a-9ffd-4ac5-850e-486737fff2c9", - "x-ms-ratelimit-remaining-subscription-reads": "9114", - "x-ms-request-id": "ec1920ee-1b43-47d4-a1ed-55729530ca53", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050204Z:3adabf9a-9ffd-4ac5-850e-486737fff2c9" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "beb741983b5971901e2a9812f0662638", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:02:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "db37c972-8ac3-4480-a431-9768839ad41c", - "x-ms-client-request-id": "beb741983b5971901e2a9812f0662638", - "x-ms-correlation-request-id": "49c2ac42-8751-4b04-9ef4-7b7d12f1026e", - "x-ms-ratelimit-remaining-subscription-reads": "9113", - "x-ms-request-id": "ab05574e-38b4-44dc-84a3-2c5c884d8597", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050205Z:49c2ac42-8751-4b04-9ef4-7b7d12f1026e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "59b6e1c956d3fbf58a7367f94e4e7996", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:02:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b67d7a13-809f-4753-8785-c8ef1d0e906f", - "x-ms-client-request-id": "59b6e1c956d3fbf58a7367f94e4e7996", - "x-ms-correlation-request-id": "3279020d-e141-4463-8a3f-41ff9b427835", - "x-ms-ratelimit-remaining-subscription-reads": "9112", - "x-ms-request-id": "5ac921d6-1225-40ef-ba94-5810cd8b1140", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050206Z:3279020d-e141-4463-8a3f-41ff9b427835" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a065a462ca6fa6be0bd9826434c1f4c3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:02:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "565682c9-b825-4d19-8e89-745c6b643be0", - "x-ms-client-request-id": "a065a462ca6fa6be0bd9826434c1f4c3", - "x-ms-correlation-request-id": "be1f7940-c199-40f2-a0c8-1e004341c1db", - "x-ms-ratelimit-remaining-subscription-reads": "9111", - "x-ms-request-id": "784d97a6-832c-464a-93bc-c74cc9f091e2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050207Z:be1f7940-c199-40f2-a0c8-1e004341c1db" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "88f607a91b7a42c84cbb33e5d49622cf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:02:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8e4c240e-f003-439d-b652-d9a389a0f644", - "x-ms-client-request-id": "88f607a91b7a42c84cbb33e5d49622cf", - "x-ms-correlation-request-id": "70b0e555-1c28-4ae4-bea1-993f5ed69c08", - "x-ms-ratelimit-remaining-subscription-reads": "9110", - "x-ms-request-id": "20de38d2-0002-4273-aab2-5520c2df8fa5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050209Z:70b0e555-1c28-4ae4-bea1-993f5ed69c08" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "4bb001b08601ffc922104ef9d491c6c9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:02:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "01ac9c23-7e54-4303-b3e7-550b6f37fcc6", - "x-ms-client-request-id": "4bb001b08601ffc922104ef9d491c6c9", - "x-ms-correlation-request-id": "74555cd9-3399-4b75-922a-55fb4bec1796", - "x-ms-ratelimit-remaining-subscription-reads": "9109", - "x-ms-request-id": "4a699025-731f-4f32-952a-e0396bd6eab6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050210Z:74555cd9-3399-4b75-922a-55fb4bec1796" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "4750a37ff158461bdc2253b396d9d274", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:02:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1adeda03-b00b-4ed0-b3eb-96aa3e5d322c", - "x-ms-client-request-id": "4750a37ff158461bdc2253b396d9d274", - "x-ms-correlation-request-id": "39df97a1-a5cd-4f4d-b3bf-ab407a10465c", - "x-ms-ratelimit-remaining-subscription-reads": "9108", - "x-ms-request-id": "53bb1ad7-e8d8-4962-96e0-2619be7e01e7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050211Z:39df97a1-a5cd-4f4d-b3bf-ab407a10465c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "32b4b2b7a91122c13ef7656acdce6dba", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:02:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f23d8327-e7dd-41fa-aae7-31c1d550932f", - "x-ms-client-request-id": "32b4b2b7a91122c13ef7656acdce6dba", - "x-ms-correlation-request-id": "32ceac8d-f327-41e6-abbd-11ac4f727f2c", - "x-ms-ratelimit-remaining-subscription-reads": "9107", - "x-ms-request-id": "0a92fda8-5f64-41be-b507-c324903808d1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050213Z:32ceac8d-f327-41e6-abbd-11ac4f727f2c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "30656af5db46bf77e6696ede32156848", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:02:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0095e0bd-3487-4820-9e52-3767bc9ac3af", - "x-ms-client-request-id": "30656af5db46bf77e6696ede32156848", - "x-ms-correlation-request-id": "2e6c1f34-11e8-46e2-bc7b-59f859bf5ecb", - "x-ms-ratelimit-remaining-subscription-reads": "9106", - "x-ms-request-id": "1cd54539-e9f7-47b7-ac5a-2f1c068e1e4d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050214Z:2e6c1f34-11e8-46e2-bc7b-59f859bf5ecb" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2142da3e93dcd6b8e22e08618bb1790d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:02:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "631a82de-b88a-411f-b1db-30e80d62ee64", - "x-ms-client-request-id": "2142da3e93dcd6b8e22e08618bb1790d", - "x-ms-correlation-request-id": "54a32b08-491f-46bf-8298-ef788bd8f0bc", - "x-ms-ratelimit-remaining-subscription-reads": "9105", - "x-ms-request-id": "6c5337dc-d441-48a8-98e3-31f46a47a898", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050215Z:54a32b08-491f-46bf-8298-ef788bd8f0bc" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2cbe98b5a174db2e3bf44ca73ae2ef28", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:02:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d99c1030-e8d9-4a8a-b21b-ce81313daf06", - "x-ms-client-request-id": "2cbe98b5a174db2e3bf44ca73ae2ef28", - "x-ms-correlation-request-id": "c2ac57aa-6eea-4809-be6e-d9a9846715f7", - "x-ms-ratelimit-remaining-subscription-reads": "9104", - "x-ms-request-id": "63a0ef00-310c-4a84-a682-d4d6180358b6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050216Z:c2ac57aa-6eea-4809-be6e-d9a9846715f7" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f32b1c8e4b8c61ddb18e4e17d2153335", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:02:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c450d244-bbbe-49bd-aa25-755a85030694", - "x-ms-client-request-id": "f32b1c8e4b8c61ddb18e4e17d2153335", - "x-ms-correlation-request-id": "e898ab34-f1d9-45d8-b91f-4601cd72a20a", - "x-ms-ratelimit-remaining-subscription-reads": "9103", - "x-ms-request-id": "f198d94b-7eab-461c-b6a3-eedfbc534a9c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050218Z:e898ab34-f1d9-45d8-b91f-4601cd72a20a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "9a2960f03b579dd4ab67e6e847109bff", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:02:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "47aa890c-da0b-4c51-81c8-aeeac0ad547f", - "x-ms-client-request-id": "9a2960f03b579dd4ab67e6e847109bff", - "x-ms-correlation-request-id": "a23f6054-b991-4a10-93b3-b8ee7a2eef8b", - "x-ms-ratelimit-remaining-subscription-reads": "9102", - "x-ms-request-id": "7022dcf0-c369-4d5b-a43f-0dbe38923747", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050219Z:a23f6054-b991-4a10-93b3-b8ee7a2eef8b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "6ed2e03e85856981ba5c7ae553160825", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:02:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3de49e10-b292-4575-b219-2746bd826514", - "x-ms-client-request-id": "6ed2e03e85856981ba5c7ae553160825", - "x-ms-correlation-request-id": "7c914e1c-eef4-4202-878f-be90377f98c2", - "x-ms-ratelimit-remaining-subscription-reads": "9101", - "x-ms-request-id": "4f9de572-2b94-4668-8238-600d9abdc7d5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050220Z:7c914e1c-eef4-4202-878f-be90377f98c2" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "dab717c055b953d0488e472565f51aa1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:02:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "95c3ffa4-21ab-4941-a380-f295a1eef835", - "x-ms-client-request-id": "dab717c055b953d0488e472565f51aa1", - "x-ms-correlation-request-id": "e02df7a7-3068-414e-930a-dd47155218d1", - "x-ms-ratelimit-remaining-subscription-reads": "9100", - "x-ms-request-id": "258f4912-e3a9-4b2c-a10b-3fb5f3bb2e7f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050221Z:e02df7a7-3068-414e-930a-dd47155218d1" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f2d94ff2c5426aafdebfdffbc0ee4a95", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:02:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "480a9497-8879-4bf0-b7b7-bce487672603", - "x-ms-client-request-id": "f2d94ff2c5426aafdebfdffbc0ee4a95", - "x-ms-correlation-request-id": "1cdf7b80-7794-4ab0-8c6f-c11b25cd52a9", - "x-ms-ratelimit-remaining-subscription-reads": "9099", - "x-ms-request-id": "dddaa49f-ab8a-42ee-b64e-55aed282a710", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050223Z:1cdf7b80-7794-4ab0-8c6f-c11b25cd52a9" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2f27c05ec159e9460f7f25f73e5c04c4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:02:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b1c98f0d-3236-4a61-8c91-d8e193a45084", - "x-ms-client-request-id": "2f27c05ec159e9460f7f25f73e5c04c4", - "x-ms-correlation-request-id": "0eac83a6-6420-46f8-8517-9ee53334dd47", - "x-ms-ratelimit-remaining-subscription-reads": "9098", - "x-ms-request-id": "a893c551-e148-40c9-bf40-e459fc0cc262", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050224Z:0eac83a6-6420-46f8-8517-9ee53334dd47" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "03f2d942163dfbe2684cfbf976d59259", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:02:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "eecaf384-fdb5-4ca1-9d55-6b7294bf2cd6", - "x-ms-client-request-id": "03f2d942163dfbe2684cfbf976d59259", - "x-ms-correlation-request-id": "9d58eaeb-6829-466e-b589-17dbd3bcefd5", - "x-ms-ratelimit-remaining-subscription-reads": "9097", - "x-ms-request-id": "a5b63439-91ea-4efe-9ea1-a2a2b7c2a6fd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050225Z:9d58eaeb-6829-466e-b589-17dbd3bcefd5" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a4c6b144eace314709efe2c39fb72c82", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:02:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "893a224d-9f94-4426-a0a0-eb8d74a51a28", - "x-ms-client-request-id": "a4c6b144eace314709efe2c39fb72c82", - "x-ms-correlation-request-id": "0387a76a-8e07-43ea-9307-840457e9cbf9", - "x-ms-ratelimit-remaining-subscription-reads": "9096", - "x-ms-request-id": "4d6c342f-2c28-4a39-9ad0-3e132303b37f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050227Z:0387a76a-8e07-43ea-9307-840457e9cbf9" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e7b91aba46fb4758de2bc70dc64c733a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:02:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "05976214-79c2-427d-b779-c3765f9574cb", - "x-ms-client-request-id": "e7b91aba46fb4758de2bc70dc64c733a", - "x-ms-correlation-request-id": "db02754d-9f8d-4d71-8848-6444acc6c441", - "x-ms-ratelimit-remaining-subscription-reads": "9095", - "x-ms-request-id": "3a9769b3-2f8d-4efa-8bc2-f5ecaa19595a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050228Z:db02754d-9f8d-4d71-8848-6444acc6c441" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8cb2cbed609557f692c1fa4d341f5bb0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:02:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "390a276a-8735-459b-a8a9-1312afad0ca2", - "x-ms-client-request-id": "8cb2cbed609557f692c1fa4d341f5bb0", - "x-ms-correlation-request-id": "7874ea70-67b6-4ce9-a54a-ae05f0a44e91", - "x-ms-ratelimit-remaining-subscription-reads": "9094", - "x-ms-request-id": "b34d4dfe-bb27-4cda-a5cc-38d6ac974415", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050229Z:7874ea70-67b6-4ce9-a54a-ae05f0a44e91" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5c3e7820ab1cfe5d597fc6a3233a6abc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:02:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7b54d97d-71c8-4600-bc90-8667d54a1096", - "x-ms-client-request-id": "5c3e7820ab1cfe5d597fc6a3233a6abc", - "x-ms-correlation-request-id": "d5a45a53-46bb-4c6b-8ba8-1c2399fc0bc0", - "x-ms-ratelimit-remaining-subscription-reads": "9093", - "x-ms-request-id": "7637bba5-810c-4b28-bbf0-6488c3bc37af", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050230Z:d5a45a53-46bb-4c6b-8ba8-1c2399fc0bc0" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d3d5a87c9f055aec2361553a4b0b13be", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:02:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "28225a72-68b8-4a92-ae39-7622552ff8a3", - "x-ms-client-request-id": "d3d5a87c9f055aec2361553a4b0b13be", - "x-ms-correlation-request-id": "915666ea-919f-4150-a26d-632808455e6b", - "x-ms-ratelimit-remaining-subscription-reads": "9092", - "x-ms-request-id": "1c2ca21e-ea99-403e-8237-deef42ebcfe3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050232Z:915666ea-919f-4150-a26d-632808455e6b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "4dec16d0170d421d6eb433169a523357", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:02:32 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8a528fc1-e633-4ae8-825b-5d5881821261", - "x-ms-client-request-id": "4dec16d0170d421d6eb433169a523357", - "x-ms-correlation-request-id": "0328db7e-53e2-4f00-9090-cd487cea5733", - "x-ms-ratelimit-remaining-subscription-reads": "9091", - "x-ms-request-id": "dd8d2e02-c1ac-407f-b7dc-e09bf45f1912", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050233Z:0328db7e-53e2-4f00-9090-cd487cea5733" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8bd13e57874981ab8ce438ba5623b34d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:02:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "55a820f3-a26a-4458-b686-6e42f2411847", - "x-ms-client-request-id": "8bd13e57874981ab8ce438ba5623b34d", - "x-ms-correlation-request-id": "bab80c27-8cff-439c-a0ab-66c6080b8259", - "x-ms-ratelimit-remaining-subscription-reads": "9090", - "x-ms-request-id": "e853d019-89a1-4651-9564-2b8103236f7e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050234Z:bab80c27-8cff-439c-a0ab-66c6080b8259" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "0cd2076b1c4d65ae8a9365506bd6c0d1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:02:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "023f95f9-f257-4062-bb88-68086813d060", - "x-ms-client-request-id": "0cd2076b1c4d65ae8a9365506bd6c0d1", - "x-ms-correlation-request-id": "9c22062b-7336-47d0-a91e-d8236af731d3", - "x-ms-ratelimit-remaining-subscription-reads": "9089", - "x-ms-request-id": "0b20d854-2766-4419-b10c-1eec36dfd6cb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050235Z:9c22062b-7336-47d0-a91e-d8236af731d3" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "0ce3fd2e873a48746b6bc129de63ec4a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:02:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e77b4bf9-fb2c-40d9-91af-3a22986df262", - "x-ms-client-request-id": "0ce3fd2e873a48746b6bc129de63ec4a", - "x-ms-correlation-request-id": "4218c734-c914-4fb4-afe9-b9ac20c1a27c", - "x-ms-ratelimit-remaining-subscription-reads": "9088", - "x-ms-request-id": "3b7c15da-122c-4d30-b2b7-e04c83f55dbd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050237Z:4218c734-c914-4fb4-afe9-b9ac20c1a27c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "92aae501267f3a0a8f6b01b6215a15b5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:02:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "62ca9da1-e27d-43c2-bf3f-b81c61ceaec0", - "x-ms-client-request-id": "92aae501267f3a0a8f6b01b6215a15b5", - "x-ms-correlation-request-id": "0504c9ab-75f8-4f0d-8393-14e5f70e624f", - "x-ms-ratelimit-remaining-subscription-reads": "9087", - "x-ms-request-id": "7f03742a-61b8-4ae5-8d47-2683b9c8b9f4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050238Z:0504c9ab-75f8-4f0d-8393-14e5f70e624f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "588c6724a640e413928aa1e15b858627", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:02:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2b1a0e38-7b5c-431f-8cf7-e6852eaeccf7", - "x-ms-client-request-id": "588c6724a640e413928aa1e15b858627", - "x-ms-correlation-request-id": "c760bb47-16d5-44cb-8633-899d170e10ba", - "x-ms-ratelimit-remaining-subscription-reads": "9086", - "x-ms-request-id": "158fb1e0-5247-4035-b60d-2851897fcefb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050239Z:c760bb47-16d5-44cb-8633-899d170e10ba" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "854f1ba72d2b0751f3a87dce86be2610", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:02:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c8c58da4-0386-4159-97e2-632b96a7de58", - "x-ms-client-request-id": "854f1ba72d2b0751f3a87dce86be2610", - "x-ms-correlation-request-id": "881d1158-ecb4-4ee8-b231-6f167931992b", - "x-ms-ratelimit-remaining-subscription-reads": "9085", - "x-ms-request-id": "8136410e-edfb-40ca-9511-3ff5e9d77521", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050241Z:881d1158-ecb4-4ee8-b231-6f167931992b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "77040b5693d65a0ad1c6fff58528de09", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:02:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c5613b5f-d567-4f6f-a053-eacdc62f60c5", - "x-ms-client-request-id": "77040b5693d65a0ad1c6fff58528de09", - "x-ms-correlation-request-id": "fe989269-fe7f-4bb5-8010-81795d32b933", - "x-ms-ratelimit-remaining-subscription-reads": "9084", - "x-ms-request-id": "c1602c43-fdf9-4b93-b5bb-ca8c81732e4c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050242Z:fe989269-fe7f-4bb5-8010-81795d32b933" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "060ed9e5900bf68a1685659729455dd4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:02:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3030e41f-3fc0-4666-af66-9718f673bb21", - "x-ms-client-request-id": "060ed9e5900bf68a1685659729455dd4", - "x-ms-correlation-request-id": "8280f764-6d1e-41b2-9bd2-64ddb578232a", - "x-ms-ratelimit-remaining-subscription-reads": "9083", - "x-ms-request-id": "fca3497e-4668-4fde-97dc-2b5085dca26b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050243Z:8280f764-6d1e-41b2-9bd2-64ddb578232a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "508b90630e81145110f4b3652e5b81ca", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:02:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f09d32ad-3d5b-4948-a228-0ed8a35b115b", - "x-ms-client-request-id": "508b90630e81145110f4b3652e5b81ca", - "x-ms-correlation-request-id": "01d7de99-de46-414d-b24e-5d8b1721179e", - "x-ms-ratelimit-remaining-subscription-reads": "9082", - "x-ms-request-id": "b89d45d8-4914-4551-8635-2188b3dd7334", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050244Z:01d7de99-de46-414d-b24e-5d8b1721179e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ace973c91fafc505810d61502d72318c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:02:45 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "28d0b076-608e-41b7-b714-3979160c637c", - "x-ms-client-request-id": "ace973c91fafc505810d61502d72318c", - "x-ms-correlation-request-id": "14ab05ee-5092-4c6e-8e05-85ecb85e5dc4", - "x-ms-ratelimit-remaining-subscription-reads": "9081", - "x-ms-request-id": "44f23c79-2eda-4585-bffd-56fd8aae0509", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050246Z:14ab05ee-5092-4c6e-8e05-85ecb85e5dc4" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f5912b688e9cd68888faf516dc24c8ba", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:02:46 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8dd14976-cb24-4ed1-9779-763cb316f05c", - "x-ms-client-request-id": "f5912b688e9cd68888faf516dc24c8ba", - "x-ms-correlation-request-id": "28520a59-0ff0-463b-a220-d5f1c4a8c0d7", - "x-ms-ratelimit-remaining-subscription-reads": "9080", - "x-ms-request-id": "560e188c-fd38-4018-af93-6faffb4fa244", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050247Z:28520a59-0ff0-463b-a220-d5f1c4a8c0d7" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b5cd9b04b15c43248ac5ce73ad00e79e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:02:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a9b6966f-5f7a-426e-a961-3555c0a88115", - "x-ms-client-request-id": "b5cd9b04b15c43248ac5ce73ad00e79e", - "x-ms-correlation-request-id": "f5fddc51-aebe-4a27-9f29-89137bf854f3", - "x-ms-ratelimit-remaining-subscription-reads": "9079", - "x-ms-request-id": "d2872690-ee1c-4a3f-9305-b5c89fbce080", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050249Z:f5fddc51-aebe-4a27-9f29-89137bf854f3" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "03fc27c38cc93b2deb1224b529efe95c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:02:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "49617999-ff6f-49fc-97ed-d14a1a2c71bc", - "x-ms-client-request-id": "03fc27c38cc93b2deb1224b529efe95c", - "x-ms-correlation-request-id": "c2bd0a6b-585d-4db8-a1fc-fa8f2188aa52", - "x-ms-ratelimit-remaining-subscription-reads": "9078", - "x-ms-request-id": "6b7c091b-fb97-4be7-9a64-4b3c24e02593", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050250Z:c2bd0a6b-585d-4db8-a1fc-fa8f2188aa52" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "914ca6457ca4b730064d6ad7bf142987", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:02:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4d9e9ff7-1d6a-4727-a4d7-d6a1f6053875", - "x-ms-client-request-id": "914ca6457ca4b730064d6ad7bf142987", - "x-ms-correlation-request-id": "816688b0-c9d2-44c8-bb50-870be1a6e1b8", - "x-ms-ratelimit-remaining-subscription-reads": "9077", - "x-ms-request-id": "39c17f7a-a539-43f0-bed4-d96d92929791", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050251Z:816688b0-c9d2-44c8-bb50-870be1a6e1b8" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b5525713c52877f06d92c9498c6e1a9b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:02:52 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a0dd4f99-def8-42df-88c9-fa23c6c0a6ed", - "x-ms-client-request-id": "b5525713c52877f06d92c9498c6e1a9b", - "x-ms-correlation-request-id": "da18b85f-9715-4c63-be66-06b5d4cb2c9d", - "x-ms-ratelimit-remaining-subscription-reads": "9076", - "x-ms-request-id": "329c33ff-9d83-4dd5-9b6f-389ce8c1f245", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050253Z:da18b85f-9715-4c63-be66-06b5d4cb2c9d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "062e72dc55b447faf745fc7b22567bd6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:02:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9602908f-b375-4260-a280-5f0ca2134e37", - "x-ms-client-request-id": "062e72dc55b447faf745fc7b22567bd6", - "x-ms-correlation-request-id": "275e09b9-2d87-4ea1-857d-81d020f4f055", - "x-ms-ratelimit-remaining-subscription-reads": "9075", - "x-ms-request-id": "5843051e-f504-4842-9db2-741ee47ff9db", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050254Z:275e09b9-2d87-4ea1-857d-81d020f4f055" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d2a29ce9339c7f34b5d42411b2e62a97", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:02:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "311fa0c0-b85e-48dd-ab6f-c1b6775987b0", - "x-ms-client-request-id": "d2a29ce9339c7f34b5d42411b2e62a97", - "x-ms-correlation-request-id": "cf670e04-1dc9-44f5-96c8-371d58b93e77", - "x-ms-ratelimit-remaining-subscription-reads": "9074", - "x-ms-request-id": "9006269f-2504-49a1-8878-928ed4c2de39", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050255Z:cf670e04-1dc9-44f5-96c8-371d58b93e77" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "4dface3322e6bed35d0bbee3c9755517", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:02:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "41898d75-cb5e-4a16-a0a2-8119b39d8aa7", - "x-ms-client-request-id": "4dface3322e6bed35d0bbee3c9755517", - "x-ms-correlation-request-id": "375e70c9-4090-4067-bcb6-fcf8e70170da", - "x-ms-ratelimit-remaining-subscription-reads": "9073", - "x-ms-request-id": "046f1446-2bd7-4f53-ac6f-a5244314c267", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050257Z:375e70c9-4090-4067-bcb6-fcf8e70170da" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f05ff31747cca9ff3eae50df30e89510", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:02:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5819ab8d-b347-4e87-90e9-e5740e2f121a", - "x-ms-client-request-id": "f05ff31747cca9ff3eae50df30e89510", - "x-ms-correlation-request-id": "57fcc4a0-d4e1-4f29-8d15-c98e8af8ecc7", - "x-ms-ratelimit-remaining-subscription-reads": "9072", - "x-ms-request-id": "3f88255a-78ef-4b21-936e-8380688fd79c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050258Z:57fcc4a0-d4e1-4f29-8d15-c98e8af8ecc7" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5347641a2e5cc7f0c8e475907551b640", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:02:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "93d867ef-2a4d-4b58-91ae-66bcfb87cf8a", - "x-ms-client-request-id": "5347641a2e5cc7f0c8e475907551b640", - "x-ms-correlation-request-id": "ea9ef896-de17-4021-83f4-05557bbf63d6", - "x-ms-ratelimit-remaining-subscription-reads": "9071", - "x-ms-request-id": "e9888bd4-583f-493f-acc2-c8a2e8d285a0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050259Z:ea9ef896-de17-4021-83f4-05557bbf63d6" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "befa0c7e3a87eccbce510e37d2f38d75", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:03:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "04582346-7e8b-4990-867f-ebd35e6db1ea", - "x-ms-client-request-id": "befa0c7e3a87eccbce510e37d2f38d75", - "x-ms-correlation-request-id": "9f85b68d-ff55-4e80-a66f-fcbcbd4cad11", - "x-ms-ratelimit-remaining-subscription-reads": "9070", - "x-ms-request-id": "e687aff0-eb42-4e39-ab5d-aa10d152680a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050300Z:9f85b68d-ff55-4e80-a66f-fcbcbd4cad11" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "64c8ad76022de8bb039827e8d26f33ec", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:03:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c8a19546-54ba-47f8-a988-2fb847119d67", - "x-ms-client-request-id": "64c8ad76022de8bb039827e8d26f33ec", - "x-ms-correlation-request-id": "6c88212e-4533-4fbc-9cb0-bee0824e7210", - "x-ms-ratelimit-remaining-subscription-reads": "9069", - "x-ms-request-id": "c647f692-6cf5-4fb9-80d8-3d92862e3314", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050302Z:6c88212e-4533-4fbc-9cb0-bee0824e7210" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "24610ff8d6eddf89985b840b1fb8f4d5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:03:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "83a60aab-fb53-4313-91df-abe63d07949e", - "x-ms-client-request-id": "24610ff8d6eddf89985b840b1fb8f4d5", - "x-ms-correlation-request-id": "303fd6e9-f65c-43e3-b6cf-d5ef5440190a", - "x-ms-ratelimit-remaining-subscription-reads": "9068", - "x-ms-request-id": "a258d311-9633-4115-b98c-6f818044084a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050303Z:303fd6e9-f65c-43e3-b6cf-d5ef5440190a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c719005751887c135112bbef12e31a5f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:03:03 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d816d43e-735b-4e49-ac96-c9dadc21380d", - "x-ms-client-request-id": "c719005751887c135112bbef12e31a5f", - "x-ms-correlation-request-id": "012cc5a9-658e-424c-b7c4-2005daac96e4", - "x-ms-ratelimit-remaining-subscription-reads": "9067", - "x-ms-request-id": "41e8bf2f-a350-41c6-aac9-d659a0f2bb44", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050304Z:012cc5a9-658e-424c-b7c4-2005daac96e4" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c23e221d6892a08724e9cbd17db0c94a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:03:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "dbef3fe5-e6dc-4207-8d35-642e06c51252", - "x-ms-client-request-id": "c23e221d6892a08724e9cbd17db0c94a", - "x-ms-correlation-request-id": "e28394e3-8ef9-4c62-a4b1-4ebca8d54eb6", - "x-ms-ratelimit-remaining-subscription-reads": "9066", - "x-ms-request-id": "8c3f7750-dbb8-40cd-ac4c-c60c01ab56a7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050305Z:e28394e3-8ef9-4c62-a4b1-4ebca8d54eb6" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d29152a36c55a764fce4d2db1a99cdb5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:03:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "25531ff9-fce7-4a6e-8f90-c8e42848e32b", - "x-ms-client-request-id": "d29152a36c55a764fce4d2db1a99cdb5", - "x-ms-correlation-request-id": "283f361f-e1ee-40a9-b001-2369ef506696", - "x-ms-ratelimit-remaining-subscription-reads": "9065", - "x-ms-request-id": "4fc43fb5-8ac0-4814-b11d-21511cdc585c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050307Z:283f361f-e1ee-40a9-b001-2369ef506696" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "fded25413179ee427879a29f8541ffa1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:03:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f56094ef-9a0a-408b-8274-ec26738300f3", - "x-ms-client-request-id": "fded25413179ee427879a29f8541ffa1", - "x-ms-correlation-request-id": "ac9a11b0-0044-4ae2-8d7c-c4ce882cf5b7", - "x-ms-ratelimit-remaining-subscription-reads": "9064", - "x-ms-request-id": "13c64829-bb1c-4079-8964-3db01d52a42c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050308Z:ac9a11b0-0044-4ae2-8d7c-c4ce882cf5b7" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "bf4b71484852b00abd97c6ad96ab868a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:03:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9b3b510c-1d84-4c89-917b-06ceefd12f3a", - "x-ms-client-request-id": "bf4b71484852b00abd97c6ad96ab868a", - "x-ms-correlation-request-id": "6c63295d-a8b4-425a-ad1b-4636d9a65a93", - "x-ms-ratelimit-remaining-subscription-reads": "9063", - "x-ms-request-id": "dcda473e-746e-49a3-b629-a6eeb33c39f3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050309Z:6c63295d-a8b4-425a-ad1b-4636d9a65a93" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5790161bcbc271d00fa259dcc9c521ba", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:03:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b0cf9a22-ed6c-4e92-b124-98cbbeaf78db", - "x-ms-client-request-id": "5790161bcbc271d00fa259dcc9c521ba", - "x-ms-correlation-request-id": "946ff57c-2d1d-49c4-8069-723d09c302c2", - "x-ms-ratelimit-remaining-subscription-reads": "9062", - "x-ms-request-id": "93e0c955-0b5b-4148-9f32-aafc7f78b9d6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050311Z:946ff57c-2d1d-49c4-8069-723d09c302c2" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a89231e50d4ef9621a3d3fe26b9558cc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:03:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f8afeef1-0987-49b3-b799-39a811f24058", - "x-ms-client-request-id": "a89231e50d4ef9621a3d3fe26b9558cc", - "x-ms-correlation-request-id": "5148c874-a271-4374-887a-ced9a5636ccd", - "x-ms-ratelimit-remaining-subscription-reads": "9061", - "x-ms-request-id": "467af472-7a30-4fe7-b8f0-b1490c35d5d9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050312Z:5148c874-a271-4374-887a-ced9a5636ccd" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "6e8317f2a7b17ddea0dab0afee2ee6f8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:03:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4c2d961c-5abd-4867-8950-a93639c98225", - "x-ms-client-request-id": "6e8317f2a7b17ddea0dab0afee2ee6f8", - "x-ms-correlation-request-id": "fe4e83c3-cd70-4b32-b5b6-7a5244d966bc", - "x-ms-ratelimit-remaining-subscription-reads": "9060", - "x-ms-request-id": "c5b6baaa-1efe-49c2-b7f9-89d7b43733dc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050313Z:fe4e83c3-cd70-4b32-b5b6-7a5244d966bc" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "64c70c75dd190e3cb3963d858bee067a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:03:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "22aa144b-0655-4e3f-b373-169e7d7ea1b6", - "x-ms-client-request-id": "64c70c75dd190e3cb3963d858bee067a", - "x-ms-correlation-request-id": "78fbab94-6867-499a-b0e1-889fdf10a875", - "x-ms-ratelimit-remaining-subscription-reads": "9059", - "x-ms-request-id": "18888ff2-8056-46db-af49-82fafe3af954", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050314Z:78fbab94-6867-499a-b0e1-889fdf10a875" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b2e98c4ab2413e08521508735db30aec", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:03:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "365e010f-2270-4fe2-b6c0-b648d9aae0cb", - "x-ms-client-request-id": "b2e98c4ab2413e08521508735db30aec", - "x-ms-correlation-request-id": "24cd5347-c997-4be2-a3a9-2371c708ea44", - "x-ms-ratelimit-remaining-subscription-reads": "9058", - "x-ms-request-id": "52b3e77e-4419-4a70-8bc1-bc0232e669c2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050316Z:24cd5347-c997-4be2-a3a9-2371c708ea44" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5e6c4756f3cd14b3db75bb1a6a59f1b2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:03:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e6a8bf0e-f5f3-4007-92b5-7b10a6dff62c", - "x-ms-client-request-id": "5e6c4756f3cd14b3db75bb1a6a59f1b2", - "x-ms-correlation-request-id": "18ebf04d-c25b-4ee6-b64f-73f460423947", - "x-ms-ratelimit-remaining-subscription-reads": "9057", - "x-ms-request-id": "bd032ce4-7f2a-4651-b0ad-259f8598d23d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050317Z:18ebf04d-c25b-4ee6-b64f-73f460423947" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "626435d43444c2b703891103d5c9b000", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:03:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e86ed372-22da-4fa8-bccd-84d8b0c25ee3", - "x-ms-client-request-id": "626435d43444c2b703891103d5c9b000", - "x-ms-correlation-request-id": "d6b9feed-c49f-4623-bc9a-939fb6a5283e", - "x-ms-ratelimit-remaining-subscription-reads": "9056", - "x-ms-request-id": "2e24eada-23df-4344-800f-8c4efe55ac59", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050318Z:d6b9feed-c49f-4623-bc9a-939fb6a5283e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "442e508ca78156acd9d5d6cbf7edd3f9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:03:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "25164cb7-064c-46e8-8a66-cf6fc343b9e6", - "x-ms-client-request-id": "442e508ca78156acd9d5d6cbf7edd3f9", - "x-ms-correlation-request-id": "8086bdcf-2fb4-4b8a-809d-17d817950679", - "x-ms-ratelimit-remaining-subscription-reads": "9055", - "x-ms-request-id": "f698d840-b626-426a-8af4-837375ae434b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050320Z:8086bdcf-2fb4-4b8a-809d-17d817950679" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "279e5524a84e21a88fa95a44e2af3e11", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:03:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1163622e-13aa-4e63-aa4b-29f98c7c78eb", - "x-ms-client-request-id": "279e5524a84e21a88fa95a44e2af3e11", - "x-ms-correlation-request-id": "6d4817c3-5197-4766-9564-44067082e012", - "x-ms-ratelimit-remaining-subscription-reads": "9054", - "x-ms-request-id": "faef9336-9709-418c-8bae-3eb76abeeb30", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050321Z:6d4817c3-5197-4766-9564-44067082e012" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "198ebac4ac2b2d30890d886f5debcb15", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:03:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1fc18bef-9789-4b84-bd61-9cde84887423", - "x-ms-client-request-id": "198ebac4ac2b2d30890d886f5debcb15", - "x-ms-correlation-request-id": "47cd3bed-1171-4a8c-b1c3-1084fe89255d", - "x-ms-ratelimit-remaining-subscription-reads": "9053", - "x-ms-request-id": "8fac9e8c-632e-4458-b899-f5d3e0e0f1c6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050322Z:47cd3bed-1171-4a8c-b1c3-1084fe89255d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "80df17b5892ae3b2a80cb5d74c677429", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:03:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "30707e94-0e1f-4cfd-8ae6-a091ac219251", - "x-ms-client-request-id": "80df17b5892ae3b2a80cb5d74c677429", - "x-ms-correlation-request-id": "57874e70-5d51-4ef6-9805-a956f6fd06d1", - "x-ms-ratelimit-remaining-subscription-reads": "9052", - "x-ms-request-id": "cb1b7d18-2692-4ef4-9a15-bd20ace9d1c0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050324Z:57874e70-5d51-4ef6-9805-a956f6fd06d1" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "3c06c596ba5f77ce25719d401f39c4a4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:03:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "934ac7db-7885-45e1-bce9-193683ee12d3", - "x-ms-client-request-id": "3c06c596ba5f77ce25719d401f39c4a4", - "x-ms-correlation-request-id": "1937225b-97f4-41a0-8590-33190313c8d6", - "x-ms-ratelimit-remaining-subscription-reads": "9051", - "x-ms-request-id": "d58c791b-1855-48ba-9ca1-fb93118fc448", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050325Z:1937225b-97f4-41a0-8590-33190313c8d6" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ca8e44debed03be708ab701ef758e021", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:03:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d44cc3e4-fee6-4669-84dd-b70a815a7ef8", - "x-ms-client-request-id": "ca8e44debed03be708ab701ef758e021", - "x-ms-correlation-request-id": "29f3822c-7d3b-455b-8347-d22ad57f2c06", - "x-ms-ratelimit-remaining-subscription-reads": "9050", - "x-ms-request-id": "b516d106-6fe0-45ed-aef1-2be673a31206", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050326Z:29f3822c-7d3b-455b-8347-d22ad57f2c06" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "98d85f998ee4fbb649675ab8eb71c36f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:03:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2240efc3-ad74-46ce-8797-98eca9417d30", - "x-ms-client-request-id": "98d85f998ee4fbb649675ab8eb71c36f", - "x-ms-correlation-request-id": "ab123d16-d5f0-4710-932d-4bce38dc8cb4", - "x-ms-ratelimit-remaining-subscription-reads": "9049", - "x-ms-request-id": "d34ff50c-d8b1-4c9b-99f9-fdb7a3991ff7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050327Z:ab123d16-d5f0-4710-932d-4bce38dc8cb4" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "07f91148a9d9d759decb34b349af80cc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:03:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3f02ab6d-a2b4-4717-beb8-c72a481b59f8", - "x-ms-client-request-id": "07f91148a9d9d759decb34b349af80cc", - "x-ms-correlation-request-id": "e5e6aa5d-8cc3-43f8-9095-a396898d3f41", - "x-ms-ratelimit-remaining-subscription-reads": "9048", - "x-ms-request-id": "889bfeca-0d82-4bff-9d88-8fc87cb434e1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050329Z:e5e6aa5d-8cc3-43f8-9095-a396898d3f41" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c0a77b912b6050bf8e938068642e4f96", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:03:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f532b32c-1a7b-4a0f-a3f9-c08d847c0f71", - "x-ms-client-request-id": "c0a77b912b6050bf8e938068642e4f96", - "x-ms-correlation-request-id": "6e687422-e323-4388-8ff7-34640cc1853d", - "x-ms-ratelimit-remaining-subscription-reads": "9047", - "x-ms-request-id": "8ce9e49c-b5a9-4a97-9378-c8cf782e17a7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050330Z:6e687422-e323-4388-8ff7-34640cc1853d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e6d601e7d85fef480500ba195902b19a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:03:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0343aa12-452b-4fbc-85f6-eb25fed784d4", - "x-ms-client-request-id": "e6d601e7d85fef480500ba195902b19a", - "x-ms-correlation-request-id": "84df4989-cf2b-48c5-87ba-0a8cca26a3f1", - "x-ms-ratelimit-remaining-subscription-reads": "9046", - "x-ms-request-id": "e2114aa3-883d-4d63-be56-bba7d690099e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050331Z:84df4989-cf2b-48c5-87ba-0a8cca26a3f1" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "6f268de703ca1c0f51a9794629f173af", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:03:32 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b8ee8fe3-5eb1-4ba7-9fb1-657acb5f0d1f", - "x-ms-client-request-id": "6f268de703ca1c0f51a9794629f173af", - "x-ms-correlation-request-id": "3fef5eeb-a805-420b-9b58-baddbc2b969a", - "x-ms-ratelimit-remaining-subscription-reads": "9045", - "x-ms-request-id": "4b287268-3bc3-44f4-be80-be22ee496e21", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050333Z:3fef5eeb-a805-420b-9b58-baddbc2b969a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "48cc9e7b9ad9b86d33b7ba6071a5f68b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:03:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4109db5f-3141-4048-b510-181c00eac6bc", - "x-ms-client-request-id": "48cc9e7b9ad9b86d33b7ba6071a5f68b", - "x-ms-correlation-request-id": "8c58bf6a-7cfb-4d0a-9fe2-9aefe38df949", - "x-ms-ratelimit-remaining-subscription-reads": "9044", - "x-ms-request-id": "675ae2e7-9e7c-48e3-86f1-8dba75a50ff1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050334Z:8c58bf6a-7cfb-4d0a-9fe2-9aefe38df949" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d681e6e1df07e4cbf2ba94b55f01c614", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:03:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "77aa28ee-ca6c-41b1-9c22-2b5aeae89796", - "x-ms-client-request-id": "d681e6e1df07e4cbf2ba94b55f01c614", - "x-ms-correlation-request-id": "c9587f78-9d7b-4d27-a7ac-1fe67e4b5946", - "x-ms-ratelimit-remaining-subscription-reads": "9043", - "x-ms-request-id": "4ca08b63-2433-477f-a9e9-bdb0a8d30d7d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050335Z:c9587f78-9d7b-4d27-a7ac-1fe67e4b5946" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "bb9d0b8c69364dc11f6e3c1348aeaaac", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:03:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a3ff58b3-dc40-4d1c-966a-e1249ae93cbd", - "x-ms-client-request-id": "bb9d0b8c69364dc11f6e3c1348aeaaac", - "x-ms-correlation-request-id": "2a67f6c5-b79e-48b3-b79c-e77f0f70f76a", - "x-ms-ratelimit-remaining-subscription-reads": "9042", - "x-ms-request-id": "16062589-191d-4326-9417-b5c0fd49debc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050336Z:2a67f6c5-b79e-48b3-b79c-e77f0f70f76a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "4265edb29d709ba7d2e7561e05b85931", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:03:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a90811c8-b16d-4dfb-a46e-8e4fe8e0450a", - "x-ms-client-request-id": "4265edb29d709ba7d2e7561e05b85931", - "x-ms-correlation-request-id": "655f9abe-ea73-43da-9850-d1a29e7b1e38", - "x-ms-ratelimit-remaining-subscription-reads": "9041", - "x-ms-request-id": "6291974f-4e27-43d5-89a8-e0416f7fa1d5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050338Z:655f9abe-ea73-43da-9850-d1a29e7b1e38" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "66d3a5f13b0878552534b699a3b89b43", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:03:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "51c10192-d9ec-418d-aed2-12b702e0830f", - "x-ms-client-request-id": "66d3a5f13b0878552534b699a3b89b43", - "x-ms-correlation-request-id": "980d4785-c375-4409-a948-50d285ccf587", - "x-ms-ratelimit-remaining-subscription-reads": "9040", - "x-ms-request-id": "15c2769e-c1b8-47cd-bcc6-425a186f17c5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050340Z:980d4785-c375-4409-a948-50d285ccf587" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7203e80f839cefa46302e94f12a24767", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:03:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f0db2fb2-4251-4bec-9361-726afec86f2f", - "x-ms-client-request-id": "7203e80f839cefa46302e94f12a24767", - "x-ms-correlation-request-id": "09e58a9b-a5f1-47f2-9d11-d7088f43cfa7", - "x-ms-ratelimit-remaining-subscription-reads": "9039", - "x-ms-request-id": "3e24ab56-b3a8-4030-8c5e-d173a87049b2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050341Z:09e58a9b-a5f1-47f2-9d11-d7088f43cfa7" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a3210a1443db77a498ec1d3ce60df819", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:03:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4660ea83-a43f-4028-aa9d-343231e2bdc1", - "x-ms-client-request-id": "a3210a1443db77a498ec1d3ce60df819", - "x-ms-correlation-request-id": "7b7ba3b5-7bcc-47a1-98a5-2dc2d0996233", - "x-ms-ratelimit-remaining-subscription-reads": "9038", - "x-ms-request-id": "ce2692d0-1ede-474e-a875-cb5017f8e426", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050342Z:7b7ba3b5-7bcc-47a1-98a5-2dc2d0996233" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "1d0f134be7b46d9401e4030551066582", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:03:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e4890e79-6655-4497-a520-88c07c40ee03", - "x-ms-client-request-id": "1d0f134be7b46d9401e4030551066582", - "x-ms-correlation-request-id": "2ca52cbc-efd6-4cf7-bbe9-4ba20f274200", - "x-ms-ratelimit-remaining-subscription-reads": "9037", - "x-ms-request-id": "b97195b6-98d8-4e86-9b90-fed5ca2195bf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050344Z:2ca52cbc-efd6-4cf7-bbe9-4ba20f274200" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "98844fecf896cb67448cd9af65680855", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:03:45 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "70187a00-400d-4aab-b9ab-7d5cad65ec14", - "x-ms-client-request-id": "98844fecf896cb67448cd9af65680855", - "x-ms-correlation-request-id": "6ebda17b-05c6-4252-a0f4-a16102c11ce9", - "x-ms-ratelimit-remaining-subscription-reads": "9036", - "x-ms-request-id": "92c1a09d-a843-4cd0-be13-6acf612cafa1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050345Z:6ebda17b-05c6-4252-a0f4-a16102c11ce9" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "fe03cf0929932db276b4a2f6409e2592", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:03:46 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "242c689f-a061-465d-8781-06c9280d74a7", - "x-ms-client-request-id": "fe03cf0929932db276b4a2f6409e2592", - "x-ms-correlation-request-id": "c7618b5a-b856-4305-8983-4080396bc871", - "x-ms-ratelimit-remaining-subscription-reads": "9035", - "x-ms-request-id": "ab1fffc3-a1c2-4cb1-92f2-9d831cca6015", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050346Z:c7618b5a-b856-4305-8983-4080396bc871" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "974f9b865f895383ab43d9280de40898", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:03:47 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d0987fd6-bd45-4fe6-bb4a-3f00693e39b8", - "x-ms-client-request-id": "974f9b865f895383ab43d9280de40898", - "x-ms-correlation-request-id": "628943e7-73a4-4415-89aa-0b29392fe618", - "x-ms-ratelimit-remaining-subscription-reads": "9034", - "x-ms-request-id": "c34d564b-7679-4299-aa97-894dfd98f7c5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050347Z:628943e7-73a4-4415-89aa-0b29392fe618" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "82fcaddc6602c3ef9c5622e256718ba6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:03:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "65ffe973-2502-4b03-a973-4aa800424857", - "x-ms-client-request-id": "82fcaddc6602c3ef9c5622e256718ba6", - "x-ms-correlation-request-id": "26240555-4f24-4b77-8782-8c9f8b08465e", - "x-ms-ratelimit-remaining-subscription-reads": "9033", - "x-ms-request-id": "141b70a2-bb1c-4143-bf5e-2f58f3b48d59", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050349Z:26240555-4f24-4b77-8782-8c9f8b08465e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ca2947667019aacc4cb05350508a2091", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:03:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "68689975-d8df-454f-85e3-cedf52e88f8e", - "x-ms-client-request-id": "ca2947667019aacc4cb05350508a2091", - "x-ms-correlation-request-id": "5b7ce3a0-7fea-4c2d-b53f-2c9fe5c8d3e5", - "x-ms-ratelimit-remaining-subscription-reads": "9032", - "x-ms-request-id": "3aafe4f7-a7ee-419e-85d4-9ac97e11e532", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050350Z:5b7ce3a0-7fea-4c2d-b53f-2c9fe5c8d3e5" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "931a09aba3a11f8fab8cfb323da1fc3a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:03:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f181a83d-8349-447f-886d-24bdd69c1d28", - "x-ms-client-request-id": "931a09aba3a11f8fab8cfb323da1fc3a", - "x-ms-correlation-request-id": "73a2e666-7c3e-4b46-8d24-e82c2ac27f1b", - "x-ms-ratelimit-remaining-subscription-reads": "9031", - "x-ms-request-id": "e55cad7d-e068-413d-bee0-d774f561d71e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050351Z:73a2e666-7c3e-4b46-8d24-e82c2ac27f1b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c5c232b83dbb6b7fe1513652139e7211", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:03:52 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ae68ea6e-beec-4abd-8c43-f2a63033b7a4", - "x-ms-client-request-id": "c5c232b83dbb6b7fe1513652139e7211", - "x-ms-correlation-request-id": "a9d7c308-79cc-40cf-8703-350b6be2bf9c", - "x-ms-ratelimit-remaining-subscription-reads": "9030", - "x-ms-request-id": "020fdb3a-463d-4864-a287-c1a66b7dd054", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050353Z:a9d7c308-79cc-40cf-8703-350b6be2bf9c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "4d369136f756c204b8091e8c75996dab", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:03:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "45cc3796-66f6-43f7-81e8-267582a042e3", - "x-ms-client-request-id": "4d369136f756c204b8091e8c75996dab", - "x-ms-correlation-request-id": "01463f3d-eaa0-45bc-9aef-934183424721", - "x-ms-ratelimit-remaining-subscription-reads": "9029", - "x-ms-request-id": "d82ce6d3-8aa5-4dbe-b885-48c4ea5581e3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050354Z:01463f3d-eaa0-45bc-9aef-934183424721" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "1d9819b35ac86ed58aafb1506d3c0c0c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:03:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ec3f472e-fd18-4619-8edc-c3a91514d5ce", - "x-ms-client-request-id": "1d9819b35ac86ed58aafb1506d3c0c0c", - "x-ms-correlation-request-id": "8fcab5d7-e7b6-4019-8b60-de6e5225c248", - "x-ms-ratelimit-remaining-subscription-reads": "9028", - "x-ms-request-id": "9a24a493-3c44-4ef2-9d54-b388ae1c9ae9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050355Z:8fcab5d7-e7b6-4019-8b60-de6e5225c248" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "abfbe919af6ac0e32eff0db21ef2f547", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:03:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "01ea0245-10af-432c-8e8a-0726085fc37c", - "x-ms-client-request-id": "abfbe919af6ac0e32eff0db21ef2f547", - "x-ms-correlation-request-id": "9e1088df-2f3c-4070-b6b9-d1766062d219", - "x-ms-ratelimit-remaining-subscription-reads": "9027", - "x-ms-request-id": "42e6e1ed-7acd-4fac-935a-4ab1c87e79d6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050356Z:9e1088df-2f3c-4070-b6b9-d1766062d219" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "fa9e8be45406dc49bbc7c2a745b4557b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:03:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5d98ab9b-2a6a-4700-8e0e-2ca3f2a2a633", - "x-ms-client-request-id": "fa9e8be45406dc49bbc7c2a745b4557b", - "x-ms-correlation-request-id": "31574e66-c3c3-48bc-91ff-d706f24b34fd", - "x-ms-ratelimit-remaining-subscription-reads": "9026", - "x-ms-request-id": "a852ce7b-091a-4b82-a751-7e9b1fd3c10e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050358Z:31574e66-c3c3-48bc-91ff-d706f24b34fd" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8c7211fcc19d044035d7efc84c224f97", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:03:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6a12376a-cd46-454c-b20f-911cc2ed2199", - "x-ms-client-request-id": "8c7211fcc19d044035d7efc84c224f97", - "x-ms-correlation-request-id": "118f7df3-f69c-4346-9211-3bc9768f522d", - "x-ms-ratelimit-remaining-subscription-reads": "9025", - "x-ms-request-id": "751059f0-3996-47aa-8bbf-1f757de56e4d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050359Z:118f7df3-f69c-4346-9211-3bc9768f522d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e16b6ab9119ec5069f1ff0a2ec3b7a7a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:04:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "14fe9dbf-b23a-46f7-b851-ad512255fbea", - "x-ms-client-request-id": "e16b6ab9119ec5069f1ff0a2ec3b7a7a", - "x-ms-correlation-request-id": "ce2c1305-7633-4ed8-834e-2bd33cc6329c", - "x-ms-ratelimit-remaining-subscription-reads": "9024", - "x-ms-request-id": "67b6f8d6-92ed-458e-a3cc-0db33df86a4e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050400Z:ce2c1305-7633-4ed8-834e-2bd33cc6329c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "0db692a9697f23a94a9ac42f65818f98", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:04:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "39d33be1-d49e-4de6-9ac1-944d1f626cc4", - "x-ms-client-request-id": "0db692a9697f23a94a9ac42f65818f98", - "x-ms-correlation-request-id": "564a3ddc-c6b4-4e6b-887c-5982f3c3a3ba", - "x-ms-ratelimit-remaining-subscription-reads": "9023", - "x-ms-request-id": "a0e71432-8298-4dce-b8f5-fcdd112e3d8c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050402Z:564a3ddc-c6b4-4e6b-887c-5982f3c3a3ba" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "dbee2b787448eadd0badec7ed19d17fa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:04:03 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a0ef04fa-2f0a-42e0-b726-419246cd46db", - "x-ms-client-request-id": "dbee2b787448eadd0badec7ed19d17fa", - "x-ms-correlation-request-id": "e0ea4d32-02d3-4307-a9a3-79f317a530f6", - "x-ms-ratelimit-remaining-subscription-reads": "9022", - "x-ms-request-id": "0b857961-f203-4a1b-a95c-039cdffedeac", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050403Z:e0ea4d32-02d3-4307-a9a3-79f317a530f6" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ba1f745d426c5018c04896034dd65f1e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:04:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "fb185814-397a-438f-871e-6c4e96777d00", - "x-ms-client-request-id": "ba1f745d426c5018c04896034dd65f1e", - "x-ms-correlation-request-id": "becf9112-8968-4842-9898-804c665d8008", - "x-ms-ratelimit-remaining-subscription-reads": "9021", - "x-ms-request-id": "8e2cca42-965f-4403-b490-76deaec18b6a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050404Z:becf9112-8968-4842-9898-804c665d8008" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c12a578f9e4d3531b5cb01d17c2b51ad", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:04:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "04f7537f-804b-4b9b-a490-39406c89333f", - "x-ms-client-request-id": "c12a578f9e4d3531b5cb01d17c2b51ad", - "x-ms-correlation-request-id": "af9b2711-3c91-40e4-acf7-4f50bbdef78d", - "x-ms-ratelimit-remaining-subscription-reads": "9020", - "x-ms-request-id": "1e53be91-8a6e-42d3-b3d1-580fd20a4d15", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050405Z:af9b2711-3c91-40e4-acf7-4f50bbdef78d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f0d1ca82d561362c139d1b00ddd99d34", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:04:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "52469df2-32cc-441e-a6e1-bcd9b64a2193", - "x-ms-client-request-id": "f0d1ca82d561362c139d1b00ddd99d34", - "x-ms-correlation-request-id": "407a9846-f033-4221-86e1-5de32b9b9e8e", - "x-ms-ratelimit-remaining-subscription-reads": "9019", - "x-ms-request-id": "52b2fa34-37aa-44f7-a54f-f8446e5de629", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050407Z:407a9846-f033-4221-86e1-5de32b9b9e8e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "79eece4e5673bead43ea05a14046d394", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:04:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a66eb098-49fe-4588-bc10-5662e549f8ed", - "x-ms-client-request-id": "79eece4e5673bead43ea05a14046d394", - "x-ms-correlation-request-id": "becdd2b0-b05d-4a5a-8082-49e806b2981f", - "x-ms-ratelimit-remaining-subscription-reads": "9018", - "x-ms-request-id": "2d59c7fe-44f0-4d86-9e0b-3ce91141f302", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050408Z:becdd2b0-b05d-4a5a-8082-49e806b2981f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8381e9f66e04b9bc2bf3aeaf833057db", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:04:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "10e21992-66f0-4942-8f53-6302d789e522", - "x-ms-client-request-id": "8381e9f66e04b9bc2bf3aeaf833057db", - "x-ms-correlation-request-id": "1d7ec777-5046-4a07-94d4-764b865ffdde", - "x-ms-ratelimit-remaining-subscription-reads": "9017", - "x-ms-request-id": "513d54d1-5d47-4999-a690-5f90e0f3e197", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050409Z:1d7ec777-5046-4a07-94d4-764b865ffdde" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ae83cd2ed83c2b391c13ad77d08af5cc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:04:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "457a5384-6cdf-49f9-8214-412a313968bf", - "x-ms-client-request-id": "ae83cd2ed83c2b391c13ad77d08af5cc", - "x-ms-correlation-request-id": "27da083c-4c18-4c00-8cf8-8cfebcb32cb5", - "x-ms-ratelimit-remaining-subscription-reads": "9016", - "x-ms-request-id": "f140b474-e33f-4d1f-8732-b738d0038840", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050411Z:27da083c-4c18-4c00-8cf8-8cfebcb32cb5" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f40a87c91957e02f11344e7fa8fd3b12", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:04:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7ada1527-8aac-4aeb-ab1d-e450eb96b586", - "x-ms-client-request-id": "f40a87c91957e02f11344e7fa8fd3b12", - "x-ms-correlation-request-id": "058896b4-4582-444a-a498-0977a4fac0d3", - "x-ms-ratelimit-remaining-subscription-reads": "9015", - "x-ms-request-id": "1e2f11ff-46d3-4bc7-9e56-0de5f46863f9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050412Z:058896b4-4582-444a-a498-0977a4fac0d3" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7373299225c31e57af5566f1c145e9a0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:04:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3a588de4-8af2-4a8b-b73f-e16713dffbc5", - "x-ms-client-request-id": "7373299225c31e57af5566f1c145e9a0", - "x-ms-correlation-request-id": "6609bb2d-cdee-4200-81c7-ff4f75fb7b46", - "x-ms-ratelimit-remaining-subscription-reads": "9014", - "x-ms-request-id": "cc8310e4-43ad-497e-9dee-b9e008d4cb7d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050413Z:6609bb2d-cdee-4200-81c7-ff4f75fb7b46" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "fbe5e1fd632614839da39c0789ba831f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:04:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e037d3c1-d08e-444c-ab1e-cc0720cc1669", - "x-ms-client-request-id": "fbe5e1fd632614839da39c0789ba831f", - "x-ms-correlation-request-id": "1e39dece-fd6f-4a1d-9e24-e08fb4b3653e", - "x-ms-ratelimit-remaining-subscription-reads": "9013", - "x-ms-request-id": "2125cf0d-987d-4a5c-a801-cb8a1eb77bc3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050414Z:1e39dece-fd6f-4a1d-9e24-e08fb4b3653e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a7e49ad78217a4092fec4401b33e1ecb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:04:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b819402e-1a0a-48dd-8967-fd56309448c9", - "x-ms-client-request-id": "a7e49ad78217a4092fec4401b33e1ecb", - "x-ms-correlation-request-id": "3fb3fee4-234c-4a38-84d5-dc1b926aab6a", - "x-ms-ratelimit-remaining-subscription-reads": "9012", - "x-ms-request-id": "9a34fd35-1583-4155-a5af-0c0f363d0333", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050416Z:3fb3fee4-234c-4a38-84d5-dc1b926aab6a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c681ae4b3f172eeba55fd620884f94f5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:04:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "884afb49-2517-43a1-ba01-2e6bd5898ac3", - "x-ms-client-request-id": "c681ae4b3f172eeba55fd620884f94f5", - "x-ms-correlation-request-id": "610ffc5d-0de6-47ba-b70b-6cc06f38dec6", - "x-ms-ratelimit-remaining-subscription-reads": "9011", - "x-ms-request-id": "de000a2e-1dbc-4c37-bbad-c0467fedafca", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050417Z:610ffc5d-0de6-47ba-b70b-6cc06f38dec6" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "261947d242607b89d841cc3a1f82615f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:04:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "61bec73b-a79e-47b8-a84f-642634d0a821", - "x-ms-client-request-id": "261947d242607b89d841cc3a1f82615f", - "x-ms-correlation-request-id": "0f51e978-b489-4080-a128-1276a4c9b253", - "x-ms-ratelimit-remaining-subscription-reads": "9010", - "x-ms-request-id": "e268227c-546b-4232-a46e-d40e13721cac", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050418Z:0f51e978-b489-4080-a128-1276a4c9b253" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "dbbcd084bc389807aeb501b8ace81bdf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:04:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "653ea757-c1bf-4b50-b6e7-47b4b24aef5d", - "x-ms-client-request-id": "dbbcd084bc389807aeb501b8ace81bdf", - "x-ms-correlation-request-id": "f477ec4a-dfc9-4440-aeda-9c3835aa2585", - "x-ms-ratelimit-remaining-subscription-reads": "9009", - "x-ms-request-id": "e6da6acf-a25c-485c-956b-d3b4f55059ba", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050419Z:f477ec4a-dfc9-4440-aeda-9c3835aa2585" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "6c2f4e57f824096b2506eed673b10f23", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:04:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a62b56e2-8e75-47e1-9cdb-d900dbd58c4f", - "x-ms-client-request-id": "6c2f4e57f824096b2506eed673b10f23", - "x-ms-correlation-request-id": "9cbad043-ecf1-4ef9-a523-03609f87beda", - "x-ms-ratelimit-remaining-subscription-reads": "9008", - "x-ms-request-id": "8c172651-46b3-49d4-b3f2-589df57a29ee", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050421Z:9cbad043-ecf1-4ef9-a523-03609f87beda" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b79c77feb99316bc3f8177aa40d0ceef", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:04:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9ce5701d-9f02-48d8-818d-16bc08c11cdb", - "x-ms-client-request-id": "b79c77feb99316bc3f8177aa40d0ceef", - "x-ms-correlation-request-id": "44b2996e-11a9-4d99-921c-1ce71b713e91", - "x-ms-ratelimit-remaining-subscription-reads": "9007", - "x-ms-request-id": "803b5b7d-715f-4273-a67f-7e1243061949", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050422Z:44b2996e-11a9-4d99-921c-1ce71b713e91" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d0e3ec26f4538b3a65b3b632cd3124fd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:04:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "967f5fa1-9253-48eb-b11f-790dd4e2c522", - "x-ms-client-request-id": "d0e3ec26f4538b3a65b3b632cd3124fd", - "x-ms-correlation-request-id": "c58dfba1-9753-4d40-9d43-36cdf311a7c5", - "x-ms-ratelimit-remaining-subscription-reads": "9006", - "x-ms-request-id": "a274697b-113d-4dc3-a32b-c7fbc40f3b1f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050423Z:c58dfba1-9753-4d40-9d43-36cdf311a7c5" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "35badea6634c9d4c91182ca381c0c854", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:04:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7f4b0cde-64a7-4775-8142-64500813b4de", - "x-ms-client-request-id": "35badea6634c9d4c91182ca381c0c854", - "x-ms-correlation-request-id": "429036e7-36e0-418c-a78a-ff5889a24f52", - "x-ms-ratelimit-remaining-subscription-reads": "9005", - "x-ms-request-id": "9eece173-edc5-4231-bc10-4ca3ded621d8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050425Z:429036e7-36e0-418c-a78a-ff5889a24f52" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "86afff373fcd09d03c1052e0038a480d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:04:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "32361e57-de75-4795-aa85-7fe52084b58c", - "x-ms-client-request-id": "86afff373fcd09d03c1052e0038a480d", - "x-ms-correlation-request-id": "abdfcf62-aac9-4f8b-a0a4-ad3d22cdaeff", - "x-ms-ratelimit-remaining-subscription-reads": "9004", - "x-ms-request-id": "33a5ad74-68fa-40dc-a7e7-8c424dd04431", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050426Z:abdfcf62-aac9-4f8b-a0a4-ad3d22cdaeff" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "6204795c9916c3a3a0453e3ac7970aa5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:04:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9900b47b-72a7-4104-93ca-c059bc3d7798", - "x-ms-client-request-id": "6204795c9916c3a3a0453e3ac7970aa5", - "x-ms-correlation-request-id": "c80dd04e-738d-41f5-bd97-e86257acd30d", - "x-ms-ratelimit-remaining-subscription-reads": "9003", - "x-ms-request-id": "b4509216-fb3a-4c75-b998-b8b61daff2ff", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050427Z:c80dd04e-738d-41f5-bd97-e86257acd30d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "cefa62ea9e82662f0db0f83b116b9a07", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:04:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "63dd24e4-b6d6-4d0d-8e65-11e587d58071", - "x-ms-client-request-id": "cefa62ea9e82662f0db0f83b116b9a07", - "x-ms-correlation-request-id": "50585a02-af29-4b3a-b7c2-f50f399887c4", - "x-ms-ratelimit-remaining-subscription-reads": "9002", - "x-ms-request-id": "d785ec78-96f0-4cef-abf8-34558ff7a70c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050428Z:50585a02-af29-4b3a-b7c2-f50f399887c4" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "07461fcf66bb9e3d5bece688009541a5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:04:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "76c8d7dd-9e13-440e-88fc-626eb26566bc", - "x-ms-client-request-id": "07461fcf66bb9e3d5bece688009541a5", - "x-ms-correlation-request-id": "93ade4c8-cf02-401a-ba24-49f9daa583eb", - "x-ms-ratelimit-remaining-subscription-reads": "9001", - "x-ms-request-id": "38c80617-7fc1-48fa-be7c-14a119eab9c7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050430Z:93ade4c8-cf02-401a-ba24-49f9daa583eb" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a1f6ac067a90be8b499d5465a067b234", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:04:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "771a464b-0bb7-44b9-a2d8-64146a9b85f1", - "x-ms-client-request-id": "a1f6ac067a90be8b499d5465a067b234", - "x-ms-correlation-request-id": "6a0235bb-0131-4901-a73f-a1e67dc18df4", - "x-ms-ratelimit-remaining-subscription-reads": "9000", - "x-ms-request-id": "3c353f87-b83d-436e-916a-b63ad6563fa2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050431Z:6a0235bb-0131-4901-a73f-a1e67dc18df4" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a86a37ab025084e9245c7296b8a76678", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:04:32 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c4b5fe4a-0b97-4c03-9af6-f818d2c6557d", - "x-ms-client-request-id": "a86a37ab025084e9245c7296b8a76678", - "x-ms-correlation-request-id": "816262c8-7085-4bc6-9376-0e275e348ace", - "x-ms-ratelimit-remaining-subscription-reads": "8999", - "x-ms-request-id": "10c79029-4af8-4017-816e-085492ce875c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050432Z:816262c8-7085-4bc6-9376-0e275e348ace" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "6434536ff97555769488bd1d11d7fdf4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:04:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "41049672-fa97-4e05-812b-a6a62bf20112", - "x-ms-client-request-id": "6434536ff97555769488bd1d11d7fdf4", - "x-ms-correlation-request-id": "4ac1e652-4da0-4d1d-a28c-fb7067d1016e", - "x-ms-ratelimit-remaining-subscription-reads": "8998", - "x-ms-request-id": "e88bdef8-9548-4d6e-a633-0053f6606dce", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050434Z:4ac1e652-4da0-4d1d-a28c-fb7067d1016e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c9ddb239982b0454c2717c3407f506a2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:04:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "06045a19-de87-45d8-80cf-f1d35ec7612b", - "x-ms-client-request-id": "c9ddb239982b0454c2717c3407f506a2", - "x-ms-correlation-request-id": "df37ef5c-fd63-4df6-8020-4abbc7d57a4b", - "x-ms-ratelimit-remaining-subscription-reads": "8997", - "x-ms-request-id": "29dfa9b5-f381-4ec5-a73a-a3efa0935ef9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050435Z:df37ef5c-fd63-4df6-8020-4abbc7d57a4b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "4cf6dc374d33b1bec01514c844cb724d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:04:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0b955a5f-9008-429f-98d2-bc97b7f029be", - "x-ms-client-request-id": "4cf6dc374d33b1bec01514c844cb724d", - "x-ms-correlation-request-id": "9e03a410-ee7f-4ced-baf9-769ef8f6b1d4", - "x-ms-ratelimit-remaining-subscription-reads": "8996", - "x-ms-request-id": "8a5812fd-37ce-46ca-8cfd-0725514327a7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050436Z:9e03a410-ee7f-4ced-baf9-769ef8f6b1d4" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "055c7e5e9cc9d64cff2fa1047c424d9f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:04:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5a18e145-2c06-4a23-b8bc-830e318b24fa", - "x-ms-client-request-id": "055c7e5e9cc9d64cff2fa1047c424d9f", - "x-ms-correlation-request-id": "c9d455c5-0446-4641-910d-2868cc1ead7f", - "x-ms-ratelimit-remaining-subscription-reads": "8995", - "x-ms-request-id": "6808dcb7-1a43-45de-b504-fcac20625801", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050437Z:c9d455c5-0446-4641-910d-2868cc1ead7f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "35e61b82b1e0ebc1f32b0916848cc0f6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:04:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "089495e8-5112-4063-9f25-edcd0ea18439", - "x-ms-client-request-id": "35e61b82b1e0ebc1f32b0916848cc0f6", - "x-ms-correlation-request-id": "037b1f78-58a7-4c63-ba92-e66d800a5867", - "x-ms-ratelimit-remaining-subscription-reads": "8994", - "x-ms-request-id": "9bd6ddf7-a546-4663-aec2-11cb3b20fefa", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050439Z:037b1f78-58a7-4c63-ba92-e66d800a5867" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "89d52fff00989bd88f204d03acba357d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:04:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f9ce8eea-85d6-4544-b7cc-532357ef2409", - "x-ms-client-request-id": "89d52fff00989bd88f204d03acba357d", - "x-ms-correlation-request-id": "88fab4bb-4062-437a-bc2b-bebe7fc03750", - "x-ms-ratelimit-remaining-subscription-reads": "8993", - "x-ms-request-id": "4ac30850-368d-4211-b6bd-769315321393", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050440Z:88fab4bb-4062-437a-bc2b-bebe7fc03750" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "284575c73de5ac6cbc70129e93365172", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:04:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "21d3e8f0-7827-4cfc-ae82-d653d1542bac", - "x-ms-client-request-id": "284575c73de5ac6cbc70129e93365172", - "x-ms-correlation-request-id": "9c2014e5-5865-472c-bf10-f1d37914ef3f", - "x-ms-ratelimit-remaining-subscription-reads": "8992", - "x-ms-request-id": "2b2637e8-90e7-4490-8599-e05df23eb788", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050441Z:9c2014e5-5865-472c-bf10-f1d37914ef3f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "4d05aa6fc46c8206424ba5c063be3f39", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:04:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "bcf2e031-292d-4618-af62-a80a20fe0104", - "x-ms-client-request-id": "4d05aa6fc46c8206424ba5c063be3f39", - "x-ms-correlation-request-id": "beb1fe00-58ff-46ea-8ec5-953b66204a6e", - "x-ms-ratelimit-remaining-subscription-reads": "8991", - "x-ms-request-id": "27b730b1-e6e4-4ac7-96e1-76beac0b49dc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050443Z:beb1fe00-58ff-46ea-8ec5-953b66204a6e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "0f4e8bf69746c111c228cc28ed3a0758", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:04:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "82a2110f-2c55-4033-8555-3df1864d8822", - "x-ms-client-request-id": "0f4e8bf69746c111c228cc28ed3a0758", - "x-ms-correlation-request-id": "be64c51a-0f2b-400f-8dfd-17fce4142ecb", - "x-ms-ratelimit-remaining-subscription-reads": "8990", - "x-ms-request-id": "8ee9cb5f-d804-4d93-a5cb-1440cbdc0f71", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050444Z:be64c51a-0f2b-400f-8dfd-17fce4142ecb" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "0193dacee7b403106ec3e69a98ab49fe", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:04:45 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6200d000-3d6b-422a-ab38-6b6d26ed0f7c", - "x-ms-client-request-id": "0193dacee7b403106ec3e69a98ab49fe", - "x-ms-correlation-request-id": "f42c46b7-1ac6-4168-8e9c-fdf59d7404a6", - "x-ms-ratelimit-remaining-subscription-reads": "8989", - "x-ms-request-id": "d8cb6d4e-6496-4491-b7ea-4aa4cf5c977d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050446Z:f42c46b7-1ac6-4168-8e9c-fdf59d7404a6" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "07a8d83042e8d72c99438a43f7de9408", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:04:46 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "493b57a2-0aa7-4fac-bb8a-eb6e4564e789", - "x-ms-client-request-id": "07a8d83042e8d72c99438a43f7de9408", - "x-ms-correlation-request-id": "3b957d1f-33b5-47c1-8952-0a17b6791979", - "x-ms-ratelimit-remaining-subscription-reads": "8988", - "x-ms-request-id": "5f23615e-f23a-42e0-b371-d889b60d0625", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050447Z:3b957d1f-33b5-47c1-8952-0a17b6791979" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "88f24c433d2a0e847b4ba182b1762917", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:04:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "458581db-4e5b-4e7f-9cf7-7a56bfe92c27", - "x-ms-client-request-id": "88f24c433d2a0e847b4ba182b1762917", - "x-ms-correlation-request-id": "91581387-2424-4fcd-b775-3846c46ce58b", - "x-ms-ratelimit-remaining-subscription-reads": "8987", - "x-ms-request-id": "7d0a6c7a-b2db-47aa-a8e6-eb3829ed09fb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050448Z:91581387-2424-4fcd-b775-3846c46ce58b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "15f7cddf00918c70aebb68715dcc0b90", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:04:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "23339ffd-dd9f-45d2-afbb-f7eb0ee07f30", - "x-ms-client-request-id": "15f7cddf00918c70aebb68715dcc0b90", - "x-ms-correlation-request-id": "32cd382e-44fa-46ee-916c-ab5a55a48e0b", - "x-ms-ratelimit-remaining-subscription-reads": "8986", - "x-ms-request-id": "699da904-7f38-41b0-9c09-a2dbfc6e9b52", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050449Z:32cd382e-44fa-46ee-916c-ab5a55a48e0b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "4b57dd2fc0b8f3d4539a8c9ca0aa2622", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:04:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "021bc01c-abb7-49ba-91ce-e3c293bc849e", - "x-ms-client-request-id": "4b57dd2fc0b8f3d4539a8c9ca0aa2622", - "x-ms-correlation-request-id": "9883c6be-4af2-4d39-9d2a-91f59a67eb7d", - "x-ms-ratelimit-remaining-subscription-reads": "8985", - "x-ms-request-id": "4a3f5a86-8a73-44c2-8024-c9cb804ebabe", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050451Z:9883c6be-4af2-4d39-9d2a-91f59a67eb7d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2964731a7ee74277db66da6ed513b0ae", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:04:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1df5c9e8-2aa1-41c9-8b49-243894a7b97e", - "x-ms-client-request-id": "2964731a7ee74277db66da6ed513b0ae", - "x-ms-correlation-request-id": "c23bbd03-631a-4927-89b6-ae3817849e63", - "x-ms-ratelimit-remaining-subscription-reads": "8984", - "x-ms-request-id": "4a33ba27-1c36-4412-8aba-1e3320776e59", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050452Z:c23bbd03-631a-4927-89b6-ae3817849e63" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d352113fde1f1f5ef903c1f674d4eb04", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:04:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "59fe62c6-2485-459c-80ba-486774c47275", - "x-ms-client-request-id": "d352113fde1f1f5ef903c1f674d4eb04", - "x-ms-correlation-request-id": "59de201c-b389-4da8-9f67-a0c6a688dff6", - "x-ms-ratelimit-remaining-subscription-reads": "8983", - "x-ms-request-id": "bd5cd7c3-ec02-4168-913b-a91ebd18e0d0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050453Z:59de201c-b389-4da8-9f67-a0c6a688dff6" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ea564694e268b0a866146f52e6651e40", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:04:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2c3f520f-73e3-4bde-a8ef-0866b8062174", - "x-ms-client-request-id": "ea564694e268b0a866146f52e6651e40", - "x-ms-correlation-request-id": "bb536b78-17dd-421d-9124-1163c68020a2", - "x-ms-ratelimit-remaining-subscription-reads": "8982", - "x-ms-request-id": "96a0838d-91bb-43b2-8b2b-6f1c2e34067e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050455Z:bb536b78-17dd-421d-9124-1163c68020a2" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8f5cdde953573c0214452fe3bd80ce07", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:04:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "99ebf3ec-9520-4c4d-9acd-ec530e807cd8", - "x-ms-client-request-id": "8f5cdde953573c0214452fe3bd80ce07", - "x-ms-correlation-request-id": "ebe664c8-521e-416b-bb0a-b1ea18311294", - "x-ms-ratelimit-remaining-subscription-reads": "8981", - "x-ms-request-id": "174c32d6-b3b8-4cca-9565-2485a8f3c355", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050456Z:ebe664c8-521e-416b-bb0a-b1ea18311294" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8edad67ac6bc5d4568a16d0b6e0b3894", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:04:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "42167ed0-1c88-4b29-a6cc-09e06a068386", - "x-ms-client-request-id": "8edad67ac6bc5d4568a16d0b6e0b3894", - "x-ms-correlation-request-id": "86767d7d-ac15-425a-917d-01daa9223d2b", - "x-ms-ratelimit-remaining-subscription-reads": "8980", - "x-ms-request-id": "240b51f9-e7f1-4dbf-b3c4-4e328f63b6ef", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050457Z:86767d7d-ac15-425a-917d-01daa9223d2b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "960d81e55c7741ac431ad523b2c5f3e6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:04:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b0629a5c-aeba-489f-aad9-90297cfa1103", - "x-ms-client-request-id": "960d81e55c7741ac431ad523b2c5f3e6", - "x-ms-correlation-request-id": "1f6cdd33-0f87-407c-bf5c-dc1bb7ceaeca", - "x-ms-ratelimit-remaining-subscription-reads": "8979", - "x-ms-request-id": "7ee2e3fe-def3-47cb-8dcd-102cfd4e88d0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050458Z:1f6cdd33-0f87-407c-bf5c-dc1bb7ceaeca" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "10d867468f8a238398fe26b5e6f7cd09", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:04:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d5e64b50-25b3-4080-8a56-94e6d8aad640", - "x-ms-client-request-id": "10d867468f8a238398fe26b5e6f7cd09", - "x-ms-correlation-request-id": "e7696204-b047-48f5-8b48-e53e31b091c8", - "x-ms-ratelimit-remaining-subscription-reads": "9211", - "x-ms-request-id": "796564b0-2e95-43ba-b4d8-ae4b43b0e7df", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050500Z:e7696204-b047-48f5-8b48-e53e31b091c8" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "3cfd9a0c38731e8f29984aa2f122aba3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:05:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8f05be6d-2d2e-4273-88ce-ae5bfc7d806b", - "x-ms-client-request-id": "3cfd9a0c38731e8f29984aa2f122aba3", - "x-ms-correlation-request-id": "6bee603a-c4bc-4070-b61b-e8a3a00cfef9", - "x-ms-ratelimit-remaining-subscription-reads": "9210", - "x-ms-request-id": "98fcb5c7-04f7-4eda-a3a2-f95ab7b38eed", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050501Z:6bee603a-c4bc-4070-b61b-e8a3a00cfef9" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "06c586ad28335609fde9fe7835f65b4c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:05:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "759a4545-6272-4a48-a721-87b340d04e7d", - "x-ms-client-request-id": "06c586ad28335609fde9fe7835f65b4c", - "x-ms-correlation-request-id": "7ee501f1-55c5-4bb5-8e14-4149af20031e", - "x-ms-ratelimit-remaining-subscription-reads": "9209", - "x-ms-request-id": "f8e40149-05cc-42e1-8f00-6a2ac38ddcfe", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050502Z:7ee501f1-55c5-4bb5-8e14-4149af20031e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "1716cc4cb7c70d72d7b9e6f244e13275", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:05:03 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "be40ef3e-5361-4bf1-a8a8-ed61c5c5e4c1", - "x-ms-client-request-id": "1716cc4cb7c70d72d7b9e6f244e13275", - "x-ms-correlation-request-id": "aaec9a9f-800f-439f-8387-b0edee77170d", - "x-ms-ratelimit-remaining-subscription-reads": "9208", - "x-ms-request-id": "6f4915f1-c4b1-4fd0-a4ec-2fe20008441e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050504Z:aaec9a9f-800f-439f-8387-b0edee77170d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5f078353c632e3d590a73e893a17e932", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:05:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a92ac382-fe56-4849-98f6-50ec18ed36b0", - "x-ms-client-request-id": "5f078353c632e3d590a73e893a17e932", - "x-ms-correlation-request-id": "c115acc2-1d24-4847-9b9b-b4c019673279", - "x-ms-ratelimit-remaining-subscription-reads": "9207", - "x-ms-request-id": "776f5ae6-6a60-4f3c-8693-a172d4f4bcd5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050505Z:c115acc2-1d24-4847-9b9b-b4c019673279" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2555fd3d930bf6db13b72e7a4117111c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:05:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "bbe88cae-bf37-46c1-881c-c71c12b01ab2", - "x-ms-client-request-id": "2555fd3d930bf6db13b72e7a4117111c", - "x-ms-correlation-request-id": "3f69db0f-c048-4fbf-8993-eb75211f230f", - "x-ms-ratelimit-remaining-subscription-reads": "9206", - "x-ms-request-id": "f9605ebe-6f60-4991-8004-5e6d3672b736", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050506Z:3f69db0f-c048-4fbf-8993-eb75211f230f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b12588b7fbef851af633861f78e9d3c0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:05:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b606cf88-6195-40da-9ef9-465e9da9b604", - "x-ms-client-request-id": "b12588b7fbef851af633861f78e9d3c0", - "x-ms-correlation-request-id": "36467619-91b2-4e3f-a97e-19918a3fb780", - "x-ms-ratelimit-remaining-subscription-reads": "9205", - "x-ms-request-id": "43dc51db-a325-41f6-9301-5dd638c83ec3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050507Z:36467619-91b2-4e3f-a97e-19918a3fb780" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "46b5b4cf0d8cbf69a7114b7a975ba179", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:05:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f0edcfe7-265c-4b77-95ff-3f32b34d8a7c", - "x-ms-client-request-id": "46b5b4cf0d8cbf69a7114b7a975ba179", - "x-ms-correlation-request-id": "8fc7d3da-64f2-4382-bd91-1adff6af7e84", - "x-ms-ratelimit-remaining-subscription-reads": "9204", - "x-ms-request-id": "fc20afac-a846-4bfc-a5e6-2833287c86c2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050509Z:8fc7d3da-64f2-4382-bd91-1adff6af7e84" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b1d2229638f14143e3cf2ed80cbb7d2a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:05:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "50abedd7-f4e0-4fce-8c1e-4b008684a521", - "x-ms-client-request-id": "b1d2229638f14143e3cf2ed80cbb7d2a", - "x-ms-correlation-request-id": "7cff7ac5-d086-40f0-9601-ace368e8f06c", - "x-ms-ratelimit-remaining-subscription-reads": "9203", - "x-ms-request-id": "9549b498-3397-4b89-9463-45f58cdc5038", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050510Z:7cff7ac5-d086-40f0-9601-ace368e8f06c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8daa6ee3ca62aa901f6509ddb0a0ed9a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:05:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e06c479f-2c0e-4a1d-ad46-9ce04379b143", - "x-ms-client-request-id": "8daa6ee3ca62aa901f6509ddb0a0ed9a", - "x-ms-correlation-request-id": "0f636e97-469f-43ab-bba4-6cc893d5ed93", - "x-ms-ratelimit-remaining-subscription-reads": "9202", - "x-ms-request-id": "571b5a31-dd7d-4536-8c38-7053eb3ec58e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050511Z:0f636e97-469f-43ab-bba4-6cc893d5ed93" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "56890d91221797cf717363bcde91b3ec", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:05:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "24e223ef-7722-4370-ba0f-84f1322aa12c", - "x-ms-client-request-id": "56890d91221797cf717363bcde91b3ec", - "x-ms-correlation-request-id": "5ff1c1ee-04da-4fdc-a55f-a3a81a620a78", - "x-ms-ratelimit-remaining-subscription-reads": "9201", - "x-ms-request-id": "b91d0255-7095-4774-819c-3c2e8598076e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050512Z:5ff1c1ee-04da-4fdc-a55f-a3a81a620a78" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2996209314b1cb179227918c2e659142", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:05:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "821a00c9-4fc1-4564-8066-f4ffa73267b6", - "x-ms-client-request-id": "2996209314b1cb179227918c2e659142", - "x-ms-correlation-request-id": "265a5c8a-17ed-41e4-a613-cb912abc6d50", - "x-ms-ratelimit-remaining-subscription-reads": "9200", - "x-ms-request-id": "62d497bc-08c5-469a-9e05-55cff12ece69", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050514Z:265a5c8a-17ed-41e4-a613-cb912abc6d50" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ff4694e12731c1139f121cee66d3cc8d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:05:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e678f353-66e8-435e-8901-b54d2a345e9c", - "x-ms-client-request-id": "ff4694e12731c1139f121cee66d3cc8d", - "x-ms-correlation-request-id": "bb4b58f5-bffc-40ee-ad2b-8fcbd0277444", - "x-ms-ratelimit-remaining-subscription-reads": "9199", - "x-ms-request-id": "e43cebbe-8e46-4799-b332-d4c0ae00de3a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050515Z:bb4b58f5-bffc-40ee-ad2b-8fcbd0277444" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8f491db2c4097de8f6bec4ef9042690b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:05:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "70f5fa3d-dd98-4f83-85f5-31aef2d7371d", - "x-ms-client-request-id": "8f491db2c4097de8f6bec4ef9042690b", - "x-ms-correlation-request-id": "2e6f4e23-3b17-47fc-aa9d-f3482e051614", - "x-ms-ratelimit-remaining-subscription-reads": "9198", - "x-ms-request-id": "69611fe6-d189-4684-9fb2-09d7669fe609", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050516Z:2e6f4e23-3b17-47fc-aa9d-f3482e051614" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "49db20e2b44a6cba0dd58a9ff82864be", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:05:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a193159a-bc63-4025-be16-8ed29243e46d", - "x-ms-client-request-id": "49db20e2b44a6cba0dd58a9ff82864be", - "x-ms-correlation-request-id": "108da736-ecc3-4d23-a5d5-564e3ae19eec", - "x-ms-ratelimit-remaining-subscription-reads": "9197", - "x-ms-request-id": "bd451ffe-382a-443e-870e-fd37e6825235", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050518Z:108da736-ecc3-4d23-a5d5-564e3ae19eec" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "11da045b011c1d39abc908736223305c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:05:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "17240164-827c-487c-9347-4e8992586dea", - "x-ms-client-request-id": "11da045b011c1d39abc908736223305c", - "x-ms-correlation-request-id": "ca6667a1-6af2-4ad1-a2eb-e439c3b2ce0b", - "x-ms-ratelimit-remaining-subscription-reads": "9196", - "x-ms-request-id": "976f314b-453f-4f84-b25d-66457e515be2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050519Z:ca6667a1-6af2-4ad1-a2eb-e439c3b2ce0b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "460b10a982f8fd4363dc8133394984cd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:05:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "472217c4-5d6d-4ccb-ad0b-659b5f15a9c6", - "x-ms-client-request-id": "460b10a982f8fd4363dc8133394984cd", - "x-ms-correlation-request-id": "736f60f2-24a0-4ea1-8657-d35161767d6e", - "x-ms-ratelimit-remaining-subscription-reads": "9195", - "x-ms-request-id": "047f9dee-fffa-4099-ab56-9f38298199d7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050520Z:736f60f2-24a0-4ea1-8657-d35161767d6e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8c9405595768e0efe7bd9e81ab460ae9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:05:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d3b32265-c437-4fe8-b535-ebd5458f1a49", - "x-ms-client-request-id": "8c9405595768e0efe7bd9e81ab460ae9", - "x-ms-correlation-request-id": "43996529-2668-44f6-91ed-c97459c94ed1", - "x-ms-ratelimit-remaining-subscription-reads": "9194", - "x-ms-request-id": "a198a76d-1f9a-4af4-bee7-fdfa84ed10f5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050521Z:43996529-2668-44f6-91ed-c97459c94ed1" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e7f52ea51e1cd8c6c0dcae3f8006e461", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:05:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8f588d8f-c888-4364-b4fa-9bd4fdc35a1d", - "x-ms-client-request-id": "e7f52ea51e1cd8c6c0dcae3f8006e461", - "x-ms-correlation-request-id": "cf26bf1f-21ed-49a6-8846-dd3fa58fc9a6", - "x-ms-ratelimit-remaining-subscription-reads": "9193", - "x-ms-request-id": "f68acb0c-07c1-4731-858d-06a0d0af20ff", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050523Z:cf26bf1f-21ed-49a6-8846-dd3fa58fc9a6" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5d193b44a48f51f3212a5f3ae4c2521c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:05:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "38cceeae-7162-4519-ad3c-e47805774cfe", - "x-ms-client-request-id": "5d193b44a48f51f3212a5f3ae4c2521c", - "x-ms-correlation-request-id": "73a262f7-a8ca-4efe-9125-1f97e3ce599b", - "x-ms-ratelimit-remaining-subscription-reads": "9192", - "x-ms-request-id": "5717ff36-06bb-4af3-bb3e-f46a1c3288dd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050524Z:73a262f7-a8ca-4efe-9125-1f97e3ce599b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "0a8e98d29d533bb03ebbcb8ca9b060e0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:05:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a7da2d44-c423-4856-abe0-16fe3650ae5d", - "x-ms-client-request-id": "0a8e98d29d533bb03ebbcb8ca9b060e0", - "x-ms-correlation-request-id": "48cc3d5d-fdb4-4750-bb42-a0acc0327708", - "x-ms-ratelimit-remaining-subscription-reads": "9191", - "x-ms-request-id": "539bab67-ca0e-44c9-9aa1-40a03796de51", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050525Z:48cc3d5d-fdb4-4750-bb42-a0acc0327708" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "703c3cd9ac2d01593aa4c6f1bf8cf3fe", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:05:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5e4c1d21-5ce5-4198-aab4-d955102a1fdd", - "x-ms-client-request-id": "703c3cd9ac2d01593aa4c6f1bf8cf3fe", - "x-ms-correlation-request-id": "930a3475-2a26-4fb7-b899-7de4b9976961", - "x-ms-ratelimit-remaining-subscription-reads": "9190", - "x-ms-request-id": "60802fdf-1428-4ef3-877c-5010e5ab3449", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050527Z:930a3475-2a26-4fb7-b899-7de4b9976961" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e86c9189d978a70d8add1ed4d867a770", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:05:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f8fd3218-142f-4747-aec6-06a25688e6d8", - "x-ms-client-request-id": "e86c9189d978a70d8add1ed4d867a770", - "x-ms-correlation-request-id": "41dd997a-362c-4f1e-b69c-c7ab6723ded4", - "x-ms-ratelimit-remaining-subscription-reads": "9189", - "x-ms-request-id": "bf92d48b-8161-45ad-9fca-33b97d8d7041", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050528Z:41dd997a-362c-4f1e-b69c-c7ab6723ded4" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a8607ecae28525ee3e8dcfafd6be7cb2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:05:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e121f498-e1cb-4375-9319-5a5343ab8636", - "x-ms-client-request-id": "a8607ecae28525ee3e8dcfafd6be7cb2", - "x-ms-correlation-request-id": "d8c262cc-cb71-4dcf-b6e1-77ed89250702", - "x-ms-ratelimit-remaining-subscription-reads": "9188", - "x-ms-request-id": "9e5454ce-83f0-40cf-8b35-fbde392693a8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050529Z:d8c262cc-cb71-4dcf-b6e1-77ed89250702" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "1802cdc7784300682e95e54f8e8528d3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:05:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c0efee8d-10b8-4d57-a51a-197a93216401", - "x-ms-client-request-id": "1802cdc7784300682e95e54f8e8528d3", - "x-ms-correlation-request-id": "8f5f481e-4151-47cd-8b6e-2f6a601df1d6", - "x-ms-ratelimit-remaining-subscription-reads": "9187", - "x-ms-request-id": "17a8f256-0b8f-46c3-8052-fe6b51106163", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050530Z:8f5f481e-4151-47cd-8b6e-2f6a601df1d6" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "412755fd4b2ba778a246a9eb095ed0cc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:05:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ab115f32-e200-4fe5-a79a-a3d2aaf8f465", - "x-ms-client-request-id": "412755fd4b2ba778a246a9eb095ed0cc", - "x-ms-correlation-request-id": "9bfd6378-1965-46b5-883b-a1090ea21a14", - "x-ms-ratelimit-remaining-subscription-reads": "9186", - "x-ms-request-id": "ff26f80e-069c-4e74-9ab1-ead456767635", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050532Z:9bfd6378-1965-46b5-883b-a1090ea21a14" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "0b0c6b618f65512d155f79f0fd9f97b8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:05:32 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6b45c547-1c94-4876-9764-b334e2ffd7d0", - "x-ms-client-request-id": "0b0c6b618f65512d155f79f0fd9f97b8", - "x-ms-correlation-request-id": "ab704468-a376-49bc-9ff9-97b4893b31ba", - "x-ms-ratelimit-remaining-subscription-reads": "9185", - "x-ms-request-id": "71688154-3756-4c01-87ef-11c8b9ccbb25", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050533Z:ab704468-a376-49bc-9ff9-97b4893b31ba" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "80b2fc643b977c87545a75fcce7df6d0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:05:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e8bd41c0-2300-42ff-ab70-88fba2170685", - "x-ms-client-request-id": "80b2fc643b977c87545a75fcce7df6d0", - "x-ms-correlation-request-id": "4f640c21-c340-432b-a964-6f6e98ed14ed", - "x-ms-ratelimit-remaining-subscription-reads": "9184", - "x-ms-request-id": "79fe2225-ec7a-4436-b673-4ee23972a6ba", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050534Z:4f640c21-c340-432b-a964-6f6e98ed14ed" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "23ee19c41d796e6d28d52bcbd288aa03", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:05:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4d267072-3605-4f45-8aec-1fcbb6aaebee", - "x-ms-client-request-id": "23ee19c41d796e6d28d52bcbd288aa03", - "x-ms-correlation-request-id": "9d08333c-3eb5-453b-8387-ce6e73c150da", - "x-ms-ratelimit-remaining-subscription-reads": "9183", - "x-ms-request-id": "c5aa4cce-d458-49ee-82bc-b408e1ed1374", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050536Z:9d08333c-3eb5-453b-8387-ce6e73c150da" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "0d86f1af4fac2634e490b60b19308297", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:05:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e4dc1c3c-586b-4e7b-9bf1-3e6509de8d83", - "x-ms-client-request-id": "0d86f1af4fac2634e490b60b19308297", - "x-ms-correlation-request-id": "66ac6e10-9f19-4851-a4b7-f69c7bc5badc", - "x-ms-ratelimit-remaining-subscription-reads": "9182", - "x-ms-request-id": "def4d0dc-0582-40f2-aa31-1d4c21446275", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050537Z:66ac6e10-9f19-4851-a4b7-f69c7bc5badc" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e32ba86974b1463f8f4357c10fbbaacb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:05:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "fdc95d17-4a15-4e34-b587-e2b369d477ff", - "x-ms-client-request-id": "e32ba86974b1463f8f4357c10fbbaacb", - "x-ms-correlation-request-id": "2db9d8ed-a385-4dcc-9cb3-acea6cf36e40", - "x-ms-ratelimit-remaining-subscription-reads": "9181", - "x-ms-request-id": "95123099-454c-402a-b7d6-a34339077f6f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050538Z:2db9d8ed-a385-4dcc-9cb3-acea6cf36e40" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "dd4d71b0e9f67424e4c73ee9666254f8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:05:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7ea89217-9ca2-42aa-b0a8-9055b712a759", - "x-ms-client-request-id": "dd4d71b0e9f67424e4c73ee9666254f8", - "x-ms-correlation-request-id": "47c37766-a382-4629-930f-c91e14220455", - "x-ms-ratelimit-remaining-subscription-reads": "9180", - "x-ms-request-id": "6d9b5bc9-81e4-417a-8d8f-9c3b05c5d0a4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050539Z:47c37766-a382-4629-930f-c91e14220455" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "29629353c65c3b52b1407d68f8731629", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:05:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7250d6ca-c487-47f0-a81d-036882cb1455", - "x-ms-client-request-id": "29629353c65c3b52b1407d68f8731629", - "x-ms-correlation-request-id": "90b1a0ef-2245-4e99-b4d2-3750c39fd7a0", - "x-ms-ratelimit-remaining-subscription-reads": "9179", - "x-ms-request-id": "9a667d6c-37d9-41e6-b2dc-243a1ac0e790", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050541Z:90b1a0ef-2245-4e99-b4d2-3750c39fd7a0" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a75aeae6a4e37fa084b7ffe93556df2c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:05:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "276c42b4-e7f9-49f3-b724-73e8e4e8a26d", - "x-ms-client-request-id": "a75aeae6a4e37fa084b7ffe93556df2c", - "x-ms-correlation-request-id": "d569289a-9ab4-4548-acff-4bc0703a06a0", - "x-ms-ratelimit-remaining-subscription-reads": "9178", - "x-ms-request-id": "5d1f7043-b6b7-4781-98b2-012aba74c9d3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050542Z:d569289a-9ab4-4548-acff-4bc0703a06a0" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7b6d5fef8058e96f1f112cb66bbc7c70", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:05:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "204a7ae9-ebcb-461d-beba-4be497328ddd", - "x-ms-client-request-id": "7b6d5fef8058e96f1f112cb66bbc7c70", - "x-ms-correlation-request-id": "8ec2c7d0-5c67-4e64-8e01-ae5790977bbb", - "x-ms-ratelimit-remaining-subscription-reads": "9177", - "x-ms-request-id": "10ab0594-6782-4792-9a4a-22075097ea2d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050543Z:8ec2c7d0-5c67-4e64-8e01-ae5790977bbb" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7c0315b1ac07ae15f2e3a4a5c769055b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:05:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "05c51d03-1f28-40c8-9596-dc7a32b3126f", - "x-ms-client-request-id": "7c0315b1ac07ae15f2e3a4a5c769055b", - "x-ms-correlation-request-id": "e50ac101-1485-4f44-901c-a93face394d5", - "x-ms-ratelimit-remaining-subscription-reads": "9176", - "x-ms-request-id": "21731340-5204-45f8-ac27-0927498030d4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050544Z:e50ac101-1485-4f44-901c-a93face394d5" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "987851609a0565d07b7188d178ea13c8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:05:45 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b88c49f2-c343-4053-a7dc-6e21cc22705a", - "x-ms-client-request-id": "987851609a0565d07b7188d178ea13c8", - "x-ms-correlation-request-id": "c77d396c-5834-41f9-b732-a344db8f6d37", - "x-ms-ratelimit-remaining-subscription-reads": "9175", - "x-ms-request-id": "760e5f21-c697-417b-bec2-0a6c5bbee147", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050546Z:c77d396c-5834-41f9-b732-a344db8f6d37" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "20378e3a6353422449bf8875dcc922b6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:05:46 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "39bbb5c2-48eb-4680-a18a-fe67ad14083c", - "x-ms-client-request-id": "20378e3a6353422449bf8875dcc922b6", - "x-ms-correlation-request-id": "b7865d57-ad33-44ef-9996-80f1817515d3", - "x-ms-ratelimit-remaining-subscription-reads": "9174", - "x-ms-request-id": "c901f8d1-ab45-4e23-bda5-8211f4bb0fe4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050547Z:b7865d57-ad33-44ef-9996-80f1817515d3" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "1a55d00be343166a449e009624433508", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:05:47 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0e51910b-3bac-4d98-9a7a-128dff330c2f", - "x-ms-client-request-id": "1a55d00be343166a449e009624433508", - "x-ms-correlation-request-id": "d1f49752-5bd6-409d-9f89-f2b7852eb8b3", - "x-ms-ratelimit-remaining-subscription-reads": "9173", - "x-ms-request-id": "00dd34af-6426-4390-a0f3-70e4629f3f8b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050548Z:d1f49752-5bd6-409d-9f89-f2b7852eb8b3" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "386adbcfe531fd082c364e46115b88b1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:05:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4227f165-5979-4bb1-b6f5-68178e241bb4", - "x-ms-client-request-id": "386adbcfe531fd082c364e46115b88b1", - "x-ms-correlation-request-id": "e46d42dc-3c43-4dc6-b6b5-1d0ecab31fbd", - "x-ms-ratelimit-remaining-subscription-reads": "9172", - "x-ms-request-id": "5c7acb17-e8ce-4483-8055-444a290eb1c0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050550Z:e46d42dc-3c43-4dc6-b6b5-1d0ecab31fbd" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a7c5d24ff89457852420dbb4628e1e06", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:05:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "baafce5b-3f9b-4472-8e44-922022cbbee4", - "x-ms-client-request-id": "a7c5d24ff89457852420dbb4628e1e06", - "x-ms-correlation-request-id": "42653b77-46de-412d-8445-65dddcd21d16", - "x-ms-ratelimit-remaining-subscription-reads": "9171", - "x-ms-request-id": "79b4a405-a175-4658-b86e-4dc9c1b4447b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050551Z:42653b77-46de-412d-8445-65dddcd21d16" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "00a5808ae95f2684c857ee0c942405e9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:05:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "13689d65-90dd-4339-8df0-299f2e58def6", - "x-ms-client-request-id": "00a5808ae95f2684c857ee0c942405e9", - "x-ms-correlation-request-id": "e8b3dd7d-c34d-475a-9aa9-3b2ceb4472b2", - "x-ms-ratelimit-remaining-subscription-reads": "9170", - "x-ms-request-id": "fc019bfa-1d9f-4e24-8158-10bd85ccafa1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050552Z:e8b3dd7d-c34d-475a-9aa9-3b2ceb4472b2" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "52474f158e7ed773561314100a539a9d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:05:52 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "369e1b46-0372-4139-8121-21c222cb478b", - "x-ms-client-request-id": "52474f158e7ed773561314100a539a9d", - "x-ms-correlation-request-id": "8c8b3141-0c4b-4ec5-9578-8be58fb6d892", - "x-ms-ratelimit-remaining-subscription-reads": "9169", - "x-ms-request-id": "f8202ec0-0ab6-4379-8a56-5de48a9e25fd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050553Z:8c8b3141-0c4b-4ec5-9578-8be58fb6d892" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "91bc481888b565524d9fde3c0a78c2ff", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:05:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2754bcb7-4779-4101-ae97-e317e8fc1494", - "x-ms-client-request-id": "91bc481888b565524d9fde3c0a78c2ff", - "x-ms-correlation-request-id": "592afadc-6cca-495f-822a-72d5e8c4756b", - "x-ms-ratelimit-remaining-subscription-reads": "9168", - "x-ms-request-id": "02ce37f9-5d79-4c18-aa6c-d1a094a42816", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050555Z:592afadc-6cca-495f-822a-72d5e8c4756b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "139ff11bcc47fb870cceaa4bd5731c75", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:05:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "04538f15-657b-4020-a8af-ca105243a496", - "x-ms-client-request-id": "139ff11bcc47fb870cceaa4bd5731c75", - "x-ms-correlation-request-id": "3e18eb58-9a0e-49d7-ad2f-5c3326dec177", - "x-ms-ratelimit-remaining-subscription-reads": "9167", - "x-ms-request-id": "819e2c21-ae48-4b7c-833f-7a8a67d8349b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050556Z:3e18eb58-9a0e-49d7-ad2f-5c3326dec177" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "4cf450bd73688d33fde104deaf36ccdd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:05:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "fcd058dc-02dd-428c-9bdd-cb4b0ebcb003", - "x-ms-client-request-id": "4cf450bd73688d33fde104deaf36ccdd", - "x-ms-correlation-request-id": "bfa14c4d-1932-4424-baca-824855ee69fa", - "x-ms-ratelimit-remaining-subscription-reads": "9166", - "x-ms-request-id": "dd8bac0d-5e41-4a9f-8071-b867606d7e40", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050557Z:bfa14c4d-1932-4424-baca-824855ee69fa" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "18f4145187b34b56c0c084e7dd068fd9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:05:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "022ae4fb-25c4-4611-a1a1-808970029c25", - "x-ms-client-request-id": "18f4145187b34b56c0c084e7dd068fd9", - "x-ms-correlation-request-id": "740f6a47-51c8-450e-a757-223ad2af6407", - "x-ms-ratelimit-remaining-subscription-reads": "9165", - "x-ms-request-id": "e4fb15d2-aa63-4e49-ac11-b38235d22ced", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050558Z:740f6a47-51c8-450e-a757-223ad2af6407" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ba7f69837583a897be121665c8a94cd6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:06:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2228efb4-1567-412a-94bc-cb6c3007c689", - "x-ms-client-request-id": "ba7f69837583a897be121665c8a94cd6", - "x-ms-correlation-request-id": "b6e6e5eb-fe38-4654-a34c-acea0744ab1d", - "x-ms-ratelimit-remaining-subscription-reads": "9164", - "x-ms-request-id": "c5ed75f6-977b-40a6-81dd-25608b074763", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050600Z:b6e6e5eb-fe38-4654-a34c-acea0744ab1d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c1facc01037f35c1faa98ba8ef4caff6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:06:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8d5d696e-0fac-47f3-bea4-df9f1f31bfd2", - "x-ms-client-request-id": "c1facc01037f35c1faa98ba8ef4caff6", - "x-ms-correlation-request-id": "e058b15d-154f-46e1-b7f9-45a8561572f9", - "x-ms-ratelimit-remaining-subscription-reads": "9163", - "x-ms-request-id": "78d5546b-6db2-4d55-a4e7-146c0c74b44b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050601Z:e058b15d-154f-46e1-b7f9-45a8561572f9" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "455b2a5212b6db597c4c5aa170f08317", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:06:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b6d4c5a9-4afd-4ad1-9683-0d992a257562", - "x-ms-client-request-id": "455b2a5212b6db597c4c5aa170f08317", - "x-ms-correlation-request-id": "6fe1207e-6d5f-4205-b683-25b29b0b7432", - "x-ms-ratelimit-remaining-subscription-reads": "9162", - "x-ms-request-id": "7f8a5e36-0550-423e-b6d6-fa008528f6a6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050602Z:6fe1207e-6d5f-4205-b683-25b29b0b7432" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "11e5ae73ce0b7f5aa74abfdaeaefb971", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:06:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "21ba0aaa-011e-4c79-bc6f-91713b5f219e", - "x-ms-client-request-id": "11e5ae73ce0b7f5aa74abfdaeaefb971", - "x-ms-correlation-request-id": "8e093b51-c6fc-4077-9cca-6183b996f883", - "x-ms-ratelimit-remaining-subscription-reads": "9161", - "x-ms-request-id": "92359ad7-7764-4fdd-b45d-7ee2d67c40ce", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050604Z:8e093b51-c6fc-4077-9cca-6183b996f883" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "9d131f62064def1f721f4432a91fc509", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:06:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1cf88376-b392-4c53-b188-9fda5c7e81b7", - "x-ms-client-request-id": "9d131f62064def1f721f4432a91fc509", - "x-ms-correlation-request-id": "9fbf8c8d-5df5-4fbc-ae98-6a650898fd73", - "x-ms-ratelimit-remaining-subscription-reads": "9160", - "x-ms-request-id": "0069237d-68bc-4ea9-9387-9cae79af942c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050605Z:9fbf8c8d-5df5-4fbc-ae98-6a650898fd73" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "413474259e6683ebcfdb9d6c527ff18d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:06:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "cb26ad43-eeb1-4828-b78d-9cae5153e557", - "x-ms-client-request-id": "413474259e6683ebcfdb9d6c527ff18d", - "x-ms-correlation-request-id": "66658e33-bb93-440a-acb4-9995dc1862cd", - "x-ms-ratelimit-remaining-subscription-reads": "9159", - "x-ms-request-id": "2eb2c05f-f1da-45a0-8618-8017414f61f2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050606Z:66658e33-bb93-440a-acb4-9995dc1862cd" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "513fe893e5dd6cc98ef69eec8a27d688", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:06:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6e65f9f7-9ecd-4e48-ac3d-6d1a1f5bd8b7", - "x-ms-client-request-id": "513fe893e5dd6cc98ef69eec8a27d688", - "x-ms-correlation-request-id": "abdd65f9-1ce7-48cf-8560-0b0da9f8ad65", - "x-ms-ratelimit-remaining-subscription-reads": "9158", - "x-ms-request-id": "d1ae3c32-fee0-4c9d-b805-cc65e04d2006", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050608Z:abdd65f9-1ce7-48cf-8560-0b0da9f8ad65" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "76b5b58578bbc40b348fce7268b39df3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:06:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3b2a0c9a-b32d-40d5-8948-95480db4fcfe", - "x-ms-client-request-id": "76b5b58578bbc40b348fce7268b39df3", - "x-ms-correlation-request-id": "1b1f7053-1102-4f44-9bac-74734ea21789", - "x-ms-ratelimit-remaining-subscription-reads": "9157", - "x-ms-request-id": "101ac1bc-f2bb-4eac-b436-28bca7d5acf3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050609Z:1b1f7053-1102-4f44-9bac-74734ea21789" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c09fb62d74e03f2caac7b270fffff9a7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:06:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4af5055b-83fc-444d-b982-491af138289f", - "x-ms-client-request-id": "c09fb62d74e03f2caac7b270fffff9a7", - "x-ms-correlation-request-id": "ab8ae0ed-1d7e-44be-9cce-5f6b84c06728", - "x-ms-ratelimit-remaining-subscription-reads": "9156", - "x-ms-request-id": "8072d3d4-567c-4285-a6a9-260af16f947d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050610Z:ab8ae0ed-1d7e-44be-9cce-5f6b84c06728" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "9ce715057bc91bd2dc7b1c4d175704db", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:06:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "28a0ea63-2527-4995-b067-c053ab9a9950", - "x-ms-client-request-id": "9ce715057bc91bd2dc7b1c4d175704db", - "x-ms-correlation-request-id": "2d83e777-e890-41b5-9d52-c78828396153", - "x-ms-ratelimit-remaining-subscription-reads": "9155", - "x-ms-request-id": "2b25eda8-4491-49d7-a01d-421fe55d8bac", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050611Z:2d83e777-e890-41b5-9d52-c78828396153" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d3beab59158811a78975cbf3c59bc435", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:06:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ec0dc416-ddf0-41f9-a40b-3af657ef84be", - "x-ms-client-request-id": "d3beab59158811a78975cbf3c59bc435", - "x-ms-correlation-request-id": "0141d95d-16fa-4c88-8d29-3472cf3765ed", - "x-ms-ratelimit-remaining-subscription-reads": "9154", - "x-ms-request-id": "6b6992f6-1757-4c85-b82b-566a6474faac", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050613Z:0141d95d-16fa-4c88-8d29-3472cf3765ed" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "536d269500cbb229e484e36557de2853", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:06:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5794f3ac-675e-4a1e-ba29-5ae9865c3734", - "x-ms-client-request-id": "536d269500cbb229e484e36557de2853", - "x-ms-correlation-request-id": "656b1594-fc1a-4f77-9886-eb3233212055", - "x-ms-ratelimit-remaining-subscription-reads": "9153", - "x-ms-request-id": "c7954a85-c592-478a-8c6d-b4bfb1408b49", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050614Z:656b1594-fc1a-4f77-9886-eb3233212055" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5417d7c32640ef1f6ed61353afde5541", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:06:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3dcbb93f-0c09-4bdf-a366-f69cc95f1f96", - "x-ms-client-request-id": "5417d7c32640ef1f6ed61353afde5541", - "x-ms-correlation-request-id": "dcdaacc5-ef50-43f7-9369-1aadc0f16f79", - "x-ms-ratelimit-remaining-subscription-reads": "9152", - "x-ms-request-id": "33d83fee-89e8-4919-a5d1-33c123adf621", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050615Z:dcdaacc5-ef50-43f7-9369-1aadc0f16f79" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f0b8e7b6b1e9580f810bee043142b9aa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:06:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0442bc62-d98b-4cc7-b7cc-009e4361cdf8", - "x-ms-client-request-id": "f0b8e7b6b1e9580f810bee043142b9aa", - "x-ms-correlation-request-id": "c1b1ffe6-fcbb-4972-acb3-467d2c8d0d98", - "x-ms-ratelimit-remaining-subscription-reads": "9151", - "x-ms-request-id": "528f9bc6-eea6-434a-b443-599e6f4e0e11", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050616Z:c1b1ffe6-fcbb-4972-acb3-467d2c8d0d98" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ee30774d70846ef4077ee5f5edd50305", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:06:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ed9164d8-a379-494a-8476-7615d904342e", - "x-ms-client-request-id": "ee30774d70846ef4077ee5f5edd50305", - "x-ms-correlation-request-id": "d7ba2c60-16c4-4f90-a807-1b74fe79089b", - "x-ms-ratelimit-remaining-subscription-reads": "9150", - "x-ms-request-id": "485ee8de-b418-4fe8-9611-2ac1a83308f7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050618Z:d7ba2c60-16c4-4f90-a807-1b74fe79089b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "6fafa22e37261269c7bed235371abd2b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:06:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8c3fe130-7f5d-452d-8de3-6bf873730efa", - "x-ms-client-request-id": "6fafa22e37261269c7bed235371abd2b", - "x-ms-correlation-request-id": "61841372-90b2-4de8-8389-6c5953eb20d8", - "x-ms-ratelimit-remaining-subscription-reads": "9149", - "x-ms-request-id": "98777a74-780d-4bfa-b8f7-1e66f597cc08", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050619Z:61841372-90b2-4de8-8389-6c5953eb20d8" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "3706681c67ae45bcf249e86bcb1a6aab", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:06:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "30016d2c-08b2-4ed8-862a-f3e7830c82ea", - "x-ms-client-request-id": "3706681c67ae45bcf249e86bcb1a6aab", - "x-ms-correlation-request-id": "5870c490-03f5-4dc8-8ebb-c7dbefdfe60d", - "x-ms-ratelimit-remaining-subscription-reads": "9148", - "x-ms-request-id": "caf7342d-760f-41a7-b2c8-f11495323ba3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050620Z:5870c490-03f5-4dc8-8ebb-c7dbefdfe60d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8fd5e908499315840e1d27c59ebf37ed", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:06:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a520c0d4-6229-48bf-b8dc-06b3ea164260", - "x-ms-client-request-id": "8fd5e908499315840e1d27c59ebf37ed", - "x-ms-correlation-request-id": "76fec859-5f22-4da1-98f4-7d8a257322ef", - "x-ms-ratelimit-remaining-subscription-reads": "9147", - "x-ms-request-id": "15e85205-a14a-4b9a-be43-e27a7419f43e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050622Z:76fec859-5f22-4da1-98f4-7d8a257322ef" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "85d8b9c0cbcfc756e56a7ddc4ffe46ad", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:06:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1b020566-26bf-4763-8241-c7d3f90b4fbd", - "x-ms-client-request-id": "85d8b9c0cbcfc756e56a7ddc4ffe46ad", - "x-ms-correlation-request-id": "599b0346-b2eb-4a76-aa14-eb76393789e9", - "x-ms-ratelimit-remaining-subscription-reads": "9146", - "x-ms-request-id": "f5930f42-9102-4be1-aa6d-54eb9e745e9d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050623Z:599b0346-b2eb-4a76-aa14-eb76393789e9" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "4e2d26532e44d298e3f029913ff7a633", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:06:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c674e808-e567-4321-b6ca-470f6149e245", - "x-ms-client-request-id": "4e2d26532e44d298e3f029913ff7a633", - "x-ms-correlation-request-id": "cde63784-188b-438c-9f7e-74dd765c0b40", - "x-ms-ratelimit-remaining-subscription-reads": "9145", - "x-ms-request-id": "404fb3ed-abb9-4a9f-9195-32ba848d18d9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050624Z:cde63784-188b-438c-9f7e-74dd765c0b40" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "12aafb12e5413cdc920ea929cca7c610", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:06:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "aff22ff7-68f7-4deb-a567-c8e9221ce5f3", - "x-ms-client-request-id": "12aafb12e5413cdc920ea929cca7c610", - "x-ms-correlation-request-id": "5e4665de-e9b3-4acc-a28a-0198b37f6f4a", - "x-ms-ratelimit-remaining-subscription-reads": "9144", - "x-ms-request-id": "a8b2904e-e5b8-461f-9fa9-deff1045c35f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050625Z:5e4665de-e9b3-4acc-a28a-0198b37f6f4a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "77717ad7e89292a82005a1dea1c587ee", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:06:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f550b5c3-7bc7-4dd9-a848-91b48a014290", - "x-ms-client-request-id": "77717ad7e89292a82005a1dea1c587ee", - "x-ms-correlation-request-id": "72460f84-426b-4ad3-841b-31f4e04c73e3", - "x-ms-ratelimit-remaining-subscription-reads": "9143", - "x-ms-request-id": "48813e80-480e-49ab-bb7d-c582755fa228", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050627Z:72460f84-426b-4ad3-841b-31f4e04c73e3" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "53ca49c333536e6b4af0bb36846f063b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:06:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6f864b5c-a5b7-4fed-b4ef-4621771ffd2c", - "x-ms-client-request-id": "53ca49c333536e6b4af0bb36846f063b", - "x-ms-correlation-request-id": "16ef8daa-4042-45f4-b88b-4fbee8ce8e5d", - "x-ms-ratelimit-remaining-subscription-reads": "9142", - "x-ms-request-id": "38b1f9df-ea4d-494d-8f6c-3b8e77061a33", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050628Z:16ef8daa-4042-45f4-b88b-4fbee8ce8e5d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c5b919292f8529a15318f13b44fd9bcd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:06:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "16e42dd9-5d72-4d0c-9a06-5c855c1a2748", - "x-ms-client-request-id": "c5b919292f8529a15318f13b44fd9bcd", - "x-ms-correlation-request-id": "fc59d740-52ed-4dbe-ba9b-c4635d534c65", - "x-ms-ratelimit-remaining-subscription-reads": "9141", - "x-ms-request-id": "0d22d827-0d83-4f83-984d-ef50cc271bb7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050629Z:fc59d740-52ed-4dbe-ba9b-c4635d534c65" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8365bb8673dda3bc0e032da12c710eb1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:06:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f36c7f33-b125-48f2-800f-b44bac4f6a89", - "x-ms-client-request-id": "8365bb8673dda3bc0e032da12c710eb1", - "x-ms-correlation-request-id": "3fe48f25-8f10-45e9-bffd-1e266414eb0e", - "x-ms-ratelimit-remaining-subscription-reads": "9140", - "x-ms-request-id": "e08168fe-64af-4833-abd8-98192a5f91a8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050630Z:3fe48f25-8f10-45e9-bffd-1e266414eb0e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "88b465ffc10b9469a7a0003a42302a4c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:06:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ca57da46-4bce-475a-974b-36cfa129ebd3", - "x-ms-client-request-id": "88b465ffc10b9469a7a0003a42302a4c", - "x-ms-correlation-request-id": "595e5dbb-812b-4f8a-9d7c-85af5a3b9f76", - "x-ms-ratelimit-remaining-subscription-reads": "9139", - "x-ms-request-id": "e129bfdf-4504-41ab-9a93-9992e3b6e232", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050632Z:595e5dbb-812b-4f8a-9d7c-85af5a3b9f76" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c9afee548209b65e5c16b78101fffce1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:06:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "fc01e713-74d4-4904-87e4-6139cddde575", - "x-ms-client-request-id": "c9afee548209b65e5c16b78101fffce1", - "x-ms-correlation-request-id": "553cd3f2-3b87-4507-9bc2-1daa18dea18f", - "x-ms-ratelimit-remaining-subscription-reads": "9138", - "x-ms-request-id": "bba2686b-d671-49db-8c3a-191c676f9c4a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050633Z:553cd3f2-3b87-4507-9bc2-1daa18dea18f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "de3b400a1348c4c151d1dc3c728261dd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:06:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "dc9583dc-261a-4bfe-b306-65d10dee312c", - "x-ms-client-request-id": "de3b400a1348c4c151d1dc3c728261dd", - "x-ms-correlation-request-id": "a26617b3-be67-402b-83e9-d0485e69787d", - "x-ms-ratelimit-remaining-subscription-reads": "9137", - "x-ms-request-id": "e9b6b5d4-2466-4795-8d63-56cdc309fc49", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050634Z:a26617b3-be67-402b-83e9-d0485e69787d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "3e4de1d944c27da706fd2bf40ae792a7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:06:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d30228f6-3f0f-4c04-bffa-06543f305b6f", - "x-ms-client-request-id": "3e4de1d944c27da706fd2bf40ae792a7", - "x-ms-correlation-request-id": "6af8c610-9fb0-4891-8830-45ffab9ef2e8", - "x-ms-ratelimit-remaining-subscription-reads": "9136", - "x-ms-request-id": "20d5f84e-685c-4235-a5a6-4c3446a3ad66", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050636Z:6af8c610-9fb0-4891-8830-45ffab9ef2e8" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "01301fa34bf441032cea7737a62244da", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:06:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a4483c2c-1611-45de-a1a1-c7d23eec8077", - "x-ms-client-request-id": "01301fa34bf441032cea7737a62244da", - "x-ms-correlation-request-id": "fe70302b-ddfc-4ed9-985b-2f5a553a68fa", - "x-ms-ratelimit-remaining-subscription-reads": "9135", - "x-ms-request-id": "08dfab51-429e-4700-b7ad-f0036ecc381d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050637Z:fe70302b-ddfc-4ed9-985b-2f5a553a68fa" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "20a7d9b5beb2c51f98bed74ae7cdba6a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:06:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1ee7f07c-59d8-40ff-85f6-5a2844108412", - "x-ms-client-request-id": "20a7d9b5beb2c51f98bed74ae7cdba6a", - "x-ms-correlation-request-id": "99f21801-d792-4704-a68c-f61ed4bf768e", - "x-ms-ratelimit-remaining-subscription-reads": "9134", - "x-ms-request-id": "8b4f740e-71ea-4e22-8500-32f842f67ed6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050638Z:99f21801-d792-4704-a68c-f61ed4bf768e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5398343f5f518ee8dd0b12d7cd6fd7e4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:06:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e540df12-b76c-4ced-94d7-3c25b543ec11", - "x-ms-client-request-id": "5398343f5f518ee8dd0b12d7cd6fd7e4", - "x-ms-correlation-request-id": "65ac20eb-e2c9-4f7d-831b-b38192c16be6", - "x-ms-ratelimit-remaining-subscription-reads": "9133", - "x-ms-request-id": "99db0ffd-e871-4946-b943-5eb341515c5e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050639Z:65ac20eb-e2c9-4f7d-831b-b38192c16be6" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "303f50b97240e5f4ff6b683673b8595f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:06:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "abe4a411-aed0-41a0-b4d4-e3392c91885a", - "x-ms-client-request-id": "303f50b97240e5f4ff6b683673b8595f", - "x-ms-correlation-request-id": "1f997794-c4e9-44b4-bc24-d98b7caf682e", - "x-ms-ratelimit-remaining-subscription-reads": "9132", - "x-ms-request-id": "a1b80cd1-8086-468c-8bf0-1346dcc71281", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050641Z:1f997794-c4e9-44b4-bc24-d98b7caf682e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "71f80d30f18a5588f01942a7ab48f729", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:06:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "58dbd335-2a45-48c8-90b9-5ca73d387e3a", - "x-ms-client-request-id": "71f80d30f18a5588f01942a7ab48f729", - "x-ms-correlation-request-id": "919e45a5-1bb1-4e0a-908b-6fbe1ffc1981", - "x-ms-ratelimit-remaining-subscription-reads": "9131", - "x-ms-request-id": "44daf910-c1fc-4499-afda-e60e2d234cbf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050642Z:919e45a5-1bb1-4e0a-908b-6fbe1ffc1981" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "9691f3e6898dcc293fb253e6f7b21a25", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:06:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f750a88d-6797-4c01-8c22-ded0a8a3f93b", - "x-ms-client-request-id": "9691f3e6898dcc293fb253e6f7b21a25", - "x-ms-correlation-request-id": "1ec2d5bc-320a-42ec-9de2-f849c832eda9", - "x-ms-ratelimit-remaining-subscription-reads": "9130", - "x-ms-request-id": "5b699adf-4855-415e-acec-5a09ca0e6ea4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050643Z:1ec2d5bc-320a-42ec-9de2-f849c832eda9" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c0a6b3b26577c85ac8e940272f4d39b7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:06:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3e426e4c-4723-4ed6-9904-ae80ded67986", - "x-ms-client-request-id": "c0a6b3b26577c85ac8e940272f4d39b7", - "x-ms-correlation-request-id": "69a4e059-09e9-42da-ac54-0c442b9c96e8", - "x-ms-ratelimit-remaining-subscription-reads": "9129", - "x-ms-request-id": "329286a3-b28a-4362-a419-2a2dd2fa91b3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050645Z:69a4e059-09e9-42da-ac54-0c442b9c96e8" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7f503f73c227a6d1e32b31d79da25e3e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:06:45 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1a921296-9601-457b-86f2-479e70c335f9", - "x-ms-client-request-id": "7f503f73c227a6d1e32b31d79da25e3e", - "x-ms-correlation-request-id": "23e4467d-a3df-4576-996d-3d19db82f869", - "x-ms-ratelimit-remaining-subscription-reads": "9128", - "x-ms-request-id": "7e933bc7-273c-4a08-a986-5f461279318f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050646Z:23e4467d-a3df-4576-996d-3d19db82f869" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f8f41dfe37a181b199c8cea449029df2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:06:47 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "352a14a5-28b7-4391-8e8a-a4f5690c8486", - "x-ms-client-request-id": "f8f41dfe37a181b199c8cea449029df2", - "x-ms-correlation-request-id": "8812977c-da87-4efd-ac6b-807263ca61c7", - "x-ms-ratelimit-remaining-subscription-reads": "9127", - "x-ms-request-id": "38d189c9-a901-4336-abca-89126a03de9c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050647Z:8812977c-da87-4efd-ac6b-807263ca61c7" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b7739c789a61effde100dc4b34822b25", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:06:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9b3361f6-a418-4d19-aefd-729a1e271d4e", - "x-ms-client-request-id": "b7739c789a61effde100dc4b34822b25", - "x-ms-correlation-request-id": "54ea0c02-a6e5-4a69-a17b-33d818d40b91", - "x-ms-ratelimit-remaining-subscription-reads": "9126", - "x-ms-request-id": "ad68baa6-5bb5-40c7-b659-240ad21ed039", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050648Z:54ea0c02-a6e5-4a69-a17b-33d818d40b91" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "1228018a40583b168dcee65ef32d5ce0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:06:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c8278bc3-4aef-415f-9cc0-49dc90d282f6", - "x-ms-client-request-id": "1228018a40583b168dcee65ef32d5ce0", - "x-ms-correlation-request-id": "684347e0-cae0-4813-8e56-c140c61ee9ef", - "x-ms-ratelimit-remaining-subscription-reads": "9125", - "x-ms-request-id": "fb5c6876-ab55-40ba-8b0c-ada0bb98b3f2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050650Z:684347e0-cae0-4813-8e56-c140c61ee9ef" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "015e3f8ea72f63dc1f0517a05a664d16", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:06:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "cae793f6-73c5-4d5a-a5d4-18582a9c379d", - "x-ms-client-request-id": "015e3f8ea72f63dc1f0517a05a664d16", - "x-ms-correlation-request-id": "8006e504-9ff0-4efb-bd07-71da3e1b9e36", - "x-ms-ratelimit-remaining-subscription-reads": "9124", - "x-ms-request-id": "05dbca77-1bf9-44ce-9ac6-cb5340bcb9fc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050651Z:8006e504-9ff0-4efb-bd07-71da3e1b9e36" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "4719a99d8ad9379985372993b49ffbb4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:06:52 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d5ff0799-6bd9-4a1e-96e7-c1cd33d28549", - "x-ms-client-request-id": "4719a99d8ad9379985372993b49ffbb4", - "x-ms-correlation-request-id": "5c0a8100-3e5a-46b1-9140-3bd97d71c198", - "x-ms-ratelimit-remaining-subscription-reads": "9123", - "x-ms-request-id": "012cedd7-c825-437d-a90e-0472c0a41a9e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050652Z:5c0a8100-3e5a-46b1-9140-3bd97d71c198" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f4bcfca32923e3f625c5f2532975e027", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:06:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c48e6bca-7f15-40cf-83c0-b6962f341e49", - "x-ms-client-request-id": "f4bcfca32923e3f625c5f2532975e027", - "x-ms-correlation-request-id": "9540814e-eefc-48c8-8a5a-d789f8801ddc", - "x-ms-ratelimit-remaining-subscription-reads": "9122", - "x-ms-request-id": "14be7adf-8b3b-4f2c-867e-7f24d34f60ed", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050653Z:9540814e-eefc-48c8-8a5a-d789f8801ddc" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "4ac1cf8115140306a6277bf77d49af80", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:06:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "882f35ba-6fbd-4c72-8d71-d8e502e3f7b3", - "x-ms-client-request-id": "4ac1cf8115140306a6277bf77d49af80", - "x-ms-correlation-request-id": "d1ee2a04-3aa2-49f8-8db5-44a1d7062655", - "x-ms-ratelimit-remaining-subscription-reads": "9121", - "x-ms-request-id": "a3218ccb-aef9-409b-8974-f1d794669e8b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050655Z:d1ee2a04-3aa2-49f8-8db5-44a1d7062655" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5efd620958a973f3b235221498450d0f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:06:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "94efe775-bbc8-4740-a8ce-66da07b6ba4e", - "x-ms-client-request-id": "5efd620958a973f3b235221498450d0f", - "x-ms-correlation-request-id": "9ff3878a-c5fb-4a1d-a7d0-32ab8a430f77", - "x-ms-ratelimit-remaining-subscription-reads": "9120", - "x-ms-request-id": "e6ce5e34-d4c5-4e2e-b131-c2793b6a88ce", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050656Z:9ff3878a-c5fb-4a1d-a7d0-32ab8a430f77" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e4110256b1dd8e9ff5b84efcaefe66db", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:06:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "73ccc480-2787-4042-ac82-b9616e997865", - "x-ms-client-request-id": "e4110256b1dd8e9ff5b84efcaefe66db", - "x-ms-correlation-request-id": "133a436b-3381-47b3-b1d0-5320c2c92899", - "x-ms-ratelimit-remaining-subscription-reads": "9119", - "x-ms-request-id": "c4f84636-ad62-45f6-9612-3a07bf698a8f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050658Z:133a436b-3381-47b3-b1d0-5320c2c92899" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c64971158278297ddc4d97dff2f26b60", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:06:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a6888e8e-68f9-47c5-94e0-dfb9c9f5e21c", - "x-ms-client-request-id": "c64971158278297ddc4d97dff2f26b60", - "x-ms-correlation-request-id": "86f0ffe4-ef45-4259-acf3-2d18a7e146c3", - "x-ms-ratelimit-remaining-subscription-reads": "9118", - "x-ms-request-id": "3b949173-8ea8-471c-962f-ad3728129d93", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050659Z:86f0ffe4-ef45-4259-acf3-2d18a7e146c3" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7aa06b19ca3858a2c26e69f009f6c5b3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:07:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0631b76a-5705-407d-adc7-c83d231ea9ec", - "x-ms-client-request-id": "7aa06b19ca3858a2c26e69f009f6c5b3", - "x-ms-correlation-request-id": "877f4c0f-02e2-4211-b4b2-1c1733081187", - "x-ms-ratelimit-remaining-subscription-reads": "9117", - "x-ms-request-id": "98117957-2ad0-45c8-a7e9-0463f4d7caed", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050700Z:877f4c0f-02e2-4211-b4b2-1c1733081187" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "26fe46ce46fcd49784e7089019c09b03", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:07:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8c1c6290-1a20-43ed-95d0-7f0ab91d5b3d", - "x-ms-client-request-id": "26fe46ce46fcd49784e7089019c09b03", - "x-ms-correlation-request-id": "2dd5d8bb-33cd-4490-855a-1dc2db112af4", - "x-ms-ratelimit-remaining-subscription-reads": "9116", - "x-ms-request-id": "2c5108e9-5389-4a0a-8318-96caf29852f1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050701Z:2dd5d8bb-33cd-4490-855a-1dc2db112af4" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "42e3ee4dec5e4ba3cef10409188d1fe5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:07:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "79a70e27-ed9f-4ce0-bc7b-f9e29193885a", - "x-ms-client-request-id": "42e3ee4dec5e4ba3cef10409188d1fe5", - "x-ms-correlation-request-id": "afcace61-94e8-400c-b571-761e3d95cc1d", - "x-ms-ratelimit-remaining-subscription-reads": "9115", - "x-ms-request-id": "c6f1418c-f082-4c53-b211-17a4ae70c00f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050703Z:afcace61-94e8-400c-b571-761e3d95cc1d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ac10e38845f3d264d4cbf550c2123e01", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:07:03 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e7aa581c-762f-4191-aa38-e389745ce3ac", - "x-ms-client-request-id": "ac10e38845f3d264d4cbf550c2123e01", - "x-ms-correlation-request-id": "8716c2ce-47fa-4e12-81a9-62a922e8847d", - "x-ms-ratelimit-remaining-subscription-reads": "9114", - "x-ms-request-id": "1f7d0a03-0d49-4dc2-ad09-c2dc761ec9ae", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050704Z:8716c2ce-47fa-4e12-81a9-62a922e8847d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "1ba365d38212e255a3b3570a428dbbf7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:07:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d7fc52c1-f1b1-4d09-b357-5029a1e8891f", - "x-ms-client-request-id": "1ba365d38212e255a3b3570a428dbbf7", - "x-ms-correlation-request-id": "86a165f1-d52c-4ec2-a7a0-8179ec4d3392", - "x-ms-ratelimit-remaining-subscription-reads": "9113", - "x-ms-request-id": "40b5c343-ad3c-41c9-a392-b4b4ffb950c3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050705Z:86a165f1-d52c-4ec2-a7a0-8179ec4d3392" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "360722c7efb007108a116e92f65289bb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:07:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "723c50f9-c3a7-40d4-b956-7b85d393eaae", - "x-ms-client-request-id": "360722c7efb007108a116e92f65289bb", - "x-ms-correlation-request-id": "98980694-c4eb-4995-b7d0-6a44b7b83cb3", - "x-ms-ratelimit-remaining-subscription-reads": "9112", - "x-ms-request-id": "1fc7b31a-3a15-4432-b984-b4f41168bc89", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050707Z:98980694-c4eb-4995-b7d0-6a44b7b83cb3" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b23602b204ea05d38d2e083fee598f46", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:07:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "16c40353-d41f-40e3-be72-ed3782dc40db", - "x-ms-client-request-id": "b23602b204ea05d38d2e083fee598f46", - "x-ms-correlation-request-id": "a62a4f78-5fac-47da-81ef-e73c0e8bfe3b", - "x-ms-ratelimit-remaining-subscription-reads": "9111", - "x-ms-request-id": "a22649be-be2e-4196-9740-e197e88a8e21", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050708Z:a62a4f78-5fac-47da-81ef-e73c0e8bfe3b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "9f89fe0f080be351559b910114c3eb50", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:07:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "093a0d41-07de-4d7b-bad4-31efc55b0714", - "x-ms-client-request-id": "9f89fe0f080be351559b910114c3eb50", - "x-ms-correlation-request-id": "ae24678b-8cc8-4fd9-85ba-0bc9d5568c7f", - "x-ms-ratelimit-remaining-subscription-reads": "9110", - "x-ms-request-id": "713b467b-fae3-4a5f-82df-7911fd924588", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050709Z:ae24678b-8cc8-4fd9-85ba-0bc9d5568c7f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "40589b2a0956c30d4f01a882e6d01930", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:07:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "51fbdcce-f0e3-42cb-8469-047140b4ae97", - "x-ms-client-request-id": "40589b2a0956c30d4f01a882e6d01930", - "x-ms-correlation-request-id": "c3419216-3b6e-4629-a50b-234fc9fc17e2", - "x-ms-ratelimit-remaining-subscription-reads": "9109", - "x-ms-request-id": "72c2c2c4-f1f0-4f39-ae4e-7deb83f5f9dd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050710Z:c3419216-3b6e-4629-a50b-234fc9fc17e2" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f8822782e9c9aab0b0535c4e73d1f1ca", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:07:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f0ccadd0-d9bd-4ab2-bd60-5ab5779504d7", - "x-ms-client-request-id": "f8822782e9c9aab0b0535c4e73d1f1ca", - "x-ms-correlation-request-id": "f87aa115-03f1-497e-ae31-95dc70a5d870", - "x-ms-ratelimit-remaining-subscription-reads": "9108", - "x-ms-request-id": "6b905c6b-ec23-4f0b-b379-8f45a710abfd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050712Z:f87aa115-03f1-497e-ae31-95dc70a5d870" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5215b8424e0106f0f0c6500960cffd85", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:07:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "fd4c8d04-76d0-416a-bc02-1ca3a3750f3f", - "x-ms-client-request-id": "5215b8424e0106f0f0c6500960cffd85", - "x-ms-correlation-request-id": "0ccc1cbc-2b4e-44c8-9d90-37981f7177c3", - "x-ms-ratelimit-remaining-subscription-reads": "9107", - "x-ms-request-id": "e40f449e-6e48-446e-9cfa-19420971b6d1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050713Z:0ccc1cbc-2b4e-44c8-9d90-37981f7177c3" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ec7f6082f3414087eaad9003acbe4f7d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:07:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "baffb096-b285-4c59-a4a1-5d5b64f54d6b", - "x-ms-client-request-id": "ec7f6082f3414087eaad9003acbe4f7d", - "x-ms-correlation-request-id": "c7cea16d-b7be-4aab-9218-53110e1e4163", - "x-ms-ratelimit-remaining-subscription-reads": "9106", - "x-ms-request-id": "d4c066d2-3dd4-4ab0-83eb-67f5fbaa99c3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050714Z:c7cea16d-b7be-4aab-9218-53110e1e4163" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2e3fde10c6ba332f377b070299a74ae0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:07:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9653a55d-2948-45d8-997f-67f832323994", - "x-ms-client-request-id": "2e3fde10c6ba332f377b070299a74ae0", - "x-ms-correlation-request-id": "e3be09da-d826-4339-a1ff-48a2a030c5ca", - "x-ms-ratelimit-remaining-subscription-reads": "9105", - "x-ms-request-id": "ad93ffd9-939e-4a38-a5e4-2aac2fb6af39", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050715Z:e3be09da-d826-4339-a1ff-48a2a030c5ca" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "12ccd75604524f8830d56753beec5a31", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:07:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "36d13083-6db3-4ff1-a2e0-adb61611a072", - "x-ms-client-request-id": "12ccd75604524f8830d56753beec5a31", - "x-ms-correlation-request-id": "13965d08-c8b8-497b-a70b-cdd3bf71019c", - "x-ms-ratelimit-remaining-subscription-reads": "9104", - "x-ms-request-id": "c976c2fc-4d06-4dcc-a03f-ca6570dfcc79", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050717Z:13965d08-c8b8-497b-a70b-cdd3bf71019c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "82f8d276ce90bbca314bb5c5eb84a743", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:07:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "03eeb8de-ebcd-48e9-8307-e43833c4ebc3", - "x-ms-client-request-id": "82f8d276ce90bbca314bb5c5eb84a743", - "x-ms-correlation-request-id": "f61b968e-da62-47fb-bb0b-65b9a2b04d5a", - "x-ms-ratelimit-remaining-subscription-reads": "9103", - "x-ms-request-id": "806082b8-a043-4778-93b8-4b78af6fdaca", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050718Z:f61b968e-da62-47fb-bb0b-65b9a2b04d5a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d4adaf633df20b2b55f0fde55edb744a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:07:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d26fa5a0-241a-4ab5-83c3-61eee12e0365", - "x-ms-client-request-id": "d4adaf633df20b2b55f0fde55edb744a", - "x-ms-correlation-request-id": "3067412f-4a9b-482f-a20e-78b15442682e", - "x-ms-ratelimit-remaining-subscription-reads": "9102", - "x-ms-request-id": "0482a2e8-90d4-455e-be2c-d8dbf437171b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050719Z:3067412f-4a9b-482f-a20e-78b15442682e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c68cd521c7ae87500c10e0064fc363ac", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:07:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "95ad8ccf-0222-4e5c-8a7a-0c476c8a2ef6", - "x-ms-client-request-id": "c68cd521c7ae87500c10e0064fc363ac", - "x-ms-correlation-request-id": "51c47cba-b5cf-4e72-ae28-5f9817956e51", - "x-ms-ratelimit-remaining-subscription-reads": "9101", - "x-ms-request-id": "2aa5411e-9e19-466e-b7db-c62436bd2099", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050720Z:51c47cba-b5cf-4e72-ae28-5f9817956e51" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "0fef242e853f383ea7ec2c9fd1e55c56", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:07:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "af6aa6b1-af8c-4273-8002-bc9569bb656e", - "x-ms-client-request-id": "0fef242e853f383ea7ec2c9fd1e55c56", - "x-ms-correlation-request-id": "7844a6cd-23b4-46a0-a825-807109414bfa", - "x-ms-ratelimit-remaining-subscription-reads": "9100", - "x-ms-request-id": "8ed323b9-2c3a-4b1d-a445-d84f6ed46455", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050722Z:7844a6cd-23b4-46a0-a825-807109414bfa" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "15a46bd6e0f89b945e26c8e25d24bc91", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:07:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c8cbee00-97ca-4dc9-8cce-94a19d18423b", - "x-ms-client-request-id": "15a46bd6e0f89b945e26c8e25d24bc91", - "x-ms-correlation-request-id": "92eebd06-e184-4887-9198-e8fe30cc0b06", - "x-ms-ratelimit-remaining-subscription-reads": "9099", - "x-ms-request-id": "b324b580-6b8d-47b3-81a4-06798c0a05e3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050723Z:92eebd06-e184-4887-9198-e8fe30cc0b06" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "39b6518c65eb9b0a97531fc19ab1b626", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:07:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c479f690-9a01-4882-9737-b73b9b55cc44", - "x-ms-client-request-id": "39b6518c65eb9b0a97531fc19ab1b626", - "x-ms-correlation-request-id": "2e9680a6-60dc-48a5-b5cd-10faf2bbc97c", - "x-ms-ratelimit-remaining-subscription-reads": "9098", - "x-ms-request-id": "38d89e68-dcec-42b0-9580-948a6d209ce0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050724Z:2e9680a6-60dc-48a5-b5cd-10faf2bbc97c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e32f8ab34e1e4db39053b019bd5cdb82", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:07:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5252c74c-d1d0-4c61-9ed5-201cd24ad571", - "x-ms-client-request-id": "e32f8ab34e1e4db39053b019bd5cdb82", - "x-ms-correlation-request-id": "6a86ea8b-0712-47ed-9819-f60bd554c9dd", - "x-ms-ratelimit-remaining-subscription-reads": "9097", - "x-ms-request-id": "183ad855-cb3f-4451-90af-cd4eb091345f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050726Z:6a86ea8b-0712-47ed-9819-f60bd554c9dd" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7f139b30222e716a60097ea4c1d200ad", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:07:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "03cef646-6d34-47cd-b0f4-417a227d44b7", - "x-ms-client-request-id": "7f139b30222e716a60097ea4c1d200ad", - "x-ms-correlation-request-id": "d1035ca3-7584-466c-b703-65c76bceeb18", - "x-ms-ratelimit-remaining-subscription-reads": "9096", - "x-ms-request-id": "08bca85b-c46c-4353-9cc1-74df71c8bd79", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050727Z:d1035ca3-7584-466c-b703-65c76bceeb18" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d22ea16fd8f43e739d68a997b4f1dd3a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:07:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2d3136f2-3a65-4c80-84b7-68a5673d07e5", - "x-ms-client-request-id": "d22ea16fd8f43e739d68a997b4f1dd3a", - "x-ms-correlation-request-id": "f7c35e2d-5f8d-4f6a-a0ea-96f13213361a", - "x-ms-ratelimit-remaining-subscription-reads": "9095", - "x-ms-request-id": "1f06c94e-f612-46cf-8010-4dbd67c97174", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050728Z:f7c35e2d-5f8d-4f6a-a0ea-96f13213361a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ff919c78369e90f720be8314cf0e8cbd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:07:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c94b9b28-9661-4fb1-9b15-391524a14d6b", - "x-ms-client-request-id": "ff919c78369e90f720be8314cf0e8cbd", - "x-ms-correlation-request-id": "a29650b3-d3f0-4537-86c3-17d643b6da0c", - "x-ms-ratelimit-remaining-subscription-reads": "9094", - "x-ms-request-id": "71b5c596-e2f2-4fcf-bf22-9bfc438f7d63", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050730Z:a29650b3-d3f0-4537-86c3-17d643b6da0c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "1ca90353082d578d27d4e2c679d2bc6e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:07:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "094162b1-1adf-44cb-ab1f-c3cf7253349d", - "x-ms-client-request-id": "1ca90353082d578d27d4e2c679d2bc6e", - "x-ms-correlation-request-id": "ce80b578-900c-483f-b6cd-05b1dbc54b83", - "x-ms-ratelimit-remaining-subscription-reads": "9093", - "x-ms-request-id": "8a5b2fa2-8901-4377-8286-c1d912a3e4c9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050731Z:ce80b578-900c-483f-b6cd-05b1dbc54b83" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "242c432c0141390ea99eb236545e6e8f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:07:32 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f3243053-222d-448e-8053-05d575b2f741", - "x-ms-client-request-id": "242c432c0141390ea99eb236545e6e8f", - "x-ms-correlation-request-id": "efd0e7a4-5473-41a9-b239-c13e44b5f9f8", - "x-ms-ratelimit-remaining-subscription-reads": "9092", - "x-ms-request-id": "55701f25-86b7-4954-8063-267cb2415d91", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050732Z:efd0e7a4-5473-41a9-b239-c13e44b5f9f8" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b044ebdbc0476f0c0e39d8c95331174d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:07:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8afa57ed-34c1-4782-831b-66c563aa5508", - "x-ms-client-request-id": "b044ebdbc0476f0c0e39d8c95331174d", - "x-ms-correlation-request-id": "9130dc5d-ed89-422c-b84d-ad53b8009f87", - "x-ms-ratelimit-remaining-subscription-reads": "9091", - "x-ms-request-id": "962528cc-698c-416c-b23e-396e0705f6a9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050734Z:9130dc5d-ed89-422c-b84d-ad53b8009f87" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8be8150268e1517cf46f738f565702c9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:07:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7c28cfbb-dfda-4501-a3a2-a171f0f878f0", - "x-ms-client-request-id": "8be8150268e1517cf46f738f565702c9", - "x-ms-correlation-request-id": "2a12b828-d701-4384-98a0-d2996bb58388", - "x-ms-ratelimit-remaining-subscription-reads": "9090", - "x-ms-request-id": "a04efb14-8fe1-4740-807a-fa4410f56fdd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050735Z:2a12b828-d701-4384-98a0-d2996bb58388" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8dea53660b8d6b2637bd15072845e577", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:07:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6975b239-505e-4fe5-b9a5-a76eb76f02a8", - "x-ms-client-request-id": "8dea53660b8d6b2637bd15072845e577", - "x-ms-correlation-request-id": "22d4fc42-454f-45fb-9f1a-b6ea0a8ebee0", - "x-ms-ratelimit-remaining-subscription-reads": "9089", - "x-ms-request-id": "68596b06-66ca-4cd9-a227-29568a6b88f2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050736Z:22d4fc42-454f-45fb-9f1a-b6ea0a8ebee0" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "3f346486e27573ad6ff2bbd84d7d19b7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:07:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "74c4631e-1f80-460a-9cfe-bfe9caeb2848", - "x-ms-client-request-id": "3f346486e27573ad6ff2bbd84d7d19b7", - "x-ms-correlation-request-id": "5733bdc9-902a-4c08-92ca-096c5275606e", - "x-ms-ratelimit-remaining-subscription-reads": "9088", - "x-ms-request-id": "00066587-b75d-4044-8be1-9768c9f8db00", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050738Z:5733bdc9-902a-4c08-92ca-096c5275606e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "00630f378947f6c0ee7d5424537429af", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:07:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d961e7cb-ae6c-4a9a-9762-b0a0ec0e21b6", - "x-ms-client-request-id": "00630f378947f6c0ee7d5424537429af", - "x-ms-correlation-request-id": "84d64593-651e-409e-9de1-4edef953a252", - "x-ms-ratelimit-remaining-subscription-reads": "9087", - "x-ms-request-id": "f0ca9853-6198-4b82-b16c-c2aaf6f2eafb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050739Z:84d64593-651e-409e-9de1-4edef953a252" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f108fb89c2238353a6771d9a4f4e1db9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:07:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "98fdfb6d-54ae-4a67-a122-a4301517871d", - "x-ms-client-request-id": "f108fb89c2238353a6771d9a4f4e1db9", - "x-ms-correlation-request-id": "00a17e85-ad15-42e1-a2b2-cca9ff041d58", - "x-ms-ratelimit-remaining-subscription-reads": "9086", - "x-ms-request-id": "701e3946-2891-49a3-bebc-9e77f2594950", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050740Z:00a17e85-ad15-42e1-a2b2-cca9ff041d58" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "19d05ea3e5e1fd30a43d51f88d8820fa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:07:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "53aceb8b-1dfe-43e8-9029-67ce78ca1416", - "x-ms-client-request-id": "19d05ea3e5e1fd30a43d51f88d8820fa", - "x-ms-correlation-request-id": "485f5ded-914b-41c3-abdb-42b90ad8a17f", - "x-ms-ratelimit-remaining-subscription-reads": "9085", - "x-ms-request-id": "b8377a8f-8ff2-464c-918f-1def0d0607c8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050741Z:485f5ded-914b-41c3-abdb-42b90ad8a17f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "524e0cc927747494bce05ad06b26a69f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:07:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "fb856930-26de-4403-87b0-5621b47ad860", - "x-ms-client-request-id": "524e0cc927747494bce05ad06b26a69f", - "x-ms-correlation-request-id": "db40fd9c-6416-4875-bc36-f03a040abd6e", - "x-ms-ratelimit-remaining-subscription-reads": "9084", - "x-ms-request-id": "0c426bfe-d6aa-4fbf-9392-1b15485eacf6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050743Z:db40fd9c-6416-4875-bc36-f03a040abd6e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f4809b5f0fa4a4cdcb0b4de5715af51d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:07:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "06dbafa8-3b37-41b5-8099-7aa4acaea0a2", - "x-ms-client-request-id": "f4809b5f0fa4a4cdcb0b4de5715af51d", - "x-ms-correlation-request-id": "797ce2b8-c2dd-4428-82f1-001f9f943560", - "x-ms-ratelimit-remaining-subscription-reads": "9083", - "x-ms-request-id": "1020becc-bfd4-4e1b-82bd-fe9b2218c8f2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050744Z:797ce2b8-c2dd-4428-82f1-001f9f943560" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "43d02357cbff7b45ca5c5d018a5f917d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:07:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "334d13e9-786c-4bf1-8cec-15fb8572ec0d", - "x-ms-client-request-id": "43d02357cbff7b45ca5c5d018a5f917d", - "x-ms-correlation-request-id": "88ba1b7e-399d-4cb9-b1f7-46b4d1bf20dc", - "x-ms-ratelimit-remaining-subscription-reads": "9082", - "x-ms-request-id": "ffe71056-a9b5-4d9a-807a-e93013e5faf6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050745Z:88ba1b7e-399d-4cb9-b1f7-46b4d1bf20dc" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f298b1962b07ba563fa98669daae0261", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:07:46 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9f681af2-e1d0-46e6-9bb1-a15a1d382883", - "x-ms-client-request-id": "f298b1962b07ba563fa98669daae0261", - "x-ms-correlation-request-id": "d553802a-8e6e-41a8-8020-916dd610e4e0", - "x-ms-ratelimit-remaining-subscription-reads": "9081", - "x-ms-request-id": "f966dcd4-ce28-4918-ae63-bc3724a984a9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050746Z:d553802a-8e6e-41a8-8020-916dd610e4e0" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "48793cea635594a055042a48b1cb1a6b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:07:47 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "52458611-2cc1-4b71-aa8b-2a25e5b20db7", - "x-ms-client-request-id": "48793cea635594a055042a48b1cb1a6b", - "x-ms-correlation-request-id": "78501941-1651-4500-bd66-01bd5cc878ac", - "x-ms-ratelimit-remaining-subscription-reads": "9080", - "x-ms-request-id": "dccd2a10-7cd5-45c5-bd6e-91704a89cbab", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050748Z:78501941-1651-4500-bd66-01bd5cc878ac" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "bf4fcf7902c12b16cd15045544dca11b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:07:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "316f26e3-1818-4b8c-81e8-92f3602ed0b6", - "x-ms-client-request-id": "bf4fcf7902c12b16cd15045544dca11b", - "x-ms-correlation-request-id": "afb25128-f276-4fe0-9cad-8e79ee25cffd", - "x-ms-ratelimit-remaining-subscription-reads": "9079", - "x-ms-request-id": "1bc86fb7-562c-4eeb-b845-a753eede7cbb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050749Z:afb25128-f276-4fe0-9cad-8e79ee25cffd" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "4d17fb5948e6322811049c02000d0873", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:07:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5b4a634b-90f3-4af7-9f8a-6ebf103b5c2e", - "x-ms-client-request-id": "4d17fb5948e6322811049c02000d0873", - "x-ms-correlation-request-id": "4f645da8-b345-4471-a3bc-f4de2ea223c1", - "x-ms-ratelimit-remaining-subscription-reads": "9078", - "x-ms-request-id": "7797b655-be37-45a4-872d-48be9ae6b9d1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050750Z:4f645da8-b345-4471-a3bc-f4de2ea223c1" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "0bef1b8f425fe7a0264d7b3f5f4a4f79", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:07:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "fb69d339-0e8b-4179-b563-4e86030bd0d4", - "x-ms-client-request-id": "0bef1b8f425fe7a0264d7b3f5f4a4f79", - "x-ms-correlation-request-id": "0267ac92-0a36-434d-a83e-97a2bf88b925", - "x-ms-ratelimit-remaining-subscription-reads": "9077", - "x-ms-request-id": "ccd32a70-11ad-49fd-b97c-167a488b279e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050752Z:0267ac92-0a36-434d-a83e-97a2bf88b925" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b6ee0f63ccb43084a71caebc66132bbf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:07:52 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9fcfb44d-537f-4b19-9d06-06413b006772", - "x-ms-client-request-id": "b6ee0f63ccb43084a71caebc66132bbf", - "x-ms-correlation-request-id": "32bf3e8c-2506-494f-a516-6a818ddb497c", - "x-ms-ratelimit-remaining-subscription-reads": "9076", - "x-ms-request-id": "a12079e1-6a74-478d-80bd-39fddb77fdfe", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050753Z:32bf3e8c-2506-494f-a516-6a818ddb497c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "29c6900d95ec16bc5b2f2699cde8d2c7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:07:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2e9330ad-5ade-4327-a61a-e90e2da47031", - "x-ms-client-request-id": "29c6900d95ec16bc5b2f2699cde8d2c7", - "x-ms-correlation-request-id": "508e05d0-d3e3-4eb3-ac7e-c44affa73a97", - "x-ms-ratelimit-remaining-subscription-reads": "9075", - "x-ms-request-id": "351cd48d-c48c-4ac9-85d3-ec6f620f7aca", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050754Z:508e05d0-d3e3-4eb3-ac7e-c44affa73a97" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f19f22b5521ec3bf96be644394e38113", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:07:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "910da26a-f129-4b5d-afbb-ffe5ffa45e85", - "x-ms-client-request-id": "f19f22b5521ec3bf96be644394e38113", - "x-ms-correlation-request-id": "3a241c20-2a32-4ac0-941e-9275d103a2ef", - "x-ms-ratelimit-remaining-subscription-reads": "9074", - "x-ms-request-id": "47977398-c804-453a-952d-0b0eb17ee2d0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050755Z:3a241c20-2a32-4ac0-941e-9275d103a2ef" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "cf32bb212583cd8c52d85a84a5eb63be", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:07:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a3f0199b-3f5a-4bfc-8ec8-f11318aa0096", - "x-ms-client-request-id": "cf32bb212583cd8c52d85a84a5eb63be", - "x-ms-correlation-request-id": "93fe7223-3ac0-408e-96b8-ee2865e76666", - "x-ms-ratelimit-remaining-subscription-reads": "9073", - "x-ms-request-id": "d8b91c44-c6d1-478e-97e3-926e23c6694c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050757Z:93fe7223-3ac0-408e-96b8-ee2865e76666" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "4306e7493a73baa0d103932e31798278", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:07:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8ad71bba-911b-4c1d-b655-a5ed1ead0078", - "x-ms-client-request-id": "4306e7493a73baa0d103932e31798278", - "x-ms-correlation-request-id": "de52a867-db4d-4323-b39c-28649b971d6b", - "x-ms-ratelimit-remaining-subscription-reads": "9072", - "x-ms-request-id": "952b6d58-889d-41f5-a10b-f0d39c3c12b0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050758Z:de52a867-db4d-4323-b39c-28649b971d6b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "117713ae03b6904395d19e46f83a1daa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:07:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "48c1b101-42e1-41f3-b742-1ff017760424", - "x-ms-client-request-id": "117713ae03b6904395d19e46f83a1daa", - "x-ms-correlation-request-id": "c915051e-b034-4e49-8854-bfebd44074dd", - "x-ms-ratelimit-remaining-subscription-reads": "9071", - "x-ms-request-id": "16042446-3d32-4347-ae5b-69f8e11e6b88", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050759Z:c915051e-b034-4e49-8854-bfebd44074dd" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "acf9a55b3edce79f1a77fd80915e9bd9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:08:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ede1c837-1455-4dbc-b471-463f02aa30cd", - "x-ms-client-request-id": "acf9a55b3edce79f1a77fd80915e9bd9", - "x-ms-correlation-request-id": "ed812e34-72e4-4eef-8eea-106553956a9f", - "x-ms-ratelimit-remaining-subscription-reads": "9070", - "x-ms-request-id": "212d3a9e-a741-46d2-bf6a-a149babf5b4d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050800Z:ed812e34-72e4-4eef-8eea-106553956a9f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "92d6e25551744508a376ada29b5ac297", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:08:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "50b7a1b9-9123-46d0-bc46-de35458af705", - "x-ms-client-request-id": "92d6e25551744508a376ada29b5ac297", - "x-ms-correlation-request-id": "a23f8dbd-ff71-4d18-bb4f-dee10f4353c8", - "x-ms-ratelimit-remaining-subscription-reads": "9069", - "x-ms-request-id": "afdbaac3-b979-45c3-9b67-4a0a7d0c64c4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050802Z:a23f8dbd-ff71-4d18-bb4f-dee10f4353c8" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8cd3e9e5d57f709b7490f63e05c2fe37", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:08:03 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "683e9b11-d965-4128-b49e-7783478b0ff7", - "x-ms-client-request-id": "8cd3e9e5d57f709b7490f63e05c2fe37", - "x-ms-correlation-request-id": "75f76d0c-f0be-46c6-ade1-f34dc13b4130", - "x-ms-ratelimit-remaining-subscription-reads": "9068", - "x-ms-request-id": "d21f3b5b-c16e-4987-9f57-0fd0fe338c04", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050803Z:75f76d0c-f0be-46c6-ade1-f34dc13b4130" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "16f0c5358b6409369db4096590fd4bc0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:08:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a87543ba-3e63-43db-85ff-1fe09fe77dfe", - "x-ms-client-request-id": "16f0c5358b6409369db4096590fd4bc0", - "x-ms-correlation-request-id": "362e2342-5326-4d22-b3da-453d802aa583", - "x-ms-ratelimit-remaining-subscription-reads": "9067", - "x-ms-request-id": "a3593230-48d5-4912-8ee7-f1fd62bdffd3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050804Z:362e2342-5326-4d22-b3da-453d802aa583" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a89b66b40f8b805946651ee45ac93fe0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:08:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "43779882-1e8f-4b10-9d94-f9be753937e3", - "x-ms-client-request-id": "a89b66b40f8b805946651ee45ac93fe0", - "x-ms-correlation-request-id": "d89d1e09-6cd0-4b60-96f7-9d778bc86907", - "x-ms-ratelimit-remaining-subscription-reads": "9066", - "x-ms-request-id": "85ab32c6-a5e6-4dc8-8142-6523d1aab3c2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050806Z:d89d1e09-6cd0-4b60-96f7-9d778bc86907" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d66c7577ac695a32b2c9eecbcc35df76", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:08:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "57e5017c-c453-46d6-86ac-e2dd04ca2bbe", - "x-ms-client-request-id": "d66c7577ac695a32b2c9eecbcc35df76", - "x-ms-correlation-request-id": "28782d40-5cf0-47f4-9021-38b2954b6471", - "x-ms-ratelimit-remaining-subscription-reads": "9065", - "x-ms-request-id": "8d394f52-64fb-4b16-98eb-052fbfe5375f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050807Z:28782d40-5cf0-47f4-9021-38b2954b6471" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "9f893644562725ac6b70cffe6d52afd3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:08:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c933b34d-e911-4fa9-ac7c-a2bed676f125", - "x-ms-client-request-id": "9f893644562725ac6b70cffe6d52afd3", - "x-ms-correlation-request-id": "e8dcfff5-e37e-4182-a8d5-5c40aa4b910e", - "x-ms-ratelimit-remaining-subscription-reads": "9064", - "x-ms-request-id": "087058f6-e32e-4305-80cb-6e3ebc9054d3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050808Z:e8dcfff5-e37e-4182-a8d5-5c40aa4b910e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "1aee2874749008563340f5c1218eb410", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:08:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ba2a3e90-d1d3-45c0-bce8-70d76e0f1cb3", - "x-ms-client-request-id": "1aee2874749008563340f5c1218eb410", - "x-ms-correlation-request-id": "a8270e27-9494-46a5-876c-29c517a9ba63", - "x-ms-ratelimit-remaining-subscription-reads": "9063", - "x-ms-request-id": "ef25f0f2-74ec-421b-b88d-c945071afd4e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050809Z:a8270e27-9494-46a5-876c-29c517a9ba63" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "249fa785a03f21b9c9466bf9dd34ed60", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:08:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6903f627-9c95-4e71-a733-c04accbbdcc3", - "x-ms-client-request-id": "249fa785a03f21b9c9466bf9dd34ed60", - "x-ms-correlation-request-id": "301ecb88-f29b-49c5-ac9e-5f3a3285922a", - "x-ms-ratelimit-remaining-subscription-reads": "9062", - "x-ms-request-id": "d8aa208b-94bc-461e-b83e-e7a46888c550", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050811Z:301ecb88-f29b-49c5-ac9e-5f3a3285922a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a4571b1ac447d0e6df816be760ea04dd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:08:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c267ba26-6b44-49ec-9c65-b3da90b2ee1e", - "x-ms-client-request-id": "a4571b1ac447d0e6df816be760ea04dd", - "x-ms-correlation-request-id": "d56a675a-84c5-4e6a-a395-d07cd52cbcc6", - "x-ms-ratelimit-remaining-subscription-reads": "9061", - "x-ms-request-id": "17671642-15f3-43f5-9473-c5c8f26a3dea", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050812Z:d56a675a-84c5-4e6a-a395-d07cd52cbcc6" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c678bebc8ab2d3936fcc5149095c2bff", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:08:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c65edbb7-4e0b-47ee-b665-9b20b6be7257", - "x-ms-client-request-id": "c678bebc8ab2d3936fcc5149095c2bff", - "x-ms-correlation-request-id": "ffbe5632-4588-4a5d-98d8-76997833729f", - "x-ms-ratelimit-remaining-subscription-reads": "9060", - "x-ms-request-id": "7a263e9d-e694-4286-8007-cb441cafa44c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050813Z:ffbe5632-4588-4a5d-98d8-76997833729f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "05a694530f36c1c9c0cf44be34d1c0de", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:08:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7d8910ff-e26d-4c74-bb60-abf819001db8", - "x-ms-client-request-id": "05a694530f36c1c9c0cf44be34d1c0de", - "x-ms-correlation-request-id": "00f37927-c8a8-40b6-9991-86f6912712c8", - "x-ms-ratelimit-remaining-subscription-reads": "9059", - "x-ms-request-id": "be7d2e00-5098-4be9-ad85-287815922819", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050815Z:00f37927-c8a8-40b6-9991-86f6912712c8" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "1e3d8d4226bb90ae8783347a739cc783", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:08:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "32ef2746-03c4-457c-86a5-28509b7e54eb", - "x-ms-client-request-id": "1e3d8d4226bb90ae8783347a739cc783", - "x-ms-correlation-request-id": "ca6fa118-55c2-4491-a691-1dae1560d379", - "x-ms-ratelimit-remaining-subscription-reads": "9058", - "x-ms-request-id": "560ae1c2-9a25-436b-8055-6d5935a1cca3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050816Z:ca6fa118-55c2-4491-a691-1dae1560d379" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "cc936c56fe44aca6f5b705e346d59f9d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:08:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ce3e270e-c3d4-46fb-82e4-329d8eea6c78", - "x-ms-client-request-id": "cc936c56fe44aca6f5b705e346d59f9d", - "x-ms-correlation-request-id": "a6890565-eadb-445e-84ee-ef183d27035c", - "x-ms-ratelimit-remaining-subscription-reads": "9057", - "x-ms-request-id": "9cbf7bd2-cc8b-45e2-abf8-42959d6d2198", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050817Z:a6890565-eadb-445e-84ee-ef183d27035c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7b07720b0c1f2c43e6167eb3db4e4d24", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:08:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "23c4a34e-d796-4567-b96c-3ec817bc0d2b", - "x-ms-client-request-id": "7b07720b0c1f2c43e6167eb3db4e4d24", - "x-ms-correlation-request-id": "25838752-e6dd-44ce-b408-50aeed6b219d", - "x-ms-ratelimit-remaining-subscription-reads": "9056", - "x-ms-request-id": "2a6e70dc-c7b4-4f57-a6b4-03d040a01d68", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050818Z:25838752-e6dd-44ce-b408-50aeed6b219d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c867c108f43e439ae791290421ca49b2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:08:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "84c7a38b-1e19-49da-a297-f26dfa3d7ffe", - "x-ms-client-request-id": "c867c108f43e439ae791290421ca49b2", - "x-ms-correlation-request-id": "d4a876ad-9e88-483d-97d2-472e97b1d6b0", - "x-ms-ratelimit-remaining-subscription-reads": "9055", - "x-ms-request-id": "e4b14356-aa89-47db-a7a3-c22f911094eb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050820Z:d4a876ad-9e88-483d-97d2-472e97b1d6b0" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "016e97e34b944a632867e52d80f3d1a6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:08:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "45615f9f-c617-46eb-b2e3-f7ce0c5ef2b0", - "x-ms-client-request-id": "016e97e34b944a632867e52d80f3d1a6", - "x-ms-correlation-request-id": "51439b61-11ec-4e53-afd2-09c136df74c8", - "x-ms-ratelimit-remaining-subscription-reads": "9054", - "x-ms-request-id": "edc1055f-564e-4fbc-ad11-36927f0c1e3a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050821Z:51439b61-11ec-4e53-afd2-09c136df74c8" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "84dbe06ad66d175ed8c4948de33f0a1b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:08:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f20a3c33-d9e7-4555-8607-4a14ef5dfe2e", - "x-ms-client-request-id": "84dbe06ad66d175ed8c4948de33f0a1b", - "x-ms-correlation-request-id": "38ee726e-eed4-4e0b-811f-020731600847", - "x-ms-ratelimit-remaining-subscription-reads": "9053", - "x-ms-request-id": "74279bd7-cad4-4228-8d79-8fe8e963f006", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050823Z:38ee726e-eed4-4e0b-811f-020731600847" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "43cfcccc4bdfbc905d1da0d70e6cc2f3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:08:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "91d0d066-c83d-4bf2-b8b5-9394744bf1c5", - "x-ms-client-request-id": "43cfcccc4bdfbc905d1da0d70e6cc2f3", - "x-ms-correlation-request-id": "1ef1f9c7-e175-46ed-b329-3a328846af16", - "x-ms-ratelimit-remaining-subscription-reads": "9052", - "x-ms-request-id": "ee7c5e47-2c1a-4c50-8b9d-123283324823", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050824Z:1ef1f9c7-e175-46ed-b329-3a328846af16" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "419982c0c4ef0c44385729cfb7d566e8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:08:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "82e148bf-19d4-43d7-97f6-493df777040c", - "x-ms-client-request-id": "419982c0c4ef0c44385729cfb7d566e8", - "x-ms-correlation-request-id": "3547effa-2c6b-416b-9a71-8803d1571572", - "x-ms-ratelimit-remaining-subscription-reads": "9051", - "x-ms-request-id": "4910b47a-280a-4514-aa2a-9b468ec44140", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050825Z:3547effa-2c6b-416b-9a71-8803d1571572" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b461ca5c8d231ec7501e27503687086b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:08:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "01577aca-1d50-4f29-8377-04635e4b3d11", - "x-ms-client-request-id": "b461ca5c8d231ec7501e27503687086b", - "x-ms-correlation-request-id": "1c53fe0d-9c44-43b7-b4ca-71965ab7aa19", - "x-ms-ratelimit-remaining-subscription-reads": "9050", - "x-ms-request-id": "29f50f6b-01df-40c0-8db6-cffd73b12455", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050826Z:1c53fe0d-9c44-43b7-b4ca-71965ab7aa19" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "61cda001c9a5072b87c20a8722c00587", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:08:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "83560905-a433-4fe7-abdf-18d2d44a9d3a", - "x-ms-client-request-id": "61cda001c9a5072b87c20a8722c00587", - "x-ms-correlation-request-id": "afa8e34c-0d9d-48ee-92a7-394913300918", - "x-ms-ratelimit-remaining-subscription-reads": "9049", - "x-ms-request-id": "56fe0ff5-20a2-46ac-802c-673dace1d06a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050828Z:afa8e34c-0d9d-48ee-92a7-394913300918" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "447bb7b60e0b32cfba7bf0d09df3d5b1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:08:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6ac65472-9a7d-40e5-b8f8-972ca050ccdf", - "x-ms-client-request-id": "447bb7b60e0b32cfba7bf0d09df3d5b1", - "x-ms-correlation-request-id": "5cac228f-979f-4d6b-81fa-83b1dfaab77e", - "x-ms-ratelimit-remaining-subscription-reads": "9048", - "x-ms-request-id": "e6ff7ab5-3c73-4499-a3ec-169c8390cd01", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050829Z:5cac228f-979f-4d6b-81fa-83b1dfaab77e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "16cebd4f050892429e592c61823ffc90", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:08:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "738303fe-dedd-4737-8593-460ef003ccd6", - "x-ms-client-request-id": "16cebd4f050892429e592c61823ffc90", - "x-ms-correlation-request-id": "5971bd07-cc04-4242-9431-9460b47997fb", - "x-ms-ratelimit-remaining-subscription-reads": "9047", - "x-ms-request-id": "c7af3489-2ac7-44d5-b73a-0931a2b18097", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050830Z:5971bd07-cc04-4242-9431-9460b47997fb" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7f9a9f19c40cf260d09ba62ad85a6a94", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:08:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "65781f92-41d8-426d-a4b1-2bd591887269", - "x-ms-client-request-id": "7f9a9f19c40cf260d09ba62ad85a6a94", - "x-ms-correlation-request-id": "f62425ef-54f0-49ed-9e72-945985824ff6", - "x-ms-ratelimit-remaining-subscription-reads": "9046", - "x-ms-request-id": "b9e98813-23b6-4d72-a1a3-69db6ee101fc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050831Z:f62425ef-54f0-49ed-9e72-945985824ff6" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "643859eceef1b07f74e8a5b2e26eaf7b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:08:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0d2ebc08-24b6-4f7f-bdb3-fb2146a09b07", - "x-ms-client-request-id": "643859eceef1b07f74e8a5b2e26eaf7b", - "x-ms-correlation-request-id": "401b22a5-0dbe-4637-bcdb-d3ccf8564a5d", - "x-ms-ratelimit-remaining-subscription-reads": "9045", - "x-ms-request-id": "5a8158a8-4267-4840-b6f0-ea4cf5d457a2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050833Z:401b22a5-0dbe-4637-bcdb-d3ccf8564a5d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "feb7607f56598ba45ddb456d5f17ba43", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:08:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "31831e20-704e-4c2b-be7a-124e59a0e8d9", - "x-ms-client-request-id": "feb7607f56598ba45ddb456d5f17ba43", - "x-ms-correlation-request-id": "100bf2e1-3b11-44a3-b995-fad91cc67b9e", - "x-ms-ratelimit-remaining-subscription-reads": "9044", - "x-ms-request-id": "a275d1a3-09f6-46da-a5ea-2c04e1894e5c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050834Z:100bf2e1-3b11-44a3-b995-fad91cc67b9e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "297498ee97072a9e1fe90a241eae1062", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:08:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e0afad4e-f589-487c-a5f2-6107d16560eb", - "x-ms-client-request-id": "297498ee97072a9e1fe90a241eae1062", - "x-ms-correlation-request-id": "2ced93e6-7081-462d-bf23-ff7ffd45e135", - "x-ms-ratelimit-remaining-subscription-reads": "9043", - "x-ms-request-id": "30a0c505-53e7-4fab-b896-fca98d62552b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050835Z:2ced93e6-7081-462d-bf23-ff7ffd45e135" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "78ab2aeb6ba3963ab4ad0716a912515c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:08:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "96b5e045-983d-420a-9fd0-5cba275b9d16", - "x-ms-client-request-id": "78ab2aeb6ba3963ab4ad0716a912515c", - "x-ms-correlation-request-id": "5a686441-8744-4303-8bc5-755e86980a79", - "x-ms-ratelimit-remaining-subscription-reads": "9042", - "x-ms-request-id": "e26710b6-ab83-4de4-95ec-1180b430aa73", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050837Z:5a686441-8744-4303-8bc5-755e86980a79" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "49c3612e86f9e874c28cde704b806cae", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:08:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "782548fd-7b23-434f-96ab-5ffd6a45630f", - "x-ms-client-request-id": "49c3612e86f9e874c28cde704b806cae", - "x-ms-correlation-request-id": "4000f1ac-3663-40b9-9ff0-8384b29f8d27", - "x-ms-ratelimit-remaining-subscription-reads": "9041", - "x-ms-request-id": "ea3df761-7f78-4976-9755-eb24b5bcdac4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050838Z:4000f1ac-3663-40b9-9ff0-8384b29f8d27" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "3481e2ca426c83a05ede74598f88810d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:08:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f037ebf6-ad42-4579-9c5b-dd159613d143", - "x-ms-client-request-id": "3481e2ca426c83a05ede74598f88810d", - "x-ms-correlation-request-id": "c6fc54d6-dfa0-4e4d-b99e-81b3a264361e", - "x-ms-ratelimit-remaining-subscription-reads": "9040", - "x-ms-request-id": "89dcb792-2854-441d-881d-6f3f2ed88745", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050839Z:c6fc54d6-dfa0-4e4d-b99e-81b3a264361e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "bcf5ae98c7eb6569b6c3b5168dc94a34", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:08:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a0dc57f5-3a7b-445e-a366-a8bdf41d0b1c", - "x-ms-client-request-id": "bcf5ae98c7eb6569b6c3b5168dc94a34", - "x-ms-correlation-request-id": "15c5cecc-b95f-4478-a444-5c8dd8e9dd66", - "x-ms-ratelimit-remaining-subscription-reads": "9039", - "x-ms-request-id": "7ed6cc1a-d70b-4eba-9f9f-9f69d116ac30", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050840Z:15c5cecc-b95f-4478-a444-5c8dd8e9dd66" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c64b59401c90ecf0c140eb1b111a593a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:08:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e1bdcd33-50bf-48d5-8a71-5c8cc4226793", - "x-ms-client-request-id": "c64b59401c90ecf0c140eb1b111a593a", - "x-ms-correlation-request-id": "07bed47a-a89e-498e-8703-fa4e5b4bbe87", - "x-ms-ratelimit-remaining-subscription-reads": "9038", - "x-ms-request-id": "58d21070-776e-4acd-a176-8b6d3e21eb7e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050842Z:07bed47a-a89e-498e-8703-fa4e5b4bbe87" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "9dd8d10bb08a03c3791c7ea98c8af594", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:08:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4da087d6-a4ca-4a5d-82b1-4eae1e2a1a54", - "x-ms-client-request-id": "9dd8d10bb08a03c3791c7ea98c8af594", - "x-ms-correlation-request-id": "43896dee-1c4d-4cd4-a999-deeb3cb7373d", - "x-ms-ratelimit-remaining-subscription-reads": "9037", - "x-ms-request-id": "1208b999-4ba6-4041-93d0-c98a5af62047", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050843Z:43896dee-1c4d-4cd4-a999-deeb3cb7373d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "36194093ba3c7b7cbd09fbabdc4e549b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:08:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "13f43267-e480-4b24-bd6e-8fe2612b58c5", - "x-ms-client-request-id": "36194093ba3c7b7cbd09fbabdc4e549b", - "x-ms-correlation-request-id": "3e01a392-2fc7-4f18-ac40-ad8aa3d3c510", - "x-ms-ratelimit-remaining-subscription-reads": "9036", - "x-ms-request-id": "262af7e7-4ad3-4faa-8be6-bdd9222aa3c7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050844Z:3e01a392-2fc7-4f18-ac40-ad8aa3d3c510" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "bc0a7b6aadf18fa995484c749d475f37", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:08:45 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d64c5f55-e1d2-4eaa-94da-1f6491f05296", - "x-ms-client-request-id": "bc0a7b6aadf18fa995484c749d475f37", - "x-ms-correlation-request-id": "60fb7dfb-16c0-415f-86a6-3a98e6aee40f", - "x-ms-ratelimit-remaining-subscription-reads": "9035", - "x-ms-request-id": "72178f7c-be7e-4551-9030-d1f7b35ed0ff", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050845Z:60fb7dfb-16c0-415f-86a6-3a98e6aee40f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d087564a220050fd545cdf80b518262b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:08:46 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f2047ed7-4459-4335-a16f-b6c82ae775c4", - "x-ms-client-request-id": "d087564a220050fd545cdf80b518262b", - "x-ms-correlation-request-id": "8c5f99a1-0676-4437-99f1-1ebac2b80468", - "x-ms-ratelimit-remaining-subscription-reads": "9034", - "x-ms-request-id": "758d1c29-8b8e-49b9-9b1f-38e9f55c8d77", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050847Z:8c5f99a1-0676-4437-99f1-1ebac2b80468" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "103ee2c7397fe5a29789a0f46e07de76", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:08:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "da5823a0-314b-4795-8674-b911b13e9750", - "x-ms-client-request-id": "103ee2c7397fe5a29789a0f46e07de76", - "x-ms-correlation-request-id": "64b577fe-9bd5-49cb-8b08-54b827b2d8d4", - "x-ms-ratelimit-remaining-subscription-reads": "9033", - "x-ms-request-id": "dad865ce-6fe6-4a42-8d9e-a6f8f4d17ccf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050848Z:64b577fe-9bd5-49cb-8b08-54b827b2d8d4" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8560c4a984c6479b7eba6795ce28da7d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:08:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "58934aba-a5f1-436c-921d-a1ca0c49634a", - "x-ms-client-request-id": "8560c4a984c6479b7eba6795ce28da7d", - "x-ms-correlation-request-id": "5f252851-8c17-4981-9dc2-ba59c00319aa", - "x-ms-ratelimit-remaining-subscription-reads": "9032", - "x-ms-request-id": "e12e09e9-6978-4474-9a17-e81a162b4217", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050849Z:5f252851-8c17-4981-9dc2-ba59c00319aa" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "baac20214f0811b7b4a139768209e24c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:08:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "93347334-bd6a-48ae-ae8b-cd5a02265c64", - "x-ms-client-request-id": "baac20214f0811b7b4a139768209e24c", - "x-ms-correlation-request-id": "8fb0a817-ccdc-4a6c-a969-95daea52e99f", - "x-ms-ratelimit-remaining-subscription-reads": "9031", - "x-ms-request-id": "81263e42-d316-4e4b-a3e5-ba28d8c1db4e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050851Z:8fb0a817-ccdc-4a6c-a969-95daea52e99f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f1d7687da1b7436547f792c5d10d176e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:08:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d15cd9df-8262-40ce-85ab-36e2fca38228", - "x-ms-client-request-id": "f1d7687da1b7436547f792c5d10d176e", - "x-ms-correlation-request-id": "8ff65cf2-dcf5-4925-8d9e-c9a90f950a2f", - "x-ms-ratelimit-remaining-subscription-reads": "9030", - "x-ms-request-id": "9f5f8f76-c657-4b7e-be04-e28236ba4feb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050852Z:8ff65cf2-dcf5-4925-8d9e-c9a90f950a2f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "4dd322ae235b5a6d0c4fd1244a24c474", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:08:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2dde541a-a4c0-40a1-a951-90951d365efc", - "x-ms-client-request-id": "4dd322ae235b5a6d0c4fd1244a24c474", - "x-ms-correlation-request-id": "738a7035-7d8e-4840-8d0d-a7eec6e678b1", - "x-ms-ratelimit-remaining-subscription-reads": "9029", - "x-ms-request-id": "33eae2e3-4c1d-48db-956c-38175ca3153f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050853Z:738a7035-7d8e-4840-8d0d-a7eec6e678b1" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "65171bd7e9517fc6bb687311bcf240a6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:08:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3ad35686-2178-44b6-91e9-6d6034a2c5bb", - "x-ms-client-request-id": "65171bd7e9517fc6bb687311bcf240a6", - "x-ms-correlation-request-id": "0949c69c-097b-44f1-814f-b247dcfa1122", - "x-ms-ratelimit-remaining-subscription-reads": "9028", - "x-ms-request-id": "fdca0ac7-1b72-41ec-95de-8c5073f0e70a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050854Z:0949c69c-097b-44f1-814f-b247dcfa1122" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "60c7cb8a94365af1fb7ce468d040f923", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:08:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "71db05a6-c677-4a7b-abd6-f1920adee4f1", - "x-ms-client-request-id": "60c7cb8a94365af1fb7ce468d040f923", - "x-ms-correlation-request-id": "b794d4ba-e9af-49e3-b334-e28e0fd4d4f9", - "x-ms-ratelimit-remaining-subscription-reads": "9027", - "x-ms-request-id": "4e7107f6-8a01-475a-8930-1e7946387685", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050856Z:b794d4ba-e9af-49e3-b334-e28e0fd4d4f9" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b5ed1d32b1f5c51c5c5391f2af5c9d19", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:08:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "071269f3-d5cf-4e8a-9b67-d36181e20de4", - "x-ms-client-request-id": "b5ed1d32b1f5c51c5c5391f2af5c9d19", - "x-ms-correlation-request-id": "e7c1d51b-5c17-49ff-bf1c-b73517c94b38", - "x-ms-ratelimit-remaining-subscription-reads": "9026", - "x-ms-request-id": "a4298bd7-b8a9-4cd3-ab9d-1b24d84a6374", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050857Z:e7c1d51b-5c17-49ff-bf1c-b73517c94b38" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7f9a2a0f645c433e29bc6ad5045eaf7b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:08:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2397450e-5339-4dd5-a772-48af24590d15", - "x-ms-client-request-id": "7f9a2a0f645c433e29bc6ad5045eaf7b", - "x-ms-correlation-request-id": "fcea1927-63cd-44ba-82cc-e4e333c76032", - "x-ms-ratelimit-remaining-subscription-reads": "9025", - "x-ms-request-id": "4dfcd218-3c90-423e-82f3-76c957914417", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050858Z:fcea1927-63cd-44ba-82cc-e4e333c76032" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "9ede506f8a05d8b0ae0203e202ffaa9e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:08:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6a71ff33-8f52-4f75-bf9c-72b5aa39ea7e", - "x-ms-client-request-id": "9ede506f8a05d8b0ae0203e202ffaa9e", - "x-ms-correlation-request-id": "a4d06e68-70de-4d1f-9e9e-f82a9009dd8f", - "x-ms-ratelimit-remaining-subscription-reads": "9024", - "x-ms-request-id": "f43bdeda-785b-42b3-a9ac-ae8e694d77cb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050900Z:a4d06e68-70de-4d1f-9e9e-f82a9009dd8f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a659cbde79a5cec6dfa98b394747c0fd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:09:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "bb2b0da1-a1fa-4f80-a5db-ff2852bc599f", - "x-ms-client-request-id": "a659cbde79a5cec6dfa98b394747c0fd", - "x-ms-correlation-request-id": "8669b834-17d2-4a22-926d-5588844810bd", - "x-ms-ratelimit-remaining-subscription-reads": "9023", - "x-ms-request-id": "11bdcb64-c6ae-43ca-b5d0-ed1d9262d399", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050901Z:8669b834-17d2-4a22-926d-5588844810bd" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5f8216a3ff7e841479c2d159605b402a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:09:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "579ebaa7-b006-46f9-a0f1-5108b4054d8c", - "x-ms-client-request-id": "5f8216a3ff7e841479c2d159605b402a", - "x-ms-correlation-request-id": "0c6fe21a-2099-4130-9017-16800ee203a5", - "x-ms-ratelimit-remaining-subscription-reads": "9022", - "x-ms-request-id": "fb2b3621-b84b-4447-a169-682e2a038105", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050902Z:0c6fe21a-2099-4130-9017-16800ee203a5" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "39f6cc120905f6d6890fbf5bfe779167", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:09:03 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c4002361-1d19-4480-8dd0-e8cd03ec630e", - "x-ms-client-request-id": "39f6cc120905f6d6890fbf5bfe779167", - "x-ms-correlation-request-id": "02c33dc3-7fc9-4deb-a1b4-b811c11f9b72", - "x-ms-ratelimit-remaining-subscription-reads": "9021", - "x-ms-request-id": "95c04426-3190-4d96-a80e-b953bf566097", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050903Z:02c33dc3-7fc9-4deb-a1b4-b811c11f9b72" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ec3e05424b7cdf1fb7d42ce3a86d6d83", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:09:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "16d92fae-bb60-49dd-81b1-66e1cd2c8ddc", - "x-ms-client-request-id": "ec3e05424b7cdf1fb7d42ce3a86d6d83", - "x-ms-correlation-request-id": "7b85abd7-2906-400e-b16a-2bc2302d2265", - "x-ms-ratelimit-remaining-subscription-reads": "9020", - "x-ms-request-id": "cd894614-5c07-48a6-ae0b-f087535af78c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050905Z:7b85abd7-2906-400e-b16a-2bc2302d2265" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7b27616986509af83f8bd56e3fb88601", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:09:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a052f31c-ed22-4f42-94d2-69455e4c92a4", - "x-ms-client-request-id": "7b27616986509af83f8bd56e3fb88601", - "x-ms-correlation-request-id": "7ba3f445-a264-4715-92bd-088edae96e72", - "x-ms-ratelimit-remaining-subscription-reads": "9019", - "x-ms-request-id": "bacac073-fb26-4c53-bab6-2239c2c62e17", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050906Z:7ba3f445-a264-4715-92bd-088edae96e72" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5a176930531cc6adac178230dcf34e1c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:09:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "325fe287-d1bc-4734-8fef-96efdd73c665", - "x-ms-client-request-id": "5a176930531cc6adac178230dcf34e1c", - "x-ms-correlation-request-id": "b83b05a2-ab72-4ec2-989f-9a7dafbf527d", - "x-ms-ratelimit-remaining-subscription-reads": "9018", - "x-ms-request-id": "34b2595e-e111-45b8-a6bf-064d4e1a94a4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050907Z:b83b05a2-ab72-4ec2-989f-9a7dafbf527d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "9df23ca21650bb160da4acf176b19ffe", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:09:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "35f58f06-936d-41e0-81e7-c9edd3d2d095", - "x-ms-client-request-id": "9df23ca21650bb160da4acf176b19ffe", - "x-ms-correlation-request-id": "bb5ce517-55e2-4a8f-8416-bc66e0449275", - "x-ms-ratelimit-remaining-subscription-reads": "9017", - "x-ms-request-id": "95172971-c832-4c37-a934-e6b6727e4f34", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050908Z:bb5ce517-55e2-4a8f-8416-bc66e0449275" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "3eb22b4e13551566b360ce3904c7be4c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:09:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d00280dc-0531-4964-9168-fdc9bbacbc2b", - "x-ms-client-request-id": "3eb22b4e13551566b360ce3904c7be4c", - "x-ms-correlation-request-id": "4bdffeae-e9ef-48ba-b379-11ad726f0bf8", - "x-ms-ratelimit-remaining-subscription-reads": "9016", - "x-ms-request-id": "9854f7c1-9922-4b28-a1c6-d626666dd943", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050910Z:4bdffeae-e9ef-48ba-b379-11ad726f0bf8" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "02ccb83de8c61ab0535b4d78a6bc50fa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:09:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9dce9d9d-f5e4-43b6-829c-33ef27691f5b", - "x-ms-client-request-id": "02ccb83de8c61ab0535b4d78a6bc50fa", - "x-ms-correlation-request-id": "59c4ffd7-8b4b-4ad9-89b6-059b3ed92e3e", - "x-ms-ratelimit-remaining-subscription-reads": "9015", - "x-ms-request-id": "8af1aed8-d7e9-42b4-b7b8-cd13cb14c69b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050911Z:59c4ffd7-8b4b-4ad9-89b6-059b3ed92e3e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b0e2837710408ec7d6dceaf047ddb645", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:09:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "fef34703-e08b-4e14-9aed-c7a7dbeb8ec0", - "x-ms-client-request-id": "b0e2837710408ec7d6dceaf047ddb645", - "x-ms-correlation-request-id": "a1b9ab93-1ae0-4202-8481-5a75f2930ec0", - "x-ms-ratelimit-remaining-subscription-reads": "9014", - "x-ms-request-id": "1e067c7f-fa29-4f59-9100-780681b00c68", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050912Z:a1b9ab93-1ae0-4202-8481-5a75f2930ec0" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "beb460e59ce565387a97eaf9c6ed6ef6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:09:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "780ec0b1-0ece-43fc-9969-d2eee4e4974b", - "x-ms-client-request-id": "beb460e59ce565387a97eaf9c6ed6ef6", - "x-ms-correlation-request-id": "5c2211fa-1aab-4360-9f40-861842e39bf4", - "x-ms-ratelimit-remaining-subscription-reads": "9013", - "x-ms-request-id": "4811dda6-f623-49d2-bd26-156602e1ca9b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050914Z:5c2211fa-1aab-4360-9f40-861842e39bf4" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "80c1d4100de52c0cf13d2ce9fec0d375", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:09:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "57f349ee-f7ff-4ca4-97f8-460aa936a863", - "x-ms-client-request-id": "80c1d4100de52c0cf13d2ce9fec0d375", - "x-ms-correlation-request-id": "7555e67f-1b63-4bdf-91fc-1f9a78bd2397", - "x-ms-ratelimit-remaining-subscription-reads": "9012", - "x-ms-request-id": "c1af05e5-e8b3-4d02-8bcb-54fb310d5039", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050915Z:7555e67f-1b63-4bdf-91fc-1f9a78bd2397" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "469207a49108da154b7c36a925cdc8e9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:09:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "915c3b54-3229-45c0-8405-01060f8748c5", - "x-ms-client-request-id": "469207a49108da154b7c36a925cdc8e9", - "x-ms-correlation-request-id": "4b3f578a-c352-430e-ac60-dace6697dde3", - "x-ms-ratelimit-remaining-subscription-reads": "9011", - "x-ms-request-id": "a45f6d2e-a76b-4fe0-87a1-3128b9088d6e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050916Z:4b3f578a-c352-430e-ac60-dace6697dde3" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "72dff46d361bd8605487cca8704e67ba", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:09:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d7251d5b-1340-4bad-afe1-979f9397d049", - "x-ms-client-request-id": "72dff46d361bd8605487cca8704e67ba", - "x-ms-correlation-request-id": "3b5a0dde-8e7c-445f-8b86-236a69a60076", - "x-ms-ratelimit-remaining-subscription-reads": "9010", - "x-ms-request-id": "b5966760-b54c-4d15-9578-2af9b87bbf31", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050917Z:3b5a0dde-8e7c-445f-8b86-236a69a60076" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "be5574c4285a7eedbfe73568d7620724", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:09:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e8552b83-2873-455f-b2df-ff4c6e1b55bb", - "x-ms-client-request-id": "be5574c4285a7eedbfe73568d7620724", - "x-ms-correlation-request-id": "0ea18edd-8ad5-4897-9b86-6140df14c579", - "x-ms-ratelimit-remaining-subscription-reads": "9009", - "x-ms-request-id": "2e8052e0-2382-46a9-9984-4cb9e68df302", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050919Z:0ea18edd-8ad5-4897-9b86-6140df14c579" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "097b437460e06e5aa6baf281c56d6afc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:09:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ea6e8152-3fc0-49da-b583-af9cea683720", - "x-ms-client-request-id": "097b437460e06e5aa6baf281c56d6afc", - "x-ms-correlation-request-id": "126ead47-0bb6-49ed-9d38-070337e29ddf", - "x-ms-ratelimit-remaining-subscription-reads": "9008", - "x-ms-request-id": "5fa6ede1-067f-4e36-9a00-4ee48ac30886", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050920Z:126ead47-0bb6-49ed-9d38-070337e29ddf" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b0e47b140a78458e0660b33400f700f1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:09:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e15e3c4b-c27b-488c-8b9b-e8bdcf4238df", - "x-ms-client-request-id": "b0e47b140a78458e0660b33400f700f1", - "x-ms-correlation-request-id": "27af651e-20bb-4dc1-a525-b7d3eec07fd2", - "x-ms-ratelimit-remaining-subscription-reads": "9007", - "x-ms-request-id": "4ebf38b1-db95-4272-bd45-73785ea48f0b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050921Z:27af651e-20bb-4dc1-a525-b7d3eec07fd2" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2c33a8805dd363d91ae6179f366cb951", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:09:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2d8e0975-fb6b-4ab3-9827-bf09779091bc", - "x-ms-client-request-id": "2c33a8805dd363d91ae6179f366cb951", - "x-ms-correlation-request-id": "032dd4fe-dbd0-474e-985e-37693da00d20", - "x-ms-ratelimit-remaining-subscription-reads": "9006", - "x-ms-request-id": "ea42108d-fc96-444b-a715-f0b42fcdb6dd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050922Z:032dd4fe-dbd0-474e-985e-37693da00d20" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5b54387c567e69acb436037fac256eaf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:09:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "40d51a07-bfaf-43ee-9a47-38d42dd04221", - "x-ms-client-request-id": "5b54387c567e69acb436037fac256eaf", - "x-ms-correlation-request-id": "5e5bd34c-4348-4577-9acf-d0348895b7d2", - "x-ms-ratelimit-remaining-subscription-reads": "9005", - "x-ms-request-id": "c374f78b-89f0-45a6-8370-a03711c75962", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050924Z:5e5bd34c-4348-4577-9acf-d0348895b7d2" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "1c0100ba3d39b629a2819691f2ee0f9a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:09:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9e6f281e-6e24-43e8-b5e1-c65f501260b0", - "x-ms-client-request-id": "1c0100ba3d39b629a2819691f2ee0f9a", - "x-ms-correlation-request-id": "81af43d3-1b82-4b37-80e8-dfc64e66d40b", - "x-ms-ratelimit-remaining-subscription-reads": "9004", - "x-ms-request-id": "2a760168-4b91-41c5-ab04-108a30cf72d5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050925Z:81af43d3-1b82-4b37-80e8-dfc64e66d40b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c7b761a7a4a32a73fcc9779d5a59b7f4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:09:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "34e76dd1-1eeb-4805-833a-0706c7ff2a06", - "x-ms-client-request-id": "c7b761a7a4a32a73fcc9779d5a59b7f4", - "x-ms-correlation-request-id": "e6885583-49cf-41ff-b734-f96fe2b058ca", - "x-ms-ratelimit-remaining-subscription-reads": "9003", - "x-ms-request-id": "d74e5688-c3ff-44b9-b21a-fba6cbd89346", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050926Z:e6885583-49cf-41ff-b734-f96fe2b058ca" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "35e568779c6b3f180f9db9fcbf1a77c6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:09:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d27bc546-3134-484f-8dec-198ebecdabaa", - "x-ms-client-request-id": "35e568779c6b3f180f9db9fcbf1a77c6", - "x-ms-correlation-request-id": "7d16f7b7-1472-4788-b4a5-5762e08ed459", - "x-ms-ratelimit-remaining-subscription-reads": "9002", - "x-ms-request-id": "6d2d0728-abcc-4177-947a-1416d259627a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050927Z:7d16f7b7-1472-4788-b4a5-5762e08ed459" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "4ad86926a66e150b8dd7206fc58c5c48", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:09:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "675594fc-3ed3-44af-91d7-6b42a6efcedd", - "x-ms-client-request-id": "4ad86926a66e150b8dd7206fc58c5c48", - "x-ms-correlation-request-id": "42629ace-07fe-43df-91c1-11c08c739a97", - "x-ms-ratelimit-remaining-subscription-reads": "9001", - "x-ms-request-id": "a51af3e3-52f7-427b-a3c5-c772e9e77ca6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050929Z:42629ace-07fe-43df-91c1-11c08c739a97" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8a1aa1cada090a2e4978b806eb766ae1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:09:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b36b117a-be95-447c-9b71-069c1a1e7547", - "x-ms-client-request-id": "8a1aa1cada090a2e4978b806eb766ae1", - "x-ms-correlation-request-id": "ca8d3e0f-ab1f-4ae4-8ce5-21be52fd0250", - "x-ms-ratelimit-remaining-subscription-reads": "9000", - "x-ms-request-id": "cb7ff6bf-2334-4dba-9a82-5126210419a8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050930Z:ca8d3e0f-ab1f-4ae4-8ce5-21be52fd0250" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f176b1526c80d1865dd0a7947ca97983", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:09:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "75cf8213-a5ce-4af0-868e-84d877ac27b4", - "x-ms-client-request-id": "f176b1526c80d1865dd0a7947ca97983", - "x-ms-correlation-request-id": "4fcc21da-5fa4-4dc9-9c20-63ff2a7b85c0", - "x-ms-ratelimit-remaining-subscription-reads": "8999", - "x-ms-request-id": "6c17d5e4-d845-45f1-81aa-2806c6b4f1b0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050931Z:4fcc21da-5fa4-4dc9-9c20-63ff2a7b85c0" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "1e327040ec004cbd3ace01f5ee042a17", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:09:32 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "65005b4b-7723-4be6-ad17-4f879683c31d", - "x-ms-client-request-id": "1e327040ec004cbd3ace01f5ee042a17", - "x-ms-correlation-request-id": "768cb4e0-abf2-4e94-a7ee-d2d5dcc245fc", - "x-ms-ratelimit-remaining-subscription-reads": "8998", - "x-ms-request-id": "89d3ced8-d6bf-449a-8ed4-1be82cd97850", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050933Z:768cb4e0-abf2-4e94-a7ee-d2d5dcc245fc" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "131c3e6c6b155dc71a492d38329a8da0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:09:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e5fdb163-3b81-49b1-af10-36923e517f84", - "x-ms-client-request-id": "131c3e6c6b155dc71a492d38329a8da0", - "x-ms-correlation-request-id": "7c0ab600-ac7f-4cce-b8eb-4891e4d23489", - "x-ms-ratelimit-remaining-subscription-reads": "8997", - "x-ms-request-id": "f6235f36-c50c-4c0a-afd4-123a3b3643a6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050934Z:7c0ab600-ac7f-4cce-b8eb-4891e4d23489" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7ac534fe4b4365e1f42ab6b26a91e258", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:09:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "26d72030-ccb5-4c94-b74b-ebb6e788c70e", - "x-ms-client-request-id": "7ac534fe4b4365e1f42ab6b26a91e258", - "x-ms-correlation-request-id": "6ce4164f-5541-4e2e-ad5d-b7edbf682508", - "x-ms-ratelimit-remaining-subscription-reads": "8996", - "x-ms-request-id": "eb85c4e5-e650-4bb4-a2a7-2d7d70f42fb0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050935Z:6ce4164f-5541-4e2e-ad5d-b7edbf682508" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "3e2790a6668cd56da9d503b7bf84199f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:09:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "96325ff7-2b38-4742-8218-29ed41e897a4", - "x-ms-client-request-id": "3e2790a6668cd56da9d503b7bf84199f", - "x-ms-correlation-request-id": "461bdb79-80ec-40fb-ae46-883df2502537", - "x-ms-ratelimit-remaining-subscription-reads": "8995", - "x-ms-request-id": "afa0b8e0-4816-46f9-829f-5b7c975cb1a9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050936Z:461bdb79-80ec-40fb-ae46-883df2502537" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "baf76140b03f21d35cb71febb415f289", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:09:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "482f5ddd-dd0a-4cd2-aafe-e0a412f2b938", - "x-ms-client-request-id": "baf76140b03f21d35cb71febb415f289", - "x-ms-correlation-request-id": "515701b6-f040-4e23-8779-c140c482ae5b", - "x-ms-ratelimit-remaining-subscription-reads": "8994", - "x-ms-request-id": "5cc54c14-27b8-44b0-bf66-f5a0cc0139f1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050938Z:515701b6-f040-4e23-8779-c140c482ae5b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a292d4664f739814c6f0d06e482aa570", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:09:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e6d4607a-2439-409d-8874-88837995f30b", - "x-ms-client-request-id": "a292d4664f739814c6f0d06e482aa570", - "x-ms-correlation-request-id": "423950a3-c829-4c33-87ff-d64d098f1c70", - "x-ms-ratelimit-remaining-subscription-reads": "8993", - "x-ms-request-id": "1a9c142e-3f41-442c-8b8a-684c4d5d9ee9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050939Z:423950a3-c829-4c33-87ff-d64d098f1c70" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "097216102899f619bc06e1d446822094", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:09:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "cdc94c00-d9df-42e5-b050-80a92a79b8a6", - "x-ms-client-request-id": "097216102899f619bc06e1d446822094", - "x-ms-correlation-request-id": "4f194421-e6c5-439f-a2c8-af35d399d036", - "x-ms-ratelimit-remaining-subscription-reads": "8992", - "x-ms-request-id": "92cac955-4d19-4a86-8062-ade358f21a46", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050940Z:4f194421-e6c5-439f-a2c8-af35d399d036" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "eb5079e277f1f12c4d5ef34fdf65d932", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:09:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c28f8db3-3c63-462b-bb25-86e51d1bd19a", - "x-ms-client-request-id": "eb5079e277f1f12c4d5ef34fdf65d932", - "x-ms-correlation-request-id": "1ea39738-a321-4285-8b48-e96a6cc329d8", - "x-ms-ratelimit-remaining-subscription-reads": "8991", - "x-ms-request-id": "4f0f9663-f397-4017-823f-c072583b2b54", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050941Z:1ea39738-a321-4285-8b48-e96a6cc329d8" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "9ddaaf11e9a33eefbb9ce56d6d3f5144", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:09:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ed79a57e-64ad-44f8-873f-3cae2e7e8f07", - "x-ms-client-request-id": "9ddaaf11e9a33eefbb9ce56d6d3f5144", - "x-ms-correlation-request-id": "b61c8149-3c20-4907-84eb-b0ac8689ea03", - "x-ms-ratelimit-remaining-subscription-reads": "8990", - "x-ms-request-id": "01b918e0-44d4-4fd0-8fae-b6fd241fa6fc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050943Z:b61c8149-3c20-4907-84eb-b0ac8689ea03" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ce8c3ccfbada997eea80bb3b35ca1756", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:09:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "620a8ea7-6aca-4f56-9dda-0e5a394497bc", - "x-ms-client-request-id": "ce8c3ccfbada997eea80bb3b35ca1756", - "x-ms-correlation-request-id": "d6f7ff4c-bab1-430f-af15-bba02e61f960", - "x-ms-ratelimit-remaining-subscription-reads": "8989", - "x-ms-request-id": "c10e222c-1c70-49bf-af08-8e460f6a0196", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050944Z:d6f7ff4c-bab1-430f-af15-bba02e61f960" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "97c2af2c83a8f8f08a12305591be830e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:09:45 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c818c202-d179-4412-97b1-1be5d47f218a", - "x-ms-client-request-id": "97c2af2c83a8f8f08a12305591be830e", - "x-ms-correlation-request-id": "3344df95-e37c-4925-8731-0703306b0be3", - "x-ms-ratelimit-remaining-subscription-reads": "8988", - "x-ms-request-id": "91646090-25cd-4a50-a427-c7362b8cc9b6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050945Z:3344df95-e37c-4925-8731-0703306b0be3" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a27fae0d0ad957583040b2222db409f0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:09:46 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "29108bc9-1c52-402b-8d26-5c5f0b362b7c", - "x-ms-client-request-id": "a27fae0d0ad957583040b2222db409f0", - "x-ms-correlation-request-id": "c061a1f8-19a7-4b2c-a39f-38ecbb8e180e", - "x-ms-ratelimit-remaining-subscription-reads": "8987", - "x-ms-request-id": "da8941db-036e-4c14-a53f-92da724d68cd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050947Z:c061a1f8-19a7-4b2c-a39f-38ecbb8e180e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "be408f85b97c4b9c4c9344c78a28082b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:09:47 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "be7b197e-b1d9-46f9-b9e8-241fcae066a1", - "x-ms-client-request-id": "be408f85b97c4b9c4c9344c78a28082b", - "x-ms-correlation-request-id": "1df306c7-f309-4696-a8f0-7c6d531e25a8", - "x-ms-ratelimit-remaining-subscription-reads": "8986", - "x-ms-request-id": "183b261c-e311-468b-b229-3c1e320b8b4d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050948Z:1df306c7-f309-4696-a8f0-7c6d531e25a8" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "862eadfd754a227d576b6767d0cecbd5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:09:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "dd49382d-3c73-4d05-940f-29c2196676c9", - "x-ms-client-request-id": "862eadfd754a227d576b6767d0cecbd5", - "x-ms-correlation-request-id": "8eae6990-aefa-46b2-b37e-0acdae53a981", - "x-ms-ratelimit-remaining-subscription-reads": "8985", - "x-ms-request-id": "c3f550b4-e5a1-4d77-8bf6-9aba266e548e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050949Z:8eae6990-aefa-46b2-b37e-0acdae53a981" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "01d03f09c47e539112345646c690cd08", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:09:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "766e4824-30b0-483a-bcef-f183aa910659", - "x-ms-client-request-id": "01d03f09c47e539112345646c690cd08", - "x-ms-correlation-request-id": "0bfdfda8-7a23-4d24-a241-2356f37d6b67", - "x-ms-ratelimit-remaining-subscription-reads": "8984", - "x-ms-request-id": "a5eedc7f-5fb2-4247-b4cd-8c1993b06e96", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050950Z:0bfdfda8-7a23-4d24-a241-2356f37d6b67" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7f248738828610a6121e671052357b7d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:09:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e5927b27-3b28-4e29-b9eb-073733265190", - "x-ms-client-request-id": "7f248738828610a6121e671052357b7d", - "x-ms-correlation-request-id": "3a6bd6cc-dc59-439b-8535-1ede244fbacf", - "x-ms-ratelimit-remaining-subscription-reads": "8983", - "x-ms-request-id": "89b3f286-d949-415b-a5e2-316407ba444a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050952Z:3a6bd6cc-dc59-439b-8535-1ede244fbacf" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "4abe6ec8065839ad1cda74161f365bc7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:09:52 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "37f4c1ab-3cd4-4cea-9d57-2210e3e02e31", - "x-ms-client-request-id": "4abe6ec8065839ad1cda74161f365bc7", - "x-ms-correlation-request-id": "caed4dd3-774c-4e20-982c-8debe1d1d862", - "x-ms-ratelimit-remaining-subscription-reads": "8982", - "x-ms-request-id": "fc2348a4-e1cc-481c-a700-2d084c0c9042", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050953Z:caed4dd3-774c-4e20-982c-8debe1d1d862" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "482e5e9e4baa864f98c0ef605d8100dd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:09:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "545b56d8-0ec2-459f-9d2f-edc2db2eec9d", - "x-ms-client-request-id": "482e5e9e4baa864f98c0ef605d8100dd", - "x-ms-correlation-request-id": "45a8d6da-0f6c-4131-bfbf-3bc9eac95d09", - "x-ms-ratelimit-remaining-subscription-reads": "8981", - "x-ms-request-id": "0f7522c6-5308-468e-8f67-9db21f48a9c9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050954Z:45a8d6da-0f6c-4131-bfbf-3bc9eac95d09" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "577dd8b882d132b0daea63ab0e90f0db", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:09:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5383b92e-38c7-4346-8625-c5eeb28dd54e", - "x-ms-client-request-id": "577dd8b882d132b0daea63ab0e90f0db", - "x-ms-correlation-request-id": "be88013a-a093-4a22-a356-0bca1a37e73c", - "x-ms-ratelimit-remaining-subscription-reads": "8980", - "x-ms-request-id": "ea6fafc9-870b-4211-b7d9-e45986c3b05c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050956Z:be88013a-a093-4a22-a356-0bca1a37e73c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f372a0c232067dd21f38b297164cdb9b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:09:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9d0c7ff4-4c0b-45c8-9b0d-9e5d6089e2d1", - "x-ms-client-request-id": "f372a0c232067dd21f38b297164cdb9b", - "x-ms-correlation-request-id": "3c87528a-b554-48bb-aca8-ca73231e2f3a", - "x-ms-ratelimit-remaining-subscription-reads": "8979", - "x-ms-request-id": "733fb2bc-42b0-4823-8f20-f3b8b98da649", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050957Z:3c87528a-b554-48bb-aca8-ca73231e2f3a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "465d96d903b81bf5aefc6ebfe7a37708", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:09:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8f4bfe5a-4e19-4f9c-9a82-49c04fa886d3", - "x-ms-client-request-id": "465d96d903b81bf5aefc6ebfe7a37708", - "x-ms-correlation-request-id": "2384d4ae-f67b-497e-b75f-d9b361af248f", - "x-ms-ratelimit-remaining-subscription-reads": "8978", - "x-ms-request-id": "f762f395-4a75-4940-a5d0-38cfceb4c06f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050958Z:2384d4ae-f67b-497e-b75f-d9b361af248f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "bd9d14cf0d0e85d606003899cf181b8d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:09:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "848a8058-2486-4884-97a4-9ac028096535", - "x-ms-client-request-id": "bd9d14cf0d0e85d606003899cf181b8d", - "x-ms-correlation-request-id": "b29a1693-1311-4aae-b568-a699863eb087", - "x-ms-ratelimit-remaining-subscription-reads": "8977", - "x-ms-request-id": "99bb5c57-4937-4780-b894-d3ec42a1bf9c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T050959Z:b29a1693-1311-4aae-b568-a699863eb087" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "77d2c80eaa32be22aa564509c312957c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:10:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d4135b15-da9b-4b71-927d-bd8657e1e189", - "x-ms-client-request-id": "77d2c80eaa32be22aa564509c312957c", - "x-ms-correlation-request-id": "6313aa06-759a-495d-bd1c-d0195b0fecf2", - "x-ms-ratelimit-remaining-subscription-reads": "9208", - "x-ms-request-id": "09d0cefb-acc2-49f4-b3c6-0f3f6fdd94e0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051001Z:6313aa06-759a-495d-bd1c-d0195b0fecf2" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "02c7aac01eafcc8cc0d740b8cb5c4c95", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:10:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "218952f6-aece-42b8-8b9a-f9d219713a62", - "x-ms-client-request-id": "02c7aac01eafcc8cc0d740b8cb5c4c95", - "x-ms-correlation-request-id": "2c85c150-c625-42d3-90b3-cee53f7b9de7", - "x-ms-ratelimit-remaining-subscription-reads": "9207", - "x-ms-request-id": "b64bfbdc-1529-47af-9f47-a18c03786443", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051002Z:2c85c150-c625-42d3-90b3-cee53f7b9de7" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "1eb0e1e100d124d5f1de12b8c7cdc2f3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:10:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9a985c2d-8eb2-4736-b92f-fab4c858e0b0", - "x-ms-client-request-id": "1eb0e1e100d124d5f1de12b8c7cdc2f3", - "x-ms-correlation-request-id": "f52c4158-4115-4651-a9bd-3012c815cb5c", - "x-ms-ratelimit-remaining-subscription-reads": "9206", - "x-ms-request-id": "8e466465-6630-4580-9cae-0ebf17fecf65", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051003Z:f52c4158-4115-4651-a9bd-3012c815cb5c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "25d8bc6b1850f0de3c05b75a6a6af34d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:10:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "29e1a74e-09e9-4b13-b479-fd892d656ad2", - "x-ms-client-request-id": "25d8bc6b1850f0de3c05b75a6a6af34d", - "x-ms-correlation-request-id": "f1a30ef9-13cd-4e16-a754-b93058526f70", - "x-ms-ratelimit-remaining-subscription-reads": "9205", - "x-ms-request-id": "f58fbf3f-be94-48a8-88dc-30af4ea61311", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051004Z:f1a30ef9-13cd-4e16-a754-b93058526f70" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e228af0a7662c0aad4a310d00bd404f2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:10:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f506cce5-590c-4cf2-b489-ba0122df78a2", - "x-ms-client-request-id": "e228af0a7662c0aad4a310d00bd404f2", - "x-ms-correlation-request-id": "ecf3e61b-e55f-4827-9eec-86578e5cede4", - "x-ms-ratelimit-remaining-subscription-reads": "9204", - "x-ms-request-id": "8ef45b30-8d86-4ce7-8db5-65c8fe633f41", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051006Z:ecf3e61b-e55f-4827-9eec-86578e5cede4" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "0f4d4c152684c84403c0e2cb487bba87", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:10:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8dd4e0cb-2a26-4219-ba32-a198cbf9da0c", - "x-ms-client-request-id": "0f4d4c152684c84403c0e2cb487bba87", - "x-ms-correlation-request-id": "549b791a-68dc-47c4-bdb4-3a1c18e558a6", - "x-ms-ratelimit-remaining-subscription-reads": "9203", - "x-ms-request-id": "e09a98ef-56a3-4a56-ba7f-2d27e1da1afd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051007Z:549b791a-68dc-47c4-bdb4-3a1c18e558a6" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "18adc5ebdfa5f490111851ad080de467", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:10:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f7bee2a7-b4cd-4e33-99db-2aa8f255c42a", - "x-ms-client-request-id": "18adc5ebdfa5f490111851ad080de467", - "x-ms-correlation-request-id": "6e772b4a-cb67-497f-9f68-5d5a62d78aff", - "x-ms-ratelimit-remaining-subscription-reads": "9202", - "x-ms-request-id": "276b09d4-9d10-41d3-a5f5-660a44150e4d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051008Z:6e772b4a-cb67-497f-9f68-5d5a62d78aff" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "1d44c400e41ce4c96a5fdea193df7759", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:10:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3de57c14-be00-44c0-adf1-4336384c3d45", - "x-ms-client-request-id": "1d44c400e41ce4c96a5fdea193df7759", - "x-ms-correlation-request-id": "27a1f7c1-5da8-47ac-adab-bcd1b8fc987a", - "x-ms-ratelimit-remaining-subscription-reads": "9201", - "x-ms-request-id": "7e91b921-ad64-424c-b19d-ff5498dbd922", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051010Z:27a1f7c1-5da8-47ac-adab-bcd1b8fc987a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "46e589e8ec26364dbb58fd6bd497c0f5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:10:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7136eefb-2ad7-4aba-939e-28640f6da3b0", - "x-ms-client-request-id": "46e589e8ec26364dbb58fd6bd497c0f5", - "x-ms-correlation-request-id": "0b42754c-dc67-4c52-bcbf-211efbc36713", - "x-ms-ratelimit-remaining-subscription-reads": "9200", - "x-ms-request-id": "1ae46014-fa13-41ea-b95e-a975582a7b63", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051011Z:0b42754c-dc67-4c52-bcbf-211efbc36713" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "83cb7adb9c36076afbc9ad4500ef6032", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:10:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "cea5e6f0-3198-48b5-8d7a-6e7d94abe507", - "x-ms-client-request-id": "83cb7adb9c36076afbc9ad4500ef6032", - "x-ms-correlation-request-id": "46bde482-5277-4368-a3b5-21b4cc6a6d29", - "x-ms-ratelimit-remaining-subscription-reads": "9199", - "x-ms-request-id": "c25dedd4-0b8e-4f32-aa26-b2aebd0d0e18", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051012Z:46bde482-5277-4368-a3b5-21b4cc6a6d29" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7fc5f7a09d281340770e61c4e65d0fd3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:10:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9f4d37aa-b1cb-49ef-a325-041e80cfadb5", - "x-ms-client-request-id": "7fc5f7a09d281340770e61c4e65d0fd3", - "x-ms-correlation-request-id": "b85b0794-ea37-45f1-bd31-02c42bafd98f", - "x-ms-ratelimit-remaining-subscription-reads": "9198", - "x-ms-request-id": "c9f81f80-049c-41c8-b5e9-187d41c2232d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051013Z:b85b0794-ea37-45f1-bd31-02c42bafd98f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "19c5e89ef4144b231ede4a5d3f0735cc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:10:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8b79bafe-a243-4aea-9b18-874074e4edf4", - "x-ms-client-request-id": "19c5e89ef4144b231ede4a5d3f0735cc", - "x-ms-correlation-request-id": "411ca49a-1e0a-40cd-9471-e0cb83b905e0", - "x-ms-ratelimit-remaining-subscription-reads": "9197", - "x-ms-request-id": "3fb9de79-eb69-4476-8d7c-2de569f42d73", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051015Z:411ca49a-1e0a-40cd-9471-e0cb83b905e0" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ddcbcbf841d13dcd3ab70c273ba6209e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:10:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4b28c612-5f6b-4ba7-89ec-57bf1865d22b", - "x-ms-client-request-id": "ddcbcbf841d13dcd3ab70c273ba6209e", - "x-ms-correlation-request-id": "84f9e979-3482-4b36-a0cc-d9b9f222123e", - "x-ms-ratelimit-remaining-subscription-reads": "9196", - "x-ms-request-id": "d4e8e585-c8cf-4d6e-956b-45ec7d8d5991", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051016Z:84f9e979-3482-4b36-a0cc-d9b9f222123e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "18a7d9b94729ac1ed479604953e3d46f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:10:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ff3f2384-a364-4e8e-accf-b3f5cbca4c25", - "x-ms-client-request-id": "18a7d9b94729ac1ed479604953e3d46f", - "x-ms-correlation-request-id": "16046749-4738-4a85-ad89-5b1cb929f18d", - "x-ms-ratelimit-remaining-subscription-reads": "9195", - "x-ms-request-id": "cc2e264f-df24-477c-b481-00c67d68473c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051017Z:16046749-4738-4a85-ad89-5b1cb929f18d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "1acb94d932925c011b88de5de7fb1077", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:10:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0c7bec4c-f44d-4140-ace1-5c7fefd2984a", - "x-ms-client-request-id": "1acb94d932925c011b88de5de7fb1077", - "x-ms-correlation-request-id": "d14ef5ac-ddcc-4ab6-b7f1-f18d43fa0630", - "x-ms-ratelimit-remaining-subscription-reads": "9194", - "x-ms-request-id": "59a4bc0f-1312-4490-acb7-3272123ff345", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051018Z:d14ef5ac-ddcc-4ab6-b7f1-f18d43fa0630" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "65a3acbd1d60b0a3ad1f0858e084ea57", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:10:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e0805237-67cb-4b6f-823c-f4f229b80c2a", - "x-ms-client-request-id": "65a3acbd1d60b0a3ad1f0858e084ea57", - "x-ms-correlation-request-id": "a48df3cb-0d47-4bfb-8bc1-ac4e69b0c447", - "x-ms-ratelimit-remaining-subscription-reads": "9193", - "x-ms-request-id": "b6e6a01b-0383-491c-8872-85f48028d879", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051020Z:a48df3cb-0d47-4bfb-8bc1-ac4e69b0c447" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a64d9ce206da870cd84afda168c1c4d9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:10:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5a41d260-cd82-4e75-872d-13af4f030f23", - "x-ms-client-request-id": "a64d9ce206da870cd84afda168c1c4d9", - "x-ms-correlation-request-id": "58390d57-bc68-4b2b-a0e3-5fd234fd4961", - "x-ms-ratelimit-remaining-subscription-reads": "9192", - "x-ms-request-id": "9016e8c7-dc43-4006-b85d-fe45dcd10e2c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051021Z:58390d57-bc68-4b2b-a0e3-5fd234fd4961" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a68ce8696f3fbc0ff11a6c7229a97b96", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:10:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "bedc786c-efad-4228-92cb-aec88d4cd517", - "x-ms-client-request-id": "a68ce8696f3fbc0ff11a6c7229a97b96", - "x-ms-correlation-request-id": "d85edfaa-fcb1-4621-83c6-f113aab61e44", - "x-ms-ratelimit-remaining-subscription-reads": "9191", - "x-ms-request-id": "1a4b9210-1c08-45fe-ba22-f00f9b4a023f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051022Z:d85edfaa-fcb1-4621-83c6-f113aab61e44" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "4b7a879d69adb79da01c8d15200248ec", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:10:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "47c95f0e-0ec8-449e-8131-29bdc447aef6", - "x-ms-client-request-id": "4b7a879d69adb79da01c8d15200248ec", - "x-ms-correlation-request-id": "90c2c03f-4154-46eb-a497-94f76119a831", - "x-ms-ratelimit-remaining-subscription-reads": "9190", - "x-ms-request-id": "2c175662-c031-434a-94d9-e93a76ddf0c7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051023Z:90c2c03f-4154-46eb-a497-94f76119a831" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f8ee2f5a44f773178d91b5bf99995d2f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:10:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a9bc93b9-6572-4a78-a923-fb345910e2ba", - "x-ms-client-request-id": "f8ee2f5a44f773178d91b5bf99995d2f", - "x-ms-correlation-request-id": "61132453-7093-42fd-be65-c05a13864d12", - "x-ms-ratelimit-remaining-subscription-reads": "9189", - "x-ms-request-id": "8a554925-1e04-4dc4-ac58-0a3a91d4c171", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051025Z:61132453-7093-42fd-be65-c05a13864d12" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e00366ce7946ff2b4bd50523e1f99cef", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:10:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5dbbad3e-6677-43f7-a823-0d14accb65cc", - "x-ms-client-request-id": "e00366ce7946ff2b4bd50523e1f99cef", - "x-ms-correlation-request-id": "7786eaa9-8ab5-43c0-a0e8-71d4b2101ed8", - "x-ms-ratelimit-remaining-subscription-reads": "9188", - "x-ms-request-id": "9089ab01-f476-426e-8e4e-fb79a2d2074b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051026Z:7786eaa9-8ab5-43c0-a0e8-71d4b2101ed8" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "fa1880d283ba589e6f07be1cb4dd1d07", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:10:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "55abbc02-268c-4cae-8041-4a01cc5261e3", - "x-ms-client-request-id": "fa1880d283ba589e6f07be1cb4dd1d07", - "x-ms-correlation-request-id": "31a640e6-121d-406c-a353-1ff63ea43b74", - "x-ms-ratelimit-remaining-subscription-reads": "9187", - "x-ms-request-id": "b39537d9-e3a7-4eb7-873a-9afc91c5fab9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051027Z:31a640e6-121d-406c-a353-1ff63ea43b74" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b9475ebe67fee0a604eeac223ff49193", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:10:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "daabc306-518e-42b2-9ee7-dfb683e1b970", - "x-ms-client-request-id": "b9475ebe67fee0a604eeac223ff49193", - "x-ms-correlation-request-id": "682a32a3-df56-4a64-946b-8b5a75bd9fc7", - "x-ms-ratelimit-remaining-subscription-reads": "9186", - "x-ms-request-id": "2625be9c-678f-418a-87e1-6c0c1d892ce5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051029Z:682a32a3-df56-4a64-946b-8b5a75bd9fc7" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "19edc6f463804a74c7ab703fbb0f4b6e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:10:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "43ff6131-1768-4f66-8738-1b341f382d29", - "x-ms-client-request-id": "19edc6f463804a74c7ab703fbb0f4b6e", - "x-ms-correlation-request-id": "a7033de8-e7a2-4984-a211-6cb4aacc648d", - "x-ms-ratelimit-remaining-subscription-reads": "9185", - "x-ms-request-id": "4d33f637-586d-4fd4-a3b8-80331bc0d135", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051030Z:a7033de8-e7a2-4984-a211-6cb4aacc648d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8364fdb7e2b26bf0d937f6cbd77b197b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:10:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9e3466c3-d8be-468c-9c3f-ab5385a7414a", - "x-ms-client-request-id": "8364fdb7e2b26bf0d937f6cbd77b197b", - "x-ms-correlation-request-id": "bad6d9c2-b8ec-4366-9227-3f9a12ff4ed8", - "x-ms-ratelimit-remaining-subscription-reads": "9184", - "x-ms-request-id": "d2062908-4d6b-4186-a6d1-437cf318ef63", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051031Z:bad6d9c2-b8ec-4366-9227-3f9a12ff4ed8" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ed272a7503f05a87e9fcf253f66625f4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:10:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4a796ac9-fe3b-4fe0-afe3-cf6508bbe78f", - "x-ms-client-request-id": "ed272a7503f05a87e9fcf253f66625f4", - "x-ms-correlation-request-id": "56107661-7bed-4a04-857d-989784aef8c0", - "x-ms-ratelimit-remaining-subscription-reads": "9183", - "x-ms-request-id": "a54501f4-1410-4dc4-b285-3103e0b9bce9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051032Z:56107661-7bed-4a04-857d-989784aef8c0" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "416b3da30d8f12e0d5813f486da9734b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:10:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5ebc89bc-0804-4e83-bdd2-0e607b638ec2", - "x-ms-client-request-id": "416b3da30d8f12e0d5813f486da9734b", - "x-ms-correlation-request-id": "98412729-fb09-41fe-a1ca-ad48fea1632a", - "x-ms-ratelimit-remaining-subscription-reads": "9182", - "x-ms-request-id": "41b373e3-3085-4c6e-87cb-f14fb3c7cd9b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051034Z:98412729-fb09-41fe-a1ca-ad48fea1632a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "90c9f5915de7b37e760a9ab6f09d7473", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:10:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "19d9d52b-22e1-4719-aebd-d280ce7a3d93", - "x-ms-client-request-id": "90c9f5915de7b37e760a9ab6f09d7473", - "x-ms-correlation-request-id": "0c7931fa-4e8f-4de4-83c4-964976152447", - "x-ms-ratelimit-remaining-subscription-reads": "9181", - "x-ms-request-id": "6c79a845-4dee-4cfb-96d4-a6dbe55e5723", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051035Z:0c7931fa-4e8f-4de4-83c4-964976152447" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "99280112d81067eb4915186ec43eed40", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:10:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8333aaa7-c704-461f-8b4a-6970d79a92b3", - "x-ms-client-request-id": "99280112d81067eb4915186ec43eed40", - "x-ms-correlation-request-id": "34a2c0bc-c9b7-4dae-9c51-f622c0469a14", - "x-ms-ratelimit-remaining-subscription-reads": "9180", - "x-ms-request-id": "4bc7acf8-a6c9-429f-8c3e-746c85b4bf71", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051036Z:34a2c0bc-c9b7-4dae-9c51-f622c0469a14" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "00c1a689949c450dbfb7ca85732a2137", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:10:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f6e9e376-aab5-42cc-b14d-7460f8ba675c", - "x-ms-client-request-id": "00c1a689949c450dbfb7ca85732a2137", - "x-ms-correlation-request-id": "1bcd02bb-01ae-4c77-8d34-6a728b4461a6", - "x-ms-ratelimit-remaining-subscription-reads": "9179", - "x-ms-request-id": "7f405ca5-d2fe-4819-bf2d-2b9b592079f4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051038Z:1bcd02bb-01ae-4c77-8d34-6a728b4461a6" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "6b36cc0dd981b93a0a6246d2450fef37", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:10:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "073217b4-59e8-4402-8b78-19268e607f9a", - "x-ms-client-request-id": "6b36cc0dd981b93a0a6246d2450fef37", - "x-ms-correlation-request-id": "a1601c60-b2cd-4894-80c1-086d6415b25f", - "x-ms-ratelimit-remaining-subscription-reads": "9178", - "x-ms-request-id": "56467093-063b-432d-8548-8f7a61756e2d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051039Z:a1601c60-b2cd-4894-80c1-086d6415b25f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "492c591d74dc7ed6f4e2da590d65f31f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:10:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "96e7a37e-d52c-441a-aa34-2bc7caa60d7a", - "x-ms-client-request-id": "492c591d74dc7ed6f4e2da590d65f31f", - "x-ms-correlation-request-id": "6e922f4c-16d8-4113-b162-fd8fe1e8d4ef", - "x-ms-ratelimit-remaining-subscription-reads": "9177", - "x-ms-request-id": "0456988f-cb64-4d7b-888a-70281581c8aa", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051040Z:6e922f4c-16d8-4113-b162-fd8fe1e8d4ef" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f761e0f38108afbf6c07f53a4d3a00af", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:10:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6156f39f-6216-4682-bfe0-8ac89e17c9e5", - "x-ms-client-request-id": "f761e0f38108afbf6c07f53a4d3a00af", - "x-ms-correlation-request-id": "c16b53ea-78b7-4d9a-b665-28b3614bacf2", - "x-ms-ratelimit-remaining-subscription-reads": "9176", - "x-ms-request-id": "428da33e-8d7e-44cf-968b-e68c9fa36f2b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051041Z:c16b53ea-78b7-4d9a-b665-28b3614bacf2" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "1a6893c7d8fd995bf5b8779effe1aca5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:10:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b06cf386-8db7-4d21-ab9f-c5ccd4b911d1", - "x-ms-client-request-id": "1a6893c7d8fd995bf5b8779effe1aca5", - "x-ms-correlation-request-id": "9c9ae703-5aaf-49d8-8680-ba9b0e2aa0b7", - "x-ms-ratelimit-remaining-subscription-reads": "9175", - "x-ms-request-id": "0f0f7aa5-7e84-4076-87d4-ccf0a3e3ab8d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051043Z:9c9ae703-5aaf-49d8-8680-ba9b0e2aa0b7" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "64df276ef8ae9b2f9a7dddd47e9b30b9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:10:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d960690b-b988-4bd6-8755-46e0e2725ca6", - "x-ms-client-request-id": "64df276ef8ae9b2f9a7dddd47e9b30b9", - "x-ms-correlation-request-id": "0a7288b3-83bb-45c1-9400-02c6dbddff05", - "x-ms-ratelimit-remaining-subscription-reads": "9174", - "x-ms-request-id": "9599cd96-839c-425d-a9a4-f3fca79cb7eb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051044Z:0a7288b3-83bb-45c1-9400-02c6dbddff05" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7a912ae2d9fd1a2185c701500920b08a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:10:45 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8d641552-f060-4338-affa-cee589fa7579", - "x-ms-client-request-id": "7a912ae2d9fd1a2185c701500920b08a", - "x-ms-correlation-request-id": "4bb32be4-8224-44b0-ae41-d81ebc78b442", - "x-ms-ratelimit-remaining-subscription-reads": "9173", - "x-ms-request-id": "f95db96c-18d3-48c3-a5ad-9c6f6b3ae5e5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051045Z:4bb32be4-8224-44b0-ae41-d81ebc78b442" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "25cc505b9b5bcf0063cc7f80fb861a59", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:10:47 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3f8f13eb-ff52-4c52-a3f4-e57e8c1fee49", - "x-ms-client-request-id": "25cc505b9b5bcf0063cc7f80fb861a59", - "x-ms-correlation-request-id": "1dd6f5a5-64b7-4638-b474-abc750af69eb", - "x-ms-ratelimit-remaining-subscription-reads": "9172", - "x-ms-request-id": "dcadf9ff-b57b-43bb-b6bb-cb92584a3b82", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051047Z:1dd6f5a5-64b7-4638-b474-abc750af69eb" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d4bcbd87325094a806c4dfe6f6df9279", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:10:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "556ab166-3e58-4a56-99eb-a304acd1f77a", - "x-ms-client-request-id": "d4bcbd87325094a806c4dfe6f6df9279", - "x-ms-correlation-request-id": "4a94c9d9-52bd-48b8-bc5b-5e753e9d4c3a", - "x-ms-ratelimit-remaining-subscription-reads": "9171", - "x-ms-request-id": "a859cede-5bcb-4dc9-b8d5-fa9c041b6d32", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051048Z:4a94c9d9-52bd-48b8-bc5b-5e753e9d4c3a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2d7853cc0acf465e29c116305aa01ffe", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:10:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "479c654f-a6e0-4421-a03c-c92611ad48d1", - "x-ms-client-request-id": "2d7853cc0acf465e29c116305aa01ffe", - "x-ms-correlation-request-id": "864979f0-4eef-490a-aa97-6b4cc35cbc21", - "x-ms-ratelimit-remaining-subscription-reads": "9170", - "x-ms-request-id": "1ba2262f-d68c-4cf8-a866-3d0d8582a921", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051049Z:864979f0-4eef-490a-aa97-6b4cc35cbc21" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "4bc8a7addc642939a8371f96bb1ad984", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:10:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6f60859e-931b-4b6a-88f7-f9d3a2cc8732", - "x-ms-client-request-id": "4bc8a7addc642939a8371f96bb1ad984", - "x-ms-correlation-request-id": "b6aae148-ac03-4680-9b6e-c430db407214", - "x-ms-ratelimit-remaining-subscription-reads": "9169", - "x-ms-request-id": "f0af4edb-a552-41bf-9672-307005bd02f1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051050Z:b6aae148-ac03-4680-9b6e-c430db407214" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a8b40539ed0e7c8a5f75aa8e1c773a65", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:10:52 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c08582de-11f0-44d5-b32b-d393432182fb", - "x-ms-client-request-id": "a8b40539ed0e7c8a5f75aa8e1c773a65", - "x-ms-correlation-request-id": "c197a1c5-d40d-431a-9401-cce075cc8261", - "x-ms-ratelimit-remaining-subscription-reads": "9168", - "x-ms-request-id": "ab3b623a-c82c-4683-93a3-b7475ff4867c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051052Z:c197a1c5-d40d-431a-9401-cce075cc8261" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "4e39e1a54616f015194f8598ebc88a0f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:10:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a701ed14-f495-4e2b-951a-055788a972bb", - "x-ms-client-request-id": "4e39e1a54616f015194f8598ebc88a0f", - "x-ms-correlation-request-id": "cac4eb04-4aaa-45f4-b107-e62d1dd176cd", - "x-ms-ratelimit-remaining-subscription-reads": "9167", - "x-ms-request-id": "ae8f5522-6232-4f2b-ad40-c82ac7977a0c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051053Z:cac4eb04-4aaa-45f4-b107-e62d1dd176cd" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "54f691e876ecbfef1d4cecee31ab0d31", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:10:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "aa4762c7-18af-4286-bd40-3ccd6e1b364a", - "x-ms-client-request-id": "54f691e876ecbfef1d4cecee31ab0d31", - "x-ms-correlation-request-id": "13a321f1-ccf6-4656-9084-350df1e5b063", - "x-ms-ratelimit-remaining-subscription-reads": "9166", - "x-ms-request-id": "f07d6f06-f1c3-43e9-aa1c-f041611db00a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051055Z:13a321f1-ccf6-4656-9084-350df1e5b063" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "daf1bafd8ae0f36ef0c48fbe67f29197", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:10:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ed8bfcd5-31ba-4df4-8dab-18383ca0ef9a", - "x-ms-client-request-id": "daf1bafd8ae0f36ef0c48fbe67f29197", - "x-ms-correlation-request-id": "f0adc6ec-1e76-4c9c-94a4-0c31ccabae47", - "x-ms-ratelimit-remaining-subscription-reads": "9165", - "x-ms-request-id": "22ab390c-f819-414d-ac29-9d08b2f9bd90", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051056Z:f0adc6ec-1e76-4c9c-94a4-0c31ccabae47" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8aa69beae5802e78f17930ca5a26be6e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:10:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9338613d-43e1-4147-ba08-6d80c2cea9a0", - "x-ms-client-request-id": "8aa69beae5802e78f17930ca5a26be6e", - "x-ms-correlation-request-id": "2bb55f93-7d22-4e85-aa28-186095380e67", - "x-ms-ratelimit-remaining-subscription-reads": "9164", - "x-ms-request-id": "0495ddbd-237f-42e5-8c9b-96a475e06e0a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051058Z:2bb55f93-7d22-4e85-aa28-186095380e67" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "319a5442b0d65d2f22036328e731582b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:11:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0a049044-48db-4caa-94c9-6fdd8bd9e7a2", - "x-ms-client-request-id": "319a5442b0d65d2f22036328e731582b", - "x-ms-correlation-request-id": "e8013ff2-b4d3-405f-8e5d-c0bf3324f43b", - "x-ms-ratelimit-remaining-subscription-reads": "9163", - "x-ms-request-id": "d09efc7a-0887-443e-b160-50c603a3c09f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051100Z:e8013ff2-b4d3-405f-8e5d-c0bf3324f43b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "960354ba820517b041c2e8665aa498c9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:11:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e0555171-7875-4b37-a2dc-5b8eea815edd", - "x-ms-client-request-id": "960354ba820517b041c2e8665aa498c9", - "x-ms-correlation-request-id": "d9c63736-0a4d-4ed4-bd30-7353fc09574d", - "x-ms-ratelimit-remaining-subscription-reads": "9162", - "x-ms-request-id": "530c6248-4fc5-4115-897a-cff44103d10f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051101Z:d9c63736-0a4d-4ed4-bd30-7353fc09574d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "137c2005605739c06c48687c815046c0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:11:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e0b1bebb-36e6-42ec-b1ee-d8ae5452b7f1", - "x-ms-client-request-id": "137c2005605739c06c48687c815046c0", - "x-ms-correlation-request-id": "64a2ec61-81cc-406d-bb3f-e8d249ec9d3e", - "x-ms-ratelimit-remaining-subscription-reads": "9161", - "x-ms-request-id": "e0242824-5d7b-4544-9317-e76dd478ce81", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051102Z:64a2ec61-81cc-406d-bb3f-e8d249ec9d3e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "050f04212823bf69a382ef14c8c8037e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:11:03 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a1b1f309-8be1-4e6e-ade9-d37da7371165", - "x-ms-client-request-id": "050f04212823bf69a382ef14c8c8037e", - "x-ms-correlation-request-id": "1e2d2cf8-98bb-4d90-b6af-fc778afcc75f", - "x-ms-ratelimit-remaining-subscription-reads": "9160", - "x-ms-request-id": "e54ba515-3e60-4fe8-b218-4936afe3f413", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051103Z:1e2d2cf8-98bb-4d90-b6af-fc778afcc75f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c6229a6b44b45ad494c929bc1a3495f1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:11:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1038cde1-6b36-45b7-aaf5-85885117e17e", - "x-ms-client-request-id": "c6229a6b44b45ad494c929bc1a3495f1", - "x-ms-correlation-request-id": "ef8a9267-cc46-45b7-a016-d06a551d2b18", - "x-ms-ratelimit-remaining-subscription-reads": "9159", - "x-ms-request-id": "6e4c4e09-d50f-4012-aab1-6720ae03feb5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051105Z:ef8a9267-cc46-45b7-a016-d06a551d2b18" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5544277c9295dca6b7bd70d470ac71a3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:11:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "61038637-3224-402a-b2ac-91760e5baa12", - "x-ms-client-request-id": "5544277c9295dca6b7bd70d470ac71a3", - "x-ms-correlation-request-id": "4b5c4fbf-8079-4b01-aed0-c94d2010799f", - "x-ms-ratelimit-remaining-subscription-reads": "9158", - "x-ms-request-id": "faed35b9-0fe9-47a7-86f2-64bd5d065e38", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051106Z:4b5c4fbf-8079-4b01-aed0-c94d2010799f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e710ea457f2ddd0c30b47159feaca46e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:11:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "27a87be5-e6df-4232-881a-1c6b0effe24a", - "x-ms-client-request-id": "e710ea457f2ddd0c30b47159feaca46e", - "x-ms-correlation-request-id": "efdbf474-3e47-471a-b0c4-aa1baf7ae287", - "x-ms-ratelimit-remaining-subscription-reads": "9157", - "x-ms-request-id": "977f1e3c-af36-4b26-86d0-c5538ed0878c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051107Z:efdbf474-3e47-471a-b0c4-aa1baf7ae287" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a197feecad84d9e8f3450ff7d4ffe9e8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:11:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c1a5b06f-6b56-4e82-ab6f-f8948fd189bc", - "x-ms-client-request-id": "a197feecad84d9e8f3450ff7d4ffe9e8", - "x-ms-correlation-request-id": "c524d3aa-85af-4abf-8d2b-f8fcc6726a7d", - "x-ms-ratelimit-remaining-subscription-reads": "9156", - "x-ms-request-id": "cfd65737-76bc-45e5-878f-5547b8138637", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051109Z:c524d3aa-85af-4abf-8d2b-f8fcc6726a7d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "30768658ae23fcc31b6725e0204dde0b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:11:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "80f68714-3324-4b1c-97e9-bc587b89aa53", - "x-ms-client-request-id": "30768658ae23fcc31b6725e0204dde0b", - "x-ms-correlation-request-id": "31196bae-f5bc-4add-8158-e3006d4215f3", - "x-ms-ratelimit-remaining-subscription-reads": "9155", - "x-ms-request-id": "f8e238cc-ae31-418c-b836-93830e1dd280", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051110Z:31196bae-f5bc-4add-8158-e3006d4215f3" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "72e70118cf14981e0137f3e770140830", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:11:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "26839d74-dd95-40a9-9480-b47bd0abd873", - "x-ms-client-request-id": "72e70118cf14981e0137f3e770140830", - "x-ms-correlation-request-id": "8633a840-9dd0-4bb6-b058-c773f05f127d", - "x-ms-ratelimit-remaining-subscription-reads": "9154", - "x-ms-request-id": "bfb909fd-bdb0-455a-b19e-7edfbc0cddaf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051111Z:8633a840-9dd0-4bb6-b058-c773f05f127d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "770089cb74353e4b3b9b851c8708b8a6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:11:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b8207b48-2728-49fc-ad2c-7b47f877ac49", - "x-ms-client-request-id": "770089cb74353e4b3b9b851c8708b8a6", - "x-ms-correlation-request-id": "842af5c9-2560-4b56-a93a-d3f9eaca14a3", - "x-ms-ratelimit-remaining-subscription-reads": "9153", - "x-ms-request-id": "fed44c4c-defa-412e-9c6d-1abeb6e2df81", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051112Z:842af5c9-2560-4b56-a93a-d3f9eaca14a3" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d3de0367771788d367de2fecbadb8c06", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:11:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e73d13db-b0c1-43cf-841f-931be5909438", - "x-ms-client-request-id": "d3de0367771788d367de2fecbadb8c06", - "x-ms-correlation-request-id": "e7f551c3-9155-40f9-ab8a-0cdd5b28cc39", - "x-ms-ratelimit-remaining-subscription-reads": "9152", - "x-ms-request-id": "70ac2e98-f456-4b77-a9f2-ce160cb64be2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051114Z:e7f551c3-9155-40f9-ab8a-0cdd5b28cc39" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "9714f45f664ca4d5b6a936784a0210f8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:11:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6a84b887-4486-4756-933b-f698f0c2a946", - "x-ms-client-request-id": "9714f45f664ca4d5b6a936784a0210f8", - "x-ms-correlation-request-id": "ab25e368-f55f-440b-9f06-4b232df972dd", - "x-ms-ratelimit-remaining-subscription-reads": "9151", - "x-ms-request-id": "dcaa1474-2df0-43b5-a14f-589160050621", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051115Z:ab25e368-f55f-440b-9f06-4b232df972dd" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "6c804d7f35365319b5771057445e845f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:11:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b68a4acb-9fdd-4087-95ff-252e084cc2ce", - "x-ms-client-request-id": "6c804d7f35365319b5771057445e845f", - "x-ms-correlation-request-id": "4a8629d9-52d2-4ecc-8711-26407a8f64f8", - "x-ms-ratelimit-remaining-subscription-reads": "9150", - "x-ms-request-id": "13971090-21dd-4add-8e6f-bc5dc575e016", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051116Z:4a8629d9-52d2-4ecc-8711-26407a8f64f8" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "92bd7f0f21f301592e3a1c6e405a3e65", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:11:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3a6d0298-2e5f-4ab1-8d9b-5b9f92b4a1ac", - "x-ms-client-request-id": "92bd7f0f21f301592e3a1c6e405a3e65", - "x-ms-correlation-request-id": "e2e3f383-76ee-4b2b-951c-4629de8b52f2", - "x-ms-ratelimit-remaining-subscription-reads": "9149", - "x-ms-request-id": "dbf269f8-7320-4740-b1f3-29c373b7c6e7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051117Z:e2e3f383-76ee-4b2b-951c-4629de8b52f2" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "6c6c36cd1f5b29cfdbc1e1d5557e5f57", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:11:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ffdf8375-ba56-4461-bb4a-b8b040afc07a", - "x-ms-client-request-id": "6c6c36cd1f5b29cfdbc1e1d5557e5f57", - "x-ms-correlation-request-id": "d1749d9c-1eec-4b96-b711-051a7b7909f7", - "x-ms-ratelimit-remaining-subscription-reads": "9148", - "x-ms-request-id": "1508b631-a073-4c97-9ed3-2896e61aa9eb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051119Z:d1749d9c-1eec-4b96-b711-051a7b7909f7" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ca69d7247e445d05f47e3efc18aa135b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:11:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ee56776f-d645-4b31-8e48-97060b3401c4", - "x-ms-client-request-id": "ca69d7247e445d05f47e3efc18aa135b", - "x-ms-correlation-request-id": "c2b4732d-819a-4938-8149-c5c5cb3111c1", - "x-ms-ratelimit-remaining-subscription-reads": "9147", - "x-ms-request-id": "ea9cc025-68fb-4e33-bea0-3958547f6129", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051120Z:c2b4732d-819a-4938-8149-c5c5cb3111c1" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "0e89aa3917f1ef04af93b6323f84abb0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:11:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "365e796b-76da-44cc-90b5-c96e94b1bc75", - "x-ms-client-request-id": "0e89aa3917f1ef04af93b6323f84abb0", - "x-ms-correlation-request-id": "00a6849d-315d-4c01-aa15-60e42bbf4fcb", - "x-ms-ratelimit-remaining-subscription-reads": "9146", - "x-ms-request-id": "00c9c9c1-3c6d-43d9-8566-3c3568f91f60", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051121Z:00a6849d-315d-4c01-aa15-60e42bbf4fcb" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "6949c5da73f14f20310f78dce1d31031", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:11:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1927db9d-3ef8-4fc8-93d9-38aae45854e3", - "x-ms-client-request-id": "6949c5da73f14f20310f78dce1d31031", - "x-ms-correlation-request-id": "7d16b450-6e2b-40a6-b286-df0c4530bd3d", - "x-ms-ratelimit-remaining-subscription-reads": "9145", - "x-ms-request-id": "e86ea7da-5a5b-4699-a3a8-dfc876687364", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051122Z:7d16b450-6e2b-40a6-b286-df0c4530bd3d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ab9b86ad51f40d65d2791bb1c7d21d6f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:11:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e289d86a-6fe5-402c-9621-fbfaf6eda99e", - "x-ms-client-request-id": "ab9b86ad51f40d65d2791bb1c7d21d6f", - "x-ms-correlation-request-id": "eb7bf86e-ac66-4187-ba7a-4781188e5f7d", - "x-ms-ratelimit-remaining-subscription-reads": "9144", - "x-ms-request-id": "1ab7be3f-3a19-40a5-a606-a374e46a132d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051124Z:eb7bf86e-ac66-4187-ba7a-4781188e5f7d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "53218ed2a960c5698a39dce29f270edb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:11:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d4e3b54e-0c8d-4533-9caa-da7fa9a1a1e3", - "x-ms-client-request-id": "53218ed2a960c5698a39dce29f270edb", - "x-ms-correlation-request-id": "c33fa54c-97e9-4335-a58c-947e26445b27", - "x-ms-ratelimit-remaining-subscription-reads": "9143", - "x-ms-request-id": "8c7e45cc-882c-4a63-a5af-d7d5b2aba3a8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051125Z:c33fa54c-97e9-4335-a58c-947e26445b27" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b984858200e889bb5f3c9677586f885f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:11:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "313cef95-c463-4a04-8c14-f1363b1ad0dd", - "x-ms-client-request-id": "b984858200e889bb5f3c9677586f885f", - "x-ms-correlation-request-id": "c8e98d92-f342-4c83-b837-880a12a5ba77", - "x-ms-ratelimit-remaining-subscription-reads": "9142", - "x-ms-request-id": "5fc08e70-01ee-48cf-950b-824bf2e44d29", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051126Z:c8e98d92-f342-4c83-b837-880a12a5ba77" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "530a08f1bdb103d01cd520bb74826dab", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:11:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "461dd4ba-8864-4d8d-802c-c875c823a71b", - "x-ms-client-request-id": "530a08f1bdb103d01cd520bb74826dab", - "x-ms-correlation-request-id": "f9c7352c-db5f-4a9a-bb40-1cce5a3ec34f", - "x-ms-ratelimit-remaining-subscription-reads": "9141", - "x-ms-request-id": "3b3916ac-67f3-4c09-805c-852752b8e08f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051127Z:f9c7352c-db5f-4a9a-bb40-1cce5a3ec34f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "412e3f6a644dd287d298f42313f26d1a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:11:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9ffbb871-1e94-4b41-9415-88b7334cf213", - "x-ms-client-request-id": "412e3f6a644dd287d298f42313f26d1a", - "x-ms-correlation-request-id": "cd9127ea-5927-4d85-b9b2-f5bf4e40b0e7", - "x-ms-ratelimit-remaining-subscription-reads": "9140", - "x-ms-request-id": "b22416d4-1e1f-41f8-bf87-85751090218b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051129Z:cd9127ea-5927-4d85-b9b2-f5bf4e40b0e7" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "96f17db1bb1dc52ab4819d12df0014dc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:11:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0dce9f33-acdb-48c1-b9cd-dbaf36fc1689", - "x-ms-client-request-id": "96f17db1bb1dc52ab4819d12df0014dc", - "x-ms-correlation-request-id": "ca30f167-4ecb-48ac-a6fc-4161a8ae720c", - "x-ms-ratelimit-remaining-subscription-reads": "9139", - "x-ms-request-id": "2e928056-b43c-4f92-985d-e03697c45f5f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051130Z:ca30f167-4ecb-48ac-a6fc-4161a8ae720c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "180cebce46418d1181378019c9acf029", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:11:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3f6ca3ea-45d4-45c0-8f44-aba06a5ef67b", - "x-ms-client-request-id": "180cebce46418d1181378019c9acf029", - "x-ms-correlation-request-id": "ff4a4847-6ac9-46e5-bce4-e31a9cd06168", - "x-ms-ratelimit-remaining-subscription-reads": "9138", - "x-ms-request-id": "cd3e3e8f-ce4a-4f31-bd2a-535b5f47068c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051131Z:ff4a4847-6ac9-46e5-bce4-e31a9cd06168" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f7090668d791af8d15688dccc674f2d2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:11:32 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "976c1532-8449-476a-b9e7-69f8094a3415", - "x-ms-client-request-id": "f7090668d791af8d15688dccc674f2d2", - "x-ms-correlation-request-id": "9d1f8d48-430b-4feb-ad5f-9e02ac4b2afc", - "x-ms-ratelimit-remaining-subscription-reads": "9137", - "x-ms-request-id": "a246f8f9-b872-4431-a949-1de8f966c24f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051133Z:9d1f8d48-430b-4feb-ad5f-9e02ac4b2afc" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2755178355e56bd96b6415e53b11fc07", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:11:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c5284e59-a02b-48b3-b02a-39ead101f669", - "x-ms-client-request-id": "2755178355e56bd96b6415e53b11fc07", - "x-ms-correlation-request-id": "22572bff-56fb-4a15-a444-cc2a62325bc7", - "x-ms-ratelimit-remaining-subscription-reads": "9136", - "x-ms-request-id": "278a181a-d763-4e4f-a6ab-b4fda5567223", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051134Z:22572bff-56fb-4a15-a444-cc2a62325bc7" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d9aa73901df6f74b5e5d02d8b945c60c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:11:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "909952a3-03b3-4f1a-968b-d5ec3eec4ab6", - "x-ms-client-request-id": "d9aa73901df6f74b5e5d02d8b945c60c", - "x-ms-correlation-request-id": "412ab03b-51fe-49c9-97c1-c7ee0aed4f75", - "x-ms-ratelimit-remaining-subscription-reads": "9135", - "x-ms-request-id": "4b3c908a-2a39-4cfc-838f-42112da1195f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051135Z:412ab03b-51fe-49c9-97c1-c7ee0aed4f75" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b295ad45c95712442c9e8b2cc1a87304", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:11:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2b44dfd6-9b50-4c98-b54e-c34ccc599439", - "x-ms-client-request-id": "b295ad45c95712442c9e8b2cc1a87304", - "x-ms-correlation-request-id": "88c20880-4a06-4d89-b6e4-aec9de442fa4", - "x-ms-ratelimit-remaining-subscription-reads": "9134", - "x-ms-request-id": "dd529048-12ea-49c7-899c-93f0718b7338", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051136Z:88c20880-4a06-4d89-b6e4-aec9de442fa4" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "523b856c18c966dbcb5dc9885201b126", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:11:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ec6f0c55-7a58-450a-9809-9c5a19d5d535", - "x-ms-client-request-id": "523b856c18c966dbcb5dc9885201b126", - "x-ms-correlation-request-id": "9a9d232b-2067-45e4-a08a-39d7c6dbd12c", - "x-ms-ratelimit-remaining-subscription-reads": "9133", - "x-ms-request-id": "ddead17b-dbd5-49e9-98ed-79145cb3803b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051138Z:9a9d232b-2067-45e4-a08a-39d7c6dbd12c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8da0089d4a7bc7b02f97ad58921f36b5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:11:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4ae31bf3-8b6f-4dd2-8fc6-514415cca4d3", - "x-ms-client-request-id": "8da0089d4a7bc7b02f97ad58921f36b5", - "x-ms-correlation-request-id": "f731e895-f5bd-4d8c-a565-7b749c6023c8", - "x-ms-ratelimit-remaining-subscription-reads": "9132", - "x-ms-request-id": "0c65231a-cda7-423e-85d6-7a87bdd2b201", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051139Z:f731e895-f5bd-4d8c-a565-7b749c6023c8" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "346cfee9740a2c43d12fe6faffbcc02b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:11:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "99201e25-46dd-48eb-9fa5-d01b5694b113", - "x-ms-client-request-id": "346cfee9740a2c43d12fe6faffbcc02b", - "x-ms-correlation-request-id": "01b53640-d2d3-4691-9f22-1373d223c11f", - "x-ms-ratelimit-remaining-subscription-reads": "9131", - "x-ms-request-id": "3c423501-2bc2-4401-b9d2-32dd4c7b4559", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051140Z:01b53640-d2d3-4691-9f22-1373d223c11f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b98e65ece5072288d47322316b83d4ab", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:11:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "83065022-b4c0-462c-b0f6-db0a36fc69f4", - "x-ms-client-request-id": "b98e65ece5072288d47322316b83d4ab", - "x-ms-correlation-request-id": "68ed34c5-880f-4569-9787-ba37d803c6d5", - "x-ms-ratelimit-remaining-subscription-reads": "9130", - "x-ms-request-id": "8a3205a8-5c4d-47a0-9404-70926c590c98", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051141Z:68ed34c5-880f-4569-9787-ba37d803c6d5" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "549e13267d94291bc573bc4c63b5c873", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:11:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "130b3824-c5a4-44dc-8d42-0ffa22aa7c3f", - "x-ms-client-request-id": "549e13267d94291bc573bc4c63b5c873", - "x-ms-correlation-request-id": "2e1f7477-911d-4b95-8604-304d4c7d055c", - "x-ms-ratelimit-remaining-subscription-reads": "9129", - "x-ms-request-id": "a72f8f77-6833-4ba3-88d4-bc4ab1ffc381", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051143Z:2e1f7477-911d-4b95-8604-304d4c7d055c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2d6c81d77d9003ae754a5f975111c04e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:11:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f42f2440-b966-441b-9850-0e1ca2082090", - "x-ms-client-request-id": "2d6c81d77d9003ae754a5f975111c04e", - "x-ms-correlation-request-id": "82bdeb8a-5962-4dfc-8f28-21e1a0c93945", - "x-ms-ratelimit-remaining-subscription-reads": "9128", - "x-ms-request-id": "bb5b3750-8522-4ef9-9501-0b87c54a9f4d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051144Z:82bdeb8a-5962-4dfc-8f28-21e1a0c93945" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ecd33b5b6c1d6e964965f393293cbe1f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:11:45 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2feae3d3-c6bf-49ab-b190-ff25fbde189a", - "x-ms-client-request-id": "ecd33b5b6c1d6e964965f393293cbe1f", - "x-ms-correlation-request-id": "cb18455d-c5d5-4bcd-8ac0-12d70b2947f6", - "x-ms-ratelimit-remaining-subscription-reads": "9127", - "x-ms-request-id": "2bfae693-1465-400e-99f3-9f13b72c4949", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051145Z:cb18455d-c5d5-4bcd-8ac0-12d70b2947f6" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e95aafaba616a91b659ade4a1e84d7b4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:11:46 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "da4248fb-9c98-45c3-8a82-25d33cf50e49", - "x-ms-client-request-id": "e95aafaba616a91b659ade4a1e84d7b4", - "x-ms-correlation-request-id": "dd7f894d-fdc6-4b86-b59b-86eb8ecc07f0", - "x-ms-ratelimit-remaining-subscription-reads": "9126", - "x-ms-request-id": "1656e836-a8e5-4c42-a0a5-e99c64b15a2d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051146Z:dd7f894d-fdc6-4b86-b59b-86eb8ecc07f0" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "27f16db3dce16b55ebfee32b891ada39", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:11:47 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6f32920c-f573-4d84-90c7-6bfa24846b7f", - "x-ms-client-request-id": "27f16db3dce16b55ebfee32b891ada39", - "x-ms-correlation-request-id": "65fb3677-97c1-46ef-aec2-c5f7e775f4ab", - "x-ms-ratelimit-remaining-subscription-reads": "9125", - "x-ms-request-id": "e313565e-a8e7-4d65-a03b-418fdbcd6c05", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051148Z:65fb3677-97c1-46ef-aec2-c5f7e775f4ab" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a2eb408bd6b7b438202986838d4c50c4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:11:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c32dc31f-b12e-4e2f-8868-880815254982", - "x-ms-client-request-id": "a2eb408bd6b7b438202986838d4c50c4", - "x-ms-correlation-request-id": "202d64ff-5d43-474f-b373-16ca92f7e03a", - "x-ms-ratelimit-remaining-subscription-reads": "9124", - "x-ms-request-id": "b1b33a2a-040b-443a-b888-6df52ee3ad6a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051149Z:202d64ff-5d43-474f-b373-16ca92f7e03a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "bbe03f8d964ace3d59eefe18c3ef204b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:11:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7b50e17b-1c21-40e0-abed-0eb4982e7d9d", - "x-ms-client-request-id": "bbe03f8d964ace3d59eefe18c3ef204b", - "x-ms-correlation-request-id": "cef4899b-9e3c-4364-a66f-1615cc518ae0", - "x-ms-ratelimit-remaining-subscription-reads": "9123", - "x-ms-request-id": "037089d3-cfbe-444e-a750-1b6bb38ae046", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051150Z:cef4899b-9e3c-4364-a66f-1615cc518ae0" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ddbea4c03598dcfc353d07b755d2dd9e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:11:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5eb62066-fb40-449f-a780-4cd8b00ee6d1", - "x-ms-client-request-id": "ddbea4c03598dcfc353d07b755d2dd9e", - "x-ms-correlation-request-id": "0a5e339f-94fc-4227-b569-95afd56c292f", - "x-ms-ratelimit-remaining-subscription-reads": "9122", - "x-ms-request-id": "52321ba4-ae94-4a3f-b2d1-6d32070fbfaa", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051152Z:0a5e339f-94fc-4227-b569-95afd56c292f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "4a9d1ead1e39f4ef021c48c8d71ff030", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:11:52 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b1916d70-1d60-4924-a82c-59999610d6b0", - "x-ms-client-request-id": "4a9d1ead1e39f4ef021c48c8d71ff030", - "x-ms-correlation-request-id": "07c323ff-8faf-4f3d-a0be-e3eb24793199", - "x-ms-ratelimit-remaining-subscription-reads": "9121", - "x-ms-request-id": "74e9e179-112e-47a8-b93d-a771d2cd0ef0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051153Z:07c323ff-8faf-4f3d-a0be-e3eb24793199" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e8c23b09728d582c4203860d8f857986", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:11:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "eedcecbf-b752-4379-b426-488147d4e87b", - "x-ms-client-request-id": "e8c23b09728d582c4203860d8f857986", - "x-ms-correlation-request-id": "16d313dd-c9e9-47b8-86c5-699890d9bd42", - "x-ms-ratelimit-remaining-subscription-reads": "9120", - "x-ms-request-id": "fa88e4f6-1fb2-4744-b9bc-ecd7df7fe3c7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051154Z:16d313dd-c9e9-47b8-86c5-699890d9bd42" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a46a6010d552a211b5cadb7bec340415", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:11:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "759d2d61-b2f7-445b-af66-4a233603cf60", - "x-ms-client-request-id": "a46a6010d552a211b5cadb7bec340415", - "x-ms-correlation-request-id": "669260b2-4cb5-4fb2-b1a7-e8b66dc09431", - "x-ms-ratelimit-remaining-subscription-reads": "9119", - "x-ms-request-id": "da4e21c3-2f70-42e5-a224-1289060d7ee1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051155Z:669260b2-4cb5-4fb2-b1a7-e8b66dc09431" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "1aadd74cf50f3a11f244073698e1657d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:11:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "fc533b42-7819-467d-9227-69d5ea75d00b", - "x-ms-client-request-id": "1aadd74cf50f3a11f244073698e1657d", - "x-ms-correlation-request-id": "b2583af9-b183-4394-8d79-57779099fa46", - "x-ms-ratelimit-remaining-subscription-reads": "9118", - "x-ms-request-id": "b7f30294-1898-445b-8372-4d798b60e0d1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051157Z:b2583af9-b183-4394-8d79-57779099fa46" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "77b8c1a34cb434dd292032c397b06c0e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:11:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9f139310-71c9-4968-bdaa-23cb642440e3", - "x-ms-client-request-id": "77b8c1a34cb434dd292032c397b06c0e", - "x-ms-correlation-request-id": "279c0ff9-eea7-4b7c-96d5-4f81718c9ad0", - "x-ms-ratelimit-remaining-subscription-reads": "9117", - "x-ms-request-id": "ffb4329a-374e-401b-97a8-4fc885aa7c6b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051158Z:279c0ff9-eea7-4b7c-96d5-4f81718c9ad0" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b7c070fe5fd71b774f30b20ecddb09d3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:11:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6eba166d-9962-489f-b8e1-1f0230ecb879", - "x-ms-client-request-id": "b7c070fe5fd71b774f30b20ecddb09d3", - "x-ms-correlation-request-id": "1fe8fcf9-0eed-4128-937f-51a4c6b656b8", - "x-ms-ratelimit-remaining-subscription-reads": "9116", - "x-ms-request-id": "aaa0f49b-2e18-4e3c-b3fe-cab39ebe0366", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051159Z:1fe8fcf9-0eed-4128-937f-51a4c6b656b8" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2ad85e658c7b0061f979f0efc24da342", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:12:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d5573676-eae3-471b-8093-692afc3967f6", - "x-ms-client-request-id": "2ad85e658c7b0061f979f0efc24da342", - "x-ms-correlation-request-id": "b429d4a6-8b4a-4a96-a79f-ee7adf4e848a", - "x-ms-ratelimit-remaining-subscription-reads": "9115", - "x-ms-request-id": "34d9f24b-9503-4d0f-9ca3-e5c17da4a78e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051200Z:b429d4a6-8b4a-4a96-a79f-ee7adf4e848a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2737f9d7ad2143a54a9d28849acf664e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:12:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f06cb2a1-6edd-4c28-8ed0-1686a2b89870", - "x-ms-client-request-id": "2737f9d7ad2143a54a9d28849acf664e", - "x-ms-correlation-request-id": "bc7f036e-0d8a-4594-930d-ef9310420e66", - "x-ms-ratelimit-remaining-subscription-reads": "9114", - "x-ms-request-id": "eb65b7be-5945-4e20-8dfa-66d5edf41be8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051202Z:bc7f036e-0d8a-4594-930d-ef9310420e66" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "395e5e1642d871920fbfbe5d6f885801", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:12:03 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "83056814-bde4-4608-bdbb-75118aba7a12", - "x-ms-client-request-id": "395e5e1642d871920fbfbe5d6f885801", - "x-ms-correlation-request-id": "c459f55a-e5a3-4bf5-8125-f68566e114bd", - "x-ms-ratelimit-remaining-subscription-reads": "9113", - "x-ms-request-id": "2f1e903e-95a3-478b-8f54-1fca9f9e8c93", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051203Z:c459f55a-e5a3-4bf5-8125-f68566e114bd" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d4366f8ce1a4b7b2b894dfde64dc662a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:12:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5dc46285-171e-460a-9bf3-4ab125312b89", - "x-ms-client-request-id": "d4366f8ce1a4b7b2b894dfde64dc662a", - "x-ms-correlation-request-id": "bad97cca-236b-4a2f-b33f-b8e068e38387", - "x-ms-ratelimit-remaining-subscription-reads": "9112", - "x-ms-request-id": "56ed3d5e-bd42-4866-8870-6baf81b71266", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051204Z:bad97cca-236b-4a2f-b33f-b8e068e38387" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "63d8a1136aef956a66c51862ee47d4c2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:12:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9cefdfe3-0108-4c48-8845-a6f0bd688882", - "x-ms-client-request-id": "63d8a1136aef956a66c51862ee47d4c2", - "x-ms-correlation-request-id": "ce1bb625-01bb-44f0-90cc-27cddeeb248b", - "x-ms-ratelimit-remaining-subscription-reads": "9111", - "x-ms-request-id": "b89a21d0-59e6-4d1c-a835-6ab5878e9500", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051205Z:ce1bb625-01bb-44f0-90cc-27cddeeb248b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2af72744919934aaaca6804362b40d32", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:12:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2de3d304-ecfd-4222-bb83-4d473b319297", - "x-ms-client-request-id": "2af72744919934aaaca6804362b40d32", - "x-ms-correlation-request-id": "15185be3-e4a0-4df3-a0a6-d7c0f3350379", - "x-ms-ratelimit-remaining-subscription-reads": "9110", - "x-ms-request-id": "a888d33b-e8a0-4d95-9062-b34876ca77f4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051207Z:15185be3-e4a0-4df3-a0a6-d7c0f3350379" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "cd4a9458f5b0221105a06edec950c870", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:12:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8f30dc4e-22d4-4d97-a599-23423706b44b", - "x-ms-client-request-id": "cd4a9458f5b0221105a06edec950c870", - "x-ms-correlation-request-id": "03f06502-cb7f-4331-b693-a71d825a6519", - "x-ms-ratelimit-remaining-subscription-reads": "9109", - "x-ms-request-id": "002c47e5-37d1-414e-abfa-b407fff819b2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051208Z:03f06502-cb7f-4331-b693-a71d825a6519" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "3c9a1dbf3ce48290f7a3b749e92633b2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:12:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "822a4149-15e9-4ca1-b91f-ad258bd0facd", - "x-ms-client-request-id": "3c9a1dbf3ce48290f7a3b749e92633b2", - "x-ms-correlation-request-id": "466efe59-173b-4cd0-b32e-901818e14ce0", - "x-ms-ratelimit-remaining-subscription-reads": "9108", - "x-ms-request-id": "22fc2953-7f13-4860-b84e-560a052e4807", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051209Z:466efe59-173b-4cd0-b32e-901818e14ce0" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5a09e5b706fd4e1215d524f823cb6b5c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:12:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6659919b-f985-43a6-9b08-059968ccdf6d", - "x-ms-client-request-id": "5a09e5b706fd4e1215d524f823cb6b5c", - "x-ms-correlation-request-id": "b6bffb75-8f85-4895-8951-92904d862ad8", - "x-ms-ratelimit-remaining-subscription-reads": "9107", - "x-ms-request-id": "e2a92702-ed39-47f2-a3d7-f1b72cb0a283", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051211Z:b6bffb75-8f85-4895-8951-92904d862ad8" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "45840fddd1191c4e03c8d60c3ec839df", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:12:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "72a6244b-4d24-425f-b599-c8c7e11c111f", - "x-ms-client-request-id": "45840fddd1191c4e03c8d60c3ec839df", - "x-ms-correlation-request-id": "2985d925-9018-4ae0-b52c-509b1ce10d6e", - "x-ms-ratelimit-remaining-subscription-reads": "9106", - "x-ms-request-id": "15bc8a4f-779d-4959-ab29-a5f7ca2b08e5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051212Z:2985d925-9018-4ae0-b52c-509b1ce10d6e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e327bb6c6d46b8730a4b260f17975e2c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:12:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "34748bc4-2054-4bef-a7aa-7d1b1e7f65d7", - "x-ms-client-request-id": "e327bb6c6d46b8730a4b260f17975e2c", - "x-ms-correlation-request-id": "fe2c91aa-740d-47ef-9fe4-a5a22e42fce5", - "x-ms-ratelimit-remaining-subscription-reads": "9105", - "x-ms-request-id": "6988c8a7-5145-4c14-920d-4b1f86852fd2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051213Z:fe2c91aa-740d-47ef-9fe4-a5a22e42fce5" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d96b5a37eda2e69897ec57353005104d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:12:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c6df2403-65b6-4cd5-8ecc-96d42406016e", - "x-ms-client-request-id": "d96b5a37eda2e69897ec57353005104d", - "x-ms-correlation-request-id": "93fcf3f2-137d-4ec3-97d0-767874cc5623", - "x-ms-ratelimit-remaining-subscription-reads": "9104", - "x-ms-request-id": "809162b1-5b86-407d-8bbc-1b82b42c7162", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051214Z:93fcf3f2-137d-4ec3-97d0-767874cc5623" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "678c459c87a36f159ccb3bcdaa3f046b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:12:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5f4d189e-60bb-4841-aea2-88f55a50e9dc", - "x-ms-client-request-id": "678c459c87a36f159ccb3bcdaa3f046b", - "x-ms-correlation-request-id": "ed27b8e2-efdd-461d-962e-82c7bec19227", - "x-ms-ratelimit-remaining-subscription-reads": "9103", - "x-ms-request-id": "c402c427-fc51-4ca6-a313-aca3de5af7dd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051216Z:ed27b8e2-efdd-461d-962e-82c7bec19227" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e3d5aa695f5c7e3d22414c5a163e8804", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:12:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d9a2584b-1032-4973-a476-56d5fb668b6f", - "x-ms-client-request-id": "e3d5aa695f5c7e3d22414c5a163e8804", - "x-ms-correlation-request-id": "9c004fa6-45aa-4d2a-8067-2cfd006a92b8", - "x-ms-ratelimit-remaining-subscription-reads": "9102", - "x-ms-request-id": "03d84e5c-3a1c-4643-9224-aae735b8a0fc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051217Z:9c004fa6-45aa-4d2a-8067-2cfd006a92b8" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d273d83af70baf8845fc3dd7b2cb3b58", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:12:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c4570baa-e2dd-4a73-bdd4-7b3d7bf6f10b", - "x-ms-client-request-id": "d273d83af70baf8845fc3dd7b2cb3b58", - "x-ms-correlation-request-id": "877b65b7-f836-4b4f-8079-bc1fd2048133", - "x-ms-ratelimit-remaining-subscription-reads": "9101", - "x-ms-request-id": "770ac9ab-c558-40c6-b5c2-ef331719228b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051218Z:877b65b7-f836-4b4f-8079-bc1fd2048133" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "86cbece72d303cf0080d44623bba595d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:12:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ab372c0d-ffe5-4362-aef5-5e9213c514be", - "x-ms-client-request-id": "86cbece72d303cf0080d44623bba595d", - "x-ms-correlation-request-id": "f84760ea-9d47-47d8-9e43-68421dfde93a", - "x-ms-ratelimit-remaining-subscription-reads": "9100", - "x-ms-request-id": "62f9c991-8de2-4104-8594-bc2cdea9f952", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051219Z:f84760ea-9d47-47d8-9e43-68421dfde93a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d192364232cb725f22259e602166cc57", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:12:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f414d885-7f1b-40b0-b061-2e405239538e", - "x-ms-client-request-id": "d192364232cb725f22259e602166cc57", - "x-ms-correlation-request-id": "a611425a-8fca-461b-8a1d-dc063891a8d2", - "x-ms-ratelimit-remaining-subscription-reads": "9099", - "x-ms-request-id": "9a36b405-a124-4ca9-8248-55f77d65a728", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051221Z:a611425a-8fca-461b-8a1d-dc063891a8d2" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2972f40501720dd3e836cafeb325748a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:12:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0759c9cf-a9f6-4230-b9e6-81aee496ea0f", - "x-ms-client-request-id": "2972f40501720dd3e836cafeb325748a", - "x-ms-correlation-request-id": "8b0523c1-862a-4a95-b815-739c11d10894", - "x-ms-ratelimit-remaining-subscription-reads": "9098", - "x-ms-request-id": "d40f796f-f7b5-413c-bb95-ffe25af3bdf0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051222Z:8b0523c1-862a-4a95-b815-739c11d10894" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7c94dfa26a38b58c8d59640b8e901ba2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:12:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "31696b67-224b-4e17-b8b5-c7acf5f2af88", - "x-ms-client-request-id": "7c94dfa26a38b58c8d59640b8e901ba2", - "x-ms-correlation-request-id": "45a0ef00-d18a-402b-b46f-8c4030b78b5b", - "x-ms-ratelimit-remaining-subscription-reads": "9097", - "x-ms-request-id": "b662aefa-3160-4bea-a16b-39ea716c4154", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051223Z:45a0ef00-d18a-402b-b46f-8c4030b78b5b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "475dec402f4840ea6285e9956860befc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:12:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "eeeab464-cffe-46d9-b0b2-31233fa41e0a", - "x-ms-client-request-id": "475dec402f4840ea6285e9956860befc", - "x-ms-correlation-request-id": "e975336b-ea16-4f9f-a06e-185881878e53", - "x-ms-ratelimit-remaining-subscription-reads": "9096", - "x-ms-request-id": "50ac8798-c738-401b-a864-bc1acfacc918", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051225Z:e975336b-ea16-4f9f-a06e-185881878e53" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "41bd14b04fd19b1f67bd9c199dc87f57", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:12:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "65ed4b7b-0d6f-4a22-8af3-6e7c43ce13d0", - "x-ms-client-request-id": "41bd14b04fd19b1f67bd9c199dc87f57", - "x-ms-correlation-request-id": "a6b418e6-a993-40de-ac4b-5aa228290e8e", - "x-ms-ratelimit-remaining-subscription-reads": "9095", - "x-ms-request-id": "b843a370-d647-45b5-87b3-a7359c7e048d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051226Z:a6b418e6-a993-40de-ac4b-5aa228290e8e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c6bd281b2dc77342f55319b280f64d2c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:12:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "282f97da-f998-4a1b-91a2-5159b5869b87", - "x-ms-client-request-id": "c6bd281b2dc77342f55319b280f64d2c", - "x-ms-correlation-request-id": "921e6e83-bd5d-42b2-9eef-a3d4c26fff5c", - "x-ms-ratelimit-remaining-subscription-reads": "9094", - "x-ms-request-id": "2aea7220-e580-448b-a519-8da068d85e32", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051227Z:921e6e83-bd5d-42b2-9eef-a3d4c26fff5c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7a5b679ad9d2f1d0ccc2df8a92d1a39a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:12:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "00543426-dabc-47f9-86fd-ad484edceacc", - "x-ms-client-request-id": "7a5b679ad9d2f1d0ccc2df8a92d1a39a", - "x-ms-correlation-request-id": "9684b942-20ef-482b-be9d-fc8125355fa9", - "x-ms-ratelimit-remaining-subscription-reads": "9093", - "x-ms-request-id": "48a8d997-6d79-4401-896b-f9feb8aac2c9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051228Z:9684b942-20ef-482b-be9d-fc8125355fa9" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "3f7a9106f8a28234d24a4c7e356c1a71", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:12:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "24b17ab5-489d-4531-861d-595879d02b97", - "x-ms-client-request-id": "3f7a9106f8a28234d24a4c7e356c1a71", - "x-ms-correlation-request-id": "809e971c-67a7-4fc8-a13a-36c6d745be98", - "x-ms-ratelimit-remaining-subscription-reads": "9092", - "x-ms-request-id": "6d04e19b-f4bd-4440-b968-e1e15908c564", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051230Z:809e971c-67a7-4fc8-a13a-36c6d745be98" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "367e6f70046d428557ccfa054eb7e023", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:12:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6b2939e7-79ae-423b-84cf-7412b6f623c4", - "x-ms-client-request-id": "367e6f70046d428557ccfa054eb7e023", - "x-ms-correlation-request-id": "a56e2250-1618-4e27-9823-0cb789a50e18", - "x-ms-ratelimit-remaining-subscription-reads": "9091", - "x-ms-request-id": "a6c6e0ce-93b3-4a33-a331-25a47b91ac3a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051231Z:a56e2250-1618-4e27-9823-0cb789a50e18" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "efac7faf0d7ca28a32d8a8878c51bb5f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:12:32 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "36f89e3c-c398-4d11-915b-e63139d71a3a", - "x-ms-client-request-id": "efac7faf0d7ca28a32d8a8878c51bb5f", - "x-ms-correlation-request-id": "9bf672aa-901f-4ec2-8910-c5eba7c92d84", - "x-ms-ratelimit-remaining-subscription-reads": "9090", - "x-ms-request-id": "646e7aae-bb0c-4bf6-b033-831cdf3929b5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051232Z:9bf672aa-901f-4ec2-8910-c5eba7c92d84" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "221a6ea86d52012d0b37e8d5fe2f341a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:12:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6cfcafce-53eb-4514-b61f-b094aa2a6211", - "x-ms-client-request-id": "221a6ea86d52012d0b37e8d5fe2f341a", - "x-ms-correlation-request-id": "86e0d9f7-6768-4f93-9419-39dc0d290171", - "x-ms-ratelimit-remaining-subscription-reads": "9089", - "x-ms-request-id": "743a69f4-5034-4a31-9818-0bdef2f4a42a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051233Z:86e0d9f7-6768-4f93-9419-39dc0d290171" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b6ce296a2bc062f4e5dc03945bfeb506", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:12:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2b12e33b-9e7b-490f-ae56-11b9b246b97e", - "x-ms-client-request-id": "b6ce296a2bc062f4e5dc03945bfeb506", - "x-ms-correlation-request-id": "3c93e392-d2a9-4eb3-a81e-8da601fa46d3", - "x-ms-ratelimit-remaining-subscription-reads": "9088", - "x-ms-request-id": "76886d7d-d88f-41ac-b7e4-f4963bfd05ed", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051235Z:3c93e392-d2a9-4eb3-a81e-8da601fa46d3" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e05d9a10bd9d42d152abe34425b4a303", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:12:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7462f534-002e-4916-b862-4eac5134990a", - "x-ms-client-request-id": "e05d9a10bd9d42d152abe34425b4a303", - "x-ms-correlation-request-id": "0cade390-2af4-4e71-ab19-dcbf535e920a", - "x-ms-ratelimit-remaining-subscription-reads": "9087", - "x-ms-request-id": "3435a834-e49f-4064-a2a2-e5b66310ca31", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051236Z:0cade390-2af4-4e71-ab19-dcbf535e920a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "631d8da405827c9f79b73d756998a50d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:12:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a78bfc5f-14a5-4339-b5be-dd7fa153d19e", - "x-ms-client-request-id": "631d8da405827c9f79b73d756998a50d", - "x-ms-correlation-request-id": "078b1fd1-a3ac-4b94-a0d5-3ea4620a04ed", - "x-ms-ratelimit-remaining-subscription-reads": "9086", - "x-ms-request-id": "a9ef042b-37ad-4855-963e-f48b225a40a4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051237Z:078b1fd1-a3ac-4b94-a0d5-3ea4620a04ed" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "63c4e18253d2ac7d588c631548af3d30", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:12:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "cf96404d-770b-46ec-888e-30c289957684", - "x-ms-client-request-id": "63c4e18253d2ac7d588c631548af3d30", - "x-ms-correlation-request-id": "abc5cdf2-4ccb-4d63-9ff7-9408a7256d80", - "x-ms-ratelimit-remaining-subscription-reads": "9085", - "x-ms-request-id": "074d65f3-4a41-48ba-87e4-3f7e10f41d54", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051238Z:abc5cdf2-4ccb-4d63-9ff7-9408a7256d80" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "cef0003852e10b83fae066e5805bd8ba", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:12:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d01d6792-4a6c-4c39-a3bd-e2248d1c8a41", - "x-ms-client-request-id": "cef0003852e10b83fae066e5805bd8ba", - "x-ms-correlation-request-id": "089148c2-21ca-45b6-8520-bec34cf50fb4", - "x-ms-ratelimit-remaining-subscription-reads": "9084", - "x-ms-request-id": "f6df3278-d109-418f-aa88-f9de3385808e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051240Z:089148c2-21ca-45b6-8520-bec34cf50fb4" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "43c2d50540ef513010700af6a28a34ca", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:12:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1870bc64-ff7a-4a0c-a16d-87ef250b0aa5", - "x-ms-client-request-id": "43c2d50540ef513010700af6a28a34ca", - "x-ms-correlation-request-id": "0fffccff-8e9a-4ed8-9b87-33aa5f5b8cbc", - "x-ms-ratelimit-remaining-subscription-reads": "9083", - "x-ms-request-id": "292bf120-dc87-4470-8d0f-f8dead9f94b1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051241Z:0fffccff-8e9a-4ed8-9b87-33aa5f5b8cbc" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "693d0c79d7a82f2c5eb968f1ec982cfd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:12:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8b89eaff-1c08-4369-872a-024721be157c", - "x-ms-client-request-id": "693d0c79d7a82f2c5eb968f1ec982cfd", - "x-ms-correlation-request-id": "e1925d6b-aeeb-41f3-98ff-895fac137b54", - "x-ms-ratelimit-remaining-subscription-reads": "9082", - "x-ms-request-id": "05d2acc6-a927-42eb-9391-505db5caf5f7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051242Z:e1925d6b-aeeb-41f3-98ff-895fac137b54" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "720fa9b3faecf841cf9ebd70478d6870", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:12:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "80c9036e-653e-4a7f-912d-75d0d4f475d0", - "x-ms-client-request-id": "720fa9b3faecf841cf9ebd70478d6870", - "x-ms-correlation-request-id": "b9a0a250-e2f0-4759-8633-dcd01259f02a", - "x-ms-ratelimit-remaining-subscription-reads": "9081", - "x-ms-request-id": "1a32427c-8f6f-4d1f-983e-4f08cfa660bb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051243Z:b9a0a250-e2f0-4759-8633-dcd01259f02a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "736c9cab6e1d2d11a993e535d73e6478", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:12:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "37e403cd-bcc0-4faf-89ed-313a99d3922c", - "x-ms-client-request-id": "736c9cab6e1d2d11a993e535d73e6478", - "x-ms-correlation-request-id": "658b3fdc-1996-4dbf-9d67-adbc2933a360", - "x-ms-ratelimit-remaining-subscription-reads": "9080", - "x-ms-request-id": "26b4b8f5-b984-4d24-a93a-18ddc0cb3e24", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051245Z:658b3fdc-1996-4dbf-9d67-adbc2933a360" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f9420d44c27a7fddcb449a0919bbe7d0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:12:45 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3b389253-d7d5-4fe3-8414-3e78d4dd9d8d", - "x-ms-client-request-id": "f9420d44c27a7fddcb449a0919bbe7d0", - "x-ms-correlation-request-id": "03fcb0c0-c567-43e3-8133-1ce9cefd2008", - "x-ms-ratelimit-remaining-subscription-reads": "9079", - "x-ms-request-id": "2a8210cd-c00c-4f78-902a-b92d25201459", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051246Z:03fcb0c0-c567-43e3-8133-1ce9cefd2008" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5045f850b82b44df97e2c859150b2190", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:12:47 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2d5836da-117f-4257-bc6d-1f1abfecdfde", - "x-ms-client-request-id": "5045f850b82b44df97e2c859150b2190", - "x-ms-correlation-request-id": "a87135de-b373-429a-a7c6-bd725e9f3928", - "x-ms-ratelimit-remaining-subscription-reads": "9078", - "x-ms-request-id": "4691dc43-0800-42fa-a18e-e12a1062eb10", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051247Z:a87135de-b373-429a-a7c6-bd725e9f3928" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "392c453a6f4ae9f5beeda8d9d40813ee", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:12:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "464be6b0-5f17-4eb6-b0a6-f87524597a43", - "x-ms-client-request-id": "392c453a6f4ae9f5beeda8d9d40813ee", - "x-ms-correlation-request-id": "c5d1e45d-f34c-4e4a-9ce0-7f6c68e0a62e", - "x-ms-ratelimit-remaining-subscription-reads": "9077", - "x-ms-request-id": "ebb84fef-0b72-4c47-bf3d-514e52ef555b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051249Z:c5d1e45d-f34c-4e4a-9ce0-7f6c68e0a62e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "dee514ab13f88b4c2efe6198fa8469c0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:12:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1682b56a-78c2-41fb-ac25-e95f05e17d3f", - "x-ms-client-request-id": "dee514ab13f88b4c2efe6198fa8469c0", - "x-ms-correlation-request-id": "67d2dcd4-6f51-442d-b56a-4dba1904e5d6", - "x-ms-ratelimit-remaining-subscription-reads": "9076", - "x-ms-request-id": "277c5323-228b-4556-836b-bde633a5ec75", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051250Z:67d2dcd4-6f51-442d-b56a-4dba1904e5d6" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d3ce0923ad8fe186025c923e10066f8f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:12:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f1d0bb79-d1c1-4724-97f2-da7b49985141", - "x-ms-client-request-id": "d3ce0923ad8fe186025c923e10066f8f", - "x-ms-correlation-request-id": "f0c9c36d-d970-4584-8da1-d769b9c1c578", - "x-ms-ratelimit-remaining-subscription-reads": "9075", - "x-ms-request-id": "c36797dc-458b-4e9a-93c8-6feedafd6fd5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051251Z:f0c9c36d-d970-4584-8da1-d769b9c1c578" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "00add9ce42262797f9a00b4c0e5dee3a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:12:52 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c62060cb-3c54-4972-898b-664bffcda239", - "x-ms-client-request-id": "00add9ce42262797f9a00b4c0e5dee3a", - "x-ms-correlation-request-id": "c4a58704-235e-472f-8e87-83a97ef7394c", - "x-ms-ratelimit-remaining-subscription-reads": "9074", - "x-ms-request-id": "bdcf681b-59ea-4f60-880b-f2bf74cbc5c7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051253Z:c4a58704-235e-472f-8e87-83a97ef7394c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "cab5e7833f39fd5f8e04dc9c810d7b28", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:12:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ebe812a0-4201-4062-9a2d-78b306f00269", - "x-ms-client-request-id": "cab5e7833f39fd5f8e04dc9c810d7b28", - "x-ms-correlation-request-id": "292aeec3-3847-40ae-826a-6e419e6f1789", - "x-ms-ratelimit-remaining-subscription-reads": "9073", - "x-ms-request-id": "df9ff127-1449-42b2-8af5-b1ea0c695abd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051254Z:292aeec3-3847-40ae-826a-6e419e6f1789" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "20c9d28e69d6e19a72a7daeea239d2a5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:12:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "41bfabbb-8e8d-42e9-98ff-f1742d6d0f73", - "x-ms-client-request-id": "20c9d28e69d6e19a72a7daeea239d2a5", - "x-ms-correlation-request-id": "ac4dc485-8d59-44ae-ad11-7c48f1f417a3", - "x-ms-ratelimit-remaining-subscription-reads": "9072", - "x-ms-request-id": "4d6bde9b-b2a0-4afe-84ca-54319a44be45", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051255Z:ac4dc485-8d59-44ae-ad11-7c48f1f417a3" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "28bb576da5508e557ab0722166fba6ec", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:12:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "86757972-b0f0-4753-acb5-2c768e8772b2", - "x-ms-client-request-id": "28bb576da5508e557ab0722166fba6ec", - "x-ms-correlation-request-id": "e9463375-214b-48ff-ade9-cb496fcc6724", - "x-ms-ratelimit-remaining-subscription-reads": "9071", - "x-ms-request-id": "02a4a9ab-6a2d-4218-ad17-08be64da20a8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051256Z:e9463375-214b-48ff-ade9-cb496fcc6724" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "3cbde225ce931a644dd4589265715a54", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:12:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "fc8dfedd-3be6-4b3a-b90c-eeb485e145c4", - "x-ms-client-request-id": "3cbde225ce931a644dd4589265715a54", - "x-ms-correlation-request-id": "e2459d62-0f81-4cd9-9c83-5dfae07ba284", - "x-ms-ratelimit-remaining-subscription-reads": "9070", - "x-ms-request-id": "1103d3af-3245-4f24-ba05-f29ee11c8b9e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051258Z:e2459d62-0f81-4cd9-9c83-5dfae07ba284" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "292e36315351e9d77c3ba625f6787a76", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:12:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "dc66a837-d1f2-47a7-91a3-2fdefb5ee499", - "x-ms-client-request-id": "292e36315351e9d77c3ba625f6787a76", - "x-ms-correlation-request-id": "7b204ea0-b479-4d9c-8645-32211600e3e2", - "x-ms-ratelimit-remaining-subscription-reads": "9069", - "x-ms-request-id": "b2a159e8-a7a3-4154-bd7e-297205dea442", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051259Z:7b204ea0-b479-4d9c-8645-32211600e3e2" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c0c9ed00967c9f11f3a1da7c4cc32809", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:12:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d141d705-3f99-4f6b-8d54-7021065fd5f5", - "x-ms-client-request-id": "c0c9ed00967c9f11f3a1da7c4cc32809", - "x-ms-correlation-request-id": "adfaf34c-3e2a-406f-adec-65a93c0e85e8", - "x-ms-ratelimit-remaining-subscription-reads": "9068", - "x-ms-request-id": "c66af77d-e9bf-41e7-9cdf-4eabd0bce55f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051300Z:adfaf34c-3e2a-406f-adec-65a93c0e85e8" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2ff01d557dccd29a0ad4bf58283e23d5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:13:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "bbd48e1f-0af8-4ea6-8d02-82015f7f6881", - "x-ms-client-request-id": "2ff01d557dccd29a0ad4bf58283e23d5", - "x-ms-correlation-request-id": "25f301bc-abe1-4bb6-a101-cd9f2c9bc264", - "x-ms-ratelimit-remaining-subscription-reads": "9067", - "x-ms-request-id": "8b1b4402-8e92-4b81-be47-73eacec4b462", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051301Z:25f301bc-abe1-4bb6-a101-cd9f2c9bc264" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7791e2599aa79ad8258f35af785b9cb9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:13:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "68bc3bbc-56a9-48c5-b50d-e6f1e8448744", - "x-ms-client-request-id": "7791e2599aa79ad8258f35af785b9cb9", - "x-ms-correlation-request-id": "0c1ef46d-a40d-4330-a60e-a94b3544dc9e", - "x-ms-ratelimit-remaining-subscription-reads": "9066", - "x-ms-request-id": "4c793be3-466c-4779-a186-1e5b6afd8c0c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051303Z:0c1ef46d-a40d-4330-a60e-a94b3544dc9e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d9d09c124b8783aa52f7b5a7d7b976b5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:13:03 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b371c588-7c79-4391-b8d3-587adc76f423", - "x-ms-client-request-id": "d9d09c124b8783aa52f7b5a7d7b976b5", - "x-ms-correlation-request-id": "9fe9f29e-e265-46a7-97a6-2e221b6464c9", - "x-ms-ratelimit-remaining-subscription-reads": "9065", - "x-ms-request-id": "315923bd-7574-473f-9b59-28d9b281e446", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051304Z:9fe9f29e-e265-46a7-97a6-2e221b6464c9" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "6a22057eb131bb6145560a3d47ea59ae", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:13:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "67dd237d-26d6-438d-93b8-a875ad95a2ab", - "x-ms-client-request-id": "6a22057eb131bb6145560a3d47ea59ae", - "x-ms-correlation-request-id": "ab8f5622-acb5-4107-a0ac-bd1f24347542", - "x-ms-ratelimit-remaining-subscription-reads": "9064", - "x-ms-request-id": "73bfec0c-bffd-495f-bc96-86d10c1e5af5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051305Z:ab8f5622-acb5-4107-a0ac-bd1f24347542" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8b4506384a6e0e4d380d24b0e431c36b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:13:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a7b492d5-8c8c-434b-937a-2a466993790e", - "x-ms-client-request-id": "8b4506384a6e0e4d380d24b0e431c36b", - "x-ms-correlation-request-id": "f344f231-0c37-4c68-b78a-08e4d2bd4135", - "x-ms-ratelimit-remaining-subscription-reads": "9063", - "x-ms-request-id": "447fdd58-f813-4013-8629-bbb07b1e1988", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051307Z:f344f231-0c37-4c68-b78a-08e4d2bd4135" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "73317f18323961873a149331416c3c67", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:13:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "661da3b6-5007-4d04-a6a6-7eaf307013bd", - "x-ms-client-request-id": "73317f18323961873a149331416c3c67", - "x-ms-correlation-request-id": "34156396-997e-486a-acf4-189777e25ed9", - "x-ms-ratelimit-remaining-subscription-reads": "9062", - "x-ms-request-id": "a56a1f4b-4090-4b85-bb39-7587e575ac98", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051308Z:34156396-997e-486a-acf4-189777e25ed9" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d16f069dea733447b71432238cb0d614", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:13:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "27b2a1b9-0adb-40ef-b6b6-f572094d8fc7", - "x-ms-client-request-id": "d16f069dea733447b71432238cb0d614", - "x-ms-correlation-request-id": "c846c370-85b9-4194-9fe9-df60e26f7dea", - "x-ms-ratelimit-remaining-subscription-reads": "9061", - "x-ms-request-id": "58ced274-253c-427b-a5bf-25313140aac5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051309Z:c846c370-85b9-4194-9fe9-df60e26f7dea" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c8249e92e5b905757ee45059b61ccccb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:13:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "692e6ec6-7fb3-453a-a3da-bf1fa14be0b3", - "x-ms-client-request-id": "c8249e92e5b905757ee45059b61ccccb", - "x-ms-correlation-request-id": "af6e2db7-f69a-4ad6-b196-d7d54b472b54", - "x-ms-ratelimit-remaining-subscription-reads": "9060", - "x-ms-request-id": "cad4cc43-7467-4bd1-948f-0c4ee53056fe", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051311Z:af6e2db7-f69a-4ad6-b196-d7d54b472b54" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "de13bdd1f2c22ef737fdbc240064d58a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:13:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c7c0c02c-9d23-4f79-a3fe-c2ce01113fe9", - "x-ms-client-request-id": "de13bdd1f2c22ef737fdbc240064d58a", - "x-ms-correlation-request-id": "109ff834-446c-48cf-b032-8a8ed3d9afec", - "x-ms-ratelimit-remaining-subscription-reads": "9059", - "x-ms-request-id": "32117b4b-952c-486c-b872-881cd6de85a0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051312Z:109ff834-446c-48cf-b032-8a8ed3d9afec" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a29e7f3e7448b7ae9069528f99ee7e9b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:13:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c9cc04fd-2aac-4624-8871-6094e7a90e97", - "x-ms-client-request-id": "a29e7f3e7448b7ae9069528f99ee7e9b", - "x-ms-correlation-request-id": "86764650-f0f3-4105-bb0e-ba22c6fa8979", - "x-ms-ratelimit-remaining-subscription-reads": "9058", - "x-ms-request-id": "a9318f46-1ab0-475f-b85d-db741a2cb345", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051313Z:86764650-f0f3-4105-bb0e-ba22c6fa8979" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "cf516747f79da052a6f690bc29500519", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:13:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "efaac1d3-d1c1-4317-b775-bf0718e1da0f", - "x-ms-client-request-id": "cf516747f79da052a6f690bc29500519", - "x-ms-correlation-request-id": "d5677395-091f-4ac7-a4c8-30020a68d181", - "x-ms-ratelimit-remaining-subscription-reads": "9057", - "x-ms-request-id": "2ddac531-0119-4eda-90e4-d0393e3af80d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051314Z:d5677395-091f-4ac7-a4c8-30020a68d181" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "361ac60f297d5d820e5b4d589f689449", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:13:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2c08d60b-2973-417a-9616-db137631cc06", - "x-ms-client-request-id": "361ac60f297d5d820e5b4d589f689449", - "x-ms-correlation-request-id": "5f21f6a6-5755-4130-aa24-46123ccb9a02", - "x-ms-ratelimit-remaining-subscription-reads": "9056", - "x-ms-request-id": "01be6a94-5b56-4dba-9f0c-ad03f83bc85a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051316Z:5f21f6a6-5755-4130-aa24-46123ccb9a02" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "98dd217e061247ec2dfefc52e4f28e3f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:13:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8effbde6-21cf-46b6-b444-e03cfd1d81a3", - "x-ms-client-request-id": "98dd217e061247ec2dfefc52e4f28e3f", - "x-ms-correlation-request-id": "69ef6a34-121a-42f6-bbbd-19332ae328a8", - "x-ms-ratelimit-remaining-subscription-reads": "9055", - "x-ms-request-id": "78dd5b49-9f11-4e4a-90c8-c0b0138a1202", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051317Z:69ef6a34-121a-42f6-bbbd-19332ae328a8" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d380396347d41d1de4f3c042a9f9013e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:13:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "75adbade-5b21-4a1a-86f9-9fa61dd73346", - "x-ms-client-request-id": "d380396347d41d1de4f3c042a9f9013e", - "x-ms-correlation-request-id": "35e749d2-dac6-444d-9803-5ff57c42f22e", - "x-ms-ratelimit-remaining-subscription-reads": "9054", - "x-ms-request-id": "9f73f2db-41a0-4335-807a-ad959eee29f5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051318Z:35e749d2-dac6-444d-9803-5ff57c42f22e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "083d46616c730907d9d3097f2d2f791c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:13:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "653b4082-fa8a-4cb7-a802-2a605e95365c", - "x-ms-client-request-id": "083d46616c730907d9d3097f2d2f791c", - "x-ms-correlation-request-id": "107ad8c4-6d66-4d87-849d-c03bbbfc6360", - "x-ms-ratelimit-remaining-subscription-reads": "9053", - "x-ms-request-id": "1a5b6c60-aa52-4664-9346-ffe4d541816a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051319Z:107ad8c4-6d66-4d87-849d-c03bbbfc6360" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "65f40dccc1e8377503bfb41e45aa9d34", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:13:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "eb045737-50b9-4898-8d6f-2a61985f1886", - "x-ms-client-request-id": "65f40dccc1e8377503bfb41e45aa9d34", - "x-ms-correlation-request-id": "225964e2-37b8-40aa-86e2-0bdedb2f8615", - "x-ms-ratelimit-remaining-subscription-reads": "9052", - "x-ms-request-id": "b27c7208-ef08-4d6f-85e0-ff44af70d8f0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051321Z:225964e2-37b8-40aa-86e2-0bdedb2f8615" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "9df0befc86b4f7cc3176f9003e9ef0b4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:13:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "967c613a-cafa-4bee-b3bb-f027ada98159", - "x-ms-client-request-id": "9df0befc86b4f7cc3176f9003e9ef0b4", - "x-ms-correlation-request-id": "265947ea-0e03-4771-be00-c089fdaac366", - "x-ms-ratelimit-remaining-subscription-reads": "9051", - "x-ms-request-id": "ee0c175e-17ad-43c1-a6ec-6db07aa7934b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051322Z:265947ea-0e03-4771-be00-c089fdaac366" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "9c75a47a9b04a055d10504b3b8e8c32e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:13:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "40b66695-a42e-4f8e-9e4e-c2b1be146785", - "x-ms-client-request-id": "9c75a47a9b04a055d10504b3b8e8c32e", - "x-ms-correlation-request-id": "ace7ff9f-b35f-44ca-b3ce-a72d0d8761f3", - "x-ms-ratelimit-remaining-subscription-reads": "9050", - "x-ms-request-id": "551cc352-576f-49ff-aec0-22fb9cce285d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051323Z:ace7ff9f-b35f-44ca-b3ce-a72d0d8761f3" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "6f82d536dc3e466741fd3471c774f964", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:13:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "903d1210-71c9-4753-b98a-11be03f7acbc", - "x-ms-client-request-id": "6f82d536dc3e466741fd3471c774f964", - "x-ms-correlation-request-id": "6a07ebfa-0a42-4174-8be8-e9ca74468911", - "x-ms-ratelimit-remaining-subscription-reads": "9049", - "x-ms-request-id": "b9b7a3e8-f906-4dac-b3ed-c4cee17741ed", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051324Z:6a07ebfa-0a42-4174-8be8-e9ca74468911" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a1a4ffcf0035612f6850cbaf81183e49", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:13:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1259357f-f741-4a77-bb3a-a68f9856437d", - "x-ms-client-request-id": "a1a4ffcf0035612f6850cbaf81183e49", - "x-ms-correlation-request-id": "7776d261-2acf-4e15-b9c2-51b24f91e7bf", - "x-ms-ratelimit-remaining-subscription-reads": "9048", - "x-ms-request-id": "177d41c4-6ded-4ac0-a571-f1d1f6a63008", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051326Z:7776d261-2acf-4e15-b9c2-51b24f91e7bf" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "69cacab2801c9d753c2e5a0767e4d85d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:13:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e3bbb50a-09b3-4e5b-a4dd-f5eaaf68784f", - "x-ms-client-request-id": "69cacab2801c9d753c2e5a0767e4d85d", - "x-ms-correlation-request-id": "0046a1f8-83c1-4857-a6fd-27d86cc6ea02", - "x-ms-ratelimit-remaining-subscription-reads": "9047", - "x-ms-request-id": "e3346da9-a9d9-4702-9225-3cd7b7a8bf2f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051327Z:0046a1f8-83c1-4857-a6fd-27d86cc6ea02" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b9e3a00c224335f8a52106ee10b8c528", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:13:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e8aaa566-2134-4636-87f7-e0b2a4457a65", - "x-ms-client-request-id": "b9e3a00c224335f8a52106ee10b8c528", - "x-ms-correlation-request-id": "d38baeba-6190-42cb-b01f-425c6ec18a51", - "x-ms-ratelimit-remaining-subscription-reads": "9046", - "x-ms-request-id": "5ff5ac21-2c1e-4780-869e-be3b02a3f494", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051328Z:d38baeba-6190-42cb-b01f-425c6ec18a51" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "fdbeeabf90a94e4889066407a528f984", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:13:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "226da1ad-0c1a-488b-a67d-634f5bde8b2b", - "x-ms-client-request-id": "fdbeeabf90a94e4889066407a528f984", - "x-ms-correlation-request-id": "67e5301a-8fca-4850-99c2-3bef2ebac867", - "x-ms-ratelimit-remaining-subscription-reads": "9045", - "x-ms-request-id": "d51c80d2-bb47-4578-b23d-f9bcb4d5cc73", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051330Z:67e5301a-8fca-4850-99c2-3bef2ebac867" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e0a26e7884358f05d295c3fa79878d84", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:13:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "bba46c0c-08c5-4b67-88fb-7829143df485", - "x-ms-client-request-id": "e0a26e7884358f05d295c3fa79878d84", - "x-ms-correlation-request-id": "67187d82-5d05-4e5a-b14f-431cd4d39a17", - "x-ms-ratelimit-remaining-subscription-reads": "9044", - "x-ms-request-id": "24793ff4-6178-4143-8d9f-3dc9af34cee3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051331Z:67187d82-5d05-4e5a-b14f-431cd4d39a17" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7c473268db257bb35894303dbef18f7d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:13:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ce297870-b0b9-437c-aadb-8291aabefa09", - "x-ms-client-request-id": "7c473268db257bb35894303dbef18f7d", - "x-ms-correlation-request-id": "35a1194c-53ee-43da-8914-5a1978bd47ac", - "x-ms-ratelimit-remaining-subscription-reads": "9043", - "x-ms-request-id": "f8a87f33-b945-4502-9c0e-c1d1ba946c40", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051332Z:35a1194c-53ee-43da-8914-5a1978bd47ac" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a2768227e4153af3e52e2b14cd4dd501", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:13:32 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5672c2dc-ae31-4b96-a575-a977d035dda3", - "x-ms-client-request-id": "a2768227e4153af3e52e2b14cd4dd501", - "x-ms-correlation-request-id": "41f1174f-beb5-48d6-b0d0-6e74712b0cb5", - "x-ms-ratelimit-remaining-subscription-reads": "9042", - "x-ms-request-id": "7107e714-94fc-4237-8b0e-da1f898e4dcc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051333Z:41f1174f-beb5-48d6-b0d0-6e74712b0cb5" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "739fdf797ce09c5eba2688a054c8d1e0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:13:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "59be8f97-ba35-4d67-b77a-c2c48176ccfc", - "x-ms-client-request-id": "739fdf797ce09c5eba2688a054c8d1e0", - "x-ms-correlation-request-id": "d8745d50-c2d8-4e4a-b964-57cfb361d213", - "x-ms-ratelimit-remaining-subscription-reads": "9041", - "x-ms-request-id": "0a7ec7fb-375d-4dd7-a858-a06602dd7c9d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051335Z:d8745d50-c2d8-4e4a-b964-57cfb361d213" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f7d34505ea11836e3f0c97f6b09fae0a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:13:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "85132778-caf2-4f48-82ea-7161be8f04f6", - "x-ms-client-request-id": "f7d34505ea11836e3f0c97f6b09fae0a", - "x-ms-correlation-request-id": "e015358d-9681-46ed-8d54-c73f7ae19f03", - "x-ms-ratelimit-remaining-subscription-reads": "9040", - "x-ms-request-id": "d011b4c2-bc53-4684-8224-f25ac82eb001", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051336Z:e015358d-9681-46ed-8d54-c73f7ae19f03" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "dec32ebf1c52aa9c24d9e7ee5c52e61c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:13:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "06576be3-a072-4b34-afa0-257faaa4ef33", - "x-ms-client-request-id": "dec32ebf1c52aa9c24d9e7ee5c52e61c", - "x-ms-correlation-request-id": "4cac7729-ffd1-454a-9b8d-af227eef954a", - "x-ms-ratelimit-remaining-subscription-reads": "9039", - "x-ms-request-id": "89eba897-efd9-42ef-bfbe-857576f51e7c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051337Z:4cac7729-ffd1-454a-9b8d-af227eef954a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "870e4a5ddd7a8ef0711b33d3e567ec1a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:13:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0aca5477-4395-4985-976d-a516f1c6da73", - "x-ms-client-request-id": "870e4a5ddd7a8ef0711b33d3e567ec1a", - "x-ms-correlation-request-id": "22e90491-dbdf-4d3d-91cd-b4a0b3409f5e", - "x-ms-ratelimit-remaining-subscription-reads": "9038", - "x-ms-request-id": "e65a30ec-4c58-4a8e-bd03-f423e61b832a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051338Z:22e90491-dbdf-4d3d-91cd-b4a0b3409f5e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "25e07e78f204e98ea828d338037f27ec", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:13:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f0d11109-f338-455b-b2d9-4f1c4a98556b", - "x-ms-client-request-id": "25e07e78f204e98ea828d338037f27ec", - "x-ms-correlation-request-id": "393acf73-c87e-4a79-b554-53c79f0c2f56", - "x-ms-ratelimit-remaining-subscription-reads": "9037", - "x-ms-request-id": "033cd4c1-02b7-4eb1-8780-96095799fdd5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051340Z:393acf73-c87e-4a79-b554-53c79f0c2f56" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "66997a262791e1903e346d36e8c9c5bc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:13:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9a75ad46-da91-4165-8a3f-c266d1879b57", - "x-ms-client-request-id": "66997a262791e1903e346d36e8c9c5bc", - "x-ms-correlation-request-id": "563cc8ec-af56-4652-a510-8db1cf4e7ed1", - "x-ms-ratelimit-remaining-subscription-reads": "9036", - "x-ms-request-id": "57582c70-f6a5-40f7-8ad2-cd12a3925c1f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051341Z:563cc8ec-af56-4652-a510-8db1cf4e7ed1" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "de76ccedc0726b17bb25de520ab78bf1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:13:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3be2ae5c-674a-4f92-af33-45fe906789d8", - "x-ms-client-request-id": "de76ccedc0726b17bb25de520ab78bf1", - "x-ms-correlation-request-id": "a4175da5-9fae-4394-b90b-901e08494040", - "x-ms-ratelimit-remaining-subscription-reads": "9035", - "x-ms-request-id": "1d383928-4e79-45ca-921b-29421e8f4f78", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051342Z:a4175da5-9fae-4394-b90b-901e08494040" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "6bac46f385ce5189edfee7d0845800df", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:13:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ac03a135-088a-4e2f-b848-92170fe6a6a9", - "x-ms-client-request-id": "6bac46f385ce5189edfee7d0845800df", - "x-ms-correlation-request-id": "ba548c79-32f2-4b7b-bc7b-1aa1d79f773c", - "x-ms-ratelimit-remaining-subscription-reads": "9034", - "x-ms-request-id": "9586f902-2e97-42b3-82e9-adc108dd58a0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051343Z:ba548c79-32f2-4b7b-bc7b-1aa1d79f773c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "364b16624908667a622dab6c483dd686", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:13:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "95e5c0fe-0080-4a6d-b203-17d7bf7c3efb", - "x-ms-client-request-id": "364b16624908667a622dab6c483dd686", - "x-ms-correlation-request-id": "12fdbaec-5ead-4ad0-bfe4-ebcbe41ff774", - "x-ms-ratelimit-remaining-subscription-reads": "9033", - "x-ms-request-id": "c634c823-06da-4a3b-9de3-a8484f30bcef", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051345Z:12fdbaec-5ead-4ad0-bfe4-ebcbe41ff774" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a1427ca95a1c67ed4225f073d847e662", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:13:45 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "87cd3f87-c648-4e79-8aaf-0a1fa9aa9aa5", - "x-ms-client-request-id": "a1427ca95a1c67ed4225f073d847e662", - "x-ms-correlation-request-id": "ee4433df-67a6-4a6d-9003-c830bd3fd060", - "x-ms-ratelimit-remaining-subscription-reads": "9032", - "x-ms-request-id": "ea9448f6-23ec-41e7-a7ce-c35a6d70f62b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051346Z:ee4433df-67a6-4a6d-9003-c830bd3fd060" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f3efff24546caae8cc4608a0da1d08b0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:13:46 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "32a4ff86-99ae-4f31-a62e-5cb29cc31c87", - "x-ms-client-request-id": "f3efff24546caae8cc4608a0da1d08b0", - "x-ms-correlation-request-id": "2bf3f4cd-5844-4b11-a5ff-a8a75407b9f7", - "x-ms-ratelimit-remaining-subscription-reads": "9031", - "x-ms-request-id": "d0a43da3-7e2a-4ca9-8bd3-1ee58a9369ee", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051347Z:2bf3f4cd-5844-4b11-a5ff-a8a75407b9f7" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "082761275e1508c229e3f3e359078d1a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:13:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "fdee9ebd-c5c8-4ac8-a620-5ab158561ce8", - "x-ms-client-request-id": "082761275e1508c229e3f3e359078d1a", - "x-ms-correlation-request-id": "decc5ee1-20c0-4c0a-8fb2-c5bc8251adc9", - "x-ms-ratelimit-remaining-subscription-reads": "9030", - "x-ms-request-id": "2b12040b-4529-45a3-8b93-0411bab9ec0f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051348Z:decc5ee1-20c0-4c0a-8fb2-c5bc8251adc9" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "48474847e24e54199398d5d6514c8c25", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:13:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "437f7579-0321-4511-8684-9c5f76bc7202", - "x-ms-client-request-id": "48474847e24e54199398d5d6514c8c25", - "x-ms-correlation-request-id": "7dc59247-35ab-4435-a5f6-d341bd453dad", - "x-ms-ratelimit-remaining-subscription-reads": "9029", - "x-ms-request-id": "f940e8d2-2cf7-45d9-958e-3ee43e0ba924", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051350Z:7dc59247-35ab-4435-a5f6-d341bd453dad" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "774b401cde20c54d3ce6ca88610551c5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:13:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7537b895-cddf-401a-bd4a-b2e8f7e0b68c", - "x-ms-client-request-id": "774b401cde20c54d3ce6ca88610551c5", - "x-ms-correlation-request-id": "88aa5865-dbb7-48c2-a442-bc2fd924a34f", - "x-ms-ratelimit-remaining-subscription-reads": "9028", - "x-ms-request-id": "ad9c83f5-cdb5-4a8d-8c5b-e5645b3822b3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051351Z:88aa5865-dbb7-48c2-a442-bc2fd924a34f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "9259eeb8c0d6446147d2747d89ecb7dc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:13:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "58c7f55e-4b00-48eb-abeb-f5c120f51d28", - "x-ms-client-request-id": "9259eeb8c0d6446147d2747d89ecb7dc", - "x-ms-correlation-request-id": "cca83931-2e47-4497-8cf9-ed94f1916022", - "x-ms-ratelimit-remaining-subscription-reads": "9027", - "x-ms-request-id": "7ac9ac2f-cf29-4191-9eb3-62c88f1fefa2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051352Z:cca83931-2e47-4497-8cf9-ed94f1916022" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "19c6ce5716bb68fafa820b671890f38e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:13:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8531042b-4454-4183-aa80-352a37d54021", - "x-ms-client-request-id": "19c6ce5716bb68fafa820b671890f38e", - "x-ms-correlation-request-id": "0181f131-438d-4dc0-8b76-a1b9c5f8fdfe", - "x-ms-ratelimit-remaining-subscription-reads": "9026", - "x-ms-request-id": "b6000a2f-17e3-4efe-80cc-87e8cacf35e8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051354Z:0181f131-438d-4dc0-8b76-a1b9c5f8fdfe" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "631e1046f9f35c4ede06304d6acf3c50", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:13:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "86872aeb-96d9-4834-909a-80955a373cd0", - "x-ms-client-request-id": "631e1046f9f35c4ede06304d6acf3c50", - "x-ms-correlation-request-id": "a618f60a-e11f-4b8f-9713-65091f813448", - "x-ms-ratelimit-remaining-subscription-reads": "9025", - "x-ms-request-id": "41000e72-f8ae-4c78-ac60-deca3692ab10", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051355Z:a618f60a-e11f-4b8f-9713-65091f813448" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "9231ed2f383fa109f3f19754b4fa2cb6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:13:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "44a748d7-0fd0-4669-a11a-c54fa0a305ed", - "x-ms-client-request-id": "9231ed2f383fa109f3f19754b4fa2cb6", - "x-ms-correlation-request-id": "4b6baec2-3751-4e45-a776-25f11ddefae8", - "x-ms-ratelimit-remaining-subscription-reads": "9024", - "x-ms-request-id": "512f2a9a-6dcc-4ef8-9330-df2ff0c84375", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051356Z:4b6baec2-3751-4e45-a776-25f11ddefae8" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7937e5df54ce5de97f693ab5e6acfd2b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:13:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "daab5795-e623-4b75-8684-9bfbe3addd3d", - "x-ms-client-request-id": "7937e5df54ce5de97f693ab5e6acfd2b", - "x-ms-correlation-request-id": "75a07809-7fbd-45c5-9821-6b48d953a057", - "x-ms-ratelimit-remaining-subscription-reads": "9023", - "x-ms-request-id": "d9651eee-a69c-4f07-bb10-5b9601c80630", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051357Z:75a07809-7fbd-45c5-9821-6b48d953a057" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2a38bb45605f0d4f067c6f0161faa8e3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:13:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8f4805a2-37dc-4a8e-8aba-299132e82180", - "x-ms-client-request-id": "2a38bb45605f0d4f067c6f0161faa8e3", - "x-ms-correlation-request-id": "c00f73b4-15b0-4491-96ae-cd290e124c30", - "x-ms-ratelimit-remaining-subscription-reads": "9022", - "x-ms-request-id": "a6bd7679-3004-4284-8098-6d0b042464af", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051359Z:c00f73b4-15b0-4491-96ae-cd290e124c30" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "846e79dac398da8204d313d5fd54bb47", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:14:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "61de7918-b362-4aac-af8f-49f80ccd75df", - "x-ms-client-request-id": "846e79dac398da8204d313d5fd54bb47", - "x-ms-correlation-request-id": "6d4bfd4c-b39f-4cf1-bda4-1b176075d32f", - "x-ms-ratelimit-remaining-subscription-reads": "9021", - "x-ms-request-id": "7f50a47a-18a6-4b6d-8654-e47fc379528a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051400Z:6d4bfd4c-b39f-4cf1-bda4-1b176075d32f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f90e6cf301c27e5796297251e5e7fc84", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:14:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f45da5cb-fb87-474b-8ba4-57cd6504dc8c", - "x-ms-client-request-id": "f90e6cf301c27e5796297251e5e7fc84", - "x-ms-correlation-request-id": "60088b2a-3a9f-4d84-8e16-b9e93bdf1447", - "x-ms-ratelimit-remaining-subscription-reads": "9020", - "x-ms-request-id": "e96b5025-86c0-46be-a197-9fe55116291c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051401Z:60088b2a-3a9f-4d84-8e16-b9e93bdf1447" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "6cda57c1793e8292385d268c4d7910b2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:14:03 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a093e8ba-b87b-48e4-8046-609ba825465a", - "x-ms-client-request-id": "6cda57c1793e8292385d268c4d7910b2", - "x-ms-correlation-request-id": "feece73f-6221-41cf-bcfb-b2db8818a799", - "x-ms-ratelimit-remaining-subscription-reads": "9019", - "x-ms-request-id": "3cb5f3ae-b6bd-46e1-be5a-b646e85efa5c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051403Z:feece73f-6221-41cf-bcfb-b2db8818a799" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f50e28c0aeecd82121efed6f5030f51c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:14:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "82576288-96a0-4295-95c7-024c338393af", - "x-ms-client-request-id": "f50e28c0aeecd82121efed6f5030f51c", - "x-ms-correlation-request-id": "b8db883c-f755-48a5-aea3-30abdbc836cc", - "x-ms-ratelimit-remaining-subscription-reads": "9018", - "x-ms-request-id": "4f2579d8-b096-446e-95b6-a78f107bef38", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051404Z:b8db883c-f755-48a5-aea3-30abdbc836cc" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a6148ed74e797908d98bc164dbcb311d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:14:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b10807c2-245e-4221-be22-bee9ea8b4ef3", - "x-ms-client-request-id": "a6148ed74e797908d98bc164dbcb311d", - "x-ms-correlation-request-id": "607b1f27-ae29-4cb5-b754-16cf405a9fdd", - "x-ms-ratelimit-remaining-subscription-reads": "9017", - "x-ms-request-id": "5d78482d-5b2a-4830-adcc-212021ba09ae", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051405Z:607b1f27-ae29-4cb5-b754-16cf405a9fdd" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "bd90c01806d9129735024b4f8c233207", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:14:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "56d2cdee-4592-40b5-9f4f-f2159bd298e9", - "x-ms-client-request-id": "bd90c01806d9129735024b4f8c233207", - "x-ms-correlation-request-id": "6265506b-79f2-4b38-a9a6-3604bb51d1c8", - "x-ms-ratelimit-remaining-subscription-reads": "9016", - "x-ms-request-id": "a2fc330c-c80f-4823-b291-1117aeebcad0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051407Z:6265506b-79f2-4b38-a9a6-3604bb51d1c8" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "bfb40968696472381f941b61edbdfc56", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:14:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6ae4563e-5c6e-410d-8632-1ea41a652d6b", - "x-ms-client-request-id": "bfb40968696472381f941b61edbdfc56", - "x-ms-correlation-request-id": "60f9acad-098d-4f9e-baed-cb4de3afa423", - "x-ms-ratelimit-remaining-subscription-reads": "9015", - "x-ms-request-id": "003fe249-4e51-44ad-8d7a-c77bfff969c7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051408Z:60f9acad-098d-4f9e-baed-cb4de3afa423" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "9056d0be389fd043f602717603b9edb6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:14:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c6c7a183-e1b8-41c3-8cf2-29bfd5cc0b49", - "x-ms-client-request-id": "9056d0be389fd043f602717603b9edb6", - "x-ms-correlation-request-id": "716b39b4-d739-4078-9119-06f6d848b8d5", - "x-ms-ratelimit-remaining-subscription-reads": "9014", - "x-ms-request-id": "2e111cb9-4e10-4c31-8b4c-634e078875e0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051409Z:716b39b4-d739-4078-9119-06f6d848b8d5" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d2fcb9597216afb8881e9d45eb362477", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:14:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ddf68a5c-c0d7-4c01-9ea6-a620ceae55eb", - "x-ms-client-request-id": "d2fcb9597216afb8881e9d45eb362477", - "x-ms-correlation-request-id": "a8dcb571-c649-4fd6-8788-f94282051a95", - "x-ms-ratelimit-remaining-subscription-reads": "9013", - "x-ms-request-id": "2084a8fc-afdf-457c-8b78-7c8fbc5f5c8e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051410Z:a8dcb571-c649-4fd6-8788-f94282051a95" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "bb91f406a2cd2f67c6e4c861f8c16e66", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:14:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "066ff505-1451-46e1-a5c4-1a2a4f2ff12c", - "x-ms-client-request-id": "bb91f406a2cd2f67c6e4c861f8c16e66", - "x-ms-correlation-request-id": "12e86ad8-9931-4093-b164-38a4016888f5", - "x-ms-ratelimit-remaining-subscription-reads": "9012", - "x-ms-request-id": "969f0ac1-7988-4629-8d5c-3094e3c868a4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051412Z:12e86ad8-9931-4093-b164-38a4016888f5" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "330865a62ac14b3f17a708809afde5c0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:14:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ffd5987e-c0c2-414f-9087-0c28a1a88160", - "x-ms-client-request-id": "330865a62ac14b3f17a708809afde5c0", - "x-ms-correlation-request-id": "3211758a-ed5e-4b2c-af04-c3622185d6fb", - "x-ms-ratelimit-remaining-subscription-reads": "9011", - "x-ms-request-id": "b44501e3-72d8-49d1-80d1-982b161be400", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051413Z:3211758a-ed5e-4b2c-af04-c3622185d6fb" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "0f70f9de3228b6e952cc0c32a956b6c6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:14:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "09d99a17-ea51-42b2-bb72-717aa2917c22", - "x-ms-client-request-id": "0f70f9de3228b6e952cc0c32a956b6c6", - "x-ms-correlation-request-id": "864dce41-2372-482f-9d0e-9cfd6800b6eb", - "x-ms-ratelimit-remaining-subscription-reads": "9010", - "x-ms-request-id": "1b9b078a-b8ab-4d66-9c9a-19e12cc8fb77", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051414Z:864dce41-2372-482f-9d0e-9cfd6800b6eb" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "859f37b0f02edcb6b445a4259ae694c8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:14:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "fa35c28d-2e11-4ca0-a8fc-c255f8b7d1c4", - "x-ms-client-request-id": "859f37b0f02edcb6b445a4259ae694c8", - "x-ms-correlation-request-id": "c674fa42-233f-4e91-a0d3-a3c6245ab6c7", - "x-ms-ratelimit-remaining-subscription-reads": "9009", - "x-ms-request-id": "3fd3c76f-ddab-4680-9136-6e2512a2f034", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051415Z:c674fa42-233f-4e91-a0d3-a3c6245ab6c7" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "fe8308fe5f50743e7c51e1f51d0da2c0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:14:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "135049a5-3164-4319-8af6-451979bae82e", - "x-ms-client-request-id": "fe8308fe5f50743e7c51e1f51d0da2c0", - "x-ms-correlation-request-id": "65e5a72c-668f-4cf4-8272-1d15d61353e1", - "x-ms-ratelimit-remaining-subscription-reads": "9008", - "x-ms-request-id": "117aecce-1d24-4b70-a977-12cd580697d8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051417Z:65e5a72c-668f-4cf4-8272-1d15d61353e1" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "63d041f05f5eed9143945ae28dc31c6b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:14:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "24a2dc8e-73ea-4650-bb44-c887678162c2", - "x-ms-client-request-id": "63d041f05f5eed9143945ae28dc31c6b", - "x-ms-correlation-request-id": "28a8e556-6d07-4dd0-aeef-74ea8181cd02", - "x-ms-ratelimit-remaining-subscription-reads": "9007", - "x-ms-request-id": "0af2b3e6-81f8-41a0-a763-b5830d671d4d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051418Z:28a8e556-6d07-4dd0-aeef-74ea8181cd02" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a0344437b7d35176f92a09dc0ec1bea7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:14:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "444e504b-c97a-4b06-969f-a6404d9de33b", - "x-ms-client-request-id": "a0344437b7d35176f92a09dc0ec1bea7", - "x-ms-correlation-request-id": "35342394-31f5-4664-8030-025ecc876124", - "x-ms-ratelimit-remaining-subscription-reads": "9006", - "x-ms-request-id": "9625b000-5056-4116-be20-831fa0a357b1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051419Z:35342394-31f5-4664-8030-025ecc876124" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5835e3a231169e697696bbbb045be6b8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:14:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f8eb465e-0ff2-4b32-9a88-c7c3dd5a5838", - "x-ms-client-request-id": "5835e3a231169e697696bbbb045be6b8", - "x-ms-correlation-request-id": "7e4ccfae-d1a2-49c6-9dec-6143a3fd1918", - "x-ms-ratelimit-remaining-subscription-reads": "9005", - "x-ms-request-id": "a00644bb-f058-4213-beca-553f3c06fa49", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051420Z:7e4ccfae-d1a2-49c6-9dec-6143a3fd1918" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d9bd753401d838edcb7e6a3355b5de82", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:14:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c16528ac-7d19-4e22-afef-d59ebd2d959d", - "x-ms-client-request-id": "d9bd753401d838edcb7e6a3355b5de82", - "x-ms-correlation-request-id": "a085dd6b-5a28-40e5-96c3-1d7bf121f4a8", - "x-ms-ratelimit-remaining-subscription-reads": "9004", - "x-ms-request-id": "e827dacf-2155-410d-94a0-b9047de32372", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051422Z:a085dd6b-5a28-40e5-96c3-1d7bf121f4a8" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a940b3d6c48d0655da95293cfcba4d9e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:14:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4a4ae31e-47f2-40d8-ab05-160d3c94660b", - "x-ms-client-request-id": "a940b3d6c48d0655da95293cfcba4d9e", - "x-ms-correlation-request-id": "75d90c55-a686-4569-9984-22bc42dbee38", - "x-ms-ratelimit-remaining-subscription-reads": "9003", - "x-ms-request-id": "67427725-45fb-45c0-a35b-e6315100a1e8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051423Z:75d90c55-a686-4569-9984-22bc42dbee38" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "98a85044e403a0cef6fd8d97c63548c1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:14:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "015c7f93-ec95-49e9-9d59-fa03bc7a769c", - "x-ms-client-request-id": "98a85044e403a0cef6fd8d97c63548c1", - "x-ms-correlation-request-id": "6463489f-7df1-40cb-956f-5f850c675170", - "x-ms-ratelimit-remaining-subscription-reads": "9002", - "x-ms-request-id": "e2b530e0-5262-4c18-bc9d-bb9c7a7d45f2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051424Z:6463489f-7df1-40cb-956f-5f850c675170" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "51e539b73c1a702b20b7fe43d7b03c11", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:14:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4735d344-96de-4a75-b5fd-d2a1598e927c", - "x-ms-client-request-id": "51e539b73c1a702b20b7fe43d7b03c11", - "x-ms-correlation-request-id": "ed7fff88-2074-4990-ba05-f5f9d1e6fc14", - "x-ms-ratelimit-remaining-subscription-reads": "9001", - "x-ms-request-id": "cf9e4d6e-896c-4a54-a5a5-65ada351b2ed", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051426Z:ed7fff88-2074-4990-ba05-f5f9d1e6fc14" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "05efcc31450cf17ee49fb39036be3fa5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:14:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7845ea7f-f846-4aca-a4c5-ef6a15d6ce46", - "x-ms-client-request-id": "05efcc31450cf17ee49fb39036be3fa5", - "x-ms-correlation-request-id": "2c3d0615-3012-4798-9b1e-3a26166c425c", - "x-ms-ratelimit-remaining-subscription-reads": "9000", - "x-ms-request-id": "4e7ad7b5-eff6-495c-85c2-4c957e6eb10b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051427Z:2c3d0615-3012-4798-9b1e-3a26166c425c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c285684cfbd407832537784be58ac845", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:14:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "69d7bcbf-83f8-49e1-b8ed-a48fad193272", - "x-ms-client-request-id": "c285684cfbd407832537784be58ac845", - "x-ms-correlation-request-id": "e50c6b8b-3dca-4eac-8d2b-545b8c2b1d62", - "x-ms-ratelimit-remaining-subscription-reads": "8999", - "x-ms-request-id": "4dbe7aa5-d4e6-464e-a7aa-ee9104bc8bb9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051428Z:e50c6b8b-3dca-4eac-8d2b-545b8c2b1d62" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "fa657cc0434571b4bbf36c7b899a3961", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:14:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4b556d95-2365-468b-ae32-f2c11384b5c3", - "x-ms-client-request-id": "fa657cc0434571b4bbf36c7b899a3961", - "x-ms-correlation-request-id": "22154df4-b953-48d5-b49d-53449948b31a", - "x-ms-ratelimit-remaining-subscription-reads": "8998", - "x-ms-request-id": "6398231f-6dd4-4288-93af-f5d46ede0c0e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051429Z:22154df4-b953-48d5-b49d-53449948b31a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "6ff659777a2a363c49e7dfd5cd330c59", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:14:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4e9e504a-7331-41da-b865-0ef9271494cb", - "x-ms-client-request-id": "6ff659777a2a363c49e7dfd5cd330c59", - "x-ms-correlation-request-id": "82a82da7-0fd7-4dce-9edd-04fa97f8e823", - "x-ms-ratelimit-remaining-subscription-reads": "8997", - "x-ms-request-id": "18a9ac4d-724f-42ea-b50e-eacfec2fa1b3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051431Z:82a82da7-0fd7-4dce-9edd-04fa97f8e823" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "bad06dd64558085fb31407e18f077e8b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:14:32 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a34e3145-b8f2-4f22-9035-9220e47bdcd3", - "x-ms-client-request-id": "bad06dd64558085fb31407e18f077e8b", - "x-ms-correlation-request-id": "2b9acfa5-31b0-4167-aaa3-73056b70d1fd", - "x-ms-ratelimit-remaining-subscription-reads": "8996", - "x-ms-request-id": "106519ff-d4f1-4202-8dd6-7efb3f8fe223", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051432Z:2b9acfa5-31b0-4167-aaa3-73056b70d1fd" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8cd316fd5893461a402fb15d64dfa487", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:14:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ec561654-47b4-489f-8a22-dbf3bef3595c", - "x-ms-client-request-id": "8cd316fd5893461a402fb15d64dfa487", - "x-ms-correlation-request-id": "9a148dde-998f-403f-9d03-c3af950187e7", - "x-ms-ratelimit-remaining-subscription-reads": "8995", - "x-ms-request-id": "7edfc418-2ed1-4a49-abc8-f9c97046daa1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051433Z:9a148dde-998f-403f-9d03-c3af950187e7" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "1ba412e67fca3209f9eebc16725aa641", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:14:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f23c74ef-88c5-4a13-8dee-aa76c4529af6", - "x-ms-client-request-id": "1ba412e67fca3209f9eebc16725aa641", - "x-ms-correlation-request-id": "11937f88-df51-469c-8b15-f4672ef81c40", - "x-ms-ratelimit-remaining-subscription-reads": "8994", - "x-ms-request-id": "6d44c4d6-5908-4d84-9e7d-85e776151e92", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051434Z:11937f88-df51-469c-8b15-f4672ef81c40" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b6d75469805f7dc553897a289401a4d3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:14:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0ffdc652-9aa0-4d52-b124-a9435c4cbf00", - "x-ms-client-request-id": "b6d75469805f7dc553897a289401a4d3", - "x-ms-correlation-request-id": "c84555f5-d7cc-4015-809d-674298ef7b3e", - "x-ms-ratelimit-remaining-subscription-reads": "8993", - "x-ms-request-id": "19b06010-fc2f-4967-ab3e-a3d5d61d3911", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051436Z:c84555f5-d7cc-4015-809d-674298ef7b3e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7cfa7f7063637ec00da192a59c04d3e5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:14:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c07c1f19-4dfa-4df4-b68c-e7abdfa79d36", - "x-ms-client-request-id": "7cfa7f7063637ec00da192a59c04d3e5", - "x-ms-correlation-request-id": "253d4e41-23ad-453c-bf00-02f42c50017d", - "x-ms-ratelimit-remaining-subscription-reads": "8992", - "x-ms-request-id": "7743a74d-eff7-48d2-b1ad-c46f03d16d27", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051437Z:253d4e41-23ad-453c-bf00-02f42c50017d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "10f46f88ed0866284c27c74005e09ef8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:14:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d2f4e19a-a97b-4c04-a189-7abbe2f1505a", - "x-ms-client-request-id": "10f46f88ed0866284c27c74005e09ef8", - "x-ms-correlation-request-id": "fe139d52-24ad-41be-bca1-eecbfeb5a5a4", - "x-ms-ratelimit-remaining-subscription-reads": "8991", - "x-ms-request-id": "ddce5c6c-ebd0-4bdd-ac86-028d324b60bb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051438Z:fe139d52-24ad-41be-bca1-eecbfeb5a5a4" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f3a5e9492a6005de9359a8beee20e14e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:14:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4361f0b2-4031-4352-a356-20aa24666c33", - "x-ms-client-request-id": "f3a5e9492a6005de9359a8beee20e14e", - "x-ms-correlation-request-id": "ff3f3c3b-aac7-421a-a018-04b71bcc4d9f", - "x-ms-ratelimit-remaining-subscription-reads": "8990", - "x-ms-request-id": "9f7a6659-42db-4043-9a3e-3aef0913d75a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051439Z:ff3f3c3b-aac7-421a-a018-04b71bcc4d9f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "249f94b6940c82cb56932f3b9b7f792c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:14:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ce045cac-f911-4553-9efa-4fdc94846456", - "x-ms-client-request-id": "249f94b6940c82cb56932f3b9b7f792c", - "x-ms-correlation-request-id": "435b28f0-2265-4368-90e9-e1944660cdef", - "x-ms-ratelimit-remaining-subscription-reads": "8989", - "x-ms-request-id": "0726a4cd-d299-43af-9403-99efabab2990", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051441Z:435b28f0-2265-4368-90e9-e1944660cdef" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b25c9902df5e5e8591ef7cae456a782c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:14:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "05024903-89c2-4231-accf-5a83839c3ee1", - "x-ms-client-request-id": "b25c9902df5e5e8591ef7cae456a782c", - "x-ms-correlation-request-id": "743a31aa-369a-4d91-81b0-16ac199145c6", - "x-ms-ratelimit-remaining-subscription-reads": "8988", - "x-ms-request-id": "07b32ff2-4be7-477f-9feb-d63412e1ec11", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051442Z:743a31aa-369a-4d91-81b0-16ac199145c6" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "708a79457a40b5eb1d239cccfaa26913", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:14:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1e92e68d-4021-4ac7-b790-d8c47b2c761a", - "x-ms-client-request-id": "708a79457a40b5eb1d239cccfaa26913", - "x-ms-correlation-request-id": "955fe19e-c3a6-4920-88dc-345f9ecc4d36", - "x-ms-ratelimit-remaining-subscription-reads": "8987", - "x-ms-request-id": "e82cfa01-7f1f-4519-a95f-99898274172c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051443Z:955fe19e-c3a6-4920-88dc-345f9ecc4d36" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "54bb7be02ec3d6f00f41921d171c3dec", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:14:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e3969d00-35f3-4e98-bf9c-f37a1e33be35", - "x-ms-client-request-id": "54bb7be02ec3d6f00f41921d171c3dec", - "x-ms-correlation-request-id": "d93e3c74-f1b8-4f0c-bc4a-97fc13bb69c1", - "x-ms-ratelimit-remaining-subscription-reads": "8986", - "x-ms-request-id": "9e986017-98ac-46f2-a692-fb8686a420ee", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051445Z:d93e3c74-f1b8-4f0c-bc4a-97fc13bb69c1" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "22f6021b08f588ecaea6943b43b863ef", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:14:45 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d5b7f3cb-cd33-4762-8afd-84ab0e85f456", - "x-ms-client-request-id": "22f6021b08f588ecaea6943b43b863ef", - "x-ms-correlation-request-id": "1e796b80-3dcb-4bdb-bada-80f8ab4db843", - "x-ms-ratelimit-remaining-subscription-reads": "8985", - "x-ms-request-id": "ba060c1e-2a45-41f1-87ee-d64fad76dd93", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051446Z:1e796b80-3dcb-4bdb-bada-80f8ab4db843" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c9ce698524ae166888b360ffe7ce9d01", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:14:47 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8fee4532-5bd8-4255-b3bd-1bfa061beca5", - "x-ms-client-request-id": "c9ce698524ae166888b360ffe7ce9d01", - "x-ms-correlation-request-id": "2238a2e7-4382-4f2d-a8fd-5624c2c5bfcf", - "x-ms-ratelimit-remaining-subscription-reads": "8984", - "x-ms-request-id": "c140f168-974d-4f2e-a81c-dbb087299f19", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051447Z:2238a2e7-4382-4f2d-a8fd-5624c2c5bfcf" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f7b0afe547acd71d8f33a51c99b49356", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:14:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5188bbcf-824c-4264-b179-5a400049d529", - "x-ms-client-request-id": "f7b0afe547acd71d8f33a51c99b49356", - "x-ms-correlation-request-id": "cb75e199-e216-46fe-8662-2f497d454b38", - "x-ms-ratelimit-remaining-subscription-reads": "8983", - "x-ms-request-id": "b7e5d00f-eb25-4232-9ee5-548e85a75e2e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051448Z:cb75e199-e216-46fe-8662-2f497d454b38" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ae97a3de744df73e9adf9942a8eda0e0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:14:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "50271a85-962c-4ed0-9ae1-ef4f3243c6da", - "x-ms-client-request-id": "ae97a3de744df73e9adf9942a8eda0e0", - "x-ms-correlation-request-id": "2f7f1b09-dcea-436c-b287-ad1ed417a253", - "x-ms-ratelimit-remaining-subscription-reads": "8982", - "x-ms-request-id": "11e21e43-3d82-4d07-9dce-8f4d0711e880", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051450Z:2f7f1b09-dcea-436c-b287-ad1ed417a253" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "935593096b073e434bf7397a7e4b7dd4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:14:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6ae4bc55-d080-4dc2-a44d-f453d12ad17b", - "x-ms-client-request-id": "935593096b073e434bf7397a7e4b7dd4", - "x-ms-correlation-request-id": "e8ffc40d-2550-4223-97a4-f5c6f285947f", - "x-ms-ratelimit-remaining-subscription-reads": "8981", - "x-ms-request-id": "60b8a8e7-6e67-4185-9326-43ddc1455338", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051451Z:e8ffc40d-2550-4223-97a4-f5c6f285947f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "4420091fef3671b471b95dccaddb2ea2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:14:52 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "22eea100-0971-4d00-8206-ff5dbe781994", - "x-ms-client-request-id": "4420091fef3671b471b95dccaddb2ea2", - "x-ms-correlation-request-id": "df276cdd-f092-4034-9014-ce6f45453fda", - "x-ms-ratelimit-remaining-subscription-reads": "8980", - "x-ms-request-id": "2ee00712-8d52-4c0e-ad9f-eff180ba776c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051452Z:df276cdd-f092-4034-9014-ce6f45453fda" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "0613c592005f724f5f5863563ac3784e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:14:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4172fb2f-5aa0-4043-b14d-f933322b0f71", - "x-ms-client-request-id": "0613c592005f724f5f5863563ac3784e", - "x-ms-correlation-request-id": "4461670e-9e0c-44b4-9605-5c9cccba3a2f", - "x-ms-ratelimit-remaining-subscription-reads": "8979", - "x-ms-request-id": "b4a6463f-f788-4cb1-9937-7c75a725aab8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051453Z:4461670e-9e0c-44b4-9605-5c9cccba3a2f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "9f22c5625bcc1aa9dfe3214e0d76916f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:14:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "09a4badf-935d-4fda-a82d-ba0c224c2ab0", - "x-ms-client-request-id": "9f22c5625bcc1aa9dfe3214e0d76916f", - "x-ms-correlation-request-id": "cf81669b-212a-43dc-afb1-28be2c5a53ea", - "x-ms-ratelimit-remaining-subscription-reads": "8978", - "x-ms-request-id": "fb8f2104-40ea-4e0b-b8b4-82ee1bb81342", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051455Z:cf81669b-212a-43dc-afb1-28be2c5a53ea" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b8e796c876371f74baaee4de8b5d36ad", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:14:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0a62227a-2c5a-4a1c-bbbd-622702c603c2", - "x-ms-client-request-id": "b8e796c876371f74baaee4de8b5d36ad", - "x-ms-correlation-request-id": "bc4f1b13-809a-466a-bf25-2442f809bf65", - "x-ms-ratelimit-remaining-subscription-reads": "8977", - "x-ms-request-id": "331edfb6-6b00-44c4-bb30-d1b3abf94e1d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051456Z:bc4f1b13-809a-466a-bf25-2442f809bf65" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e76a0f408fb937d61cf9277bde0064e9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:14:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "629191a5-dca8-4b2e-86a6-acd8559f2d23", - "x-ms-client-request-id": "e76a0f408fb937d61cf9277bde0064e9", - "x-ms-correlation-request-id": "9ae61ac4-b6a9-46b7-818e-a51204f3b9eb", - "x-ms-ratelimit-remaining-subscription-reads": "8976", - "x-ms-request-id": "5f4c3c63-9b3b-44be-a9ef-e825be4aa205", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051457Z:9ae61ac4-b6a9-46b7-818e-a51204f3b9eb" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a38df3c7c0dbeb165002e41d77cb8e81", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:14:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "40cdc6ad-3aea-49cb-8313-47670b48e85c", - "x-ms-client-request-id": "a38df3c7c0dbeb165002e41d77cb8e81", - "x-ms-correlation-request-id": "6463a088-194a-4e42-a701-dd0b64e5aa65", - "x-ms-ratelimit-remaining-subscription-reads": "8975", - "x-ms-request-id": "8b0eec85-718f-4b97-8257-ce4da4aa125e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051458Z:6463a088-194a-4e42-a701-dd0b64e5aa65" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "fe0d74ada90b38b6c0b09c3e4ff941b9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:14:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "69a203e7-dbb8-425c-a8c6-74981dffa8c7", - "x-ms-client-request-id": "fe0d74ada90b38b6c0b09c3e4ff941b9", - "x-ms-correlation-request-id": "f0cab0f8-f47b-45a9-a4f6-159a80286e2b", - "x-ms-ratelimit-remaining-subscription-reads": "9203", - "x-ms-request-id": "a0d71499-17ee-4a30-a399-3b8f6d2b54fc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051500Z:f0cab0f8-f47b-45a9-a4f6-159a80286e2b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "9816fb4993cf80d1f97f96b6abb8bf51", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:15:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "45acd6a5-e8b0-49f9-b257-1272692e7b2d", - "x-ms-client-request-id": "9816fb4993cf80d1f97f96b6abb8bf51", - "x-ms-correlation-request-id": "768d3304-68bf-4668-a2fc-3fbacfe12c68", - "x-ms-ratelimit-remaining-subscription-reads": "9202", - "x-ms-request-id": "c66fd64e-18b1-42cf-bbe1-ed8b83cc2481", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051501Z:768d3304-68bf-4668-a2fc-3fbacfe12c68" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "6acea56b66f31edd3c55e32b24d89b57", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:15:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "789d7db8-2266-440b-82e5-b8c9f9436bae", - "x-ms-client-request-id": "6acea56b66f31edd3c55e32b24d89b57", - "x-ms-correlation-request-id": "be0b3dcd-7f1e-404e-afe0-6ffc5d3f7119", - "x-ms-ratelimit-remaining-subscription-reads": "9201", - "x-ms-request-id": "56007497-8c6f-4c7a-8863-d6928dbd8c42", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051502Z:be0b3dcd-7f1e-404e-afe0-6ffc5d3f7119" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7bd42bc1f6b419b1a28d058c12008d07", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:15:03 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "55f59658-6eb4-4f80-8238-b60474b0b5e7", - "x-ms-client-request-id": "7bd42bc1f6b419b1a28d058c12008d07", - "x-ms-correlation-request-id": "1a42cc2f-d137-4adc-9e9a-03497acf1a92", - "x-ms-ratelimit-remaining-subscription-reads": "9200", - "x-ms-request-id": "1da2fe67-6575-4bea-a8d2-a55e803752be", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051503Z:1a42cc2f-d137-4adc-9e9a-03497acf1a92" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "aad24af0d62ae2c51ef85b7aafa65b20", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:15:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "01295f20-f29a-41d8-a8e8-192479467020", - "x-ms-client-request-id": "aad24af0d62ae2c51ef85b7aafa65b20", - "x-ms-correlation-request-id": "8b6a459f-31af-4c98-8784-0fbca6727b19", - "x-ms-ratelimit-remaining-subscription-reads": "9199", - "x-ms-request-id": "82c65caf-c2a6-4159-8e1d-e997ae29ade0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051505Z:8b6a459f-31af-4c98-8784-0fbca6727b19" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7ff43fe444e3759cf3b4c86661500c3c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:15:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4c61754a-6797-48a4-aa0e-604c92359ca3", - "x-ms-client-request-id": "7ff43fe444e3759cf3b4c86661500c3c", - "x-ms-correlation-request-id": "99386e03-629f-41f8-ba13-92a736c65d25", - "x-ms-ratelimit-remaining-subscription-reads": "9198", - "x-ms-request-id": "6d7b8946-18b3-408b-92a8-959aec7c60b2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051506Z:99386e03-629f-41f8-ba13-92a736c65d25" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d93adbc8f005eb2c65f25dbc9b3769fb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:15:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4c4969c9-0b9a-40e1-a7be-57f22ee3ed1d", - "x-ms-client-request-id": "d93adbc8f005eb2c65f25dbc9b3769fb", - "x-ms-correlation-request-id": "0f77cb10-2e27-4cd6-b818-e600d8c526e1", - "x-ms-ratelimit-remaining-subscription-reads": "9197", - "x-ms-request-id": "f9236af0-e74c-48f4-80fa-2f4f20624cc4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051507Z:0f77cb10-2e27-4cd6-b818-e600d8c526e1" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d3a7e4310d0cac23ae5db6760e5f81cd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:15:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3f605a8c-ee0c-47c0-a7c3-846710785274", - "x-ms-client-request-id": "d3a7e4310d0cac23ae5db6760e5f81cd", - "x-ms-correlation-request-id": "7d6ba41e-1073-4991-a352-cc6d42cd151b", - "x-ms-ratelimit-remaining-subscription-reads": "9196", - "x-ms-request-id": "0370880c-c6c2-45b7-b207-d9e0583100fa", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051509Z:7d6ba41e-1073-4991-a352-cc6d42cd151b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d4b11eec826cf31b12091af1e6e0dabc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:15:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b98cdc1e-ba59-4502-b97e-0009b289ef1d", - "x-ms-client-request-id": "d4b11eec826cf31b12091af1e6e0dabc", - "x-ms-correlation-request-id": "99eda330-1c4b-4815-a04f-3b39747dbbd7", - "x-ms-ratelimit-remaining-subscription-reads": "9195", - "x-ms-request-id": "0e396188-030b-4974-a14b-8f411db865af", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051510Z:99eda330-1c4b-4815-a04f-3b39747dbbd7" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7c35cc4a38a9bb30b78d2ba83ab6dc05", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:15:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0fa8e9b0-03d6-4924-90e2-54040596a78f", - "x-ms-client-request-id": "7c35cc4a38a9bb30b78d2ba83ab6dc05", - "x-ms-correlation-request-id": "7efbf12a-9cc8-4c45-8ad9-adef7a6599ac", - "x-ms-ratelimit-remaining-subscription-reads": "9194", - "x-ms-request-id": "aa529a28-e9fa-494c-9088-c6ad717030cc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051511Z:7efbf12a-9cc8-4c45-8ad9-adef7a6599ac" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7cd090709585ae8ec9b4c002f231c6cd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:15:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0fddb745-104d-489e-b6c9-17106cac4736", - "x-ms-client-request-id": "7cd090709585ae8ec9b4c002f231c6cd", - "x-ms-correlation-request-id": "5a7cb600-3542-486f-b771-1414e688a2de", - "x-ms-ratelimit-remaining-subscription-reads": "9193", - "x-ms-request-id": "8a278798-fbb3-487c-9867-d8e0aba514d4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051512Z:5a7cb600-3542-486f-b771-1414e688a2de" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "422bfa830429b324eef61cdf5672b95b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:15:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "bfee2662-bc37-4085-a06c-414e522fc92f", - "x-ms-client-request-id": "422bfa830429b324eef61cdf5672b95b", - "x-ms-correlation-request-id": "9f955f24-1a23-45db-9ea6-9e24f5862861", - "x-ms-ratelimit-remaining-subscription-reads": "9192", - "x-ms-request-id": "902653c5-1230-49fe-8a3c-f6b563a4c408", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051514Z:9f955f24-1a23-45db-9ea6-9e24f5862861" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5681142d5d0fb5363d86b3f4782dc885", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:15:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ab106686-7905-4f53-b3ba-1f3426a648bf", - "x-ms-client-request-id": "5681142d5d0fb5363d86b3f4782dc885", - "x-ms-correlation-request-id": "b6a6df99-6476-486c-a8a4-d14866432655", - "x-ms-ratelimit-remaining-subscription-reads": "9191", - "x-ms-request-id": "243d1906-136a-43c8-9c64-ef84a323aad8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051515Z:b6a6df99-6476-486c-a8a4-d14866432655" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "3f255dc69a8a6cdb6c1d8d8e78af5856", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:15:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e32b7151-a1b0-4325-ab9d-dd04c4f195a2", - "x-ms-client-request-id": "3f255dc69a8a6cdb6c1d8d8e78af5856", - "x-ms-correlation-request-id": "dc8417ac-5b19-4ff8-bbda-06918d457ed8", - "x-ms-ratelimit-remaining-subscription-reads": "9190", - "x-ms-request-id": "0e602227-9a90-45a6-8ede-4ddbeef76ce7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051516Z:dc8417ac-5b19-4ff8-bbda-06918d457ed8" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ddd565fa70b025bdc47604a3512f3bc1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:15:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a34529c3-37a4-49c1-a759-6289e52923e7", - "x-ms-client-request-id": "ddd565fa70b025bdc47604a3512f3bc1", - "x-ms-correlation-request-id": "37d6f3ac-95fe-4020-a591-111ccf4cd1b7", - "x-ms-ratelimit-remaining-subscription-reads": "9189", - "x-ms-request-id": "c8fb0ff8-150f-498e-8cfd-1cbf34166e8c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051518Z:37d6f3ac-95fe-4020-a591-111ccf4cd1b7" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f818972e794d92d03814eaf2cfa73c8e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:15:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c9ea8519-18ff-49b0-9151-34e2a90478d8", - "x-ms-client-request-id": "f818972e794d92d03814eaf2cfa73c8e", - "x-ms-correlation-request-id": "157bc693-989a-4b2b-a397-ba4c0f51bd3d", - "x-ms-ratelimit-remaining-subscription-reads": "9188", - "x-ms-request-id": "8abc0deb-282a-44fd-a58c-8be86708c28e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051519Z:157bc693-989a-4b2b-a397-ba4c0f51bd3d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "12f95c2eea5756d4a0ff7b1495381b3c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:15:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6602d74a-1114-43ca-8eaa-d7370b5e02c2", - "x-ms-client-request-id": "12f95c2eea5756d4a0ff7b1495381b3c", - "x-ms-correlation-request-id": "bf972f38-21aa-4c4d-81e2-1d4643a99b59", - "x-ms-ratelimit-remaining-subscription-reads": "9187", - "x-ms-request-id": "befb4b28-e7a5-4e2b-9250-7e6404f94610", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051520Z:bf972f38-21aa-4c4d-81e2-1d4643a99b59" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e160cce25f9680099442a49c86ca551c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:15:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8fd9a455-fc6f-4277-8f33-edbbf98891f2", - "x-ms-client-request-id": "e160cce25f9680099442a49c86ca551c", - "x-ms-correlation-request-id": "507dfd8c-31b8-4568-a33d-639a840fab96", - "x-ms-ratelimit-remaining-subscription-reads": "9186", - "x-ms-request-id": "c07e13f0-696a-4562-9819-b71f365227b4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051521Z:507dfd8c-31b8-4568-a33d-639a840fab96" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f475763928354369c2c2584dfebcfd00", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:15:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9e7f45e8-1a67-40e4-9161-50b1b3d04bbf", - "x-ms-client-request-id": "f475763928354369c2c2584dfebcfd00", - "x-ms-correlation-request-id": "31d2436f-3440-41e5-a7e7-d5d3fe1ef27d", - "x-ms-ratelimit-remaining-subscription-reads": "9185", - "x-ms-request-id": "be642b8e-6e8d-4fc7-9b6d-2c22d915eb59", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051523Z:31d2436f-3440-41e5-a7e7-d5d3fe1ef27d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "0210adf95b46cef752787d144638cfd5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:15:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2871bbce-eaac-42ed-bf32-1ee2daba54f4", - "x-ms-client-request-id": "0210adf95b46cef752787d144638cfd5", - "x-ms-correlation-request-id": "bf263bba-0541-408f-9dad-08126f2f506d", - "x-ms-ratelimit-remaining-subscription-reads": "9184", - "x-ms-request-id": "3b18564a-7f96-42eb-9b6f-87662dbf3ee3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051524Z:bf263bba-0541-408f-9dad-08126f2f506d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "1fda5fa926c3b907631d1fd407bb82d8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:15:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d93cea92-86b3-4aab-943d-db57c2498260", - "x-ms-client-request-id": "1fda5fa926c3b907631d1fd407bb82d8", - "x-ms-correlation-request-id": "1284f67b-a449-40c1-8831-d7ea3d7c38f8", - "x-ms-ratelimit-remaining-subscription-reads": "9183", - "x-ms-request-id": "aa6fc98f-79bc-44a2-84a0-e8500e98d47a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051525Z:1284f67b-a449-40c1-8831-d7ea3d7c38f8" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d8a2a44553baded57ea6a2bcaa54fd89", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:15:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5efacec6-c86d-4bba-b678-594a3e9c5173", - "x-ms-client-request-id": "d8a2a44553baded57ea6a2bcaa54fd89", - "x-ms-correlation-request-id": "52d0fd95-2920-4410-b49a-bf9272832810", - "x-ms-ratelimit-remaining-subscription-reads": "9182", - "x-ms-request-id": "cadd3816-adf4-4fb8-aabe-8a391bb8f9ce", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051526Z:52d0fd95-2920-4410-b49a-bf9272832810" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "9ea383f2dee1d33ca6579f293c23c796", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:15:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d0b3a61e-0b49-4e89-8bf3-79c0504ca04d", - "x-ms-client-request-id": "9ea383f2dee1d33ca6579f293c23c796", - "x-ms-correlation-request-id": "ca56b6cb-a708-4fd5-9591-71603042c01b", - "x-ms-ratelimit-remaining-subscription-reads": "9181", - "x-ms-request-id": "8733d1ce-2991-4b64-b9d7-a2c1655c4247", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051528Z:ca56b6cb-a708-4fd5-9591-71603042c01b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a1cfa4f6f796561a89fba01c844a0e0e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:15:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "71a0cf7a-eb36-4034-a0bf-8f4d751fa6da", - "x-ms-client-request-id": "a1cfa4f6f796561a89fba01c844a0e0e", - "x-ms-correlation-request-id": "951a244f-1ba2-4f40-bc97-6fa24a395096", - "x-ms-ratelimit-remaining-subscription-reads": "9180", - "x-ms-request-id": "1c9fdbe6-2f1a-49a7-9402-a966534ee0dc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051529Z:951a244f-1ba2-4f40-bc97-6fa24a395096" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "84e19520e31866f767cf3263b3aca25b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:15:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2b82fc82-fda2-4157-bb46-716112c893a3", - "x-ms-client-request-id": "84e19520e31866f767cf3263b3aca25b", - "x-ms-correlation-request-id": "e4de6bb2-620a-47ef-a772-98b4647c73dd", - "x-ms-ratelimit-remaining-subscription-reads": "9179", - "x-ms-request-id": "9bf5fb14-188d-4283-94f0-b607485fe35d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051530Z:e4de6bb2-620a-47ef-a772-98b4647c73dd" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "06c60bdf5b85fbf2684c15e53d1f4e5b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:15:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d29f425c-6d68-4450-95c0-a8c1a5991d1e", - "x-ms-client-request-id": "06c60bdf5b85fbf2684c15e53d1f4e5b", - "x-ms-correlation-request-id": "6c7a3a2e-cce7-42dd-91bc-763ef9e251d2", - "x-ms-ratelimit-remaining-subscription-reads": "9178", - "x-ms-request-id": "3f3fadd2-027c-4cd3-91cb-5b1d20db3eb4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051532Z:6c7a3a2e-cce7-42dd-91bc-763ef9e251d2" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a60990484241127ead6839c7c4b7a3dd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:15:32 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "90d47ea1-2591-446f-8bd0-6c70402ebe73", - "x-ms-client-request-id": "a60990484241127ead6839c7c4b7a3dd", - "x-ms-correlation-request-id": "e637a29b-de53-4fb8-a5af-54ae1caad568", - "x-ms-ratelimit-remaining-subscription-reads": "9177", - "x-ms-request-id": "c9a2a13d-632a-48ed-a33f-3aac9b46efd7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051533Z:e637a29b-de53-4fb8-a5af-54ae1caad568" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "793d45590884c489a3e61ccbce112947", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:15:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f53c5873-3f2b-4376-8d0b-fe0a2b13f725", - "x-ms-client-request-id": "793d45590884c489a3e61ccbce112947", - "x-ms-correlation-request-id": "7de74e4a-c47b-491f-9e64-f01736344e62", - "x-ms-ratelimit-remaining-subscription-reads": "9176", - "x-ms-request-id": "5a7cee00-c274-482c-9859-41d4e50aacfe", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051534Z:7de74e4a-c47b-491f-9e64-f01736344e62" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "231bd680fba29c198cb3581c212b37b0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:15:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "967b42db-c346-4db2-8727-c01bc168fa9d", - "x-ms-client-request-id": "231bd680fba29c198cb3581c212b37b0", - "x-ms-correlation-request-id": "1ddc35af-572a-43ea-b3b9-5b17588b977a", - "x-ms-ratelimit-remaining-subscription-reads": "9175", - "x-ms-request-id": "77c147ea-f768-4b67-bb03-722d19062a8a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051535Z:1ddc35af-572a-43ea-b3b9-5b17588b977a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f88c37a9d5e23fd70644035b26b3439c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:15:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1abc259a-73c0-45de-ab1d-0f85ec10a29c", - "x-ms-client-request-id": "f88c37a9d5e23fd70644035b26b3439c", - "x-ms-correlation-request-id": "fdbea148-e3ea-48c0-8b5d-66dce68847b7", - "x-ms-ratelimit-remaining-subscription-reads": "9174", - "x-ms-request-id": "4370d542-ad17-4a0f-9f64-d208e2ab6881", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051537Z:fdbea148-e3ea-48c0-8b5d-66dce68847b7" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ed47f23f7f9c5d3a2ca1edd0b06ca277", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:15:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9dcab524-a7d2-4232-9cb0-593ea156c1df", - "x-ms-client-request-id": "ed47f23f7f9c5d3a2ca1edd0b06ca277", - "x-ms-correlation-request-id": "ac62f1a0-4840-496c-a0ff-eb053d61bf6e", - "x-ms-ratelimit-remaining-subscription-reads": "9173", - "x-ms-request-id": "a99c42bf-e07b-4fef-aee8-ea35eabbaf32", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051538Z:ac62f1a0-4840-496c-a0ff-eb053d61bf6e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "96216baf3085aa65ffdb1c5ef8bd76d8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:15:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6a836da9-2bf2-4d98-8a32-61686a2d7d4a", - "x-ms-client-request-id": "96216baf3085aa65ffdb1c5ef8bd76d8", - "x-ms-correlation-request-id": "4551bc71-3573-44ae-aeb8-4ece1cca87f5", - "x-ms-ratelimit-remaining-subscription-reads": "9172", - "x-ms-request-id": "fc7a1488-4376-4827-808c-76c28ba1e24f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051539Z:4551bc71-3573-44ae-aeb8-4ece1cca87f5" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2fddbb6f49e42913fc2ecc41e8078f9a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:15:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "13c52e6b-dd29-4b6c-b9cd-736307c0a2d1", - "x-ms-client-request-id": "2fddbb6f49e42913fc2ecc41e8078f9a", - "x-ms-correlation-request-id": "46987111-9702-409f-897f-976fddab235d", - "x-ms-ratelimit-remaining-subscription-reads": "9171", - "x-ms-request-id": "d85f934b-339d-4f4d-a809-fb54a3e504d9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051541Z:46987111-9702-409f-897f-976fddab235d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "baac8ba2ad910e178c9ceec163dc656e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:15:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8118ba08-86f9-426d-b00c-942b35b1aec7", - "x-ms-client-request-id": "baac8ba2ad910e178c9ceec163dc656e", - "x-ms-correlation-request-id": "e1c0c88a-0104-4775-8777-61428c5df8f6", - "x-ms-ratelimit-remaining-subscription-reads": "9170", - "x-ms-request-id": "a3450705-3a54-4ee9-91d0-8cd7ebe6b9bc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051542Z:e1c0c88a-0104-4775-8777-61428c5df8f6" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f460142a728f659358f89a576424c1f7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:15:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b8bea49c-6490-4270-a9e5-a4cad391ca49", - "x-ms-client-request-id": "f460142a728f659358f89a576424c1f7", - "x-ms-correlation-request-id": "0108c946-845c-4075-a5e7-032d0a1f32bd", - "x-ms-ratelimit-remaining-subscription-reads": "9169", - "x-ms-request-id": "7f9f2e1f-165e-40c4-8ff2-b40e4fac6312", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051543Z:0108c946-845c-4075-a5e7-032d0a1f32bd" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "6cbb824cbb10c247a4cea3475b52c51f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:15:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "dad9fcb7-2731-4610-92f2-d65fe75d4e0c", - "x-ms-client-request-id": "6cbb824cbb10c247a4cea3475b52c51f", - "x-ms-correlation-request-id": "50976b67-9049-4149-b6c3-3e1ed3d3254f", - "x-ms-ratelimit-remaining-subscription-reads": "9168", - "x-ms-request-id": "242d1338-4b8e-4b41-87d4-7646dcec6fb7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051544Z:50976b67-9049-4149-b6c3-3e1ed3d3254f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d4165dc99aa62f0af847629812c0aa68", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:15:45 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "bd0ea573-bb31-4a53-8e52-57828321d9c3", - "x-ms-client-request-id": "d4165dc99aa62f0af847629812c0aa68", - "x-ms-correlation-request-id": "21fd71f4-4131-4eff-aa88-6fbe1f553c31", - "x-ms-ratelimit-remaining-subscription-reads": "9167", - "x-ms-request-id": "779b959e-1951-4edd-a7ee-9117d3bc7059", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051546Z:21fd71f4-4131-4eff-aa88-6fbe1f553c31" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e174f6daf8216f5ecc9d50c0cf4b0a05", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:15:46 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "13a2580f-97e8-4c99-92da-979597ee1bf6", - "x-ms-client-request-id": "e174f6daf8216f5ecc9d50c0cf4b0a05", - "x-ms-correlation-request-id": "f8681a6d-187c-48fd-be54-8606c60b5748", - "x-ms-ratelimit-remaining-subscription-reads": "9166", - "x-ms-request-id": "9cbc93d2-a0ab-4158-8276-2157e8a81ca6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051547Z:f8681a6d-187c-48fd-be54-8606c60b5748" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "078d7a32ed0db250778b74c959aeb0e4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:15:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "760d2324-3b8c-434b-b812-dad18faa903d", - "x-ms-client-request-id": "078d7a32ed0db250778b74c959aeb0e4", - "x-ms-correlation-request-id": "6c9044fb-6c4e-418c-a39d-3208dccea6e3", - "x-ms-ratelimit-remaining-subscription-reads": "9165", - "x-ms-request-id": "6c554e4a-232b-4bc1-a61a-ed7f1a9bd72a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051548Z:6c9044fb-6c4e-418c-a39d-3208dccea6e3" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "646d3b24e4ddd0fefea70709494960ad", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:15:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4ef26b82-1380-46d3-8d63-86eb6ced3416", - "x-ms-client-request-id": "646d3b24e4ddd0fefea70709494960ad", - "x-ms-correlation-request-id": "3fd9956a-e2ef-4670-aefc-c56dc73306ac", - "x-ms-ratelimit-remaining-subscription-reads": "9164", - "x-ms-request-id": "c5cae16d-44b5-4e66-acba-9cf5f882564a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051550Z:3fd9956a-e2ef-4670-aefc-c56dc73306ac" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "98665c3ca232ed5aa5c26a958494151e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:15:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6802ff14-7a52-4128-8c9f-925b6f4bbcdb", - "x-ms-client-request-id": "98665c3ca232ed5aa5c26a958494151e", - "x-ms-correlation-request-id": "5926ca3d-f08e-4939-93b4-af4b3346bb89", - "x-ms-ratelimit-remaining-subscription-reads": "9163", - "x-ms-request-id": "170fc9fd-ad41-4faa-9d2c-d5259c0f3b0d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051551Z:5926ca3d-f08e-4939-93b4-af4b3346bb89" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "939c6beda5de4e287bbc0866e547682d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:15:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "498c98e5-f7fd-4c35-8c71-a35ded7e5749", - "x-ms-client-request-id": "939c6beda5de4e287bbc0866e547682d", - "x-ms-correlation-request-id": "a71fbacc-6e1e-4f19-a093-21401b1652db", - "x-ms-ratelimit-remaining-subscription-reads": "9162", - "x-ms-request-id": "e664863e-7921-4f19-ae92-6299d7cab96f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051552Z:a71fbacc-6e1e-4f19-a093-21401b1652db" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "fc8cc62b174881b2e180be1a79694c6a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:15:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5cd74046-c169-4633-8563-130e8b00e95d", - "x-ms-client-request-id": "fc8cc62b174881b2e180be1a79694c6a", - "x-ms-correlation-request-id": "070f5d28-3a0d-454c-976c-b8ebb88cb080", - "x-ms-ratelimit-remaining-subscription-reads": "9161", - "x-ms-request-id": "70cef640-febf-4534-b536-3e9a47f0ac7d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051553Z:070f5d28-3a0d-454c-976c-b8ebb88cb080" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "de1be991cdad96cf34181d7599f3075e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:15:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b23318bd-3da1-4098-8c15-e6759fb5b313", - "x-ms-client-request-id": "de1be991cdad96cf34181d7599f3075e", - "x-ms-correlation-request-id": "3034a140-90f9-467d-a3b1-a6a9ab53dad7", - "x-ms-ratelimit-remaining-subscription-reads": "9160", - "x-ms-request-id": "84aaf131-260a-429f-addd-99c9b30a8cdf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051555Z:3034a140-90f9-467d-a3b1-a6a9ab53dad7" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "bd693d5a1807d5d6b91ab25ee60dd411", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:15:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6ceeb251-2fff-4f99-ba0c-639027cc404e", - "x-ms-client-request-id": "bd693d5a1807d5d6b91ab25ee60dd411", - "x-ms-correlation-request-id": "7ffcc457-c25e-4955-a7ff-f1870ab54488", - "x-ms-ratelimit-remaining-subscription-reads": "9159", - "x-ms-request-id": "e7ad6a9c-e533-4a87-8ab3-3201c9ae90f6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051556Z:7ffcc457-c25e-4955-a7ff-f1870ab54488" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "fcd49e70892b5e7ff7f6c82ffa3ce7ed", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:15:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e67e503b-1ef5-4788-acf6-dd497f4d5348", - "x-ms-client-request-id": "fcd49e70892b5e7ff7f6c82ffa3ce7ed", - "x-ms-correlation-request-id": "cb02bfa7-320f-4afd-9c72-4047c431e077", - "x-ms-ratelimit-remaining-subscription-reads": "9158", - "x-ms-request-id": "556fd659-0561-4c52-aa6f-dc7b113685a3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051557Z:cb02bfa7-320f-4afd-9c72-4047c431e077" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "3cc060798f007962124624921a71af27", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:15:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d2f17aa1-e2a2-45b5-af0d-8691c8a63706", - "x-ms-client-request-id": "3cc060798f007962124624921a71af27", - "x-ms-correlation-request-id": "af74b6fb-4168-4cc3-96f6-4935a852ffe9", - "x-ms-ratelimit-remaining-subscription-reads": "9157", - "x-ms-request-id": "3b2d4c80-56b9-4cda-a738-e661e42353d1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051558Z:af74b6fb-4168-4cc3-96f6-4935a852ffe9" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "fb050c430a1fd032bd0bc5114fa6db7c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:15:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "dd5d54d8-95bf-4030-af7f-b95c543916f9", - "x-ms-client-request-id": "fb050c430a1fd032bd0bc5114fa6db7c", - "x-ms-correlation-request-id": "94de89c0-3dec-4d28-99b4-f2f02fb500fd", - "x-ms-ratelimit-remaining-subscription-reads": "9156", - "x-ms-request-id": "9361f796-7155-44c1-bc0d-7b45df7d29bb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051600Z:94de89c0-3dec-4d28-99b4-f2f02fb500fd" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "86e5c533984ce0113c5ae9e565ed4386", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:16:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "556910f3-622e-479c-8f33-03b89cc30661", - "x-ms-client-request-id": "86e5c533984ce0113c5ae9e565ed4386", - "x-ms-correlation-request-id": "826a22ed-8659-4eb3-86ff-6c4d2b1544b5", - "x-ms-ratelimit-remaining-subscription-reads": "9155", - "x-ms-request-id": "467b570f-1775-4992-a82e-7b573d85076c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051601Z:826a22ed-8659-4eb3-86ff-6c4d2b1544b5" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "edeca146ec376ecd2eef7ff4ca50296c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:16:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5fc6fab2-11c0-4086-a354-971022ddd685", - "x-ms-client-request-id": "edeca146ec376ecd2eef7ff4ca50296c", - "x-ms-correlation-request-id": "891bc978-4d1e-4c2a-b02e-6e4ee518547f", - "x-ms-ratelimit-remaining-subscription-reads": "9154", - "x-ms-request-id": "4d218542-57c0-4681-96fa-152cb3cb7375", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051602Z:891bc978-4d1e-4c2a-b02e-6e4ee518547f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "555fa86a298cabdafa24bfc4204d6bcf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:16:03 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a011fa84-783f-4e5d-b0fa-2af08196cae2", - "x-ms-client-request-id": "555fa86a298cabdafa24bfc4204d6bcf", - "x-ms-correlation-request-id": "a8661e2c-143c-4b81-8997-f484ddfc7e2a", - "x-ms-ratelimit-remaining-subscription-reads": "9153", - "x-ms-request-id": "42e84948-4b7f-484b-9999-881f64a6e1e2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051603Z:a8661e2c-143c-4b81-8997-f484ddfc7e2a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "aecb3ec8edb94644f776585d191c16eb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:16:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8f486da0-cb27-428c-942a-7fdc141f588c", - "x-ms-client-request-id": "aecb3ec8edb94644f776585d191c16eb", - "x-ms-correlation-request-id": "e257ddd4-8e8c-4e28-a301-1b2fd7259afc", - "x-ms-ratelimit-remaining-subscription-reads": "9152", - "x-ms-request-id": "8f3d863d-5cca-422f-8bab-fcc1fab5a9d0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051605Z:e257ddd4-8e8c-4e28-a301-1b2fd7259afc" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "bc7b7d31ed8e1cfac641f3132d094ee0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:16:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a90227cc-da5a-4079-8a63-7c5a1b69f905", - "x-ms-client-request-id": "bc7b7d31ed8e1cfac641f3132d094ee0", - "x-ms-correlation-request-id": "6c253673-5640-4253-9038-3def801fc5ee", - "x-ms-ratelimit-remaining-subscription-reads": "9151", - "x-ms-request-id": "598e0a69-d62a-440b-adfd-db0509bdc0b1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051606Z:6c253673-5640-4253-9038-3def801fc5ee" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8b2baf847a857cb263185e15d17d92de", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:16:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3698a03d-832b-4db7-b3eb-6f03c49e27b8", - "x-ms-client-request-id": "8b2baf847a857cb263185e15d17d92de", - "x-ms-correlation-request-id": "939333e1-d6fb-4107-86fe-a32c0cbc6367", - "x-ms-ratelimit-remaining-subscription-reads": "9150", - "x-ms-request-id": "281745f6-94fa-4b4d-a6bc-6a11237b59b1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051607Z:939333e1-d6fb-4107-86fe-a32c0cbc6367" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a393d30eaed1da4144aee878fa3119ed", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:16:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "957425f3-095e-4846-8bf4-87b09824aebc", - "x-ms-client-request-id": "a393d30eaed1da4144aee878fa3119ed", - "x-ms-correlation-request-id": "a15b3cd5-9e0d-42e5-9049-02347142d10f", - "x-ms-ratelimit-remaining-subscription-reads": "9149", - "x-ms-request-id": "54fa8498-1689-49a4-b89d-069670aa8c9d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051609Z:a15b3cd5-9e0d-42e5-9049-02347142d10f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "69d877288bf1b665caff59758fe44b49", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:16:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e7287fd5-3977-4912-a40f-42e639114bac", - "x-ms-client-request-id": "69d877288bf1b665caff59758fe44b49", - "x-ms-correlation-request-id": "e5cf856c-b548-41cb-a98b-763dafdbb143", - "x-ms-ratelimit-remaining-subscription-reads": "9148", - "x-ms-request-id": "8af4db16-2edb-4f73-b7fe-15e67dcff1ca", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051610Z:e5cf856c-b548-41cb-a98b-763dafdbb143" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "590415aeaa76d50f6d5146d6923a8131", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:16:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1db02446-b026-4b85-8a8e-e20fa77fcf8b", - "x-ms-client-request-id": "590415aeaa76d50f6d5146d6923a8131", - "x-ms-correlation-request-id": "c90c43b8-e7c8-4a4a-95e5-ae085c38b594", - "x-ms-ratelimit-remaining-subscription-reads": "9147", - "x-ms-request-id": "ed3692a0-766e-4766-9501-88bbe68ff2b5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051611Z:c90c43b8-e7c8-4a4a-95e5-ae085c38b594" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5aed70ff28a482ec6edcd9d254cb4b5f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:16:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2a35b610-ffa8-4776-a5ab-0949356afaa8", - "x-ms-client-request-id": "5aed70ff28a482ec6edcd9d254cb4b5f", - "x-ms-correlation-request-id": "82083173-e78b-46e2-b5a1-bbb340e91e79", - "x-ms-ratelimit-remaining-subscription-reads": "9146", - "x-ms-request-id": "475801d9-f4e5-43c7-95a6-abb58129faab", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051612Z:82083173-e78b-46e2-b5a1-bbb340e91e79" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e5c99e63bf2c7d776703fc9f448f2390", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:16:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3466ea2f-543b-4b97-a086-6fd5660f9304", - "x-ms-client-request-id": "e5c99e63bf2c7d776703fc9f448f2390", - "x-ms-correlation-request-id": "a9ee5d53-6f7b-4a4a-81be-031b238e07bb", - "x-ms-ratelimit-remaining-subscription-reads": "9145", - "x-ms-request-id": "cdc93d65-8363-408a-a1a4-ffcab4d3228d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051614Z:a9ee5d53-6f7b-4a4a-81be-031b238e07bb" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "1e76277df1f686a42882eb99d13c80a2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:16:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8a545a12-42a1-4e6b-91e1-e3b5cf960f44", - "x-ms-client-request-id": "1e76277df1f686a42882eb99d13c80a2", - "x-ms-correlation-request-id": "01d12d59-6c9f-4fe8-b4fd-8d4c3bdd737d", - "x-ms-ratelimit-remaining-subscription-reads": "9144", - "x-ms-request-id": "3074fa4a-f11b-4a8c-9197-7338cc71c678", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051616Z:01d12d59-6c9f-4fe8-b4fd-8d4c3bdd737d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f373e6059b703f04f970f2a12c4c3ddf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:16:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d881a417-b1df-4167-8082-d7b6c7b9e136", - "x-ms-client-request-id": "f373e6059b703f04f970f2a12c4c3ddf", - "x-ms-correlation-request-id": "df635890-256f-487a-95be-a023ea790300", - "x-ms-ratelimit-remaining-subscription-reads": "9143", - "x-ms-request-id": "446b0a53-87b4-4c42-ad3a-90bcaf1befbe", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051617Z:df635890-256f-487a-95be-a023ea790300" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2c5448b82d547268f943bdaad4ddab2b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:16:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "90bef2ab-a3e2-4116-8e6b-32de5a3cc120", - "x-ms-client-request-id": "2c5448b82d547268f943bdaad4ddab2b", - "x-ms-correlation-request-id": "a58a715c-e2f7-43e3-9c44-4ef3b778b1e1", - "x-ms-ratelimit-remaining-subscription-reads": "9142", - "x-ms-request-id": "ad1413c9-51b4-46c6-84cb-e220d750581f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051618Z:a58a715c-e2f7-43e3-9c44-4ef3b778b1e1" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5d9a59822f1be21f23362486fe035adb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:16:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b2afe9d1-b242-4832-8ae9-0822ab6bf5d4", - "x-ms-client-request-id": "5d9a59822f1be21f23362486fe035adb", - "x-ms-correlation-request-id": "0229f57e-f8d4-43b4-b8c2-22314194147d", - "x-ms-ratelimit-remaining-subscription-reads": "9141", - "x-ms-request-id": "aea9409d-3b57-4c99-a35f-3be386dbb41f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051619Z:0229f57e-f8d4-43b4-b8c2-22314194147d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "88e00c4453e8d84d7e00fa2cdd5a6b1c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:16:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1c3794cd-1758-46b9-8ab9-00912108085f", - "x-ms-client-request-id": "88e00c4453e8d84d7e00fa2cdd5a6b1c", - "x-ms-correlation-request-id": "5d6292dd-4102-40b6-8143-f71ed03187e6", - "x-ms-ratelimit-remaining-subscription-reads": "9140", - "x-ms-request-id": "fc7ed840-5542-4289-8687-2ef268ef32e0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051621Z:5d6292dd-4102-40b6-8143-f71ed03187e6" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d21fc7c5e0b288c32972091d08e273f6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:16:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ef6892b1-20ee-4521-a518-28de483f5483", - "x-ms-client-request-id": "d21fc7c5e0b288c32972091d08e273f6", - "x-ms-correlation-request-id": "84b6d913-8767-48ab-936b-920bddb16e5c", - "x-ms-ratelimit-remaining-subscription-reads": "9139", - "x-ms-request-id": "b534d110-df3e-4f7c-bf12-3bbdbcc9c714", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051622Z:84b6d913-8767-48ab-936b-920bddb16e5c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c866e2e822fc2e420cc2df1a35f204c8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:16:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "648c3c81-f748-4d67-8de5-289dcf8e2888", - "x-ms-client-request-id": "c866e2e822fc2e420cc2df1a35f204c8", - "x-ms-correlation-request-id": "c88f0aa0-6658-48ec-a6e1-9f12762f0096", - "x-ms-ratelimit-remaining-subscription-reads": "9138", - "x-ms-request-id": "5865a430-3832-4c2a-9b8c-ba78bbc41b91", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051623Z:c88f0aa0-6658-48ec-a6e1-9f12762f0096" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "37c108cb87e4642848585f75492fcf9b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:16:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b94a3187-1416-468b-bc4e-0001d2434fa2", - "x-ms-client-request-id": "37c108cb87e4642848585f75492fcf9b", - "x-ms-correlation-request-id": "36b440b4-33c4-489e-a1b2-b5babd07014a", - "x-ms-ratelimit-remaining-subscription-reads": "9137", - "x-ms-request-id": "8b82cef3-862b-4437-a6c2-c5a26cee8252", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051624Z:36b440b4-33c4-489e-a1b2-b5babd07014a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "fb44038da2f4a21f84f0c6f000a85236", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:16:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d0429592-7cdf-44de-b9f7-85a76f7b8bed", - "x-ms-client-request-id": "fb44038da2f4a21f84f0c6f000a85236", - "x-ms-correlation-request-id": "f9d51778-6483-425f-b0d7-63bcdf7df135", - "x-ms-ratelimit-remaining-subscription-reads": "9136", - "x-ms-request-id": "3671fd38-8360-409c-bf6e-fd1e230847bd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051626Z:f9d51778-6483-425f-b0d7-63bcdf7df135" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "0052416e3b216111b9017fa4c2cde4dc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:16:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "073966dd-1de6-4070-9224-1f9df7f8bd28", - "x-ms-client-request-id": "0052416e3b216111b9017fa4c2cde4dc", - "x-ms-correlation-request-id": "0d859a23-0641-4562-879b-912a77ce5a12", - "x-ms-ratelimit-remaining-subscription-reads": "9135", - "x-ms-request-id": "766d3be3-d69f-4988-8c34-1e30d8468280", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051627Z:0d859a23-0641-4562-879b-912a77ce5a12" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "328d44f208ae28d4e81eb3f3c13864a0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:16:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "40513a6f-ae61-4377-b463-0f77522b358a", - "x-ms-client-request-id": "328d44f208ae28d4e81eb3f3c13864a0", - "x-ms-correlation-request-id": "4e62d5ef-6432-4a5f-8506-4795ceb1625a", - "x-ms-ratelimit-remaining-subscription-reads": "9134", - "x-ms-request-id": "27640eab-6b8e-440b-99c5-c08ab4b16119", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051628Z:4e62d5ef-6432-4a5f-8506-4795ceb1625a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "08072905cfdd527af1e241f2237bdfb7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:16:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "433e5dc0-081c-498f-acdb-2b9d31a527d9", - "x-ms-client-request-id": "08072905cfdd527af1e241f2237bdfb7", - "x-ms-correlation-request-id": "424ddd1f-6812-4cb4-a5dd-4e6cd02ab0a3", - "x-ms-ratelimit-remaining-subscription-reads": "9133", - "x-ms-request-id": "7e71911a-e9da-4a3e-8c7e-640ddac9ef4e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051630Z:424ddd1f-6812-4cb4-a5dd-4e6cd02ab0a3" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "bbfde90c201b65876c291702881e9f81", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:16:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "06a28e46-039b-40ff-8e55-247d7035a080", - "x-ms-client-request-id": "bbfde90c201b65876c291702881e9f81", - "x-ms-correlation-request-id": "6606aca2-0787-420d-9aab-7da337793a0f", - "x-ms-ratelimit-remaining-subscription-reads": "9132", - "x-ms-request-id": "a4cead44-a0ae-4c45-bf32-b26c4feb53ce", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051631Z:6606aca2-0787-420d-9aab-7da337793a0f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "999fde9ddbc523feca3b40cbc7e2056d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:16:32 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4e52ce27-ca98-4a23-b7db-26492941ec23", - "x-ms-client-request-id": "999fde9ddbc523feca3b40cbc7e2056d", - "x-ms-correlation-request-id": "5be7e50f-6306-4fb6-9c66-443ea059fdaa", - "x-ms-ratelimit-remaining-subscription-reads": "9131", - "x-ms-request-id": "012f0c20-3256-47af-af51-11a782c02ee7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051632Z:5be7e50f-6306-4fb6-9c66-443ea059fdaa" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d7e7fc3ea83ae485a1a29cb4b877c9d3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:16:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "af6d272e-7fd3-421c-9389-a23abc786ef0", - "x-ms-client-request-id": "d7e7fc3ea83ae485a1a29cb4b877c9d3", - "x-ms-correlation-request-id": "e64836cc-b188-4835-8ad2-478f7256c2be", - "x-ms-ratelimit-remaining-subscription-reads": "9130", - "x-ms-request-id": "40e37dae-3e27-4799-867b-d10ee9b8a7a6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051633Z:e64836cc-b188-4835-8ad2-478f7256c2be" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "4454c04346db30f1eadaf1e0dfbb9e8a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:16:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "42dd1014-19e7-4199-a369-51d996237ed8", - "x-ms-client-request-id": "4454c04346db30f1eadaf1e0dfbb9e8a", - "x-ms-correlation-request-id": "8c498cd9-2f10-4706-b184-e73fa2f93d20", - "x-ms-ratelimit-remaining-subscription-reads": "9129", - "x-ms-request-id": "a33d73e3-0038-4e15-bdea-b96db68f622d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051635Z:8c498cd9-2f10-4706-b184-e73fa2f93d20" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8bc4a924c836f54659bbf7233f4a6b52", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:16:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "21204e33-d2b4-44f7-ac7c-39ed7b3780d3", - "x-ms-client-request-id": "8bc4a924c836f54659bbf7233f4a6b52", - "x-ms-correlation-request-id": "2c652328-d8b3-47f0-8785-c8d7eb832849", - "x-ms-ratelimit-remaining-subscription-reads": "9128", - "x-ms-request-id": "a1a0d072-cabb-45b1-82b7-9cd2a02a73b2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051636Z:2c652328-d8b3-47f0-8785-c8d7eb832849" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "07886d71c08df8920ab7ec60b6a504e6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:16:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e24b90c8-aa52-4df7-abee-4f3a22f87f6c", - "x-ms-client-request-id": "07886d71c08df8920ab7ec60b6a504e6", - "x-ms-correlation-request-id": "4cf08d13-9cff-40fd-b167-2a73c69d9380", - "x-ms-ratelimit-remaining-subscription-reads": "9127", - "x-ms-request-id": "b22018e6-47d4-4915-8e67-2d2acd3f9fc1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051637Z:4cf08d13-9cff-40fd-b167-2a73c69d9380" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "0e8f11033db37b9d795feb204fcef1a0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:16:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c3883cff-2ecf-4ed9-bade-33250edf7dcd", - "x-ms-client-request-id": "0e8f11033db37b9d795feb204fcef1a0", - "x-ms-correlation-request-id": "58924e99-f10c-423a-95d7-f3eafc185b17", - "x-ms-ratelimit-remaining-subscription-reads": "9126", - "x-ms-request-id": "745be4b7-49e0-4a54-b587-6d13431b5207", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051638Z:58924e99-f10c-423a-95d7-f3eafc185b17" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "726e9f6f973364fd17cb817fdbe63eb4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:16:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5e30e057-7488-4345-90c0-36ff8875b132", - "x-ms-client-request-id": "726e9f6f973364fd17cb817fdbe63eb4", - "x-ms-correlation-request-id": "71f7a026-ffe0-44e7-8b37-62f89701cdd5", - "x-ms-ratelimit-remaining-subscription-reads": "9125", - "x-ms-request-id": "7021489c-8592-4ae7-8b56-416991551882", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051640Z:71f7a026-ffe0-44e7-8b37-62f89701cdd5" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2d1f11b65cba339fd00d8d2dd471a93c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:16:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "78346f34-087d-4b33-8229-bebc9cce0839", - "x-ms-client-request-id": "2d1f11b65cba339fd00d8d2dd471a93c", - "x-ms-correlation-request-id": "801bfb76-064d-4b1a-8478-88159ca97974", - "x-ms-ratelimit-remaining-subscription-reads": "9124", - "x-ms-request-id": "f83cfd13-f71a-4377-986e-7007229d8617", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051641Z:801bfb76-064d-4b1a-8478-88159ca97974" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "17f14cc691366cb3142bf6e7bc1e9f93", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:16:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "45699750-d150-4c72-addc-e069959895c9", - "x-ms-client-request-id": "17f14cc691366cb3142bf6e7bc1e9f93", - "x-ms-correlation-request-id": "c5ade17e-9733-4535-b944-62407a2654a4", - "x-ms-ratelimit-remaining-subscription-reads": "9123", - "x-ms-request-id": "a2aa5f78-848a-43ef-b096-0faf60d96f7b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051642Z:c5ade17e-9733-4535-b944-62407a2654a4" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "3d6a3720c3ae12e5ff3ba22509cf8fa6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:16:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5cc60ac0-b06a-4de7-b6c6-f1c0ce53f946", - "x-ms-client-request-id": "3d6a3720c3ae12e5ff3ba22509cf8fa6", - "x-ms-correlation-request-id": "a4366824-0983-40e6-8cfa-4f5dfb90f170", - "x-ms-ratelimit-remaining-subscription-reads": "9122", - "x-ms-request-id": "4f68e0fa-3ed6-45a6-9561-cfd165c706b7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051644Z:a4366824-0983-40e6-8cfa-4f5dfb90f170" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8fb8442227f4247e5eb2198e66b776b2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:16:45 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "38043b96-5c26-45f2-bc80-5e4eb51ab9f8", - "x-ms-client-request-id": "8fb8442227f4247e5eb2198e66b776b2", - "x-ms-correlation-request-id": "d91c51be-ca43-4468-88e6-2389c0e54a6a", - "x-ms-ratelimit-remaining-subscription-reads": "9121", - "x-ms-request-id": "20a9d7b8-1b8d-4d07-90ba-f5149b067cfe", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051645Z:d91c51be-ca43-4468-88e6-2389c0e54a6a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "9d0cfa6d6b07028d66df17faee8d6344", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:16:46 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "366d65d9-bf06-43fa-9403-6a4f2923ffae", - "x-ms-client-request-id": "9d0cfa6d6b07028d66df17faee8d6344", - "x-ms-correlation-request-id": "9c918b28-ce51-4608-9f37-3405f70c34ce", - "x-ms-ratelimit-remaining-subscription-reads": "9120", - "x-ms-request-id": "9a6fa6c6-e4f7-44ba-a3b9-92eb7091813f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051646Z:9c918b28-ce51-4608-9f37-3405f70c34ce" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "77c4509c1065f99eb845dffbaa56ac48", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:16:47 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "142d76b5-1cb2-4d82-b7e3-985b7a9a047c", - "x-ms-client-request-id": "77c4509c1065f99eb845dffbaa56ac48", - "x-ms-correlation-request-id": "8b8d276c-701f-4bbf-9310-4c30c86c2947", - "x-ms-ratelimit-remaining-subscription-reads": "9119", - "x-ms-request-id": "866af3f2-dcde-4479-bafe-574554e10003", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051647Z:8b8d276c-701f-4bbf-9310-4c30c86c2947" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "0fb8f0c5f1c3b79fb6b52815108335d0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:16:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "be090f25-be0b-4407-ab81-a6e9c8ce041f", - "x-ms-client-request-id": "0fb8f0c5f1c3b79fb6b52815108335d0", - "x-ms-correlation-request-id": "091efc34-bf23-4322-b008-08f718e8dc66", - "x-ms-ratelimit-remaining-subscription-reads": "9118", - "x-ms-request-id": "a1e64512-e133-4ff3-870d-a4e55222e818", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051649Z:091efc34-bf23-4322-b008-08f718e8dc66" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "15f2d44ffef25c4c5c13e4c28b925810", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:16:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f6eace15-b725-4d3b-adc3-2ebab451c56d", - "x-ms-client-request-id": "15f2d44ffef25c4c5c13e4c28b925810", - "x-ms-correlation-request-id": "03de78ff-d592-4974-aeb3-2497e505bcc3", - "x-ms-ratelimit-remaining-subscription-reads": "9117", - "x-ms-request-id": "b05205fd-09a0-4754-ba57-9b4221547157", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051650Z:03de78ff-d592-4974-aeb3-2497e505bcc3" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "fe35cf3254d4ab81b10dc0afe888e935", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:16:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5ef0da99-dbc9-45d3-ab58-2992f52a8fa6", - "x-ms-client-request-id": "fe35cf3254d4ab81b10dc0afe888e935", - "x-ms-correlation-request-id": "315380fa-3c13-4427-8939-44ab9fa441d6", - "x-ms-ratelimit-remaining-subscription-reads": "9116", - "x-ms-request-id": "7491e875-e4c0-46ca-8a94-f1068e168dd9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051651Z:315380fa-3c13-4427-8939-44ab9fa441d6" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d5ac0e0f9664c655a35bb2b00cdc2b24", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:16:52 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "04d5b4ca-c667-485b-bcac-e9e09b8dda18", - "x-ms-client-request-id": "d5ac0e0f9664c655a35bb2b00cdc2b24", - "x-ms-correlation-request-id": "148871ea-92af-4da6-90bd-2838be07b0b1", - "x-ms-ratelimit-remaining-subscription-reads": "9115", - "x-ms-request-id": "e92cfaff-9347-4434-a981-cd3bd4f198f5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051652Z:148871ea-92af-4da6-90bd-2838be07b0b1" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "40e2175c374dfbfc534764e53e9d74d3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:16:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "05eaec66-a8bf-4113-9c33-88f1292053d6", - "x-ms-client-request-id": "40e2175c374dfbfc534764e53e9d74d3", - "x-ms-correlation-request-id": "0af73b7d-503d-4f23-8983-624bea54d48a", - "x-ms-ratelimit-remaining-subscription-reads": "9114", - "x-ms-request-id": "5ecbfe3a-9d1f-46e2-9cfd-cebf8d272f4c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051654Z:0af73b7d-503d-4f23-8983-624bea54d48a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7cb2af2a83e59cac796f5a79a1d09ed4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:16:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9c3b9b22-e6af-4012-b17d-938d18f279ec", - "x-ms-client-request-id": "7cb2af2a83e59cac796f5a79a1d09ed4", - "x-ms-correlation-request-id": "25be53e0-6b09-4856-b9bb-9a0634dd78fe", - "x-ms-ratelimit-remaining-subscription-reads": "9113", - "x-ms-request-id": "8e822cdf-8193-4603-8822-19a2b88ea145", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051655Z:25be53e0-6b09-4856-b9bb-9a0634dd78fe" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d0529be1a8a5d7e712b1811c32708706", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:16:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d174abac-3c78-4c11-90d4-65a0761587bc", - "x-ms-client-request-id": "d0529be1a8a5d7e712b1811c32708706", - "x-ms-correlation-request-id": "130a6b26-3f8f-404f-8cb9-3c4b77ff0d7e", - "x-ms-ratelimit-remaining-subscription-reads": "9112", - "x-ms-request-id": "18a8dca2-a09c-43d8-9c56-f142baf07ad8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051656Z:130a6b26-3f8f-404f-8cb9-3c4b77ff0d7e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5d86dfe7af2ad93f6b46c7dedd825982", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:16:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7caa8ba0-dda8-426d-a2e9-7c3b3c799ff1", - "x-ms-client-request-id": "5d86dfe7af2ad93f6b46c7dedd825982", - "x-ms-correlation-request-id": "3d470dc4-fcf6-4d19-8a8f-0c5fe641409b", - "x-ms-ratelimit-remaining-subscription-reads": "9111", - "x-ms-request-id": "80b6df02-6e2b-4e61-b9d1-2e2ef8a7f1d3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051658Z:3d470dc4-fcf6-4d19-8a8f-0c5fe641409b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a2038fa9a34a812ec7db6a34028f6a09", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:16:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "af465054-342b-4f94-8e3a-e8b03d558eae", - "x-ms-client-request-id": "a2038fa9a34a812ec7db6a34028f6a09", - "x-ms-correlation-request-id": "a44b2cd4-5c3c-42c7-82bd-405ac6cfbe8a", - "x-ms-ratelimit-remaining-subscription-reads": "9110", - "x-ms-request-id": "c8e57a75-483e-42c3-8ac8-fe5e44a3b097", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051659Z:a44b2cd4-5c3c-42c7-82bd-405ac6cfbe8a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c29253e7404a32aa5c79655ee109fa90", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:17:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8221c0cb-5ea4-49aa-b709-5ccf5919a4ef", - "x-ms-client-request-id": "c29253e7404a32aa5c79655ee109fa90", - "x-ms-correlation-request-id": "1c85631f-1515-42d0-8b82-54f35dd49fc4", - "x-ms-ratelimit-remaining-subscription-reads": "9109", - "x-ms-request-id": "fcfb9ac4-c816-4431-b361-d55e2698d27e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051700Z:1c85631f-1515-42d0-8b82-54f35dd49fc4" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a273fe57e56c43bcb004954e450bd6dc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:17:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8a261bac-a834-4c45-a1f2-41f3b102c5a9", - "x-ms-client-request-id": "a273fe57e56c43bcb004954e450bd6dc", - "x-ms-correlation-request-id": "8ffd961f-6260-41b1-aa4d-ad9c43b954ef", - "x-ms-ratelimit-remaining-subscription-reads": "9108", - "x-ms-request-id": "bd069e0a-3b0e-4acf-a96d-18c0663b7089", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051701Z:8ffd961f-6260-41b1-aa4d-ad9c43b954ef" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "89f6bddc97f06838e5d145d13ecfa0be", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:17:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c5fff54c-f374-46e7-a3ae-41da04ec51b4", - "x-ms-client-request-id": "89f6bddc97f06838e5d145d13ecfa0be", - "x-ms-correlation-request-id": "7ad92202-f184-45ce-a366-d432f7f6e67b", - "x-ms-ratelimit-remaining-subscription-reads": "9107", - "x-ms-request-id": "77906b3a-d4e8-4df2-9773-34e54b49a7ca", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051703Z:7ad92202-f184-45ce-a366-d432f7f6e67b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "04dcd9e1c71b029d974e1146ab5bed51", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:17:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "38cb0c16-99ee-4003-9ade-f703f5a413b5", - "x-ms-client-request-id": "04dcd9e1c71b029d974e1146ab5bed51", - "x-ms-correlation-request-id": "8a13aa71-9c4b-4250-84a2-d81c7fe9a829", - "x-ms-ratelimit-remaining-subscription-reads": "9106", - "x-ms-request-id": "7f687441-a0fb-424c-b4c4-d7601e461a36", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051704Z:8a13aa71-9c4b-4250-84a2-d81c7fe9a829" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "238288a37012bfa0c60bbd9a9feb05e1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:17:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f0d4e017-9f72-4a5c-970b-5568f9d4de21", - "x-ms-client-request-id": "238288a37012bfa0c60bbd9a9feb05e1", - "x-ms-correlation-request-id": "155f834d-847a-400c-ad31-8496af9c74f6", - "x-ms-ratelimit-remaining-subscription-reads": "9105", - "x-ms-request-id": "9f137a78-8483-454f-89fc-8e5569d5284d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051705Z:155f834d-847a-400c-ad31-8496af9c74f6" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "6b6dd763d22e14c11ff4f2a186f1bd89", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:17:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2c0f6147-ffcd-4b7f-a62e-3d081a7ddd4e", - "x-ms-client-request-id": "6b6dd763d22e14c11ff4f2a186f1bd89", - "x-ms-correlation-request-id": "9039d2e3-69e4-4448-8e0a-3492c5236c4e", - "x-ms-ratelimit-remaining-subscription-reads": "9104", - "x-ms-request-id": "dab753f4-d26d-4a6c-b6ed-78a6b6e3a4ff", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051706Z:9039d2e3-69e4-4448-8e0a-3492c5236c4e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b52df4e47c4d71ab391c3e0f090262ac", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:17:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "fb1660a7-a372-4c7c-ad23-16274a22cba1", - "x-ms-client-request-id": "b52df4e47c4d71ab391c3e0f090262ac", - "x-ms-correlation-request-id": "920e41d0-1129-4be6-a681-64aa9d544916", - "x-ms-ratelimit-remaining-subscription-reads": "9103", - "x-ms-request-id": "de656649-0835-44c3-990e-d0d403dfa0bf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051708Z:920e41d0-1129-4be6-a681-64aa9d544916" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d3e2304982eed122c76d031e7dff39d4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:17:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "330f3b46-2e20-46dc-86ba-87926c9a60a9", - "x-ms-client-request-id": "d3e2304982eed122c76d031e7dff39d4", - "x-ms-correlation-request-id": "a49a4f14-885f-4b27-b4e5-43e906b57880", - "x-ms-ratelimit-remaining-subscription-reads": "9102", - "x-ms-request-id": "b799f643-7011-43ff-a60b-2b32f289b8a8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051709Z:a49a4f14-885f-4b27-b4e5-43e906b57880" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "abb6344e4fbde7932bfc311193b20b1c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:17:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0342d260-e3b4-4f78-a612-e11a263b33fa", - "x-ms-client-request-id": "abb6344e4fbde7932bfc311193b20b1c", - "x-ms-correlation-request-id": "7f95fd96-a3ae-4ddd-9ca5-aa9e0ba34196", - "x-ms-ratelimit-remaining-subscription-reads": "9101", - "x-ms-request-id": "0f9855a9-690e-47de-9009-82fe3eec2dd2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051710Z:7f95fd96-a3ae-4ddd-9ca5-aa9e0ba34196" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "55574591e90f629ad15ceedf788df33a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:17:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "85a7b1e6-dcad-4e82-ae00-9edd27f88363", - "x-ms-client-request-id": "55574591e90f629ad15ceedf788df33a", - "x-ms-correlation-request-id": "e1c5f56b-1e9f-448d-b85e-56523aa08a89", - "x-ms-ratelimit-remaining-subscription-reads": "9100", - "x-ms-request-id": "891205f4-71d8-4845-9056-31da7029b7f7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051712Z:e1c5f56b-1e9f-448d-b85e-56523aa08a89" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d5c069e2b74cfaef9cfba8f250113d15", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:17:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7a25ebc7-06f9-4af9-a9d9-083cd2a3f76f", - "x-ms-client-request-id": "d5c069e2b74cfaef9cfba8f250113d15", - "x-ms-correlation-request-id": "8c0f7fa8-8453-475e-8fba-92cec44e5ac0", - "x-ms-ratelimit-remaining-subscription-reads": "9099", - "x-ms-request-id": "e2c99641-2ff7-411d-a687-d9185a0f8b82", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051713Z:8c0f7fa8-8453-475e-8fba-92cec44e5ac0" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "388ce662e4a865c59954d96060b46e9d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:17:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "84fad9df-9063-4e8a-aa41-203d3ff214b5", - "x-ms-client-request-id": "388ce662e4a865c59954d96060b46e9d", - "x-ms-correlation-request-id": "ca69fd1d-78e5-4056-814d-c8b9957ec960", - "x-ms-ratelimit-remaining-subscription-reads": "9098", - "x-ms-request-id": "4c0c3b6c-5c97-4872-a9be-158445db6b83", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051714Z:ca69fd1d-78e5-4056-814d-c8b9957ec960" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "292ef70935f1dad0565cb81441a811c0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:17:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f2872fc7-c7d8-4dd1-aa49-ddad21fcc40a", - "x-ms-client-request-id": "292ef70935f1dad0565cb81441a811c0", - "x-ms-correlation-request-id": "3d880631-d0b3-4e64-af04-5bbc35a6569d", - "x-ms-ratelimit-remaining-subscription-reads": "9097", - "x-ms-request-id": "c59decfe-e159-449f-a2f9-4b38b8f54d89", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051715Z:3d880631-d0b3-4e64-af04-5bbc35a6569d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "917dd91fbb01fe92a45b3bf8de8e9ae8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:17:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "391cb094-d65d-4e72-841e-0fa8ba24709c", - "x-ms-client-request-id": "917dd91fbb01fe92a45b3bf8de8e9ae8", - "x-ms-correlation-request-id": "ca274233-270a-4201-a6f0-65b5288181dd", - "x-ms-ratelimit-remaining-subscription-reads": "9096", - "x-ms-request-id": "3df53ef1-098f-4f99-a9fd-81b8831ddcbc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051717Z:ca274233-270a-4201-a6f0-65b5288181dd" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "59e80a8c13e22c2316b1e14b2bb124f1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:17:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "566d884a-6b00-4ca2-bb75-d061d1a89359", - "x-ms-client-request-id": "59e80a8c13e22c2316b1e14b2bb124f1", - "x-ms-correlation-request-id": "cbc1872d-c40a-4c3d-a48e-785c61b819e8", - "x-ms-ratelimit-remaining-subscription-reads": "9095", - "x-ms-request-id": "6e78db0d-c7bb-4d99-8269-208789bf13d5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051718Z:cbc1872d-c40a-4c3d-a48e-785c61b819e8" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "86401942dc374e9b64308595f9d8fcc7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:17:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "56be6251-c183-4720-81bb-e2d3836b31d6", - "x-ms-client-request-id": "86401942dc374e9b64308595f9d8fcc7", - "x-ms-correlation-request-id": "dad80070-8b24-425f-a3d0-16d5c6886cd2", - "x-ms-ratelimit-remaining-subscription-reads": "9094", - "x-ms-request-id": "e332a392-ea5d-45d8-96e0-6d7ebb838d1d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051719Z:dad80070-8b24-425f-a3d0-16d5c6886cd2" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "3687d0c1b8bf0bddb5507b50d946d3f3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:17:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "805b1a0c-89c1-4d3b-a480-b6ddf17c209d", - "x-ms-client-request-id": "3687d0c1b8bf0bddb5507b50d946d3f3", - "x-ms-correlation-request-id": "4f844013-ed78-45a5-b423-3b2568e19b7b", - "x-ms-ratelimit-remaining-subscription-reads": "9093", - "x-ms-request-id": "fc86e20e-8762-4134-a99d-81347a0edaf1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051721Z:4f844013-ed78-45a5-b423-3b2568e19b7b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c4b54a37134eb0b06f9af4b28e8e323e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:17:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "25e0b8a5-6600-4267-82dc-f98f29220740", - "x-ms-client-request-id": "c4b54a37134eb0b06f9af4b28e8e323e", - "x-ms-correlation-request-id": "7cb1110d-9743-4047-ac0d-ef039a26b054", - "x-ms-ratelimit-remaining-subscription-reads": "9092", - "x-ms-request-id": "5ec3ad00-6436-4006-a023-7e9343b69337", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051722Z:7cb1110d-9743-4047-ac0d-ef039a26b054" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5a8919b5ee2989313b35d1e7614b741e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:17:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "399c38c0-9023-44b8-8366-87572edca02f", - "x-ms-client-request-id": "5a8919b5ee2989313b35d1e7614b741e", - "x-ms-correlation-request-id": "c2109ea3-adb9-4f9f-93fb-cbd17e51afab", - "x-ms-ratelimit-remaining-subscription-reads": "9091", - "x-ms-request-id": "58d9b17a-3d6d-4e3e-9d6c-69b45d500922", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051723Z:c2109ea3-adb9-4f9f-93fb-cbd17e51afab" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "af5d925c3722ae7920d7c625c42a7d27", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:17:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ee4ebaec-4263-4d03-9cc0-5fadad8db43a", - "x-ms-client-request-id": "af5d925c3722ae7920d7c625c42a7d27", - "x-ms-correlation-request-id": "e7dc5aba-a372-482c-8afb-6756897d5e13", - "x-ms-ratelimit-remaining-subscription-reads": "9090", - "x-ms-request-id": "13dd5506-16ff-4d75-b3b1-9579f30c81b1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051725Z:e7dc5aba-a372-482c-8afb-6756897d5e13" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "bf9a3c1d79bc49c9192c881942c94e23", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:17:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c1e1b493-fdde-4b8a-a600-1a3168cc202e", - "x-ms-client-request-id": "bf9a3c1d79bc49c9192c881942c94e23", - "x-ms-correlation-request-id": "354c5c9e-2821-441e-b6b0-2802c56044a4", - "x-ms-ratelimit-remaining-subscription-reads": "9089", - "x-ms-request-id": "b2894754-6bde-414c-bd1d-b4a58f2172fc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051726Z:354c5c9e-2821-441e-b6b0-2802c56044a4" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "fc56d52683307d1ca0db3952270cc510", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:17:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0661a1a2-05bb-4341-a461-47146aa3af35", - "x-ms-client-request-id": "fc56d52683307d1ca0db3952270cc510", - "x-ms-correlation-request-id": "b419569e-73d0-44cf-bcd0-47b6e5745e37", - "x-ms-ratelimit-remaining-subscription-reads": "9088", - "x-ms-request-id": "39b93ead-690e-44ce-b8c3-111a2ff91aee", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051727Z:b419569e-73d0-44cf-bcd0-47b6e5745e37" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "24c9aab7b4b0e361c81496f6ae606b57", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:17:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e028f347-274e-4de6-9c62-daf91bd19ba8", - "x-ms-client-request-id": "24c9aab7b4b0e361c81496f6ae606b57", - "x-ms-correlation-request-id": "871168b6-f005-4576-b152-4e71cd964794", - "x-ms-ratelimit-remaining-subscription-reads": "9087", - "x-ms-request-id": "e84321f3-55c8-4596-82c0-97767a2bd178", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051729Z:871168b6-f005-4576-b152-4e71cd964794" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "eefea28881d49af6201d1fe13f76220c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:17:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "55659b74-8e01-4eb5-ac6e-0d907fd16bb2", - "x-ms-client-request-id": "eefea28881d49af6201d1fe13f76220c", - "x-ms-correlation-request-id": "dfb413d3-91e8-4ca7-acae-d9b4103e7ccc", - "x-ms-ratelimit-remaining-subscription-reads": "9086", - "x-ms-request-id": "07295310-c956-46a8-ace1-8a2b3e71ef0d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051730Z:dfb413d3-91e8-4ca7-acae-d9b4103e7ccc" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "986177662aff71737472331ced26cf3f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:17:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c33ab4d7-7318-4cc4-b024-3c4475936386", - "x-ms-client-request-id": "986177662aff71737472331ced26cf3f", - "x-ms-correlation-request-id": "aea01921-349c-4416-9c01-ac7b8608c0b0", - "x-ms-ratelimit-remaining-subscription-reads": "9085", - "x-ms-request-id": "5f158aee-e17a-4bfb-96b2-786c094ee00a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051731Z:aea01921-349c-4416-9c01-ac7b8608c0b0" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "84cae26fd60d363cb32f03939480a452", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:17:32 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3b468d22-8a84-43b3-9ec5-2cd91a6c72ab", - "x-ms-client-request-id": "84cae26fd60d363cb32f03939480a452", - "x-ms-correlation-request-id": "b980614b-1636-4238-880c-bf1de6d577b4", - "x-ms-ratelimit-remaining-subscription-reads": "9084", - "x-ms-request-id": "41fcd3fa-8db6-4147-a616-a2a62e2d2dc7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051732Z:b980614b-1636-4238-880c-bf1de6d577b4" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "368f89f2d3fe5d572f8d7a624ddaacfa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:17:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2a562c3b-27f3-486d-a02d-a3b00662a580", - "x-ms-client-request-id": "368f89f2d3fe5d572f8d7a624ddaacfa", - "x-ms-correlation-request-id": "9a7de988-2b13-4d84-8c9a-2b4307e259b2", - "x-ms-ratelimit-remaining-subscription-reads": "9083", - "x-ms-request-id": "a9bab617-4c2c-4e6d-bd68-e05ca861cd09", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051734Z:9a7de988-2b13-4d84-8c9a-2b4307e259b2" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5c71e04e9dac90ff3b2be4d026e0dcf3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:17:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "29d6fcba-0593-431f-bf02-1b72ccab4798", - "x-ms-client-request-id": "5c71e04e9dac90ff3b2be4d026e0dcf3", - "x-ms-correlation-request-id": "cf90d09c-5acb-4b71-b381-eb419d051d3f", - "x-ms-ratelimit-remaining-subscription-reads": "9082", - "x-ms-request-id": "9c66cdff-b8fa-4bff-b599-bb55cc856404", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051735Z:cf90d09c-5acb-4b71-b381-eb419d051d3f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "6429e1cd98979c408b6c557f5cd9e8d8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:17:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3ee274b9-f3b4-4ca4-847f-0305a2345f7b", - "x-ms-client-request-id": "6429e1cd98979c408b6c557f5cd9e8d8", - "x-ms-correlation-request-id": "343bd595-4ca8-4403-be64-f619919f5980", - "x-ms-ratelimit-remaining-subscription-reads": "9081", - "x-ms-request-id": "94f6e2e1-d411-4adc-9ed0-9a157d7ff2d6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051736Z:343bd595-4ca8-4403-be64-f619919f5980" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b4450982480f54a689fefad3ee86374f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:17:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e909d16e-1256-402a-8e7b-081aac1c215a", - "x-ms-client-request-id": "b4450982480f54a689fefad3ee86374f", - "x-ms-correlation-request-id": "d16d8e4f-a582-4a7f-8c04-a92b37184074", - "x-ms-ratelimit-remaining-subscription-reads": "9080", - "x-ms-request-id": "40795eb1-76f3-4004-b901-48034c01fc18", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051738Z:d16d8e4f-a582-4a7f-8c04-a92b37184074" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "6c9486b148b0b5629fd4d03f487f3461", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:17:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "50e45d6f-9cdc-48f5-bcc7-902d65fa2c8f", - "x-ms-client-request-id": "6c9486b148b0b5629fd4d03f487f3461", - "x-ms-correlation-request-id": "a56f691c-bc03-4120-be15-4b824a6266a8", - "x-ms-ratelimit-remaining-subscription-reads": "9079", - "x-ms-request-id": "93412f1f-7905-4728-80e6-72384af24d61", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051739Z:a56f691c-bc03-4120-be15-4b824a6266a8" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "1c4e0b42279a85e43bd4da989d6dad05", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:17:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2ce0c805-04f8-42ef-9c61-bea6f9bc0a84", - "x-ms-client-request-id": "1c4e0b42279a85e43bd4da989d6dad05", - "x-ms-correlation-request-id": "b37303c6-e971-4085-b926-d3e6ce30c4c7", - "x-ms-ratelimit-remaining-subscription-reads": "9078", - "x-ms-request-id": "a9000c04-6774-470b-a523-9f594012701b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051740Z:b37303c6-e971-4085-b926-d3e6ce30c4c7" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d5ce06357c453928a68f153a77660c0a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:17:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "78b4aa4c-70bb-479e-acda-6df1915738c2", - "x-ms-client-request-id": "d5ce06357c453928a68f153a77660c0a", - "x-ms-correlation-request-id": "49ce35b9-c298-4c03-88e6-f53066cdf34e", - "x-ms-ratelimit-remaining-subscription-reads": "9077", - "x-ms-request-id": "935514ce-6526-4046-abc8-c058906744d3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051742Z:49ce35b9-c298-4c03-88e6-f53066cdf34e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e29198ca1a3789b4a20f31dc6eca1831", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:17:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c46cac5e-62d6-42f8-b58d-1ded85897d26", - "x-ms-client-request-id": "e29198ca1a3789b4a20f31dc6eca1831", - "x-ms-correlation-request-id": "f3775250-4e7e-4254-9ea5-30569d3681ab", - "x-ms-ratelimit-remaining-subscription-reads": "9076", - "x-ms-request-id": "50df2c0f-6f5b-4c3e-bdec-861f56057a12", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051743Z:f3775250-4e7e-4254-9ea5-30569d3681ab" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "4209ca275eb1c61ce315750b11a90dd4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:17:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "fd430b41-06eb-482b-bdee-11e454e16d1a", - "x-ms-client-request-id": "4209ca275eb1c61ce315750b11a90dd4", - "x-ms-correlation-request-id": "768f1570-5c92-4bdc-8d10-e46999422b2f", - "x-ms-ratelimit-remaining-subscription-reads": "9075", - "x-ms-request-id": "e703f4bf-e842-4461-8845-b9373927215b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051744Z:768f1570-5c92-4bdc-8d10-e46999422b2f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "04cdd0c8cadc1bce514432364b4ccbdc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:17:45 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "201f6e14-9025-49b1-a809-3ee8c3865400", - "x-ms-client-request-id": "04cdd0c8cadc1bce514432364b4ccbdc", - "x-ms-correlation-request-id": "2e463b9d-eadc-4a79-aa07-b9e096f5c644", - "x-ms-ratelimit-remaining-subscription-reads": "9074", - "x-ms-request-id": "c723ea21-d324-41e7-a15e-f1dfcb71f451", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051745Z:2e463b9d-eadc-4a79-aa07-b9e096f5c644" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ad13e377ca5d6c587ccaff22a4a977f9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:17:46 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a7f5037c-f0a3-4309-833a-de7fd3672b28", - "x-ms-client-request-id": "ad13e377ca5d6c587ccaff22a4a977f9", - "x-ms-correlation-request-id": "5a01fcb6-3d5a-4e76-85ea-3fcbfd5e0cda", - "x-ms-ratelimit-remaining-subscription-reads": "9073", - "x-ms-request-id": "2e4106bc-95ce-4cdf-b00b-427bc3c09168", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051747Z:5a01fcb6-3d5a-4e76-85ea-3fcbfd5e0cda" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "9e135c0113fd5c55fceef06c2be67a97", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:17:47 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1f8f54cf-137a-49f5-915a-711ab0c57458", - "x-ms-client-request-id": "9e135c0113fd5c55fceef06c2be67a97", - "x-ms-correlation-request-id": "0103081d-ecb0-4f88-aef9-383a03dcb634", - "x-ms-ratelimit-remaining-subscription-reads": "9072", - "x-ms-request-id": "f2181ec0-b654-4fb5-9090-b1431776df79", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051748Z:0103081d-ecb0-4f88-aef9-383a03dcb634" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2e93994a6095fd7777618811cbab76a8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:17:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d1e9234f-76a1-406d-99f9-9dc791e71a11", - "x-ms-client-request-id": "2e93994a6095fd7777618811cbab76a8", - "x-ms-correlation-request-id": "dbff63ab-3b8b-45d2-b0e7-b25a004e36a4", - "x-ms-ratelimit-remaining-subscription-reads": "9071", - "x-ms-request-id": "bbc4a420-2551-45e8-902c-be46a96a7655", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051749Z:dbff63ab-3b8b-45d2-b0e7-b25a004e36a4" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ee3439cc2c3864de8db7b06edaec4095", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:17:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d01437b9-8630-47f3-a801-b2640e2ed33e", - "x-ms-client-request-id": "ee3439cc2c3864de8db7b06edaec4095", - "x-ms-correlation-request-id": "d4c67b36-0ee7-4d22-9cfd-22a71c16a1ac", - "x-ms-ratelimit-remaining-subscription-reads": "9070", - "x-ms-request-id": "643906f3-b767-4eaf-b57b-80843a34ae05", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051751Z:d4c67b36-0ee7-4d22-9cfd-22a71c16a1ac" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "0bd867504915a163e516269c8a449051", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:17:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "aff4bdc6-995a-4356-bf3f-e4eaf1cfa8d2", - "x-ms-client-request-id": "0bd867504915a163e516269c8a449051", - "x-ms-correlation-request-id": "54746314-59fb-4413-95f1-e69c1c1904ef", - "x-ms-ratelimit-remaining-subscription-reads": "9069", - "x-ms-request-id": "7ae7e557-3327-4bd4-b52e-2d26afb3f4ad", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051752Z:54746314-59fb-4413-95f1-e69c1c1904ef" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f29f48788cb21d5fbb2fa0deaf08238a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:17:52 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e136c792-b1e9-4ae1-93fa-ae35c3fe3485", - "x-ms-client-request-id": "f29f48788cb21d5fbb2fa0deaf08238a", - "x-ms-correlation-request-id": "cfb2a8e5-9cfe-4908-849a-e6bf73a73649", - "x-ms-ratelimit-remaining-subscription-reads": "9068", - "x-ms-request-id": "29b68085-b3e5-4e6a-b969-825604e0d577", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051753Z:cfb2a8e5-9cfe-4908-849a-e6bf73a73649" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "64c1f3206bd38392d69309210641d949", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:17:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f01032ad-1f00-4f3c-906f-708521073dfe", - "x-ms-client-request-id": "64c1f3206bd38392d69309210641d949", - "x-ms-correlation-request-id": "fcffdc18-fe7c-4cb8-9b0b-11e270e42d2b", - "x-ms-ratelimit-remaining-subscription-reads": "9067", - "x-ms-request-id": "8e2b25f8-6df3-4a20-ac75-2dfd523063a0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051754Z:fcffdc18-fe7c-4cb8-9b0b-11e270e42d2b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "91f65f264e4dc3e307ba50e6a984f1dc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:17:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "766192c4-cf2c-400d-84da-3bbf24ed8fc1", - "x-ms-client-request-id": "91f65f264e4dc3e307ba50e6a984f1dc", - "x-ms-correlation-request-id": "7edb6ae4-9827-4636-8fe6-6c4b8f863f53", - "x-ms-ratelimit-remaining-subscription-reads": "9066", - "x-ms-request-id": "ff73dc17-34bf-4c2c-b8a5-b796ffe9c333", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051756Z:7edb6ae4-9827-4636-8fe6-6c4b8f863f53" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "977b9bf22c830d7db61c1b1f823d1679", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:17:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7687ade1-7a5e-4e4c-bb25-a304344e4bd7", - "x-ms-client-request-id": "977b9bf22c830d7db61c1b1f823d1679", - "x-ms-correlation-request-id": "f7e6301a-e881-4de0-be76-d9ece967ddf7", - "x-ms-ratelimit-remaining-subscription-reads": "9065", - "x-ms-request-id": "7c9bcf9b-475c-43ef-9d80-f89c48e21b93", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051757Z:f7e6301a-e881-4de0-be76-d9ece967ddf7" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "50b757559111d23d10fd5c181aabd951", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:17:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d6f798ba-1bf5-4a58-addc-b0a440b6cc33", - "x-ms-client-request-id": "50b757559111d23d10fd5c181aabd951", - "x-ms-correlation-request-id": "2e296247-0707-4f7a-b796-a05c1f082847", - "x-ms-ratelimit-remaining-subscription-reads": "9064", - "x-ms-request-id": "7f5c8297-ed7b-4fc6-a78f-60b6fb04ffdc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051758Z:2e296247-0707-4f7a-b796-a05c1f082847" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "6a2f2ca141c5fac5e1e9db3132c341ca", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:17:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e0d0d6e6-c901-42eb-879f-5a241a6e0d87", - "x-ms-client-request-id": "6a2f2ca141c5fac5e1e9db3132c341ca", - "x-ms-correlation-request-id": "eee16537-19ba-4d80-bd4b-8cf25b028658", - "x-ms-ratelimit-remaining-subscription-reads": "9063", - "x-ms-request-id": "e68739bc-470c-47d0-b151-0654e8f519b3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051800Z:eee16537-19ba-4d80-bd4b-8cf25b028658" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5290d6a3a0cd60cb5ea98786cf64f20a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:18:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ef4c9fc0-ca0c-4036-8401-dd9aa71c00e9", - "x-ms-client-request-id": "5290d6a3a0cd60cb5ea98786cf64f20a", - "x-ms-correlation-request-id": "362a68f9-b59c-4a4a-9fb1-ec0a0939667c", - "x-ms-ratelimit-remaining-subscription-reads": "9062", - "x-ms-request-id": "46582918-3442-4406-b6ed-1da07c26b4b3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051801Z:362a68f9-b59c-4a4a-9fb1-ec0a0939667c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "567dc942ac0e14b391bc6e28b60c9f4c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:18:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "356815fb-e920-4bdf-8ad6-3978db1ce3a7", - "x-ms-client-request-id": "567dc942ac0e14b391bc6e28b60c9f4c", - "x-ms-correlation-request-id": "4fbe1e45-de1d-4d35-881a-2c805aca77fb", - "x-ms-ratelimit-remaining-subscription-reads": "9061", - "x-ms-request-id": "91a28527-ab7c-421b-aa69-e6e9025fed74", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051802Z:4fbe1e45-de1d-4d35-881a-2c805aca77fb" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "447492bc871a008461ce0c1cb93f2b7c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:18:03 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7e0c2450-6ddb-4ad7-8112-57e00e62172d", - "x-ms-client-request-id": "447492bc871a008461ce0c1cb93f2b7c", - "x-ms-correlation-request-id": "b0b760b3-3b2b-459d-bb48-2968a6d73c5c", - "x-ms-ratelimit-remaining-subscription-reads": "9060", - "x-ms-request-id": "ee5c2a31-12b3-40b6-89cb-f5d6943f845a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051803Z:b0b760b3-3b2b-459d-bb48-2968a6d73c5c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "69eed0f7ea46f7bb237cc01032a3aa52", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:18:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0bf3c244-f4a6-4b40-8bc2-6049ba1f8879", - "x-ms-client-request-id": "69eed0f7ea46f7bb237cc01032a3aa52", - "x-ms-correlation-request-id": "dbea86a6-7c0b-449f-88e4-dbdae55c71a1", - "x-ms-ratelimit-remaining-subscription-reads": "9059", - "x-ms-request-id": "500f5d0f-03ba-4fe4-80d0-08bb0a52c2d4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051805Z:dbea86a6-7c0b-449f-88e4-dbdae55c71a1" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "3dca3b09adf0baef447cf540a0975a52", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:18:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0e5657fd-f21c-486a-915a-9d6409bb3bb0", - "x-ms-client-request-id": "3dca3b09adf0baef447cf540a0975a52", - "x-ms-correlation-request-id": "37fabf4a-63c2-484f-bd33-504c135fa5e7", - "x-ms-ratelimit-remaining-subscription-reads": "9058", - "x-ms-request-id": "d6b6957a-d383-43d9-93b5-cc426af26291", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051806Z:37fabf4a-63c2-484f-bd33-504c135fa5e7" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e630f191361dd105d67d219ec674cebe", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:18:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ea824380-4ddf-4b37-8877-38e1c4bcc85e", - "x-ms-client-request-id": "e630f191361dd105d67d219ec674cebe", - "x-ms-correlation-request-id": "776f81ec-68b8-48a4-a7bf-76151aecbebf", - "x-ms-ratelimit-remaining-subscription-reads": "9057", - "x-ms-request-id": "ec78d61c-de8e-4d6d-9024-4216ec1482a5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051807Z:776f81ec-68b8-48a4-a7bf-76151aecbebf" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7e12b924ed74498ce03424c9f57b568c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:18:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1bf051a2-fff2-4a34-af2e-11080da9ca3e", - "x-ms-client-request-id": "7e12b924ed74498ce03424c9f57b568c", - "x-ms-correlation-request-id": "97c59353-fe70-418f-b7d0-9f06ac01a397", - "x-ms-ratelimit-remaining-subscription-reads": "9056", - "x-ms-request-id": "530a2e56-5764-429f-adcd-a47d56b4dcd7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051809Z:97c59353-fe70-418f-b7d0-9f06ac01a397" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "407e6e21c472d33435f866738c51f4cf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:18:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "be691e29-8a16-424e-90b0-8cb39d927e2a", - "x-ms-client-request-id": "407e6e21c472d33435f866738c51f4cf", - "x-ms-correlation-request-id": "79408cdc-f252-408a-8012-9f2bb1903877", - "x-ms-ratelimit-remaining-subscription-reads": "9055", - "x-ms-request-id": "1e0aae0f-8947-437e-9cb4-18094115c280", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051810Z:79408cdc-f252-408a-8012-9f2bb1903877" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e61b37addc84a3dd65e605e9113bdc5a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:18:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "116d8135-2918-4644-841e-b62013f2b57e", - "x-ms-client-request-id": "e61b37addc84a3dd65e605e9113bdc5a", - "x-ms-correlation-request-id": "e5f0cf2d-f753-4066-8d2e-a23e3a46efce", - "x-ms-ratelimit-remaining-subscription-reads": "9054", - "x-ms-request-id": "7e363461-ba61-4870-8efa-2f314faccba5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051811Z:e5f0cf2d-f753-4066-8d2e-a23e3a46efce" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "577d95268ef6604b853f487c8719bd8f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:18:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4215bc23-deb9-47e5-9326-aecb0d2b5085", - "x-ms-client-request-id": "577d95268ef6604b853f487c8719bd8f", - "x-ms-correlation-request-id": "390138c7-b75d-4d04-bd44-c5e376e9f523", - "x-ms-ratelimit-remaining-subscription-reads": "9053", - "x-ms-request-id": "3e2b1676-a8c7-4b6a-9ab9-d74354113db2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051812Z:390138c7-b75d-4d04-bd44-c5e376e9f523" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "be1c543f705f440791dada8bbe4bc1fa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:18:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "960d8831-8403-46eb-ba48-4e3d2bc742c7", - "x-ms-client-request-id": "be1c543f705f440791dada8bbe4bc1fa", - "x-ms-correlation-request-id": "e106a28e-8d76-4f93-9b0b-8d76404e7e80", - "x-ms-ratelimit-remaining-subscription-reads": "9052", - "x-ms-request-id": "4d1816e0-fabc-4133-99ca-766d3003f810", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051814Z:e106a28e-8d76-4f93-9b0b-8d76404e7e80" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f74c0b1c9cd31ed9ebbb614494611c4b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:18:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d1aa4d46-b11f-4971-9532-9989129e115c", - "x-ms-client-request-id": "f74c0b1c9cd31ed9ebbb614494611c4b", - "x-ms-correlation-request-id": "93f11b3d-c20f-4abe-9d41-44d66c862a3a", - "x-ms-ratelimit-remaining-subscription-reads": "9051", - "x-ms-request-id": "ee6a7644-006c-4253-b118-959822d4b297", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051815Z:93f11b3d-c20f-4abe-9d41-44d66c862a3a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "bda975291e1fb6fa8d38c61cb3bfa13a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:18:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4712f2fb-4b0b-4a59-8eae-606066fc29b6", - "x-ms-client-request-id": "bda975291e1fb6fa8d38c61cb3bfa13a", - "x-ms-correlation-request-id": "4795ad4e-5493-42b7-982d-5cbcae30c931", - "x-ms-ratelimit-remaining-subscription-reads": "9050", - "x-ms-request-id": "7b499290-29ad-4638-8223-c3c23c2a370d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051816Z:4795ad4e-5493-42b7-982d-5cbcae30c931" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7b5f4d7dc5cca2bc7bfdd2a40fc3b030", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:18:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2dab04e6-afd9-4049-9ca5-091ac17e74be", - "x-ms-client-request-id": "7b5f4d7dc5cca2bc7bfdd2a40fc3b030", - "x-ms-correlation-request-id": "f39b56dc-9b3c-483e-b117-74c5e2802640", - "x-ms-ratelimit-remaining-subscription-reads": "9049", - "x-ms-request-id": "c3ef5d7e-aca5-4026-8912-fa76963281d9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051818Z:f39b56dc-9b3c-483e-b117-74c5e2802640" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "49628fbd04a1feda10966a9ad6bd6a2c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:18:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "58d553b2-a1e9-4b87-89a9-0c6c539fbd9c", - "x-ms-client-request-id": "49628fbd04a1feda10966a9ad6bd6a2c", - "x-ms-correlation-request-id": "b28cc495-6ab0-4a19-b13e-5bf8d1ac7e23", - "x-ms-ratelimit-remaining-subscription-reads": "9048", - "x-ms-request-id": "f9489d90-2046-49f6-b4c7-bc3f8c630574", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051819Z:b28cc495-6ab0-4a19-b13e-5bf8d1ac7e23" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "46c6271aa101637eb80741224c56a6ca", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:18:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8fe251c7-72aa-48b8-97d2-714e8752ecd4", - "x-ms-client-request-id": "46c6271aa101637eb80741224c56a6ca", - "x-ms-correlation-request-id": "a3696a68-3606-4bdc-8ac0-3c3b90dcb8ae", - "x-ms-ratelimit-remaining-subscription-reads": "9047", - "x-ms-request-id": "613f8748-2b5d-4a1f-83a4-7f45f9c23e7c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051820Z:a3696a68-3606-4bdc-8ac0-3c3b90dcb8ae" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "245e9688575c799873616a365b21cbbd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:18:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d7d5acf0-7422-43c8-be7d-be0445dbc168", - "x-ms-client-request-id": "245e9688575c799873616a365b21cbbd", - "x-ms-correlation-request-id": "d59e8ba6-2bf6-43c6-948e-cdec28fa954d", - "x-ms-ratelimit-remaining-subscription-reads": "9046", - "x-ms-request-id": "dc2c7071-cdcb-4058-8500-a77a6f7fa0be", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051821Z:d59e8ba6-2bf6-43c6-948e-cdec28fa954d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e88aa59269fc1c2e10fe9099c2b8b2ba", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:18:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8d1357f5-919a-4770-a6ac-e0a9c86755ce", - "x-ms-client-request-id": "e88aa59269fc1c2e10fe9099c2b8b2ba", - "x-ms-correlation-request-id": "a3900d7a-c913-4f90-9d0c-22c5c274330b", - "x-ms-ratelimit-remaining-subscription-reads": "9045", - "x-ms-request-id": "65f671ed-c31c-427e-9cad-7be3ef64fc13", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051823Z:a3900d7a-c913-4f90-9d0c-22c5c274330b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "4012a0ef465ec2cf8e4dd3a036480897", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:18:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3f85ef40-298b-454b-9392-85c765ca76d8", - "x-ms-client-request-id": "4012a0ef465ec2cf8e4dd3a036480897", - "x-ms-correlation-request-id": "ca118bf3-8a8b-4ba9-b268-5a0819b29a03", - "x-ms-ratelimit-remaining-subscription-reads": "9044", - "x-ms-request-id": "5ab59249-165f-4a6f-8de1-09253ccf5625", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051824Z:ca118bf3-8a8b-4ba9-b268-5a0819b29a03" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a68f833bbecc1fcd6742145ec7feb6ba", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:18:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "cb519c22-e1e2-4a1a-866b-7462493626bd", - "x-ms-client-request-id": "a68f833bbecc1fcd6742145ec7feb6ba", - "x-ms-correlation-request-id": "0a3c8223-d303-4277-84e9-c40c48d4feb4", - "x-ms-ratelimit-remaining-subscription-reads": "9043", - "x-ms-request-id": "00d31aae-b4ce-4d14-baf6-f121ad778e1c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051825Z:0a3c8223-d303-4277-84e9-c40c48d4feb4" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ba46b0ae8b0f4c5ed6c759ae968ee5c7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:18:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ea2dbef9-6f80-45c0-8c88-2d56e6fcfaef", - "x-ms-client-request-id": "ba46b0ae8b0f4c5ed6c759ae968ee5c7", - "x-ms-correlation-request-id": "c35d82f8-ae08-4191-8c1b-41971b19db94", - "x-ms-ratelimit-remaining-subscription-reads": "9042", - "x-ms-request-id": "7d738a8a-f5ad-4b2d-b237-829070975afe", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051827Z:c35d82f8-ae08-4191-8c1b-41971b19db94" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "3e5ef9f50b2930eed2f3d91c3171fb8f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:18:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3595f174-6b0e-45f6-98b1-d5164396c246", - "x-ms-client-request-id": "3e5ef9f50b2930eed2f3d91c3171fb8f", - "x-ms-correlation-request-id": "ba0c10fd-cdb9-444e-8b55-666741632479", - "x-ms-ratelimit-remaining-subscription-reads": "9041", - "x-ms-request-id": "1638bead-3baf-4322-a670-d9ff5bcfdb4a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051828Z:ba0c10fd-cdb9-444e-8b55-666741632479" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "86f118964e02b0882543d004651f88d9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:18:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0f8d22e9-f580-46e6-9542-46cf6838dbc1", - "x-ms-client-request-id": "86f118964e02b0882543d004651f88d9", - "x-ms-correlation-request-id": "36e7c34a-d820-44d5-961f-11f5daf2197d", - "x-ms-ratelimit-remaining-subscription-reads": "9040", - "x-ms-request-id": "5034b4ea-95ee-45c4-acce-acccca61cb65", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051829Z:36e7c34a-d820-44d5-961f-11f5daf2197d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "cd684c5c77a0a391c115e71bb2421a65", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:18:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9b6c8036-af6f-41f8-8e76-5be2d84e906b", - "x-ms-client-request-id": "cd684c5c77a0a391c115e71bb2421a65", - "x-ms-correlation-request-id": "fd341e15-e147-410e-909e-c88ee892fec6", - "x-ms-ratelimit-remaining-subscription-reads": "9039", - "x-ms-request-id": "88c454c4-8b93-48b7-9d70-1826ebad81c4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051830Z:fd341e15-e147-410e-909e-c88ee892fec6" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7d17cacc5e9ca7c570ae19e53beacbb3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:18:32 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7d724553-dab2-4562-a095-71a1c030d6ac", - "x-ms-client-request-id": "7d17cacc5e9ca7c570ae19e53beacbb3", - "x-ms-correlation-request-id": "a4d517a8-709a-4abb-96c8-b78a3bf7ec57", - "x-ms-ratelimit-remaining-subscription-reads": "9038", - "x-ms-request-id": "7180cb20-d393-4f43-96b1-2b09e683b3fb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051832Z:a4d517a8-709a-4abb-96c8-b78a3bf7ec57" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e4bfff6a2d081eef874ec5ec666cfde2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:18:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8f079094-e9cd-44fd-91f4-7a20a957a367", - "x-ms-client-request-id": "e4bfff6a2d081eef874ec5ec666cfde2", - "x-ms-correlation-request-id": "9f3928b4-8ce4-433f-b800-d12fb3f68a1d", - "x-ms-ratelimit-remaining-subscription-reads": "9037", - "x-ms-request-id": "ee323de6-b509-451d-9d3d-0cc6a36517dd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051833Z:9f3928b4-8ce4-433f-b800-d12fb3f68a1d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "9a376b280b07fe3c87c15df15eab67d7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:18:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c7e909bb-1786-4917-af99-4b72c4e78626", - "x-ms-client-request-id": "9a376b280b07fe3c87c15df15eab67d7", - "x-ms-correlation-request-id": "0f19a5f6-463b-4928-bf89-dc3efb39d8ea", - "x-ms-ratelimit-remaining-subscription-reads": "9036", - "x-ms-request-id": "844ba61c-b87a-4528-bb17-d4ba7fc95880", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051834Z:0f19a5f6-463b-4928-bf89-dc3efb39d8ea" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b2b1344935829f5cdbf9f64e99d94004", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:18:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6d447e80-6f08-49f1-b3a1-1e9d59f27419", - "x-ms-client-request-id": "b2b1344935829f5cdbf9f64e99d94004", - "x-ms-correlation-request-id": "c147e0dc-c231-4f0e-a2c9-16170a9e0b84", - "x-ms-ratelimit-remaining-subscription-reads": "9035", - "x-ms-request-id": "7246aa02-8def-40c5-8389-a5f7703b2b61", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051836Z:c147e0dc-c231-4f0e-a2c9-16170a9e0b84" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d0bc36b031b25eacc2c15d46d0fdc0db", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:18:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "cf3fefcf-5242-4b52-b992-58a7ed981bdc", - "x-ms-client-request-id": "d0bc36b031b25eacc2c15d46d0fdc0db", - "x-ms-correlation-request-id": "88bed461-4579-4ef7-8ef4-af6559498590", - "x-ms-ratelimit-remaining-subscription-reads": "9034", - "x-ms-request-id": "92202809-0def-4a64-a3d9-79d1feac7822", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051837Z:88bed461-4579-4ef7-8ef4-af6559498590" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "32a2ede64bbaf3600e98bf0d15ee64ae", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:18:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ec8006fe-c68c-4033-9681-f2342c458dbb", - "x-ms-client-request-id": "32a2ede64bbaf3600e98bf0d15ee64ae", - "x-ms-correlation-request-id": "f9b2f56b-e167-4836-98b1-35e48b3318e7", - "x-ms-ratelimit-remaining-subscription-reads": "9033", - "x-ms-request-id": "bd66ab9b-ddb7-48de-98ee-f89545b50cb7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051838Z:f9b2f56b-e167-4836-98b1-35e48b3318e7" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2741588096ef18248753efc0d716cede", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:18:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7b07698c-bbf8-425c-a542-48a3c766fee5", - "x-ms-client-request-id": "2741588096ef18248753efc0d716cede", - "x-ms-correlation-request-id": "26ff19df-f81e-4f17-99c9-e0441e16f696", - "x-ms-ratelimit-remaining-subscription-reads": "9032", - "x-ms-request-id": "6c3bf54e-41fa-4561-926d-6ba3f8c95d49", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051840Z:26ff19df-f81e-4f17-99c9-e0441e16f696" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ab671a380e366549d6c9c21a719e48d4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:18:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4b850611-b2ab-4a56-b609-b16fc0f82744", - "x-ms-client-request-id": "ab671a380e366549d6c9c21a719e48d4", - "x-ms-correlation-request-id": "0aceef39-196f-4b3e-8555-15bfe48a8341", - "x-ms-ratelimit-remaining-subscription-reads": "9031", - "x-ms-request-id": "23ea81dc-fdc6-4a4c-913d-31178ace0a2b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051841Z:0aceef39-196f-4b3e-8555-15bfe48a8341" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "77c6af5d99bb50ecc98aaa675ba01bf8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:18:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "cb99e4c8-9d0f-4406-a476-fd64ed2bae45", - "x-ms-client-request-id": "77c6af5d99bb50ecc98aaa675ba01bf8", - "x-ms-correlation-request-id": "71758d4c-536b-45e9-8b69-09b82fbad08d", - "x-ms-ratelimit-remaining-subscription-reads": "9030", - "x-ms-request-id": "ef5a93a2-134a-4fdb-b110-72a1feee0645", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051843Z:71758d4c-536b-45e9-8b69-09b82fbad08d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "fad5e0c9b88771770fdb5126d409a6e8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:18:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "bbf84f66-eba0-43f0-877c-c8f9bc10f881", - "x-ms-client-request-id": "fad5e0c9b88771770fdb5126d409a6e8", - "x-ms-correlation-request-id": "f9c1d3d3-1e68-4848-84c0-a10f6536d7af", - "x-ms-ratelimit-remaining-subscription-reads": "9029", - "x-ms-request-id": "08ce7eab-ff4f-4193-94d8-3ba6c3d097a0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051844Z:f9c1d3d3-1e68-4848-84c0-a10f6536d7af" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "27621b0a57509f222e17e2ab64e20a35", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:18:45 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "94739270-3217-45d1-bc01-13727c833f31", - "x-ms-client-request-id": "27621b0a57509f222e17e2ab64e20a35", - "x-ms-correlation-request-id": "bd3adbcf-37f0-4867-a6f4-d9b75b7f850c", - "x-ms-ratelimit-remaining-subscription-reads": "9028", - "x-ms-request-id": "40d1390b-8058-4f12-a3a4-b57a257a8861", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051845Z:bd3adbcf-37f0-4867-a6f4-d9b75b7f850c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "9150c9ad4dc9a44c375468df47c57bbf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:18:46 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3871cfd8-62c4-47c2-a3cd-2a0eb0706eb8", - "x-ms-client-request-id": "9150c9ad4dc9a44c375468df47c57bbf", - "x-ms-correlation-request-id": "f1431b99-ee73-40bf-8763-a4be3d0247ae", - "x-ms-ratelimit-remaining-subscription-reads": "9027", - "x-ms-request-id": "9fa6a81b-5c80-4f51-bd2f-72543c32a2cc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051846Z:f1431b99-ee73-40bf-8763-a4be3d0247ae" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "3f5dc1e3f33d72a8be36cc70d6cb0d2d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:18:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6d91ab69-6059-4bdb-b5b3-a7a4ec8a4847", - "x-ms-client-request-id": "3f5dc1e3f33d72a8be36cc70d6cb0d2d", - "x-ms-correlation-request-id": "e3cde104-8e4a-4436-90a1-849e3a8ba517", - "x-ms-ratelimit-remaining-subscription-reads": "9026", - "x-ms-request-id": "eb028941-a5d4-4ea9-92c6-a338eca3654d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051848Z:e3cde104-8e4a-4436-90a1-849e3a8ba517" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "0a781bd115b8bc1fcebef0fbef425768", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:18:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "93778b2a-6855-449e-b495-cf91e9d3e3f7", - "x-ms-client-request-id": "0a781bd115b8bc1fcebef0fbef425768", - "x-ms-correlation-request-id": "1d338da0-6869-446e-930e-7f6363c3d019", - "x-ms-ratelimit-remaining-subscription-reads": "9025", - "x-ms-request-id": "168b7e78-8d65-4cb8-9362-5bbfab840fe0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051849Z:1d338da0-6869-446e-930e-7f6363c3d019" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a2c8229bcb84b9f721ded39281dcce6b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:18:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ca5572ca-0894-4737-887c-187c7dfdc02d", - "x-ms-client-request-id": "a2c8229bcb84b9f721ded39281dcce6b", - "x-ms-correlation-request-id": "42dff8c1-1fec-4d45-a176-0b43c35762c4", - "x-ms-ratelimit-remaining-subscription-reads": "9024", - "x-ms-request-id": "7193676c-5295-4ac2-b7f7-fbe1464466b1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051851Z:42dff8c1-1fec-4d45-a176-0b43c35762c4" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2c0e3a46704dce06a2a1707f03ac837b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:18:52 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b1adf958-90a9-4701-999b-8d7469bb797d", - "x-ms-client-request-id": "2c0e3a46704dce06a2a1707f03ac837b", - "x-ms-correlation-request-id": "d9db25c0-b62e-4aac-87ed-91e0d222ef04", - "x-ms-ratelimit-remaining-subscription-reads": "9023", - "x-ms-request-id": "fb618d57-3d63-4bc4-8026-03984f8d6c7e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051852Z:d9db25c0-b62e-4aac-87ed-91e0d222ef04" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b3d463df6b0306a823bee8da428c3af2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:18:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d651ba72-6e10-4dc9-8d31-74f994c00931", - "x-ms-client-request-id": "b3d463df6b0306a823bee8da428c3af2", - "x-ms-correlation-request-id": "edd85893-bedd-481d-9610-f9353d643767", - "x-ms-ratelimit-remaining-subscription-reads": "9022", - "x-ms-request-id": "c7158d41-bf86-4364-8520-34214fddf220", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051853Z:edd85893-bedd-481d-9610-f9353d643767" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b4b584ef2a342b1b1bf900e35a78b575", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:18:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c84219ac-e35c-421f-81cd-761a30e03817", - "x-ms-client-request-id": "b4b584ef2a342b1b1bf900e35a78b575", - "x-ms-correlation-request-id": "1a9ebf8f-ceac-47f2-b235-dcd68640ba6c", - "x-ms-ratelimit-remaining-subscription-reads": "9021", - "x-ms-request-id": "6e4c8bee-8d5b-488f-95fb-e7206668332f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051854Z:1a9ebf8f-ceac-47f2-b235-dcd68640ba6c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "1db3575b1a08db689207088e872c8c15", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:18:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2e84161d-05d3-4df2-8bd0-617b4b9574e2", - "x-ms-client-request-id": "1db3575b1a08db689207088e872c8c15", - "x-ms-correlation-request-id": "637c4fc5-6b1b-49f2-bc92-499156b255aa", - "x-ms-ratelimit-remaining-subscription-reads": "9020", - "x-ms-request-id": "4026205c-670f-4204-b9b6-b0a849245447", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051856Z:637c4fc5-6b1b-49f2-bc92-499156b255aa" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7f8f7e66cff7b44648a897096bc5abab", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:18:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "29b50326-90af-478e-a869-afe7ee909576", - "x-ms-client-request-id": "7f8f7e66cff7b44648a897096bc5abab", - "x-ms-correlation-request-id": "2a817ddf-7be9-45d7-98cd-5c10fb084849", - "x-ms-ratelimit-remaining-subscription-reads": "9019", - "x-ms-request-id": "292d57a1-0036-4c77-9c5e-d71dc467742e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051857Z:2a817ddf-7be9-45d7-98cd-5c10fb084849" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ea7f73091cd9d5e91cda222c228ca3ef", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:18:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "23ceb90a-09da-49b0-bcd2-deca0c13abd8", - "x-ms-client-request-id": "ea7f73091cd9d5e91cda222c228ca3ef", - "x-ms-correlation-request-id": "0261eaa9-95b7-440c-835c-65b6985a0a58", - "x-ms-ratelimit-remaining-subscription-reads": "9018", - "x-ms-request-id": "bcbc55f8-3d74-423d-8d54-8ae48650b54d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051858Z:0261eaa9-95b7-440c-835c-65b6985a0a58" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "dc7ceb6d36e88c7e11fed55f825e70cd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:18:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a435d404-387f-451b-b339-3d4b503abe6d", - "x-ms-client-request-id": "dc7ceb6d36e88c7e11fed55f825e70cd", - "x-ms-correlation-request-id": "b57cf534-e12c-4f22-a335-ebe66e53ac0c", - "x-ms-ratelimit-remaining-subscription-reads": "9017", - "x-ms-request-id": "8a24f35d-aef8-4747-9fb6-603b64c70c75", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051900Z:b57cf534-e12c-4f22-a335-ebe66e53ac0c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "14855c5ca1ad493b94ba631dad1991bb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:19:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2e2a905d-4de0-4b9b-b76c-a1b30719833c", - "x-ms-client-request-id": "14855c5ca1ad493b94ba631dad1991bb", - "x-ms-correlation-request-id": "c72b5c21-9b10-4c91-b840-c481c124f911", - "x-ms-ratelimit-remaining-subscription-reads": "9016", - "x-ms-request-id": "82a42715-515b-4286-9afa-e3f6fae1b8cb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051901Z:c72b5c21-9b10-4c91-b840-c481c124f911" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7f9ca805ce48d2c2f5f3d8db478a52be", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:19:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "00470750-b578-4324-9536-e878255a2c33", - "x-ms-client-request-id": "7f9ca805ce48d2c2f5f3d8db478a52be", - "x-ms-correlation-request-id": "48e5dda9-3740-4971-9038-5334093f873e", - "x-ms-ratelimit-remaining-subscription-reads": "9015", - "x-ms-request-id": "d24e2f82-b9e6-48e4-a52f-2844d4e8e123", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051902Z:48e5dda9-3740-4971-9038-5334093f873e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c6d054698f07cc42af33482ed361dff8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:19:03 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a55ce609-39fa-4dc5-a690-f96a9db6321b", - "x-ms-client-request-id": "c6d054698f07cc42af33482ed361dff8", - "x-ms-correlation-request-id": "e70fc490-775d-4c23-bfc5-b26e1d4f37ec", - "x-ms-ratelimit-remaining-subscription-reads": "9014", - "x-ms-request-id": "0c4159de-c8f8-484e-9aa3-c9cce3954043", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051903Z:e70fc490-775d-4c23-bfc5-b26e1d4f37ec" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "da5a1a6df0c18d849ab21eb9c860020a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:19:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "48e86177-c55a-4a2a-8a4d-12225dff5e3c", - "x-ms-client-request-id": "da5a1a6df0c18d849ab21eb9c860020a", - "x-ms-correlation-request-id": "a1780374-d507-41ed-920a-3fd35c854d11", - "x-ms-ratelimit-remaining-subscription-reads": "9013", - "x-ms-request-id": "a789210d-79af-464a-8aea-ec5343bc99ee", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051905Z:a1780374-d507-41ed-920a-3fd35c854d11" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "58b3a467cb4975b366cfcf158693fe94", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:19:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d92dedf8-4a67-4b73-9a28-258e7c8264be", - "x-ms-client-request-id": "58b3a467cb4975b366cfcf158693fe94", - "x-ms-correlation-request-id": "4e5615d6-8fd9-49aa-9335-eadc4fa2ed00", - "x-ms-ratelimit-remaining-subscription-reads": "9012", - "x-ms-request-id": "118ef811-e79f-44e3-9d75-479c10443128", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051906Z:4e5615d6-8fd9-49aa-9335-eadc4fa2ed00" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2d6ee014783079fccf422c547088034f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:19:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "628c0541-a906-4e55-ae50-b4814de77818", - "x-ms-client-request-id": "2d6ee014783079fccf422c547088034f", - "x-ms-correlation-request-id": "8daeaa4c-ec17-4e52-86e0-85f0f7d759fe", - "x-ms-ratelimit-remaining-subscription-reads": "9011", - "x-ms-request-id": "59eb6d55-95a9-40a9-833d-096da7e84a91", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051907Z:8daeaa4c-ec17-4e52-86e0-85f0f7d759fe" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2ec73e3086ada1ae66e473f1206f0606", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:19:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e0651ffb-e186-49bc-8d2a-8f92e1351b01", - "x-ms-client-request-id": "2ec73e3086ada1ae66e473f1206f0606", - "x-ms-correlation-request-id": "595795c9-5df8-4edd-9dbd-f37d83157a1a", - "x-ms-ratelimit-remaining-subscription-reads": "9010", - "x-ms-request-id": "d121618c-3fc1-4e2b-ab86-3d31372fa428", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051909Z:595795c9-5df8-4edd-9dbd-f37d83157a1a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e8a58ab4d5f2eed9a83988069f5f04dd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:19:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "93f07818-ff4c-4e87-9549-14f7776910ee", - "x-ms-client-request-id": "e8a58ab4d5f2eed9a83988069f5f04dd", - "x-ms-correlation-request-id": "079bd10b-e13b-4ed8-811f-ebb4ebaf7f62", - "x-ms-ratelimit-remaining-subscription-reads": "9009", - "x-ms-request-id": "645e9c38-50d6-4797-a2a1-48a72e8b90d8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051910Z:079bd10b-e13b-4ed8-811f-ebb4ebaf7f62" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "48e480cccfcc8de631ccc64b040a5960", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:19:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9cb702ce-5695-400d-9aaa-dd165ae240f2", - "x-ms-client-request-id": "48e480cccfcc8de631ccc64b040a5960", - "x-ms-correlation-request-id": "1066b885-d917-4861-8e9a-833eb0ae60e9", - "x-ms-ratelimit-remaining-subscription-reads": "9008", - "x-ms-request-id": "ca2abfc4-6c37-43b4-b3b2-018d3e8b1168", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051911Z:1066b885-d917-4861-8e9a-833eb0ae60e9" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e6a0263c1ae25a5d64d88674fea80207", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:19:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a4244b0e-9b02-4a30-a166-6d40f40f173b", - "x-ms-client-request-id": "e6a0263c1ae25a5d64d88674fea80207", - "x-ms-correlation-request-id": "b8d272cd-317e-45ea-bec2-829c95f5b0aa", - "x-ms-ratelimit-remaining-subscription-reads": "9007", - "x-ms-request-id": "0f6b6c68-107f-4108-841a-0da48298e1cb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051912Z:b8d272cd-317e-45ea-bec2-829c95f5b0aa" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a02595dfbe8be439a418b6250e8ee99e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:19:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e01af380-30a0-4c2c-ad80-7f29b6b85771", - "x-ms-client-request-id": "a02595dfbe8be439a418b6250e8ee99e", - "x-ms-correlation-request-id": "95a9ce57-78c7-4b1c-b448-018c7a8a5070", - "x-ms-ratelimit-remaining-subscription-reads": "9006", - "x-ms-request-id": "15fc48cf-871d-4e5e-a400-d7cc5bc2221e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051914Z:95a9ce57-78c7-4b1c-b448-018c7a8a5070" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "79ca28df1ebeb2fb228ae4f449718e88", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:19:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "79b1a766-bb1c-4268-8ac7-07563f3fffde", - "x-ms-client-request-id": "79ca28df1ebeb2fb228ae4f449718e88", - "x-ms-correlation-request-id": "3bdc7081-6074-4001-8887-a1d6234362da", - "x-ms-ratelimit-remaining-subscription-reads": "9005", - "x-ms-request-id": "f9660e53-0bfb-45cb-8e31-5f9fa86dff8c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051915Z:3bdc7081-6074-4001-8887-a1d6234362da" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "6e6bbfcab9e57dd4ecbc41ca64384cd5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:19:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d009a330-35a3-4c68-a17f-9ce54435e531", - "x-ms-client-request-id": "6e6bbfcab9e57dd4ecbc41ca64384cd5", - "x-ms-correlation-request-id": "9ead71fe-1b37-416e-9fe0-30f348ab7466", - "x-ms-ratelimit-remaining-subscription-reads": "9004", - "x-ms-request-id": "3a96413b-0498-44cb-9ba5-b2ccbd72771f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051916Z:9ead71fe-1b37-416e-9fe0-30f348ab7466" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d694e8ee89dec1489a737d01da459a32", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:19:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3cb56cd8-4cb5-4e92-bb69-dd43d0c893ae", - "x-ms-client-request-id": "d694e8ee89dec1489a737d01da459a32", - "x-ms-correlation-request-id": "b2e9ff73-905c-4447-956c-c0b33990d44c", - "x-ms-ratelimit-remaining-subscription-reads": "9003", - "x-ms-request-id": "f3ecc0fd-8b3e-4d12-8dfa-eb5d62fa625a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051918Z:b2e9ff73-905c-4447-956c-c0b33990d44c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "4e5b2d8a7b2226b8534c8c02dc304dea", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:19:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3c9758f5-e726-4b53-a0d2-365336d1767c", - "x-ms-client-request-id": "4e5b2d8a7b2226b8534c8c02dc304dea", - "x-ms-correlation-request-id": "00581118-7cea-4082-9079-8c0b7473b474", - "x-ms-ratelimit-remaining-subscription-reads": "9002", - "x-ms-request-id": "03ac785b-6a56-4eaf-bce7-4b61b498e6f6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051919Z:00581118-7cea-4082-9079-8c0b7473b474" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "61050e3eb7dd40aa77aad4723cd3a3a7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:19:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ab16e133-a634-41ba-8c95-94f8d593b2d0", - "x-ms-client-request-id": "61050e3eb7dd40aa77aad4723cd3a3a7", - "x-ms-correlation-request-id": "03d95666-9745-4f5b-b0d4-7d2f2dcac327", - "x-ms-ratelimit-remaining-subscription-reads": "9001", - "x-ms-request-id": "a8f6488e-e0ae-4b62-8a95-69f214b2c226", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051920Z:03d95666-9745-4f5b-b0d4-7d2f2dcac327" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "36400f21fddc73b32f6e8391fd46e569", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:19:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e101c7c0-181b-4b4d-8d06-7785b7302c9b", - "x-ms-client-request-id": "36400f21fddc73b32f6e8391fd46e569", - "x-ms-correlation-request-id": "e915be24-b1e9-478f-8080-68469d10f7bb", - "x-ms-ratelimit-remaining-subscription-reads": "9000", - "x-ms-request-id": "6698f436-ea8d-4e45-913a-fdb71335d97d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051921Z:e915be24-b1e9-478f-8080-68469d10f7bb" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ccc29225393fd255831ad778a646ea7f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:19:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "cf0a7d18-765c-448a-8f45-f82c336cf6ac", - "x-ms-client-request-id": "ccc29225393fd255831ad778a646ea7f", - "x-ms-correlation-request-id": "f949cbec-e162-4c1e-89ea-e5fa82f4bff6", - "x-ms-ratelimit-remaining-subscription-reads": "8999", - "x-ms-request-id": "e4b3f111-35db-4838-bad5-52520372353d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051923Z:f949cbec-e162-4c1e-89ea-e5fa82f4bff6" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "cde0e4a917f0400d5b92316f34184331", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:19:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5151fcfb-8e30-4126-8586-43cf868a8796", - "x-ms-client-request-id": "cde0e4a917f0400d5b92316f34184331", - "x-ms-correlation-request-id": "02f06cc3-738a-4946-9f81-d81a025c56c9", - "x-ms-ratelimit-remaining-subscription-reads": "8998", - "x-ms-request-id": "976f7180-08b6-4505-b493-f507a4dbc223", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051924Z:02f06cc3-738a-4946-9f81-d81a025c56c9" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a94d6ac5d610e868b96eb3c2253acce8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:19:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "50b29cdf-2c25-4774-aa8d-b89289136e02", - "x-ms-client-request-id": "a94d6ac5d610e868b96eb3c2253acce8", - "x-ms-correlation-request-id": "b0236c35-50d0-457c-9e6a-e51739dd2097", - "x-ms-ratelimit-remaining-subscription-reads": "8997", - "x-ms-request-id": "c1ab9b3f-f653-4b57-9980-2c37cbf80074", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051925Z:b0236c35-50d0-457c-9e6a-e51739dd2097" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "18e8048318650d79858271ac07e69d6a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:19:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "cb26bc23-4589-401a-967d-3d482dd1a839", - "x-ms-client-request-id": "18e8048318650d79858271ac07e69d6a", - "x-ms-correlation-request-id": "d9eb26a9-df5e-4bd9-84d9-d8c5e1cb1fb6", - "x-ms-ratelimit-remaining-subscription-reads": "8996", - "x-ms-request-id": "6c1cc938-e933-405e-9597-e65f90a7def2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051927Z:d9eb26a9-df5e-4bd9-84d9-d8c5e1cb1fb6" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "3cb3a5d641f9d26e7bf81382644b1a20", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:19:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "fe28076c-7ca5-4d6a-82eb-b0677d23e3e7", - "x-ms-client-request-id": "3cb3a5d641f9d26e7bf81382644b1a20", - "x-ms-correlation-request-id": "ed69ff9b-fc6e-4f56-b054-456b355a5c58", - "x-ms-ratelimit-remaining-subscription-reads": "8995", - "x-ms-request-id": "1aa8ebde-7590-4966-bd13-c50adab2decb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051928Z:ed69ff9b-fc6e-4f56-b054-456b355a5c58" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "30eb48c62b30adcbf03f238e65bce0d3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:19:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e700de6d-3cdd-4227-a90e-89792fc9988b", - "x-ms-client-request-id": "30eb48c62b30adcbf03f238e65bce0d3", - "x-ms-correlation-request-id": "7e3c5e9f-0a45-4445-b5b9-a725f3311624", - "x-ms-ratelimit-remaining-subscription-reads": "8994", - "x-ms-request-id": "be15f53b-c05b-4296-9dab-ab08f49d24d2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051929Z:7e3c5e9f-0a45-4445-b5b9-a725f3311624" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "80eb48d08f8641ef95159c6d04f6a939", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:19:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6eeab3ea-3711-44d6-97b9-c7715a263be4", - "x-ms-client-request-id": "80eb48d08f8641ef95159c6d04f6a939", - "x-ms-correlation-request-id": "2f6797b4-cfde-4e2d-bbf7-abaf758be294", - "x-ms-ratelimit-remaining-subscription-reads": "8993", - "x-ms-request-id": "e0b80e60-4eb0-4545-9a48-358a8fbc870c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051930Z:2f6797b4-cfde-4e2d-bbf7-abaf758be294" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "bee650676dfaab3ada064cb91ddf6cbf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:19:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1c8b52f7-0da1-4500-893a-fe247b206b9a", - "x-ms-client-request-id": "bee650676dfaab3ada064cb91ddf6cbf", - "x-ms-correlation-request-id": "06f224bb-753d-4bc6-b7ef-5c6113f43d4b", - "x-ms-ratelimit-remaining-subscription-reads": "8992", - "x-ms-request-id": "fc2d90f5-da01-432f-ace5-71e985b34695", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051932Z:06f224bb-753d-4bc6-b7ef-5c6113f43d4b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "1bb240179a60369a59a99a1a8e5ea8fa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:19:32 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f2bd567c-c034-414e-a50c-cb1b256356fb", - "x-ms-client-request-id": "1bb240179a60369a59a99a1a8e5ea8fa", - "x-ms-correlation-request-id": "372b1b4a-3049-4d53-9997-a242cf2ae8d7", - "x-ms-ratelimit-remaining-subscription-reads": "8991", - "x-ms-request-id": "d43ca67f-25fd-42f1-aa80-59f99ca1a378", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051933Z:372b1b4a-3049-4d53-9997-a242cf2ae8d7" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "1527ea9621d662d80d3fa580433524b6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:19:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "140794da-0c1b-48ad-b939-bfcced3d8859", - "x-ms-client-request-id": "1527ea9621d662d80d3fa580433524b6", - "x-ms-correlation-request-id": "278b29a7-dd6b-47e6-902c-cca129eab812", - "x-ms-ratelimit-remaining-subscription-reads": "8990", - "x-ms-request-id": "f8a98e9d-0e28-4c01-80fc-a740992feb01", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051934Z:278b29a7-dd6b-47e6-902c-cca129eab812" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c455dca88d44ccd9b5af6551d3201c7b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:19:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a90536df-2e03-4e9f-ab9e-36b8ac529ad8", - "x-ms-client-request-id": "c455dca88d44ccd9b5af6551d3201c7b", - "x-ms-correlation-request-id": "b4b5b8dd-d1e3-47c5-af0e-9cf443da13b5", - "x-ms-ratelimit-remaining-subscription-reads": "8989", - "x-ms-request-id": "66615e87-84d8-451f-b656-0f5aecd7c786", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051936Z:b4b5b8dd-d1e3-47c5-af0e-9cf443da13b5" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "3323515e57b7f5e9674f0e20f41af323", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:19:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e53b3c74-0487-4084-976e-12f3879d586f", - "x-ms-client-request-id": "3323515e57b7f5e9674f0e20f41af323", - "x-ms-correlation-request-id": "9ccfbcbe-7807-44f9-bc4d-6388b65bb90d", - "x-ms-ratelimit-remaining-subscription-reads": "8988", - "x-ms-request-id": "09a5febe-9e07-4426-b8a4-b26e9431b0bf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051937Z:9ccfbcbe-7807-44f9-bc4d-6388b65bb90d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b171e385e40808b5115b5f26bc878fec", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:19:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "537795eb-4ac5-419d-87a4-751b4a53d402", - "x-ms-client-request-id": "b171e385e40808b5115b5f26bc878fec", - "x-ms-correlation-request-id": "33f9c487-023b-47d4-89c0-435970390dc8", - "x-ms-ratelimit-remaining-subscription-reads": "8987", - "x-ms-request-id": "bdf0a149-ae9d-472b-8cb1-da6f6dfb5800", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051938Z:33f9c487-023b-47d4-89c0-435970390dc8" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f1212a22f01151fef3605cf47fb8d79b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:19:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b5e54c38-e560-437b-8c9f-81ec5f310902", - "x-ms-client-request-id": "f1212a22f01151fef3605cf47fb8d79b", - "x-ms-correlation-request-id": "d4b5dcc1-357a-4e26-90fa-8e84ca8c59a3", - "x-ms-ratelimit-remaining-subscription-reads": "8986", - "x-ms-request-id": "f085107c-5cb5-405d-87df-cacb754dc04c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051939Z:d4b5dcc1-357a-4e26-90fa-8e84ca8c59a3" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "efcb42bc6aaf7a729b1b225cf7c239e0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:19:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a503eaf7-f822-4100-84cf-8bd403ab91e5", - "x-ms-client-request-id": "efcb42bc6aaf7a729b1b225cf7c239e0", - "x-ms-correlation-request-id": "06a7fb8d-62e9-4b9c-aa51-34261d54d7b8", - "x-ms-ratelimit-remaining-subscription-reads": "8985", - "x-ms-request-id": "6eeb95e7-d573-4fbf-8d87-db02a0bdaa89", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051941Z:06a7fb8d-62e9-4b9c-aa51-34261d54d7b8" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "cafe21c001f89411e41fbea887c18958", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:19:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4be04a58-1280-45e6-9a9d-770f913c0a78", - "x-ms-client-request-id": "cafe21c001f89411e41fbea887c18958", - "x-ms-correlation-request-id": "af47702b-f1a1-4657-a36b-e367e858c98b", - "x-ms-ratelimit-remaining-subscription-reads": "8984", - "x-ms-request-id": "2fdc1a2f-96f8-4f14-a3e5-e24e97d1a654", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051942Z:af47702b-f1a1-4657-a36b-e367e858c98b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "796ac4849fbbb73db7a755f6cea25a30", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:19:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a43e403f-1600-4d10-817d-c664c1b093cc", - "x-ms-client-request-id": "796ac4849fbbb73db7a755f6cea25a30", - "x-ms-correlation-request-id": "02ddca19-cdee-4ae2-8496-13c54090fec9", - "x-ms-ratelimit-remaining-subscription-reads": "8983", - "x-ms-request-id": "a7168336-7094-462f-85ee-4adf44353ab5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051943Z:02ddca19-cdee-4ae2-8496-13c54090fec9" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5d347b260cb9baa330370a8faccaf2da", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:19:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ca57bd1c-85f6-48fd-aa4e-cebe8c0aac51", - "x-ms-client-request-id": "5d347b260cb9baa330370a8faccaf2da", - "x-ms-correlation-request-id": "5807e84d-70d2-4cab-b17a-c54e837a7db7", - "x-ms-ratelimit-remaining-subscription-reads": "8982", - "x-ms-request-id": "2a32e898-d05a-4e90-86df-377d6959ebc7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051945Z:5807e84d-70d2-4cab-b17a-c54e837a7db7" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "33d8c991bf582025e3461350ab1bc642", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:19:46 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2cf63b3c-97dc-481e-be71-9f809c6aded6", - "x-ms-client-request-id": "33d8c991bf582025e3461350ab1bc642", - "x-ms-correlation-request-id": "d8cd61ed-2caf-46f0-b2a2-9c047c3413e1", - "x-ms-ratelimit-remaining-subscription-reads": "8981", - "x-ms-request-id": "7826ab6e-7ac3-429c-b2e2-bf590429121d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051946Z:d8cd61ed-2caf-46f0-b2a2-9c047c3413e1" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "0b818dc52b8c779e20af488495ae0bec", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:19:47 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "13d547b4-3945-452a-8d6b-c364fbaaecd6", - "x-ms-client-request-id": "0b818dc52b8c779e20af488495ae0bec", - "x-ms-correlation-request-id": "86cbc8ee-c9f4-40dd-9983-79e661fe5ba7", - "x-ms-ratelimit-remaining-subscription-reads": "8980", - "x-ms-request-id": "dba01a0a-16b8-4e5a-be87-5c8e4ec49eb3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051947Z:86cbc8ee-c9f4-40dd-9983-79e661fe5ba7" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "04647bb526ca66d856147a73f9530e15", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:19:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8e4e04d1-9205-4635-8429-f5666ccb44af", - "x-ms-client-request-id": "04647bb526ca66d856147a73f9530e15", - "x-ms-correlation-request-id": "143c7dc0-5b43-4be9-a0fe-3b267b34236b", - "x-ms-ratelimit-remaining-subscription-reads": "8979", - "x-ms-request-id": "86c25c21-a233-4818-8e59-9cde3b017b89", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051949Z:143c7dc0-5b43-4be9-a0fe-3b267b34236b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "1ec9c870e648664d2a6112a877a18a34", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:19:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "edf4ad93-2935-455b-b24c-d8846592279c", - "x-ms-client-request-id": "1ec9c870e648664d2a6112a877a18a34", - "x-ms-correlation-request-id": "b0fe795b-e94b-4151-ac29-7bf1971b00c0", - "x-ms-ratelimit-remaining-subscription-reads": "8978", - "x-ms-request-id": "554a8490-067a-4c11-a247-efa80effe2c4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051950Z:b0fe795b-e94b-4151-ac29-7bf1971b00c0" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "309b263bc1b69e78b51bb578b12b7dcd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:19:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5774494e-c671-47eb-8a0c-89eff9e81cb3", - "x-ms-client-request-id": "309b263bc1b69e78b51bb578b12b7dcd", - "x-ms-correlation-request-id": "2a3d4947-d8c1-4bfd-a67d-f6e0a398df54", - "x-ms-ratelimit-remaining-subscription-reads": "8977", - "x-ms-request-id": "c8e8512b-ff38-43ef-bdce-6102a6b33346", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051951Z:2a3d4947-d8c1-4bfd-a67d-f6e0a398df54" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "cd1333a1ece5cea32dfeda691430efb4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:19:52 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e89f9df8-aa59-40b9-aa50-5bfd69b15d69", - "x-ms-client-request-id": "cd1333a1ece5cea32dfeda691430efb4", - "x-ms-correlation-request-id": "1da8d8ad-6abd-41f0-a788-e55cc1efca11", - "x-ms-ratelimit-remaining-subscription-reads": "8976", - "x-ms-request-id": "7e0ff6d9-605d-4262-b55d-7d37b6dffd96", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051953Z:1da8d8ad-6abd-41f0-a788-e55cc1efca11" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d3384589ddb8af5f4f2a692d30d4b5ff", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:19:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ee0560d3-5bce-495a-9eae-7695774c9174", - "x-ms-client-request-id": "d3384589ddb8af5f4f2a692d30d4b5ff", - "x-ms-correlation-request-id": "e0f6dfdb-3e88-43d0-a042-4422100c4fda", - "x-ms-ratelimit-remaining-subscription-reads": "8975", - "x-ms-request-id": "c44639a7-d820-4848-bb33-f7dcd960d890", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051954Z:e0f6dfdb-3e88-43d0-a042-4422100c4fda" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "430645e3bd8e4f4f82cc03b8e70f8a85", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:19:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "bf16ba92-0dd1-4280-8823-6eaae07ee55b", - "x-ms-client-request-id": "430645e3bd8e4f4f82cc03b8e70f8a85", - "x-ms-correlation-request-id": "b8a9ddde-9fce-4c14-a9d4-428ec37b860f", - "x-ms-ratelimit-remaining-subscription-reads": "8974", - "x-ms-request-id": "5f08b107-9a99-499f-a854-46c935c16d39", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051955Z:b8a9ddde-9fce-4c14-a9d4-428ec37b860f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "6bef002baaf3c315d4637dba82769d58", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:19:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "323c2f89-6e76-45a3-ac9b-5d1d68880dbf", - "x-ms-client-request-id": "6bef002baaf3c315d4637dba82769d58", - "x-ms-correlation-request-id": "405d138e-0f2e-4690-a691-cd88e6f77874", - "x-ms-ratelimit-remaining-subscription-reads": "8973", - "x-ms-request-id": "a9788241-30fe-4ff8-b339-d696837ff1c7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051956Z:405d138e-0f2e-4690-a691-cd88e6f77874" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ce85db48ab29cb26f6e850ebdaa6c840", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:19:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2a65964f-102f-4cb2-9f3e-dd0b5e464ac9", - "x-ms-client-request-id": "ce85db48ab29cb26f6e850ebdaa6c840", - "x-ms-correlation-request-id": "f473cb24-04a0-4eb6-9538-acb1e8716ead", - "x-ms-ratelimit-remaining-subscription-reads": "8972", - "x-ms-request-id": "a62afdd9-f29e-46f3-a58b-1b25bde2e86a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051958Z:f473cb24-04a0-4eb6-9538-acb1e8716ead" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "3002e49f49e5380b30436f2a4094cc0c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:19:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "19e6abb0-6402-46e7-bd70-ca95aca2583f", - "x-ms-client-request-id": "3002e49f49e5380b30436f2a4094cc0c", - "x-ms-correlation-request-id": "18e7b963-1853-4097-abc8-7a4157cbae8b", - "x-ms-ratelimit-remaining-subscription-reads": "8971", - "x-ms-request-id": "dce1907f-1bb8-4d4d-8be8-8f0a6fbcbf96", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T051959Z:18e7b963-1853-4097-abc8-7a4157cbae8b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "0b6faa2ebc89805cda24740a5929e92d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:20:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "69c9590a-f57b-4e61-abab-f8016087978f", - "x-ms-client-request-id": "0b6faa2ebc89805cda24740a5929e92d", - "x-ms-correlation-request-id": "b49020dc-d381-4489-a510-cdb2a790580d", - "x-ms-ratelimit-remaining-subscription-reads": "9204", - "x-ms-request-id": "f2fdbc2f-1ed7-4436-a11c-6aadc5b8f1fe", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052000Z:b49020dc-d381-4489-a510-cdb2a790580d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "9e1a3c9b6d74fe73cf4c9ee53bfc8a62", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:20:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6fb16ddd-09a1-4721-a2e5-a992141a7b63", - "x-ms-client-request-id": "9e1a3c9b6d74fe73cf4c9ee53bfc8a62", - "x-ms-correlation-request-id": "e3216d0a-37ea-4d11-8648-49b597c9a3fa", - "x-ms-ratelimit-remaining-subscription-reads": "9203", - "x-ms-request-id": "9db82d5c-0e6d-4ab6-869f-ff21efc63dad", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052002Z:e3216d0a-37ea-4d11-8648-49b597c9a3fa" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2fbc441cbc37e3b7888255c1d501de06", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:20:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5f3df20e-7264-4826-8885-4eb5fbd2e572", - "x-ms-client-request-id": "2fbc441cbc37e3b7888255c1d501de06", - "x-ms-correlation-request-id": "cd0026a8-3f95-404c-804c-4c96dbd97f6d", - "x-ms-ratelimit-remaining-subscription-reads": "9202", - "x-ms-request-id": "9e3a08bb-a1c7-4d02-a316-4ec4f12aae0b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052003Z:cd0026a8-3f95-404c-804c-4c96dbd97f6d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "048e42592d79c19837703c3c1e7644dd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:20:03 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d409e346-2ede-45fb-8bde-64eca37e0e50", - "x-ms-client-request-id": "048e42592d79c19837703c3c1e7644dd", - "x-ms-correlation-request-id": "cf67c417-977d-4612-8569-878e4db7f285", - "x-ms-ratelimit-remaining-subscription-reads": "9201", - "x-ms-request-id": "65c5da28-44bc-4d26-b91b-0c6629c23309", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052004Z:cf67c417-977d-4612-8569-878e4db7f285" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "15ed1299b96cdff6853716f217b129ce", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:20:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d676a161-2a07-4579-86fe-4ac4cd79c5ad", - "x-ms-client-request-id": "15ed1299b96cdff6853716f217b129ce", - "x-ms-correlation-request-id": "8d6d4e54-185c-4dd5-bcb2-8ef8f8de4d8f", - "x-ms-ratelimit-remaining-subscription-reads": "9200", - "x-ms-request-id": "ef39deb5-cb29-4d29-882b-ac3c97ffe236", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052005Z:8d6d4e54-185c-4dd5-bcb2-8ef8f8de4d8f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f98c976e856eeee8acfbf7c6807ac512", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:20:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e7fe6c55-ab16-4c4f-8a81-8e1a4f4355e4", - "x-ms-client-request-id": "f98c976e856eeee8acfbf7c6807ac512", - "x-ms-correlation-request-id": "3233c28c-10eb-4479-8c90-4fab64754fff", - "x-ms-ratelimit-remaining-subscription-reads": "9199", - "x-ms-request-id": "ccb6f507-ca53-40ee-a500-06e0e4926e8f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052007Z:3233c28c-10eb-4479-8c90-4fab64754fff" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c227783dc913a09a4caf7f4217a5a985", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:20:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "659a158a-597b-42b0-a88c-337d9b460f38", - "x-ms-client-request-id": "c227783dc913a09a4caf7f4217a5a985", - "x-ms-correlation-request-id": "9579d616-e2eb-4156-9c6a-45a617d6c0c4", - "x-ms-ratelimit-remaining-subscription-reads": "9198", - "x-ms-request-id": "25d1a69c-43cc-4f2a-992f-856a638a72e7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052008Z:9579d616-e2eb-4156-9c6a-45a617d6c0c4" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "86ce6d464be9136f2afe6970c12f5e0a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:20:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "fb9e563d-348a-47a7-a11f-4add0e7f4a3d", - "x-ms-client-request-id": "86ce6d464be9136f2afe6970c12f5e0a", - "x-ms-correlation-request-id": "3e0a9bf6-d50b-408a-b449-20f59c79ef9a", - "x-ms-ratelimit-remaining-subscription-reads": "9197", - "x-ms-request-id": "73a28f84-e7e9-4c33-8210-2c725c5baca8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052009Z:3e0a9bf6-d50b-408a-b449-20f59c79ef9a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "9fb40471678aa4bbfdebacbe06a5d706", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:20:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "39a97cac-0b87-4c07-82d5-6d22dcd38a0b", - "x-ms-client-request-id": "9fb40471678aa4bbfdebacbe06a5d706", - "x-ms-correlation-request-id": "eb5f08af-7b9d-412d-961b-f055cf13f922", - "x-ms-ratelimit-remaining-subscription-reads": "9196", - "x-ms-request-id": "9ca2f0fc-0182-4ab7-a3fd-716cb536dcd6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052011Z:eb5f08af-7b9d-412d-961b-f055cf13f922" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "137f72523eabf228091398146029de1c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:20:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3fe28325-568e-4dfa-8170-1c0cbaa62cda", - "x-ms-client-request-id": "137f72523eabf228091398146029de1c", - "x-ms-correlation-request-id": "43821fbc-2b88-41a9-8e08-4cf844e19432", - "x-ms-ratelimit-remaining-subscription-reads": "9195", - "x-ms-request-id": "550cc17f-293e-4461-b862-86dcc8b76bdd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052012Z:43821fbc-2b88-41a9-8e08-4cf844e19432" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "13d174500af1dffbb12989fe9eb00d84", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:20:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "42e7fe75-9d1f-4aad-bbfb-6aa92c46fcb8", - "x-ms-client-request-id": "13d174500af1dffbb12989fe9eb00d84", - "x-ms-correlation-request-id": "fa7149b9-c15a-4a8a-bd41-18e87b23fe2d", - "x-ms-ratelimit-remaining-subscription-reads": "9194", - "x-ms-request-id": "bbf9b627-9e3f-4184-8657-4a036298c9de", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052013Z:fa7149b9-c15a-4a8a-bd41-18e87b23fe2d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "4f1d62274baf325edbc19676cea744d3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:20:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9896ed5e-1c66-4abb-8baf-83c054cd8950", - "x-ms-client-request-id": "4f1d62274baf325edbc19676cea744d3", - "x-ms-correlation-request-id": "073073c7-631e-498d-90a6-8d3d8be356f1", - "x-ms-ratelimit-remaining-subscription-reads": "9193", - "x-ms-request-id": "d2592c6a-4ed1-46c7-85ee-c071c9d08684", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052014Z:073073c7-631e-498d-90a6-8d3d8be356f1" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "916d900dc4d44815769f6182b52a5458", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:20:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "06206fcc-dff8-4647-bb21-1431c6171cfa", - "x-ms-client-request-id": "916d900dc4d44815769f6182b52a5458", - "x-ms-correlation-request-id": "9c4330f9-2717-43e6-92ff-d01589eba3a7", - "x-ms-ratelimit-remaining-subscription-reads": "9192", - "x-ms-request-id": "04b0a6e1-4f85-4522-8122-c85954d9ed1d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052016Z:9c4330f9-2717-43e6-92ff-d01589eba3a7" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "fded13068e0b056c169e372f7385110a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:20:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "af19d0f6-ee6f-4a2e-b76e-f5624703f302", - "x-ms-client-request-id": "fded13068e0b056c169e372f7385110a", - "x-ms-correlation-request-id": "f698dedc-0b9f-4de1-8013-0a92513fa466", - "x-ms-ratelimit-remaining-subscription-reads": "9191", - "x-ms-request-id": "368ef4c3-7bd8-4286-aabe-013dc7a7db89", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052017Z:f698dedc-0b9f-4de1-8013-0a92513fa466" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "0ef0b5e57b4262af4dd5d910eadc7db1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:20:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e458c3d7-65b1-4564-9094-2ab055a33714", - "x-ms-client-request-id": "0ef0b5e57b4262af4dd5d910eadc7db1", - "x-ms-correlation-request-id": "c2b70812-33ba-4c5b-b954-dcbe7983b01d", - "x-ms-ratelimit-remaining-subscription-reads": "9190", - "x-ms-request-id": "d15f3f55-f5e1-4e65-ab76-695304a14d20", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052018Z:c2b70812-33ba-4c5b-b954-dcbe7983b01d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ba6f3d6d47ba7ec823687b368ce5d4f0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:20:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "55ceccc6-daa6-415e-abb3-0632399257b6", - "x-ms-client-request-id": "ba6f3d6d47ba7ec823687b368ce5d4f0", - "x-ms-correlation-request-id": "542edddc-1d73-4488-a98e-dd925c78fa59", - "x-ms-ratelimit-remaining-subscription-reads": "9189", - "x-ms-request-id": "24751417-6f99-43ee-887e-537406b3c73e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052020Z:542edddc-1d73-4488-a98e-dd925c78fa59" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ff9c568e46398a15648aaf36b55c1a39", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:20:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "12b77e2d-758a-4072-b082-b26efd37c963", - "x-ms-client-request-id": "ff9c568e46398a15648aaf36b55c1a39", - "x-ms-correlation-request-id": "efcfb44c-49bd-4891-8394-a135af812e5a", - "x-ms-ratelimit-remaining-subscription-reads": "9188", - "x-ms-request-id": "3b119a7f-69a4-4d09-86bc-666be6bcdcea", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052021Z:efcfb44c-49bd-4891-8394-a135af812e5a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "36c2852056169d50ed72ead90079d568", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:20:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0cf7344c-4d76-4562-af71-5c07209d252b", - "x-ms-client-request-id": "36c2852056169d50ed72ead90079d568", - "x-ms-correlation-request-id": "52022b39-9e94-4666-ba99-6f3d5dc41cda", - "x-ms-ratelimit-remaining-subscription-reads": "9187", - "x-ms-request-id": "103598f3-5be3-48f5-a7e4-dc28b73072ae", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052022Z:52022b39-9e94-4666-ba99-6f3d5dc41cda" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "9381e8007e3f267828e4562f9791c9c6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:20:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "537cbb89-5272-4e06-936e-12d7924b1736", - "x-ms-client-request-id": "9381e8007e3f267828e4562f9791c9c6", - "x-ms-correlation-request-id": "c411df7a-f9f6-4fb8-8aa2-7687b068bb1f", - "x-ms-ratelimit-remaining-subscription-reads": "9186", - "x-ms-request-id": "a4f975da-87d1-47cf-bcab-890bf9ffa576", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052023Z:c411df7a-f9f6-4fb8-8aa2-7687b068bb1f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "0715414e9e2337da06fe11c65b3b8aeb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:20:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c4d11844-5f65-4a90-9ae1-3b80600d119e", - "x-ms-client-request-id": "0715414e9e2337da06fe11c65b3b8aeb", - "x-ms-correlation-request-id": "b1448c05-6a49-4585-8fcb-17f6ea5c609f", - "x-ms-ratelimit-remaining-subscription-reads": "9185", - "x-ms-request-id": "fbf066e4-c6ae-44ee-92f4-329de9778b90", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052025Z:b1448c05-6a49-4585-8fcb-17f6ea5c609f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "cd3547b487dba2fa0c9b0d310020065b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:20:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a640cc48-462f-4084-ad25-1692074decb0", - "x-ms-client-request-id": "cd3547b487dba2fa0c9b0d310020065b", - "x-ms-correlation-request-id": "2fa45082-4c6c-4c03-b962-3d88c967dcee", - "x-ms-ratelimit-remaining-subscription-reads": "9184", - "x-ms-request-id": "d9ae1894-8a9b-4154-ae23-77fece98eedc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052026Z:2fa45082-4c6c-4c03-b962-3d88c967dcee" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "bf8b24a9ce6362440d498c406cb1cbec", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:20:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f2d95678-c307-4b92-9b71-24d876235a6f", - "x-ms-client-request-id": "bf8b24a9ce6362440d498c406cb1cbec", - "x-ms-correlation-request-id": "bc791905-938b-4dce-8bab-6936387a59da", - "x-ms-ratelimit-remaining-subscription-reads": "9183", - "x-ms-request-id": "dedc8605-5e73-4e81-a32e-8a8344fdb50b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052027Z:bc791905-938b-4dce-8bab-6936387a59da" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "4f7b6b5afb5cc6eb4773fa8790a937e6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:20:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5a5a93a1-b5db-4488-8902-58bf087ad072", - "x-ms-client-request-id": "4f7b6b5afb5cc6eb4773fa8790a937e6", - "x-ms-correlation-request-id": "ce92787d-08b5-4cdd-8273-b611318e5698", - "x-ms-ratelimit-remaining-subscription-reads": "9182", - "x-ms-request-id": "54d04485-6531-40ae-8533-c627d81bf028", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052029Z:ce92787d-08b5-4cdd-8273-b611318e5698" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "371db5f8caafe58702d3c091fbb9365b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:20:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d7610517-a938-4e78-b908-d76bd6ef7654", - "x-ms-client-request-id": "371db5f8caafe58702d3c091fbb9365b", - "x-ms-correlation-request-id": "ae182358-5dec-48fa-9754-0620617f6709", - "x-ms-ratelimit-remaining-subscription-reads": "9181", - "x-ms-request-id": "fcd49a50-8470-4e56-8472-5a7c0e9fc4eb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052030Z:ae182358-5dec-48fa-9754-0620617f6709" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "95d721d0b6a4adff39c578f0d4bcd163", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:20:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "370382b6-fc9b-42c9-8448-3b165b2f245f", - "x-ms-client-request-id": "95d721d0b6a4adff39c578f0d4bcd163", - "x-ms-correlation-request-id": "dd93885a-1fce-48f4-9d26-6cb1426cb2b7", - "x-ms-ratelimit-remaining-subscription-reads": "9180", - "x-ms-request-id": "47b75232-3b7b-4b29-bbdd-e5061a913ebc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052031Z:dd93885a-1fce-48f4-9d26-6cb1426cb2b7" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b648a61293948f3ce3954c883b59cb8e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:20:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ef454d80-5edb-4f24-ad97-2317e482e9ea", - "x-ms-client-request-id": "b648a61293948f3ce3954c883b59cb8e", - "x-ms-correlation-request-id": "f4c7037d-308d-43b9-8224-9c61ca199ea2", - "x-ms-ratelimit-remaining-subscription-reads": "9179", - "x-ms-request-id": "1fd5c5bf-b7c0-43c9-b7e1-a8a9ceb226ff", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052032Z:f4c7037d-308d-43b9-8224-9c61ca199ea2" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "6fb79f3ca2d24141b66ffeea52971146", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:20:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b3cb57ae-307d-47f8-9039-6d6caf8aca44", - "x-ms-client-request-id": "6fb79f3ca2d24141b66ffeea52971146", - "x-ms-correlation-request-id": "0ac73875-e082-4e1e-9384-7783d6ef520f", - "x-ms-ratelimit-remaining-subscription-reads": "9178", - "x-ms-request-id": "4062d549-eb02-4f7a-8464-4fe3ab6f7f80", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052034Z:0ac73875-e082-4e1e-9384-7783d6ef520f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "547e5c027f703cc6e447b10f697672df", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:20:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "669ac0b6-e6ab-4691-9307-928762cae098", - "x-ms-client-request-id": "547e5c027f703cc6e447b10f697672df", - "x-ms-correlation-request-id": "1290cd81-672e-492d-a867-2226874bad23", - "x-ms-ratelimit-remaining-subscription-reads": "9177", - "x-ms-request-id": "df457252-8a9f-4a42-88b2-11e42913d908", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052035Z:1290cd81-672e-492d-a867-2226874bad23" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "34b3eafa610570916406002495523d4c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:20:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ce519b72-55f7-4530-8982-215014670750", - "x-ms-client-request-id": "34b3eafa610570916406002495523d4c", - "x-ms-correlation-request-id": "009210e2-5bf1-4e6a-9182-0e399b20a0cc", - "x-ms-ratelimit-remaining-subscription-reads": "9176", - "x-ms-request-id": "47b545d5-33cc-43c4-aaf1-8038400d37b2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052036Z:009210e2-5bf1-4e6a-9182-0e399b20a0cc" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "df86068476dbbd1dd87b8b8bf032d73f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:20:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "412b0bff-dc05-49e2-96ac-3dd957ad129d", - "x-ms-client-request-id": "df86068476dbbd1dd87b8b8bf032d73f", - "x-ms-correlation-request-id": "d2267dbb-1a72-4b79-8c1a-19c119d6d298", - "x-ms-ratelimit-remaining-subscription-reads": "9175", - "x-ms-request-id": "4d836cb4-7ce2-41c6-aa7b-a60d7a7c9ab8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052038Z:d2267dbb-1a72-4b79-8c1a-19c119d6d298" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "68ef1efddce3a041ca0eef697ea2a691", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:20:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e0ff6887-1f9e-445a-9dcd-6d483c5db91e", - "x-ms-client-request-id": "68ef1efddce3a041ca0eef697ea2a691", - "x-ms-correlation-request-id": "1a18a673-5dc2-41f4-8757-17bcd793e75b", - "x-ms-ratelimit-remaining-subscription-reads": "9174", - "x-ms-request-id": "ff4454e7-006e-40ae-99eb-3f2c91c38b73", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052039Z:1a18a673-5dc2-41f4-8757-17bcd793e75b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "638a650992ef8404ccf65c89d5067f32", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:20:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2ab1f8af-9a52-4647-9989-6aace82b3226", - "x-ms-client-request-id": "638a650992ef8404ccf65c89d5067f32", - "x-ms-correlation-request-id": "215fa0f7-1a68-4044-b051-2b627c698f87", - "x-ms-ratelimit-remaining-subscription-reads": "9173", - "x-ms-request-id": "dca0db12-68c5-4b31-99ac-c936df8ce123", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052040Z:215fa0f7-1a68-4044-b051-2b627c698f87" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7726c02ed562a768c5e514cc86b33e35", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:20:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a2adbef4-1f89-443c-a459-f007819c3104", - "x-ms-client-request-id": "7726c02ed562a768c5e514cc86b33e35", - "x-ms-correlation-request-id": "b88e9e18-b010-4682-affa-0c8e4140b34d", - "x-ms-ratelimit-remaining-subscription-reads": "9172", - "x-ms-request-id": "43a5a5e6-7cea-42ee-b863-6a0aba6eca9e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052042Z:b88e9e18-b010-4682-affa-0c8e4140b34d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8b81f9d574a76b4f1a6b9bed80b7cbc4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:20:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "688cd8c3-ba5f-478f-8bf1-0ceab90ecd00", - "x-ms-client-request-id": "8b81f9d574a76b4f1a6b9bed80b7cbc4", - "x-ms-correlation-request-id": "f8e3681f-bc29-4c50-b679-82b42ad2c622", - "x-ms-ratelimit-remaining-subscription-reads": "9171", - "x-ms-request-id": "a3be268d-7f35-4538-8915-7a610e980a88", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052043Z:f8e3681f-bc29-4c50-b679-82b42ad2c622" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "bd3abd8e2f7c342ffce39d0a7e37fe18", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:20:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "202a1151-65c6-4dac-85b4-f92d0b297737", - "x-ms-client-request-id": "bd3abd8e2f7c342ffce39d0a7e37fe18", - "x-ms-correlation-request-id": "8769749d-5dd9-4f6a-9e7e-9c6a7b3cd52b", - "x-ms-ratelimit-remaining-subscription-reads": "9170", - "x-ms-request-id": "aa504075-cd5f-4ace-9db9-0e21576b9e74", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052044Z:8769749d-5dd9-4f6a-9e7e-9c6a7b3cd52b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "dcb426b7f484ba8b71bb5cf7397a260e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:20:45 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6bbf6031-83c9-4e18-9227-b25ae17e629f", - "x-ms-client-request-id": "dcb426b7f484ba8b71bb5cf7397a260e", - "x-ms-correlation-request-id": "c5a97ee5-0441-4300-8adf-8a062caf80ce", - "x-ms-ratelimit-remaining-subscription-reads": "9169", - "x-ms-request-id": "891437b7-5f8f-4da0-a7d0-e96fc7d8ca41", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052045Z:c5a97ee5-0441-4300-8adf-8a062caf80ce" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c83d4f1a8079a5b9ca4d8fc3d745ece3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:20:47 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "98e3b16c-ee8d-4db4-9fb8-7df5027ddbee", - "x-ms-client-request-id": "c83d4f1a8079a5b9ca4d8fc3d745ece3", - "x-ms-correlation-request-id": "6a5f52bb-a75b-4725-ab44-16bc14fc0bed", - "x-ms-ratelimit-remaining-subscription-reads": "9168", - "x-ms-request-id": "3ce9e1b5-71bc-4e86-9345-a1c0fcffd308", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052047Z:6a5f52bb-a75b-4725-ab44-16bc14fc0bed" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5a36836def039a4031804cc0d238fa81", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:20:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "25e117b9-2f1e-4a8f-9f5a-9669e8d90571", - "x-ms-client-request-id": "5a36836def039a4031804cc0d238fa81", - "x-ms-correlation-request-id": "bec5a3c4-317f-4ed1-9d3b-8ea6d0b2eb55", - "x-ms-ratelimit-remaining-subscription-reads": "9167", - "x-ms-request-id": "2a7bfab5-018b-452e-a04b-cfb5aa99ce87", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052048Z:bec5a3c4-317f-4ed1-9d3b-8ea6d0b2eb55" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2eef8fbd35f9369f6c0e113664c7e22b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:20:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a58759d5-7e15-46ea-b8c9-fc879d78f0cf", - "x-ms-client-request-id": "2eef8fbd35f9369f6c0e113664c7e22b", - "x-ms-correlation-request-id": "a1d2bd87-92fd-40ac-b568-3afde097724d", - "x-ms-ratelimit-remaining-subscription-reads": "9166", - "x-ms-request-id": "802dc0e3-7816-4d55-a5bd-b2881936996a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052049Z:a1d2bd87-92fd-40ac-b568-3afde097724d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b68979cecc442b0b0fa397f834f9d392", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:20:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "99402d69-d9b8-48cd-9a4f-55b845864ee1", - "x-ms-client-request-id": "b68979cecc442b0b0fa397f834f9d392", - "x-ms-correlation-request-id": "5249cdc4-d812-4348-b616-0b06547b2ebf", - "x-ms-ratelimit-remaining-subscription-reads": "9165", - "x-ms-request-id": "511ca2aa-da2b-4335-a9d3-95684c6b88c6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052051Z:5249cdc4-d812-4348-b616-0b06547b2ebf" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "48060d53be5637e9e3ffeef4dd0a3569", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:20:52 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "fc645f60-bc9e-40b5-9725-56e585df7c97", - "x-ms-client-request-id": "48060d53be5637e9e3ffeef4dd0a3569", - "x-ms-correlation-request-id": "7861fd0a-97d1-411d-931e-9719a31ffd6a", - "x-ms-ratelimit-remaining-subscription-reads": "9164", - "x-ms-request-id": "e84f357b-eac9-4727-9b05-bd300d8d00e3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052052Z:7861fd0a-97d1-411d-931e-9719a31ffd6a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "59f2219d44aef13c84c41e569ea60273", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:20:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7a5da56d-9e62-4a0b-92aa-9eec777c09de", - "x-ms-client-request-id": "59f2219d44aef13c84c41e569ea60273", - "x-ms-correlation-request-id": "7ae95b8d-38d3-4aa1-85fe-af13fb1d9d0c", - "x-ms-ratelimit-remaining-subscription-reads": "9163", - "x-ms-request-id": "5912b2e3-e802-41b1-bfb4-4ddcb76302c4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052053Z:7ae95b8d-38d3-4aa1-85fe-af13fb1d9d0c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "56e27f3b9ac10fd59051d245dd164e05", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:20:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "fffc93ed-03e1-4aec-8916-cbaa4d368651", - "x-ms-client-request-id": "56e27f3b9ac10fd59051d245dd164e05", - "x-ms-correlation-request-id": "e65f1e59-7890-46e1-a4b7-c325fd3ac906", - "x-ms-ratelimit-remaining-subscription-reads": "9162", - "x-ms-request-id": "898c03bf-48be-4d86-9604-c58a5118892f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052054Z:e65f1e59-7890-46e1-a4b7-c325fd3ac906" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "125a2d6d79060fe3d115c492a092993d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:20:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d54f6c3e-1c55-495b-bc7d-6dbd5710e32c", - "x-ms-client-request-id": "125a2d6d79060fe3d115c492a092993d", - "x-ms-correlation-request-id": "643450a6-6a59-45d2-97fb-b8f6ea25d8e9", - "x-ms-ratelimit-remaining-subscription-reads": "9161", - "x-ms-request-id": "7bc0d60b-c5f2-4221-a7f0-de7c8a9ac359", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052056Z:643450a6-6a59-45d2-97fb-b8f6ea25d8e9" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5db97afcdf2703a84ce2c95c71f7136e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:20:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "cec5a81a-4aee-44e9-9e88-f2accde0b89d", - "x-ms-client-request-id": "5db97afcdf2703a84ce2c95c71f7136e", - "x-ms-correlation-request-id": "22918e2c-3339-41cf-80b6-2c155dec93f0", - "x-ms-ratelimit-remaining-subscription-reads": "9160", - "x-ms-request-id": "a695c3f7-e922-40c2-99f0-e6703226516c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052057Z:22918e2c-3339-41cf-80b6-2c155dec93f0" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "70e91875ef4cc16c9cd385abd6436ffd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:20:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "03114059-69fb-4820-9afc-d34e0a757722", - "x-ms-client-request-id": "70e91875ef4cc16c9cd385abd6436ffd", - "x-ms-correlation-request-id": "f9dbb932-57f6-4f6b-819a-d9aed7d4115d", - "x-ms-ratelimit-remaining-subscription-reads": "9159", - "x-ms-request-id": "8075caa6-c493-426c-af84-f7d4673c2aa1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052058Z:f9dbb932-57f6-4f6b-819a-d9aed7d4115d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "634895b8f05c8ede8457c624af869dd9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:20:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f2c29c91-d342-426d-a580-ab0b5937f348", - "x-ms-client-request-id": "634895b8f05c8ede8457c624af869dd9", - "x-ms-correlation-request-id": "f5657e9e-0267-4358-8903-a2848b441a9e", - "x-ms-ratelimit-remaining-subscription-reads": "9158", - "x-ms-request-id": "1b731886-c3cb-4cc0-9eea-3931a2ac6599", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052100Z:f5657e9e-0267-4358-8903-a2848b441a9e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "871c550228a90df00ef7c15359fc2c08", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:21:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d9b84a2c-29eb-443f-b5f3-9f03ca161a89", - "x-ms-client-request-id": "871c550228a90df00ef7c15359fc2c08", - "x-ms-correlation-request-id": "88fa2c87-463b-4659-9e29-225e70162ea2", - "x-ms-ratelimit-remaining-subscription-reads": "9157", - "x-ms-request-id": "265b19f5-d111-4c26-9b8e-c2d8f21861f8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052101Z:88fa2c87-463b-4659-9e29-225e70162ea2" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "dca4cc73afaf85113a5becf429481215", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:21:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "fb1119aa-443e-4edd-9943-9804831fb939", - "x-ms-client-request-id": "dca4cc73afaf85113a5becf429481215", - "x-ms-correlation-request-id": "a1a0ea80-b2ea-4575-953a-af0a1e165517", - "x-ms-ratelimit-remaining-subscription-reads": "9156", - "x-ms-request-id": "c2667391-04e5-4f91-88d9-127504dd3ad2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052102Z:a1a0ea80-b2ea-4575-953a-af0a1e165517" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "80a9ab35e8268f54a43b55642f8a3487", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:21:03 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "96159912-0469-433c-b64f-0f39ee8dcf83", - "x-ms-client-request-id": "80a9ab35e8268f54a43b55642f8a3487", - "x-ms-correlation-request-id": "53b50c63-95f0-4328-869c-8718a5a45e8e", - "x-ms-ratelimit-remaining-subscription-reads": "9155", - "x-ms-request-id": "0d699d6c-f18d-400f-97da-c1e358b79684", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052103Z:53b50c63-95f0-4328-869c-8718a5a45e8e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e3b1bd2ac1e2522a44964c4d3cfce4c5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:21:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "14181a4f-c048-4a95-892c-8594108721a9", - "x-ms-client-request-id": "e3b1bd2ac1e2522a44964c4d3cfce4c5", - "x-ms-correlation-request-id": "990a87d7-53e9-4998-a30a-315e4b2cc537", - "x-ms-ratelimit-remaining-subscription-reads": "9154", - "x-ms-request-id": "fb259a4d-ffc6-4a65-a38a-48e4e9a09588", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052105Z:990a87d7-53e9-4998-a30a-315e4b2cc537" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ae1eabe5ac538ae2771537735aad56af", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:21:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "81961796-c83d-4913-81ae-df62bbf8f2fd", - "x-ms-client-request-id": "ae1eabe5ac538ae2771537735aad56af", - "x-ms-correlation-request-id": "e612dec4-49ce-41dd-9abb-92e24033ef5e", - "x-ms-ratelimit-remaining-subscription-reads": "9153", - "x-ms-request-id": "fc91760f-5c7f-4b2b-b060-12b9be5e4f3f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052106Z:e612dec4-49ce-41dd-9abb-92e24033ef5e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "6bca64272e97733380563c909b0652a8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:21:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "65177f02-4cb1-488a-b67b-43425fa08e2a", - "x-ms-client-request-id": "6bca64272e97733380563c909b0652a8", - "x-ms-correlation-request-id": "3044eb63-f116-49e0-b9fb-c7820b2bcaeb", - "x-ms-ratelimit-remaining-subscription-reads": "9152", - "x-ms-request-id": "6c0137f6-ca71-44db-ad66-ada100d8be14", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052107Z:3044eb63-f116-49e0-b9fb-c7820b2bcaeb" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "837e8f57866c7e33db266bcc89b6f797", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:21:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9abeb8f5-b857-4f51-ba8c-7e371618ac45", - "x-ms-client-request-id": "837e8f57866c7e33db266bcc89b6f797", - "x-ms-correlation-request-id": "e94b1bd5-1c43-41b9-abe1-6fd357d01854", - "x-ms-ratelimit-remaining-subscription-reads": "9151", - "x-ms-request-id": "828408b3-4300-46aa-ae05-5b78d7c7ed23", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052109Z:e94b1bd5-1c43-41b9-abe1-6fd357d01854" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d7269d407831b72e78aa2dfd6f51ef70", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:21:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ae5b8430-bd69-4c52-a344-8cf470fb9332", - "x-ms-client-request-id": "d7269d407831b72e78aa2dfd6f51ef70", - "x-ms-correlation-request-id": "3588e6d2-50a6-461b-ac58-61a6594a21bc", - "x-ms-ratelimit-remaining-subscription-reads": "9150", - "x-ms-request-id": "cf8a8130-ebc1-416d-bde3-d6cee468bcc8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052110Z:3588e6d2-50a6-461b-ac58-61a6594a21bc" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "cb1c8fc2d22ea043304b8f70c266e9ca", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:21:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "eb5e3c17-6f14-41f4-bc10-7c9d45e91cbc", - "x-ms-client-request-id": "cb1c8fc2d22ea043304b8f70c266e9ca", - "x-ms-correlation-request-id": "1a87db4b-813e-4ff3-9aaa-9ec0779e7658", - "x-ms-ratelimit-remaining-subscription-reads": "9149", - "x-ms-request-id": "a7736430-f3ad-4efe-b1b7-f47c92e1dc1e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052111Z:1a87db4b-813e-4ff3-9aaa-9ec0779e7658" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "fe4fa55e7be0de7661c70bc259360f8a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:21:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8cc4acfb-7b1d-4cf3-881e-c7d5c5a174f3", - "x-ms-client-request-id": "fe4fa55e7be0de7661c70bc259360f8a", - "x-ms-correlation-request-id": "85447eb2-42a1-4847-a44d-7db3468e124c", - "x-ms-ratelimit-remaining-subscription-reads": "9148", - "x-ms-request-id": "7c7eaada-2f69-4d32-90d3-7fc88eb0ed06", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052112Z:85447eb2-42a1-4847-a44d-7db3468e124c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "fa0afa372c996d685a85a6e6e9bdf411", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:21:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ac451d40-36da-4fd0-9fb3-b80001b71e1d", - "x-ms-client-request-id": "fa0afa372c996d685a85a6e6e9bdf411", - "x-ms-correlation-request-id": "9949af16-f6a0-42cb-bb98-be843744e25a", - "x-ms-ratelimit-remaining-subscription-reads": "9147", - "x-ms-request-id": "d988a98a-a76e-4ec5-a70a-27f46a4ff673", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052114Z:9949af16-f6a0-42cb-bb98-be843744e25a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ca9e62c0f0014790183e6966c78047f9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:21:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6efebe59-63bc-4adc-98c7-bfe1f6f70c97", - "x-ms-client-request-id": "ca9e62c0f0014790183e6966c78047f9", - "x-ms-correlation-request-id": "3ee4fb4b-5ef1-40fd-bbd9-440539d73f49", - "x-ms-ratelimit-remaining-subscription-reads": "9146", - "x-ms-request-id": "6f3b2217-af16-4f62-aaa5-fc600bdc119d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052115Z:3ee4fb4b-5ef1-40fd-bbd9-440539d73f49" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c739053cef5c31303ce1a45bd48ff4a4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:21:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "318aa723-a9ad-423d-a9d8-a50040e8010f", - "x-ms-client-request-id": "c739053cef5c31303ce1a45bd48ff4a4", - "x-ms-correlation-request-id": "692c879f-e79d-4233-8689-f29e1389148f", - "x-ms-ratelimit-remaining-subscription-reads": "9145", - "x-ms-request-id": "020b6a1a-677c-4216-927a-631d583e0395", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052116Z:692c879f-e79d-4233-8689-f29e1389148f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f601f9d3449846886ac2e15bc301a6d9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:21:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0b6bdf1f-9ccd-491f-9f36-6af4f50830e5", - "x-ms-client-request-id": "f601f9d3449846886ac2e15bc301a6d9", - "x-ms-correlation-request-id": "40722369-f40e-4d63-ab31-241b6f438478", - "x-ms-ratelimit-remaining-subscription-reads": "9144", - "x-ms-request-id": "b84c3fda-5c75-4eec-8e3e-367b0ebb3777", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052118Z:40722369-f40e-4d63-ab31-241b6f438478" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e4aaac3d2c83d1b4326c8e204c357288", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:21:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a86795a8-539c-4ad9-8a9a-11211d573aba", - "x-ms-client-request-id": "e4aaac3d2c83d1b4326c8e204c357288", - "x-ms-correlation-request-id": "2a30d8ee-f375-4fcc-9933-e8bb272a8417", - "x-ms-ratelimit-remaining-subscription-reads": "9143", - "x-ms-request-id": "f4abccf5-b594-44de-9381-365aaccf966b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052119Z:2a30d8ee-f375-4fcc-9933-e8bb272a8417" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "cd93c549517ff7617df35d9a0dd56e3a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:21:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "35008a38-a7de-4acb-9ef0-fd005fb43116", - "x-ms-client-request-id": "cd93c549517ff7617df35d9a0dd56e3a", - "x-ms-correlation-request-id": "f1ff3a6e-eabb-4b15-ad2d-6d9265b42e4f", - "x-ms-ratelimit-remaining-subscription-reads": "9142", - "x-ms-request-id": "a10032b6-6717-4a4a-95bd-64b9d8bb76fe", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052120Z:f1ff3a6e-eabb-4b15-ad2d-6d9265b42e4f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "271dca3b10e5a6204530c42cb667f935", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:21:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "791efbbd-431a-4a5c-a5f7-806e22435c8e", - "x-ms-client-request-id": "271dca3b10e5a6204530c42cb667f935", - "x-ms-correlation-request-id": "010b755f-288c-4b2e-b0fb-82b70dbc6393", - "x-ms-ratelimit-remaining-subscription-reads": "9141", - "x-ms-request-id": "ca68da15-c285-4004-946a-db4a662993e5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052121Z:010b755f-288c-4b2e-b0fb-82b70dbc6393" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "fe11584fd86eec5a4bb2668fcf1ac35d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:21:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b529455a-d460-43ce-9784-7820b0c951b1", - "x-ms-client-request-id": "fe11584fd86eec5a4bb2668fcf1ac35d", - "x-ms-correlation-request-id": "f5db50ad-439e-40a0-8af7-d4fb1c1172bb", - "x-ms-ratelimit-remaining-subscription-reads": "9140", - "x-ms-request-id": "9ee57b54-9838-4755-84b9-885111d3f5e9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052123Z:f5db50ad-439e-40a0-8af7-d4fb1c1172bb" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "81e453fe4b1739a3a4ed884e8d354115", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:21:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e8072510-1433-48a0-abcd-d0ad5eb32863", - "x-ms-client-request-id": "81e453fe4b1739a3a4ed884e8d354115", - "x-ms-correlation-request-id": "9544a7a8-521c-4d16-8a05-8b02dfba38e7", - "x-ms-ratelimit-remaining-subscription-reads": "9139", - "x-ms-request-id": "078a027e-4896-4d55-a14d-2f9efb03d953", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052124Z:9544a7a8-521c-4d16-8a05-8b02dfba38e7" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b44a28fa70c362cc7031dc33a991d72a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:21:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5664157f-61e0-41fe-8c98-503f0641888b", - "x-ms-client-request-id": "b44a28fa70c362cc7031dc33a991d72a", - "x-ms-correlation-request-id": "2c68fd24-4738-4279-9d3e-cc3a840ecfdc", - "x-ms-ratelimit-remaining-subscription-reads": "9138", - "x-ms-request-id": "da4b0752-9e07-4e82-9268-d39f5e3e8207", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052125Z:2c68fd24-4738-4279-9d3e-cc3a840ecfdc" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "622e666c7783041db5d85980500b5f16", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:21:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c639bbd0-5690-4050-979c-c22afd6e41d3", - "x-ms-client-request-id": "622e666c7783041db5d85980500b5f16", - "x-ms-correlation-request-id": "7b95d977-58a2-4500-bf80-3c4aab73185f", - "x-ms-ratelimit-remaining-subscription-reads": "9137", - "x-ms-request-id": "a4cd0495-fcf8-491c-9104-6c4643659d99", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052127Z:7b95d977-58a2-4500-bf80-3c4aab73185f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a79551700fd08d99878111e66f6f8f13", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:21:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7915e08b-5553-4645-bbfc-653e95544786", - "x-ms-client-request-id": "a79551700fd08d99878111e66f6f8f13", - "x-ms-correlation-request-id": "c0709cc2-02ba-4cd6-a56c-f75fbb47559e", - "x-ms-ratelimit-remaining-subscription-reads": "9136", - "x-ms-request-id": "9faf6bd9-a8c8-4738-93f7-6a2b1365bd3a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052128Z:c0709cc2-02ba-4cd6-a56c-f75fbb47559e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "26e15d15de0782910a45feea164b1264", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:21:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c0522c9b-7daa-4bc9-a93e-ce9b8c9062f0", - "x-ms-client-request-id": "26e15d15de0782910a45feea164b1264", - "x-ms-correlation-request-id": "ae3ea5e1-5b3c-45bb-93c0-03b007529f19", - "x-ms-ratelimit-remaining-subscription-reads": "9135", - "x-ms-request-id": "f55bdf91-2103-4cd4-9731-d94d3e5dc540", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052129Z:ae3ea5e1-5b3c-45bb-93c0-03b007529f19" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "58c2c5d130fb5d5acda0db0166369546", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:21:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "73094d2c-e057-4530-95fc-8c1bd4f4aaf0", - "x-ms-client-request-id": "58c2c5d130fb5d5acda0db0166369546", - "x-ms-correlation-request-id": "6a967f2e-0bfb-459a-861e-f83058eaf2a6", - "x-ms-ratelimit-remaining-subscription-reads": "9134", - "x-ms-request-id": "f3256c3f-3880-4745-b8c7-9a3b598cf4ed", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052130Z:6a967f2e-0bfb-459a-861e-f83058eaf2a6" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f26b4649382a920fbf129c8a10ae773c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:21:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5b6abb64-c18a-431b-bbf4-3286448231a2", - "x-ms-client-request-id": "f26b4649382a920fbf129c8a10ae773c", - "x-ms-correlation-request-id": "0e8e0949-6924-432e-a60d-28a3c732c25a", - "x-ms-ratelimit-remaining-subscription-reads": "9133", - "x-ms-request-id": "c593f8a1-fb8b-4970-88bd-31650d1b105c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052132Z:0e8e0949-6924-432e-a60d-28a3c732c25a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a914ac6f37ade5170383596603901cd4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:21:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "022b31eb-afe8-4e2b-91d4-685fc2ee24ac", - "x-ms-client-request-id": "a914ac6f37ade5170383596603901cd4", - "x-ms-correlation-request-id": "132bef02-4d9c-4f12-8a2c-e430dcbe7df2", - "x-ms-ratelimit-remaining-subscription-reads": "9132", - "x-ms-request-id": "91732cf5-c8b9-4dfd-b859-104123729769", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052133Z:132bef02-4d9c-4f12-8a2c-e430dcbe7df2" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d0a1b8b01fe0993ab63098e993d04d1e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:21:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e0b78a35-6e45-406a-9aaa-e49d47dace46", - "x-ms-client-request-id": "d0a1b8b01fe0993ab63098e993d04d1e", - "x-ms-correlation-request-id": "54b37f46-a984-4fae-a1ba-b710367391c1", - "x-ms-ratelimit-remaining-subscription-reads": "9131", - "x-ms-request-id": "87a191e2-a9f7-4619-ae77-21dcc826c265", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052134Z:54b37f46-a984-4fae-a1ba-b710367391c1" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ba919e29eb2112992e85efa6dfa88e2f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:21:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c01fa59a-0aeb-4cd9-92cc-74e9cd6440c1", - "x-ms-client-request-id": "ba919e29eb2112992e85efa6dfa88e2f", - "x-ms-correlation-request-id": "4b3366d2-3806-47e3-83d0-46d66b9a02de", - "x-ms-ratelimit-remaining-subscription-reads": "9130", - "x-ms-request-id": "9e824466-6147-40e9-ba94-501f03e2705b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052136Z:4b3366d2-3806-47e3-83d0-46d66b9a02de" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "58d9c8f6a60d505c717bf37c9f2e5133", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:21:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5ecb7598-8485-4607-97cb-0cc2a717b219", - "x-ms-client-request-id": "58d9c8f6a60d505c717bf37c9f2e5133", - "x-ms-correlation-request-id": "1fe85653-5c65-45df-a851-7a6af3a532ba", - "x-ms-ratelimit-remaining-subscription-reads": "9129", - "x-ms-request-id": "c980e92f-6dff-4c9e-8002-fdbf0c2dcd8d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052137Z:1fe85653-5c65-45df-a851-7a6af3a532ba" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "643d3a3662fec5b21f8fa15a2f94ba0e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:21:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b798e777-caee-475d-b911-844b96dc4901", - "x-ms-client-request-id": "643d3a3662fec5b21f8fa15a2f94ba0e", - "x-ms-correlation-request-id": "fbc45e17-5b05-4538-8ebf-7e8b95e92b78", - "x-ms-ratelimit-remaining-subscription-reads": "9128", - "x-ms-request-id": "c94ef405-8fc3-4c1b-ae8b-a529b5d08fda", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052138Z:fbc45e17-5b05-4538-8ebf-7e8b95e92b78" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "cbf268a1f4f68211424148a6f81c7200", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:21:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "67880bb3-8f3d-48cc-8e08-5b6f819a535c", - "x-ms-client-request-id": "cbf268a1f4f68211424148a6f81c7200", - "x-ms-correlation-request-id": "8c52ec46-bcad-47db-8fe4-67d9dbc7e7c4", - "x-ms-ratelimit-remaining-subscription-reads": "9127", - "x-ms-request-id": "86a81a7b-52f8-481d-8505-72785cfac63f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052139Z:8c52ec46-bcad-47db-8fe4-67d9dbc7e7c4" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a46fbc33296a94301614387d050120dd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:21:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3d2af02f-14c7-4e7f-a4a5-16a73e576356", - "x-ms-client-request-id": "a46fbc33296a94301614387d050120dd", - "x-ms-correlation-request-id": "f7c6b670-4b95-4212-a533-e4751193ddd5", - "x-ms-ratelimit-remaining-subscription-reads": "9126", - "x-ms-request-id": "0db1d95f-b937-4f6f-b163-e0ab4ff80e00", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052141Z:f7c6b670-4b95-4212-a533-e4751193ddd5" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "36dbe4c1863b423c29bb22bd190ccc03", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:21:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "13482f2d-2ebf-4f72-ac78-d9208b494766", - "x-ms-client-request-id": "36dbe4c1863b423c29bb22bd190ccc03", - "x-ms-correlation-request-id": "81973f59-60b7-45de-b3b3-989be91f92d1", - "x-ms-ratelimit-remaining-subscription-reads": "9125", - "x-ms-request-id": "354240f9-7c3b-4354-b290-3276e4ecded2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052142Z:81973f59-60b7-45de-b3b3-989be91f92d1" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7327a01c162477a3375eb5e1bc937c41", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:21:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6e090aa9-1988-479d-bdf6-fe6b0370b8f7", - "x-ms-client-request-id": "7327a01c162477a3375eb5e1bc937c41", - "x-ms-correlation-request-id": "c96f3565-7abf-4e68-aa7e-84bbe1a4950b", - "x-ms-ratelimit-remaining-subscription-reads": "9124", - "x-ms-request-id": "54ebf656-1e17-470d-b759-39274d96aa50", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052143Z:c96f3565-7abf-4e68-aa7e-84bbe1a4950b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "13e56a203c40acc57f2d7aaf07737a09", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:21:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ea8f7e62-98e3-4a27-b81f-b0468a1e9fe4", - "x-ms-client-request-id": "13e56a203c40acc57f2d7aaf07737a09", - "x-ms-correlation-request-id": "cba68098-77b7-47e1-8c8a-bbd3fd0bc08d", - "x-ms-ratelimit-remaining-subscription-reads": "9123", - "x-ms-request-id": "c93413db-3eef-4358-9af7-8957fa480eae", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052145Z:cba68098-77b7-47e1-8c8a-bbd3fd0bc08d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "65603547add9aab84163fedcd15b8595", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:21:45 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "05d17254-ac74-423d-9247-3cf068ddf8b0", - "x-ms-client-request-id": "65603547add9aab84163fedcd15b8595", - "x-ms-correlation-request-id": "ffd6babc-ec61-44a9-9a27-6ee3abaaabe8", - "x-ms-ratelimit-remaining-subscription-reads": "9122", - "x-ms-request-id": "b9d06d24-56ae-427c-b4e5-c3d28dc9d586", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052146Z:ffd6babc-ec61-44a9-9a27-6ee3abaaabe8" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "af9ce03eb827e0c2da7af3f79bf36fc4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:21:47 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8339ee51-97a1-48bf-ba5b-908d043fd4ae", - "x-ms-client-request-id": "af9ce03eb827e0c2da7af3f79bf36fc4", - "x-ms-correlation-request-id": "6ab7b5aa-fae7-4084-80f7-6eba7398505e", - "x-ms-ratelimit-remaining-subscription-reads": "9121", - "x-ms-request-id": "b648c66b-e3e4-4005-9121-5e654a072e46", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052147Z:6ab7b5aa-fae7-4084-80f7-6eba7398505e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8699abe417337367b13ad2dc3de9db24", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:21:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "83c9e715-4b34-4f01-a243-497bcf3c0ffc", - "x-ms-client-request-id": "8699abe417337367b13ad2dc3de9db24", - "x-ms-correlation-request-id": "58679178-e42a-416d-9777-63229c71f1f9", - "x-ms-ratelimit-remaining-subscription-reads": "9120", - "x-ms-request-id": "8445004c-401b-4ffa-8109-08d20196102e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052148Z:58679178-e42a-416d-9777-63229c71f1f9" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2771e4a7cbd78fe273808a5eb9c10f4d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:21:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7654581d-1612-4daa-9a6c-4f5505e18602", - "x-ms-client-request-id": "2771e4a7cbd78fe273808a5eb9c10f4d", - "x-ms-correlation-request-id": "d5b97735-7c92-408c-bb95-0ad268326868", - "x-ms-ratelimit-remaining-subscription-reads": "9119", - "x-ms-request-id": "3bada1be-2e4e-482b-8ce3-f9c2e8b843ba", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052150Z:d5b97735-7c92-408c-bb95-0ad268326868" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "26f73af4ffc126627928fdece6e5a2f1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:21:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "327d51d4-7116-414e-a969-f9ec80f846b7", - "x-ms-client-request-id": "26f73af4ffc126627928fdece6e5a2f1", - "x-ms-correlation-request-id": "a73f3533-7492-4e15-aca8-f980a712c54b", - "x-ms-ratelimit-remaining-subscription-reads": "9118", - "x-ms-request-id": "f9c7141d-d0ba-4413-9ef0-d1664419b718", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052151Z:a73f3533-7492-4e15-aca8-f980a712c54b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b64fce9f488219edc80a12b28d08b9f0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:21:52 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "79c4bcc2-da3f-4481-8426-adf34b9b1017", - "x-ms-client-request-id": "b64fce9f488219edc80a12b28d08b9f0", - "x-ms-correlation-request-id": "607ce593-fd50-4baf-93f2-e625db42856b", - "x-ms-ratelimit-remaining-subscription-reads": "9117", - "x-ms-request-id": "e91320db-fef5-4ccf-b2a4-9d393949593c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052152Z:607ce593-fd50-4baf-93f2-e625db42856b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "03e8852bb5f1a763824aadaecdf6a88e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:21:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0e7ec496-64d9-48f8-9058-8eadf6bb52da", - "x-ms-client-request-id": "03e8852bb5f1a763824aadaecdf6a88e", - "x-ms-correlation-request-id": "c72d51fc-1bed-416c-aa81-30eefdb3a657", - "x-ms-ratelimit-remaining-subscription-reads": "9116", - "x-ms-request-id": "430d6b58-b5a5-4b97-825b-191f5e0870f6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052154Z:c72d51fc-1bed-416c-aa81-30eefdb3a657" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "eabe98dd5871abca4dde5db6ecaf9970", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:21:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "732a0ccb-520a-4b4b-9a8e-db309a9dae78", - "x-ms-client-request-id": "eabe98dd5871abca4dde5db6ecaf9970", - "x-ms-correlation-request-id": "4ace0aa0-c237-4099-b40f-d7d23c259194", - "x-ms-ratelimit-remaining-subscription-reads": "9115", - "x-ms-request-id": "7c2c8de7-9411-4acb-975e-10bd0e742a1c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052155Z:4ace0aa0-c237-4099-b40f-d7d23c259194" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "61c10d6f9ffceaff6ba834389a3f4bd2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:21:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6c80cf90-d8e6-400b-ba37-4734a5aaed2d", - "x-ms-client-request-id": "61c10d6f9ffceaff6ba834389a3f4bd2", - "x-ms-correlation-request-id": "1096694a-2d42-4227-bb56-c24c18ec8c96", - "x-ms-ratelimit-remaining-subscription-reads": "9114", - "x-ms-request-id": "ed4c8c59-1bc9-49bb-90a3-0539902011f8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052156Z:1096694a-2d42-4227-bb56-c24c18ec8c96" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f4d48461ce49d37eba3cb61357acbad2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:21:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4de31671-a56f-4f8c-a793-d86f360b5035", - "x-ms-client-request-id": "f4d48461ce49d37eba3cb61357acbad2", - "x-ms-correlation-request-id": "6367427e-4b11-4107-95b0-3d268245f81d", - "x-ms-ratelimit-remaining-subscription-reads": "9113", - "x-ms-request-id": "d699961c-e188-4b13-8017-a0246a2782b4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052157Z:6367427e-4b11-4107-95b0-3d268245f81d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c03f3db147343e9198d47fc92392100d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:21:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6722441c-b395-4f16-966d-e73881370d12", - "x-ms-client-request-id": "c03f3db147343e9198d47fc92392100d", - "x-ms-correlation-request-id": "953705cc-f0f0-4582-8a88-b10206917bd3", - "x-ms-ratelimit-remaining-subscription-reads": "9112", - "x-ms-request-id": "6970d7c8-9515-4aae-a797-aa35561ac974", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052159Z:953705cc-f0f0-4582-8a88-b10206917bd3" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "68548b92a4daa0268feea6bfe8ec93be", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:22:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "cccd1f9d-980a-4f7b-a30d-a291f86e2a1a", - "x-ms-client-request-id": "68548b92a4daa0268feea6bfe8ec93be", - "x-ms-correlation-request-id": "9e6d0404-c906-441f-8da6-5a8297951419", - "x-ms-ratelimit-remaining-subscription-reads": "9111", - "x-ms-request-id": "fcb72b65-0afa-4b53-be25-a98c9ccee0dc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052200Z:9e6d0404-c906-441f-8da6-5a8297951419" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5d8661ed8bff1a9df3965c754fb4af28", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:22:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7e9f268a-9953-43a2-a200-bf44f5c47264", - "x-ms-client-request-id": "5d8661ed8bff1a9df3965c754fb4af28", - "x-ms-correlation-request-id": "120d5ed9-7224-47cd-ba03-e130117f163b", - "x-ms-ratelimit-remaining-subscription-reads": "9110", - "x-ms-request-id": "bd5e8370-4c56-42ea-8843-4a7e1cc285df", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052202Z:120d5ed9-7224-47cd-ba03-e130117f163b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "cc81a82b52570df8179e3146a1d156ac", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:22:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "673a310c-4c08-430f-8c05-e41df188addf", - "x-ms-client-request-id": "cc81a82b52570df8179e3146a1d156ac", - "x-ms-correlation-request-id": "dfcbcd74-3499-4739-88bf-25b07ebe5253", - "x-ms-ratelimit-remaining-subscription-reads": "9109", - "x-ms-request-id": "a0a28da2-3448-416c-b754-3930b1c091c0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052203Z:dfcbcd74-3499-4739-88bf-25b07ebe5253" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c2dcc041b30b060ded3a744448b050da", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:22:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "57625752-9284-459e-acf8-433b6db8c679", - "x-ms-client-request-id": "c2dcc041b30b060ded3a744448b050da", - "x-ms-correlation-request-id": "d497562e-2a85-498f-ba85-d0874a62b94d", - "x-ms-ratelimit-remaining-subscription-reads": "9108", - "x-ms-request-id": "86f93cb5-f005-4c95-be8f-efdb6aa47195", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052204Z:d497562e-2a85-498f-ba85-d0874a62b94d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "40947d3fc76a9a66697946605a577922", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:22:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "99923dd0-8092-4b98-89e6-7c7d95d9bce9", - "x-ms-client-request-id": "40947d3fc76a9a66697946605a577922", - "x-ms-correlation-request-id": "9dfb3f1d-47df-46fc-b50a-7f89ed012e29", - "x-ms-ratelimit-remaining-subscription-reads": "9107", - "x-ms-request-id": "05d1ef1c-b433-42cd-b026-88583f1691d8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052206Z:9dfb3f1d-47df-46fc-b50a-7f89ed012e29" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8e34af3fedd7781d9a7ade1dddb3c566", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:22:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c8222b53-d9a6-4455-b5cf-bb291eb2ca27", - "x-ms-client-request-id": "8e34af3fedd7781d9a7ade1dddb3c566", - "x-ms-correlation-request-id": "f4672162-88f0-4d56-93ab-0861a8cbb837", - "x-ms-ratelimit-remaining-subscription-reads": "9106", - "x-ms-request-id": "1c888551-dad3-4d0e-b360-5801cd848c1c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052207Z:f4672162-88f0-4d56-93ab-0861a8cbb837" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2307564e153d7a42594258916dadac96", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:22:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "eb02babf-b4f2-49ce-9d1e-76a5ee9055e0", - "x-ms-client-request-id": "2307564e153d7a42594258916dadac96", - "x-ms-correlation-request-id": "65a402a6-5fb9-471f-ab5a-738de427e22b", - "x-ms-ratelimit-remaining-subscription-reads": "9105", - "x-ms-request-id": "32f7e49c-f162-4af2-967d-56c1f5641459", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052208Z:65a402a6-5fb9-471f-ab5a-738de427e22b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "980452c0c17c5103601ba5efe849bcb6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:22:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ad34b231-65b7-4017-8d3f-d3840b20a347", - "x-ms-client-request-id": "980452c0c17c5103601ba5efe849bcb6", - "x-ms-correlation-request-id": "1e77d38e-5ac2-4945-9271-28924bd4cecd", - "x-ms-ratelimit-remaining-subscription-reads": "9104", - "x-ms-request-id": "748f7e45-1467-4bf9-9760-bd6ed0e61f2f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052209Z:1e77d38e-5ac2-4945-9271-28924bd4cecd" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "0412dfb4555029e46dba3595948c0aed", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:22:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "cea98e7a-cded-4c54-92d7-fb3bde8b3daa", - "x-ms-client-request-id": "0412dfb4555029e46dba3595948c0aed", - "x-ms-correlation-request-id": "028508b5-84fe-4c70-b324-3efd40057b5a", - "x-ms-ratelimit-remaining-subscription-reads": "9103", - "x-ms-request-id": "409a3d0a-67aa-4be1-8053-fbcec77ad4d3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052211Z:028508b5-84fe-4c70-b324-3efd40057b5a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8a5c47ce2cae8cea52b5c32170529110", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:22:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "745a3e79-b027-4f7d-a570-810cbfa35417", - "x-ms-client-request-id": "8a5c47ce2cae8cea52b5c32170529110", - "x-ms-correlation-request-id": "1b121e14-24fd-431a-b8e5-207dbd9b7988", - "x-ms-ratelimit-remaining-subscription-reads": "9102", - "x-ms-request-id": "dbeac56d-761f-4b2a-9f86-25e8bdeb4504", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052212Z:1b121e14-24fd-431a-b8e5-207dbd9b7988" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8edda285a89a6b466eda2ac28c6dbcd3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:22:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "95d8c23e-f8ec-44e3-acad-f2526ba37d28", - "x-ms-client-request-id": "8edda285a89a6b466eda2ac28c6dbcd3", - "x-ms-correlation-request-id": "1fedce15-d52c-46a6-8c57-6450d9d43053", - "x-ms-ratelimit-remaining-subscription-reads": "9101", - "x-ms-request-id": "6872e10f-7e27-44f5-9dbb-d6af44c8a4ec", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052213Z:1fedce15-d52c-46a6-8c57-6450d9d43053" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a121b81031ec8707f585b19b92c3b91b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:22:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "00d56df0-0c00-4c20-9099-c9d332a2ebdc", - "x-ms-client-request-id": "a121b81031ec8707f585b19b92c3b91b", - "x-ms-correlation-request-id": "82c53384-34cc-4335-a9b4-5f7037d3ca61", - "x-ms-ratelimit-remaining-subscription-reads": "9100", - "x-ms-request-id": "27816f37-de1d-4892-b731-3df8d6771fed", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052215Z:82c53384-34cc-4335-a9b4-5f7037d3ca61" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f21024287cae265201f11cd3012800e4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:22:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "29fdb1c1-6c83-49f7-b21d-eb1d6d5de08d", - "x-ms-client-request-id": "f21024287cae265201f11cd3012800e4", - "x-ms-correlation-request-id": "b913401a-99cc-4311-b826-008c56509730", - "x-ms-ratelimit-remaining-subscription-reads": "9099", - "x-ms-request-id": "066cd36f-3187-4240-81ff-22a619a1e0e6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052216Z:b913401a-99cc-4311-b826-008c56509730" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b710eff8ef3153239a559914f6abd9aa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:22:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d1315665-1d3d-42aa-9b5d-bfa0e364be21", - "x-ms-client-request-id": "b710eff8ef3153239a559914f6abd9aa", - "x-ms-correlation-request-id": "7ec3d8bf-1ea8-4eba-a8d5-1cd6ed5f1572", - "x-ms-ratelimit-remaining-subscription-reads": "9098", - "x-ms-request-id": "7d9ebb66-694e-4ae8-b1f7-cde058df6bc0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052217Z:7ec3d8bf-1ea8-4eba-a8d5-1cd6ed5f1572" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "67990f21ca5d942565faa0fb153485cc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:22:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "00917726-dc29-44bb-b108-978def37f82e", - "x-ms-client-request-id": "67990f21ca5d942565faa0fb153485cc", - "x-ms-correlation-request-id": "3a81a817-2617-4afc-ae81-386845d0c56f", - "x-ms-ratelimit-remaining-subscription-reads": "9097", - "x-ms-request-id": "6e5ee1fd-a6f6-4ffe-995e-abf8c8a009f0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052219Z:3a81a817-2617-4afc-ae81-386845d0c56f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a2a2cc8501b238ea01bd5859e33e2f55", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:22:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "cf4d1165-9f29-4a72-a46b-d6f7c001a5c9", - "x-ms-client-request-id": "a2a2cc8501b238ea01bd5859e33e2f55", - "x-ms-correlation-request-id": "1fab3242-dc4a-4acd-93d7-73c7643c11cc", - "x-ms-ratelimit-remaining-subscription-reads": "9096", - "x-ms-request-id": "be1dbca3-87df-4a1b-b891-b3719eead2b4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052220Z:1fab3242-dc4a-4acd-93d7-73c7643c11cc" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f2b27118998f2d87ca7c52364f283e66", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:22:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ea26b65b-d93d-4a9d-8f94-f935383605f0", - "x-ms-client-request-id": "f2b27118998f2d87ca7c52364f283e66", - "x-ms-correlation-request-id": "6952b336-eab8-4031-a4f5-002fce42db3a", - "x-ms-ratelimit-remaining-subscription-reads": "9095", - "x-ms-request-id": "faafdcae-a011-42dd-8a28-480e694f784f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052221Z:6952b336-eab8-4031-a4f5-002fce42db3a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2a8fcccf36081ff8256066a072cbb026", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:22:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d6426503-a7c2-4aa7-a820-c07d1357f354", - "x-ms-client-request-id": "2a8fcccf36081ff8256066a072cbb026", - "x-ms-correlation-request-id": "405fe522-3405-4a76-b108-fa8b951964d2", - "x-ms-ratelimit-remaining-subscription-reads": "9094", - "x-ms-request-id": "f0c3b9f4-70e5-4621-9c85-10f5e40c1dba", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052222Z:405fe522-3405-4a76-b108-fa8b951964d2" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a3e24acb9381ec3d4574d835afb3e9d8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:22:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "407a34ed-a6ac-4f2e-9531-928995ee58f6", - "x-ms-client-request-id": "a3e24acb9381ec3d4574d835afb3e9d8", - "x-ms-correlation-request-id": "52344b5d-e88a-4db5-bf3e-76b2f19b5699", - "x-ms-ratelimit-remaining-subscription-reads": "9093", - "x-ms-request-id": "4e88ef86-31ed-4874-892d-fd254f235e67", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052224Z:52344b5d-e88a-4db5-bf3e-76b2f19b5699" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "1789f27e05afe24d7992cc2e32e6bbfe", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:22:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "04bcc69c-d823-4c90-9865-76473316ce2a", - "x-ms-client-request-id": "1789f27e05afe24d7992cc2e32e6bbfe", - "x-ms-correlation-request-id": "4ad9ede9-a28b-4e87-82b1-793ca63f3933", - "x-ms-ratelimit-remaining-subscription-reads": "9092", - "x-ms-request-id": "18f9ec61-4ebb-45e2-87c0-0eda6ab4a74c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052226Z:4ad9ede9-a28b-4e87-82b1-793ca63f3933" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "056b2bcc9a463ce48ea2e5935ec27071", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:22:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "58f4563d-259c-489d-84fe-60e710940a12", - "x-ms-client-request-id": "056b2bcc9a463ce48ea2e5935ec27071", - "x-ms-correlation-request-id": "c959016e-bd95-4380-868b-326b0c1c74dc", - "x-ms-ratelimit-remaining-subscription-reads": "9091", - "x-ms-request-id": "838752a8-d4b4-498e-bdfe-83a842586547", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052227Z:c959016e-bd95-4380-868b-326b0c1c74dc" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "80218e779942c677fc0029eec70eb95e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:22:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "04177ebb-e8d1-4168-9e8c-8fb2a0ecf164", - "x-ms-client-request-id": "80218e779942c677fc0029eec70eb95e", - "x-ms-correlation-request-id": "b5c81aa5-5cc2-419e-a7ed-81a32965901b", - "x-ms-ratelimit-remaining-subscription-reads": "9090", - "x-ms-request-id": "1253cfc4-78c2-4f1d-9d5e-aa313d23e035", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052228Z:b5c81aa5-5cc2-419e-a7ed-81a32965901b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8369d9b9e348e3920d4c880c1fb983b6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:22:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "47183160-e13f-4498-b2f2-881024cf961d", - "x-ms-client-request-id": "8369d9b9e348e3920d4c880c1fb983b6", - "x-ms-correlation-request-id": "f6e0103b-8fc0-48f9-a776-db83e362f864", - "x-ms-ratelimit-remaining-subscription-reads": "9089", - "x-ms-request-id": "0b144045-0a2b-43c6-9917-82c34d44a59d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052229Z:f6e0103b-8fc0-48f9-a776-db83e362f864" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a4b75a223bc433bbb4a4084571f57480", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:22:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e490d515-060f-45a1-af98-2036831fd777", - "x-ms-client-request-id": "a4b75a223bc433bbb4a4084571f57480", - "x-ms-correlation-request-id": "3d736c9d-d212-4c3b-a060-9ad9a461539e", - "x-ms-ratelimit-remaining-subscription-reads": "9088", - "x-ms-request-id": "73477124-8269-4a0d-af3e-b7db4169e11d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052231Z:3d736c9d-d212-4c3b-a060-9ad9a461539e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "84da86e8ec599329fb3d72f5106aa643", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:22:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0410b8bc-2c0a-4fd4-98b5-8638d2b7c66e", - "x-ms-client-request-id": "84da86e8ec599329fb3d72f5106aa643", - "x-ms-correlation-request-id": "39abe2c7-ca16-4615-b1ad-0d8c41a8d8c9", - "x-ms-ratelimit-remaining-subscription-reads": "9087", - "x-ms-request-id": "0d1bad34-f0ae-46be-b9da-f1abd158a989", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052232Z:39abe2c7-ca16-4615-b1ad-0d8c41a8d8c9" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "6ccc737c15567d991e36cfa3da4c7218", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:22:32 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e3290473-cec0-49df-a195-d8f63347bbcf", - "x-ms-client-request-id": "6ccc737c15567d991e36cfa3da4c7218", - "x-ms-correlation-request-id": "c3e59c51-218b-47cf-869e-4e22555933cb", - "x-ms-ratelimit-remaining-subscription-reads": "9086", - "x-ms-request-id": "76204375-1f6b-4d95-b1ef-2c13696f0087", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052233Z:c3e59c51-218b-47cf-869e-4e22555933cb" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "992308d7ffde355c3123a887c9c52249", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:22:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3a79ac70-f894-49d4-bf1e-5153fd16ea6b", - "x-ms-client-request-id": "992308d7ffde355c3123a887c9c52249", - "x-ms-correlation-request-id": "c43293f2-8ef0-4a32-8e57-e8085693f438", - "x-ms-ratelimit-remaining-subscription-reads": "9085", - "x-ms-request-id": "e434d27b-cb95-4983-9f4e-a380f9c7b053", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052234Z:c43293f2-8ef0-4a32-8e57-e8085693f438" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "fdc9c5fe0829d329ec5d66231d85b9af", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:22:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0b4eca05-4b0d-4fd2-8948-27bf162e6aa6", - "x-ms-client-request-id": "fdc9c5fe0829d329ec5d66231d85b9af", - "x-ms-correlation-request-id": "f81a9a6d-0d72-4415-8bd3-ff3fa34cfda5", - "x-ms-ratelimit-remaining-subscription-reads": "9084", - "x-ms-request-id": "9cf9fab2-4a75-4aaa-81a0-84fa485743ae", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052236Z:f81a9a6d-0d72-4415-8bd3-ff3fa34cfda5" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "071e5acb0d477c6416963b326c12b458", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:22:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6946dda1-ee04-4919-a779-4d674d39804e", - "x-ms-client-request-id": "071e5acb0d477c6416963b326c12b458", - "x-ms-correlation-request-id": "e7bfb3a5-a22f-4880-a656-1bf1fea0afee", - "x-ms-ratelimit-remaining-subscription-reads": "9083", - "x-ms-request-id": "15ea3cf4-a963-44e2-97c0-53281b6016d9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052237Z:e7bfb3a5-a22f-4880-a656-1bf1fea0afee" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "14a585137483cfefdf4fac81993917ac", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:22:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7ae94cb0-8817-456c-8d03-182ab642376e", - "x-ms-client-request-id": "14a585137483cfefdf4fac81993917ac", - "x-ms-correlation-request-id": "932578ef-e820-4ac3-94dd-4856533305fa", - "x-ms-ratelimit-remaining-subscription-reads": "9082", - "x-ms-request-id": "256490b6-f06a-4575-88de-eedcff258b79", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052238Z:932578ef-e820-4ac3-94dd-4856533305fa" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "6fbbf96a1aa7f102614ce792ccf667d9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:22:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1cf9df41-42bc-45df-8866-40cd904a7818", - "x-ms-client-request-id": "6fbbf96a1aa7f102614ce792ccf667d9", - "x-ms-correlation-request-id": "0c2ac1f6-e171-4042-9ec1-fcdc416094d4", - "x-ms-ratelimit-remaining-subscription-reads": "9081", - "x-ms-request-id": "54be4e39-126f-4bf8-b90e-98e06dfb7647", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052240Z:0c2ac1f6-e171-4042-9ec1-fcdc416094d4" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "970f0da8a4df562c6a4e28f760e2e3dc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:22:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9fb5aa4b-f6eb-4f63-96d4-e47e608b3d58", - "x-ms-client-request-id": "970f0da8a4df562c6a4e28f760e2e3dc", - "x-ms-correlation-request-id": "2ba96496-9dc8-44d2-a170-6cdf9555a2c2", - "x-ms-ratelimit-remaining-subscription-reads": "9080", - "x-ms-request-id": "07756a36-e752-4701-bc31-87b8d9741b75", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052241Z:2ba96496-9dc8-44d2-a170-6cdf9555a2c2" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "73c88e7e4556f8b083b4b3378d5c02e9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:22:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ee7cecae-e955-44ac-a86c-beddbc4932fa", - "x-ms-client-request-id": "73c88e7e4556f8b083b4b3378d5c02e9", - "x-ms-correlation-request-id": "73a33d7e-4d7a-4033-86ed-297e329cbf73", - "x-ms-ratelimit-remaining-subscription-reads": "9079", - "x-ms-request-id": "8c9f9f5e-f53b-4de3-a719-adcdabeff2d7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052242Z:73a33d7e-4d7a-4033-86ed-297e329cbf73" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8bd8d2e87f2ac5cccc650459f20a907e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:22:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "13b7c5ea-0dc1-4e07-853b-d8b096210bd7", - "x-ms-client-request-id": "8bd8d2e87f2ac5cccc650459f20a907e", - "x-ms-correlation-request-id": "e55aff43-d0e9-4a7e-b8aa-cf174dc75be4", - "x-ms-ratelimit-remaining-subscription-reads": "9078", - "x-ms-request-id": "96b93349-7857-4fea-a6f2-f0c81b323665", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052243Z:e55aff43-d0e9-4a7e-b8aa-cf174dc75be4" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "3d130b68f42d63825d16142bf1f5c90e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:22:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a8435519-882c-4bbd-9fa2-6b1d8a098c8f", - "x-ms-client-request-id": "3d130b68f42d63825d16142bf1f5c90e", - "x-ms-correlation-request-id": "743cfe79-6666-4a0e-b05f-aab8018ae509", - "x-ms-ratelimit-remaining-subscription-reads": "9077", - "x-ms-request-id": "c6f44b67-3b83-4db0-ac36-eddf574d82e9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052245Z:743cfe79-6666-4a0e-b05f-aab8018ae509" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8d0e3f4b5809feb1c202a6f140570678", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:22:45 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "da6c3592-3605-449c-91b7-7e400bd05279", - "x-ms-client-request-id": "8d0e3f4b5809feb1c202a6f140570678", - "x-ms-correlation-request-id": "cc4377dd-3bd8-49f2-a80c-c734294f30c1", - "x-ms-ratelimit-remaining-subscription-reads": "9076", - "x-ms-request-id": "5d833820-62b4-4c37-963f-db4ed2edb1a7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052246Z:cc4377dd-3bd8-49f2-a80c-c734294f30c1" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "81ce3423c448f4bb4f752e146ba1d4d7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:22:46 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e6ddf216-5efb-435b-8d50-cf0b0dcaee40", - "x-ms-client-request-id": "81ce3423c448f4bb4f752e146ba1d4d7", - "x-ms-correlation-request-id": "6cf6446b-e4f1-4a2d-840a-ddb491663c72", - "x-ms-ratelimit-remaining-subscription-reads": "9075", - "x-ms-request-id": "8c66da32-3d82-4f75-993a-afd3fe153c8c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052247Z:6cf6446b-e4f1-4a2d-840a-ddb491663c72" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b30df59c03fb107559157b2b4d912205", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:22:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9e570318-b275-4c7c-8c80-4e78e041c28c", - "x-ms-client-request-id": "b30df59c03fb107559157b2b4d912205", - "x-ms-correlation-request-id": "aa88f7c9-841a-4bbf-8a34-81f7458ac065", - "x-ms-ratelimit-remaining-subscription-reads": "9074", - "x-ms-request-id": "c0f2be04-1791-427a-930a-4550e30b5b66", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052248Z:aa88f7c9-841a-4bbf-8a34-81f7458ac065" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "bc079b10472686c5831a3d94299d9320", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:22:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "056572ef-6461-4dc0-94e5-d0bae3f8c341", - "x-ms-client-request-id": "bc079b10472686c5831a3d94299d9320", - "x-ms-correlation-request-id": "4afb1238-0076-4ea5-a1f6-bf8c309c9306", - "x-ms-ratelimit-remaining-subscription-reads": "9073", - "x-ms-request-id": "fee86e36-e38a-401a-b8b9-9455834f4dc4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052250Z:4afb1238-0076-4ea5-a1f6-bf8c309c9306" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "4a54ce2d524a207cbfbe28334990a6be", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:22:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ac16a816-47b0-48e2-bc1d-68b525d83e44", - "x-ms-client-request-id": "4a54ce2d524a207cbfbe28334990a6be", - "x-ms-correlation-request-id": "3f9feb63-bf60-4a4f-8c5a-32050411bf46", - "x-ms-ratelimit-remaining-subscription-reads": "9072", - "x-ms-request-id": "b80a88a9-258c-4f8b-b762-c8782ba403e9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052251Z:3f9feb63-bf60-4a4f-8c5a-32050411bf46" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d0042952189a54b1308630e1c5e0e6bb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:22:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c74acc59-bb91-415a-93b4-dbeebaa750b4", - "x-ms-client-request-id": "d0042952189a54b1308630e1c5e0e6bb", - "x-ms-correlation-request-id": "e9abeea8-af7a-4ac7-b501-f286777e2575", - "x-ms-ratelimit-remaining-subscription-reads": "9071", - "x-ms-request-id": "f78eaec4-30fa-479f-81e7-639c2470b769", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052252Z:e9abeea8-af7a-4ac7-b501-f286777e2575" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7ffd5b82d83cbdba1ee6fd681f923df2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:22:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "00513ea6-fa6a-4277-b235-411ed1a3eed1", - "x-ms-client-request-id": "7ffd5b82d83cbdba1ee6fd681f923df2", - "x-ms-correlation-request-id": "de3c7abc-7624-4f71-8726-26125fadcc55", - "x-ms-ratelimit-remaining-subscription-reads": "9070", - "x-ms-request-id": "9be1e133-48a1-45b1-8cbb-983593fa6f06", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052254Z:de3c7abc-7624-4f71-8726-26125fadcc55" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "00427f74c29915861d001ac4229b5bde", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:22:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ec9fb5d4-95ed-433b-8461-caabc60a8679", - "x-ms-client-request-id": "00427f74c29915861d001ac4229b5bde", - "x-ms-correlation-request-id": "9ae1d356-dd51-41eb-9069-2be457cbaf36", - "x-ms-ratelimit-remaining-subscription-reads": "9069", - "x-ms-request-id": "edd88587-6a61-4d3b-ac87-4e8c6f900063", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052255Z:9ae1d356-dd51-41eb-9069-2be457cbaf36" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "edb16cd7269379816e46b1b31a48359d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:22:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "671e8c25-168d-43ec-aa8b-d739287d3e28", - "x-ms-client-request-id": "edb16cd7269379816e46b1b31a48359d", - "x-ms-correlation-request-id": "d5380fe7-012b-4229-ae51-87e578218e5f", - "x-ms-ratelimit-remaining-subscription-reads": "9068", - "x-ms-request-id": "afec9630-f6e8-468d-b53f-cbb64e3bed90", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052256Z:d5380fe7-012b-4229-ae51-87e578218e5f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "456c3d48e59ebf22d5e7623cbdf69a82", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:22:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "93cfb7a6-e9c4-4794-8365-30bb9b83728d", - "x-ms-client-request-id": "456c3d48e59ebf22d5e7623cbdf69a82", - "x-ms-correlation-request-id": "88e3ebec-cb9e-4665-bfc0-953ee914ad97", - "x-ms-ratelimit-remaining-subscription-reads": "9067", - "x-ms-request-id": "f7b79bbc-378d-4be5-8ee8-72a53509b0b0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052257Z:88e3ebec-cb9e-4665-bfc0-953ee914ad97" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b2901f8b4fe14e5ffec8925210d3fbd4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:22:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "269a721f-f5e1-4fa4-9ab8-4181b2180825", - "x-ms-client-request-id": "b2901f8b4fe14e5ffec8925210d3fbd4", - "x-ms-correlation-request-id": "f834ea59-bcc6-4154-8d4e-c94ed86dcbfb", - "x-ms-ratelimit-remaining-subscription-reads": "9066", - "x-ms-request-id": "975ac126-20d9-44d8-972b-5c33d2daaf5c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052259Z:f834ea59-bcc6-4154-8d4e-c94ed86dcbfb" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e57b7cca152ff23f4af118acc444bc77", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:23:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3d141774-10c1-4b73-8c8f-0887655db91f", - "x-ms-client-request-id": "e57b7cca152ff23f4af118acc444bc77", - "x-ms-correlation-request-id": "c0c63b16-9dd8-4e53-a466-fa091eb549ca", - "x-ms-ratelimit-remaining-subscription-reads": "9065", - "x-ms-request-id": "a53d8768-32cf-458b-b8a3-bed1e0e63949", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052300Z:c0c63b16-9dd8-4e53-a466-fa091eb549ca" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "fb272fac82b8f8bcde1e47d653cfae02", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:23:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8861b34d-769f-4d19-9c2d-627d9766003a", - "x-ms-client-request-id": "fb272fac82b8f8bcde1e47d653cfae02", - "x-ms-correlation-request-id": "c14fd310-d284-4e56-b776-928affa0b746", - "x-ms-ratelimit-remaining-subscription-reads": "9064", - "x-ms-request-id": "9c156ff5-7a02-4f64-b1ff-8bdd050296fc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052301Z:c14fd310-d284-4e56-b776-928affa0b746" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "40718eecb57b7653df9e68f036b289b9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:23:03 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "73040d62-b921-42b8-b5e1-0501b6750a57", - "x-ms-client-request-id": "40718eecb57b7653df9e68f036b289b9", - "x-ms-correlation-request-id": "cbe484d9-c3d4-4ea5-91e9-03dd36d13c19", - "x-ms-ratelimit-remaining-subscription-reads": "9063", - "x-ms-request-id": "8b20bb90-7ee1-4e87-b4d0-cd77c251a562", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052303Z:cbe484d9-c3d4-4ea5-91e9-03dd36d13c19" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e1a61a0cffab481bc0820611cd699e7a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:23:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1098bddc-713e-4c52-a155-fb2d603d0345", - "x-ms-client-request-id": "e1a61a0cffab481bc0820611cd699e7a", - "x-ms-correlation-request-id": "f6dacbb1-a2f2-4003-8cb8-af782ce00953", - "x-ms-ratelimit-remaining-subscription-reads": "9062", - "x-ms-request-id": "ef969118-d3c5-48aa-b9aa-c2b2bc717778", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052304Z:f6dacbb1-a2f2-4003-8cb8-af782ce00953" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "36c016427bd2f6fcdcb01b1a19ccc22b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:23:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "95e6870e-7d27-41e6-8229-10c2307192a5", - "x-ms-client-request-id": "36c016427bd2f6fcdcb01b1a19ccc22b", - "x-ms-correlation-request-id": "ceab5b3f-ce65-4c97-85f2-6dc7778ed750", - "x-ms-ratelimit-remaining-subscription-reads": "9061", - "x-ms-request-id": "375cfa97-56b5-4abe-8718-eb6074c582a4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052305Z:ceab5b3f-ce65-4c97-85f2-6dc7778ed750" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "38ca8d94cd29ec56722980f9ae41a876", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:23:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2ad947e5-0564-4617-b768-703ec23538e2", - "x-ms-client-request-id": "38ca8d94cd29ec56722980f9ae41a876", - "x-ms-correlation-request-id": "770517ff-b35d-424d-899f-f1f7bd8b05e9", - "x-ms-ratelimit-remaining-subscription-reads": "9060", - "x-ms-request-id": "09608437-2c92-4bf5-8615-c162ed27316c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052306Z:770517ff-b35d-424d-899f-f1f7bd8b05e9" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "20adedff53f290e61daf04fae3012ef3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:23:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e8655c09-db06-4597-b1e5-ad52ef6b1a7d", - "x-ms-client-request-id": "20adedff53f290e61daf04fae3012ef3", - "x-ms-correlation-request-id": "62574bdd-9689-4bb2-ac26-5acefe13ec63", - "x-ms-ratelimit-remaining-subscription-reads": "9059", - "x-ms-request-id": "6e310bd2-8d43-46e3-bc04-3898d1b65b93", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052308Z:62574bdd-9689-4bb2-ac26-5acefe13ec63" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "407cdbc0669f7451c0d3c3a9fa03489a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:23:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c9e63b1f-f67d-4a2e-b8d7-8dc5eb2fc6df", - "x-ms-client-request-id": "407cdbc0669f7451c0d3c3a9fa03489a", - "x-ms-correlation-request-id": "9f1feab0-d8ca-4de3-85d2-b9f1b6ec8c9b", - "x-ms-ratelimit-remaining-subscription-reads": "9058", - "x-ms-request-id": "8a0bb1a5-04b0-4323-8a90-7b6eda2054a2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052309Z:9f1feab0-d8ca-4de3-85d2-b9f1b6ec8c9b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2c1ba508a11e4038a7391a79c95b0871", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:23:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b61c9995-a4e8-461b-a2cb-7e6b60dfaf40", - "x-ms-client-request-id": "2c1ba508a11e4038a7391a79c95b0871", - "x-ms-correlation-request-id": "f7f4e3bf-4fea-4b35-90b0-6d8c4ecd6cbe", - "x-ms-ratelimit-remaining-subscription-reads": "9057", - "x-ms-request-id": "e2d440b5-9647-47a4-a300-add6179e8ff0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052310Z:f7f4e3bf-4fea-4b35-90b0-6d8c4ecd6cbe" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d2388cfa68c498d79c395f1f8f3d961a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:23:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9ff1f26e-35a2-4478-9ae2-d76f302cac9d", - "x-ms-client-request-id": "d2388cfa68c498d79c395f1f8f3d961a", - "x-ms-correlation-request-id": "6d12ec20-ed7e-42d4-ad80-2e103a7bfda9", - "x-ms-ratelimit-remaining-subscription-reads": "9056", - "x-ms-request-id": "65c28e22-232a-43cf-9dd7-37d987580800", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052312Z:6d12ec20-ed7e-42d4-ad80-2e103a7bfda9" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "3ef2696702e51ed5a33c98654bd8ab64", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:23:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "98b44c5e-cae2-443c-a7e0-74744125134c", - "x-ms-client-request-id": "3ef2696702e51ed5a33c98654bd8ab64", - "x-ms-correlation-request-id": "f4e418fa-fe01-433d-b0e8-c990da4dadac", - "x-ms-ratelimit-remaining-subscription-reads": "9055", - "x-ms-request-id": "2359ecb4-a9c8-4574-8073-027d1f78ee87", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052313Z:f4e418fa-fe01-433d-b0e8-c990da4dadac" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "6dae52cb75ca9fd6cd828fe54219b169", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:23:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f14d0483-c1f9-4cde-b528-10b7dbbf6d77", - "x-ms-client-request-id": "6dae52cb75ca9fd6cd828fe54219b169", - "x-ms-correlation-request-id": "b8bf0c48-78db-4ec3-b5d9-b7da90bbc607", - "x-ms-ratelimit-remaining-subscription-reads": "9054", - "x-ms-request-id": "6af50869-1dbf-4102-a295-ff1ff1897706", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052314Z:b8bf0c48-78db-4ec3-b5d9-b7da90bbc607" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5f1200a3c969f88bb71a2f88cf714dc4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:23:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2005ebad-bc2e-4758-85c8-da882cbe2456", - "x-ms-client-request-id": "5f1200a3c969f88bb71a2f88cf714dc4", - "x-ms-correlation-request-id": "cc9630e5-8c16-4b7a-8486-6164aa17d96c", - "x-ms-ratelimit-remaining-subscription-reads": "9053", - "x-ms-request-id": "83940939-d968-4ee0-84f7-a871ca801c27", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052315Z:cc9630e5-8c16-4b7a-8486-6164aa17d96c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "3c53fa8d288ef14f9352706372efdc8a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:23:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "fd5557b1-d444-4b65-89a2-7a4755a2c2c4", - "x-ms-client-request-id": "3c53fa8d288ef14f9352706372efdc8a", - "x-ms-correlation-request-id": "a290a210-172a-4e9a-86ec-1453656f4f0a", - "x-ms-ratelimit-remaining-subscription-reads": "9052", - "x-ms-request-id": "1d31e7fc-7640-4788-96e0-a5a24cfc47fb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052317Z:a290a210-172a-4e9a-86ec-1453656f4f0a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "4ac22f8b4cc601fbc7b5b5b0464dcf5c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:23:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "55f3203d-5530-487f-8e58-c183e97d3f78", - "x-ms-client-request-id": "4ac22f8b4cc601fbc7b5b5b0464dcf5c", - "x-ms-correlation-request-id": "15f98cce-7ffb-4b2a-bf25-2509c0b6926d", - "x-ms-ratelimit-remaining-subscription-reads": "9051", - "x-ms-request-id": "f75f2947-66f1-40eb-9b77-917f24d7f789", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052318Z:15f98cce-7ffb-4b2a-bf25-2509c0b6926d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "4758cb3474c57adab020cb16592785c8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:23:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8571668d-9d0d-4d7b-b530-54a551c76d4b", - "x-ms-client-request-id": "4758cb3474c57adab020cb16592785c8", - "x-ms-correlation-request-id": "c38b9b3b-b859-40c0-9951-19246d919a5d", - "x-ms-ratelimit-remaining-subscription-reads": "9050", - "x-ms-request-id": "577a31d8-303e-4364-abac-63354d15e333", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052319Z:c38b9b3b-b859-40c0-9951-19246d919a5d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a0fda53e02af41fdff5275d8729fab46", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:23:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8e1d789e-1762-48fa-b249-02cd0307704c", - "x-ms-client-request-id": "a0fda53e02af41fdff5275d8729fab46", - "x-ms-correlation-request-id": "04e8a98a-c5cd-42a5-a43d-9bb93d4e9ed8", - "x-ms-ratelimit-remaining-subscription-reads": "9049", - "x-ms-request-id": "74ee1bd6-e478-4fb6-b61a-141990e7a6a0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052320Z:04e8a98a-c5cd-42a5-a43d-9bb93d4e9ed8" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a62f1482949716c454479aa581e5a8a0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:23:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "08ccda90-1c00-422b-8759-f0777d921c95", - "x-ms-client-request-id": "a62f1482949716c454479aa581e5a8a0", - "x-ms-correlation-request-id": "f1b8e068-3d7c-46f3-b279-e847c7904138", - "x-ms-ratelimit-remaining-subscription-reads": "9048", - "x-ms-request-id": "7ae3ea4f-ba26-458d-a718-9ac8648b427c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052322Z:f1b8e068-3d7c-46f3-b279-e847c7904138" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a171ed2f2f4f31accd174872ff020810", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:23:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "12e938a0-2824-49dc-988a-922d4ad6fc36", - "x-ms-client-request-id": "a171ed2f2f4f31accd174872ff020810", - "x-ms-correlation-request-id": "348a28cc-190f-411e-9363-d4d74a5cfbe2", - "x-ms-ratelimit-remaining-subscription-reads": "9047", - "x-ms-request-id": "23b5c898-2115-47f4-b73a-42fb606c6cd0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052323Z:348a28cc-190f-411e-9363-d4d74a5cfbe2" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "44938475dff8a931e0e64c686858bf1a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:23:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "60d97aa6-9833-4ab5-a032-68ee908c2cef", - "x-ms-client-request-id": "44938475dff8a931e0e64c686858bf1a", - "x-ms-correlation-request-id": "3a045a46-d8c7-4f66-9844-77d9d8d47fe0", - "x-ms-ratelimit-remaining-subscription-reads": "9046", - "x-ms-request-id": "6db08c1d-223e-400a-afac-e7755786887a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052324Z:3a045a46-d8c7-4f66-9844-77d9d8d47fe0" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "85a8d4aa0a2d53f668fdd97f4c511752", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:23:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b7dfb6bf-b013-4fee-b602-a36c9ec50b46", - "x-ms-client-request-id": "85a8d4aa0a2d53f668fdd97f4c511752", - "x-ms-correlation-request-id": "797723b2-7e6e-4766-9cb5-f6f214b73081", - "x-ms-ratelimit-remaining-subscription-reads": "9045", - "x-ms-request-id": "e60404b6-24c3-47df-b3a3-ad458e41eb3f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052325Z:797723b2-7e6e-4766-9cb5-f6f214b73081" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "fc2f893f635150a7bbc8c068e244c975", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:23:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "24adf9e2-bc12-4243-9a75-766bc2d72acf", - "x-ms-client-request-id": "fc2f893f635150a7bbc8c068e244c975", - "x-ms-correlation-request-id": "064bf0a2-9c5b-4d9d-888c-ce87469db9ff", - "x-ms-ratelimit-remaining-subscription-reads": "9044", - "x-ms-request-id": "a831bdee-7615-44c0-a5ba-33d88d40e641", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052327Z:064bf0a2-9c5b-4d9d-888c-ce87469db9ff" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2ac82d5783596be28d3fdcfb05b15c8e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:23:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b407fc0e-8f89-4e53-a780-f120038137f0", - "x-ms-client-request-id": "2ac82d5783596be28d3fdcfb05b15c8e", - "x-ms-correlation-request-id": "71dbfa07-1510-4f07-87b0-7d44b62d69ee", - "x-ms-ratelimit-remaining-subscription-reads": "9043", - "x-ms-request-id": "70f628f3-d885-4a3b-81cc-190f7f998020", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052328Z:71dbfa07-1510-4f07-87b0-7d44b62d69ee" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "de29facfc32846c82d57c965498d7023", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:23:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "cb99a1a9-a99e-4797-b924-58e5f1028e52", - "x-ms-client-request-id": "de29facfc32846c82d57c965498d7023", - "x-ms-correlation-request-id": "d6bc9ab3-51ee-43e8-8f44-59e4935f713a", - "x-ms-ratelimit-remaining-subscription-reads": "9042", - "x-ms-request-id": "bf176cf1-de3a-4c94-8340-5528e0ab01da", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052329Z:d6bc9ab3-51ee-43e8-8f44-59e4935f713a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "1e286333ed89bbf8a6c46f1187ac4b0a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:23:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c4577d21-99e5-497f-b41b-304d8bf16298", - "x-ms-client-request-id": "1e286333ed89bbf8a6c46f1187ac4b0a", - "x-ms-correlation-request-id": "209a6c3a-f4b0-4771-8165-0bd3fb65d2d2", - "x-ms-ratelimit-remaining-subscription-reads": "9041", - "x-ms-request-id": "df6eaa21-75de-4e20-9d37-1ee6c2135552", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052331Z:209a6c3a-f4b0-4771-8165-0bd3fb65d2d2" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e899316bea1b944c6582fd01b97c21ff", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:23:32 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e7d83cb3-0f83-4e22-816c-c456135bfc7b", - "x-ms-client-request-id": "e899316bea1b944c6582fd01b97c21ff", - "x-ms-correlation-request-id": "6b5ff548-3b59-4404-be9b-b28453d29a5b", - "x-ms-ratelimit-remaining-subscription-reads": "9040", - "x-ms-request-id": "965829ce-973f-4130-b92a-caf9b539b271", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052332Z:6b5ff548-3b59-4404-be9b-b28453d29a5b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a2c7b8cf3e88e105016d386354b6be80", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:23:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "770a9a4b-64f5-40f4-87dd-fae5016b2781", - "x-ms-client-request-id": "a2c7b8cf3e88e105016d386354b6be80", - "x-ms-correlation-request-id": "6c8d43c5-54e2-45b9-864f-1e26b2833263", - "x-ms-ratelimit-remaining-subscription-reads": "9039", - "x-ms-request-id": "aa96eb99-5103-4201-98aa-e4f1ee7ed230", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052333Z:6c8d43c5-54e2-45b9-864f-1e26b2833263" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "18fabe0c88f449081794b906f0f70129", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:23:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "19aac2f7-fdff-40e3-b941-6db0a21e59b4", - "x-ms-client-request-id": "18fabe0c88f449081794b906f0f70129", - "x-ms-correlation-request-id": "7b9c442f-3e5d-4d54-b69a-e95468b785e8", - "x-ms-ratelimit-remaining-subscription-reads": "9038", - "x-ms-request-id": "6fce70f1-5864-4c5d-b02d-e7ac5a798f24", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052335Z:7b9c442f-3e5d-4d54-b69a-e95468b785e8" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ce426fa3a9e52d812bb8e7adb1e840af", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:23:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "61761e5f-1429-48f4-ab75-ef72b78fd2bf", - "x-ms-client-request-id": "ce426fa3a9e52d812bb8e7adb1e840af", - "x-ms-correlation-request-id": "c9d61bdf-a59e-4d88-b8e2-213e9aa74ed9", - "x-ms-ratelimit-remaining-subscription-reads": "9037", - "x-ms-request-id": "5c30e2a4-5221-4006-b0b5-26d754b7cc8b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052336Z:c9d61bdf-a59e-4d88-b8e2-213e9aa74ed9" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "fbf47cc30982470bb07d8af484fff009", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:23:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d15e0f7c-367e-4e98-8cab-112ecdc03a83", - "x-ms-client-request-id": "fbf47cc30982470bb07d8af484fff009", - "x-ms-correlation-request-id": "fb20e201-cd11-48df-887c-063e11a90762", - "x-ms-ratelimit-remaining-subscription-reads": "9036", - "x-ms-request-id": "eb76aaf3-f32e-41c0-8621-032bccfab66c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052337Z:fb20e201-cd11-48df-887c-063e11a90762" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e4c00e6bef73639a3ccdec3ba15a972e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:23:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "00fc352a-f08e-47a4-a4cf-2c127ed4137c", - "x-ms-client-request-id": "e4c00e6bef73639a3ccdec3ba15a972e", - "x-ms-correlation-request-id": "32e863d9-1e35-4847-be25-0d60acc57fcd", - "x-ms-ratelimit-remaining-subscription-reads": "9035", - "x-ms-request-id": "d8a47153-deb7-4c47-b3e9-bb3bf230c8c9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052338Z:32e863d9-1e35-4847-be25-0d60acc57fcd" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "73420a54060399a763fb1e681e8da82c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:23:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4c0b0448-f21c-48b5-8938-d579f3753b5f", - "x-ms-client-request-id": "73420a54060399a763fb1e681e8da82c", - "x-ms-correlation-request-id": "243d2c50-bffb-4255-8a99-bcc533506902", - "x-ms-ratelimit-remaining-subscription-reads": "9034", - "x-ms-request-id": "27126719-7279-43ad-8d73-e6b4ed12bdba", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052340Z:243d2c50-bffb-4255-8a99-bcc533506902" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a342ddc75b28d43be290beb41dd0a655", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:23:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8df15e6b-a7d9-4fab-b63c-f1add024e318", - "x-ms-client-request-id": "a342ddc75b28d43be290beb41dd0a655", - "x-ms-correlation-request-id": "9784f3d6-1a17-4df7-a9a2-699aacd7782e", - "x-ms-ratelimit-remaining-subscription-reads": "9033", - "x-ms-request-id": "788dbc86-bf51-4196-ad91-37b1ef555798", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052341Z:9784f3d6-1a17-4df7-a9a2-699aacd7782e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7aa05ce57dbc640667268178d13145af", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:23:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "fc115251-ecd1-4d98-8a73-b5a04242f565", - "x-ms-client-request-id": "7aa05ce57dbc640667268178d13145af", - "x-ms-correlation-request-id": "1681b326-8321-4c7d-8359-b1c8081c06e2", - "x-ms-ratelimit-remaining-subscription-reads": "9032", - "x-ms-request-id": "63e7ac78-7e5a-4bed-b1ce-ec49da4ca8eb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052342Z:1681b326-8321-4c7d-8359-b1c8081c06e2" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c374bf25f418f805ce6e917348f37c93", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:23:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "65e3cffe-0335-48a5-b2f4-83582a1016db", - "x-ms-client-request-id": "c374bf25f418f805ce6e917348f37c93", - "x-ms-correlation-request-id": "65222c5b-47c1-4faf-b3c1-fdda2ee84812", - "x-ms-ratelimit-remaining-subscription-reads": "9031", - "x-ms-request-id": "dd238d0c-5f0b-422b-a61f-75a3756a0ef8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052344Z:65222c5b-47c1-4faf-b3c1-fdda2ee84812" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c182c9552ded4a6fd7de3c01d9c303b0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:23:45 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "80a2d45a-3598-4624-bc44-7dd725e0a8bc", - "x-ms-client-request-id": "c182c9552ded4a6fd7de3c01d9c303b0", - "x-ms-correlation-request-id": "92b99c0b-7e19-4ba5-aef6-2419e9fd5ff7", - "x-ms-ratelimit-remaining-subscription-reads": "9030", - "x-ms-request-id": "333480d9-28f8-45e3-b256-8669963f1d6a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052345Z:92b99c0b-7e19-4ba5-aef6-2419e9fd5ff7" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5d8e0e4ae25bf13d57a7ab4eec931c74", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:23:46 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "92cc2321-4874-48a9-912d-138267215326", - "x-ms-client-request-id": "5d8e0e4ae25bf13d57a7ab4eec931c74", - "x-ms-correlation-request-id": "55d124db-1221-4e72-9d62-4e43466657f0", - "x-ms-ratelimit-remaining-subscription-reads": "9029", - "x-ms-request-id": "87f5ca75-9e81-4262-afec-37ebeeac473a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052346Z:55d124db-1221-4e72-9d62-4e43466657f0" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "0722eea984aef7c2502aec3ab8031e0b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:23:47 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0ce927ee-c3cf-40ec-86da-6af414630a0e", - "x-ms-client-request-id": "0722eea984aef7c2502aec3ab8031e0b", - "x-ms-correlation-request-id": "c7178008-d0db-4085-8c02-4c22662ddadc", - "x-ms-ratelimit-remaining-subscription-reads": "9028", - "x-ms-request-id": "d11e3484-9f85-4011-8c0a-cdd0ea1ab365", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052347Z:c7178008-d0db-4085-8c02-4c22662ddadc" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "3928e06b1f6473378b91694681205e43", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:23:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "333221eb-5bf5-44f9-b858-16cea6cd6bb6", - "x-ms-client-request-id": "3928e06b1f6473378b91694681205e43", - "x-ms-correlation-request-id": "4241616d-2f18-42c7-ac11-86aae715ba51", - "x-ms-ratelimit-remaining-subscription-reads": "9027", - "x-ms-request-id": "8c4b972f-a780-4a2e-9e3a-3954a54c115b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052349Z:4241616d-2f18-42c7-ac11-86aae715ba51" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "eb58c7c1fba0c6014c970d31f5033853", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:23:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "85f5270e-07b8-4258-b68f-fadb3872a631", - "x-ms-client-request-id": "eb58c7c1fba0c6014c970d31f5033853", - "x-ms-correlation-request-id": "96617e48-93d8-432a-9046-c768545e4856", - "x-ms-ratelimit-remaining-subscription-reads": "9026", - "x-ms-request-id": "ff698a84-14e3-4727-abfb-92b079d987d9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052350Z:96617e48-93d8-432a-9046-c768545e4856" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "0be3a088e26a8910b6af7b1d1a7b762f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:23:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a1718da9-77cf-4e82-a5dc-33fd32a5e1dd", - "x-ms-client-request-id": "0be3a088e26a8910b6af7b1d1a7b762f", - "x-ms-correlation-request-id": "5391faef-f1c0-4763-998f-612e23b25693", - "x-ms-ratelimit-remaining-subscription-reads": "9025", - "x-ms-request-id": "55071a0f-3473-4040-81ac-3f232e27b6fa", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052351Z:5391faef-f1c0-4763-998f-612e23b25693" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f078a8cb32ab6f6ade62eccc12067d88", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:23:52 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d5780d53-9d79-4c57-9d5c-ff81df62c371", - "x-ms-client-request-id": "f078a8cb32ab6f6ade62eccc12067d88", - "x-ms-correlation-request-id": "1e33ae80-cdf1-45ce-b7ea-e2c336dc95ed", - "x-ms-ratelimit-remaining-subscription-reads": "9024", - "x-ms-request-id": "7f88fd71-0bb0-4925-90bc-540a1ef0673f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052352Z:1e33ae80-cdf1-45ce-b7ea-e2c336dc95ed" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e1bd1658523ddfd8b7ce35f17fe4abd0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:23:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3fa09a81-7c1e-43fc-b944-8f52422c9653", - "x-ms-client-request-id": "e1bd1658523ddfd8b7ce35f17fe4abd0", - "x-ms-correlation-request-id": "3ed40bbe-fad9-46e7-addd-8496818782af", - "x-ms-ratelimit-remaining-subscription-reads": "9023", - "x-ms-request-id": "9686df78-d286-426f-9a15-ef45b11e916f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052354Z:3ed40bbe-fad9-46e7-addd-8496818782af" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "4c65dd20488b55a836732d08f54377b0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:23:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1e7a910a-1650-4afe-a8ab-ce083718ebdd", - "x-ms-client-request-id": "4c65dd20488b55a836732d08f54377b0", - "x-ms-correlation-request-id": "2fefc753-d249-44e1-895c-6ae5843826ba", - "x-ms-ratelimit-remaining-subscription-reads": "9022", - "x-ms-request-id": "e1c75250-55e4-404d-8a66-f4c2db9984e1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052355Z:2fefc753-d249-44e1-895c-6ae5843826ba" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "04c4f33195be79f1cf9938ddfd78f0f9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:23:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "150b4129-692e-4752-8c0b-c4af41d44162", - "x-ms-client-request-id": "04c4f33195be79f1cf9938ddfd78f0f9", - "x-ms-correlation-request-id": "ed964c76-e2b6-4366-982c-8bbbf20f268f", - "x-ms-ratelimit-remaining-subscription-reads": "9021", - "x-ms-request-id": "362e409a-1375-451c-ab78-c724c2ad1b1b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052356Z:ed964c76-e2b6-4366-982c-8bbbf20f268f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "34ac1bb630a010fd6e68aaca24d0e974", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:23:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7edb5d21-0627-4940-8768-f7bc60e9c199", - "x-ms-client-request-id": "34ac1bb630a010fd6e68aaca24d0e974", - "x-ms-correlation-request-id": "81e4e731-b596-49d2-add4-34140d451ac9", - "x-ms-ratelimit-remaining-subscription-reads": "9020", - "x-ms-request-id": "2b8c64cd-322d-4fbe-a6bc-96a026b0f255", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052358Z:81e4e731-b596-49d2-add4-34140d451ac9" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8cbf8557a7208b12ebec7df210ca58bd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:23:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "773fd0a7-366e-453f-8a61-d15c12d93cee", - "x-ms-client-request-id": "8cbf8557a7208b12ebec7df210ca58bd", - "x-ms-correlation-request-id": "3af64abb-8656-4360-bc02-038fe66bfe01", - "x-ms-ratelimit-remaining-subscription-reads": "9019", - "x-ms-request-id": "d5c3e0bc-7d7b-458a-82d2-27d6836ef132", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052359Z:3af64abb-8656-4360-bc02-038fe66bfe01" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "da5134824296010ff5b49555ea2754ff", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:24:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4fccfc56-aa01-4104-9741-8fd2ac89575d", - "x-ms-client-request-id": "da5134824296010ff5b49555ea2754ff", - "x-ms-correlation-request-id": "1c029d30-52de-4ed4-883c-ef5ba8487e23", - "x-ms-ratelimit-remaining-subscription-reads": "9018", - "x-ms-request-id": "8e892b18-4a8c-4afa-aaa6-5a8f6ba9d653", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052400Z:1c029d30-52de-4ed4-883c-ef5ba8487e23" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7785c3af64b90fd9082048b4b30bffa3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:24:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "75a90166-c1d4-46b3-a5c1-cc88ea24adb9", - "x-ms-client-request-id": "7785c3af64b90fd9082048b4b30bffa3", - "x-ms-correlation-request-id": "acc2eaaf-20f7-4418-8288-609e8d68efb2", - "x-ms-ratelimit-remaining-subscription-reads": "9017", - "x-ms-request-id": "aacabea3-2c83-41ad-b41a-142b6cfbd046", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052402Z:acc2eaaf-20f7-4418-8288-609e8d68efb2" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f047ed0f0f7e14dd75be966b11bda1c4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:24:03 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a0a675e3-bc1b-4ef9-9534-f3281ec70c1b", - "x-ms-client-request-id": "f047ed0f0f7e14dd75be966b11bda1c4", - "x-ms-correlation-request-id": "a7666a83-1704-4f94-80f9-48c9ddff364f", - "x-ms-ratelimit-remaining-subscription-reads": "9016", - "x-ms-request-id": "7bb80244-5cfd-4289-94f3-58e91f029ff7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052403Z:a7666a83-1704-4f94-80f9-48c9ddff364f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "4c427d97e0451e045a42d176f95b4dea", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:24:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "11b1e0e5-70ba-49fa-af86-4ca18cf125cf", - "x-ms-client-request-id": "4c427d97e0451e045a42d176f95b4dea", - "x-ms-correlation-request-id": "0d5d6952-0df6-4cd1-b012-3ca771d6e863", - "x-ms-ratelimit-remaining-subscription-reads": "9015", - "x-ms-request-id": "cd67ec77-3c04-4404-a2b1-3ab1fd6f7a97", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052404Z:0d5d6952-0df6-4cd1-b012-3ca771d6e863" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "fc45f1b464e0a080e57102facd6dfd4b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:24:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "22544d08-9933-48f9-b9cc-c7e276ee4d05", - "x-ms-client-request-id": "fc45f1b464e0a080e57102facd6dfd4b", - "x-ms-correlation-request-id": "15806d15-b5e0-4344-87f8-f1ec1b26623f", - "x-ms-ratelimit-remaining-subscription-reads": "9014", - "x-ms-request-id": "afac022c-88dd-4e01-a807-5daa6e25b45e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052406Z:15806d15-b5e0-4344-87f8-f1ec1b26623f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "351c847eb3c92f5ee928953c3d671b19", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:24:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b6e59627-786a-49fd-b65a-e88c1628f3dd", - "x-ms-client-request-id": "351c847eb3c92f5ee928953c3d671b19", - "x-ms-correlation-request-id": "c71d7bc0-f874-43b8-a473-2a75fa78f719", - "x-ms-ratelimit-remaining-subscription-reads": "9013", - "x-ms-request-id": "6c5aa74f-50e9-4499-8397-b8175b74ef3a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052407Z:c71d7bc0-f874-43b8-a473-2a75fa78f719" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "1fb7ac70a57732e3fca166d4dd0951ed", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:24:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3d4059b6-7027-48ad-93bf-e400bd0d9020", - "x-ms-client-request-id": "1fb7ac70a57732e3fca166d4dd0951ed", - "x-ms-correlation-request-id": "54c1d0d0-0cc5-43f5-af8a-0b0a4bbaa0ca", - "x-ms-ratelimit-remaining-subscription-reads": "9012", - "x-ms-request-id": "26f35a0f-5fb8-4319-9b3b-c7034979eab2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052408Z:54c1d0d0-0cc5-43f5-af8a-0b0a4bbaa0ca" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "74f78544183e0121931612b8ce44627e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:24:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ab084f20-e542-4d7d-a681-2f300b2a01d6", - "x-ms-client-request-id": "74f78544183e0121931612b8ce44627e", - "x-ms-correlation-request-id": "dfb8794a-336b-4d10-8306-eb70eb8cf4d2", - "x-ms-ratelimit-remaining-subscription-reads": "9011", - "x-ms-request-id": "82ed9de8-10f3-4d33-adc5-0055ca3da9ad", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052409Z:dfb8794a-336b-4d10-8306-eb70eb8cf4d2" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "218ae855ddb6d9d4a1e939274c8a51e0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:24:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f69c75c3-acbf-482a-8441-83165299a246", - "x-ms-client-request-id": "218ae855ddb6d9d4a1e939274c8a51e0", - "x-ms-correlation-request-id": "066b06f6-376b-423e-9b69-d4028ab900a7", - "x-ms-ratelimit-remaining-subscription-reads": "9010", - "x-ms-request-id": "b0c93fb3-1705-4bb6-80e1-a2db78f5df2d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052411Z:066b06f6-376b-423e-9b69-d4028ab900a7" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b8f7a8d7a66f58da8bb58c60922b64b8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:24:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0832c327-f5f2-41ba-bd71-40b46b769a52", - "x-ms-client-request-id": "b8f7a8d7a66f58da8bb58c60922b64b8", - "x-ms-correlation-request-id": "9dd7d0c2-4321-47ea-b5ff-ebbabcbd18a1", - "x-ms-ratelimit-remaining-subscription-reads": "9009", - "x-ms-request-id": "adb3c915-ee02-4cef-802d-44f0b955904b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052412Z:9dd7d0c2-4321-47ea-b5ff-ebbabcbd18a1" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f47ee83e2f7f6636b11dd355dff9b409", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:24:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7de82c55-ae37-4734-b253-398d973de075", - "x-ms-client-request-id": "f47ee83e2f7f6636b11dd355dff9b409", - "x-ms-correlation-request-id": "42e563c4-0e21-40b6-8ba3-d10003e939e1", - "x-ms-ratelimit-remaining-subscription-reads": "9008", - "x-ms-request-id": "824fbf27-c8c7-4a2c-a418-730ebb304082", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052414Z:42e563c4-0e21-40b6-8ba3-d10003e939e1" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "26e032c4aa4cae0e0e31960051734775", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:24:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "83bf112d-28cd-450d-90cd-101c998a667e", - "x-ms-client-request-id": "26e032c4aa4cae0e0e31960051734775", - "x-ms-correlation-request-id": "e73f6dbb-eba6-474d-a23d-576fcd872cbf", - "x-ms-ratelimit-remaining-subscription-reads": "9007", - "x-ms-request-id": "36903b7e-a556-47f5-9f99-c807b950aa51", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052415Z:e73f6dbb-eba6-474d-a23d-576fcd872cbf" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "64e881855c0ba76172910751d3857991", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:24:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5d7eb147-1620-4988-a7b1-7552f67e9ffe", - "x-ms-client-request-id": "64e881855c0ba76172910751d3857991", - "x-ms-correlation-request-id": "935d1627-5479-4c73-a750-6679a6070aab", - "x-ms-ratelimit-remaining-subscription-reads": "9006", - "x-ms-request-id": "cb17a920-f86d-4ccf-a257-541ab47b7fb3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052416Z:935d1627-5479-4c73-a750-6679a6070aab" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "609c83003e4a946bd9cfe64d9935153d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:24:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2742c3ed-ec8c-4a2b-85c8-a4ed5a39f6de", - "x-ms-client-request-id": "609c83003e4a946bd9cfe64d9935153d", - "x-ms-correlation-request-id": "bc598e7e-a139-4ec0-9467-c6869c84427c", - "x-ms-ratelimit-remaining-subscription-reads": "9005", - "x-ms-request-id": "c6bb06c8-7fd6-4c21-8b29-bcf286315eec", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052417Z:bc598e7e-a139-4ec0-9467-c6869c84427c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5dcf5dd6501068fdd039b4bba3bcdb88", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:24:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "dfa0f850-6b09-4278-a377-c6fe8931317f", - "x-ms-client-request-id": "5dcf5dd6501068fdd039b4bba3bcdb88", - "x-ms-correlation-request-id": "43357bf1-2057-4931-8830-f6be37557307", - "x-ms-ratelimit-remaining-subscription-reads": "9004", - "x-ms-request-id": "3b428409-400c-475e-ae95-9e30aef8ceb0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052419Z:43357bf1-2057-4931-8830-f6be37557307" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ce0004b8e6d7472b15548a3c76130e3c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:24:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f697ef8b-29d3-472e-b1cb-1379efc0bc6d", - "x-ms-client-request-id": "ce0004b8e6d7472b15548a3c76130e3c", - "x-ms-correlation-request-id": "d2a30696-71c8-4854-bbc9-070c1e1b8c74", - "x-ms-ratelimit-remaining-subscription-reads": "9003", - "x-ms-request-id": "89595061-ec1c-4d0c-a33f-822b5e4e9f28", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052420Z:d2a30696-71c8-4854-bbc9-070c1e1b8c74" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "757ac97b1bb6af8085348f108aaff01c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:24:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ff50a34f-2402-4e92-b147-b29b0bdc8cb2", - "x-ms-client-request-id": "757ac97b1bb6af8085348f108aaff01c", - "x-ms-correlation-request-id": "40d2d716-c922-42d7-9892-357265012486", - "x-ms-ratelimit-remaining-subscription-reads": "9002", - "x-ms-request-id": "4ae05a36-e235-4cc0-a842-2e08ee894949", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052421Z:40d2d716-c922-42d7-9892-357265012486" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "94955df34635f066318847bcc6c1f2bd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:24:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4a69609b-cb65-4673-93f9-1bbf38b9c7c8", - "x-ms-client-request-id": "94955df34635f066318847bcc6c1f2bd", - "x-ms-correlation-request-id": "c1e31b6d-0613-4d17-920b-bcc57ef6016b", - "x-ms-ratelimit-remaining-subscription-reads": "9001", - "x-ms-request-id": "570b7379-aef6-459c-af16-e644e3590894", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052423Z:c1e31b6d-0613-4d17-920b-bcc57ef6016b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "da3f772b66429cd2835048a3561abd66", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:24:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d2892bf7-d9f0-4fba-9a23-0d7ab2c61cf4", - "x-ms-client-request-id": "da3f772b66429cd2835048a3561abd66", - "x-ms-correlation-request-id": "dc6c7600-f24e-46f9-abeb-e8d640264926", - "x-ms-ratelimit-remaining-subscription-reads": "9000", - "x-ms-request-id": "eba4efc2-e951-4188-b854-baa77896fddb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052424Z:dc6c7600-f24e-46f9-abeb-e8d640264926" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "18486d63797e3507628a432dd3c4e9c4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:24:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e49df521-a20c-44ba-8025-445e3b9c46ae", - "x-ms-client-request-id": "18486d63797e3507628a432dd3c4e9c4", - "x-ms-correlation-request-id": "c1a167d1-1ad4-4eb5-b40f-068238616a18", - "x-ms-ratelimit-remaining-subscription-reads": "8999", - "x-ms-request-id": "298c2582-da4c-425d-998c-8f036eb64f38", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052425Z:c1a167d1-1ad4-4eb5-b40f-068238616a18" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "12e5d242166f8dda8af811e5fdc39a16", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:24:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a6933133-f32a-4c8b-a2b9-a1fd89c012a3", - "x-ms-client-request-id": "12e5d242166f8dda8af811e5fdc39a16", - "x-ms-correlation-request-id": "6f13e205-6a08-42c6-87e4-3b240fa1bfbd", - "x-ms-ratelimit-remaining-subscription-reads": "8998", - "x-ms-request-id": "05e54d82-5c5d-47f1-9edd-aa5f545643bd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052427Z:6f13e205-6a08-42c6-87e4-3b240fa1bfbd" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5858e1cbd978b13e700a77b722a4c9bf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:24:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8dcfcf47-7b73-4d8b-a13c-876afbb65bd0", - "x-ms-client-request-id": "5858e1cbd978b13e700a77b722a4c9bf", - "x-ms-correlation-request-id": "3513ddb0-5ffb-4da6-96f3-a3898df954d5", - "x-ms-ratelimit-remaining-subscription-reads": "8997", - "x-ms-request-id": "c6484b61-64a9-4339-a14e-5cb4f7dd4f00", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052428Z:3513ddb0-5ffb-4da6-96f3-a3898df954d5" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "83608466aa354cf693ba8d856721379f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:24:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "fd2dc3ff-2f48-4f07-a2d6-3e07ddb88fea", - "x-ms-client-request-id": "83608466aa354cf693ba8d856721379f", - "x-ms-correlation-request-id": "b5d54275-fd6f-41c7-b7dd-04bf4c44654a", - "x-ms-ratelimit-remaining-subscription-reads": "8996", - "x-ms-request-id": "f9d42ccc-3d3b-403b-ad58-223071d758eb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052429Z:b5d54275-fd6f-41c7-b7dd-04bf4c44654a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f2622cf0916b684b9333a2649f226be5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:24:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8d636f7a-62f2-42e5-8b5d-de321eb6223b", - "x-ms-client-request-id": "f2622cf0916b684b9333a2649f226be5", - "x-ms-correlation-request-id": "d0a3b074-e467-48dc-b5bb-a50386585517", - "x-ms-ratelimit-remaining-subscription-reads": "8995", - "x-ms-request-id": "63c41e79-6004-4f61-bcfa-0acb81ae20f1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052430Z:d0a3b074-e467-48dc-b5bb-a50386585517" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "797e522f166220e1ea0cc5bd4cb9494e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:24:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "48ce4ae9-6a86-49f8-af09-0717f0ce9ccd", - "x-ms-client-request-id": "797e522f166220e1ea0cc5bd4cb9494e", - "x-ms-correlation-request-id": "38e288ce-b34b-493e-bfe5-434067be1189", - "x-ms-ratelimit-remaining-subscription-reads": "8994", - "x-ms-request-id": "23a0827c-8441-42cd-94fb-cf38a071a21d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052432Z:38e288ce-b34b-493e-bfe5-434067be1189" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f5c7d8d3d642d55338f8f0010891ad70", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:24:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "88eec435-d024-4571-b220-21cf1ef595c0", - "x-ms-client-request-id": "f5c7d8d3d642d55338f8f0010891ad70", - "x-ms-correlation-request-id": "db30454c-f426-4428-892d-97d0f7c04412", - "x-ms-ratelimit-remaining-subscription-reads": "8993", - "x-ms-request-id": "730af690-610d-4f42-8739-c9b3e1774579", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052433Z:db30454c-f426-4428-892d-97d0f7c04412" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "1556a74fbda3da3c4b42075fcb8d1cda", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:24:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c51672b5-6025-43c5-bb4f-ffc7f6232d0e", - "x-ms-client-request-id": "1556a74fbda3da3c4b42075fcb8d1cda", - "x-ms-correlation-request-id": "b98a4ec6-977f-4674-94f4-5a2b991de0fe", - "x-ms-ratelimit-remaining-subscription-reads": "8992", - "x-ms-request-id": "3a510593-bd7d-4293-a84e-545868e2a3f1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052434Z:b98a4ec6-977f-4674-94f4-5a2b991de0fe" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c79153ea755a58a3fea9406a25e01858", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:24:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "45f7927f-a71e-48ca-9f53-0ba90d0bdc65", - "x-ms-client-request-id": "c79153ea755a58a3fea9406a25e01858", - "x-ms-correlation-request-id": "17ef6091-0c17-470f-b28c-1e8285c77dcb", - "x-ms-ratelimit-remaining-subscription-reads": "8991", - "x-ms-request-id": "8a4c1b54-dfc5-4c24-bede-bd0756d39337", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052436Z:17ef6091-0c17-470f-b28c-1e8285c77dcb" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a46e545f346215ab9bedaaffcff409ab", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:24:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "05249a82-2af4-46ab-a181-d99e3893262f", - "x-ms-client-request-id": "a46e545f346215ab9bedaaffcff409ab", - "x-ms-correlation-request-id": "68fd4083-ecd4-4a8e-9681-2b8abed82ebd", - "x-ms-ratelimit-remaining-subscription-reads": "8990", - "x-ms-request-id": "95ae0d98-facf-4773-862d-37d2d5d75c82", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052437Z:68fd4083-ecd4-4a8e-9681-2b8abed82ebd" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b51715dbe500d91503fe16fa7dd1b46a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:24:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "adadf8ad-f75f-4990-bda9-88ae786c52ec", - "x-ms-client-request-id": "b51715dbe500d91503fe16fa7dd1b46a", - "x-ms-correlation-request-id": "7d448866-7284-403a-855a-ee443fcaf72d", - "x-ms-ratelimit-remaining-subscription-reads": "8989", - "x-ms-request-id": "a47758cc-1e64-47f5-ba98-ef7f95d34d75", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052438Z:7d448866-7284-403a-855a-ee443fcaf72d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7700af2a771fb577a77c2b6dcba4880a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:24:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "16ab0a02-c06c-44c0-b106-33fb9bbbd6b4", - "x-ms-client-request-id": "7700af2a771fb577a77c2b6dcba4880a", - "x-ms-correlation-request-id": "d936393f-436d-4977-a67e-5044be931778", - "x-ms-ratelimit-remaining-subscription-reads": "8988", - "x-ms-request-id": "437b8a4b-fc85-4735-ab13-3c9c8bfc906e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052439Z:d936393f-436d-4977-a67e-5044be931778" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "0f8e959f63c979583e94a0641db197ca", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:24:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "28ded461-f7ac-40e2-b7d7-f532d422c74a", - "x-ms-client-request-id": "0f8e959f63c979583e94a0641db197ca", - "x-ms-correlation-request-id": "d745fc9f-cb53-47f4-9e9d-47f169370db0", - "x-ms-ratelimit-remaining-subscription-reads": "8987", - "x-ms-request-id": "643bf11e-d260-49f1-8512-ffc72fed6e51", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052441Z:d745fc9f-cb53-47f4-9e9d-47f169370db0" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "20d53f3992f3648b9e610d83baa80e5f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:24:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7161009d-c14c-4baa-b0b3-1010ec4cd758", - "x-ms-client-request-id": "20d53f3992f3648b9e610d83baa80e5f", - "x-ms-correlation-request-id": "e6721415-c289-4ae0-b95a-35b4cb92fad9", - "x-ms-ratelimit-remaining-subscription-reads": "8986", - "x-ms-request-id": "e0afb9ef-d19b-449c-b343-51a450f1fe22", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052442Z:e6721415-c289-4ae0-b95a-35b4cb92fad9" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e75a0b75a443c6a15686388ad71398f6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:24:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "37b342b2-bf1d-4779-8b18-c772dccdbb3a", - "x-ms-client-request-id": "e75a0b75a443c6a15686388ad71398f6", - "x-ms-correlation-request-id": "35640ec9-2b04-4aba-98de-ac02facdf921", - "x-ms-ratelimit-remaining-subscription-reads": "8985", - "x-ms-request-id": "c113b07e-05d3-4cc2-8629-391218638620", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052443Z:35640ec9-2b04-4aba-98de-ac02facdf921" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8b3461e468ce0d16092a716856d4be96", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:24:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "308b058d-b0ef-40bc-957d-d64ad57dda0c", - "x-ms-client-request-id": "8b3461e468ce0d16092a716856d4be96", - "x-ms-correlation-request-id": "c0e31f4d-094d-4c8a-b628-b8b24d1371f1", - "x-ms-ratelimit-remaining-subscription-reads": "8984", - "x-ms-request-id": "901ef54e-5114-4c4a-83c3-f85a3f0bb16d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052444Z:c0e31f4d-094d-4c8a-b628-b8b24d1371f1" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "11ef4186b05694869e0ec96d59018d8a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:24:45 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "02ba4652-4fb7-4850-8ca4-a1a09da8c4bf", - "x-ms-client-request-id": "11ef4186b05694869e0ec96d59018d8a", - "x-ms-correlation-request-id": "89feb9c1-bfb2-4636-b4b3-575be17e515a", - "x-ms-ratelimit-remaining-subscription-reads": "8983", - "x-ms-request-id": "b138820e-84c7-46e0-aa8a-357e74290563", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052446Z:89feb9c1-bfb2-4636-b4b3-575be17e515a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "599f16c982740c90f44ddd1932387081", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:24:47 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "281b400c-b668-49eb-b0b4-66dab6792462", - "x-ms-client-request-id": "599f16c982740c90f44ddd1932387081", - "x-ms-correlation-request-id": "8aeb3a76-d1c7-443f-9d16-970289d44561", - "x-ms-ratelimit-remaining-subscription-reads": "8982", - "x-ms-request-id": "ea792198-ba61-4aee-895f-3e088a6b76c2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052447Z:8aeb3a76-d1c7-443f-9d16-970289d44561" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "9504a2c7862334a0da9fedbf9ea9b408", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:24:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8bb875ad-476d-433f-9bc3-f227c1bfba9c", - "x-ms-client-request-id": "9504a2c7862334a0da9fedbf9ea9b408", - "x-ms-correlation-request-id": "ef0830a9-87d9-4362-8d1b-a3679173fcce", - "x-ms-ratelimit-remaining-subscription-reads": "8981", - "x-ms-request-id": "4e0a700e-8a76-4103-92b2-57b27dd8c367", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052448Z:ef0830a9-87d9-4362-8d1b-a3679173fcce" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "3f9fe69d65350422b0e21c09d26d6165", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:24:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d30acc64-96f0-4bd1-89b0-b16a83835a5d", - "x-ms-client-request-id": "3f9fe69d65350422b0e21c09d26d6165", - "x-ms-correlation-request-id": "296347ef-5939-4b71-8963-5ec2fb17c34a", - "x-ms-ratelimit-remaining-subscription-reads": "8980", - "x-ms-request-id": "67ea09e1-4312-4a37-9c0e-416b288bf8f4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052450Z:296347ef-5939-4b71-8963-5ec2fb17c34a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b6a5489ef7fc4267756a7ed494d16d4b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:24:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e454fa48-0966-46c2-bd40-a725929f1851", - "x-ms-client-request-id": "b6a5489ef7fc4267756a7ed494d16d4b", - "x-ms-correlation-request-id": "41c1f315-d926-4120-87d0-2108f896ecb5", - "x-ms-ratelimit-remaining-subscription-reads": "8979", - "x-ms-request-id": "d061437c-c077-468c-8b42-92623e4e4177", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052451Z:41c1f315-d926-4120-87d0-2108f896ecb5" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "4c7bd4993099624b8000e5416997616d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:24:52 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "15cc3113-0b28-4af0-8b46-7fa010134cb1", - "x-ms-client-request-id": "4c7bd4993099624b8000e5416997616d", - "x-ms-correlation-request-id": "64b71be4-2b40-4e79-8a4c-58c06f19848b", - "x-ms-ratelimit-remaining-subscription-reads": "8978", - "x-ms-request-id": "905314e2-f604-41c1-af8f-31e4a9c5c210", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052452Z:64b71be4-2b40-4e79-8a4c-58c06f19848b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5621873dfd04a50c7f5ccacae64d6fdf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:24:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0f3d7ec8-be34-493e-81fe-11e6c078ca50", - "x-ms-client-request-id": "5621873dfd04a50c7f5ccacae64d6fdf", - "x-ms-correlation-request-id": "fc95c463-fdb2-4855-b85e-834b3b11c80b", - "x-ms-ratelimit-remaining-subscription-reads": "8977", - "x-ms-request-id": "a729ba92-3f31-4d33-bac9-384143875a16", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052454Z:fc95c463-fdb2-4855-b85e-834b3b11c80b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "fd6fd17515f16dcbfc4236fc1226d9de", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:24:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "15b19de2-c1ff-4f27-a816-429c099a6d42", - "x-ms-client-request-id": "fd6fd17515f16dcbfc4236fc1226d9de", - "x-ms-correlation-request-id": "1f6bc010-93cc-4b82-bf6f-a2867c6413eb", - "x-ms-ratelimit-remaining-subscription-reads": "8976", - "x-ms-request-id": "03768447-8402-4bc0-81a9-5337f50cd1b2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052455Z:1f6bc010-93cc-4b82-bf6f-a2867c6413eb" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "0c96110917b09c46c8d5cc3d66807c32", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:24:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "577d5c5e-52ab-4310-adf0-15fcd50607af", - "x-ms-client-request-id": "0c96110917b09c46c8d5cc3d66807c32", - "x-ms-correlation-request-id": "59e8fb9c-fed6-41c8-85a9-116d115abce5", - "x-ms-ratelimit-remaining-subscription-reads": "8975", - "x-ms-request-id": "4499ff63-22eb-4cbd-aad7-634e482885fa", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052456Z:59e8fb9c-fed6-41c8-85a9-116d115abce5" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "97cb06906327287bbcb35ac1c60f9359", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:24:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "590e913f-310b-4e84-bd31-62760188d9fc", - "x-ms-client-request-id": "97cb06906327287bbcb35ac1c60f9359", - "x-ms-correlation-request-id": "0198260c-c2c8-49ba-9964-88913b47d99a", - "x-ms-ratelimit-remaining-subscription-reads": "8974", - "x-ms-request-id": "3cc1044d-fc79-4422-8b2d-5f2ff5dd66a2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052458Z:0198260c-c2c8-49ba-9964-88913b47d99a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d4c1eb8362b65d2e8bd3351b488e067b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:24:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "cdd93d44-93e5-46c1-bc74-275b384a0ba8", - "x-ms-client-request-id": "d4c1eb8362b65d2e8bd3351b488e067b", - "x-ms-correlation-request-id": "a090bef5-2fb2-43fc-8cfc-91cad7550c07", - "x-ms-ratelimit-remaining-subscription-reads": "8973", - "x-ms-request-id": "e7c1fca2-aac2-478d-b418-436f49bcda21", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052459Z:a090bef5-2fb2-43fc-8cfc-91cad7550c07" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "0c6b04c6415aa5b6966e50fcbd84d5b8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:25:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ce01a53a-deae-412b-ac90-d0b54d4a0923", - "x-ms-client-request-id": "0c6b04c6415aa5b6966e50fcbd84d5b8", - "x-ms-correlation-request-id": "f981452b-6e2b-41c0-82bd-1a6d928a0a44", - "x-ms-ratelimit-remaining-subscription-reads": "9205", - "x-ms-request-id": "2596a8c9-9dba-41be-9b0a-d321dff41290", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052500Z:f981452b-6e2b-41c0-82bd-1a6d928a0a44" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7aba7342a7bf2e7bd76e0c532e5fdf2d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:25:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e9951488-c5a3-43c0-93e0-e8ef1f0bc3bf", - "x-ms-client-request-id": "7aba7342a7bf2e7bd76e0c532e5fdf2d", - "x-ms-correlation-request-id": "d3a520e4-1ce3-42b6-842f-914b8e76f586", - "x-ms-ratelimit-remaining-subscription-reads": "9204", - "x-ms-request-id": "2877d529-9258-41de-8702-5b0e05faf0ca", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052501Z:d3a520e4-1ce3-42b6-842f-914b8e76f586" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c2fbdeac87a441ff341c3e481132a006", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:25:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f191047e-55dc-4593-a575-9b0295b72444", - "x-ms-client-request-id": "c2fbdeac87a441ff341c3e481132a006", - "x-ms-correlation-request-id": "57cea63e-0ae3-4078-a0c9-b37022dcaabe", - "x-ms-ratelimit-remaining-subscription-reads": "9203", - "x-ms-request-id": "eb3a0599-8629-47dc-86b6-f95754f9d981", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052503Z:57cea63e-0ae3-4078-a0c9-b37022dcaabe" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d5d97cfe8bd41ebc883d35eb35637636", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:25:03 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "677969b2-398c-41fb-ac16-13b2a0a2b1e9", - "x-ms-client-request-id": "d5d97cfe8bd41ebc883d35eb35637636", - "x-ms-correlation-request-id": "99bcfdd9-976f-45f3-8adf-7acc8e686857", - "x-ms-ratelimit-remaining-subscription-reads": "9202", - "x-ms-request-id": "5a4aefa6-ba17-47f6-b04d-ae6ea125f6f5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052504Z:99bcfdd9-976f-45f3-8adf-7acc8e686857" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "de4f238f1389ba14747846a368331da4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:25:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "07a2f88a-2a52-478f-8716-b09259042184", - "x-ms-client-request-id": "de4f238f1389ba14747846a368331da4", - "x-ms-correlation-request-id": "61a61deb-64fc-40ca-8781-2328a6fde580", - "x-ms-ratelimit-remaining-subscription-reads": "9201", - "x-ms-request-id": "b1ca8c31-b25e-4e8e-a046-4b23a719ae66", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052505Z:61a61deb-64fc-40ca-8781-2328a6fde580" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b25505cd0a86205922dc396652130cd1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:25:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "353fc040-0ee7-4d60-97af-0b53ef371aa4", - "x-ms-client-request-id": "b25505cd0a86205922dc396652130cd1", - "x-ms-correlation-request-id": "9332590d-8b1f-4dbb-baea-672afd2cf2d7", - "x-ms-ratelimit-remaining-subscription-reads": "9200", - "x-ms-request-id": "5f3b0e2e-d712-4c4c-8ef9-df53c50a41e9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052507Z:9332590d-8b1f-4dbb-baea-672afd2cf2d7" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "eeb908a5c1e2eb7c671e615c4518b554", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:25:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "434e2ef8-4c1f-4c19-998f-a8e9f9e518d7", - "x-ms-client-request-id": "eeb908a5c1e2eb7c671e615c4518b554", - "x-ms-correlation-request-id": "16111494-0449-4df8-a30d-9580be762f69", - "x-ms-ratelimit-remaining-subscription-reads": "9199", - "x-ms-request-id": "beb5a931-4a1c-4cae-857c-4c6545d5499c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052508Z:16111494-0449-4df8-a30d-9580be762f69" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2f1e9020c30d84afca2ebcadd9ad6860", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:25:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e449cc3e-6532-442f-80f8-b9b60493abcf", - "x-ms-client-request-id": "2f1e9020c30d84afca2ebcadd9ad6860", - "x-ms-correlation-request-id": "103e22ed-c9c4-4e3b-abf5-2a5b61a7dbd9", - "x-ms-ratelimit-remaining-subscription-reads": "9198", - "x-ms-request-id": "8ccff507-381f-49a3-b153-97babafca1b2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052509Z:103e22ed-c9c4-4e3b-abf5-2a5b61a7dbd9" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "60fd746c2e7a0bc1886a4b67a8fcdb09", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:25:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5f1c5c6d-afda-48fb-b8e8-305eab28876e", - "x-ms-client-request-id": "60fd746c2e7a0bc1886a4b67a8fcdb09", - "x-ms-correlation-request-id": "55796355-a166-440f-bcfa-3e6097bcc352", - "x-ms-ratelimit-remaining-subscription-reads": "9197", - "x-ms-request-id": "27fb5962-7d0e-4e6e-9aa8-7afa0250cfbc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052510Z:55796355-a166-440f-bcfa-3e6097bcc352" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c146e426dcf4e1c3583423b405cf11b9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:25:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "557e94ff-34ed-41bf-ac9f-e2ece35d0c93", - "x-ms-client-request-id": "c146e426dcf4e1c3583423b405cf11b9", - "x-ms-correlation-request-id": "ffbc7e7f-82b9-422f-86d0-063145ac9491", - "x-ms-ratelimit-remaining-subscription-reads": "9196", - "x-ms-request-id": "fadb9e54-2996-4693-9e2a-5dcab068435d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052512Z:ffbc7e7f-82b9-422f-86d0-063145ac9491" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d0ef00b5551bf1dace12a7a37848dccd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:25:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b0d11b37-9de3-4640-ba6a-8ae3054f035d", - "x-ms-client-request-id": "d0ef00b5551bf1dace12a7a37848dccd", - "x-ms-correlation-request-id": "071c6018-a64b-45f4-892e-3ed347b0a064", - "x-ms-ratelimit-remaining-subscription-reads": "9195", - "x-ms-request-id": "5c2952ee-0992-4173-95b7-6abba39a7ef2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052513Z:071c6018-a64b-45f4-892e-3ed347b0a064" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f486b253a666906bb11b08460b0d06b8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:25:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c3b3ff1a-1e1e-4121-9cde-faa4db4a9872", - "x-ms-client-request-id": "f486b253a666906bb11b08460b0d06b8", - "x-ms-correlation-request-id": "3c5d60fd-3b55-49a1-a31e-8f1271217ba1", - "x-ms-ratelimit-remaining-subscription-reads": "9194", - "x-ms-request-id": "9ef476a0-6e50-4675-8f2b-278cceb06026", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052514Z:3c5d60fd-3b55-49a1-a31e-8f1271217ba1" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a8b291580a0dd1ee0a55f3e235206910", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:25:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "bc65b269-d8d8-42b6-8b44-a2a3d21dd8f7", - "x-ms-client-request-id": "a8b291580a0dd1ee0a55f3e235206910", - "x-ms-correlation-request-id": "cff5e065-d429-4790-96ef-3b8e84482424", - "x-ms-ratelimit-remaining-subscription-reads": "9193", - "x-ms-request-id": "32ea3820-e7df-4612-87ba-971f194b8861", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052516Z:cff5e065-d429-4790-96ef-3b8e84482424" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "526056571c490e52945f1f004c93e5c0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:25:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e665369f-2120-4649-a7eb-f59670ff8504", - "x-ms-client-request-id": "526056571c490e52945f1f004c93e5c0", - "x-ms-correlation-request-id": "c2a836ff-fca6-4312-a2b7-08a821605c5c", - "x-ms-ratelimit-remaining-subscription-reads": "9192", - "x-ms-request-id": "36b6c6de-9863-4f4b-9959-9d741c583bc1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052517Z:c2a836ff-fca6-4312-a2b7-08a821605c5c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e64aee0c339648c0c4b5ea11b3895b90", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:25:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6bf2ac29-45f3-43e8-a394-6de760d1d830", - "x-ms-client-request-id": "e64aee0c339648c0c4b5ea11b3895b90", - "x-ms-correlation-request-id": "267d0bd1-177c-4d0a-9e04-9dad177c643f", - "x-ms-ratelimit-remaining-subscription-reads": "9191", - "x-ms-request-id": "b9d799d6-3bd2-4bfb-a242-ad2db316520e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052518Z:267d0bd1-177c-4d0a-9e04-9dad177c643f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b4eef8b1b3ac3c6f3fa313adeaed8476", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:25:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b8b92241-1053-4290-a2c4-c5b2fe9eca09", - "x-ms-client-request-id": "b4eef8b1b3ac3c6f3fa313adeaed8476", - "x-ms-correlation-request-id": "bd02c60c-fdfb-42a6-be4a-092d684dc0a3", - "x-ms-ratelimit-remaining-subscription-reads": "9190", - "x-ms-request-id": "114df4c8-1f47-4489-94ac-97dae2786773", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052520Z:bd02c60c-fdfb-42a6-be4a-092d684dc0a3" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "46d5326f82d5247996178e9432415b0b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:25:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "65fd0763-79c9-4348-94ee-39e62fcf85a7", - "x-ms-client-request-id": "46d5326f82d5247996178e9432415b0b", - "x-ms-correlation-request-id": "f30720c0-3a21-48ba-b8a8-b08cc5fb2897", - "x-ms-ratelimit-remaining-subscription-reads": "9189", - "x-ms-request-id": "a5d11b04-6126-46eb-849f-24425872b93e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052521Z:f30720c0-3a21-48ba-b8a8-b08cc5fb2897" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "544e8f0431a559147e0ea7f220125ed6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:25:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5518e36b-5df8-4e8b-893e-9f4d8fd736ba", - "x-ms-client-request-id": "544e8f0431a559147e0ea7f220125ed6", - "x-ms-correlation-request-id": "9031c9cc-32ec-442e-962d-ebe0d2eaf0df", - "x-ms-ratelimit-remaining-subscription-reads": "9188", - "x-ms-request-id": "b1febfac-e86e-4927-88b0-a011dd613491", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052522Z:9031c9cc-32ec-442e-962d-ebe0d2eaf0df" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "81a1733014b42fba7eca1e9525db09fd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:25:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0bff8a54-a61a-41f6-9358-6e80f2756007", - "x-ms-client-request-id": "81a1733014b42fba7eca1e9525db09fd", - "x-ms-correlation-request-id": "f974da18-7037-4712-85fe-9837094ca577", - "x-ms-ratelimit-remaining-subscription-reads": "9187", - "x-ms-request-id": "d07717cc-77d9-41e6-9192-8c0945fec8d4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052524Z:f974da18-7037-4712-85fe-9837094ca577" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5ba90848309f3ed11e7cc8c7db870384", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:25:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "dc9edc73-65f3-4c02-ab0d-398e7db3a1bb", - "x-ms-client-request-id": "5ba90848309f3ed11e7cc8c7db870384", - "x-ms-correlation-request-id": "9392f259-d9a4-4ff2-9574-f8fd7442368a", - "x-ms-ratelimit-remaining-subscription-reads": "9186", - "x-ms-request-id": "6213018f-e2cf-4157-8adf-57765ee1b5ed", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052525Z:9392f259-d9a4-4ff2-9574-f8fd7442368a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "be63b7b9d99ff057d41fd6da127f34a3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:25:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2df24755-32bd-426b-aa2b-763006cb7532", - "x-ms-client-request-id": "be63b7b9d99ff057d41fd6da127f34a3", - "x-ms-correlation-request-id": "7baa192a-f4b6-4a99-8274-57b128be63b0", - "x-ms-ratelimit-remaining-subscription-reads": "9185", - "x-ms-request-id": "c3e99f18-d53d-45cf-98b6-bb5af6d3c78b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052526Z:7baa192a-f4b6-4a99-8274-57b128be63b0" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "17aaa90403680036a16263374cf353f7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:25:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "db3e9c03-e03d-40f1-bf91-ad1a9f31d48d", - "x-ms-client-request-id": "17aaa90403680036a16263374cf353f7", - "x-ms-correlation-request-id": "40b37585-bade-42ac-9e0d-267439681100", - "x-ms-ratelimit-remaining-subscription-reads": "9184", - "x-ms-request-id": "195caf94-a6ad-4d78-8d22-dd13d6ae7b6b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052527Z:40b37585-bade-42ac-9e0d-267439681100" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "6ddb9ac64a786e5eb1b9868059f72c9f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:25:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c462cc7e-af64-404d-98e9-592e37bc14ff", - "x-ms-client-request-id": "6ddb9ac64a786e5eb1b9868059f72c9f", - "x-ms-correlation-request-id": "cadf3b64-2758-48d5-bb45-928211c32d4f", - "x-ms-ratelimit-remaining-subscription-reads": "9183", - "x-ms-request-id": "f5017923-47d4-4b81-8f1d-ea399c01636d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052529Z:cadf3b64-2758-48d5-bb45-928211c32d4f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "32c32447ecdcb61b80621d3d761fa3e1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:25:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1f7d4459-07e9-4b96-a89e-eb5171c53520", - "x-ms-client-request-id": "32c32447ecdcb61b80621d3d761fa3e1", - "x-ms-correlation-request-id": "7d3872b0-9908-422e-9c4b-27a78bc686d5", - "x-ms-ratelimit-remaining-subscription-reads": "9182", - "x-ms-request-id": "a96397f6-9c4f-491e-ad9a-e92148391279", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052530Z:7d3872b0-9908-422e-9c4b-27a78bc686d5" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7713decbc6a3b92b4b3c66af7cb5a6aa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:25:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0ecbef57-b966-4d2b-9c58-e0b196a1994b", - "x-ms-client-request-id": "7713decbc6a3b92b4b3c66af7cb5a6aa", - "x-ms-correlation-request-id": "e52a5060-3129-48c2-b7ec-87d455520404", - "x-ms-ratelimit-remaining-subscription-reads": "9181", - "x-ms-request-id": "706f0341-788f-4a79-9839-fcbb0e430ed1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052531Z:e52a5060-3129-48c2-b7ec-87d455520404" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "27f0c336212fda1a7f25ed152d20f792", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:25:32 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d194d8b4-698c-4989-bdff-d0809c101fdb", - "x-ms-client-request-id": "27f0c336212fda1a7f25ed152d20f792", - "x-ms-correlation-request-id": "ed006ac7-0620-4c32-ac02-d2e317b693d6", - "x-ms-ratelimit-remaining-subscription-reads": "9180", - "x-ms-request-id": "2e11268b-3d33-4964-81a0-7af10581a3d2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052532Z:ed006ac7-0620-4c32-ac02-d2e317b693d6" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7bb5a515b4e381fbf909e6a0856c39ca", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:25:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "043ae553-d81e-4513-b050-81864cf7cced", - "x-ms-client-request-id": "7bb5a515b4e381fbf909e6a0856c39ca", - "x-ms-correlation-request-id": "0f6f766d-178b-4fa8-8938-d2244d72fa20", - "x-ms-ratelimit-remaining-subscription-reads": "9179", - "x-ms-request-id": "4a476826-feb2-4251-aaf0-cceb227e2b9e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052534Z:0f6f766d-178b-4fa8-8938-d2244d72fa20" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b30672bb7c2faab1c439f87dd8158b2a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:25:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ee6ee44d-18ba-4f67-bef4-27ca13d4e1cd", - "x-ms-client-request-id": "b30672bb7c2faab1c439f87dd8158b2a", - "x-ms-correlation-request-id": "37b50694-cbf9-4dc9-bcf8-5158d40d3d01", - "x-ms-ratelimit-remaining-subscription-reads": "9178", - "x-ms-request-id": "eed43723-14e0-4328-b317-eb4654129f06", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052535Z:37b50694-cbf9-4dc9-bcf8-5158d40d3d01" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d699d3442b0082c7c76e2d263a7a5412", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:25:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "babbde92-417b-4663-8567-21ea307efe8c", - "x-ms-client-request-id": "d699d3442b0082c7c76e2d263a7a5412", - "x-ms-correlation-request-id": "ba4a15c4-3c4d-40fc-afd2-0e55f7d7475b", - "x-ms-ratelimit-remaining-subscription-reads": "9177", - "x-ms-request-id": "d005a25b-a0db-4a5f-afc4-c2abe6ecc83a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052536Z:ba4a15c4-3c4d-40fc-afd2-0e55f7d7475b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "bb5922eb441a9963f40bb7a9bb7ea8e4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:25:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c9856aea-823c-4dc6-8543-e590ddef2faf", - "x-ms-client-request-id": "bb5922eb441a9963f40bb7a9bb7ea8e4", - "x-ms-correlation-request-id": "8561759f-ada9-4a00-a419-25506f072464", - "x-ms-ratelimit-remaining-subscription-reads": "9176", - "x-ms-request-id": "c7f9c878-7877-4ebd-beab-56fbc3549dd6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052538Z:8561759f-ada9-4a00-a419-25506f072464" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b15bbc7d63d28fc9aa83ebc04e8b6f49", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:25:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "42becb74-4e10-4941-863f-560c377561e8", - "x-ms-client-request-id": "b15bbc7d63d28fc9aa83ebc04e8b6f49", - "x-ms-correlation-request-id": "ad74734a-06d7-4d38-bbc5-2193f3021619", - "x-ms-ratelimit-remaining-subscription-reads": "9175", - "x-ms-request-id": "45adf98a-8452-4bf2-877a-75909ea9952e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052539Z:ad74734a-06d7-4d38-bbc5-2193f3021619" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b592e6e4d0bbff0f7000e2f5741ec749", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:25:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "28364da3-feca-4883-b000-0abfda79b259", - "x-ms-client-request-id": "b592e6e4d0bbff0f7000e2f5741ec749", - "x-ms-correlation-request-id": "22c3b370-b7db-4455-b9af-af1474e174ac", - "x-ms-ratelimit-remaining-subscription-reads": "9174", - "x-ms-request-id": "25d5d0bb-3ab6-4f87-ac69-cfb281036cb5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052540Z:22c3b370-b7db-4455-b9af-af1474e174ac" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7ea849c5a21f883f59c9119759a24a68", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:25:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "88eb02c2-ae80-42d1-b1a4-d4dd642cc1f1", - "x-ms-client-request-id": "7ea849c5a21f883f59c9119759a24a68", - "x-ms-correlation-request-id": "7e865977-963b-4249-af1c-66af6a13edfa", - "x-ms-ratelimit-remaining-subscription-reads": "9173", - "x-ms-request-id": "579f8492-7707-41e5-9390-2ea0601ec5db", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052541Z:7e865977-963b-4249-af1c-66af6a13edfa" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d5c46d9bf2ebad28ac5b41d280d41b8c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:25:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "14715ccd-9dde-442d-847e-3b574d0f803e", - "x-ms-client-request-id": "d5c46d9bf2ebad28ac5b41d280d41b8c", - "x-ms-correlation-request-id": "a0e5b5ca-b355-4bf4-aa24-3852d6136596", - "x-ms-ratelimit-remaining-subscription-reads": "9172", - "x-ms-request-id": "3872f831-bb93-49e0-973a-23f48a203cfb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052543Z:a0e5b5ca-b355-4bf4-aa24-3852d6136596" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "05faa1bbf1e3422aa60a5cf1bf78a6ce", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:25:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1c2fadca-38ab-4b2f-8c37-b18ee596ae3b", - "x-ms-client-request-id": "05faa1bbf1e3422aa60a5cf1bf78a6ce", - "x-ms-correlation-request-id": "bb471661-19cd-4109-87d8-3d52077c9694", - "x-ms-ratelimit-remaining-subscription-reads": "9171", - "x-ms-request-id": "b0c9dc21-b3c0-44a9-bd50-de291026b7cf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052544Z:bb471661-19cd-4109-87d8-3d52077c9694" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "075a79b6f259d25d20fad1c3616d0784", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:25:45 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "fae71775-c77b-4c0c-9324-d14bd6f10156", - "x-ms-client-request-id": "075a79b6f259d25d20fad1c3616d0784", - "x-ms-correlation-request-id": "40f119a8-b628-45bf-8c99-f4620da6005d", - "x-ms-ratelimit-remaining-subscription-reads": "9170", - "x-ms-request-id": "56965a6f-a1d2-4286-a40e-d569939d61ba", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052545Z:40f119a8-b628-45bf-8c99-f4620da6005d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b7db84ae45a7a98543822ee19537ee34", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:25:46 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "02cd1fdf-df08-43ae-8b3b-92d0cc5d1188", - "x-ms-client-request-id": "b7db84ae45a7a98543822ee19537ee34", - "x-ms-correlation-request-id": "15a75e9f-ac85-46b7-bd3f-a9e1de2cc09c", - "x-ms-ratelimit-remaining-subscription-reads": "9169", - "x-ms-request-id": "7cb51484-3749-4f50-862b-7257eb6d1398", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052547Z:15a75e9f-ac85-46b7-bd3f-a9e1de2cc09c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "061c72b5147ac9324427e4e82066e038", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:25:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "71a6fe71-9a8f-48b2-99ee-cb2f62c9c302", - "x-ms-client-request-id": "061c72b5147ac9324427e4e82066e038", - "x-ms-correlation-request-id": "5390255b-7a03-48b7-b635-6bff5dc49257", - "x-ms-ratelimit-remaining-subscription-reads": "9168", - "x-ms-request-id": "90fc0dd3-c946-4369-9bf6-0135a19ff022", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052548Z:5390255b-7a03-48b7-b635-6bff5dc49257" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "3a42d802ef9c7126f4b0c3d6c37b3ce9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:25:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8013aeda-9546-49fa-b395-4188310b7e29", - "x-ms-client-request-id": "3a42d802ef9c7126f4b0c3d6c37b3ce9", - "x-ms-correlation-request-id": "fe30e351-f9cf-4cc8-b0e0-a81a088c74f7", - "x-ms-ratelimit-remaining-subscription-reads": "9167", - "x-ms-request-id": "1bcd26e6-c2ac-4db3-a4cf-1251e890d516", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052549Z:fe30e351-f9cf-4cc8-b0e0-a81a088c74f7" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ee0e9d0c00519a0a5112737f609c89dc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:25:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "bc5e6275-3983-4e78-929b-2cfdf2c6883d", - "x-ms-client-request-id": "ee0e9d0c00519a0a5112737f609c89dc", - "x-ms-correlation-request-id": "492baba3-b831-4505-b861-1cdb17f0254f", - "x-ms-ratelimit-remaining-subscription-reads": "9166", - "x-ms-request-id": "de108e8b-1b8e-4562-a7d4-545b0c803b0e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052550Z:492baba3-b831-4505-b861-1cdb17f0254f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "bddff6a1b3f4c6974caa12c9505c05c8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:25:52 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8752fa0c-ee30-42b2-a7f8-6f5283b489cd", - "x-ms-client-request-id": "bddff6a1b3f4c6974caa12c9505c05c8", - "x-ms-correlation-request-id": "cb04c4ab-1811-4667-b1b0-0368614f830b", - "x-ms-ratelimit-remaining-subscription-reads": "9165", - "x-ms-request-id": "9eb777df-07f4-41d8-9af7-5b0b0acc4139", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052552Z:cb04c4ab-1811-4667-b1b0-0368614f830b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "82dcfaeaf25801e6cda7e88a7ba61057", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:25:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ac3c5d56-072c-41a0-845e-43cfd875d17c", - "x-ms-client-request-id": "82dcfaeaf25801e6cda7e88a7ba61057", - "x-ms-correlation-request-id": "ccb84e90-4886-40ef-82f0-356b9becdebc", - "x-ms-ratelimit-remaining-subscription-reads": "9164", - "x-ms-request-id": "330a1a39-7ebf-4ff1-a722-b15cde521cf6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052553Z:ccb84e90-4886-40ef-82f0-356b9becdebc" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "cd35e7277f9c58f50648a2a6ee414af5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:25:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6d6e35cb-6486-4b3b-a55c-436fccc27659", - "x-ms-client-request-id": "cd35e7277f9c58f50648a2a6ee414af5", - "x-ms-correlation-request-id": "2f138aa2-71d5-4279-bcb6-b7b4f80e28d4", - "x-ms-ratelimit-remaining-subscription-reads": "9163", - "x-ms-request-id": "40173ca1-b4e5-426e-88ee-0db33407cb54", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052554Z:2f138aa2-71d5-4279-bcb6-b7b4f80e28d4" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "6594ab0c06c0af830fddf04cca0c4aa5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:25:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b0a7c9bd-373a-4b50-9290-aa8e070361c2", - "x-ms-client-request-id": "6594ab0c06c0af830fddf04cca0c4aa5", - "x-ms-correlation-request-id": "5cc5f8e0-9d2a-4bfa-b17e-eadec787de1c", - "x-ms-ratelimit-remaining-subscription-reads": "9162", - "x-ms-request-id": "ce5504a9-c669-4c7b-a9de-0bf6c336f34a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052556Z:5cc5f8e0-9d2a-4bfa-b17e-eadec787de1c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "68a2bb9a38266b2b05837c104f40138b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:25:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3b2dbbd3-403c-4ce2-98fe-caccf2e6d801", - "x-ms-client-request-id": "68a2bb9a38266b2b05837c104f40138b", - "x-ms-correlation-request-id": "3d3ce845-789d-4385-a62f-68ee7f376b3a", - "x-ms-ratelimit-remaining-subscription-reads": "9161", - "x-ms-request-id": "904ff194-2da4-4c94-ba9d-1b4b255147fb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052557Z:3d3ce845-789d-4385-a62f-68ee7f376b3a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d07ef35daa1220966385bdbf8ea88df9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:25:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e427af5f-6577-47e1-a502-b683ec6eff91", - "x-ms-client-request-id": "d07ef35daa1220966385bdbf8ea88df9", - "x-ms-correlation-request-id": "fc5e10c1-f63c-4762-b427-6a24be6fa1a6", - "x-ms-ratelimit-remaining-subscription-reads": "9160", - "x-ms-request-id": "ba33cc8f-048e-4eed-acec-c9fb767f7d79", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052558Z:fc5e10c1-f63c-4762-b427-6a24be6fa1a6" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "320cfdfde19fd4ce7f28603d89725fcf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:25:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "df0d9791-a48b-4493-a9d0-155d4dba823d", - "x-ms-client-request-id": "320cfdfde19fd4ce7f28603d89725fcf", - "x-ms-correlation-request-id": "80af0b38-086f-400b-bb7e-837f99e3c09e", - "x-ms-ratelimit-remaining-subscription-reads": "9159", - "x-ms-request-id": "f0870bbc-ff10-4809-b006-52968d7fe1e3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052559Z:80af0b38-086f-400b-bb7e-837f99e3c09e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d7ee64c9798eef92248105a17a6cdd5c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:26:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "47660f87-807e-463e-9496-9056d66d1e41", - "x-ms-client-request-id": "d7ee64c9798eef92248105a17a6cdd5c", - "x-ms-correlation-request-id": "45d68f2d-3d64-40e2-b902-20b69913f3fb", - "x-ms-ratelimit-remaining-subscription-reads": "9158", - "x-ms-request-id": "c27e9697-3c31-461d-b7c8-9830bd740d35", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052601Z:45d68f2d-3d64-40e2-b902-20b69913f3fb" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "521383f5e0337bec24aa50e94a5996f1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:26:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e6e32948-5a98-47a2-a8b0-b90d209e3fc0", - "x-ms-client-request-id": "521383f5e0337bec24aa50e94a5996f1", - "x-ms-correlation-request-id": "8a9bcb70-6742-4724-a28d-d080d6d65e38", - "x-ms-ratelimit-remaining-subscription-reads": "9157", - "x-ms-request-id": "60045dda-aeac-4d35-9c9f-1922cef45cbe", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052602Z:8a9bcb70-6742-4724-a28d-d080d6d65e38" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "29f5ee25b6b9836b6a1c0e1ddc2d5913", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:26:03 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "43e21b52-9d68-4f6b-a3c1-752fb2530461", - "x-ms-client-request-id": "29f5ee25b6b9836b6a1c0e1ddc2d5913", - "x-ms-correlation-request-id": "0c27f700-e228-4c12-8f16-0fb1fc9be05a", - "x-ms-ratelimit-remaining-subscription-reads": "9156", - "x-ms-request-id": "4a8c5d9a-ab88-417a-8b90-a31a59199ad2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052603Z:0c27f700-e228-4c12-8f16-0fb1fc9be05a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "0647034b0d5fe89b7873b3e329a9a4cb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:26:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "76d39e30-e509-4c08-bbcf-ad55346481b6", - "x-ms-client-request-id": "0647034b0d5fe89b7873b3e329a9a4cb", - "x-ms-correlation-request-id": "2c1123b4-a6e6-47bc-b12c-0f2c1e8b6cfe", - "x-ms-ratelimit-remaining-subscription-reads": "9155", - "x-ms-request-id": "34f6d303-dbea-4b45-8001-405e70083503", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052605Z:2c1123b4-a6e6-47bc-b12c-0f2c1e8b6cfe" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8c7b14eab4773fa2178fe816d2ce9ff6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:26:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0540876c-76b4-4a69-9cfe-9496bb792e69", - "x-ms-client-request-id": "8c7b14eab4773fa2178fe816d2ce9ff6", - "x-ms-correlation-request-id": "ab939c25-ebfd-4a91-8895-4d90f3854fdb", - "x-ms-ratelimit-remaining-subscription-reads": "9154", - "x-ms-request-id": "719a752d-192d-4d2e-bf71-49f7c64152d4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052606Z:ab939c25-ebfd-4a91-8895-4d90f3854fdb" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "469e3d518f111891520cb04603875ac0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:26:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "80130c22-e1a2-4167-a0b0-2d92c40c91ed", - "x-ms-client-request-id": "469e3d518f111891520cb04603875ac0", - "x-ms-correlation-request-id": "d41703c2-2af1-4c8e-856f-ec4733df823a", - "x-ms-ratelimit-remaining-subscription-reads": "9153", - "x-ms-request-id": "f9bdfda1-2a44-40b4-994e-a4b2966039f5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052607Z:d41703c2-2af1-4c8e-856f-ec4733df823a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c8334278ccb1979c6008eed0248415aa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:26:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "eb239aa1-21c7-49c3-98f8-911fac9ea71f", - "x-ms-client-request-id": "c8334278ccb1979c6008eed0248415aa", - "x-ms-correlation-request-id": "8a19208f-2f59-45ec-b962-b148773d7a4c", - "x-ms-ratelimit-remaining-subscription-reads": "9152", - "x-ms-request-id": "2aa87345-bff5-42bf-b33d-207258346627", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052608Z:8a19208f-2f59-45ec-b962-b148773d7a4c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "eb92bcd35e0b5ab982633a6a035b3b90", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:26:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f954444e-932c-424e-9710-e5a4196c1b3b", - "x-ms-client-request-id": "eb92bcd35e0b5ab982633a6a035b3b90", - "x-ms-correlation-request-id": "47dbb4ca-3f17-446c-a42e-674dd399037b", - "x-ms-ratelimit-remaining-subscription-reads": "9151", - "x-ms-request-id": "7e5c2e15-1472-49ae-847e-d325d4ffe541", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052610Z:47dbb4ca-3f17-446c-a42e-674dd399037b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8f9e2734d69b8444a107e608a1c1f3cd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:26:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "deec1351-86c6-41db-a2b7-e9be4d1baae2", - "x-ms-client-request-id": "8f9e2734d69b8444a107e608a1c1f3cd", - "x-ms-correlation-request-id": "27fefa0f-af31-409c-b1b2-2cb9ec643660", - "x-ms-ratelimit-remaining-subscription-reads": "9150", - "x-ms-request-id": "5de2508a-efad-4b02-8fbf-55a4023cb039", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052611Z:27fefa0f-af31-409c-b1b2-2cb9ec643660" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "477206f66ff419b589d8454e92319404", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:26:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "67a2da68-549b-4132-b63a-cb39431cd5f7", - "x-ms-client-request-id": "477206f66ff419b589d8454e92319404", - "x-ms-correlation-request-id": "d2323092-d0db-49c4-b60f-cfcb028183cd", - "x-ms-ratelimit-remaining-subscription-reads": "9149", - "x-ms-request-id": "bfaf8270-a550-4a08-82f8-3732a6f5dcad", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052612Z:d2323092-d0db-49c4-b60f-cfcb028183cd" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "fd9b5ecc86e6fd0e770e490478b0b9c1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:26:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f009139d-fc8e-4b6e-9228-49729fdc53b9", - "x-ms-client-request-id": "fd9b5ecc86e6fd0e770e490478b0b9c1", - "x-ms-correlation-request-id": "aec41fdc-7d60-40aa-8d45-60e85180b4c5", - "x-ms-ratelimit-remaining-subscription-reads": "9148", - "x-ms-request-id": "9b90c74b-4a44-461a-814a-3ba5450f7dc2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052613Z:aec41fdc-7d60-40aa-8d45-60e85180b4c5" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "fc736c6ff4e9c59c718406c390f6f270", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:26:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7d5fcc0d-1350-4c84-bde5-f295d00fc93f", - "x-ms-client-request-id": "fc736c6ff4e9c59c718406c390f6f270", - "x-ms-correlation-request-id": "34cf2a97-8f57-47e5-9488-55a64b35db3e", - "x-ms-ratelimit-remaining-subscription-reads": "9147", - "x-ms-request-id": "c71f077f-3830-465e-a674-b4563061ebb6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052615Z:34cf2a97-8f57-47e5-9488-55a64b35db3e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "423ce172f62670e7f875cfe626b1a1d8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:26:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7d2034cd-e1ec-4ce2-be74-88e3b9b2a599", - "x-ms-client-request-id": "423ce172f62670e7f875cfe626b1a1d8", - "x-ms-correlation-request-id": "d6806d32-8086-41d3-a5c4-8d1b90721318", - "x-ms-ratelimit-remaining-subscription-reads": "9146", - "x-ms-request-id": "ba03cf8e-2f96-49ab-af98-26d8d8fbdc14", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052616Z:d6806d32-8086-41d3-a5c4-8d1b90721318" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "25df841e98bed71bc2d58b617f4b6c81", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:26:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "50849f14-c723-429d-8b19-952d989b489a", - "x-ms-client-request-id": "25df841e98bed71bc2d58b617f4b6c81", - "x-ms-correlation-request-id": "dcb2264e-5394-4513-86bf-fff840ac7bd2", - "x-ms-ratelimit-remaining-subscription-reads": "9145", - "x-ms-request-id": "781acf7b-0082-4a25-8865-8bdbdc65267e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052617Z:dcb2264e-5394-4513-86bf-fff840ac7bd2" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "9691d91b7774799b8402037325b69fc0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:26:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f88d59e5-2b34-4615-a953-bd9067c63ad8", - "x-ms-client-request-id": "9691d91b7774799b8402037325b69fc0", - "x-ms-correlation-request-id": "82c6e250-803c-44cb-b453-f35991e201f7", - "x-ms-ratelimit-remaining-subscription-reads": "9144", - "x-ms-request-id": "668ad183-1afb-4e4c-b073-086a486afd9a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052618Z:82c6e250-803c-44cb-b453-f35991e201f7" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "0ca52ee3cc17dab2c56480506b86f1ad", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:26:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e9423e09-e599-458d-8e0e-25969c6f0777", - "x-ms-client-request-id": "0ca52ee3cc17dab2c56480506b86f1ad", - "x-ms-correlation-request-id": "f68c3464-298d-467a-b0f0-96d4630a7bec", - "x-ms-ratelimit-remaining-subscription-reads": "9143", - "x-ms-request-id": "9aa10831-b56d-4be2-9577-381d51664cbb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052620Z:f68c3464-298d-467a-b0f0-96d4630a7bec" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "4dca4e090a20a763e965a0bb94a8b20c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:26:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "bc4ac8db-287a-4d59-8218-d84fbe21b7a3", - "x-ms-client-request-id": "4dca4e090a20a763e965a0bb94a8b20c", - "x-ms-correlation-request-id": "0cf65ded-9700-4e6f-8c26-ab7295a7c402", - "x-ms-ratelimit-remaining-subscription-reads": "9142", - "x-ms-request-id": "1ed9908e-ab06-45ec-905e-f8537addb431", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052621Z:0cf65ded-9700-4e6f-8c26-ab7295a7c402" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "507eca3660a64f6a27b6d110f64a0dfe", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:26:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4ba65590-9fa6-486f-af5a-16bb0397c3cf", - "x-ms-client-request-id": "507eca3660a64f6a27b6d110f64a0dfe", - "x-ms-correlation-request-id": "5f4c8ed8-061a-4f64-b9fa-4420bfde39f1", - "x-ms-ratelimit-remaining-subscription-reads": "9141", - "x-ms-request-id": "89de743c-7ea4-476c-9b8c-6ac910c9dddd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052622Z:5f4c8ed8-061a-4f64-b9fa-4420bfde39f1" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d66a561152ebd89fcafd22b12bf6461c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:26:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "bee3d211-b116-49b1-8df5-a96ee62b445d", - "x-ms-client-request-id": "d66a561152ebd89fcafd22b12bf6461c", - "x-ms-correlation-request-id": "38abe629-138e-4bec-a5af-d5bafc40b7fd", - "x-ms-ratelimit-remaining-subscription-reads": "9140", - "x-ms-request-id": "d6093d55-4901-416b-bb77-32d3574214b2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052624Z:38abe629-138e-4bec-a5af-d5bafc40b7fd" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a01a73b1a008a807e47a25693953b09e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:26:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "20260de5-a978-4248-8523-73f939d6bc3e", - "x-ms-client-request-id": "a01a73b1a008a807e47a25693953b09e", - "x-ms-correlation-request-id": "5bd61efb-3d43-48c0-9f2b-852317460b86", - "x-ms-ratelimit-remaining-subscription-reads": "9139", - "x-ms-request-id": "7dccdde3-b888-426f-88f0-9f6a6892b3df", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052625Z:5bd61efb-3d43-48c0-9f2b-852317460b86" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "3ea9a258dc3ee3202aa685a83db92330", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:26:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7dcc8db3-ca97-45cc-a7f1-bd76fd9152fa", - "x-ms-client-request-id": "3ea9a258dc3ee3202aa685a83db92330", - "x-ms-correlation-request-id": "ae5214a4-08f2-4290-abdd-ba68e58d6498", - "x-ms-ratelimit-remaining-subscription-reads": "9138", - "x-ms-request-id": "452ae41a-dd37-4756-b5ed-709c79b19dc0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052626Z:ae5214a4-08f2-4290-abdd-ba68e58d6498" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "825eb4706d3071f64fc1f1712c369e77", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:26:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ff611c2d-c23f-4fac-bbde-7780b99f5c27", - "x-ms-client-request-id": "825eb4706d3071f64fc1f1712c369e77", - "x-ms-correlation-request-id": "b5013fce-9ae4-43ee-9459-5744107e984f", - "x-ms-ratelimit-remaining-subscription-reads": "9137", - "x-ms-request-id": "168fe065-2a40-4df9-a181-505877b2df00", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052627Z:b5013fce-9ae4-43ee-9459-5744107e984f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8958844d084dd5de533675621a5e6a2b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:26:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "aa38aa33-aab1-4251-b9f5-1726c2c6bb8a", - "x-ms-client-request-id": "8958844d084dd5de533675621a5e6a2b", - "x-ms-correlation-request-id": "6ebb8c47-40c0-4a6a-b8dd-a5a6b3ad4ac5", - "x-ms-ratelimit-remaining-subscription-reads": "9136", - "x-ms-request-id": "d57e04e8-44ba-4c87-8c02-25177b1667a9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052629Z:6ebb8c47-40c0-4a6a-b8dd-a5a6b3ad4ac5" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "84f9f5572df5ea6dac38ee7ceaafb7f4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:26:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4b156055-5306-42db-910b-1fd6e3337eab", - "x-ms-client-request-id": "84f9f5572df5ea6dac38ee7ceaafb7f4", - "x-ms-correlation-request-id": "1609b701-250b-4be9-bc48-9be09b26085f", - "x-ms-ratelimit-remaining-subscription-reads": "9135", - "x-ms-request-id": "5a190444-066f-42cd-a261-7b8f35c6bbb5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052630Z:1609b701-250b-4be9-bc48-9be09b26085f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b85a0e07996068e2d5892ff9f79356f0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:26:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "db37da24-5536-4fb5-89cf-4a4576c07147", - "x-ms-client-request-id": "b85a0e07996068e2d5892ff9f79356f0", - "x-ms-correlation-request-id": "86596849-7ef0-4152-bea3-ba7c4cae77c1", - "x-ms-ratelimit-remaining-subscription-reads": "9134", - "x-ms-request-id": "dbea84ab-0b8a-4561-b433-8d9d8af970ad", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052631Z:86596849-7ef0-4152-bea3-ba7c4cae77c1" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "3619c656193c2082166edd141962eaa4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:26:32 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "48edec26-238e-4db8-9aed-5d753328b903", - "x-ms-client-request-id": "3619c656193c2082166edd141962eaa4", - "x-ms-correlation-request-id": "f4727789-34fe-46cd-bec2-b2856c0fc8b4", - "x-ms-ratelimit-remaining-subscription-reads": "9133", - "x-ms-request-id": "242b9520-a5b5-4d20-9f05-d0c077e6d5b6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052632Z:f4727789-34fe-46cd-bec2-b2856c0fc8b4" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "0b5a807fb104bdcb1291af6bfe74f218", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:26:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e4ea0ae5-4bdc-462f-b19a-50bcb1d78ea2", - "x-ms-client-request-id": "0b5a807fb104bdcb1291af6bfe74f218", - "x-ms-correlation-request-id": "13a86a46-f6a0-4feb-8e30-3d7e4ebfd77f", - "x-ms-ratelimit-remaining-subscription-reads": "9132", - "x-ms-request-id": "c7e6648b-3dcb-4018-9968-bacae0a015fe", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052634Z:13a86a46-f6a0-4feb-8e30-3d7e4ebfd77f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2425fee18095edb88c3aa2f1bccd4f73", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:26:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "71e894e1-71ef-4f75-b970-33afcaa60b92", - "x-ms-client-request-id": "2425fee18095edb88c3aa2f1bccd4f73", - "x-ms-correlation-request-id": "200f5087-18ef-4845-b69d-0ec6e639031d", - "x-ms-ratelimit-remaining-subscription-reads": "9131", - "x-ms-request-id": "da4e64a9-e812-41e1-9bb3-0da4317ef93b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052635Z:200f5087-18ef-4845-b69d-0ec6e639031d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "77798b9e4a38a5ecfa5c23ab6a1622a2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:26:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "05c1e44e-dcaf-4439-a73d-16d5e5d52b0f", - "x-ms-client-request-id": "77798b9e4a38a5ecfa5c23ab6a1622a2", - "x-ms-correlation-request-id": "8fbbffd6-1633-4a51-8b21-baa998354764", - "x-ms-ratelimit-remaining-subscription-reads": "9130", - "x-ms-request-id": "583aadc9-aeb2-4861-bd26-fbfbcfb2b047", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052636Z:8fbbffd6-1633-4a51-8b21-baa998354764" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "1b32c47bc53dff0ec86d7fc90fd90044", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:26:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "27d49c82-adca-43c2-9c0d-4bd61dfcccdb", - "x-ms-client-request-id": "1b32c47bc53dff0ec86d7fc90fd90044", - "x-ms-correlation-request-id": "a01a61b4-942a-4055-b56f-bf4e4a409239", - "x-ms-ratelimit-remaining-subscription-reads": "9129", - "x-ms-request-id": "1fa89ecf-8acf-482f-8284-8cbef552afcd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052638Z:a01a61b4-942a-4055-b56f-bf4e4a409239" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "73cc3b427bfa97df118029385c0c8276", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:26:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a11f8a09-a3db-4220-ae16-41ff92fa607b", - "x-ms-client-request-id": "73cc3b427bfa97df118029385c0c8276", - "x-ms-correlation-request-id": "9ef4f9e3-df78-4597-8a02-6f852a128166", - "x-ms-ratelimit-remaining-subscription-reads": "9128", - "x-ms-request-id": "c6177d60-9ff8-4291-8a6b-c7a9729cddb2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052639Z:9ef4f9e3-df78-4597-8a02-6f852a128166" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f875ff18339bd8357c7aaecbcb229520", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:26:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2b01e669-be64-4f6e-b94c-2a0299284978", - "x-ms-client-request-id": "f875ff18339bd8357c7aaecbcb229520", - "x-ms-correlation-request-id": "2694fdf9-8606-4f96-8626-53ea652be218", - "x-ms-ratelimit-remaining-subscription-reads": "9127", - "x-ms-request-id": "3003a240-ed32-43e9-ab90-f1c45a4a7e2f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052640Z:2694fdf9-8606-4f96-8626-53ea652be218" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2f69df5caf4900a7e59b09bd9bd6a3bc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:26:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5b85418f-7430-4df1-bc47-c32e23db311d", - "x-ms-client-request-id": "2f69df5caf4900a7e59b09bd9bd6a3bc", - "x-ms-correlation-request-id": "40f1a6a6-d3aa-4582-8e77-524eb04c89ae", - "x-ms-ratelimit-remaining-subscription-reads": "9126", - "x-ms-request-id": "680e17c5-7e5c-4f97-999f-a7c47d1bc5be", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052641Z:40f1a6a6-d3aa-4582-8e77-524eb04c89ae" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "10b109ea08630ea905f3f780cd14ccee", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:26:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "92a7fd5e-9f78-404b-af37-6dfaf3b7e1b9", - "x-ms-client-request-id": "10b109ea08630ea905f3f780cd14ccee", - "x-ms-correlation-request-id": "16ac1a9d-abb4-49bc-aaf3-51041f25ed77", - "x-ms-ratelimit-remaining-subscription-reads": "9125", - "x-ms-request-id": "1b632d08-104f-4798-bff9-da2fea0ac54b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052643Z:16ac1a9d-abb4-49bc-aaf3-51041f25ed77" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7ddc09ea53a2692d577513ff29783da5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:26:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "dd1a1119-10f1-44cc-8f84-73daa8f867da", - "x-ms-client-request-id": "7ddc09ea53a2692d577513ff29783da5", - "x-ms-correlation-request-id": "f7469943-3597-4f13-9559-1c0304a154f4", - "x-ms-ratelimit-remaining-subscription-reads": "9124", - "x-ms-request-id": "0dd2b012-2386-4c45-baed-37e795afdd15", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052644Z:f7469943-3597-4f13-9559-1c0304a154f4" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c2e0f2d7857153bc355b2955b72732d0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:26:45 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "97188933-b2c8-4b15-b85c-071c9801b0ae", - "x-ms-client-request-id": "c2e0f2d7857153bc355b2955b72732d0", - "x-ms-correlation-request-id": "492f668e-8b10-47bb-ad3e-e0f97a652d20", - "x-ms-ratelimit-remaining-subscription-reads": "9123", - "x-ms-request-id": "d7bb9c10-171d-4124-88a6-6e0c4312830b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052645Z:492f668e-8b10-47bb-ad3e-e0f97a652d20" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "92d21bcf25f99719dc47b8eef4aae48c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:26:46 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f66d41b4-4476-442d-a8ec-b47006ebc7c3", - "x-ms-client-request-id": "92d21bcf25f99719dc47b8eef4aae48c", - "x-ms-correlation-request-id": "c4e49e33-5abf-4b03-934d-22781bf58fc2", - "x-ms-ratelimit-remaining-subscription-reads": "9122", - "x-ms-request-id": "58e2de7f-e2e0-4265-8f49-a0aee375482d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052647Z:c4e49e33-5abf-4b03-934d-22781bf58fc2" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "dba951b60a33657c4c8848472ad7b130", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:26:47 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a70f95fc-a5ff-48b7-a1cf-fa21d348a53c", - "x-ms-client-request-id": "dba951b60a33657c4c8848472ad7b130", - "x-ms-correlation-request-id": "6d659de6-b940-46f9-93ec-8446aba2dc2c", - "x-ms-ratelimit-remaining-subscription-reads": "9121", - "x-ms-request-id": "9481ff4b-310f-4c80-aed0-44a01e2b4833", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052648Z:6d659de6-b940-46f9-93ec-8446aba2dc2c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "0e304243aaa6b1acd849e529ccce5f8a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:26:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ff5d159b-ec34-4c03-85af-4c27f875c4e7", - "x-ms-client-request-id": "0e304243aaa6b1acd849e529ccce5f8a", - "x-ms-correlation-request-id": "cfa690ee-e5eb-4a2f-b32c-8012e7a9ed17", - "x-ms-ratelimit-remaining-subscription-reads": "9120", - "x-ms-request-id": "ddb273dd-5799-48ca-8ec0-d043f209b120", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052649Z:cfa690ee-e5eb-4a2f-b32c-8012e7a9ed17" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "669e9c76577ec49d9e6c4670ddd16c04", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:26:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1af1dadc-a4e3-4275-bf53-7b142de84269", - "x-ms-client-request-id": "669e9c76577ec49d9e6c4670ddd16c04", - "x-ms-correlation-request-id": "f3e20024-6feb-420f-9911-01dae6c923df", - "x-ms-ratelimit-remaining-subscription-reads": "9119", - "x-ms-request-id": "4645431c-7d39-461e-8084-af3a4292d69d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052650Z:f3e20024-6feb-420f-9911-01dae6c923df" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b2aa8896d5790ce6a4f702e92452987d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:26:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d9eb67d3-79f9-41a9-a262-252257c199c7", - "x-ms-client-request-id": "b2aa8896d5790ce6a4f702e92452987d", - "x-ms-correlation-request-id": "882dc3e6-d748-405a-a173-defbda74a788", - "x-ms-ratelimit-remaining-subscription-reads": "9118", - "x-ms-request-id": "f3d8dfcc-7bb6-4184-8d0b-e2caafb89775", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052652Z:882dc3e6-d748-405a-a173-defbda74a788" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8dd0bd294a39ecb1a46b6f3a643bd307", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:26:52 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "cc12b975-a119-46ec-afe0-0924e33f81e4", - "x-ms-client-request-id": "8dd0bd294a39ecb1a46b6f3a643bd307", - "x-ms-correlation-request-id": "586b5f19-b130-4bc0-99b3-0ffadec5f8c8", - "x-ms-ratelimit-remaining-subscription-reads": "9117", - "x-ms-request-id": "2f1e0a28-67b3-4677-ace0-ffe87b019cb9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052653Z:586b5f19-b130-4bc0-99b3-0ffadec5f8c8" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "4493e1dcac23a111b692c28654b4a04b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:26:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "45049a5d-defb-41e8-946f-84425fe3c76f", - "x-ms-client-request-id": "4493e1dcac23a111b692c28654b4a04b", - "x-ms-correlation-request-id": "f726dbea-4b99-45ad-941b-a8c9310b2dc6", - "x-ms-ratelimit-remaining-subscription-reads": "9116", - "x-ms-request-id": "c33f2ead-5808-446c-9fe0-158d5a6af8bb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052654Z:f726dbea-4b99-45ad-941b-a8c9310b2dc6" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2046c8d3de004ccbd6be0e0d66aba768", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:26:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c9b408c3-3ca5-48e8-bb9a-6e8eef6a85a9", - "x-ms-client-request-id": "2046c8d3de004ccbd6be0e0d66aba768", - "x-ms-correlation-request-id": "1587600a-c2a2-4606-bc08-0ebacdc80b04", - "x-ms-ratelimit-remaining-subscription-reads": "9115", - "x-ms-request-id": "b8ffbe01-8acd-4c14-889c-e4e93603ce80", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052655Z:1587600a-c2a2-4606-bc08-0ebacdc80b04" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "420cfb2354bf7d59ac2fd7a7882a97ef", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:26:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "fab4b79f-228f-46a3-91ae-cd16517baef2", - "x-ms-client-request-id": "420cfb2354bf7d59ac2fd7a7882a97ef", - "x-ms-correlation-request-id": "ae9fc462-e7da-42ac-b6a3-8aef83d026e1", - "x-ms-ratelimit-remaining-subscription-reads": "9114", - "x-ms-request-id": "429c91db-07f0-4690-aa03-3ca65d5097a1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052657Z:ae9fc462-e7da-42ac-b6a3-8aef83d026e1" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "9c6624cbb3f5fe0616476d659e033b0a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:26:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "18f131b4-edad-4624-bb04-bc2c829a5cda", - "x-ms-client-request-id": "9c6624cbb3f5fe0616476d659e033b0a", - "x-ms-correlation-request-id": "3b82c10f-7eaa-42fc-9238-ecc45038c267", - "x-ms-ratelimit-remaining-subscription-reads": "9113", - "x-ms-request-id": "07256ed0-4ecd-4cab-b22a-9432dd0dcf17", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052658Z:3b82c10f-7eaa-42fc-9238-ecc45038c267" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "596259ea5da87f8c6ec974d10723c3ac", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:26:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f235825c-5294-483b-afb7-1d8edfdd60a6", - "x-ms-client-request-id": "596259ea5da87f8c6ec974d10723c3ac", - "x-ms-correlation-request-id": "d59c9332-2358-4914-8b04-0c29bbbcae3d", - "x-ms-ratelimit-remaining-subscription-reads": "9112", - "x-ms-request-id": "56e55b6f-2739-4532-873d-53ebc123a7bb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052659Z:d59c9332-2358-4914-8b04-0c29bbbcae3d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "41421e270b457073f40e2c78e6f4dfa9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:27:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b4753d1b-7c49-4641-a0eb-af39cc9f5d37", - "x-ms-client-request-id": "41421e270b457073f40e2c78e6f4dfa9", - "x-ms-correlation-request-id": "25fcebf3-bdbf-423e-9c54-485a37b43a7d", - "x-ms-ratelimit-remaining-subscription-reads": "9111", - "x-ms-request-id": "0f57a3d1-b2d5-4ada-9312-d11ba6077e50", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052701Z:25fcebf3-bdbf-423e-9c54-485a37b43a7d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2fbccdf43dc76e4797e62e2b3f35f6f2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:27:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e99b580d-a208-4c39-a437-6851ae0a1d10", - "x-ms-client-request-id": "2fbccdf43dc76e4797e62e2b3f35f6f2", - "x-ms-correlation-request-id": "541904e0-2327-4354-a437-a385bc522629", - "x-ms-ratelimit-remaining-subscription-reads": "9110", - "x-ms-request-id": "47e3d2c8-d421-4d52-b2a4-9524a562ac26", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052702Z:541904e0-2327-4354-a437-a385bc522629" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7f3dc183f9c0dec4e5f2659931149979", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:27:03 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2eec8a22-73c5-4996-8e6c-9bd2e0a11f5b", - "x-ms-client-request-id": "7f3dc183f9c0dec4e5f2659931149979", - "x-ms-correlation-request-id": "c9b4421b-8af1-416c-8ab2-1f360fb571f8", - "x-ms-ratelimit-remaining-subscription-reads": "9109", - "x-ms-request-id": "d5315129-afa1-4421-9ded-b6c563856a1a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052703Z:c9b4421b-8af1-416c-8ab2-1f360fb571f8" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "39dccbea9466eae4d6d4aa5edd4831bf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:27:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5eefc76a-cd98-4a61-8d1f-8d15c075e58a", - "x-ms-client-request-id": "39dccbea9466eae4d6d4aa5edd4831bf", - "x-ms-correlation-request-id": "41a28e4c-e721-4740-8707-19d189d48bcd", - "x-ms-ratelimit-remaining-subscription-reads": "9108", - "x-ms-request-id": "c116ec72-021c-4ae6-a65a-b0c2e1f2dbf3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052704Z:41a28e4c-e721-4740-8707-19d189d48bcd" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "24f439175fb6fbe808de49d5d8ae3c83", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:27:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8be70587-8be4-498c-96ce-89920c69e69c", - "x-ms-client-request-id": "24f439175fb6fbe808de49d5d8ae3c83", - "x-ms-correlation-request-id": "ea710b36-6b67-46b3-ac32-cf6fc1a6ce0c", - "x-ms-ratelimit-remaining-subscription-reads": "9107", - "x-ms-request-id": "7c70d6bc-0d9f-4870-9950-53be2ca614dc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052706Z:ea710b36-6b67-46b3-ac32-cf6fc1a6ce0c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7341b44dbd58ef8bdd53a9ec4f66019d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:27:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6ba06f99-d5c5-41df-9049-9d8907070bb0", - "x-ms-client-request-id": "7341b44dbd58ef8bdd53a9ec4f66019d", - "x-ms-correlation-request-id": "a6f0f98e-2d4e-4dee-994f-a617650500ec", - "x-ms-ratelimit-remaining-subscription-reads": "9106", - "x-ms-request-id": "44eecd04-ecb2-4124-93fd-8b56d640cfad", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052707Z:a6f0f98e-2d4e-4dee-994f-a617650500ec" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f882a5c0741f8ac2e2e131884a0f1128", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:27:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "866e2b39-b8ba-4396-8ef7-a6052ec7ffaa", - "x-ms-client-request-id": "f882a5c0741f8ac2e2e131884a0f1128", - "x-ms-correlation-request-id": "00cab243-cb96-4eae-9a13-002926064dfd", - "x-ms-ratelimit-remaining-subscription-reads": "9105", - "x-ms-request-id": "55d40e7f-b886-4e6a-9979-88cc1115dbff", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052708Z:00cab243-cb96-4eae-9a13-002926064dfd" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "28102697bd065a66ad054763b5fcaca2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:27:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5b403e11-e79b-4b65-9692-6966f3f82312", - "x-ms-client-request-id": "28102697bd065a66ad054763b5fcaca2", - "x-ms-correlation-request-id": "c5b3a02d-5278-47ee-b44e-7f197e66c14f", - "x-ms-ratelimit-remaining-subscription-reads": "9104", - "x-ms-request-id": "4edb5b47-a857-4fdd-a940-e2ae911f3f0b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052710Z:c5b3a02d-5278-47ee-b44e-7f197e66c14f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "3214acdc442cd864f1b691768c03a4cd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:27:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9cc6b823-f0c1-42c1-9252-a920ca3ae797", - "x-ms-client-request-id": "3214acdc442cd864f1b691768c03a4cd", - "x-ms-correlation-request-id": "60a054e1-8d9b-453e-9978-be84dd363a69", - "x-ms-ratelimit-remaining-subscription-reads": "9103", - "x-ms-request-id": "12f11fe9-fc25-4de1-adba-bcde22bae8e0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052711Z:60a054e1-8d9b-453e-9978-be84dd363a69" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "28548141d85502963e274a1a2d5fd4e6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:27:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5e1bcfc5-5527-4a78-88e9-46e89a3bb214", - "x-ms-client-request-id": "28548141d85502963e274a1a2d5fd4e6", - "x-ms-correlation-request-id": "395d6137-d1fc-4e99-a0e0-f69436a9ff12", - "x-ms-ratelimit-remaining-subscription-reads": "9102", - "x-ms-request-id": "fd9569c3-5726-4346-8fb0-9884889af24f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052712Z:395d6137-d1fc-4e99-a0e0-f69436a9ff12" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "9eab8e35dffa53fbc238364f2cf0ceaa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:27:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "bcaad51b-8c8b-4acc-b881-a46d41a87216", - "x-ms-client-request-id": "9eab8e35dffa53fbc238364f2cf0ceaa", - "x-ms-correlation-request-id": "6890728c-2182-4e9e-ac4e-b0f62837b5d9", - "x-ms-ratelimit-remaining-subscription-reads": "9101", - "x-ms-request-id": "cee3260a-435b-452a-91ba-8e3c3f77a4c7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052714Z:6890728c-2182-4e9e-ac4e-b0f62837b5d9" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "3421796083a7034c1511f304f949aa92", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:27:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "20fbfbc4-a91a-4ad2-8347-5175d54c70a8", - "x-ms-client-request-id": "3421796083a7034c1511f304f949aa92", - "x-ms-correlation-request-id": "fbf8397e-0857-4e91-a8aa-f77f778717b2", - "x-ms-ratelimit-remaining-subscription-reads": "9100", - "x-ms-request-id": "9dc4baa6-373c-450d-8a21-1e99fb6e2fb7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052715Z:fbf8397e-0857-4e91-a8aa-f77f778717b2" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "fd41aae1065762d38500661da147d64e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:27:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "baca2de3-0c50-495f-86cd-dde417d97e7b", - "x-ms-client-request-id": "fd41aae1065762d38500661da147d64e", - "x-ms-correlation-request-id": "c3b749d7-8d3e-4d95-9f31-3c98c9842705", - "x-ms-ratelimit-remaining-subscription-reads": "9099", - "x-ms-request-id": "b8fc5742-c20a-4f2b-8d29-e7af118f6e96", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052716Z:c3b749d7-8d3e-4d95-9f31-3c98c9842705" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b4b9a059a03eb13e42a788e8ebf75a78", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:27:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a2ab27a9-a0a3-4510-8d81-18f6135bc33e", - "x-ms-client-request-id": "b4b9a059a03eb13e42a788e8ebf75a78", - "x-ms-correlation-request-id": "b896bbb4-521d-46cb-aa6b-b64925940543", - "x-ms-ratelimit-remaining-subscription-reads": "9098", - "x-ms-request-id": "c6f691e0-bd11-4bb0-98a5-8e0e2927985d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052717Z:b896bbb4-521d-46cb-aa6b-b64925940543" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "816da48dd0ae5a52a5bfafa61d2f62ce", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:27:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a5e1ed2e-b389-4925-bb45-5f523932d270", - "x-ms-client-request-id": "816da48dd0ae5a52a5bfafa61d2f62ce", - "x-ms-correlation-request-id": "be67233d-0ec8-4628-bda4-21de6977fa30", - "x-ms-ratelimit-remaining-subscription-reads": "9097", - "x-ms-request-id": "965dae1f-954b-41c2-a29c-1bde0b8396af", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052719Z:be67233d-0ec8-4628-bda4-21de6977fa30" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "58aaa43bf69041536b90baaf7dea768d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:27:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f15842e5-ce72-43a1-a2b6-0718aaffd555", - "x-ms-client-request-id": "58aaa43bf69041536b90baaf7dea768d", - "x-ms-correlation-request-id": "44706ca0-71a5-41a2-82ad-c2b8e2602918", - "x-ms-ratelimit-remaining-subscription-reads": "9096", - "x-ms-request-id": "39c503a9-36c9-4070-8a1e-d0e9325410c4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052720Z:44706ca0-71a5-41a2-82ad-c2b8e2602918" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "fd8feea654d988a04d5e0e7ff1989412", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:27:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e6e21982-6313-491c-ab9d-ab5afbea4318", - "x-ms-client-request-id": "fd8feea654d988a04d5e0e7ff1989412", - "x-ms-correlation-request-id": "b908015a-76f4-49cd-84fe-dd64e3f5dd14", - "x-ms-ratelimit-remaining-subscription-reads": "9095", - "x-ms-request-id": "168b0d4b-5146-4a0d-a979-8399800a443e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052721Z:b908015a-76f4-49cd-84fe-dd64e3f5dd14" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "47acba45014c96e7512c161d15a3ddba", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:27:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "aa149d6b-4638-4e0f-aa5c-329fbc5987e5", - "x-ms-client-request-id": "47acba45014c96e7512c161d15a3ddba", - "x-ms-correlation-request-id": "55837e00-d0e7-4a9b-ad8d-9de5baae36f0", - "x-ms-ratelimit-remaining-subscription-reads": "9094", - "x-ms-request-id": "cb5a77ea-9f20-4bb2-a367-a58bb23a34cf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052723Z:55837e00-d0e7-4a9b-ad8d-9de5baae36f0" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2fff2148659fe7f504220b31e8d44fd3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:27:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "227ad59a-95ce-49b6-91cb-c11cd06fa65c", - "x-ms-client-request-id": "2fff2148659fe7f504220b31e8d44fd3", - "x-ms-correlation-request-id": "6e6b21d1-2317-46c1-92e4-f6dedc325254", - "x-ms-ratelimit-remaining-subscription-reads": "9093", - "x-ms-request-id": "e1d789f9-370e-44ba-a84c-ffea18233df7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052724Z:6e6b21d1-2317-46c1-92e4-f6dedc325254" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c369a8fc2f3ea54006f8acac3e8272a9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:27:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ff9c74e1-3f39-4ea2-bdc6-1e94946c65d2", - "x-ms-client-request-id": "c369a8fc2f3ea54006f8acac3e8272a9", - "x-ms-correlation-request-id": "80773cde-bc65-4247-985b-354d110a17cd", - "x-ms-ratelimit-remaining-subscription-reads": "9092", - "x-ms-request-id": "a9b68e5c-ce35-4509-b4bd-b5f62171ace5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052725Z:80773cde-bc65-4247-985b-354d110a17cd" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d03653816598e073c4c5422af6b6ae7c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:27:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f7075e83-efbf-4f97-b5b7-f9af18a580fe", - "x-ms-client-request-id": "d03653816598e073c4c5422af6b6ae7c", - "x-ms-correlation-request-id": "8d4b079c-c9cf-4da5-9b71-6f9da8ba5968", - "x-ms-ratelimit-remaining-subscription-reads": "9091", - "x-ms-request-id": "65bea65c-8b05-422a-b6c7-af8bff8b5fc6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052727Z:8d4b079c-c9cf-4da5-9b71-6f9da8ba5968" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "6d2143dc1a3a197ce05a28a6b948a981", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:27:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a0938ee9-7520-48ed-a4c9-cc2a1d8bb183", - "x-ms-client-request-id": "6d2143dc1a3a197ce05a28a6b948a981", - "x-ms-correlation-request-id": "d208273e-e28b-4a57-b9a3-9d4115eacee4", - "x-ms-ratelimit-remaining-subscription-reads": "9090", - "x-ms-request-id": "7aff170d-c978-4c0e-a3b0-bab219e1fa5d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052728Z:d208273e-e28b-4a57-b9a3-9d4115eacee4" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "94b061af7f9e963a3488fe78ec16af50", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:27:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ce7ff100-afc9-4d34-ab5d-e5136a33d4f2", - "x-ms-client-request-id": "94b061af7f9e963a3488fe78ec16af50", - "x-ms-correlation-request-id": "1217ccf5-1080-4cc1-bfae-ad5f00d47774", - "x-ms-ratelimit-remaining-subscription-reads": "9089", - "x-ms-request-id": "b2dc7a4a-32a4-474b-b4bb-2d919a7db9c1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052729Z:1217ccf5-1080-4cc1-bfae-ad5f00d47774" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "fad02f4a0460666fd61cef3e3ccc277b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:27:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0b965e34-a981-46fa-8a26-65b2d99d905c", - "x-ms-client-request-id": "fad02f4a0460666fd61cef3e3ccc277b", - "x-ms-correlation-request-id": "509e80b8-0b32-430b-9f1b-9d288af37436", - "x-ms-ratelimit-remaining-subscription-reads": "9088", - "x-ms-request-id": "9d642244-8fd5-4f93-840e-20f6f162082d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052730Z:509e80b8-0b32-430b-9f1b-9d288af37436" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "957bc11c1a055cdd088a39b11b032dca", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:27:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "dc0901a3-ac55-4ba8-a019-be4e713ff8e6", - "x-ms-client-request-id": "957bc11c1a055cdd088a39b11b032dca", - "x-ms-correlation-request-id": "bf0cab10-7f3d-4eb7-a7f4-49f1fd44d0a6", - "x-ms-ratelimit-remaining-subscription-reads": "9087", - "x-ms-request-id": "763da10d-30eb-4ec5-ad39-cdd3c05e125d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052732Z:bf0cab10-7f3d-4eb7-a7f4-49f1fd44d0a6" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "895cd8abae78aa20f149bd8290fc5a67", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:27:32 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9709a75b-a9e7-4bd3-acf1-c09752b6b771", - "x-ms-client-request-id": "895cd8abae78aa20f149bd8290fc5a67", - "x-ms-correlation-request-id": "745f30bc-cbf5-4acc-bc39-889879fd98ef", - "x-ms-ratelimit-remaining-subscription-reads": "9086", - "x-ms-request-id": "2f992ce6-2cfe-4770-9f25-d48aaba34577", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052733Z:745f30bc-cbf5-4acc-bc39-889879fd98ef" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2b5c8260199a2f4a5273f2d6cbbd4bd2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:27:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2d8ee0b9-0f9a-4c52-86fe-87119931ce3c", - "x-ms-client-request-id": "2b5c8260199a2f4a5273f2d6cbbd4bd2", - "x-ms-correlation-request-id": "c2512e1a-520d-49a5-ab00-22a14e132699", - "x-ms-ratelimit-remaining-subscription-reads": "9085", - "x-ms-request-id": "727002d1-3f98-4082-b629-09d537dc677b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052734Z:c2512e1a-520d-49a5-ab00-22a14e132699" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "639225ef9e706d03a0d0a3bb5c5bcc0b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:27:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6add0e3f-477f-4956-b371-cb6bf52a4935", - "x-ms-client-request-id": "639225ef9e706d03a0d0a3bb5c5bcc0b", - "x-ms-correlation-request-id": "4de65fad-e4e4-440c-9fa6-506d2fc28190", - "x-ms-ratelimit-remaining-subscription-reads": "9084", - "x-ms-request-id": "b4e2276d-1423-4d3a-80ed-8cad260f6d72", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052735Z:4de65fad-e4e4-440c-9fa6-506d2fc28190" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "9851d13001a7912f8e2c3704bb4ade34", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:27:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f8c182cd-7eb8-4e47-ad0b-1a3a0503579d", - "x-ms-client-request-id": "9851d13001a7912f8e2c3704bb4ade34", - "x-ms-correlation-request-id": "5e03f9cb-323f-402b-a113-4b7b4136c11d", - "x-ms-ratelimit-remaining-subscription-reads": "9083", - "x-ms-request-id": "a0f6fd0f-bf4d-4d3a-b559-eadf829a8fa5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052737Z:5e03f9cb-323f-402b-a113-4b7b4136c11d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "6a92eafef769c1f77fee8ac9768fd3f6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:27:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "24da69e4-cf7e-4dd5-99e2-a9b05e0c0242", - "x-ms-client-request-id": "6a92eafef769c1f77fee8ac9768fd3f6", - "x-ms-correlation-request-id": "2cd34edf-f68d-4c8b-9af4-dcfe35e239eb", - "x-ms-ratelimit-remaining-subscription-reads": "9082", - "x-ms-request-id": "3c52100a-431b-4ee5-97c5-09f8508dbe70", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052738Z:2cd34edf-f68d-4c8b-9af4-dcfe35e239eb" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "faa5e7a6b26ced2bf501d54467feb256", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:27:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c6eace72-1c43-4675-b2f9-535490009a40", - "x-ms-client-request-id": "faa5e7a6b26ced2bf501d54467feb256", - "x-ms-correlation-request-id": "b9a61331-f6ed-4870-9483-226a46930e3f", - "x-ms-ratelimit-remaining-subscription-reads": "9081", - "x-ms-request-id": "41f05b57-64a0-49f7-873f-67f032ff92c2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052739Z:b9a61331-f6ed-4870-9483-226a46930e3f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "71bc6ff261c838a1d98f19b876651bfe", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:27:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "af122df9-5d86-43bb-9c17-62f953782661", - "x-ms-client-request-id": "71bc6ff261c838a1d98f19b876651bfe", - "x-ms-correlation-request-id": "c47412f8-f402-41ed-ad62-59c673ec910b", - "x-ms-ratelimit-remaining-subscription-reads": "9080", - "x-ms-request-id": "1b639ea7-0a97-4d70-9469-7655464e057b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052741Z:c47412f8-f402-41ed-ad62-59c673ec910b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d45d4059e4a44cc7bfa5756822b35a80", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:27:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "fc335698-e7f1-4537-9ccb-03eaf6962488", - "x-ms-client-request-id": "d45d4059e4a44cc7bfa5756822b35a80", - "x-ms-correlation-request-id": "9a5fb9cd-2ead-45d3-8600-9c0f88828be5", - "x-ms-ratelimit-remaining-subscription-reads": "9079", - "x-ms-request-id": "c66fb9f8-baa4-4d5f-868e-46bcbf471a86", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052742Z:9a5fb9cd-2ead-45d3-8600-9c0f88828be5" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "06d7343c61d2452e456d20dc9973768f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:27:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4a7cf39b-7979-4c67-b12d-65d1aa58943c", - "x-ms-client-request-id": "06d7343c61d2452e456d20dc9973768f", - "x-ms-correlation-request-id": "86617bf6-b3bc-4d8b-8608-622eace6210f", - "x-ms-ratelimit-remaining-subscription-reads": "9078", - "x-ms-request-id": "238107a9-af82-4da2-8401-75557be70468", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052743Z:86617bf6-b3bc-4d8b-8608-622eace6210f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "26ebd6e6dda00db1a770b223ec391626", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:27:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3c41ec42-ecea-4c69-a7a8-289e3b64f3cf", - "x-ms-client-request-id": "26ebd6e6dda00db1a770b223ec391626", - "x-ms-correlation-request-id": "93020f9b-27f6-4eb7-a907-ff50a5052cc8", - "x-ms-ratelimit-remaining-subscription-reads": "9077", - "x-ms-request-id": "fd92d212-3828-4844-bce6-c4d7694c977d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052745Z:93020f9b-27f6-4eb7-a907-ff50a5052cc8" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "427b9834148ef72c12188f37c3ebb24b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:27:45 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3c418685-9fa8-4d4d-8697-69a6de870fcd", - "x-ms-client-request-id": "427b9834148ef72c12188f37c3ebb24b", - "x-ms-correlation-request-id": "e0336200-2acf-4216-9d33-47a24922df5b", - "x-ms-ratelimit-remaining-subscription-reads": "9076", - "x-ms-request-id": "91b4d97f-3509-4413-a367-ffdc2171d305", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052746Z:e0336200-2acf-4216-9d33-47a24922df5b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "4b82e52e33c85fdf83c95e61ae0a580c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:27:46 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b89c2500-b9b9-412d-8a95-9afc7454da5a", - "x-ms-client-request-id": "4b82e52e33c85fdf83c95e61ae0a580c", - "x-ms-correlation-request-id": "5963934e-5667-45ce-82b5-218f1a94e324", - "x-ms-ratelimit-remaining-subscription-reads": "9075", - "x-ms-request-id": "f3a544ad-264d-4b4f-9946-0912aedaf5d5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052747Z:5963934e-5667-45ce-82b5-218f1a94e324" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "00a7fa5634f7d101a9f314884e7a4abc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:27:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4e15cd07-c3eb-4039-b927-dcf812b7020e", - "x-ms-client-request-id": "00a7fa5634f7d101a9f314884e7a4abc", - "x-ms-correlation-request-id": "3a193172-85ed-4f9d-a0d0-2a0f5d47a238", - "x-ms-ratelimit-remaining-subscription-reads": "9074", - "x-ms-request-id": "26e71f2d-ad34-41bc-a56c-7ef383b28c1c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052748Z:3a193172-85ed-4f9d-a0d0-2a0f5d47a238" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "07f566becbb6015eb91bbfc4b5ca4807", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:27:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "dc4af6a2-9147-40ec-b6e8-61ba03b77751", - "x-ms-client-request-id": "07f566becbb6015eb91bbfc4b5ca4807", - "x-ms-correlation-request-id": "8ed41981-e551-44d7-8516-7b5fd5c06a95", - "x-ms-ratelimit-remaining-subscription-reads": "9073", - "x-ms-request-id": "3e939069-adbd-456f-b1d6-4d815177ef69", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052750Z:8ed41981-e551-44d7-8516-7b5fd5c06a95" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c9e183c0b243f953e3b0a1d41f571108", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:27:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "cab948b3-6501-4191-b383-fa7bcfa4a2df", - "x-ms-client-request-id": "c9e183c0b243f953e3b0a1d41f571108", - "x-ms-correlation-request-id": "709add32-0914-46c8-b3c0-ff7462f3aa90", - "x-ms-ratelimit-remaining-subscription-reads": "9072", - "x-ms-request-id": "7e57493f-4a10-4518-85b2-664035396b59", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052751Z:709add32-0914-46c8-b3c0-ff7462f3aa90" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "47a3a27f51158b559ba647dc753c1cdf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:27:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8a1e29ec-1bdc-4332-8d00-73a66cb77486", - "x-ms-client-request-id": "47a3a27f51158b559ba647dc753c1cdf", - "x-ms-correlation-request-id": "7df11d08-0b40-42e6-ac51-065605769bda", - "x-ms-ratelimit-remaining-subscription-reads": "9071", - "x-ms-request-id": "497d0dec-c57b-4040-8109-9b3e5e2c69e8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052752Z:7df11d08-0b40-42e6-ac51-065605769bda" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "cac80cab80980b7813fc23062989e161", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:27:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "25543b69-e6a6-4ff5-b965-d2c45d4b30d5", - "x-ms-client-request-id": "cac80cab80980b7813fc23062989e161", - "x-ms-correlation-request-id": "5f4c8734-2807-4977-8b7a-40b75682132d", - "x-ms-ratelimit-remaining-subscription-reads": "9070", - "x-ms-request-id": "99d7c793-2050-4615-b53f-5a1d924b0b60", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052753Z:5f4c8734-2807-4977-8b7a-40b75682132d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "1345b60a00266ef22d562d9c6a7783a7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:27:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "31c4426f-a638-499c-973d-8866696eb668", - "x-ms-client-request-id": "1345b60a00266ef22d562d9c6a7783a7", - "x-ms-correlation-request-id": "5101fa91-0988-4d7a-8111-3509b7566fac", - "x-ms-ratelimit-remaining-subscription-reads": "9069", - "x-ms-request-id": "c49d3ec4-0a23-469f-b13b-d1c872447d59", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052755Z:5101fa91-0988-4d7a-8111-3509b7566fac" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "1229c294468efe70299834192d4f6112", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:27:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a1ff7b7c-142c-44d7-80fd-abb0a2df50c7", - "x-ms-client-request-id": "1229c294468efe70299834192d4f6112", - "x-ms-correlation-request-id": "d33197f5-25d8-4093-b9a1-7ae7fadbcf19", - "x-ms-ratelimit-remaining-subscription-reads": "9068", - "x-ms-request-id": "07123dd2-2895-4ecc-88ae-67d7c3ef44ae", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052756Z:d33197f5-25d8-4093-b9a1-7ae7fadbcf19" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "bfd1e5c408f7aab919599c4253dca09b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:27:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "65c2db2e-a628-4dc3-a8df-26a0f8b420da", - "x-ms-client-request-id": "bfd1e5c408f7aab919599c4253dca09b", - "x-ms-correlation-request-id": "b4c1f632-9a26-4afc-b54b-df909fccaeca", - "x-ms-ratelimit-remaining-subscription-reads": "9067", - "x-ms-request-id": "49209d0d-816e-4f98-9ed0-53b1dd70e75b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052757Z:b4c1f632-9a26-4afc-b54b-df909fccaeca" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "66717c78ce60c3d34546e98ecbd941de", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:27:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0d8aa043-6d07-41c9-ba44-6c0b1a39596b", - "x-ms-client-request-id": "66717c78ce60c3d34546e98ecbd941de", - "x-ms-correlation-request-id": "48c4b81e-a8be-4216-9a19-472915d96a85", - "x-ms-ratelimit-remaining-subscription-reads": "9066", - "x-ms-request-id": "720ff28a-8a67-4767-821c-044db45335ec", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052758Z:48c4b81e-a8be-4216-9a19-472915d96a85" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "85d71bf4c3a58baf097ff835a92dab4d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:27:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "969acba3-5010-4a42-8718-03bb7da5cda6", - "x-ms-client-request-id": "85d71bf4c3a58baf097ff835a92dab4d", - "x-ms-correlation-request-id": "849fb797-3d5d-46a6-aa1a-86079b7809dd", - "x-ms-ratelimit-remaining-subscription-reads": "9065", - "x-ms-request-id": "2adc1ef9-946a-4375-b8b3-c7a47e0a4b7b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052800Z:849fb797-3d5d-46a6-aa1a-86079b7809dd" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b1a099f7fbddf5b2120e79b01f2ade40", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:28:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a266db9d-ce97-4959-a2ae-e1053dc13851", - "x-ms-client-request-id": "b1a099f7fbddf5b2120e79b01f2ade40", - "x-ms-correlation-request-id": "578c6041-3004-4b32-9bd9-709e1614e883", - "x-ms-ratelimit-remaining-subscription-reads": "9064", - "x-ms-request-id": "509f8f02-a87d-4906-930f-8491182857fa", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052801Z:578c6041-3004-4b32-9bd9-709e1614e883" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "374ebe181b04b4f5cce55de0d59d1918", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:28:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a40cea87-da7b-465f-8178-5f8bd6064b21", - "x-ms-client-request-id": "374ebe181b04b4f5cce55de0d59d1918", - "x-ms-correlation-request-id": "620c9411-af7c-4c0c-bbde-b7f2172f8374", - "x-ms-ratelimit-remaining-subscription-reads": "9063", - "x-ms-request-id": "54bd0a86-4bbe-4083-a39a-c3fc1ed7ec32", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052802Z:620c9411-af7c-4c0c-bbde-b7f2172f8374" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "32979c9b8f38f90169e173974afe6cde", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:28:03 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1d6fae03-1dde-422e-8082-841f6e68f4db", - "x-ms-client-request-id": "32979c9b8f38f90169e173974afe6cde", - "x-ms-correlation-request-id": "39ed8275-ba66-4870-abfb-2a118977531b", - "x-ms-ratelimit-remaining-subscription-reads": "9062", - "x-ms-request-id": "31bb04b8-7632-4e90-92ff-87f1f2cc4fba", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052804Z:39ed8275-ba66-4870-abfb-2a118977531b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "eb1cb8a073dfdb49a3ece4f79dd11f74", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:28:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e1d6538b-13a9-4ad7-b8c6-14ce6461752d", - "x-ms-client-request-id": "eb1cb8a073dfdb49a3ece4f79dd11f74", - "x-ms-correlation-request-id": "dce2f11b-cd5b-4470-a1ad-5a9505f2447f", - "x-ms-ratelimit-remaining-subscription-reads": "9061", - "x-ms-request-id": "493411fc-430f-4b93-9515-bfe540a172eb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052805Z:dce2f11b-cd5b-4470-a1ad-5a9505f2447f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "831561f4ac938807bc55ce22a85d6ace", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:28:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f7de3928-bee2-4ae8-9037-af714bcb8fa9", - "x-ms-client-request-id": "831561f4ac938807bc55ce22a85d6ace", - "x-ms-correlation-request-id": "50023cf3-2bbc-40a7-a566-b32614b111ef", - "x-ms-ratelimit-remaining-subscription-reads": "9060", - "x-ms-request-id": "06b7cd96-8efc-40e4-9ae7-5208ff289f19", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052806Z:50023cf3-2bbc-40a7-a566-b32614b111ef" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "1d407e792e80273853bb8e4cab095b97", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:28:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f412c3ad-cca2-4bd2-b7c2-5115a8aa21ec", - "x-ms-client-request-id": "1d407e792e80273853bb8e4cab095b97", - "x-ms-correlation-request-id": "a120ff2b-d89b-47e0-89ab-50f638a338b9", - "x-ms-ratelimit-remaining-subscription-reads": "9059", - "x-ms-request-id": "c55b4b1e-46a4-4c6a-9a09-839c34f9bebd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052807Z:a120ff2b-d89b-47e0-89ab-50f638a338b9" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e8a3fec1e8e9f44bb0942e89a5263346", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:28:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "841519b7-b428-443e-aab3-3ef8e52c0d9b", - "x-ms-client-request-id": "e8a3fec1e8e9f44bb0942e89a5263346", - "x-ms-correlation-request-id": "dd52b7ab-3687-4135-815e-2ff57f089143", - "x-ms-ratelimit-remaining-subscription-reads": "9058", - "x-ms-request-id": "90a42329-9686-4922-b00d-148ed5cf72cd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052809Z:dd52b7ab-3687-4135-815e-2ff57f089143" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "1e7e16810290c5f328ed30d71dbbddb3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:28:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "624b5b9a-6b98-42e7-b72a-6925fe4d72a1", - "x-ms-client-request-id": "1e7e16810290c5f328ed30d71dbbddb3", - "x-ms-correlation-request-id": "5e283c1a-7afa-4946-bdea-a28368f3f89c", - "x-ms-ratelimit-remaining-subscription-reads": "9057", - "x-ms-request-id": "297c043a-9073-47b0-a4d4-335b5195e898", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052810Z:5e283c1a-7afa-4946-bdea-a28368f3f89c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a96036f982b990e4334c6cecffaf822c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:28:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "bf1872de-9a00-4fe6-8ed3-b28f14600412", - "x-ms-client-request-id": "a96036f982b990e4334c6cecffaf822c", - "x-ms-correlation-request-id": "5cc5e76e-1f02-4cb3-a38e-a7f2e6c5b8e7", - "x-ms-ratelimit-remaining-subscription-reads": "9056", - "x-ms-request-id": "bef83d7b-bda2-45f7-9354-f2391cb66f7b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052811Z:5cc5e76e-1f02-4cb3-a38e-a7f2e6c5b8e7" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "95ca48873c8abf070addbffbb873d6f5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:28:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "91d34523-b471-4b92-9384-3e37d471eea9", - "x-ms-client-request-id": "95ca48873c8abf070addbffbb873d6f5", - "x-ms-correlation-request-id": "b278b841-0023-4e52-ac01-d424063143c0", - "x-ms-ratelimit-remaining-subscription-reads": "9055", - "x-ms-request-id": "46dedd43-4c7f-42c3-b616-16d4d74e87f2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052813Z:b278b841-0023-4e52-ac01-d424063143c0" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "6e907bb78ac5ff8c31edeb449607c679", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:28:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f205d741-b08a-4e07-b85f-7719dd31a904", - "x-ms-client-request-id": "6e907bb78ac5ff8c31edeb449607c679", - "x-ms-correlation-request-id": "6727dbdd-0dfa-4ef7-89e2-05aae41d0488", - "x-ms-ratelimit-remaining-subscription-reads": "9054", - "x-ms-request-id": "30eb0328-871b-4ab0-8f77-a9802a5b70e7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052814Z:6727dbdd-0dfa-4ef7-89e2-05aae41d0488" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d54f036b47f0bc282fa19edbc2e8d8bf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:28:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8a670cd2-5ab4-480f-98f9-62c3dbb6db27", - "x-ms-client-request-id": "d54f036b47f0bc282fa19edbc2e8d8bf", - "x-ms-correlation-request-id": "5c66b43f-7b5b-4219-b15c-ea8e87490886", - "x-ms-ratelimit-remaining-subscription-reads": "9053", - "x-ms-request-id": "93482d87-6e30-4c75-b0a8-1fe79530121f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052815Z:5c66b43f-7b5b-4219-b15c-ea8e87490886" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "84357675141ffd66bbca639d51c22903", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:28:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6b33b48f-c321-47f8-b744-736a9d7526f2", - "x-ms-client-request-id": "84357675141ffd66bbca639d51c22903", - "x-ms-correlation-request-id": "a43f723c-8777-47b3-9dbb-f4854b713a00", - "x-ms-ratelimit-remaining-subscription-reads": "9052", - "x-ms-request-id": "d278e265-4af5-4585-bf7c-c154f229fd99", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052816Z:a43f723c-8777-47b3-9dbb-f4854b713a00" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b490461700236f0452d33e24ebb03d48", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:28:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "093895a6-5183-46ba-8052-5099214334c8", - "x-ms-client-request-id": "b490461700236f0452d33e24ebb03d48", - "x-ms-correlation-request-id": "213df16d-4771-482d-8883-e2744e9a8605", - "x-ms-ratelimit-remaining-subscription-reads": "9051", - "x-ms-request-id": "5b6e4e52-8cb3-43e5-af83-0ed4568ac884", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052818Z:213df16d-4771-482d-8883-e2744e9a8605" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "1fce2b1542d1575a9d521a26e38b6b6c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:28:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "85841dd5-b1b1-4928-a465-ef5195a80bd3", - "x-ms-client-request-id": "1fce2b1542d1575a9d521a26e38b6b6c", - "x-ms-correlation-request-id": "825bbdbf-47ac-433f-8e32-a0cae4ff81a0", - "x-ms-ratelimit-remaining-subscription-reads": "9050", - "x-ms-request-id": "8a1daba1-1c4b-4451-9aa1-3f177e53b17b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052819Z:825bbdbf-47ac-433f-8e32-a0cae4ff81a0" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7cc49b782357749b72c6314bd542120a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:28:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "01ae253e-225b-43b8-9f6d-0e87b72ad67c", - "x-ms-client-request-id": "7cc49b782357749b72c6314bd542120a", - "x-ms-correlation-request-id": "c77121cc-0636-4e1a-8b95-7e82f1453a0d", - "x-ms-ratelimit-remaining-subscription-reads": "9049", - "x-ms-request-id": "9b606507-2e2c-4b3b-b00d-62fa0a967446", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052820Z:c77121cc-0636-4e1a-8b95-7e82f1453a0d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "26871a8d0af3d431eb3917d1e6de8bc6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:28:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ba649129-e00a-4815-8575-a3261985e94f", - "x-ms-client-request-id": "26871a8d0af3d431eb3917d1e6de8bc6", - "x-ms-correlation-request-id": "ed743830-67b9-4ed2-bbf8-2bc63d3d1a39", - "x-ms-ratelimit-remaining-subscription-reads": "9048", - "x-ms-request-id": "80fd9ceb-ceae-4205-9901-53fd84ce2476", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052822Z:ed743830-67b9-4ed2-bbf8-2bc63d3d1a39" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "4facd267c1ebf2f18f59ac0b100e815b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:28:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "aa388bc4-a666-46d2-a68a-c029c5743134", - "x-ms-client-request-id": "4facd267c1ebf2f18f59ac0b100e815b", - "x-ms-correlation-request-id": "19d1c06a-0761-4cbc-9d21-abf799534a8a", - "x-ms-ratelimit-remaining-subscription-reads": "9047", - "x-ms-request-id": "bec6f956-ab18-48c8-aeb9-383e8b2e2688", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052823Z:19d1c06a-0761-4cbc-9d21-abf799534a8a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c8980f3f44046e786af0901e0bca8e93", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:28:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6bf45868-aa0d-419d-8361-417273406d37", - "x-ms-client-request-id": "c8980f3f44046e786af0901e0bca8e93", - "x-ms-correlation-request-id": "a1ec05a7-1cc2-46b4-aa66-20abfe904d4e", - "x-ms-ratelimit-remaining-subscription-reads": "9046", - "x-ms-request-id": "d437e807-eb35-472c-a657-f3762aa1cccf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052824Z:a1ec05a7-1cc2-46b4-aa66-20abfe904d4e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "02e36b3ac295cc1e299496995d25c4dd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:28:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "28844402-9cac-4ee4-a10b-094a2d18df63", - "x-ms-client-request-id": "02e36b3ac295cc1e299496995d25c4dd", - "x-ms-correlation-request-id": "455e61c4-c54f-41cc-9eed-d539eacf78e5", - "x-ms-ratelimit-remaining-subscription-reads": "9045", - "x-ms-request-id": "5a5e3474-4e97-43a2-b24d-66ad84d12595", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052825Z:455e61c4-c54f-41cc-9eed-d539eacf78e5" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d691bcb7c24523c1593ee5fb30d3e6c5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:28:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ea50840a-f565-4ed0-986d-9458dbe01c91", - "x-ms-client-request-id": "d691bcb7c24523c1593ee5fb30d3e6c5", - "x-ms-correlation-request-id": "29817488-213f-44a5-980b-e348e45bd6f8", - "x-ms-ratelimit-remaining-subscription-reads": "9044", - "x-ms-request-id": "403c541e-bfc8-4964-86f9-8da0b4abb214", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052827Z:29817488-213f-44a5-980b-e348e45bd6f8" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a4d119cb7e2a7dc5f1cc9f6faede1044", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:28:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7acb7d36-fdb0-44df-aa98-18ed9391f73d", - "x-ms-client-request-id": "a4d119cb7e2a7dc5f1cc9f6faede1044", - "x-ms-correlation-request-id": "e7abc9cd-5209-45aa-91cc-3d8a0dd7bebf", - "x-ms-ratelimit-remaining-subscription-reads": "9043", - "x-ms-request-id": "a9f909fc-b409-41f8-b109-92ce6e9ca17b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052828Z:e7abc9cd-5209-45aa-91cc-3d8a0dd7bebf" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "4e66b32bb738784da9c0a957dd229b56", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:28:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e0489f8d-1050-46be-8261-d2836c02d526", - "x-ms-client-request-id": "4e66b32bb738784da9c0a957dd229b56", - "x-ms-correlation-request-id": "54a7e163-8b9a-4874-bb41-5a84a4b0dbe4", - "x-ms-ratelimit-remaining-subscription-reads": "9042", - "x-ms-request-id": "34ba66c3-ee05-4c11-975b-82c4307448a0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052829Z:54a7e163-8b9a-4874-bb41-5a84a4b0dbe4" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "43ced1ae1f5439b2f714e5782352757a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:28:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1365664a-260a-441d-ae8d-3c8d583dd705", - "x-ms-client-request-id": "43ced1ae1f5439b2f714e5782352757a", - "x-ms-correlation-request-id": "57a170f6-3485-458f-8fa2-7c384fc40533", - "x-ms-ratelimit-remaining-subscription-reads": "9041", - "x-ms-request-id": "5ec731ed-58ce-4794-bc71-85fd31ce25bb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052830Z:57a170f6-3485-458f-8fa2-7c384fc40533" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7dcfa12d976c148ccb58fb69d56e9fce", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:28:32 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "786f4512-6ca7-4237-8f34-902a85d607fa", - "x-ms-client-request-id": "7dcfa12d976c148ccb58fb69d56e9fce", - "x-ms-correlation-request-id": "8ddd7428-37b3-4127-a69e-19e6f1482d67", - "x-ms-ratelimit-remaining-subscription-reads": "9040", - "x-ms-request-id": "dabcf105-c2ea-4761-8bf5-95d779c5a69e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052832Z:8ddd7428-37b3-4127-a69e-19e6f1482d67" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "dcc14831cd100cef012d5723d1d45557", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:28:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c08bc46b-7ef5-4d4d-8875-2ff2ed11b0f9", - "x-ms-client-request-id": "dcc14831cd100cef012d5723d1d45557", - "x-ms-correlation-request-id": "e518c324-219c-4523-a427-40f18155d59b", - "x-ms-ratelimit-remaining-subscription-reads": "9039", - "x-ms-request-id": "f21f3b1f-a0f0-4fa4-aaba-cb9520e3d28b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052833Z:e518c324-219c-4523-a427-40f18155d59b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "3b292f4b1e5216e945b978fb23486388", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:28:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "db845aaf-9c61-4cb7-9b7f-133c9de04bbe", - "x-ms-client-request-id": "3b292f4b1e5216e945b978fb23486388", - "x-ms-correlation-request-id": "99484845-4409-4028-b4bc-62a2abb57e05", - "x-ms-ratelimit-remaining-subscription-reads": "9038", - "x-ms-request-id": "561e550a-c950-42a5-b651-2efdd02fbee8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052835Z:99484845-4409-4028-b4bc-62a2abb57e05" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "db47177498916069b1c37b3f406842f6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:28:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d46f0c95-7890-4b46-be71-dbcd35eac5b6", - "x-ms-client-request-id": "db47177498916069b1c37b3f406842f6", - "x-ms-correlation-request-id": "68a26ee9-9ebf-4a53-82c3-e2670347b1b7", - "x-ms-ratelimit-remaining-subscription-reads": "9037", - "x-ms-request-id": "b7760003-c4e6-47d2-aa03-a17293d47f5a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052836Z:68a26ee9-9ebf-4a53-82c3-e2670347b1b7" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a51ea4036444127b5eab965754f4e8b8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:28:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "58af7553-97e1-4bd4-b7cf-cde6bfc250f1", - "x-ms-client-request-id": "a51ea4036444127b5eab965754f4e8b8", - "x-ms-correlation-request-id": "a95f7b19-364d-4cda-be20-06a911482017", - "x-ms-ratelimit-remaining-subscription-reads": "9036", - "x-ms-request-id": "d1d16dcf-5e0d-4c9b-9cd4-ed010520d4ff", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052837Z:a95f7b19-364d-4cda-be20-06a911482017" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "baafcfc9798db2c6c5c98a8fa2aad5dc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:28:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "bd6b1626-9931-47cd-bd39-c9be7637ccf2", - "x-ms-client-request-id": "baafcfc9798db2c6c5c98a8fa2aad5dc", - "x-ms-correlation-request-id": "bf218528-9dc0-41a2-9a65-5fb66ca43804", - "x-ms-ratelimit-remaining-subscription-reads": "9035", - "x-ms-request-id": "efcc6c51-e2b3-4a41-a88d-a335bf7ad7a5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052839Z:bf218528-9dc0-41a2-9a65-5fb66ca43804" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7ff88177bd2a10449b347ce502120bbd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:28:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6fdf9543-dfc7-43d8-a956-a197d741c558", - "x-ms-client-request-id": "7ff88177bd2a10449b347ce502120bbd", - "x-ms-correlation-request-id": "e2d7fd47-63db-4c83-a146-d52869b52f58", - "x-ms-ratelimit-remaining-subscription-reads": "9034", - "x-ms-request-id": "4df78fa6-8c3c-4612-8583-b4ed04603ecb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052840Z:e2d7fd47-63db-4c83-a146-d52869b52f58" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7176c3da87b98969de6be07bd9ec70b4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:28:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "515e6af4-2ca8-45d8-889b-50462495b867", - "x-ms-client-request-id": "7176c3da87b98969de6be07bd9ec70b4", - "x-ms-correlation-request-id": "b3e8488a-7c6e-462c-84e8-38f2a535747c", - "x-ms-ratelimit-remaining-subscription-reads": "9033", - "x-ms-request-id": "f2f58bfe-af88-45d7-99a6-ab01cbb8fd0f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052841Z:b3e8488a-7c6e-462c-84e8-38f2a535747c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d3dfb9d568fc0b8e8b9e1f58fce0b0b3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:28:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "792eb8fd-f0be-43ac-9ace-e061f2827fd3", - "x-ms-client-request-id": "d3dfb9d568fc0b8e8b9e1f58fce0b0b3", - "x-ms-correlation-request-id": "dae763c8-008f-4e8f-987f-23b508f54594", - "x-ms-ratelimit-remaining-subscription-reads": "9032", - "x-ms-request-id": "e88589e4-e831-4c05-97ac-fa087b0e60d8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052842Z:dae763c8-008f-4e8f-987f-23b508f54594" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "deb4cdbe6433ef23186ea1bfddc837ae", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:28:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8b33a994-f713-4c0e-817c-e8420cbcc860", - "x-ms-client-request-id": "deb4cdbe6433ef23186ea1bfddc837ae", - "x-ms-correlation-request-id": "dacc1f51-6c21-4e4d-becd-1ba1f4cfcd2f", - "x-ms-ratelimit-remaining-subscription-reads": "9031", - "x-ms-request-id": "1d1593c7-e2e8-4c9c-b2db-9f406236df36", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052844Z:dacc1f51-6c21-4e4d-becd-1ba1f4cfcd2f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "4810c8c4373272c0356be61a67108cfd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:28:45 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3c09c489-6d6d-4300-afb3-973edffce3e9", - "x-ms-client-request-id": "4810c8c4373272c0356be61a67108cfd", - "x-ms-correlation-request-id": "4696d7f7-24af-4f0d-be27-6b38ed8d5eee", - "x-ms-ratelimit-remaining-subscription-reads": "9030", - "x-ms-request-id": "8272da00-9657-4283-9147-d02ad5f3d1d7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052845Z:4696d7f7-24af-4f0d-be27-6b38ed8d5eee" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "0bbd2dba9138708096f0ba8dc7cf2dc2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:28:46 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c240e1d6-c857-40b1-8df3-41538b34ce88", - "x-ms-client-request-id": "0bbd2dba9138708096f0ba8dc7cf2dc2", - "x-ms-correlation-request-id": "7a160aed-d0dc-4a54-a6d5-c452978dc772", - "x-ms-ratelimit-remaining-subscription-reads": "9029", - "x-ms-request-id": "636e9606-5acd-4809-82ba-dbc10e3a5c62", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052846Z:7a160aed-d0dc-4a54-a6d5-c452978dc772" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "3494706768d086800c42a9c87e088707", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:28:47 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "881a423b-ef2f-4dfe-81bd-4ffa8443a061", - "x-ms-client-request-id": "3494706768d086800c42a9c87e088707", - "x-ms-correlation-request-id": "214a70d4-2ede-4a67-b952-6c2dfda2ca3f", - "x-ms-ratelimit-remaining-subscription-reads": "9028", - "x-ms-request-id": "9def69dc-580d-401d-965f-2f36affd94be", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052847Z:214a70d4-2ede-4a67-b952-6c2dfda2ca3f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b004a3e12b0b3276479fb1427c33aa66", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:28:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f4cab7ea-1634-4f62-bef1-e7a49a6358c3", - "x-ms-client-request-id": "b004a3e12b0b3276479fb1427c33aa66", - "x-ms-correlation-request-id": "c8261827-e0c6-4b69-a3b0-0a5457b69501", - "x-ms-ratelimit-remaining-subscription-reads": "9027", - "x-ms-request-id": "3eed2152-80b3-4026-9b8a-85762cc08881", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052849Z:c8261827-e0c6-4b69-a3b0-0a5457b69501" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f7b3233d587b522dac36fef5e8b8f28d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:28:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6c484c75-c55c-41c6-8a6d-0037c5815090", - "x-ms-client-request-id": "f7b3233d587b522dac36fef5e8b8f28d", - "x-ms-correlation-request-id": "34b8fffb-8cc6-4109-bc5c-1cb4ba0d4457", - "x-ms-ratelimit-remaining-subscription-reads": "9026", - "x-ms-request-id": "d6357906-1f67-431a-823d-5e1cdc0cc2e5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052850Z:34b8fffb-8cc6-4109-bc5c-1cb4ba0d4457" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "23acb3687dca3bb6f962ec30b63d09d9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:28:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3a53bfd6-f9fa-4dca-95e0-d09ca801105b", - "x-ms-client-request-id": "23acb3687dca3bb6f962ec30b63d09d9", - "x-ms-correlation-request-id": "4362dd79-c6f8-49b7-a52e-04f83230f177", - "x-ms-ratelimit-remaining-subscription-reads": "9025", - "x-ms-request-id": "fa91af10-e236-4645-8cd6-9675e2174e35", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052851Z:4362dd79-c6f8-49b7-a52e-04f83230f177" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5a8a43979055888b76b203d42c814a8f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:28:52 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "720a1106-7eff-4f73-8130-4c6b952c81a0", - "x-ms-client-request-id": "5a8a43979055888b76b203d42c814a8f", - "x-ms-correlation-request-id": "fc347f7c-5618-44b6-a437-3053c30747fd", - "x-ms-ratelimit-remaining-subscription-reads": "9024", - "x-ms-request-id": "45f562fc-51f3-42f1-9dcc-23a25e0211ec", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052853Z:fc347f7c-5618-44b6-a437-3053c30747fd" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c9da24ad8786c09b6d78fd196cfc9b6f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:28:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "09d2c4c1-2cd7-43dd-9006-ff60a3a44a43", - "x-ms-client-request-id": "c9da24ad8786c09b6d78fd196cfc9b6f", - "x-ms-correlation-request-id": "7a613cb8-7679-400d-b39f-e97f1f39bfbb", - "x-ms-ratelimit-remaining-subscription-reads": "9023", - "x-ms-request-id": "411e47ab-3cb9-40b9-9d85-962063ace32f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052854Z:7a613cb8-7679-400d-b39f-e97f1f39bfbb" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a55e252d972ed8372723ac1879e10e78", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:28:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "42c47477-0114-44dd-adce-fc21b64a9ad4", - "x-ms-client-request-id": "a55e252d972ed8372723ac1879e10e78", - "x-ms-correlation-request-id": "24d69a85-f114-4f8b-b0a5-801d7e890c5b", - "x-ms-ratelimit-remaining-subscription-reads": "9022", - "x-ms-request-id": "611f8f3f-7852-4cbd-89ee-0d16842d3b74", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052855Z:24d69a85-f114-4f8b-b0a5-801d7e890c5b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "92835d173f630f53a7c9eddd93711c79", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:28:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "648d9a22-f5cd-4629-8c4f-b5082b1ef3e6", - "x-ms-client-request-id": "92835d173f630f53a7c9eddd93711c79", - "x-ms-correlation-request-id": "39ee1479-3cfa-4867-9dd0-ae3b6992228c", - "x-ms-ratelimit-remaining-subscription-reads": "9021", - "x-ms-request-id": "027fb4f8-a10a-4808-8f48-44ff73e0c89e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052856Z:39ee1479-3cfa-4867-9dd0-ae3b6992228c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "07a79416a5221560ec02a262db83478b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:28:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f107ad1c-33a4-46e5-8713-282c59d06052", - "x-ms-client-request-id": "07a79416a5221560ec02a262db83478b", - "x-ms-correlation-request-id": "eb61a05c-1fda-4267-a79c-640b13231fb1", - "x-ms-ratelimit-remaining-subscription-reads": "9020", - "x-ms-request-id": "1106dc61-0093-461e-a64e-4b2881b57c4f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052858Z:eb61a05c-1fda-4267-a79c-640b13231fb1" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "0f0284690979ee0bd24efd64aa5a44b5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:28:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "01cd5a92-a136-4fe0-b6e6-d3b48481a1a3", - "x-ms-client-request-id": "0f0284690979ee0bd24efd64aa5a44b5", - "x-ms-correlation-request-id": "45993273-fe02-4d95-9b41-9c0174c2a647", - "x-ms-ratelimit-remaining-subscription-reads": "9019", - "x-ms-request-id": "8118451a-d91d-4762-b212-788837e1b175", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052859Z:45993273-fe02-4d95-9b41-9c0174c2a647" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e4013207063a7255fc6da5619df03424", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:29:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8492a768-54c8-4502-938a-04fdcca1bc8d", - "x-ms-client-request-id": "e4013207063a7255fc6da5619df03424", - "x-ms-correlation-request-id": "ea2d6b4b-a141-421a-855f-5783e6a969e6", - "x-ms-ratelimit-remaining-subscription-reads": "9018", - "x-ms-request-id": "d2588eba-24e5-4917-984a-d66e15703e02", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052900Z:ea2d6b4b-a141-421a-855f-5783e6a969e6" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "0e7461820d6f0d0088b835d4a7fc6b92", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:29:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "822d1eb6-c0c9-4fd0-9687-b91939f2c6ba", - "x-ms-client-request-id": "0e7461820d6f0d0088b835d4a7fc6b92", - "x-ms-correlation-request-id": "8f803d1f-0d3b-41db-adc1-311dace87be2", - "x-ms-ratelimit-remaining-subscription-reads": "9017", - "x-ms-request-id": "96fa73f7-e746-4f66-9b2b-fdcde11f7ec3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052901Z:8f803d1f-0d3b-41db-adc1-311dace87be2" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a85aecbd628162502e8f120b64aa50e1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:29:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ef6e8b81-d644-41a7-937f-eda4b489fc24", - "x-ms-client-request-id": "a85aecbd628162502e8f120b64aa50e1", - "x-ms-correlation-request-id": "c50ab1ea-8b48-462b-bce4-e9bc67eca019", - "x-ms-ratelimit-remaining-subscription-reads": "9016", - "x-ms-request-id": "14fea0f5-6e49-439e-8e9a-cb4cb3a99f77", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052903Z:c50ab1ea-8b48-462b-bce4-e9bc67eca019" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "48e1d91936e6fa4531f45c82d181caff", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:29:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5bea5cc1-ec46-4f93-93b3-e7d10eed5478", - "x-ms-client-request-id": "48e1d91936e6fa4531f45c82d181caff", - "x-ms-correlation-request-id": "51405f0d-c263-4984-9c36-97e995bacb14", - "x-ms-ratelimit-remaining-subscription-reads": "9015", - "x-ms-request-id": "e8eb410e-d5f9-47a3-b011-d27742e90710", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052904Z:51405f0d-c263-4984-9c36-97e995bacb14" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b0a412028c9520a21111dfe0faf5a8de", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:29:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "918e9fba-912b-4bc8-bbaf-fecb0ada473c", - "x-ms-client-request-id": "b0a412028c9520a21111dfe0faf5a8de", - "x-ms-correlation-request-id": "da88a904-031f-4da0-80a0-ce217f9d93bd", - "x-ms-ratelimit-remaining-subscription-reads": "9014", - "x-ms-request-id": "b22547cf-9ff3-43ef-92c1-278377f1e398", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052905Z:da88a904-031f-4da0-80a0-ce217f9d93bd" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ceba5467231b86aca760768d06ce91ad", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:29:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2f0175fe-a2ec-4ea1-b75f-37576d54ca39", - "x-ms-client-request-id": "ceba5467231b86aca760768d06ce91ad", - "x-ms-correlation-request-id": "741e6e76-f43f-483c-9dc0-6e0b146b79ff", - "x-ms-ratelimit-remaining-subscription-reads": "9013", - "x-ms-request-id": "6340bf36-8947-4a1d-90c2-449b01bc9cb1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052907Z:741e6e76-f43f-483c-9dc0-6e0b146b79ff" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "510912c4a0068d4b36c036d45765003c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:29:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "42a28308-aa55-4327-8402-c1045436e3ad", - "x-ms-client-request-id": "510912c4a0068d4b36c036d45765003c", - "x-ms-correlation-request-id": "2222f2db-b0d7-4955-b4d5-d0bc194cc6cb", - "x-ms-ratelimit-remaining-subscription-reads": "9012", - "x-ms-request-id": "cedf4250-8ca6-45fc-8318-2c784243e6be", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052908Z:2222f2db-b0d7-4955-b4d5-d0bc194cc6cb" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7c1a7d4bfcc7dfe4651d083516151a43", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:29:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ae73b631-ee2b-46e8-ba0f-e25574d0dc70", - "x-ms-client-request-id": "7c1a7d4bfcc7dfe4651d083516151a43", - "x-ms-correlation-request-id": "63ec121c-5dc2-462f-8151-e7ed00aa766a", - "x-ms-ratelimit-remaining-subscription-reads": "9011", - "x-ms-request-id": "dcf1ccc1-0e54-44a9-a8bc-d283a40d70d6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052909Z:63ec121c-5dc2-462f-8151-e7ed00aa766a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e71b317f57ecc7d8082c975aecd72f41", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:29:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d251c035-6c20-4d1e-95a4-6a4577b097be", - "x-ms-client-request-id": "e71b317f57ecc7d8082c975aecd72f41", - "x-ms-correlation-request-id": "0b5eb67b-26b5-4ead-b094-ff1dc85df2d4", - "x-ms-ratelimit-remaining-subscription-reads": "9010", - "x-ms-request-id": "68565361-7e74-4e4f-bbd1-0a6108614d69", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052910Z:0b5eb67b-26b5-4ead-b094-ff1dc85df2d4" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8841396014b4c8e62e2aebe897167721", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:29:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "623603ce-99b7-4147-a172-2ed655450142", - "x-ms-client-request-id": "8841396014b4c8e62e2aebe897167721", - "x-ms-correlation-request-id": "897c2168-30a5-4a9d-8044-0296047a1e93", - "x-ms-ratelimit-remaining-subscription-reads": "9009", - "x-ms-request-id": "4eadcea5-4072-4c25-84eb-668104cd26c4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052912Z:897c2168-30a5-4a9d-8044-0296047a1e93" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2554f3a6184af450a553749a658af28e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:29:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "09093fef-a374-422e-95c9-ee5b1795512f", - "x-ms-client-request-id": "2554f3a6184af450a553749a658af28e", - "x-ms-correlation-request-id": "8f360dab-6e83-4218-bfc2-e466d07704e8", - "x-ms-ratelimit-remaining-subscription-reads": "9008", - "x-ms-request-id": "c8a82cc2-f2fc-4a40-be19-5f46b1daf3a1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052913Z:8f360dab-6e83-4218-bfc2-e466d07704e8" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "dcd5c7ee91d46b8f4b53b9c16bef2ff2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:29:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c79cf8bd-f3f2-4f13-bac7-674ef8604329", - "x-ms-client-request-id": "dcd5c7ee91d46b8f4b53b9c16bef2ff2", - "x-ms-correlation-request-id": "e7f78807-eae4-4992-a1f7-b1b0030a42fa", - "x-ms-ratelimit-remaining-subscription-reads": "9007", - "x-ms-request-id": "6f33b9ad-68d8-44d3-acb6-47b9b8589aee", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052914Z:e7f78807-eae4-4992-a1f7-b1b0030a42fa" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f8b376b5098247f7e94ce361a04c62a3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:29:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2556b9c4-217c-4e4b-ba8b-c319a68f56ba", - "x-ms-client-request-id": "f8b376b5098247f7e94ce361a04c62a3", - "x-ms-correlation-request-id": "be599459-e974-4959-a6b7-42b600380e1e", - "x-ms-ratelimit-remaining-subscription-reads": "9006", - "x-ms-request-id": "0c7db46e-b7c6-48c9-8fdf-df18cb981dbe", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052915Z:be599459-e974-4959-a6b7-42b600380e1e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d0fa5d379b41154c64e9d9f65f8e89b5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:29:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "87b99506-0d08-4f4f-896e-9e0d55218ef0", - "x-ms-client-request-id": "d0fa5d379b41154c64e9d9f65f8e89b5", - "x-ms-correlation-request-id": "65a5a338-c0bd-4428-951c-54d090fe2cb5", - "x-ms-ratelimit-remaining-subscription-reads": "9005", - "x-ms-request-id": "a4395057-6188-48d8-9b3f-04d5b2889b47", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052917Z:65a5a338-c0bd-4428-951c-54d090fe2cb5" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "efe48223f9d7e40bcf8ef387ae2dcaff", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:29:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2c539f68-9663-4bdb-a3f8-460f13ad80ad", - "x-ms-client-request-id": "efe48223f9d7e40bcf8ef387ae2dcaff", - "x-ms-correlation-request-id": "f524d1b9-668b-4674-a8f5-26aad63e836c", - "x-ms-ratelimit-remaining-subscription-reads": "9004", - "x-ms-request-id": "4cd1181d-bfbe-497b-95a4-8ca461112478", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052918Z:f524d1b9-668b-4674-a8f5-26aad63e836c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "0d8a15f05ef51ab1299e94982f00e75a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:29:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "33786448-ecfd-4959-8b6b-aefd66297779", - "x-ms-client-request-id": "0d8a15f05ef51ab1299e94982f00e75a", - "x-ms-correlation-request-id": "8d6d0ad9-b892-4285-9dba-f84acf1dec06", - "x-ms-ratelimit-remaining-subscription-reads": "9003", - "x-ms-request-id": "720d372a-081e-4ca6-adda-2769d862c94e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052919Z:8d6d0ad9-b892-4285-9dba-f84acf1dec06" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "1e3d2dc373673dcc521501b2a8c56636", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:29:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "bb772f36-99fa-4bd2-bd24-aaec34c266a9", - "x-ms-client-request-id": "1e3d2dc373673dcc521501b2a8c56636", - "x-ms-correlation-request-id": "13b6fac5-5a67-4df4-9b0f-1cb52a6c9e65", - "x-ms-ratelimit-remaining-subscription-reads": "9002", - "x-ms-request-id": "fbdf7e5b-2c1a-4121-8631-1c5c9f50592a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052921Z:13b6fac5-5a67-4df4-9b0f-1cb52a6c9e65" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "4906da1f7c04c5c0d1cac6396572b5ce", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:29:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "be2fb8fd-ca6d-4722-ba6d-e40b16a96f5c", - "x-ms-client-request-id": "4906da1f7c04c5c0d1cac6396572b5ce", - "x-ms-correlation-request-id": "31b96b82-d29f-453f-bd6f-44aa75d0102d", - "x-ms-ratelimit-remaining-subscription-reads": "9001", - "x-ms-request-id": "6749793b-2132-4b07-9823-993c93bdf52d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052922Z:31b96b82-d29f-453f-bd6f-44aa75d0102d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "81c398a6acf07d98494cbbe05dfe7263", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:29:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3ff97aa5-3a91-43a5-a1f0-551698bba885", - "x-ms-client-request-id": "81c398a6acf07d98494cbbe05dfe7263", - "x-ms-correlation-request-id": "36e3928a-33e1-499f-9896-8630d355563b", - "x-ms-ratelimit-remaining-subscription-reads": "9000", - "x-ms-request-id": "eaf2403a-2ac8-4b8c-a947-d5eaea536443", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052923Z:36e3928a-33e1-499f-9896-8630d355563b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "55795d379dfa47566c784c9cac92d7df", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:29:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "bfbb0d02-7bb7-4652-b69e-3f3028cfa488", - "x-ms-client-request-id": "55795d379dfa47566c784c9cac92d7df", - "x-ms-correlation-request-id": "26ae7647-621c-4c09-a2a1-f60f067f16ab", - "x-ms-ratelimit-remaining-subscription-reads": "8999", - "x-ms-request-id": "91cb867a-6625-4958-aad8-6041c05aec23", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052924Z:26ae7647-621c-4c09-a2a1-f60f067f16ab" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "0f0b3360e50272454188ffb7c0e068d2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:29:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "72ab2b09-8fb7-48bb-ac09-8ef6f28ada10", - "x-ms-client-request-id": "0f0b3360e50272454188ffb7c0e068d2", - "x-ms-correlation-request-id": "1de0a9b7-87e8-424e-8b93-618d63401c4a", - "x-ms-ratelimit-remaining-subscription-reads": "8998", - "x-ms-request-id": "ab9901da-3386-4f6e-8124-ce3aa3c63efb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052926Z:1de0a9b7-87e8-424e-8b93-618d63401c4a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "080163585ff909d3417c14785ffcd0b6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:29:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "56d1cc86-1377-42c0-96cb-5ad02b0f4133", - "x-ms-client-request-id": "080163585ff909d3417c14785ffcd0b6", - "x-ms-correlation-request-id": "3720713f-9592-4a5c-a946-6b518a95e984", - "x-ms-ratelimit-remaining-subscription-reads": "8997", - "x-ms-request-id": "ef3cf089-dfc5-42ab-8faf-1ab59dbfb1f1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052927Z:3720713f-9592-4a5c-a946-6b518a95e984" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2a7fdb7562f25161170613719d9f868c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:29:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "86b11321-615c-4f1f-9349-22bab0fa385f", - "x-ms-client-request-id": "2a7fdb7562f25161170613719d9f868c", - "x-ms-correlation-request-id": "74b7ed9d-7e9c-4f5b-8216-afe7103e6b58", - "x-ms-ratelimit-remaining-subscription-reads": "8996", - "x-ms-request-id": "ebb25864-b4c0-4f32-8944-bad682e8be1f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052928Z:74b7ed9d-7e9c-4f5b-8216-afe7103e6b58" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "49437a10cf9100e55f02cd85d1cd1345", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:29:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f00758d8-f09e-4f71-8cf1-c6151de555a9", - "x-ms-client-request-id": "49437a10cf9100e55f02cd85d1cd1345", - "x-ms-correlation-request-id": "2e2349e3-2445-4495-8a8f-37a7c1b465af", - "x-ms-ratelimit-remaining-subscription-reads": "8995", - "x-ms-request-id": "9bcbb358-815c-4875-8b8d-0e409d7b7617", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052929Z:2e2349e3-2445-4495-8a8f-37a7c1b465af" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e44248b83d60f6e001aff0f24b626ba2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:29:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6158cfb4-a023-4a13-95d9-bf1780a57dbe", - "x-ms-client-request-id": "e44248b83d60f6e001aff0f24b626ba2", - "x-ms-correlation-request-id": "dfe5c4c4-46d0-459d-a462-221a93904ef1", - "x-ms-ratelimit-remaining-subscription-reads": "8994", - "x-ms-request-id": "92b115af-1227-47c7-a8f3-54713217857e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052931Z:dfe5c4c4-46d0-459d-a462-221a93904ef1" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e56888f587b8a525f57fcaef94db804a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:29:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8358c6cf-05d4-4209-b3a7-1af996df2f3f", - "x-ms-client-request-id": "e56888f587b8a525f57fcaef94db804a", - "x-ms-correlation-request-id": "1532fa91-3725-4b66-a42a-d2dbcb3d5d48", - "x-ms-ratelimit-remaining-subscription-reads": "8993", - "x-ms-request-id": "da92c059-2c44-49fd-ae93-79ee24a0bc39", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052932Z:1532fa91-3725-4b66-a42a-d2dbcb3d5d48" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "54b9cdf2a15dd22b994d47e1def3b4fd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:29:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "645afd75-9177-4511-a4c3-b4aa608f562d", - "x-ms-client-request-id": "54b9cdf2a15dd22b994d47e1def3b4fd", - "x-ms-correlation-request-id": "e391c5e6-e9ea-4fc7-ad8e-24fbcc9ff5f9", - "x-ms-ratelimit-remaining-subscription-reads": "8992", - "x-ms-request-id": "4dc35e43-eae1-42d0-8e02-8d9de26d4127", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052933Z:e391c5e6-e9ea-4fc7-ad8e-24fbcc9ff5f9" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "48902b972e64308d239ceee173f06126", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:29:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6fa9f399-5c01-4188-a57c-a0f81469efde", - "x-ms-client-request-id": "48902b972e64308d239ceee173f06126", - "x-ms-correlation-request-id": "d0cab572-3ba3-4ea9-83d2-200a169b63da", - "x-ms-ratelimit-remaining-subscription-reads": "8991", - "x-ms-request-id": "c2d2251a-67b2-4c00-aa9d-a9195972ef88", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052935Z:d0cab572-3ba3-4ea9-83d2-200a169b63da" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7effa62e16a853445c964b6a3f44c602", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:29:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8d03cefd-0ad0-4941-8f57-e9f7a54651e2", - "x-ms-client-request-id": "7effa62e16a853445c964b6a3f44c602", - "x-ms-correlation-request-id": "5b0c4570-13fb-4419-a0e8-56c38f1c54b1", - "x-ms-ratelimit-remaining-subscription-reads": "8990", - "x-ms-request-id": "bff118cb-c418-4589-8b67-7e7b0c0e1784", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052936Z:5b0c4570-13fb-4419-a0e8-56c38f1c54b1" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "6958cdca374bc4e5408831c1b24a5ea8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:29:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "70c68206-6e91-42f2-8b20-27148fd8f48b", - "x-ms-client-request-id": "6958cdca374bc4e5408831c1b24a5ea8", - "x-ms-correlation-request-id": "2755da5d-956b-41cf-aed4-1b7d893a0932", - "x-ms-ratelimit-remaining-subscription-reads": "8989", - "x-ms-request-id": "34332179-8557-4132-9f07-5c40bb104d0c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052937Z:2755da5d-956b-41cf-aed4-1b7d893a0932" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "38b221ec36f38154e63ceccde222f1df", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:29:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b84bf637-8f68-4a16-8967-c49190794815", - "x-ms-client-request-id": "38b221ec36f38154e63ceccde222f1df", - "x-ms-correlation-request-id": "cb65d038-d80d-4e54-b921-c12d96ce4b80", - "x-ms-ratelimit-remaining-subscription-reads": "8988", - "x-ms-request-id": "b195b505-c440-4115-ad1f-d42361e8aa67", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052939Z:cb65d038-d80d-4e54-b921-c12d96ce4b80" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a516ecd5f898f6dbc03b3d1fe483a111", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:29:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9ba67eb4-7fa2-40ce-b9a9-c0a1b5a78215", - "x-ms-client-request-id": "a516ecd5f898f6dbc03b3d1fe483a111", - "x-ms-correlation-request-id": "7e6ab9aa-0d6e-44ff-87e0-4ebb01d04f4d", - "x-ms-ratelimit-remaining-subscription-reads": "8987", - "x-ms-request-id": "60896fd9-d0fb-4f18-ac74-82759e1c5e2f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052940Z:7e6ab9aa-0d6e-44ff-87e0-4ebb01d04f4d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "1e7ea2378e91940f79d6820f4b17e21d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:29:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "095274d3-47b7-495a-81e7-8756f54ae925", - "x-ms-client-request-id": "1e7ea2378e91940f79d6820f4b17e21d", - "x-ms-correlation-request-id": "f20ee056-e07a-4be7-bf52-806f66392fe3", - "x-ms-ratelimit-remaining-subscription-reads": "8986", - "x-ms-request-id": "f1d16ded-994f-41f9-8600-56c2249079a3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052941Z:f20ee056-e07a-4be7-bf52-806f66392fe3" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c6eb5297b934f31045bb78b8f8359c63", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:29:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0cd564c9-4686-4f4f-a2e8-c142245ac0ba", - "x-ms-client-request-id": "c6eb5297b934f31045bb78b8f8359c63", - "x-ms-correlation-request-id": "c6dc253a-3181-4cda-a61f-88f13af32025", - "x-ms-ratelimit-remaining-subscription-reads": "8985", - "x-ms-request-id": "2992c34c-109d-4b18-bd66-1f30f9e8c0d3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052943Z:c6dc253a-3181-4cda-a61f-88f13af32025" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "4096db9ad2a3474ddc822cc175ccaba8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:29:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a42b287d-2216-46f7-92eb-4abb59ea8019", - "x-ms-client-request-id": "4096db9ad2a3474ddc822cc175ccaba8", - "x-ms-correlation-request-id": "c8bac22b-9be4-427a-ab18-3605caa8f6bf", - "x-ms-ratelimit-remaining-subscription-reads": "8984", - "x-ms-request-id": "db2b8823-b447-4bff-be8d-fddf7950b123", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052944Z:c8bac22b-9be4-427a-ab18-3605caa8f6bf" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "92872059da987edc928bd8d516579b43", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:29:45 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "386c5f7e-f944-4c10-907b-a6792f09bc99", - "x-ms-client-request-id": "92872059da987edc928bd8d516579b43", - "x-ms-correlation-request-id": "6faea847-fb44-4484-8ab9-f01fa609daba", - "x-ms-ratelimit-remaining-subscription-reads": "8983", - "x-ms-request-id": "f8dbede1-5133-40c7-a52c-0b6302a320ad", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052945Z:6faea847-fb44-4484-8ab9-f01fa609daba" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "70741f3aa181c57a04a3e9b28d4e7d79", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:29:46 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6b8b84e4-4017-4bac-86f0-5a155fad7512", - "x-ms-client-request-id": "70741f3aa181c57a04a3e9b28d4e7d79", - "x-ms-correlation-request-id": "1e2c6419-c11c-4c3c-b008-2f811de2e196", - "x-ms-ratelimit-remaining-subscription-reads": "8982", - "x-ms-request-id": "0fb02d46-2da6-4107-b7c0-156d8e126250", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052946Z:1e2c6419-c11c-4c3c-b008-2f811de2e196" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d85ecf100aadc0cbfe18ad18f9773185", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:29:47 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e1d49112-4cbc-4f52-9305-778e697b455b", - "x-ms-client-request-id": "d85ecf100aadc0cbfe18ad18f9773185", - "x-ms-correlation-request-id": "c95310bb-a872-4478-8f03-09186fab0c10", - "x-ms-ratelimit-remaining-subscription-reads": "8981", - "x-ms-request-id": "40e0fd98-cba0-4eee-9414-fd40f37682a8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052948Z:c95310bb-a872-4478-8f03-09186fab0c10" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5687e8e63b58b726a6c18df4f02af043", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:29:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ba9f7bf6-6018-47db-add1-d622f594ed01", - "x-ms-client-request-id": "5687e8e63b58b726a6c18df4f02af043", - "x-ms-correlation-request-id": "235773a3-7b23-4964-984d-a5af0c7b9481", - "x-ms-ratelimit-remaining-subscription-reads": "8980", - "x-ms-request-id": "a841c045-95cb-4882-bdb5-316d59d5db75", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052949Z:235773a3-7b23-4964-984d-a5af0c7b9481" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "46c55f0dc3f8309653b47169f461cc8c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:29:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2bb3633f-d3c4-47b0-b6fc-dcc04d3a1963", - "x-ms-client-request-id": "46c55f0dc3f8309653b47169f461cc8c", - "x-ms-correlation-request-id": "83e4ff97-fde1-4064-af86-9c609e38dc25", - "x-ms-ratelimit-remaining-subscription-reads": "8979", - "x-ms-request-id": "9d25273b-0302-4e7f-a608-a5c5c00f9019", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052950Z:83e4ff97-fde1-4064-af86-9c609e38dc25" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a4cc647227c7d421a8a732eb7cd6cfd4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:29:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9a35f8ea-68c8-4e0e-83e0-8a864f117811", - "x-ms-client-request-id": "a4cc647227c7d421a8a732eb7cd6cfd4", - "x-ms-correlation-request-id": "33c994c2-a708-4747-addf-38488156a5e6", - "x-ms-ratelimit-remaining-subscription-reads": "8978", - "x-ms-request-id": "51059241-7922-4acd-8734-1dd379e1727d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052952Z:33c994c2-a708-4747-addf-38488156a5e6" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "990b6a27eab2228c525702a4c9bdc344", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:29:52 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5d079e2d-f40d-4212-a8a2-511b05654fa3", - "x-ms-client-request-id": "990b6a27eab2228c525702a4c9bdc344", - "x-ms-correlation-request-id": "374362cd-a2c2-4d6a-a435-935c8855738c", - "x-ms-ratelimit-remaining-subscription-reads": "8977", - "x-ms-request-id": "32bdd90b-b978-412d-91c5-a707efafdce5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052953Z:374362cd-a2c2-4d6a-a435-935c8855738c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8b8100f54b5ee67c3ef19d5091aab47c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:29:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ea8a42b3-7ab4-472c-8055-9d23ba697b43", - "x-ms-client-request-id": "8b8100f54b5ee67c3ef19d5091aab47c", - "x-ms-correlation-request-id": "91fe7341-e96e-4dce-b049-26e4372c0441", - "x-ms-ratelimit-remaining-subscription-reads": "8976", - "x-ms-request-id": "5e6d9f82-8332-4b1f-bb64-96cbe651a9f4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052954Z:91fe7341-e96e-4dce-b049-26e4372c0441" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "89429de4325688dad8a9526f247d0aeb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:29:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a54516c8-18bd-47f6-930f-82d2abdc700a", - "x-ms-client-request-id": "89429de4325688dad8a9526f247d0aeb", - "x-ms-correlation-request-id": "4122b851-c2f2-40c7-a158-b54bdf179d8b", - "x-ms-ratelimit-remaining-subscription-reads": "8975", - "x-ms-request-id": "07da12aa-bbdd-426a-ba50-1becd0d47354", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052956Z:4122b851-c2f2-40c7-a158-b54bdf179d8b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7bf5ede44355db75ed255bc04c3b91a7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:29:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b623f31f-abda-4372-8f45-88bf5c4c7442", - "x-ms-client-request-id": "7bf5ede44355db75ed255bc04c3b91a7", - "x-ms-correlation-request-id": "ab16a3f8-3530-456e-a40e-56503ff8feb5", - "x-ms-ratelimit-remaining-subscription-reads": "8974", - "x-ms-request-id": "fbd2c591-6ebd-4e55-a942-f7ee2cc17933", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052957Z:ab16a3f8-3530-456e-a40e-56503ff8feb5" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2cbf86a2397ac3ee26f9b3b5f90cc1c1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:29:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7051c618-5814-4649-b74a-37a898b86688", - "x-ms-client-request-id": "2cbf86a2397ac3ee26f9b3b5f90cc1c1", - "x-ms-correlation-request-id": "4930879c-906a-45c6-a863-f2d445dff40a", - "x-ms-ratelimit-remaining-subscription-reads": "8973", - "x-ms-request-id": "3f6d8f97-619f-41d2-a35b-dc3eea759a7f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052958Z:4930879c-906a-45c6-a863-f2d445dff40a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a36cb2e638b4a12727679c30d6193b9c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:29:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "fe6e5bfb-42b1-4005-b527-d1271ff43764", - "x-ms-client-request-id": "a36cb2e638b4a12727679c30d6193b9c", - "x-ms-correlation-request-id": "d22f51a8-ed50-4cb8-8aae-e0e01fff6fb1", - "x-ms-ratelimit-remaining-subscription-reads": "8972", - "x-ms-request-id": "25ce8978-cea3-4961-8fab-6ebc29424189", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T052959Z:d22f51a8-ed50-4cb8-8aae-e0e01fff6fb1" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "9ecdaa17ddbdab70ff31545c90c0e2e0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:30:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "163e9ae5-42a3-464d-a686-541f677271e5", - "x-ms-client-request-id": "9ecdaa17ddbdab70ff31545c90c0e2e0", - "x-ms-correlation-request-id": "de46ff85-81a4-4e7c-9da3-96dd67d25b6e", - "x-ms-ratelimit-remaining-subscription-reads": "9208", - "x-ms-request-id": "c735131f-143b-46dd-9c61-fc81bad77d31", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053001Z:de46ff85-81a4-4e7c-9da3-96dd67d25b6e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "9ada9a63edcf6af35e1e04139cbded0c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:30:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f2b7eae5-c830-424c-a6e4-f79fd5a60c51", - "x-ms-client-request-id": "9ada9a63edcf6af35e1e04139cbded0c", - "x-ms-correlation-request-id": "9bc97ed7-5a40-4c22-8d3b-f270794b42fe", - "x-ms-ratelimit-remaining-subscription-reads": "9207", - "x-ms-request-id": "db54c8b2-d8b8-4821-b29e-d75cc9918cb6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053002Z:9bc97ed7-5a40-4c22-8d3b-f270794b42fe" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "4e9d16bd233f080341c0a482e3ca1166", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:30:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d5b8fbb2-5d3d-4bf6-b4de-ee9a36086bb7", - "x-ms-client-request-id": "4e9d16bd233f080341c0a482e3ca1166", - "x-ms-correlation-request-id": "d674fe21-68e1-43c5-b4a1-dd7258b7b392", - "x-ms-ratelimit-remaining-subscription-reads": "9206", - "x-ms-request-id": "262a1e5e-cbf4-484c-8f3e-6339f96031ff", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053003Z:d674fe21-68e1-43c5-b4a1-dd7258b7b392" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "3bcdbc84a13f2accb7633f9fd95c0e41", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:30:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ef7fc03e-15c0-4b50-b5d8-60a493fa25f4", - "x-ms-client-request-id": "3bcdbc84a13f2accb7633f9fd95c0e41", - "x-ms-correlation-request-id": "0f9cfb05-4b36-417f-a473-5176ff4e60bf", - "x-ms-ratelimit-remaining-subscription-reads": "9205", - "x-ms-request-id": "3e349b35-9f40-4aee-b180-e56b962b1d96", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053005Z:0f9cfb05-4b36-417f-a473-5176ff4e60bf" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "799e484493233fa097d1580f49708693", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:30:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "dc9a4fd9-4137-46ea-8da5-e67292416d31", - "x-ms-client-request-id": "799e484493233fa097d1580f49708693", - "x-ms-correlation-request-id": "8d5d55b9-66e9-4b46-8b37-02f536facc5a", - "x-ms-ratelimit-remaining-subscription-reads": "9204", - "x-ms-request-id": "c43c0f88-f550-47e3-9da3-92dba7f373d2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053006Z:8d5d55b9-66e9-4b46-8b37-02f536facc5a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e08e9e0cb1f01ccd4a7396dce4632fe4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:30:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c599ed77-aada-4ca4-b1a5-331d62a218c6", - "x-ms-client-request-id": "e08e9e0cb1f01ccd4a7396dce4632fe4", - "x-ms-correlation-request-id": "4241de05-4581-44e6-960f-153ad13f46e1", - "x-ms-ratelimit-remaining-subscription-reads": "9203", - "x-ms-request-id": "2716cc57-a03c-4940-847c-1489e6c98978", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053007Z:4241de05-4581-44e6-960f-153ad13f46e1" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "9b3e62b1982cf1431b8da46e48bde047", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:30:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "169a214d-b6df-4c25-a2c5-0f862fbd0b56", - "x-ms-client-request-id": "9b3e62b1982cf1431b8da46e48bde047", - "x-ms-correlation-request-id": "7478f514-f0a4-4a6f-a790-e57d3c2e7ac4", - "x-ms-ratelimit-remaining-subscription-reads": "9202", - "x-ms-request-id": "355e80ac-bc9e-4d90-9a42-c26c071b9435", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053008Z:7478f514-f0a4-4a6f-a790-e57d3c2e7ac4" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "3a93abdc2ecd92517b822fb0fdc45a34", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:30:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5e84928f-5c31-4adb-b1ef-028efdf7b119", - "x-ms-client-request-id": "3a93abdc2ecd92517b822fb0fdc45a34", - "x-ms-correlation-request-id": "2dc91549-aaa8-4187-bf36-8a3266643d9a", - "x-ms-ratelimit-remaining-subscription-reads": "9201", - "x-ms-request-id": "9eae7c95-d7ca-4313-b766-bd6503c2e151", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053010Z:2dc91549-aaa8-4187-bf36-8a3266643d9a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e75d74a1ea3274675b9dc4620d5ed38c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:30:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5132990e-38b9-4cae-97a6-26e9ec38c5a5", - "x-ms-client-request-id": "e75d74a1ea3274675b9dc4620d5ed38c", - "x-ms-correlation-request-id": "90f75531-bbe9-4c1f-9f58-6b39a34f749e", - "x-ms-ratelimit-remaining-subscription-reads": "9200", - "x-ms-request-id": "d4293e8b-83d0-4019-98d7-f5065bac95a7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053011Z:90f75531-bbe9-4c1f-9f58-6b39a34f749e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "39ff4f92f4d0831610ab20aa6892f457", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:30:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "90b886d8-d0a4-468e-98e0-b87b815d1edd", - "x-ms-client-request-id": "39ff4f92f4d0831610ab20aa6892f457", - "x-ms-correlation-request-id": "44b0ea8d-416f-4e21-b57c-9ca8d920b9cf", - "x-ms-ratelimit-remaining-subscription-reads": "9199", - "x-ms-request-id": "d8d80e4d-6514-4609-b018-b877dab0cd2d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053012Z:44b0ea8d-416f-4e21-b57c-9ca8d920b9cf" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d4cc6f32f960f215441edf3069ef851c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:30:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0b85e8f6-42a8-42d1-8579-744efcccb744", - "x-ms-client-request-id": "d4cc6f32f960f215441edf3069ef851c", - "x-ms-correlation-request-id": "2a777433-5a2b-44b1-a055-5504fbf23a70", - "x-ms-ratelimit-remaining-subscription-reads": "9198", - "x-ms-request-id": "faef15d1-80fe-4a80-8454-3cb0372e9e29", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053014Z:2a777433-5a2b-44b1-a055-5504fbf23a70" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ad1da2ae21c4ac645dd9d686c9bd0bc8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:30:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f706e1ea-43d4-4638-92d9-ea37dd1de975", - "x-ms-client-request-id": "ad1da2ae21c4ac645dd9d686c9bd0bc8", - "x-ms-correlation-request-id": "71196556-021f-4c91-b671-62a487ff1b7f", - "x-ms-ratelimit-remaining-subscription-reads": "9197", - "x-ms-request-id": "6d23fecb-4659-4898-a9d9-d9e5de60a5f4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053015Z:71196556-021f-4c91-b671-62a487ff1b7f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "9d2f6da9ff92992b3a0df4b115e61a21", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:30:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2b282c60-c68a-4984-9cf5-76863e1f4d8e", - "x-ms-client-request-id": "9d2f6da9ff92992b3a0df4b115e61a21", - "x-ms-correlation-request-id": "2555a1b5-0419-4497-a562-9a63094b0bd1", - "x-ms-ratelimit-remaining-subscription-reads": "9196", - "x-ms-request-id": "42485db9-5489-49ab-a524-bb309e48d256", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053016Z:2555a1b5-0419-4497-a562-9a63094b0bd1" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c6fb0426467411920b1f7787228e2886", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:30:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ab31350f-2384-44ea-92ca-b8ccb8c8e9ea", - "x-ms-client-request-id": "c6fb0426467411920b1f7787228e2886", - "x-ms-correlation-request-id": "deeb7bcf-8112-4dee-9d4e-3926d89678b1", - "x-ms-ratelimit-remaining-subscription-reads": "9195", - "x-ms-request-id": "df18532c-318a-4c50-98ce-bbc9012dc4b6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053018Z:deeb7bcf-8112-4dee-9d4e-3926d89678b1" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "fb861712e7bfae89778473b72cb29776", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:30:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7e073364-492a-4769-9a0c-9314f4df960f", - "x-ms-client-request-id": "fb861712e7bfae89778473b72cb29776", - "x-ms-correlation-request-id": "2116799f-8a42-41e8-8d7a-bd0b2e09bc64", - "x-ms-ratelimit-remaining-subscription-reads": "9194", - "x-ms-request-id": "e0df6361-3271-42d2-b274-a400e6251b8d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053019Z:2116799f-8a42-41e8-8d7a-bd0b2e09bc64" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c560b4bf45c16353da1e917288a476ac", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:30:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "fd34b3de-1553-4d66-b433-cdc1c5036916", - "x-ms-client-request-id": "c560b4bf45c16353da1e917288a476ac", - "x-ms-correlation-request-id": "53eeab2c-5d39-45bf-a98e-0213d0e6e5b3", - "x-ms-ratelimit-remaining-subscription-reads": "9193", - "x-ms-request-id": "aa3ee65c-0ab2-4241-8641-7ec7c1b1d730", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053020Z:53eeab2c-5d39-45bf-a98e-0213d0e6e5b3" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "fd9f6ee41e603e627a4d4ef0d3dbe459", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:30:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "505d8024-570b-4f3b-ae03-cc67696e7569", - "x-ms-client-request-id": "fd9f6ee41e603e627a4d4ef0d3dbe459", - "x-ms-correlation-request-id": "5ba65bc0-9a3b-4d91-bb28-fbdc60b72439", - "x-ms-ratelimit-remaining-subscription-reads": "9192", - "x-ms-request-id": "b6ae0a0f-10c7-4d67-a935-b3d5892640d0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053021Z:5ba65bc0-9a3b-4d91-bb28-fbdc60b72439" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "6ec80088622dccc5c32321a1551726d3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:30:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f2dfe387-3dd0-4485-b9d0-66a621726ec2", - "x-ms-client-request-id": "6ec80088622dccc5c32321a1551726d3", - "x-ms-correlation-request-id": "9e77c2a2-a7a7-45c0-9437-c65b77297c15", - "x-ms-ratelimit-remaining-subscription-reads": "9191", - "x-ms-request-id": "350ede08-c9bb-438c-b8d5-7aadc480d3d4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053023Z:9e77c2a2-a7a7-45c0-9437-c65b77297c15" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "bed2c60d9a12a01652224b74f76390fe", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:30:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "18c5b97c-99c7-4170-80c5-80fe9a2e2fb4", - "x-ms-client-request-id": "bed2c60d9a12a01652224b74f76390fe", - "x-ms-correlation-request-id": "94a05340-c1c4-4480-bbfd-7154b140f0ca", - "x-ms-ratelimit-remaining-subscription-reads": "9190", - "x-ms-request-id": "308a6d8d-6742-440a-adf7-d9005737b27d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053024Z:94a05340-c1c4-4480-bbfd-7154b140f0ca" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "88ea383908dc817ea8d2393cfdc1e862", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:30:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7f4622da-2ca5-4e56-8d82-962cf9ef8f80", - "x-ms-client-request-id": "88ea383908dc817ea8d2393cfdc1e862", - "x-ms-correlation-request-id": "0b613d7a-148c-42e1-9c9c-1bac36819f54", - "x-ms-ratelimit-remaining-subscription-reads": "9189", - "x-ms-request-id": "c5344f23-a490-44a1-8daa-eef69bf9a895", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053025Z:0b613d7a-148c-42e1-9c9c-1bac36819f54" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "0ce27b272509ee46e9271c0b1751d560", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:30:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ba17e258-6b80-4941-a0c0-24758caf05e3", - "x-ms-client-request-id": "0ce27b272509ee46e9271c0b1751d560", - "x-ms-correlation-request-id": "ae3c4c87-a453-45cd-814a-e4153cdcdd3d", - "x-ms-ratelimit-remaining-subscription-reads": "9188", - "x-ms-request-id": "50436667-7edc-4a31-a8c7-1bf14ce96d75", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053026Z:ae3c4c87-a453-45cd-814a-e4153cdcdd3d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "1d6722939d2d05f74850153f60daa391", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:30:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "93ebe298-95ca-4ae1-85f2-7d39832d4fff", - "x-ms-client-request-id": "1d6722939d2d05f74850153f60daa391", - "x-ms-correlation-request-id": "78589f36-9b87-4ea6-9dc6-6761e454c4d4", - "x-ms-ratelimit-remaining-subscription-reads": "9187", - "x-ms-request-id": "8b2184fb-165a-4da7-b129-9bbe8db70972", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053028Z:78589f36-9b87-4ea6-9dc6-6761e454c4d4" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7c4de839838014f5f1fb9eb4ec736a57", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:30:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3005affe-17e7-4da3-88a0-8f822244eb3d", - "x-ms-client-request-id": "7c4de839838014f5f1fb9eb4ec736a57", - "x-ms-correlation-request-id": "ca9760ca-9db1-4d97-8fdf-42726ef5d2d5", - "x-ms-ratelimit-remaining-subscription-reads": "9186", - "x-ms-request-id": "73ceacdc-192f-4c4c-b0f9-3d068678605f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053029Z:ca9760ca-9db1-4d97-8fdf-42726ef5d2d5" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "dba9d9fdcb59893583ddc4b80f078d0f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:30:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ae2d218e-e39c-43f3-bde0-35b0f06e1a78", - "x-ms-client-request-id": "dba9d9fdcb59893583ddc4b80f078d0f", - "x-ms-correlation-request-id": "a0bf71bc-80d5-4461-9afd-8a99941e730b", - "x-ms-ratelimit-remaining-subscription-reads": "9185", - "x-ms-request-id": "5c751fd0-ee28-41c9-972d-6189c0e065bb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053030Z:a0bf71bc-80d5-4461-9afd-8a99941e730b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2ed18a8359040fe02c532b31fe4218d4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:30:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1098170a-d661-4710-847c-b7f8bed7f0c4", - "x-ms-client-request-id": "2ed18a8359040fe02c532b31fe4218d4", - "x-ms-correlation-request-id": "693b4668-4bf6-4f5c-9585-86e554b800ed", - "x-ms-ratelimit-remaining-subscription-reads": "9184", - "x-ms-request-id": "a8675227-f403-4746-a602-e1d13190db8d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053032Z:693b4668-4bf6-4f5c-9585-86e554b800ed" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8742bee6c8306e37b3c3f8a2bf3d04ea", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:30:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "54f68571-90dd-4201-a5e0-eea92de7a3a7", - "x-ms-client-request-id": "8742bee6c8306e37b3c3f8a2bf3d04ea", - "x-ms-correlation-request-id": "1f03fdf1-ad9a-4110-9eed-e0ed4b37bfe5", - "x-ms-ratelimit-remaining-subscription-reads": "9183", - "x-ms-request-id": "9a5e4dae-51e2-4153-a633-23305b8e014c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053033Z:1f03fdf1-ad9a-4110-9eed-e0ed4b37bfe5" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "61318f6e3ba2a453f89aae069f038a41", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:30:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "fc2f1d9c-2bb1-4923-bb74-f01c099b3a7d", - "x-ms-client-request-id": "61318f6e3ba2a453f89aae069f038a41", - "x-ms-correlation-request-id": "3e956934-5271-45a4-bd32-0ce849138fe7", - "x-ms-ratelimit-remaining-subscription-reads": "9182", - "x-ms-request-id": "362581d1-effd-4477-8172-50777047c4d6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053034Z:3e956934-5271-45a4-bd32-0ce849138fe7" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "51d1efc506c4bade53637b40603e4fee", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:30:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6c64ae27-de2f-424a-b892-89b5f71ba8ee", - "x-ms-client-request-id": "51d1efc506c4bade53637b40603e4fee", - "x-ms-correlation-request-id": "15ab73a7-56ab-406e-aa17-0f2709e5d8a8", - "x-ms-ratelimit-remaining-subscription-reads": "9181", - "x-ms-request-id": "809a3f4d-f24a-451e-a5ac-ca91fd3def96", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053035Z:15ab73a7-56ab-406e-aa17-0f2709e5d8a8" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "6fc3414fb711ab326a9e8e961931ceaf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:30:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "bfe1f026-ed30-47dd-9eba-0f31eaffc3d0", - "x-ms-client-request-id": "6fc3414fb711ab326a9e8e961931ceaf", - "x-ms-correlation-request-id": "2792ebbf-45db-4090-b31f-e338b07a42a1", - "x-ms-ratelimit-remaining-subscription-reads": "9180", - "x-ms-request-id": "ee55ad15-a02c-41bd-b81b-7f0a8fcf448e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053037Z:2792ebbf-45db-4090-b31f-e338b07a42a1" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d0ddb739b26c6725b0760d3ebf1343ba", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:30:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9828c0eb-80e9-491b-b03d-51750b7df2ea", - "x-ms-client-request-id": "d0ddb739b26c6725b0760d3ebf1343ba", - "x-ms-correlation-request-id": "0e83d63d-22e6-4bdc-812e-605f5663785c", - "x-ms-ratelimit-remaining-subscription-reads": "9179", - "x-ms-request-id": "6c413063-55ab-4eb7-9ece-7b2a4bcde461", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053038Z:0e83d63d-22e6-4bdc-812e-605f5663785c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5eb7c04a1b400d30bd25e6267848a122", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:30:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0a2a6ea7-3cdb-48bb-a135-16996baad4c5", - "x-ms-client-request-id": "5eb7c04a1b400d30bd25e6267848a122", - "x-ms-correlation-request-id": "89f74612-2a55-4316-a5ab-ec3fdbe67c0e", - "x-ms-ratelimit-remaining-subscription-reads": "9178", - "x-ms-request-id": "769ae65a-a1e1-4aaa-b5e5-e76aa69d35ac", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053039Z:89f74612-2a55-4316-a5ab-ec3fdbe67c0e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a807cb947f619c821b5cbe9aa9f3ec57", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:30:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "48b8aace-e96b-44cb-a3c1-f5e5c0ee20d4", - "x-ms-client-request-id": "a807cb947f619c821b5cbe9aa9f3ec57", - "x-ms-correlation-request-id": "4d3522d6-2268-42ae-97d5-aad84321593c", - "x-ms-ratelimit-remaining-subscription-reads": "9177", - "x-ms-request-id": "f4390a5e-0214-4ac6-9a6b-71cefae5c9a3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053041Z:4d3522d6-2268-42ae-97d5-aad84321593c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "594bd45a70791d6f87cf1246cbffef68", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:30:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "53e80b78-a054-4b52-afab-aff73cf257f7", - "x-ms-client-request-id": "594bd45a70791d6f87cf1246cbffef68", - "x-ms-correlation-request-id": "0b286be7-f034-4fae-b422-8505f5b6b1be", - "x-ms-ratelimit-remaining-subscription-reads": "9176", - "x-ms-request-id": "3ae4da49-90ec-4ded-b022-3868708b9df2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053042Z:0b286be7-f034-4fae-b422-8505f5b6b1be" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f3a9ebd59b0bcb593d1a42e45d9564ca", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:30:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "26c251f1-bab9-4c1a-afb8-42793cd42aeb", - "x-ms-client-request-id": "f3a9ebd59b0bcb593d1a42e45d9564ca", - "x-ms-correlation-request-id": "5eae96d1-320e-4b0e-9f1a-124c031407f2", - "x-ms-ratelimit-remaining-subscription-reads": "9175", - "x-ms-request-id": "81d4fdec-4226-4714-ba0c-1e5eb611dd1b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053043Z:5eae96d1-320e-4b0e-9f1a-124c031407f2" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a4cc8f3947fd24a85ce921916c3bd01b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:30:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5d61c89f-28d7-4e05-910c-5b86950e1f26", - "x-ms-client-request-id": "a4cc8f3947fd24a85ce921916c3bd01b", - "x-ms-correlation-request-id": "9554bcf1-0255-4800-ab37-b90e3d6200af", - "x-ms-ratelimit-remaining-subscription-reads": "9174", - "x-ms-request-id": "5fe2adef-0b85-46c8-aa79-e8aae5386a90", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053044Z:9554bcf1-0255-4800-ab37-b90e3d6200af" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "bec5556df849bf4c7a7f1b5f2d8bc0f1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:30:46 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7df7e4aa-d114-467b-9780-69a1591a6ea0", - "x-ms-client-request-id": "bec5556df849bf4c7a7f1b5f2d8bc0f1", - "x-ms-correlation-request-id": "13c55a24-af0b-477a-91f1-a4330c649162", - "x-ms-ratelimit-remaining-subscription-reads": "9173", - "x-ms-request-id": "cc5aaacd-5745-41b1-87d0-d262d7ee33af", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053046Z:13c55a24-af0b-477a-91f1-a4330c649162" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "3c0d486a4a338d6b4285972279c75f02", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:30:47 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9a7a9d0c-387b-4d00-a846-e1d3bb607af8", - "x-ms-client-request-id": "3c0d486a4a338d6b4285972279c75f02", - "x-ms-correlation-request-id": "72c8abc0-b44e-466f-83c0-1b88d57762b2", - "x-ms-ratelimit-remaining-subscription-reads": "9172", - "x-ms-request-id": "c044112c-2700-4e16-ae7a-f29b67ce212f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053047Z:72c8abc0-b44e-466f-83c0-1b88d57762b2" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "07762749a6d04080430c297d2b49f7d1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:30:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "cb0ade6e-beb0-472d-977a-d916cb967026", - "x-ms-client-request-id": "07762749a6d04080430c297d2b49f7d1", - "x-ms-correlation-request-id": "0be9e2bb-720b-43bb-8fe6-7b941aa2f10a", - "x-ms-ratelimit-remaining-subscription-reads": "9171", - "x-ms-request-id": "7bc1fd60-a651-4a7e-93d3-01cdc8a55f48", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053048Z:0be9e2bb-720b-43bb-8fe6-7b941aa2f10a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "23272f28942d22e8ea377bc4612945b3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:30:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5801d8ab-952d-49e8-b95f-0e345b1d7e78", - "x-ms-client-request-id": "23272f28942d22e8ea377bc4612945b3", - "x-ms-correlation-request-id": "cebe0e11-c7ff-4a30-a9dc-8fb66b9a6494", - "x-ms-ratelimit-remaining-subscription-reads": "9170", - "x-ms-request-id": "f28088de-a05b-4aaf-bfc9-aabd4f86dba9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053050Z:cebe0e11-c7ff-4a30-a9dc-8fb66b9a6494" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "05151920b914c421c8cdf92621ed61f8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:30:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "bfa6b604-2077-4a0e-bc7f-f6edac7dcef2", - "x-ms-client-request-id": "05151920b914c421c8cdf92621ed61f8", - "x-ms-correlation-request-id": "32a5f0da-64d8-4049-8c94-d20ab9691272", - "x-ms-ratelimit-remaining-subscription-reads": "9169", - "x-ms-request-id": "96924f35-9f2f-47f9-8b92-a6ca35ce8612", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053051Z:32a5f0da-64d8-4049-8c94-d20ab9691272" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "49f9c68d3b9fb5d43f541c982abcde19", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:30:52 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ff493414-d643-44ce-aae7-a38611eb99be", - "x-ms-client-request-id": "49f9c68d3b9fb5d43f541c982abcde19", - "x-ms-correlation-request-id": "502efcc0-bbfe-4db6-970b-9fa70dcc591d", - "x-ms-ratelimit-remaining-subscription-reads": "9168", - "x-ms-request-id": "1e061552-a5b1-4616-9ca0-b92fb56e936a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053052Z:502efcc0-bbfe-4db6-970b-9fa70dcc591d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "125c75c7f1346fbc0e625b609ac100fc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:30:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c394bf2d-0ec6-49dc-80b3-3c695ecf43d6", - "x-ms-client-request-id": "125c75c7f1346fbc0e625b609ac100fc", - "x-ms-correlation-request-id": "2a0de565-3a19-41d5-b064-e392697e39e3", - "x-ms-ratelimit-remaining-subscription-reads": "9167", - "x-ms-request-id": "1cfac8fa-f06a-41eb-9186-84adcfef6526", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053054Z:2a0de565-3a19-41d5-b064-e392697e39e3" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "9b3683d5fb30e513445fc6bf9d88990b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:30:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "99125b0d-fed9-48de-88c8-67f88518466c", - "x-ms-client-request-id": "9b3683d5fb30e513445fc6bf9d88990b", - "x-ms-correlation-request-id": "d37df3a2-6bd4-4e1a-bc50-229bf5a595bf", - "x-ms-ratelimit-remaining-subscription-reads": "9166", - "x-ms-request-id": "c5a5e01f-5ebe-4015-86ab-6c54442336ca", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053055Z:d37df3a2-6bd4-4e1a-bc50-229bf5a595bf" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ac5fe0ee4f919bc309893b3ddf741b7d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:30:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "cfbb1f31-9e37-4c57-8da3-6f91fb63080e", - "x-ms-client-request-id": "ac5fe0ee4f919bc309893b3ddf741b7d", - "x-ms-correlation-request-id": "9e72b596-0c94-43d8-8293-c16862dcba4b", - "x-ms-ratelimit-remaining-subscription-reads": "9165", - "x-ms-request-id": "3612987d-81c4-46d1-b5d2-6a89cfea496d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053056Z:9e72b596-0c94-43d8-8293-c16862dcba4b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a7c31f544386cbe96176ced52bfcd286", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:30:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c9f7b457-0897-4bd7-a5a0-53c54f9e5a47", - "x-ms-client-request-id": "a7c31f544386cbe96176ced52bfcd286", - "x-ms-correlation-request-id": "7e62d567-5074-4c28-a996-fadeea6d6591", - "x-ms-ratelimit-remaining-subscription-reads": "9164", - "x-ms-request-id": "6e3f6fa0-5cdf-44e6-ab1e-903a529042f0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053057Z:7e62d567-5074-4c28-a996-fadeea6d6591" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ba7150c85362866bbf9a92a6c0d605cf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:30:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4f329814-ac98-498d-b68d-952441d2c23f", - "x-ms-client-request-id": "ba7150c85362866bbf9a92a6c0d605cf", - "x-ms-correlation-request-id": "18bd1887-36fb-4893-920e-f121eb772538", - "x-ms-ratelimit-remaining-subscription-reads": "9163", - "x-ms-request-id": "a14a76a3-4ac9-4aa1-914e-c3b7b28fdc33", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053059Z:18bd1887-36fb-4893-920e-f121eb772538" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7d6b4944f2c5ab85f7934a1b81ee700c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:31:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3ed96d7f-44bc-4319-8198-76cc06223f04", - "x-ms-client-request-id": "7d6b4944f2c5ab85f7934a1b81ee700c", - "x-ms-correlation-request-id": "51433e21-63f4-420b-8a43-2888badd3c7f", - "x-ms-ratelimit-remaining-subscription-reads": "9162", - "x-ms-request-id": "ced0590a-58aa-444d-88ec-641f340e9e05", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053100Z:51433e21-63f4-420b-8a43-2888badd3c7f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8f74b5b76103001bb43de8ebb1420b8b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:31:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f5d7234f-07d9-48f6-9785-7a937c5b5a81", - "x-ms-client-request-id": "8f74b5b76103001bb43de8ebb1420b8b", - "x-ms-correlation-request-id": "0335846d-f641-4c35-af19-37730e501aa0", - "x-ms-ratelimit-remaining-subscription-reads": "9161", - "x-ms-request-id": "8954f70c-44a3-4c93-b483-d048a595b157", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053101Z:0335846d-f641-4c35-af19-37730e501aa0" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e291fe705491d6c1cbc6c2ce095005d0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:31:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "19f3887a-3c12-4457-ae5d-6034c894bcee", - "x-ms-client-request-id": "e291fe705491d6c1cbc6c2ce095005d0", - "x-ms-correlation-request-id": "7120d743-a875-4b41-bce9-6249abd87ca9", - "x-ms-ratelimit-remaining-subscription-reads": "9160", - "x-ms-request-id": "21760077-5a99-4b7c-a689-d33858d83c78", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053103Z:7120d743-a875-4b41-bce9-6249abd87ca9" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "0bee852a7662e2cc2d6ac9870a9afab4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:31:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4bfb4f95-a815-4645-bfe4-773b986162d0", - "x-ms-client-request-id": "0bee852a7662e2cc2d6ac9870a9afab4", - "x-ms-correlation-request-id": "e0bc3122-b330-4fb3-91d9-c4565b9237a6", - "x-ms-ratelimit-remaining-subscription-reads": "9159", - "x-ms-request-id": "e6389bc7-b828-4196-b611-cf3ce036a938", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053104Z:e0bc3122-b330-4fb3-91d9-c4565b9237a6" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "82aabf888e5d637af49dc43c9e4cf763", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:31:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "10e19d80-5935-4fcd-8f54-ba6b4c149f78", - "x-ms-client-request-id": "82aabf888e5d637af49dc43c9e4cf763", - "x-ms-correlation-request-id": "f122fac5-1866-4ef7-9a0e-b2c1569f336c", - "x-ms-ratelimit-remaining-subscription-reads": "9158", - "x-ms-request-id": "2845c06e-39f8-4f75-b201-15febae551bf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053105Z:f122fac5-1866-4ef7-9a0e-b2c1569f336c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2bc017380054fa2832aeb4278a39cb30", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:31:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f7f8ecb4-ef03-44ed-b4fd-fe9725283d96", - "x-ms-client-request-id": "2bc017380054fa2832aeb4278a39cb30", - "x-ms-correlation-request-id": "1e0c0ac0-1a9b-404d-917d-9c95305173b2", - "x-ms-ratelimit-remaining-subscription-reads": "9157", - "x-ms-request-id": "6e5f2c91-2a74-455f-9f29-f6aad4e6cc39", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053106Z:1e0c0ac0-1a9b-404d-917d-9c95305173b2" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "49460ecb82a59b730a8b16c4b28f44e1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:31:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "40466381-b3b8-4cff-bb7c-7602fd093e32", - "x-ms-client-request-id": "49460ecb82a59b730a8b16c4b28f44e1", - "x-ms-correlation-request-id": "74f3240d-0eb3-41c6-85e7-4e1cbdcefba8", - "x-ms-ratelimit-remaining-subscription-reads": "9156", - "x-ms-request-id": "bc8cf1fb-de52-417f-9428-f4d640275d1e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053108Z:74f3240d-0eb3-41c6-85e7-4e1cbdcefba8" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f34f6572ced9886096b050aeda53d8bb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:31:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "90a7228e-dd6b-4c0e-a32e-f25d57fe3b4a", - "x-ms-client-request-id": "f34f6572ced9886096b050aeda53d8bb", - "x-ms-correlation-request-id": "d5595625-c053-4f03-b952-ba9f2bf7781e", - "x-ms-ratelimit-remaining-subscription-reads": "9155", - "x-ms-request-id": "f66fa20e-311f-4b20-9c7e-4c7c82ef964a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053109Z:d5595625-c053-4f03-b952-ba9f2bf7781e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8f7193d2ae05b5bea32420c8e96448a2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:31:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "67a04d71-eb8c-498d-b4cb-b47ebc7b596e", - "x-ms-client-request-id": "8f7193d2ae05b5bea32420c8e96448a2", - "x-ms-correlation-request-id": "29b54fed-447e-4a84-8ddf-bd892992187c", - "x-ms-ratelimit-remaining-subscription-reads": "9154", - "x-ms-request-id": "890e903e-32fc-41e8-b927-9803f933557a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053111Z:29b54fed-447e-4a84-8ddf-bd892992187c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "24b4d269d8e9fd57aebeb2f532c5c1b7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:31:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "deeb843a-f710-411b-acf1-e58755ef5f3d", - "x-ms-client-request-id": "24b4d269d8e9fd57aebeb2f532c5c1b7", - "x-ms-correlation-request-id": "fae47ec5-4945-4e5c-a078-90b9c49cd4a7", - "x-ms-ratelimit-remaining-subscription-reads": "9153", - "x-ms-request-id": "93a0f6a5-d692-449f-a29c-691f206a8253", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053112Z:fae47ec5-4945-4e5c-a078-90b9c49cd4a7" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "1ef25bb2b51ec4dba79a4fb4ae979f32", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:31:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "692b1e8c-a630-4fc9-9297-d5a69f6201eb", - "x-ms-client-request-id": "1ef25bb2b51ec4dba79a4fb4ae979f32", - "x-ms-correlation-request-id": "2e19e6ed-e2f6-4909-bf15-4bb87e1e1639", - "x-ms-ratelimit-remaining-subscription-reads": "9152", - "x-ms-request-id": "d69649d3-0be5-4506-a362-257ea8f572a6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053113Z:2e19e6ed-e2f6-4909-bf15-4bb87e1e1639" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "0745ae68b39ef9d13b73e147fbc883de", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:31:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ae7d2008-89f2-4b63-ab93-2a1aa1b00785", - "x-ms-client-request-id": "0745ae68b39ef9d13b73e147fbc883de", - "x-ms-correlation-request-id": "15f7e266-c86a-4212-b65e-874081530b7f", - "x-ms-ratelimit-remaining-subscription-reads": "9151", - "x-ms-request-id": "63d70219-69a8-4de4-8330-4d690096c953", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053115Z:15f7e266-c86a-4212-b65e-874081530b7f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8d1568632972b483f6f07d4e88a34f16", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:31:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "078d2d97-7cec-4c90-8b39-09762939fa61", - "x-ms-client-request-id": "8d1568632972b483f6f07d4e88a34f16", - "x-ms-correlation-request-id": "d35437e6-d59e-411f-a09d-fb351114893d", - "x-ms-ratelimit-remaining-subscription-reads": "9150", - "x-ms-request-id": "4416ce75-d9f6-4b14-bf72-2f903e83e385", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053116Z:d35437e6-d59e-411f-a09d-fb351114893d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "838d801fb980ff1989f8e2aad394c9df", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:31:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "47be6bf5-666b-41b4-8ae3-e529ab12b50f", - "x-ms-client-request-id": "838d801fb980ff1989f8e2aad394c9df", - "x-ms-correlation-request-id": "b4551712-0899-464e-b307-e88b6475304a", - "x-ms-ratelimit-remaining-subscription-reads": "9149", - "x-ms-request-id": "2fe938f4-2073-4d20-a229-aefdb9cc1b0e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053117Z:b4551712-0899-464e-b307-e88b6475304a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "4551711711813ec02a9011ad36837098", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:31:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d821c1b8-446d-4258-b4fd-0d3010bc2940", - "x-ms-client-request-id": "4551711711813ec02a9011ad36837098", - "x-ms-correlation-request-id": "c341902c-9f6a-48b1-a707-839dccedfd08", - "x-ms-ratelimit-remaining-subscription-reads": "9148", - "x-ms-request-id": "8a265633-b762-4165-bbe1-e11c0fe2e76c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053118Z:c341902c-9f6a-48b1-a707-839dccedfd08" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7b28cb24ff3aa95e4e16037946d9e062", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:31:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "247bdb03-7760-49cc-92d1-d428fa57b2d9", - "x-ms-client-request-id": "7b28cb24ff3aa95e4e16037946d9e062", - "x-ms-correlation-request-id": "3f046b65-4b97-4fb1-93cb-fc2738158d55", - "x-ms-ratelimit-remaining-subscription-reads": "9147", - "x-ms-request-id": "e5beebb0-362a-4593-af1f-2512d246f569", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053120Z:3f046b65-4b97-4fb1-93cb-fc2738158d55" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "17379d2709510d94c04e59efa86bc806", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:31:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4974f3ff-6e28-43a7-9aaf-1a5071ab474f", - "x-ms-client-request-id": "17379d2709510d94c04e59efa86bc806", - "x-ms-correlation-request-id": "135246a3-746b-4c76-9676-5dcd5ffbe2e9", - "x-ms-ratelimit-remaining-subscription-reads": "9146", - "x-ms-request-id": "0dd89e4f-557d-425f-afd4-3102b3c4d5f7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053121Z:135246a3-746b-4c76-9676-5dcd5ffbe2e9" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "08864a874d6c17a513a7f66b0e46f851", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:31:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a7265aa6-ef4f-45b2-9bf5-f3ce815717d9", - "x-ms-client-request-id": "08864a874d6c17a513a7f66b0e46f851", - "x-ms-correlation-request-id": "33e28055-51af-4ef8-a892-cede69dca809", - "x-ms-ratelimit-remaining-subscription-reads": "9145", - "x-ms-request-id": "c168b3ca-a8c7-4cbb-9e8f-ea9459393da3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053122Z:33e28055-51af-4ef8-a892-cede69dca809" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "9986afb0594b1a46361abbeba56f01e3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:31:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f5140cf7-19a1-4c8c-895e-e343e71c5fa8", - "x-ms-client-request-id": "9986afb0594b1a46361abbeba56f01e3", - "x-ms-correlation-request-id": "645391f6-b345-4e47-a640-381e9658d25f", - "x-ms-ratelimit-remaining-subscription-reads": "9144", - "x-ms-request-id": "5a6344ec-7f60-41d1-a1aa-a489be801da3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053123Z:645391f6-b345-4e47-a640-381e9658d25f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "fcf2fc4dd752d9f5f81f04aa1329ff79", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:31:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "74609d8d-9425-4883-8b8f-4ca869cc019f", - "x-ms-client-request-id": "fcf2fc4dd752d9f5f81f04aa1329ff79", - "x-ms-correlation-request-id": "0bc4b361-3c74-413a-9ba7-90fa8a40864d", - "x-ms-ratelimit-remaining-subscription-reads": "9143", - "x-ms-request-id": "73baf4a8-d855-4dec-92ae-e165883d9146", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053125Z:0bc4b361-3c74-413a-9ba7-90fa8a40864d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f83e08562fe52dbb036bd25192b972a3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:31:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "32920735-a985-41a7-8418-8adf3af8c88a", - "x-ms-client-request-id": "f83e08562fe52dbb036bd25192b972a3", - "x-ms-correlation-request-id": "559ccdfa-78f6-4e28-87f7-e3d769895354", - "x-ms-ratelimit-remaining-subscription-reads": "9142", - "x-ms-request-id": "35ad0ac5-7d94-4633-bee8-d2b19109e9af", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053126Z:559ccdfa-78f6-4e28-87f7-e3d769895354" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "111d13a5fc54d8feb9ada02b559c070c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:31:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b2bd42bf-9b49-4874-9d82-e3e1e94ff280", - "x-ms-client-request-id": "111d13a5fc54d8feb9ada02b559c070c", - "x-ms-correlation-request-id": "0241908e-61e6-4f78-9a16-a83d62f7265f", - "x-ms-ratelimit-remaining-subscription-reads": "9141", - "x-ms-request-id": "7935bbe4-4f62-4991-9672-45495886e543", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053127Z:0241908e-61e6-4f78-9a16-a83d62f7265f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "9d95411b08301dfe41c4f8e705a3463f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:31:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4df674fd-cde5-4a01-99f3-6cf54b2cb8ac", - "x-ms-client-request-id": "9d95411b08301dfe41c4f8e705a3463f", - "x-ms-correlation-request-id": "8053ad0e-fd6b-4996-9f0c-29f3c38baade", - "x-ms-ratelimit-remaining-subscription-reads": "9140", - "x-ms-request-id": "221f65de-6793-49f1-b0e5-4d181ae3c480", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053129Z:8053ad0e-fd6b-4996-9f0c-29f3c38baade" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "000460aded0b5a250a663f378f8fd867", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:31:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c66960d0-c5d0-4f7a-bb11-8ae6b751019d", - "x-ms-client-request-id": "000460aded0b5a250a663f378f8fd867", - "x-ms-correlation-request-id": "47c56009-991c-4aed-a255-bf4fd9b044b0", - "x-ms-ratelimit-remaining-subscription-reads": "9139", - "x-ms-request-id": "3978df75-a976-4fa5-9026-e4a59180668e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053130Z:47c56009-991c-4aed-a255-bf4fd9b044b0" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5136c563d4239c731500cf8f0316d215", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:31:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "40f36c47-f0e6-4114-8591-633e77443d2b", - "x-ms-client-request-id": "5136c563d4239c731500cf8f0316d215", - "x-ms-correlation-request-id": "ec6ffa09-d5f4-4890-a721-4c0f183a6827", - "x-ms-ratelimit-remaining-subscription-reads": "9138", - "x-ms-request-id": "550c48e3-2630-4b66-bce9-6de930c441c8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053131Z:ec6ffa09-d5f4-4890-a721-4c0f183a6827" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f47d616607972d011b3b93c9c9c68eb2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:31:32 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b77edb2a-ef89-445f-bf48-aa9f3db7fe8e", - "x-ms-client-request-id": "f47d616607972d011b3b93c9c9c68eb2", - "x-ms-correlation-request-id": "103179d8-ced4-4454-81b1-0b48bec0d743", - "x-ms-ratelimit-remaining-subscription-reads": "9137", - "x-ms-request-id": "e62ca2ab-e12b-4069-9795-1c2a790d18de", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053133Z:103179d8-ced4-4454-81b1-0b48bec0d743" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "3f8391ebf56dd91bec68eb0b1d9556f3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:31:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5f0c0b6d-ae72-4961-86a3-535a7319b809", - "x-ms-client-request-id": "3f8391ebf56dd91bec68eb0b1d9556f3", - "x-ms-correlation-request-id": "df21f841-8acf-4eec-ae3d-c2f963db95b5", - "x-ms-ratelimit-remaining-subscription-reads": "9136", - "x-ms-request-id": "9b95f5c6-fcb1-495b-8b8e-694e760d42a3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053134Z:df21f841-8acf-4eec-ae3d-c2f963db95b5" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2dd02993e3115ccfc40835e841aad24e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:31:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6e650c72-ca8a-4f4b-8c45-d3b237824bfa", - "x-ms-client-request-id": "2dd02993e3115ccfc40835e841aad24e", - "x-ms-correlation-request-id": "0697916d-851a-4edf-9f07-940a517f9987", - "x-ms-ratelimit-remaining-subscription-reads": "9135", - "x-ms-request-id": "caed74d5-0760-4d44-8f96-c9c0f8dc795a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053135Z:0697916d-851a-4edf-9f07-940a517f9987" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "71a41d71939371a846a4082f1bf50f86", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:31:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "35b4acf2-2586-498b-b53c-9b18ce7b26d3", - "x-ms-client-request-id": "71a41d71939371a846a4082f1bf50f86", - "x-ms-correlation-request-id": "9e28e60c-2b9f-4de1-b5c7-87355217e753", - "x-ms-ratelimit-remaining-subscription-reads": "9134", - "x-ms-request-id": "34bb29e7-9d17-411e-b44e-230d05afc195", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053137Z:9e28e60c-2b9f-4de1-b5c7-87355217e753" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a035a0e460f507a0c2267a64bf329742", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:31:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6f54e5fb-061e-4866-bad0-72e5152c19bf", - "x-ms-client-request-id": "a035a0e460f507a0c2267a64bf329742", - "x-ms-correlation-request-id": "925d35d0-1eef-416a-bcba-158feac4304e", - "x-ms-ratelimit-remaining-subscription-reads": "9133", - "x-ms-request-id": "049fa6e6-f8b0-409c-a9eb-fd51dbe988e3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053138Z:925d35d0-1eef-416a-bcba-158feac4304e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "009a9c95e4f1005f815fe76cdba040cf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:31:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d7e3d88e-dd1a-4125-a678-e976218dbee7", - "x-ms-client-request-id": "009a9c95e4f1005f815fe76cdba040cf", - "x-ms-correlation-request-id": "2392c759-74a0-4da5-a493-eea7415b38e3", - "x-ms-ratelimit-remaining-subscription-reads": "9132", - "x-ms-request-id": "29603cf6-8252-4c7a-a7d0-dcc21776dfc1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053139Z:2392c759-74a0-4da5-a493-eea7415b38e3" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a103aef8327410587d9caf6c1843b113", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:31:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "17f4faa2-93b6-425b-adfb-ea5140e1a1dd", - "x-ms-client-request-id": "a103aef8327410587d9caf6c1843b113", - "x-ms-correlation-request-id": "9c4cc56e-34d5-4f35-9f65-58154e256d0e", - "x-ms-ratelimit-remaining-subscription-reads": "9131", - "x-ms-request-id": "4ec71a4e-ce87-4399-ae1e-7d332d20af5c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053140Z:9c4cc56e-34d5-4f35-9f65-58154e256d0e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7f99c50d0f5b009540351f9679332b21", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:31:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "595d872d-f0f4-4e4d-94f2-9bf55e077a20", - "x-ms-client-request-id": "7f99c50d0f5b009540351f9679332b21", - "x-ms-correlation-request-id": "a57907be-887d-45e4-a5a4-5bd9cb8613e5", - "x-ms-ratelimit-remaining-subscription-reads": "9130", - "x-ms-request-id": "43839529-658c-4185-8124-155497eabba4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053142Z:a57907be-887d-45e4-a5a4-5bd9cb8613e5" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "106babe5f52f63ce4389835434f3e73d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:31:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "09a4c831-ebeb-416d-99c8-2be71c98d727", - "x-ms-client-request-id": "106babe5f52f63ce4389835434f3e73d", - "x-ms-correlation-request-id": "510bef98-aaf8-46ed-a91f-622497401485", - "x-ms-ratelimit-remaining-subscription-reads": "9129", - "x-ms-request-id": "13509da7-1072-456f-8a27-2a56fdf7a485", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053143Z:510bef98-aaf8-46ed-a91f-622497401485" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "165fd3aec107e9741903613e12c29749", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:31:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "fdf2cfe3-fac1-4ce6-9da9-da854a15c98b", - "x-ms-client-request-id": "165fd3aec107e9741903613e12c29749", - "x-ms-correlation-request-id": "29c43f34-8bf9-4346-9ec8-2042f0ac506c", - "x-ms-ratelimit-remaining-subscription-reads": "9128", - "x-ms-request-id": "ee2b8c9d-8b31-4031-acfd-61a35558b9cb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053144Z:29c43f34-8bf9-4346-9ec8-2042f0ac506c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "6c878e70a0d717e4f7363bd18c40cb4d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:31:45 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b6fdf8d8-5782-4b5d-ad99-cb568811c523", - "x-ms-client-request-id": "6c878e70a0d717e4f7363bd18c40cb4d", - "x-ms-correlation-request-id": "d4ef29db-98cd-41c7-ab87-5feed8e047b9", - "x-ms-ratelimit-remaining-subscription-reads": "9127", - "x-ms-request-id": "c0728adf-70bb-4fa3-bbee-022567799c24", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053145Z:d4ef29db-98cd-41c7-ab87-5feed8e047b9" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a5e7e14d15d4231a3782f72b948f5081", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:31:46 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "51909141-ebd4-4019-a446-5a4e9489bf89", - "x-ms-client-request-id": "a5e7e14d15d4231a3782f72b948f5081", - "x-ms-correlation-request-id": "4e69785d-630c-42bc-b42c-46516268421e", - "x-ms-ratelimit-remaining-subscription-reads": "9126", - "x-ms-request-id": "a9111321-e313-4da0-85dd-1e0278363d1f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053147Z:4e69785d-630c-42bc-b42c-46516268421e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a6e439f17b6b0d66ef471fd086a25cd9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:31:47 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a00fa57c-1625-4b16-afc7-7f6a9ad9f6a2", - "x-ms-client-request-id": "a6e439f17b6b0d66ef471fd086a25cd9", - "x-ms-correlation-request-id": "f2047eb0-5e63-44af-9ea0-9ee1ff7cc613", - "x-ms-ratelimit-remaining-subscription-reads": "9125", - "x-ms-request-id": "9b131838-6e7f-4b0a-b8d2-2318c11dd59d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053148Z:f2047eb0-5e63-44af-9ea0-9ee1ff7cc613" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "30f11337f2da5b7573633554a9b88267", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:31:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d52d6835-9fb2-4012-abe6-51f63a0ae1f1", - "x-ms-client-request-id": "30f11337f2da5b7573633554a9b88267", - "x-ms-correlation-request-id": "17ee98b5-5408-45d5-93d4-9b24446c96af", - "x-ms-ratelimit-remaining-subscription-reads": "9124", - "x-ms-request-id": "c026c4ec-4986-403f-b0f4-693f9f9664cf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053149Z:17ee98b5-5408-45d5-93d4-9b24446c96af" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "52dfbae5255cd2e17bdab68cf6499d95", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:31:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "01937fe6-620d-4196-931a-3330a1284d94", - "x-ms-client-request-id": "52dfbae5255cd2e17bdab68cf6499d95", - "x-ms-correlation-request-id": "de593a7a-89ed-4841-afd7-dbba7d71c4e1", - "x-ms-ratelimit-remaining-subscription-reads": "9123", - "x-ms-request-id": "ac930ef4-047f-4b28-b1e7-f8f053aee766", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053150Z:de593a7a-89ed-4841-afd7-dbba7d71c4e1" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "80f41d261f9effa6c488320846116436", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:31:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b080fc2d-371b-4255-9630-1bb0cb79463c", - "x-ms-client-request-id": "80f41d261f9effa6c488320846116436", - "x-ms-correlation-request-id": "6a8cfc90-35f0-49d9-998e-4f7cc17592c0", - "x-ms-ratelimit-remaining-subscription-reads": "9122", - "x-ms-request-id": "7ee6cd2b-2629-4f70-bfe8-1d89ffb1c05b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053152Z:6a8cfc90-35f0-49d9-998e-4f7cc17592c0" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ccebb8c509c2127d321eb5003ce8652a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:31:52 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c671dacb-db4d-4918-8b4e-2f69ca714ba5", - "x-ms-client-request-id": "ccebb8c509c2127d321eb5003ce8652a", - "x-ms-correlation-request-id": "ef818cc4-c734-4f3e-b9d7-1e14f4601611", - "x-ms-ratelimit-remaining-subscription-reads": "9121", - "x-ms-request-id": "bf061a57-db26-404a-b04d-c28a53b98939", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053153Z:ef818cc4-c734-4f3e-b9d7-1e14f4601611" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8b2e9fc501c4c5c813e08ed3f2d88c69", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:31:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "87c4b3ec-a84a-4cdf-864e-13942436ed83", - "x-ms-client-request-id": "8b2e9fc501c4c5c813e08ed3f2d88c69", - "x-ms-correlation-request-id": "c4230319-dfe4-4fe4-867e-3fa30fa46c3c", - "x-ms-ratelimit-remaining-subscription-reads": "9120", - "x-ms-request-id": "c43ef7d2-fe3d-4516-858d-bc7b2095d89a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053154Z:c4230319-dfe4-4fe4-867e-3fa30fa46c3c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "3dc67f75d05d1cd2a0e14e7f6aa5c3db", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:31:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0d4efa51-2b30-4852-9d0d-5bfcad27fba2", - "x-ms-client-request-id": "3dc67f75d05d1cd2a0e14e7f6aa5c3db", - "x-ms-correlation-request-id": "4a649698-5be5-4fbc-84b4-7c156566e7e5", - "x-ms-ratelimit-remaining-subscription-reads": "9119", - "x-ms-request-id": "3c25c07c-4367-4cb2-9cce-5ee34ddfa197", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053156Z:4a649698-5be5-4fbc-84b4-7c156566e7e5" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a6420823d8e3c372ef26b8e27ba91f59", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:31:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "eb52381b-53c3-4929-83c9-4a80f5a34796", - "x-ms-client-request-id": "a6420823d8e3c372ef26b8e27ba91f59", - "x-ms-correlation-request-id": "6b3fd165-553c-41b0-a08d-ec886d1723c0", - "x-ms-ratelimit-remaining-subscription-reads": "9118", - "x-ms-request-id": "36d2f28f-bf7f-4cc5-928d-951474340f55", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053157Z:6b3fd165-553c-41b0-a08d-ec886d1723c0" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "bc8a4b922721f5cccc12ebe2b3485b6e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:31:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "37ac9aef-7a0d-4aff-afe0-766fb697b004", - "x-ms-client-request-id": "bc8a4b922721f5cccc12ebe2b3485b6e", - "x-ms-correlation-request-id": "772acbf4-c69e-4bf4-91ee-8c7c3174ad5d", - "x-ms-ratelimit-remaining-subscription-reads": "9117", - "x-ms-request-id": "14c9eb2a-6e44-47b5-afe4-a7aa3b58bfbb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053158Z:772acbf4-c69e-4bf4-91ee-8c7c3174ad5d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "eaafb21ce6959d860c034e3717f0a0f6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:31:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1d48aade-4efc-4c1c-bc24-764ab4d28cd9", - "x-ms-client-request-id": "eaafb21ce6959d860c034e3717f0a0f6", - "x-ms-correlation-request-id": "edd6d920-f76d-459a-a22e-cedb30e67df0", - "x-ms-ratelimit-remaining-subscription-reads": "9116", - "x-ms-request-id": "38d03887-5987-4dc9-aca9-22ff00456c92", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053159Z:edd6d920-f76d-459a-a22e-cedb30e67df0" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "1eedf4c2071afcb93b4dd9d1ed8f10a6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:32:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "36ac1298-99b2-4666-abf3-2644493c9b29", - "x-ms-client-request-id": "1eedf4c2071afcb93b4dd9d1ed8f10a6", - "x-ms-correlation-request-id": "656b79df-001b-4299-8859-3f8c52d3178e", - "x-ms-ratelimit-remaining-subscription-reads": "9115", - "x-ms-request-id": "d90fd743-f828-43e2-bf0a-c94b4c5a9efb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053201Z:656b79df-001b-4299-8859-3f8c52d3178e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c9c64acb35faabc4c5edaf1ed894dddc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:32:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a991e176-4077-4b09-8cdc-0cf54fe98c34", - "x-ms-client-request-id": "c9c64acb35faabc4c5edaf1ed894dddc", - "x-ms-correlation-request-id": "4991c559-10b9-400c-828a-5190d7688ad8", - "x-ms-ratelimit-remaining-subscription-reads": "9114", - "x-ms-request-id": "a93f254c-1ddd-4db9-86e2-f8597cb34c3d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053202Z:4991c559-10b9-400c-828a-5190d7688ad8" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "be20f4713c5b1553f8b2ae480db5af7d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:32:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "50ddd90f-8b7b-45c8-a197-5dde6f1703a6", - "x-ms-client-request-id": "be20f4713c5b1553f8b2ae480db5af7d", - "x-ms-correlation-request-id": "827d8dac-a359-4779-8145-782bb4f5b661", - "x-ms-ratelimit-remaining-subscription-reads": "9113", - "x-ms-request-id": "aca8ba1f-6e1b-401b-9035-508e5270b459", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053203Z:827d8dac-a359-4779-8145-782bb4f5b661" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "cd6ca8f3d72a8cfc3041582d579b24a7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:32:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "704bd383-814d-4e4c-a60a-1bf0364aaf53", - "x-ms-client-request-id": "cd6ca8f3d72a8cfc3041582d579b24a7", - "x-ms-correlation-request-id": "ff7628c3-c65d-48c4-9d0e-f9fe4da37f66", - "x-ms-ratelimit-remaining-subscription-reads": "9112", - "x-ms-request-id": "7d6ef2b2-7a5a-4bc1-ad03-5d430e1f41d1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053204Z:ff7628c3-c65d-48c4-9d0e-f9fe4da37f66" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f85ffc70516f8e4af7b1d047877b9e10", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:32:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "345d6a43-1c68-4e84-945f-2b5a73e419f8", - "x-ms-client-request-id": "f85ffc70516f8e4af7b1d047877b9e10", - "x-ms-correlation-request-id": "add4c10b-81c6-431f-aaf3-ef9517d39681", - "x-ms-ratelimit-remaining-subscription-reads": "9111", - "x-ms-request-id": "406e58ff-956b-4ab9-a704-a2df45f134b5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053206Z:add4c10b-81c6-431f-aaf3-ef9517d39681" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2f2b323d0f289ab1f8938d19e425bd5d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:32:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "66fd813a-45c6-4ee5-8ec1-bdef35f066af", - "x-ms-client-request-id": "2f2b323d0f289ab1f8938d19e425bd5d", - "x-ms-correlation-request-id": "154db869-e526-4361-ba68-9eb49ead1710", - "x-ms-ratelimit-remaining-subscription-reads": "9110", - "x-ms-request-id": "50aff19c-8112-41f6-be22-4e7964aeceda", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053207Z:154db869-e526-4361-ba68-9eb49ead1710" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "10d8078eb655a10d5dded67907b405b5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:32:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c2b31fd1-c0f7-4264-8b76-9a834ece9db3", - "x-ms-client-request-id": "10d8078eb655a10d5dded67907b405b5", - "x-ms-correlation-request-id": "edf4db25-1c06-4634-95c3-779b4f16b4ab", - "x-ms-ratelimit-remaining-subscription-reads": "9109", - "x-ms-request-id": "73d3243b-9bc5-4d58-a968-a30c9d10081e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053208Z:edf4db25-1c06-4634-95c3-779b4f16b4ab" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "24ef48a2f470607e4bc500dbc431aad1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:32:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "89d859f0-fd7d-4a8c-870a-67d6a3510444", - "x-ms-client-request-id": "24ef48a2f470607e4bc500dbc431aad1", - "x-ms-correlation-request-id": "7d0f197e-8ca1-4bcd-aff8-17ea4c8c45c4", - "x-ms-ratelimit-remaining-subscription-reads": "9108", - "x-ms-request-id": "06d09863-9dab-4d80-aac5-1654fe6c9c7f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053209Z:7d0f197e-8ca1-4bcd-aff8-17ea4c8c45c4" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7fb973f38ea387bb2589d24a39389344", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:32:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "14637ca7-ef73-4a39-bc30-c17919d069b2", - "x-ms-client-request-id": "7fb973f38ea387bb2589d24a39389344", - "x-ms-correlation-request-id": "3b946f45-cde1-4a26-8aa0-c777dac41c12", - "x-ms-ratelimit-remaining-subscription-reads": "9107", - "x-ms-request-id": "8d5bbf5f-edae-4057-8ec7-8ce1dc605af1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053211Z:3b946f45-cde1-4a26-8aa0-c777dac41c12" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "9b77d88e993699ed8878c58fb631dd2c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:32:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9b731f2b-b20b-44b5-8922-dc065d715050", - "x-ms-client-request-id": "9b77d88e993699ed8878c58fb631dd2c", - "x-ms-correlation-request-id": "36e35f95-0fb7-42d8-85c2-401ea549b46a", - "x-ms-ratelimit-remaining-subscription-reads": "9106", - "x-ms-request-id": "d7d0af1e-53ff-497e-b118-8360674cab34", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053212Z:36e35f95-0fb7-42d8-85c2-401ea549b46a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "9485043385fa14118c68ffe622342612", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:32:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "aa214e4f-b028-4a1c-9499-09487b28be8e", - "x-ms-client-request-id": "9485043385fa14118c68ffe622342612", - "x-ms-correlation-request-id": "34a525a3-7f82-4c6b-b88f-257823705530", - "x-ms-ratelimit-remaining-subscription-reads": "9105", - "x-ms-request-id": "19123948-37e0-46ea-a2f0-d564a2c60b77", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053213Z:34a525a3-7f82-4c6b-b88f-257823705530" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "eb4dbb320eba5a9a851ff72bc92bd0f3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:32:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f5c5cb0e-0139-482d-b07b-691db7b943ce", - "x-ms-client-request-id": "eb4dbb320eba5a9a851ff72bc92bd0f3", - "x-ms-correlation-request-id": "e7b08c3f-1114-44e0-b4f3-a8428f5786b1", - "x-ms-ratelimit-remaining-subscription-reads": "9104", - "x-ms-request-id": "10fe69ae-c75e-4435-b665-a95c4ade8810", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053214Z:e7b08c3f-1114-44e0-b4f3-a8428f5786b1" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "3416a5acfeb20849c7620fce99067753", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:32:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "88374b6f-5a5c-400f-924e-7c09b330b23f", - "x-ms-client-request-id": "3416a5acfeb20849c7620fce99067753", - "x-ms-correlation-request-id": "10013bfd-6858-4a4e-a501-8935fdc93778", - "x-ms-ratelimit-remaining-subscription-reads": "9103", - "x-ms-request-id": "5a310b8c-de3d-47fc-97af-f0a9aae835c9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053216Z:10013bfd-6858-4a4e-a501-8935fdc93778" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "fa5db251f1e425726a2b0edb8ee64a61", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:32:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f9a7d278-5a57-4e44-9c9f-e01b01cc433a", - "x-ms-client-request-id": "fa5db251f1e425726a2b0edb8ee64a61", - "x-ms-correlation-request-id": "d1ce75f8-0a68-4f2d-8724-446c26e66938", - "x-ms-ratelimit-remaining-subscription-reads": "9102", - "x-ms-request-id": "36ba9658-d275-4641-9c00-fd5f3198abc8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053217Z:d1ce75f8-0a68-4f2d-8724-446c26e66938" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7c3a0c97f11d335f72452457ffccc07f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:32:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a8546d56-b41e-43e9-95c6-285671503127", - "x-ms-client-request-id": "7c3a0c97f11d335f72452457ffccc07f", - "x-ms-correlation-request-id": "45111a2f-4e62-42b4-856b-f9e1ac0c6b97", - "x-ms-ratelimit-remaining-subscription-reads": "9101", - "x-ms-request-id": "8e0fd19f-8e37-4eaa-9062-47df53b46629", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053218Z:45111a2f-4e62-42b4-856b-f9e1ac0c6b97" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "16d9a3a8d5ceba0e33f1ca87f06e79e0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:32:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1f1271c7-4335-4d8e-a4e1-ff30f1e45e95", - "x-ms-client-request-id": "16d9a3a8d5ceba0e33f1ca87f06e79e0", - "x-ms-correlation-request-id": "d739228b-effd-4d9a-a0bf-7e38b937c5c5", - "x-ms-ratelimit-remaining-subscription-reads": "9100", - "x-ms-request-id": "1eb94fda-1d57-426c-977a-e845522dbfd6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053220Z:d739228b-effd-4d9a-a0bf-7e38b937c5c5" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8d36ad18fbcb60355329889fcd1a259d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:32:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "dd1bfb11-52dc-4a02-8791-e64b13d22a6f", - "x-ms-client-request-id": "8d36ad18fbcb60355329889fcd1a259d", - "x-ms-correlation-request-id": "aadac7f6-6dbc-44bd-830d-867b614297d1", - "x-ms-ratelimit-remaining-subscription-reads": "9099", - "x-ms-request-id": "cb492740-cbf9-4bb9-873a-0c24e3d35f4f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053221Z:aadac7f6-6dbc-44bd-830d-867b614297d1" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "eb328e6a340cc293fd80482c26d84204", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:32:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6a175f96-476e-4ec9-8a07-23bbf571024e", - "x-ms-client-request-id": "eb328e6a340cc293fd80482c26d84204", - "x-ms-correlation-request-id": "16601186-f5cf-4d9a-84b5-4372ce85d36c", - "x-ms-ratelimit-remaining-subscription-reads": "9098", - "x-ms-request-id": "4442d5df-2c76-462f-803b-81bfb517ca0d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053222Z:16601186-f5cf-4d9a-84b5-4372ce85d36c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "513e43cb3395adb36d79c3a44c6fec18", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:32:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9650f574-7100-4b01-ad4d-f46578d0505f", - "x-ms-client-request-id": "513e43cb3395adb36d79c3a44c6fec18", - "x-ms-correlation-request-id": "c0af084e-011a-4a27-8f2d-59e6c8b5d34c", - "x-ms-ratelimit-remaining-subscription-reads": "9097", - "x-ms-request-id": "efce1216-3bde-42bb-b788-53b5cd11879e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053223Z:c0af084e-011a-4a27-8f2d-59e6c8b5d34c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "621c2ccb8e3be4d41a738f4bb209397b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:32:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e9ce9368-5025-49fa-91dd-2f02e98ea5eb", - "x-ms-client-request-id": "621c2ccb8e3be4d41a738f4bb209397b", - "x-ms-correlation-request-id": "f0d0b0f5-a9d4-45e4-a669-9939f119c60c", - "x-ms-ratelimit-remaining-subscription-reads": "9096", - "x-ms-request-id": "a59134bc-c55c-45e5-bc56-2d31f36d4f19", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053225Z:f0d0b0f5-a9d4-45e4-a669-9939f119c60c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8ad384e6d3dc3708da857d9370ee768e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:32:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "79352ba7-2f98-4737-af6d-62288f8ff77a", - "x-ms-client-request-id": "8ad384e6d3dc3708da857d9370ee768e", - "x-ms-correlation-request-id": "3b50dd9a-ec8f-4c8c-a5e9-69c6b02f63f5", - "x-ms-ratelimit-remaining-subscription-reads": "9095", - "x-ms-request-id": "85584b6b-fecb-4b59-9924-a8a5a2fafb72", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053226Z:3b50dd9a-ec8f-4c8c-a5e9-69c6b02f63f5" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "fa602f93e0bb3cc86f5a3722a368fb64", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:32:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5760f3bf-28c8-4ce2-aa14-a2eb29884468", - "x-ms-client-request-id": "fa602f93e0bb3cc86f5a3722a368fb64", - "x-ms-correlation-request-id": "95eaa931-d548-416f-a069-e570657f2a5e", - "x-ms-ratelimit-remaining-subscription-reads": "9094", - "x-ms-request-id": "699ca8e3-82ba-44ce-bdfb-b6a38ab52579", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053227Z:95eaa931-d548-416f-a069-e570657f2a5e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c8be4740629bf83c24e487b61140732c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:32:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ba1c2d83-1e9b-4517-9201-5202a9f97bb1", - "x-ms-client-request-id": "c8be4740629bf83c24e487b61140732c", - "x-ms-correlation-request-id": "20c66cd5-9378-412f-8a4c-3da9ef8c7d0e", - "x-ms-ratelimit-remaining-subscription-reads": "9093", - "x-ms-request-id": "f45978eb-edb4-46c8-8004-30e71473b10d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053228Z:20c66cd5-9378-412f-8a4c-3da9ef8c7d0e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "82b701fd3fa906bfbb971a819ce59472", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:32:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6339ce09-be46-454e-8626-15290b82f369", - "x-ms-client-request-id": "82b701fd3fa906bfbb971a819ce59472", - "x-ms-correlation-request-id": "0c02a047-9e9c-48c2-9c7a-5440b267bce3", - "x-ms-ratelimit-remaining-subscription-reads": "9092", - "x-ms-request-id": "7f9b6724-b14f-49d0-bc64-b085d81a5c5f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053230Z:0c02a047-9e9c-48c2-9c7a-5440b267bce3" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2853198aad3031f2f368d5d658122b2e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:32:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "486c037f-74a6-488c-b2b7-f0bfda48a8c4", - "x-ms-client-request-id": "2853198aad3031f2f368d5d658122b2e", - "x-ms-correlation-request-id": "d47d3bcd-0861-4301-8a46-087e9ff3f22c", - "x-ms-ratelimit-remaining-subscription-reads": "9091", - "x-ms-request-id": "cb77abda-b904-4548-bbc6-ca34e6b52f6a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053231Z:d47d3bcd-0861-4301-8a46-087e9ff3f22c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a2240be778b001bb88b80c0447bb5c3e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:32:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "22ebe9c0-7c87-4b8d-9504-0a7b901637e6", - "x-ms-client-request-id": "a2240be778b001bb88b80c0447bb5c3e", - "x-ms-correlation-request-id": "0db2ae7e-7d3c-426d-b41f-ae003fc17e78", - "x-ms-ratelimit-remaining-subscription-reads": "9090", - "x-ms-request-id": "f4728a9c-aef0-463a-99df-5ee69688d185", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053232Z:0db2ae7e-7d3c-426d-b41f-ae003fc17e78" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f72b15504aed4ffb0e868f4069e9ada9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:32:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7376d7b2-a005-40f1-8e04-d51ec7cf2870", - "x-ms-client-request-id": "f72b15504aed4ffb0e868f4069e9ada9", - "x-ms-correlation-request-id": "cb533d51-6ccd-4fc6-9927-2dd50f2c909e", - "x-ms-ratelimit-remaining-subscription-reads": "9089", - "x-ms-request-id": "8a5bbffd-c138-4623-8dee-e827c3fb995e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053234Z:cb533d51-6ccd-4fc6-9927-2dd50f2c909e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "909aec6bf1c111c15e52a078a1eee937", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:32:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9b1a0fb9-6cce-40b7-971b-b9930ffbbe68", - "x-ms-client-request-id": "909aec6bf1c111c15e52a078a1eee937", - "x-ms-correlation-request-id": "20839ce0-548f-4604-8ceb-7517383766f5", - "x-ms-ratelimit-remaining-subscription-reads": "9088", - "x-ms-request-id": "b023c1a1-3f8a-490e-a691-09c32eb3ee5b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053235Z:20839ce0-548f-4604-8ceb-7517383766f5" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "4385960c33e69c400fd4932ae97a979e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:32:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "146b10ce-37cf-418e-a9e0-49e9dc4e3173", - "x-ms-client-request-id": "4385960c33e69c400fd4932ae97a979e", - "x-ms-correlation-request-id": "ec7502f4-c9c7-4928-ab0a-27fb72e85c8e", - "x-ms-ratelimit-remaining-subscription-reads": "9087", - "x-ms-request-id": "8f163fb9-ffec-45c9-9d9d-2f7f96ba2274", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053236Z:ec7502f4-c9c7-4928-ab0a-27fb72e85c8e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5a98620acb215e7d541a999ba983ae20", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:32:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2c122ae6-f655-4971-a78e-1c7aab2c2984", - "x-ms-client-request-id": "5a98620acb215e7d541a999ba983ae20", - "x-ms-correlation-request-id": "e84a84a4-4dd5-4495-8f5e-a20261235c60", - "x-ms-ratelimit-remaining-subscription-reads": "9086", - "x-ms-request-id": "370c130a-150f-4772-8a09-072e283585bb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053237Z:e84a84a4-4dd5-4495-8f5e-a20261235c60" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d234579d6a6338c3acfd81ed5e9627e4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:32:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "81635f97-b5f5-4141-b754-5b8808d1f5ba", - "x-ms-client-request-id": "d234579d6a6338c3acfd81ed5e9627e4", - "x-ms-correlation-request-id": "a9b88e33-e557-425a-9d89-aa44705c1030", - "x-ms-ratelimit-remaining-subscription-reads": "9085", - "x-ms-request-id": "88488c02-e1eb-46b2-9f31-db3e2a25f367", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053239Z:a9b88e33-e557-425a-9d89-aa44705c1030" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "3e6d01ba8e5540161926eecc99a4f28b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:32:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "798ea43c-6c43-48c5-82af-c22b1da50c46", - "x-ms-client-request-id": "3e6d01ba8e5540161926eecc99a4f28b", - "x-ms-correlation-request-id": "fab1b8de-0d54-4a6c-9728-4dfec39a2d61", - "x-ms-ratelimit-remaining-subscription-reads": "9084", - "x-ms-request-id": "2d8d8ce7-18fc-4ea7-8749-8bcf17da42df", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053240Z:fab1b8de-0d54-4a6c-9728-4dfec39a2d61" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "928d7226c445a03b9f5fae24498f00bd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:32:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "51b92f26-85f3-48f2-8b20-a55812065862", - "x-ms-client-request-id": "928d7226c445a03b9f5fae24498f00bd", - "x-ms-correlation-request-id": "78f10119-c475-48e7-97c5-8fd27f8445e8", - "x-ms-ratelimit-remaining-subscription-reads": "9083", - "x-ms-request-id": "d6fb4444-28d8-424d-8129-05a0404c4836", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053241Z:78f10119-c475-48e7-97c5-8fd27f8445e8" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a7e1b5f26f160eca40f3b83c7bf69e07", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:32:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "06219bf9-488e-4c9f-9218-668691423a9e", - "x-ms-client-request-id": "a7e1b5f26f160eca40f3b83c7bf69e07", - "x-ms-correlation-request-id": "1ce2a735-64f1-403b-b502-65bd7304e34a", - "x-ms-ratelimit-remaining-subscription-reads": "9082", - "x-ms-request-id": "8156304c-a1c1-46a4-8016-04dcc1a18cec", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053242Z:1ce2a735-64f1-403b-b502-65bd7304e34a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ebc7f50a9509f59ec6cc9ff5dff2f689", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:32:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d061563b-babb-426c-b2af-489951e798ed", - "x-ms-client-request-id": "ebc7f50a9509f59ec6cc9ff5dff2f689", - "x-ms-correlation-request-id": "4a868a55-9ef1-4ff8-8fc5-8e7b0e58b9d0", - "x-ms-ratelimit-remaining-subscription-reads": "9081", - "x-ms-request-id": "79c3c441-c6a1-41b5-81f4-21fec7451cc6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053244Z:4a868a55-9ef1-4ff8-8fc5-8e7b0e58b9d0" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e4d930264ac3b675a77e51510cfe25a8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:32:45 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b810ea46-dcaa-49c7-af3b-96e83bdbf993", - "x-ms-client-request-id": "e4d930264ac3b675a77e51510cfe25a8", - "x-ms-correlation-request-id": "2919f629-e97b-4ff9-8fd1-3a58556d2759", - "x-ms-ratelimit-remaining-subscription-reads": "9080", - "x-ms-request-id": "ae7fb2c8-e366-4901-bfe2-01ef37a7d69e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053245Z:2919f629-e97b-4ff9-8fd1-3a58556d2759" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5419a7c114c85cb416ebe149cfd52e4e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:32:46 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "851b0690-00c4-49da-b009-e19d60e5240f", - "x-ms-client-request-id": "5419a7c114c85cb416ebe149cfd52e4e", - "x-ms-correlation-request-id": "a6c78dca-fd96-4b29-a5af-12c497b928e3", - "x-ms-ratelimit-remaining-subscription-reads": "9079", - "x-ms-request-id": "7ff336bc-e584-40fb-b17a-d511ae7ee4c3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053246Z:a6c78dca-fd96-4b29-a5af-12c497b928e3" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "4a162efcb91cbf438010448a434de9c7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:32:47 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "071deb2f-951e-4fb3-ba21-b22731890aa3", - "x-ms-client-request-id": "4a162efcb91cbf438010448a434de9c7", - "x-ms-correlation-request-id": "2d69f37d-69cc-458c-8161-45b369625727", - "x-ms-ratelimit-remaining-subscription-reads": "9078", - "x-ms-request-id": "c26e69ca-b853-48d3-8f13-b1fc5339d022", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053248Z:2d69f37d-69cc-458c-8161-45b369625727" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "3834f6a7a2d812c17c7dced8692be6d2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:32:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "bafdfe1c-b32f-4643-a205-52d0918ae981", - "x-ms-client-request-id": "3834f6a7a2d812c17c7dced8692be6d2", - "x-ms-correlation-request-id": "0a3150e9-83a6-499c-a61d-dac6dcccd9e4", - "x-ms-ratelimit-remaining-subscription-reads": "9077", - "x-ms-request-id": "792b1cd5-238c-4d6e-85aa-871095b91c58", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053249Z:0a3150e9-83a6-499c-a61d-dac6dcccd9e4" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "dd540350dae8078c6359d4b8d02918c8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:32:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "32750226-2f02-4522-abe8-b53a78a3535d", - "x-ms-client-request-id": "dd540350dae8078c6359d4b8d02918c8", - "x-ms-correlation-request-id": "3159954c-f22a-48d6-901f-b6e131bd7449", - "x-ms-ratelimit-remaining-subscription-reads": "9076", - "x-ms-request-id": "27aa3286-4845-4bca-a867-2c6506b495ec", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053250Z:3159954c-f22a-48d6-901f-b6e131bd7449" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d9a21901f5a05a756d04cd9feb6b5654", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:32:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1e34a349-5f3f-412a-971e-6cbea8184ffb", - "x-ms-client-request-id": "d9a21901f5a05a756d04cd9feb6b5654", - "x-ms-correlation-request-id": "3568e534-83da-4dab-99ea-70fc83582261", - "x-ms-ratelimit-remaining-subscription-reads": "9075", - "x-ms-request-id": "081f0c3c-2dfd-49c1-ac20-ebb44abd1c9b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053251Z:3568e534-83da-4dab-99ea-70fc83582261" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "403a71290cf8cddf6a2dd57fce084153", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:32:52 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9b297c35-7194-48f6-96d8-ad19a47b3fd5", - "x-ms-client-request-id": "403a71290cf8cddf6a2dd57fce084153", - "x-ms-correlation-request-id": "9a95f12e-31a6-44ea-8e5a-cb7bf8a7317f", - "x-ms-ratelimit-remaining-subscription-reads": "9074", - "x-ms-request-id": "4215cc93-3267-48b1-a0b3-d5fab64517c1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053253Z:9a95f12e-31a6-44ea-8e5a-cb7bf8a7317f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "50d605640d895a328dfa6fe40cec1bf7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:32:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2bac86bc-db0f-4ec4-bb41-8b50c95795bb", - "x-ms-client-request-id": "50d605640d895a328dfa6fe40cec1bf7", - "x-ms-correlation-request-id": "db94bbfa-6d2b-4771-8d74-feed32585660", - "x-ms-ratelimit-remaining-subscription-reads": "9073", - "x-ms-request-id": "202dead2-a054-43b0-8946-f235cfa8ae47", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053254Z:db94bbfa-6d2b-4771-8d74-feed32585660" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5f8f7f03d8eef4d039d56e7320f68c64", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:32:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "86fc1b35-ede1-4ca0-bd22-fecbda8914d5", - "x-ms-client-request-id": "5f8f7f03d8eef4d039d56e7320f68c64", - "x-ms-correlation-request-id": "0eb533f6-b354-49e9-aade-6a4acd0c70ee", - "x-ms-ratelimit-remaining-subscription-reads": "9072", - "x-ms-request-id": "b163211d-4b61-46bd-80f5-6db13cf8db8a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053255Z:0eb533f6-b354-49e9-aade-6a4acd0c70ee" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e63b7ac205941bcb3ee0b3fe9dfbc07d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:32:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4d3a2745-f0cf-416a-9749-4af1b531bd74", - "x-ms-client-request-id": "e63b7ac205941bcb3ee0b3fe9dfbc07d", - "x-ms-correlation-request-id": "28b342ce-cc9f-4097-8011-62f60be2bac7", - "x-ms-ratelimit-remaining-subscription-reads": "9071", - "x-ms-request-id": "9255a3cc-4972-4d11-b26a-2d9aed314e1b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053256Z:28b342ce-cc9f-4097-8011-62f60be2bac7" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "4e7bdd11e2798b6435e216b39ebf3997", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:32:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c450c8da-732a-4f2d-bedf-f3a8e707a8c9", - "x-ms-client-request-id": "4e7bdd11e2798b6435e216b39ebf3997", - "x-ms-correlation-request-id": "633ff908-38a1-4107-88ef-7658098d0b5d", - "x-ms-ratelimit-remaining-subscription-reads": "9070", - "x-ms-request-id": "41e186ba-104d-4fd1-bb40-6cc544d03531", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053258Z:633ff908-38a1-4107-88ef-7658098d0b5d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "91220a6e35b0fd63b373200e25d2573e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:32:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "11608a81-f893-41f5-94f4-ce3d65cd3d9e", - "x-ms-client-request-id": "91220a6e35b0fd63b373200e25d2573e", - "x-ms-correlation-request-id": "77650c57-382b-4dd6-9930-57e2e527fdfd", - "x-ms-ratelimit-remaining-subscription-reads": "9069", - "x-ms-request-id": "6dd4103a-8ef9-412f-9abc-d1c0d9fcf4c2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053259Z:77650c57-382b-4dd6-9930-57e2e527fdfd" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "4361f1143d7adfeb16afb1b2ef177d7f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:33:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0678adbc-ff2e-4029-b7dd-460b4b28e0cb", - "x-ms-client-request-id": "4361f1143d7adfeb16afb1b2ef177d7f", - "x-ms-correlation-request-id": "1cc0b792-2643-455a-aa4a-207dc24778c3", - "x-ms-ratelimit-remaining-subscription-reads": "9068", - "x-ms-request-id": "d3726647-f9bd-48b7-9dea-0a92df9bea09", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053300Z:1cc0b792-2643-455a-aa4a-207dc24778c3" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "928f1ba62ed9dbcc7a7d9b05c2556662", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:33:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f63e7cc2-033d-4597-948c-f66d8f4d59ee", - "x-ms-client-request-id": "928f1ba62ed9dbcc7a7d9b05c2556662", - "x-ms-correlation-request-id": "0f015863-2858-4b23-bd1b-d368ceca0d83", - "x-ms-ratelimit-remaining-subscription-reads": "9067", - "x-ms-request-id": "0f65c509-65d8-4723-a144-f87ed23076dc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053302Z:0f015863-2858-4b23-bd1b-d368ceca0d83" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ad9ed78af65d311c1f427b0184b10e9b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:33:03 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ba9e122f-02ae-4a92-963b-8455fc3f2be8", - "x-ms-client-request-id": "ad9ed78af65d311c1f427b0184b10e9b", - "x-ms-correlation-request-id": "4d36c75c-5186-485c-9880-9e73d7e0646d", - "x-ms-ratelimit-remaining-subscription-reads": "9066", - "x-ms-request-id": "93e4a67f-b72e-4e54-82ce-f1448fee12cc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053303Z:4d36c75c-5186-485c-9880-9e73d7e0646d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "0967a0f6c542e5652486c8fca1e51dc0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:33:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a551ed3c-0588-4ddc-9efe-36c186ff6479", - "x-ms-client-request-id": "0967a0f6c542e5652486c8fca1e51dc0", - "x-ms-correlation-request-id": "76e4aab1-cc0f-4fd8-bd69-48591dd5d658", - "x-ms-ratelimit-remaining-subscription-reads": "9065", - "x-ms-request-id": "600518cf-cbf9-4251-a87a-1394a907baed", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053304Z:76e4aab1-cc0f-4fd8-bd69-48591dd5d658" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "17274e48cf79b021ff5e7396b3cb56c8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:33:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1c97b05d-df43-4fd8-aa01-3a669b19f2b3", - "x-ms-client-request-id": "17274e48cf79b021ff5e7396b3cb56c8", - "x-ms-correlation-request-id": "0beb8d9e-52a0-4636-978e-06a8e904610b", - "x-ms-ratelimit-remaining-subscription-reads": "9064", - "x-ms-request-id": "4f0dc9ed-e34e-41fa-afd6-878596b7a638", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053305Z:0beb8d9e-52a0-4636-978e-06a8e904610b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "210fff6f5dedc52072b989d72d1f8f39", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:33:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "07b643cd-c9b8-4ba4-ba41-0c730391afb4", - "x-ms-client-request-id": "210fff6f5dedc52072b989d72d1f8f39", - "x-ms-correlation-request-id": "f7a2be8c-f737-411b-9865-635fa62c8c2a", - "x-ms-ratelimit-remaining-subscription-reads": "9063", - "x-ms-request-id": "d6fecb46-303e-4084-9b61-0ed79125c075", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053307Z:f7a2be8c-f737-411b-9865-635fa62c8c2a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "36b8ba25f68926227eb709e352ce3258", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:33:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "28881614-7b18-451a-a12a-af76a8b1e279", - "x-ms-client-request-id": "36b8ba25f68926227eb709e352ce3258", - "x-ms-correlation-request-id": "a1b59970-34b1-494f-9fe9-caced682d14e", - "x-ms-ratelimit-remaining-subscription-reads": "9062", - "x-ms-request-id": "60f133bc-d358-4737-8abb-bd084952f854", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053308Z:a1b59970-34b1-494f-9fe9-caced682d14e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a18dff2ffbd5ead22d62a4bf464a82df", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:33:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "23fccf01-09ea-4245-8acd-a939c6deb70e", - "x-ms-client-request-id": "a18dff2ffbd5ead22d62a4bf464a82df", - "x-ms-correlation-request-id": "7a1e4d41-125c-4c1d-bdd1-c1525e1a6ba6", - "x-ms-ratelimit-remaining-subscription-reads": "9061", - "x-ms-request-id": "1551fc28-bb6a-48c3-9264-5fa2cbfbf5d3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053309Z:7a1e4d41-125c-4c1d-bdd1-c1525e1a6ba6" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f97139ce2012783fdde8a236533c72a4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:33:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e0b5288c-46fd-4960-bdc2-76e96f7f064a", - "x-ms-client-request-id": "f97139ce2012783fdde8a236533c72a4", - "x-ms-correlation-request-id": "94af624d-534f-485d-9db1-655827f6a3b2", - "x-ms-ratelimit-remaining-subscription-reads": "9060", - "x-ms-request-id": "3cad07f6-3388-4096-a7d1-cd08df0ceb4c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053310Z:94af624d-534f-485d-9db1-655827f6a3b2" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2da83087ed922964e7cd09265262e034", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:33:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4b549e1b-868f-46e6-bf91-ac0280f43b59", - "x-ms-client-request-id": "2da83087ed922964e7cd09265262e034", - "x-ms-correlation-request-id": "3647b943-510b-4fda-a0cb-12209202a9e3", - "x-ms-ratelimit-remaining-subscription-reads": "9059", - "x-ms-request-id": "91853a0b-36cd-4b28-8981-01bcb8d184e7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053312Z:3647b943-510b-4fda-a0cb-12209202a9e3" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "18142a34385c0f45c014c4ed589c97f0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:33:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8e9d45d7-6397-428b-b426-6ad58124319f", - "x-ms-client-request-id": "18142a34385c0f45c014c4ed589c97f0", - "x-ms-correlation-request-id": "64d56236-bcf0-4c88-bbbd-3857d9a7da0c", - "x-ms-ratelimit-remaining-subscription-reads": "9058", - "x-ms-request-id": "c6472b97-dac2-4bab-a65a-29efae3caf83", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053313Z:64d56236-bcf0-4c88-bbbd-3857d9a7da0c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "153800ef55a2e14dd54812441719267a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:33:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7345e968-84ea-481a-bd40-138281766911", - "x-ms-client-request-id": "153800ef55a2e14dd54812441719267a", - "x-ms-correlation-request-id": "194a8acf-7385-40b1-bf3c-8c95ff4098fe", - "x-ms-ratelimit-remaining-subscription-reads": "9057", - "x-ms-request-id": "fb78df73-998d-4e27-ab4a-99e91a36bdcd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053314Z:194a8acf-7385-40b1-bf3c-8c95ff4098fe" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "29016e0859284e47ea996d7e2877d04a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:33:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f49abf13-dac0-4555-86be-99558a411151", - "x-ms-client-request-id": "29016e0859284e47ea996d7e2877d04a", - "x-ms-correlation-request-id": "017f8655-ceb7-40ae-8673-10b61fdbcdd3", - "x-ms-ratelimit-remaining-subscription-reads": "9056", - "x-ms-request-id": "4896cecf-7761-4490-9585-b1bed56ee508", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053316Z:017f8655-ceb7-40ae-8673-10b61fdbcdd3" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "51361836cb29df92dd3343142501f7a7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:33:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b9e60495-c3e1-435d-8028-6ecf5f4c320d", - "x-ms-client-request-id": "51361836cb29df92dd3343142501f7a7", - "x-ms-correlation-request-id": "e0528091-59f8-4222-9e74-a363e8bee672", - "x-ms-ratelimit-remaining-subscription-reads": "9055", - "x-ms-request-id": "999b8c8f-72c5-4068-901b-76c720df71e8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053317Z:e0528091-59f8-4222-9e74-a363e8bee672" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "eae44aed6d9a95c8b8ea2a08e7ceb85e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:33:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e8d98e6f-2563-4d59-9025-62ce560c791d", - "x-ms-client-request-id": "eae44aed6d9a95c8b8ea2a08e7ceb85e", - "x-ms-correlation-request-id": "d068f48c-02f3-485a-a71c-cf5cc3d86d09", - "x-ms-ratelimit-remaining-subscription-reads": "9054", - "x-ms-request-id": "f1fafd8e-9aa2-44cf-a058-08867b8e68a8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053318Z:d068f48c-02f3-485a-a71c-cf5cc3d86d09" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "fe0dc777d4e23c50db224bf4163329e9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:33:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "93f26983-a123-41e6-ac31-acbff5ec41fe", - "x-ms-client-request-id": "fe0dc777d4e23c50db224bf4163329e9", - "x-ms-correlation-request-id": "7b080cd5-ddff-453e-92f6-e35710a56f19", - "x-ms-ratelimit-remaining-subscription-reads": "9053", - "x-ms-request-id": "db578155-e4d4-4c59-b9e0-f5ed9effd549", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053319Z:7b080cd5-ddff-453e-92f6-e35710a56f19" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "de90c6a1e592c8b050a0993fa189f80e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:33:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a3244cad-98b9-40ad-85e8-cf1c04d0c380", - "x-ms-client-request-id": "de90c6a1e592c8b050a0993fa189f80e", - "x-ms-correlation-request-id": "0f98aebd-f8d1-4d38-9b64-e675f680c5f8", - "x-ms-ratelimit-remaining-subscription-reads": "9052", - "x-ms-request-id": "e22518c0-7f9b-4800-94f9-7f1b0db93001", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053321Z:0f98aebd-f8d1-4d38-9b64-e675f680c5f8" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5d9ce57af9f319c4f9a80e7821d37f85", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:33:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "98f395aa-17e9-41de-a360-699a80af751f", - "x-ms-client-request-id": "5d9ce57af9f319c4f9a80e7821d37f85", - "x-ms-correlation-request-id": "dab0aae3-1c36-4e6b-bf09-2fcd1f5e7655", - "x-ms-ratelimit-remaining-subscription-reads": "9051", - "x-ms-request-id": "63c70a8d-f731-420d-a380-9755483f2c8d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053322Z:dab0aae3-1c36-4e6b-bf09-2fcd1f5e7655" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "216740c0da3e92cc1745ae413b119b52", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:33:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0a54a930-f6ec-45f4-a340-bbc854938846", - "x-ms-client-request-id": "216740c0da3e92cc1745ae413b119b52", - "x-ms-correlation-request-id": "94109fd0-9fac-4ec1-96fe-5d017a380992", - "x-ms-ratelimit-remaining-subscription-reads": "9050", - "x-ms-request-id": "77e188b9-a9ee-40b9-9fbf-2cf0b5980759", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053323Z:94109fd0-9fac-4ec1-96fe-5d017a380992" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "30793d2acb96a7f60177e4e9d638a77c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:33:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "50a99358-d2e0-414e-8363-c50afe00a08a", - "x-ms-client-request-id": "30793d2acb96a7f60177e4e9d638a77c", - "x-ms-correlation-request-id": "689f7a5c-9d4d-457d-b623-cf03f758a8bd", - "x-ms-ratelimit-remaining-subscription-reads": "9049", - "x-ms-request-id": "3dd1f357-cc4b-4700-a3d7-dec253c181d4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053325Z:689f7a5c-9d4d-457d-b623-cf03f758a8bd" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "607e1320d622a0cf190a46ae4b83dde8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:33:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e9d46670-1089-421b-aec9-c8f949373784", - "x-ms-client-request-id": "607e1320d622a0cf190a46ae4b83dde8", - "x-ms-correlation-request-id": "b63b7a36-e181-44cf-a719-315bcb6947b4", - "x-ms-ratelimit-remaining-subscription-reads": "9048", - "x-ms-request-id": "b1323e2a-12b8-4b33-aa0d-8a3cc88f429f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053326Z:b63b7a36-e181-44cf-a719-315bcb6947b4" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e44dbc0c4f59f5ee4abf20c7f5e2bbdf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:33:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1fc0485c-4c07-4293-a54e-6cd636c807bb", - "x-ms-client-request-id": "e44dbc0c4f59f5ee4abf20c7f5e2bbdf", - "x-ms-correlation-request-id": "cda29131-e093-45e5-917a-66d02555ef1a", - "x-ms-ratelimit-remaining-subscription-reads": "9047", - "x-ms-request-id": "5991545c-b264-4c18-97ec-9d18630b0faa", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053327Z:cda29131-e093-45e5-917a-66d02555ef1a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2820319e3b9253306ed8168c85485c7d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:33:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "69ce8841-0bcc-4607-b8c4-57a5c3a59972", - "x-ms-client-request-id": "2820319e3b9253306ed8168c85485c7d", - "x-ms-correlation-request-id": "66114d5c-64de-45f6-9cce-a8dbbd6f2326", - "x-ms-ratelimit-remaining-subscription-reads": "9046", - "x-ms-request-id": "bbabd6a9-12fb-4255-8567-f5c0649a4010", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053328Z:66114d5c-64de-45f6-9cce-a8dbbd6f2326" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "1addfc99c2ead12225891662b607ab37", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:33:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "55f2a8d5-579a-4a59-ba17-76df8362da15", - "x-ms-client-request-id": "1addfc99c2ead12225891662b607ab37", - "x-ms-correlation-request-id": "a1dbcbf4-85b7-4599-9425-26ff3b1d374f", - "x-ms-ratelimit-remaining-subscription-reads": "9045", - "x-ms-request-id": "fe26df1a-fd80-4548-b86e-bd1d5a18e820", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053330Z:a1dbcbf4-85b7-4599-9425-26ff3b1d374f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "1910664fb562d1558cfa768038616f01", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:33:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d04d9a2b-5c63-44d0-9904-9b133b146217", - "x-ms-client-request-id": "1910664fb562d1558cfa768038616f01", - "x-ms-correlation-request-id": "cfbcd794-72d2-40cd-a786-1a71169931b3", - "x-ms-ratelimit-remaining-subscription-reads": "9044", - "x-ms-request-id": "49e17916-d716-4d57-afa5-61c8089e964a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053331Z:cfbcd794-72d2-40cd-a786-1a71169931b3" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f82da263a104dbf50f4e020824cd9c66", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:33:32 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2a5923e5-68a0-47c1-bd4a-8c7a49275b84", - "x-ms-client-request-id": "f82da263a104dbf50f4e020824cd9c66", - "x-ms-correlation-request-id": "c2ad1825-3fa1-4de3-9cbe-388c61efc4ea", - "x-ms-ratelimit-remaining-subscription-reads": "9043", - "x-ms-request-id": "931bed70-11d1-4e37-ab01-d5ea2ae7737f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053332Z:c2ad1825-3fa1-4de3-9cbe-388c61efc4ea" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "1f3ddf2d4338e41aa60b8def4ca199c3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:33:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e728a233-35eb-447d-a346-6dad06d0ee5f", - "x-ms-client-request-id": "1f3ddf2d4338e41aa60b8def4ca199c3", - "x-ms-correlation-request-id": "bb41c262-b1a6-448d-96de-8c8874050144", - "x-ms-ratelimit-remaining-subscription-reads": "9042", - "x-ms-request-id": "1646d4e5-b208-4079-a1ce-f1100b78862f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053333Z:bb41c262-b1a6-448d-96de-8c8874050144" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "14ff141ab2daae3271340a14b24cacbe", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:33:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ad7838d1-c05f-4022-a9c6-433be5410066", - "x-ms-client-request-id": "14ff141ab2daae3271340a14b24cacbe", - "x-ms-correlation-request-id": "f582a287-8d8f-440e-8fbf-cda59659bb33", - "x-ms-ratelimit-remaining-subscription-reads": "9041", - "x-ms-request-id": "e731532c-560b-442a-85b3-cd4d677af9ad", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053335Z:f582a287-8d8f-440e-8fbf-cda59659bb33" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "58530f5d50241fc9874952f813058e6d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:33:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5cc60ad6-5017-4132-90b8-c4d67175dc36", - "x-ms-client-request-id": "58530f5d50241fc9874952f813058e6d", - "x-ms-correlation-request-id": "94a10552-49ea-4de7-87fb-e43bd7363d3d", - "x-ms-ratelimit-remaining-subscription-reads": "9040", - "x-ms-request-id": "56f7e4f3-74ef-4f21-bcaf-ef72339b2230", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053336Z:94a10552-49ea-4de7-87fb-e43bd7363d3d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "0fee3fb588ce7b8cac8fad0338063159", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:33:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e7a31d99-3288-42f5-bcf8-6b90a123d8c8", - "x-ms-client-request-id": "0fee3fb588ce7b8cac8fad0338063159", - "x-ms-correlation-request-id": "7cfb264a-544e-43be-a5c7-9e2f286ef3f5", - "x-ms-ratelimit-remaining-subscription-reads": "9039", - "x-ms-request-id": "8b80c91a-2ed5-4ddf-883c-d4d390610d24", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053337Z:7cfb264a-544e-43be-a5c7-9e2f286ef3f5" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "3c91cf5f404ec99e4bdf8c90603a9a6c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:33:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "af2347b6-d081-48e6-8b3b-c08e0bf34574", - "x-ms-client-request-id": "3c91cf5f404ec99e4bdf8c90603a9a6c", - "x-ms-correlation-request-id": "345a16ca-9703-42b4-be74-e0a316408feb", - "x-ms-ratelimit-remaining-subscription-reads": "9038", - "x-ms-request-id": "c8c0e292-b1d7-4f28-a388-0f8a268ce71a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053339Z:345a16ca-9703-42b4-be74-e0a316408feb" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "735e9ca69d5ed5ef83d8ab95a3c5e680", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:33:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3ecda4ee-f058-48ce-9728-a0c4381e209a", - "x-ms-client-request-id": "735e9ca69d5ed5ef83d8ab95a3c5e680", - "x-ms-correlation-request-id": "a629427f-5671-4ef1-838f-c5e1c1965673", - "x-ms-ratelimit-remaining-subscription-reads": "9037", - "x-ms-request-id": "80fd2c79-0313-45d2-b2a3-4ae6504b34d9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053340Z:a629427f-5671-4ef1-838f-c5e1c1965673" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "4399f8175173751fa025c4effbfb1a72", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:33:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9950ff0c-308f-4819-b96d-df9dfa6dc8ab", - "x-ms-client-request-id": "4399f8175173751fa025c4effbfb1a72", - "x-ms-correlation-request-id": "26ccba48-e0cf-4c0c-937f-17c43cb4fbd5", - "x-ms-ratelimit-remaining-subscription-reads": "9036", - "x-ms-request-id": "0af9e904-96af-4ef9-84a0-ed8196ff7f59", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053341Z:26ccba48-e0cf-4c0c-937f-17c43cb4fbd5" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "9c5d41f4bea8c2fbdfbcb87594092685", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:33:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8f89481c-cc3e-4d68-9eee-4ea5c1c28dc8", - "x-ms-client-request-id": "9c5d41f4bea8c2fbdfbcb87594092685", - "x-ms-correlation-request-id": "cd582991-da14-4efc-8115-c269f53361e4", - "x-ms-ratelimit-remaining-subscription-reads": "9035", - "x-ms-request-id": "0912672e-5650-4f9e-9c45-5bcbdedc6781", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053342Z:cd582991-da14-4efc-8115-c269f53361e4" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "67790cf857a054f87de9d238d800da88", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:33:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2a0cbfbc-44c1-48ba-9aee-5651872b7982", - "x-ms-client-request-id": "67790cf857a054f87de9d238d800da88", - "x-ms-correlation-request-id": "c45c0820-5f5e-4c18-82ff-5824f9d8d658", - "x-ms-ratelimit-remaining-subscription-reads": "9034", - "x-ms-request-id": "d62f47e8-bca3-4c67-8f9e-dc4dbb61a732", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053344Z:c45c0820-5f5e-4c18-82ff-5824f9d8d658" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "61a039bd4a6858d8fcd763b698a9e097", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:33:45 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6e765c0d-dfc7-4a2b-97ce-04cc13acc045", - "x-ms-client-request-id": "61a039bd4a6858d8fcd763b698a9e097", - "x-ms-correlation-request-id": "788709b1-5363-4b83-94bc-e163fd7950e1", - "x-ms-ratelimit-remaining-subscription-reads": "9033", - "x-ms-request-id": "be9d0ba4-0c51-449d-9d70-039674d22fa8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053346Z:788709b1-5363-4b83-94bc-e163fd7950e1" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "eff63efeb2829cd248081ebfecc2e9df", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:33:46 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1fd2df24-d410-4b15-a981-565b759eb4cc", - "x-ms-client-request-id": "eff63efeb2829cd248081ebfecc2e9df", - "x-ms-correlation-request-id": "d293a14c-0af5-4723-95ba-dd25cec12d58", - "x-ms-ratelimit-remaining-subscription-reads": "9032", - "x-ms-request-id": "4104b238-113e-4059-b8a6-8d4707814ffc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053347Z:d293a14c-0af5-4723-95ba-dd25cec12d58" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5bb830e2c468ae1d33216bc8f341bbd4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:33:47 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f07f1eec-1206-4a8c-9cb6-04c4a4ed0899", - "x-ms-client-request-id": "5bb830e2c468ae1d33216bc8f341bbd4", - "x-ms-correlation-request-id": "76613d31-4f3a-4f82-b51d-d03868cf0f44", - "x-ms-ratelimit-remaining-subscription-reads": "9031", - "x-ms-request-id": "668d3a42-1cbf-4ce5-a71c-27adde16f96c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053348Z:76613d31-4f3a-4f82-b51d-d03868cf0f44" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "9a3a3b08ea0a0a066603195f2b196b39", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:33:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "02d65785-dca8-4978-bda8-a45a79567e41", - "x-ms-client-request-id": "9a3a3b08ea0a0a066603195f2b196b39", - "x-ms-correlation-request-id": "51ba7588-5d42-46ad-aa77-bb408b830a4b", - "x-ms-ratelimit-remaining-subscription-reads": "9030", - "x-ms-request-id": "514cc9c6-d92a-4b0f-bb51-a50c1b1526b5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053349Z:51ba7588-5d42-46ad-aa77-bb408b830a4b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "68d484ee85f1392e2148bb604709a906", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:33:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2b27ce8b-1f56-476c-ac32-7810d4aa08ee", - "x-ms-client-request-id": "68d484ee85f1392e2148bb604709a906", - "x-ms-correlation-request-id": "ded0288c-7512-47a8-9bbf-21204a586ab7", - "x-ms-ratelimit-remaining-subscription-reads": "9029", - "x-ms-request-id": "7befe61b-84ec-447a-8a3c-f7d17b94abd8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053351Z:ded0288c-7512-47a8-9bbf-21204a586ab7" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b1b64a4d4e88f7d52aadf464abbd821a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:33:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7e94b5c8-fa2e-48c6-b8d7-5b2a546f8a0f", - "x-ms-client-request-id": "b1b64a4d4e88f7d52aadf464abbd821a", - "x-ms-correlation-request-id": "3a5c8d34-2d3a-4c78-8683-025c03b857cd", - "x-ms-ratelimit-remaining-subscription-reads": "9028", - "x-ms-request-id": "f6f65c3d-a593-45d4-9e4e-bd21b7353a35", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053352Z:3a5c8d34-2d3a-4c78-8683-025c03b857cd" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "6fda31b5536d83e30c0179c12fa5c35d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:33:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "496045d1-dfb9-405c-8d71-119a749c5ef3", - "x-ms-client-request-id": "6fda31b5536d83e30c0179c12fa5c35d", - "x-ms-correlation-request-id": "6c4b4dd8-292c-4215-9724-fb92534aa262", - "x-ms-ratelimit-remaining-subscription-reads": "9027", - "x-ms-request-id": "dfa8419e-90cd-4f7f-bb2e-3f1aa3348edb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053353Z:6c4b4dd8-292c-4215-9724-fb92534aa262" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e012135aba629fb1aedc3e4390c98e63", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:33:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8dbd88e9-76b2-4996-a62d-f27310d7f3a6", - "x-ms-client-request-id": "e012135aba629fb1aedc3e4390c98e63", - "x-ms-correlation-request-id": "a2cfeaf6-be4d-4a61-8ef0-50454dc9bb2f", - "x-ms-ratelimit-remaining-subscription-reads": "9026", - "x-ms-request-id": "80ca4bc7-eb61-4f17-b2f2-bc9bd472a248", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053355Z:a2cfeaf6-be4d-4a61-8ef0-50454dc9bb2f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "16aba1c5392efa986733a486d513c884", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:33:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b4447e54-7165-4331-8ff9-bd9f7c492fd1", - "x-ms-client-request-id": "16aba1c5392efa986733a486d513c884", - "x-ms-correlation-request-id": "ef709f5a-54b4-4223-ba0e-a7b493025e0e", - "x-ms-ratelimit-remaining-subscription-reads": "9025", - "x-ms-request-id": "5d9ca794-8bdb-40fe-8f29-7c3efb1af71c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053356Z:ef709f5a-54b4-4223-ba0e-a7b493025e0e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "970a97eaa1abfbb77f3bc090159ff243", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:33:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "50ef3b95-48fe-4187-a6ab-34c8dece743e", - "x-ms-client-request-id": "970a97eaa1abfbb77f3bc090159ff243", - "x-ms-correlation-request-id": "fee26351-c0c4-4faa-9884-6f399f68c726", - "x-ms-ratelimit-remaining-subscription-reads": "9024", - "x-ms-request-id": "192a746f-a8a4-4347-a83f-a7eed951bfdf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053357Z:fee26351-c0c4-4faa-9884-6f399f68c726" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8efc1672adf9212e7a17792f152aca9b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:33:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "59d839b0-cf53-4181-9370-6d520b48eb04", - "x-ms-client-request-id": "8efc1672adf9212e7a17792f152aca9b", - "x-ms-correlation-request-id": "124d73a8-1d7b-4eb2-a04b-adafb41747ac", - "x-ms-ratelimit-remaining-subscription-reads": "9023", - "x-ms-request-id": "33bab0f9-e5ce-4719-8064-7c7b9a6715a1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053358Z:124d73a8-1d7b-4eb2-a04b-adafb41747ac" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f959b914f6bf23b7e9b096f37808e5c8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:33:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b6044abf-0957-4cba-8904-3b4524b009ff", - "x-ms-client-request-id": "f959b914f6bf23b7e9b096f37808e5c8", - "x-ms-correlation-request-id": "54ce73aa-76ef-4117-8464-c260caad8d8a", - "x-ms-ratelimit-remaining-subscription-reads": "9022", - "x-ms-request-id": "2ddb152f-b9e8-403c-a99b-d24041714499", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053400Z:54ce73aa-76ef-4117-8464-c260caad8d8a" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "bf1461413a173c8b68e81c942887e554", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:34:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5e46b245-bda5-4d86-a04d-07dd18a0e81c", - "x-ms-client-request-id": "bf1461413a173c8b68e81c942887e554", - "x-ms-correlation-request-id": "6f9e0563-4724-44bf-9df9-502c48b50ab7", - "x-ms-ratelimit-remaining-subscription-reads": "9021", - "x-ms-request-id": "e9ccd161-3ee5-4536-bd8a-843291b56f1b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053401Z:6f9e0563-4724-44bf-9df9-502c48b50ab7" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5b7b2570f8457b835ed8a449163aa872", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:34:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2ba9c348-2522-4af5-bb32-7d8406b71209", - "x-ms-client-request-id": "5b7b2570f8457b835ed8a449163aa872", - "x-ms-correlation-request-id": "8539660e-3cd5-4b44-8c15-9e2ac93b2265", - "x-ms-ratelimit-remaining-subscription-reads": "9020", - "x-ms-request-id": "ed4b6949-7d30-4cfa-b153-6e7f074002ec", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053402Z:8539660e-3cd5-4b44-8c15-9e2ac93b2265" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b3eeb0320b16da842e1c91d6d923fb62", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:34:03 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e4beed09-5ad2-4482-9c21-a9681b7adadf", - "x-ms-client-request-id": "b3eeb0320b16da842e1c91d6d923fb62", - "x-ms-correlation-request-id": "96a1bbe7-b0e9-4601-abf0-1d36cb5b06a2", - "x-ms-ratelimit-remaining-subscription-reads": "9019", - "x-ms-request-id": "41fbec7e-6ab0-458e-aef1-818b2dafce51", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053404Z:96a1bbe7-b0e9-4601-abf0-1d36cb5b06a2" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "538341ca898c4882dd98603e9541262d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:34:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f59349f9-849f-4c32-bb26-57833bcaa0ea", - "x-ms-client-request-id": "538341ca898c4882dd98603e9541262d", - "x-ms-correlation-request-id": "b7a39063-4a31-4636-8f86-37236c52cb83", - "x-ms-ratelimit-remaining-subscription-reads": "9018", - "x-ms-request-id": "3ea2f8ed-a7b7-4bd5-83f6-473ebd72a5b7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053405Z:b7a39063-4a31-4636-8f86-37236c52cb83" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7761aa3f3299653ea1a12d2966ada23b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:34:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6439cd0a-a536-47e7-8dc7-39aa8adb40ba", - "x-ms-client-request-id": "7761aa3f3299653ea1a12d2966ada23b", - "x-ms-correlation-request-id": "e79365c5-d4db-4582-aea2-231c794259fd", - "x-ms-ratelimit-remaining-subscription-reads": "9017", - "x-ms-request-id": "b67c984e-1527-4360-afef-17a71adf4bed", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053406Z:e79365c5-d4db-4582-aea2-231c794259fd" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d47e42dd55b7a9e52ea5d57eab4544ec", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:34:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "abc36f67-9a92-4d5f-b39b-256ea09dbc0a", - "x-ms-client-request-id": "d47e42dd55b7a9e52ea5d57eab4544ec", - "x-ms-correlation-request-id": "e3666641-40f6-4bd5-a13c-c1867f573b15", - "x-ms-ratelimit-remaining-subscription-reads": "9016", - "x-ms-request-id": "2fcfa65b-60fd-45c3-9508-fde2e2076a99", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053407Z:e3666641-40f6-4bd5-a13c-c1867f573b15" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2f9663f683c198c8031db1eb5b59e230", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:34:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1dafb697-2675-47f7-b905-520608acba98", - "x-ms-client-request-id": "2f9663f683c198c8031db1eb5b59e230", - "x-ms-correlation-request-id": "4632ccc1-9eb5-4a2e-8ec5-a68897a6871b", - "x-ms-ratelimit-remaining-subscription-reads": "9015", - "x-ms-request-id": "0645e991-4b83-4b48-8841-62cb5635fc2c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053409Z:4632ccc1-9eb5-4a2e-8ec5-a68897a6871b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "536124f651c3ea76c4b849f35cbfba5b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:34:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "61102edc-c80a-4a63-91c6-e240b4dc5c30", - "x-ms-client-request-id": "536124f651c3ea76c4b849f35cbfba5b", - "x-ms-correlation-request-id": "e93c2b2c-fecf-43a7-b384-dca752e2b5a7", - "x-ms-ratelimit-remaining-subscription-reads": "9014", - "x-ms-request-id": "230186ee-4035-4114-90e7-0778f16dc22f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053410Z:e93c2b2c-fecf-43a7-b384-dca752e2b5a7" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "0232415c7216597a79e6d199a3fa4dd4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:34:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "59223387-ae32-4312-95cb-50b708c7421a", - "x-ms-client-request-id": "0232415c7216597a79e6d199a3fa4dd4", - "x-ms-correlation-request-id": "b559ed67-a837-4a70-8a9f-44327645073f", - "x-ms-ratelimit-remaining-subscription-reads": "9013", - "x-ms-request-id": "09d3089e-444e-454d-8c77-74bacb5e6221", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053411Z:b559ed67-a837-4a70-8a9f-44327645073f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8688a4c3f0e3a529edac6a0839d53b43", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:34:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "439b15d6-0020-491f-881f-647f0cdc7dc5", - "x-ms-client-request-id": "8688a4c3f0e3a529edac6a0839d53b43", - "x-ms-correlation-request-id": "bbbc3134-8d56-440b-8929-75ef55383380", - "x-ms-ratelimit-remaining-subscription-reads": "9012", - "x-ms-request-id": "0fa8326b-ed37-4ee5-8b7b-6fff83f854a2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053412Z:bbbc3134-8d56-440b-8929-75ef55383380" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "198e5663df278319a907dadc7fdc46ca", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:34:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6fb8497e-401b-42e1-a84b-805d553725f8", - "x-ms-client-request-id": "198e5663df278319a907dadc7fdc46ca", - "x-ms-correlation-request-id": "7b24281c-8520-4114-80ca-19f5e50ece63", - "x-ms-ratelimit-remaining-subscription-reads": "9011", - "x-ms-request-id": "47977d46-6782-465a-85d6-46964b753548", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053414Z:7b24281c-8520-4114-80ca-19f5e50ece63" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b830756b33376c77188d156a087120a4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:34:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b4311e3e-dcf8-4959-908d-60f99e6ad107", - "x-ms-client-request-id": "b830756b33376c77188d156a087120a4", - "x-ms-correlation-request-id": "82315699-fccd-4c78-b879-dc234f9a4095", - "x-ms-ratelimit-remaining-subscription-reads": "9010", - "x-ms-request-id": "3c8cbfef-b0b5-42a4-b35a-ebaac20a72be", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053415Z:82315699-fccd-4c78-b879-dc234f9a4095" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "4d368eab336ce4ad8b05dddc154c2511", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:34:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "00ac45c7-b619-4a74-993c-5fc9f5d82fe4", - "x-ms-client-request-id": "4d368eab336ce4ad8b05dddc154c2511", - "x-ms-correlation-request-id": "35f670a6-ee50-4009-9365-5b163cf08454", - "x-ms-ratelimit-remaining-subscription-reads": "9009", - "x-ms-request-id": "5af7e443-c6ac-41f6-aae7-f8155fc82411", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053416Z:35f670a6-ee50-4009-9365-5b163cf08454" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c49da06583a4300bde220199c9af7a37", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:34:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c16e2160-116f-413c-9f06-d736e3e56c5e", - "x-ms-client-request-id": "c49da06583a4300bde220199c9af7a37", - "x-ms-correlation-request-id": "7740d5a4-15f5-4b8d-9169-97ce3b62f27f", - "x-ms-ratelimit-remaining-subscription-reads": "9008", - "x-ms-request-id": "e8294045-cf21-455e-9449-abe212717094", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053418Z:7740d5a4-15f5-4b8d-9169-97ce3b62f27f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f13136e7f8a5375dc74b2c32559b56cc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:34:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "41ba431a-6d99-45a7-9dc7-fc8b6798fd6f", - "x-ms-client-request-id": "f13136e7f8a5375dc74b2c32559b56cc", - "x-ms-correlation-request-id": "1c3648a8-4e25-4e2e-82f5-a2c4eeab069d", - "x-ms-ratelimit-remaining-subscription-reads": "9007", - "x-ms-request-id": "cd720450-0ca1-44ce-957f-1a371954a5bd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053419Z:1c3648a8-4e25-4e2e-82f5-a2c4eeab069d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "680403675cd428ff82066f4a32131adb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:34:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "56fc8c55-9256-40fa-8c4b-3da0d2ca2551", - "x-ms-client-request-id": "680403675cd428ff82066f4a32131adb", - "x-ms-correlation-request-id": "f9719fbb-5537-4d55-96fc-96347528b9e8", - "x-ms-ratelimit-remaining-subscription-reads": "9006", - "x-ms-request-id": "9e671d87-88f8-4a32-831d-22067d3bc5a4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053420Z:f9719fbb-5537-4d55-96fc-96347528b9e8" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "dff4a58a341b6d6c4265fc5856d9da42", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:34:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "bef3b121-e113-4fcc-8cec-7deaefd3cdc1", - "x-ms-client-request-id": "dff4a58a341b6d6c4265fc5856d9da42", - "x-ms-correlation-request-id": "04f838cc-0e49-470b-bdb6-23164cbd94b8", - "x-ms-ratelimit-remaining-subscription-reads": "9005", - "x-ms-request-id": "33903215-3b56-4e17-b997-104c5bf584a4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053421Z:04f838cc-0e49-470b-bdb6-23164cbd94b8" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c63135cb12aa8b6337096f9f891304b4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:34:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "20c54456-a362-45b5-a71a-76f8445037b9", - "x-ms-client-request-id": "c63135cb12aa8b6337096f9f891304b4", - "x-ms-correlation-request-id": "6406741a-1cc3-402b-aa4c-53fd08b72f56", - "x-ms-ratelimit-remaining-subscription-reads": "9004", - "x-ms-request-id": "62d21a86-388b-4146-a09a-bcf3e7e6ef70", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053423Z:6406741a-1cc3-402b-aa4c-53fd08b72f56" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b0a8513177a733b19797256e5fa6d1a9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:34:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0dedd326-9ecf-4536-9313-510819ac3e63", - "x-ms-client-request-id": "b0a8513177a733b19797256e5fa6d1a9", - "x-ms-correlation-request-id": "8eaab7b3-39f9-4d6f-8964-25585925b753", - "x-ms-ratelimit-remaining-subscription-reads": "9003", - "x-ms-request-id": "dbe9fef8-878f-449c-a0b6-ed163a5ef7fd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053424Z:8eaab7b3-39f9-4d6f-8964-25585925b753" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "fd7e2c2b53e178314269a711c4cce32f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:34:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c57645c6-a4ca-4827-a665-2dd6f5209577", - "x-ms-client-request-id": "fd7e2c2b53e178314269a711c4cce32f", - "x-ms-correlation-request-id": "3e6ca417-46e3-4e9b-bc94-df7d20d2d91f", - "x-ms-ratelimit-remaining-subscription-reads": "9002", - "x-ms-request-id": "90c09960-9c79-4587-b444-072383ad62b3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053425Z:3e6ca417-46e3-4e9b-bc94-df7d20d2d91f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "052748602931549b83fe2f13edf42b91", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:34:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e068c503-aaa6-4152-b723-a0b50bd51c3c", - "x-ms-client-request-id": "052748602931549b83fe2f13edf42b91", - "x-ms-correlation-request-id": "56d1ae8b-52fc-4456-b524-a4bfacf25907", - "x-ms-ratelimit-remaining-subscription-reads": "9001", - "x-ms-request-id": "47e6c3cf-4ba3-4332-813d-213e7e668361", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053426Z:56d1ae8b-52fc-4456-b524-a4bfacf25907" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5d73c6370794ddd21f2f6e3dcf9f6eca", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:34:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ed0ff870-9dc9-49bc-8714-460a93c316e4", - "x-ms-client-request-id": "5d73c6370794ddd21f2f6e3dcf9f6eca", - "x-ms-correlation-request-id": "887e2873-79e2-4a25-88f3-f2dc32e10313", - "x-ms-ratelimit-remaining-subscription-reads": "9000", - "x-ms-request-id": "18c1eb63-2105-4c0c-8908-3893529661f2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053428Z:887e2873-79e2-4a25-88f3-f2dc32e10313" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "170ef5b3cc7e0278912979e3241e8b4e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:34:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5489d0b4-6dac-48ae-9667-8cc0f4f5c309", - "x-ms-client-request-id": "170ef5b3cc7e0278912979e3241e8b4e", - "x-ms-correlation-request-id": "aaccd67d-3d0c-4330-ae62-a04c681aebb5", - "x-ms-ratelimit-remaining-subscription-reads": "8999", - "x-ms-request-id": "35c3f89a-3dc1-4add-9947-cd0de8908fb6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053429Z:aaccd67d-3d0c-4330-ae62-a04c681aebb5" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "feda163d8659599b7549e501bb5d85e4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:34:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5d54e0eb-5f82-40f0-8905-50479991d25c", - "x-ms-client-request-id": "feda163d8659599b7549e501bb5d85e4", - "x-ms-correlation-request-id": "8dd5a395-d1e7-478f-8364-fe8694d758c7", - "x-ms-ratelimit-remaining-subscription-reads": "8998", - "x-ms-request-id": "a6d1f722-5b3b-4222-b677-efb08728ea5b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053430Z:8dd5a395-d1e7-478f-8364-fe8694d758c7" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f75f648f13e66a124e71cb6a8eeeb901", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:34:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "862e6693-4f8f-437c-91c7-402dd196bf1f", - "x-ms-client-request-id": "f75f648f13e66a124e71cb6a8eeeb901", - "x-ms-correlation-request-id": "0e92b3cf-76b6-46b9-9665-e64d58c77645", - "x-ms-ratelimit-remaining-subscription-reads": "8997", - "x-ms-request-id": "7a4b623d-5362-4587-9ee2-8c6517847fe7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053432Z:0e92b3cf-76b6-46b9-9665-e64d58c77645" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b8001fa470c42d715ab4a135e7764633", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:34:32 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "bc401fbf-c6d1-4144-879b-3bd8d061fcc9", - "x-ms-client-request-id": "b8001fa470c42d715ab4a135e7764633", - "x-ms-correlation-request-id": "6d09d26f-a3fb-4247-be20-607e963f51a1", - "x-ms-ratelimit-remaining-subscription-reads": "8996", - "x-ms-request-id": "d2b61af3-7ca3-4573-8a55-4def1babbaab", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053433Z:6d09d26f-a3fb-4247-be20-607e963f51a1" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "bf5494a493bf2a67036fb0e7ba30cb87", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:34:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "85a61c15-b0c7-4d03-a7c6-88dc7be87a10", - "x-ms-client-request-id": "bf5494a493bf2a67036fb0e7ba30cb87", - "x-ms-correlation-request-id": "e1aa5004-15da-45df-ba86-8fda88ea9c16", - "x-ms-ratelimit-remaining-subscription-reads": "8995", - "x-ms-request-id": "54d5ec2e-1725-445a-bb8b-7017e1483993", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053434Z:e1aa5004-15da-45df-ba86-8fda88ea9c16" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "9b5ce490cc5d1f1ff3329c3171dc83d7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:34:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1db127cd-7361-4317-a2b2-cd03285e81df", - "x-ms-client-request-id": "9b5ce490cc5d1f1ff3329c3171dc83d7", - "x-ms-correlation-request-id": "c3f445ca-25aa-46fa-9cf3-1be27432397b", - "x-ms-ratelimit-remaining-subscription-reads": "8994", - "x-ms-request-id": "aca31227-835c-46c1-b875-b1bc2cfc711e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053435Z:c3f445ca-25aa-46fa-9cf3-1be27432397b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f9c5982bf99a1141b7d5b455bf89722a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:34:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a6bc36a4-0bf0-4094-8e9c-80250657e37b", - "x-ms-client-request-id": "f9c5982bf99a1141b7d5b455bf89722a", - "x-ms-correlation-request-id": "1029a7f0-1593-48f1-a336-f7eadb8b1211", - "x-ms-ratelimit-remaining-subscription-reads": "8993", - "x-ms-request-id": "ce5b4a64-0201-465b-a78b-f04a9b40a4b7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053437Z:1029a7f0-1593-48f1-a336-f7eadb8b1211" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "02a51ae9aa1ad8d67534cb8df636b826", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:34:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c352339d-a81a-440f-b2e5-43b6bb34bfc6", - "x-ms-client-request-id": "02a51ae9aa1ad8d67534cb8df636b826", - "x-ms-correlation-request-id": "b78e9342-cc94-4984-be67-27d5c6224498", - "x-ms-ratelimit-remaining-subscription-reads": "8992", - "x-ms-request-id": "36c807b2-fecb-4fc6-a912-cb52c3385360", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053438Z:b78e9342-cc94-4984-be67-27d5c6224498" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "22bcd9ecd26a96eca24be38717ca606a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:34:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e0754d8e-c9cd-431b-97a9-16bf22429ad8", - "x-ms-client-request-id": "22bcd9ecd26a96eca24be38717ca606a", - "x-ms-correlation-request-id": "3df568a6-2bd8-4723-bd7f-bbe618fba881", - "x-ms-ratelimit-remaining-subscription-reads": "8991", - "x-ms-request-id": "0e561c71-b2e6-4712-9fb9-8830eca71ab1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053439Z:3df568a6-2bd8-4723-bd7f-bbe618fba881" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "574872bf803780bdc1ed83652db41a81", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:34:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "74d49b77-762d-4bd5-8d62-e619290e1433", - "x-ms-client-request-id": "574872bf803780bdc1ed83652db41a81", - "x-ms-correlation-request-id": "6ab3d120-a6a0-4262-b966-da592af8c7ab", - "x-ms-ratelimit-remaining-subscription-reads": "8990", - "x-ms-request-id": "24ff5c08-3e54-4704-88c4-42014dde42d4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053440Z:6ab3d120-a6a0-4262-b966-da592af8c7ab" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e5688d1d4fcc17bf2d0e5fcec64fc0aa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:34:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "230c299d-805b-4c4b-8f95-75c885813ad9", - "x-ms-client-request-id": "e5688d1d4fcc17bf2d0e5fcec64fc0aa", - "x-ms-correlation-request-id": "346d3d2f-a0e7-41ea-99fa-0547c1340def", - "x-ms-ratelimit-remaining-subscription-reads": "8989", - "x-ms-request-id": "fc11329d-5b84-4a5b-a879-4985549f74f9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053442Z:346d3d2f-a0e7-41ea-99fa-0547c1340def" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "84cd61d460ee6cef1c3c617c4e8768ee", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:34:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "debfa580-8e8e-4528-85ce-5693ff467ecb", - "x-ms-client-request-id": "84cd61d460ee6cef1c3c617c4e8768ee", - "x-ms-correlation-request-id": "188fe32f-ca95-4693-9184-d68cec918fc1", - "x-ms-ratelimit-remaining-subscription-reads": "8988", - "x-ms-request-id": "57afd20e-42ab-4f95-ad57-a09f61d79eb8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053443Z:188fe32f-ca95-4693-9184-d68cec918fc1" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "896962317a62709eb330292820eeb972", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:34:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "08b6bffe-f301-4e37-8198-155b3a08cdc1", - "x-ms-client-request-id": "896962317a62709eb330292820eeb972", - "x-ms-correlation-request-id": "6ec9280d-5438-4780-a8a4-3e3c21714128", - "x-ms-ratelimit-remaining-subscription-reads": "8987", - "x-ms-request-id": "b1b3da01-23bf-4723-9918-ee8d490eedf6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053444Z:6ec9280d-5438-4780-a8a4-3e3c21714128" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "cc90d92d95e7bc939efcc990ee42c9a6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:34:45 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "55842d96-b3c7-4566-aadc-dfbe5f4669f8", - "x-ms-client-request-id": "cc90d92d95e7bc939efcc990ee42c9a6", - "x-ms-correlation-request-id": "9f0ec7ab-7b6e-476e-b7c4-b4388e5191b4", - "x-ms-ratelimit-remaining-subscription-reads": "8986", - "x-ms-request-id": "be96a133-a5ae-4671-b3ad-14dd716f5033", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053445Z:9f0ec7ab-7b6e-476e-b7c4-b4388e5191b4" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "649d71a637e55a48c35dd0bd37c64b2d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:34:46 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "bc55ea31-db0c-46c0-b385-50240cd04de9", - "x-ms-client-request-id": "649d71a637e55a48c35dd0bd37c64b2d", - "x-ms-correlation-request-id": "003ac4be-eed3-47f8-9882-0d44b8bcd6e5", - "x-ms-ratelimit-remaining-subscription-reads": "8985", - "x-ms-request-id": "4cc59474-afd5-48d8-b235-86997d76c45d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053447Z:003ac4be-eed3-47f8-9882-0d44b8bcd6e5" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "754fef829cf69b06cfadea65b00d8170", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:34:47 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "42fcda9f-b40f-43da-97da-3f1691d9df3f", - "x-ms-client-request-id": "754fef829cf69b06cfadea65b00d8170", - "x-ms-correlation-request-id": "f2a968fa-8894-45fa-881b-ff66b0e4f9af", - "x-ms-ratelimit-remaining-subscription-reads": "8984", - "x-ms-request-id": "95b3c3e8-c6a5-410a-959b-b65618889ebe", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053448Z:f2a968fa-8894-45fa-881b-ff66b0e4f9af" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ae8283675550f58c90350889c5d585d7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:34:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "050b0a79-c499-421e-95c5-291c4163a6e8", - "x-ms-client-request-id": "ae8283675550f58c90350889c5d585d7", - "x-ms-correlation-request-id": "15a42b62-d600-4409-a075-126a65651792", - "x-ms-ratelimit-remaining-subscription-reads": "8983", - "x-ms-request-id": "c80b517e-2008-4341-adf9-0bf5fc8a13cc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053449Z:15a42b62-d600-4409-a075-126a65651792" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "fe0e9bb053f209af6a0295384ce3aab5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:34:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "fc642c04-d481-400c-b8b1-5070e7f11ea0", - "x-ms-client-request-id": "fe0e9bb053f209af6a0295384ce3aab5", - "x-ms-correlation-request-id": "88087920-51aa-476d-948f-06ae0efeeb2b", - "x-ms-ratelimit-remaining-subscription-reads": "8982", - "x-ms-request-id": "7cbf16a3-cde7-4178-a02b-6b3d17ec8d17", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053451Z:88087920-51aa-476d-948f-06ae0efeeb2b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b35660db9c442cdc6259e4c1937dd6fa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:34:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1e64acbc-c45d-49ad-b812-6cab6bbf5f6c", - "x-ms-client-request-id": "b35660db9c442cdc6259e4c1937dd6fa", - "x-ms-correlation-request-id": "5555a4ba-5e93-4a43-a6b3-d09b0f752dda", - "x-ms-ratelimit-remaining-subscription-reads": "8981", - "x-ms-request-id": "325ee505-fb77-46dd-985a-6f483d7955c2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053452Z:5555a4ba-5e93-4a43-a6b3-d09b0f752dda" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "15b4132782ff137dd478434ec054a9ad", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:34:52 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2b918498-1d5c-49fb-a561-e75afaeaef22", - "x-ms-client-request-id": "15b4132782ff137dd478434ec054a9ad", - "x-ms-correlation-request-id": "793990de-025d-4329-a0cb-1cd405118c41", - "x-ms-ratelimit-remaining-subscription-reads": "8980", - "x-ms-request-id": "4fa931fa-9545-456c-b9d2-a260937cd846", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053453Z:793990de-025d-4329-a0cb-1cd405118c41" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "65ae528bd17e1493bee19c996fee75ed", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:34:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "79d438b1-985c-49b6-98e4-7c13fc473797", - "x-ms-client-request-id": "65ae528bd17e1493bee19c996fee75ed", - "x-ms-correlation-request-id": "da62cd78-1b55-42bd-9c1e-59efd1c8e62b", - "x-ms-ratelimit-remaining-subscription-reads": "8979", - "x-ms-request-id": "9d94b4e8-1af4-4f52-8129-7ddc867a229a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053454Z:da62cd78-1b55-42bd-9c1e-59efd1c8e62b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "38109a2b942e58b6e242dfcb588e6c0e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:34:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "68fd0d31-3bc9-4db8-8910-d2bb2de79a2b", - "x-ms-client-request-id": "38109a2b942e58b6e242dfcb588e6c0e", - "x-ms-correlation-request-id": "90751eb0-3646-40f1-9db5-d220cb84f87d", - "x-ms-ratelimit-remaining-subscription-reads": "8978", - "x-ms-request-id": "f00378c8-dd44-4415-bcab-43a5763da008", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053456Z:90751eb0-3646-40f1-9db5-d220cb84f87d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "403537af71cf567b80a0561de6e4a4e5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:34:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f96c99e5-49a9-44f7-bd87-cfad5c52c175", - "x-ms-client-request-id": "403537af71cf567b80a0561de6e4a4e5", - "x-ms-correlation-request-id": "ea107e79-dc60-4076-a29f-b100cdbb55f1", - "x-ms-ratelimit-remaining-subscription-reads": "8977", - "x-ms-request-id": "d269019d-4385-45a7-a7ca-b6ed096adbec", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053457Z:ea107e79-dc60-4076-a29f-b100cdbb55f1" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "252356027043f67e9c55823cf2c7bb30", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:34:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "21673e5f-da3c-46f2-8d24-7e1daf70fdc7", - "x-ms-client-request-id": "252356027043f67e9c55823cf2c7bb30", - "x-ms-correlation-request-id": "fb60b735-a76a-48b5-8016-02a126ea7934", - "x-ms-ratelimit-remaining-subscription-reads": "8976", - "x-ms-request-id": "1aae29b2-5976-4f50-a365-948588e2c5b0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053458Z:fb60b735-a76a-48b5-8016-02a126ea7934" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "37e98d7534b9ba1e1fbab88d3e9871fd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:35:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "cf46f632-117c-4059-ac04-2c39beb1c34a", - "x-ms-client-request-id": "37e98d7534b9ba1e1fbab88d3e9871fd", - "x-ms-correlation-request-id": "801e667f-2aaf-495b-87d8-89904ee83c5c", - "x-ms-ratelimit-remaining-subscription-reads": "9200", - "x-ms-request-id": "f45d8447-1200-47c1-833d-f204fc465182", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053500Z:801e667f-2aaf-495b-87d8-89904ee83c5c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "02c8f99e466a3fcbb83ea479ee3f63b8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:35:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "efd3ca54-abb7-45f3-8a98-f31ca2426a2e", - "x-ms-client-request-id": "02c8f99e466a3fcbb83ea479ee3f63b8", - "x-ms-correlation-request-id": "9f502bb2-7b7d-4b72-92ab-ad7207ea2c9e", - "x-ms-ratelimit-remaining-subscription-reads": "9199", - "x-ms-request-id": "40241551-d8ae-4bce-ad80-888b53d63288", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053501Z:9f502bb2-7b7d-4b72-92ab-ad7207ea2c9e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "58a825e56dfbce2c37680588b8f0b804", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:35:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1c4d62ed-17bf-4393-9a6e-b0c065a7d157", - "x-ms-client-request-id": "58a825e56dfbce2c37680588b8f0b804", - "x-ms-correlation-request-id": "beb4c3d2-052c-41b7-b9bc-ca18a45da17e", - "x-ms-ratelimit-remaining-subscription-reads": "9198", - "x-ms-request-id": "2fcbf0bd-64cc-4ecd-9eae-54e14f70bc04", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053502Z:beb4c3d2-052c-41b7-b9bc-ca18a45da17e" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f99d85e3b8fe2fc5c2aa7e7a90a5cce0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:35:03 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b1a593ab-95a4-407a-8b5d-2b011055f3e0", - "x-ms-client-request-id": "f99d85e3b8fe2fc5c2aa7e7a90a5cce0", - "x-ms-correlation-request-id": "7c846fc1-9860-4c65-a242-82be6c5f6c04", - "x-ms-ratelimit-remaining-subscription-reads": "9197", - "x-ms-request-id": "159158a5-8d70-4e0f-a20a-33287bda1394", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053503Z:7c846fc1-9860-4c65-a242-82be6c5f6c04" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "18a8ff5719f03102ccfacb02404286c7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:35:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ed027f64-a295-4f9f-80ff-976802485aca", - "x-ms-client-request-id": "18a8ff5719f03102ccfacb02404286c7", - "x-ms-correlation-request-id": "e9774449-6358-40f9-9ced-efbf98d36e82", - "x-ms-ratelimit-remaining-subscription-reads": "9196", - "x-ms-request-id": "d03895e8-de81-4cc2-9f2a-655f58b804c9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053505Z:e9774449-6358-40f9-9ced-efbf98d36e82" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "6996a0856aa12cba60799650eeb13d92", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:35:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b94ec3af-19bd-41fe-a28e-f43b57e533fe", - "x-ms-client-request-id": "6996a0856aa12cba60799650eeb13d92", - "x-ms-correlation-request-id": "4d891cf7-89df-4167-8632-043c725ea7ca", - "x-ms-ratelimit-remaining-subscription-reads": "9195", - "x-ms-request-id": "cafef26b-6d85-48c7-aa28-c8e8d1cf63f6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053506Z:4d891cf7-89df-4167-8632-043c725ea7ca" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/f8c0d107-e966-4dda-aea7-2f0fa5eff547?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b831259ba048ca13826c2c03ecc3ee80", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "29", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:35:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f872c660-b7d1-4986-9677-2dd086b5696d", - "x-ms-client-request-id": "b831259ba048ca13826c2c03ecc3ee80", - "x-ms-correlation-request-id": "deda741f-0cb6-47ee-932c-c75b73b81bda", - "x-ms-ratelimit-remaining-subscription-reads": "9194", - "x-ms-request-id": "8d1c0e9f-4b88-4f10-9e21-fd7dd81fe8ca", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053507Z:deda741f-0cb6-47ee-932c-c75b73b81bda" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"Succeeded\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg1335/providers/Microsoft.Network/virtualNetworkGateways/azsmnet6346?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f0f5b623630fec3f457bb87682b2421a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "2350", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:35:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f23e0d30-4f5a-45f7-ad02-5aa69f826bf6", - "x-ms-client-request-id": "f0f5b623630fec3f457bb87682b2421a", - "x-ms-correlation-request-id": "e62a4a9a-da63-45e8-a9d1-30e40f500978", - "x-ms-ratelimit-remaining-subscription-reads": "9193", - "x-ms-request-id": "c81fc949-53f3-4a0c-b7c5-b35e312dbe6e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053507Z:e62a4a9a-da63-45e8-a9d1-30e40f500978" - }, - "ResponseBody": [ - "{\r\n", - " \"name\": \"azsmnet6346\",\r\n", - " \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg1335/providers/Microsoft.Network/virtualNetworkGateways/azsmnet6346\",\r\n", - " \"etag\": \"W/\\\"a51dc5f2-8d27-445e-a907-06f6ae535d84\\\"\",\r\n", - " \"type\": \"Microsoft.Network/virtualNetworkGateways\",\r\n", - " \"location\": \"westus\",\r\n", - " \"tags\": {\r\n", - " \"key\": \"value\"\r\n", - " },\r\n", - " \"properties\": {\r\n", - " \"provisioningState\": \"Succeeded\",\r\n", - " \"resourceGuid\": \"3c34c645-aa69-461f-9d0d-b25ede441d16\",\r\n", - " \"packetCaptureDiagnosticState\": \"None\",\r\n", - " \"enablePrivateIpAddress\": false,\r\n", - " \"ipConfigurations\": [\r\n", - " {\r\n", - " \"name\": \"azsmnet2939\",\r\n", - " \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg1335/providers/Microsoft.Network/virtualNetworkGateways/azsmnet6346/ipConfigurations/azsmnet2939\",\r\n", - " \"etag\": \"W/\\\"a51dc5f2-8d27-445e-a907-06f6ae535d84\\\"\",\r\n", - " \"type\": \"Microsoft.Network/virtualNetworkGateways/ipConfigurations\",\r\n", - " \"properties\": {\r\n", - " \"provisioningState\": \"Succeeded\",\r\n", - " \"privateIPAllocationMethod\": \"Dynamic\",\r\n", - " \"publicIPAddress\": {\r\n", - " \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg1335/providers/Microsoft.Network/publicIPAddresses/azsmnet5627\"\r\n", - " },\r\n", - " \"subnet\": {\r\n", - " \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg1335/providers/Microsoft.Network/virtualNetworks/azsmnet8996/subnets/GatewaySubnet\"\r\n", - " }\r\n", - " }\r\n", - " }\r\n", - " ],\r\n", - " \"sku\": {\r\n", - " \"name\": \"Standard\",\r\n", - " \"tier\": \"Standard\",\r\n", - " \"capacity\": 2\r\n", - " },\r\n", - " \"gatewayType\": \"Vpn\",\r\n", - " \"vpnType\": \"RouteBased\",\r\n", - " \"enableBgp\": false,\r\n", - " \"activeActive\": false,\r\n", - " \"bgpSettings\": {\r\n", - " \"asn\": 65515,\r\n", - " \"bgpPeeringAddress\": \"10.0.0.254\",\r\n", - " \"peerWeight\": 0,\r\n", - " \"bgpPeeringAddresses\": [\r\n", - " {\r\n", - " \"ipconfigurationId\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg1335/providers/Microsoft.Network/virtualNetworkGateways/azsmnet6346/ipConfigurations/azsmnet2939\",\r\n", - " \"defaultBgpIpAddresses\": [\r\n", - " \"10.0.0.254\"\r\n", - " ],\r\n", - " \"customBgpIpAddresses\": [],\r\n", - " \"tunnelIpAddresses\": [\r\n", - " \"13.83.92.113\"\r\n", - " ]\r\n", - " }\r\n", - " ]\r\n", - " },\r\n", - " \"vpnGatewayGeneration\": \"Generation1\"\r\n", - " }\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg1335/providers/Microsoft.Network/virtualNetworkGateways/azsmnet6346?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-1ee64bc4e24d254995120c5ddcd29ac3-25574177836dfc4f-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "1b6639bdce10e57f8ccbe6343eb63f9d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "2350", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:35:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6fedeed4-10c5-4f09-b674-f0b0a56d9985", - "x-ms-client-request-id": "1b6639bdce10e57f8ccbe6343eb63f9d", - "x-ms-correlation-request-id": "cfd19964-f3b4-4e44-8608-e13c6a5847e1", - "x-ms-ratelimit-remaining-subscription-reads": "9192", - "x-ms-request-id": "c78229f6-8eff-40ef-a54c-5303a9e47466", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053508Z:cfd19964-f3b4-4e44-8608-e13c6a5847e1" - }, - "ResponseBody": [ - "{\r\n", - " \"name\": \"azsmnet6346\",\r\n", - " \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg1335/providers/Microsoft.Network/virtualNetworkGateways/azsmnet6346\",\r\n", - " \"etag\": \"W/\\\"a51dc5f2-8d27-445e-a907-06f6ae535d84\\\"\",\r\n", - " \"type\": \"Microsoft.Network/virtualNetworkGateways\",\r\n", - " \"location\": \"westus\",\r\n", - " \"tags\": {\r\n", - " \"key\": \"value\"\r\n", - " },\r\n", - " \"properties\": {\r\n", - " \"provisioningState\": \"Succeeded\",\r\n", - " \"resourceGuid\": \"3c34c645-aa69-461f-9d0d-b25ede441d16\",\r\n", - " \"packetCaptureDiagnosticState\": \"None\",\r\n", - " \"enablePrivateIpAddress\": false,\r\n", - " \"ipConfigurations\": [\r\n", - " {\r\n", - " \"name\": \"azsmnet2939\",\r\n", - " \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg1335/providers/Microsoft.Network/virtualNetworkGateways/azsmnet6346/ipConfigurations/azsmnet2939\",\r\n", - " \"etag\": \"W/\\\"a51dc5f2-8d27-445e-a907-06f6ae535d84\\\"\",\r\n", - " \"type\": \"Microsoft.Network/virtualNetworkGateways/ipConfigurations\",\r\n", - " \"properties\": {\r\n", - " \"provisioningState\": \"Succeeded\",\r\n", - " \"privateIPAllocationMethod\": \"Dynamic\",\r\n", - " \"publicIPAddress\": {\r\n", - " \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg1335/providers/Microsoft.Network/publicIPAddresses/azsmnet5627\"\r\n", - " },\r\n", - " \"subnet\": {\r\n", - " \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg1335/providers/Microsoft.Network/virtualNetworks/azsmnet8996/subnets/GatewaySubnet\"\r\n", - " }\r\n", - " }\r\n", - " }\r\n", - " ],\r\n", - " \"sku\": {\r\n", - " \"name\": \"Standard\",\r\n", - " \"tier\": \"Standard\",\r\n", - " \"capacity\": 2\r\n", - " },\r\n", - " \"gatewayType\": \"Vpn\",\r\n", - " \"vpnType\": \"RouteBased\",\r\n", - " \"enableBgp\": false,\r\n", - " \"activeActive\": false,\r\n", - " \"bgpSettings\": {\r\n", - " \"asn\": 65515,\r\n", - " \"bgpPeeringAddress\": \"10.0.0.254\",\r\n", - " \"peerWeight\": 0,\r\n", - " \"bgpPeeringAddresses\": [\r\n", - " {\r\n", - " \"ipconfigurationId\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg1335/providers/Microsoft.Network/virtualNetworkGateways/azsmnet6346/ipConfigurations/azsmnet2939\",\r\n", - " \"defaultBgpIpAddresses\": [\r\n", - " \"10.0.0.254\"\r\n", - " ],\r\n", - " \"customBgpIpAddresses\": [],\r\n", - " \"tunnelIpAddresses\": [\r\n", - " \"13.83.92.113\"\r\n", - " ]\r\n", - " }\r\n", - " ]\r\n", - " },\r\n", - " \"vpnGatewayGeneration\": \"Generation1\"\r\n", - " }\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg1335/providers/Microsoft.Network/connections/azsmnet8123?api-version=2020-04-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "2026", - "Content-Type": "application/json", - "traceparent": "00-ce2a6c229167b443bea011a25dfa266a-c2f21ae3dc1cf445-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "bc382d16834de6384572cce89c47d029", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "West US", - "properties": { - "virtualNetworkGateway1": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg1335/providers/Microsoft.Network/virtualNetworkGateways/azsmnet6346", - "location": "westus", - "tags": { - "key": "value" - }, - "properties": { - "ipConfigurations": [ - { - "name": "azsmnet2939", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg1335/providers/Microsoft.Network/virtualNetworkGateways/azsmnet6346/ipConfigurations/azsmnet2939", - "properties": { - "privateIPAllocationMethod": "Dynamic", - "subnet": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg1335/providers/Microsoft.Network/virtualNetworks/azsmnet8996/subnets/GatewaySubnet" - }, - "publicIPAddress": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg1335/providers/Microsoft.Network/publicIPAddresses/azsmnet5627" - } - } - } - ], - "gatewayType": "Vpn", - "vpnType": "RouteBased", - "vpnGatewayGeneration": "Generation1", - "enableBgp": false, - "enablePrivateIpAddress": false, - "activeActive": false, - "sku": { - "name": "Standard", - "tier": "Standard" - }, - "bgpSettings": { - "asn": 65515, - "bgpPeeringAddress": "10.0.0.254", - "peerWeight": 0, - "bgpPeeringAddresses": [ - { - "ipconfigurationId": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg1335/providers/Microsoft.Network/virtualNetworkGateways/azsmnet6346/ipConfigurations/azsmnet2939", - "customBgpIpAddresses": [] - } - ] - } - } - }, - "localNetworkGateway2": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg1335/providers/Microsoft.Network/localNetworkGateways/azsmnet996", - "location": "westus", - "tags": { - "test": "value" - }, - "properties": { - "localNetworkAddressSpace": { - "addressPrefixes": [ - "192.168.0.0/16" - ] - }, - "gatewayIpAddress": "192.168.3.4" - } - }, - "connectionType": "IPsec", - "routingWeight": 3, - "sharedKey": "abc", - "usePolicyBasedTrafficSelectors": true, - "ipsecPolicies": [ - { - "saLifeTimeSeconds": 300, - "saDataSizeKilobytes": 1024, - "ipsecEncryption": "AES128", - "ipsecIntegrity": "SHA256", - "ikeEncryption": "AES192", - "ikeIntegrity": "SHA1", - "dhGroup": "DHGroup2", - "pfsGroup": "PFS1" - } - ] - } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/08fd68d6-933e-48d9-8526-0d79dc1fbf49?api-version=2020-04-01", - "Cache-Control": "no-cache", - "Content-Length": "1579", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:35:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "10", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b0ce3acf-f451-46a8-8bca-2a9275440f58", - "x-ms-client-request-id": "bc382d16834de6384572cce89c47d029", - "x-ms-correlation-request-id": "41422bc9-8bec-4c2a-acce-fc695eba2190", - "x-ms-ratelimit-remaining-subscription-writes": "1193", - "x-ms-request-id": "08fd68d6-933e-48d9-8526-0d79dc1fbf49", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053513Z:41422bc9-8bec-4c2a-acce-fc695eba2190" - }, - "ResponseBody": [ - "{\r\n", - " \"name\": \"azsmnet8123\",\r\n", - " \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg1335/providers/Microsoft.Network/connections/azsmnet8123\",\r\n", - " \"etag\": \"W/\\\"b6984959-ac83-4262-9335-91006b17295d\\\"\",\r\n", - " \"type\": \"Microsoft.Network/connections\",\r\n", - " \"location\": \"westus\",\r\n", - " \"properties\": {\r\n", - " \"provisioningState\": \"Updating\",\r\n", - " \"resourceGuid\": \"9580d39c-9a22-4468-87be-5a7f362febba\",\r\n", - " \"packetCaptureDiagnosticState\": \"None\",\r\n", - " \"virtualNetworkGateway1\": {\r\n", - " \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg1335/providers/Microsoft.Network/virtualNetworkGateways/azsmnet6346\"\r\n", - " },\r\n", - " \"localNetworkGateway2\": {\r\n", - " \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg1335/providers/Microsoft.Network/localNetworkGateways/azsmnet996\"\r\n", - " },\r\n", - " \"connectionType\": \"IPsec\",\r\n", - " \"connectionProtocol\": \"IKEv2\",\r\n", - " \"routingWeight\": 3,\r\n", - " \"sharedKey\": \"abc\",\r\n", - " \"enableBgp\": false,\r\n", - " \"useLocalAzureIpAddress\": false,\r\n", - " \"usePolicyBasedTrafficSelectors\": true,\r\n", - " \"ipsecPolicies\": [\r\n", - " {\r\n", - " \"saLifeTimeSeconds\": 300,\r\n", - " \"saDataSizeKilobytes\": 1024,\r\n", - " \"ipsecEncryption\": \"AES128\",\r\n", - " \"ipsecIntegrity\": \"SHA256\",\r\n", - " \"ikeEncryption\": \"AES192\",\r\n", - " \"ikeIntegrity\": \"SHA1\",\r\n", - " \"dhGroup\": \"DHGroup2\",\r\n", - " \"pfsGroup\": \"PFS1\"\r\n", - " }\r\n", - " ],\r\n", - " \"trafficSelectorPolicies\": [],\r\n", - " \"ingressBytesTransferred\": 0,\r\n", - " \"egressBytesTransferred\": 0,\r\n", - " \"expressRouteGatewayBypass\": false,\r\n", - " \"dpdTimeoutSeconds\": 0\r\n", - " }\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/08fd68d6-933e-48d9-8526-0d79dc1fbf49?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "846cec1a5e0ab6702e34cb5cb2fdef83", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:35:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "10", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4b264c32-222f-44f5-bf79-772e6aea313f", - "x-ms-client-request-id": "846cec1a5e0ab6702e34cb5cb2fdef83", - "x-ms-correlation-request-id": "578e3d79-d36b-4002-9f1a-3fe8a9279bd0", - "x-ms-ratelimit-remaining-subscription-reads": "9191", - "x-ms-request-id": "8433d859-dc30-431d-98a7-8f6e97a488c5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053514Z:578e3d79-d36b-4002-9f1a-3fe8a9279bd0" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/08fd68d6-933e-48d9-8526-0d79dc1fbf49?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "6f2c0a16408ca6b7d801ace93fbbdc97", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:35:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "20", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e218d446-07f5-458b-90cd-bdd471e3ec94", - "x-ms-client-request-id": "6f2c0a16408ca6b7d801ace93fbbdc97", - "x-ms-correlation-request-id": "2300f2f2-873b-4567-9ce2-903475062274", - "x-ms-ratelimit-remaining-subscription-reads": "9190", - "x-ms-request-id": "5a17f357-b737-44de-86e8-94aa67592ea1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053515Z:2300f2f2-873b-4567-9ce2-903475062274" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/08fd68d6-933e-48d9-8526-0d79dc1fbf49?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b0cd90e34bdbb31fd6fd2e9ea4f88312", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:35:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "20", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8fa74145-1bab-4080-b49a-64f6fd458e3c", - "x-ms-client-request-id": "b0cd90e34bdbb31fd6fd2e9ea4f88312", - "x-ms-correlation-request-id": "06d42e03-6202-4ca3-8f89-262a9d36ba06", - "x-ms-ratelimit-remaining-subscription-reads": "9189", - "x-ms-request-id": "d9f15f00-be9e-4463-9ad5-02b0c7f90afd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053516Z:06d42e03-6202-4ca3-8f89-262a9d36ba06" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/08fd68d6-933e-48d9-8526-0d79dc1fbf49?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ff66c0741f82daaf34c5ab09b1877672", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:35:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "40", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "28d91918-f498-4602-b054-22617b0a2def", - "x-ms-client-request-id": "ff66c0741f82daaf34c5ab09b1877672", - "x-ms-correlation-request-id": "79de9a9a-f27f-4998-969e-3b3a73452cb1", - "x-ms-ratelimit-remaining-subscription-reads": "9188", - "x-ms-request-id": "4223394e-14ee-4894-b12c-8f373c10c497", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053517Z:79de9a9a-f27f-4998-969e-3b3a73452cb1" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/08fd68d6-933e-48d9-8526-0d79dc1fbf49?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "227934583e2fcaa8eb78988e121902e0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:35:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "40", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a517fe03-84c6-4a24-8f84-2206d73e8ff3", - "x-ms-client-request-id": "227934583e2fcaa8eb78988e121902e0", - "x-ms-correlation-request-id": "0a91f8e9-9e28-48ac-a0fd-b83c2f986b62", - "x-ms-ratelimit-remaining-subscription-reads": "9187", - "x-ms-request-id": "82f7e337-8276-4c03-b47c-db6ac0432a3c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053519Z:0a91f8e9-9e28-48ac-a0fd-b83c2f986b62" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/08fd68d6-933e-48d9-8526-0d79dc1fbf49?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7f74997ddc55c314e1f37b159f15024f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:35:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "80", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e36ca93e-8fb6-410b-b2f4-61b3cb84f4ac", - "x-ms-client-request-id": "7f74997ddc55c314e1f37b159f15024f", - "x-ms-correlation-request-id": "d9a20747-e48d-4b89-8dd6-58a0012fb7a0", - "x-ms-ratelimit-remaining-subscription-reads": "9186", - "x-ms-request-id": "415fc5ea-c1df-493e-901d-a11b3a6c9e80", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053520Z:d9a20747-e48d-4b89-8dd6-58a0012fb7a0" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/08fd68d6-933e-48d9-8526-0d79dc1fbf49?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "6f45bb86617e35e2179b13098620c71b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:35:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "80", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1107d1ff-cd2e-4955-bad3-e49163ecf0cd", - "x-ms-client-request-id": "6f45bb86617e35e2179b13098620c71b", - "x-ms-correlation-request-id": "95e16f2e-dffb-4f90-9539-4430b81ae5ac", - "x-ms-ratelimit-remaining-subscription-reads": "9185", - "x-ms-request-id": "b95bc5e7-2fcb-4c9e-b862-8c66983d1630", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053521Z:95e16f2e-dffb-4f90-9539-4430b81ae5ac" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/08fd68d6-933e-48d9-8526-0d79dc1fbf49?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "188ccbc3f7127c1d1fb5403cc2922ad5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:35:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "160", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "742f9ab7-bb83-49fe-b69a-6db74e6989f3", - "x-ms-client-request-id": "188ccbc3f7127c1d1fb5403cc2922ad5", - "x-ms-correlation-request-id": "d7f35f55-a90e-4aec-9f03-c5fea550b535", - "x-ms-ratelimit-remaining-subscription-reads": "9184", - "x-ms-request-id": "a9fa7ae9-c167-4135-ac87-6d6fb5bc85bc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053522Z:d7f35f55-a90e-4aec-9f03-c5fea550b535" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/08fd68d6-933e-48d9-8526-0d79dc1fbf49?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5607497692d31b61b63e67b9c80b3cc0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:35:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "160", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ce9867c8-ff53-4a04-b866-1973d875b38e", - "x-ms-client-request-id": "5607497692d31b61b63e67b9c80b3cc0", - "x-ms-correlation-request-id": "1d36eb1c-cb31-4281-b28d-747dd5e0f01c", - "x-ms-ratelimit-remaining-subscription-reads": "9183", - "x-ms-request-id": "96c38a7f-4aac-4d88-b228-dc1230773e11", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053524Z:1d36eb1c-cb31-4281-b28d-747dd5e0f01c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/08fd68d6-933e-48d9-8526-0d79dc1fbf49?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d452602be9898f3d9ec950c820a57285", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:35:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d9dcf90f-03bd-4928-aecd-222e25738bcb", - "x-ms-client-request-id": "d452602be9898f3d9ec950c820a57285", - "x-ms-correlation-request-id": "0f9e39c1-ebbd-40a5-83a2-0bf1b6396afd", - "x-ms-ratelimit-remaining-subscription-reads": "9182", - "x-ms-request-id": "d0966799-e610-4559-b0b3-5cefa650edc7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053525Z:0f9e39c1-ebbd-40a5-83a2-0bf1b6396afd" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/08fd68d6-933e-48d9-8526-0d79dc1fbf49?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "3d923e7071193048697061d38f63b313", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:35:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "131eebf8-44fc-427f-aecb-03b028aa151c", - "x-ms-client-request-id": "3d923e7071193048697061d38f63b313", - "x-ms-correlation-request-id": "25608ee3-6de1-4ae3-8823-86ab56aa2512", - "x-ms-ratelimit-remaining-subscription-reads": "9181", - "x-ms-request-id": "1ddf5316-54e2-46e3-a13b-83b505bddf83", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053526Z:25608ee3-6de1-4ae3-8823-86ab56aa2512" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/08fd68d6-933e-48d9-8526-0d79dc1fbf49?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "6211807956408c4c0c78b7094298fa10", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:35:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "28985dfa-90ea-4e1a-bb43-e4b236c10eb4", - "x-ms-client-request-id": "6211807956408c4c0c78b7094298fa10", - "x-ms-correlation-request-id": "423feb5b-922c-4dad-bb26-13c7154e5de9", - "x-ms-ratelimit-remaining-subscription-reads": "9180", - "x-ms-request-id": "b01bae43-759b-4367-8cce-ac4595befa70", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053528Z:423feb5b-922c-4dad-bb26-13c7154e5de9" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/08fd68d6-933e-48d9-8526-0d79dc1fbf49?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8a48e2ccfe78b9a718216b188869003a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "29", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:35:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "16f2c4a5-54e4-4b21-a771-9c2c0bc32d6e", - "x-ms-client-request-id": "8a48e2ccfe78b9a718216b188869003a", - "x-ms-correlation-request-id": "ab6b3309-de96-4880-af62-ea84b8464c91", - "x-ms-ratelimit-remaining-subscription-reads": "9179", - "x-ms-request-id": "44d7ccb3-e646-4604-9450-833007ef6f1f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053529Z:ab6b3309-de96-4880-af62-ea84b8464c91" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"Succeeded\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg1335/providers/Microsoft.Network/connections/azsmnet8123?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a04f3c1610941a45f20631a0b93eeed0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1616", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:35:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "dcd3a72f-7306-4367-ad51-3c4e1f1d3381", - "x-ms-client-request-id": "a04f3c1610941a45f20631a0b93eeed0", - "x-ms-correlation-request-id": "f07fb3e1-eaa3-48b5-8f11-91ef4259d4b9", - "x-ms-ratelimit-remaining-subscription-reads": "9178", - "x-ms-request-id": "e0fa9a08-0099-4b98-b3ea-b63bf18392e1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053529Z:f07fb3e1-eaa3-48b5-8f11-91ef4259d4b9" - }, - "ResponseBody": [ - "{\r\n", - " \"name\": \"azsmnet8123\",\r\n", - " \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg1335/providers/Microsoft.Network/connections/azsmnet8123\",\r\n", - " \"etag\": \"W/\\\"1df16895-3a08-4fc2-b29a-f3b406244b2e\\\"\",\r\n", - " \"type\": \"Microsoft.Network/connections\",\r\n", - " \"location\": \"westus\",\r\n", - " \"properties\": {\r\n", - " \"provisioningState\": \"Succeeded\",\r\n", - " \"resourceGuid\": \"9580d39c-9a22-4468-87be-5a7f362febba\",\r\n", - " \"packetCaptureDiagnosticState\": \"None\",\r\n", - " \"virtualNetworkGateway1\": {\r\n", - " \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg1335/providers/Microsoft.Network/virtualNetworkGateways/azsmnet6346\"\r\n", - " },\r\n", - " \"localNetworkGateway2\": {\r\n", - " \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg1335/providers/Microsoft.Network/localNetworkGateways/azsmnet996\"\r\n", - " },\r\n", - " \"connectionType\": \"IPsec\",\r\n", - " \"connectionProtocol\": \"IKEv2\",\r\n", - " \"routingWeight\": 3,\r\n", - " \"sharedKey\": \"abc\",\r\n", - " \"enableBgp\": false,\r\n", - " \"useLocalAzureIpAddress\": false,\r\n", - " \"usePolicyBasedTrafficSelectors\": true,\r\n", - " \"ipsecPolicies\": [\r\n", - " {\r\n", - " \"saLifeTimeSeconds\": 300,\r\n", - " \"saDataSizeKilobytes\": 1024,\r\n", - " \"ipsecEncryption\": \"AES128\",\r\n", - " \"ipsecIntegrity\": \"SHA256\",\r\n", - " \"ikeEncryption\": \"AES192\",\r\n", - " \"ikeIntegrity\": \"SHA1\",\r\n", - " \"dhGroup\": \"DHGroup2\",\r\n", - " \"pfsGroup\": \"PFS1\"\r\n", - " }\r\n", - " ],\r\n", - " \"trafficSelectorPolicies\": [],\r\n", - " \"connectionStatus\": \"Unknown\",\r\n", - " \"ingressBytesTransferred\": 0,\r\n", - " \"egressBytesTransferred\": 0,\r\n", - " \"expressRouteGatewayBypass\": false,\r\n", - " \"dpdTimeoutSeconds\": 0\r\n", - " }\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg1335/providers/Microsoft.Network/connections/azsmnet8123?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-9cbc970be0e62b468875e9a9fcfe570b-0476d344a48ec84c-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ad075076281b7b9bd8574a1eeb3304a2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1616", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:35:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c8533f40-d1b0-4a02-99b5-18424add1101", - "x-ms-client-request-id": "ad075076281b7b9bd8574a1eeb3304a2", - "x-ms-correlation-request-id": "2f4c26d6-d58e-41a9-8c21-a377e8d3c91b", - "x-ms-ratelimit-remaining-subscription-reads": "9177", - "x-ms-request-id": "77ae1685-203b-4583-9c2b-0b7836218325", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053530Z:2f4c26d6-d58e-41a9-8c21-a377e8d3c91b" - }, - "ResponseBody": [ - "{\r\n", - " \"name\": \"azsmnet8123\",\r\n", - " \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg1335/providers/Microsoft.Network/connections/azsmnet8123\",\r\n", - " \"etag\": \"W/\\\"1df16895-3a08-4fc2-b29a-f3b406244b2e\\\"\",\r\n", - " \"type\": \"Microsoft.Network/connections\",\r\n", - " \"location\": \"westus\",\r\n", - " \"properties\": {\r\n", - " \"provisioningState\": \"Succeeded\",\r\n", - " \"resourceGuid\": \"9580d39c-9a22-4468-87be-5a7f362febba\",\r\n", - " \"packetCaptureDiagnosticState\": \"None\",\r\n", - " \"virtualNetworkGateway1\": {\r\n", - " \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg1335/providers/Microsoft.Network/virtualNetworkGateways/azsmnet6346\"\r\n", - " },\r\n", - " \"localNetworkGateway2\": {\r\n", - " \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg1335/providers/Microsoft.Network/localNetworkGateways/azsmnet996\"\r\n", - " },\r\n", - " \"connectionType\": \"IPsec\",\r\n", - " \"connectionProtocol\": \"IKEv2\",\r\n", - " \"routingWeight\": 3,\r\n", - " \"sharedKey\": \"abc\",\r\n", - " \"enableBgp\": false,\r\n", - " \"useLocalAzureIpAddress\": false,\r\n", - " \"usePolicyBasedTrafficSelectors\": true,\r\n", - " \"ipsecPolicies\": [\r\n", - " {\r\n", - " \"saLifeTimeSeconds\": 300,\r\n", - " \"saDataSizeKilobytes\": 1024,\r\n", - " \"ipsecEncryption\": \"AES128\",\r\n", - " \"ipsecIntegrity\": \"SHA256\",\r\n", - " \"ikeEncryption\": \"AES192\",\r\n", - " \"ikeIntegrity\": \"SHA1\",\r\n", - " \"dhGroup\": \"DHGroup2\",\r\n", - " \"pfsGroup\": \"PFS1\"\r\n", - " }\r\n", - " ],\r\n", - " \"trafficSelectorPolicies\": [],\r\n", - " \"connectionStatus\": \"Unknown\",\r\n", - " \"ingressBytesTransferred\": 0,\r\n", - " \"egressBytesTransferred\": 0,\r\n", - " \"expressRouteGatewayBypass\": false,\r\n", - " \"dpdTimeoutSeconds\": 0\r\n", - " }\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg1335/providers/Microsoft.Network/connections/azsmnet8123?api-version=2020-04-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "2040", - "Content-Type": "application/json", - "traceparent": "00-d5b057804dc23249868ba7fef75a2fdb-87ce039d2654cb4f-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "05f37d775949bc7c9d2e9872cc0600d9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "West US", - "properties": { - "virtualNetworkGateway1": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg1335/providers/Microsoft.Network/virtualNetworkGateways/azsmnet6346", - "location": "westus", - "tags": { - "key": "value" - }, - "properties": { - "ipConfigurations": [ - { - "name": "azsmnet2939", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg1335/providers/Microsoft.Network/virtualNetworkGateways/azsmnet6346/ipConfigurations/azsmnet2939", - "properties": { - "privateIPAllocationMethod": "Dynamic", - "subnet": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg1335/providers/Microsoft.Network/virtualNetworks/azsmnet8996/subnets/GatewaySubnet" - }, - "publicIPAddress": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg1335/providers/Microsoft.Network/publicIPAddresses/azsmnet5627" - } - } - } - ], - "gatewayType": "Vpn", - "vpnType": "RouteBased", - "vpnGatewayGeneration": "Generation1", - "enableBgp": false, - "enablePrivateIpAddress": false, - "activeActive": false, - "sku": { - "name": "Standard", - "tier": "Standard" - }, - "bgpSettings": { - "asn": 65515, - "bgpPeeringAddress": "10.0.0.254", - "peerWeight": 0, - "bgpPeeringAddresses": [ - { - "ipconfigurationId": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg1335/providers/Microsoft.Network/virtualNetworkGateways/azsmnet6346/ipConfigurations/azsmnet2939", - "customBgpIpAddresses": [] - } - ] - } - } - }, - "localNetworkGateway2": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg1335/providers/Microsoft.Network/localNetworkGateways/azsmnet996", - "location": "westus", - "tags": { - "test": "value" - }, - "properties": { - "localNetworkAddressSpace": { - "addressPrefixes": [ - "192.168.0.0/16" - ] - }, - "gatewayIpAddress": "192.168.3.4" - } - }, - "connectionType": "IPsec", - "routingWeight": 3, - "sharedKey": "abc", - "usePolicyBasedTrafficSelectors": false, - "ipsecPolicies": [ - { - "saLifeTimeSeconds": 600, - "saDataSizeKilobytes": 2048, - "ipsecEncryption": "GCMAES256", - "ipsecIntegrity": "GCMAES256", - "ikeEncryption": "AES256", - "ikeIntegrity": "SHA384", - "dhGroup": "DHGroup2048", - "pfsGroup": "ECP384" - } - ] - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/5db9a2a5-834a-4e06-9368-bda95f227a03?api-version=2020-04-01", - "Cache-Control": "no-cache", - "Content-Length": "1593", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:35:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "10", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c1088a81-6fa8-4681-b138-e7589bb83847", - "x-ms-client-request-id": "05f37d775949bc7c9d2e9872cc0600d9", - "x-ms-correlation-request-id": "29913b63-b1f4-4528-a7b5-57dd2aeeee5a", - "x-ms-ratelimit-remaining-subscription-writes": "1192", - "x-ms-request-id": "5db9a2a5-834a-4e06-9368-bda95f227a03", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053531Z:29913b63-b1f4-4528-a7b5-57dd2aeeee5a" - }, - "ResponseBody": [ - "{\r\n", - " \"name\": \"azsmnet8123\",\r\n", - " \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg1335/providers/Microsoft.Network/connections/azsmnet8123\",\r\n", - " \"etag\": \"W/\\\"5eb4ddaa-c330-43f7-b431-f341d064fa97\\\"\",\r\n", - " \"type\": \"Microsoft.Network/connections\",\r\n", - " \"location\": \"westus\",\r\n", - " \"properties\": {\r\n", - " \"provisioningState\": \"Updating\",\r\n", - " \"resourceGuid\": \"9580d39c-9a22-4468-87be-5a7f362febba\",\r\n", - " \"packetCaptureDiagnosticState\": \"None\",\r\n", - " \"virtualNetworkGateway1\": {\r\n", - " \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg1335/providers/Microsoft.Network/virtualNetworkGateways/azsmnet6346\"\r\n", - " },\r\n", - " \"localNetworkGateway2\": {\r\n", - " \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg1335/providers/Microsoft.Network/localNetworkGateways/azsmnet996\"\r\n", - " },\r\n", - " \"connectionType\": \"IPsec\",\r\n", - " \"connectionProtocol\": \"IKEv2\",\r\n", - " \"routingWeight\": 3,\r\n", - " \"sharedKey\": \"abc\",\r\n", - " \"enableBgp\": false,\r\n", - " \"useLocalAzureIpAddress\": false,\r\n", - " \"usePolicyBasedTrafficSelectors\": false,\r\n", - " \"ipsecPolicies\": [\r\n", - " {\r\n", - " \"saLifeTimeSeconds\": 600,\r\n", - " \"saDataSizeKilobytes\": 2048,\r\n", - " \"ipsecEncryption\": \"GCMAES256\",\r\n", - " \"ipsecIntegrity\": \"GCMAES256\",\r\n", - " \"ikeEncryption\": \"AES256\",\r\n", - " \"ikeIntegrity\": \"SHA384\",\r\n", - " \"dhGroup\": \"DHGroup2048\",\r\n", - " \"pfsGroup\": \"ECP384\"\r\n", - " }\r\n", - " ],\r\n", - " \"trafficSelectorPolicies\": [],\r\n", - " \"ingressBytesTransferred\": 0,\r\n", - " \"egressBytesTransferred\": 0,\r\n", - " \"expressRouteGatewayBypass\": false,\r\n", - " \"dpdTimeoutSeconds\": 0\r\n", - " }\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/5db9a2a5-834a-4e06-9368-bda95f227a03?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "3c298f02e84a1c86d44b10ec9029aed2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:35:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "10", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "45301ffc-7ce7-42ae-b954-9b68c5823319", - "x-ms-client-request-id": "3c298f02e84a1c86d44b10ec9029aed2", - "x-ms-correlation-request-id": "de4ff531-9986-48f0-bd4a-d18d7d233f0b", - "x-ms-ratelimit-remaining-subscription-reads": "9176", - "x-ms-request-id": "355494d8-cef5-4751-99cc-26a138a98f0b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053531Z:de4ff531-9986-48f0-bd4a-d18d7d233f0b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/5db9a2a5-834a-4e06-9368-bda95f227a03?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "50eb7057cb9125405d066475913ff676", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:35:32 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "20", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1b43fcd7-30a2-4380-be50-010a35a7ceb6", - "x-ms-client-request-id": "50eb7057cb9125405d066475913ff676", - "x-ms-correlation-request-id": "8c8f238f-6495-4345-a340-f431146853b4", - "x-ms-ratelimit-remaining-subscription-reads": "9175", - "x-ms-request-id": "b2065149-edf9-4759-9434-fa3f82a05c80", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053533Z:8c8f238f-6495-4345-a340-f431146853b4" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/5db9a2a5-834a-4e06-9368-bda95f227a03?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "3d6fd9ffc4dd4a8f1385641742325d77", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:35:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "20", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "89e5cd31-4802-4a63-bdbb-29abcba5ece7", - "x-ms-client-request-id": "3d6fd9ffc4dd4a8f1385641742325d77", - "x-ms-correlation-request-id": "4d7a3c21-d138-4b50-8398-8bc10853819b", - "x-ms-ratelimit-remaining-subscription-reads": "9174", - "x-ms-request-id": "ee85523d-b91e-4032-ade2-7aaa825ff586", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053534Z:4d7a3c21-d138-4b50-8398-8bc10853819b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/5db9a2a5-834a-4e06-9368-bda95f227a03?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "54e5f525de3b362d4e03de4484108b94", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:35:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "40", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b36d7ae5-5b12-4aab-b11c-a4097deccc65", - "x-ms-client-request-id": "54e5f525de3b362d4e03de4484108b94", - "x-ms-correlation-request-id": "863696b0-099c-4627-8e56-10f3f48a69b6", - "x-ms-ratelimit-remaining-subscription-reads": "9173", - "x-ms-request-id": "b3cb0d6c-1ea2-48f0-8231-922a8520ea74", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053535Z:863696b0-099c-4627-8e56-10f3f48a69b6" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/5db9a2a5-834a-4e06-9368-bda95f227a03?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b6ed995470b992f4e1a13c0c6729e22a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:35:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "40", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8d82419e-7d68-4e8a-9e13-71f299c2f998", - "x-ms-client-request-id": "b6ed995470b992f4e1a13c0c6729e22a", - "x-ms-correlation-request-id": "a531a68f-ef84-45bf-9be3-323176e5649b", - "x-ms-ratelimit-remaining-subscription-reads": "9172", - "x-ms-request-id": "4eabfa95-8fd3-4963-8961-623347dc92de", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053537Z:a531a68f-ef84-45bf-9be3-323176e5649b" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/5db9a2a5-834a-4e06-9368-bda95f227a03?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "9c50eca9a15a213bab39eed9e54ac503", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "29", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:35:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "11dc960a-5804-4e8b-bd9d-e47e76e41afe", - "x-ms-client-request-id": "9c50eca9a15a213bab39eed9e54ac503", - "x-ms-correlation-request-id": "cfc13d28-e39d-477e-a7d3-a57a96e362b3", - "x-ms-ratelimit-remaining-subscription-reads": "9171", - "x-ms-request-id": "59487ba7-3d6c-4ac9-b627-ad4abf4d9889", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053538Z:cfc13d28-e39d-477e-a7d3-a57a96e362b3" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"Succeeded\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg1335/providers/Microsoft.Network/connections/azsmnet8123?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a8c2cffaa645b4be00537399a121ce25", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1630", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:35:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "af1a6017-056e-4e2e-b545-595e235e57f3", - "x-ms-client-request-id": "a8c2cffaa645b4be00537399a121ce25", - "x-ms-correlation-request-id": "56d96c3e-77cb-4225-8aa5-aff1ab0ec8d0", - "x-ms-ratelimit-remaining-subscription-reads": "9170", - "x-ms-request-id": "d7f51f04-8a95-4c69-b46c-d101769ca8b2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053538Z:56d96c3e-77cb-4225-8aa5-aff1ab0ec8d0" - }, - "ResponseBody": [ - "{\r\n", - " \"name\": \"azsmnet8123\",\r\n", - " \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg1335/providers/Microsoft.Network/connections/azsmnet8123\",\r\n", - " \"etag\": \"W/\\\"300acd21-e2b5-4af9-8e7e-b3e21f0cf7ac\\\"\",\r\n", - " \"type\": \"Microsoft.Network/connections\",\r\n", - " \"location\": \"westus\",\r\n", - " \"properties\": {\r\n", - " \"provisioningState\": \"Succeeded\",\r\n", - " \"resourceGuid\": \"9580d39c-9a22-4468-87be-5a7f362febba\",\r\n", - " \"packetCaptureDiagnosticState\": \"None\",\r\n", - " \"virtualNetworkGateway1\": {\r\n", - " \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg1335/providers/Microsoft.Network/virtualNetworkGateways/azsmnet6346\"\r\n", - " },\r\n", - " \"localNetworkGateway2\": {\r\n", - " \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg1335/providers/Microsoft.Network/localNetworkGateways/azsmnet996\"\r\n", - " },\r\n", - " \"connectionType\": \"IPsec\",\r\n", - " \"connectionProtocol\": \"IKEv2\",\r\n", - " \"routingWeight\": 3,\r\n", - " \"sharedKey\": \"abc\",\r\n", - " \"enableBgp\": false,\r\n", - " \"useLocalAzureIpAddress\": false,\r\n", - " \"usePolicyBasedTrafficSelectors\": false,\r\n", - " \"ipsecPolicies\": [\r\n", - " {\r\n", - " \"saLifeTimeSeconds\": 600,\r\n", - " \"saDataSizeKilobytes\": 2048,\r\n", - " \"ipsecEncryption\": \"GCMAES256\",\r\n", - " \"ipsecIntegrity\": \"GCMAES256\",\r\n", - " \"ikeEncryption\": \"AES256\",\r\n", - " \"ikeIntegrity\": \"SHA384\",\r\n", - " \"dhGroup\": \"DHGroup2048\",\r\n", - " \"pfsGroup\": \"ECP384\"\r\n", - " }\r\n", - " ],\r\n", - " \"trafficSelectorPolicies\": [],\r\n", - " \"connectionStatus\": \"Unknown\",\r\n", - " \"ingressBytesTransferred\": 0,\r\n", - " \"egressBytesTransferred\": 0,\r\n", - " \"expressRouteGatewayBypass\": false,\r\n", - " \"dpdTimeoutSeconds\": 0\r\n", - " }\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg1335/providers/Microsoft.Network/connections/azsmnet8123?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-11a9634f08c75e42ba3601fedfc96aad-e7d7b67270980a4f-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "989bb421eec0b2395ecb0a80821bac97", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1630", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:35:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "29b7c242-4e21-46d2-a3f1-74ce1aebebe9", - "x-ms-client-request-id": "989bb421eec0b2395ecb0a80821bac97", - "x-ms-correlation-request-id": "db780345-f90b-42aa-b22d-b34d58f2ab74", - "x-ms-ratelimit-remaining-subscription-reads": "9169", - "x-ms-request-id": "e83591cb-4051-4743-9ba9-364b655ce64c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053539Z:db780345-f90b-42aa-b22d-b34d58f2ab74" - }, - "ResponseBody": [ - "{\r\n", - " \"name\": \"azsmnet8123\",\r\n", - " \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg1335/providers/Microsoft.Network/connections/azsmnet8123\",\r\n", - " \"etag\": \"W/\\\"300acd21-e2b5-4af9-8e7e-b3e21f0cf7ac\\\"\",\r\n", - " \"type\": \"Microsoft.Network/connections\",\r\n", - " \"location\": \"westus\",\r\n", - " \"properties\": {\r\n", - " \"provisioningState\": \"Succeeded\",\r\n", - " \"resourceGuid\": \"9580d39c-9a22-4468-87be-5a7f362febba\",\r\n", - " \"packetCaptureDiagnosticState\": \"None\",\r\n", - " \"virtualNetworkGateway1\": {\r\n", - " \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg1335/providers/Microsoft.Network/virtualNetworkGateways/azsmnet6346\"\r\n", - " },\r\n", - " \"localNetworkGateway2\": {\r\n", - " \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg1335/providers/Microsoft.Network/localNetworkGateways/azsmnet996\"\r\n", - " },\r\n", - " \"connectionType\": \"IPsec\",\r\n", - " \"connectionProtocol\": \"IKEv2\",\r\n", - " \"routingWeight\": 3,\r\n", - " \"sharedKey\": \"abc\",\r\n", - " \"enableBgp\": false,\r\n", - " \"useLocalAzureIpAddress\": false,\r\n", - " \"usePolicyBasedTrafficSelectors\": false,\r\n", - " \"ipsecPolicies\": [\r\n", - " {\r\n", - " \"saLifeTimeSeconds\": 600,\r\n", - " \"saDataSizeKilobytes\": 2048,\r\n", - " \"ipsecEncryption\": \"GCMAES256\",\r\n", - " \"ipsecIntegrity\": \"GCMAES256\",\r\n", - " \"ikeEncryption\": \"AES256\",\r\n", - " \"ikeIntegrity\": \"SHA384\",\r\n", - " \"dhGroup\": \"DHGroup2048\",\r\n", - " \"pfsGroup\": \"ECP384\"\r\n", - " }\r\n", - " ],\r\n", - " \"trafficSelectorPolicies\": [],\r\n", - " \"connectionStatus\": \"Unknown\",\r\n", - " \"ingressBytesTransferred\": 0,\r\n", - " \"egressBytesTransferred\": 0,\r\n", - " \"expressRouteGatewayBypass\": false,\r\n", - " \"dpdTimeoutSeconds\": 0\r\n", - " }\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg1335/providers/Microsoft.Network/connections/azsmnet8123?api-version=2020-04-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "1817", - "Content-Type": "application/json", - "traceparent": "00-db355f1e6349c64b921cce415e097502-597f1c0c17c4e242-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "981139db3a6603e52d9b9b072ea1808a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "West US", - "properties": { - "virtualNetworkGateway1": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg1335/providers/Microsoft.Network/virtualNetworkGateways/azsmnet6346", - "location": "westus", - "tags": { - "key": "value" - }, - "properties": { - "ipConfigurations": [ - { - "name": "azsmnet2939", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg1335/providers/Microsoft.Network/virtualNetworkGateways/azsmnet6346/ipConfigurations/azsmnet2939", - "properties": { - "privateIPAllocationMethod": "Dynamic", - "subnet": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg1335/providers/Microsoft.Network/virtualNetworks/azsmnet8996/subnets/GatewaySubnet" - }, - "publicIPAddress": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg1335/providers/Microsoft.Network/publicIPAddresses/azsmnet5627" - } - } - } - ], - "gatewayType": "Vpn", - "vpnType": "RouteBased", - "vpnGatewayGeneration": "Generation1", - "enableBgp": false, - "enablePrivateIpAddress": false, - "activeActive": false, - "sku": { - "name": "Standard", - "tier": "Standard" - }, - "bgpSettings": { - "asn": 65515, - "bgpPeeringAddress": "10.0.0.254", - "peerWeight": 0, - "bgpPeeringAddresses": [ - { - "ipconfigurationId": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg1335/providers/Microsoft.Network/virtualNetworkGateways/azsmnet6346/ipConfigurations/azsmnet2939", - "customBgpIpAddresses": [] - } - ] - } - } - }, - "localNetworkGateway2": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg1335/providers/Microsoft.Network/localNetworkGateways/azsmnet996", - "location": "westus", - "tags": { - "test": "value" - }, - "properties": { - "localNetworkAddressSpace": { - "addressPrefixes": [ - "192.168.0.0/16" - ] - }, - "gatewayIpAddress": "192.168.3.4" - } - }, - "connectionType": "IPsec", - "routingWeight": 3, - "sharedKey": "abc", - "usePolicyBasedTrafficSelectors": false - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/2a1c1990-8a1b-42cb-8cf7-24232e4755f7?api-version=2020-04-01", - "Cache-Control": "no-cache", - "Content-Length": "1279", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:35:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "10", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "89269861-9bb6-4257-b288-1930ca6a0813", - "x-ms-client-request-id": "981139db3a6603e52d9b9b072ea1808a", - "x-ms-correlation-request-id": "62f7bb74-b41c-45cf-9d5e-e6074ac644d8", - "x-ms-ratelimit-remaining-subscription-writes": "1191", - "x-ms-request-id": "2a1c1990-8a1b-42cb-8cf7-24232e4755f7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053540Z:62f7bb74-b41c-45cf-9d5e-e6074ac644d8" - }, - "ResponseBody": [ - "{\r\n", - " \"name\": \"azsmnet8123\",\r\n", - " \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg1335/providers/Microsoft.Network/connections/azsmnet8123\",\r\n", - " \"etag\": \"W/\\\"c66537dc-9e17-4ca7-b611-7e95015990cf\\\"\",\r\n", - " \"type\": \"Microsoft.Network/connections\",\r\n", - " \"location\": \"westus\",\r\n", - " \"properties\": {\r\n", - " \"provisioningState\": \"Updating\",\r\n", - " \"resourceGuid\": \"9580d39c-9a22-4468-87be-5a7f362febba\",\r\n", - " \"packetCaptureDiagnosticState\": \"None\",\r\n", - " \"virtualNetworkGateway1\": {\r\n", - " \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg1335/providers/Microsoft.Network/virtualNetworkGateways/azsmnet6346\"\r\n", - " },\r\n", - " \"localNetworkGateway2\": {\r\n", - " \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg1335/providers/Microsoft.Network/localNetworkGateways/azsmnet996\"\r\n", - " },\r\n", - " \"connectionType\": \"IPsec\",\r\n", - " \"connectionProtocol\": \"IKEv2\",\r\n", - " \"routingWeight\": 3,\r\n", - " \"sharedKey\": \"abc\",\r\n", - " \"enableBgp\": false,\r\n", - " \"useLocalAzureIpAddress\": false,\r\n", - " \"usePolicyBasedTrafficSelectors\": false,\r\n", - " \"ipsecPolicies\": [],\r\n", - " \"trafficSelectorPolicies\": [],\r\n", - " \"ingressBytesTransferred\": 0,\r\n", - " \"egressBytesTransferred\": 0,\r\n", - " \"expressRouteGatewayBypass\": false,\r\n", - " \"dpdTimeoutSeconds\": 0\r\n", - " }\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/2a1c1990-8a1b-42cb-8cf7-24232e4755f7?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "67bddca6360fe6bfcf986a24533284bd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:35:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "10", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e7270ddd-cafc-4519-a64c-e4999e11ecac", - "x-ms-client-request-id": "67bddca6360fe6bfcf986a24533284bd", - "x-ms-correlation-request-id": "9c4eb6a4-a60e-47e6-b69d-6c8c2a66cc28", - "x-ms-ratelimit-remaining-subscription-reads": "9168", - "x-ms-request-id": "2db6c019-7a07-48e8-a197-181383dcd6de", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053540Z:9c4eb6a4-a60e-47e6-b69d-6c8c2a66cc28" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/2a1c1990-8a1b-42cb-8cf7-24232e4755f7?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b815804b7a62afe7f7060156f06b67ef", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:35:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "20", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0358417e-dd91-4408-adf7-31bcad165bcd", - "x-ms-client-request-id": "b815804b7a62afe7f7060156f06b67ef", - "x-ms-correlation-request-id": "cafbbb21-c262-4238-af82-7e209f4f403d", - "x-ms-ratelimit-remaining-subscription-reads": "9167", - "x-ms-request-id": "cb902b5c-e8ea-4b85-99ce-dfa3303941b6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053541Z:cafbbb21-c262-4238-af82-7e209f4f403d" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/2a1c1990-8a1b-42cb-8cf7-24232e4755f7?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5260b66918e3347a09d16216c21eb763", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:35:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "20", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c29f384a-330d-4141-b2c5-9dd750a7d57b", - "x-ms-client-request-id": "5260b66918e3347a09d16216c21eb763", - "x-ms-correlation-request-id": "08865efd-8d9c-46c7-9c96-9b8288fc8c83", - "x-ms-ratelimit-remaining-subscription-reads": "9166", - "x-ms-request-id": "11049bc6-4a5f-4b6f-a82c-dc1aa093b01e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053543Z:08865efd-8d9c-46c7-9c96-9b8288fc8c83" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/2a1c1990-8a1b-42cb-8cf7-24232e4755f7?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "1a2e8c8b79282b82f40e70083468f563", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:35:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "40", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a2f026ed-47a7-4d87-aab8-4b07f4bc803f", - "x-ms-client-request-id": "1a2e8c8b79282b82f40e70083468f563", - "x-ms-correlation-request-id": "7564cea0-117e-455d-929b-2e5625a9e64c", - "x-ms-ratelimit-remaining-subscription-reads": "9165", - "x-ms-request-id": "b32c0852-77dc-4947-aa85-50db02c3f4a5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053544Z:7564cea0-117e-455d-929b-2e5625a9e64c" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/2a1c1990-8a1b-42cb-8cf7-24232e4755f7?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "9dbb7a3031d132d905e1ae9018d1ecd9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:35:45 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "40", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ce5434f3-16c4-4fdd-88a0-3b033fe13b17", - "x-ms-client-request-id": "9dbb7a3031d132d905e1ae9018d1ecd9", - "x-ms-correlation-request-id": "068b42df-ed97-4516-abad-9a9e0cad26bf", - "x-ms-ratelimit-remaining-subscription-reads": "9164", - "x-ms-request-id": "b1c5fef0-b6a2-4dbb-adbf-fcec5be3ee0b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053545Z:068b42df-ed97-4516-abad-9a9e0cad26bf" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/2a1c1990-8a1b-42cb-8cf7-24232e4755f7?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "64ca9e4f4d3defc633355ed4a872ffa0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:35:46 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "80", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0b101d13-785e-4ddc-b198-20c3f4a515f2", - "x-ms-client-request-id": "64ca9e4f4d3defc633355ed4a872ffa0", - "x-ms-correlation-request-id": "0e1d3921-617a-4906-be59-33340d98a77f", - "x-ms-ratelimit-remaining-subscription-reads": "9163", - "x-ms-request-id": "e1a19347-ad2f-448e-801c-d30389f505d1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053546Z:0e1d3921-617a-4906-be59-33340d98a77f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/2a1c1990-8a1b-42cb-8cf7-24232e4755f7?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "47e6ffdc1a625991b2fb1547caf11323", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "29", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:35:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2579cdb8-27bb-4a7d-9a1e-6bb79f57ba9f", - "x-ms-client-request-id": "47e6ffdc1a625991b2fb1547caf11323", - "x-ms-correlation-request-id": "a15e5bb4-8a7d-48b3-87c9-61d8d2d73f8f", - "x-ms-ratelimit-remaining-subscription-reads": "9162", - "x-ms-request-id": "12d7e49a-2038-494f-8964-0c84b36fe40c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053548Z:a15e5bb4-8a7d-48b3-87c9-61d8d2d73f8f" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"Succeeded\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg1335/providers/Microsoft.Network/connections/azsmnet8123?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "96b99722919ee326b4cb699cd3048a93", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1316", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:35:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "28ba6d70-4705-48f7-9f90-f8d67d552d1d", - "x-ms-client-request-id": "96b99722919ee326b4cb699cd3048a93", - "x-ms-correlation-request-id": "a72f6529-b2d5-41fa-8f0d-90c9ae9f8847", - "x-ms-ratelimit-remaining-subscription-reads": "9161", - "x-ms-request-id": "9d22dea5-1b9b-4167-9a8e-3eb70e53a7d4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053549Z:a72f6529-b2d5-41fa-8f0d-90c9ae9f8847" - }, - "ResponseBody": [ - "{\r\n", - " \"name\": \"azsmnet8123\",\r\n", - " \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg1335/providers/Microsoft.Network/connections/azsmnet8123\",\r\n", - " \"etag\": \"W/\\\"d5dd9e52-3c43-4970-9368-0d7a1bea1037\\\"\",\r\n", - " \"type\": \"Microsoft.Network/connections\",\r\n", - " \"location\": \"westus\",\r\n", - " \"properties\": {\r\n", - " \"provisioningState\": \"Succeeded\",\r\n", - " \"resourceGuid\": \"9580d39c-9a22-4468-87be-5a7f362febba\",\r\n", - " \"packetCaptureDiagnosticState\": \"None\",\r\n", - " \"virtualNetworkGateway1\": {\r\n", - " \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg1335/providers/Microsoft.Network/virtualNetworkGateways/azsmnet6346\"\r\n", - " },\r\n", - " \"localNetworkGateway2\": {\r\n", - " \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg1335/providers/Microsoft.Network/localNetworkGateways/azsmnet996\"\r\n", - " },\r\n", - " \"connectionType\": \"IPsec\",\r\n", - " \"connectionProtocol\": \"IKEv2\",\r\n", - " \"routingWeight\": 3,\r\n", - " \"sharedKey\": \"abc\",\r\n", - " \"enableBgp\": false,\r\n", - " \"useLocalAzureIpAddress\": false,\r\n", - " \"usePolicyBasedTrafficSelectors\": false,\r\n", - " \"ipsecPolicies\": [],\r\n", - " \"trafficSelectorPolicies\": [],\r\n", - " \"connectionStatus\": \"Unknown\",\r\n", - " \"ingressBytesTransferred\": 0,\r\n", - " \"egressBytesTransferred\": 0,\r\n", - " \"expressRouteGatewayBypass\": false,\r\n", - " \"dpdTimeoutSeconds\": 0\r\n", - " }\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg1335/providers/Microsoft.Network/connections/azsmnet8123?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-7766d6c41421af4c8a60b1ed3074617a-3234bcfaa6c23a43-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "18b40de1a5ea34760c70b141387f2441", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1316", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:35:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "76dfd98b-e87b-4d1a-a97a-ac77dc1630b8", - "x-ms-client-request-id": "18b40de1a5ea34760c70b141387f2441", - "x-ms-correlation-request-id": "73bd163e-306f-47ee-8c38-64a89f707bfc", - "x-ms-ratelimit-remaining-subscription-reads": "9160", - "x-ms-request-id": "8e646312-59ce-4ca9-bb91-f5661b42baf0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053549Z:73bd163e-306f-47ee-8c38-64a89f707bfc" - }, - "ResponseBody": [ - "{\r\n", - " \"name\": \"azsmnet8123\",\r\n", - " \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg1335/providers/Microsoft.Network/connections/azsmnet8123\",\r\n", - " \"etag\": \"W/\\\"d5dd9e52-3c43-4970-9368-0d7a1bea1037\\\"\",\r\n", - " \"type\": \"Microsoft.Network/connections\",\r\n", - " \"location\": \"westus\",\r\n", - " \"properties\": {\r\n", - " \"provisioningState\": \"Succeeded\",\r\n", - " \"resourceGuid\": \"9580d39c-9a22-4468-87be-5a7f362febba\",\r\n", - " \"packetCaptureDiagnosticState\": \"None\",\r\n", - " \"virtualNetworkGateway1\": {\r\n", - " \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg1335/providers/Microsoft.Network/virtualNetworkGateways/azsmnet6346\"\r\n", - " },\r\n", - " \"localNetworkGateway2\": {\r\n", - " \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg1335/providers/Microsoft.Network/localNetworkGateways/azsmnet996\"\r\n", - " },\r\n", - " \"connectionType\": \"IPsec\",\r\n", - " \"connectionProtocol\": \"IKEv2\",\r\n", - " \"routingWeight\": 3,\r\n", - " \"sharedKey\": \"abc\",\r\n", - " \"enableBgp\": false,\r\n", - " \"useLocalAzureIpAddress\": false,\r\n", - " \"usePolicyBasedTrafficSelectors\": false,\r\n", - " \"ipsecPolicies\": [],\r\n", - " \"trafficSelectorPolicies\": [],\r\n", - " \"connectionStatus\": \"Unknown\",\r\n", - " \"ingressBytesTransferred\": 0,\r\n", - " \"egressBytesTransferred\": 0,\r\n", - " \"expressRouteGatewayBypass\": false,\r\n", - " \"dpdTimeoutSeconds\": 0\r\n", - " }\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg1335/providers/Microsoft.Network/connections?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "11b23b2269b84b02d8029397b0f586ae", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1400", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:35:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "91b9826b-17a1-4947-b69e-463e456c6f04", - "x-ms-client-request-id": "11b23b2269b84b02d8029397b0f586ae", - "x-ms-correlation-request-id": "7bab7577-3b54-4787-9d23-9738303e0bc0", - "x-ms-ratelimit-remaining-subscription-reads": "9159", - "x-ms-request-id": "73f46a03-a802-4b2e-87c9-aece64107027", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053549Z:7bab7577-3b54-4787-9d23-9738303e0bc0" - }, - "ResponseBody": [ - "{\r\n", - " \"value\": [\r\n", - " {\r\n", - " \"name\": \"azsmnet8123\",\r\n", - " \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg1335/providers/Microsoft.Network/connections/azsmnet8123\",\r\n", - " \"etag\": \"W/\\\"d5dd9e52-3c43-4970-9368-0d7a1bea1037\\\"\",\r\n", - " \"type\": \"Microsoft.Network/connections\",\r\n", - " \"location\": \"westus\",\r\n", - " \"properties\": {\r\n", - " \"provisioningState\": \"Succeeded\",\r\n", - " \"resourceGuid\": \"9580d39c-9a22-4468-87be-5a7f362febba\",\r\n", - " \"packetCaptureDiagnosticState\": \"None\",\r\n", - " \"virtualNetworkGateway1\": {\r\n", - " \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg1335/providers/Microsoft.Network/virtualNetworkGateways/azsmnet6346\"\r\n", - " },\r\n", - " \"localNetworkGateway2\": {\r\n", - " \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg1335/providers/Microsoft.Network/localNetworkGateways/azsmnet996\"\r\n", - " },\r\n", - " \"connectionType\": \"IPsec\",\r\n", - " \"connectionProtocol\": \"IKEv2\",\r\n", - " \"routingWeight\": 3,\r\n", - " \"enableBgp\": false,\r\n", - " \"useLocalAzureIpAddress\": false,\r\n", - " \"usePolicyBasedTrafficSelectors\": false,\r\n", - " \"ipsecPolicies\": [],\r\n", - " \"trafficSelectorPolicies\": [],\r\n", - " \"ingressBytesTransferred\": 0,\r\n", - " \"egressBytesTransferred\": 0,\r\n", - " \"expressRouteGatewayBypass\": false,\r\n", - " \"dpdTimeoutSeconds\": 0\r\n", - " }\r\n", - " }\r\n", - " ]\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg1335/providers/Microsoft.Network/connections/azsmnet8123?api-version=2020-04-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-a92ef126ece06147957adf120a032084-3c43d22a08552b41-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "bc668171fa3d7c382185892edfe4ab34", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/7526a568-b55f-440b-9e2d-df052475e539?api-version=2020-04-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Wed, 30 Sep 2020 05:35:50 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operationResults/7526a568-b55f-440b-9e2d-df052475e539?api-version=2020-04-01", - "Pragma": "no-cache", - "Retry-After": "10", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a44adb48-ecad-4af6-a8e8-311e5611b565", - "x-ms-client-request-id": "bc668171fa3d7c382185892edfe4ab34", - "x-ms-correlation-request-id": "f486baed-11d7-4d69-8a35-5f3f6f3a3493", - "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-request-id": "7526a568-b55f-440b-9e2d-df052475e539", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053550Z:f486baed-11d7-4d69-8a35-5f3f6f3a3493" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/7526a568-b55f-440b-9e2d-df052475e539?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b6d003ea671827040236f033dfd46bf4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:35:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "10", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b7f8182e-19e1-469b-ad72-50d8904eeba3", - "x-ms-client-request-id": "b6d003ea671827040236f033dfd46bf4", - "x-ms-correlation-request-id": "613c688e-b15f-4a59-af3e-bb4129d8d3e0", - "x-ms-ratelimit-remaining-subscription-reads": "9158", - "x-ms-request-id": "48686248-2ab2-434c-bd7e-8eefcdde8e34", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053550Z:613c688e-b15f-4a59-af3e-bb4129d8d3e0" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/7526a568-b55f-440b-9e2d-df052475e539?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "88f05e57ed7bf85ca6eeb1d3ba506a41", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:35:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "20", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "42b15843-b90e-46e8-b9bb-2c4f01b1d5a7", - "x-ms-client-request-id": "88f05e57ed7bf85ca6eeb1d3ba506a41", - "x-ms-correlation-request-id": "1a8313ce-a26f-41e0-a2b4-a19b29114f21", - "x-ms-ratelimit-remaining-subscription-reads": "9157", - "x-ms-request-id": "2efd5583-143e-4631-82d1-1ee44fa834ec", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053552Z:1a8313ce-a26f-41e0-a2b4-a19b29114f21" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/7526a568-b55f-440b-9e2d-df052475e539?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "dc447300f5133f1c2352951b87a79837", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:35:52 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "20", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "de858455-20c3-495a-beee-666d17a91619", - "x-ms-client-request-id": "dc447300f5133f1c2352951b87a79837", - "x-ms-correlation-request-id": "97dc336b-de95-43e6-b839-4628ab846e32", - "x-ms-ratelimit-remaining-subscription-reads": "9156", - "x-ms-request-id": "55e61793-bbec-48a2-b09a-b73f0b9f9002", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053553Z:97dc336b-de95-43e6-b839-4628ab846e32" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"InProgress\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Network/locations/westus/operations/7526a568-b55f-440b-9e2d-df052475e539?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b4904cfdfbeffc9aa7d70f2ab6316db2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "29", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:35:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "fa333fd7-0e62-49c3-b7b0-58c32c5d55f8", - "x-ms-client-request-id": "b4904cfdfbeffc9aa7d70f2ab6316db2", - "x-ms-correlation-request-id": "8930fa5f-053b-4340-b266-d207b4cb2e81", - "x-ms-ratelimit-remaining-subscription-reads": "9155", - "x-ms-request-id": "06731fdc-ea1d-4931-820c-76e349685b1b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053554Z:8930fa5f-053b-4340-b266-d207b4cb2e81" - }, - "ResponseBody": [ - "{\r\n", - " \"status\": \"Succeeded\"\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/csmrg1335/providers/Microsoft.Network/connections?api-version=2020-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Network/1.0.0-alpha.20200930.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "6c32aecc8f8f62e042b06529574070ff", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "19", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 05:35:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "bd4edf49-b149-497e-a3c0-57d6e17b15a1", - "x-ms-client-request-id": "6c32aecc8f8f62e042b06529574070ff", - "x-ms-correlation-request-id": "b6ab7ba3-b77a-4a6d-bccb-abc6a7c86fbb", - "x-ms-ratelimit-remaining-subscription-reads": "9154", - "x-ms-request-id": "d3f15ec5-e83f-409a-ab6c-f9bac23ad8a6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200930T053554Z:b6ab7ba3-b77a-4a6d-bccb-abc6a7c86fbb" - }, - "ResponseBody": [ - "{\r\n", - " \"value\": []\r\n", - "}" - ] - } - ], - "Variables": { - "RandomSeed": "2023862075", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/GatewayOperationsTests/VnetGatewayBaseTest.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/GatewayOperationsTests/VnetGatewayBaseTest.json index 7773f6a75ed4..b24915eb810d 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/GatewayOperationsTests/VnetGatewayBaseTest.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/GatewayOperationsTests/VnetGatewayBaseTest.json @@ -6,34 +6,43 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-b2d12f1f532e4849871d1135db651c5b-b9ec986464e0ce4a-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "39196ab3a3709fe86ed7773d4f1d7093", + "traceparent": "00-48fe27cd0d6600368d6078aa3488e308-b6f1f90597f2d9fb-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "28d24f103e775fd72eac3154f0c85065", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "468", + "Content-Length": "748", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 15:53:57 GMT", + "Date": "Fri, 21 Apr 2023 12:09:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "eb72871a-0477-43b6-9da1-9c67bbf9b19c", - "x-ms-ratelimit-remaining-subscription-reads": "11945", - "x-ms-request-id": "eb72871a-0477-43b6-9da1-9c67bbf9b19c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T155358Z:eb72871a-0477-43b6-9da1-9c67bbf9b19c" + "x-ms-correlation-request-id": "1efb7d98-ba8d-49f3-ae70-4c8a3645086c", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "1efb7d98-ba8d-49f3-ae70-4c8a3645086c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T120955Z:1efb7d98-ba8d-49f3-ae70-4c8a3645086c" }, "ResponseBody": { "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", "authorizationSource": "RoleBased", "managedByTenants": [], "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" + "TagKey-9823": "TagValue-1254", + "TagKey-3481": "TagValue-320", + "TagKey-4926": "TagValue-1187", + "TagKey-751": "TagValue-3921", + "TagKey-1866": "TagValue-8559", + "TagKey-3094": "TagValue-9190", + "TagKey-2449": "TagValue-9", + "TagKey-8379": "TagValue-164", + "TagKey-7470": "TagValue-2205", + "TagKey-4236": "TagValue-3698", + "TagKey-5316": "TagValue-2725" }, "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", @@ -47,15 +56,16 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/csmrg5667?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/csmrg2643?api-version=**", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "31", + "Content-Length": "21", "Content-Type": "application/json", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d0d2a30a42e5f585c6dbdbf0d4271876", + "traceparent": "00-4f362447abec93c6c76d9cfc8fa21448-e6968048ffa8a2ac-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1ae04dc2e94767f083bc4dd38666c18d", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -64,138 +74,852 @@ "StatusCode": 201, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "225", + "Content-Length": "215", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 15:53:58 GMT", + "Date": "Fri, 21 Apr 2023 12:09:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7c3484a8-282f-4e4f-8f6a-8989898c38ea", - "x-ms-ratelimit-remaining-subscription-writes": "1192", - "x-ms-request-id": "7c3484a8-282f-4e4f-8f6a-8989898c38ea", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T155358Z:7c3484a8-282f-4e4f-8f6a-8989898c38ea" + "x-ms-correlation-request-id": "57bfad35-1a0d-4657-b707-9a728adbe154", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "57bfad35-1a0d-4657-b707-9a728adbe154", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T120958Z:57bfad35-1a0d-4657-b707-9a728adbe154" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2643", + "name": "csmrg2643", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2643/providers/Microsoft.Network/virtualNetworks/azsmnet8316?api-version=2022-09-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "223", + "Content-Type": "application/json", + "traceparent": "00-1d8d25c7e38e0358300b7e5067606bab-1f1caf28b2008644-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230421.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "2bd8e03bae47918d3e7f9d56f8e0c71b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "westus2", + "properties": { + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "dhcpOptions": { + "dnsServers": [ + "10.1.1.1", + "10.1.2.4" + ] + }, + "subnets": [ + { + "name": "GatewaySubnet", + "properties": { + "addressPrefix": "10.0.0.0/24" + } + } + ] + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/55146012-3ef9-49ec-a2b5-5f378d1d5ff8?api-version=2022-09-01", + "Cache-Control": "no-cache", + "Content-Length": "1337", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Apr 2023 12:10:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "f50a86b1-108b-4c67-8efe-1647b4bb6196", + "x-ms-client-request-id": "2bd8e03bae47918d3e7f9d56f8e0c71b", + "x-ms-correlation-request-id": "d4b10f94-b432-430b-b37c-057607a974b9", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "55146012-3ef9-49ec-a2b5-5f378d1d5ff8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T121004Z:d4b10f94-b432-430b-b37c-057607a974b9" + }, + "ResponseBody": { + "name": "azsmnet8316", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2643/providers/Microsoft.Network/virtualNetworks/azsmnet8316", + "etag": "W/\u0022179f68c9-eb9f-4aa1-a6d9-b97e704c720a\u0022", + "type": "Microsoft.Network/virtualNetworks", + "location": "westus2", + "properties": { + "provisioningState": "Updating", + "resourceGuid": "c49ad844-69ab-4920-a765-aa71ed2c4b47", + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "dhcpOptions": { + "dnsServers": [ + "10.1.1.1", + "10.1.2.4" + ] + }, + "subnets": [ + { + "name": "GatewaySubnet", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2643/providers/Microsoft.Network/virtualNetworks/azsmnet8316/subnets/GatewaySubnet", + "etag": "W/\u0022179f68c9-eb9f-4aa1-a6d9-b97e704c720a\u0022", + "properties": { + "provisioningState": "Updating", + "addressPrefix": "10.0.0.0/24", + "delegations": [], + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + }, + "type": "Microsoft.Network/virtualNetworks/subnets" + } + ], + "virtualNetworkPeerings": [], + "enableDdosProtection": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/55146012-3ef9-49ec-a2b5-5f378d1d5ff8?api-version=2022-09-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-1d8d25c7e38e0358300b7e5067606bab-eed0faffa982297f-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "6f8c5ec7e68d9f7a5389086953108adc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "29", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Apr 2023 12:10:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "b5c92f29-9442-4ca9-bc00-26acac8caace", + "x-ms-client-request-id": "6f8c5ec7e68d9f7a5389086953108adc", + "x-ms-correlation-request-id": "4c4885aa-f32a-406d-a78e-19d8d91475b4", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "edfb13de-3a1a-4d1b-9211-5014abfaa9ed", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T121004Z:4c4885aa-f32a-406d-a78e-19d8d91475b4" + }, + "ResponseBody": { + "status": "Succeeded" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2643/providers/Microsoft.Network/virtualNetworks/azsmnet8316?api-version=2022-09-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-1d8d25c7e38e0358300b7e5067606bab-8b800dbfe20549b1-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "885cb8864b4d72737bf56a532b030596", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1339", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Apr 2023 12:10:04 GMT", + "ETag": "W/\u0022bbc65ea2-eadc-4403-b67a-3e17df5b171d\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "8a7a3be4-12c4-4c76-ad22-f22339e90800", + "x-ms-client-request-id": "885cb8864b4d72737bf56a532b030596", + "x-ms-correlation-request-id": "b552b400-14d3-4f93-8041-7b411f438f97", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "1ceae6f6-567b-4d05-9c99-06d387d34d35", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T121005Z:b552b400-14d3-4f93-8041-7b411f438f97" + }, + "ResponseBody": { + "name": "azsmnet8316", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2643/providers/Microsoft.Network/virtualNetworks/azsmnet8316", + "etag": "W/\u0022bbc65ea2-eadc-4403-b67a-3e17df5b171d\u0022", + "type": "Microsoft.Network/virtualNetworks", + "location": "westus2", + "properties": { + "provisioningState": "Succeeded", + "resourceGuid": "c49ad844-69ab-4920-a765-aa71ed2c4b47", + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "dhcpOptions": { + "dnsServers": [ + "10.1.1.1", + "10.1.2.4" + ] + }, + "subnets": [ + { + "name": "GatewaySubnet", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2643/providers/Microsoft.Network/virtualNetworks/azsmnet8316/subnets/GatewaySubnet", + "etag": "W/\u0022bbc65ea2-eadc-4403-b67a-3e17df5b171d\u0022", + "properties": { + "provisioningState": "Succeeded", + "addressPrefix": "10.0.0.0/24", + "delegations": [], + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + }, + "type": "Microsoft.Network/virtualNetworks/subnets" + } + ], + "virtualNetworkPeerings": [], + "enableDdosProtection": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2643/providers/Microsoft.Network/virtualNetworks/azsmnet8316?api-version=2022-09-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-dec9256731dfbb09d881fe2a9bbf098e-a3341b2c73e76f6f-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230421.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "9a8f2c395753438d63d4ef95c0fc8eb1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1339", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Apr 2023 12:10:04 GMT", + "ETag": "W/\u0022bbc65ea2-eadc-4403-b67a-3e17df5b171d\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "27f7698b-017e-4480-8636-a4c3cfb78add", + "x-ms-client-request-id": "9a8f2c395753438d63d4ef95c0fc8eb1", + "x-ms-correlation-request-id": "9ecdcbbf-baf8-41e1-b00e-9ac930e88f1d", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "65ae0297-cb85-49b2-bb3d-cbf51e5fa091", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T121005Z:9ecdcbbf-baf8-41e1-b00e-9ac930e88f1d" + }, + "ResponseBody": { + "name": "azsmnet8316", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2643/providers/Microsoft.Network/virtualNetworks/azsmnet8316", + "etag": "W/\u0022bbc65ea2-eadc-4403-b67a-3e17df5b171d\u0022", + "type": "Microsoft.Network/virtualNetworks", + "location": "westus2", + "properties": { + "provisioningState": "Succeeded", + "resourceGuid": "c49ad844-69ab-4920-a765-aa71ed2c4b47", + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "dhcpOptions": { + "dnsServers": [ + "10.1.1.1", + "10.1.2.4" + ] + }, + "subnets": [ + { + "name": "GatewaySubnet", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2643/providers/Microsoft.Network/virtualNetworks/azsmnet8316/subnets/GatewaySubnet", + "etag": "W/\u0022bbc65ea2-eadc-4403-b67a-3e17df5b171d\u0022", + "properties": { + "provisioningState": "Succeeded", + "addressPrefix": "10.0.0.0/24", + "delegations": [], + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + }, + "type": "Microsoft.Network/virtualNetworks/subnets" + } + ], + "virtualNetworkPeerings": [], + "enableDdosProtection": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2643/providers/Microsoft.Network/virtualNetworks/azsmnet8316?api-version=2022-09-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-25914deadb0c45728480e48697ae434a-a802757f3df8ec90-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230421.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d302a669bd4b7b22eb19f4977c27734f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1339", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Apr 2023 12:10:05 GMT", + "ETag": "W/\u0022bbc65ea2-eadc-4403-b67a-3e17df5b171d\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "d9f348d4-e6a4-46b4-8e49-3fe632a196d4", + "x-ms-client-request-id": "d302a669bd4b7b22eb19f4977c27734f", + "x-ms-correlation-request-id": "9b930f1f-824a-4bad-9d0a-579a283f2734", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "8c3ba14a-f3db-4e4c-a583-8241f5e21b9c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T121006Z:9b930f1f-824a-4bad-9d0a-579a283f2734" + }, + "ResponseBody": { + "name": "azsmnet8316", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2643/providers/Microsoft.Network/virtualNetworks/azsmnet8316", + "etag": "W/\u0022bbc65ea2-eadc-4403-b67a-3e17df5b171d\u0022", + "type": "Microsoft.Network/virtualNetworks", + "location": "westus2", + "properties": { + "provisioningState": "Succeeded", + "resourceGuid": "c49ad844-69ab-4920-a765-aa71ed2c4b47", + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "dhcpOptions": { + "dnsServers": [ + "10.1.1.1", + "10.1.2.4" + ] + }, + "subnets": [ + { + "name": "GatewaySubnet", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2643/providers/Microsoft.Network/virtualNetworks/azsmnet8316/subnets/GatewaySubnet", + "etag": "W/\u0022bbc65ea2-eadc-4403-b67a-3e17df5b171d\u0022", + "properties": { + "provisioningState": "Succeeded", + "addressPrefix": "10.0.0.0/24", + "delegations": [], + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + }, + "type": "Microsoft.Network/virtualNetworks/subnets" + } + ], + "virtualNetworkPeerings": [], + "enableDdosProtection": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2643/providers/Microsoft.Network/virtualNetworks/azsmnet8316/subnets/GatewaySubnet?api-version=2022-09-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-59d0e0e75436dd3ad62084338595b08d-71a8cb418fa2ddde-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230421.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "262f7284f0802e882a1825795cddb27e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "539", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Apr 2023 12:10:05 GMT", + "ETag": "W/\u0022bbc65ea2-eadc-4403-b67a-3e17df5b171d\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "7f59bfb1-5908-44ba-9c4c-ceabc75a0690", + "x-ms-client-request-id": "262f7284f0802e882a1825795cddb27e", + "x-ms-correlation-request-id": "bd184a8a-d537-4f79-9e0c-56320e74f68e", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "3c971c5f-2a2b-4964-811f-d170071cfe16", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T121006Z:bd184a8a-d537-4f79-9e0c-56320e74f68e" + }, + "ResponseBody": { + "name": "GatewaySubnet", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2643/providers/Microsoft.Network/virtualNetworks/azsmnet8316/subnets/GatewaySubnet", + "etag": "W/\u0022bbc65ea2-eadc-4403-b67a-3e17df5b171d\u0022", + "properties": { + "provisioningState": "Succeeded", + "addressPrefix": "10.0.0.0/24", + "delegations": [], + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + }, + "type": "Microsoft.Network/virtualNetworks/subnets" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2643/providers/Microsoft.Network/publicIPAddresses/azsmnet9810?api-version=2022-09-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "145", + "Content-Type": "application/json", + "traceparent": "00-445069965f9e2b73ef9e41a254d1bcac-2e85d1dd408305e7-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230421.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "320185ea7c4b1309ae3a63f5c73c609f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "westus2", + "tags": { + "key": "value" + }, + "properties": { + "publicIPAllocationMethod": "Dynamic", + "dnsSettings": { + "domainNameLabel": "azsmnet1467" + } + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/9eeb7b3a-f7f6-436f-a7b5-026106a098cc?api-version=2022-09-01", + "Cache-Control": "no-cache", + "Content-Length": "796", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Apr 2023 12:10:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "1", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "0ba404f8-b7d3-4b60-931e-cc820842a355", + "x-ms-client-request-id": "320185ea7c4b1309ae3a63f5c73c609f", + "x-ms-correlation-request-id": "c622b075-7367-487a-b8a1-de9c05a1b865", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "9eeb7b3a-f7f6-436f-a7b5-026106a098cc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T121010Z:c622b075-7367-487a-b8a1-de9c05a1b865" + }, + "ResponseBody": { + "name": "azsmnet9810", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2643/providers/Microsoft.Network/publicIPAddresses/azsmnet9810", + "etag": "W/\u0022d89d99aa-39e2-4200-8e85-ade86fd7241b\u0022", + "location": "westus2", + "tags": { + "key": "value" + }, + "properties": { + "provisioningState": "Updating", + "resourceGuid": "2942fa91-c16d-48af-845f-3d7aa6069c91", + "publicIPAddressVersion": "IPv4", + "publicIPAllocationMethod": "Dynamic", + "idleTimeoutInMinutes": 4, + "dnsSettings": { + "domainNameLabel": "azsmnet1467", + "fqdn": "azsmnet1467.westus2.cloudapp.azure.com" + }, + "ipTags": [] + }, + "type": "Microsoft.Network/publicIPAddresses", + "sku": { + "name": "Basic", + "tier": "Regional" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/9eeb7b3a-f7f6-436f-a7b5-026106a098cc?api-version=2022-09-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-445069965f9e2b73ef9e41a254d1bcac-2c40be86122f4a78-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ed3cc330524eb3261c6c414eca3451e9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Apr 2023 12:10:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "2", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "b16cf4ae-485f-4892-a963-9c47a38818cd", + "x-ms-client-request-id": "ed3cc330524eb3261c6c414eca3451e9", + "x-ms-correlation-request-id": "f0c53211-0f65-415d-be44-f4c951345a9f", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "d5191e71-7f66-403c-8f8c-9b551a4212cf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T121011Z:f0c53211-0f65-415d-be44-f4c951345a9f" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/9eeb7b3a-f7f6-436f-a7b5-026106a098cc?api-version=2022-09-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-445069965f9e2b73ef9e41a254d1bcac-a7781cf381f33615-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "63ccbc18feb27288672c8919e461f4a1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "29", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Apr 2023 12:10:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "3ceec9be-6d59-4b39-bbf3-264ee8318e0c", + "x-ms-client-request-id": "63ccbc18feb27288672c8919e461f4a1", + "x-ms-correlation-request-id": "255db5d5-1096-4f3b-a470-4607e9f77fde", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "2745e7a1-8279-40b7-8945-51f7aa9c8034", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T121013Z:255db5d5-1096-4f3b-a470-4607e9f77fde" + }, + "ResponseBody": { + "status": "Succeeded" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2643/providers/Microsoft.Network/publicIPAddresses/azsmnet9810?api-version=2022-09-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-445069965f9e2b73ef9e41a254d1bcac-fa5d03451a207170-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "04c5eed27300be5127194bc336cf0973", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "797", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Apr 2023 12:10:13 GMT", + "ETag": "W/\u002275691e48-439d-47e3-9eab-bd1dc2fcec9b\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "9dd62a9c-6a04-4080-87a1-1fbf0a520fad", + "x-ms-client-request-id": "04c5eed27300be5127194bc336cf0973", + "x-ms-correlation-request-id": "86e22048-1267-492c-960d-b4346e0bd319", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "b59e2881-ef28-4423-a4e9-49ec7967ccac", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T121013Z:86e22048-1267-492c-960d-b4346e0bd319" + }, + "ResponseBody": { + "name": "azsmnet9810", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2643/providers/Microsoft.Network/publicIPAddresses/azsmnet9810", + "etag": "W/\u002275691e48-439d-47e3-9eab-bd1dc2fcec9b\u0022", + "location": "westus2", + "tags": { + "key": "value" + }, + "properties": { + "provisioningState": "Succeeded", + "resourceGuid": "2942fa91-c16d-48af-845f-3d7aa6069c91", + "publicIPAddressVersion": "IPv4", + "publicIPAllocationMethod": "Dynamic", + "idleTimeoutInMinutes": 4, + "dnsSettings": { + "domainNameLabel": "azsmnet1467", + "fqdn": "azsmnet1467.westus2.cloudapp.azure.com" + }, + "ipTags": [] + }, + "type": "Microsoft.Network/publicIPAddresses", + "sku": { + "name": "Basic", + "tier": "Regional" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2643/providers/Microsoft.Network/publicIPAddresses/azsmnet9810?api-version=2022-09-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-9efa56bf62415b516ced9654383b2720-df66f1106473012f-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230421.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "6390aee1034031c23ac98521c80ccebb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "797", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Apr 2023 12:10:14 GMT", + "ETag": "W/\u002275691e48-439d-47e3-9eab-bd1dc2fcec9b\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "19723d85-8b9f-4d13-886a-99ee697b2f1f", + "x-ms-client-request-id": "6390aee1034031c23ac98521c80ccebb", + "x-ms-correlation-request-id": "6b562ac3-eb28-4e5e-8d40-2f4359c69b1d", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "5316155c-e5dd-4a5f-9da2-8001c8b26183", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T121014Z:6b562ac3-eb28-4e5e-8d40-2f4359c69b1d" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667", - "name": "csmrg5667", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", - "tags": {}, + "name": "azsmnet9810", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2643/providers/Microsoft.Network/publicIPAddresses/azsmnet9810", + "etag": "W/\u002275691e48-439d-47e3-9eab-bd1dc2fcec9b\u0022", + "location": "westus2", + "tags": { + "key": "value" + }, "properties": { - "provisioningState": "Succeeded" + "provisioningState": "Succeeded", + "resourceGuid": "2942fa91-c16d-48af-845f-3d7aa6069c91", + "publicIPAddressVersion": "IPv4", + "publicIPAllocationMethod": "Dynamic", + "idleTimeoutInMinutes": 4, + "dnsSettings": { + "domainNameLabel": "azsmnet1467", + "fqdn": "azsmnet1467.westus2.cloudapp.azure.com" + }, + "ipTags": [] + }, + "type": "Microsoft.Network/publicIPAddresses", + "sku": { + "name": "Basic", + "tier": "Regional" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/virtualNetworks/azsmnet829?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2643/providers/Microsoft.Network/virtualNetworkGateways/azsmnet6616?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "223", + "Content-Length": "591", "Content-Type": "application/json", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "cd3ff468e2d8f6c351ec741d64bc00c9", + "traceparent": "00-460046a865fb73ee79b5a38eab5f912c-36ab40998ad02ea2-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230421.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "4d6fdc7ba5e80e6b3b99b3c43c972316", "x-ms-return-client-request-id": "true" }, "RequestBody": { "location": "westus2", + "tags": { + "key": "value" + }, "properties": { - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] - }, - "dhcpOptions": { - "dnsServers": [ - "10.1.1.1", - "10.1.2.4" - ] - }, - "subnets": [ + "ipConfigurations": [ { - "name": "GatewaySubnet", + "name": "azsmnet5832", "properties": { - "addressPrefix": "10.0.0.0/24" + "privateIPAllocationMethod": "Dynamic", + "subnet": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2643/providers/Microsoft.Network/virtualNetworks/azsmnet8316/subnets/GatewaySubnet" + }, + "publicIPAddress": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2643/providers/Microsoft.Network/publicIPAddresses/azsmnet9810" + } } } - ] + ], + "gatewayType": "Vpn", + "vpnType": "RouteBased", + "enableBgp": false, + "sku": { + "name": "Basic", + "tier": "Basic" + } } }, "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ac6ffa97-52ae-41e6-bbfb-7e2b3c991cc8?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/27a3799a-e71f-47ec-b8dc-e0d7471f078c?api-version=2022-09-01", "Cache-Control": "no-cache", - "Content-Length": "1333", + "Content-Length": "2778", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 15:54:05 GMT", + "Date": "Fri, 21 Apr 2023 12:10:17 GMT", "Expires": "-1", "Pragma": "no-cache", - "Retry-After": "3", + "Retry-After": "10", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0baef588-e680-48b9-9844-23f1110a2a06", - "x-ms-client-request-id": "cd3ff468e2d8f6c351ec741d64bc00c9", - "x-ms-correlation-request-id": "1c28ba82-e684-43be-b808-c47f53ead865", - "x-ms-ratelimit-remaining-subscription-writes": "1191", - "x-ms-request-id": "ac6ffa97-52ae-41e6-bbfb-7e2b3c991cc8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T155406Z:1c28ba82-e684-43be-b808-c47f53ead865" - }, - "ResponseBody": [ - "{\r\n", - " \u0022name\u0022: \u0022azsmnet829\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/virtualNetworks/azsmnet829\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u0022e39166eb-05e9-4563-a1e4-784c7f396577\\\u0022\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks\u0022,\r\n", - " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", - " \u0022resourceGuid\u0022: \u002248f75e64-fb80-4e0f-841b-f37f34ff85c3\u0022,\r\n", - " \u0022addressSpace\u0022: {\r\n", - " \u0022addressPrefixes\u0022: [\r\n", - " \u002210.0.0.0/16\u0022\r\n", - " ]\r\n", - " },\r\n", - " \u0022dhcpOptions\u0022: {\r\n", - " \u0022dnsServers\u0022: [\r\n", - " \u002210.1.1.1\u0022,\r\n", - " \u002210.1.2.4\u0022\r\n", - " ]\r\n", - " },\r\n", - " \u0022subnets\u0022: [\r\n", - " {\r\n", - " \u0022name\u0022: \u0022GatewaySubnet\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/virtualNetworks/azsmnet829/subnets/GatewaySubnet\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u0022e39166eb-05e9-4563-a1e4-784c7f396577\\\u0022\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", - " \u0022addressPrefix\u0022: \u002210.0.0.0/24\u0022,\r\n", - " \u0022delegations\u0022: [],\r\n", - " \u0022privateEndpointNetworkPolicies\u0022: \u0022Enabled\u0022,\r\n", - " \u0022privateLinkServiceNetworkPolicies\u0022: \u0022Enabled\u0022\r\n", - " },\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks/subnets\u0022\r\n", - " }\r\n", - " ],\r\n", - " \u0022virtualNetworkPeerings\u0022: [],\r\n", - " \u0022enableDdosProtection\u0022: false\r\n", - " }\r\n", - "}" - ] + "x-ms-arm-service-request-id": "bf282e6a-51ba-4808-b079-691ada02acac", + "x-ms-client-request-id": "4d6fdc7ba5e80e6b3b99b3c43c972316", + "x-ms-correlation-request-id": "f3f8dac4-03d0-4d00-8042-f24a064e6d0f", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "27a3799a-e71f-47ec-b8dc-e0d7471f078c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T121017Z:f3f8dac4-03d0-4d00-8042-f24a064e6d0f" + }, + "ResponseBody": { + "name": "azsmnet6616", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2643/providers/Microsoft.Network/virtualNetworkGateways/azsmnet6616", + "etag": "W/\u00222b9e34ad-8487-4ab3-82a8-0c22b1992bea\u0022", + "type": "Microsoft.Network/virtualNetworkGateways", + "location": "westus2", + "tags": { + "key": "value" + }, + "properties": { + "provisioningState": "Updating", + "resourceGuid": "073edbbe-5f45-4c9f-b7ec-f9696b524632", + "packetCaptureDiagnosticState": "None", + "enablePrivateIpAddress": false, + "isMigrateToCSES": false, + "ipConfigurations": [ + { + "name": "azsmnet5832", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2643/providers/Microsoft.Network/virtualNetworkGateways/azsmnet6616/ipConfigurations/azsmnet5832", + "etag": "W/\u00222b9e34ad-8487-4ab3-82a8-0c22b1992bea\u0022", + "type": "Microsoft.Network/virtualNetworkGateways/ipConfigurations", + "properties": { + "provisioningState": "Updating", + "privateIPAllocationMethod": "Dynamic", + "publicIPAddress": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2643/providers/Microsoft.Network/publicIPAddresses/azsmnet9810" + }, + "subnet": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2643/providers/Microsoft.Network/virtualNetworks/azsmnet8316/subnets/GatewaySubnet" + } + } + } + ], + "natRules": [], + "virtualNetworkGatewayPolicyGroups": [], + "enableBgpRouteTranslationForNat": false, + "disableIPSecReplayProtection": false, + "sku": { + "name": "Basic", + "tier": "Basic", + "capacity": 2 + }, + "gatewayType": "Vpn", + "vpnType": "RouteBased", + "enableBgp": false, + "activeActive": false, + "vpnClientConfiguration": { + "vpnClientProtocols": [ + "SSTP" + ], + "vpnAuthenticationTypes": [], + "vpnClientRootCertificates": [], + "vpnClientRevokedCertificates": [], + "vngClientConnectionConfigurations": [], + "radiusServers": [], + "vpnClientIpsecPolicies": [] + }, + "bgpSettings": { + "asn": 0, + "peerWeight": 0, + "bgpPeeringAddresses": [ + { + "ipconfigurationId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2643/providers/Microsoft.Network/virtualNetworkGateways/azsmnet6616/ipConfigurations/azsmnet5832", + "defaultBgpIpAddresses": [], + "customBgpIpAddresses": [] + } + ] + }, + "vpnGatewayGeneration": "Generation1", + "allowRemoteVnetTraffic": false, + "allowVirtualWanTraffic": false + } + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ac6ffa97-52ae-41e6-bbfb-7e2b3c991cc8?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/27a3799a-e71f-47ec-b8dc-e0d7471f078c?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7bb5d3c6b554c0320ed9945610d8611f", + "traceparent": "00-460046a865fb73ee79b5a38eab5f912c-8d80bd963faee8b3-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "2c54954b9403eac5f832c7297e758ded", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -204,7 +928,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 15:54:05 GMT", + "Date": "Fri, 21 Apr 2023 12:10:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", @@ -214,709 +938,395 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e1b57297-0a2a-42ce-8cde-939426457434", - "x-ms-client-request-id": "7bb5d3c6b554c0320ed9945610d8611f", - "x-ms-correlation-request-id": "d6f560df-e350-4c9a-ab16-5df4e1b709aa", - "x-ms-ratelimit-remaining-subscription-reads": "11944", - "x-ms-request-id": "f266f7c5-4ee1-423d-83d4-452928cd10ba", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T155406Z:d6f560df-e350-4c9a-ab16-5df4e1b709aa" - }, - "ResponseBody": [ - "{\r\n", - " \u0022status\u0022: \u0022InProgress\u0022\r\n", - "}" - ] + "x-ms-arm-service-request-id": "6940a633-7454-445f-8c47-ac2e49b496f1", + "x-ms-client-request-id": "2c54954b9403eac5f832c7297e758ded", + "x-ms-correlation-request-id": "28b4ab19-73cf-463d-8c54-5f9b11275c24", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "a33f1190-0b87-4702-8143-1d68ce47ceb5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T121018Z:28b4ab19-73cf-463d-8c54-5f9b11275c24" + }, + "ResponseBody": { + "status": "InProgress" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ac6ffa97-52ae-41e6-bbfb-7e2b3c991cc8?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/27a3799a-e71f-47ec-b8dc-e0d7471f078c?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "88c527daeb6f9aa9cdab892e1ab648b7", + "traceparent": "00-460046a865fb73ee79b5a38eab5f912c-e93941a54bdec366-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "98d4b2fee8eaad40b1dc83b2b73b1720", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "29", + "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 15:54:16 GMT", + "Date": "Fri, 21 Apr 2023 12:10:29 GMT", "Expires": "-1", "Pragma": "no-cache", + "Retry-After": "20", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c1aaea58-45ef-4f3c-8fc7-18983c410ec5", - "x-ms-client-request-id": "88c527daeb6f9aa9cdab892e1ab648b7", - "x-ms-correlation-request-id": "dcedbde8-14fe-4734-848c-2086061cc1bb", - "x-ms-ratelimit-remaining-subscription-reads": "11943", - "x-ms-request-id": "d8cbcb43-a2ad-42cf-90c0-3cf3109634c5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T155416Z:dcedbde8-14fe-4734-848c-2086061cc1bb" - }, - "ResponseBody": [ - "{\r\n", - " \u0022status\u0022: \u0022Succeeded\u0022\r\n", - "}" - ] + "x-ms-arm-service-request-id": "6f52a20f-638e-4d91-87d9-25f7dabf0a2f", + "x-ms-client-request-id": "98d4b2fee8eaad40b1dc83b2b73b1720", + "x-ms-correlation-request-id": "a8926243-69a6-4af0-947c-cd7591821816", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "09b06681-a32f-4034-97be-74c3f3323f8b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T121029Z:a8926243-69a6-4af0-947c-cd7591821816" + }, + "ResponseBody": { + "status": "InProgress" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/virtualNetworks/azsmnet829?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/27a3799a-e71f-47ec-b8dc-e0d7471f078c?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9156153c840658756de87bf839d1826b", + "traceparent": "00-460046a865fb73ee79b5a38eab5f912c-48b6d9297839e3fd-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a679234ef643a3126fe5982d06011453", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1335", + "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 15:54:17 GMT", - "ETag": "W/\u00221f20dd57-00b5-4157-9b1f-b68dee66da31\u0022", + "Date": "Fri, 21 Apr 2023 12:10:49 GMT", "Expires": "-1", "Pragma": "no-cache", + "Retry-After": "20", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "92e3a2de-699a-4685-b159-12bfe5482a7d", - "x-ms-client-request-id": "9156153c840658756de87bf839d1826b", - "x-ms-correlation-request-id": "8ab8722b-e869-4b40-a107-ca8eb4ae347c", - "x-ms-ratelimit-remaining-subscription-reads": "11942", - "x-ms-request-id": "4bfe9dbb-29e2-4baf-83db-9a937fbf71bb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T155417Z:8ab8722b-e869-4b40-a107-ca8eb4ae347c" - }, - "ResponseBody": [ - "{\r\n", - " \u0022name\u0022: \u0022azsmnet829\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/virtualNetworks/azsmnet829\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u00221f20dd57-00b5-4157-9b1f-b68dee66da31\\\u0022\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks\u0022,\r\n", - " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022resourceGuid\u0022: \u002248f75e64-fb80-4e0f-841b-f37f34ff85c3\u0022,\r\n", - " \u0022addressSpace\u0022: {\r\n", - " \u0022addressPrefixes\u0022: [\r\n", - " \u002210.0.0.0/16\u0022\r\n", - " ]\r\n", - " },\r\n", - " \u0022dhcpOptions\u0022: {\r\n", - " \u0022dnsServers\u0022: [\r\n", - " \u002210.1.1.1\u0022,\r\n", - " \u002210.1.2.4\u0022\r\n", - " ]\r\n", - " },\r\n", - " \u0022subnets\u0022: [\r\n", - " {\r\n", - " \u0022name\u0022: \u0022GatewaySubnet\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/virtualNetworks/azsmnet829/subnets/GatewaySubnet\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u00221f20dd57-00b5-4157-9b1f-b68dee66da31\\\u0022\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022addressPrefix\u0022: \u002210.0.0.0/24\u0022,\r\n", - " \u0022delegations\u0022: [],\r\n", - " \u0022privateEndpointNetworkPolicies\u0022: \u0022Enabled\u0022,\r\n", - " \u0022privateLinkServiceNetworkPolicies\u0022: \u0022Enabled\u0022\r\n", - " },\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks/subnets\u0022\r\n", - " }\r\n", - " ],\r\n", - " \u0022virtualNetworkPeerings\u0022: [],\r\n", - " \u0022enableDdosProtection\u0022: false\r\n", - " }\r\n", - "}" - ] + "x-ms-arm-service-request-id": "8c3c62fb-a116-4998-9b17-d3afe9736ba0", + "x-ms-client-request-id": "a679234ef643a3126fe5982d06011453", + "x-ms-correlation-request-id": "cf7a801f-af3b-4a55-84b4-7b08c5b7253c", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "4e153337-18aa-470a-9635-b03d0af34362", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T121050Z:cf7a801f-af3b-4a55-84b4-7b08c5b7253c" + }, + "ResponseBody": { + "status": "InProgress" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/virtualNetworks/azsmnet829?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/27a3799a-e71f-47ec-b8dc-e0d7471f078c?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8632a84828d4dbef291aaea82c04a658", + "traceparent": "00-460046a865fb73ee79b5a38eab5f912c-dbcb5160008d70a3-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "4430ffa9b14663a455a67b27101333bc", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1335", + "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 15:54:17 GMT", - "ETag": "W/\u00221f20dd57-00b5-4157-9b1f-b68dee66da31\u0022", + "Date": "Fri, 21 Apr 2023 12:11:09 GMT", "Expires": "-1", "Pragma": "no-cache", + "Retry-After": "40", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "cb29619b-09bf-4cef-8015-4aa3e8dcc7f2", - "x-ms-client-request-id": "8632a84828d4dbef291aaea82c04a658", - "x-ms-correlation-request-id": "2ba0a03a-379e-4585-8163-5248c11b1e79", - "x-ms-ratelimit-remaining-subscription-reads": "11941", - "x-ms-request-id": "7e8b13f0-f655-4fb8-9393-996fccf01ede", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T155417Z:2ba0a03a-379e-4585-8163-5248c11b1e79" - }, - "ResponseBody": [ - "{\r\n", - " \u0022name\u0022: \u0022azsmnet829\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/virtualNetworks/azsmnet829\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u00221f20dd57-00b5-4157-9b1f-b68dee66da31\\\u0022\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks\u0022,\r\n", - " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022resourceGuid\u0022: \u002248f75e64-fb80-4e0f-841b-f37f34ff85c3\u0022,\r\n", - " \u0022addressSpace\u0022: {\r\n", - " \u0022addressPrefixes\u0022: [\r\n", - " \u002210.0.0.0/16\u0022\r\n", - " ]\r\n", - " },\r\n", - " \u0022dhcpOptions\u0022: {\r\n", - " \u0022dnsServers\u0022: [\r\n", - " \u002210.1.1.1\u0022,\r\n", - " \u002210.1.2.4\u0022\r\n", - " ]\r\n", - " },\r\n", - " \u0022subnets\u0022: [\r\n", - " {\r\n", - " \u0022name\u0022: \u0022GatewaySubnet\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/virtualNetworks/azsmnet829/subnets/GatewaySubnet\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u00221f20dd57-00b5-4157-9b1f-b68dee66da31\\\u0022\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022addressPrefix\u0022: \u002210.0.0.0/24\u0022,\r\n", - " \u0022delegations\u0022: [],\r\n", - " \u0022privateEndpointNetworkPolicies\u0022: \u0022Enabled\u0022,\r\n", - " \u0022privateLinkServiceNetworkPolicies\u0022: \u0022Enabled\u0022\r\n", - " },\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks/subnets\u0022\r\n", - " }\r\n", - " ],\r\n", - " \u0022virtualNetworkPeerings\u0022: [],\r\n", - " \u0022enableDdosProtection\u0022: false\r\n", - " }\r\n", - "}" - ] + "x-ms-arm-service-request-id": "63b047fd-4452-4482-abbe-8c16af886c24", + "x-ms-client-request-id": "4430ffa9b14663a455a67b27101333bc", + "x-ms-correlation-request-id": "a2ad5c0c-0fe1-4614-b062-cc2b6cb3326a", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "a9f7d61e-5c92-4613-9b4b-7795fc2b42da", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T121110Z:a2ad5c0c-0fe1-4614-b062-cc2b6cb3326a" + }, + "ResponseBody": { + "status": "InProgress" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/virtualNetworks/azsmnet829?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/27a3799a-e71f-47ec-b8dc-e0d7471f078c?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "fa19dc91d0825518b26c1a876fb161fb", + "traceparent": "00-460046a865fb73ee79b5a38eab5f912c-9470f098d4a8d736-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "5adaa61ae7fc08a99f3028044f12a6af", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1335", + "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 15:54:17 GMT", - "ETag": "W/\u00221f20dd57-00b5-4157-9b1f-b68dee66da31\u0022", + "Date": "Fri, 21 Apr 2023 12:11:51 GMT", "Expires": "-1", "Pragma": "no-cache", + "Retry-After": "40", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "641aaa2f-fece-42c9-b370-d39bac080f69", - "x-ms-client-request-id": "fa19dc91d0825518b26c1a876fb161fb", - "x-ms-correlation-request-id": "68cd0c96-0f8f-49d7-8e0c-16348f416eb1", - "x-ms-ratelimit-remaining-subscription-reads": "11940", - "x-ms-request-id": "a6375dc2-4386-4244-a70f-7e40d112a977", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T155417Z:68cd0c96-0f8f-49d7-8e0c-16348f416eb1" - }, - "ResponseBody": [ - "{\r\n", - " \u0022name\u0022: \u0022azsmnet829\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/virtualNetworks/azsmnet829\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u00221f20dd57-00b5-4157-9b1f-b68dee66da31\\\u0022\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks\u0022,\r\n", - " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022resourceGuid\u0022: \u002248f75e64-fb80-4e0f-841b-f37f34ff85c3\u0022,\r\n", - " \u0022addressSpace\u0022: {\r\n", - " \u0022addressPrefixes\u0022: [\r\n", - " \u002210.0.0.0/16\u0022\r\n", - " ]\r\n", - " },\r\n", - " \u0022dhcpOptions\u0022: {\r\n", - " \u0022dnsServers\u0022: [\r\n", - " \u002210.1.1.1\u0022,\r\n", - " \u002210.1.2.4\u0022\r\n", - " ]\r\n", - " },\r\n", - " \u0022subnets\u0022: [\r\n", - " {\r\n", - " \u0022name\u0022: \u0022GatewaySubnet\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/virtualNetworks/azsmnet829/subnets/GatewaySubnet\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u00221f20dd57-00b5-4157-9b1f-b68dee66da31\\\u0022\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022addressPrefix\u0022: \u002210.0.0.0/24\u0022,\r\n", - " \u0022delegations\u0022: [],\r\n", - " \u0022privateEndpointNetworkPolicies\u0022: \u0022Enabled\u0022,\r\n", - " \u0022privateLinkServiceNetworkPolicies\u0022: \u0022Enabled\u0022\r\n", - " },\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks/subnets\u0022\r\n", - " }\r\n", - " ],\r\n", - " \u0022virtualNetworkPeerings\u0022: [],\r\n", - " \u0022enableDdosProtection\u0022: false\r\n", - " }\r\n", - "}" - ] + "x-ms-arm-service-request-id": "346da672-5a29-422f-a3aa-8f1904cd0160", + "x-ms-client-request-id": "5adaa61ae7fc08a99f3028044f12a6af", + "x-ms-correlation-request-id": "24250ef5-ed22-4638-8562-652e51cbe0fe", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "4237bd91-afa0-4fa2-b94f-8b342832356a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T121151Z:24250ef5-ed22-4638-8562-652e51cbe0fe" + }, + "ResponseBody": { + "status": "InProgress" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/virtualNetworks/azsmnet829/subnets/GatewaySubnet?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/27a3799a-e71f-47ec-b8dc-e0d7471f078c?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "72e61d29c18314e2267a67ecd6cc2c69", + "traceparent": "00-460046a865fb73ee79b5a38eab5f912c-d5af2edf4f88cf9d-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b7092fc7d30b9cda7f16509d7aeb935c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "537", + "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 15:54:17 GMT", - "ETag": "W/\u00221f20dd57-00b5-4157-9b1f-b68dee66da31\u0022", + "Date": "Fri, 21 Apr 2023 12:12:31 GMT", "Expires": "-1", "Pragma": "no-cache", + "Retry-After": "80", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "83b0b497-1180-4303-a70f-eab7b1bbbb7c", - "x-ms-client-request-id": "72e61d29c18314e2267a67ecd6cc2c69", - "x-ms-correlation-request-id": "e8123e8d-2cc8-4dab-8733-2941ce1afd14", - "x-ms-ratelimit-remaining-subscription-reads": "11939", - "x-ms-request-id": "bfe53518-817a-41f9-939c-519b82d510ac", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T155417Z:e8123e8d-2cc8-4dab-8733-2941ce1afd14" - }, - "ResponseBody": [ - "{\r\n", - " \u0022name\u0022: \u0022GatewaySubnet\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/virtualNetworks/azsmnet829/subnets/GatewaySubnet\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u00221f20dd57-00b5-4157-9b1f-b68dee66da31\\\u0022\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022addressPrefix\u0022: \u002210.0.0.0/24\u0022,\r\n", - " \u0022delegations\u0022: [],\r\n", - " \u0022privateEndpointNetworkPolicies\u0022: \u0022Enabled\u0022,\r\n", - " \u0022privateLinkServiceNetworkPolicies\u0022: \u0022Enabled\u0022\r\n", - " },\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks/subnets\u0022\r\n", - "}" - ] + "x-ms-arm-service-request-id": "5c6c6f77-eb7f-4592-af3d-d691ee6fed70", + "x-ms-client-request-id": "b7092fc7d30b9cda7f16509d7aeb935c", + "x-ms-correlation-request-id": "b6887905-b28b-480c-b57e-e26eccd2632c", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "225f9cda-ec10-46ac-bfe8-abf979ef9bc6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T121231Z:b6887905-b28b-480c-b57e-e26eccd2632c" + }, + "ResponseBody": { + "status": "InProgress" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/publicIPAddresses/azsmnet945?api-version=2021-02-01", - "RequestMethod": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/27a3799a-e71f-47ec-b8dc-e0d7471f078c?api-version=2022-09-01", + "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "145", - "Content-Type": "application/json", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "87b85c6777e9dc8fd4680d676b77b9b3", + "traceparent": "00-460046a865fb73ee79b5a38eab5f912c-c07e1c7e04fb9275-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "6012dcb2ba27c1575627a415899f1342", "x-ms-return-client-request-id": "true" }, - "RequestBody": { - "location": "westus2", - "tags": { - "key": "value" - }, - "properties": { - "publicIPAllocationMethod": "Dynamic", - "dnsSettings": { - "domainNameLabel": "azsmnet1504" - } - } - }, - "StatusCode": 201, + "RequestBody": null, + "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/4ac98424-87d1-4861-96f7-c4786aca4ec3?api-version=2021-02-01", "Cache-Control": "no-cache", - "Content-Length": "794", + "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 15:54:21 GMT", + "Date": "Fri, 21 Apr 2023 12:13:52 GMT", "Expires": "-1", "Pragma": "no-cache", - "Retry-After": "1", + "Retry-After": "160", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2f36266d-3e5a-4c05-b9e5-6c1143698a8b", - "x-ms-client-request-id": "87b85c6777e9dc8fd4680d676b77b9b3", - "x-ms-correlation-request-id": "6f658de9-3d4b-4538-bf53-bb86e0591073", - "x-ms-ratelimit-remaining-subscription-writes": "1190", - "x-ms-request-id": "4ac98424-87d1-4861-96f7-c4786aca4ec3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T155422Z:6f658de9-3d4b-4538-bf53-bb86e0591073" - }, - "ResponseBody": [ - "{\r\n", - " \u0022name\u0022: \u0022azsmnet945\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/publicIPAddresses/azsmnet945\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u0022c6904978-9355-4421-931f-195a5315f609\\\u0022\u0022,\r\n", - " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022tags\u0022: {\r\n", - " \u0022key\u0022: \u0022value\u0022\r\n", - " },\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", - " \u0022resourceGuid\u0022: \u0022aeed21f1-32db-45de-aebb-c93b77f3502c\u0022,\r\n", - " \u0022publicIPAddressVersion\u0022: \u0022IPv4\u0022,\r\n", - " \u0022publicIPAllocationMethod\u0022: \u0022Dynamic\u0022,\r\n", - " \u0022idleTimeoutInMinutes\u0022: 4,\r\n", - " \u0022dnsSettings\u0022: {\r\n", - " \u0022domainNameLabel\u0022: \u0022azsmnet1504\u0022,\r\n", - " \u0022fqdn\u0022: \u0022azsmnet1504.westus2.cloudapp.azure.com\u0022\r\n", - " },\r\n", - " \u0022ipTags\u0022: []\r\n", - " },\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/publicIPAddresses\u0022,\r\n", - " \u0022sku\u0022: {\r\n", - " \u0022name\u0022: \u0022Basic\u0022,\r\n", - " \u0022tier\u0022: \u0022Regional\u0022\r\n", - " }\r\n", - "}" - ] + "x-ms-arm-service-request-id": "7d399537-65b0-407d-a887-7954f5b9ade3", + "x-ms-client-request-id": "6012dcb2ba27c1575627a415899f1342", + "x-ms-correlation-request-id": "f40564b6-5324-40b9-97f6-26a45c1e3373", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "38af1378-3bc6-4c78-abe4-6715571f9f6b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T121353Z:f40564b6-5324-40b9-97f6-26a45c1e3373" + }, + "ResponseBody": { + "status": "InProgress" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/4ac98424-87d1-4861-96f7-c4786aca4ec3?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/27a3799a-e71f-47ec-b8dc-e0d7471f078c?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1e215b27b52dde70daaf502de37ffd14", + "traceparent": "00-460046a865fb73ee79b5a38eab5f912c-c413edc7e6e84275-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e15fcc007b0a46b1cc3edbe5960c8eb3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "29", + "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 15:54:22 GMT", + "Date": "Fri, 21 Apr 2023 12:16:33 GMT", "Expires": "-1", "Pragma": "no-cache", + "Retry-After": "100", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "be13ab4b-19af-48b8-b691-47db63d51502", - "x-ms-client-request-id": "1e215b27b52dde70daaf502de37ffd14", - "x-ms-correlation-request-id": "1d0998ef-7951-45eb-8129-71afb1d67eac", - "x-ms-ratelimit-remaining-subscription-reads": "11936", - "x-ms-request-id": "d3ea85c6-c2db-477b-8f9f-ce35207d1516", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T155422Z:1d0998ef-7951-45eb-8129-71afb1d67eac" - }, - "ResponseBody": [ - "{\r\n", - " \u0022status\u0022: \u0022Succeeded\u0022\r\n", - "}" - ] + "x-ms-arm-service-request-id": "5ab9742c-8980-41a3-8b58-89c6a521738f", + "x-ms-client-request-id": "e15fcc007b0a46b1cc3edbe5960c8eb3", + "x-ms-correlation-request-id": "8fffd834-21d4-4dd0-a325-78724de4a005", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "8d789e4e-4f03-44cc-a7d3-d64cac6f7909", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T121634Z:8fffd834-21d4-4dd0-a325-78724de4a005" + }, + "ResponseBody": { + "status": "InProgress" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/publicIPAddresses/azsmnet945?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/27a3799a-e71f-47ec-b8dc-e0d7471f078c?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5cf979f722993766feb2a18fed515f7f", + "traceparent": "00-460046a865fb73ee79b5a38eab5f912c-924a2c089ccf6b13-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "7352cc9d46000d88d84761e32ec513df", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "795", + "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 15:54:23 GMT", - "ETag": "W/\u00228b0fb582-4373-407e-91ef-17dc6123b7ed\u0022", + "Date": "Fri, 21 Apr 2023 12:18:15 GMT", "Expires": "-1", "Pragma": "no-cache", + "Retry-After": "100", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e74423f8-495c-435d-b063-1f8a8c492c9b", - "x-ms-client-request-id": "5cf979f722993766feb2a18fed515f7f", - "x-ms-correlation-request-id": "69b3c0bf-3048-4ce7-9b96-3a4d8ec871eb", - "x-ms-ratelimit-remaining-subscription-reads": "11935", - "x-ms-request-id": "6c6f65c7-e97d-47dc-98ce-68efbede63ea", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T155423Z:69b3c0bf-3048-4ce7-9b96-3a4d8ec871eb" - }, - "ResponseBody": [ - "{\r\n", - " \u0022name\u0022: \u0022azsmnet945\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/publicIPAddresses/azsmnet945\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u00228b0fb582-4373-407e-91ef-17dc6123b7ed\\\u0022\u0022,\r\n", - " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022tags\u0022: {\r\n", - " \u0022key\u0022: \u0022value\u0022\r\n", - " },\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022resourceGuid\u0022: \u0022aeed21f1-32db-45de-aebb-c93b77f3502c\u0022,\r\n", - " \u0022publicIPAddressVersion\u0022: \u0022IPv4\u0022,\r\n", - " \u0022publicIPAllocationMethod\u0022: \u0022Dynamic\u0022,\r\n", - " \u0022idleTimeoutInMinutes\u0022: 4,\r\n", - " \u0022dnsSettings\u0022: {\r\n", - " \u0022domainNameLabel\u0022: \u0022azsmnet1504\u0022,\r\n", - " \u0022fqdn\u0022: \u0022azsmnet1504.westus2.cloudapp.azure.com\u0022\r\n", - " },\r\n", - " \u0022ipTags\u0022: []\r\n", - " },\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/publicIPAddresses\u0022,\r\n", - " \u0022sku\u0022: {\r\n", - " \u0022name\u0022: \u0022Basic\u0022,\r\n", - " \u0022tier\u0022: \u0022Regional\u0022\r\n", - " }\r\n", - "}" - ] + "x-ms-arm-service-request-id": "50633c78-9bb3-40e6-bfd7-e22a9f2e21d6", + "x-ms-client-request-id": "7352cc9d46000d88d84761e32ec513df", + "x-ms-correlation-request-id": "aeb72ba1-f6de-4b23-b181-0fcd493a24fd", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "b09056f0-ee7e-4c45-ac40-c7e1c9383a90", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T121815Z:aeb72ba1-f6de-4b23-b181-0fcd493a24fd" + }, + "ResponseBody": { + "status": "InProgress" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/publicIPAddresses/azsmnet945?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/27a3799a-e71f-47ec-b8dc-e0d7471f078c?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ab52fd4af09d7dc2b36e439bbd21b4e3", + "traceparent": "00-460046a865fb73ee79b5a38eab5f912c-165a2d5d1248c133-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ae9c0d02b28c37522acb94e8de712a49", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "795", + "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 15:54:23 GMT", - "ETag": "W/\u00228b0fb582-4373-407e-91ef-17dc6123b7ed\u0022", + "Date": "Fri, 21 Apr 2023 12:19:55 GMT", "Expires": "-1", "Pragma": "no-cache", + "Retry-After": "100", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "fa27ec16-b7f2-4ed3-8ffa-1a32c497aa5d", - "x-ms-client-request-id": "ab52fd4af09d7dc2b36e439bbd21b4e3", - "x-ms-correlation-request-id": "79f3e83f-1eee-4d35-b7d6-3c74a072fee6", - "x-ms-ratelimit-remaining-subscription-reads": "11934", - "x-ms-request-id": "8702fdb4-0d13-4828-90d0-50d42e6c9a36", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T155423Z:79f3e83f-1eee-4d35-b7d6-3c74a072fee6" - }, - "ResponseBody": [ - "{\r\n", - " \u0022name\u0022: \u0022azsmnet945\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/publicIPAddresses/azsmnet945\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u00228b0fb582-4373-407e-91ef-17dc6123b7ed\\\u0022\u0022,\r\n", - " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022tags\u0022: {\r\n", - " \u0022key\u0022: \u0022value\u0022\r\n", - " },\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022resourceGuid\u0022: \u0022aeed21f1-32db-45de-aebb-c93b77f3502c\u0022,\r\n", - " \u0022publicIPAddressVersion\u0022: \u0022IPv4\u0022,\r\n", - " \u0022publicIPAllocationMethod\u0022: \u0022Dynamic\u0022,\r\n", - " \u0022idleTimeoutInMinutes\u0022: 4,\r\n", - " \u0022dnsSettings\u0022: {\r\n", - " \u0022domainNameLabel\u0022: \u0022azsmnet1504\u0022,\r\n", - " \u0022fqdn\u0022: \u0022azsmnet1504.westus2.cloudapp.azure.com\u0022\r\n", - " },\r\n", - " \u0022ipTags\u0022: []\r\n", - " },\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/publicIPAddresses\u0022,\r\n", - " \u0022sku\u0022: {\r\n", - " \u0022name\u0022: \u0022Basic\u0022,\r\n", - " \u0022tier\u0022: \u0022Regional\u0022\r\n", - " }\r\n", - "}" - ] + "x-ms-arm-service-request-id": "9dac02a2-8abe-4e65-aa06-7dbcc315a904", + "x-ms-client-request-id": "ae9c0d02b28c37522acb94e8de712a49", + "x-ms-correlation-request-id": "6a69bdd4-47f5-4750-bd3c-dc3a5a8595a4", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "29c6584b-62fd-457b-9ef3-125d728ac2d9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T121956Z:6a69bdd4-47f5-4750-bd3c-dc3a5a8595a4" + }, + "ResponseBody": { + "status": "InProgress" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/virtualNetworkGateways/azsmnet6400?api-version=2021-02-01", - "RequestMethod": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/27a3799a-e71f-47ec-b8dc-e0d7471f078c?api-version=2022-09-01", + "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "589", - "Content-Type": "application/json", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "006995ea0555eaf5207a13e0f0884fd1", + "traceparent": "00-460046a865fb73ee79b5a38eab5f912c-52e9eb2fa668a415-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "bd77f199a04dba42435108c219cd1806", "x-ms-return-client-request-id": "true" }, - "RequestBody": { - "location": "westus2", - "tags": { - "key": "value" - }, - "properties": { - "ipConfigurations": [ - { - "name": "azsmnet176", - "properties": { - "privateIPAllocationMethod": "Dynamic", - "subnet": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/virtualNetworks/azsmnet829/subnets/GatewaySubnet" - }, - "publicIPAddress": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/publicIPAddresses/azsmnet945" - } - } - } - ], - "gatewayType": "Vpn", - "vpnType": "RouteBased", - "enableBgp": false, - "sku": { - "name": "Basic", - "tier": "Basic" - } - } - }, - "StatusCode": 201, + "RequestBody": null, + "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f677e66f-d00c-4a5f-bd39-f6f6381eeaa5?api-version=2021-02-01", "Cache-Control": "no-cache", - "Content-Length": "2575", + "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 15:54:27 GMT", + "Date": "Fri, 21 Apr 2023 12:21:36 GMT", "Expires": "-1", "Pragma": "no-cache", - "Retry-After": "10", + "Retry-After": "100", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f627823e-207f-49c1-b5df-fe3a8bfa0eec", - "x-ms-client-request-id": "006995ea0555eaf5207a13e0f0884fd1", - "x-ms-correlation-request-id": "97a36624-3d00-42ba-a0c2-2a73935a28a3", - "x-ms-ratelimit-remaining-subscription-writes": "1189", - "x-ms-request-id": "f677e66f-d00c-4a5f-bd39-f6f6381eeaa5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T155427Z:97a36624-3d00-42ba-a0c2-2a73935a28a3" - }, - "ResponseBody": [ - "{\r\n", - " \u0022name\u0022: \u0022azsmnet6400\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/virtualNetworkGateways/azsmnet6400\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u0022a3a741f2-1868-402d-96c5-f178df1a35a1\\\u0022\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworkGateways\u0022,\r\n", - " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022tags\u0022: {\r\n", - " \u0022key\u0022: \u0022value\u0022\r\n", - " },\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", - " \u0022resourceGuid\u0022: \u0022557b923a-8a5b-4f15-9e97-142b41d4892a\u0022,\r\n", - " \u0022packetCaptureDiagnosticState\u0022: \u0022None\u0022,\r\n", - " \u0022enablePrivateIpAddress\u0022: false,\r\n", - " \u0022ipConfigurations\u0022: [\r\n", - " {\r\n", - " \u0022name\u0022: \u0022azsmnet176\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/virtualNetworkGateways/azsmnet6400/ipConfigurations/azsmnet176\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u0022a3a741f2-1868-402d-96c5-f178df1a35a1\\\u0022\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworkGateways/ipConfigurations\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", - " \u0022privateIPAllocationMethod\u0022: \u0022Dynamic\u0022,\r\n", - " \u0022publicIPAddress\u0022: {\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/publicIPAddresses/azsmnet945\u0022\r\n", - " },\r\n", - " \u0022subnet\u0022: {\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/virtualNetworks/azsmnet829/subnets/GatewaySubnet\u0022\r\n", - " }\r\n", - " }\r\n", - " }\r\n", - " ],\r\n", - " \u0022natRules\u0022: [],\r\n", - " \u0022enableBgpRouteTranslationForNat\u0022: false,\r\n", - " \u0022disableIPSecReplayProtection\u0022: false,\r\n", - " \u0022sku\u0022: {\r\n", - " \u0022name\u0022: \u0022Basic\u0022,\r\n", - " \u0022tier\u0022: \u0022Basic\u0022,\r\n", - " \u0022capacity\u0022: 2\r\n", - " },\r\n", - " \u0022gatewayType\u0022: \u0022Vpn\u0022,\r\n", - " \u0022vpnType\u0022: \u0022RouteBased\u0022,\r\n", - " \u0022enableBgp\u0022: false,\r\n", - " \u0022activeActive\u0022: false,\r\n", - " \u0022vpnClientConfiguration\u0022: {\r\n", - " \u0022vpnClientProtocols\u0022: [\r\n", - " \u0022SSTP\u0022\r\n", - " ],\r\n", - " \u0022vpnAuthenticationTypes\u0022: [],\r\n", - " \u0022vpnClientRootCertificates\u0022: [],\r\n", - " \u0022vpnClientRevokedCertificates\u0022: [],\r\n", - " \u0022radiusServers\u0022: [],\r\n", - " \u0022vpnClientIpsecPolicies\u0022: []\r\n", - " },\r\n", - " \u0022bgpSettings\u0022: {\r\n", - " \u0022asn\u0022: 0,\r\n", - " \u0022peerWeight\u0022: 0,\r\n", - " \u0022bgpPeeringAddresses\u0022: [\r\n", - " {\r\n", - " \u0022ipconfigurationId\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/virtualNetworkGateways/azsmnet6400/ipConfigurations/azsmnet176\u0022,\r\n", - " \u0022defaultBgpIpAddresses\u0022: [],\r\n", - " \u0022customBgpIpAddresses\u0022: []\r\n", - " }\r\n", - " ]\r\n", - " },\r\n", - " \u0022vpnGatewayGeneration\u0022: \u0022Generation1\u0022\r\n", - " }\r\n", - "}" - ] + "x-ms-arm-service-request-id": "8e852b32-5cd2-4648-92d6-6c3eed760ff4", + "x-ms-client-request-id": "bd77f199a04dba42435108c219cd1806", + "x-ms-correlation-request-id": "d8143d10-1b78-4a44-a352-5709d469e1da", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "41d08803-5c63-4437-bd03-b029a77f0851", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T122136Z:d8143d10-1b78-4a44-a352-5709d469e1da" + }, + "ResponseBody": { + "status": "InProgress" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f677e66f-d00c-4a5f-bd39-f6f6381eeaa5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/27a3799a-e71f-47ec-b8dc-e0d7471f078c?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ca664ed949164da7b5b3cf4769d27dbb", + "traceparent": "00-460046a865fb73ee79b5a38eab5f912c-65337d31d97606a1-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "89e3fc2adf70eb26791b4834b29f2f66", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -925,36 +1335,35 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 15:54:27 GMT", + "Date": "Fri, 21 Apr 2023 12:23:17 GMT", "Expires": "-1", "Pragma": "no-cache", - "Retry-After": "10", + "Retry-After": "100", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d49220e9-0481-4bec-8ad5-ba78517d0ee7", - "x-ms-client-request-id": "ca664ed949164da7b5b3cf4769d27dbb", - "x-ms-correlation-request-id": "f524cdf5-de90-4680-87a9-cac24dc8947f", - "x-ms-ratelimit-remaining-subscription-reads": "11933", - "x-ms-request-id": "470e493d-461b-44e2-9001-9ddb10000dce", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T155427Z:f524cdf5-de90-4680-87a9-cac24dc8947f" - }, - "ResponseBody": [ - "{\r\n", - " \u0022status\u0022: \u0022InProgress\u0022\r\n", - "}" - ] + "x-ms-arm-service-request-id": "5ee5a323-3c21-483f-92fb-7dc37d4ffc7a", + "x-ms-client-request-id": "89e3fc2adf70eb26791b4834b29f2f66", + "x-ms-correlation-request-id": "b7f8d167-bb6a-4742-863b-15b36dc59a4f", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "683be013-ba84-4ea0-8c11-6ff6817c9a30", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T122317Z:b7f8d167-bb6a-4742-863b-15b36dc59a4f" + }, + "ResponseBody": { + "status": "InProgress" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f677e66f-d00c-4a5f-bd39-f6f6381eeaa5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/27a3799a-e71f-47ec-b8dc-e0d7471f078c?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ce3dec4c63b7e328deed572b262b7043", + "traceparent": "00-460046a865fb73ee79b5a38eab5f912c-3a8a6b9a47e5cce4-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "3d49181c564d6291cae16a3aa9901d5c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -963,36 +1372,35 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 15:54:37 GMT", + "Date": "Fri, 21 Apr 2023 12:24:58 GMT", "Expires": "-1", "Pragma": "no-cache", - "Retry-After": "20", + "Retry-After": "100", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4aa2fd79-68c8-4e72-83bc-b1d6e49035f1", - "x-ms-client-request-id": "ce3dec4c63b7e328deed572b262b7043", - "x-ms-correlation-request-id": "bde69bf6-9c8f-4039-a3b4-b14be2ef05bc", - "x-ms-ratelimit-remaining-subscription-reads": "11932", - "x-ms-request-id": "1f295b7e-0912-41fd-9239-b23e2d4b739d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T155437Z:bde69bf6-9c8f-4039-a3b4-b14be2ef05bc" - }, - "ResponseBody": [ - "{\r\n", - " \u0022status\u0022: \u0022InProgress\u0022\r\n", - "}" - ] + "x-ms-arm-service-request-id": "8f99e57e-8e5b-44a5-8eff-c170fee83f46", + "x-ms-client-request-id": "3d49181c564d6291cae16a3aa9901d5c", + "x-ms-correlation-request-id": "cb53e4ef-7dbd-4d65-9d16-867c847fb925", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "8f5d1fc0-b133-4186-9730-2aee8e94bb89", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T122458Z:cb53e4ef-7dbd-4d65-9d16-867c847fb925" + }, + "ResponseBody": { + "status": "InProgress" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f677e66f-d00c-4a5f-bd39-f6f6381eeaa5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/27a3799a-e71f-47ec-b8dc-e0d7471f078c?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a207567c852199bb3ddf9cc3376f12d6", + "traceparent": "00-460046a865fb73ee79b5a38eab5f912c-ef2d3bcadfe68601-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e1be8db3a18eb9d8ca8b4332570e08a4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1001,36 +1409,35 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 15:54:57 GMT", + "Date": "Fri, 21 Apr 2023 12:26:38 GMT", "Expires": "-1", "Pragma": "no-cache", - "Retry-After": "20", + "Retry-After": "100", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c88950c6-9762-4982-8463-6695d7f09878", - "x-ms-client-request-id": "a207567c852199bb3ddf9cc3376f12d6", - "x-ms-correlation-request-id": "e7cd1016-6c2d-45a7-bfd2-f9f0b537fbf2", - "x-ms-ratelimit-remaining-subscription-reads": "11931", - "x-ms-request-id": "aacc670f-5ea2-40c7-a6b2-7ba4b3646bd2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T155458Z:e7cd1016-6c2d-45a7-bfd2-f9f0b537fbf2" - }, - "ResponseBody": [ - "{\r\n", - " \u0022status\u0022: \u0022InProgress\u0022\r\n", - "}" - ] + "x-ms-arm-service-request-id": "387c0274-9af6-4b70-8b69-1cf2717dd6b8", + "x-ms-client-request-id": "e1be8db3a18eb9d8ca8b4332570e08a4", + "x-ms-correlation-request-id": "faa9e4cb-1999-466f-b7b5-c3039c63cf73", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "c798f7b4-70cc-454b-a5ad-7bf67feffeb4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T122639Z:faa9e4cb-1999-466f-b7b5-c3039c63cf73" + }, + "ResponseBody": { + "status": "InProgress" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f677e66f-d00c-4a5f-bd39-f6f6381eeaa5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/27a3799a-e71f-47ec-b8dc-e0d7471f078c?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8d7d23ad2f9f75062583eb28f17c2789", + "traceparent": "00-460046a865fb73ee79b5a38eab5f912c-c30b8c1943252bd8-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "01a5a222da84d4b86a80be8f75ec42e9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1039,36 +1446,35 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 15:55:17 GMT", + "Date": "Fri, 21 Apr 2023 12:28:19 GMT", "Expires": "-1", "Pragma": "no-cache", - "Retry-After": "40", + "Retry-After": "100", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e43830ed-31d4-4cc4-a108-3c010fc9c1a5", - "x-ms-client-request-id": "8d7d23ad2f9f75062583eb28f17c2789", - "x-ms-correlation-request-id": "9601e233-585b-4ab4-8111-28b4d8b53a5e", - "x-ms-ratelimit-remaining-subscription-reads": "11930", - "x-ms-request-id": "e2c86e73-adc8-4c30-acd7-4e0c072ff508", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T155518Z:9601e233-585b-4ab4-8111-28b4d8b53a5e" - }, - "ResponseBody": [ - "{\r\n", - " \u0022status\u0022: \u0022InProgress\u0022\r\n", - "}" - ] + "x-ms-arm-service-request-id": "6c95b4fc-8734-4edc-bf3f-116545d177e1", + "x-ms-client-request-id": "01a5a222da84d4b86a80be8f75ec42e9", + "x-ms-correlation-request-id": "2b35b86a-3509-43d3-9f8e-a2a4d8f0a45b", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "dd828b94-8d37-42a7-b719-f6ceab0932b7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T122820Z:2b35b86a-3509-43d3-9f8e-a2a4d8f0a45b" + }, + "ResponseBody": { + "status": "InProgress" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f677e66f-d00c-4a5f-bd39-f6f6381eeaa5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/27a3799a-e71f-47ec-b8dc-e0d7471f078c?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "13cb8c42dbcac69930a490d8c765ac6f", + "traceparent": "00-460046a865fb73ee79b5a38eab5f912c-ee852388285bfb86-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "2480ebfd4de17bd83f8f72c1125f0bbb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1077,36 +1483,35 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 15:55:58 GMT", + "Date": "Fri, 21 Apr 2023 12:30:01 GMT", "Expires": "-1", "Pragma": "no-cache", - "Retry-After": "40", + "Retry-After": "100", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "aab8e732-a57c-4b5b-8896-0e2dd34fe22b", - "x-ms-client-request-id": "13cb8c42dbcac69930a490d8c765ac6f", - "x-ms-correlation-request-id": "ce922c00-8f11-4b04-8dbe-a6d48ada4a24", - "x-ms-ratelimit-remaining-subscription-reads": "11929", - "x-ms-request-id": "61dc8946-468d-4c2b-b31b-e846026696f0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T155558Z:ce922c00-8f11-4b04-8dbe-a6d48ada4a24" - }, - "ResponseBody": [ - "{\r\n", - " \u0022status\u0022: \u0022InProgress\u0022\r\n", - "}" - ] + "x-ms-arm-service-request-id": "203bda93-8b11-4fc5-8410-fffea1ecbbf5", + "x-ms-client-request-id": "2480ebfd4de17bd83f8f72c1125f0bbb", + "x-ms-correlation-request-id": "b16cb9c5-c067-493b-bedf-bc4d5f00fb7d", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "b6645305-e911-4b02-86ba-9550a411b4cf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T123001Z:b16cb9c5-c067-493b-bedf-bc4d5f00fb7d" + }, + "ResponseBody": { + "status": "InProgress" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f677e66f-d00c-4a5f-bd39-f6f6381eeaa5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/27a3799a-e71f-47ec-b8dc-e0d7471f078c?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "027e80dbe2ad4ca450927c9e9a92a7c1", + "traceparent": "00-460046a865fb73ee79b5a38eab5f912c-930349fc3db9e2cd-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "0618c6d81cead8d8d4e9770ee24944de", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1115,36 +1520,35 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 15:56:38 GMT", + "Date": "Fri, 21 Apr 2023 12:31:40 GMT", "Expires": "-1", "Pragma": "no-cache", - "Retry-After": "80", + "Retry-After": "100", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ac015dab-4a77-4a2a-882f-9f19fe0ed1d4", - "x-ms-client-request-id": "027e80dbe2ad4ca450927c9e9a92a7c1", - "x-ms-correlation-request-id": "06800674-f513-454f-9811-339e2486b45e", - "x-ms-ratelimit-remaining-subscription-reads": "11928", - "x-ms-request-id": "f29e124c-48e5-4550-9147-f8d5480984c3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T155639Z:06800674-f513-454f-9811-339e2486b45e" - }, - "ResponseBody": [ - "{\r\n", - " \u0022status\u0022: \u0022InProgress\u0022\r\n", - "}" - ] + "x-ms-arm-service-request-id": "d66e8056-e39a-4d05-a469-e6cc59e856b1", + "x-ms-client-request-id": "0618c6d81cead8d8d4e9770ee24944de", + "x-ms-correlation-request-id": "2f3f5286-2bac-4694-bf5e-e9b6071fd70c", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "f887e40c-d4d6-465e-8e03-95d7f8fa54bf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T123141Z:2f3f5286-2bac-4694-bf5e-e9b6071fd70c" + }, + "ResponseBody": { + "status": "InProgress" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f677e66f-d00c-4a5f-bd39-f6f6381eeaa5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/27a3799a-e71f-47ec-b8dc-e0d7471f078c?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "aa8012b7fea4d10c8ab75cfa9e2eadc0", + "traceparent": "00-460046a865fb73ee79b5a38eab5f912c-a8cc466c43fccab4-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "6b345a49e48dd4c2ca29c1f468f6c10b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1153,36 +1557,35 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 15:57:58 GMT", + "Date": "Fri, 21 Apr 2023 12:33:22 GMT", "Expires": "-1", "Pragma": "no-cache", - "Retry-After": "160", + "Retry-After": "100", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f9345c32-9272-4bb7-81c1-da262b636455", - "x-ms-client-request-id": "aa8012b7fea4d10c8ab75cfa9e2eadc0", - "x-ms-correlation-request-id": "3d7e3b94-bc97-4ac3-8275-4a362047f145", - "x-ms-ratelimit-remaining-subscription-reads": "11927", - "x-ms-request-id": "068305ac-35b5-40a2-a50a-8d3e3e2beca0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T155759Z:3d7e3b94-bc97-4ac3-8275-4a362047f145" - }, - "ResponseBody": [ - "{\r\n", - " \u0022status\u0022: \u0022InProgress\u0022\r\n", - "}" - ] + "x-ms-arm-service-request-id": "80b141ab-aca6-4395-9789-99d27cbacb08", + "x-ms-client-request-id": "6b345a49e48dd4c2ca29c1f468f6c10b", + "x-ms-correlation-request-id": "17351634-161c-4bc3-90ac-59ca6a5e1665", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "14117f42-00c0-4664-af30-9cbd8b3108cf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T123322Z:17351634-161c-4bc3-90ac-59ca6a5e1665" + }, + "ResponseBody": { + "status": "InProgress" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f677e66f-d00c-4a5f-bd39-f6f6381eeaa5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/27a3799a-e71f-47ec-b8dc-e0d7471f078c?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "714d7bd625fe5fdce87ec2385efb2c9e", + "traceparent": "00-460046a865fb73ee79b5a38eab5f912c-56a9b1001cda1fb0-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "aeb603743bd4e1fe13a74ff7d6ca99f6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1191,7 +1594,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 16:00:38 GMT", + "Date": "Fri, 21 Apr 2023 12:35:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -1201,26 +1604,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "073ae859-ffd8-4304-82ab-40518e832b76", - "x-ms-client-request-id": "714d7bd625fe5fdce87ec2385efb2c9e", - "x-ms-correlation-request-id": "a98df219-4946-4a44-bc03-a3e33346f7d0", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "91fbe199-d35e-4a77-8e09-7da17f1c5e06", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T160039Z:a98df219-4946-4a44-bc03-a3e33346f7d0" - }, - "ResponseBody": [ - "{\r\n", - " \u0022status\u0022: \u0022InProgress\u0022\r\n", - "}" - ] + "x-ms-arm-service-request-id": "75deac15-7b73-4350-aac0-938e56d66412", + "x-ms-client-request-id": "aeb603743bd4e1fe13a74ff7d6ca99f6", + "x-ms-correlation-request-id": "0f015545-30e8-4a7e-872c-ecb25620a95a", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "e51b974c-b173-49fb-a316-07d3a955d712", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T123503Z:0f015545-30e8-4a7e-872c-ecb25620a95a" + }, + "ResponseBody": { + "status": "InProgress" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f677e66f-d00c-4a5f-bd39-f6f6381eeaa5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/27a3799a-e71f-47ec-b8dc-e0d7471f078c?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b420cffc02e4dcca74ac78f686a9ad22", + "traceparent": "00-460046a865fb73ee79b5a38eab5f912c-9a56a428f9b7a932-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b878944a9f2af42d03433cc15be370de", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1229,7 +1631,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 16:02:20 GMT", + "Date": "Fri, 21 Apr 2023 12:36:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -1239,26 +1641,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3257e016-6399-4005-90ea-c46de4f850d5", - "x-ms-client-request-id": "b420cffc02e4dcca74ac78f686a9ad22", - "x-ms-correlation-request-id": "2bf342e9-e742-4b9e-b0bc-cfa644ce45f8", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "52693ad9-49b7-4044-b4f9-398de8a0598e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T160220Z:2bf342e9-e742-4b9e-b0bc-cfa644ce45f8" - }, - "ResponseBody": [ - "{\r\n", - " \u0022status\u0022: \u0022InProgress\u0022\r\n", - "}" - ] + "x-ms-arm-service-request-id": "5f8cc283-519c-4033-9195-8152e4164db5", + "x-ms-client-request-id": "b878944a9f2af42d03433cc15be370de", + "x-ms-correlation-request-id": "c6020fa8-938c-43f6-a5ca-ac96bc6a8221", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "9b627dfd-21b0-4adb-a3cf-2ef599cb0cb2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T123644Z:c6020fa8-938c-43f6-a5ca-ac96bc6a8221" + }, + "ResponseBody": { + "status": "InProgress" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f677e66f-d00c-4a5f-bd39-f6f6381eeaa5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/27a3799a-e71f-47ec-b8dc-e0d7471f078c?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1ec8bce4364592c33620c2253cd4738e", + "traceparent": "00-460046a865fb73ee79b5a38eab5f912c-5f9258c44a5df2f2-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "df996c2896930e095b5358e694cbfe00", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1267,7 +1668,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 16:04:00 GMT", + "Date": "Fri, 21 Apr 2023 12:38:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -1277,26 +1678,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3722f0e9-8551-4793-8dc7-09599cce3f75", - "x-ms-client-request-id": "1ec8bce4364592c33620c2253cd4738e", - "x-ms-correlation-request-id": "65a2274e-22b5-40a7-9690-59b5b3fcc706", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-request-id": "2a0d00a0-217e-45a6-8910-e03f9f039bf8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T160401Z:65a2274e-22b5-40a7-9690-59b5b3fcc706" - }, - "ResponseBody": [ - "{\r\n", - " \u0022status\u0022: \u0022InProgress\u0022\r\n", - "}" - ] + "x-ms-arm-service-request-id": "9e9006c0-7c78-4730-af55-65c19814e66c", + "x-ms-client-request-id": "df996c2896930e095b5358e694cbfe00", + "x-ms-correlation-request-id": "74d92ef0-31c5-4e5e-97dd-dc3013a8af33", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "cc32bf3b-459a-4383-9686-dd31975b7d39", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T123824Z:74d92ef0-31c5-4e5e-97dd-dc3013a8af33" + }, + "ResponseBody": { + "status": "InProgress" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f677e66f-d00c-4a5f-bd39-f6f6381eeaa5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/27a3799a-e71f-47ec-b8dc-e0d7471f078c?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "cffebe8af90dd3dbb070fd52ace5d93f", + "traceparent": "00-460046a865fb73ee79b5a38eab5f912c-059c36e4aa1eb0c9-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d3aacb90087ed4e0d5c1aa91fe3d852f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1305,7 +1705,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 16:05:41 GMT", + "Date": "Fri, 21 Apr 2023 12:40:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -1315,26 +1715,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "47399f74-9b47-47e5-91c9-af69afb8d0a9", - "x-ms-client-request-id": "cffebe8af90dd3dbb070fd52ace5d93f", - "x-ms-correlation-request-id": "c0afe638-a01b-469c-8ebc-67d78bc5c949", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "ff506f5a-b2b1-4825-a05d-b7017df0f2ab", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T160541Z:c0afe638-a01b-469c-8ebc-67d78bc5c949" - }, - "ResponseBody": [ - "{\r\n", - " \u0022status\u0022: \u0022InProgress\u0022\r\n", - "}" - ] + "x-ms-arm-service-request-id": "aed27489-afac-45a6-8bb7-33c1f7c72b70", + "x-ms-client-request-id": "d3aacb90087ed4e0d5c1aa91fe3d852f", + "x-ms-correlation-request-id": "71459b94-5874-4ea7-87e0-5c20e35cadcf", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "c0e37430-5d29-4065-ba1e-7232a3f17863", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T124005Z:71459b94-5874-4ea7-87e0-5c20e35cadcf" + }, + "ResponseBody": { + "status": "InProgress" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f677e66f-d00c-4a5f-bd39-f6f6381eeaa5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/27a3799a-e71f-47ec-b8dc-e0d7471f078c?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a153a0d10e32c6580c8e7ec440a5a09f", + "traceparent": "00-460046a865fb73ee79b5a38eab5f912c-7c3dac91337c4b79-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "69ce7137ba30b4628a6a5dd647475f38", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1343,7 +1742,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 16:07:22 GMT", + "Date": "Fri, 21 Apr 2023 12:41:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -1353,26 +1752,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ef6db764-847c-4d40-b09b-8eb6eb17d9ab", - "x-ms-client-request-id": "a153a0d10e32c6580c8e7ec440a5a09f", - "x-ms-correlation-request-id": "b9edc526-ccb1-4622-abb6-d10804f0aa1d", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "47feff31-47df-4f52-b0c7-c2a3bd07f1b5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T160722Z:b9edc526-ccb1-4622-abb6-d10804f0aa1d" - }, - "ResponseBody": [ - "{\r\n", - " \u0022status\u0022: \u0022InProgress\u0022\r\n", - "}" - ] + "x-ms-arm-service-request-id": "f3fe07ad-4403-4d3d-81dd-26221c84bdd6", + "x-ms-client-request-id": "69ce7137ba30b4628a6a5dd647475f38", + "x-ms-correlation-request-id": "0df23b4b-967e-4a8e-835d-7ff47fb19959", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "b5909ea0-f846-4778-a8d6-14c93f893f05", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T124146Z:0df23b4b-967e-4a8e-835d-7ff47fb19959" + }, + "ResponseBody": { + "status": "InProgress" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f677e66f-d00c-4a5f-bd39-f6f6381eeaa5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/27a3799a-e71f-47ec-b8dc-e0d7471f078c?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c31a5dd0127af3948b67c03ea0838d9b", + "traceparent": "00-460046a865fb73ee79b5a38eab5f912c-ac0fed49e577e3d5-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "8f303c449c3920608bc409d1eb780f1e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1381,7 +1779,7 @@ "Cache-Control": "no-cache", "Content-Length": "29", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 16:25:07 GMT", + "Date": "Fri, 21 Apr 2023 12:43:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1390,35 +1788,34 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5ea13b7e-dfa6-4f35-a9c5-1e33f3936597", - "x-ms-client-request-id": "c31a5dd0127af3948b67c03ea0838d9b", - "x-ms-correlation-request-id": "766c205b-26a9-4a79-acdd-1accdb5da409", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "2123c772-61e8-4194-a405-d242acfe878a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T162508Z:766c205b-26a9-4a79-acdd-1accdb5da409" - }, - "ResponseBody": [ - "{\r\n", - " \u0022status\u0022: \u0022Succeeded\u0022\r\n", - "}" - ] + "x-ms-arm-service-request-id": "83c1338a-b463-470c-ba25-325531b8e43d", + "x-ms-client-request-id": "8f303c449c3920608bc409d1eb780f1e", + "x-ms-correlation-request-id": "1f85cdf9-974f-4384-b7b2-a46296b38b03", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "9954a91a-44ad-4044-bdd3-b538154bc8c5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T124327Z:1f85cdf9-974f-4384-b7b2-a46296b38b03" + }, + "ResponseBody": { + "status": "Succeeded" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/virtualNetworkGateways/azsmnet6400?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2643/providers/Microsoft.Network/virtualNetworkGateways/azsmnet6616?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "bd7c2ea80451661e8def61731a9570ca", + "traceparent": "00-460046a865fb73ee79b5a38eab5f912c-59d10c0bde7b27ff-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "23ae28cd95fcd6cf68f54913aa098d8d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2454", + "Content-Length": "2612", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 16:25:07 GMT", + "Date": "Fri, 21 Apr 2023 12:43:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1427,97 +1824,100 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1c0b1d0a-46d5-4cd4-b64f-760e6bcd08bd", - "x-ms-client-request-id": "bd7c2ea80451661e8def61731a9570ca", - "x-ms-correlation-request-id": "6ab21d28-44ff-4938-94d4-476487e2a81d", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "4e1c3d77-25b0-43fd-8d1a-f3b8063e0f47", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T162508Z:6ab21d28-44ff-4938-94d4-476487e2a81d" - }, - "ResponseBody": [ - "{\r\n", - " \u0022name\u0022: \u0022azsmnet6400\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/virtualNetworkGateways/azsmnet6400\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u00224a5c6dab-eca1-49be-a753-06a5a90c2140\\\u0022\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworkGateways\u0022,\r\n", - " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022tags\u0022: {\r\n", - " \u0022key\u0022: \u0022value\u0022\r\n", - " },\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022resourceGuid\u0022: \u0022557b923a-8a5b-4f15-9e97-142b41d4892a\u0022,\r\n", - " \u0022packetCaptureDiagnosticState\u0022: \u0022None\u0022,\r\n", - " \u0022enablePrivateIpAddress\u0022: false,\r\n", - " \u0022ipConfigurations\u0022: [\r\n", - " {\r\n", - " \u0022name\u0022: \u0022azsmnet176\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/virtualNetworkGateways/azsmnet6400/ipConfigurations/azsmnet176\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u00224a5c6dab-eca1-49be-a753-06a5a90c2140\\\u0022\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworkGateways/ipConfigurations\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022privateIPAllocationMethod\u0022: \u0022Dynamic\u0022,\r\n", - " \u0022publicIPAddress\u0022: {\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/publicIPAddresses/azsmnet945\u0022\r\n", - " },\r\n", - " \u0022subnet\u0022: {\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/virtualNetworks/azsmnet829/subnets/GatewaySubnet\u0022\r\n", - " }\r\n", - " }\r\n", - " }\r\n", - " ],\r\n", - " \u0022natRules\u0022: [],\r\n", - " \u0022enableBgpRouteTranslationForNat\u0022: false,\r\n", - " \u0022disableIPSecReplayProtection\u0022: false,\r\n", - " \u0022sku\u0022: {\r\n", - " \u0022name\u0022: \u0022Basic\u0022,\r\n", - " \u0022tier\u0022: \u0022Basic\u0022,\r\n", - " \u0022capacity\u0022: 2\r\n", - " },\r\n", - " \u0022gatewayType\u0022: \u0022Vpn\u0022,\r\n", - " \u0022vpnType\u0022: \u0022RouteBased\u0022,\r\n", - " \u0022enableBgp\u0022: false,\r\n", - " \u0022activeActive\u0022: false,\r\n", - " \u0022bgpSettings\u0022: {\r\n", - " \u0022asn\u0022: 65515,\r\n", - " \u0022bgpPeeringAddress\u0022: \u002210.0.0.254\u0022,\r\n", - " \u0022peerWeight\u0022: 0,\r\n", - " \u0022bgpPeeringAddresses\u0022: [\r\n", - " {\r\n", - " \u0022ipconfigurationId\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/virtualNetworkGateways/azsmnet6400/ipConfigurations/azsmnet176\u0022,\r\n", - " \u0022defaultBgpIpAddresses\u0022: [\r\n", - " \u002210.0.0.254\u0022\r\n", - " ],\r\n", - " \u0022customBgpIpAddresses\u0022: [],\r\n", - " \u0022tunnelIpAddresses\u0022: [\r\n", - " \u002252.229.37.1\u0022\r\n", - " ]\r\n", - " }\r\n", - " ]\r\n", - " },\r\n", - " \u0022vpnGatewayGeneration\u0022: \u0022Generation1\u0022\r\n", - " }\r\n", - "}" - ] + "x-ms-arm-service-request-id": "5d313316-e685-4ed5-abe6-26c7c7f89be0", + "x-ms-client-request-id": "23ae28cd95fcd6cf68f54913aa098d8d", + "x-ms-correlation-request-id": "f2f4ac6b-d799-4f75-831c-2132612dc56b", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "30ba67cc-8c57-4cb1-9600-4b7ea03d8493", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T124328Z:f2f4ac6b-d799-4f75-831c-2132612dc56b" + }, + "ResponseBody": { + "name": "azsmnet6616", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2643/providers/Microsoft.Network/virtualNetworkGateways/azsmnet6616", + "etag": "W/\u002226e47ad1-761f-4fd2-9cc7-d40d1f61ceb3\u0022", + "type": "Microsoft.Network/virtualNetworkGateways", + "location": "westus2", + "tags": { + "key": "value" + }, + "properties": { + "provisioningState": "Succeeded", + "resourceGuid": "073edbbe-5f45-4c9f-b7ec-f9696b524632", + "packetCaptureDiagnosticState": "None", + "enablePrivateIpAddress": false, + "isMigrateToCSES": false, + "ipConfigurations": [ + { + "name": "azsmnet5832", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2643/providers/Microsoft.Network/virtualNetworkGateways/azsmnet6616/ipConfigurations/azsmnet5832", + "etag": "W/\u002226e47ad1-761f-4fd2-9cc7-d40d1f61ceb3\u0022", + "type": "Microsoft.Network/virtualNetworkGateways/ipConfigurations", + "properties": { + "provisioningState": "Succeeded", + "privateIPAllocationMethod": "Dynamic", + "publicIPAddress": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2643/providers/Microsoft.Network/publicIPAddresses/azsmnet9810" + }, + "subnet": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2643/providers/Microsoft.Network/virtualNetworks/azsmnet8316/subnets/GatewaySubnet" + } + } + } + ], + "natRules": [], + "virtualNetworkGatewayPolicyGroups": [], + "enableBgpRouteTranslationForNat": false, + "disableIPSecReplayProtection": false, + "sku": { + "name": "Basic", + "tier": "Basic", + "capacity": 2 + }, + "gatewayType": "Vpn", + "vpnType": "RouteBased", + "enableBgp": false, + "activeActive": false, + "bgpSettings": { + "asn": 65515, + "bgpPeeringAddress": "10.0.0.254", + "peerWeight": 0, + "bgpPeeringAddresses": [ + { + "ipconfigurationId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2643/providers/Microsoft.Network/virtualNetworkGateways/azsmnet6616/ipConfigurations/azsmnet5832", + "defaultBgpIpAddresses": [ + "10.0.0.254" + ], + "customBgpIpAddresses": [], + "tunnelIpAddresses": [ + "20.230.176.119" + ] + } + ] + }, + "vpnGatewayGeneration": "Generation1", + "allowRemoteVnetTraffic": false, + "allowVirtualWanTraffic": false + } + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/virtualNetworkGateways/azsmnet6400?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2643/providers/Microsoft.Network/virtualNetworkGateways/azsmnet6616?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "db046160215635d6ee601019121ddbe1", + "traceparent": "00-76332a8f9c1d85acd2f7b199429773ad-51c59588b7d34b84-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230421.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "c24c7262f60c9af611aedd6bb091c811", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2454", + "Content-Length": "2612", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 16:25:08 GMT", + "Date": "Fri, 21 Apr 2023 12:43:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1526,90 +1926,93 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e257657e-2b4f-4787-a5dd-384a7ad7a7da", - "x-ms-client-request-id": "db046160215635d6ee601019121ddbe1", - "x-ms-correlation-request-id": "e907ad37-e53f-48c9-8dc0-fc7425cf8582", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "ee09b543-9b9f-4244-98b8-876d4e950b54", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T162508Z:e907ad37-e53f-48c9-8dc0-fc7425cf8582" - }, - "ResponseBody": [ - "{\r\n", - " \u0022name\u0022: \u0022azsmnet6400\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/virtualNetworkGateways/azsmnet6400\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u00224a5c6dab-eca1-49be-a753-06a5a90c2140\\\u0022\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworkGateways\u0022,\r\n", - " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022tags\u0022: {\r\n", - " \u0022key\u0022: \u0022value\u0022\r\n", - " },\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022resourceGuid\u0022: \u0022557b923a-8a5b-4f15-9e97-142b41d4892a\u0022,\r\n", - " \u0022packetCaptureDiagnosticState\u0022: \u0022None\u0022,\r\n", - " \u0022enablePrivateIpAddress\u0022: false,\r\n", - " \u0022ipConfigurations\u0022: [\r\n", - " {\r\n", - " \u0022name\u0022: \u0022azsmnet176\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/virtualNetworkGateways/azsmnet6400/ipConfigurations/azsmnet176\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u00224a5c6dab-eca1-49be-a753-06a5a90c2140\\\u0022\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworkGateways/ipConfigurations\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022privateIPAllocationMethod\u0022: \u0022Dynamic\u0022,\r\n", - " \u0022publicIPAddress\u0022: {\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/publicIPAddresses/azsmnet945\u0022\r\n", - " },\r\n", - " \u0022subnet\u0022: {\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/virtualNetworks/azsmnet829/subnets/GatewaySubnet\u0022\r\n", - " }\r\n", - " }\r\n", - " }\r\n", - " ],\r\n", - " \u0022natRules\u0022: [],\r\n", - " \u0022enableBgpRouteTranslationForNat\u0022: false,\r\n", - " \u0022disableIPSecReplayProtection\u0022: false,\r\n", - " \u0022sku\u0022: {\r\n", - " \u0022name\u0022: \u0022Basic\u0022,\r\n", - " \u0022tier\u0022: \u0022Basic\u0022,\r\n", - " \u0022capacity\u0022: 2\r\n", - " },\r\n", - " \u0022gatewayType\u0022: \u0022Vpn\u0022,\r\n", - " \u0022vpnType\u0022: \u0022RouteBased\u0022,\r\n", - " \u0022enableBgp\u0022: false,\r\n", - " \u0022activeActive\u0022: false,\r\n", - " \u0022bgpSettings\u0022: {\r\n", - " \u0022asn\u0022: 65515,\r\n", - " \u0022bgpPeeringAddress\u0022: \u002210.0.0.254\u0022,\r\n", - " \u0022peerWeight\u0022: 0,\r\n", - " \u0022bgpPeeringAddresses\u0022: [\r\n", - " {\r\n", - " \u0022ipconfigurationId\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/virtualNetworkGateways/azsmnet6400/ipConfigurations/azsmnet176\u0022,\r\n", - " \u0022defaultBgpIpAddresses\u0022: [\r\n", - " \u002210.0.0.254\u0022\r\n", - " ],\r\n", - " \u0022customBgpIpAddresses\u0022: [],\r\n", - " \u0022tunnelIpAddresses\u0022: [\r\n", - " \u002252.229.37.1\u0022\r\n", - " ]\r\n", - " }\r\n", - " ]\r\n", - " },\r\n", - " \u0022vpnGatewayGeneration\u0022: \u0022Generation1\u0022\r\n", - " }\r\n", - "}" - ] + "x-ms-arm-service-request-id": "24542201-2171-4271-9687-808b2e8ab7bc", + "x-ms-client-request-id": "c24c7262f60c9af611aedd6bb091c811", + "x-ms-correlation-request-id": "fbcc08fb-4a14-46bd-b7be-eaf9c5835007", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "b6dc1f8c-1354-4092-bc3d-dc0f02acba05", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T124328Z:fbcc08fb-4a14-46bd-b7be-eaf9c5835007" + }, + "ResponseBody": { + "name": "azsmnet6616", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2643/providers/Microsoft.Network/virtualNetworkGateways/azsmnet6616", + "etag": "W/\u002226e47ad1-761f-4fd2-9cc7-d40d1f61ceb3\u0022", + "type": "Microsoft.Network/virtualNetworkGateways", + "location": "westus2", + "tags": { + "key": "value" + }, + "properties": { + "provisioningState": "Succeeded", + "resourceGuid": "073edbbe-5f45-4c9f-b7ec-f9696b524632", + "packetCaptureDiagnosticState": "None", + "enablePrivateIpAddress": false, + "isMigrateToCSES": false, + "ipConfigurations": [ + { + "name": "azsmnet5832", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2643/providers/Microsoft.Network/virtualNetworkGateways/azsmnet6616/ipConfigurations/azsmnet5832", + "etag": "W/\u002226e47ad1-761f-4fd2-9cc7-d40d1f61ceb3\u0022", + "type": "Microsoft.Network/virtualNetworkGateways/ipConfigurations", + "properties": { + "provisioningState": "Succeeded", + "privateIPAllocationMethod": "Dynamic", + "publicIPAddress": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2643/providers/Microsoft.Network/publicIPAddresses/azsmnet9810" + }, + "subnet": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2643/providers/Microsoft.Network/virtualNetworks/azsmnet8316/subnets/GatewaySubnet" + } + } + } + ], + "natRules": [], + "virtualNetworkGatewayPolicyGroups": [], + "enableBgpRouteTranslationForNat": false, + "disableIPSecReplayProtection": false, + "sku": { + "name": "Basic", + "tier": "Basic", + "capacity": 2 + }, + "gatewayType": "Vpn", + "vpnType": "RouteBased", + "enableBgp": false, + "activeActive": false, + "bgpSettings": { + "asn": 65515, + "bgpPeeringAddress": "10.0.0.254", + "peerWeight": 0, + "bgpPeeringAddresses": [ + { + "ipconfigurationId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2643/providers/Microsoft.Network/virtualNetworkGateways/azsmnet6616/ipConfigurations/azsmnet5832", + "defaultBgpIpAddresses": [ + "10.0.0.254" + ], + "customBgpIpAddresses": [], + "tunnelIpAddresses": [ + "20.230.176.119" + ] + } + ] + }, + "vpnGatewayGeneration": "Generation1", + "allowRemoteVnetTraffic": false, + "allowVirtualWanTraffic": false + } + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/virtualNetworkGateways/azsmnet6400?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2643/providers/Microsoft.Network/virtualNetworkGateways/azsmnet6616?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "619", + "Content-Length": "621", "Content-Type": "application/json", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4cd627aad69accba3fb3368ab020d8f6", + "traceparent": "00-a2eb05efa9d08cfe82895bfe72ffd80b-77abf4249314da05-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230421.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1f083f5b3c99af3b6d5a2743534c7582", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -1622,14 +2025,14 @@ "properties": { "ipConfigurations": [ { - "name": "azsmnet176", + "name": "azsmnet5832", "properties": { "privateIPAllocationMethod": "Dynamic", "subnet": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/virtualNetworks/azsmnet829/subnets/GatewaySubnet" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2643/providers/Microsoft.Network/virtualNetworks/azsmnet8316/subnets/GatewaySubnet" }, "publicIPAddress": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/publicIPAddresses/azsmnet945" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2643/providers/Microsoft.Network/publicIPAddresses/azsmnet9810" } } } @@ -1646,11 +2049,11 @@ "StatusCode": 200, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/66db5000-34c1-4c4f-aed4-4944a81b4b1d?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/30f40160-d68e-4436-8a0e-76223cd4c1ee?api-version=2022-09-01", "Cache-Control": "no-cache", - "Content-Length": "2619", + "Content-Length": "2822", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 16:25:14 GMT", + "Date": "Fri, 21 Apr 2023 12:43:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", @@ -1660,93 +2063,97 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "fc343db1-00f5-4783-ba9b-48b70fc2c511", - "x-ms-client-request-id": "4cd627aad69accba3fb3368ab020d8f6", - "x-ms-correlation-request-id": "f45ea442-2924-44b5-b103-dad8a6cba88e", + "x-ms-arm-service-request-id": "8fb48eb9-c173-4947-9464-8dc1962a578c", + "x-ms-client-request-id": "1f083f5b3c99af3b6d5a2743534c7582", + "x-ms-correlation-request-id": "5cab0bd5-2d81-46f7-a36a-c678d986a7f9", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "66db5000-34c1-4c4f-aed4-4944a81b4b1d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T162515Z:f45ea442-2924-44b5-b103-dad8a6cba88e" - }, - "ResponseBody": [ - "{\r\n", - " \u0022name\u0022: \u0022azsmnet6400\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/virtualNetworkGateways/azsmnet6400\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u0022897a370d-25d3-4701-b735-b02bb6070d72\\\u0022\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworkGateways\u0022,\r\n", - " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022tags\u0022: {\r\n", - " \u0022key\u0022: \u0022value\u0022,\r\n", - " \u0022tag2\u0022: \u0022value\u0022,\r\n", - " \u0022tag3\u0022: \u0022value\u0022\r\n", - " },\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", - " \u0022resourceGuid\u0022: \u0022557b923a-8a5b-4f15-9e97-142b41d4892a\u0022,\r\n", - " \u0022packetCaptureDiagnosticState\u0022: \u0022None\u0022,\r\n", - " \u0022enablePrivateIpAddress\u0022: false,\r\n", - " \u0022ipConfigurations\u0022: [\r\n", - " {\r\n", - " \u0022name\u0022: \u0022azsmnet176\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/virtualNetworkGateways/azsmnet6400/ipConfigurations/azsmnet176\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u0022897a370d-25d3-4701-b735-b02bb6070d72\\\u0022\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworkGateways/ipConfigurations\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", - " \u0022privateIPAllocationMethod\u0022: \u0022Dynamic\u0022,\r\n", - " \u0022publicIPAddress\u0022: {\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/publicIPAddresses/azsmnet945\u0022\r\n", - " },\r\n", - " \u0022subnet\u0022: {\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/virtualNetworks/azsmnet829/subnets/GatewaySubnet\u0022\r\n", - " }\r\n", - " }\r\n", - " }\r\n", - " ],\r\n", - " \u0022natRules\u0022: [],\r\n", - " \u0022enableBgpRouteTranslationForNat\u0022: false,\r\n", - " \u0022disableIPSecReplayProtection\u0022: false,\r\n", - " \u0022sku\u0022: {\r\n", - " \u0022name\u0022: \u0022Basic\u0022,\r\n", - " \u0022tier\u0022: \u0022Basic\u0022,\r\n", - " \u0022capacity\u0022: 2\r\n", - " },\r\n", - " \u0022gatewayType\u0022: \u0022Vpn\u0022,\r\n", - " \u0022vpnType\u0022: \u0022RouteBased\u0022,\r\n", - " \u0022enableBgp\u0022: false,\r\n", - " \u0022activeActive\u0022: false,\r\n", - " \u0022vpnClientConfiguration\u0022: {\r\n", - " \u0022vpnClientProtocols\u0022: [\r\n", - " \u0022SSTP\u0022\r\n", - " ],\r\n", - " \u0022vpnAuthenticationTypes\u0022: [],\r\n", - " \u0022vpnClientRootCertificates\u0022: [],\r\n", - " \u0022vpnClientRevokedCertificates\u0022: [],\r\n", - " \u0022radiusServers\u0022: [],\r\n", - " \u0022vpnClientIpsecPolicies\u0022: []\r\n", - " },\r\n", - " \u0022bgpSettings\u0022: {\r\n", - " \u0022asn\u0022: 0,\r\n", - " \u0022peerWeight\u0022: 0,\r\n", - " \u0022bgpPeeringAddresses\u0022: [\r\n", - " {\r\n", - " \u0022ipconfigurationId\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/virtualNetworkGateways/azsmnet6400/ipConfigurations/azsmnet176\u0022,\r\n", - " \u0022defaultBgpIpAddresses\u0022: [],\r\n", - " \u0022customBgpIpAddresses\u0022: []\r\n", - " }\r\n", - " ]\r\n", - " },\r\n", - " \u0022vpnGatewayGeneration\u0022: \u0022Generation1\u0022\r\n", - " }\r\n", - "}" - ] + "x-ms-request-id": "30f40160-d68e-4436-8a0e-76223cd4c1ee", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T124332Z:5cab0bd5-2d81-46f7-a36a-c678d986a7f9" + }, + "ResponseBody": { + "name": "azsmnet6616", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2643/providers/Microsoft.Network/virtualNetworkGateways/azsmnet6616", + "etag": "W/\u0022c4e3d89b-bfe9-428f-99bc-d0299e1dbf9e\u0022", + "type": "Microsoft.Network/virtualNetworkGateways", + "location": "westus2", + "tags": { + "key": "value", + "tag2": "value", + "tag3": "value" + }, + "properties": { + "provisioningState": "Updating", + "resourceGuid": "073edbbe-5f45-4c9f-b7ec-f9696b524632", + "packetCaptureDiagnosticState": "None", + "enablePrivateIpAddress": false, + "isMigrateToCSES": false, + "ipConfigurations": [ + { + "name": "azsmnet5832", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2643/providers/Microsoft.Network/virtualNetworkGateways/azsmnet6616/ipConfigurations/azsmnet5832", + "etag": "W/\u0022c4e3d89b-bfe9-428f-99bc-d0299e1dbf9e\u0022", + "type": "Microsoft.Network/virtualNetworkGateways/ipConfigurations", + "properties": { + "provisioningState": "Updating", + "privateIPAllocationMethod": "Dynamic", + "publicIPAddress": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2643/providers/Microsoft.Network/publicIPAddresses/azsmnet9810" + }, + "subnet": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2643/providers/Microsoft.Network/virtualNetworks/azsmnet8316/subnets/GatewaySubnet" + } + } + } + ], + "natRules": [], + "virtualNetworkGatewayPolicyGroups": [], + "enableBgpRouteTranslationForNat": false, + "disableIPSecReplayProtection": false, + "sku": { + "name": "Basic", + "tier": "Basic", + "capacity": 2 + }, + "gatewayType": "Vpn", + "vpnType": "RouteBased", + "enableBgp": false, + "activeActive": false, + "vpnClientConfiguration": { + "vpnClientProtocols": [ + "SSTP" + ], + "vpnAuthenticationTypes": [], + "vpnClientRootCertificates": [], + "vpnClientRevokedCertificates": [], + "vngClientConnectionConfigurations": [], + "radiusServers": [], + "vpnClientIpsecPolicies": [] + }, + "bgpSettings": { + "asn": 0, + "peerWeight": 0, + "bgpPeeringAddresses": [ + { + "ipconfigurationId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2643/providers/Microsoft.Network/virtualNetworkGateways/azsmnet6616/ipConfigurations/azsmnet5832", + "defaultBgpIpAddresses": [], + "customBgpIpAddresses": [] + } + ] + }, + "vpnGatewayGeneration": "Generation1", + "allowRemoteVnetTraffic": false, + "allowVirtualWanTraffic": false + } + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/66db5000-34c1-4c4f-aed4-4944a81b4b1d?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/30f40160-d68e-4436-8a0e-76223cd4c1ee?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f3c87f1323be8a2fa7389ca2eb4b84cd", + "traceparent": "00-a2eb05efa9d08cfe82895bfe72ffd80b-9d09018cc5e1d396-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "6bb8372d6d0025f4369d54b1ceb247c5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1755,7 +2162,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 16:25:14 GMT", + "Date": "Fri, 21 Apr 2023 12:43:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", @@ -1765,26 +2172,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "531d6e92-baec-4a94-a8b7-a01cac12fb8f", - "x-ms-client-request-id": "f3c87f1323be8a2fa7389ca2eb4b84cd", - "x-ms-correlation-request-id": "88b209da-6ee6-4ee7-80af-3affd84ed394", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "b5dc8160-276d-4043-aa06-df0df2f89830", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T162515Z:88b209da-6ee6-4ee7-80af-3affd84ed394" - }, - "ResponseBody": [ - "{\r\n", - " \u0022status\u0022: \u0022InProgress\u0022\r\n", - "}" - ] + "x-ms-arm-service-request-id": "ba7d014f-7073-44be-8f25-06bc69b64aa2", + "x-ms-client-request-id": "6bb8372d6d0025f4369d54b1ceb247c5", + "x-ms-correlation-request-id": "c64a78d1-7c60-4d77-80d2-b84bc9345543", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "ad86689e-4133-4202-b2af-7c9ebc2078a8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T124332Z:c64a78d1-7c60-4d77-80d2-b84bc9345543" + }, + "ResponseBody": { + "status": "InProgress" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/66db5000-34c1-4c4f-aed4-4944a81b4b1d?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/30f40160-d68e-4436-8a0e-76223cd4c1ee?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1c2119879c3ff862e24ff45207cad739", + "traceparent": "00-a2eb05efa9d08cfe82895bfe72ffd80b-e41577c5e417b529-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "33345b394e220de52d31ed842aedf709", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1793,7 +2199,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 16:25:24 GMT", + "Date": "Fri, 21 Apr 2023 12:43:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "20", @@ -1803,26 +2209,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "664d9b5a-c9ce-44c8-be38-d362eb851149", - "x-ms-client-request-id": "1c2119879c3ff862e24ff45207cad739", - "x-ms-correlation-request-id": "1bea3b52-178c-4d34-9665-7e695a474d7f", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "106a0b5d-3efb-4f34-88d1-22042d9df8f4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T162525Z:1bea3b52-178c-4d34-9665-7e695a474d7f" - }, - "ResponseBody": [ - "{\r\n", - " \u0022status\u0022: \u0022InProgress\u0022\r\n", - "}" - ] + "x-ms-arm-service-request-id": "b41a1a19-7936-4c84-8a11-643f214750d1", + "x-ms-client-request-id": "33345b394e220de52d31ed842aedf709", + "x-ms-correlation-request-id": "63d1b8e9-ef8b-4e06-a8f0-6a02b33ae225", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "7e93fdaa-ef6d-4dc2-a693-95acf9fb93ed", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T124343Z:63d1b8e9-ef8b-4e06-a8f0-6a02b33ae225" + }, + "ResponseBody": { + "status": "InProgress" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/66db5000-34c1-4c4f-aed4-4944a81b4b1d?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/30f40160-d68e-4436-8a0e-76223cd4c1ee?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3076c660e558d337c653984715a29b0c", + "traceparent": "00-a2eb05efa9d08cfe82895bfe72ffd80b-114364044f567272-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1b1650340993c9818749438ef860087f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1831,7 +2236,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 16:25:44 GMT", + "Date": "Fri, 21 Apr 2023 12:44:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "20", @@ -1841,26 +2246,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d03ca65e-9c62-4783-a0bb-2c8843c4ccf8", - "x-ms-client-request-id": "3076c660e558d337c653984715a29b0c", - "x-ms-correlation-request-id": "bd3f6112-4c5b-4c3d-a99e-488c273b41c5", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "ca201365-8197-477e-8fa2-6dc3b6e15925", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T162545Z:bd3f6112-4c5b-4c3d-a99e-488c273b41c5" - }, - "ResponseBody": [ - "{\r\n", - " \u0022status\u0022: \u0022InProgress\u0022\r\n", - "}" - ] + "x-ms-arm-service-request-id": "bbd89e67-0265-4c16-8182-4518349afb38", + "x-ms-client-request-id": "1b1650340993c9818749438ef860087f", + "x-ms-correlation-request-id": "1ba9694c-82b6-41dd-875e-0ee79e347f86", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "ebefcc03-a9bb-44b9-bcd3-8ad608635067", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T124403Z:1ba9694c-82b6-41dd-875e-0ee79e347f86" + }, + "ResponseBody": { + "status": "InProgress" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/66db5000-34c1-4c4f-aed4-4944a81b4b1d?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/30f40160-d68e-4436-8a0e-76223cd4c1ee?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "da6800c337e3772f1dd0106e2fdd82dc", + "traceparent": "00-a2eb05efa9d08cfe82895bfe72ffd80b-596d0e91ea3b2a54-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "5b154cccf22fdeb452aa3dcf806ffa49", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1869,7 +2273,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 16:26:06 GMT", + "Date": "Fri, 21 Apr 2023 12:44:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "40", @@ -1879,26 +2283,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7574378a-12c3-42cf-a0a0-6d4aae76af66", - "x-ms-client-request-id": "da6800c337e3772f1dd0106e2fdd82dc", - "x-ms-correlation-request-id": "1c1ba95f-f4cf-4304-8bd4-9dd919f01e92", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "efb5d42d-bced-4f2d-a37f-719815a70d1c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T162606Z:1c1ba95f-f4cf-4304-8bd4-9dd919f01e92" - }, - "ResponseBody": [ - "{\r\n", - " \u0022status\u0022: \u0022InProgress\u0022\r\n", - "}" - ] + "x-ms-arm-service-request-id": "59b027cc-c03a-406c-802c-12d1ac07e220", + "x-ms-client-request-id": "5b154cccf22fdeb452aa3dcf806ffa49", + "x-ms-correlation-request-id": "e255cd69-8c05-4328-af08-44ff07d2185c", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "eb296a37-a100-419c-9352-4c5b46a2f49c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T124424Z:e255cd69-8c05-4328-af08-44ff07d2185c" + }, + "ResponseBody": { + "status": "InProgress" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/66db5000-34c1-4c4f-aed4-4944a81b4b1d?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/30f40160-d68e-4436-8a0e-76223cd4c1ee?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2442626054d5a175e14e56ec041ae240", + "traceparent": "00-a2eb05efa9d08cfe82895bfe72ffd80b-9163dc8461172d93-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "7e7c4aa52b9b2f31d96aabd80b5715cd", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1907,7 +2310,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 16:26:46 GMT", + "Date": "Fri, 21 Apr 2023 12:45:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "40", @@ -1917,26 +2320,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a8d31911-249f-40ad-9651-eec4f0c845c5", - "x-ms-client-request-id": "2442626054d5a175e14e56ec041ae240", - "x-ms-correlation-request-id": "476caae5-fc80-4d0f-8a34-153aafc6f47c", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "6ee6fa0b-3285-4237-bec1-b7f111382e17", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T162646Z:476caae5-fc80-4d0f-8a34-153aafc6f47c" - }, - "ResponseBody": [ - "{\r\n", - " \u0022status\u0022: \u0022InProgress\u0022\r\n", - "}" - ] + "x-ms-arm-service-request-id": "c862019f-9f33-4930-8056-f816a02f2933", + "x-ms-client-request-id": "7e7c4aa52b9b2f31d96aabd80b5715cd", + "x-ms-correlation-request-id": "a1baa5a8-3f2d-4634-991b-6ccda3162979", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "b8918a38-eff1-4f8c-8b15-87036981e3a4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T124505Z:a1baa5a8-3f2d-4634-991b-6ccda3162979" + }, + "ResponseBody": { + "status": "InProgress" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/66db5000-34c1-4c4f-aed4-4944a81b4b1d?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/30f40160-d68e-4436-8a0e-76223cd4c1ee?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "068fe8b4fd61285597ff1287d4c9a4e8", + "traceparent": "00-a2eb05efa9d08cfe82895bfe72ffd80b-359e8d8a88a91178-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ddb76d289bd742da9b38c9e8cbb24918", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1945,7 +2347,7 @@ "Cache-Control": "no-cache", "Content-Length": "29", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 16:27:25 GMT", + "Date": "Fri, 21 Apr 2023 12:45:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1954,35 +2356,34 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6ab0c84d-ac21-44e3-8bbb-9016a9f9bff6", - "x-ms-client-request-id": "068fe8b4fd61285597ff1287d4c9a4e8", - "x-ms-correlation-request-id": "8c82b0a3-7ef4-4e52-beeb-ffdb338d72d5", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "14cc2708-54b7-47e3-beba-32739aca81e0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T162726Z:8c82b0a3-7ef4-4e52-beeb-ffdb338d72d5" - }, - "ResponseBody": [ - "{\r\n", - " \u0022status\u0022: \u0022Succeeded\u0022\r\n", - "}" - ] + "x-ms-arm-service-request-id": "34c25f67-fdfb-45e4-8b67-b81d1dcee9fb", + "x-ms-client-request-id": "ddb76d289bd742da9b38c9e8cbb24918", + "x-ms-correlation-request-id": "481b9d38-dd60-4c58-b3ab-cf61a945af10", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "2c9b5fa7-ec40-43f3-9434-1821b53da6dd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T124545Z:481b9d38-dd60-4c58-b3ab-cf61a945af10" + }, + "ResponseBody": { + "status": "Succeeded" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/virtualNetworkGateways/azsmnet6400?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2643/providers/Microsoft.Network/virtualNetworkGateways/azsmnet6616?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b3e7bbd0775f6e368bc6f895e1427203", + "traceparent": "00-a2eb05efa9d08cfe82895bfe72ffd80b-9216ece39ed5fa20-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ade8fa4e8ae3a1e41be682c446dcd2fa", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2498", + "Content-Length": "2656", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 16:27:26 GMT", + "Date": "Fri, 21 Apr 2023 12:45:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1991,239 +2392,140 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d07d913b-7f39-4794-abe4-2478f9aa7144", - "x-ms-client-request-id": "b3e7bbd0775f6e368bc6f895e1427203", - "x-ms-correlation-request-id": "ec2df08d-3adc-4618-8456-6de43c0e71a4", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "84da88a8-cc5e-471a-9d1d-7060309e7214", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T162727Z:ec2df08d-3adc-4618-8456-6de43c0e71a4" - }, - "ResponseBody": [ - "{\r\n", - " \u0022name\u0022: \u0022azsmnet6400\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/virtualNetworkGateways/azsmnet6400\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u0022b1182e0b-2ead-4884-a384-337efebd0179\\\u0022\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworkGateways\u0022,\r\n", - " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022tags\u0022: {\r\n", - " \u0022key\u0022: \u0022value\u0022,\r\n", - " \u0022tag2\u0022: \u0022value\u0022,\r\n", - " \u0022tag3\u0022: \u0022value\u0022\r\n", - " },\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022resourceGuid\u0022: \u0022557b923a-8a5b-4f15-9e97-142b41d4892a\u0022,\r\n", - " \u0022packetCaptureDiagnosticState\u0022: \u0022None\u0022,\r\n", - " \u0022enablePrivateIpAddress\u0022: false,\r\n", - " \u0022ipConfigurations\u0022: [\r\n", - " {\r\n", - " \u0022name\u0022: \u0022azsmnet176\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/virtualNetworkGateways/azsmnet6400/ipConfigurations/azsmnet176\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u0022b1182e0b-2ead-4884-a384-337efebd0179\\\u0022\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworkGateways/ipConfigurations\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022privateIPAllocationMethod\u0022: \u0022Dynamic\u0022,\r\n", - " \u0022publicIPAddress\u0022: {\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/publicIPAddresses/azsmnet945\u0022\r\n", - " },\r\n", - " \u0022subnet\u0022: {\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/virtualNetworks/azsmnet829/subnets/GatewaySubnet\u0022\r\n", - " }\r\n", - " }\r\n", - " }\r\n", - " ],\r\n", - " \u0022natRules\u0022: [],\r\n", - " \u0022enableBgpRouteTranslationForNat\u0022: false,\r\n", - " \u0022disableIPSecReplayProtection\u0022: false,\r\n", - " \u0022sku\u0022: {\r\n", - " \u0022name\u0022: \u0022Basic\u0022,\r\n", - " \u0022tier\u0022: \u0022Basic\u0022,\r\n", - " \u0022capacity\u0022: 2\r\n", - " },\r\n", - " \u0022gatewayType\u0022: \u0022Vpn\u0022,\r\n", - " \u0022vpnType\u0022: \u0022RouteBased\u0022,\r\n", - " \u0022enableBgp\u0022: false,\r\n", - " \u0022activeActive\u0022: false,\r\n", - " \u0022bgpSettings\u0022: {\r\n", - " \u0022asn\u0022: 65515,\r\n", - " \u0022bgpPeeringAddress\u0022: \u002210.0.0.254\u0022,\r\n", - " \u0022peerWeight\u0022: 0,\r\n", - " \u0022bgpPeeringAddresses\u0022: [\r\n", - " {\r\n", - " \u0022ipconfigurationId\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/virtualNetworkGateways/azsmnet6400/ipConfigurations/azsmnet176\u0022,\r\n", - " \u0022defaultBgpIpAddresses\u0022: [\r\n", - " \u002210.0.0.254\u0022\r\n", - " ],\r\n", - " \u0022customBgpIpAddresses\u0022: [],\r\n", - " \u0022tunnelIpAddresses\u0022: [\r\n", - " \u002252.229.37.1\u0022\r\n", - " ]\r\n", - " }\r\n", - " ]\r\n", - " },\r\n", - " \u0022vpnGatewayGeneration\u0022: \u0022Generation1\u0022\r\n", - " }\r\n", - "}" - ] + "x-ms-arm-service-request-id": "959cad93-dfc0-4510-84c3-02611f3584ba", + "x-ms-client-request-id": "ade8fa4e8ae3a1e41be682c446dcd2fa", + "x-ms-correlation-request-id": "14b83c60-24ed-4bbc-b677-ea1f3f3a9071", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "90c1ced6-b884-44ad-88b0-ec7e413d6af0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T124546Z:14b83c60-24ed-4bbc-b677-ea1f3f3a9071" + }, + "ResponseBody": { + "name": "azsmnet6616", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2643/providers/Microsoft.Network/virtualNetworkGateways/azsmnet6616", + "etag": "W/\u0022db1f47f6-c38b-4fb1-a7d3-b4d5331da100\u0022", + "type": "Microsoft.Network/virtualNetworkGateways", + "location": "westus2", + "tags": { + "key": "value", + "tag2": "value", + "tag3": "value" + }, + "properties": { + "provisioningState": "Succeeded", + "resourceGuid": "073edbbe-5f45-4c9f-b7ec-f9696b524632", + "packetCaptureDiagnosticState": "None", + "enablePrivateIpAddress": false, + "isMigrateToCSES": false, + "ipConfigurations": [ + { + "name": "azsmnet5832", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2643/providers/Microsoft.Network/virtualNetworkGateways/azsmnet6616/ipConfigurations/azsmnet5832", + "etag": "W/\u0022db1f47f6-c38b-4fb1-a7d3-b4d5331da100\u0022", + "type": "Microsoft.Network/virtualNetworkGateways/ipConfigurations", + "properties": { + "provisioningState": "Succeeded", + "privateIPAllocationMethod": "Dynamic", + "publicIPAddress": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2643/providers/Microsoft.Network/publicIPAddresses/azsmnet9810" + }, + "subnet": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2643/providers/Microsoft.Network/virtualNetworks/azsmnet8316/subnets/GatewaySubnet" + } + } + } + ], + "natRules": [], + "virtualNetworkGatewayPolicyGroups": [], + "enableBgpRouteTranslationForNat": false, + "disableIPSecReplayProtection": false, + "sku": { + "name": "Basic", + "tier": "Basic", + "capacity": 2 + }, + "gatewayType": "Vpn", + "vpnType": "RouteBased", + "enableBgp": false, + "activeActive": false, + "bgpSettings": { + "asn": 65515, + "bgpPeeringAddress": "10.0.0.254", + "peerWeight": 0, + "bgpPeeringAddresses": [ + { + "ipconfigurationId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2643/providers/Microsoft.Network/virtualNetworkGateways/azsmnet6616/ipConfigurations/azsmnet5832", + "defaultBgpIpAddresses": [ + "10.0.0.254" + ], + "customBgpIpAddresses": [], + "tunnelIpAddresses": [ + "20.230.176.119" + ] + } + ] + }, + "vpnGatewayGeneration": "Generation1", + "allowRemoteVnetTraffic": false, + "allowVirtualWanTraffic": false + } + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/66db5000-34c1-4c4f-aed4-4944a81b4b1d?api-version=2021-02-01", - "RequestMethod": "GET", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2643/providers/Microsoft.Network/virtualNetworkGateways/azsmnet6616?api-version=2022-09-01", + "RequestMethod": "DELETE", "RequestHeaders": { + "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "46bad0ee7b4d627b0c198dd541eecd18", + "traceparent": "00-c8a410a5caba0b7044709bc4031830fd-8dd13f1f34daf031-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230421.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "13a670951db709717039e36361486327", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 200, + "StatusCode": 202, "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/695588fe-185f-4924-8e1d-c331ca7848af?api-version=2022-09-01", "Cache-Control": "no-cache", - "Content-Length": "29", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 16:27:26 GMT", + "Content-Length": "0", + "Date": "Fri, 21 Apr 2023 12:45:46 GMT", "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operationResults/695588fe-185f-4924-8e1d-c331ca7848af?api-version=2022-09-01", "Pragma": "no-cache", + "Retry-After": "10", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "04125921-1ce0-4b41-a5df-d2cc929014c3", - "x-ms-client-request-id": "46bad0ee7b4d627b0c198dd541eecd18", - "x-ms-correlation-request-id": "d8d83482-baf7-423a-8951-2f04b7c6bf18", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "7432e436-b0c1-413f-8a5d-0e1d1c8f2f91", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T162727Z:d8d83482-baf7-423a-8951-2f04b7c6bf18" - }, - "ResponseBody": [ - "{\r\n", - " \u0022status\u0022: \u0022Succeeded\u0022\r\n", - "}" - ] + "x-ms-arm-service-request-id": "2cf06153-7579-40c8-bcd8-4bc3874b716c", + "x-ms-client-request-id": "13a670951db709717039e36361486327", + "x-ms-correlation-request-id": "a747fbe7-15b5-4e3c-8c81-a4ba4fa3249c", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-request-id": "695588fe-185f-4924-8e1d-c331ca7848af", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T124547Z:a747fbe7-15b5-4e3c-8c81-a4ba4fa3249c" + }, + "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/virtualNetworkGateways/azsmnet6400?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/695588fe-185f-4924-8e1d-c331ca7848af?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "491c6daa2f323de0b1207b9a04c04754", + "traceparent": "00-c8a410a5caba0b7044709bc4031830fd-e2b2c706c2f29e4e-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "5b53cf65350b316089de3daaa7803fd2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2498", + "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 16:27:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "51fa161c-7acc-4084-a9a7-50d8ef393779", - "x-ms-client-request-id": "491c6daa2f323de0b1207b9a04c04754", - "x-ms-correlation-request-id": "7a0b34b2-e56f-47ad-9d4d-798d116e2a3e", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "507a7f0a-56f3-429c-b87a-03d5638ccca4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T162727Z:7a0b34b2-e56f-47ad-9d4d-798d116e2a3e" - }, - "ResponseBody": [ - "{\r\n", - " \u0022name\u0022: \u0022azsmnet6400\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/virtualNetworkGateways/azsmnet6400\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u0022b1182e0b-2ead-4884-a384-337efebd0179\\\u0022\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworkGateways\u0022,\r\n", - " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022tags\u0022: {\r\n", - " \u0022key\u0022: \u0022value\u0022,\r\n", - " \u0022tag2\u0022: \u0022value\u0022,\r\n", - " \u0022tag3\u0022: \u0022value\u0022\r\n", - " },\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022resourceGuid\u0022: \u0022557b923a-8a5b-4f15-9e97-142b41d4892a\u0022,\r\n", - " \u0022packetCaptureDiagnosticState\u0022: \u0022None\u0022,\r\n", - " \u0022enablePrivateIpAddress\u0022: false,\r\n", - " \u0022ipConfigurations\u0022: [\r\n", - " {\r\n", - " \u0022name\u0022: \u0022azsmnet176\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/virtualNetworkGateways/azsmnet6400/ipConfigurations/azsmnet176\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u0022b1182e0b-2ead-4884-a384-337efebd0179\\\u0022\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworkGateways/ipConfigurations\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022privateIPAllocationMethod\u0022: \u0022Dynamic\u0022,\r\n", - " \u0022publicIPAddress\u0022: {\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/publicIPAddresses/azsmnet945\u0022\r\n", - " },\r\n", - " \u0022subnet\u0022: {\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/virtualNetworks/azsmnet829/subnets/GatewaySubnet\u0022\r\n", - " }\r\n", - " }\r\n", - " }\r\n", - " ],\r\n", - " \u0022natRules\u0022: [],\r\n", - " \u0022enableBgpRouteTranslationForNat\u0022: false,\r\n", - " \u0022disableIPSecReplayProtection\u0022: false,\r\n", - " \u0022sku\u0022: {\r\n", - " \u0022name\u0022: \u0022Basic\u0022,\r\n", - " \u0022tier\u0022: \u0022Basic\u0022,\r\n", - " \u0022capacity\u0022: 2\r\n", - " },\r\n", - " \u0022gatewayType\u0022: \u0022Vpn\u0022,\r\n", - " \u0022vpnType\u0022: \u0022RouteBased\u0022,\r\n", - " \u0022enableBgp\u0022: false,\r\n", - " \u0022activeActive\u0022: false,\r\n", - " \u0022bgpSettings\u0022: {\r\n", - " \u0022asn\u0022: 65515,\r\n", - " \u0022bgpPeeringAddress\u0022: \u002210.0.0.254\u0022,\r\n", - " \u0022peerWeight\u0022: 0,\r\n", - " \u0022bgpPeeringAddresses\u0022: [\r\n", - " {\r\n", - " \u0022ipconfigurationId\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/virtualNetworkGateways/azsmnet6400/ipConfigurations/azsmnet176\u0022,\r\n", - " \u0022defaultBgpIpAddresses\u0022: [\r\n", - " \u002210.0.0.254\u0022\r\n", - " ],\r\n", - " \u0022customBgpIpAddresses\u0022: [],\r\n", - " \u0022tunnelIpAddresses\u0022: [\r\n", - " \u002252.229.37.1\u0022\r\n", - " ]\r\n", - " }\r\n", - " ]\r\n", - " },\r\n", - " \u0022vpnGatewayGeneration\u0022: \u0022Generation1\u0022\r\n", - " }\r\n", - "}" - ] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/virtualNetworkGateways/azsmnet6400?api-version=2021-02-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "04990f8c5e0f549a3f84a646e9612d9d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/40ca5a9a-13c3-4688-b723-b171078af5f7?api-version=2021-02-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Tue, 18 Jan 2022 16:27:27 GMT", + "Date": "Fri, 21 Apr 2023 12:45:46 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operationResults/40ca5a9a-13c3-4688-b723-b171078af5f7?api-version=2021-02-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -2232,22 +2534,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e0dfc412-864d-44ac-a2a9-82ffa021fb89", - "x-ms-client-request-id": "04990f8c5e0f549a3f84a646e9612d9d", - "x-ms-correlation-request-id": "204a4de2-e5d0-45f1-bcf7-62175ffb3fba", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "40ca5a9a-13c3-4688-b723-b171078af5f7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T162728Z:204a4de2-e5d0-45f1-bcf7-62175ffb3fba" + "x-ms-arm-service-request-id": "495004db-fdd7-48dc-989a-d3c614a0835f", + "x-ms-client-request-id": "5b53cf65350b316089de3daaa7803fd2", + "x-ms-correlation-request-id": "b1b48ed0-5294-4b17-88c1-d523be6d3edc", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "fca4059d-8c8e-4973-abed-aed930fa9df9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T124547Z:b1b48ed0-5294-4b17-88c1-d523be6d3edc" }, - "ResponseBody": [] + "ResponseBody": { + "status": "InProgress" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/40ca5a9a-13c3-4688-b723-b171078af5f7?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/695588fe-185f-4924-8e1d-c331ca7848af?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "314939d1c8544b08d2c80aae889a5350", + "traceparent": "00-c8a410a5caba0b7044709bc4031830fd-24c21695abaf6dd8-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b2a25b82c1522d8b86088aa15a7ff059", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2256,36 +2561,35 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 16:27:27 GMT", + "Date": "Fri, 21 Apr 2023 12:45:58 GMT", "Expires": "-1", "Pragma": "no-cache", - "Retry-After": "10", + "Retry-After": "20", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ebd4619c-d2c5-4bc1-bcfe-5b83e1363d00", - "x-ms-client-request-id": "314939d1c8544b08d2c80aae889a5350", - "x-ms-correlation-request-id": "324a50ae-963e-45d9-85cd-c6c26dfe75f1", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "be1d209e-100c-4302-b960-95e4f2acd35e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T162728Z:324a50ae-963e-45d9-85cd-c6c26dfe75f1" - }, - "ResponseBody": [ - "{\r\n", - " \u0022status\u0022: \u0022InProgress\u0022\r\n", - "}" - ] + "x-ms-arm-service-request-id": "449b0c47-a9d9-436a-9535-0ad7216d82b1", + "x-ms-client-request-id": "b2a25b82c1522d8b86088aa15a7ff059", + "x-ms-correlation-request-id": "85959fa1-1015-4c3f-b8b6-a8ba407ed17e", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "946c07d7-79e5-4596-911f-66cecc9dc4ad", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T124558Z:85959fa1-1015-4c3f-b8b6-a8ba407ed17e" + }, + "ResponseBody": { + "status": "InProgress" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/40ca5a9a-13c3-4688-b723-b171078af5f7?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/695588fe-185f-4924-8e1d-c331ca7848af?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "23a0def2d4d5632d3fda1392c96d545e", + "traceparent": "00-c8a410a5caba0b7044709bc4031830fd-aaceb75e69e6890b-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "92fd233c08f5ec1b32588790293ff708", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2294,7 +2598,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 16:27:38 GMT", + "Date": "Fri, 21 Apr 2023 12:46:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "20", @@ -2304,26 +2608,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d71f4844-e405-43dd-9353-4fbc55c83977", - "x-ms-client-request-id": "23a0def2d4d5632d3fda1392c96d545e", - "x-ms-correlation-request-id": "012cc9f3-e82e-4e16-8051-a17a7f0001f0", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "5dd77478-37b6-4010-8756-475966f8aecd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T162739Z:012cc9f3-e82e-4e16-8051-a17a7f0001f0" - }, - "ResponseBody": [ - "{\r\n", - " \u0022status\u0022: \u0022InProgress\u0022\r\n", - "}" - ] + "x-ms-arm-service-request-id": "c744b510-2ed3-4e48-a834-4fc81f21a894", + "x-ms-client-request-id": "92fd233c08f5ec1b32588790293ff708", + "x-ms-correlation-request-id": "268a345e-7adf-41f4-b9c8-bd9373b96970", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "5c6fc133-9773-42ac-8b8d-89a63186d2ee", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T124619Z:268a345e-7adf-41f4-b9c8-bd9373b96970" + }, + "ResponseBody": { + "status": "InProgress" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/40ca5a9a-13c3-4688-b723-b171078af5f7?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/695588fe-185f-4924-8e1d-c331ca7848af?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b0745a26fb183048d79fa05e1f223556", + "traceparent": "00-c8a410a5caba0b7044709bc4031830fd-cbbb21afeebf07ab-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "be6ff0d74a73a46c4325d403abbfd709", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2332,36 +2635,35 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 16:27:59 GMT", + "Date": "Fri, 21 Apr 2023 12:46:39 GMT", "Expires": "-1", "Pragma": "no-cache", - "Retry-After": "20", + "Retry-After": "40", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "14de5c06-7daa-4665-a76e-6888405d5322", - "x-ms-client-request-id": "b0745a26fb183048d79fa05e1f223556", - "x-ms-correlation-request-id": "52fd291d-d00b-4f1f-8a5e-6e64596270cb", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "eecf33fb-dbca-4033-b0db-1abcb9d96087", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T162759Z:52fd291d-d00b-4f1f-8a5e-6e64596270cb" - }, - "ResponseBody": [ - "{\r\n", - " \u0022status\u0022: \u0022InProgress\u0022\r\n", - "}" - ] + "x-ms-arm-service-request-id": "c3cc5f96-3a60-481f-88e2-ab6df3a15dd3", + "x-ms-client-request-id": "be6ff0d74a73a46c4325d403abbfd709", + "x-ms-correlation-request-id": "9e263289-3280-4c36-9089-5796663e32c2", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "ad6f2c4c-c08e-4d94-b81b-0466976f3c43", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T124639Z:9e263289-3280-4c36-9089-5796663e32c2" + }, + "ResponseBody": { + "status": "InProgress" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/40ca5a9a-13c3-4688-b723-b171078af5f7?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/695588fe-185f-4924-8e1d-c331ca7848af?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "213a43293a40fd760be6f279b5768165", + "traceparent": "00-c8a410a5caba0b7044709bc4031830fd-a982b3313b4414e9-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "836de4eeac837adc3fb680fa39fa0446", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2370,7 +2672,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 16:28:19 GMT", + "Date": "Fri, 21 Apr 2023 12:47:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "40", @@ -2380,26 +2682,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e2913cc6-f49c-4d8a-8683-1b61834ee775", - "x-ms-client-request-id": "213a43293a40fd760be6f279b5768165", - "x-ms-correlation-request-id": "af514c80-7397-4542-bfba-ba7deacc8e33", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "c5daa32d-8f0e-4866-a75e-769edcb00845", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T162819Z:af514c80-7397-4542-bfba-ba7deacc8e33" - }, - "ResponseBody": [ - "{\r\n", - " \u0022status\u0022: \u0022InProgress\u0022\r\n", - "}" - ] + "x-ms-arm-service-request-id": "dafc6859-1587-42b9-b42a-9902091f0446", + "x-ms-client-request-id": "836de4eeac837adc3fb680fa39fa0446", + "x-ms-correlation-request-id": "596022c3-009d-464f-916c-ee3d34e2012c", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "37de445f-0934-4530-baae-8377c35b24c6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T124720Z:596022c3-009d-464f-916c-ee3d34e2012c" + }, + "ResponseBody": { + "status": "InProgress" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/40ca5a9a-13c3-4688-b723-b171078af5f7?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/695588fe-185f-4924-8e1d-c331ca7848af?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2e87ab73a325f738966f4b3633cf441d", + "traceparent": "00-c8a410a5caba0b7044709bc4031830fd-54b51325aff6d4d9-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "6aca81113110f2e5b7594ed033184072", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2408,36 +2709,35 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 16:28:59 GMT", + "Date": "Fri, 21 Apr 2023 12:48:00 GMT", "Expires": "-1", "Pragma": "no-cache", - "Retry-After": "40", + "Retry-After": "80", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f5cec467-3106-49c4-a970-50111a0d6c03", - "x-ms-client-request-id": "2e87ab73a325f738966f4b3633cf441d", - "x-ms-correlation-request-id": "742e71d6-7de5-43a6-bd04-f287ccaee084", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "b4775b7b-1ad2-46ed-b035-39a4814db285", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T162859Z:742e71d6-7de5-43a6-bd04-f287ccaee084" - }, - "ResponseBody": [ - "{\r\n", - " \u0022status\u0022: \u0022InProgress\u0022\r\n", - "}" - ] + "x-ms-arm-service-request-id": "6b180ca0-9555-4974-b136-086aa835552e", + "x-ms-client-request-id": "6aca81113110f2e5b7594ed033184072", + "x-ms-correlation-request-id": "f8f38dc3-8dcd-44c3-9911-77229ab5d4f2", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "ad68a9aa-d2fc-4b55-a818-5d2469509f27", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T124801Z:f8f38dc3-8dcd-44c3-9911-77229ab5d4f2" + }, + "ResponseBody": { + "status": "InProgress" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/40ca5a9a-13c3-4688-b723-b171078af5f7?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/695588fe-185f-4924-8e1d-c331ca7848af?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8669bda53332eb1de476a43209ce7b61", + "traceparent": "00-c8a410a5caba0b7044709bc4031830fd-c2ad6910c2c75669-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "45a27e8074d22a8513f47ebcc9726a49", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2446,75 +2746,72 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 16:29:40 GMT", + "Date": "Fri, 21 Apr 2023 12:49:21 GMT", "Expires": "-1", "Pragma": "no-cache", - "Retry-After": "80", + "Retry-After": "160", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "37ffd0d9-6492-4e31-8271-36a6d56a3a94", - "x-ms-client-request-id": "8669bda53332eb1de476a43209ce7b61", - "x-ms-correlation-request-id": "68922c3f-ccce-42f8-b516-a8f6eed4dcea", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "a8784a26-4699-462c-b80e-8c6fc430d915", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T162940Z:68922c3f-ccce-42f8-b516-a8f6eed4dcea" - }, - "ResponseBody": [ - "{\r\n", - " \u0022status\u0022: \u0022InProgress\u0022\r\n", - "}" - ] + "x-ms-arm-service-request-id": "23bb7d79-13d0-4073-ad6f-0e87c73a38cc", + "x-ms-client-request-id": "45a27e8074d22a8513f47ebcc9726a49", + "x-ms-correlation-request-id": "8e72c4fb-4dff-4f57-b439-dde5c0973762", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "769e53fd-bfa7-49cb-8c19-2fedc310ff56", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T124921Z:8e72c4fb-4dff-4f57-b439-dde5c0973762" + }, + "ResponseBody": { + "status": "InProgress" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/40ca5a9a-13c3-4688-b723-b171078af5f7?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/695588fe-185f-4924-8e1d-c331ca7848af?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "73ea3b1d079a85300b438ad0ee3fca3c", + "traceparent": "00-c8a410a5caba0b7044709bc4031830fd-8f7db4ee711af8e5-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "29f18d206cf5bcf9fe7acb295e0b4627", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Connection": "close", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 16:30:59 GMT", + "Date": "Fri, 21 Apr 2023 12:52:02 GMT", "Expires": "-1", "Pragma": "no-cache", - "Retry-After": "160", + "Retry-After": "100", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "263fc36d-0350-4483-a240-4b5b6ea2737e", - "x-ms-client-request-id": "73ea3b1d079a85300b438ad0ee3fca3c", - "x-ms-correlation-request-id": "39a75fb5-1ece-44c3-9c79-6d978f5c863b", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "98b7d243-1990-416a-9493-ee8a3309b66d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T163100Z:39a75fb5-1ece-44c3-9c79-6d978f5c863b" - }, - "ResponseBody": [ - "{\r\n", - " \u0022status\u0022: \u0022InProgress\u0022\r\n", - "}" - ] + "x-ms-arm-service-request-id": "f50c5d23-d706-45bc-8985-c9a56c0649e0", + "x-ms-client-request-id": "29f18d206cf5bcf9fe7acb295e0b4627", + "x-ms-correlation-request-id": "3c68d544-f1f3-454e-bde1-76d7310a0a51", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "7f075633-13ba-4599-ad2b-8b93d98d20ee", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T125203Z:3c68d544-f1f3-454e-bde1-76d7310a0a51" + }, + "ResponseBody": { + "status": "InProgress" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/40ca5a9a-13c3-4688-b723-b171078af5f7?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/695588fe-185f-4924-8e1d-c331ca7848af?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f7d4d5a1fb0d40328d9c4aafff06eec7", + "traceparent": "00-c8a410a5caba0b7044709bc4031830fd-0bdd3ddb4af784ff-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "bb790d76be589d74fc9f561bb3292845", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2523,7 +2820,7 @@ "Cache-Control": "no-cache", "Content-Length": "29", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 16:33:40 GMT", + "Date": "Fri, 21 Apr 2023 12:53:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2532,23 +2829,22 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3f8e5ace-5f2b-426c-b4fd-6079771b703c", - "x-ms-client-request-id": "f7d4d5a1fb0d40328d9c4aafff06eec7", - "x-ms-correlation-request-id": "096a8bb0-3bc1-4e46-ac0a-25177689527d", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "afd1d8d6-9cca-48d8-9a75-88095b3cd281", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T163341Z:096a8bb0-3bc1-4e46-ac0a-25177689527d" - }, - "ResponseBody": [ - "{\r\n", - " \u0022status\u0022: \u0022Succeeded\u0022\r\n", - "}" - ] + "x-ms-arm-service-request-id": "f33bb1ab-3ed3-4173-bd72-8f015a98b31b", + "x-ms-client-request-id": "bb790d76be589d74fc9f561bb3292845", + "x-ms-correlation-request-id": "8b87b80d-8cf2-464a-ab2e-dbb56e0ee465", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "083f74f9-1339-4811-aef9-b493400a1dd5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T125344Z:8b87b80d-8cf2-464a-ab2e-dbb56e0ee465" + }, + "ResponseBody": { + "status": "Succeeded" + } } ], "Variables": { + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", "LOCATION": "eastus", - "RandomSeed": "1468535758", + "RandomSeed": "1207241010", "RESOURCE_MANAGER_URL": null, "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" } diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/GatewayOperationsTests/VnetGatewayBaseTestAsync.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/GatewayOperationsTests/VnetGatewayBaseTestAsync.json index 9e34d666aa62..637d51389b9a 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/GatewayOperationsTests/VnetGatewayBaseTestAsync.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/GatewayOperationsTests/VnetGatewayBaseTestAsync.json @@ -6,34 +6,43 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-1c961283be4c5b4395ccb95b10559e09-433b3aab5872a342-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "39196ab3a3709fe86ed7773d4f1d7093", + "traceparent": "00-461c022672ccc12565f669e542d7c4c7-922e3177b7828581-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "21333ce38647395e35bba94e937e5d95", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "468", + "Content-Length": "748", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 18:27:17 GMT", + "Date": "Fri, 21 Apr 2023 15:30:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "17dfe95d-7fa1-413c-9c5c-6e10dfcfb583", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-request-id": "17dfe95d-7fa1-413c-9c5c-6e10dfcfb583", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T182718Z:17dfe95d-7fa1-413c-9c5c-6e10dfcfb583" + "x-ms-correlation-request-id": "b7a70b6b-11c6-420d-9d68-bad715ddfbe1", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "b7a70b6b-11c6-420d-9d68-bad715ddfbe1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T153014Z:b7a70b6b-11c6-420d-9d68-bad715ddfbe1" }, "ResponseBody": { "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", "authorizationSource": "RoleBased", "managedByTenants": [], "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" + "TagKey-9823": "TagValue-1254", + "TagKey-3481": "TagValue-320", + "TagKey-4926": "TagValue-1187", + "TagKey-751": "TagValue-3921", + "TagKey-1866": "TagValue-8559", + "TagKey-3094": "TagValue-9190", + "TagKey-2449": "TagValue-9", + "TagKey-8379": "TagValue-164", + "TagKey-7470": "TagValue-2205", + "TagKey-4236": "TagValue-3698", + "TagKey-5316": "TagValue-2725" }, "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", @@ -47,15 +56,16 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/csmrg5667?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/csmrg7534?api-version=**", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "31", + "Content-Length": "21", "Content-Type": "application/json", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d0d2a30a42e5f585c6dbdbf0d4271876", + "traceparent": "00-65d1c3239c3fb1c0f3dc34451e149e42-645310dea036d9c7-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "441946b38e199eb0cea5172845613037", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -64,39 +74,39 @@ "StatusCode": 201, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "225", + "Content-Length": "215", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 18:27:18 GMT", + "Date": "Fri, 21 Apr 2023 15:30:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6bd903d4-2983-46ab-9b8b-a55e9090bd67", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "6bd903d4-2983-46ab-9b8b-a55e9090bd67", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T182718Z:6bd903d4-2983-46ab-9b8b-a55e9090bd67" + "x-ms-correlation-request-id": "326c19c9-efde-4b19-9ea9-162f3c9955df", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "326c19c9-efde-4b19-9ea9-162f3c9955df", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T153018Z:326c19c9-efde-4b19-9ea9-162f3c9955df" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667", - "name": "csmrg5667", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7534", + "name": "csmrg7534", "type": "Microsoft.Resources/resourceGroups", "location": "eastus", - "tags": {}, "properties": { "provisioningState": "Succeeded" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/virtualNetworks/azsmnet829?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7534/providers/Microsoft.Network/virtualNetworks/azsmnet9230?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "223", "Content-Type": "application/json", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "cd3ff468e2d8f6c351ec741d64bc00c9", + "traceparent": "00-000743c215b3130b8b8ee1a6184c08cb-5cf5a97471c7a023-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230421.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "608138683c62039cc962615995240614", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -126,11 +136,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/43d8f9a8-b402-4b89-ac65-f5b259833fcd?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/e025ae95-bc9e-4980-bb64-1a062b387943?api-version=2022-09-01", "Cache-Control": "no-cache", - "Content-Length": "1333", + "Content-Length": "1337", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 18:27:22 GMT", + "Date": "Fri, 21 Apr 2023 15:30:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -140,62 +150,98 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "75b2aaab-06bd-40fc-bb55-2c1417985e2c", - "x-ms-client-request-id": "cd3ff468e2d8f6c351ec741d64bc00c9", - "x-ms-correlation-request-id": "13446b80-377f-491e-a531-f27cae4914bd", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "43d8f9a8-b402-4b89-ac65-f5b259833fcd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T182722Z:13446b80-377f-491e-a531-f27cae4914bd" - }, - "ResponseBody": [ - "{\r\n", - " \u0022name\u0022: \u0022azsmnet829\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/virtualNetworks/azsmnet829\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u00221d61ad55-cbce-4c9e-abac-fb4a84b467eb\\\u0022\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks\u0022,\r\n", - " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", - " \u0022resourceGuid\u0022: \u00228201bcdc-186e-4cb6-8583-43aa1997c461\u0022,\r\n", - " \u0022addressSpace\u0022: {\r\n", - " \u0022addressPrefixes\u0022: [\r\n", - " \u002210.0.0.0/16\u0022\r\n", - " ]\r\n", - " },\r\n", - " \u0022dhcpOptions\u0022: {\r\n", - " \u0022dnsServers\u0022: [\r\n", - " \u002210.1.1.1\u0022,\r\n", - " \u002210.1.2.4\u0022\r\n", - " ]\r\n", - " },\r\n", - " \u0022subnets\u0022: [\r\n", - " {\r\n", - " \u0022name\u0022: \u0022GatewaySubnet\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/virtualNetworks/azsmnet829/subnets/GatewaySubnet\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u00221d61ad55-cbce-4c9e-abac-fb4a84b467eb\\\u0022\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", - " \u0022addressPrefix\u0022: \u002210.0.0.0/24\u0022,\r\n", - " \u0022delegations\u0022: [],\r\n", - " \u0022privateEndpointNetworkPolicies\u0022: \u0022Enabled\u0022,\r\n", - " \u0022privateLinkServiceNetworkPolicies\u0022: \u0022Enabled\u0022\r\n", - " },\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks/subnets\u0022\r\n", - " }\r\n", - " ],\r\n", - " \u0022virtualNetworkPeerings\u0022: [],\r\n", - " \u0022enableDdosProtection\u0022: false\r\n", - " }\r\n", - "}" - ] + "x-ms-arm-service-request-id": "294b2e86-96c5-4cac-9a41-743c80d6d828", + "x-ms-client-request-id": "608138683c62039cc962615995240614", + "x-ms-correlation-request-id": "0d832f80-a1e4-4295-9285-7b6583202ed7", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "e025ae95-bc9e-4980-bb64-1a062b387943", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T153026Z:0d832f80-a1e4-4295-9285-7b6583202ed7" + }, + "ResponseBody": { + "name": "azsmnet9230", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7534/providers/Microsoft.Network/virtualNetworks/azsmnet9230", + "etag": "W/\u00221a9c822e-47fc-4045-92ba-ccace06d910e\u0022", + "type": "Microsoft.Network/virtualNetworks", + "location": "westus2", + "properties": { + "provisioningState": "Updating", + "resourceGuid": "941efafb-db51-410a-82e5-96ecea0045e6", + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "dhcpOptions": { + "dnsServers": [ + "10.1.1.1", + "10.1.2.4" + ] + }, + "subnets": [ + { + "name": "GatewaySubnet", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7534/providers/Microsoft.Network/virtualNetworks/azsmnet9230/subnets/GatewaySubnet", + "etag": "W/\u00221a9c822e-47fc-4045-92ba-ccace06d910e\u0022", + "properties": { + "provisioningState": "Updating", + "addressPrefix": "10.0.0.0/24", + "delegations": [], + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + }, + "type": "Microsoft.Network/virtualNetworks/subnets" + } + ], + "virtualNetworkPeerings": [], + "enableDdosProtection": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/e025ae95-bc9e-4980-bb64-1a062b387943?api-version=2022-09-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-000743c215b3130b8b8ee1a6184c08cb-b68a338f250460a3-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "2416a51608140a517c40502c4f453980", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Apr 2023 15:30:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "f8766eca-a1bd-49e8-a3c6-7c0849f417a7", + "x-ms-client-request-id": "2416a51608140a517c40502c4f453980", + "x-ms-correlation-request-id": "b4118335-efec-42e7-9e2f-41d294bfdbd3", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "583b6e67-c9f4-4662-91e1-cab6549c481a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T153026Z:b4118335-efec-42e7-9e2f-41d294bfdbd3" + }, + "ResponseBody": { + "status": "InProgress" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/43d8f9a8-b402-4b89-ac65-f5b259833fcd?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/e025ae95-bc9e-4980-bb64-1a062b387943?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7bb5d3c6b554c0320ed9945610d8611f", + "traceparent": "00-000743c215b3130b8b8ee1a6184c08cb-5fa1139e4807aeb0-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "93ec1411d8bb9fb58afdddea5b55f2d8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -204,7 +250,7 @@ "Cache-Control": "no-cache", "Content-Length": "29", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 18:27:22 GMT", + "Date": "Fri, 21 Apr 2023 15:30:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -213,36 +259,35 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e12df081-df10-4f65-bfe5-bb8c3e7e0f5e", - "x-ms-client-request-id": "7bb5d3c6b554c0320ed9945610d8611f", - "x-ms-correlation-request-id": "35380595-36e4-4531-8cbf-6d4116c5e926", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-request-id": "bcdae6a2-901b-4d42-a3a8-911ceb906173", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T182723Z:35380595-36e4-4531-8cbf-6d4116c5e926" - }, - "ResponseBody": [ - "{\r\n", - " \u0022status\u0022: \u0022Succeeded\u0022\r\n", - "}" - ] + "x-ms-arm-service-request-id": "5d6d3f7f-a3eb-4002-b091-5a7a06b92001", + "x-ms-client-request-id": "93ec1411d8bb9fb58afdddea5b55f2d8", + "x-ms-correlation-request-id": "1cb72219-3243-4010-9226-790ed81efb62", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "145c9b29-45bd-42d2-920c-4ba67599bc9a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T153037Z:1cb72219-3243-4010-9226-790ed81efb62" + }, + "ResponseBody": { + "status": "Succeeded" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/virtualNetworks/azsmnet829?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7534/providers/Microsoft.Network/virtualNetworks/azsmnet9230?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "88c527daeb6f9aa9cdab892e1ab648b7", + "traceparent": "00-000743c215b3130b8b8ee1a6184c08cb-7aaeed3b73862dad-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ef42e808e10e50ff7c6ae2f77882343d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1335", + "Content-Length": "1339", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 18:27:22 GMT", - "ETag": "W/\u0022f03cb1d8-c261-403c-8119-43a9265fecca\u0022", + "Date": "Fri, 21 Apr 2023 15:30:36 GMT", + "ETag": "W/\u0022054fc817-3437-4924-af3d-22fe77a74060\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -251,73 +296,72 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9ded7656-fd90-4bd1-a38c-d705034f94ba", - "x-ms-client-request-id": "88c527daeb6f9aa9cdab892e1ab648b7", - "x-ms-correlation-request-id": "763e1cb1-9b6c-4e0a-a4f4-5fafdd3153cb", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-request-id": "55efdca7-4758-4ec3-bd1c-c7f0b51c1a42", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T182723Z:763e1cb1-9b6c-4e0a-a4f4-5fafdd3153cb" - }, - "ResponseBody": [ - "{\r\n", - " \u0022name\u0022: \u0022azsmnet829\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/virtualNetworks/azsmnet829\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u0022f03cb1d8-c261-403c-8119-43a9265fecca\\\u0022\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks\u0022,\r\n", - " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022resourceGuid\u0022: \u00228201bcdc-186e-4cb6-8583-43aa1997c461\u0022,\r\n", - " \u0022addressSpace\u0022: {\r\n", - " \u0022addressPrefixes\u0022: [\r\n", - " \u002210.0.0.0/16\u0022\r\n", - " ]\r\n", - " },\r\n", - " \u0022dhcpOptions\u0022: {\r\n", - " \u0022dnsServers\u0022: [\r\n", - " \u002210.1.1.1\u0022,\r\n", - " \u002210.1.2.4\u0022\r\n", - " ]\r\n", - " },\r\n", - " \u0022subnets\u0022: [\r\n", - " {\r\n", - " \u0022name\u0022: \u0022GatewaySubnet\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/virtualNetworks/azsmnet829/subnets/GatewaySubnet\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u0022f03cb1d8-c261-403c-8119-43a9265fecca\\\u0022\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022addressPrefix\u0022: \u002210.0.0.0/24\u0022,\r\n", - " \u0022delegations\u0022: [],\r\n", - " \u0022privateEndpointNetworkPolicies\u0022: \u0022Enabled\u0022,\r\n", - " \u0022privateLinkServiceNetworkPolicies\u0022: \u0022Enabled\u0022\r\n", - " },\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks/subnets\u0022\r\n", - " }\r\n", - " ],\r\n", - " \u0022virtualNetworkPeerings\u0022: [],\r\n", - " \u0022enableDdosProtection\u0022: false\r\n", - " }\r\n", - "}" - ] + "x-ms-arm-service-request-id": "3c66823c-ebc7-458b-a5c1-dcc5ee0fd11a", + "x-ms-client-request-id": "ef42e808e10e50ff7c6ae2f77882343d", + "x-ms-correlation-request-id": "a8356bd5-ab88-49bc-bbae-fb3018e9e40f", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "66c80fbc-a979-4c3e-8f18-636786c7126a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T153037Z:a8356bd5-ab88-49bc-bbae-fb3018e9e40f" + }, + "ResponseBody": { + "name": "azsmnet9230", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7534/providers/Microsoft.Network/virtualNetworks/azsmnet9230", + "etag": "W/\u0022054fc817-3437-4924-af3d-22fe77a74060\u0022", + "type": "Microsoft.Network/virtualNetworks", + "location": "westus2", + "properties": { + "provisioningState": "Succeeded", + "resourceGuid": "941efafb-db51-410a-82e5-96ecea0045e6", + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "dhcpOptions": { + "dnsServers": [ + "10.1.1.1", + "10.1.2.4" + ] + }, + "subnets": [ + { + "name": "GatewaySubnet", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7534/providers/Microsoft.Network/virtualNetworks/azsmnet9230/subnets/GatewaySubnet", + "etag": "W/\u0022054fc817-3437-4924-af3d-22fe77a74060\u0022", + "properties": { + "provisioningState": "Succeeded", + "addressPrefix": "10.0.0.0/24", + "delegations": [], + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + }, + "type": "Microsoft.Network/virtualNetworks/subnets" + } + ], + "virtualNetworkPeerings": [], + "enableDdosProtection": false + } + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/virtualNetworks/azsmnet829?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7534/providers/Microsoft.Network/virtualNetworks/azsmnet9230?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9156153c840658756de87bf839d1826b", + "traceparent": "00-82888a8fc4e7846cdc2bb11a2307d04b-a373c2e275a0e533-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230421.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "fd365f3fc6043ebdf0779a162a66af26", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1335", + "Content-Length": "1339", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 18:27:23 GMT", - "ETag": "W/\u0022f03cb1d8-c261-403c-8119-43a9265fecca\u0022", + "Date": "Fri, 21 Apr 2023 15:30:37 GMT", + "ETag": "W/\u0022054fc817-3437-4924-af3d-22fe77a74060\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -326,73 +370,72 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "df329c18-3391-4420-b24a-9c7e467c5d81", - "x-ms-client-request-id": "9156153c840658756de87bf839d1826b", - "x-ms-correlation-request-id": "19999aed-5550-4de0-a812-7723f4d9661a", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-request-id": "040bff24-3b51-4c2a-9e08-5124b523d75a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T182723Z:19999aed-5550-4de0-a812-7723f4d9661a" - }, - "ResponseBody": [ - "{\r\n", - " \u0022name\u0022: \u0022azsmnet829\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/virtualNetworks/azsmnet829\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u0022f03cb1d8-c261-403c-8119-43a9265fecca\\\u0022\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks\u0022,\r\n", - " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022resourceGuid\u0022: \u00228201bcdc-186e-4cb6-8583-43aa1997c461\u0022,\r\n", - " \u0022addressSpace\u0022: {\r\n", - " \u0022addressPrefixes\u0022: [\r\n", - " \u002210.0.0.0/16\u0022\r\n", - " ]\r\n", - " },\r\n", - " \u0022dhcpOptions\u0022: {\r\n", - " \u0022dnsServers\u0022: [\r\n", - " \u002210.1.1.1\u0022,\r\n", - " \u002210.1.2.4\u0022\r\n", - " ]\r\n", - " },\r\n", - " \u0022subnets\u0022: [\r\n", - " {\r\n", - " \u0022name\u0022: \u0022GatewaySubnet\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/virtualNetworks/azsmnet829/subnets/GatewaySubnet\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u0022f03cb1d8-c261-403c-8119-43a9265fecca\\\u0022\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022addressPrefix\u0022: \u002210.0.0.0/24\u0022,\r\n", - " \u0022delegations\u0022: [],\r\n", - " \u0022privateEndpointNetworkPolicies\u0022: \u0022Enabled\u0022,\r\n", - " \u0022privateLinkServiceNetworkPolicies\u0022: \u0022Enabled\u0022\r\n", - " },\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks/subnets\u0022\r\n", - " }\r\n", - " ],\r\n", - " \u0022virtualNetworkPeerings\u0022: [],\r\n", - " \u0022enableDdosProtection\u0022: false\r\n", - " }\r\n", - "}" - ] + "x-ms-arm-service-request-id": "1e698a84-2a99-477d-a978-0895edc48de4", + "x-ms-client-request-id": "fd365f3fc6043ebdf0779a162a66af26", + "x-ms-correlation-request-id": "0f8bde11-b35d-4441-a878-1eab31423847", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "117bc3bb-9ebf-4803-8768-18dac09b6fd7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T153038Z:0f8bde11-b35d-4441-a878-1eab31423847" + }, + "ResponseBody": { + "name": "azsmnet9230", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7534/providers/Microsoft.Network/virtualNetworks/azsmnet9230", + "etag": "W/\u0022054fc817-3437-4924-af3d-22fe77a74060\u0022", + "type": "Microsoft.Network/virtualNetworks", + "location": "westus2", + "properties": { + "provisioningState": "Succeeded", + "resourceGuid": "941efafb-db51-410a-82e5-96ecea0045e6", + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "dhcpOptions": { + "dnsServers": [ + "10.1.1.1", + "10.1.2.4" + ] + }, + "subnets": [ + { + "name": "GatewaySubnet", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7534/providers/Microsoft.Network/virtualNetworks/azsmnet9230/subnets/GatewaySubnet", + "etag": "W/\u0022054fc817-3437-4924-af3d-22fe77a74060\u0022", + "properties": { + "provisioningState": "Succeeded", + "addressPrefix": "10.0.0.0/24", + "delegations": [], + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + }, + "type": "Microsoft.Network/virtualNetworks/subnets" + } + ], + "virtualNetworkPeerings": [], + "enableDdosProtection": false + } + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/virtualNetworks/azsmnet829?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7534/providers/Microsoft.Network/virtualNetworks/azsmnet9230?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8632a84828d4dbef291aaea82c04a658", + "traceparent": "00-bb57aa4c0ee28ee93ba72dba14d9031d-4409166d640f53f4-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230421.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "6724784e49022f72149b1651f5be2608", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1335", + "Content-Length": "1339", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 18:27:23 GMT", - "ETag": "W/\u0022f03cb1d8-c261-403c-8119-43a9265fecca\u0022", + "Date": "Fri, 21 Apr 2023 15:30:37 GMT", + "ETag": "W/\u0022054fc817-3437-4924-af3d-22fe77a74060\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -401,73 +444,72 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "64b8b0fe-d2d8-40f8-b5d9-2f5e3d24d859", - "x-ms-client-request-id": "8632a84828d4dbef291aaea82c04a658", - "x-ms-correlation-request-id": "98a93fc7-e100-4563-a342-9c8f03522a43", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-request-id": "aff02427-5b69-49fe-93d4-037c9c59a914", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T182723Z:98a93fc7-e100-4563-a342-9c8f03522a43" - }, - "ResponseBody": [ - "{\r\n", - " \u0022name\u0022: \u0022azsmnet829\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/virtualNetworks/azsmnet829\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u0022f03cb1d8-c261-403c-8119-43a9265fecca\\\u0022\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks\u0022,\r\n", - " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022resourceGuid\u0022: \u00228201bcdc-186e-4cb6-8583-43aa1997c461\u0022,\r\n", - " \u0022addressSpace\u0022: {\r\n", - " \u0022addressPrefixes\u0022: [\r\n", - " \u002210.0.0.0/16\u0022\r\n", - " ]\r\n", - " },\r\n", - " \u0022dhcpOptions\u0022: {\r\n", - " \u0022dnsServers\u0022: [\r\n", - " \u002210.1.1.1\u0022,\r\n", - " \u002210.1.2.4\u0022\r\n", - " ]\r\n", - " },\r\n", - " \u0022subnets\u0022: [\r\n", - " {\r\n", - " \u0022name\u0022: \u0022GatewaySubnet\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/virtualNetworks/azsmnet829/subnets/GatewaySubnet\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u0022f03cb1d8-c261-403c-8119-43a9265fecca\\\u0022\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022addressPrefix\u0022: \u002210.0.0.0/24\u0022,\r\n", - " \u0022delegations\u0022: [],\r\n", - " \u0022privateEndpointNetworkPolicies\u0022: \u0022Enabled\u0022,\r\n", - " \u0022privateLinkServiceNetworkPolicies\u0022: \u0022Enabled\u0022\r\n", - " },\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks/subnets\u0022\r\n", - " }\r\n", - " ],\r\n", - " \u0022virtualNetworkPeerings\u0022: [],\r\n", - " \u0022enableDdosProtection\u0022: false\r\n", - " }\r\n", - "}" - ] + "x-ms-arm-service-request-id": "e2f18b22-66e4-4c09-bebe-d98e9bac2c17", + "x-ms-client-request-id": "6724784e49022f72149b1651f5be2608", + "x-ms-correlation-request-id": "a98ce5d3-9911-434a-ae69-8437aa495aa4", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "db400a2a-0159-4f22-b57f-3e7390bc498c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T153038Z:a98ce5d3-9911-434a-ae69-8437aa495aa4" + }, + "ResponseBody": { + "name": "azsmnet9230", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7534/providers/Microsoft.Network/virtualNetworks/azsmnet9230", + "etag": "W/\u0022054fc817-3437-4924-af3d-22fe77a74060\u0022", + "type": "Microsoft.Network/virtualNetworks", + "location": "westus2", + "properties": { + "provisioningState": "Succeeded", + "resourceGuid": "941efafb-db51-410a-82e5-96ecea0045e6", + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "dhcpOptions": { + "dnsServers": [ + "10.1.1.1", + "10.1.2.4" + ] + }, + "subnets": [ + { + "name": "GatewaySubnet", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7534/providers/Microsoft.Network/virtualNetworks/azsmnet9230/subnets/GatewaySubnet", + "etag": "W/\u0022054fc817-3437-4924-af3d-22fe77a74060\u0022", + "properties": { + "provisioningState": "Succeeded", + "addressPrefix": "10.0.0.0/24", + "delegations": [], + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + }, + "type": "Microsoft.Network/virtualNetworks/subnets" + } + ], + "virtualNetworkPeerings": [], + "enableDdosProtection": false + } + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/virtualNetworks/azsmnet829/subnets/GatewaySubnet?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7534/providers/Microsoft.Network/virtualNetworks/azsmnet9230/subnets/GatewaySubnet?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "fa19dc91d0825518b26c1a876fb161fb", + "traceparent": "00-b7246da07efcd9b179995851d7bbb056-63f68302190a6b8c-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230421.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "fbab9fc9f51f41d42a03ff9747e82515", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "537", + "Content-Length": "539", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 18:27:23 GMT", - "ETag": "W/\u0022f03cb1d8-c261-403c-8119-43a9265fecca\u0022", + "Date": "Fri, 21 Apr 2023 15:30:39 GMT", + "ETag": "W/\u0022054fc817-3437-4924-af3d-22fe77a74060\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -476,39 +518,38 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7dd5102f-f816-4e0d-ba49-74de48611ed3", - "x-ms-client-request-id": "fa19dc91d0825518b26c1a876fb161fb", - "x-ms-correlation-request-id": "eb851c3f-a6ce-4d19-9181-ab0d27086690", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-request-id": "ac81b1a6-d9d2-4737-be72-499f601227e0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T182724Z:eb851c3f-a6ce-4d19-9181-ab0d27086690" - }, - "ResponseBody": [ - "{\r\n", - " \u0022name\u0022: \u0022GatewaySubnet\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/virtualNetworks/azsmnet829/subnets/GatewaySubnet\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u0022f03cb1d8-c261-403c-8119-43a9265fecca\\\u0022\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022addressPrefix\u0022: \u002210.0.0.0/24\u0022,\r\n", - " \u0022delegations\u0022: [],\r\n", - " \u0022privateEndpointNetworkPolicies\u0022: \u0022Enabled\u0022,\r\n", - " \u0022privateLinkServiceNetworkPolicies\u0022: \u0022Enabled\u0022\r\n", - " },\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworks/subnets\u0022\r\n", - "}" - ] + "x-ms-arm-service-request-id": "456cba51-4b3b-4aaf-bcc0-7b77d23aa8db", + "x-ms-client-request-id": "fbab9fc9f51f41d42a03ff9747e82515", + "x-ms-correlation-request-id": "c55cf002-eac4-48e9-a75f-bb5bcea64db7", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "2055d069-a838-41fe-bebe-052c9c66f271", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T153039Z:c55cf002-eac4-48e9-a75f-bb5bcea64db7" + }, + "ResponseBody": { + "name": "GatewaySubnet", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7534/providers/Microsoft.Network/virtualNetworks/azsmnet9230/subnets/GatewaySubnet", + "etag": "W/\u0022054fc817-3437-4924-af3d-22fe77a74060\u0022", + "properties": { + "provisioningState": "Succeeded", + "addressPrefix": "10.0.0.0/24", + "delegations": [], + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + }, + "type": "Microsoft.Network/virtualNetworks/subnets" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/publicIPAddresses/azsmnet1460?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7534/providers/Microsoft.Network/publicIPAddresses/azsmnet2010?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "145", "Content-Type": "application/json", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c18372e614e27a2667ecd6cc2c694223", + "traceparent": "00-c85603f914af3679c9556c6f416ee327-4c6292d3d10db70b-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230421.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "cc5effa9f53b06ede868af6c49315091", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -519,18 +560,18 @@ "properties": { "publicIPAllocationMethod": "Dynamic", "dnsSettings": { - "domainNameLabel": "azsmnet9189" + "domainNameLabel": "azsmnet9049" } } }, "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/6745da3d-af19-4c4b-8c5f-cd88dbfd189a?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ad1bc30e-4b07-4e5d-af81-cc5814527066?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "796", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 18:27:27 GMT", + "Date": "Fri, 21 Apr 2023 15:30:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "1", @@ -540,49 +581,48 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2c8b947f-6098-4ad4-abf2-ed0715d10e4f", - "x-ms-client-request-id": "c18372e614e27a2667ecd6cc2c694223", - "x-ms-correlation-request-id": "31177c06-bc42-4cf5-9628-f97ce00eef7b", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "6745da3d-af19-4c4b-8c5f-cd88dbfd189a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T182728Z:31177c06-bc42-4cf5-9628-f97ce00eef7b" - }, - "ResponseBody": [ - "{\r\n", - " \u0022name\u0022: \u0022azsmnet1460\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/publicIPAddresses/azsmnet1460\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u0022cf27cd3f-535d-45c7-965c-8dc1322dfee7\\\u0022\u0022,\r\n", - " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022tags\u0022: {\r\n", - " \u0022key\u0022: \u0022value\u0022\r\n", - " },\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", - " \u0022resourceGuid\u0022: \u0022ae12cec6-553d-48dd-8d7f-f20239665801\u0022,\r\n", - " \u0022publicIPAddressVersion\u0022: \u0022IPv4\u0022,\r\n", - " \u0022publicIPAllocationMethod\u0022: \u0022Dynamic\u0022,\r\n", - " \u0022idleTimeoutInMinutes\u0022: 4,\r\n", - " \u0022dnsSettings\u0022: {\r\n", - " \u0022domainNameLabel\u0022: \u0022azsmnet9189\u0022,\r\n", - " \u0022fqdn\u0022: \u0022azsmnet9189.westus2.cloudapp.azure.com\u0022\r\n", - " },\r\n", - " \u0022ipTags\u0022: []\r\n", - " },\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/publicIPAddresses\u0022,\r\n", - " \u0022sku\u0022: {\r\n", - " \u0022name\u0022: \u0022Basic\u0022,\r\n", - " \u0022tier\u0022: \u0022Regional\u0022\r\n", - " }\r\n", - "}" - ] + "x-ms-arm-service-request-id": "e3eb6f7a-e748-4e49-850d-769520987804", + "x-ms-client-request-id": "cc5effa9f53b06ede868af6c49315091", + "x-ms-correlation-request-id": "74b7c3e7-3886-44db-83f6-293cdd2db6e2", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "ad1bc30e-4b07-4e5d-af81-cc5814527066", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T153043Z:74b7c3e7-3886-44db-83f6-293cdd2db6e2" + }, + "ResponseBody": { + "name": "azsmnet2010", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7534/providers/Microsoft.Network/publicIPAddresses/azsmnet2010", + "etag": "W/\u00222217b354-dd92-473c-984d-502edf6503bd\u0022", + "location": "westus2", + "tags": { + "key": "value" + }, + "properties": { + "provisioningState": "Updating", + "resourceGuid": "2a3758c2-4564-4216-932b-7f70f1ee0cad", + "publicIPAddressVersion": "IPv4", + "publicIPAllocationMethod": "Dynamic", + "idleTimeoutInMinutes": 4, + "dnsSettings": { + "domainNameLabel": "azsmnet9049", + "fqdn": "azsmnet9049.westus2.cloudapp.azure.com" + }, + "ipTags": [] + }, + "type": "Microsoft.Network/publicIPAddresses", + "sku": { + "name": "Basic", + "tier": "Regional" + } + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/6745da3d-af19-4c4b-8c5f-cd88dbfd189a?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ad1bc30e-4b07-4e5d-af81-cc5814527066?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "331d0e7fcfd404f9d307682c7fe540b1", + "traceparent": "00-c85603f914af3679c9556c6f416ee327-29ba11b82b1b9db2-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "26153995fcaab5640e180c6b92bebacd", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -591,7 +631,7 @@ "Cache-Control": "no-cache", "Content-Length": "29", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 18:27:28 GMT", + "Date": "Fri, 21 Apr 2023 15:30:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -600,26 +640,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c3bcfc66-244b-4f3f-b006-134969b5750b", - "x-ms-client-request-id": "331d0e7fcfd404f9d307682c7fe540b1", - "x-ms-correlation-request-id": "a42af0b5-dae9-43ea-b708-8126dbfad542", - "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-request-id": "6863bfdb-5f7f-4e4e-be40-1388b6a403c4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T182728Z:a42af0b5-dae9-43ea-b708-8126dbfad542" - }, - "ResponseBody": [ - "{\r\n", - " \u0022status\u0022: \u0022Succeeded\u0022\r\n", - "}" - ] + "x-ms-arm-service-request-id": "2bf15808-8eee-4630-9ac8-8449cc73b4e6", + "x-ms-client-request-id": "26153995fcaab5640e180c6b92bebacd", + "x-ms-correlation-request-id": "2894b668-0364-4f6b-a798-587e219a7420", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "ffbe4b9d-889b-478b-837a-6c6f0f270a95", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T153043Z:2894b668-0364-4f6b-a798-587e219a7420" + }, + "ResponseBody": { + "status": "Succeeded" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/publicIPAddresses/azsmnet1460?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7534/providers/Microsoft.Network/publicIPAddresses/azsmnet2010?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "044a4c45a1426e34e2a7ec7a07bf0fef", + "traceparent": "00-c85603f914af3679c9556c6f416ee327-886a0b76fe52e2c2-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "9b9bb546075a4fb45b7b903cab111ebc", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -628,8 +667,8 @@ "Cache-Control": "no-cache", "Content-Length": "797", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 18:27:28 GMT", - "ETag": "W/\u0022e69cca19-2e30-4a0c-9baf-fa3e37eb4aae\u0022", + "Date": "Fri, 21 Apr 2023 15:30:43 GMT", + "ETag": "W/\u00228c9823ab-3ca7-4fe3-959c-6c06830c1e08\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -638,50 +677,49 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "22a42d5d-2ca5-4623-ba84-ded51472c5e8", - "x-ms-client-request-id": "044a4c45a1426e34e2a7ec7a07bf0fef", - "x-ms-correlation-request-id": "37b5eba0-9a8e-4c2a-8487-b351467a8011", - "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-request-id": "a1ac5c5c-327c-488d-9355-9ee35effa654", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T182729Z:37b5eba0-9a8e-4c2a-8487-b351467a8011" - }, - "ResponseBody": [ - "{\r\n", - " \u0022name\u0022: \u0022azsmnet1460\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/publicIPAddresses/azsmnet1460\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u0022e69cca19-2e30-4a0c-9baf-fa3e37eb4aae\\\u0022\u0022,\r\n", - " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022tags\u0022: {\r\n", - " \u0022key\u0022: \u0022value\u0022\r\n", - " },\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022resourceGuid\u0022: \u0022ae12cec6-553d-48dd-8d7f-f20239665801\u0022,\r\n", - " \u0022publicIPAddressVersion\u0022: \u0022IPv4\u0022,\r\n", - " \u0022publicIPAllocationMethod\u0022: \u0022Dynamic\u0022,\r\n", - " \u0022idleTimeoutInMinutes\u0022: 4,\r\n", - " \u0022dnsSettings\u0022: {\r\n", - " \u0022domainNameLabel\u0022: \u0022azsmnet9189\u0022,\r\n", - " \u0022fqdn\u0022: \u0022azsmnet9189.westus2.cloudapp.azure.com\u0022\r\n", - " },\r\n", - " \u0022ipTags\u0022: []\r\n", - " },\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/publicIPAddresses\u0022,\r\n", - " \u0022sku\u0022: {\r\n", - " \u0022name\u0022: \u0022Basic\u0022,\r\n", - " \u0022tier\u0022: \u0022Regional\u0022\r\n", - " }\r\n", - "}" - ] + "x-ms-arm-service-request-id": "fd69a153-fcba-437b-9ba0-d6c80e4115ae", + "x-ms-client-request-id": "9b9bb546075a4fb45b7b903cab111ebc", + "x-ms-correlation-request-id": "af4bd651-ffe5-4af1-9fc3-684b1be955d6", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "37c6a2c9-bcde-42d1-84ca-fc4d27ca83ca", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T153044Z:af4bd651-ffe5-4af1-9fc3-684b1be955d6" + }, + "ResponseBody": { + "name": "azsmnet2010", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7534/providers/Microsoft.Network/publicIPAddresses/azsmnet2010", + "etag": "W/\u00228c9823ab-3ca7-4fe3-959c-6c06830c1e08\u0022", + "location": "westus2", + "tags": { + "key": "value" + }, + "properties": { + "provisioningState": "Succeeded", + "resourceGuid": "2a3758c2-4564-4216-932b-7f70f1ee0cad", + "publicIPAddressVersion": "IPv4", + "publicIPAllocationMethod": "Dynamic", + "idleTimeoutInMinutes": 4, + "dnsSettings": { + "domainNameLabel": "azsmnet9049", + "fqdn": "azsmnet9049.westus2.cloudapp.azure.com" + }, + "ipTags": [] + }, + "type": "Microsoft.Network/publicIPAddresses", + "sku": { + "name": "Basic", + "tier": "Regional" + } + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/publicIPAddresses/azsmnet1460?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7534/providers/Microsoft.Network/publicIPAddresses/azsmnet2010?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5cf979f722993766feb2a18fed515f7f", + "traceparent": "00-6e5a6be14bec4c6673fb723423876b40-ed0019889fdc856e-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230421.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "10d6aef3291c50e72606a5ee4c384f7d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -690,8 +728,8 @@ "Cache-Control": "no-cache", "Content-Length": "797", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 18:27:29 GMT", - "ETag": "W/\u0022e69cca19-2e30-4a0c-9baf-fa3e37eb4aae\u0022", + "Date": "Fri, 21 Apr 2023 15:30:44 GMT", + "ETag": "W/\u00228c9823ab-3ca7-4fe3-959c-6c06830c1e08\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -700,52 +738,51 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "360b9465-fd8a-41ac-86a1-6018f841d10b", - "x-ms-client-request-id": "5cf979f722993766feb2a18fed515f7f", - "x-ms-correlation-request-id": "95af595d-d1ed-4ef5-8c68-1026eed86ea0", - "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-request-id": "1a972a35-1b50-4b65-897a-6b9559d3bc8c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T182729Z:95af595d-d1ed-4ef5-8c68-1026eed86ea0" - }, - "ResponseBody": [ - "{\r\n", - " \u0022name\u0022: \u0022azsmnet1460\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/publicIPAddresses/azsmnet1460\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u0022e69cca19-2e30-4a0c-9baf-fa3e37eb4aae\\\u0022\u0022,\r\n", - " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022tags\u0022: {\r\n", - " \u0022key\u0022: \u0022value\u0022\r\n", - " },\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022resourceGuid\u0022: \u0022ae12cec6-553d-48dd-8d7f-f20239665801\u0022,\r\n", - " \u0022publicIPAddressVersion\u0022: \u0022IPv4\u0022,\r\n", - " \u0022publicIPAllocationMethod\u0022: \u0022Dynamic\u0022,\r\n", - " \u0022idleTimeoutInMinutes\u0022: 4,\r\n", - " \u0022dnsSettings\u0022: {\r\n", - " \u0022domainNameLabel\u0022: \u0022azsmnet9189\u0022,\r\n", - " \u0022fqdn\u0022: \u0022azsmnet9189.westus2.cloudapp.azure.com\u0022\r\n", - " },\r\n", - " \u0022ipTags\u0022: []\r\n", - " },\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/publicIPAddresses\u0022,\r\n", - " \u0022sku\u0022: {\r\n", - " \u0022name\u0022: \u0022Basic\u0022,\r\n", - " \u0022tier\u0022: \u0022Regional\u0022\r\n", - " }\r\n", - "}" - ] + "x-ms-arm-service-request-id": "8e25385d-32c5-4030-ac4d-a78574c9860f", + "x-ms-client-request-id": "10d6aef3291c50e72606a5ee4c384f7d", + "x-ms-correlation-request-id": "873cffa2-ad67-4581-9a8e-8a9c0c610826", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "cff85d9f-99ad-40f6-abdc-91291cf53ef0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T153044Z:873cffa2-ad67-4581-9a8e-8a9c0c610826" + }, + "ResponseBody": { + "name": "azsmnet2010", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7534/providers/Microsoft.Network/publicIPAddresses/azsmnet2010", + "etag": "W/\u00228c9823ab-3ca7-4fe3-959c-6c06830c1e08\u0022", + "location": "westus2", + "tags": { + "key": "value" + }, + "properties": { + "provisioningState": "Succeeded", + "resourceGuid": "2a3758c2-4564-4216-932b-7f70f1ee0cad", + "publicIPAddressVersion": "IPv4", + "publicIPAllocationMethod": "Dynamic", + "idleTimeoutInMinutes": 4, + "dnsSettings": { + "domainNameLabel": "azsmnet9049", + "fqdn": "azsmnet9049.westus2.cloudapp.azure.com" + }, + "ipTags": [] + }, + "type": "Microsoft.Network/publicIPAddresses", + "sku": { + "name": "Basic", + "tier": "Regional" + } + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/virtualNetworkGateways/azsmnet7556?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7534/providers/Microsoft.Network/virtualNetworkGateways/azsmnet4186?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "590", + "Content-Length": "591", "Content-Type": "application/json", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f09dab527dc26eb3439bbd21b4e3b69f", + "traceparent": "00-aca45324a6ca8778b8a3718d21340319-3d76ba1b911648b5-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230421.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "da8f32948ea6c584cb2e6c2809fcfa50", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -756,14 +793,14 @@ "properties": { "ipConfigurations": [ { - "name": "azsmnet9561", + "name": "azsmnet2815", "properties": { "privateIPAllocationMethod": "Dynamic", "subnet": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/virtualNetworks/azsmnet829/subnets/GatewaySubnet" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7534/providers/Microsoft.Network/virtualNetworks/azsmnet9230/subnets/GatewaySubnet" }, "publicIPAddress": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/publicIPAddresses/azsmnet1460" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7534/providers/Microsoft.Network/publicIPAddresses/azsmnet2010" } } } @@ -780,11 +817,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/e38e0c01-0369-4a69-9174-c0a38d7efaae?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/038cb86a-60c9-408e-80f9-a03e5faf5d2f?api-version=2022-09-01", "Cache-Control": "no-cache", - "Content-Length": "2576", + "Content-Length": "2778", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 18:27:33 GMT", + "Date": "Fri, 21 Apr 2023 15:30:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", @@ -794,91 +831,95 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "739ba0b2-f24a-4f57-9750-7db8fa752b00", - "x-ms-client-request-id": "f09dab527dc26eb3439bbd21b4e3b69f", - "x-ms-correlation-request-id": "130b2f4e-1d91-4bed-9096-6dabd151f809", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-request-id": "e38e0c01-0369-4a69-9174-c0a38d7efaae", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T182733Z:130b2f4e-1d91-4bed-9096-6dabd151f809" - }, - "ResponseBody": [ - "{\r\n", - " \u0022name\u0022: \u0022azsmnet7556\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/virtualNetworkGateways/azsmnet7556\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u0022f552b728-878b-45d3-9a7c-0b4e591e5e03\\\u0022\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworkGateways\u0022,\r\n", - " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022tags\u0022: {\r\n", - " \u0022key\u0022: \u0022value\u0022\r\n", - " },\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", - " \u0022resourceGuid\u0022: \u0022099bf7c8-d1fd-4dbc-86b0-43521e19cbf7\u0022,\r\n", - " \u0022packetCaptureDiagnosticState\u0022: \u0022None\u0022,\r\n", - " \u0022enablePrivateIpAddress\u0022: false,\r\n", - " \u0022ipConfigurations\u0022: [\r\n", - " {\r\n", - " \u0022name\u0022: \u0022azsmnet9561\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/virtualNetworkGateways/azsmnet7556/ipConfigurations/azsmnet9561\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u0022f552b728-878b-45d3-9a7c-0b4e591e5e03\\\u0022\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworkGateways/ipConfigurations\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", - " \u0022privateIPAllocationMethod\u0022: \u0022Dynamic\u0022,\r\n", - " \u0022publicIPAddress\u0022: {\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/publicIPAddresses/azsmnet1460\u0022\r\n", - " },\r\n", - " \u0022subnet\u0022: {\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/virtualNetworks/azsmnet829/subnets/GatewaySubnet\u0022\r\n", - " }\r\n", - " }\r\n", - " }\r\n", - " ],\r\n", - " \u0022natRules\u0022: [],\r\n", - " \u0022enableBgpRouteTranslationForNat\u0022: false,\r\n", - " \u0022disableIPSecReplayProtection\u0022: false,\r\n", - " \u0022sku\u0022: {\r\n", - " \u0022name\u0022: \u0022Basic\u0022,\r\n", - " \u0022tier\u0022: \u0022Basic\u0022,\r\n", - " \u0022capacity\u0022: 2\r\n", - " },\r\n", - " \u0022gatewayType\u0022: \u0022Vpn\u0022,\r\n", - " \u0022vpnType\u0022: \u0022RouteBased\u0022,\r\n", - " \u0022enableBgp\u0022: false,\r\n", - " \u0022activeActive\u0022: false,\r\n", - " \u0022vpnClientConfiguration\u0022: {\r\n", - " \u0022vpnClientProtocols\u0022: [\r\n", - " \u0022SSTP\u0022\r\n", - " ],\r\n", - " \u0022vpnAuthenticationTypes\u0022: [],\r\n", - " \u0022vpnClientRootCertificates\u0022: [],\r\n", - " \u0022vpnClientRevokedCertificates\u0022: [],\r\n", - " \u0022radiusServers\u0022: [],\r\n", - " \u0022vpnClientIpsecPolicies\u0022: []\r\n", - " },\r\n", - " \u0022bgpSettings\u0022: {\r\n", - " \u0022asn\u0022: 0,\r\n", - " \u0022peerWeight\u0022: 0,\r\n", - " \u0022bgpPeeringAddresses\u0022: [\r\n", - " {\r\n", - " \u0022ipconfigurationId\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/virtualNetworkGateways/azsmnet7556/ipConfigurations/azsmnet9561\u0022,\r\n", - " \u0022defaultBgpIpAddresses\u0022: [],\r\n", - " \u0022customBgpIpAddresses\u0022: []\r\n", - " }\r\n", - " ]\r\n", - " },\r\n", - " \u0022vpnGatewayGeneration\u0022: \u0022Generation1\u0022\r\n", - " }\r\n", - "}" - ] + "x-ms-arm-service-request-id": "ed5d7a50-6fc3-44e9-a71d-96c29bd85221", + "x-ms-client-request-id": "da8f32948ea6c584cb2e6c2809fcfa50", + "x-ms-correlation-request-id": "b7f617c0-b16c-4d46-aaa2-0477c4f70819", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "038cb86a-60c9-408e-80f9-a03e5faf5d2f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T153048Z:b7f617c0-b16c-4d46-aaa2-0477c4f70819" + }, + "ResponseBody": { + "name": "azsmnet4186", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7534/providers/Microsoft.Network/virtualNetworkGateways/azsmnet4186", + "etag": "W/\u00226c12b5c3-6696-42d2-92ed-d7a0eaa0bf24\u0022", + "type": "Microsoft.Network/virtualNetworkGateways", + "location": "westus2", + "tags": { + "key": "value" + }, + "properties": { + "provisioningState": "Updating", + "resourceGuid": "ce855582-98e2-4bdc-afb2-e13afbf1a9e2", + "packetCaptureDiagnosticState": "None", + "enablePrivateIpAddress": false, + "isMigrateToCSES": false, + "ipConfigurations": [ + { + "name": "azsmnet2815", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7534/providers/Microsoft.Network/virtualNetworkGateways/azsmnet4186/ipConfigurations/azsmnet2815", + "etag": "W/\u00226c12b5c3-6696-42d2-92ed-d7a0eaa0bf24\u0022", + "type": "Microsoft.Network/virtualNetworkGateways/ipConfigurations", + "properties": { + "provisioningState": "Updating", + "privateIPAllocationMethod": "Dynamic", + "publicIPAddress": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7534/providers/Microsoft.Network/publicIPAddresses/azsmnet2010" + }, + "subnet": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7534/providers/Microsoft.Network/virtualNetworks/azsmnet9230/subnets/GatewaySubnet" + } + } + } + ], + "natRules": [], + "virtualNetworkGatewayPolicyGroups": [], + "enableBgpRouteTranslationForNat": false, + "disableIPSecReplayProtection": false, + "sku": { + "name": "Basic", + "tier": "Basic", + "capacity": 2 + }, + "gatewayType": "Vpn", + "vpnType": "RouteBased", + "enableBgp": false, + "activeActive": false, + "vpnClientConfiguration": { + "vpnClientProtocols": [ + "SSTP" + ], + "vpnAuthenticationTypes": [], + "vpnClientRootCertificates": [], + "vpnClientRevokedCertificates": [], + "vngClientConnectionConfigurations": [], + "radiusServers": [], + "vpnClientIpsecPolicies": [] + }, + "bgpSettings": { + "asn": 0, + "peerWeight": 0, + "bgpPeeringAddresses": [ + { + "ipconfigurationId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7534/providers/Microsoft.Network/virtualNetworkGateways/azsmnet4186/ipConfigurations/azsmnet2815", + "defaultBgpIpAddresses": [], + "customBgpIpAddresses": [] + } + ] + }, + "vpnGatewayGeneration": "Generation1", + "allowRemoteVnetTraffic": false, + "allowVirtualWanTraffic": false + } + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/e38e0c01-0369-4a69-9174-c0a38d7efaae?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/038cb86a-60c9-408e-80f9-a03e5faf5d2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "522ce5e307767bb6a92adfca79ddfebd", + "traceparent": "00-aca45324a6ca8778b8a3718d21340319-d871c2dc6737405d-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "eb7c2ff8192c47078b575eb9e3fefca8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -887,7 +928,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 18:27:33 GMT", + "Date": "Fri, 21 Apr 2023 15:30:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", @@ -897,26 +938,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "07771fc4-ce68-44a1-a924-3ab3a6fe5e50", - "x-ms-client-request-id": "522ce5e307767bb6a92adfca79ddfebd", - "x-ms-correlation-request-id": "c9d45bab-1ab7-465d-af31-b33a6562707b", - "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-request-id": "343b40ed-261d-4005-a822-6c43d8caf180", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T182733Z:c9d45bab-1ab7-465d-af31-b33a6562707b" - }, - "ResponseBody": [ - "{\r\n", - " \u0022status\u0022: \u0022InProgress\u0022\r\n", - "}" - ] + "x-ms-arm-service-request-id": "d0100a79-42b0-43a4-a9bf-85063a444ebf", + "x-ms-client-request-id": "eb7c2ff8192c47078b575eb9e3fefca8", + "x-ms-correlation-request-id": "b286b30c-2682-4459-a5c3-897e1cc91d9d", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "bcfefffe-ba1c-49c7-a5b8-2cb7f9255c30", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T153048Z:b286b30c-2682-4459-a5c3-897e1cc91d9d" + }, + "ResponseBody": { + "status": "InProgress" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/e38e0c01-0369-4a69-9174-c0a38d7efaae?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/038cb86a-60c9-408e-80f9-a03e5faf5d2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ca664ed949164da7b5b3cf4769d27dbb", + "traceparent": "00-aca45324a6ca8778b8a3718d21340319-3ad3a1a939568b7b-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "6cc1fcf39a9577cb654465522cbec2a8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -925,7 +965,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 18:27:43 GMT", + "Date": "Fri, 21 Apr 2023 15:30:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "20", @@ -935,26 +975,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "17125032-e4d7-4397-9939-956388e23ee8", - "x-ms-client-request-id": "ca664ed949164da7b5b3cf4769d27dbb", - "x-ms-correlation-request-id": "fa9963e1-1c7b-487e-9c02-d0a7fefb8fc0", - "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-request-id": "4c29fe42-249f-4404-813c-0afa07081b6a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T182744Z:fa9963e1-1c7b-487e-9c02-d0a7fefb8fc0" - }, - "ResponseBody": [ - "{\r\n", - " \u0022status\u0022: \u0022InProgress\u0022\r\n", - "}" - ] + "x-ms-arm-service-request-id": "0ad34f76-f2a4-422a-850e-ade6762ce824", + "x-ms-client-request-id": "6cc1fcf39a9577cb654465522cbec2a8", + "x-ms-correlation-request-id": "45bfd65e-f2ee-4f32-9996-8ba90e3cb970", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "c39be186-866d-4599-9902-5b72f28eb5d4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T153059Z:45bfd65e-f2ee-4f32-9996-8ba90e3cb970" + }, + "ResponseBody": { + "status": "InProgress" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/e38e0c01-0369-4a69-9174-c0a38d7efaae?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/038cb86a-60c9-408e-80f9-a03e5faf5d2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ce3dec4c63b7e328deed572b262b7043", + "traceparent": "00-aca45324a6ca8778b8a3718d21340319-9a24964d91e28209-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "da3059020e7f5e23dca01e59be146776", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -963,7 +1002,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 18:28:04 GMT", + "Date": "Fri, 21 Apr 2023 15:31:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "20", @@ -973,26 +1012,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "189e411f-1911-48d5-b19d-8a3ec91af3ac", - "x-ms-client-request-id": "ce3dec4c63b7e328deed572b262b7043", - "x-ms-correlation-request-id": "a7517567-41c5-4b2b-a897-dbdcc680bab6", - "x-ms-ratelimit-remaining-subscription-reads": "11961", - "x-ms-request-id": "6ab6b40c-2318-4626-9a29-365d410ffa8c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T182804Z:a7517567-41c5-4b2b-a897-dbdcc680bab6" - }, - "ResponseBody": [ - "{\r\n", - " \u0022status\u0022: \u0022InProgress\u0022\r\n", - "}" - ] + "x-ms-arm-service-request-id": "37d7961b-744f-44f3-8ac2-d4111c463911", + "x-ms-client-request-id": "da3059020e7f5e23dca01e59be146776", + "x-ms-correlation-request-id": "27b5ebd1-57a7-478e-8d20-d01c7de75a44", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "68ad50e2-6ec3-4057-a8d1-3ce8508d1866", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T153119Z:27b5ebd1-57a7-478e-8d20-d01c7de75a44" + }, + "ResponseBody": { + "status": "InProgress" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/e38e0c01-0369-4a69-9174-c0a38d7efaae?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/038cb86a-60c9-408e-80f9-a03e5faf5d2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a207567c852199bb3ddf9cc3376f12d6", + "traceparent": "00-aca45324a6ca8778b8a3718d21340319-5fbd8818a5c604b6-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "06d2b957bf615d7d640586e8b3b41bcd", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1001,7 +1039,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 18:28:24 GMT", + "Date": "Fri, 21 Apr 2023 15:31:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "40", @@ -1011,26 +1049,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "79488331-a889-4106-b3cd-6850eeecb7f2", - "x-ms-client-request-id": "a207567c852199bb3ddf9cc3376f12d6", - "x-ms-correlation-request-id": "b1104ba8-b3cb-450f-8cdd-4c58f1f26cf3", - "x-ms-ratelimit-remaining-subscription-reads": "11960", - "x-ms-request-id": "e76249dc-f725-4af3-b32a-7f6bcbe5118b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T182824Z:b1104ba8-b3cb-450f-8cdd-4c58f1f26cf3" - }, - "ResponseBody": [ - "{\r\n", - " \u0022status\u0022: \u0022InProgress\u0022\r\n", - "}" - ] + "x-ms-arm-service-request-id": "fa42ff75-dd7b-49d7-9a74-8e6d3e607681", + "x-ms-client-request-id": "06d2b957bf615d7d640586e8b3b41bcd", + "x-ms-correlation-request-id": "f5c406d0-fc50-4c42-997c-e00a24c95867", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "e31f12ac-2129-407f-9e30-1e550333adb2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T153139Z:f5c406d0-fc50-4c42-997c-e00a24c95867" + }, + "ResponseBody": { + "status": "InProgress" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/e38e0c01-0369-4a69-9174-c0a38d7efaae?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/038cb86a-60c9-408e-80f9-a03e5faf5d2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8d7d23ad2f9f75062583eb28f17c2789", + "traceparent": "00-aca45324a6ca8778b8a3718d21340319-9e418cdef0d6c791-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "8ab6b69421cee529d8628ff57b71b950", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1039,7 +1076,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 18:29:04 GMT", + "Date": "Fri, 21 Apr 2023 15:32:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "40", @@ -1049,36 +1086,34 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "37a34967-c295-48fc-8a36-1f66992dfc3d", - "x-ms-client-request-id": "8d7d23ad2f9f75062583eb28f17c2789", - "x-ms-correlation-request-id": "e4df3029-faef-444c-9a1b-2f2ceb5a79ad", - "x-ms-ratelimit-remaining-subscription-reads": "11959", - "x-ms-request-id": "794bee92-f207-4830-b174-c9b97abc99f3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T182905Z:e4df3029-faef-444c-9a1b-2f2ceb5a79ad" - }, - "ResponseBody": [ - "{\r\n", - " \u0022status\u0022: \u0022InProgress\u0022\r\n", - "}" - ] + "x-ms-arm-service-request-id": "a2293fae-162e-4b26-885f-3284df097b39", + "x-ms-client-request-id": "8ab6b69421cee529d8628ff57b71b950", + "x-ms-correlation-request-id": "508da4c6-43fc-4c63-ae76-799798ba2083", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "d5678983-08e3-4bf2-b060-2e546bda5137", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T153219Z:508da4c6-43fc-4c63-ae76-799798ba2083" + }, + "ResponseBody": { + "status": "InProgress" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/e38e0c01-0369-4a69-9174-c0a38d7efaae?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/038cb86a-60c9-408e-80f9-a03e5faf5d2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "13cb8c42dbcac69930a490d8c765ac6f", + "traceparent": "00-aca45324a6ca8778b8a3718d21340319-772025c3cd64db72-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "72fbefdcbcec4346dcd2767a873bab27", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Connection": "close", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 18:29:45 GMT", + "Date": "Fri, 21 Apr 2023 15:32:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "80", @@ -1088,26 +1123,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f02769ab-077d-4824-a421-f4bef8035acd", - "x-ms-client-request-id": "13cb8c42dbcac69930a490d8c765ac6f", - "x-ms-correlation-request-id": "25bfbbce-50c7-416b-8020-c3651c7b6cac", - "x-ms-ratelimit-remaining-subscription-reads": "11958", - "x-ms-request-id": "a43e1e42-e5d5-4138-b2d6-b96390d2a227", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T182945Z:25bfbbce-50c7-416b-8020-c3651c7b6cac" - }, - "ResponseBody": [ - "{\r\n", - " \u0022status\u0022: \u0022InProgress\u0022\r\n", - "}" - ] + "x-ms-arm-service-request-id": "c44ad204-f05f-49b0-a53a-a15ddbcb48a4", + "x-ms-client-request-id": "72fbefdcbcec4346dcd2767a873bab27", + "x-ms-correlation-request-id": "8c23d5f7-cd93-47db-a5b7-74dfd2afdaa8", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "e1895b95-eadb-4fe4-9856-adb9e5c8d9db", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T153300Z:8c23d5f7-cd93-47db-a5b7-74dfd2afdaa8" + }, + "ResponseBody": { + "status": "InProgress" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/e38e0c01-0369-4a69-9174-c0a38d7efaae?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/038cb86a-60c9-408e-80f9-a03e5faf5d2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "027e80dbe2ad4ca450927c9e9a92a7c1", + "traceparent": "00-aca45324a6ca8778b8a3718d21340319-38b1245d09166355-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "08c55184dd5e35a88fec2dfe2f87e1f2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1116,7 +1150,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 18:31:05 GMT", + "Date": "Fri, 21 Apr 2023 15:34:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "160", @@ -1126,26 +1160,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a679c7fd-5906-4470-93e5-e25ff73f0bcc", - "x-ms-client-request-id": "027e80dbe2ad4ca450927c9e9a92a7c1", - "x-ms-correlation-request-id": "8723b2c6-4c5b-4864-989f-12eba39d9aba", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "be877764-59dd-44ee-bb59-9ab12fa89a76", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T183105Z:8723b2c6-4c5b-4864-989f-12eba39d9aba" - }, - "ResponseBody": [ - "{\r\n", - " \u0022status\u0022: \u0022InProgress\u0022\r\n", - "}" - ] + "x-ms-arm-service-request-id": "fcf5958a-79b9-4517-b229-a00f9d1c761e", + "x-ms-client-request-id": "08c55184dd5e35a88fec2dfe2f87e1f2", + "x-ms-correlation-request-id": "65e64c4b-8b8a-4e69-8372-e81810c45346", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "7fe472f5-b34c-405a-8ece-fe1ea72570a5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T153420Z:65e64c4b-8b8a-4e69-8372-e81810c45346" + }, + "ResponseBody": { + "status": "InProgress" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/e38e0c01-0369-4a69-9174-c0a38d7efaae?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/038cb86a-60c9-408e-80f9-a03e5faf5d2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "aa8012b7fea4d10c8ab75cfa9e2eadc0", + "traceparent": "00-aca45324a6ca8778b8a3718d21340319-cb5b988352b6dcd0-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "c30b364ba8b9d7e16f73adfbabae5e9d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1154,7 +1187,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 18:33:46 GMT", + "Date": "Fri, 21 Apr 2023 15:37:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -1164,26 +1197,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "91ff8ac5-0a86-4c3f-815c-8e678d2571c5", - "x-ms-client-request-id": "aa8012b7fea4d10c8ab75cfa9e2eadc0", - "x-ms-correlation-request-id": "0231d004-777d-4467-931a-df3dd349918d", + "x-ms-arm-service-request-id": "4451e98d-d218-4482-8572-4045066b8b43", + "x-ms-client-request-id": "c30b364ba8b9d7e16f73adfbabae5e9d", + "x-ms-correlation-request-id": "778f1e03-2af1-47d1-a1a5-1145fc8862b9", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "cfefd631-29dd-41ff-b666-92bce215c9c5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T183346Z:0231d004-777d-4467-931a-df3dd349918d" - }, - "ResponseBody": [ - "{\r\n", - " \u0022status\u0022: \u0022InProgress\u0022\r\n", - "}" - ] + "x-ms-request-id": "5b66ce5e-8ee2-4e4b-8a9f-5475522b18de", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T153701Z:778f1e03-2af1-47d1-a1a5-1145fc8862b9" + }, + "ResponseBody": { + "status": "InProgress" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/e38e0c01-0369-4a69-9174-c0a38d7efaae?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/038cb86a-60c9-408e-80f9-a03e5faf5d2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "714d7bd625fe5fdce87ec2385efb2c9e", + "traceparent": "00-aca45324a6ca8778b8a3718d21340319-fbcacfe56b300240-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "2a7068b7b0abfff247c5e3ff8f471354", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1192,7 +1224,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 18:35:26 GMT", + "Date": "Fri, 21 Apr 2023 15:38:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -1202,26 +1234,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ec81220d-20a0-43be-866c-04520edb5e3e", - "x-ms-client-request-id": "714d7bd625fe5fdce87ec2385efb2c9e", - "x-ms-correlation-request-id": "d8d72f7d-b38e-4835-8408-90dfc9e80654", + "x-ms-arm-service-request-id": "2fb83c08-6f0f-4231-9942-35714fe80246", + "x-ms-client-request-id": "2a7068b7b0abfff247c5e3ff8f471354", + "x-ms-correlation-request-id": "dd5a36e8-973a-4807-8b9b-9fafaadf7b76", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "31b36265-82aa-4452-8d5f-d1aa3ceddcfe", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T183526Z:d8d72f7d-b38e-4835-8408-90dfc9e80654" - }, - "ResponseBody": [ - "{\r\n", - " \u0022status\u0022: \u0022InProgress\u0022\r\n", - "}" - ] + "x-ms-request-id": "ca737395-e91a-4c9a-8f57-4ac75556dfa5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T153841Z:dd5a36e8-973a-4807-8b9b-9fafaadf7b76" + }, + "ResponseBody": { + "status": "InProgress" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/e38e0c01-0369-4a69-9174-c0a38d7efaae?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/038cb86a-60c9-408e-80f9-a03e5faf5d2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b420cffc02e4dcca74ac78f686a9ad22", + "traceparent": "00-aca45324a6ca8778b8a3718d21340319-1ddd673e3a2e685e-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "512e83f0e72fdc6d70ee99eb2fac8ae0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1230,7 +1261,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 18:37:06 GMT", + "Date": "Fri, 21 Apr 2023 15:40:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -1240,26 +1271,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5f7439ff-b472-4268-8462-f4ba78817d74", - "x-ms-client-request-id": "b420cffc02e4dcca74ac78f686a9ad22", - "x-ms-correlation-request-id": "14b1aca6-99f8-46be-9b84-4bcf4d591197", - "x-ms-ratelimit-remaining-subscription-reads": "11269", - "x-ms-request-id": "06b27db5-c427-49d3-9ef3-a94aea5abd22", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T183707Z:14b1aca6-99f8-46be-9b84-4bcf4d591197" - }, - "ResponseBody": [ - "{\r\n", - " \u0022status\u0022: \u0022InProgress\u0022\r\n", - "}" - ] + "x-ms-arm-service-request-id": "f9b2a2ff-1dd5-4e7a-85a2-31daff4cb3ac", + "x-ms-client-request-id": "512e83f0e72fdc6d70ee99eb2fac8ae0", + "x-ms-correlation-request-id": "40ff3db0-c8dc-49ca-a0cf-882403645271", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "208edc03-7f59-4f9e-ab07-0d9e260ec085", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T154022Z:40ff3db0-c8dc-49ca-a0cf-882403645271" + }, + "ResponseBody": { + "status": "InProgress" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/e38e0c01-0369-4a69-9174-c0a38d7efaae?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/038cb86a-60c9-408e-80f9-a03e5faf5d2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1ec8bce4364592c33620c2253cd4738e", + "traceparent": "00-aca45324a6ca8778b8a3718d21340319-1eb96a9a1fe9724e-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "c747908eb6179b46430c7cf3c5e14827", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1268,7 +1298,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 18:38:48 GMT", + "Date": "Fri, 21 Apr 2023 15:42:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -1278,26 +1308,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7ff89c58-85f0-4e24-8faf-f5d1e29be8b5", - "x-ms-client-request-id": "1ec8bce4364592c33620c2253cd4738e", - "x-ms-correlation-request-id": "8683a1e7-67b2-4916-afdf-3e3f6a514c53", + "x-ms-arm-service-request-id": "3034ea02-7460-4288-a093-f8d1b5f33e32", + "x-ms-client-request-id": "c747908eb6179b46430c7cf3c5e14827", + "x-ms-correlation-request-id": "25a5c96c-940e-45fb-a374-06d259787013", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "5623ecfb-f327-4ac3-a9ca-744f13684dd5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T183848Z:8683a1e7-67b2-4916-afdf-3e3f6a514c53" - }, - "ResponseBody": [ - "{\r\n", - " \u0022status\u0022: \u0022InProgress\u0022\r\n", - "}" - ] + "x-ms-request-id": "54005ba4-90a4-49f5-9961-2e7855d48448", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T154202Z:25a5c96c-940e-45fb-a374-06d259787013" + }, + "ResponseBody": { + "status": "InProgress" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/e38e0c01-0369-4a69-9174-c0a38d7efaae?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/038cb86a-60c9-408e-80f9-a03e5faf5d2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "cffebe8af90dd3dbb070fd52ace5d93f", + "traceparent": "00-aca45324a6ca8778b8a3718d21340319-6ce9a548bce1191e-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "270b595f0c80cf6dfa94babd1707cf9b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1306,7 +1335,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 18:40:28 GMT", + "Date": "Fri, 21 Apr 2023 15:43:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -1316,26 +1345,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7d59b8dc-a223-495e-89f3-9f6378f4666a", - "x-ms-client-request-id": "cffebe8af90dd3dbb070fd52ace5d93f", - "x-ms-correlation-request-id": "dafaa417-c46d-40c0-a11e-e08b53efa752", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "4aa30032-dd53-4036-bf3b-6e200d8acd70", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T184028Z:dafaa417-c46d-40c0-a11e-e08b53efa752" - }, - "ResponseBody": [ - "{\r\n", - " \u0022status\u0022: \u0022InProgress\u0022\r\n", - "}" - ] + "x-ms-arm-service-request-id": "711c0e61-7a9c-4eb3-90aa-16fb7b9f5217", + "x-ms-client-request-id": "270b595f0c80cf6dfa94babd1707cf9b", + "x-ms-correlation-request-id": "0a91e9cd-e769-4789-b3c4-3ea3c8721a19", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "92ae1b71-bd3a-4916-8320-6c294ceae8a6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T154343Z:0a91e9cd-e769-4789-b3c4-3ea3c8721a19" + }, + "ResponseBody": { + "status": "InProgress" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/e38e0c01-0369-4a69-9174-c0a38d7efaae?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/038cb86a-60c9-408e-80f9-a03e5faf5d2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a153a0d10e32c6580c8e7ec440a5a09f", + "traceparent": "00-aca45324a6ca8778b8a3718d21340319-162d85f5ae188938-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "fe70023b4b00393c3d920d236b7a168e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1344,7 +1372,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 18:42:08 GMT", + "Date": "Fri, 21 Apr 2023 15:45:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -1354,26 +1382,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ece39a6f-f364-4086-9ca5-2897a02fee5a", - "x-ms-client-request-id": "a153a0d10e32c6580c8e7ec440a5a09f", - "x-ms-correlation-request-id": "57cbaf08-2028-4041-b851-66276acdfa1a", + "x-ms-arm-service-request-id": "f4513576-cfc8-4fc0-b0ba-810b8058a89e", + "x-ms-client-request-id": "fe70023b4b00393c3d920d236b7a168e", + "x-ms-correlation-request-id": "b52a3e70-ebb1-4156-be91-a6b81f93d756", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "81ff973e-aafb-41c3-a62b-e16c5ae00e91", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T184209Z:57cbaf08-2028-4041-b851-66276acdfa1a" - }, - "ResponseBody": [ - "{\r\n", - " \u0022status\u0022: \u0022InProgress\u0022\r\n", - "}" - ] + "x-ms-request-id": "8f448c4c-c41a-4b74-97c6-48c3d2b0e0f4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T154524Z:b52a3e70-ebb1-4156-be91-a6b81f93d756" + }, + "ResponseBody": { + "status": "InProgress" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/e38e0c01-0369-4a69-9174-c0a38d7efaae?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/038cb86a-60c9-408e-80f9-a03e5faf5d2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c76be938ddaaeb14e1f46dd43870e550", + "traceparent": "00-aca45324a6ca8778b8a3718d21340319-b2363607d5cf428b-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d68b72a662a081602278cd83fc89843c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1382,7 +1409,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 18:43:49 GMT", + "Date": "Fri, 21 Apr 2023 15:47:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -1392,26 +1419,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "06df944f-043c-422a-82ba-56fc7626ebf4", - "x-ms-client-request-id": "c76be938ddaaeb14e1f46dd43870e550", - "x-ms-correlation-request-id": "f090c290-a2c8-48af-b508-75597bd89802", - "x-ms-ratelimit-remaining-subscription-reads": "11266", - "x-ms-request-id": "b0bf2e18-3349-42eb-a3d0-020274dc0c46", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T184349Z:f090c290-a2c8-48af-b508-75597bd89802" - }, - "ResponseBody": [ - "{\r\n", - " \u0022status\u0022: \u0022InProgress\u0022\r\n", - "}" - ] + "x-ms-arm-service-request-id": "1bb2b847-d967-43ca-abbf-96f1e8b73e46", + "x-ms-client-request-id": "d68b72a662a081602278cd83fc89843c", + "x-ms-correlation-request-id": "a3fd7968-fd2f-4765-b9f1-419c530c5715", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "0c35a94b-add4-47bf-806e-d5bdc2e22ea9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T154704Z:a3fd7968-fd2f-4765-b9f1-419c530c5715" + }, + "ResponseBody": { + "status": "InProgress" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/e38e0c01-0369-4a69-9174-c0a38d7efaae?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/038cb86a-60c9-408e-80f9-a03e5faf5d2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9b548247d2817c5c6537c37f7a17930b", + "traceparent": "00-aca45324a6ca8778b8a3718d21340319-557b7228bd94d7b3-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "c3b7e13d497113271cd1eaedff4a647f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1420,7 +1446,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 18:45:29 GMT", + "Date": "Fri, 21 Apr 2023 15:48:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -1430,26 +1456,99 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c7b7bbfc-4538-4d3d-9eed-f0f234b3709c", - "x-ms-client-request-id": "9b548247d2817c5c6537c37f7a17930b", - "x-ms-correlation-request-id": "429634e5-6d42-409b-bdb1-a26870e9b67b", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "13064d64-269a-46c0-8a20-0bbda5904f97", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T184530Z:429634e5-6d42-409b-bdb1-a26870e9b67b" - }, - "ResponseBody": [ - "{\r\n", - " \u0022status\u0022: \u0022InProgress\u0022\r\n", - "}" - ] + "x-ms-arm-service-request-id": "99b01190-39d5-4297-9093-008f9dc44789", + "x-ms-client-request-id": "c3b7e13d497113271cd1eaedff4a647f", + "x-ms-correlation-request-id": "bbd457c7-57b7-4983-b7a6-164178455458", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "1f642a8c-249e-471a-a9c3-7a3e90972631", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T154845Z:bbd457c7-57b7-4983-b7a6-164178455458" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/038cb86a-60c9-408e-80f9-a03e5faf5d2f?api-version=2022-09-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-aca45324a6ca8778b8a3718d21340319-1751c54f84cc89b2-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a4172c7df97cd9faa1eedc877eb93db4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Apr 2023 15:50:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "100", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "5d1bee8b-9e89-4ae3-b4a4-bccc50f877e2", + "x-ms-client-request-id": "a4172c7df97cd9faa1eedc877eb93db4", + "x-ms-correlation-request-id": "74384479-8b30-4769-9832-322b75c7ca95", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "50f3738b-2330-4fad-a000-9a12397a2a3d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T155026Z:74384479-8b30-4769-9832-322b75c7ca95" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/038cb86a-60c9-408e-80f9-a03e5faf5d2f?api-version=2022-09-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-aca45324a6ca8778b8a3718d21340319-3d6dc21ace09dea6-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "89e6d10e53c25d1d4a77b9cf787282d8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Apr 2023 15:52:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "100", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "6016dc55-43c1-4325-8775-e67de3e89314", + "x-ms-client-request-id": "89e6d10e53c25d1d4a77b9cf787282d8", + "x-ms-correlation-request-id": "7613fbbc-791c-463b-8349-4319efd195ac", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "2ca03411-ad96-4f73-a354-fe280c25f5ab", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T155206Z:7613fbbc-791c-463b-8349-4319efd195ac" + }, + "ResponseBody": { + "status": "InProgress" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/e38e0c01-0369-4a69-9174-c0a38d7efaae?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/038cb86a-60c9-408e-80f9-a03e5faf5d2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c31a5dd0127af3948b67c03ea0838d9b", + "traceparent": "00-aca45324a6ca8778b8a3718d21340319-2ae5ea23900f6853-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "cf054d13df7243bfe7de21826c9f9562", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1458,7 +1557,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 18:47:10 GMT", + "Date": "Fri, 21 Apr 2023 15:53:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -1468,26 +1567,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6f472ae8-ee88-45d2-ba6e-db371d045075", - "x-ms-client-request-id": "c31a5dd0127af3948b67c03ea0838d9b", - "x-ms-correlation-request-id": "0e4805a5-1f47-45c0-a97a-faa471cab2dc", - "x-ms-ratelimit-remaining-subscription-reads": "11957", - "x-ms-request-id": "f5bd0826-66a1-4315-aa27-61b1e13bdb74", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T184710Z:0e4805a5-1f47-45c0-a97a-faa471cab2dc" - }, - "ResponseBody": [ - "{\r\n", - " \u0022status\u0022: \u0022InProgress\u0022\r\n", - "}" - ] + "x-ms-arm-service-request-id": "1100ad79-c446-4083-94de-947a86464584", + "x-ms-client-request-id": "cf054d13df7243bfe7de21826c9f9562", + "x-ms-correlation-request-id": "9f441a1b-2fdc-4af6-b46f-c49e7eec5623", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "c3e10a9b-174b-4f0f-8b84-26b07afaf104", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T155347Z:9f441a1b-2fdc-4af6-b46f-c49e7eec5623" + }, + "ResponseBody": { + "status": "InProgress" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/e38e0c01-0369-4a69-9174-c0a38d7efaae?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/038cb86a-60c9-408e-80f9-a03e5faf5d2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "bd7c2ea80451661e8def61731a9570ca", + "traceparent": "00-aca45324a6ca8778b8a3718d21340319-4fb80478a47866f0-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "2dde3693da642abc0eb95a043f2a612e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1496,7 +1594,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 18:48:50 GMT", + "Date": "Fri, 21 Apr 2023 15:55:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -1506,26 +1604,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4f875921-b4ad-4170-b0d5-c0e381853278", - "x-ms-client-request-id": "bd7c2ea80451661e8def61731a9570ca", - "x-ms-correlation-request-id": "615d9b72-9cc4-4cd9-a294-c4db869e0907", - "x-ms-ratelimit-remaining-subscription-reads": "11292", - "x-ms-request-id": "c272eb96-6c82-46df-aa2a-b76a66ee15b0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T184851Z:615d9b72-9cc4-4cd9-a294-c4db869e0907" - }, - "ResponseBody": [ - "{\r\n", - " \u0022status\u0022: \u0022InProgress\u0022\r\n", - "}" - ] + "x-ms-arm-service-request-id": "c014869f-9e5c-43c0-9d8f-6ba720c3ab1f", + "x-ms-client-request-id": "2dde3693da642abc0eb95a043f2a612e", + "x-ms-correlation-request-id": "99766cfa-f056-4972-9240-2c79b0db9379", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "dad64eae-14a5-44bd-8f00-cf82035d1a24", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T155528Z:99766cfa-f056-4972-9240-2c79b0db9379" + }, + "ResponseBody": { + "status": "InProgress" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/e38e0c01-0369-4a69-9174-c0a38d7efaae?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/038cb86a-60c9-408e-80f9-a03e5faf5d2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "db046160215635d6ee601019121ddbe1", + "traceparent": "00-aca45324a6ca8778b8a3718d21340319-3a687550ba2999f1-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "3173036b6db32f4111a2a2e4319bf0ab", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1534,7 +1631,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 18:50:31 GMT", + "Date": "Fri, 21 Apr 2023 15:57:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -1544,26 +1641,99 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f5131eb3-b684-4a2c-93ff-a3bcc284de8e", - "x-ms-client-request-id": "db046160215635d6ee601019121ddbe1", - "x-ms-correlation-request-id": "b45616cd-443a-4e3c-b39f-88ebd1756f34", + "x-ms-arm-service-request-id": "2852bd44-aec9-40ac-be9e-3a61fe36a1a3", + "x-ms-client-request-id": "3173036b6db32f4111a2a2e4319bf0ab", + "x-ms-correlation-request-id": "6d11d863-b390-4c06-9e68-4031bd010947", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "4932f391-6028-4074-bca2-c136a05eba5b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T155709Z:6d11d863-b390-4c06-9e68-4031bd010947" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/038cb86a-60c9-408e-80f9-a03e5faf5d2f?api-version=2022-09-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-aca45324a6ca8778b8a3718d21340319-d00c22aaadca2d21-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "423b56e25594397490dbc1b885bb04bc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Apr 2023 15:58:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "100", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "c8740bca-818b-4da4-8c95-7361a8c3aeeb", + "x-ms-client-request-id": "423b56e25594397490dbc1b885bb04bc", + "x-ms-correlation-request-id": "da1d44f9-0942-45bb-8849-18c04f4bbbd6", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "06941057-f75e-4995-bd05-5783b1a2c5b0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T155850Z:da1d44f9-0942-45bb-8849-18c04f4bbbd6" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/038cb86a-60c9-408e-80f9-a03e5faf5d2f?api-version=2022-09-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-aca45324a6ca8778b8a3718d21340319-fdd9cbe70b8b25d9-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "6916f37c632b26aff4af1cc137d8f973", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Apr 2023 16:00:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "100", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "17fba9d7-1018-427c-b407-49d785674062", + "x-ms-client-request-id": "6916f37c632b26aff4af1cc137d8f973", + "x-ms-correlation-request-id": "14de336b-12b2-409b-919e-856578030d9a", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "b178b0cd-b1a1-405b-b9e4-157ac2114fee", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T185031Z:b45616cd-443a-4e3c-b39f-88ebd1756f34" - }, - "ResponseBody": [ - "{\r\n", - " \u0022status\u0022: \u0022InProgress\u0022\r\n", - "}" - ] + "x-ms-request-id": "fc67b90e-0b81-4679-b4f6-9fff404afc75", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T160031Z:14de336b-12b2-409b-919e-856578030d9a" + }, + "ResponseBody": { + "status": "InProgress" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/e38e0c01-0369-4a69-9174-c0a38d7efaae?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/038cb86a-60c9-408e-80f9-a03e5faf5d2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4cd627aad69accba3fb3368ab020d8f6", + "traceparent": "00-aca45324a6ca8778b8a3718d21340319-0ab7f6e3a6b27203-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e822aec91eef169a8f3aa1d8ac89a956", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1572,7 +1742,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 18:52:12 GMT", + "Date": "Fri, 21 Apr 2023 16:02:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -1582,26 +1752,99 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4c3b0b14-3e60-4afe-a5a7-ab33b8b751c8", - "x-ms-client-request-id": "4cd627aad69accba3fb3368ab020d8f6", - "x-ms-correlation-request-id": "59cca971-3816-4ec0-8f7d-bd3e56999e4c", + "x-ms-arm-service-request-id": "f13731d2-7789-4f7b-b9f5-6fba7e9efb2e", + "x-ms-client-request-id": "e822aec91eef169a8f3aa1d8ac89a956", + "x-ms-correlation-request-id": "ee3297d7-6ca8-4f2c-bf94-b96cfa2654df", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "23494397-19c9-452e-9824-ad751bdfaff8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T185212Z:59cca971-3816-4ec0-8f7d-bd3e56999e4c" - }, - "ResponseBody": [ - "{\r\n", - " \u0022status\u0022: \u0022InProgress\u0022\r\n", - "}" - ] + "x-ms-request-id": "18d7eee3-f8cb-4bc6-915d-64e665a8bc73", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T160211Z:ee3297d7-6ca8-4f2c-bf94-b96cfa2654df" + }, + "ResponseBody": { + "status": "InProgress" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/e38e0c01-0369-4a69-9174-c0a38d7efaae?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/038cb86a-60c9-408e-80f9-a03e5faf5d2f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1c2119879c3ff862e24ff45207cad739", + "traceparent": "00-aca45324a6ca8778b8a3718d21340319-b20743aa2706003c-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "3e67e69e86847e7fa7154de439b201b8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Apr 2023 16:03:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "100", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "1e060f94-7048-49d0-860c-ee339133494b", + "x-ms-client-request-id": "3e67e69e86847e7fa7154de439b201b8", + "x-ms-correlation-request-id": "054ac980-04b7-4b20-8e79-b2453c894fab", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "528e313d-1b72-4443-80c9-754c52446892", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T160352Z:054ac980-04b7-4b20-8e79-b2453c894fab" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/038cb86a-60c9-408e-80f9-a03e5faf5d2f?api-version=2022-09-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-aca45324a6ca8778b8a3718d21340319-61508c41878f773d-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d6ee4de21b985ecd58ffd9f0c2d7796a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Apr 2023 16:05:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "100", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "91c3664c-cb3e-480f-b2ac-d111ae938cad", + "x-ms-client-request-id": "d6ee4de21b985ecd58ffd9f0c2d7796a", + "x-ms-correlation-request-id": "c9c44850-750b-48e6-8c0e-cac007b0f22e", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "09e37bae-89a0-4b9f-992d-7b56c0dd639b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T160533Z:c9c44850-750b-48e6-8c0e-cac007b0f22e" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/038cb86a-60c9-408e-80f9-a03e5faf5d2f?api-version=2022-09-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-aca45324a6ca8778b8a3718d21340319-ebf32bd6299a9611-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "5123c505bb7042ef2fa441d9d0b6dddc", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1610,7 +1853,7 @@ "Cache-Control": "no-cache", "Content-Length": "29", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 18:53:52 GMT", + "Date": "Fri, 21 Apr 2023 16:07:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1619,35 +1862,34 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "fd1b5131-92d4-4e57-9a84-20498266fdc1", - "x-ms-client-request-id": "1c2119879c3ff862e24ff45207cad739", - "x-ms-correlation-request-id": "2a946ddd-8d72-49a1-a3cf-ea63673e9eb6", + "x-ms-arm-service-request-id": "2b6fe850-21d8-401e-ad87-2e43a0521c6a", + "x-ms-client-request-id": "5123c505bb7042ef2fa441d9d0b6dddc", + "x-ms-correlation-request-id": "ed68ec65-140f-4507-8bb4-3891eb707c88", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "40500cb6-1fb5-495d-b5ae-d57ce890014c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T185353Z:2a946ddd-8d72-49a1-a3cf-ea63673e9eb6" - }, - "ResponseBody": [ - "{\r\n", - " \u0022status\u0022: \u0022Succeeded\u0022\r\n", - "}" - ] + "x-ms-request-id": "8200dd99-0265-489d-893b-255f579993ee", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T160713Z:ed68ec65-140f-4507-8bb4-3891eb707c88" + }, + "ResponseBody": { + "status": "Succeeded" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/virtualNetworkGateways/azsmnet7556?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7534/providers/Microsoft.Network/virtualNetworkGateways/azsmnet4186?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3076c660e558d337c653984715a29b0c", + "traceparent": "00-aca45324a6ca8778b8a3718d21340319-e66d6481b71fca02-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "5ff6e939d39b83bd1809e584ad8ebcd0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2455", + "Content-Length": "2611", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 18:53:53 GMT", + "Date": "Fri, 21 Apr 2023 16:07:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1656,97 +1898,100 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "73ec49b3-db26-4fa3-9898-e0058763f804", - "x-ms-client-request-id": "3076c660e558d337c653984715a29b0c", - "x-ms-correlation-request-id": "f7240b0c-e4b9-4b5b-b0f9-9cd3ad4ef2cc", + "x-ms-arm-service-request-id": "a6f0ecb5-8df8-42a9-8dd9-4b3282fc8721", + "x-ms-client-request-id": "5ff6e939d39b83bd1809e584ad8ebcd0", + "x-ms-correlation-request-id": "f02c2362-0bcc-41c4-8d92-91baa2f3a6b8", "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "6d7b7775-1b6e-4e2c-b31f-ada5ed116e88", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T185354Z:f7240b0c-e4b9-4b5b-b0f9-9cd3ad4ef2cc" - }, - "ResponseBody": [ - "{\r\n", - " \u0022name\u0022: \u0022azsmnet7556\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/virtualNetworkGateways/azsmnet7556\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u0022d9c7041c-401b-422a-83a0-60eb096d8577\\\u0022\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworkGateways\u0022,\r\n", - " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022tags\u0022: {\r\n", - " \u0022key\u0022: \u0022value\u0022\r\n", - " },\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022resourceGuid\u0022: \u0022099bf7c8-d1fd-4dbc-86b0-43521e19cbf7\u0022,\r\n", - " \u0022packetCaptureDiagnosticState\u0022: \u0022None\u0022,\r\n", - " \u0022enablePrivateIpAddress\u0022: false,\r\n", - " \u0022ipConfigurations\u0022: [\r\n", - " {\r\n", - " \u0022name\u0022: \u0022azsmnet9561\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/virtualNetworkGateways/azsmnet7556/ipConfigurations/azsmnet9561\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u0022d9c7041c-401b-422a-83a0-60eb096d8577\\\u0022\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworkGateways/ipConfigurations\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022privateIPAllocationMethod\u0022: \u0022Dynamic\u0022,\r\n", - " \u0022publicIPAddress\u0022: {\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/publicIPAddresses/azsmnet1460\u0022\r\n", - " },\r\n", - " \u0022subnet\u0022: {\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/virtualNetworks/azsmnet829/subnets/GatewaySubnet\u0022\r\n", - " }\r\n", - " }\r\n", - " }\r\n", - " ],\r\n", - " \u0022natRules\u0022: [],\r\n", - " \u0022enableBgpRouteTranslationForNat\u0022: false,\r\n", - " \u0022disableIPSecReplayProtection\u0022: false,\r\n", - " \u0022sku\u0022: {\r\n", - " \u0022name\u0022: \u0022Basic\u0022,\r\n", - " \u0022tier\u0022: \u0022Basic\u0022,\r\n", - " \u0022capacity\u0022: 2\r\n", - " },\r\n", - " \u0022gatewayType\u0022: \u0022Vpn\u0022,\r\n", - " \u0022vpnType\u0022: \u0022RouteBased\u0022,\r\n", - " \u0022enableBgp\u0022: false,\r\n", - " \u0022activeActive\u0022: false,\r\n", - " \u0022bgpSettings\u0022: {\r\n", - " \u0022asn\u0022: 65515,\r\n", - " \u0022bgpPeeringAddress\u0022: \u002210.0.0.254\u0022,\r\n", - " \u0022peerWeight\u0022: 0,\r\n", - " \u0022bgpPeeringAddresses\u0022: [\r\n", - " {\r\n", - " \u0022ipconfigurationId\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/virtualNetworkGateways/azsmnet7556/ipConfigurations/azsmnet9561\u0022,\r\n", - " \u0022defaultBgpIpAddresses\u0022: [\r\n", - " \u002210.0.0.254\u0022\r\n", - " ],\r\n", - " \u0022customBgpIpAddresses\u0022: [],\r\n", - " \u0022tunnelIpAddresses\u0022: [\r\n", - " \u002220.114.48.0\u0022\r\n", - " ]\r\n", - " }\r\n", - " ]\r\n", - " },\r\n", - " \u0022vpnGatewayGeneration\u0022: \u0022Generation1\u0022\r\n", - " }\r\n", - "}" - ] + "x-ms-request-id": "9708b4c1-ee03-4f04-b003-95cc584965a7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T160716Z:f02c2362-0bcc-41c4-8d92-91baa2f3a6b8" + }, + "ResponseBody": { + "name": "azsmnet4186", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7534/providers/Microsoft.Network/virtualNetworkGateways/azsmnet4186", + "etag": "W/\u0022d446709f-e93b-4536-bc54-7a66869911ae\u0022", + "type": "Microsoft.Network/virtualNetworkGateways", + "location": "westus2", + "tags": { + "key": "value" + }, + "properties": { + "provisioningState": "Succeeded", + "resourceGuid": "ce855582-98e2-4bdc-afb2-e13afbf1a9e2", + "packetCaptureDiagnosticState": "None", + "enablePrivateIpAddress": false, + "isMigrateToCSES": false, + "ipConfigurations": [ + { + "name": "azsmnet2815", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7534/providers/Microsoft.Network/virtualNetworkGateways/azsmnet4186/ipConfigurations/azsmnet2815", + "etag": "W/\u0022d446709f-e93b-4536-bc54-7a66869911ae\u0022", + "type": "Microsoft.Network/virtualNetworkGateways/ipConfigurations", + "properties": { + "provisioningState": "Succeeded", + "privateIPAllocationMethod": "Dynamic", + "publicIPAddress": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7534/providers/Microsoft.Network/publicIPAddresses/azsmnet2010" + }, + "subnet": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7534/providers/Microsoft.Network/virtualNetworks/azsmnet9230/subnets/GatewaySubnet" + } + } + } + ], + "natRules": [], + "virtualNetworkGatewayPolicyGroups": [], + "enableBgpRouteTranslationForNat": false, + "disableIPSecReplayProtection": false, + "sku": { + "name": "Basic", + "tier": "Basic", + "capacity": 2 + }, + "gatewayType": "Vpn", + "vpnType": "RouteBased", + "enableBgp": false, + "activeActive": false, + "bgpSettings": { + "asn": 65515, + "bgpPeeringAddress": "10.0.0.254", + "peerWeight": 0, + "bgpPeeringAddresses": [ + { + "ipconfigurationId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7534/providers/Microsoft.Network/virtualNetworkGateways/azsmnet4186/ipConfigurations/azsmnet2815", + "defaultBgpIpAddresses": [ + "10.0.0.254" + ], + "customBgpIpAddresses": [], + "tunnelIpAddresses": [ + "20.230.203.29" + ] + } + ] + }, + "vpnGatewayGeneration": "Generation1", + "allowRemoteVnetTraffic": false, + "allowVirtualWanTraffic": false + } + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/virtualNetworkGateways/azsmnet7556?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7534/providers/Microsoft.Network/virtualNetworkGateways/azsmnet4186?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "da6800c337e3772f1dd0106e2fdd82dc", + "traceparent": "00-1e1b94e18ebe211203ac8a557ab950a1-421810cde6c6c4d4-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230421.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "73dee39bb08f27475eaba7f4d9f38da2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2455", + "Content-Length": "2611", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 18:53:53 GMT", + "Date": "Fri, 21 Apr 2023 16:07:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1755,90 +2000,93 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "bf90961d-c5dc-434d-8ecf-dff6133999aa", - "x-ms-client-request-id": "da6800c337e3772f1dd0106e2fdd82dc", - "x-ms-correlation-request-id": "d2145e26-c142-4775-bed2-f2d44fc76429", + "x-ms-arm-service-request-id": "317182d7-dc75-49e0-b61b-8b782b0d4993", + "x-ms-client-request-id": "73dee39bb08f27475eaba7f4d9f38da2", + "x-ms-correlation-request-id": "c975d6c5-4b19-4957-a5c3-2fda867fe37b", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "aadc6e11-ef3f-409c-ae78-bc78c46a5a1e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T185354Z:d2145e26-c142-4775-bed2-f2d44fc76429" - }, - "ResponseBody": [ - "{\r\n", - " \u0022name\u0022: \u0022azsmnet7556\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/virtualNetworkGateways/azsmnet7556\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u0022d9c7041c-401b-422a-83a0-60eb096d8577\\\u0022\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworkGateways\u0022,\r\n", - " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022tags\u0022: {\r\n", - " \u0022key\u0022: \u0022value\u0022\r\n", - " },\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022resourceGuid\u0022: \u0022099bf7c8-d1fd-4dbc-86b0-43521e19cbf7\u0022,\r\n", - " \u0022packetCaptureDiagnosticState\u0022: \u0022None\u0022,\r\n", - " \u0022enablePrivateIpAddress\u0022: false,\r\n", - " \u0022ipConfigurations\u0022: [\r\n", - " {\r\n", - " \u0022name\u0022: \u0022azsmnet9561\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/virtualNetworkGateways/azsmnet7556/ipConfigurations/azsmnet9561\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u0022d9c7041c-401b-422a-83a0-60eb096d8577\\\u0022\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworkGateways/ipConfigurations\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022privateIPAllocationMethod\u0022: \u0022Dynamic\u0022,\r\n", - " \u0022publicIPAddress\u0022: {\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/publicIPAddresses/azsmnet1460\u0022\r\n", - " },\r\n", - " \u0022subnet\u0022: {\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/virtualNetworks/azsmnet829/subnets/GatewaySubnet\u0022\r\n", - " }\r\n", - " }\r\n", - " }\r\n", - " ],\r\n", - " \u0022natRules\u0022: [],\r\n", - " \u0022enableBgpRouteTranslationForNat\u0022: false,\r\n", - " \u0022disableIPSecReplayProtection\u0022: false,\r\n", - " \u0022sku\u0022: {\r\n", - " \u0022name\u0022: \u0022Basic\u0022,\r\n", - " \u0022tier\u0022: \u0022Basic\u0022,\r\n", - " \u0022capacity\u0022: 2\r\n", - " },\r\n", - " \u0022gatewayType\u0022: \u0022Vpn\u0022,\r\n", - " \u0022vpnType\u0022: \u0022RouteBased\u0022,\r\n", - " \u0022enableBgp\u0022: false,\r\n", - " \u0022activeActive\u0022: false,\r\n", - " \u0022bgpSettings\u0022: {\r\n", - " \u0022asn\u0022: 65515,\r\n", - " \u0022bgpPeeringAddress\u0022: \u002210.0.0.254\u0022,\r\n", - " \u0022peerWeight\u0022: 0,\r\n", - " \u0022bgpPeeringAddresses\u0022: [\r\n", - " {\r\n", - " \u0022ipconfigurationId\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/virtualNetworkGateways/azsmnet7556/ipConfigurations/azsmnet9561\u0022,\r\n", - " \u0022defaultBgpIpAddresses\u0022: [\r\n", - " \u002210.0.0.254\u0022\r\n", - " ],\r\n", - " \u0022customBgpIpAddresses\u0022: [],\r\n", - " \u0022tunnelIpAddresses\u0022: [\r\n", - " \u002220.114.48.0\u0022\r\n", - " ]\r\n", - " }\r\n", - " ]\r\n", - " },\r\n", - " \u0022vpnGatewayGeneration\u0022: \u0022Generation1\u0022\r\n", - " }\r\n", - "}" - ] + "x-ms-request-id": "c8f48245-a580-4dfa-8baf-235aacbced7e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T160717Z:c975d6c5-4b19-4957-a5c3-2fda867fe37b" + }, + "ResponseBody": { + "name": "azsmnet4186", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7534/providers/Microsoft.Network/virtualNetworkGateways/azsmnet4186", + "etag": "W/\u0022d446709f-e93b-4536-bc54-7a66869911ae\u0022", + "type": "Microsoft.Network/virtualNetworkGateways", + "location": "westus2", + "tags": { + "key": "value" + }, + "properties": { + "provisioningState": "Succeeded", + "resourceGuid": "ce855582-98e2-4bdc-afb2-e13afbf1a9e2", + "packetCaptureDiagnosticState": "None", + "enablePrivateIpAddress": false, + "isMigrateToCSES": false, + "ipConfigurations": [ + { + "name": "azsmnet2815", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7534/providers/Microsoft.Network/virtualNetworkGateways/azsmnet4186/ipConfigurations/azsmnet2815", + "etag": "W/\u0022d446709f-e93b-4536-bc54-7a66869911ae\u0022", + "type": "Microsoft.Network/virtualNetworkGateways/ipConfigurations", + "properties": { + "provisioningState": "Succeeded", + "privateIPAllocationMethod": "Dynamic", + "publicIPAddress": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7534/providers/Microsoft.Network/publicIPAddresses/azsmnet2010" + }, + "subnet": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7534/providers/Microsoft.Network/virtualNetworks/azsmnet9230/subnets/GatewaySubnet" + } + } + } + ], + "natRules": [], + "virtualNetworkGatewayPolicyGroups": [], + "enableBgpRouteTranslationForNat": false, + "disableIPSecReplayProtection": false, + "sku": { + "name": "Basic", + "tier": "Basic", + "capacity": 2 + }, + "gatewayType": "Vpn", + "vpnType": "RouteBased", + "enableBgp": false, + "activeActive": false, + "bgpSettings": { + "asn": 65515, + "bgpPeeringAddress": "10.0.0.254", + "peerWeight": 0, + "bgpPeeringAddresses": [ + { + "ipconfigurationId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7534/providers/Microsoft.Network/virtualNetworkGateways/azsmnet4186/ipConfigurations/azsmnet2815", + "defaultBgpIpAddresses": [ + "10.0.0.254" + ], + "customBgpIpAddresses": [], + "tunnelIpAddresses": [ + "20.230.203.29" + ] + } + ] + }, + "vpnGatewayGeneration": "Generation1", + "allowRemoteVnetTraffic": false, + "allowVirtualWanTraffic": false + } + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/virtualNetworkGateways/azsmnet7556?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7534/providers/Microsoft.Network/virtualNetworkGateways/azsmnet4186?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "620", + "Content-Length": "621", "Content-Type": "application/json", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2442626054d5a175e14e56ec041ae240", + "traceparent": "00-5068ae5995028f2df1ce4232fb7f174f-31a9651aa6fd3347-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230421.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d8b7fc221ae132cf07a03866d56a95a0", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -1851,14 +2099,14 @@ "properties": { "ipConfigurations": [ { - "name": "azsmnet9561", + "name": "azsmnet2815", "properties": { "privateIPAllocationMethod": "Dynamic", "subnet": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/virtualNetworks/azsmnet829/subnets/GatewaySubnet" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7534/providers/Microsoft.Network/virtualNetworks/azsmnet9230/subnets/GatewaySubnet" }, "publicIPAddress": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/publicIPAddresses/azsmnet1460" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7534/providers/Microsoft.Network/publicIPAddresses/azsmnet2010" } } } @@ -1875,11 +2123,11 @@ "StatusCode": 200, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7d36a510-89a8-4a02-9ab2-fea20b91b7a9?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b62018cf-1fdf-47ce-b070-4cb07cf59cda?api-version=2022-09-01", "Cache-Control": "no-cache", - "Content-Length": "2620", + "Content-Length": "2822", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 18:53:59 GMT", + "Date": "Fri, 21 Apr 2023 16:07:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", @@ -1889,93 +2137,97 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "19da48d4-de12-4787-aa0d-32f5defe4daf", - "x-ms-client-request-id": "2442626054d5a175e14e56ec041ae240", - "x-ms-correlation-request-id": "977ffff0-f2b8-4342-b91f-bf7328385ff9", + "x-ms-arm-service-request-id": "99cf2627-bbe7-4fa8-9b8a-67d6ebd96512", + "x-ms-client-request-id": "d8b7fc221ae132cf07a03866d56a95a0", + "x-ms-correlation-request-id": "29843e05-0e0b-4a6c-85eb-effdb99344a6", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "7d36a510-89a8-4a02-9ab2-fea20b91b7a9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T185400Z:977ffff0-f2b8-4342-b91f-bf7328385ff9" - }, - "ResponseBody": [ - "{\r\n", - " \u0022name\u0022: \u0022azsmnet7556\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/virtualNetworkGateways/azsmnet7556\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u0022ce4a7788-e8d8-49ba-a907-2bdeec21a977\\\u0022\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworkGateways\u0022,\r\n", - " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022tags\u0022: {\r\n", - " \u0022key\u0022: \u0022value\u0022,\r\n", - " \u0022tag2\u0022: \u0022value\u0022,\r\n", - " \u0022tag3\u0022: \u0022value\u0022\r\n", - " },\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", - " \u0022resourceGuid\u0022: \u0022099bf7c8-d1fd-4dbc-86b0-43521e19cbf7\u0022,\r\n", - " \u0022packetCaptureDiagnosticState\u0022: \u0022None\u0022,\r\n", - " \u0022enablePrivateIpAddress\u0022: false,\r\n", - " \u0022ipConfigurations\u0022: [\r\n", - " {\r\n", - " \u0022name\u0022: \u0022azsmnet9561\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/virtualNetworkGateways/azsmnet7556/ipConfigurations/azsmnet9561\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u0022ce4a7788-e8d8-49ba-a907-2bdeec21a977\\\u0022\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworkGateways/ipConfigurations\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Updating\u0022,\r\n", - " \u0022privateIPAllocationMethod\u0022: \u0022Dynamic\u0022,\r\n", - " \u0022publicIPAddress\u0022: {\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/publicIPAddresses/azsmnet1460\u0022\r\n", - " },\r\n", - " \u0022subnet\u0022: {\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/virtualNetworks/azsmnet829/subnets/GatewaySubnet\u0022\r\n", - " }\r\n", - " }\r\n", - " }\r\n", - " ],\r\n", - " \u0022natRules\u0022: [],\r\n", - " \u0022enableBgpRouteTranslationForNat\u0022: false,\r\n", - " \u0022disableIPSecReplayProtection\u0022: false,\r\n", - " \u0022sku\u0022: {\r\n", - " \u0022name\u0022: \u0022Basic\u0022,\r\n", - " \u0022tier\u0022: \u0022Basic\u0022,\r\n", - " \u0022capacity\u0022: 2\r\n", - " },\r\n", - " \u0022gatewayType\u0022: \u0022Vpn\u0022,\r\n", - " \u0022vpnType\u0022: \u0022RouteBased\u0022,\r\n", - " \u0022enableBgp\u0022: false,\r\n", - " \u0022activeActive\u0022: false,\r\n", - " \u0022vpnClientConfiguration\u0022: {\r\n", - " \u0022vpnClientProtocols\u0022: [\r\n", - " \u0022SSTP\u0022\r\n", - " ],\r\n", - " \u0022vpnAuthenticationTypes\u0022: [],\r\n", - " \u0022vpnClientRootCertificates\u0022: [],\r\n", - " \u0022vpnClientRevokedCertificates\u0022: [],\r\n", - " \u0022radiusServers\u0022: [],\r\n", - " \u0022vpnClientIpsecPolicies\u0022: []\r\n", - " },\r\n", - " \u0022bgpSettings\u0022: {\r\n", - " \u0022asn\u0022: 0,\r\n", - " \u0022peerWeight\u0022: 0,\r\n", - " \u0022bgpPeeringAddresses\u0022: [\r\n", - " {\r\n", - " \u0022ipconfigurationId\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/virtualNetworkGateways/azsmnet7556/ipConfigurations/azsmnet9561\u0022,\r\n", - " \u0022defaultBgpIpAddresses\u0022: [],\r\n", - " \u0022customBgpIpAddresses\u0022: []\r\n", - " }\r\n", - " ]\r\n", - " },\r\n", - " \u0022vpnGatewayGeneration\u0022: \u0022Generation1\u0022\r\n", - " }\r\n", - "}" - ] + "x-ms-request-id": "b62018cf-1fdf-47ce-b070-4cb07cf59cda", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T160720Z:29843e05-0e0b-4a6c-85eb-effdb99344a6" + }, + "ResponseBody": { + "name": "azsmnet4186", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7534/providers/Microsoft.Network/virtualNetworkGateways/azsmnet4186", + "etag": "W/\u0022e0d5a48c-949b-437c-b404-bdb93e7612ef\u0022", + "type": "Microsoft.Network/virtualNetworkGateways", + "location": "westus2", + "tags": { + "key": "value", + "tag2": "value", + "tag3": "value" + }, + "properties": { + "provisioningState": "Updating", + "resourceGuid": "ce855582-98e2-4bdc-afb2-e13afbf1a9e2", + "packetCaptureDiagnosticState": "None", + "enablePrivateIpAddress": false, + "isMigrateToCSES": false, + "ipConfigurations": [ + { + "name": "azsmnet2815", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7534/providers/Microsoft.Network/virtualNetworkGateways/azsmnet4186/ipConfigurations/azsmnet2815", + "etag": "W/\u0022e0d5a48c-949b-437c-b404-bdb93e7612ef\u0022", + "type": "Microsoft.Network/virtualNetworkGateways/ipConfigurations", + "properties": { + "provisioningState": "Updating", + "privateIPAllocationMethod": "Dynamic", + "publicIPAddress": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7534/providers/Microsoft.Network/publicIPAddresses/azsmnet2010" + }, + "subnet": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7534/providers/Microsoft.Network/virtualNetworks/azsmnet9230/subnets/GatewaySubnet" + } + } + } + ], + "natRules": [], + "virtualNetworkGatewayPolicyGroups": [], + "enableBgpRouteTranslationForNat": false, + "disableIPSecReplayProtection": false, + "sku": { + "name": "Basic", + "tier": "Basic", + "capacity": 2 + }, + "gatewayType": "Vpn", + "vpnType": "RouteBased", + "enableBgp": false, + "activeActive": false, + "vpnClientConfiguration": { + "vpnClientProtocols": [ + "SSTP" + ], + "vpnAuthenticationTypes": [], + "vpnClientRootCertificates": [], + "vpnClientRevokedCertificates": [], + "vngClientConnectionConfigurations": [], + "radiusServers": [], + "vpnClientIpsecPolicies": [] + }, + "bgpSettings": { + "asn": 0, + "peerWeight": 0, + "bgpPeeringAddresses": [ + { + "ipconfigurationId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7534/providers/Microsoft.Network/virtualNetworkGateways/azsmnet4186/ipConfigurations/azsmnet2815", + "defaultBgpIpAddresses": [], + "customBgpIpAddresses": [] + } + ] + }, + "vpnGatewayGeneration": "Generation1", + "allowRemoteVnetTraffic": false, + "allowVirtualWanTraffic": false + } + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7d36a510-89a8-4a02-9ab2-fea20b91b7a9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b62018cf-1fdf-47ce-b070-4cb07cf59cda?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b3e7bbd0775f6e368bc6f895e1427203", + "traceparent": "00-5068ae5995028f2df1ce4232fb7f174f-c593b2abf1f7a930-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b062437ce3d681ef14ab6bee77e151f4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1984,7 +2236,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 18:53:59 GMT", + "Date": "Fri, 21 Apr 2023 16:07:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", @@ -1994,26 +2246,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4dd2bb27-c5a8-4bf4-8d56-119f9402aa97", - "x-ms-client-request-id": "b3e7bbd0775f6e368bc6f895e1427203", - "x-ms-correlation-request-id": "899c6e98-e2d4-4baf-b459-16b5d4e36627", + "x-ms-arm-service-request-id": "179ab2b7-dd61-4b98-af14-462693095c16", + "x-ms-client-request-id": "b062437ce3d681ef14ab6bee77e151f4", + "x-ms-correlation-request-id": "c42f4b7e-5c23-491c-a530-aa4eb2606c18", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "392acf45-f76d-43d3-b09b-9d9561b428c8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T185400Z:899c6e98-e2d4-4baf-b459-16b5d4e36627" - }, - "ResponseBody": [ - "{\r\n", - " \u0022status\u0022: \u0022InProgress\u0022\r\n", - "}" - ] + "x-ms-request-id": "71f20429-03bd-424b-a061-3f79ec76f26f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T160721Z:c42f4b7e-5c23-491c-a530-aa4eb2606c18" + }, + "ResponseBody": { + "status": "InProgress" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7d36a510-89a8-4a02-9ab2-fea20b91b7a9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b62018cf-1fdf-47ce-b070-4cb07cf59cda?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "46bad0ee7b4d627b0c198dd541eecd18", + "traceparent": "00-5068ae5995028f2df1ce4232fb7f174f-388476f656f45f4d-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "680c07169fb5b7caae2e371219df063e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2022,7 +2273,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 18:54:09 GMT", + "Date": "Fri, 21 Apr 2023 16:07:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "20", @@ -2032,26 +2283,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5acc60c7-58f8-4390-9b0c-2ea764ba6cef", - "x-ms-client-request-id": "46bad0ee7b4d627b0c198dd541eecd18", - "x-ms-correlation-request-id": "67b0f753-2353-4898-9c34-7228b0f73313", + "x-ms-arm-service-request-id": "c5549893-7417-4fd4-948f-95b8855f1cdd", + "x-ms-client-request-id": "680c07169fb5b7caae2e371219df063e", + "x-ms-correlation-request-id": "5564ee87-f039-46a2-a5e7-125b864ebe70", "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "398d51dc-6784-4055-98cb-246293a012ce", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T185410Z:67b0f753-2353-4898-9c34-7228b0f73313" - }, - "ResponseBody": [ - "{\r\n", - " \u0022status\u0022: \u0022InProgress\u0022\r\n", - "}" - ] + "x-ms-request-id": "e1bcbd39-3cc9-47fc-b316-fcef54376ef3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T160731Z:5564ee87-f039-46a2-a5e7-125b864ebe70" + }, + "ResponseBody": { + "status": "InProgress" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7d36a510-89a8-4a02-9ab2-fea20b91b7a9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b62018cf-1fdf-47ce-b070-4cb07cf59cda?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "491c6daa2f323de0b1207b9a04c04754", + "traceparent": "00-5068ae5995028f2df1ce4232fb7f174f-f717439317505504-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "92e913f7e50704c982bcd92bfe5f11c0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2060,7 +2310,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 18:54:30 GMT", + "Date": "Fri, 21 Apr 2023 16:07:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "20", @@ -2070,26 +2320,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "53486ade-a410-4714-a667-98ee8f990bd4", - "x-ms-client-request-id": "491c6daa2f323de0b1207b9a04c04754", - "x-ms-correlation-request-id": "3be6dbff-5fd6-4021-bd84-f3c148cb7b80", + "x-ms-arm-service-request-id": "707b006f-c66c-4e37-a4d0-30a4142f904f", + "x-ms-client-request-id": "92e913f7e50704c982bcd92bfe5f11c0", + "x-ms-correlation-request-id": "69ec999d-24bc-4a52-80a1-de7ce601aff4", "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "f6f22455-13b7-4da4-bb39-0fbd61663a62", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T185430Z:3be6dbff-5fd6-4021-bd84-f3c148cb7b80" - }, - "ResponseBody": [ - "{\r\n", - " \u0022status\u0022: \u0022InProgress\u0022\r\n", - "}" - ] + "x-ms-request-id": "5bbb4862-20bf-4d3a-b8cf-92d8d3e2541d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T160751Z:69ec999d-24bc-4a52-80a1-de7ce601aff4" + }, + "ResponseBody": { + "status": "InProgress" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7d36a510-89a8-4a02-9ab2-fea20b91b7a9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b62018cf-1fdf-47ce-b070-4cb07cf59cda?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "04990f8c5e0f549a3f84a646e9612d9d", + "traceparent": "00-5068ae5995028f2df1ce4232fb7f174f-30e6dd1ab0c936b1-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "24d90d7d40bddc6f79ab01a8acdd6834", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2098,7 +2347,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 18:54:51 GMT", + "Date": "Fri, 21 Apr 2023 16:08:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "40", @@ -2108,26 +2357,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6bd3fc4e-0c71-4800-a049-0a5b034e2f1d", - "x-ms-client-request-id": "04990f8c5e0f549a3f84a646e9612d9d", - "x-ms-correlation-request-id": "c3bbb2f6-764f-4be3-895c-703ae31edcb0", + "x-ms-arm-service-request-id": "b03c1c51-b81c-4b2f-8839-8ce646cebc0a", + "x-ms-client-request-id": "24d90d7d40bddc6f79ab01a8acdd6834", + "x-ms-correlation-request-id": "58528721-dd9d-427c-b772-10bd4dfc4e26", "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "74d27776-904a-47fd-a3ca-67065a29bca0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T185451Z:c3bbb2f6-764f-4be3-895c-703ae31edcb0" - }, - "ResponseBody": [ - "{\r\n", - " \u0022status\u0022: \u0022InProgress\u0022\r\n", - "}" - ] + "x-ms-request-id": "8857098a-1a3d-48ea-a74e-3cacd29775b7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T160812Z:58528721-dd9d-427c-b772-10bd4dfc4e26" + }, + "ResponseBody": { + "status": "InProgress" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7d36a510-89a8-4a02-9ab2-fea20b91b7a9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b62018cf-1fdf-47ce-b070-4cb07cf59cda?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "73ebe0f92926bed0f07c942d00e15e4b", + "traceparent": "00-5068ae5995028f2df1ce4232fb7f174f-068cd8e1b0840ada-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "64f72da5bff730ec3d08e6f9c69eb84f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2136,7 +2384,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 18:55:31 GMT", + "Date": "Fri, 21 Apr 2023 16:08:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "40", @@ -2146,26 +2394,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "142f4b37-9b5a-420a-a74a-183d8a879501", - "x-ms-client-request-id": "73ebe0f92926bed0f07c942d00e15e4b", - "x-ms-correlation-request-id": "366e0f19-1f23-4497-9588-90e92b83df20", + "x-ms-arm-service-request-id": "6d2cc770-3eaf-4be3-9578-9f9761507903", + "x-ms-client-request-id": "64f72da5bff730ec3d08e6f9c69eb84f", + "x-ms-correlation-request-id": "6723ec0c-101a-4102-9209-4a83bfeb8c51", "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "1dd62fb8-c7a8-4dbf-bcd6-829df683e91c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T185531Z:366e0f19-1f23-4497-9588-90e92b83df20" - }, - "ResponseBody": [ - "{\r\n", - " \u0022status\u0022: \u0022InProgress\u0022\r\n", - "}" - ] + "x-ms-request-id": "e0daa179-fc9c-4e72-b96e-11fcac6bc913", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T160852Z:6723ec0c-101a-4102-9209-4a83bfeb8c51" + }, + "ResponseBody": { + "status": "InProgress" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7d36a510-89a8-4a02-9ab2-fea20b91b7a9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b62018cf-1fdf-47ce-b070-4cb07cf59cda?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "314939d1c8544b08d2c80aae889a5350", + "traceparent": "00-5068ae5995028f2df1ce4232fb7f174f-df674a7c178ba24b-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "0b94771de106b680a30c195ce42058a5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2174,7 +2421,7 @@ "Cache-Control": "no-cache", "Content-Length": "29", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 18:56:11 GMT", + "Date": "Fri, 21 Apr 2023 16:09:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2183,35 +2430,34 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b214215b-d06a-4081-8bbc-31b7b9291cdf", - "x-ms-client-request-id": "314939d1c8544b08d2c80aae889a5350", - "x-ms-correlation-request-id": "b3e044b3-bc12-49c0-94d5-5e1091b1ae38", + "x-ms-arm-service-request-id": "016b5cad-10ad-4141-a8cb-33e5f19eb5f2", + "x-ms-client-request-id": "0b94771de106b680a30c195ce42058a5", + "x-ms-correlation-request-id": "0ef94392-8328-4b43-94af-4da1abc28866", "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "99e82aed-4046-4e96-af1b-457c6de596e4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T185612Z:b3e044b3-bc12-49c0-94d5-5e1091b1ae38" - }, - "ResponseBody": [ - "{\r\n", - " \u0022status\u0022: \u0022Succeeded\u0022\r\n", - "}" - ] + "x-ms-request-id": "db65ea59-360a-4ce8-8926-61628d838418", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T160932Z:0ef94392-8328-4b43-94af-4da1abc28866" + }, + "ResponseBody": { + "status": "Succeeded" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/virtualNetworkGateways/azsmnet7556?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7534/providers/Microsoft.Network/virtualNetworkGateways/azsmnet4186?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "23a0def2d4d5632d3fda1392c96d545e", + "traceparent": "00-5068ae5995028f2df1ce4232fb7f174f-bb34795a0a9b205d-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d186a554ad68bec820a8e7b5597616da", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2499", + "Content-Length": "2655", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 18:56:11 GMT", + "Date": "Fri, 21 Apr 2023 16:09:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2220,263 +2466,241 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ecbaef0c-2fbb-4f35-9855-f97944f3c094", - "x-ms-client-request-id": "23a0def2d4d5632d3fda1392c96d545e", - "x-ms-correlation-request-id": "d3336d8a-c9c9-46cd-97d3-088a0f433ed0", + "x-ms-arm-service-request-id": "e8664033-eb87-435a-8112-967b20cc52eb", + "x-ms-client-request-id": "d186a554ad68bec820a8e7b5597616da", + "x-ms-correlation-request-id": "ecef44b1-8e2f-4d0c-a85f-24d40b8619de", "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "12ce84d6-043d-4389-b918-23e80f691ccf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T185612Z:d3336d8a-c9c9-46cd-97d3-088a0f433ed0" - }, - "ResponseBody": [ - "{\r\n", - " \u0022name\u0022: \u0022azsmnet7556\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/virtualNetworkGateways/azsmnet7556\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u0022c8071420-08b1-42bb-a4d8-67151eb63266\\\u0022\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworkGateways\u0022,\r\n", - " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022tags\u0022: {\r\n", - " \u0022key\u0022: \u0022value\u0022,\r\n", - " \u0022tag2\u0022: \u0022value\u0022,\r\n", - " \u0022tag3\u0022: \u0022value\u0022\r\n", - " },\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022resourceGuid\u0022: \u0022099bf7c8-d1fd-4dbc-86b0-43521e19cbf7\u0022,\r\n", - " \u0022packetCaptureDiagnosticState\u0022: \u0022None\u0022,\r\n", - " \u0022enablePrivateIpAddress\u0022: false,\r\n", - " \u0022ipConfigurations\u0022: [\r\n", - " {\r\n", - " \u0022name\u0022: \u0022azsmnet9561\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/virtualNetworkGateways/azsmnet7556/ipConfigurations/azsmnet9561\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u0022c8071420-08b1-42bb-a4d8-67151eb63266\\\u0022\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworkGateways/ipConfigurations\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022privateIPAllocationMethod\u0022: \u0022Dynamic\u0022,\r\n", - " \u0022publicIPAddress\u0022: {\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/publicIPAddresses/azsmnet1460\u0022\r\n", - " },\r\n", - " \u0022subnet\u0022: {\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/virtualNetworks/azsmnet829/subnets/GatewaySubnet\u0022\r\n", - " }\r\n", - " }\r\n", - " }\r\n", - " ],\r\n", - " \u0022natRules\u0022: [],\r\n", - " \u0022enableBgpRouteTranslationForNat\u0022: false,\r\n", - " \u0022disableIPSecReplayProtection\u0022: false,\r\n", - " \u0022sku\u0022: {\r\n", - " \u0022name\u0022: \u0022Basic\u0022,\r\n", - " \u0022tier\u0022: \u0022Basic\u0022,\r\n", - " \u0022capacity\u0022: 2\r\n", - " },\r\n", - " \u0022gatewayType\u0022: \u0022Vpn\u0022,\r\n", - " \u0022vpnType\u0022: \u0022RouteBased\u0022,\r\n", - " \u0022enableBgp\u0022: false,\r\n", - " \u0022activeActive\u0022: false,\r\n", - " \u0022bgpSettings\u0022: {\r\n", - " \u0022asn\u0022: 65515,\r\n", - " \u0022bgpPeeringAddress\u0022: \u002210.0.0.254\u0022,\r\n", - " \u0022peerWeight\u0022: 0,\r\n", - " \u0022bgpPeeringAddresses\u0022: [\r\n", - " {\r\n", - " \u0022ipconfigurationId\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/virtualNetworkGateways/azsmnet7556/ipConfigurations/azsmnet9561\u0022,\r\n", - " \u0022defaultBgpIpAddresses\u0022: [\r\n", - " \u002210.0.0.254\u0022\r\n", - " ],\r\n", - " \u0022customBgpIpAddresses\u0022: [],\r\n", - " \u0022tunnelIpAddresses\u0022: [\r\n", - " \u002220.114.48.0\u0022\r\n", - " ]\r\n", - " }\r\n", - " ]\r\n", - " },\r\n", - " \u0022vpnGatewayGeneration\u0022: \u0022Generation1\u0022\r\n", - " }\r\n", - "}" - ] + "x-ms-request-id": "6b91ed0f-4702-437a-8edb-1d498bc8527d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T160933Z:ecef44b1-8e2f-4d0c-a85f-24d40b8619de" + }, + "ResponseBody": { + "name": "azsmnet4186", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7534/providers/Microsoft.Network/virtualNetworkGateways/azsmnet4186", + "etag": "W/\u0022930b69b9-bada-43d0-9f2b-3d7d13324ae1\u0022", + "type": "Microsoft.Network/virtualNetworkGateways", + "location": "westus2", + "tags": { + "key": "value", + "tag2": "value", + "tag3": "value" + }, + "properties": { + "provisioningState": "Succeeded", + "resourceGuid": "ce855582-98e2-4bdc-afb2-e13afbf1a9e2", + "packetCaptureDiagnosticState": "None", + "enablePrivateIpAddress": false, + "isMigrateToCSES": false, + "ipConfigurations": [ + { + "name": "azsmnet2815", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7534/providers/Microsoft.Network/virtualNetworkGateways/azsmnet4186/ipConfigurations/azsmnet2815", + "etag": "W/\u0022930b69b9-bada-43d0-9f2b-3d7d13324ae1\u0022", + "type": "Microsoft.Network/virtualNetworkGateways/ipConfigurations", + "properties": { + "provisioningState": "Succeeded", + "privateIPAllocationMethod": "Dynamic", + "publicIPAddress": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7534/providers/Microsoft.Network/publicIPAddresses/azsmnet2010" + }, + "subnet": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7534/providers/Microsoft.Network/virtualNetworks/azsmnet9230/subnets/GatewaySubnet" + } + } + } + ], + "natRules": [], + "virtualNetworkGatewayPolicyGroups": [], + "enableBgpRouteTranslationForNat": false, + "disableIPSecReplayProtection": false, + "sku": { + "name": "Basic", + "tier": "Basic", + "capacity": 2 + }, + "gatewayType": "Vpn", + "vpnType": "RouteBased", + "enableBgp": false, + "activeActive": false, + "bgpSettings": { + "asn": 65515, + "bgpPeeringAddress": "10.0.0.254", + "peerWeight": 0, + "bgpPeeringAddresses": [ + { + "ipconfigurationId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7534/providers/Microsoft.Network/virtualNetworkGateways/azsmnet4186/ipConfigurations/azsmnet2815", + "defaultBgpIpAddresses": [ + "10.0.0.254" + ], + "customBgpIpAddresses": [], + "tunnelIpAddresses": [ + "20.230.203.29" + ] + } + ] + }, + "vpnGatewayGeneration": "Generation1", + "allowRemoteVnetTraffic": false, + "allowVirtualWanTraffic": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7534/providers/Microsoft.Network/virtualNetworkGateways/azsmnet4186?api-version=2022-09-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-261fd24d6233b61bd9c6b6d80ae58310-c693a199ab4ab5e8-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230421.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "348bb1f25c48c42dac40c0eaa6904c1c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/0efe5990-17c5-42c3-ab02-7e632828505d?api-version=2022-09-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Fri, 21 Apr 2023 16:09:34 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operationResults/0efe5990-17c5-42c3-ab02-7e632828505d?api-version=2022-09-01", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "707b9856-1625-4bae-a203-d4f463aa7d23", + "x-ms-client-request-id": "348bb1f25c48c42dac40c0eaa6904c1c", + "x-ms-correlation-request-id": "5f1fe1a6-28a7-4087-a1d8-6a190e1793f6", + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-request-id": "0efe5990-17c5-42c3-ab02-7e632828505d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T160934Z:5f1fe1a6-28a7-4087-a1d8-6a190e1793f6" + }, + "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7d36a510-89a8-4a02-9ab2-fea20b91b7a9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/0efe5990-17c5-42c3-ab02-7e632828505d?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b0745a26fb183048d79fa05e1f223556", + "traceparent": "00-261fd24d6233b61bd9c6b6d80ae58310-1839aa60bddfb5fb-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "32693ef62395f75c77c22427ecde188f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "29", + "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 18:56:11 GMT", + "Date": "Fri, 21 Apr 2023 16:09:34 GMT", "Expires": "-1", "Pragma": "no-cache", + "Retry-After": "10", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a13debbb-f616-4de0-951a-ffb7fffcc78d", - "x-ms-client-request-id": "b0745a26fb183048d79fa05e1f223556", - "x-ms-correlation-request-id": "86f5eaab-8a3c-4783-9413-32354a8940e6", + "x-ms-arm-service-request-id": "414ee486-f3a8-4b4a-8c89-4f115d0552f0", + "x-ms-client-request-id": "32693ef62395f75c77c22427ecde188f", + "x-ms-correlation-request-id": "927fa136-adf0-4315-b2d2-e4937ce6c2d2", "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "1d2cedae-be7f-4766-bc39-fd5048ba8fa9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T185612Z:86f5eaab-8a3c-4783-9413-32354a8940e6" - }, - "ResponseBody": [ - "{\r\n", - " \u0022status\u0022: \u0022Succeeded\u0022\r\n", - "}" - ] + "x-ms-request-id": "f38632b3-47df-498c-b220-7721fac9d6f9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T160934Z:927fa136-adf0-4315-b2d2-e4937ce6c2d2" + }, + "ResponseBody": { + "status": "InProgress" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/virtualNetworkGateways/azsmnet7556?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/0efe5990-17c5-42c3-ab02-7e632828505d?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "213a43293a40fd760be6f279b5768165", + "traceparent": "00-261fd24d6233b61bd9c6b6d80ae58310-4c42b1a016db63da-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1805ca5cf6d10ac2ca1b867271cfc9e0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2499", + "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 18:56:12 GMT", + "Date": "Fri, 21 Apr 2023 16:09:44 GMT", "Expires": "-1", "Pragma": "no-cache", + "Retry-After": "20", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "cdd1e7aa-438f-4feb-8144-57de30d8fdb7", - "x-ms-client-request-id": "213a43293a40fd760be6f279b5768165", - "x-ms-correlation-request-id": "04857c13-eb3e-4617-942b-1b9e179e792b", + "x-ms-arm-service-request-id": "0160b146-e83f-4b2a-a2ba-b4188459d11e", + "x-ms-client-request-id": "1805ca5cf6d10ac2ca1b867271cfc9e0", + "x-ms-correlation-request-id": "94628d3a-c9bb-4e58-8132-2600f608272b", "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "85ac2b39-f362-4a7f-9502-32f9876539cb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T185613Z:04857c13-eb3e-4617-942b-1b9e179e792b" - }, - "ResponseBody": [ - "{\r\n", - " \u0022name\u0022: \u0022azsmnet7556\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/virtualNetworkGateways/azsmnet7556\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u0022c8071420-08b1-42bb-a4d8-67151eb63266\\\u0022\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworkGateways\u0022,\r\n", - " \u0022location\u0022: \u0022westus2\u0022,\r\n", - " \u0022tags\u0022: {\r\n", - " \u0022key\u0022: \u0022value\u0022,\r\n", - " \u0022tag2\u0022: \u0022value\u0022,\r\n", - " \u0022tag3\u0022: \u0022value\u0022\r\n", - " },\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022resourceGuid\u0022: \u0022099bf7c8-d1fd-4dbc-86b0-43521e19cbf7\u0022,\r\n", - " \u0022packetCaptureDiagnosticState\u0022: \u0022None\u0022,\r\n", - " \u0022enablePrivateIpAddress\u0022: false,\r\n", - " \u0022ipConfigurations\u0022: [\r\n", - " {\r\n", - " \u0022name\u0022: \u0022azsmnet9561\u0022,\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/virtualNetworkGateways/azsmnet7556/ipConfigurations/azsmnet9561\u0022,\r\n", - " \u0022etag\u0022: \u0022W/\\\u0022c8071420-08b1-42bb-a4d8-67151eb63266\\\u0022\u0022,\r\n", - " \u0022type\u0022: \u0022Microsoft.Network/virtualNetworkGateways/ipConfigurations\u0022,\r\n", - " \u0022properties\u0022: {\r\n", - " \u0022provisioningState\u0022: \u0022Succeeded\u0022,\r\n", - " \u0022privateIPAllocationMethod\u0022: \u0022Dynamic\u0022,\r\n", - " \u0022publicIPAddress\u0022: {\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/publicIPAddresses/azsmnet1460\u0022\r\n", - " },\r\n", - " \u0022subnet\u0022: {\r\n", - " \u0022id\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/virtualNetworks/azsmnet829/subnets/GatewaySubnet\u0022\r\n", - " }\r\n", - " }\r\n", - " }\r\n", - " ],\r\n", - " \u0022natRules\u0022: [],\r\n", - " \u0022enableBgpRouteTranslationForNat\u0022: false,\r\n", - " \u0022disableIPSecReplayProtection\u0022: false,\r\n", - " \u0022sku\u0022: {\r\n", - " \u0022name\u0022: \u0022Basic\u0022,\r\n", - " \u0022tier\u0022: \u0022Basic\u0022,\r\n", - " \u0022capacity\u0022: 2\r\n", - " },\r\n", - " \u0022gatewayType\u0022: \u0022Vpn\u0022,\r\n", - " \u0022vpnType\u0022: \u0022RouteBased\u0022,\r\n", - " \u0022enableBgp\u0022: false,\r\n", - " \u0022activeActive\u0022: false,\r\n", - " \u0022bgpSettings\u0022: {\r\n", - " \u0022asn\u0022: 65515,\r\n", - " \u0022bgpPeeringAddress\u0022: \u002210.0.0.254\u0022,\r\n", - " \u0022peerWeight\u0022: 0,\r\n", - " \u0022bgpPeeringAddresses\u0022: [\r\n", - " {\r\n", - " \u0022ipconfigurationId\u0022: \u0022/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/virtualNetworkGateways/azsmnet7556/ipConfigurations/azsmnet9561\u0022,\r\n", - " \u0022defaultBgpIpAddresses\u0022: [\r\n", - " \u002210.0.0.254\u0022\r\n", - " ],\r\n", - " \u0022customBgpIpAddresses\u0022: [],\r\n", - " \u0022tunnelIpAddresses\u0022: [\r\n", - " \u002220.114.48.0\u0022\r\n", - " ]\r\n", - " }\r\n", - " ]\r\n", - " },\r\n", - " \u0022vpnGatewayGeneration\u0022: \u0022Generation1\u0022\r\n", - " }\r\n", - "}" - ] + "x-ms-request-id": "1d78ce30-908f-474c-b6b4-783b0b347275", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T160945Z:94628d3a-c9bb-4e58-8132-2600f608272b" + }, + "ResponseBody": { + "status": "InProgress" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5667/providers/Microsoft.Network/virtualNetworkGateways/azsmnet7556?api-version=2021-02-01", - "RequestMethod": "DELETE", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/0efe5990-17c5-42c3-ab02-7e632828505d?api-version=2022-09-01", + "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2e87ab73a325f738966f4b3633cf441d", + "traceparent": "00-261fd24d6233b61bd9c6b6d80ae58310-de8fb25de6353576-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "67f493e31a268c87e4ada955c2bf83cf", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 202, + "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/d0a0e38f-dbee-453f-b09d-813575e3d083?api-version=2021-02-01", "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Tue, 18 Jan 2022 18:56:12 GMT", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Apr 2023 16:10:04 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operationResults/d0a0e38f-dbee-453f-b09d-813575e3d083?api-version=2021-02-01", "Pragma": "no-cache", - "Retry-After": "10", + "Retry-After": "20", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "599fc96f-ed50-4708-b3f0-d9fca7b674cd", - "x-ms-client-request-id": "2e87ab73a325f738966f4b3633cf441d", - "x-ms-correlation-request-id": "0b0748b0-dc79-4872-8a54-9903c35b23a2", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "d0a0e38f-dbee-453f-b09d-813575e3d083", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T185613Z:0b0748b0-dc79-4872-8a54-9903c35b23a2" - }, - "ResponseBody": [] + "x-ms-arm-service-request-id": "556e697e-4113-4e58-9d28-dc57102b4445", + "x-ms-client-request-id": "67f493e31a268c87e4ada955c2bf83cf", + "x-ms-correlation-request-id": "869fdf65-65fb-4ddf-978f-6323b44dd5a9", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "71efe908-feec-4950-ae01-f5a5832ddafc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T161005Z:869fdf65-65fb-4ddf-978f-6323b44dd5a9" + }, + "ResponseBody": { + "status": "InProgress" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/d0a0e38f-dbee-453f-b09d-813575e3d083?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/0efe5990-17c5-42c3-ab02-7e632828505d?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "73ea3b1d079a85300b438ad0ee3fca3c", + "traceparent": "00-261fd24d6233b61bd9c6b6d80ae58310-d5817bbaa3db81b5-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "30015bbe44c6005b7b5f687a9cea86a7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2485,36 +2709,35 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 18:56:13 GMT", + "Date": "Fri, 21 Apr 2023 16:10:25 GMT", "Expires": "-1", "Pragma": "no-cache", - "Retry-After": "10", + "Retry-After": "40", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "fd52f40e-65ce-4794-a7e1-86ae29f5518a", - "x-ms-client-request-id": "73ea3b1d079a85300b438ad0ee3fca3c", - "x-ms-correlation-request-id": "87f58874-30d9-46f7-a9d1-5a4569864fc6", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "6952884b-03ae-45fd-9a9e-b3a9747a80c0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T185614Z:87f58874-30d9-46f7-a9d1-5a4569864fc6" - }, - "ResponseBody": [ - "{\r\n", - " \u0022status\u0022: \u0022InProgress\u0022\r\n", - "}" - ] + "x-ms-arm-service-request-id": "6d0e1562-0257-4d7e-bb96-ab09937b678e", + "x-ms-client-request-id": "30015bbe44c6005b7b5f687a9cea86a7", + "x-ms-correlation-request-id": "3b1eebb5-5422-460b-aa40-e4f4f570ae6c", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "dff1cc6c-2b15-4ffc-8701-60f8960a5796", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T161025Z:3b1eebb5-5422-460b-aa40-e4f4f570ae6c" + }, + "ResponseBody": { + "status": "InProgress" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/d0a0e38f-dbee-453f-b09d-813575e3d083?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/0efe5990-17c5-42c3-ab02-7e632828505d?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f7d4d5a1fb0d40328d9c4aafff06eec7", + "traceparent": "00-261fd24d6233b61bd9c6b6d80ae58310-3a7dbc5e94d4ecf1-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "584443f8b0ea4269437933234c6d480a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2523,36 +2746,35 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 18:56:24 GMT", + "Date": "Fri, 21 Apr 2023 16:11:05 GMT", "Expires": "-1", "Pragma": "no-cache", - "Retry-After": "20", + "Retry-After": "40", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "cf2c63da-0a4b-493a-93df-5e962f2b7c2b", - "x-ms-client-request-id": "f7d4d5a1fb0d40328d9c4aafff06eec7", - "x-ms-correlation-request-id": "e09139e2-ccb2-4a66-924c-36d432652e87", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "c5620163-dda6-4b17-ac9a-fb4e068213a2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T185624Z:e09139e2-ccb2-4a66-924c-36d432652e87" - }, - "ResponseBody": [ - "{\r\n", - " \u0022status\u0022: \u0022InProgress\u0022\r\n", - "}" - ] + "x-ms-arm-service-request-id": "c0346df3-fdc5-4dc6-bf3e-4dcdfc14e509", + "x-ms-client-request-id": "584443f8b0ea4269437933234c6d480a", + "x-ms-correlation-request-id": "d10cc7d8-07d4-4915-9b12-ab9a6d7a9cf1", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "a102ce44-9fc8-4915-8b38-ad31f44c9da3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T161105Z:d10cc7d8-07d4-4915-9b12-ab9a6d7a9cf1" + }, + "ResponseBody": { + "status": "InProgress" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/d0a0e38f-dbee-453f-b09d-813575e3d083?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/0efe5990-17c5-42c3-ab02-7e632828505d?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f719eaf4d0e59d828ce37befa84dfca4", + "traceparent": "00-261fd24d6233b61bd9c6b6d80ae58310-1c16ab7c1d990ffe-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "15b4b69799ce9e1a38f4ecc7b10ceffa", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2561,36 +2783,35 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 18:56:44 GMT", + "Date": "Fri, 21 Apr 2023 16:11:45 GMT", "Expires": "-1", "Pragma": "no-cache", - "Retry-After": "20", + "Retry-After": "80", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "17463eec-c6b0-4ced-9b2d-90ac5a119b65", - "x-ms-client-request-id": "f719eaf4d0e59d828ce37befa84dfca4", - "x-ms-correlation-request-id": "5fddf874-c957-4aea-94cf-782730ef998c", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "f933a9fc-9f66-4cd4-a2cc-081dc53aef0e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T185644Z:5fddf874-c957-4aea-94cf-782730ef998c" - }, - "ResponseBody": [ - "{\r\n", - " \u0022status\u0022: \u0022InProgress\u0022\r\n", - "}" - ] + "x-ms-arm-service-request-id": "0a3eec92-6bd3-452e-829c-5a02f78d3088", + "x-ms-client-request-id": "15b4b69799ce9e1a38f4ecc7b10ceffa", + "x-ms-correlation-request-id": "87807a38-bbcf-4600-9b0c-60f1d2a1fd2f", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "6d9b26c9-0902-48ca-8c12-1e68a2bc5d5a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T161146Z:87807a38-bbcf-4600-9b0c-60f1d2a1fd2f" + }, + "ResponseBody": { + "status": "InProgress" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/d0a0e38f-dbee-453f-b09d-813575e3d083?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/0efe5990-17c5-42c3-ab02-7e632828505d?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "339068ab83fa215309a9e5fdbd818504", + "traceparent": "00-261fd24d6233b61bd9c6b6d80ae58310-c69ce88e76417bf1-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "7e5c01272b7b0de5f2bfec4c1137b30d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2599,36 +2820,72 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 18:57:04 GMT", + "Date": "Fri, 21 Apr 2023 16:13:05 GMT", "Expires": "-1", "Pragma": "no-cache", - "Retry-After": "40", + "Retry-After": "160", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "20774787-b674-476c-8f5a-f5eb26726fd0", - "x-ms-client-request-id": "339068ab83fa215309a9e5fdbd818504", - "x-ms-correlation-request-id": "f515f83b-b750-4a5e-a2ec-76899cb5a7ae", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "acec8b3f-89fb-4535-a7eb-9fe4bba4fe51", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T185704Z:f515f83b-b750-4a5e-a2ec-76899cb5a7ae" - }, - "ResponseBody": [ - "{\r\n", - " \u0022status\u0022: \u0022InProgress\u0022\r\n", - "}" - ] + "x-ms-arm-service-request-id": "fa21de1c-d62f-4d70-bc52-b11d22dcd4ae", + "x-ms-client-request-id": "7e5c01272b7b0de5f2bfec4c1137b30d", + "x-ms-correlation-request-id": "7121039b-3ed0-46a0-b112-b494434d3912", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "96b70268-cedc-439b-a71e-045d0714ddd6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T161306Z:7121039b-3ed0-46a0-b112-b494434d3912" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/0efe5990-17c5-42c3-ab02-7e632828505d?api-version=2022-09-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-261fd24d6233b61bd9c6b6d80ae58310-85f18020c456b5c0-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e6e25e1670355fd929a61ff5c3a19036", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Apr 2023 16:15:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "100", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "0568792f-bbe4-43be-aef2-1a8e70949495", + "x-ms-client-request-id": "e6e25e1670355fd929a61ff5c3a19036", + "x-ms-correlation-request-id": "6bc64cec-3be8-4434-83e9-eacf7c2b8a37", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "7495a2da-04f1-48ca-9571-e7c73b534f07", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T161547Z:6bc64cec-3be8-4434-83e9-eacf7c2b8a37" + }, + "ResponseBody": { + "status": "InProgress" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/d0a0e38f-dbee-453f-b09d-813575e3d083?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/0efe5990-17c5-42c3-ab02-7e632828505d?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20220118.1 (.NET Framework 4.8.4420.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "04dcc355d226d15652366b2980429840", + "traceparent": "00-261fd24d6233b61bd9c6b6d80ae58310-3f83948cc2279e16-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "4bfc388ac9116c8fd0a6230facce8c00", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2637,7 +2894,7 @@ "Cache-Control": "no-cache", "Content-Length": "29", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 18 Jan 2022 19:06:42 GMT", + "Date": "Fri, 21 Apr 2023 16:17:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2646,23 +2903,22 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "06aa6dd6-18e0-4ba5-bac4-5a6e335024c7", - "x-ms-client-request-id": "04dcc355d226d15652366b2980429840", - "x-ms-correlation-request-id": "ea1177d2-bfd5-4d3c-94b6-9f3d1b33280f", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "921b54fd-2e04-446a-a631-78c5bcd78352", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220118T190642Z:ea1177d2-bfd5-4d3c-94b6-9f3d1b33280f" - }, - "ResponseBody": [ - "{\r\n", - " \u0022status\u0022: \u0022Succeeded\u0022\r\n", - "}" - ] + "x-ms-arm-service-request-id": "86b255a2-a1af-4996-93d6-1d4e40d378ba", + "x-ms-client-request-id": "4bfc388ac9116c8fd0a6230facce8c00", + "x-ms-correlation-request-id": "81c01651-7e5e-42c7-9dfb-2c52eeb00275", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "46d5aade-a376-49e1-986d-3fcd687845f9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T161728Z:81c01651-7e5e-42c7-9dfb-2c52eeb00275" + }, + "ResponseBody": { + "status": "Succeeded" + } } ], "Variables": { + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", "LOCATION": "eastus", - "RandomSeed": "1468535758", + "RandomSeed": "1350240728", "RESOURCE_MANAGER_URL": null, "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" } diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/GatewayOperationsTests/VnetGatewayConnectionSiteToSiteTest.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/GatewayOperationsTests/VnetGatewayConnectionSiteToSiteTest.json index c38411722894..8ef6ed0223b5 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/GatewayOperationsTests/VnetGatewayConnectionSiteToSiteTest.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/GatewayOperationsTests/VnetGatewayConnectionSiteToSiteTest.json @@ -6,33 +6,34 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-0801c84de01824439babbb5059d4a558-29a1163e2a89df4c-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "982110168db2f23c5b9215badeb78673", + "traceparent": "00-df0cb1fffce8ba38499fb5b572feee39-7ffd2eeda08cc1e9-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "2cebdbad53659ac8b1a81347e2d1e5bf", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "747", + "Connection": "close", + "Content-Length": "748", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 08:58:51 GMT", + "Date": "Fri, 21 Apr 2023 12:53:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6d4c9d2f-7872-4c31-96e1-4a49874b7ac0", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "6d4c9d2f-7872-4c31-96e1-4a49874b7ac0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T085851Z:6d4c9d2f-7872-4c31-96e1-4a49874b7ac0" + "x-ms-correlation-request-id": "47ce0b26-7282-4334-86e8-aad241d3a019", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "47ce0b26-7282-4334-86e8-aad241d3a019", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T125350Z:47ce0b26-7282-4334-86e8-aad241d3a019" }, "ResponseBody": { "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", "authorizationSource": "RoleBased", "managedByTenants": [], "tags": { - "TagKey-9823": "TagValue-566", + "TagKey-9823": "TagValue-1254", "TagKey-3481": "TagValue-320", "TagKey-4926": "TagValue-1187", "TagKey-751": "TagValue-3921", @@ -56,58 +57,57 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/csmrg788?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/csmrg9635?api-version=**", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "31", + "Content-Length": "21", "Content-Type": "application/json", - "traceparent": "00-8c845d915fb64840867461ac9f8cdd11-1736ed5e81613446-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "d8d3e7592bf10aa982c394fea4855381", + "traceparent": "00-101042f3bb8f7b725625e2a9105870c4-d86dcee304d5bbf1-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "dd3049cc10459966db44948ebb3d32d2", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "location": "westus" + "location": "eastus" }, "StatusCode": 201, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "223", + "Content-Length": "215", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 08:58:52 GMT", + "Date": "Fri, 21 Apr 2023 12:53:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "aaa9a8f6-1009-4ac8-adb7-6703e1820b61", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "aaa9a8f6-1009-4ac8-adb7-6703e1820b61", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T085853Z:aaa9a8f6-1009-4ac8-adb7-6703e1820b61" + "x-ms-correlation-request-id": "25a69475-c04d-42b7-ad1b-4c157164d09b", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "25a69475-c04d-42b7-ad1b-4c157164d09b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T125354Z:25a69475-c04d-42b7-ad1b-4c157164d09b" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788", - "name": "csmrg788", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635", + "name": "csmrg9635", "type": "Microsoft.Resources/resourceGroups", - "location": "westus", - "tags": {}, + "location": "eastus", "properties": { "provisioningState": "Succeeded" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/virtualNetworks/azsmnet2724?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/virtualNetworks/azsmnet6334?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "223", "Content-Type": "application/json", - "traceparent": "00-cf2d02df8c1d1c409061ad938df29f7a-2a0e8f5e13272c4a-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220530.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "d2439e40485a7c259ef9e038ee63b28b", + "traceparent": "00-23b1504be04f8c9abb137b53ee68ce54-65cc7a8ef16b47cf-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230421.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "cbf3c1426393cd1b0de4ce7804d42b5b", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -137,11 +137,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ad72821b-54df-4a8b-a6fb-3a7911019cc4?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2be6b778-ff41-4da0-94c0-f515c98808ef?api-version=2022-09-01", "Cache-Control": "no-cache", - "Content-Length": "1334", + "Content-Length": "1337", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 08:58:56 GMT", + "Date": "Fri, 21 Apr 2023 12:54:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -151,22 +151,22 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "575b46bd-3808-4655-aae8-ffeb981cc9c6", - "x-ms-client-request-id": "d2439e40485a7c259ef9e038ee63b28b", - "x-ms-correlation-request-id": "34a795c2-7813-40be-af18-52caaf4aca6b", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "ad72821b-54df-4a8b-a6fb-3a7911019cc4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T085857Z:34a795c2-7813-40be-af18-52caaf4aca6b" + "x-ms-arm-service-request-id": "a989c3e9-a93e-4a09-a9db-a9d666ef824e", + "x-ms-client-request-id": "cbf3c1426393cd1b0de4ce7804d42b5b", + "x-ms-correlation-request-id": "1d73249a-5014-4444-b21f-245a8f3d3ec7", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "2be6b778-ff41-4da0-94c0-f515c98808ef", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T125402Z:1d73249a-5014-4444-b21f-245a8f3d3ec7" }, "ResponseBody": { - "name": "azsmnet2724", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/virtualNetworks/azsmnet2724", - "etag": "W/\u0022f427164f-c025-4420-b32c-c96fd2bbde6a\u0022", + "name": "azsmnet6334", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/virtualNetworks/azsmnet6334", + "etag": "W/\u0022cc1d5c80-d9ce-42ac-89ad-2e6dd48eb5d7\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "properties": { "provisioningState": "Updating", - "resourceGuid": "d98a3566-dc5c-4fda-a2a2-4a401517cd53", + "resourceGuid": "f0305c45-8030-4538-bf59-d782f95347fb", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -181,13 +181,13 @@ "subnets": [ { "name": "GatewaySubnet", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/virtualNetworks/azsmnet2724/subnets/GatewaySubnet", - "etag": "W/\u0022f427164f-c025-4420-b32c-c96fd2bbde6a\u0022", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/virtualNetworks/azsmnet6334/subnets/GatewaySubnet", + "etag": "W/\u0022cc1d5c80-d9ce-42ac-89ad-2e6dd48eb5d7\u0022", "properties": { "provisioningState": "Updating", "addressPrefix": "10.0.0.0/24", "delegations": [], - "privateEndpointNetworkPolicies": "Enabled", + "privateEndpointNetworkPolicies": "Disabled", "privateLinkServiceNetworkPolicies": "Enabled" }, "type": "Microsoft.Network/virtualNetworks/subnets" @@ -199,50 +199,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ad72821b-54df-4a8b-a6fb-3a7911019cc4?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2be6b778-ff41-4da0-94c0-f515c98808ef?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-cf2d02df8c1d1c409061ad938df29f7a-414a9c53a3f71b47-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "e8774239302f9effad5c5331c9d19360", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 08:58:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "10", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8697b29e-d220-4ccc-88be-7fa411029f96", - "x-ms-client-request-id": "e8774239302f9effad5c5331c9d19360", - "x-ms-correlation-request-id": "367db43f-d882-491f-80f6-5073ac610fc7", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "1ac65f92-5897-4597-a5c7-78ed8ee92c9b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T085857Z:367db43f-d882-491f-80f6-5073ac610fc7" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/ad72821b-54df-4a8b-a6fb-3a7911019cc4?api-version=2021-02-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-cf2d02df8c1d1c409061ad938df29f7a-7f714d882f930544-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "82b772e202ab1b4bb8cc442a7d7d87e7", + "traceparent": "00-23b1504be04f8c9abb137b53ee68ce54-e642bdc840665bec-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "238e32750ecbe5381510372b9720d670", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -251,7 +214,7 @@ "Cache-Control": "no-cache", "Content-Length": "29", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 08:59:06 GMT", + "Date": "Fri, 21 Apr 2023 12:54:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -260,35 +223,35 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "676462be-3f71-4592-a972-a38bc1f257db", - "x-ms-client-request-id": "82b772e202ab1b4bb8cc442a7d7d87e7", - "x-ms-correlation-request-id": "579593b3-ef66-46f7-97e0-88c113e524e2", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "57a374e8-56ec-4ec8-8bff-9e9133cf4fde", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T085907Z:579593b3-ef66-46f7-97e0-88c113e524e2" + "x-ms-arm-service-request-id": "22fdd868-eb23-457f-a860-ee6554a95260", + "x-ms-client-request-id": "238e32750ecbe5381510372b9720d670", + "x-ms-correlation-request-id": "12ad3c9f-c57f-4295-8e5b-21cf36455d0b", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "caf92363-88d2-4da7-9daf-3f12b1f9f2b8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T125402Z:12ad3c9f-c57f-4295-8e5b-21cf36455d0b" }, "ResponseBody": { "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/virtualNetworks/azsmnet2724?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/virtualNetworks/azsmnet6334?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-cf2d02df8c1d1c409061ad938df29f7a-4e0af6283d69de4d-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "acff1eedc9ebbc5c0309d0f4d1b4adbc", + "traceparent": "00-23b1504be04f8c9abb137b53ee68ce54-64e73d952568b98b-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "fd1333687fefda35f76e370954e7c117", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1336", + "Content-Length": "1339", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 08:59:07 GMT", - "ETag": "W/\u00225d821ccb-e766-4190-a525-e71f0a3afaf6\u0022", + "Date": "Fri, 21 Apr 2023 12:54:02 GMT", + "ETag": "W/\u0022c89cf392-b347-4aaf-af67-2e299c9cac84\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -297,22 +260,22 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "16706962-8b12-47cc-9775-a8e061d1a412", - "x-ms-client-request-id": "acff1eedc9ebbc5c0309d0f4d1b4adbc", - "x-ms-correlation-request-id": "e9c68dfe-d649-43e6-a5ce-5c33080bf2af", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "9c8c4cf7-8841-4b33-9774-82c33dc5fc37", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T085908Z:e9c68dfe-d649-43e6-a5ce-5c33080bf2af" + "x-ms-arm-service-request-id": "31ab08d3-64e2-490f-ab51-3c5c56e41c7c", + "x-ms-client-request-id": "fd1333687fefda35f76e370954e7c117", + "x-ms-correlation-request-id": "6d80cd0a-b304-4f50-934b-9bb078411e2c", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "aa914088-b2cd-4c4a-883a-5e6574a6b667", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T125402Z:6d80cd0a-b304-4f50-934b-9bb078411e2c" }, "ResponseBody": { - "name": "azsmnet2724", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/virtualNetworks/azsmnet2724", - "etag": "W/\u00225d821ccb-e766-4190-a525-e71f0a3afaf6\u0022", + "name": "azsmnet6334", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/virtualNetworks/azsmnet6334", + "etag": "W/\u0022c89cf392-b347-4aaf-af67-2e299c9cac84\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "properties": { "provisioningState": "Succeeded", - "resourceGuid": "d98a3566-dc5c-4fda-a2a2-4a401517cd53", + "resourceGuid": "f0305c45-8030-4538-bf59-d782f95347fb", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -327,13 +290,13 @@ "subnets": [ { "name": "GatewaySubnet", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/virtualNetworks/azsmnet2724/subnets/GatewaySubnet", - "etag": "W/\u00225d821ccb-e766-4190-a525-e71f0a3afaf6\u0022", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/virtualNetworks/azsmnet6334/subnets/GatewaySubnet", + "etag": "W/\u0022c89cf392-b347-4aaf-af67-2e299c9cac84\u0022", "properties": { "provisioningState": "Succeeded", "addressPrefix": "10.0.0.0/24", "delegations": [], - "privateEndpointNetworkPolicies": "Enabled", + "privateEndpointNetworkPolicies": "Disabled", "privateLinkServiceNetworkPolicies": "Enabled" }, "type": "Microsoft.Network/virtualNetworks/subnets" @@ -345,24 +308,24 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/virtualNetworks/azsmnet2724?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/virtualNetworks/azsmnet6334?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-bdb372a211315846bb421c216e1d8960-6f34bde5a8ab6c4c-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220530.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "82c46a9c89ff3716f65b2f62ebd52130", + "traceparent": "00-966c85894baab440a49594e8d528a9d1-0a520c39469d5367-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230421.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d203ec790745998f075d3d6b309fed73", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1336", + "Content-Length": "1339", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 08:59:07 GMT", - "ETag": "W/\u00225d821ccb-e766-4190-a525-e71f0a3afaf6\u0022", + "Date": "Fri, 21 Apr 2023 12:54:03 GMT", + "ETag": "W/\u0022c89cf392-b347-4aaf-af67-2e299c9cac84\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -371,22 +334,22 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4d9d7aa0-d218-4f08-b925-d310c4027e04", - "x-ms-client-request-id": "82c46a9c89ff3716f65b2f62ebd52130", - "x-ms-correlation-request-id": "3bf497a5-a136-4e73-b006-ce13151750b3", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "fed6b407-b601-427a-a4e3-7df947a5d2ad", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T085908Z:3bf497a5-a136-4e73-b006-ce13151750b3" + "x-ms-arm-service-request-id": "27cc3aff-27b0-43e5-88aa-3c0e38a05f76", + "x-ms-client-request-id": "d203ec790745998f075d3d6b309fed73", + "x-ms-correlation-request-id": "6d43ad3d-0c6c-4224-8db6-ed8391393f03", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "71df310c-d5c1-4a0e-a11b-8a3c51fa7fcd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T125403Z:6d43ad3d-0c6c-4224-8db6-ed8391393f03" }, "ResponseBody": { - "name": "azsmnet2724", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/virtualNetworks/azsmnet2724", - "etag": "W/\u00225d821ccb-e766-4190-a525-e71f0a3afaf6\u0022", + "name": "azsmnet6334", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/virtualNetworks/azsmnet6334", + "etag": "W/\u0022c89cf392-b347-4aaf-af67-2e299c9cac84\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "properties": { "provisioningState": "Succeeded", - "resourceGuid": "d98a3566-dc5c-4fda-a2a2-4a401517cd53", + "resourceGuid": "f0305c45-8030-4538-bf59-d782f95347fb", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -401,13 +364,13 @@ "subnets": [ { "name": "GatewaySubnet", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/virtualNetworks/azsmnet2724/subnets/GatewaySubnet", - "etag": "W/\u00225d821ccb-e766-4190-a525-e71f0a3afaf6\u0022", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/virtualNetworks/azsmnet6334/subnets/GatewaySubnet", + "etag": "W/\u0022c89cf392-b347-4aaf-af67-2e299c9cac84\u0022", "properties": { "provisioningState": "Succeeded", "addressPrefix": "10.0.0.0/24", "delegations": [], - "privateEndpointNetworkPolicies": "Enabled", + "privateEndpointNetworkPolicies": "Disabled", "privateLinkServiceNetworkPolicies": "Enabled" }, "type": "Microsoft.Network/virtualNetworks/subnets" @@ -419,24 +382,24 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/virtualNetworks/azsmnet2724?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/virtualNetworks/azsmnet6334?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-9efc3d9efad1cd4a979ff57e2610d5b2-9e9d52e182a21047-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220530.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "ab436bd4e7d2197415fa7fa131574a04", + "traceparent": "00-356916336b3f602237c0bfe5efb566e4-1ddf402dae527d89-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230421.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d7cb9eb46de2f6f2fcb32c5dd72f902e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1336", + "Content-Length": "1339", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 08:59:08 GMT", - "ETag": "W/\u00225d821ccb-e766-4190-a525-e71f0a3afaf6\u0022", + "Date": "Fri, 21 Apr 2023 12:54:03 GMT", + "ETag": "W/\u0022c89cf392-b347-4aaf-af67-2e299c9cac84\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -445,22 +408,22 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "acb9e4e5-0c7f-4cc9-a37d-4c2cbcf2be8f", - "x-ms-client-request-id": "ab436bd4e7d2197415fa7fa131574a04", - "x-ms-correlation-request-id": "4cca4a2d-4de7-458d-b7d5-6b155b840884", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "a2f04091-c248-49a8-a46f-184c56445811", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T085909Z:4cca4a2d-4de7-458d-b7d5-6b155b840884" + "x-ms-arm-service-request-id": "f9c99afc-3047-4531-8ee7-2e4237afa08c", + "x-ms-client-request-id": "d7cb9eb46de2f6f2fcb32c5dd72f902e", + "x-ms-correlation-request-id": "d0968048-192c-496a-aa73-364ba0b9a968", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "da7b8f1a-051a-4a95-ae89-c4c3a2beb338", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T125403Z:d0968048-192c-496a-aa73-364ba0b9a968" }, "ResponseBody": { - "name": "azsmnet2724", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/virtualNetworks/azsmnet2724", - "etag": "W/\u00225d821ccb-e766-4190-a525-e71f0a3afaf6\u0022", + "name": "azsmnet6334", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/virtualNetworks/azsmnet6334", + "etag": "W/\u0022c89cf392-b347-4aaf-af67-2e299c9cac84\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "properties": { "provisioningState": "Succeeded", - "resourceGuid": "d98a3566-dc5c-4fda-a2a2-4a401517cd53", + "resourceGuid": "f0305c45-8030-4538-bf59-d782f95347fb", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -475,13 +438,13 @@ "subnets": [ { "name": "GatewaySubnet", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/virtualNetworks/azsmnet2724/subnets/GatewaySubnet", - "etag": "W/\u00225d821ccb-e766-4190-a525-e71f0a3afaf6\u0022", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/virtualNetworks/azsmnet6334/subnets/GatewaySubnet", + "etag": "W/\u0022c89cf392-b347-4aaf-af67-2e299c9cac84\u0022", "properties": { "provisioningState": "Succeeded", "addressPrefix": "10.0.0.0/24", "delegations": [], - "privateEndpointNetworkPolicies": "Enabled", + "privateEndpointNetworkPolicies": "Disabled", "privateLinkServiceNetworkPolicies": "Enabled" }, "type": "Microsoft.Network/virtualNetworks/subnets" @@ -493,24 +456,24 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/virtualNetworks/azsmnet2724/subnets/GatewaySubnet?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/virtualNetworks/azsmnet6334/subnets/GatewaySubnet?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-76fd9cf78adfb84f966e751109f9da82-0d5c4a270b3fd245-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220530.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "138e871e05b864e707c8b5909af9d12e", + "traceparent": "00-875c52f5cc4b01eeca39375e9cfb8b82-cdc4efb9b14fc343-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230421.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "aab2204e031c602aa47af69141caa957", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "537", + "Content-Length": "539", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 08:59:08 GMT", - "ETag": "W/\u00225d821ccb-e766-4190-a525-e71f0a3afaf6\u0022", + "Date": "Fri, 21 Apr 2023 12:54:04 GMT", + "ETag": "W/\u0022c89cf392-b347-4aaf-af67-2e299c9cac84\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -519,38 +482,38 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b166d911-1987-4a81-a6cb-5599531e73f5", - "x-ms-client-request-id": "138e871e05b864e707c8b5909af9d12e", - "x-ms-correlation-request-id": "10b1d05f-6405-4a40-81c7-c901c5a8b65c", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-request-id": "2e6bf40f-fd54-49d4-a691-03aaf31341d3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T085909Z:10b1d05f-6405-4a40-81c7-c901c5a8b65c" + "x-ms-arm-service-request-id": "8a68713f-be3e-46d0-b853-a5a7c3672340", + "x-ms-client-request-id": "aab2204e031c602aa47af69141caa957", + "x-ms-correlation-request-id": "2bbb7bb9-28a9-4f86-9a42-4c73f50660b2", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "c9de5edc-26a7-4b86-934c-6ad216e076e3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T125404Z:2bbb7bb9-28a9-4f86-9a42-4c73f50660b2" }, "ResponseBody": { "name": "GatewaySubnet", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/virtualNetworks/azsmnet2724/subnets/GatewaySubnet", - "etag": "W/\u00225d821ccb-e766-4190-a525-e71f0a3afaf6\u0022", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/virtualNetworks/azsmnet6334/subnets/GatewaySubnet", + "etag": "W/\u0022c89cf392-b347-4aaf-af67-2e299c9cac84\u0022", "properties": { "provisioningState": "Succeeded", "addressPrefix": "10.0.0.0/24", "delegations": [], - "privateEndpointNetworkPolicies": "Enabled", + "privateEndpointNetworkPolicies": "Disabled", "privateLinkServiceNetworkPolicies": "Enabled" }, "type": "Microsoft.Network/virtualNetworks/subnets" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/localNetworkGateways/azsmnet6283?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/localNetworkGateways/azsmnet4211?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "160", "Content-Type": "application/json", - "traceparent": "00-32f7b856ee8867459c3ab6be90bae70c-448dbc0ea7dcad44-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220530.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "70651fa0ea02f6b4ab6c040974059e11", + "traceparent": "00-08dd5a68164278c9d30c5c54bb5302ab-98a35a0130b5604b-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230421.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1cb655c335e9fa0c0cd691db31c1d7cc", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -570,11 +533,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/6021969f-d01e-4ab1-b542-95e63b4b40c7?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/21691691-c12c-4583-876e-a93c0c538b85?api-version=2022-09-01", "Cache-Control": "no-cache", - "Content-Length": "623", + "Content-Length": "624", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 08:59:12 GMT", + "Date": "Fri, 21 Apr 2023 12:54:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", @@ -584,17 +547,17 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9f2ec1c6-d813-4d1b-8725-d7334627c6db", - "x-ms-client-request-id": "70651fa0ea02f6b4ab6c040974059e11", - "x-ms-correlation-request-id": "a864d222-2a95-40d1-b443-bd40ac61583d", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "6021969f-d01e-4ab1-b542-95e63b4b40c7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T085913Z:a864d222-2a95-40d1-b443-bd40ac61583d" + "x-ms-arm-service-request-id": "300137b9-d67e-460f-9608-8d2f4efb71d3", + "x-ms-client-request-id": "1cb655c335e9fa0c0cd691db31c1d7cc", + "x-ms-correlation-request-id": "26c3df76-47d6-4ec7-8166-c76efdaa05ee", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "21691691-c12c-4583-876e-a93c0c538b85", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T125408Z:26c3df76-47d6-4ec7-8166-c76efdaa05ee" }, "ResponseBody": { - "name": "azsmnet6283", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/localNetworkGateways/azsmnet6283", - "etag": "W/\u0022ccae19c9-be8c-4fbd-90c1-2260625431fb\u0022", + "name": "azsmnet4211", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/localNetworkGateways/azsmnet4211", + "etag": "W/\u0022e03fabd0-9e9e-4719-92c8-687a88c51d4b\u0022", "type": "Microsoft.Network/localNetworkGateways", "location": "westus2", "tags": { @@ -602,7 +565,7 @@ }, "properties": { "provisioningState": "Updating", - "resourceGuid": "7d823c98-9cfd-4952-bc79-32147672194e", + "resourceGuid": "1d628f6a-b3b3-41b9-a717-b554825a5375", "localNetworkAddressSpace": { "addressPrefixes": [ "192.168.0.0/16" @@ -613,13 +576,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/6021969f-d01e-4ab1-b542-95e63b4b40c7?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/21691691-c12c-4583-876e-a93c0c538b85?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-32f7b856ee8867459c3ab6be90bae70c-df2a20c9bb3e5143-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "3790b85193e59c1cd91d0d99e35a92c2", + "traceparent": "00-08dd5a68164278c9d30c5c54bb5302ab-1526558c4dbf5e07-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "da13ddd412daea65a6b0102d998572b8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -628,7 +591,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 08:59:12 GMT", + "Date": "Fri, 21 Apr 2023 12:54:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", @@ -638,25 +601,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3a9abfcd-f7b2-484a-8b2e-4772dd25c01f", - "x-ms-client-request-id": "3790b85193e59c1cd91d0d99e35a92c2", - "x-ms-correlation-request-id": "62954362-2cc3-49f1-81d2-c17db0eab03d", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-request-id": "c689a45e-c8e1-4cd5-b2c4-f362a9c77214", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T085913Z:62954362-2cc3-49f1-81d2-c17db0eab03d" + "x-ms-arm-service-request-id": "20d2c7ee-942c-4380-a85e-2c95225d3925", + "x-ms-client-request-id": "da13ddd412daea65a6b0102d998572b8", + "x-ms-correlation-request-id": "c72b7f44-2682-4932-8ef3-cea460f316e0", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "bfb5c797-3f1b-4663-90aa-748cb06d9274", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T125408Z:c72b7f44-2682-4932-8ef3-cea460f316e0" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/6021969f-d01e-4ab1-b542-95e63b4b40c7?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/21691691-c12c-4583-876e-a93c0c538b85?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-32f7b856ee8867459c3ab6be90bae70c-a86eb001a74eff47-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "b56f7f16e66d29da51e1915ee082122c", + "traceparent": "00-08dd5a68164278c9d30c5c54bb5302ab-a49d3c319fbd6abe-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ad32c51f6b996d3da443b1b6cd959a57", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -665,7 +628,7 @@ "Cache-Control": "no-cache", "Content-Length": "29", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 08:59:23 GMT", + "Date": "Fri, 21 Apr 2023 12:54:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -674,35 +637,35 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ca94647f-61cc-4800-801a-1df2858baba0", - "x-ms-client-request-id": "b56f7f16e66d29da51e1915ee082122c", - "x-ms-correlation-request-id": "d8f95219-fe13-441e-ab28-a2307e6016fd", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-request-id": "b049fa8d-c85e-4625-ac06-4ab5bf950e74", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T085923Z:d8f95219-fe13-441e-ab28-a2307e6016fd" + "x-ms-arm-service-request-id": "0bd720eb-f362-43bf-8d18-ab5cabe840c3", + "x-ms-client-request-id": "ad32c51f6b996d3da443b1b6cd959a57", + "x-ms-correlation-request-id": "ec0dc673-4347-4aa3-8ff8-13f8075a5015", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "f1259dda-9245-4425-ad3a-be9636506836", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T125418Z:ec0dc673-4347-4aa3-8ff8-13f8075a5015" }, "ResponseBody": { "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/localNetworkGateways/azsmnet6283?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/localNetworkGateways/azsmnet4211?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-32f7b856ee8867459c3ab6be90bae70c-ba5a7c6686888549-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "bcb8db506774972b27c76df06935a084", + "traceparent": "00-08dd5a68164278c9d30c5c54bb5302ab-1713130bc49d15ad-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "540687a3fdaefcf2b72546924683dae4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "624", + "Content-Length": "625", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 08:59:24 GMT", - "ETag": "W/\u00224649ea66-caaf-4e5a-90b4-eedd590e6a0d\u0022", + "Date": "Fri, 21 Apr 2023 12:54:18 GMT", + "ETag": "W/\u0022d0eac4db-5241-4eb3-84c0-28c936ae9f20\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -711,17 +674,17 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "287703ec-5a62-4c85-bf8d-1360b4f0ba47", - "x-ms-client-request-id": "bcb8db506774972b27c76df06935a084", - "x-ms-correlation-request-id": "ccb27a12-ed73-423c-8a3b-1055f8f6c8c2", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-request-id": "8af55756-1197-44fc-a386-d55ed65ba731", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T085924Z:ccb27a12-ed73-423c-8a3b-1055f8f6c8c2" + "x-ms-arm-service-request-id": "e42913c3-7e41-44f4-94d8-a6a5b67c17e7", + "x-ms-client-request-id": "540687a3fdaefcf2b72546924683dae4", + "x-ms-correlation-request-id": "80d9c7e4-bf5b-4a46-a715-1f8aab404599", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "b2de4cf6-bf03-4df1-922f-fd652f5ed933", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T125419Z:80d9c7e4-bf5b-4a46-a715-1f8aab404599" }, "ResponseBody": { - "name": "azsmnet6283", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/localNetworkGateways/azsmnet6283", - "etag": "W/\u00224649ea66-caaf-4e5a-90b4-eedd590e6a0d\u0022", + "name": "azsmnet4211", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/localNetworkGateways/azsmnet4211", + "etag": "W/\u0022d0eac4db-5241-4eb3-84c0-28c936ae9f20\u0022", "type": "Microsoft.Network/localNetworkGateways", "location": "westus2", "tags": { @@ -729,7 +692,7 @@ }, "properties": { "provisioningState": "Succeeded", - "resourceGuid": "7d823c98-9cfd-4952-bc79-32147672194e", + "resourceGuid": "1d628f6a-b3b3-41b9-a717-b554825a5375", "localNetworkAddressSpace": { "addressPrefixes": [ "192.168.0.0/16" @@ -740,24 +703,24 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/localNetworkGateways/azsmnet6283?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/localNetworkGateways/azsmnet4211?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-e45291577001944d93dc459c52e03e70-545a58b80f34e34a-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220530.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "641b4710660f6abcde67e60302bdbc57", + "traceparent": "00-278c64b15ee636853c193e5e9ec660f1-8810f232429f2b5a-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230421.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "9b57b0c085816970a0a6359760af1d10", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "624", + "Content-Length": "625", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 08:59:24 GMT", - "ETag": "W/\u00224649ea66-caaf-4e5a-90b4-eedd590e6a0d\u0022", + "Date": "Fri, 21 Apr 2023 12:54:19 GMT", + "ETag": "W/\u0022d0eac4db-5241-4eb3-84c0-28c936ae9f20\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -766,17 +729,17 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1f160a71-2529-4515-b93c-d0b3e1974089", - "x-ms-client-request-id": "641b4710660f6abcde67e60302bdbc57", - "x-ms-correlation-request-id": "e215a025-1bab-44d8-bdb4-142b89ea5b6c", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-request-id": "14d0eabd-e50f-4861-9fb1-396f942cd874", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T085924Z:e215a025-1bab-44d8-bdb4-142b89ea5b6c" + "x-ms-arm-service-request-id": "3aeedc55-dddc-4ceb-9abd-04c2d64c295d", + "x-ms-client-request-id": "9b57b0c085816970a0a6359760af1d10", + "x-ms-correlation-request-id": "119a4cba-57e2-478c-ad7f-852014a554da", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "f8101fd9-debb-434d-993b-0688b2ce973a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T125419Z:119a4cba-57e2-478c-ad7f-852014a554da" }, "ResponseBody": { - "name": "azsmnet6283", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/localNetworkGateways/azsmnet6283", - "etag": "W/\u00224649ea66-caaf-4e5a-90b4-eedd590e6a0d\u0022", + "name": "azsmnet4211", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/localNetworkGateways/azsmnet4211", + "etag": "W/\u0022d0eac4db-5241-4eb3-84c0-28c936ae9f20\u0022", "type": "Microsoft.Network/localNetworkGateways", "location": "westus2", "tags": { @@ -784,7 +747,7 @@ }, "properties": { "provisioningState": "Succeeded", - "resourceGuid": "7d823c98-9cfd-4952-bc79-32147672194e", + "resourceGuid": "1d628f6a-b3b3-41b9-a717-b554825a5375", "localNetworkAddressSpace": { "addressPrefixes": [ "192.168.0.0/16" @@ -795,16 +758,16 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/publicIPAddresses/azsmnet1876?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/publicIPAddresses/azsmnet1011?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "145", "Content-Type": "application/json", - "traceparent": "00-0e249222d2f79d4297087bc48fad72ae-9a5dcb64e8e8f74d-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220530.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "d6a20749af4dd7538ea679eabf1c400c", + "traceparent": "00-78324f25866d166db204f3857cd33dad-9dc9f97acc62e635-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230421.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1e7f1189210936d2f67324aa262068cd", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -815,18 +778,18 @@ "properties": { "publicIPAllocationMethod": "Dynamic", "dnsSettings": { - "domainNameLabel": "azsmnet7706" + "domainNameLabel": "azsmnet5469" } } }, "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/865bdf2f-8ea4-4e8f-a220-cc8b01bed0bf?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2e9863d3-f0c5-4b0d-864f-98a880531cd6?api-version=2022-09-01", "Cache-Control": "no-cache", - "Content-Length": "795", + "Content-Length": "796", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 08:59:28 GMT", + "Date": "Fri, 21 Apr 2023 12:54:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "1", @@ -836,30 +799,30 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "cdb387bd-7554-4fc0-a8f4-d22f56875f13", - "x-ms-client-request-id": "d6a20749af4dd7538ea679eabf1c400c", - "x-ms-correlation-request-id": "9df68306-f365-43fc-b867-337fb394f288", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-request-id": "865bdf2f-8ea4-4e8f-a220-cc8b01bed0bf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T085928Z:9df68306-f365-43fc-b867-337fb394f288" + "x-ms-arm-service-request-id": "93be7bbc-36ae-431f-8721-accd25cf086a", + "x-ms-client-request-id": "1e7f1189210936d2f67324aa262068cd", + "x-ms-correlation-request-id": "478f19b0-07a5-4a2f-9552-ce16eba482a0", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "2e9863d3-f0c5-4b0d-864f-98a880531cd6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T125424Z:478f19b0-07a5-4a2f-9552-ce16eba482a0" }, "ResponseBody": { - "name": "azsmnet1876", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/publicIPAddresses/azsmnet1876", - "etag": "W/\u00225425fde4-c68a-4d04-babb-79db2e896235\u0022", + "name": "azsmnet1011", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/publicIPAddresses/azsmnet1011", + "etag": "W/\u00224cb9e6ef-b0aa-4ffe-927a-cf385e4383cc\u0022", "location": "westus2", "tags": { "key": "value" }, "properties": { "provisioningState": "Updating", - "resourceGuid": "dee278a0-8cc7-49b8-b95e-5f30c9e13d97", + "resourceGuid": "87350e1c-e508-4f1a-b18d-ff8c4d49707d", "publicIPAddressVersion": "IPv4", "publicIPAllocationMethod": "Dynamic", "idleTimeoutInMinutes": 4, "dnsSettings": { - "domainNameLabel": "azsmnet7706", - "fqdn": "azsmnet7706.westus2.cloudapp.azure.com" + "domainNameLabel": "azsmnet5469", + "fqdn": "azsmnet5469.westus2.cloudapp.azure.com" }, "ipTags": [] }, @@ -871,13 +834,50 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/865bdf2f-8ea4-4e8f-a220-cc8b01bed0bf?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2e9863d3-f0c5-4b0d-864f-98a880531cd6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0e249222d2f79d4297087bc48fad72ae-82a2c1aedb8d2445-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "98ec89e539e26cf91137d815f1f3a8c9", + "traceparent": "00-78324f25866d166db204f3857cd33dad-f97504cdceff5b98-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "c9f98d7ca26535a6c84b8efd45f58014", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Apr 2023 12:54:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "2", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "c9c62274-cfa0-4781-918b-7b8d5e556de4", + "x-ms-client-request-id": "c9f98d7ca26535a6c84b8efd45f58014", + "x-ms-correlation-request-id": "bc15798b-1dda-4746-9ad2-092f616af9b1", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "e8e52ec2-1fdd-4f08-a08f-0f2072e96d1e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T125424Z:bc15798b-1dda-4746-9ad2-092f616af9b1" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2e9863d3-f0c5-4b0d-864f-98a880531cd6?api-version=2022-09-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-78324f25866d166db204f3857cd33dad-0c106b1845fbd9b3-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ffb9922e17d26be2fae16a025a789aed", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -886,7 +886,7 @@ "Cache-Control": "no-cache", "Content-Length": "29", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 08:59:28 GMT", + "Date": "Fri, 21 Apr 2023 12:54:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -895,35 +895,35 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f3945279-fe7a-45a6-bf9c-4fe14b453751", - "x-ms-client-request-id": "98ec89e539e26cf91137d815f1f3a8c9", - "x-ms-correlation-request-id": "edc3e7b1-8d8e-4860-8afc-f0cfdef10433", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-request-id": "a75d24f7-a927-48d2-8b16-d6b5a0a30fd3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T085928Z:edc3e7b1-8d8e-4860-8afc-f0cfdef10433" + "x-ms-arm-service-request-id": "1eb0e315-889b-4398-a368-a1126f48c561", + "x-ms-client-request-id": "ffb9922e17d26be2fae16a025a789aed", + "x-ms-correlation-request-id": "cec8c322-4d40-4462-b206-ab4d6ee41a9f", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "6f3240d4-c357-4506-a485-ba5f77de5a90", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T125426Z:cec8c322-4d40-4462-b206-ab4d6ee41a9f" }, "ResponseBody": { "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/publicIPAddresses/azsmnet1876?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/publicIPAddresses/azsmnet1011?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0e249222d2f79d4297087bc48fad72ae-ce1f78aee90c4748-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "226ff5c35ef05fc3e853f8412e2b4324", + "traceparent": "00-78324f25866d166db204f3857cd33dad-63b2ff566a97c671-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "982dee6a9f2752687708368a8f1958be", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "796", + "Content-Length": "797", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 08:59:29 GMT", - "ETag": "W/\u002283ca6197-a806-4ae3-a275-86afd9bd0f19\u0022", + "Date": "Fri, 21 Apr 2023 12:54:26 GMT", + "ETag": "W/\u0022d7a8bb86-02e1-4d11-8521-04d79bcd296c\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -932,30 +932,30 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a9b4d910-9f23-4694-b9f9-19aa363d3f04", - "x-ms-client-request-id": "226ff5c35ef05fc3e853f8412e2b4324", - "x-ms-correlation-request-id": "b3817604-7364-416e-91c8-e35a9ce7e4b9", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-request-id": "a4369a59-1cab-4ee8-83f9-e443f713ed5c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T085929Z:b3817604-7364-416e-91c8-e35a9ce7e4b9" + "x-ms-arm-service-request-id": "5c93df78-dfc7-4eb4-99a4-2c62455b2368", + "x-ms-client-request-id": "982dee6a9f2752687708368a8f1958be", + "x-ms-correlation-request-id": "5a081544-c97c-41f5-a946-662e293ce8da", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "e0615829-6736-4e74-9d39-b165059c7ebd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T125427Z:5a081544-c97c-41f5-a946-662e293ce8da" }, "ResponseBody": { - "name": "azsmnet1876", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/publicIPAddresses/azsmnet1876", - "etag": "W/\u002283ca6197-a806-4ae3-a275-86afd9bd0f19\u0022", + "name": "azsmnet1011", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/publicIPAddresses/azsmnet1011", + "etag": "W/\u0022d7a8bb86-02e1-4d11-8521-04d79bcd296c\u0022", "location": "westus2", "tags": { "key": "value" }, "properties": { "provisioningState": "Succeeded", - "resourceGuid": "dee278a0-8cc7-49b8-b95e-5f30c9e13d97", + "resourceGuid": "87350e1c-e508-4f1a-b18d-ff8c4d49707d", "publicIPAddressVersion": "IPv4", "publicIPAllocationMethod": "Dynamic", "idleTimeoutInMinutes": 4, "dnsSettings": { - "domainNameLabel": "azsmnet7706", - "fqdn": "azsmnet7706.westus2.cloudapp.azure.com" + "domainNameLabel": "azsmnet5469", + "fqdn": "azsmnet5469.westus2.cloudapp.azure.com" }, "ipTags": [] }, @@ -967,24 +967,24 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/publicIPAddresses/azsmnet1876?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/publicIPAddresses/azsmnet1011?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-059a304b8bce904cbd731bd82836dfac-6cb3beb350038d4d-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220530.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "3605629ba730142a9ffa9be411095dea", + "traceparent": "00-d77e9308ac1e877d6a7570dfd9d9372a-c73bb21cf66cb693-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230421.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "092cb287094e6563ab8ecf8337a3db50", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "796", + "Content-Length": "797", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 08:59:29 GMT", - "ETag": "W/\u002283ca6197-a806-4ae3-a275-86afd9bd0f19\u0022", + "Date": "Fri, 21 Apr 2023 12:54:27 GMT", + "ETag": "W/\u0022d7a8bb86-02e1-4d11-8521-04d79bcd296c\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -993,30 +993,30 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8134a7a7-e3f2-4c7d-af6f-1ad9289893fc", - "x-ms-client-request-id": "3605629ba730142a9ffa9be411095dea", - "x-ms-correlation-request-id": "a17f7424-a3c6-4993-8003-60bbf5c81d0f", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-request-id": "c58d54af-741e-464e-b652-08e0717704cb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T085929Z:a17f7424-a3c6-4993-8003-60bbf5c81d0f" + "x-ms-arm-service-request-id": "9100c8d9-0e2f-4158-a9ae-da3e711baaa5", + "x-ms-client-request-id": "092cb287094e6563ab8ecf8337a3db50", + "x-ms-correlation-request-id": "622bec9f-c1a5-425a-9a67-a35832eb9da9", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "4909808a-6f00-4ce8-9440-ef47277f70fd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T125427Z:622bec9f-c1a5-425a-9a67-a35832eb9da9" }, "ResponseBody": { - "name": "azsmnet1876", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/publicIPAddresses/azsmnet1876", - "etag": "W/\u002283ca6197-a806-4ae3-a275-86afd9bd0f19\u0022", + "name": "azsmnet1011", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/publicIPAddresses/azsmnet1011", + "etag": "W/\u0022d7a8bb86-02e1-4d11-8521-04d79bcd296c\u0022", "location": "westus2", "tags": { "key": "value" }, "properties": { "provisioningState": "Succeeded", - "resourceGuid": "dee278a0-8cc7-49b8-b95e-5f30c9e13d97", + "resourceGuid": "87350e1c-e508-4f1a-b18d-ff8c4d49707d", "publicIPAddressVersion": "IPv4", "publicIPAllocationMethod": "Dynamic", "idleTimeoutInMinutes": 4, "dnsSettings": { - "domainNameLabel": "azsmnet7706", - "fqdn": "azsmnet7706.westus2.cloudapp.azure.com" + "domainNameLabel": "azsmnet5469", + "fqdn": "azsmnet5469.westus2.cloudapp.azure.com" }, "ipTags": [] }, @@ -1028,17 +1028,16 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/virtualNetworkGateways/azsmnet2056?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5845?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Connection": "keep-alive", - "Content-Length": "718", + "Content-Length": "721", "Content-Type": "application/json", - "traceparent": "00-76e757c656513c45995a92b61bf15d0d-6e14d3d8c767d54d-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220530.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "e8fa9f6487268cc5b08e41b83de5f4b3", + "traceparent": "00-187cd338e610c752c995292373a16195-d6b77c77f940a781-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230421.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e7c756938eed672a88c9e057dce089ab", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -1049,14 +1048,14 @@ "properties": { "ipConfigurations": [ { - "name": "azsmnet2782", + "name": "azsmnet9456", "properties": { "privateIPAllocationMethod": "Dynamic", "subnet": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/virtualNetworks/azsmnet2724/subnets/GatewaySubnet" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/virtualNetworks/azsmnet6334/subnets/GatewaySubnet" }, "publicIPAddress": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/publicIPAddresses/azsmnet1876" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/publicIPAddresses/azsmnet1011" } } } @@ -1065,18 +1064,18 @@ "vpnType": "RouteBased", "enableBgp": false, "gatewayDefaultSite": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/localNetworkGateways/azsmnet6283" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/localNetworkGateways/azsmnet4211" } } }, "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/a0caa4ad-76ef-4479-b717-d6eb19dc89f6?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/6f3f3b0c-7f8e-4980-b788-9f6d2421cbf3?api-version=2022-09-01", "Cache-Control": "no-cache", - "Content-Length": "2763", + "Content-Length": "2970", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 08:59:32 GMT", + "Date": "Fri, 21 Apr 2023 12:54:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", @@ -1086,17 +1085,17 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a443b282-d68e-4ae4-9430-411f6a99a378", - "x-ms-client-request-id": "e8fa9f6487268cc5b08e41b83de5f4b3", - "x-ms-correlation-request-id": "d3861338-1e5b-4343-afc8-66afbb36ab6e", - "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-request-id": "a0caa4ad-76ef-4479-b717-d6eb19dc89f6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T085932Z:d3861338-1e5b-4343-afc8-66afbb36ab6e" + "x-ms-arm-service-request-id": "3673fc14-c0d1-4c37-9426-014437eb6914", + "x-ms-client-request-id": "e7c756938eed672a88c9e057dce089ab", + "x-ms-correlation-request-id": "6e2834b5-200c-4a35-8b4a-cd4a7116bb53", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-request-id": "6f3f3b0c-7f8e-4980-b788-9f6d2421cbf3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T125431Z:6e2834b5-200c-4a35-8b4a-cd4a7116bb53" }, "ResponseBody": { - "name": "azsmnet2056", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/virtualNetworkGateways/azsmnet2056", - "etag": "W/\u0022d9d0bdb5-e78d-4318-afc0-6a7b2c889918\u0022", + "name": "azsmnet5845", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5845", + "etag": "W/\u0022a871b182-01ce-4f6c-b27b-194daeeea53f\u0022", "type": "Microsoft.Network/virtualNetworkGateways", "location": "westus2", "tags": { @@ -1104,28 +1103,30 @@ }, "properties": { "provisioningState": "Updating", - "resourceGuid": "b74e5891-69e8-4d49-8f3d-b6bdf445d73b", + "resourceGuid": "57e45047-266a-4716-bc61-dd3206c6f848", "packetCaptureDiagnosticState": "None", "enablePrivateIpAddress": false, + "isMigrateToCSES": false, "ipConfigurations": [ { - "name": "azsmnet2782", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/virtualNetworkGateways/azsmnet2056/ipConfigurations/azsmnet2782", - "etag": "W/\u0022d9d0bdb5-e78d-4318-afc0-6a7b2c889918\u0022", + "name": "azsmnet9456", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5845/ipConfigurations/azsmnet9456", + "etag": "W/\u0022a871b182-01ce-4f6c-b27b-194daeeea53f\u0022", "type": "Microsoft.Network/virtualNetworkGateways/ipConfigurations", "properties": { "provisioningState": "Updating", "privateIPAllocationMethod": "Dynamic", "publicIPAddress": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/publicIPAddresses/azsmnet1876" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/publicIPAddresses/azsmnet1011" }, "subnet": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/virtualNetworks/azsmnet2724/subnets/GatewaySubnet" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/virtualNetworks/azsmnet6334/subnets/GatewaySubnet" } } } ], "natRules": [], + "virtualNetworkGatewayPolicyGroups": [], "enableBgpRouteTranslationForNat": false, "disableIPSecReplayProtection": false, "sku": { @@ -1144,6 +1145,7 @@ "vpnAuthenticationTypes": [], "vpnClientRootCertificates": [], "vpnClientRevokedCertificates": [], + "vngClientConnectionConfigurations": [], "radiusServers": [], "vpnClientIpsecPolicies": [] }, @@ -1152,27 +1154,29 @@ "peerWeight": 0, "bgpPeeringAddresses": [ { - "ipconfigurationId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/virtualNetworkGateways/azsmnet2056/ipConfigurations/azsmnet2782", + "ipconfigurationId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5845/ipConfigurations/azsmnet9456", "defaultBgpIpAddresses": [], "customBgpIpAddresses": [] } ] }, "gatewayDefaultSite": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/localNetworkGateways/azsmnet6283" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/localNetworkGateways/azsmnet4211" }, - "vpnGatewayGeneration": "Generation1" + "vpnGatewayGeneration": "Generation1", + "allowRemoteVnetTraffic": false, + "allowVirtualWanTraffic": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/a0caa4ad-76ef-4479-b717-d6eb19dc89f6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/6f3f3b0c-7f8e-4980-b788-9f6d2421cbf3?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-76e757c656513c45995a92b61bf15d0d-5f24eb081462c542-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "a4c777dcb22a7d3c70a3f79bd3e7bcb5", + "traceparent": "00-187cd338e610c752c995292373a16195-e11db449fce4d66f-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "0186eedaa0f69dc4dee7809a8453b2ee", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1181,7 +1185,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 08:59:33 GMT", + "Date": "Fri, 21 Apr 2023 12:54:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", @@ -1191,25 +1195,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "72c1d4e9-1328-4a29-b4ed-627bbc142360", - "x-ms-client-request-id": "a4c777dcb22a7d3c70a3f79bd3e7bcb5", - "x-ms-correlation-request-id": "89159121-882a-491e-b434-3ebe295dfcf6", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-request-id": "1f46ef1e-876e-4d80-a12b-87d0755f1e43", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T085933Z:89159121-882a-491e-b434-3ebe295dfcf6" + "x-ms-arm-service-request-id": "ce10d9d5-30e9-4102-8287-20c120cc4e3e", + "x-ms-client-request-id": "0186eedaa0f69dc4dee7809a8453b2ee", + "x-ms-correlation-request-id": "982f1a92-eb9d-4a30-a094-526feb4a5e6f", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "29877784-10c7-4594-a085-3b37198792fb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T125431Z:982f1a92-eb9d-4a30-a094-526feb4a5e6f" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/a0caa4ad-76ef-4479-b717-d6eb19dc89f6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/6f3f3b0c-7f8e-4980-b788-9f6d2421cbf3?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-76e757c656513c45995a92b61bf15d0d-9238a3d90dbcf647-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "ce8e5ef0f1fc481dd49f6530c4e63fd1", + "traceparent": "00-187cd338e610c752c995292373a16195-6998d8673e50466c-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "33298cf91f043101ccfff954be464cb5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1218,7 +1222,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 08:59:43 GMT", + "Date": "Fri, 21 Apr 2023 12:54:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "20", @@ -1228,25 +1232,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e8f68a0b-dc10-4a28-ab82-96847aadcb60", - "x-ms-client-request-id": "ce8e5ef0f1fc481dd49f6530c4e63fd1", - "x-ms-correlation-request-id": "8d479232-15df-4ee3-8ec6-b4c0e98423e5", - "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-request-id": "b7f9a1be-cd13-45ed-9c60-d5e0fd448855", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T085943Z:8d479232-15df-4ee3-8ec6-b4c0e98423e5" + "x-ms-arm-service-request-id": "c8df0fcc-8827-4b6a-b264-393718a0a750", + "x-ms-client-request-id": "33298cf91f043101ccfff954be464cb5", + "x-ms-correlation-request-id": "0c78892d-826d-4d70-8cee-10c26c08703b", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "55020c85-0e1f-4914-816e-505fe08a4306", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T125441Z:0c78892d-826d-4d70-8cee-10c26c08703b" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/a0caa4ad-76ef-4479-b717-d6eb19dc89f6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/6f3f3b0c-7f8e-4980-b788-9f6d2421cbf3?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-76e757c656513c45995a92b61bf15d0d-41c860181b419448-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "c6db3297501ec889517001f5242f879b", + "traceparent": "00-187cd338e610c752c995292373a16195-6b7cf4b5c8c79c2c-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ed7dfa9b8859dab4e3adb3b8e0f0439a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1255,7 +1259,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 09:00:03 GMT", + "Date": "Fri, 21 Apr 2023 12:55:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "20", @@ -1265,25 +1269,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "09f347a0-adaf-42fc-9e7d-c7af56544d4e", - "x-ms-client-request-id": "c6db3297501ec889517001f5242f879b", - "x-ms-correlation-request-id": "af12aef2-a7c4-4ac2-a6a0-e7dad7131b5b", - "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-request-id": "5b19b892-c90f-4c7b-9820-9963a8e14a76", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T090003Z:af12aef2-a7c4-4ac2-a6a0-e7dad7131b5b" + "x-ms-arm-service-request-id": "02bddee6-32da-453b-9b54-8245f6240831", + "x-ms-client-request-id": "ed7dfa9b8859dab4e3adb3b8e0f0439a", + "x-ms-correlation-request-id": "d2cfc4e5-07a6-4ce2-abd3-ccd6e43d2be5", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "44f9e7a9-20e8-4b96-92b1-226764dc943f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T125502Z:d2cfc4e5-07a6-4ce2-abd3-ccd6e43d2be5" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/a0caa4ad-76ef-4479-b717-d6eb19dc89f6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/6f3f3b0c-7f8e-4980-b788-9f6d2421cbf3?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-76e757c656513c45995a92b61bf15d0d-f5293637eee44048-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "efee0c392850eb12597ecf8a4d0cb98a", + "traceparent": "00-187cd338e610c752c995292373a16195-56bf6964aab2894b-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "8eeae1e6faaabbe1ed5435f7a66fdf97", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1292,7 +1296,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 09:00:23 GMT", + "Date": "Fri, 21 Apr 2023 12:55:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "40", @@ -1302,25 +1306,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e188ef56-94b3-4fc5-a694-fc7f9cb807a1", - "x-ms-client-request-id": "efee0c392850eb12597ecf8a4d0cb98a", - "x-ms-correlation-request-id": "fdadace2-732b-41bb-b628-81678c2b2285", - "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-request-id": "6b452e84-4306-43b5-ae9b-41a0d05707c5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T090024Z:fdadace2-732b-41bb-b628-81678c2b2285" + "x-ms-arm-service-request-id": "fa33c612-08e7-4c2c-b28d-2ac53cab9632", + "x-ms-client-request-id": "8eeae1e6faaabbe1ed5435f7a66fdf97", + "x-ms-correlation-request-id": "14f760a7-2929-471a-971b-04fbb5475028", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "bcb76b12-7e55-443e-bd54-de208a533a60", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T125522Z:14f760a7-2929-471a-971b-04fbb5475028" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/a0caa4ad-76ef-4479-b717-d6eb19dc89f6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/6f3f3b0c-7f8e-4980-b788-9f6d2421cbf3?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-76e757c656513c45995a92b61bf15d0d-04895124e906be42-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "a0042564f50b9f96d5c67d8bf02823a5", + "traceparent": "00-187cd338e610c752c995292373a16195-61c6f5c3c0a70459-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "8afecb9ac4d67194d74e50566b4951db", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1329,7 +1333,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 09:01:04 GMT", + "Date": "Fri, 21 Apr 2023 12:56:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "40", @@ -1339,26 +1343,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c3745d5b-1cd9-484f-8f76-5ecac6e12da2", - "x-ms-client-request-id": "a0042564f50b9f96d5c67d8bf02823a5", - "x-ms-correlation-request-id": "3cccf95a-0974-468f-bafe-0a086864b999", - "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-request-id": "17c6b61a-df76-49b6-b87f-11251780c4d5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T090104Z:3cccf95a-0974-468f-bafe-0a086864b999" + "x-ms-arm-service-request-id": "cf994768-c33a-4603-a5d8-b094c2207a1e", + "x-ms-client-request-id": "8afecb9ac4d67194d74e50566b4951db", + "x-ms-correlation-request-id": "870ed47b-1c48-4ce9-b41e-8970e475ea4e", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "3ed797fc-706f-46c2-ac29-8be09f0147c9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T125603Z:870ed47b-1c48-4ce9-b41e-8970e475ea4e" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/a0caa4ad-76ef-4479-b717-d6eb19dc89f6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/6f3f3b0c-7f8e-4980-b788-9f6d2421cbf3?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "Connection": "keep-alive", - "traceparent": "00-76e757c656513c45995a92b61bf15d0d-a2b5e27f7602d042-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "b8f6c9184ff76f8020f06d9f80fe7a44", + "traceparent": "00-187cd338e610c752c995292373a16195-99eaa0fb80f24c9f-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "dc6e5fbcbd5ba10a18c2000553bd3373", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1367,7 +1370,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 09:01:44 GMT", + "Date": "Fri, 21 Apr 2023 12:56:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "80", @@ -1377,26 +1380,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b8052585-3bd1-4dbe-b84c-2e29d0c06c3c", - "x-ms-client-request-id": "b8f6c9184ff76f8020f06d9f80fe7a44", - "x-ms-correlation-request-id": "0fd4c09b-b5b7-4808-83fa-5154c2dfcba2", - "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-request-id": "8bb93c20-6155-4656-a33a-5c92f8e15e89", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T090144Z:0fd4c09b-b5b7-4808-83fa-5154c2dfcba2" + "x-ms-arm-service-request-id": "3296be16-ae00-4405-b330-d020fab23a89", + "x-ms-client-request-id": "dc6e5fbcbd5ba10a18c2000553bd3373", + "x-ms-correlation-request-id": "b8fe55ab-d975-44df-9977-f8104493de09", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "203c0ddc-7242-4f40-ac1f-c62582e3779b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T125643Z:b8fe55ab-d975-44df-9977-f8104493de09" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/a0caa4ad-76ef-4479-b717-d6eb19dc89f6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/6f3f3b0c-7f8e-4980-b788-9f6d2421cbf3?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "Connection": "keep-alive", - "traceparent": "00-76e757c656513c45995a92b61bf15d0d-b48d830d8b840d49-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "fe9176b7e62a4390754f198aaa86fb30", + "traceparent": "00-187cd338e610c752c995292373a16195-0d05121ad3808527-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "141d1bceb8f221c44c79b75baa8a4fa4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1405,7 +1407,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 09:03:04 GMT", + "Date": "Fri, 21 Apr 2023 12:58:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "160", @@ -1415,26 +1417,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5e4eefb1-b1ad-4259-a0dd-80b1a780814d", - "x-ms-client-request-id": "fe9176b7e62a4390754f198aaa86fb30", - "x-ms-correlation-request-id": "67a2f761-5ee9-4f4c-9dd9-b8bdedd26639", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "1cf79bb9-d650-48d2-ac34-b274e5c078e6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T090305Z:67a2f761-5ee9-4f4c-9dd9-b8bdedd26639" + "x-ms-arm-service-request-id": "06be3284-785c-4d07-9810-bcd93c28fcfc", + "x-ms-client-request-id": "141d1bceb8f221c44c79b75baa8a4fa4", + "x-ms-correlation-request-id": "09455200-2f65-4254-8465-9f36b1dc1ab0", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "e5521a05-8b34-419a-9189-bf1a604357cc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T125804Z:09455200-2f65-4254-8465-9f36b1dc1ab0" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/a0caa4ad-76ef-4479-b717-d6eb19dc89f6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/6f3f3b0c-7f8e-4980-b788-9f6d2421cbf3?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "Connection": "keep-alive", - "traceparent": "00-76e757c656513c45995a92b61bf15d0d-436f8daaa3ccca4f-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "83712a5b00151493a594801a88f71fd6", + "traceparent": "00-187cd338e610c752c995292373a16195-14c6c30e9de8eb88-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "473a59030301dd3cc05c7113c48f1d19", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1443,7 +1444,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 09:05:45 GMT", + "Date": "Fri, 21 Apr 2023 13:00:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -1453,25 +1454,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e6ba478b-64f9-4fbd-a5fc-20b5e78200f2", - "x-ms-client-request-id": "83712a5b00151493a594801a88f71fd6", - "x-ms-correlation-request-id": "d19a7e83-badd-423d-a1d7-57a3037dd1db", + "x-ms-arm-service-request-id": "d83d030f-22e6-491b-aec8-323374354e78", + "x-ms-client-request-id": "473a59030301dd3cc05c7113c48f1d19", + "x-ms-correlation-request-id": "f70ec886-1e38-48c2-8f5e-5a9f8e419b0b", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "c326dab1-bf70-4a92-b952-d49ccb5d76a9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T090546Z:d19a7e83-badd-423d-a1d7-57a3037dd1db" + "x-ms-request-id": "802ac017-a855-41db-82a0-e53026662f61", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T130045Z:f70ec886-1e38-48c2-8f5e-5a9f8e419b0b" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/a0caa4ad-76ef-4479-b717-d6eb19dc89f6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/6f3f3b0c-7f8e-4980-b788-9f6d2421cbf3?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-76e757c656513c45995a92b61bf15d0d-1e7f6421950b2043-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "79d3384b2497327a39b342a736f6c499", + "traceparent": "00-187cd338e610c752c995292373a16195-66116d8859472709-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "5088dc1b3d2b03e99b4c8fe106aff68e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1480,7 +1481,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 09:07:27 GMT", + "Date": "Fri, 21 Apr 2023 13:02:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -1490,25 +1491,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c4f1f34a-a024-419a-af62-9efd2bd8e8b7", - "x-ms-client-request-id": "79d3384b2497327a39b342a736f6c499", - "x-ms-correlation-request-id": "d028757d-dfba-4adc-b95b-c9ac2748d599", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "f4764c31-2da3-4086-be35-671787c84873", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T090727Z:d028757d-dfba-4adc-b95b-c9ac2748d599" + "x-ms-arm-service-request-id": "0c1b10df-f116-487d-80ea-c9b54cf8ddcd", + "x-ms-client-request-id": "5088dc1b3d2b03e99b4c8fe106aff68e", + "x-ms-correlation-request-id": "5ab4eb15-e688-4111-bc97-a9eb031e124e", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "b8adc973-5986-436b-950d-430e85aa7743", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T130226Z:5ab4eb15-e688-4111-bc97-a9eb031e124e" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/a0caa4ad-76ef-4479-b717-d6eb19dc89f6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/6f3f3b0c-7f8e-4980-b788-9f6d2421cbf3?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-76e757c656513c45995a92b61bf15d0d-f87fa223a3d49142-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "55443cf5f78cb62fe27c59956675bb7e", + "traceparent": "00-187cd338e610c752c995292373a16195-ed04e118d70803dd-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "fa015c72eb83cb71de40539547b05dbc", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1517,7 +1518,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 09:09:08 GMT", + "Date": "Fri, 21 Apr 2023 13:04:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -1527,25 +1528,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "136a9646-0e85-4ea9-a8e6-506791e8eddf", - "x-ms-client-request-id": "55443cf5f78cb62fe27c59956675bb7e", - "x-ms-correlation-request-id": "2b27d201-443a-4d61-8212-303d256b9e5e", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "eb27c04e-3c17-43a3-9cc0-74aa46393ac3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T090908Z:2b27d201-443a-4d61-8212-303d256b9e5e" + "x-ms-arm-service-request-id": "ddfdf12a-e62f-4616-911a-2e13fb91905a", + "x-ms-client-request-id": "fa015c72eb83cb71de40539547b05dbc", + "x-ms-correlation-request-id": "0116a172-e088-41f7-9f92-c98a158c5c4e", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "f61122e0-e959-45b7-970d-c1752e116f14", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T130407Z:0116a172-e088-41f7-9f92-c98a158c5c4e" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/a0caa4ad-76ef-4479-b717-d6eb19dc89f6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/6f3f3b0c-7f8e-4980-b788-9f6d2421cbf3?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-76e757c656513c45995a92b61bf15d0d-127fc1f3bdf1c643-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "723e433081b23699b03f4a62beebdeae", + "traceparent": "00-187cd338e610c752c995292373a16195-72b146b81183b155-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "cd3f9e5cff01c6786f37acb5735ad611", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1554,7 +1555,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 09:10:48 GMT", + "Date": "Fri, 21 Apr 2023 13:05:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -1564,26 +1565,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7a64734f-433d-4ec8-a245-29e06897f43d", - "x-ms-client-request-id": "723e433081b23699b03f4a62beebdeae", - "x-ms-correlation-request-id": "b18b0bb0-701b-4a6b-a3cb-e31fdc5d1284", + "x-ms-arm-service-request-id": "700f273d-169b-4a0c-b8d7-68bc85b6ebf0", + "x-ms-client-request-id": "cd3f9e5cff01c6786f37acb5735ad611", + "x-ms-correlation-request-id": "7168365b-2103-4735-9d6d-d238d0f3cd7d", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "6119cec0-a100-40d4-b13b-0a1314d7e093", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T091049Z:b18b0bb0-701b-4a6b-a3cb-e31fdc5d1284" + "x-ms-request-id": "94e34aa1-7c33-43f6-9027-67843619bc92", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T130547Z:7168365b-2103-4735-9d6d-d238d0f3cd7d" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/a0caa4ad-76ef-4479-b717-d6eb19dc89f6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/6f3f3b0c-7f8e-4980-b788-9f6d2421cbf3?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "Connection": "keep-alive", - "traceparent": "00-76e757c656513c45995a92b61bf15d0d-14fb8e518f8edb45-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "4b25e6d0c9b2544a081d961acae4ccc3", + "traceparent": "00-187cd338e610c752c995292373a16195-b8bcb843d3dbc514-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "67a0e365238d2f966abd71ebe953bcea", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1592,7 +1592,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 09:12:29 GMT", + "Date": "Fri, 21 Apr 2023 13:07:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -1602,25 +1602,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "82b6ea40-b8b8-4976-bf37-9ac24e430351", - "x-ms-client-request-id": "4b25e6d0c9b2544a081d961acae4ccc3", - "x-ms-correlation-request-id": "c47c65e2-35e8-4768-9b66-93a92475e3ff", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "51431a67-da7a-4e8d-b6a7-ed441b7ca26a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T091229Z:c47c65e2-35e8-4768-9b66-93a92475e3ff" + "x-ms-arm-service-request-id": "40947538-0cd7-4a38-b848-2785f14b03e4", + "x-ms-client-request-id": "67a0e365238d2f966abd71ebe953bcea", + "x-ms-correlation-request-id": "6d9d1788-1c19-4654-9791-c665d9e59ff4", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "e6667980-6998-4123-9b82-1bcaf377f1cc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T130728Z:6d9d1788-1c19-4654-9791-c665d9e59ff4" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/a0caa4ad-76ef-4479-b717-d6eb19dc89f6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/6f3f3b0c-7f8e-4980-b788-9f6d2421cbf3?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-76e757c656513c45995a92b61bf15d0d-b546bcc318b1564b-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "f377c3f851b773e7a30da44dadccf7f6", + "traceparent": "00-187cd338e610c752c995292373a16195-b4e9f8606f2fc64f-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "6885d2ee2970738ce43b8a4b3fbc5784", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1629,7 +1629,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 09:14:10 GMT", + "Date": "Fri, 21 Apr 2023 13:09:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -1639,26 +1639,99 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "48d3886f-c732-4b95-b2c2-81adceb91fdf", - "x-ms-client-request-id": "f377c3f851b773e7a30da44dadccf7f6", - "x-ms-correlation-request-id": "158643d8-a5af-497f-bcac-11443ea65398", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "9b9ae5e8-a4f1-4c7d-a93f-1cf2a448ddcb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T091410Z:158643d8-a5af-497f-bcac-11443ea65398" + "x-ms-arm-service-request-id": "644e6d08-f00c-447f-bbd6-aabe86aef41e", + "x-ms-client-request-id": "6885d2ee2970738ce43b8a4b3fbc5784", + "x-ms-correlation-request-id": "756b7890-44ec-4e58-8d9e-4c2ec1e44eb6", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "09355af8-c444-4eb4-895c-21c759c94c18", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T130909Z:756b7890-44ec-4e58-8d9e-4c2ec1e44eb6" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/6f3f3b0c-7f8e-4980-b788-9f6d2421cbf3?api-version=2022-09-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-187cd338e610c752c995292373a16195-0b8bff0d5c5a00c4-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "632f4269f50f382e070f62448d8cdc1b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Apr 2023 13:10:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "100", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "886fd5d6-7f52-4424-92b5-5c6b9d0ca125", + "x-ms-client-request-id": "632f4269f50f382e070f62448d8cdc1b", + "x-ms-correlation-request-id": "fb77ab98-42f3-49b6-9c98-3ecf2d5c20e6", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "4bb2db28-1d08-432c-95f6-fe6a6604086e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T131050Z:fb77ab98-42f3-49b6-9c98-3ecf2d5c20e6" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/a0caa4ad-76ef-4479-b717-d6eb19dc89f6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/6f3f3b0c-7f8e-4980-b788-9f6d2421cbf3?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "Connection": "keep-alive", - "traceparent": "00-76e757c656513c45995a92b61bf15d0d-f016b956c306a844-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "7fc5aa9e6f5066cbf8ea6995eb7f6bcc", + "traceparent": "00-187cd338e610c752c995292373a16195-6012f668fa9f5ffe-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a0c6c17b6ed43ca0572d8352984af0ad", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Apr 2023 13:12:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "100", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "90d88ed4-1a5f-47c2-8358-141836227afd", + "x-ms-client-request-id": "a0c6c17b6ed43ca0572d8352984af0ad", + "x-ms-correlation-request-id": "c2122b86-5def-46fd-8ace-ac5e3d23d967", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "ce9ba0a6-4ba5-451b-abde-19e70d511446", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T131230Z:c2122b86-5def-46fd-8ace-ac5e3d23d967" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/6f3f3b0c-7f8e-4980-b788-9f6d2421cbf3?api-version=2022-09-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-187cd338e610c752c995292373a16195-87bb20b289f44bd9-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a682ed655824f8dba34c6060c647e657", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1667,7 +1740,7 @@ "Cache-Control": "no-cache", "Content-Length": "29", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 09:15:50 GMT", + "Date": "Fri, 21 Apr 2023 13:14:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1676,34 +1749,34 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f384fe52-e426-41d5-ba65-5c18de703c87", - "x-ms-client-request-id": "7fc5aa9e6f5066cbf8ea6995eb7f6bcc", - "x-ms-correlation-request-id": "347803af-2e93-42cb-b934-4558431ef336", + "x-ms-arm-service-request-id": "54248060-72ec-4ff2-ac1a-67b72673f6fb", + "x-ms-client-request-id": "a682ed655824f8dba34c6060c647e657", + "x-ms-correlation-request-id": "19add9a6-e714-444d-9bcc-1fbb5862ec66", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "974db41d-3775-41e3-b4b2-adcf4d6c4a2a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T091551Z:347803af-2e93-42cb-b934-4558431ef336" + "x-ms-request-id": "7a6c2295-a4c6-4ee1-8af2-73fbb9b7bd64", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T131411Z:19add9a6-e714-444d-9bcc-1fbb5862ec66" }, "ResponseBody": { "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/virtualNetworkGateways/azsmnet2056?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5845?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-76e757c656513c45995a92b61bf15d0d-8a4f1ab979e5a248-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "fb6a8673eb747ef6ffb1a8a524fda63c", + "traceparent": "00-187cd338e610c752c995292373a16195-0c561830ace67514-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "7dd06e5fb7f6faafa2f30ce272dc9fbd", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2644", + "Content-Length": "2804", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 09:15:53 GMT", + "Date": "Fri, 21 Apr 2023 13:14:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1712,17 +1785,17 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "28325f41-8396-4c35-a169-867601a3dd54", - "x-ms-client-request-id": "fb6a8673eb747ef6ffb1a8a524fda63c", - "x-ms-correlation-request-id": "f32322c7-307a-41b6-8072-c7ac6045373a", + "x-ms-arm-service-request-id": "28e0a958-6831-458a-8e78-1be761ab94c8", + "x-ms-client-request-id": "7dd06e5fb7f6faafa2f30ce272dc9fbd", + "x-ms-correlation-request-id": "b7c3b1be-7aa7-49cf-aef7-c374391fc1b1", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "70d8afe8-aa9a-4e80-b972-13f20bc5f9f9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T091553Z:f32322c7-307a-41b6-8072-c7ac6045373a" + "x-ms-request-id": "ad1156c6-094e-48ec-95f8-4778583bc986", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T131412Z:b7c3b1be-7aa7-49cf-aef7-c374391fc1b1" }, "ResponseBody": { - "name": "azsmnet2056", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/virtualNetworkGateways/azsmnet2056", - "etag": "W/\u002229a18a83-e7b5-4b15-86b8-76cee8c67995\u0022", + "name": "azsmnet5845", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5845", + "etag": "W/\u0022e3a2c26e-461b-4bdb-acce-f70e2255645c\u0022", "type": "Microsoft.Network/virtualNetworkGateways", "location": "westus2", "tags": { @@ -1730,28 +1803,30 @@ }, "properties": { "provisioningState": "Succeeded", - "resourceGuid": "b74e5891-69e8-4d49-8f3d-b6bdf445d73b", + "resourceGuid": "57e45047-266a-4716-bc61-dd3206c6f848", "packetCaptureDiagnosticState": "None", "enablePrivateIpAddress": false, + "isMigrateToCSES": false, "ipConfigurations": [ { - "name": "azsmnet2782", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/virtualNetworkGateways/azsmnet2056/ipConfigurations/azsmnet2782", - "etag": "W/\u002229a18a83-e7b5-4b15-86b8-76cee8c67995\u0022", + "name": "azsmnet9456", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5845/ipConfigurations/azsmnet9456", + "etag": "W/\u0022e3a2c26e-461b-4bdb-acce-f70e2255645c\u0022", "type": "Microsoft.Network/virtualNetworkGateways/ipConfigurations", "properties": { "provisioningState": "Succeeded", "privateIPAllocationMethod": "Dynamic", "publicIPAddress": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/publicIPAddresses/azsmnet1876" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/publicIPAddresses/azsmnet1011" }, "subnet": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/virtualNetworks/azsmnet2724/subnets/GatewaySubnet" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/virtualNetworks/azsmnet6334/subnets/GatewaySubnet" } } } ], "natRules": [], + "virtualNetworkGatewayPolicyGroups": [], "enableBgpRouteTranslationForNat": false, "disableIPSecReplayProtection": false, "sku": { @@ -1769,42 +1844,44 @@ "peerWeight": 0, "bgpPeeringAddresses": [ { - "ipconfigurationId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/virtualNetworkGateways/azsmnet2056/ipConfigurations/azsmnet2782", + "ipconfigurationId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5845/ipConfigurations/azsmnet9456", "defaultBgpIpAddresses": [ "10.0.0.254" ], "customBgpIpAddresses": [], "tunnelIpAddresses": [ - "20.125.35.210" + "20.230.224.233" ] } ] }, "gatewayDefaultSite": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/localNetworkGateways/azsmnet6283" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/localNetworkGateways/azsmnet4211" }, - "vpnGatewayGeneration": "Generation1" + "vpnGatewayGeneration": "Generation1", + "allowRemoteVnetTraffic": false, + "allowVirtualWanTraffic": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/virtualNetworkGateways/azsmnet2056?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5845?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-d6fa88a861e0af4aa34a1f73cdbbeb65-759cdc8b6b231245-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220530.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "207c9f254c1e8872f711facde7518823", + "traceparent": "00-ea4c4d5fc9f2964a8d1129da1d89a0e7-a371025d2560d449-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230421.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "9fdeb51e350a22f7e6cdfc870d3f760f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2644", + "Content-Length": "2804", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 09:15:54 GMT", + "Date": "Fri, 21 Apr 2023 13:14:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1813,17 +1890,17 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b934db9f-70d9-4c58-b43f-254a73607702", - "x-ms-client-request-id": "207c9f254c1e8872f711facde7518823", - "x-ms-correlation-request-id": "87723653-1670-4470-8d76-d838bfa00a25", + "x-ms-arm-service-request-id": "fb448dd8-2b66-409a-9677-b07f0e084c8a", + "x-ms-client-request-id": "9fdeb51e350a22f7e6cdfc870d3f760f", + "x-ms-correlation-request-id": "7bfc5982-bd51-43b4-b76b-325c88c9da6d", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "68072908-c614-4256-9abe-0b4a38f0a9fd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T091555Z:87723653-1670-4470-8d76-d838bfa00a25" + "x-ms-request-id": "d760f4df-d02b-46f6-a040-b30841c2f787", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T131412Z:7bfc5982-bd51-43b4-b76b-325c88c9da6d" }, "ResponseBody": { - "name": "azsmnet2056", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/virtualNetworkGateways/azsmnet2056", - "etag": "W/\u002229a18a83-e7b5-4b15-86b8-76cee8c67995\u0022", + "name": "azsmnet5845", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5845", + "etag": "W/\u0022e3a2c26e-461b-4bdb-acce-f70e2255645c\u0022", "type": "Microsoft.Network/virtualNetworkGateways", "location": "westus2", "tags": { @@ -1831,28 +1908,30 @@ }, "properties": { "provisioningState": "Succeeded", - "resourceGuid": "b74e5891-69e8-4d49-8f3d-b6bdf445d73b", + "resourceGuid": "57e45047-266a-4716-bc61-dd3206c6f848", "packetCaptureDiagnosticState": "None", "enablePrivateIpAddress": false, + "isMigrateToCSES": false, "ipConfigurations": [ { - "name": "azsmnet2782", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/virtualNetworkGateways/azsmnet2056/ipConfigurations/azsmnet2782", - "etag": "W/\u002229a18a83-e7b5-4b15-86b8-76cee8c67995\u0022", + "name": "azsmnet9456", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5845/ipConfigurations/azsmnet9456", + "etag": "W/\u0022e3a2c26e-461b-4bdb-acce-f70e2255645c\u0022", "type": "Microsoft.Network/virtualNetworkGateways/ipConfigurations", "properties": { "provisioningState": "Succeeded", "privateIPAllocationMethod": "Dynamic", "publicIPAddress": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/publicIPAddresses/azsmnet1876" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/publicIPAddresses/azsmnet1011" }, "subnet": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/virtualNetworks/azsmnet2724/subnets/GatewaySubnet" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/virtualNetworks/azsmnet6334/subnets/GatewaySubnet" } } } ], "natRules": [], + "virtualNetworkGatewayPolicyGroups": [], "enableBgpRouteTranslationForNat": false, "disableIPSecReplayProtection": false, "sku": { @@ -1870,42 +1949,44 @@ "peerWeight": 0, "bgpPeeringAddresses": [ { - "ipconfigurationId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/virtualNetworkGateways/azsmnet2056/ipConfigurations/azsmnet2782", + "ipconfigurationId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5845/ipConfigurations/azsmnet9456", "defaultBgpIpAddresses": [ "10.0.0.254" ], "customBgpIpAddresses": [], "tunnelIpAddresses": [ - "20.125.35.210" + "20.230.224.233" ] } ] }, "gatewayDefaultSite": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/localNetworkGateways/azsmnet6283" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/localNetworkGateways/azsmnet4211" }, - "vpnGatewayGeneration": "Generation1" + "vpnGatewayGeneration": "Generation1", + "allowRemoteVnetTraffic": false, + "allowVirtualWanTraffic": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/connections/azsmnet8897?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/connections/azsmnet7610?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "1992", + "Content-Length": "2137", "Content-Type": "application/json", - "traceparent": "00-396c6c97bb337443a2f8e4c7a0c3107f-aa3e4f457592e54b-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220530.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "6226dad882fcb4b246809fc72642fb43", + "traceparent": "00-934ee0583a544c03b66d332676d47200-2a8d3360407b95b2-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230421.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "792af22cb7723eae8704304cf886c7ad", "x-ms-return-client-request-id": "true" }, "RequestBody": { "location": "westus2", "properties": { "virtualNetworkGateway1": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/virtualNetworkGateways/azsmnet2056", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5845", "location": "westus2", "tags": { "key": "value" @@ -1913,15 +1994,15 @@ "properties": { "ipConfigurations": [ { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/virtualNetworkGateways/azsmnet2056/ipConfigurations/azsmnet2782", - "name": "azsmnet2782", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5845/ipConfigurations/azsmnet9456", + "name": "azsmnet9456", "properties": { "privateIPAllocationMethod": "Dynamic", "subnet": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/virtualNetworks/azsmnet2724/subnets/GatewaySubnet" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/virtualNetworks/azsmnet6334/subnets/GatewaySubnet" }, "publicIPAddress": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/publicIPAddresses/azsmnet1876" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/publicIPAddresses/azsmnet1011" } } } @@ -1932,30 +2013,34 @@ "enableBgp": false, "enablePrivateIpAddress": false, "activeActive": false, + "disableIPSecReplayProtection": false, "gatewayDefaultSite": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/localNetworkGateways/azsmnet6283" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/localNetworkGateways/azsmnet4211" }, "sku": { "name": "VpnGw1", "tier": "VpnGw1" }, + "virtualNetworkGatewayPolicyGroups": [], "bgpSettings": { "asn": 65515, "bgpPeeringAddress": "10.0.0.254", "peerWeight": 0, "bgpPeeringAddresses": [ { - "ipconfigurationId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/virtualNetworkGateways/azsmnet2056/ipConfigurations/azsmnet2782", + "ipconfigurationId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5845/ipConfigurations/azsmnet9456", "customBgpIpAddresses": [] } ] }, "natRules": [], - "enableBgpRouteTranslationForNat": false + "enableBgpRouteTranslationForNat": false, + "allowVirtualWanTraffic": false, + "allowRemoteVnetTraffic": false } }, "localNetworkGateway2": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/localNetworkGateways/azsmnet6283", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/localNetworkGateways/azsmnet4211", "location": "westus2", "tags": { "test": "value" @@ -1977,11 +2062,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/452a73ee-1ab0-455e-ac9e-dcf243e6b0bc?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/4b1c851a-8637-4498-a6d9-1af3af971eb9?api-version=2022-09-01", "Cache-Control": "no-cache", - "Content-Length": "1312", + "Content-Length": "1396", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 09:16:01 GMT", + "Date": "Fri, 21 Apr 2023 13:14:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", @@ -1991,28 +2076,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e0b92e69-00bf-4117-a69a-298e1855e234", - "x-ms-client-request-id": "6226dad882fcb4b246809fc72642fb43", - "x-ms-correlation-request-id": "b2245c89-2ded-4efa-bed7-e143515ea070", + "x-ms-arm-service-request-id": "04e48c78-1447-4a05-8808-a02d2105019e", + "x-ms-client-request-id": "792af22cb7723eae8704304cf886c7ad", + "x-ms-correlation-request-id": "f9e6e037-3d38-4658-9c0a-ac9462c7b4df", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "452a73ee-1ab0-455e-ac9e-dcf243e6b0bc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T091602Z:b2245c89-2ded-4efa-bed7-e143515ea070" + "x-ms-request-id": "4b1c851a-8637-4498-a6d9-1af3af971eb9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T131418Z:f9e6e037-3d38-4658-9c0a-ac9462c7b4df" }, "ResponseBody": { - "name": "azsmnet8897", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/connections/azsmnet8897", - "etag": "W/\u00226a4e521a-3d58-4293-bdcb-54b624d2f0dd\u0022", + "name": "azsmnet7610", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/connections/azsmnet7610", + "etag": "W/\u00221aae2b7a-123f-40c7-a3da-d7b8da1cf1ae\u0022", "type": "Microsoft.Network/connections", "location": "westus2", "properties": { "provisioningState": "Updating", - "resourceGuid": "1914e817-1c90-4c29-b6f5-d98b4aaa41cf", + "resourceGuid": "fcc9671c-b4d9-4cc3-9e6a-375cd4bf2e34", "packetCaptureDiagnosticState": "None", "virtualNetworkGateway1": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/virtualNetworkGateways/azsmnet2056" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5845" }, "localNetworkGateway2": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/localNetworkGateways/azsmnet6283" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/localNetworkGateways/azsmnet4211" }, "connectionType": "IPsec", "connectionProtocol": "IKEv2", @@ -2026,19 +2111,21 @@ "ingressBytesTransferred": 0, "egressBytesTransferred": 0, "expressRouteGatewayBypass": false, + "enablePrivateLinkFastPath": false, "dpdTimeoutSeconds": 0, - "connectionMode": "Default" + "connectionMode": "Default", + "gatewayCustomBgpIpAddresses": [] } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/452a73ee-1ab0-455e-ac9e-dcf243e6b0bc?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/4b1c851a-8637-4498-a6d9-1af3af971eb9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-396c6c97bb337443a2f8e4c7a0c3107f-b5695c43c927ab41-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "224b0384d97f1c28c96bd8cbd3c0d0cf", + "traceparent": "00-934ee0583a544c03b66d332676d47200-a94e7a6f89595b1e-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ea459bfc4375fdab30618330c6d6ed46", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2047,7 +2134,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 09:16:01 GMT", + "Date": "Fri, 21 Apr 2023 13:14:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", @@ -2057,25 +2144,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "75fbb0de-e471-40c3-8f8b-f4de6bb68fb9", - "x-ms-client-request-id": "224b0384d97f1c28c96bd8cbd3c0d0cf", - "x-ms-correlation-request-id": "5f0d7c07-4f65-481d-8ce1-b021e479e18e", + "x-ms-arm-service-request-id": "8c23390e-69a5-49e2-9bc7-0ba65a6c69be", + "x-ms-client-request-id": "ea459bfc4375fdab30618330c6d6ed46", + "x-ms-correlation-request-id": "bc523f9e-1fcd-4894-874f-10562726e95f", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "c858615f-aa72-48ed-b138-d13b631d79b5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T091602Z:5f0d7c07-4f65-481d-8ce1-b021e479e18e" + "x-ms-request-id": "1146095e-9298-4945-ad00-c750d212ff09", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T131419Z:bc523f9e-1fcd-4894-874f-10562726e95f" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/452a73ee-1ab0-455e-ac9e-dcf243e6b0bc?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/4b1c851a-8637-4498-a6d9-1af3af971eb9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-396c6c97bb337443a2f8e4c7a0c3107f-84adda8fb6362945-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "e1ba89fe203d2b56b31380f91fc18ab0", + "traceparent": "00-934ee0583a544c03b66d332676d47200-917657b0784ad1b2-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "fd6ada35a665e000c8b3cbdb8ef3179a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2084,7 +2171,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 09:16:11 GMT", + "Date": "Fri, 21 Apr 2023 13:14:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "20", @@ -2094,25 +2181,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d886a086-645c-4915-a01b-4936d644fdb7", - "x-ms-client-request-id": "e1ba89fe203d2b56b31380f91fc18ab0", - "x-ms-correlation-request-id": "ff9511da-e1cd-4500-9114-a1e4464f73d6", + "x-ms-arm-service-request-id": "0b84a76e-5e9e-45a1-b9d3-02ea0d4fa8ff", + "x-ms-client-request-id": "fd6ada35a665e000c8b3cbdb8ef3179a", + "x-ms-correlation-request-id": "e01093e3-8dcb-4529-916b-080fa01c7045", "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "e51ec1b0-8586-4815-a819-5c412b6e210f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T091612Z:ff9511da-e1cd-4500-9114-a1e4464f73d6" + "x-ms-request-id": "7851bb6a-80df-40c0-9b26-6e3cb68e6d83", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T131430Z:e01093e3-8dcb-4529-916b-080fa01c7045" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/452a73ee-1ab0-455e-ac9e-dcf243e6b0bc?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/4b1c851a-8637-4498-a6d9-1af3af971eb9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-396c6c97bb337443a2f8e4c7a0c3107f-132bcf2ac5946943-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "234277d3d8f654c3472e39dfd55a4020", + "traceparent": "00-934ee0583a544c03b66d332676d47200-37a73f3275a4439c-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "5d4fb3a2dc415f37961337e4c8f8afd7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2121,7 +2208,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 09:16:33 GMT", + "Date": "Fri, 21 Apr 2023 13:14:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "20", @@ -2131,25 +2218,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4dbcdfcd-8cb6-4e84-b4bf-a5233126b600", - "x-ms-client-request-id": "234277d3d8f654c3472e39dfd55a4020", - "x-ms-correlation-request-id": "97df5c65-0b6a-48d6-af34-562d55de2f6c", + "x-ms-arm-service-request-id": "9f63db7b-789e-49cc-80bd-027f46db736f", + "x-ms-client-request-id": "5d4fb3a2dc415f37961337e4c8f8afd7", + "x-ms-correlation-request-id": "551489d8-b2ae-4b83-9f7e-f1f88d4fb504", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "1b156d43-53cd-45dd-8d5e-161e75c446a8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T091633Z:97df5c65-0b6a-48d6-af34-562d55de2f6c" + "x-ms-request-id": "2d8f082b-180f-4283-90ee-8e0945c8015e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T131451Z:551489d8-b2ae-4b83-9f7e-f1f88d4fb504" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/452a73ee-1ab0-455e-ac9e-dcf243e6b0bc?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/4b1c851a-8637-4498-a6d9-1af3af971eb9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-396c6c97bb337443a2f8e4c7a0c3107f-1f36edcb4d90904b-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "9ff29332cbdc64eaac206f6c582efc08", + "traceparent": "00-934ee0583a544c03b66d332676d47200-208f008282b5d445-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "4c84e2aa648255179b6421c277d06e3d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2158,7 +2245,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 09:16:53 GMT", + "Date": "Fri, 21 Apr 2023 13:15:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "40", @@ -2168,25 +2255,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "cb751a42-2311-441c-9169-f23efa94a6f6", - "x-ms-client-request-id": "9ff29332cbdc64eaac206f6c582efc08", - "x-ms-correlation-request-id": "eee65ad8-c4c2-4ae2-aa0f-d6703623e936", + "x-ms-arm-service-request-id": "92781300-6470-4d8a-a639-0652e1b2740b", + "x-ms-client-request-id": "4c84e2aa648255179b6421c277d06e3d", + "x-ms-correlation-request-id": "2831556a-19f6-4a81-9ef4-1b5ddc86f756", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "1a651e55-a752-49ad-8b26-c6ddc1a4f135", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T091653Z:eee65ad8-c4c2-4ae2-aa0f-d6703623e936" + "x-ms-request-id": "e26c6f6e-4e90-40b4-9dc6-483bc58e2295", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T131512Z:2831556a-19f6-4a81-9ef4-1b5ddc86f756" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/452a73ee-1ab0-455e-ac9e-dcf243e6b0bc?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/4b1c851a-8637-4498-a6d9-1af3af971eb9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-396c6c97bb337443a2f8e4c7a0c3107f-1fbb44c3210f8040-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "5bf827e1ac7e25d8c5659a0ee6765658", + "traceparent": "00-934ee0583a544c03b66d332676d47200-67992661fd3b56cd-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "128ee94a90875905a30a67516e1b18cf", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2195,7 +2282,7 @@ "Cache-Control": "no-cache", "Content-Length": "29", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 09:17:32 GMT", + "Date": "Fri, 21 Apr 2023 13:15:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2204,34 +2291,34 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6c4a712e-3e01-434b-a32a-5ee427be16ed", - "x-ms-client-request-id": "5bf827e1ac7e25d8c5659a0ee6765658", - "x-ms-correlation-request-id": "f9fc556a-c183-4d4b-898f-9ae77aaa5730", + "x-ms-arm-service-request-id": "54d95b79-c848-4950-ad2a-e5d7bbc920b8", + "x-ms-client-request-id": "128ee94a90875905a30a67516e1b18cf", + "x-ms-correlation-request-id": "1f0ecb3a-d234-4d2d-9fe6-8a40d7545ff8", "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "e7b14189-89fc-44ae-94c6-aaf802a5d645", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T091733Z:f9fc556a-c183-4d4b-898f-9ae77aaa5730" + "x-ms-request-id": "00cf7859-63b5-48f9-9082-9b4075d4e465", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T131552Z:1f0ecb3a-d234-4d2d-9fe6-8a40d7545ff8" }, "ResponseBody": { "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/connections/azsmnet8897?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/connections/azsmnet7610?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-396c6c97bb337443a2f8e4c7a0c3107f-eaadcb881f272a49-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "8cc660d3ebce08d38cde76d66957fc18", + "traceparent": "00-934ee0583a544c03b66d332676d47200-9b5bf8f487b8d26b-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ac31f403ca6e3d189cf9c1dcbb75e8c5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1349", + "Content-Length": "1433", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 09:17:33 GMT", + "Date": "Fri, 21 Apr 2023 13:15:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2240,28 +2327,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "cdb1663c-5622-4ed0-bae0-64882d918583", - "x-ms-client-request-id": "8cc660d3ebce08d38cde76d66957fc18", - "x-ms-correlation-request-id": "46296749-c301-4b52-9709-546c91f836e6", + "x-ms-arm-service-request-id": "36eb5837-686e-43c8-929d-a30563b19467", + "x-ms-client-request-id": "ac31f403ca6e3d189cf9c1dcbb75e8c5", + "x-ms-correlation-request-id": "45c95c3f-460e-48d5-aaca-3546629602cf", "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "aaa1578a-65b3-471f-b0e0-e20bcf0c877a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T091734Z:46296749-c301-4b52-9709-546c91f836e6" + "x-ms-request-id": "559f4471-29ab-4bbe-b669-ec4e7c417781", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T131554Z:45c95c3f-460e-48d5-aaca-3546629602cf" }, "ResponseBody": { - "name": "azsmnet8897", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/connections/azsmnet8897", - "etag": "W/\u002228f384a2-752c-46d9-a1f0-45bc81508d6a\u0022", + "name": "azsmnet7610", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/connections/azsmnet7610", + "etag": "W/\u00222a34302e-a7eb-4dbb-be01-ea5457cd3be5\u0022", "type": "Microsoft.Network/connections", "location": "westus2", "properties": { "provisioningState": "Succeeded", - "resourceGuid": "1914e817-1c90-4c29-b6f5-d98b4aaa41cf", + "resourceGuid": "fcc9671c-b4d9-4cc3-9e6a-375cd4bf2e34", "packetCaptureDiagnosticState": "None", "virtualNetworkGateway1": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/virtualNetworkGateways/azsmnet2056" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5845" }, "localNetworkGateway2": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/localNetworkGateways/azsmnet6283" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/localNetworkGateways/azsmnet4211" }, "connectionType": "IPsec", "connectionProtocol": "IKEv2", @@ -2276,29 +2363,31 @@ "ingressBytesTransferred": 0, "egressBytesTransferred": 0, "expressRouteGatewayBypass": false, + "enablePrivateLinkFastPath": false, "dpdTimeoutSeconds": 0, - "connectionMode": "Default" + "connectionMode": "Default", + "gatewayCustomBgpIpAddresses": [] } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/connections/azsmnet8897?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/connections/azsmnet7610?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-80736d231e21734bb2cbfab8820bd0fc-e92554607d25654a-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220530.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "adfe3132e46285a2bacdd97630dc7d36", + "traceparent": "00-0d1e6f54f35f6acf01cae397ec94fd78-378f8f5183cc3183-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230421.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "de9afaa49c6a1950dd2ba877fdc6e67f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1349", + "Content-Length": "1433", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 09:17:34 GMT", + "Date": "Fri, 21 Apr 2023 13:15:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2307,28 +2396,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b4d5cd66-cb22-45b4-8423-53039b3a6a8d", - "x-ms-client-request-id": "adfe3132e46285a2bacdd97630dc7d36", - "x-ms-correlation-request-id": "78ac1c92-2b29-430e-b396-091aeaaade4d", + "x-ms-arm-service-request-id": "a4504f9d-18ac-4dce-97e5-449bf573afb9", + "x-ms-client-request-id": "de9afaa49c6a1950dd2ba877fdc6e67f", + "x-ms-correlation-request-id": "0a344091-1d03-46fe-8840-abf7a9607a01", "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "9cd386b0-9958-4eb5-820e-08899dc767e7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T091735Z:78ac1c92-2b29-430e-b396-091aeaaade4d" + "x-ms-request-id": "6d485978-0ada-4fb2-a5eb-992f69906cc4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T131555Z:0a344091-1d03-46fe-8840-abf7a9607a01" }, "ResponseBody": { - "name": "azsmnet8897", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/connections/azsmnet8897", - "etag": "W/\u002228f384a2-752c-46d9-a1f0-45bc81508d6a\u0022", + "name": "azsmnet7610", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/connections/azsmnet7610", + "etag": "W/\u00222a34302e-a7eb-4dbb-be01-ea5457cd3be5\u0022", "type": "Microsoft.Network/connections", "location": "westus2", "properties": { "provisioningState": "Succeeded", - "resourceGuid": "1914e817-1c90-4c29-b6f5-d98b4aaa41cf", + "resourceGuid": "fcc9671c-b4d9-4cc3-9e6a-375cd4bf2e34", "packetCaptureDiagnosticState": "None", "virtualNetworkGateway1": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/virtualNetworkGateways/azsmnet2056" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5845" }, "localNetworkGateway2": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/localNetworkGateways/azsmnet6283" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/localNetworkGateways/azsmnet4211" }, "connectionType": "IPsec", "connectionProtocol": "IKEv2", @@ -2343,26 +2432,28 @@ "ingressBytesTransferred": 0, "egressBytesTransferred": 0, "expressRouteGatewayBypass": false, + "enablePrivateLinkFastPath": false, "dpdTimeoutSeconds": 0, - "connectionMode": "Default" + "connectionMode": "Default", + "gatewayCustomBgpIpAddresses": [] } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/virtualNetworkGateways/azsmnet2056?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5845?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "1373", + "Content-Length": "1516", "Content-Type": "application/json", - "traceparent": "00-2a54cf0ec3cf6b4d8cb62c72ca449c1f-f12ac95dd44a9743-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220530.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "f89916c97068f53953f0cf9f3502bc6e", + "traceparent": "00-3b447e5bce425a187c64f77a190e72eb-136d35bdb74b1a09-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230421.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "83be514cc29f7fced150768dce289d2e", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/virtualNetworkGateways/azsmnet2056", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5845", "location": "westus2", "tags": { "key": "value" @@ -2370,15 +2461,15 @@ "properties": { "ipConfigurations": [ { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/virtualNetworkGateways/azsmnet2056/ipConfigurations/azsmnet2782", - "name": "azsmnet2782", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5845/ipConfigurations/azsmnet9456", + "name": "azsmnet9456", "properties": { "privateIPAllocationMethod": "Dynamic", "subnet": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/virtualNetworks/azsmnet2724/subnets/GatewaySubnet" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/virtualNetworks/azsmnet6334/subnets/GatewaySubnet" }, "publicIPAddress": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/publicIPAddresses/azsmnet1876" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/publicIPAddresses/azsmnet1011" } } } @@ -2389,33 +2480,37 @@ "enableBgp": false, "enablePrivateIpAddress": false, "activeActive": false, + "disableIPSecReplayProtection": false, "sku": { "name": "VpnGw1", "tier": "VpnGw1" }, + "virtualNetworkGatewayPolicyGroups": [], "bgpSettings": { "asn": 65515, "bgpPeeringAddress": "10.0.0.254", "peerWeight": 0, "bgpPeeringAddresses": [ { - "ipconfigurationId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/virtualNetworkGateways/azsmnet2056/ipConfigurations/azsmnet2782", + "ipconfigurationId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5845/ipConfigurations/azsmnet9456", "customBgpIpAddresses": [] } ] }, "natRules": [], - "enableBgpRouteTranslationForNat": false + "enableBgpRouteTranslationForNat": false, + "allowVirtualWanTraffic": false, + "allowRemoteVnetTraffic": false } }, "StatusCode": 200, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/161bd852-6898-46d8-8579-679c2ab5c5b0?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/a42b2307-71f2-472b-aeff-8477aba04406?api-version=2022-09-01", "Cache-Control": "no-cache", - "Content-Length": "2756", + "Content-Length": "2963", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 09:17:37 GMT", + "Date": "Fri, 21 Apr 2023 13:16:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", @@ -2425,17 +2520,17 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ddc9d8c3-9ba7-439d-8001-b72bc4f648b4", - "x-ms-client-request-id": "f89916c97068f53953f0cf9f3502bc6e", - "x-ms-correlation-request-id": "d23899b7-ab3c-491f-9348-a3a2bd40065e", + "x-ms-arm-service-request-id": "f7d4cb33-3ad2-459c-a18c-a950d069a25c", + "x-ms-client-request-id": "83be514cc29f7fced150768dce289d2e", + "x-ms-correlation-request-id": "1e038a22-96a9-4951-92ca-01c2066f195f", "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "161bd852-6898-46d8-8579-679c2ab5c5b0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T091738Z:d23899b7-ab3c-491f-9348-a3a2bd40065e" + "x-ms-request-id": "a42b2307-71f2-472b-aeff-8477aba04406", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T131600Z:1e038a22-96a9-4951-92ca-01c2066f195f" }, "ResponseBody": { - "name": "azsmnet2056", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/virtualNetworkGateways/azsmnet2056", - "etag": "W/\u00229ed8b4f2-9c69-4300-b75f-b0c1cc5d772b\u0022", + "name": "azsmnet5845", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5845", + "etag": "W/\u0022640b8f45-dfb9-4005-8146-f1ad6cc2bbee\u0022", "type": "Microsoft.Network/virtualNetworkGateways", "location": "westus2", "tags": { @@ -2443,28 +2538,30 @@ }, "properties": { "provisioningState": "Updating", - "resourceGuid": "b74e5891-69e8-4d49-8f3d-b6bdf445d73b", + "resourceGuid": "57e45047-266a-4716-bc61-dd3206c6f848", "packetCaptureDiagnosticState": "None", "enablePrivateIpAddress": false, + "isMigrateToCSES": false, "ipConfigurations": [ { - "name": "azsmnet2782", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/virtualNetworkGateways/azsmnet2056/ipConfigurations/azsmnet2782", - "etag": "W/\u00229ed8b4f2-9c69-4300-b75f-b0c1cc5d772b\u0022", + "name": "azsmnet9456", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5845/ipConfigurations/azsmnet9456", + "etag": "W/\u0022640b8f45-dfb9-4005-8146-f1ad6cc2bbee\u0022", "type": "Microsoft.Network/virtualNetworkGateways/ipConfigurations", "properties": { "provisioningState": "Updating", "privateIPAllocationMethod": "Dynamic", "publicIPAddress": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/publicIPAddresses/azsmnet1876" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/publicIPAddresses/azsmnet1011" }, "subnet": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/virtualNetworks/azsmnet2724/subnets/GatewaySubnet" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/virtualNetworks/azsmnet6334/subnets/GatewaySubnet" } } } ], "natRules": [], + "virtualNetworkGatewayPolicyGroups": [], "enableBgpRouteTranslationForNat": false, "disableIPSecReplayProtection": false, "sku": { @@ -2484,6 +2581,7 @@ "vpnAuthenticationTypes": [], "vpnClientRootCertificates": [], "vpnClientRevokedCertificates": [], + "vngClientConnectionConfigurations": [], "radiusServers": [], "vpnClientIpsecPolicies": [] }, @@ -2493,29 +2591,31 @@ "peerWeight": 0, "bgpPeeringAddresses": [ { - "ipconfigurationId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/virtualNetworkGateways/azsmnet2056/ipConfigurations/azsmnet2782", + "ipconfigurationId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5845/ipConfigurations/azsmnet9456", "defaultBgpIpAddresses": [ "10.0.0.254" ], "customBgpIpAddresses": [], "tunnelIpAddresses": [ - "20.125.35.210" + "20.230.224.233" ] } ] }, - "vpnGatewayGeneration": "Generation1" + "vpnGatewayGeneration": "Generation1", + "allowRemoteVnetTraffic": false, + "allowVirtualWanTraffic": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/161bd852-6898-46d8-8579-679c2ab5c5b0?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/a42b2307-71f2-472b-aeff-8477aba04406?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-2a54cf0ec3cf6b4d8cb62c72ca449c1f-c719bd031489314c-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "520c406104bec1b0f8095972140250b8", + "traceparent": "00-3b447e5bce425a187c64f77a190e72eb-fa03917a6588692d-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "6990421265b6e2252c1a0d1926c24bb4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2524,7 +2624,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 09:17:38 GMT", + "Date": "Fri, 21 Apr 2023 13:16:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", @@ -2534,25 +2634,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "85efb19b-7fe8-46e9-859d-3fa4317061af", - "x-ms-client-request-id": "520c406104bec1b0f8095972140250b8", - "x-ms-correlation-request-id": "93f29959-4c72-498b-8505-7d26972979cc", + "x-ms-arm-service-request-id": "2e134b6f-be59-48d6-82a9-84dc23d48673", + "x-ms-client-request-id": "6990421265b6e2252c1a0d1926c24bb4", + "x-ms-correlation-request-id": "f0f7a284-4148-4f2b-9726-f4ff4e21a2b2", "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "9ed6b20d-8d58-4f28-9fef-adbca29fe6c9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T091739Z:93f29959-4c72-498b-8505-7d26972979cc" + "x-ms-request-id": "87d8c3d4-5a89-485f-ad20-c4bdcdbe46bc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T131600Z:f0f7a284-4148-4f2b-9726-f4ff4e21a2b2" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/161bd852-6898-46d8-8579-679c2ab5c5b0?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/a42b2307-71f2-472b-aeff-8477aba04406?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-2a54cf0ec3cf6b4d8cb62c72ca449c1f-1bf668d920e9c943-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "ae0d6b10c80020be20aa3a279f37e3f6", + "traceparent": "00-3b447e5bce425a187c64f77a190e72eb-370b027cf1164695-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "5b547a8e721912fdec58de88f38a5d30", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2561,7 +2661,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 09:17:48 GMT", + "Date": "Fri, 21 Apr 2023 13:16:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "20", @@ -2571,25 +2671,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "aa5fc44f-6286-479f-b82a-fcc802f320c3", - "x-ms-client-request-id": "ae0d6b10c80020be20aa3a279f37e3f6", - "x-ms-correlation-request-id": "a99d084c-54a0-413d-afb3-c7ae97c978a2", + "x-ms-arm-service-request-id": "41b8a4b3-47d1-47ae-9d9a-04b6467565ac", + "x-ms-client-request-id": "5b547a8e721912fdec58de88f38a5d30", + "x-ms-correlation-request-id": "0fae6946-1264-48dd-b143-098a20cbf8fe", "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "208e672a-88cf-4fb6-95a0-04a6b3174053", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T091749Z:a99d084c-54a0-413d-afb3-c7ae97c978a2" + "x-ms-request-id": "44b317bc-2b96-47d6-8665-ce37e564978c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T131611Z:0fae6946-1264-48dd-b143-098a20cbf8fe" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/161bd852-6898-46d8-8579-679c2ab5c5b0?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/a42b2307-71f2-472b-aeff-8477aba04406?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-2a54cf0ec3cf6b4d8cb62c72ca449c1f-8b1909928f8f6249-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "f53e1f1869f565afd11abc6e4f83daba", + "traceparent": "00-3b447e5bce425a187c64f77a190e72eb-a5fc5df82dbc4e10-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "8c7aa1103397bd787bca47662c4b40e1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2598,7 +2698,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 09:18:09 GMT", + "Date": "Fri, 21 Apr 2023 13:16:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "20", @@ -2608,25 +2708,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4aad0bd9-08b3-491a-99ae-ee762903418d", - "x-ms-client-request-id": "f53e1f1869f565afd11abc6e4f83daba", - "x-ms-correlation-request-id": "5870161b-d748-4869-bfdf-9c6a7722f8d4", + "x-ms-arm-service-request-id": "8c111159-98e7-4f26-99ea-bfe17681878a", + "x-ms-client-request-id": "8c7aa1103397bd787bca47662c4b40e1", + "x-ms-correlation-request-id": "80682f3d-3a6d-4967-9b18-bd1858f83ab8", "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "55095640-d279-462d-a57c-8253124867c5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T091809Z:5870161b-d748-4869-bfdf-9c6a7722f8d4" + "x-ms-request-id": "66567a2e-63d8-4890-b42a-ae7689a13367", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T131631Z:80682f3d-3a6d-4967-9b18-bd1858f83ab8" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/161bd852-6898-46d8-8579-679c2ab5c5b0?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/a42b2307-71f2-472b-aeff-8477aba04406?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-2a54cf0ec3cf6b4d8cb62c72ca449c1f-5578d682aa20044e-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "a7f118f0284f99af81ec3114c98822c1", + "traceparent": "00-3b447e5bce425a187c64f77a190e72eb-e982f8d3fd25d944-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a8b41acce34c9fbb447e7d5e869defa1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2635,7 +2735,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 09:18:29 GMT", + "Date": "Fri, 21 Apr 2023 13:16:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "40", @@ -2645,25 +2745,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5875e589-47b5-474e-a2ed-7240a8f12059", - "x-ms-client-request-id": "a7f118f0284f99af81ec3114c98822c1", - "x-ms-correlation-request-id": "2cfb1e31-913f-4e2f-9605-d5d5e4e1d96c", + "x-ms-arm-service-request-id": "5d906a85-8e93-421d-9e44-a96588573c04", + "x-ms-client-request-id": "a8b41acce34c9fbb447e7d5e869defa1", + "x-ms-correlation-request-id": "ea1634b9-c1ad-484c-bbd1-416e8726da17", "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "e7bc8055-113b-4930-a4e1-94e27780c5e2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T091829Z:2cfb1e31-913f-4e2f-9605-d5d5e4e1d96c" + "x-ms-request-id": "253bc921-25bc-4b18-a346-8e192bbf74db", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T131652Z:ea1634b9-c1ad-484c-bbd1-416e8726da17" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/161bd852-6898-46d8-8579-679c2ab5c5b0?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/a42b2307-71f2-472b-aeff-8477aba04406?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-2a54cf0ec3cf6b4d8cb62c72ca449c1f-f6b449dfef48ea41-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "f55a63265ac3a7c2bba7dce60b50d19d", + "traceparent": "00-3b447e5bce425a187c64f77a190e72eb-d5504be3d773911b-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "8408dcbdbe475a1c0196e04f2b97e6a0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2672,7 +2772,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 09:19:09 GMT", + "Date": "Fri, 21 Apr 2023 13:17:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "40", @@ -2682,25 +2782,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "09d9981e-3214-4efb-be78-024b3c2b088e", - "x-ms-client-request-id": "f55a63265ac3a7c2bba7dce60b50d19d", - "x-ms-correlation-request-id": "da394fcd-6f93-480c-bcc0-57d6d2e53120", + "x-ms-arm-service-request-id": "cc01a5f4-47de-4952-bbd7-f27e25037709", + "x-ms-client-request-id": "8408dcbdbe475a1c0196e04f2b97e6a0", + "x-ms-correlation-request-id": "f48f5b2d-3e28-4fdd-ade6-d59a42c7df18", "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "0031f96c-1c8d-48dc-b732-14cb7b32e244", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T091910Z:da394fcd-6f93-480c-bcc0-57d6d2e53120" + "x-ms-request-id": "1908c960-c964-4d7f-9007-996f6b11186a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T131733Z:f48f5b2d-3e28-4fdd-ade6-d59a42c7df18" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/161bd852-6898-46d8-8579-679c2ab5c5b0?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/a42b2307-71f2-472b-aeff-8477aba04406?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-2a54cf0ec3cf6b4d8cb62c72ca449c1f-51fb8a9378e91f4e-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "86367fcf3b46efa670a57409379a9c48", + "traceparent": "00-3b447e5bce425a187c64f77a190e72eb-f83c0f9638e73e56-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d8bcfd17b4d52de4e5db4719b61a37de", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2709,7 +2809,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 09:19:49 GMT", + "Date": "Fri, 21 Apr 2023 13:18:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "80", @@ -2719,36 +2819,34 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5ed761a0-c6e1-4ea9-9392-d0c18989019b", - "x-ms-client-request-id": "86367fcf3b46efa670a57409379a9c48", - "x-ms-correlation-request-id": "02bd7160-ee9a-4067-9b91-ddb459765623", + "x-ms-arm-service-request-id": "3d84f9a5-ce96-4468-9574-e239a770bba2", + "x-ms-client-request-id": "d8bcfd17b4d52de4e5db4719b61a37de", + "x-ms-correlation-request-id": "6a1ef42f-3640-4f53-807e-dedb777348fc", "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "632bd785-a335-4f06-bb30-13cbd993c5d5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T091950Z:02bd7160-ee9a-4067-9b91-ddb459765623" + "x-ms-request-id": "ed3e1f18-6012-4872-a407-8feb8d5a5637", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T131813Z:6a1ef42f-3640-4f53-807e-dedb777348fc" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/161bd852-6898-46d8-8579-679c2ab5c5b0?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/a42b2307-71f2-472b-aeff-8477aba04406?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "Connection": "close", - "traceparent": "00-2a54cf0ec3cf6b4d8cb62c72ca449c1f-2750a1a8de86f642-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "eb48fbf8e52996f6564aeba74bc98d31", + "traceparent": "00-3b447e5bce425a187c64f77a190e72eb-445b37e64b61335d-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "4fa9a5dbbb420d99fd5aa6b5036c73ad", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Connection": "close", "Content-Length": "29", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 09:21:10 GMT", + "Date": "Fri, 21 Apr 2023 13:19:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2757,34 +2855,34 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0bf9943c-67ba-44d7-a779-421f9ab27c0b", - "x-ms-client-request-id": "eb48fbf8e52996f6564aeba74bc98d31", - "x-ms-correlation-request-id": "bcc3efc1-f6dc-4c17-94a2-e13d475a0f1a", + "x-ms-arm-service-request-id": "376d5ced-ed1e-4190-bb21-4d8794e16b88", + "x-ms-client-request-id": "4fa9a5dbbb420d99fd5aa6b5036c73ad", + "x-ms-correlation-request-id": "ff84857b-3ebd-4a96-85eb-35effc77a147", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "1aa29fdf-3ec6-4957-bf31-847ae7e38431", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T092111Z:bcc3efc1-f6dc-4c17-94a2-e13d475a0f1a" + "x-ms-request-id": "c801ce39-dd2b-480e-9db5-7db121d2df28", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T131934Z:ff84857b-3ebd-4a96-85eb-35effc77a147" }, "ResponseBody": { "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/virtualNetworkGateways/azsmnet2056?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5845?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-2a54cf0ec3cf6b4d8cb62c72ca449c1f-24f5083da602ba43-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "4944941a9b52ea7abc6a841ee6b96f20", + "traceparent": "00-3b447e5bce425a187c64f77a190e72eb-936c8552206ae6bf-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "8946dd9716e108cbf8db9f6c7603a4e7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2455", + "Content-Length": "2614", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 09:21:11 GMT", + "Date": "Fri, 21 Apr 2023 13:19:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2793,17 +2891,17 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "577b2a89-d46f-43e9-ba60-3a02b0b3569f", - "x-ms-client-request-id": "4944941a9b52ea7abc6a841ee6b96f20", - "x-ms-correlation-request-id": "66c4a085-4fee-4862-8e92-aa451a390786", + "x-ms-arm-service-request-id": "12b1a0bc-62fa-4642-9315-d12fa9d6b62a", + "x-ms-client-request-id": "8946dd9716e108cbf8db9f6c7603a4e7", + "x-ms-correlation-request-id": "7ea2e08a-cdcf-4edc-8244-215710be1c2e", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "41c56945-e139-43d5-8d5d-b10a8b73b3f1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T092111Z:66c4a085-4fee-4862-8e92-aa451a390786" + "x-ms-request-id": "a5dde8ed-703b-4a5a-b4a9-063597f6790b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T131936Z:7ea2e08a-cdcf-4edc-8244-215710be1c2e" }, "ResponseBody": { - "name": "azsmnet2056", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/virtualNetworkGateways/azsmnet2056", - "etag": "W/\u00223eb4e28a-8892-45ad-a10f-bbbac0828dbd\u0022", + "name": "azsmnet5845", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5845", + "etag": "W/\u0022d5d1260d-bc72-4747-983e-7d4a8e846e7b\u0022", "type": "Microsoft.Network/virtualNetworkGateways", "location": "westus2", "tags": { @@ -2811,28 +2909,30 @@ }, "properties": { "provisioningState": "Succeeded", - "resourceGuid": "b74e5891-69e8-4d49-8f3d-b6bdf445d73b", + "resourceGuid": "57e45047-266a-4716-bc61-dd3206c6f848", "packetCaptureDiagnosticState": "None", "enablePrivateIpAddress": false, + "isMigrateToCSES": false, "ipConfigurations": [ { - "name": "azsmnet2782", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/virtualNetworkGateways/azsmnet2056/ipConfigurations/azsmnet2782", - "etag": "W/\u00223eb4e28a-8892-45ad-a10f-bbbac0828dbd\u0022", + "name": "azsmnet9456", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5845/ipConfigurations/azsmnet9456", + "etag": "W/\u0022d5d1260d-bc72-4747-983e-7d4a8e846e7b\u0022", "type": "Microsoft.Network/virtualNetworkGateways/ipConfigurations", "properties": { "provisioningState": "Succeeded", "privateIPAllocationMethod": "Dynamic", "publicIPAddress": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/publicIPAddresses/azsmnet1876" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/publicIPAddresses/azsmnet1011" }, "subnet": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/virtualNetworks/azsmnet2724/subnets/GatewaySubnet" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/virtualNetworks/azsmnet6334/subnets/GatewaySubnet" } } } ], "natRules": [], + "virtualNetworkGatewayPolicyGroups": [], "enableBgpRouteTranslationForNat": false, "disableIPSecReplayProtection": false, "sku": { @@ -2850,39 +2950,41 @@ "peerWeight": 0, "bgpPeeringAddresses": [ { - "ipconfigurationId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/virtualNetworkGateways/azsmnet2056/ipConfigurations/azsmnet2782", + "ipconfigurationId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5845/ipConfigurations/azsmnet9456", "defaultBgpIpAddresses": [ "10.0.0.254" ], "customBgpIpAddresses": [], "tunnelIpAddresses": [ - "20.125.35.210" + "20.230.224.233" ] } ] }, - "vpnGatewayGeneration": "Generation1" + "vpnGatewayGeneration": "Generation1", + "allowRemoteVnetTraffic": false, + "allowVirtualWanTraffic": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/virtualNetworkGateways/azsmnet2056?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5845?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-7c84af80c080ce4aad0105bb5c87ed13-a235b5039ee61448-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220530.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "0fee940be507ea7488a030fc50fea4a7", + "traceparent": "00-493eed5dfd71ab94b2bd3ec0882b3d77-0e9ddb3c19f07b61-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230421.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "8674015f96ed5b5d63aeda7b0e2e2978", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2455", + "Content-Length": "2614", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 09:21:12 GMT", + "Date": "Fri, 21 Apr 2023 13:19:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2891,17 +2993,17 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "40680554-0c97-4572-9e2f-039710fea2e8", - "x-ms-client-request-id": "0fee940be507ea7488a030fc50fea4a7", - "x-ms-correlation-request-id": "f5ea27a5-3078-46e5-b5c1-bd43c970375e", + "x-ms-arm-service-request-id": "7c9ff38a-96a5-446d-b784-575cef8dd12f", + "x-ms-client-request-id": "8674015f96ed5b5d63aeda7b0e2e2978", + "x-ms-correlation-request-id": "06426d4b-165e-4ed6-93b9-587b82bc741d", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "7fa2dadc-1e02-4475-b06c-1d24db3054c9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T092112Z:f5ea27a5-3078-46e5-b5c1-bd43c970375e" + "x-ms-request-id": "7ac7fb28-8871-47d9-9cf4-ec7adc421308", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T131936Z:06426d4b-165e-4ed6-93b9-587b82bc741d" }, "ResponseBody": { - "name": "azsmnet2056", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/virtualNetworkGateways/azsmnet2056", - "etag": "W/\u00223eb4e28a-8892-45ad-a10f-bbbac0828dbd\u0022", + "name": "azsmnet5845", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5845", + "etag": "W/\u0022d5d1260d-bc72-4747-983e-7d4a8e846e7b\u0022", "type": "Microsoft.Network/virtualNetworkGateways", "location": "westus2", "tags": { @@ -2909,28 +3011,30 @@ }, "properties": { "provisioningState": "Succeeded", - "resourceGuid": "b74e5891-69e8-4d49-8f3d-b6bdf445d73b", + "resourceGuid": "57e45047-266a-4716-bc61-dd3206c6f848", "packetCaptureDiagnosticState": "None", "enablePrivateIpAddress": false, + "isMigrateToCSES": false, "ipConfigurations": [ { - "name": "azsmnet2782", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/virtualNetworkGateways/azsmnet2056/ipConfigurations/azsmnet2782", - "etag": "W/\u00223eb4e28a-8892-45ad-a10f-bbbac0828dbd\u0022", + "name": "azsmnet9456", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5845/ipConfigurations/azsmnet9456", + "etag": "W/\u0022d5d1260d-bc72-4747-983e-7d4a8e846e7b\u0022", "type": "Microsoft.Network/virtualNetworkGateways/ipConfigurations", "properties": { "provisioningState": "Succeeded", "privateIPAllocationMethod": "Dynamic", "publicIPAddress": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/publicIPAddresses/azsmnet1876" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/publicIPAddresses/azsmnet1011" }, "subnet": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/virtualNetworks/azsmnet2724/subnets/GatewaySubnet" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/virtualNetworks/azsmnet6334/subnets/GatewaySubnet" } } } ], "natRules": [], + "virtualNetworkGatewayPolicyGroups": [], "enableBgpRouteTranslationForNat": false, "disableIPSecReplayProtection": false, "sku": { @@ -2948,39 +3052,41 @@ "peerWeight": 0, "bgpPeeringAddresses": [ { - "ipconfigurationId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/virtualNetworkGateways/azsmnet2056/ipConfigurations/azsmnet2782", + "ipconfigurationId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5845/ipConfigurations/azsmnet9456", "defaultBgpIpAddresses": [ "10.0.0.254" ], "customBgpIpAddresses": [], "tunnelIpAddresses": [ - "20.125.35.210" + "20.230.224.233" ] } ] }, - "vpnGatewayGeneration": "Generation1" + "vpnGatewayGeneration": "Generation1", + "allowRemoteVnetTraffic": false, + "allowVirtualWanTraffic": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/connections/azsmnet8897?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/connections/azsmnet7610?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "1825", + "Content-Length": "1969", "Content-Type": "application/json", - "traceparent": "00-6b9a17065b502b4d974c7625cddf4bd3-27a8121b2d8a7349-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220530.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "a3ee421752565cf6815e2fbf60d8b09d", + "traceparent": "00-7326825c3e5c3b6ee4f776dfe62bd031-c30b7e5248ce8c9b-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230421.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d8819a67aed3c4fdd9a057661c2d96fa", "x-ms-return-client-request-id": "true" }, "RequestBody": { "location": "westus2", "properties": { "virtualNetworkGateway1": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/virtualNetworkGateways/azsmnet2056", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5845", "location": "westus2", "tags": { "key": "value" @@ -2988,15 +3094,15 @@ "properties": { "ipConfigurations": [ { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/virtualNetworkGateways/azsmnet2056/ipConfigurations/azsmnet2782", - "name": "azsmnet2782", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5845/ipConfigurations/azsmnet9456", + "name": "azsmnet9456", "properties": { "privateIPAllocationMethod": "Dynamic", "subnet": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/virtualNetworks/azsmnet2724/subnets/GatewaySubnet" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/virtualNetworks/azsmnet6334/subnets/GatewaySubnet" }, "publicIPAddress": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/publicIPAddresses/azsmnet1876" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/publicIPAddresses/azsmnet1011" } } } @@ -3007,27 +3113,31 @@ "enableBgp": false, "enablePrivateIpAddress": false, "activeActive": false, + "disableIPSecReplayProtection": false, "sku": { "name": "VpnGw1", "tier": "VpnGw1" }, + "virtualNetworkGatewayPolicyGroups": [], "bgpSettings": { "asn": 65515, "bgpPeeringAddress": "10.0.0.254", "peerWeight": 0, "bgpPeeringAddresses": [ { - "ipconfigurationId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/virtualNetworkGateways/azsmnet2056/ipConfigurations/azsmnet2782", + "ipconfigurationId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5845/ipConfigurations/azsmnet9456", "customBgpIpAddresses": [] } ] }, "natRules": [], - "enableBgpRouteTranslationForNat": false + "enableBgpRouteTranslationForNat": false, + "allowVirtualWanTraffic": false, + "allowRemoteVnetTraffic": false } }, "localNetworkGateway2": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/localNetworkGateways/azsmnet6283", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/localNetworkGateways/azsmnet4211", "location": "westus2", "tags": { "test": "value" @@ -3049,11 +3159,11 @@ "StatusCode": 200, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/297b8367-4a56-4472-b76b-44a8333d3ad0?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/a556919c-102f-419e-881e-9268fd073664?api-version=2022-09-01", "Cache-Control": "no-cache", - "Content-Length": "1312", + "Content-Length": "1396", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 09:21:17 GMT", + "Date": "Fri, 21 Apr 2023 13:19:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", @@ -3063,28 +3173,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "69feb120-fc07-4f73-a829-d01d98d79ff6", - "x-ms-client-request-id": "a3ee421752565cf6815e2fbf60d8b09d", - "x-ms-correlation-request-id": "079a7998-97e1-4aae-a23b-461dd7c48867", + "x-ms-arm-service-request-id": "4a98e2f8-5470-4370-8b17-bb4e867215b0", + "x-ms-client-request-id": "d8819a67aed3c4fdd9a057661c2d96fa", + "x-ms-correlation-request-id": "63641cd5-a56a-4a53-811e-354394ba2389", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "297b8367-4a56-4472-b76b-44a8333d3ad0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T092117Z:079a7998-97e1-4aae-a23b-461dd7c48867" + "x-ms-request-id": "a556919c-102f-419e-881e-9268fd073664", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T131941Z:63641cd5-a56a-4a53-811e-354394ba2389" }, "ResponseBody": { - "name": "azsmnet8897", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/connections/azsmnet8897", - "etag": "W/\u0022ca696c86-b0f5-46fb-aa64-2d765adafe1c\u0022", + "name": "azsmnet7610", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/connections/azsmnet7610", + "etag": "W/\u0022878fc1e6-8e79-4514-bbd5-616108b396a3\u0022", "type": "Microsoft.Network/connections", "location": "westus2", "properties": { "provisioningState": "Updating", - "resourceGuid": "1914e817-1c90-4c29-b6f5-d98b4aaa41cf", + "resourceGuid": "fcc9671c-b4d9-4cc3-9e6a-375cd4bf2e34", "packetCaptureDiagnosticState": "None", "virtualNetworkGateway1": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/virtualNetworkGateways/azsmnet2056" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5845" }, "localNetworkGateway2": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/localNetworkGateways/azsmnet6283" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/localNetworkGateways/azsmnet4211" }, "connectionType": "IPsec", "connectionProtocol": "IKEv2", @@ -3098,19 +3208,21 @@ "ingressBytesTransferred": 0, "egressBytesTransferred": 0, "expressRouteGatewayBypass": false, + "enablePrivateLinkFastPath": false, "dpdTimeoutSeconds": 0, - "connectionMode": "Default" + "connectionMode": "Default", + "gatewayCustomBgpIpAddresses": [] } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/297b8367-4a56-4472-b76b-44a8333d3ad0?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/a556919c-102f-419e-881e-9268fd073664?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-6b9a17065b502b4d974c7625cddf4bd3-0437ba0288577444-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "a306ddc6cbcab9ca9d918ea9b6b58ab0", + "traceparent": "00-7326825c3e5c3b6ee4f776dfe62bd031-9d559f84718697c8-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "dc0526b2cb81b11303afad4c3ff73f35", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -3119,7 +3231,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 09:21:17 GMT", + "Date": "Fri, 21 Apr 2023 13:19:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", @@ -3129,25 +3241,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c229b9f6-3a6c-4b07-ab15-9b9ae6a7a534", - "x-ms-client-request-id": "a306ddc6cbcab9ca9d918ea9b6b58ab0", - "x-ms-correlation-request-id": "6d84c323-f408-469d-93f9-a0b2182575b2", + "x-ms-arm-service-request-id": "f5ee5beb-8905-4577-a7e1-034fbf87dc4b", + "x-ms-client-request-id": "dc0526b2cb81b11303afad4c3ff73f35", + "x-ms-correlation-request-id": "427346c6-9977-4041-8091-c293afbb57b4", "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "103be339-5fab-45f3-84dc-03ee7f73e080", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T092117Z:6d84c323-f408-469d-93f9-a0b2182575b2" + "x-ms-request-id": "d5f8aa46-68d8-43a0-b66a-911a956dbcf1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T131941Z:427346c6-9977-4041-8091-c293afbb57b4" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/297b8367-4a56-4472-b76b-44a8333d3ad0?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/a556919c-102f-419e-881e-9268fd073664?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-6b9a17065b502b4d974c7625cddf4bd3-3ec9ef002847a24b-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "842193f0ec6399cb19b983fc9244f002", + "traceparent": "00-7326825c3e5c3b6ee4f776dfe62bd031-2d164dd02567a30c-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "4fc5e01826d87a80da8059e988cb8888", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -3156,7 +3268,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 09:21:27 GMT", + "Date": "Fri, 21 Apr 2023 13:19:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "20", @@ -3166,25 +3278,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "61389ca1-4142-4292-b6a2-6a0ff56862e7", - "x-ms-client-request-id": "842193f0ec6399cb19b983fc9244f002", - "x-ms-correlation-request-id": "be03c3c0-b726-4c25-b22d-9dcdd69136ed", + "x-ms-arm-service-request-id": "00a5d577-0cae-4132-a4bf-1b24ce0b6357", + "x-ms-client-request-id": "4fc5e01826d87a80da8059e988cb8888", + "x-ms-correlation-request-id": "5973c61c-4947-43c2-8b19-089db931f1f0", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "fca2709e-f6dc-4247-a0f4-0b7c53d2013c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T092127Z:be03c3c0-b726-4c25-b22d-9dcdd69136ed" + "x-ms-request-id": "d75aabbe-0c58-41a4-80fb-9e4f7dedd3c4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T131951Z:5973c61c-4947-43c2-8b19-089db931f1f0" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/297b8367-4a56-4472-b76b-44a8333d3ad0?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/a556919c-102f-419e-881e-9268fd073664?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-6b9a17065b502b4d974c7625cddf4bd3-792be90ece358d44-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "82f871c40cd20fd200e21a49f07f7e6b", + "traceparent": "00-7326825c3e5c3b6ee4f776dfe62bd031-194f9d935dbee1ef-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f5b48da6ba28ea78aaa4fe493f72c188", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -3193,7 +3305,7 @@ "Cache-Control": "no-cache", "Content-Length": "29", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 09:21:47 GMT", + "Date": "Fri, 21 Apr 2023 13:20:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -3202,34 +3314,34 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "015370a7-0609-4355-8415-ff9a0c3ec621", - "x-ms-client-request-id": "82f871c40cd20fd200e21a49f07f7e6b", - "x-ms-correlation-request-id": "89935241-f50f-455d-b849-9807475a1f2d", + "x-ms-arm-service-request-id": "ca7860b9-5a4b-42ff-8a1c-39f514eef11a", + "x-ms-client-request-id": "f5b48da6ba28ea78aaa4fe493f72c188", + "x-ms-correlation-request-id": "0b46cea6-8782-4447-bd9f-787606cb92d6", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "341352d9-3f2b-4f82-aeb3-acc8ed38818d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T092148Z:89935241-f50f-455d-b849-9807475a1f2d" + "x-ms-request-id": "2df477f2-bcbc-427e-a89f-afecdd2d474b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T132012Z:0b46cea6-8782-4447-bd9f-787606cb92d6" }, "ResponseBody": { "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/connections/azsmnet8897?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/connections/azsmnet7610?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-6b9a17065b502b4d974c7625cddf4bd3-69ebfa06dda9674e-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "d8c110ce155dd95a116d891048cd2758", + "traceparent": "00-7326825c3e5c3b6ee4f776dfe62bd031-7f59fa38708c3189-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "5b1af0aaaa8b8bf0a68b0100712a2938", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1354", + "Content-Length": "1438", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 09:21:48 GMT", + "Date": "Fri, 21 Apr 2023 13:20:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -3238,28 +3350,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8a83922f-3e74-4055-a12b-69e5c274a30b", - "x-ms-client-request-id": "d8c110ce155dd95a116d891048cd2758", - "x-ms-correlation-request-id": "b9a789d0-607d-49f5-a487-ace2c7a43fd9", + "x-ms-arm-service-request-id": "1a70445b-fc30-4a6c-92a0-016e99837c28", + "x-ms-client-request-id": "5b1af0aaaa8b8bf0a68b0100712a2938", + "x-ms-correlation-request-id": "5dd25f1e-73c2-4a36-b8a4-32d4fb5416a8", "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "78682966-e9b2-4a90-99b9-0b46b551d653", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T092149Z:b9a789d0-607d-49f5-a487-ace2c7a43fd9" + "x-ms-request-id": "06612cf1-78ea-4600-935d-a727c6b696b1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T132013Z:5dd25f1e-73c2-4a36-b8a4-32d4fb5416a8" }, "ResponseBody": { - "name": "azsmnet8897", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/connections/azsmnet8897", - "etag": "W/\u002230f044b7-7d43-4da0-8010-210cffcbc2fd\u0022", + "name": "azsmnet7610", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/connections/azsmnet7610", + "etag": "W/\u0022b6af1152-9e3e-4877-b13f-5912fb51a55b\u0022", "type": "Microsoft.Network/connections", "location": "westus2", "properties": { "provisioningState": "Succeeded", - "resourceGuid": "1914e817-1c90-4c29-b6f5-d98b4aaa41cf", + "resourceGuid": "fcc9671c-b4d9-4cc3-9e6a-375cd4bf2e34", "packetCaptureDiagnosticState": "None", "virtualNetworkGateway1": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/virtualNetworkGateways/azsmnet2056" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5845" }, "localNetworkGateway2": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/localNetworkGateways/azsmnet6283" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/localNetworkGateways/azsmnet4211" }, "connectionType": "IPsec", "connectionProtocol": "IKEv2", @@ -3274,29 +3386,31 @@ "ingressBytesTransferred": 0, "egressBytesTransferred": 0, "expressRouteGatewayBypass": false, + "enablePrivateLinkFastPath": false, "dpdTimeoutSeconds": 0, - "connectionMode": "Default" + "connectionMode": "Default", + "gatewayCustomBgpIpAddresses": [] } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/connections/azsmnet8897?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/connections/azsmnet7610?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-7ac24910b8dcbe45a783bfc3d9e95d0e-bb97597df8b25e46-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220530.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "45e58ba008bce3ddc0128480d182a899", + "traceparent": "00-0d15ce8689e26a228042d1b8250db916-919fad2881059beb-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230421.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b1a624264a425d0d67daa43428363a68", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1354", + "Content-Length": "1438", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 09:21:49 GMT", + "Date": "Fri, 21 Apr 2023 13:20:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -3305,28 +3419,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "fd3af292-10c2-4aa7-8bee-de7519916d63", - "x-ms-client-request-id": "45e58ba008bce3ddc0128480d182a899", - "x-ms-correlation-request-id": "d9ddc918-12c7-4c85-a591-93a18858d352", + "x-ms-arm-service-request-id": "a9115483-52b8-424f-a308-afd68a409021", + "x-ms-client-request-id": "b1a624264a425d0d67daa43428363a68", + "x-ms-correlation-request-id": "4539eebd-fda8-451b-94e5-469d1c3d735f", "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "78d2ff62-d2c9-4941-8cce-75e24b33b5f4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T092149Z:d9ddc918-12c7-4c85-a591-93a18858d352" + "x-ms-request-id": "1e2e4322-6239-440c-aaba-180bdcae5ab5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T132014Z:4539eebd-fda8-451b-94e5-469d1c3d735f" }, "ResponseBody": { - "name": "azsmnet8897", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/connections/azsmnet8897", - "etag": "W/\u002230f044b7-7d43-4da0-8010-210cffcbc2fd\u0022", + "name": "azsmnet7610", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/connections/azsmnet7610", + "etag": "W/\u0022b6af1152-9e3e-4877-b13f-5912fb51a55b\u0022", "type": "Microsoft.Network/connections", "location": "westus2", "properties": { "provisioningState": "Succeeded", - "resourceGuid": "1914e817-1c90-4c29-b6f5-d98b4aaa41cf", + "resourceGuid": "fcc9671c-b4d9-4cc3-9e6a-375cd4bf2e34", "packetCaptureDiagnosticState": "None", "virtualNetworkGateway1": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/virtualNetworkGateways/azsmnet2056" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5845" }, "localNetworkGateway2": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/localNetworkGateways/azsmnet6283" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/localNetworkGateways/azsmnet4211" }, "connectionType": "IPsec", "connectionProtocol": "IKEv2", @@ -3341,29 +3455,31 @@ "ingressBytesTransferred": 0, "egressBytesTransferred": 0, "expressRouteGatewayBypass": false, + "enablePrivateLinkFastPath": false, "dpdTimeoutSeconds": 0, - "connectionMode": "Default" + "connectionMode": "Default", + "gatewayCustomBgpIpAddresses": [] } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/connections?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/connections?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-f9fd50277643084695dc8608bcaf7004-96630c72f4bf094c-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220530.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "812d183b1882aea5161e706582c2c632", + "traceparent": "00-bf21b265d3219a4acf79a99655744097-9dec2775c5b6d59d-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230421.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "973ed1be2db0fcfd9d284e9db9787880", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1437", + "Content-Length": "1529", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 09:21:49 GMT", + "Date": "Fri, 21 Apr 2023 13:20:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -3372,30 +3488,30 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d6ca3634-8db0-46e9-8355-253dde850056", - "x-ms-client-request-id": "812d183b1882aea5161e706582c2c632", - "x-ms-correlation-request-id": "353dce58-05af-4bd8-abf0-bb7abc940f38", + "x-ms-arm-service-request-id": "d0927d9f-2350-4ba0-a23c-c16d0d6a4862", + "x-ms-client-request-id": "973ed1be2db0fcfd9d284e9db9787880", + "x-ms-correlation-request-id": "e095d114-b6b5-4090-94e4-5568e6fed099", "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "73113bd9-f611-447b-b1f1-698dabaa6ec0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T092150Z:353dce58-05af-4bd8-abf0-bb7abc940f38" + "x-ms-request-id": "254a47a2-45f5-40a6-b5ce-066a2eebb152", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T132015Z:e095d114-b6b5-4090-94e4-5568e6fed099" }, "ResponseBody": { "value": [ { - "name": "azsmnet8897", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/connections/azsmnet8897", - "etag": "W/\u002230f044b7-7d43-4da0-8010-210cffcbc2fd\u0022", + "name": "azsmnet7610", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/connections/azsmnet7610", + "etag": "W/\u0022b6af1152-9e3e-4877-b13f-5912fb51a55b\u0022", "type": "Microsoft.Network/connections", "location": "westus2", "properties": { "provisioningState": "Succeeded", - "resourceGuid": "1914e817-1c90-4c29-b6f5-d98b4aaa41cf", + "resourceGuid": "fcc9671c-b4d9-4cc3-9e6a-375cd4bf2e34", "packetCaptureDiagnosticState": "None", "virtualNetworkGateway1": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/virtualNetworkGateways/azsmnet2056" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5845" }, "localNetworkGateway2": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg788/providers/Microsoft.Network/localNetworkGateways/azsmnet6283" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9635/providers/Microsoft.Network/localNetworkGateways/azsmnet4211" }, "connectionType": "IPsec", "connectionProtocol": "IKEv2", @@ -3408,8 +3524,10 @@ "ingressBytesTransferred": 0, "egressBytesTransferred": 0, "expressRouteGatewayBypass": false, + "enablePrivateLinkFastPath": false, "dpdTimeoutSeconds": 0, - "connectionMode": "Default" + "connectionMode": "Default", + "gatewayCustomBgpIpAddresses": [] } } ] @@ -3417,9 +3535,10 @@ } ], "Variables": { - "LOCATION": "westus", - "RandomSeed": "638813282", - "RESOURCE_MANAGER_URL": "https://management.azure.com", + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", + "LOCATION": "eastus", + "RandomSeed": "1488331937", + "RESOURCE_MANAGER_URL": null, "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" } } diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/GatewayOperationsTests/VnetGatewayConnectionSiteToSiteTestAsync.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/GatewayOperationsTests/VnetGatewayConnectionSiteToSiteTestAsync.json index 3805bcd5b678..f39e1e5bc2a3 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/GatewayOperationsTests/VnetGatewayConnectionSiteToSiteTestAsync.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/GatewayOperationsTests/VnetGatewayConnectionSiteToSiteTestAsync.json @@ -6,33 +6,33 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-83e9ed1a8ef23f49be86d68631f45492-685a07119cf39e43-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "17e70824d1d894253355fc3a503812f7", + "traceparent": "00-d56f1db080dcba0ddc81854e2b634594-eb5ba4e847f622f4-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "5a5b9273f026791690ca0cbf28b42e8a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "747", + "Content-Length": "748", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:47:09 GMT", + "Date": "Fri, 21 Apr 2023 16:17:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "beef49c6-171d-4375-a138-21a03af46e63", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "beef49c6-171d-4375-a138-21a03af46e63", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T104709Z:beef49c6-171d-4375-a138-21a03af46e63" + "x-ms-correlation-request-id": "aa320ffb-00e6-4732-9651-dda6b08eadce", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "aa320ffb-00e6-4732-9651-dda6b08eadce", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T161735Z:aa320ffb-00e6-4732-9651-dda6b08eadce" }, "ResponseBody": { "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", "authorizationSource": "RoleBased", "managedByTenants": [], "tags": { - "TagKey-9823": "TagValue-566", + "TagKey-9823": "TagValue-1254", "TagKey-3481": "TagValue-320", "TagKey-4926": "TagValue-1187", "TagKey-751": "TagValue-3921", @@ -56,58 +56,57 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/csmrg7671?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/csmrg7267?api-version=**", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "31", + "Content-Length": "21", "Content-Type": "application/json", - "traceparent": "00-34cb3ad18d37d14bbb5cffba220b3564-474b2dfb2d05af4c-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "8795ef66c7dea62825b2c410d0bb7e76", + "traceparent": "00-3f73d1ab38741ca308e6f7bde219ddd2-3b905b453138055c-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f38e0d625fb1398c9a950434f55918ef", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "location": "westus" + "location": "eastus" }, "StatusCode": 201, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "225", + "Content-Length": "215", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:47:11 GMT", + "Date": "Fri, 21 Apr 2023 16:17:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "408b5f45-c320-445a-beb9-d2989a3d1178", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "408b5f45-c320-445a-beb9-d2989a3d1178", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T104711Z:408b5f45-c320-445a-beb9-d2989a3d1178" + "x-ms-correlation-request-id": "652404f8-80af-4694-870a-f6fc7d6fa865", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "652404f8-80af-4694-870a-f6fc7d6fa865", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T161739Z:652404f8-80af-4694-870a-f6fc7d6fa865" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671", - "name": "csmrg7671", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267", + "name": "csmrg7267", "type": "Microsoft.Resources/resourceGroups", - "location": "westus", - "tags": {}, + "location": "eastus", "properties": { "provisioningState": "Succeeded" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/virtualNetworks/azsmnet9129?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/virtualNetworks/azsmnet935?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "223", "Content-Type": "application/json", - "traceparent": "00-46fb8a48a51d3d4dbaecd23f334ba2b0-0b1694dbf4aaad4a-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220530.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "fe4280e018e6d3060f10621761f04d2c", + "traceparent": "00-f0a325163be108c5d13390ae0e865f59-6285061f5ea7aa32-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230421.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "5a2a26593476f2063e02c6093de86847", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -137,11 +136,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/0e7743f6-62e5-4387-bd92-ccff9b3d599d?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2e00148c-47ab-4cdb-a326-4c36c0de2036?api-version=2022-09-01", "Cache-Control": "no-cache", - "Content-Length": "1336", + "Content-Length": "1334", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:47:14 GMT", + "Date": "Fri, 21 Apr 2023 16:17:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -151,22 +150,22 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "dc889ebe-d7c1-49bd-bbe2-924d86576edc", - "x-ms-client-request-id": "fe4280e018e6d3060f10621761f04d2c", - "x-ms-correlation-request-id": "60766f0a-3da5-4e3a-a0e1-c34bfb3e3f2d", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "0e7743f6-62e5-4387-bd92-ccff9b3d599d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T104715Z:60766f0a-3da5-4e3a-a0e1-c34bfb3e3f2d" + "x-ms-arm-service-request-id": "0e730ae2-eabd-428c-93aa-598e6032ca41", + "x-ms-client-request-id": "5a2a26593476f2063e02c6093de86847", + "x-ms-correlation-request-id": "6784ee04-95e0-4880-88f5-8432c55f917a", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "2e00148c-47ab-4cdb-a326-4c36c0de2036", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T161746Z:6784ee04-95e0-4880-88f5-8432c55f917a" }, "ResponseBody": { - "name": "azsmnet9129", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/virtualNetworks/azsmnet9129", - "etag": "W/\u00220999e79d-59d3-4e0e-8d92-4a6d86bbdf28\u0022", + "name": "azsmnet935", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/virtualNetworks/azsmnet935", + "etag": "W/\u0022d7d34e5f-fb90-43d7-af84-f1e341a3c5d2\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "properties": { "provisioningState": "Updating", - "resourceGuid": "9ebb9e1e-12cb-4678-bbf5-ce81b537e7f1", + "resourceGuid": "3fdaeb1f-56f9-4328-9aeb-1d28ae27666a", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -181,13 +180,13 @@ "subnets": [ { "name": "GatewaySubnet", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/virtualNetworks/azsmnet9129/subnets/GatewaySubnet", - "etag": "W/\u00220999e79d-59d3-4e0e-8d92-4a6d86bbdf28\u0022", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/virtualNetworks/azsmnet935/subnets/GatewaySubnet", + "etag": "W/\u0022d7d34e5f-fb90-43d7-af84-f1e341a3c5d2\u0022", "properties": { "provisioningState": "Updating", "addressPrefix": "10.0.0.0/24", "delegations": [], - "privateEndpointNetworkPolicies": "Enabled", + "privateEndpointNetworkPolicies": "Disabled", "privateLinkServiceNetworkPolicies": "Enabled" }, "type": "Microsoft.Network/virtualNetworks/subnets" @@ -199,50 +198,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/0e7743f6-62e5-4387-bd92-ccff9b3d599d?api-version=2021-02-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-46fb8a48a51d3d4dbaecd23f334ba2b0-d336b760ec6dd644-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "92582ec442b4d77f8eb3ceb6c58fc4c1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:47:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "10", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9f180967-444e-4108-9141-d67823e3d49c", - "x-ms-client-request-id": "92582ec442b4d77f8eb3ceb6c58fc4c1", - "x-ms-correlation-request-id": "f21a0d03-9db3-4936-a736-53803941e2c1", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "b565f128-c58e-4867-a2c1-c1c104d20d73", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T104715Z:f21a0d03-9db3-4936-a736-53803941e2c1" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/0e7743f6-62e5-4387-bd92-ccff9b3d599d?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/2e00148c-47ab-4cdb-a326-4c36c0de2036?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-46fb8a48a51d3d4dbaecd23f334ba2b0-a5de3803bc05794b-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "6233e47752ac9bca3f838d34f9a54fad", + "traceparent": "00-f0a325163be108c5d13390ae0e865f59-6255009374e4b52e-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "085b03cfd960d9eb8700725cc6305cac", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -251,7 +213,7 @@ "Cache-Control": "no-cache", "Content-Length": "29", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:47:25 GMT", + "Date": "Fri, 21 Apr 2023 16:17:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -260,35 +222,35 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "69a6809c-916e-4de7-92ca-5541a5e8be67", - "x-ms-client-request-id": "6233e47752ac9bca3f838d34f9a54fad", - "x-ms-correlation-request-id": "2c66079d-0a89-4996-b1fc-898c9e561e9e", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "35374402-4bb7-4965-9ac0-6b13cd73cf7c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T104725Z:2c66079d-0a89-4996-b1fc-898c9e561e9e" + "x-ms-arm-service-request-id": "1a4391c2-9058-4470-a949-f79d69d6bcd9", + "x-ms-client-request-id": "085b03cfd960d9eb8700725cc6305cac", + "x-ms-correlation-request-id": "9baf15b9-f358-44fa-82a3-fadd860aef04", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "c54f0ce0-71c9-4c69-94a3-4b2c7582d4e1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T161746Z:9baf15b9-f358-44fa-82a3-fadd860aef04" }, "ResponseBody": { "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/virtualNetworks/azsmnet9129?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/virtualNetworks/azsmnet935?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-46fb8a48a51d3d4dbaecd23f334ba2b0-84fd4f2c0a28fd41-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "3252e477ba985a77d9fa95a37689f8e1", + "traceparent": "00-f0a325163be108c5d13390ae0e865f59-b618412dea3a2a84-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a72ded9b2f999794f25c3aead8f4aca3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1338", + "Content-Length": "1336", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:47:25 GMT", - "ETag": "W/\u0022d3fe4f3a-f645-4b64-8bd0-6b62a4566572\u0022", + "Date": "Fri, 21 Apr 2023 16:17:46 GMT", + "ETag": "W/\u00223116f785-9a7d-4f18-a8a6-4013735a81d4\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -297,22 +259,22 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8dfce2b9-fcdc-476b-ad41-e4dff0324fd1", - "x-ms-client-request-id": "3252e477ba985a77d9fa95a37689f8e1", - "x-ms-correlation-request-id": "6daaf908-33c2-4b8d-8baa-5991de67c5e8", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "c0511770-4e62-4a55-9032-e52a6ad91bf7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T104726Z:6daaf908-33c2-4b8d-8baa-5991de67c5e8" + "x-ms-arm-service-request-id": "cbf736cc-a6f3-4503-813b-d54e0965144a", + "x-ms-client-request-id": "a72ded9b2f999794f25c3aead8f4aca3", + "x-ms-correlation-request-id": "6591bb22-427e-40b9-8c38-dbaf0ffcfcf2", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "ca8e292c-da9b-4dd4-855e-5c63c1cc7050", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T161747Z:6591bb22-427e-40b9-8c38-dbaf0ffcfcf2" }, "ResponseBody": { - "name": "azsmnet9129", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/virtualNetworks/azsmnet9129", - "etag": "W/\u0022d3fe4f3a-f645-4b64-8bd0-6b62a4566572\u0022", + "name": "azsmnet935", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/virtualNetworks/azsmnet935", + "etag": "W/\u00223116f785-9a7d-4f18-a8a6-4013735a81d4\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "properties": { "provisioningState": "Succeeded", - "resourceGuid": "9ebb9e1e-12cb-4678-bbf5-ce81b537e7f1", + "resourceGuid": "3fdaeb1f-56f9-4328-9aeb-1d28ae27666a", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -327,13 +289,13 @@ "subnets": [ { "name": "GatewaySubnet", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/virtualNetworks/azsmnet9129/subnets/GatewaySubnet", - "etag": "W/\u0022d3fe4f3a-f645-4b64-8bd0-6b62a4566572\u0022", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/virtualNetworks/azsmnet935/subnets/GatewaySubnet", + "etag": "W/\u00223116f785-9a7d-4f18-a8a6-4013735a81d4\u0022", "properties": { "provisioningState": "Succeeded", "addressPrefix": "10.0.0.0/24", "delegations": [], - "privateEndpointNetworkPolicies": "Enabled", + "privateEndpointNetworkPolicies": "Disabled", "privateLinkServiceNetworkPolicies": "Enabled" }, "type": "Microsoft.Network/virtualNetworks/subnets" @@ -345,24 +307,24 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/virtualNetworks/azsmnet9129?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/virtualNetworks/azsmnet935?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-be9e524524d12946a5b17b97f98f560c-d3f2acfcb33d6d4c-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220530.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "9ee95dee362e72d164bd5231b54bdee8", + "traceparent": "00-3752d2f1e5c28252a9b3da69d0f3e649-78ad8793f93f89ef-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230421.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "3939d291608deee6c6a5388f4ed707f0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1338", + "Content-Length": "1336", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:47:25 GMT", - "ETag": "W/\u0022d3fe4f3a-f645-4b64-8bd0-6b62a4566572\u0022", + "Date": "Fri, 21 Apr 2023 16:17:47 GMT", + "ETag": "W/\u00223116f785-9a7d-4f18-a8a6-4013735a81d4\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -371,22 +333,22 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a06c58fb-b583-4c2c-9b31-9292c61e7ef7", - "x-ms-client-request-id": "9ee95dee362e72d164bd5231b54bdee8", - "x-ms-correlation-request-id": "bf519078-90e0-4879-afbc-8be0bbc1fff0", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "5e08d46a-81ea-42fe-a727-859ea6f65aaf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T104726Z:bf519078-90e0-4879-afbc-8be0bbc1fff0" + "x-ms-arm-service-request-id": "5151b47f-36ed-4608-8f5c-efedd03c39b3", + "x-ms-client-request-id": "3939d291608deee6c6a5388f4ed707f0", + "x-ms-correlation-request-id": "b35b5dbd-e83f-4caa-842c-783ec43ef085", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "92bb43f3-32c0-4ac6-92e7-a129a259354a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T161747Z:b35b5dbd-e83f-4caa-842c-783ec43ef085" }, "ResponseBody": { - "name": "azsmnet9129", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/virtualNetworks/azsmnet9129", - "etag": "W/\u0022d3fe4f3a-f645-4b64-8bd0-6b62a4566572\u0022", + "name": "azsmnet935", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/virtualNetworks/azsmnet935", + "etag": "W/\u00223116f785-9a7d-4f18-a8a6-4013735a81d4\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "properties": { "provisioningState": "Succeeded", - "resourceGuid": "9ebb9e1e-12cb-4678-bbf5-ce81b537e7f1", + "resourceGuid": "3fdaeb1f-56f9-4328-9aeb-1d28ae27666a", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -401,13 +363,13 @@ "subnets": [ { "name": "GatewaySubnet", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/virtualNetworks/azsmnet9129/subnets/GatewaySubnet", - "etag": "W/\u0022d3fe4f3a-f645-4b64-8bd0-6b62a4566572\u0022", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/virtualNetworks/azsmnet935/subnets/GatewaySubnet", + "etag": "W/\u00223116f785-9a7d-4f18-a8a6-4013735a81d4\u0022", "properties": { "provisioningState": "Succeeded", "addressPrefix": "10.0.0.0/24", "delegations": [], - "privateEndpointNetworkPolicies": "Enabled", + "privateEndpointNetworkPolicies": "Disabled", "privateLinkServiceNetworkPolicies": "Enabled" }, "type": "Microsoft.Network/virtualNetworks/subnets" @@ -419,24 +381,24 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/virtualNetworks/azsmnet9129?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/virtualNetworks/azsmnet935?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-13acdd468ff6cf45be14efabbc0d2bc1-c3dc875513de1647-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220530.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "e03f2163913cbc296dd888b2bd2624b5", + "traceparent": "00-8678e5c799229110a8835dfd90742ba4-44d20ec2e27a5027-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230421.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "5876af2fca6da05a6fc316039f010093", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1338", + "Content-Length": "1336", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:47:26 GMT", - "ETag": "W/\u0022d3fe4f3a-f645-4b64-8bd0-6b62a4566572\u0022", + "Date": "Fri, 21 Apr 2023 16:17:48 GMT", + "ETag": "W/\u00223116f785-9a7d-4f18-a8a6-4013735a81d4\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -445,22 +407,22 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "39be5427-ff04-46cf-9cb7-f2d5d2cd3cc3", - "x-ms-client-request-id": "e03f2163913cbc296dd888b2bd2624b5", - "x-ms-correlation-request-id": "dc119781-7ce6-49db-b3a2-be2b80c4ec05", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-request-id": "dff4aad5-cce2-4fb0-a390-3cd171bc7bd5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T104727Z:dc119781-7ce6-49db-b3a2-be2b80c4ec05" + "x-ms-arm-service-request-id": "5277d881-323f-490c-8127-354c70b4fd08", + "x-ms-client-request-id": "5876af2fca6da05a6fc316039f010093", + "x-ms-correlation-request-id": "6bb394e2-48e1-4f56-b81b-b02262986722", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "22c1cdda-4bac-464e-9c91-f4913a172e4f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T161748Z:6bb394e2-48e1-4f56-b81b-b02262986722" }, "ResponseBody": { - "name": "azsmnet9129", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/virtualNetworks/azsmnet9129", - "etag": "W/\u0022d3fe4f3a-f645-4b64-8bd0-6b62a4566572\u0022", + "name": "azsmnet935", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/virtualNetworks/azsmnet935", + "etag": "W/\u00223116f785-9a7d-4f18-a8a6-4013735a81d4\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "properties": { "provisioningState": "Succeeded", - "resourceGuid": "9ebb9e1e-12cb-4678-bbf5-ce81b537e7f1", + "resourceGuid": "3fdaeb1f-56f9-4328-9aeb-1d28ae27666a", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -475,13 +437,13 @@ "subnets": [ { "name": "GatewaySubnet", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/virtualNetworks/azsmnet9129/subnets/GatewaySubnet", - "etag": "W/\u0022d3fe4f3a-f645-4b64-8bd0-6b62a4566572\u0022", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/virtualNetworks/azsmnet935/subnets/GatewaySubnet", + "etag": "W/\u00223116f785-9a7d-4f18-a8a6-4013735a81d4\u0022", "properties": { "provisioningState": "Succeeded", "addressPrefix": "10.0.0.0/24", "delegations": [], - "privateEndpointNetworkPolicies": "Enabled", + "privateEndpointNetworkPolicies": "Disabled", "privateLinkServiceNetworkPolicies": "Enabled" }, "type": "Microsoft.Network/virtualNetworks/subnets" @@ -493,14 +455,14 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/virtualNetworks/azsmnet9129/subnets/GatewaySubnet?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/virtualNetworks/azsmnet935/subnets/GatewaySubnet?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-fdb293fb18f6fb4e8aef06d67ebb6142-ec589989a6331c4b-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220530.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "9c45ab8ab0bb407e13e0cedb6846a58e", + "traceparent": "00-383df730cae1b4d5eef470d0f0685f96-4546b3e33304445b-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230421.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f3cacf5423f63b1f063fe0f3f604481a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -509,8 +471,8 @@ "Cache-Control": "no-cache", "Content-Length": "538", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:47:26 GMT", - "ETag": "W/\u0022d3fe4f3a-f645-4b64-8bd0-6b62a4566572\u0022", + "Date": "Fri, 21 Apr 2023 16:17:48 GMT", + "ETag": "W/\u00223116f785-9a7d-4f18-a8a6-4013735a81d4\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -519,38 +481,38 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9382502f-5c76-407d-967b-7e82d8c83634", - "x-ms-client-request-id": "9c45ab8ab0bb407e13e0cedb6846a58e", - "x-ms-correlation-request-id": "6724b7a0-1c49-44ea-9526-2e69d7197fa4", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-request-id": "e11e78d6-6c2d-49d0-b5f2-e631ed6ba780", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T104727Z:6724b7a0-1c49-44ea-9526-2e69d7197fa4" + "x-ms-arm-service-request-id": "bd93c3e8-0aec-4c38-b156-d58fac5859b0", + "x-ms-client-request-id": "f3cacf5423f63b1f063fe0f3f604481a", + "x-ms-correlation-request-id": "dabbaf6f-5305-42dc-90df-7e77bd8ab929", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "80ec7b7a-651b-46e9-847e-3b21ed76d0cf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T161748Z:dabbaf6f-5305-42dc-90df-7e77bd8ab929" }, "ResponseBody": { "name": "GatewaySubnet", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/virtualNetworks/azsmnet9129/subnets/GatewaySubnet", - "etag": "W/\u0022d3fe4f3a-f645-4b64-8bd0-6b62a4566572\u0022", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/virtualNetworks/azsmnet935/subnets/GatewaySubnet", + "etag": "W/\u00223116f785-9a7d-4f18-a8a6-4013735a81d4\u0022", "properties": { "provisioningState": "Succeeded", "addressPrefix": "10.0.0.0/24", "delegations": [], - "privateEndpointNetworkPolicies": "Enabled", + "privateEndpointNetworkPolicies": "Disabled", "privateLinkServiceNetworkPolicies": "Enabled" }, "type": "Microsoft.Network/virtualNetworks/subnets" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/localNetworkGateways/azsmnet8893?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/localNetworkGateways/azsmnet2261?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "160", "Content-Type": "application/json", - "traceparent": "00-d2c55f4086856241b513173c89156e1d-8f441dd7aef58a43-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220530.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "4a553faca518335d2d3156ae1fb43d98", + "traceparent": "00-cec1fd3012f707cc8a806710960e3db6-86d1134f322d57f9-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230421.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "7e29ba4a365378c798cac94ae34ec5a5", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -570,11 +532,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/d865483b-7ddd-41d5-80d2-75be01877e82?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/6b86c41b-4c6a-4915-b470-e6e33888d316?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "624", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:47:31 GMT", + "Date": "Fri, 21 Apr 2023 16:17:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", @@ -584,17 +546,17 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1037953b-d2d3-454f-b217-7ce4ee880ece", - "x-ms-client-request-id": "4a553faca518335d2d3156ae1fb43d98", - "x-ms-correlation-request-id": "4bde6801-46ea-4940-9210-8011aba32da4", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "d865483b-7ddd-41d5-80d2-75be01877e82", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T104731Z:4bde6801-46ea-4940-9210-8011aba32da4" + "x-ms-arm-service-request-id": "d0faddc8-6628-4ab3-9cfb-437fd6af4f1c", + "x-ms-client-request-id": "7e29ba4a365378c798cac94ae34ec5a5", + "x-ms-correlation-request-id": "b00c55b7-ea70-44b2-976c-5a1bf28c10ea", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "6b86c41b-4c6a-4915-b470-e6e33888d316", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T161752Z:b00c55b7-ea70-44b2-976c-5a1bf28c10ea" }, "ResponseBody": { - "name": "azsmnet8893", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/localNetworkGateways/azsmnet8893", - "etag": "W/\u0022bd9e1591-20a8-4662-9421-44312c822e3c\u0022", + "name": "azsmnet2261", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/localNetworkGateways/azsmnet2261", + "etag": "W/\u00225753e42e-1e8d-423b-b73d-9e67143db347\u0022", "type": "Microsoft.Network/localNetworkGateways", "location": "westus2", "tags": { @@ -602,7 +564,7 @@ }, "properties": { "provisioningState": "Updating", - "resourceGuid": "82c6941c-c394-4775-88db-6c63232f4d7f", + "resourceGuid": "44c35f42-0652-4d32-85b1-e116edfdda1a", "localNetworkAddressSpace": { "addressPrefixes": [ "192.168.0.0/16" @@ -613,13 +575,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/d865483b-7ddd-41d5-80d2-75be01877e82?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/6b86c41b-4c6a-4915-b470-e6e33888d316?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d2c55f4086856241b513173c89156e1d-275a7b41a2467941-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "e61196fa6bce0572e8688e7f2892f32b", + "traceparent": "00-cec1fd3012f707cc8a806710960e3db6-3ab20b901f5d6d55-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "4755affb15d69800037b5d5855f123f0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -628,7 +590,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:47:31 GMT", + "Date": "Fri, 21 Apr 2023 16:17:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", @@ -638,25 +600,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2190886d-5aba-4586-8d6c-9884d9699cc0", - "x-ms-client-request-id": "e61196fa6bce0572e8688e7f2892f32b", - "x-ms-correlation-request-id": "1b409ab2-447a-453e-8ad8-bad84a818aff", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-request-id": "5759e163-7ce5-41a5-880a-97b519753dbf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T104732Z:1b409ab2-447a-453e-8ad8-bad84a818aff" + "x-ms-arm-service-request-id": "be9198a0-34b3-4575-883f-422363beeabb", + "x-ms-client-request-id": "4755affb15d69800037b5d5855f123f0", + "x-ms-correlation-request-id": "8efb405e-22c9-47f5-9338-1ab4656b8d20", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "34722dbe-7dcd-4933-bde9-0d1b87ad992b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T161753Z:8efb405e-22c9-47f5-9338-1ab4656b8d20" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/d865483b-7ddd-41d5-80d2-75be01877e82?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/6b86c41b-4c6a-4915-b470-e6e33888d316?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d2c55f4086856241b513173c89156e1d-6ee1043209915141-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "9fcb4290889b7fd98db34b4a499ae5d9", + "traceparent": "00-cec1fd3012f707cc8a806710960e3db6-1dcf8f15f77e2bda-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "c9514e1b0dc85040ad99430109dd11ee", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -665,7 +627,7 @@ "Cache-Control": "no-cache", "Content-Length": "29", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:47:42 GMT", + "Date": "Fri, 21 Apr 2023 16:18:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -674,25 +636,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8d60f330-f360-4d00-9cfe-6a0bd2ae6e04", - "x-ms-client-request-id": "9fcb4290889b7fd98db34b4a499ae5d9", - "x-ms-correlation-request-id": "d031d986-207f-4cc0-875b-be56730860e4", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-request-id": "c63bac60-9932-48e4-bc90-3806bded3b0a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T104742Z:d031d986-207f-4cc0-875b-be56730860e4" + "x-ms-arm-service-request-id": "7a0f0f48-a091-4ee9-8b15-3e40c9498633", + "x-ms-client-request-id": "c9514e1b0dc85040ad99430109dd11ee", + "x-ms-correlation-request-id": "a1dae1ab-8969-4d6a-8d76-fdea40a0e1b2", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "614cdfb9-49cd-4b8f-bcc2-69d0deb6be37", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T161803Z:a1dae1ab-8969-4d6a-8d76-fdea40a0e1b2" }, "ResponseBody": { "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/localNetworkGateways/azsmnet8893?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/localNetworkGateways/azsmnet2261?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d2c55f4086856241b513173c89156e1d-4a3d3da487055148-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "89b3230a57a331ca33041dd99f337a6c", + "traceparent": "00-cec1fd3012f707cc8a806710960e3db6-a7803e7ed956170d-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "334f4e607ef990ce3ae709989bb43a49", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -701,8 +663,8 @@ "Cache-Control": "no-cache", "Content-Length": "625", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:47:42 GMT", - "ETag": "W/\u00229933b204-cac8-462f-b05a-5c38b074fab9\u0022", + "Date": "Fri, 21 Apr 2023 16:18:03 GMT", + "ETag": "W/\u0022ae06cc70-f4e5-4280-acd5-6551b849e80e\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -711,17 +673,17 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "655cc4f3-d223-4f65-9f6f-d85f5fc18c04", - "x-ms-client-request-id": "89b3230a57a331ca33041dd99f337a6c", - "x-ms-correlation-request-id": "1f6f954a-190b-4647-98d4-c76eaaed5f2f", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-request-id": "0a2b43cd-34e4-47c7-a7d8-8ff00d3aaaa3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T104743Z:1f6f954a-190b-4647-98d4-c76eaaed5f2f" + "x-ms-arm-service-request-id": "b0161fc6-5633-444d-a371-af93a5bef3e4", + "x-ms-client-request-id": "334f4e607ef990ce3ae709989bb43a49", + "x-ms-correlation-request-id": "30be9768-ef6d-4d22-a1aa-d0ddae822aac", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "c0c12419-96a2-4813-ba95-9ad1f01f39b5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T161803Z:30be9768-ef6d-4d22-a1aa-d0ddae822aac" }, "ResponseBody": { - "name": "azsmnet8893", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/localNetworkGateways/azsmnet8893", - "etag": "W/\u00229933b204-cac8-462f-b05a-5c38b074fab9\u0022", + "name": "azsmnet2261", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/localNetworkGateways/azsmnet2261", + "etag": "W/\u0022ae06cc70-f4e5-4280-acd5-6551b849e80e\u0022", "type": "Microsoft.Network/localNetworkGateways", "location": "westus2", "tags": { @@ -729,7 +691,7 @@ }, "properties": { "provisioningState": "Succeeded", - "resourceGuid": "82c6941c-c394-4775-88db-6c63232f4d7f", + "resourceGuid": "44c35f42-0652-4d32-85b1-e116edfdda1a", "localNetworkAddressSpace": { "addressPrefixes": [ "192.168.0.0/16" @@ -740,14 +702,14 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/localNetworkGateways/azsmnet8893?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/localNetworkGateways/azsmnet2261?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-d9ee695694f8914b9a4a78ca1c49eee6-ea055d57d1412748-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220530.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "0b312fda87887297bc92591b2028bc4d", + "traceparent": "00-7dab5c678f3fee8e397094caa2cff495-c22a59b3f7b5b0aa-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230421.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "18ce3c2fa059edb26f04993dd1ff8f25", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -756,8 +718,8 @@ "Cache-Control": "no-cache", "Content-Length": "625", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:47:43 GMT", - "ETag": "W/\u00229933b204-cac8-462f-b05a-5c38b074fab9\u0022", + "Date": "Fri, 21 Apr 2023 16:18:03 GMT", + "ETag": "W/\u0022ae06cc70-f4e5-4280-acd5-6551b849e80e\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -766,17 +728,17 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "cf228e87-cf22-4531-abe3-9164c53bbb45", - "x-ms-client-request-id": "0b312fda87887297bc92591b2028bc4d", - "x-ms-correlation-request-id": "54d4aa8e-e9ac-4e42-984e-4bf7eebe02c7", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-request-id": "27d03692-59e5-437a-a7fc-3fb0f1c7adaf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T104743Z:54d4aa8e-e9ac-4e42-984e-4bf7eebe02c7" + "x-ms-arm-service-request-id": "96953d76-eaa3-4785-9385-66801f223f5d", + "x-ms-client-request-id": "18ce3c2fa059edb26f04993dd1ff8f25", + "x-ms-correlation-request-id": "9823791f-7365-4914-8548-375c086665c6", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "50d00d3e-186a-409d-9c03-348ff44818c1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T161804Z:9823791f-7365-4914-8548-375c086665c6" }, "ResponseBody": { - "name": "azsmnet8893", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/localNetworkGateways/azsmnet8893", - "etag": "W/\u00229933b204-cac8-462f-b05a-5c38b074fab9\u0022", + "name": "azsmnet2261", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/localNetworkGateways/azsmnet2261", + "etag": "W/\u0022ae06cc70-f4e5-4280-acd5-6551b849e80e\u0022", "type": "Microsoft.Network/localNetworkGateways", "location": "westus2", "tags": { @@ -784,7 +746,7 @@ }, "properties": { "provisioningState": "Succeeded", - "resourceGuid": "82c6941c-c394-4775-88db-6c63232f4d7f", + "resourceGuid": "44c35f42-0652-4d32-85b1-e116edfdda1a", "localNetworkAddressSpace": { "addressPrefixes": [ "192.168.0.0/16" @@ -795,16 +757,16 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/publicIPAddresses/azsmnet5077?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/publicIPAddresses/azsmnet3648?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "145", "Content-Type": "application/json", - "traceparent": "00-b3a0b209b0ca5e41a5cb50cc6f205dd2-e46b1731319e1045-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220530.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "69de057539889a786c976a00e05938de", + "traceparent": "00-f9dcfec718371f8f26b923bdecdef561-3b7855b4786875da-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230421.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "efa207f89df7c0808fe104a8b4f95ff9", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -815,18 +777,18 @@ "properties": { "publicIPAllocationMethod": "Dynamic", "dnsSettings": { - "domainNameLabel": "azsmnet1501" + "domainNameLabel": "azsmnet9830" } } }, "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/0fef3f08-777a-42a8-8545-34474f63f13d?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/c9a04937-c6b3-43a6-ae16-32d8571e040c?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "796", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:47:47 GMT", + "Date": "Fri, 21 Apr 2023 16:18:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "1", @@ -836,30 +798,30 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ed82a824-2698-4bf1-836e-ff2b0c1c3e4d", - "x-ms-client-request-id": "69de057539889a786c976a00e05938de", - "x-ms-correlation-request-id": "3347df99-6ccd-4aff-ada9-545b4515c8c4", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-request-id": "0fef3f08-777a-42a8-8545-34474f63f13d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T104747Z:3347df99-6ccd-4aff-ada9-545b4515c8c4" + "x-ms-arm-service-request-id": "e365c2dd-b02a-461f-9108-c262ba8a36c0", + "x-ms-client-request-id": "efa207f89df7c0808fe104a8b4f95ff9", + "x-ms-correlation-request-id": "7050aef0-f16d-40dd-a290-527f1790866c", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "c9a04937-c6b3-43a6-ae16-32d8571e040c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T161808Z:7050aef0-f16d-40dd-a290-527f1790866c" }, "ResponseBody": { - "name": "azsmnet5077", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/publicIPAddresses/azsmnet5077", - "etag": "W/\u0022d6c6a620-75e0-401d-8121-a2e5300be44d\u0022", + "name": "azsmnet3648", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/publicIPAddresses/azsmnet3648", + "etag": "W/\u00221897b5d1-3043-496a-81ed-309f7a1a4f81\u0022", "location": "westus2", "tags": { "key": "value" }, "properties": { "provisioningState": "Updating", - "resourceGuid": "7fc374c2-8685-444b-9490-271cd30a818c", + "resourceGuid": "30295243-43e6-4554-a792-37e8ff63f5d1", "publicIPAddressVersion": "IPv4", "publicIPAllocationMethod": "Dynamic", "idleTimeoutInMinutes": 4, "dnsSettings": { - "domainNameLabel": "azsmnet1501", - "fqdn": "azsmnet1501.westus2.cloudapp.azure.com" + "domainNameLabel": "azsmnet9830", + "fqdn": "azsmnet9830.westus2.cloudapp.azure.com" }, "ipTags": [] }, @@ -871,13 +833,50 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/0fef3f08-777a-42a8-8545-34474f63f13d?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/c9a04937-c6b3-43a6-ae16-32d8571e040c?api-version=2022-09-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-f9dcfec718371f8f26b923bdecdef561-c9c05d2d3757fc38-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "32bb2c2d3fa73044979810d1e9c7509f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Apr 2023 16:18:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "2", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "32474261-94d0-4dc8-8a2f-c517f02ab2b1", + "x-ms-client-request-id": "32bb2c2d3fa73044979810d1e9c7509f", + "x-ms-correlation-request-id": "ae70fb16-82ec-444f-a22c-5f89c59cb1e1", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "5de730b8-e654-44fd-ac45-89d0f79482e3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T161808Z:ae70fb16-82ec-444f-a22c-5f89c59cb1e1" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/c9a04937-c6b3-43a6-ae16-32d8571e040c?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-b3a0b209b0ca5e41a5cb50cc6f205dd2-b4192be49f10064b-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "75beea55718ef8a793ee1b0008bbb1ff", + "traceparent": "00-f9dcfec718371f8f26b923bdecdef561-c6da2ba45ef04c38-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "c22dd8dd711638d96c402b03b8ef0255", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -886,7 +885,7 @@ "Cache-Control": "no-cache", "Content-Length": "29", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:47:48 GMT", + "Date": "Fri, 21 Apr 2023 16:18:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -895,25 +894,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7d6c3b22-9b67-4b47-9f09-b4a38b6529a0", - "x-ms-client-request-id": "75beea55718ef8a793ee1b0008bbb1ff", - "x-ms-correlation-request-id": "32c64f75-f944-4bdd-85b5-0e857e52564b", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-request-id": "cf1eb5a7-a68c-4fe4-a403-aa194675456c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T104748Z:32c64f75-f944-4bdd-85b5-0e857e52564b" + "x-ms-arm-service-request-id": "a3157884-e02d-4ed8-a105-3af43391e5ea", + "x-ms-client-request-id": "c22dd8dd711638d96c402b03b8ef0255", + "x-ms-correlation-request-id": "8a49a404-133d-4352-8e96-60cc72e39dc4", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "b69a75a3-425f-4866-b7c1-b428ca171d87", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T161811Z:8a49a404-133d-4352-8e96-60cc72e39dc4" }, "ResponseBody": { "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/publicIPAddresses/azsmnet5077?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/publicIPAddresses/azsmnet3648?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-b3a0b209b0ca5e41a5cb50cc6f205dd2-4c0f83505c70484a-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "a2b842e2aae4f2627a9d9b773bc98961", + "traceparent": "00-f9dcfec718371f8f26b923bdecdef561-0208e70592a3788a-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "877a20892d3d925287de61fcafc978fc", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -922,8 +921,8 @@ "Cache-Control": "no-cache", "Content-Length": "797", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:47:48 GMT", - "ETag": "W/\u0022a68bba96-64c5-41ab-9241-857d2e06d6e6\u0022", + "Date": "Fri, 21 Apr 2023 16:18:10 GMT", + "ETag": "W/\u0022056cd28e-8f76-43f5-a2e5-43f349c440fc\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -932,30 +931,30 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "27e6ae36-991d-410e-bf33-cba175c15164", - "x-ms-client-request-id": "a2b842e2aae4f2627a9d9b773bc98961", - "x-ms-correlation-request-id": "c7b3b9f6-0887-47b5-8d56-27b8dcc635ed", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-request-id": "205445a9-8eb8-4ef9-90b6-552277ce2430", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T104748Z:c7b3b9f6-0887-47b5-8d56-27b8dcc635ed" + "x-ms-arm-service-request-id": "274367ba-9987-4957-a203-5194f526f37f", + "x-ms-client-request-id": "877a20892d3d925287de61fcafc978fc", + "x-ms-correlation-request-id": "0e442d66-881b-4f3c-8abc-a240efc7cb8d", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "f08cfb24-cb41-49de-adc8-417a5415c32c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T161811Z:0e442d66-881b-4f3c-8abc-a240efc7cb8d" }, "ResponseBody": { - "name": "azsmnet5077", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/publicIPAddresses/azsmnet5077", - "etag": "W/\u0022a68bba96-64c5-41ab-9241-857d2e06d6e6\u0022", + "name": "azsmnet3648", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/publicIPAddresses/azsmnet3648", + "etag": "W/\u0022056cd28e-8f76-43f5-a2e5-43f349c440fc\u0022", "location": "westus2", "tags": { "key": "value" }, "properties": { "provisioningState": "Succeeded", - "resourceGuid": "7fc374c2-8685-444b-9490-271cd30a818c", + "resourceGuid": "30295243-43e6-4554-a792-37e8ff63f5d1", "publicIPAddressVersion": "IPv4", "publicIPAllocationMethod": "Dynamic", "idleTimeoutInMinutes": 4, "dnsSettings": { - "domainNameLabel": "azsmnet1501", - "fqdn": "azsmnet1501.westus2.cloudapp.azure.com" + "domainNameLabel": "azsmnet9830", + "fqdn": "azsmnet9830.westus2.cloudapp.azure.com" }, "ipTags": [] }, @@ -967,14 +966,14 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/publicIPAddresses/azsmnet5077?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/publicIPAddresses/azsmnet3648?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-320adaf538d1b5498f06a772338cd5eb-c065e8a9821ac945-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220530.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "f5ab9a4fc39bfe5072704563678a3812", + "traceparent": "00-1c5ac4bb8db651f5560064278521762e-a49f5a318aa44da7-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230421.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e6b344a4950cbccc5383c666144178a8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -983,8 +982,8 @@ "Cache-Control": "no-cache", "Content-Length": "797", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:47:48 GMT", - "ETag": "W/\u0022a68bba96-64c5-41ab-9241-857d2e06d6e6\u0022", + "Date": "Fri, 21 Apr 2023 16:18:11 GMT", + "ETag": "W/\u0022056cd28e-8f76-43f5-a2e5-43f349c440fc\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -993,30 +992,30 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e2669760-790a-44a2-8b0d-2638a017806d", - "x-ms-client-request-id": "f5ab9a4fc39bfe5072704563678a3812", - "x-ms-correlation-request-id": "3d1e3469-edb3-40a9-a71a-d6f2bd62052b", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-request-id": "037a81cd-aec3-4dc7-b72f-36ecc6c503bc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T104749Z:3d1e3469-edb3-40a9-a71a-d6f2bd62052b" + "x-ms-arm-service-request-id": "71b19b26-4db8-482d-bf76-f071ed02e652", + "x-ms-client-request-id": "e6b344a4950cbccc5383c666144178a8", + "x-ms-correlation-request-id": "b879f4ce-1e28-4777-85f2-e5ab193e251a", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "a9ce45fa-c6ed-4100-a661-7f540204ba14", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T161812Z:b879f4ce-1e28-4777-85f2-e5ab193e251a" }, "ResponseBody": { - "name": "azsmnet5077", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/publicIPAddresses/azsmnet5077", - "etag": "W/\u0022a68bba96-64c5-41ab-9241-857d2e06d6e6\u0022", + "name": "azsmnet3648", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/publicIPAddresses/azsmnet3648", + "etag": "W/\u0022056cd28e-8f76-43f5-a2e5-43f349c440fc\u0022", "location": "westus2", "tags": { "key": "value" }, "properties": { "provisioningState": "Succeeded", - "resourceGuid": "7fc374c2-8685-444b-9490-271cd30a818c", + "resourceGuid": "30295243-43e6-4554-a792-37e8ff63f5d1", "publicIPAddressVersion": "IPv4", "publicIPAllocationMethod": "Dynamic", "idleTimeoutInMinutes": 4, "dnsSettings": { - "domainNameLabel": "azsmnet1501", - "fqdn": "azsmnet1501.westus2.cloudapp.azure.com" + "domainNameLabel": "azsmnet9830", + "fqdn": "azsmnet9830.westus2.cloudapp.azure.com" }, "ipTags": [] }, @@ -1028,16 +1027,16 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5107?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/virtualNetworkGateways/azsmnet9121?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "720", + "Content-Length": "719", "Content-Type": "application/json", - "traceparent": "00-9720710712d8c84cb1f27f6e45e9ad37-fb1a95033ebab94e-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220530.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "a551cdcbabebcb88fbf0d52fbcc964b9", + "traceparent": "00-b9b3e21003ef9e6e6b2b8893c5254240-7403e2f29a8fd76d-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230421.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "c84dc848b0629b853b380fdc88a2c82e", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -1048,14 +1047,14 @@ "properties": { "ipConfigurations": [ { - "name": "azsmnet572", + "name": "azsmnet577", "properties": { "privateIPAllocationMethod": "Dynamic", "subnet": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/virtualNetworks/azsmnet9129/subnets/GatewaySubnet" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/virtualNetworks/azsmnet935/subnets/GatewaySubnet" }, "publicIPAddress": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/publicIPAddresses/azsmnet5077" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/publicIPAddresses/azsmnet3648" } } } @@ -1064,18 +1063,18 @@ "vpnType": "RouteBased", "enableBgp": false, "gatewayDefaultSite": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/localNetworkGateways/azsmnet8893" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/localNetworkGateways/azsmnet2261" } } }, "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7f8f7db2-4ab3-42e5-94fb-4b1f140a2119?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/901869da-f65a-4e77-920a-a6a0bdb765f4?api-version=2022-09-01", "Cache-Control": "no-cache", - "Content-Length": "2766", + "Content-Length": "2966", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:47:52 GMT", + "Date": "Fri, 21 Apr 2023 16:18:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", @@ -1085,17 +1084,17 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "09d4f3c6-c228-4afc-a8ce-77aebfb3eecf", - "x-ms-client-request-id": "a551cdcbabebcb88fbf0d52fbcc964b9", - "x-ms-correlation-request-id": "d6b24be6-52b9-461f-a739-f7540dd241d5", - "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-request-id": "7f8f7db2-4ab3-42e5-94fb-4b1f140a2119", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T104752Z:d6b24be6-52b9-461f-a739-f7540dd241d5" + "x-ms-arm-service-request-id": "b2b965aa-07ae-4d78-8eb9-3217a6305c5d", + "x-ms-client-request-id": "c84dc848b0629b853b380fdc88a2c82e", + "x-ms-correlation-request-id": "0efcce4b-c674-415d-91f6-56a9a2e915a2", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-request-id": "901869da-f65a-4e77-920a-a6a0bdb765f4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T161815Z:0efcce4b-c674-415d-91f6-56a9a2e915a2" }, "ResponseBody": { - "name": "azsmnet5107", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5107", - "etag": "W/\u0022fa779986-83e7-4672-9853-7635bf131bc3\u0022", + "name": "azsmnet9121", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/virtualNetworkGateways/azsmnet9121", + "etag": "W/\u0022b4836e4e-b494-420d-9e8b-ff710a8d966b\u0022", "type": "Microsoft.Network/virtualNetworkGateways", "location": "westus2", "tags": { @@ -1103,28 +1102,30 @@ }, "properties": { "provisioningState": "Updating", - "resourceGuid": "8507296d-1f44-4492-a518-412299120013", + "resourceGuid": "d91b88e8-2573-41c7-83f1-a6a3f6174ae3", "packetCaptureDiagnosticState": "None", "enablePrivateIpAddress": false, + "isMigrateToCSES": false, "ipConfigurations": [ { - "name": "azsmnet572", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5107/ipConfigurations/azsmnet572", - "etag": "W/\u0022fa779986-83e7-4672-9853-7635bf131bc3\u0022", + "name": "azsmnet577", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/virtualNetworkGateways/azsmnet9121/ipConfigurations/azsmnet577", + "etag": "W/\u0022b4836e4e-b494-420d-9e8b-ff710a8d966b\u0022", "type": "Microsoft.Network/virtualNetworkGateways/ipConfigurations", "properties": { "provisioningState": "Updating", "privateIPAllocationMethod": "Dynamic", "publicIPAddress": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/publicIPAddresses/azsmnet5077" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/publicIPAddresses/azsmnet3648" }, "subnet": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/virtualNetworks/azsmnet9129/subnets/GatewaySubnet" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/virtualNetworks/azsmnet935/subnets/GatewaySubnet" } } } ], "natRules": [], + "virtualNetworkGatewayPolicyGroups": [], "enableBgpRouteTranslationForNat": false, "disableIPSecReplayProtection": false, "sku": { @@ -1143,6 +1144,7 @@ "vpnAuthenticationTypes": [], "vpnClientRootCertificates": [], "vpnClientRevokedCertificates": [], + "vngClientConnectionConfigurations": [], "radiusServers": [], "vpnClientIpsecPolicies": [] }, @@ -1151,27 +1153,29 @@ "peerWeight": 0, "bgpPeeringAddresses": [ { - "ipconfigurationId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5107/ipConfigurations/azsmnet572", + "ipconfigurationId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/virtualNetworkGateways/azsmnet9121/ipConfigurations/azsmnet577", "defaultBgpIpAddresses": [], "customBgpIpAddresses": [] } ] }, "gatewayDefaultSite": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/localNetworkGateways/azsmnet8893" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/localNetworkGateways/azsmnet2261" }, - "vpnGatewayGeneration": "Generation1" + "vpnGatewayGeneration": "Generation1", + "allowRemoteVnetTraffic": false, + "allowVirtualWanTraffic": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7f8f7db2-4ab3-42e5-94fb-4b1f140a2119?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/901869da-f65a-4e77-920a-a6a0bdb765f4?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9720710712d8c84cb1f27f6e45e9ad37-b1360d7f266a3d4c-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "bbfe3d17a90fffaf6dd0c85f2942b37c", + "traceparent": "00-b9b3e21003ef9e6e6b2b8893c5254240-35e22507378ad2bd-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "af80f467dbaf03e260715994ac76fa23", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1180,7 +1184,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:47:52 GMT", + "Date": "Fri, 21 Apr 2023 16:18:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", @@ -1190,25 +1194,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "508b7dd3-ac09-4c3e-8728-7811b273f988", - "x-ms-client-request-id": "bbfe3d17a90fffaf6dd0c85f2942b37c", - "x-ms-correlation-request-id": "484fcaae-72bb-41bf-8017-ab58e5d2e6b8", - "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-request-id": "5e376218-f592-4d63-b450-a48d9640bbb0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T104752Z:484fcaae-72bb-41bf-8017-ab58e5d2e6b8" + "x-ms-arm-service-request-id": "a958d238-d713-4c1e-b6a0-687a9bfce357", + "x-ms-client-request-id": "af80f467dbaf03e260715994ac76fa23", + "x-ms-correlation-request-id": "453b1c74-2fae-4913-89ed-18a2d3549a0a", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "f495d752-33f4-46d4-bd7f-fc5370c78b7b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T161815Z:453b1c74-2fae-4913-89ed-18a2d3549a0a" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7f8f7db2-4ab3-42e5-94fb-4b1f140a2119?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/901869da-f65a-4e77-920a-a6a0bdb765f4?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9720710712d8c84cb1f27f6e45e9ad37-b1375a80821fec4b-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "cad8adfea301ac9adb9776764788400b", + "traceparent": "00-b9b3e21003ef9e6e6b2b8893c5254240-a4978009f1c61fdd-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "04e2e59e796d5472758f94a8499a1df4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1217,7 +1221,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:48:02 GMT", + "Date": "Fri, 21 Apr 2023 16:18:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "20", @@ -1227,25 +1231,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "feaf490d-c1e1-48d8-9e81-76f161a32bd0", - "x-ms-client-request-id": "cad8adfea301ac9adb9776764788400b", - "x-ms-correlation-request-id": "5c91bbab-dcaf-4fe9-8cf3-5f586bda5092", - "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-request-id": "f5b9a515-3928-432c-833f-2cbcfe0086bf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T104803Z:5c91bbab-dcaf-4fe9-8cf3-5f586bda5092" + "x-ms-arm-service-request-id": "c94d1091-aa24-4726-b551-998fe5bbf70d", + "x-ms-client-request-id": "04e2e59e796d5472758f94a8499a1df4", + "x-ms-correlation-request-id": "fe9ebea6-307f-4307-933e-9ff4136094b8", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "717bb3a6-0a2d-4d7f-8e13-d3096011ee69", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T161826Z:fe9ebea6-307f-4307-933e-9ff4136094b8" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7f8f7db2-4ab3-42e5-94fb-4b1f140a2119?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/901869da-f65a-4e77-920a-a6a0bdb765f4?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9720710712d8c84cb1f27f6e45e9ad37-d15baeb0d8b4c144-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "7e184b8ba8cb08a9be114f93579290ec", + "traceparent": "00-b9b3e21003ef9e6e6b2b8893c5254240-8a9bdd7752fdd678-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "947557d21922837f9138bbd79abf10bd", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1254,7 +1258,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:48:22 GMT", + "Date": "Fri, 21 Apr 2023 16:18:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "20", @@ -1264,25 +1268,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4197b1e6-a150-41dd-a64e-51967c6548b7", - "x-ms-client-request-id": "7e184b8ba8cb08a9be114f93579290ec", - "x-ms-correlation-request-id": "74e1b1c1-02bf-4081-891c-421f30896a22", - "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-request-id": "0060a10f-7b68-433f-8c2d-13392c9da06a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T104823Z:74e1b1c1-02bf-4081-891c-421f30896a22" + "x-ms-arm-service-request-id": "5a66e885-d580-43e9-b107-1947bcb0c917", + "x-ms-client-request-id": "947557d21922837f9138bbd79abf10bd", + "x-ms-correlation-request-id": "cc3777c2-096c-4cb6-bfdd-6f24f7e02e0b", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "b1c64f80-4562-4b51-bb45-8448aff05e08", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T161846Z:cc3777c2-096c-4cb6-bfdd-6f24f7e02e0b" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7f8f7db2-4ab3-42e5-94fb-4b1f140a2119?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/901869da-f65a-4e77-920a-a6a0bdb765f4?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9720710712d8c84cb1f27f6e45e9ad37-60a9b164add2df49-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "dd00e7c09a167488a352e0783338b7e4", + "traceparent": "00-b9b3e21003ef9e6e6b2b8893c5254240-eca96e16d657ce20-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "984c43bf6164ed4b812b391f473ab9c5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1291,7 +1295,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:48:43 GMT", + "Date": "Fri, 21 Apr 2023 16:19:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "40", @@ -1301,25 +1305,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ab7521f6-bce5-4c86-822d-bb7b222f798f", - "x-ms-client-request-id": "dd00e7c09a167488a352e0783338b7e4", - "x-ms-correlation-request-id": "7a351122-a124-440e-a752-d1de46331cd2", - "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-request-id": "f243393c-e1d3-451c-a4d6-8479fd31fb9e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T104843Z:7a351122-a124-440e-a752-d1de46331cd2" + "x-ms-arm-service-request-id": "ba1069e6-fcb4-442a-af5e-6f4c3599da11", + "x-ms-client-request-id": "984c43bf6164ed4b812b391f473ab9c5", + "x-ms-correlation-request-id": "401f4aa5-b72a-4b07-a6cb-49d6b86702c4", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "2184088d-0024-46cc-b684-72b4e6956b53", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T161907Z:401f4aa5-b72a-4b07-a6cb-49d6b86702c4" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7f8f7db2-4ab3-42e5-94fb-4b1f140a2119?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/901869da-f65a-4e77-920a-a6a0bdb765f4?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9720710712d8c84cb1f27f6e45e9ad37-231b54693d9cb740-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "ded3bc8f352a56b103d00bf053065548", + "traceparent": "00-b9b3e21003ef9e6e6b2b8893c5254240-361248d74d97bce7-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "55c1645366018401665e7334bd9bbab6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1328,7 +1332,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:49:23 GMT", + "Date": "Fri, 21 Apr 2023 16:19:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "40", @@ -1338,25 +1342,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "87ba1f8f-e92d-47fc-b8c3-2861d7bd2775", - "x-ms-client-request-id": "ded3bc8f352a56b103d00bf053065548", - "x-ms-correlation-request-id": "3e0964a7-5d09-4d50-9c84-8f62b2d7ed4f", - "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-request-id": "58be689b-19ca-4574-8e81-65d5dab8ca30", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T104923Z:3e0964a7-5d09-4d50-9c84-8f62b2d7ed4f" + "x-ms-arm-service-request-id": "e3ef03db-f9cf-482c-a2a2-3abf7f0773be", + "x-ms-client-request-id": "55c1645366018401665e7334bd9bbab6", + "x-ms-correlation-request-id": "37190845-ac05-4904-ab07-5d0612eab0e4", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "7d6a75f4-4628-480d-8938-47524ab917f1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T161947Z:37190845-ac05-4904-ab07-5d0612eab0e4" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7f8f7db2-4ab3-42e5-94fb-4b1f140a2119?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/901869da-f65a-4e77-920a-a6a0bdb765f4?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9720710712d8c84cb1f27f6e45e9ad37-52e1ac6aaabfb042-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "5fb689066387f1f4c2a3da78c831d486", + "traceparent": "00-b9b3e21003ef9e6e6b2b8893c5254240-39ff3138c0162e05-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "06e8d67e854d70900b8812f6df5f3c56", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1365,7 +1369,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:50:03 GMT", + "Date": "Fri, 21 Apr 2023 16:20:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "80", @@ -1375,25 +1379,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "67456785-e64f-4f6d-9cf5-22ec4390e3ca", - "x-ms-client-request-id": "5fb689066387f1f4c2a3da78c831d486", - "x-ms-correlation-request-id": "4b327afd-52b3-4e54-9937-2669fbef9fa8", - "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-request-id": "db9a0829-219c-47d8-ac9c-73c444122744", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T105004Z:4b327afd-52b3-4e54-9937-2669fbef9fa8" + "x-ms-arm-service-request-id": "aa078a70-fc13-4c87-8ed5-c2c8079ff4f5", + "x-ms-client-request-id": "06e8d67e854d70900b8812f6df5f3c56", + "x-ms-correlation-request-id": "04b07640-2b08-476f-8c74-580df31430cf", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "f3a9d3be-b81e-40ec-a3e3-3714bf3c22bc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T162027Z:04b07640-2b08-476f-8c74-580df31430cf" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7f8f7db2-4ab3-42e5-94fb-4b1f140a2119?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/901869da-f65a-4e77-920a-a6a0bdb765f4?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9720710712d8c84cb1f27f6e45e9ad37-442da2943e618b47-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "9a046a59b2bf8bc136aad9468e97209d", + "traceparent": "00-b9b3e21003ef9e6e6b2b8893c5254240-19faa0c971fc289d-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "3583f67ebbfd59bc41c73205ee162fe6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1402,7 +1406,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:51:23 GMT", + "Date": "Fri, 21 Apr 2023 16:21:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "160", @@ -1412,26 +1416,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "22e0e5f7-cbd9-4bc2-86c1-e9dc16f1291b", - "x-ms-client-request-id": "9a046a59b2bf8bc136aad9468e97209d", - "x-ms-correlation-request-id": "a5a3b37a-b2a4-452a-954f-4d6c8996b6c4", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "1af00d6a-66ea-41d7-8404-1ad2fdbb1f7d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T105124Z:a5a3b37a-b2a4-452a-954f-4d6c8996b6c4" + "x-ms-arm-service-request-id": "d2e1e345-e873-4b48-b4b7-f3678b9ad20f", + "x-ms-client-request-id": "3583f67ebbfd59bc41c73205ee162fe6", + "x-ms-correlation-request-id": "d655bdd7-240b-4024-b796-3c3149aa6630", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "55aca400-b949-406c-84a3-d28e8207f923", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T162148Z:d655bdd7-240b-4024-b796-3c3149aa6630" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7f8f7db2-4ab3-42e5-94fb-4b1f140a2119?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/901869da-f65a-4e77-920a-a6a0bdb765f4?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "Connection": "keep-alive", - "traceparent": "00-9720710712d8c84cb1f27f6e45e9ad37-143f0b3bc99e194e-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "a97197fd58822c5cc8e11b875a388ed2", + "traceparent": "00-b9b3e21003ef9e6e6b2b8893c5254240-3e059712b49d62de-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "70a18371b351ce78d4514978530aa506", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1440,7 +1443,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:54:05 GMT", + "Date": "Fri, 21 Apr 2023 16:24:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -1450,26 +1453,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e2a77a61-6729-4cbd-8de7-bb9bed625655", - "x-ms-client-request-id": "a97197fd58822c5cc8e11b875a388ed2", - "x-ms-correlation-request-id": "2007d3e9-a0bd-487e-8200-152de913ff5a", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "e412a6ff-a650-4351-9b99-7ba60cbe5ae7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T105405Z:2007d3e9-a0bd-487e-8200-152de913ff5a" + "x-ms-arm-service-request-id": "6638a083-ecdf-4966-be99-52d94b0e94b8", + "x-ms-client-request-id": "70a18371b351ce78d4514978530aa506", + "x-ms-correlation-request-id": "b10f6b0e-089c-491e-b40d-c3b3622f07ac", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "d7454b6f-b6e4-4f3c-ad32-5d81d8d6c886", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T162429Z:b10f6b0e-089c-491e-b40d-c3b3622f07ac" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7f8f7db2-4ab3-42e5-94fb-4b1f140a2119?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/901869da-f65a-4e77-920a-a6a0bdb765f4?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "Connection": "keep-alive", - "traceparent": "00-9720710712d8c84cb1f27f6e45e9ad37-e9312d4e12daf348-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "e99785fbba025389c82b29dd89ae632b", + "traceparent": "00-b9b3e21003ef9e6e6b2b8893c5254240-722324aedfe02276-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "c7b51c228517c3b91a8fc485528b82f5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1478,7 +1480,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:55:45 GMT", + "Date": "Fri, 21 Apr 2023 16:26:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -1488,25 +1490,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3a328a4a-9cdb-403b-a266-c79cf2217ee4", - "x-ms-client-request-id": "e99785fbba025389c82b29dd89ae632b", - "x-ms-correlation-request-id": "6462d6c0-3768-44cb-b3e0-602b8372e18d", + "x-ms-arm-service-request-id": "bf7f9fc4-3271-496d-8b7f-e5f887d80344", + "x-ms-client-request-id": "c7b51c228517c3b91a8fc485528b82f5", + "x-ms-correlation-request-id": "e36c0950-70a4-43dd-be10-71eefa88c913", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "950ed264-2ef2-45d9-bc3a-e54ceb20b1c8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T105546Z:6462d6c0-3768-44cb-b3e0-602b8372e18d" + "x-ms-request-id": "53f52da6-279e-4582-9415-55b6641788cb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T162610Z:e36c0950-70a4-43dd-be10-71eefa88c913" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7f8f7db2-4ab3-42e5-94fb-4b1f140a2119?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/901869da-f65a-4e77-920a-a6a0bdb765f4?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9720710712d8c84cb1f27f6e45e9ad37-b66db836af3c3847-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "307b3d822bc001040dd7d1dd973a30fe", + "traceparent": "00-b9b3e21003ef9e6e6b2b8893c5254240-884e5bc098678712-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "5c852b58cbbecb047db561ac71430637", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1515,7 +1517,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:57:26 GMT", + "Date": "Fri, 21 Apr 2023 16:27:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -1525,26 +1527,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "21bdf256-109e-4fa8-af05-faf02261cb7d", - "x-ms-client-request-id": "307b3d822bc001040dd7d1dd973a30fe", - "x-ms-correlation-request-id": "4ff89d9c-9986-416e-874b-ca09a9de32ab", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "abdbbcec-92da-4728-9bfc-b53a0a0ffee3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T105726Z:4ff89d9c-9986-416e-874b-ca09a9de32ab" + "x-ms-arm-service-request-id": "b54f3e09-c989-4c57-8626-dfe722ada783", + "x-ms-client-request-id": "5c852b58cbbecb047db561ac71430637", + "x-ms-correlation-request-id": "dcbf87d9-40cb-4b4d-8d23-a05ae36761f4", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "e443c56b-4790-4c46-aefa-a154588acaa0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T162750Z:dcbf87d9-40cb-4b4d-8d23-a05ae36761f4" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7f8f7db2-4ab3-42e5-94fb-4b1f140a2119?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/901869da-f65a-4e77-920a-a6a0bdb765f4?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "Connection": "keep-alive", - "traceparent": "00-9720710712d8c84cb1f27f6e45e9ad37-509d2954ef813545-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "094a071b3700429b0d1de1572e7fa319", + "traceparent": "00-b9b3e21003ef9e6e6b2b8893c5254240-8f3ddc9476aa0b39-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d2e32b226760ebcfc9dd56c2eef27b48", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1553,7 +1554,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:59:07 GMT", + "Date": "Fri, 21 Apr 2023 16:29:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -1563,25 +1564,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c4da3421-d062-489d-bb73-364a9fd3e40a", - "x-ms-client-request-id": "094a071b3700429b0d1de1572e7fa319", - "x-ms-correlation-request-id": "eeb5fa40-b72a-439c-81c7-5a5ec04aef9c", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "206829ad-ae8c-42c3-a4ab-5a38799ab03b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T105907Z:eeb5fa40-b72a-439c-81c7-5a5ec04aef9c" + "x-ms-arm-service-request-id": "fd266440-d397-47ef-b3f8-800197c1d270", + "x-ms-client-request-id": "d2e32b226760ebcfc9dd56c2eef27b48", + "x-ms-correlation-request-id": "56722aa2-502e-4bf4-95f6-4d658ef4c782", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "85681e12-877c-4e08-ad3c-bc849893d007", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T162931Z:56722aa2-502e-4bf4-95f6-4d658ef4c782" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7f8f7db2-4ab3-42e5-94fb-4b1f140a2119?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/901869da-f65a-4e77-920a-a6a0bdb765f4?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9720710712d8c84cb1f27f6e45e9ad37-02f77b2c4583c24e-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "1d04ef7e5dbdd0128096db2ae9acbc8d", + "traceparent": "00-b9b3e21003ef9e6e6b2b8893c5254240-4172613c467dd8d0-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "272054ce4885564817ea4962240d52d6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1590,7 +1591,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 11:00:47 GMT", + "Date": "Fri, 21 Apr 2023 16:31:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -1600,26 +1601,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9c27ca21-3c81-434d-be87-4bcd315a4994", - "x-ms-client-request-id": "1d04ef7e5dbdd0128096db2ae9acbc8d", - "x-ms-correlation-request-id": "b59b1bc1-3c2c-4ccd-bacf-dcce6e72e347", + "x-ms-arm-service-request-id": "3ea45b00-6d5c-4251-be7e-0ceb79320756", + "x-ms-client-request-id": "272054ce4885564817ea4962240d52d6", + "x-ms-correlation-request-id": "92a5db2c-acf6-4736-b6a3-5b1e6c7aeb42", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "08ef5c29-430b-47bc-8d70-76d26282b6c1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T110048Z:b59b1bc1-3c2c-4ccd-bacf-dcce6e72e347" + "x-ms-request-id": "f3f1e108-2373-4edc-a7e9-acd286518d5b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T163112Z:92a5db2c-acf6-4736-b6a3-5b1e6c7aeb42" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7f8f7db2-4ab3-42e5-94fb-4b1f140a2119?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/901869da-f65a-4e77-920a-a6a0bdb765f4?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "Connection": "keep-alive", - "traceparent": "00-9720710712d8c84cb1f27f6e45e9ad37-de60ad286ce21c4f-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "82c12bfa5a644a2aa23822a24aadd28e", + "traceparent": "00-b9b3e21003ef9e6e6b2b8893c5254240-918f8d836b5e7cb2-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "27628d89afa7f1945c9992e17542dd8b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1628,7 +1628,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 11:02:28 GMT", + "Date": "Fri, 21 Apr 2023 16:32:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -1638,25 +1638,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "910f2be3-f699-4a95-809e-b38fcba0bc1c", - "x-ms-client-request-id": "82c12bfa5a644a2aa23822a24aadd28e", - "x-ms-correlation-request-id": "300bda1d-2542-46fd-9648-8320a0255a1e", + "x-ms-arm-service-request-id": "0fda16d3-9e79-4479-990d-cf22f8397a55", + "x-ms-client-request-id": "27628d89afa7f1945c9992e17542dd8b", + "x-ms-correlation-request-id": "0e2fd00f-2ff7-49b2-b29e-f67d50bd802b", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "1c25590c-e272-42cf-89a0-b8a4cc1493cd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T110228Z:300bda1d-2542-46fd-9648-8320a0255a1e" + "x-ms-request-id": "19728ce0-83fe-4c39-a49b-5a0216be9415", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T163253Z:0e2fd00f-2ff7-49b2-b29e-f67d50bd802b" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7f8f7db2-4ab3-42e5-94fb-4b1f140a2119?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/901869da-f65a-4e77-920a-a6a0bdb765f4?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9720710712d8c84cb1f27f6e45e9ad37-bea524bce5768f42-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "a75fb7341336be40f57a88695b705961", + "traceparent": "00-b9b3e21003ef9e6e6b2b8893c5254240-3be18b2c1fb8e413-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1cdd1839de23dab1e38dbb761d6dc7bc", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1665,7 +1665,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 11:04:14 GMT", + "Date": "Fri, 21 Apr 2023 16:34:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -1675,25 +1675,62 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "de3a3bf4-7460-474e-aef8-0c584226741c", - "x-ms-client-request-id": "a75fb7341336be40f57a88695b705961", - "x-ms-correlation-request-id": "df71ca7c-8571-4c42-a558-b6ff82c9241f", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "00362a9a-8180-4057-937d-e7e12cc5359c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T110414Z:df71ca7c-8571-4c42-a558-b6ff82c9241f" + "x-ms-arm-service-request-id": "9b7a53eb-839e-4b40-8e29-04f815a36368", + "x-ms-client-request-id": "1cdd1839de23dab1e38dbb761d6dc7bc", + "x-ms-correlation-request-id": "57f1aba9-b796-4038-bebb-120d2004a0b5", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "e7bd80a3-2b09-4f0b-9d7e-224554ce89bc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T163434Z:57f1aba9-b796-4038-bebb-120d2004a0b5" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/901869da-f65a-4e77-920a-a6a0bdb765f4?api-version=2022-09-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-b9b3e21003ef9e6e6b2b8893c5254240-cf149133794ba182-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "61397f8a548f1fa1c02ecbecb567e0d5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Apr 2023 16:36:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "100", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "24632b14-cb75-4458-9f26-77a3f1334cd4", + "x-ms-client-request-id": "61397f8a548f1fa1c02ecbecb567e0d5", + "x-ms-correlation-request-id": "a8b8b408-d564-4c19-8cdc-af41082c705e", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "d8f93a0d-3b70-4ab5-938d-b7980975f887", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T163615Z:a8b8b408-d564-4c19-8cdc-af41082c705e" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7f8f7db2-4ab3-42e5-94fb-4b1f140a2119?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/901869da-f65a-4e77-920a-a6a0bdb765f4?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9720710712d8c84cb1f27f6e45e9ad37-66b6e6ee05cede4e-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "035c536121bd23b5c5b97a843a6f85d3", + "traceparent": "00-b9b3e21003ef9e6e6b2b8893c5254240-48413bb5071f0190-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "0c29be0d362faab3db88441af41dd3ee", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1702,7 +1739,7 @@ "Cache-Control": "no-cache", "Content-Length": "29", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 11:05:55 GMT", + "Date": "Fri, 21 Apr 2023 16:37:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1711,34 +1748,34 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a09e4a32-2706-4784-9a56-cda00cc3ec84", - "x-ms-client-request-id": "035c536121bd23b5c5b97a843a6f85d3", - "x-ms-correlation-request-id": "607b7921-b028-4e29-8287-98f0cb386870", + "x-ms-arm-service-request-id": "fe5fc427-83af-404f-b59c-d4d090d5e45c", + "x-ms-client-request-id": "0c29be0d362faab3db88441af41dd3ee", + "x-ms-correlation-request-id": "fa047fbd-5d9e-43d1-b8a6-56174f63d744", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "95b8d1b5-5579-42ab-8dee-d9c729026cc1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T110555Z:607b7921-b028-4e29-8287-98f0cb386870" + "x-ms-request-id": "c8cbaf73-4b43-4b63-9dae-f16c9119c8ac", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T163756Z:fa047fbd-5d9e-43d1-b8a6-56174f63d744" }, "ResponseBody": { "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5107?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/virtualNetworkGateways/azsmnet9121?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9720710712d8c84cb1f27f6e45e9ad37-5dd6f67dcc5d414a-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "31f64dc4144ce756ea038ce9d1c1ef31", + "traceparent": "00-b9b3e21003ef9e6e6b2b8893c5254240-e8b3b5d0670f8632-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f656d6d27b08e4fc77be5bf412c5247b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2647", + "Content-Length": "2798", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 11:05:58 GMT", + "Date": "Fri, 21 Apr 2023 16:37:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1747,17 +1784,17 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1c822d08-4401-4dd8-9518-427d929fdfde", - "x-ms-client-request-id": "31f64dc4144ce756ea038ce9d1c1ef31", - "x-ms-correlation-request-id": "3ed39d82-491f-42fe-9e43-24409f2f38d7", + "x-ms-arm-service-request-id": "50422d3b-af14-4e54-ba1f-9d155234c4e8", + "x-ms-client-request-id": "f656d6d27b08e4fc77be5bf412c5247b", + "x-ms-correlation-request-id": "da2d5998-7b89-4a7e-8ae2-37131e8e2b64", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "b447dff2-ead0-4660-ab81-2e3282308e02", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T110558Z:3ed39d82-491f-42fe-9e43-24409f2f38d7" + "x-ms-request-id": "f001c146-6244-485c-8be0-647dac8d7fff", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T163757Z:da2d5998-7b89-4a7e-8ae2-37131e8e2b64" }, "ResponseBody": { - "name": "azsmnet5107", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5107", - "etag": "W/\u0022b45a8af6-fcf1-47aa-b33f-aa347473922f\u0022", + "name": "azsmnet9121", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/virtualNetworkGateways/azsmnet9121", + "etag": "W/\u00222e150652-bfde-4090-9e09-505b3612b707\u0022", "type": "Microsoft.Network/virtualNetworkGateways", "location": "westus2", "tags": { @@ -1765,28 +1802,30 @@ }, "properties": { "provisioningState": "Succeeded", - "resourceGuid": "8507296d-1f44-4492-a518-412299120013", + "resourceGuid": "d91b88e8-2573-41c7-83f1-a6a3f6174ae3", "packetCaptureDiagnosticState": "None", "enablePrivateIpAddress": false, + "isMigrateToCSES": false, "ipConfigurations": [ { - "name": "azsmnet572", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5107/ipConfigurations/azsmnet572", - "etag": "W/\u0022b45a8af6-fcf1-47aa-b33f-aa347473922f\u0022", + "name": "azsmnet577", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/virtualNetworkGateways/azsmnet9121/ipConfigurations/azsmnet577", + "etag": "W/\u00222e150652-bfde-4090-9e09-505b3612b707\u0022", "type": "Microsoft.Network/virtualNetworkGateways/ipConfigurations", "properties": { "provisioningState": "Succeeded", "privateIPAllocationMethod": "Dynamic", "publicIPAddress": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/publicIPAddresses/azsmnet5077" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/publicIPAddresses/azsmnet3648" }, "subnet": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/virtualNetworks/azsmnet9129/subnets/GatewaySubnet" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/virtualNetworks/azsmnet935/subnets/GatewaySubnet" } } } ], "natRules": [], + "virtualNetworkGatewayPolicyGroups": [], "enableBgpRouteTranslationForNat": false, "disableIPSecReplayProtection": false, "sku": { @@ -1804,42 +1843,44 @@ "peerWeight": 0, "bgpPeeringAddresses": [ { - "ipconfigurationId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5107/ipConfigurations/azsmnet572", + "ipconfigurationId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/virtualNetworkGateways/azsmnet9121/ipConfigurations/azsmnet577", "defaultBgpIpAddresses": [ "10.0.0.254" ], "customBgpIpAddresses": [], "tunnelIpAddresses": [ - "20.230.142.45" + "4.154.45.123" ] } ] }, "gatewayDefaultSite": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/localNetworkGateways/azsmnet8893" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/localNetworkGateways/azsmnet2261" }, - "vpnGatewayGeneration": "Generation1" + "vpnGatewayGeneration": "Generation1", + "allowRemoteVnetTraffic": false, + "allowVirtualWanTraffic": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5107?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/virtualNetworkGateways/azsmnet9121?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-928c95525c2e3d438c1f5036f62754d9-ae06d5eb5cae5243-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220530.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "f640c0dfce5013d0013be27d98bc8385", + "traceparent": "00-e6272e4803b83fec8656435c2f86b6ed-a3bafc1dd9f350d8-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230421.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "5f69e5acbb44548dcb8e850710862aa3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2647", + "Content-Length": "2798", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 11:05:58 GMT", + "Date": "Fri, 21 Apr 2023 16:37:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1848,17 +1889,17 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "803fc589-b910-4b8c-a154-0a2dc33da12a", - "x-ms-client-request-id": "f640c0dfce5013d0013be27d98bc8385", - "x-ms-correlation-request-id": "9da665f0-fa9f-4be3-8c07-29b27595fa50", + "x-ms-arm-service-request-id": "db89612b-2ed0-487d-b921-a1cff3e1b18b", + "x-ms-client-request-id": "5f69e5acbb44548dcb8e850710862aa3", + "x-ms-correlation-request-id": "696c530c-bafa-4261-9a5a-58a280e7c8df", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "2417032a-1a20-497c-96a3-1be0364f6da9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T110559Z:9da665f0-fa9f-4be3-8c07-29b27595fa50" + "x-ms-request-id": "ddfe961c-cbc7-44e2-8055-1c648833a6ef", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T163757Z:696c530c-bafa-4261-9a5a-58a280e7c8df" }, "ResponseBody": { - "name": "azsmnet5107", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5107", - "etag": "W/\u0022b45a8af6-fcf1-47aa-b33f-aa347473922f\u0022", + "name": "azsmnet9121", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/virtualNetworkGateways/azsmnet9121", + "etag": "W/\u00222e150652-bfde-4090-9e09-505b3612b707\u0022", "type": "Microsoft.Network/virtualNetworkGateways", "location": "westus2", "tags": { @@ -1866,28 +1907,30 @@ }, "properties": { "provisioningState": "Succeeded", - "resourceGuid": "8507296d-1f44-4492-a518-412299120013", + "resourceGuid": "d91b88e8-2573-41c7-83f1-a6a3f6174ae3", "packetCaptureDiagnosticState": "None", "enablePrivateIpAddress": false, + "isMigrateToCSES": false, "ipConfigurations": [ { - "name": "azsmnet572", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5107/ipConfigurations/azsmnet572", - "etag": "W/\u0022b45a8af6-fcf1-47aa-b33f-aa347473922f\u0022", + "name": "azsmnet577", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/virtualNetworkGateways/azsmnet9121/ipConfigurations/azsmnet577", + "etag": "W/\u00222e150652-bfde-4090-9e09-505b3612b707\u0022", "type": "Microsoft.Network/virtualNetworkGateways/ipConfigurations", "properties": { "provisioningState": "Succeeded", "privateIPAllocationMethod": "Dynamic", "publicIPAddress": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/publicIPAddresses/azsmnet5077" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/publicIPAddresses/azsmnet3648" }, "subnet": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/virtualNetworks/azsmnet9129/subnets/GatewaySubnet" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/virtualNetworks/azsmnet935/subnets/GatewaySubnet" } } } ], "natRules": [], + "virtualNetworkGatewayPolicyGroups": [], "enableBgpRouteTranslationForNat": false, "disableIPSecReplayProtection": false, "sku": { @@ -1905,42 +1948,44 @@ "peerWeight": 0, "bgpPeeringAddresses": [ { - "ipconfigurationId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5107/ipConfigurations/azsmnet572", + "ipconfigurationId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/virtualNetworkGateways/azsmnet9121/ipConfigurations/azsmnet577", "defaultBgpIpAddresses": [ "10.0.0.254" ], "customBgpIpAddresses": [], "tunnelIpAddresses": [ - "20.230.142.45" + "4.154.45.123" ] } ] }, "gatewayDefaultSite": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/localNetworkGateways/azsmnet8893" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/localNetworkGateways/azsmnet2261" }, - "vpnGatewayGeneration": "Generation1" + "vpnGatewayGeneration": "Generation1", + "allowRemoteVnetTraffic": false, + "allowVirtualWanTraffic": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/connections/azsmnet7917?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/connections/azsmnet1231?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "1996", + "Content-Length": "2133", "Content-Type": "application/json", - "traceparent": "00-cdac65460b85a442ae88b6f3cd31ddd8-babb418e8f2b0641-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220530.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "790ea5b51528fd4c7519ba94cc5203ca", + "traceparent": "00-e2479086426e3f8aaeab92af5aca2005-f906a6af78ea9613-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230421.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "10df1addcceac291449471dabf981663", "x-ms-return-client-request-id": "true" }, "RequestBody": { "location": "westus2", "properties": { "virtualNetworkGateway1": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5107", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/virtualNetworkGateways/azsmnet9121", "location": "westus2", "tags": { "key": "value" @@ -1948,15 +1993,15 @@ "properties": { "ipConfigurations": [ { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5107/ipConfigurations/azsmnet572", - "name": "azsmnet572", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/virtualNetworkGateways/azsmnet9121/ipConfigurations/azsmnet577", + "name": "azsmnet577", "properties": { "privateIPAllocationMethod": "Dynamic", "subnet": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/virtualNetworks/azsmnet9129/subnets/GatewaySubnet" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/virtualNetworks/azsmnet935/subnets/GatewaySubnet" }, "publicIPAddress": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/publicIPAddresses/azsmnet5077" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/publicIPAddresses/azsmnet3648" } } } @@ -1967,30 +2012,34 @@ "enableBgp": false, "enablePrivateIpAddress": false, "activeActive": false, + "disableIPSecReplayProtection": false, "gatewayDefaultSite": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/localNetworkGateways/azsmnet8893" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/localNetworkGateways/azsmnet2261" }, "sku": { "name": "VpnGw1", "tier": "VpnGw1" }, + "virtualNetworkGatewayPolicyGroups": [], "bgpSettings": { "asn": 65515, "bgpPeeringAddress": "10.0.0.254", "peerWeight": 0, "bgpPeeringAddresses": [ { - "ipconfigurationId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5107/ipConfigurations/azsmnet572", + "ipconfigurationId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/virtualNetworkGateways/azsmnet9121/ipConfigurations/azsmnet577", "customBgpIpAddresses": [] } ] }, "natRules": [], - "enableBgpRouteTranslationForNat": false + "enableBgpRouteTranslationForNat": false, + "allowVirtualWanTraffic": false, + "allowRemoteVnetTraffic": false } }, "localNetworkGateway2": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/localNetworkGateways/azsmnet8893", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/localNetworkGateways/azsmnet2261", "location": "westus2", "tags": { "test": "value" @@ -2012,11 +2061,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/1704bafb-55d1-461b-9884-a1dd5aa86f46?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/105333bf-c2f1-45e2-97dd-c4faf486bd53?api-version=2022-09-01", "Cache-Control": "no-cache", - "Content-Length": "1315", + "Content-Length": "1396", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 11:06:05 GMT", + "Date": "Fri, 21 Apr 2023 16:38:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", @@ -2026,28 +2075,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "30012d37-58ca-4084-ab8a-960a4c3a49ef", - "x-ms-client-request-id": "790ea5b51528fd4c7519ba94cc5203ca", - "x-ms-correlation-request-id": "e095c308-2c03-479b-8128-b75e05981a1e", + "x-ms-arm-service-request-id": "079327ad-b52c-43df-b57f-83e8e2b5ad2f", + "x-ms-client-request-id": "10df1addcceac291449471dabf981663", + "x-ms-correlation-request-id": "9b0b3bbd-1679-4a2b-8a3f-f8c225ba6cc9", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "1704bafb-55d1-461b-9884-a1dd5aa86f46", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T110605Z:e095c308-2c03-479b-8128-b75e05981a1e" + "x-ms-request-id": "105333bf-c2f1-45e2-97dd-c4faf486bd53", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T163804Z:9b0b3bbd-1679-4a2b-8a3f-f8c225ba6cc9" }, "ResponseBody": { - "name": "azsmnet7917", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/connections/azsmnet7917", - "etag": "W/\u0022d7339a31-1696-42ad-baad-a639bb0388f7\u0022", + "name": "azsmnet1231", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/connections/azsmnet1231", + "etag": "W/\u00228b568fd3-4059-4b2d-8146-62a52736a0ec\u0022", "type": "Microsoft.Network/connections", "location": "westus2", "properties": { "provisioningState": "Updating", - "resourceGuid": "6ec981a6-6735-4fe0-b473-7c6a7e807cd5", + "resourceGuid": "9e166f3e-a058-4d5c-8199-d27ea7ec920f", "packetCaptureDiagnosticState": "None", "virtualNetworkGateway1": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5107" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/virtualNetworkGateways/azsmnet9121" }, "localNetworkGateway2": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/localNetworkGateways/azsmnet8893" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/localNetworkGateways/azsmnet2261" }, "connectionType": "IPsec", "connectionProtocol": "IKEv2", @@ -2061,19 +2110,21 @@ "ingressBytesTransferred": 0, "egressBytesTransferred": 0, "expressRouteGatewayBypass": false, + "enablePrivateLinkFastPath": false, "dpdTimeoutSeconds": 0, - "connectionMode": "Default" + "connectionMode": "Default", + "gatewayCustomBgpIpAddresses": [] } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/1704bafb-55d1-461b-9884-a1dd5aa86f46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/105333bf-c2f1-45e2-97dd-c4faf486bd53?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-cdac65460b85a442ae88b6f3cd31ddd8-2fff574e06ab184c-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "1b1cf407b7e1abb7f4f9dbb5157e35e9", + "traceparent": "00-e2479086426e3f8aaeab92af5aca2005-864a3d1c811b34b2-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ab3599b86a4519c1d89dff261b790cf6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2082,7 +2133,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 11:06:05 GMT", + "Date": "Fri, 21 Apr 2023 16:38:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", @@ -2092,25 +2143,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "97a274a0-88ad-4d1a-adab-4a0ccbde5769", - "x-ms-client-request-id": "1b1cf407b7e1abb7f4f9dbb5157e35e9", - "x-ms-correlation-request-id": "6c91a0a0-ebd3-4be6-844a-1aef484bd461", + "x-ms-arm-service-request-id": "8951c7e3-7d8f-42dc-bdfb-af598167d3c1", + "x-ms-client-request-id": "ab3599b86a4519c1d89dff261b790cf6", + "x-ms-correlation-request-id": "4f9da025-bf82-4f2d-97c5-ca8f8859a044", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "5c0a224f-d8b5-4877-b020-8cbcd0fb34d9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T110606Z:6c91a0a0-ebd3-4be6-844a-1aef484bd461" + "x-ms-request-id": "eea4244d-c4b5-45ce-9d35-50eb481ca644", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T163804Z:4f9da025-bf82-4f2d-97c5-ca8f8859a044" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/1704bafb-55d1-461b-9884-a1dd5aa86f46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/105333bf-c2f1-45e2-97dd-c4faf486bd53?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-cdac65460b85a442ae88b6f3cd31ddd8-bf49d71ecbb4be40-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "174fb2de55093265af9096f8031a2326", + "traceparent": "00-e2479086426e3f8aaeab92af5aca2005-80d48a3dd9e1f84d-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1848a36eef1c32e603960dc0529acd71", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2119,7 +2170,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 11:06:15 GMT", + "Date": "Fri, 21 Apr 2023 16:38:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "20", @@ -2129,25 +2180,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7c9e10b3-8a5a-4918-91e4-8d4a6de532e7", - "x-ms-client-request-id": "174fb2de55093265af9096f8031a2326", - "x-ms-correlation-request-id": "fab99acf-5a9c-4b2e-add7-1ecaf7047c9a", + "x-ms-arm-service-request-id": "54e577cb-4f4e-490f-b99f-957551a5ad13", + "x-ms-client-request-id": "1848a36eef1c32e603960dc0529acd71", + "x-ms-correlation-request-id": "47ea407a-171c-488d-9421-36fca16c1dc9", "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "6f821fa0-66a8-4152-b0fc-a9a64b290205", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T110616Z:fab99acf-5a9c-4b2e-add7-1ecaf7047c9a" + "x-ms-request-id": "40369b40-8cfb-4621-8b15-b8921c8aa5a5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T163815Z:47ea407a-171c-488d-9421-36fca16c1dc9" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/1704bafb-55d1-461b-9884-a1dd5aa86f46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/105333bf-c2f1-45e2-97dd-c4faf486bd53?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-cdac65460b85a442ae88b6f3cd31ddd8-5107e3e75fecc94a-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "d78c3aebe83591e9eece3b95a7406764", + "traceparent": "00-e2479086426e3f8aaeab92af5aca2005-5290145f66b1f9c2-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "2622dea36b635d1dacf5dad7aaf02d89", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2156,7 +2207,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 11:06:35 GMT", + "Date": "Fri, 21 Apr 2023 16:38:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "20", @@ -2166,62 +2217,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "238b85c1-38d5-4256-a61d-78e49744239c", - "x-ms-client-request-id": "d78c3aebe83591e9eece3b95a7406764", - "x-ms-correlation-request-id": "4f00f6b7-f762-47a7-a33e-6a8b7af09b97", + "x-ms-arm-service-request-id": "63289cd7-23eb-41fd-a002-3681d9081be2", + "x-ms-client-request-id": "2622dea36b635d1dacf5dad7aaf02d89", + "x-ms-correlation-request-id": "5de175ed-d5cf-4a4c-a5d9-14db261acd55", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "7e650763-7924-4fff-878b-46191e5d88a9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T110636Z:4f00f6b7-f762-47a7-a33e-6a8b7af09b97" + "x-ms-request-id": "fde68798-def4-4019-aa43-f6b3aad22e8a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T163835Z:5de175ed-d5cf-4a4c-a5d9-14db261acd55" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/1704bafb-55d1-461b-9884-a1dd5aa86f46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/105333bf-c2f1-45e2-97dd-c4faf486bd53?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-cdac65460b85a442ae88b6f3cd31ddd8-c1f5dc3cbabb2d40-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "265328f916ffb1768eea6c5021bea8d9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 11:06:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "40", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5d3130ae-b6c8-469c-9c2c-781236d54003", - "x-ms-client-request-id": "265328f916ffb1768eea6c5021bea8d9", - "x-ms-correlation-request-id": "9cc707ac-279c-496f-9817-12703e5d64ac", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "eec62058-92cc-42c3-9869-7d6d3064995b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T110656Z:9cc707ac-279c-496f-9817-12703e5d64ac" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/1704bafb-55d1-461b-9884-a1dd5aa86f46?api-version=2021-02-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-cdac65460b85a442ae88b6f3cd31ddd8-5f1461f83ca2e64b-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "dbc9b4d65ef2f6b3c9be293a1ad08a6e", + "traceparent": "00-e2479086426e3f8aaeab92af5aca2005-9248c49c0be345f3-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "5187831ed88bc877b202a7af5c01c63d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2230,7 +2244,7 @@ "Cache-Control": "no-cache", "Content-Length": "29", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 11:07:36 GMT", + "Date": "Fri, 21 Apr 2023 16:38:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2239,34 +2253,34 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d4a20134-c2fc-4cc2-a0da-203b3f62be02", - "x-ms-client-request-id": "dbc9b4d65ef2f6b3c9be293a1ad08a6e", - "x-ms-correlation-request-id": "d4dfe76a-eb97-488f-8fd8-266171020a8c", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "bab4b0c6-806c-4dc1-a46b-df1ae5a84027", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T110737Z:d4dfe76a-eb97-488f-8fd8-266171020a8c" + "x-ms-arm-service-request-id": "9b03bec9-3cda-47c6-8119-fe46f9bae5b1", + "x-ms-client-request-id": "5187831ed88bc877b202a7af5c01c63d", + "x-ms-correlation-request-id": "34c90835-9f0f-421d-823f-23bc760ebfa1", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "86251ecf-df13-4cf6-bfc4-212cca056d72", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T163856Z:34c90835-9f0f-421d-823f-23bc760ebfa1" }, "ResponseBody": { "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/connections/azsmnet7917?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/connections/azsmnet1231?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-cdac65460b85a442ae88b6f3cd31ddd8-1b6a73194df5854e-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "daff3229fcc6d427c3da484b7c986f2f", + "traceparent": "00-e2479086426e3f8aaeab92af5aca2005-7f42f8b853b5e0eb-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "3c828ecfe557029385ea6b26140e8712", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1352", + "Content-Length": "1433", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 11:07:37 GMT", + "Date": "Fri, 21 Apr 2023 16:38:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2275,28 +2289,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "885fc0a6-50f1-4198-8245-c35e563a5d6f", - "x-ms-client-request-id": "daff3229fcc6d427c3da484b7c986f2f", - "x-ms-correlation-request-id": "376a86fb-eb88-439b-9566-21e42088f7c5", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "bd322296-1268-4596-9dfe-b1837e99a155", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T110738Z:376a86fb-eb88-439b-9566-21e42088f7c5" + "x-ms-arm-service-request-id": "028a276b-5377-48be-94bd-e13417e7efb0", + "x-ms-client-request-id": "3c828ecfe557029385ea6b26140e8712", + "x-ms-correlation-request-id": "f2297e4d-8736-4bc6-9f9c-6c66fc62decc", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "42a4ab9a-c2b1-45ee-8699-640a7d44711f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T163857Z:f2297e4d-8736-4bc6-9f9c-6c66fc62decc" }, "ResponseBody": { - "name": "azsmnet7917", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/connections/azsmnet7917", - "etag": "W/\u00225b1200ae-e428-4a5e-8dcd-e7187bf8037b\u0022", + "name": "azsmnet1231", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/connections/azsmnet1231", + "etag": "W/\u0022e8933941-9129-4bdf-a865-7299ec3af86a\u0022", "type": "Microsoft.Network/connections", "location": "westus2", "properties": { "provisioningState": "Succeeded", - "resourceGuid": "6ec981a6-6735-4fe0-b473-7c6a7e807cd5", + "resourceGuid": "9e166f3e-a058-4d5c-8199-d27ea7ec920f", "packetCaptureDiagnosticState": "None", "virtualNetworkGateway1": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5107" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/virtualNetworkGateways/azsmnet9121" }, "localNetworkGateway2": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/localNetworkGateways/azsmnet8893" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/localNetworkGateways/azsmnet2261" }, "connectionType": "IPsec", "connectionProtocol": "IKEv2", @@ -2311,29 +2325,31 @@ "ingressBytesTransferred": 0, "egressBytesTransferred": 0, "expressRouteGatewayBypass": false, + "enablePrivateLinkFastPath": false, "dpdTimeoutSeconds": 0, - "connectionMode": "Default" + "connectionMode": "Default", + "gatewayCustomBgpIpAddresses": [] } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/connections/azsmnet7917?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/connections/azsmnet1231?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-4952bd85ac3ae54bab633e1cdec7bf90-423038907367cc42-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220530.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "f3bf61268c779b71755d5d41ed3c96be", + "traceparent": "00-c13efe384ebc2e068c14ea3f8c3b33c4-285127189ed21a41-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230421.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "cfa184687b12cbe567597360c36e00aa", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1352", + "Content-Length": "1433", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 11:07:38 GMT", + "Date": "Fri, 21 Apr 2023 16:38:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2342,28 +2358,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1dd97695-b089-4669-8233-dab870f2a824", - "x-ms-client-request-id": "f3bf61268c779b71755d5d41ed3c96be", - "x-ms-correlation-request-id": "06ec5308-7368-419a-b89b-a583cfd75fa8", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "0b094408-5d92-45ff-8d1a-1c41ad3ce6ea", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T110738Z:06ec5308-7368-419a-b89b-a583cfd75fa8" + "x-ms-arm-service-request-id": "cabb3b4c-74cb-4509-89bb-1915f6d94b22", + "x-ms-client-request-id": "cfa184687b12cbe567597360c36e00aa", + "x-ms-correlation-request-id": "5605da7c-9d60-47b4-bdb4-857a2fac3015", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "e5967cbc-b910-410c-94cb-2a4cc49640c3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T163858Z:5605da7c-9d60-47b4-bdb4-857a2fac3015" }, "ResponseBody": { - "name": "azsmnet7917", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/connections/azsmnet7917", - "etag": "W/\u00225b1200ae-e428-4a5e-8dcd-e7187bf8037b\u0022", + "name": "azsmnet1231", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/connections/azsmnet1231", + "etag": "W/\u0022e8933941-9129-4bdf-a865-7299ec3af86a\u0022", "type": "Microsoft.Network/connections", "location": "westus2", "properties": { "provisioningState": "Succeeded", - "resourceGuid": "6ec981a6-6735-4fe0-b473-7c6a7e807cd5", + "resourceGuid": "9e166f3e-a058-4d5c-8199-d27ea7ec920f", "packetCaptureDiagnosticState": "None", "virtualNetworkGateway1": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5107" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/virtualNetworkGateways/azsmnet9121" }, "localNetworkGateway2": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/localNetworkGateways/azsmnet8893" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/localNetworkGateways/azsmnet2261" }, "connectionType": "IPsec", "connectionProtocol": "IKEv2", @@ -2378,26 +2394,28 @@ "ingressBytesTransferred": 0, "egressBytesTransferred": 0, "expressRouteGatewayBypass": false, + "enablePrivateLinkFastPath": false, "dpdTimeoutSeconds": 0, - "connectionMode": "Default" + "connectionMode": "Default", + "gatewayCustomBgpIpAddresses": [] } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5107?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/virtualNetworkGateways/azsmnet9121?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "1375", + "Content-Length": "1512", "Content-Type": "application/json", - "traceparent": "00-a495884ebd40c84bbbf89c92db841f55-696878a227983747-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220530.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "ef27fd5fcdbfd9138cf5171715687a30", + "traceparent": "00-0f967defd618f2ba40a27b79f95d6ad4-ca72ae00d448fb03-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230421.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1c079d2ff06d3832f085cba06d50b3a3", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5107", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/virtualNetworkGateways/azsmnet9121", "location": "westus2", "tags": { "key": "value" @@ -2405,15 +2423,15 @@ "properties": { "ipConfigurations": [ { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5107/ipConfigurations/azsmnet572", - "name": "azsmnet572", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/virtualNetworkGateways/azsmnet9121/ipConfigurations/azsmnet577", + "name": "azsmnet577", "properties": { "privateIPAllocationMethod": "Dynamic", "subnet": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/virtualNetworks/azsmnet9129/subnets/GatewaySubnet" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/virtualNetworks/azsmnet935/subnets/GatewaySubnet" }, "publicIPAddress": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/publicIPAddresses/azsmnet5077" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/publicIPAddresses/azsmnet3648" } } } @@ -2424,33 +2442,37 @@ "enableBgp": false, "enablePrivateIpAddress": false, "activeActive": false, + "disableIPSecReplayProtection": false, "sku": { "name": "VpnGw1", "tier": "VpnGw1" }, + "virtualNetworkGatewayPolicyGroups": [], "bgpSettings": { "asn": 65515, "bgpPeeringAddress": "10.0.0.254", "peerWeight": 0, "bgpPeeringAddresses": [ { - "ipconfigurationId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5107/ipConfigurations/azsmnet572", + "ipconfigurationId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/virtualNetworkGateways/azsmnet9121/ipConfigurations/azsmnet577", "customBgpIpAddresses": [] } ] }, "natRules": [], - "enableBgpRouteTranslationForNat": false + "enableBgpRouteTranslationForNat": false, + "allowVirtualWanTraffic": false, + "allowRemoteVnetTraffic": false } }, "StatusCode": 200, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/66cb7cdd-a5fb-4879-9ca1-960f4428b04d?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/43c8c5c3-8351-4941-a3c8-372a69992e9f?api-version=2022-09-01", "Cache-Control": "no-cache", - "Content-Length": "2758", + "Content-Length": "2957", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 11:07:42 GMT", + "Date": "Fri, 21 Apr 2023 16:39:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", @@ -2460,17 +2482,17 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "bc6a3385-ab72-4ca9-9e5a-8f9b6e25951b", - "x-ms-client-request-id": "ef27fd5fcdbfd9138cf5171715687a30", - "x-ms-correlation-request-id": "3b8e9da7-002d-40f6-b702-3de48203f58c", + "x-ms-arm-service-request-id": "7135d592-6a4d-4ebb-9823-d4f130471b20", + "x-ms-client-request-id": "1c079d2ff06d3832f085cba06d50b3a3", + "x-ms-correlation-request-id": "7b50ff8a-3411-4be0-bb0f-d4da3c45a05e", "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "66cb7cdd-a5fb-4879-9ca1-960f4428b04d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T110743Z:3b8e9da7-002d-40f6-b702-3de48203f58c" + "x-ms-request-id": "43c8c5c3-8351-4941-a3c8-372a69992e9f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T163903Z:7b50ff8a-3411-4be0-bb0f-d4da3c45a05e" }, "ResponseBody": { - "name": "azsmnet5107", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5107", - "etag": "W/\u00227ca08fa8-bda0-44a4-b744-4718d931c943\u0022", + "name": "azsmnet9121", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/virtualNetworkGateways/azsmnet9121", + "etag": "W/\u00222f5dcd9f-fc6d-4ab0-afd3-7335fa0bcbe4\u0022", "type": "Microsoft.Network/virtualNetworkGateways", "location": "westus2", "tags": { @@ -2478,28 +2500,30 @@ }, "properties": { "provisioningState": "Updating", - "resourceGuid": "8507296d-1f44-4492-a518-412299120013", + "resourceGuid": "d91b88e8-2573-41c7-83f1-a6a3f6174ae3", "packetCaptureDiagnosticState": "None", "enablePrivateIpAddress": false, + "isMigrateToCSES": false, "ipConfigurations": [ { - "name": "azsmnet572", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5107/ipConfigurations/azsmnet572", - "etag": "W/\u00227ca08fa8-bda0-44a4-b744-4718d931c943\u0022", + "name": "azsmnet577", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/virtualNetworkGateways/azsmnet9121/ipConfigurations/azsmnet577", + "etag": "W/\u00222f5dcd9f-fc6d-4ab0-afd3-7335fa0bcbe4\u0022", "type": "Microsoft.Network/virtualNetworkGateways/ipConfigurations", "properties": { "provisioningState": "Updating", "privateIPAllocationMethod": "Dynamic", "publicIPAddress": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/publicIPAddresses/azsmnet5077" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/publicIPAddresses/azsmnet3648" }, "subnet": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/virtualNetworks/azsmnet9129/subnets/GatewaySubnet" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/virtualNetworks/azsmnet935/subnets/GatewaySubnet" } } } ], "natRules": [], + "virtualNetworkGatewayPolicyGroups": [], "enableBgpRouteTranslationForNat": false, "disableIPSecReplayProtection": false, "sku": { @@ -2519,6 +2543,7 @@ "vpnAuthenticationTypes": [], "vpnClientRootCertificates": [], "vpnClientRevokedCertificates": [], + "vngClientConnectionConfigurations": [], "radiusServers": [], "vpnClientIpsecPolicies": [] }, @@ -2528,29 +2553,31 @@ "peerWeight": 0, "bgpPeeringAddresses": [ { - "ipconfigurationId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5107/ipConfigurations/azsmnet572", + "ipconfigurationId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/virtualNetworkGateways/azsmnet9121/ipConfigurations/azsmnet577", "defaultBgpIpAddresses": [ "10.0.0.254" ], "customBgpIpAddresses": [], "tunnelIpAddresses": [ - "20.230.142.45" + "4.154.45.123" ] } ] }, - "vpnGatewayGeneration": "Generation1" + "vpnGatewayGeneration": "Generation1", + "allowRemoteVnetTraffic": false, + "allowVirtualWanTraffic": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/66cb7cdd-a5fb-4879-9ca1-960f4428b04d?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/43c8c5c3-8351-4941-a3c8-372a69992e9f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a495884ebd40c84bbbf89c92db841f55-8fa4ee10e084a84b-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "7eeb8943807158704de56781745a850c", + "traceparent": "00-0f967defd618f2ba40a27b79f95d6ad4-ec8289087b074b44-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "77f7c0ea6b0777a55268df8daf445e16", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2559,7 +2586,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 11:07:43 GMT", + "Date": "Fri, 21 Apr 2023 16:39:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", @@ -2569,25 +2596,62 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0e726186-4f95-417f-be8b-924d0c92b7d9", - "x-ms-client-request-id": "7eeb8943807158704de56781745a850c", - "x-ms-correlation-request-id": "50e4bd26-f633-4dd4-80f6-d3b31bde1bf5", + "x-ms-arm-service-request-id": "85ad1dcf-3350-4302-9ba1-ada6efe86092", + "x-ms-client-request-id": "77f7c0ea6b0777a55268df8daf445e16", + "x-ms-correlation-request-id": "468c4edb-07d9-427b-9457-2581fc01768d", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "354fd52d-5b31-489f-acfa-8c318f5526de", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T163903Z:468c4edb-07d9-427b-9457-2581fc01768d" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/43c8c5c3-8351-4941-a3c8-372a69992e9f?api-version=2022-09-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-0f967defd618f2ba40a27b79f95d6ad4-346e0b584fbca971-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "2fe5cfa62827384a71b373b61b34c6bd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Apr 2023 16:39:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "20", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "9352b19e-e360-476b-813c-dce8c71e0109", + "x-ms-client-request-id": "2fe5cfa62827384a71b373b61b34c6bd", + "x-ms-correlation-request-id": "ea3f2238-73eb-47bd-88f4-343507302c8a", "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "28addf16-bf1b-40d3-8467-3f2d9ccfe5e1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T110743Z:50e4bd26-f633-4dd4-80f6-d3b31bde1bf5" + "x-ms-request-id": "271bdfc7-2f97-499f-a492-65e7c0948ded", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T163914Z:ea3f2238-73eb-47bd-88f4-343507302c8a" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/66cb7cdd-a5fb-4879-9ca1-960f4428b04d?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/43c8c5c3-8351-4941-a3c8-372a69992e9f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a495884ebd40c84bbbf89c92db841f55-8a94cb4f0658ca49-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "f4f22ce3dd27c8ad06892e5b67aa3aa5", + "traceparent": "00-0f967defd618f2ba40a27b79f95d6ad4-95f78870f71a934f-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "acb6b4463b590f9cefcf85f7179da463", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2596,7 +2660,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 11:07:53 GMT", + "Date": "Fri, 21 Apr 2023 16:39:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "20", @@ -2606,25 +2670,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "812f1349-2584-4568-8250-87dc8902c85e", - "x-ms-client-request-id": "f4f22ce3dd27c8ad06892e5b67aa3aa5", - "x-ms-correlation-request-id": "99e3d021-a7b3-4e53-b8f5-de1dcfb1ac05", + "x-ms-arm-service-request-id": "96501fbb-7bb3-4656-b03d-b7597ee588a9", + "x-ms-client-request-id": "acb6b4463b590f9cefcf85f7179da463", + "x-ms-correlation-request-id": "8371f5d9-1050-4c26-bf8e-d737529a042e", "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "25a809c1-1820-42ee-bf8c-fe3b6676e3cf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T110754Z:99e3d021-a7b3-4e53-b8f5-de1dcfb1ac05" + "x-ms-request-id": "3fa09ca9-29fb-4370-95dc-e5fca5737605", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T163934Z:8371f5d9-1050-4c26-bf8e-d737529a042e" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/66cb7cdd-a5fb-4879-9ca1-960f4428b04d?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/43c8c5c3-8351-4941-a3c8-372a69992e9f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a495884ebd40c84bbbf89c92db841f55-660b6eb0cbde0a43-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "8cd4900efb7ccdbe89bc6c2b2f752966", + "traceparent": "00-0f967defd618f2ba40a27b79f95d6ad4-e2e2b6d8a4101886-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a257bf590f4dc1ef75be0554f7ee5c1d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2633,35 +2697,35 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 11:08:13 GMT", + "Date": "Fri, 21 Apr 2023 16:39:54 GMT", "Expires": "-1", "Pragma": "no-cache", - "Retry-After": "20", + "Retry-After": "40", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "76a9c3df-e3f7-44b2-a4a9-d294eeae4dd0", - "x-ms-client-request-id": "8cd4900efb7ccdbe89bc6c2b2f752966", - "x-ms-correlation-request-id": "6ffe377d-d96e-476b-b34c-ff91c9b89029", + "x-ms-arm-service-request-id": "321230c0-2d42-4499-9b1b-3c2084e1d120", + "x-ms-client-request-id": "a257bf590f4dc1ef75be0554f7ee5c1d", + "x-ms-correlation-request-id": "7e17317c-aedf-430b-8c2c-696eba1fe6a2", "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "4385ff87-ef19-4b40-b28f-0e4c50f59983", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T110814Z:6ffe377d-d96e-476b-b34c-ff91c9b89029" + "x-ms-request-id": "61362907-41a1-4056-b47b-a9c2a11ceff3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T163954Z:7e17317c-aedf-430b-8c2c-696eba1fe6a2" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/66cb7cdd-a5fb-4879-9ca1-960f4428b04d?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/43c8c5c3-8351-4941-a3c8-372a69992e9f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a495884ebd40c84bbbf89c92db841f55-63fe09046ceaed46-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "728558def2f36660dc2378e75214f0a3", + "traceparent": "00-0f967defd618f2ba40a27b79f95d6ad4-cdfc96f0cdfd86a8-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "fb4721a2b18d6abd33d53f58a25320d4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2670,7 +2734,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 11:08:34 GMT", + "Date": "Fri, 21 Apr 2023 16:40:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "40", @@ -2680,25 +2744,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "be706eda-5e8d-4efb-acc5-b284b4ff12ab", - "x-ms-client-request-id": "728558def2f36660dc2378e75214f0a3", - "x-ms-correlation-request-id": "4fc6f51d-1c66-422d-8388-cabb6397d505", + "x-ms-arm-service-request-id": "55b43c3c-461b-4f0e-866d-ddeaa8445855", + "x-ms-client-request-id": "fb4721a2b18d6abd33d53f58a25320d4", + "x-ms-correlation-request-id": "376b453a-0cb2-4cb8-8dec-ea204668455d", "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "99be49c0-0941-4d0c-ad01-683f195bab79", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T110834Z:4fc6f51d-1c66-422d-8388-cabb6397d505" + "x-ms-request-id": "2de05133-b5e0-4f0e-8680-0bcfdc4c2550", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T164034Z:376b453a-0cb2-4cb8-8dec-ea204668455d" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/66cb7cdd-a5fb-4879-9ca1-960f4428b04d?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/43c8c5c3-8351-4941-a3c8-372a69992e9f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a495884ebd40c84bbbf89c92db841f55-e632f41c7d9ead4a-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "e373c1abf985e7906e256b6b71819890", + "traceparent": "00-0f967defd618f2ba40a27b79f95d6ad4-1b24d3d189dbe18b-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "5b5d0f0e23dd366fc4f5369a35481800", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2707,7 +2771,7 @@ "Cache-Control": "no-cache", "Content-Length": "29", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 11:09:14 GMT", + "Date": "Fri, 21 Apr 2023 16:41:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2716,34 +2780,34 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "da078a77-4efe-4b7d-bf78-97a1d207a03f", - "x-ms-client-request-id": "e373c1abf985e7906e256b6b71819890", - "x-ms-correlation-request-id": "2807fdd5-6035-43b1-a57d-54de67296417", + "x-ms-arm-service-request-id": "724874f2-f006-4d4b-8192-6d687802cea0", + "x-ms-client-request-id": "5b5d0f0e23dd366fc4f5369a35481800", + "x-ms-correlation-request-id": "bf2c15c8-7dab-40c7-8b27-8fd4826dc972", "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "2c2496d5-a8f0-46d6-862f-7c55a54e762e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T110914Z:2807fdd5-6035-43b1-a57d-54de67296417" + "x-ms-request-id": "0980d4d2-eab0-4817-97ab-c01390a488da", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T164115Z:bf2c15c8-7dab-40c7-8b27-8fd4826dc972" }, "ResponseBody": { "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5107?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/virtualNetworkGateways/azsmnet9121?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a495884ebd40c84bbbf89c92db841f55-2260818a00164e4f-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "0e7dc860c8241bb2306daf5882d67b74", + "traceparent": "00-0f967defd618f2ba40a27b79f95d6ad4-96a31fbd81da8e5c-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f5546872a856a7d501ed6e78d0971f21", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2457", + "Content-Length": "2608", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 11:09:14 GMT", + "Date": "Fri, 21 Apr 2023 16:41:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2752,17 +2816,17 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "71c2c5c0-04ad-458d-8b20-3a51f910a044", - "x-ms-client-request-id": "0e7dc860c8241bb2306daf5882d67b74", - "x-ms-correlation-request-id": "fef7b69c-05ba-4228-ab1a-d2a8272f7601", + "x-ms-arm-service-request-id": "f441d3b9-e9b8-4e38-9647-d62164fa9d03", + "x-ms-client-request-id": "f5546872a856a7d501ed6e78d0971f21", + "x-ms-correlation-request-id": "c3e473c3-7abf-491e-aa7f-78a8a23d6301", "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "95532d15-386a-4f6b-ace7-f88ed6b69f7d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T110915Z:fef7b69c-05ba-4228-ab1a-d2a8272f7601" + "x-ms-request-id": "ab70c7f5-1197-41ad-8f74-354dfed2abf2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T164115Z:c3e473c3-7abf-491e-aa7f-78a8a23d6301" }, "ResponseBody": { - "name": "azsmnet5107", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5107", - "etag": "W/\u00225df397e8-ea70-4cfe-8c09-7d834410ea82\u0022", + "name": "azsmnet9121", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/virtualNetworkGateways/azsmnet9121", + "etag": "W/\u0022b3b634f8-d5a8-4a7d-9d3f-d50dfbbd5a42\u0022", "type": "Microsoft.Network/virtualNetworkGateways", "location": "westus2", "tags": { @@ -2770,28 +2834,30 @@ }, "properties": { "provisioningState": "Succeeded", - "resourceGuid": "8507296d-1f44-4492-a518-412299120013", + "resourceGuid": "d91b88e8-2573-41c7-83f1-a6a3f6174ae3", "packetCaptureDiagnosticState": "None", "enablePrivateIpAddress": false, + "isMigrateToCSES": false, "ipConfigurations": [ { - "name": "azsmnet572", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5107/ipConfigurations/azsmnet572", - "etag": "W/\u00225df397e8-ea70-4cfe-8c09-7d834410ea82\u0022", + "name": "azsmnet577", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/virtualNetworkGateways/azsmnet9121/ipConfigurations/azsmnet577", + "etag": "W/\u0022b3b634f8-d5a8-4a7d-9d3f-d50dfbbd5a42\u0022", "type": "Microsoft.Network/virtualNetworkGateways/ipConfigurations", "properties": { "provisioningState": "Succeeded", "privateIPAllocationMethod": "Dynamic", "publicIPAddress": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/publicIPAddresses/azsmnet5077" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/publicIPAddresses/azsmnet3648" }, "subnet": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/virtualNetworks/azsmnet9129/subnets/GatewaySubnet" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/virtualNetworks/azsmnet935/subnets/GatewaySubnet" } } } ], "natRules": [], + "virtualNetworkGatewayPolicyGroups": [], "enableBgpRouteTranslationForNat": false, "disableIPSecReplayProtection": false, "sku": { @@ -2809,39 +2875,41 @@ "peerWeight": 0, "bgpPeeringAddresses": [ { - "ipconfigurationId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5107/ipConfigurations/azsmnet572", + "ipconfigurationId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/virtualNetworkGateways/azsmnet9121/ipConfigurations/azsmnet577", "defaultBgpIpAddresses": [ "10.0.0.254" ], "customBgpIpAddresses": [], "tunnelIpAddresses": [ - "20.230.142.45" + "4.154.45.123" ] } ] }, - "vpnGatewayGeneration": "Generation1" + "vpnGatewayGeneration": "Generation1", + "allowRemoteVnetTraffic": false, + "allowVirtualWanTraffic": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5107?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/virtualNetworkGateways/azsmnet9121?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-dd0ebe8ff877b5468bf003d5887c9ebd-665bb1633ab94045-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220530.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "6e7fc8cb4501e4e0c89e04ce87f5f55a", + "traceparent": "00-8132b77dd705a80771c6b9a56ca00a8c-f9aea7bc5a2b04f5-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230421.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e745319d00917e40b21037987b2334eb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2457", + "Content-Length": "2608", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 11:09:15 GMT", + "Date": "Fri, 21 Apr 2023 16:41:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2850,17 +2918,17 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "872558ee-c24e-47b8-b0bf-46e5dcd631f9", - "x-ms-client-request-id": "6e7fc8cb4501e4e0c89e04ce87f5f55a", - "x-ms-correlation-request-id": "10b750ca-bcd9-4b54-ae76-32bc6b6b7930", + "x-ms-arm-service-request-id": "1f8af8fe-66ba-4821-984e-9b5236ff174f", + "x-ms-client-request-id": "e745319d00917e40b21037987b2334eb", + "x-ms-correlation-request-id": "95b37888-a4c0-42e1-a473-a8e8b6ae7fe6", "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "9423d26e-2ae4-478c-8766-3eeb9e9dd23f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T110915Z:10b750ca-bcd9-4b54-ae76-32bc6b6b7930" + "x-ms-request-id": "0e2188e1-7eda-4a68-be15-12602869d1df", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T164116Z:95b37888-a4c0-42e1-a473-a8e8b6ae7fe6" }, "ResponseBody": { - "name": "azsmnet5107", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5107", - "etag": "W/\u00225df397e8-ea70-4cfe-8c09-7d834410ea82\u0022", + "name": "azsmnet9121", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/virtualNetworkGateways/azsmnet9121", + "etag": "W/\u0022b3b634f8-d5a8-4a7d-9d3f-d50dfbbd5a42\u0022", "type": "Microsoft.Network/virtualNetworkGateways", "location": "westus2", "tags": { @@ -2868,28 +2936,30 @@ }, "properties": { "provisioningState": "Succeeded", - "resourceGuid": "8507296d-1f44-4492-a518-412299120013", + "resourceGuid": "d91b88e8-2573-41c7-83f1-a6a3f6174ae3", "packetCaptureDiagnosticState": "None", "enablePrivateIpAddress": false, + "isMigrateToCSES": false, "ipConfigurations": [ { - "name": "azsmnet572", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5107/ipConfigurations/azsmnet572", - "etag": "W/\u00225df397e8-ea70-4cfe-8c09-7d834410ea82\u0022", + "name": "azsmnet577", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/virtualNetworkGateways/azsmnet9121/ipConfigurations/azsmnet577", + "etag": "W/\u0022b3b634f8-d5a8-4a7d-9d3f-d50dfbbd5a42\u0022", "type": "Microsoft.Network/virtualNetworkGateways/ipConfigurations", "properties": { "provisioningState": "Succeeded", "privateIPAllocationMethod": "Dynamic", "publicIPAddress": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/publicIPAddresses/azsmnet5077" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/publicIPAddresses/azsmnet3648" }, "subnet": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/virtualNetworks/azsmnet9129/subnets/GatewaySubnet" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/virtualNetworks/azsmnet935/subnets/GatewaySubnet" } } } ], "natRules": [], + "virtualNetworkGatewayPolicyGroups": [], "enableBgpRouteTranslationForNat": false, "disableIPSecReplayProtection": false, "sku": { @@ -2907,39 +2977,41 @@ "peerWeight": 0, "bgpPeeringAddresses": [ { - "ipconfigurationId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5107/ipConfigurations/azsmnet572", + "ipconfigurationId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/virtualNetworkGateways/azsmnet9121/ipConfigurations/azsmnet577", "defaultBgpIpAddresses": [ "10.0.0.254" ], "customBgpIpAddresses": [], "tunnelIpAddresses": [ - "20.230.142.45" + "4.154.45.123" ] } ] }, - "vpnGatewayGeneration": "Generation1" + "vpnGatewayGeneration": "Generation1", + "allowRemoteVnetTraffic": false, + "allowVirtualWanTraffic": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/connections/azsmnet7917?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/connections/azsmnet1231?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "1828", + "Content-Length": "1965", "Content-Type": "application/json", - "traceparent": "00-06e5e726b133944b8591ca0ffd8aa1b0-8e5fb7b5b3abb740-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220530.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "8987e78be196e37e0f57b3184a376497", + "traceparent": "00-35168a9bea70523efce8fc04d6c950fa-f41077769a3d242d-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230421.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "3ae53ebc2bff657d39b65af0b5f6662d", "x-ms-return-client-request-id": "true" }, "RequestBody": { "location": "westus2", "properties": { "virtualNetworkGateway1": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5107", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/virtualNetworkGateways/azsmnet9121", "location": "westus2", "tags": { "key": "value" @@ -2947,15 +3019,15 @@ "properties": { "ipConfigurations": [ { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5107/ipConfigurations/azsmnet572", - "name": "azsmnet572", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/virtualNetworkGateways/azsmnet9121/ipConfigurations/azsmnet577", + "name": "azsmnet577", "properties": { "privateIPAllocationMethod": "Dynamic", "subnet": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/virtualNetworks/azsmnet9129/subnets/GatewaySubnet" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/virtualNetworks/azsmnet935/subnets/GatewaySubnet" }, "publicIPAddress": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/publicIPAddresses/azsmnet5077" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/publicIPAddresses/azsmnet3648" } } } @@ -2966,27 +3038,31 @@ "enableBgp": false, "enablePrivateIpAddress": false, "activeActive": false, + "disableIPSecReplayProtection": false, "sku": { "name": "VpnGw1", "tier": "VpnGw1" }, + "virtualNetworkGatewayPolicyGroups": [], "bgpSettings": { "asn": 65515, "bgpPeeringAddress": "10.0.0.254", "peerWeight": 0, "bgpPeeringAddresses": [ { - "ipconfigurationId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5107/ipConfigurations/azsmnet572", + "ipconfigurationId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/virtualNetworkGateways/azsmnet9121/ipConfigurations/azsmnet577", "customBgpIpAddresses": [] } ] }, "natRules": [], - "enableBgpRouteTranslationForNat": false + "enableBgpRouteTranslationForNat": false, + "allowVirtualWanTraffic": false, + "allowRemoteVnetTraffic": false } }, "localNetworkGateway2": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/localNetworkGateways/azsmnet8893", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/localNetworkGateways/azsmnet2261", "location": "westus2", "tags": { "test": "value" @@ -3008,11 +3084,11 @@ "StatusCode": 200, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7d2932ed-48f9-48e7-a01f-8d1414af18bc?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/193eed77-eacd-4020-b6fe-63f2483a2d42?api-version=2022-09-01", "Cache-Control": "no-cache", - "Content-Length": "1315", + "Content-Length": "1396", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 11:09:18 GMT", + "Date": "Fri, 21 Apr 2023 16:41:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", @@ -3022,28 +3098,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "137262f9-a4c3-47a2-9cfa-c88823b925a8", - "x-ms-client-request-id": "8987e78be196e37e0f57b3184a376497", - "x-ms-correlation-request-id": "6b54aa52-5cb1-41f8-92d6-e1cc3087ea18", + "x-ms-arm-service-request-id": "c838b9f9-1e17-40c0-b75c-9445e8d11db8", + "x-ms-client-request-id": "3ae53ebc2bff657d39b65af0b5f6662d", + "x-ms-correlation-request-id": "47d0a04b-a8e7-4d77-8bde-fc050ca99d1d", "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "7d2932ed-48f9-48e7-a01f-8d1414af18bc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T110919Z:6b54aa52-5cb1-41f8-92d6-e1cc3087ea18" + "x-ms-request-id": "193eed77-eacd-4020-b6fe-63f2483a2d42", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T164120Z:47d0a04b-a8e7-4d77-8bde-fc050ca99d1d" }, "ResponseBody": { - "name": "azsmnet7917", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/connections/azsmnet7917", - "etag": "W/\u00220065cda2-d1d1-4d36-8a4a-be46a857cfab\u0022", + "name": "azsmnet1231", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/connections/azsmnet1231", + "etag": "W/\u00229e6009d4-fc0e-4b95-a0d5-3353775f913e\u0022", "type": "Microsoft.Network/connections", "location": "westus2", "properties": { "provisioningState": "Updating", - "resourceGuid": "6ec981a6-6735-4fe0-b473-7c6a7e807cd5", + "resourceGuid": "9e166f3e-a058-4d5c-8199-d27ea7ec920f", "packetCaptureDiagnosticState": "None", "virtualNetworkGateway1": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5107" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/virtualNetworkGateways/azsmnet9121" }, "localNetworkGateway2": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/localNetworkGateways/azsmnet8893" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/localNetworkGateways/azsmnet2261" }, "connectionType": "IPsec", "connectionProtocol": "IKEv2", @@ -3057,19 +3133,21 @@ "ingressBytesTransferred": 0, "egressBytesTransferred": 0, "expressRouteGatewayBypass": false, + "enablePrivateLinkFastPath": false, "dpdTimeoutSeconds": 0, - "connectionMode": "Default" + "connectionMode": "Default", + "gatewayCustomBgpIpAddresses": [] } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7d2932ed-48f9-48e7-a01f-8d1414af18bc?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/193eed77-eacd-4020-b6fe-63f2483a2d42?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-06e5e726b133944b8591ca0ffd8aa1b0-73f0a58a20d50a4c-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "9acd5478f14fe9dd4a9c5fa992c89a90", + "traceparent": "00-35168a9bea70523efce8fc04d6c950fa-2cffaea1badc7222-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "91bc83b9e4b17222b4dfaddba650c9bc", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -3078,7 +3156,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 11:09:18 GMT", + "Date": "Fri, 21 Apr 2023 16:41:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", @@ -3088,25 +3166,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e0ac7a2a-6b4f-49fa-9e85-09bddf79d6af", - "x-ms-client-request-id": "9acd5478f14fe9dd4a9c5fa992c89a90", - "x-ms-correlation-request-id": "804cc404-86dd-41ed-b80d-c00f536d94a8", + "x-ms-arm-service-request-id": "e6cd353f-7914-4bd9-8b2d-4e0304957ac5", + "x-ms-client-request-id": "91bc83b9e4b17222b4dfaddba650c9bc", + "x-ms-correlation-request-id": "1de36726-99ea-4a99-aa26-7e84a982ebe2", "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "e9f216c4-9d2b-4e53-ace8-d81139f9a567", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T110919Z:804cc404-86dd-41ed-b80d-c00f536d94a8" + "x-ms-request-id": "644f9152-0b97-4f6c-ab1b-927b77f0f5bb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T164120Z:1de36726-99ea-4a99-aa26-7e84a982ebe2" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7d2932ed-48f9-48e7-a01f-8d1414af18bc?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/193eed77-eacd-4020-b6fe-63f2483a2d42?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-06e5e726b133944b8591ca0ffd8aa1b0-1da68215698ef241-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "90236c394c556159596ba1fd9bf71f2b", + "traceparent": "00-35168a9bea70523efce8fc04d6c950fa-aa2edf3659adf3aa-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "66c209aa2f268be9cf731229e838f4fc", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -3115,7 +3193,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 11:09:29 GMT", + "Date": "Fri, 21 Apr 2023 16:41:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "20", @@ -3125,25 +3203,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9dc92384-6d64-41ae-9436-fa846b0285aa", - "x-ms-client-request-id": "90236c394c556159596ba1fd9bf71f2b", - "x-ms-correlation-request-id": "392a6fa2-4f50-4a96-9aa8-ab381e5b8b14", + "x-ms-arm-service-request-id": "e0fd16d1-7022-4eb1-bebf-ba84b3372abe", + "x-ms-client-request-id": "66c209aa2f268be9cf731229e838f4fc", + "x-ms-correlation-request-id": "534743c5-96df-4b20-9697-ccfd1eab4f98", "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "67e4234d-9740-4e89-bb40-ea1734dd9564", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T110929Z:392a6fa2-4f50-4a96-9aa8-ab381e5b8b14" + "x-ms-request-id": "eedc0ac8-afef-4d8d-943f-65b7907b77c2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T164130Z:534743c5-96df-4b20-9697-ccfd1eab4f98" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7d2932ed-48f9-48e7-a01f-8d1414af18bc?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/193eed77-eacd-4020-b6fe-63f2483a2d42?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-06e5e726b133944b8591ca0ffd8aa1b0-1a548d3541598b4d-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "f59f78c3c96ab94719b65d65cae4891f", + "traceparent": "00-35168a9bea70523efce8fc04d6c950fa-9dcc7c26d60fc166-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "32367b8ad43af17cf28950228393cbd7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -3152,7 +3230,7 @@ "Cache-Control": "no-cache", "Content-Length": "29", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 11:09:49 GMT", + "Date": "Fri, 21 Apr 2023 16:41:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -3161,34 +3239,34 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "51f47873-5ae5-4875-9540-fb19665c90ee", - "x-ms-client-request-id": "f59f78c3c96ab94719b65d65cae4891f", - "x-ms-correlation-request-id": "5a3b19b6-8453-4484-929f-fbb410a95c22", + "x-ms-arm-service-request-id": "c7efc827-8fcc-483c-b64c-96c31461a26e", + "x-ms-client-request-id": "32367b8ad43af17cf28950228393cbd7", + "x-ms-correlation-request-id": "a04b3825-aca8-4095-91a2-f493c4849c57", "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "4f17761c-1d55-447f-a587-d1700902d65e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T110950Z:5a3b19b6-8453-4484-929f-fbb410a95c22" + "x-ms-request-id": "ab0d35e6-6176-4386-a269-8dd834cd2fd2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T164151Z:a04b3825-aca8-4095-91a2-f493c4849c57" }, "ResponseBody": { "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/connections/azsmnet7917?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/connections/azsmnet1231?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-06e5e726b133944b8591ca0ffd8aa1b0-008dff26cc7a9647-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "574db5fe03c02ce5fb6c41e44fdf4e52", + "traceparent": "00-35168a9bea70523efce8fc04d6c950fa-66c43ce904616b67-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "679b860cc57a89b89930c13dd1f8897c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1357", + "Content-Length": "1433", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 11:09:50 GMT", + "Date": "Fri, 21 Apr 2023 16:41:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -3197,28 +3275,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c68c4c4e-1f5d-42d6-8b1b-b5a49f980578", - "x-ms-client-request-id": "574db5fe03c02ce5fb6c41e44fdf4e52", - "x-ms-correlation-request-id": "54b9ea89-2b71-46aa-9ba7-e689889ab56c", + "x-ms-arm-service-request-id": "6652fd8a-d074-4948-8f85-14bdcdabea2c", + "x-ms-client-request-id": "679b860cc57a89b89930c13dd1f8897c", + "x-ms-correlation-request-id": "a92b4097-44ae-4029-b303-fc3cdc6ffb30", "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "53a69c51-6310-4343-aa94-8ce4b3fca1ec", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T110951Z:54b9ea89-2b71-46aa-9ba7-e689889ab56c" + "x-ms-request-id": "ccb946cd-1b6c-429e-903e-209aef16c352", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T164151Z:a92b4097-44ae-4029-b303-fc3cdc6ffb30" }, "ResponseBody": { - "name": "azsmnet7917", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/connections/azsmnet7917", - "etag": "W/\u002237e516ce-9c31-49a3-b91e-cc2ce758f309\u0022", + "name": "azsmnet1231", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/connections/azsmnet1231", + "etag": "W/\u0022cec6492b-2471-4b6a-ad5a-333a990ee746\u0022", "type": "Microsoft.Network/connections", "location": "westus2", "properties": { "provisioningState": "Succeeded", - "resourceGuid": "6ec981a6-6735-4fe0-b473-7c6a7e807cd5", + "resourceGuid": "9e166f3e-a058-4d5c-8199-d27ea7ec920f", "packetCaptureDiagnosticState": "None", "virtualNetworkGateway1": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5107" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/virtualNetworkGateways/azsmnet9121" }, "localNetworkGateway2": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/localNetworkGateways/azsmnet8893" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/localNetworkGateways/azsmnet2261" }, "connectionType": "IPsec", "connectionProtocol": "IKEv2", @@ -3229,33 +3307,35 @@ "usePolicyBasedTrafficSelectors": false, "ipsecPolicies": [], "trafficSelectorPolicies": [], - "connectionStatus": "NotConnected", + "connectionStatus": "Unknown", "ingressBytesTransferred": 0, "egressBytesTransferred": 0, "expressRouteGatewayBypass": false, + "enablePrivateLinkFastPath": false, "dpdTimeoutSeconds": 0, - "connectionMode": "Default" + "connectionMode": "Default", + "gatewayCustomBgpIpAddresses": [] } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/connections/azsmnet7917?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/connections/azsmnet1231?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-8c2432c0da188340addd3de456c88d04-edc994b43e6e074f-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220530.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "19e6337da4296f26256a779feef39674", + "traceparent": "00-75883f201ed2ca356950deb8c1ec9db8-1fcefa11078ad974-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230421.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "2b51b1eb9719d5818dd1749cdfc6083c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1357", + "Content-Length": "1433", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 11:09:51 GMT", + "Date": "Fri, 21 Apr 2023 16:41:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -3264,28 +3344,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "59567dd5-f925-4d34-9093-8cc10692c565", - "x-ms-client-request-id": "19e6337da4296f26256a779feef39674", - "x-ms-correlation-request-id": "7dabf1d0-4120-4e48-8840-80e3732de6c7", + "x-ms-arm-service-request-id": "38b7656f-e1e6-4ba4-a8ab-6f2cc0f2e52f", + "x-ms-client-request-id": "2b51b1eb9719d5818dd1749cdfc6083c", + "x-ms-correlation-request-id": "8f763c14-80ad-4149-bb2a-098b782a7b0e", "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "e7b09691-d6dc-41c1-a484-ae4ea496b10d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T110952Z:7dabf1d0-4120-4e48-8840-80e3732de6c7" + "x-ms-request-id": "c672104c-1f18-4573-8a3e-59278582c433", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T164152Z:8f763c14-80ad-4149-bb2a-098b782a7b0e" }, "ResponseBody": { - "name": "azsmnet7917", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/connections/azsmnet7917", - "etag": "W/\u002237e516ce-9c31-49a3-b91e-cc2ce758f309\u0022", + "name": "azsmnet1231", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/connections/azsmnet1231", + "etag": "W/\u0022cec6492b-2471-4b6a-ad5a-333a990ee746\u0022", "type": "Microsoft.Network/connections", "location": "westus2", "properties": { "provisioningState": "Succeeded", - "resourceGuid": "6ec981a6-6735-4fe0-b473-7c6a7e807cd5", + "resourceGuid": "9e166f3e-a058-4d5c-8199-d27ea7ec920f", "packetCaptureDiagnosticState": "None", "virtualNetworkGateway1": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5107" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/virtualNetworkGateways/azsmnet9121" }, "localNetworkGateway2": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/localNetworkGateways/azsmnet8893" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/localNetworkGateways/azsmnet2261" }, "connectionType": "IPsec", "connectionProtocol": "IKEv2", @@ -3296,33 +3376,34 @@ "usePolicyBasedTrafficSelectors": false, "ipsecPolicies": [], "trafficSelectorPolicies": [], - "connectionStatus": "NotConnected", + "connectionStatus": "Unknown", "ingressBytesTransferred": 0, "egressBytesTransferred": 0, "expressRouteGatewayBypass": false, + "enablePrivateLinkFastPath": false, "dpdTimeoutSeconds": 0, - "connectionMode": "Default" + "connectionMode": "Default", + "gatewayCustomBgpIpAddresses": [] } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/connections?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/connections?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-6a2cd37a683b4e4295e00719b0284745-09419c08200df045-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220530.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "e5ff82e2c8aac06b9273fafe88636939", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230421.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "611d3ba78c9cc582c3ad9809133e1ff9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1440", + "Content-Length": "1529", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 11:09:52 GMT", + "Date": "Fri, 21 Apr 2023 16:41:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -3331,30 +3412,30 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e27a1adf-86bf-4e22-abc0-bec56906f21c", - "x-ms-client-request-id": "e5ff82e2c8aac06b9273fafe88636939", - "x-ms-correlation-request-id": "1f42d8a1-7ccd-4b58-a35e-fb7fc2f5c709", + "x-ms-arm-service-request-id": "53888ac4-8d8e-4716-9b75-512a174972e9", + "x-ms-client-request-id": "611d3ba78c9cc582c3ad9809133e1ff9", + "x-ms-correlation-request-id": "499f2302-589d-4968-8084-2873c3d54c52", "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-request-id": "523526fd-50a4-4bc3-864e-52cd644a3924", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T110952Z:1f42d8a1-7ccd-4b58-a35e-fb7fc2f5c709" + "x-ms-request-id": "5188f857-b536-4602-b50a-eb72426cd77f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T164153Z:499f2302-589d-4968-8084-2873c3d54c52" }, "ResponseBody": { "value": [ { - "name": "azsmnet7917", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/connections/azsmnet7917", - "etag": "W/\u002237e516ce-9c31-49a3-b91e-cc2ce758f309\u0022", + "name": "azsmnet1231", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/connections/azsmnet1231", + "etag": "W/\u0022cec6492b-2471-4b6a-ad5a-333a990ee746\u0022", "type": "Microsoft.Network/connections", "location": "westus2", "properties": { "provisioningState": "Succeeded", - "resourceGuid": "6ec981a6-6735-4fe0-b473-7c6a7e807cd5", + "resourceGuid": "9e166f3e-a058-4d5c-8199-d27ea7ec920f", "packetCaptureDiagnosticState": "None", "virtualNetworkGateway1": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5107" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/virtualNetworkGateways/azsmnet9121" }, "localNetworkGateway2": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7671/providers/Microsoft.Network/localNetworkGateways/azsmnet8893" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7267/providers/Microsoft.Network/localNetworkGateways/azsmnet2261" }, "connectionType": "IPsec", "connectionProtocol": "IKEv2", @@ -3367,8 +3448,10 @@ "ingressBytesTransferred": 0, "egressBytesTransferred": 0, "expressRouteGatewayBypass": false, + "enablePrivateLinkFastPath": false, "dpdTimeoutSeconds": 0, - "connectionMode": "Default" + "connectionMode": "Default", + "gatewayCustomBgpIpAddresses": [] } } ] @@ -3376,9 +3459,10 @@ } ], "Variables": { - "LOCATION": "westus", - "RandomSeed": "859456045", - "RESOURCE_MANAGER_URL": "https://management.azure.com", + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", + "LOCATION": "eastus", + "RandomSeed": "1104219530", + "RESOURCE_MANAGER_URL": null, "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" } } diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/GatewayOperationsTests/VnetGatewayConnectionVnetToVnetTest.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/GatewayOperationsTests/VnetGatewayConnectionVnetToVnetTest.json index c51937431604..e52fdadc77f0 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/GatewayOperationsTests/VnetGatewayConnectionVnetToVnetTest.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/GatewayOperationsTests/VnetGatewayConnectionVnetToVnetTest.json @@ -6,33 +6,33 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-5e6289ac85046d4486172eebbe2fe0ae-0767e15bd6d2914a-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "915105e25220dafbb672d2428ce9d31e", + "traceparent": "00-f26780de053b10e8ecf0d0690a32d19d-3093b2f32d308804-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "9104baa974eb87a2472bebed62615347", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "747", + "Content-Length": "748", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 09:21:56 GMT", + "Date": "Fri, 21 Apr 2023 13:20:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "29761c67-ae6e-44cb-b355-799fc7dd9381", + "x-ms-correlation-request-id": "0f962fd2-9ee4-4db7-8b3e-92662874d7ba", "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "29761c67-ae6e-44cb-b355-799fc7dd9381", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T092156Z:29761c67-ae6e-44cb-b355-799fc7dd9381" + "x-ms-request-id": "0f962fd2-9ee4-4db7-8b3e-92662874d7ba", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T132022Z:0f962fd2-9ee4-4db7-8b3e-92662874d7ba" }, "ResponseBody": { "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", "authorizationSource": "RoleBased", "managedByTenants": [], "tags": { - "TagKey-9823": "TagValue-566", + "TagKey-9823": "TagValue-1254", "TagKey-3481": "TagValue-320", "TagKey-4926": "TagValue-1187", "TagKey-751": "TagValue-3921", @@ -56,16 +56,16 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/csmrg6317?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/csmrg4514?api-version=**", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "31", + "Content-Length": "21", "Content-Type": "application/json", - "traceparent": "00-cffc24dcaa2be5479c644f000afdfe0e-3f7791b551b8a848-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "748333dae76c51ac4e1e2bbffa7a0353", + "traceparent": "00-713214c1006129e2f5266b7883513c8c-761e0470cbbd4cd6-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "38c30a9a01525da73e950cbd23f1e256", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -74,40 +74,39 @@ "StatusCode": 201, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "225", + "Content-Length": "215", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 09:21:59 GMT", + "Date": "Fri, 21 Apr 2023 13:20:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5fb90eb1-6aa1-420c-a4ca-8d55837aa8f5", + "x-ms-correlation-request-id": "f387fb9a-6332-40b7-9003-17e926405b13", "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "5fb90eb1-6aa1-420c-a4ca-8d55837aa8f5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T092159Z:5fb90eb1-6aa1-420c-a4ca-8d55837aa8f5" + "x-ms-request-id": "f387fb9a-6332-40b7-9003-17e926405b13", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T132024Z:f387fb9a-6332-40b7-9003-17e926405b13" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6317", - "name": "csmrg6317", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4514", + "name": "csmrg4514", "type": "Microsoft.Resources/resourceGroups", "location": "eastus", - "tags": {}, "properties": { "provisioningState": "Succeeded" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6317/providers/Microsoft.Network/virtualNetworks/azsmnet5396?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4514/providers/Microsoft.Network/virtualNetworks/azsmnet5906?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "171", "Content-Type": "application/json", - "traceparent": "00-552b79a399ea6e4889837a5be61b4253-faa068a12312e54b-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220530.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "fe48c79a7c32f17cecd305af011ba6d7", + "traceparent": "00-6c7a547cf589c6fbb6a82d5e56192a7a-e0a53c588fee9268-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230421.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "3ff1adf469a1194c4fa7199e791d0d6d", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -131,11 +130,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/c5309f62-633e-4ea0-b6c1-9bfaa39f829c?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/8dc0a637-5a70-4057-89e4-2596389dcf20?api-version=2022-09-01", "Cache-Control": "no-cache", - "Content-Length": "1234", + "Content-Length": "1235", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 09:22:07 GMT", + "Date": "Fri, 21 Apr 2023 13:20:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -145,22 +144,22 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "148bed92-9959-4d17-b264-eb7fe7778023", - "x-ms-client-request-id": "fe48c79a7c32f17cecd305af011ba6d7", - "x-ms-correlation-request-id": "e58c3c2b-4277-442a-a01b-c483c71a5958", + "x-ms-arm-service-request-id": "6ac9570b-9331-48de-9fd4-a20a91f5b875", + "x-ms-client-request-id": "3ff1adf469a1194c4fa7199e791d0d6d", + "x-ms-correlation-request-id": "3db7f199-5303-46c2-96b4-fe652176cb3c", "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "c5309f62-633e-4ea0-b6c1-9bfaa39f829c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T092207Z:e58c3c2b-4277-442a-a01b-c483c71a5958" + "x-ms-request-id": "8dc0a637-5a70-4057-89e4-2596389dcf20", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T132030Z:3db7f199-5303-46c2-96b4-fe652176cb3c" }, "ResponseBody": { - "name": "azsmnet5396", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6317/providers/Microsoft.Network/virtualNetworks/azsmnet5396", - "etag": "W/\u002283d1a630-209f-49dc-b372-ddfd2c31f36d\u0022", + "name": "azsmnet5906", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4514/providers/Microsoft.Network/virtualNetworks/azsmnet5906", + "etag": "W/\u002221df353f-644f-4f20-9578-069dd2315acc\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "eastus", "properties": { "provisioningState": "Updating", - "resourceGuid": "c3dcc415-3153-48ad-a3ec-baf80c0c62af", + "resourceGuid": "c9496bd6-78d9-4c5a-a73b-be513341c00f", "addressSpace": { "addressPrefixes": [ "10.54.0.0/16" @@ -169,13 +168,13 @@ "subnets": [ { "name": "GatewaySubnet", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6317/providers/Microsoft.Network/virtualNetworks/azsmnet5396/subnets/GatewaySubnet", - "etag": "W/\u002283d1a630-209f-49dc-b372-ddfd2c31f36d\u0022", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4514/providers/Microsoft.Network/virtualNetworks/azsmnet5906/subnets/GatewaySubnet", + "etag": "W/\u002221df353f-644f-4f20-9578-069dd2315acc\u0022", "properties": { "provisioningState": "Updating", "addressPrefix": "10.54.0.0/24", "delegations": [], - "privateEndpointNetworkPolicies": "Enabled", + "privateEndpointNetworkPolicies": "Disabled", "privateLinkServiceNetworkPolicies": "Enabled" }, "type": "Microsoft.Network/virtualNetworks/subnets" @@ -187,13 +186,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/c5309f62-633e-4ea0-b6c1-9bfaa39f829c?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/8dc0a637-5a70-4057-89e4-2596389dcf20?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-552b79a399ea6e4889837a5be61b4253-f2fc941a75dccb4a-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "0b4e01ef47d5b7a806838014a7a24c02", + "traceparent": "00-6c7a547cf589c6fbb6a82d5e56192a7a-d541c4d72f827252-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a66d7197c255a1f8761f03598ebec477", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -202,7 +201,7 @@ "Cache-Control": "no-cache", "Content-Length": "29", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 09:22:07 GMT", + "Date": "Fri, 21 Apr 2023 13:20:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -211,35 +210,35 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f77fe17b-7fac-4e72-a4da-ad3d20c1f272", - "x-ms-client-request-id": "0b4e01ef47d5b7a806838014a7a24c02", - "x-ms-correlation-request-id": "1247db0b-7674-4901-a445-b0e3a89a94e6", + "x-ms-arm-service-request-id": "846e254b-8476-4ded-9e1e-c7df54d40fca", + "x-ms-client-request-id": "a66d7197c255a1f8761f03598ebec477", + "x-ms-correlation-request-id": "1848f629-4bf2-4a8a-b148-8ec87ab41007", "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "cf4c424d-0b69-48d5-bad8-2e8d1ed0d18b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T092208Z:1247db0b-7674-4901-a445-b0e3a89a94e6" + "x-ms-request-id": "257d1819-a7a3-426f-8963-b5dd1b2448e1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T132030Z:1848f629-4bf2-4a8a-b148-8ec87ab41007" }, "ResponseBody": { "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6317/providers/Microsoft.Network/virtualNetworks/azsmnet5396?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4514/providers/Microsoft.Network/virtualNetworks/azsmnet5906?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-552b79a399ea6e4889837a5be61b4253-d2d93b102755804a-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "31d6e784790f2417a9a4bf6047abd730", + "traceparent": "00-6c7a547cf589c6fbb6a82d5e56192a7a-543386650f580cd0-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "20ce4ffee3ce9ea0f4950bf38ab74f2c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1236", + "Content-Length": "1237", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 09:22:08 GMT", - "ETag": "W/\u0022da6beb76-4951-4001-8a9f-af020ce4f0cd\u0022", + "Date": "Fri, 21 Apr 2023 13:20:30 GMT", + "ETag": "W/\u00220ffb6da8-03d3-48fc-9c6d-e8772f01f784\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -248,22 +247,22 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "af977eab-ab59-4e0c-8dd4-306eef190725", - "x-ms-client-request-id": "31d6e784790f2417a9a4bf6047abd730", - "x-ms-correlation-request-id": "8b252dc0-0e0c-4ba1-b54f-3f26184e4180", + "x-ms-arm-service-request-id": "63213a62-fcc4-4672-9785-054d35bb4c80", + "x-ms-client-request-id": "20ce4ffee3ce9ea0f4950bf38ab74f2c", + "x-ms-correlation-request-id": "51b0a437-0637-4849-95f6-2a229cad864e", "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "2db812eb-3cf5-4d3d-85a5-fbed02f8da6b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T092208Z:8b252dc0-0e0c-4ba1-b54f-3f26184e4180" + "x-ms-request-id": "9286caf7-d963-46f8-b9fd-285d3b0c7ae1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T132031Z:51b0a437-0637-4849-95f6-2a229cad864e" }, "ResponseBody": { - "name": "azsmnet5396", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6317/providers/Microsoft.Network/virtualNetworks/azsmnet5396", - "etag": "W/\u0022da6beb76-4951-4001-8a9f-af020ce4f0cd\u0022", + "name": "azsmnet5906", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4514/providers/Microsoft.Network/virtualNetworks/azsmnet5906", + "etag": "W/\u00220ffb6da8-03d3-48fc-9c6d-e8772f01f784\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "eastus", "properties": { "provisioningState": "Succeeded", - "resourceGuid": "c3dcc415-3153-48ad-a3ec-baf80c0c62af", + "resourceGuid": "c9496bd6-78d9-4c5a-a73b-be513341c00f", "addressSpace": { "addressPrefixes": [ "10.54.0.0/16" @@ -272,13 +271,13 @@ "subnets": [ { "name": "GatewaySubnet", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6317/providers/Microsoft.Network/virtualNetworks/azsmnet5396/subnets/GatewaySubnet", - "etag": "W/\u0022da6beb76-4951-4001-8a9f-af020ce4f0cd\u0022", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4514/providers/Microsoft.Network/virtualNetworks/azsmnet5906/subnets/GatewaySubnet", + "etag": "W/\u00220ffb6da8-03d3-48fc-9c6d-e8772f01f784\u0022", "properties": { "provisioningState": "Succeeded", "addressPrefix": "10.54.0.0/24", "delegations": [], - "privateEndpointNetworkPolicies": "Enabled", + "privateEndpointNetworkPolicies": "Disabled", "privateLinkServiceNetworkPolicies": "Enabled" }, "type": "Microsoft.Network/virtualNetworks/subnets" @@ -290,24 +289,24 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6317/providers/Microsoft.Network/virtualNetworks/azsmnet5396?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4514/providers/Microsoft.Network/virtualNetworks/azsmnet5906?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-bea8dbebdd132e42bf4a209216146853-ecd9f389023b8c41-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220530.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "00c035db9bccdc02a03dd2f1f509fd9d", + "traceparent": "00-064020007c32e41a10f8ba0f5d2b853c-5554154134fcf379-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230421.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "08060f6d67b09318d871fc30525ece74", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1236", + "Content-Length": "1237", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 09:22:08 GMT", - "ETag": "W/\u0022da6beb76-4951-4001-8a9f-af020ce4f0cd\u0022", + "Date": "Fri, 21 Apr 2023 13:20:31 GMT", + "ETag": "W/\u00220ffb6da8-03d3-48fc-9c6d-e8772f01f784\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -316,22 +315,22 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0a34ee54-3953-4cf4-8498-9ee1caa5f755", - "x-ms-client-request-id": "00c035db9bccdc02a03dd2f1f509fd9d", - "x-ms-correlation-request-id": "92b2068f-0bd3-450b-b44e-9b1a67f7b29b", + "x-ms-arm-service-request-id": "d0c0e2dc-f07a-4447-ab1e-a8464aaa7a97", + "x-ms-client-request-id": "08060f6d67b09318d871fc30525ece74", + "x-ms-correlation-request-id": "01bcecff-7ca9-4192-8a8e-b763ec19fdd5", "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "23e572db-06d9-4e0e-9ab8-569b980d6ed9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T092209Z:92b2068f-0bd3-450b-b44e-9b1a67f7b29b" + "x-ms-request-id": "e43218ac-a371-4299-bc3f-5e8842fd9f1f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T132032Z:01bcecff-7ca9-4192-8a8e-b763ec19fdd5" }, "ResponseBody": { - "name": "azsmnet5396", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6317/providers/Microsoft.Network/virtualNetworks/azsmnet5396", - "etag": "W/\u0022da6beb76-4951-4001-8a9f-af020ce4f0cd\u0022", + "name": "azsmnet5906", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4514/providers/Microsoft.Network/virtualNetworks/azsmnet5906", + "etag": "W/\u00220ffb6da8-03d3-48fc-9c6d-e8772f01f784\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "eastus", "properties": { "provisioningState": "Succeeded", - "resourceGuid": "c3dcc415-3153-48ad-a3ec-baf80c0c62af", + "resourceGuid": "c9496bd6-78d9-4c5a-a73b-be513341c00f", "addressSpace": { "addressPrefixes": [ "10.54.0.0/16" @@ -340,13 +339,13 @@ "subnets": [ { "name": "GatewaySubnet", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6317/providers/Microsoft.Network/virtualNetworks/azsmnet5396/subnets/GatewaySubnet", - "etag": "W/\u0022da6beb76-4951-4001-8a9f-af020ce4f0cd\u0022", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4514/providers/Microsoft.Network/virtualNetworks/azsmnet5906/subnets/GatewaySubnet", + "etag": "W/\u00220ffb6da8-03d3-48fc-9c6d-e8772f01f784\u0022", "properties": { "provisioningState": "Succeeded", "addressPrefix": "10.54.0.0/24", "delegations": [], - "privateEndpointNetworkPolicies": "Enabled", + "privateEndpointNetworkPolicies": "Disabled", "privateLinkServiceNetworkPolicies": "Enabled" }, "type": "Microsoft.Network/virtualNetworks/subnets" @@ -358,24 +357,24 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6317/providers/Microsoft.Network/virtualNetworks/azsmnet5396/subnets/GatewaySubnet?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4514/providers/Microsoft.Network/virtualNetworks/azsmnet5906/subnets/GatewaySubnet?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-ebc1757e5395914198097c7af27382a1-e0cbf40e50ed644c-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220530.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "324c3185c6e575c0e92a613187486f5b", + "traceparent": "00-594bc8ca9537cb97d82a70af2576193c-dae718995360328a-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230421.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "799667e91a55b43ad1ceb1c0b60516bf", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "539", + "Content-Length": "540", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 09:22:09 GMT", - "ETag": "W/\u0022da6beb76-4951-4001-8a9f-af020ce4f0cd\u0022", + "Date": "Fri, 21 Apr 2023 13:20:31 GMT", + "ETag": "W/\u00220ffb6da8-03d3-48fc-9c6d-e8772f01f784\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -384,38 +383,38 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "43291727-4b3b-4978-af95-e751ca12248d", - "x-ms-client-request-id": "324c3185c6e575c0e92a613187486f5b", - "x-ms-correlation-request-id": "8d409f30-ce9c-40b0-b344-ef19ae1d1394", + "x-ms-arm-service-request-id": "e3fbca27-836d-4794-863f-ea198bdf424d", + "x-ms-client-request-id": "799667e91a55b43ad1ceb1c0b60516bf", + "x-ms-correlation-request-id": "448ec9a0-c2ce-41a9-a68c-2d1247d1e2b9", "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "81f3283f-49f9-4b4b-80e9-f37edc82d66d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T092209Z:8d409f30-ce9c-40b0-b344-ef19ae1d1394" + "x-ms-request-id": "e3e8d715-0279-4970-9edc-f283d29f8f3f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T132032Z:448ec9a0-c2ce-41a9-a68c-2d1247d1e2b9" }, "ResponseBody": { "name": "GatewaySubnet", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6317/providers/Microsoft.Network/virtualNetworks/azsmnet5396/subnets/GatewaySubnet", - "etag": "W/\u0022da6beb76-4951-4001-8a9f-af020ce4f0cd\u0022", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4514/providers/Microsoft.Network/virtualNetworks/azsmnet5906/subnets/GatewaySubnet", + "etag": "W/\u00220ffb6da8-03d3-48fc-9c6d-e8772f01f784\u0022", "properties": { "provisioningState": "Succeeded", "addressPrefix": "10.54.0.0/24", "delegations": [], - "privateEndpointNetworkPolicies": "Enabled", + "privateEndpointNetworkPolicies": "Disabled", "privateLinkServiceNetworkPolicies": "Enabled" }, "type": "Microsoft.Network/virtualNetworks/subnets" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6317/providers/Microsoft.Network/publicIPAddresses/azsmnet487?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4514/providers/Microsoft.Network/publicIPAddresses/azsmnet114?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "144", + "Content-Length": "143", "Content-Type": "application/json", - "traceparent": "00-407023b5cc607245847675fbfb85ed58-2107f6790af27743-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220530.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "4be17138e835f9e590d1a6262e9fa722", + "traceparent": "00-3f4417dcef2a41cc172cddba7a2902dc-e98f74cad2c8969b-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230421.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "bcb87eec97c73a37475de66f4b95c696", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -426,18 +425,18 @@ "properties": { "publicIPAllocationMethod": "Dynamic", "dnsSettings": { - "domainNameLabel": "azsmnet4126" + "domainNameLabel": "azsmnet706" } } }, "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/af1a1c5f-fd0d-4529-8709-8278c6963e03?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/6e2a2b2c-6dc4-43a4-9eeb-08c45eb55996?api-version=2022-09-01", "Cache-Control": "no-cache", - "Content-Length": "792", + "Content-Length": "790", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 09:22:13 GMT", + "Date": "Fri, 21 Apr 2023 13:20:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "1", @@ -447,30 +446,30 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "adea35c3-7458-48f1-99bb-b3ee3606a9a6", - "x-ms-client-request-id": "4be17138e835f9e590d1a6262e9fa722", - "x-ms-correlation-request-id": "b8050413-8543-4119-b8e8-e7aadfa5d8a5", + "x-ms-arm-service-request-id": "3d2865fe-32cd-4264-a60a-96036813d9f5", + "x-ms-client-request-id": "bcb87eec97c73a37475de66f4b95c696", + "x-ms-correlation-request-id": "507c10f7-abab-4613-90d6-018bee89e92a", "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "af1a1c5f-fd0d-4529-8709-8278c6963e03", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T092213Z:b8050413-8543-4119-b8e8-e7aadfa5d8a5" + "x-ms-request-id": "6e2a2b2c-6dc4-43a4-9eeb-08c45eb55996", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T132037Z:507c10f7-abab-4613-90d6-018bee89e92a" }, "ResponseBody": { - "name": "azsmnet487", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6317/providers/Microsoft.Network/publicIPAddresses/azsmnet487", - "etag": "W/\u0022ed8dd2af-7fd0-424a-9c00-7c1f83151afd\u0022", + "name": "azsmnet114", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4514/providers/Microsoft.Network/publicIPAddresses/azsmnet114", + "etag": "W/\u00229e5721de-bb77-434f-9fbd-0f8c7e988fba\u0022", "location": "eastus", "tags": { "key": "value" }, "properties": { "provisioningState": "Updating", - "resourceGuid": "2e26a430-d797-445b-9912-372ff62035b0", + "resourceGuid": "249e28b0-f7c2-4c1d-bc07-62aebc0122c7", "publicIPAddressVersion": "IPv4", "publicIPAllocationMethod": "Dynamic", "idleTimeoutInMinutes": 4, "dnsSettings": { - "domainNameLabel": "azsmnet4126", - "fqdn": "azsmnet4126.eastus.cloudapp.azure.com" + "domainNameLabel": "azsmnet706", + "fqdn": "azsmnet706.eastus.cloudapp.azure.com" }, "ipTags": [] }, @@ -482,13 +481,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/af1a1c5f-fd0d-4529-8709-8278c6963e03?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/6e2a2b2c-6dc4-43a4-9eeb-08c45eb55996?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-407023b5cc607245847675fbfb85ed58-cb704d6b20483749-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "8bd1a6443abb63fc4ceb35eecfc3fbc1", + "traceparent": "00-3f4417dcef2a41cc172cddba7a2902dc-a87a31eeda76476a-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "4f727b602dbcffa0421ad2ddcd62821c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -497,7 +496,7 @@ "Cache-Control": "no-cache", "Content-Length": "29", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 09:22:13 GMT", + "Date": "Fri, 21 Apr 2023 13:20:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -506,35 +505,35 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ac9de528-a902-4c0f-9653-feed1b22ee34", - "x-ms-client-request-id": "8bd1a6443abb63fc4ceb35eecfc3fbc1", - "x-ms-correlation-request-id": "05eaf0b2-2969-4900-b7fe-d48df6ff4be0", + "x-ms-arm-service-request-id": "e397691a-9dfd-448e-9363-827d6434c634", + "x-ms-client-request-id": "4f727b602dbcffa0421ad2ddcd62821c", + "x-ms-correlation-request-id": "414a39e9-ae7a-4ceb-8837-504c996cf9ec", "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "48ee74a3-3143-4682-8196-ae0d87a2abe0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T092214Z:05eaf0b2-2969-4900-b7fe-d48df6ff4be0" + "x-ms-request-id": "09358446-6724-45c3-9418-cef8cc1209d8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T132037Z:414a39e9-ae7a-4ceb-8837-504c996cf9ec" }, "ResponseBody": { "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6317/providers/Microsoft.Network/publicIPAddresses/azsmnet487?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4514/providers/Microsoft.Network/publicIPAddresses/azsmnet114?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-407023b5cc607245847675fbfb85ed58-f9088f3fcbfce34d-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "596d658a07fb2204fc973592ae14a438", + "traceparent": "00-3f4417dcef2a41cc172cddba7a2902dc-b87ea8e85b6bd8b7-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f3fb20f9f99e9800a96585e5e1df5d75", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "793", + "Content-Length": "791", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 09:22:14 GMT", - "ETag": "W/\u00225c193d2a-fa1c-4485-b8a1-c57eaa2612c8\u0022", + "Date": "Fri, 21 Apr 2023 13:20:37 GMT", + "ETag": "W/\u00229260e2e0-6508-4fc5-bfa4-07c902abce25\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -543,30 +542,30 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "19f4f14b-8124-4c78-9f82-67f3b3384999", - "x-ms-client-request-id": "596d658a07fb2204fc973592ae14a438", - "x-ms-correlation-request-id": "05f05ad6-35aa-4f19-ad5c-4a16589a633a", + "x-ms-arm-service-request-id": "77040e56-3c71-4bee-81a6-915f95b063d6", + "x-ms-client-request-id": "f3fb20f9f99e9800a96585e5e1df5d75", + "x-ms-correlation-request-id": "18fb5b8b-7f6d-47d2-89c0-8b0af97ca8a8", "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "861c1bee-5c6e-483e-a2d9-87a5b81981f7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T092214Z:05f05ad6-35aa-4f19-ad5c-4a16589a633a" + "x-ms-request-id": "ab60fb4c-da28-41ce-84e5-eaa68547e9a7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T132038Z:18fb5b8b-7f6d-47d2-89c0-8b0af97ca8a8" }, "ResponseBody": { - "name": "azsmnet487", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6317/providers/Microsoft.Network/publicIPAddresses/azsmnet487", - "etag": "W/\u00225c193d2a-fa1c-4485-b8a1-c57eaa2612c8\u0022", + "name": "azsmnet114", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4514/providers/Microsoft.Network/publicIPAddresses/azsmnet114", + "etag": "W/\u00229260e2e0-6508-4fc5-bfa4-07c902abce25\u0022", "location": "eastus", "tags": { "key": "value" }, "properties": { "provisioningState": "Succeeded", - "resourceGuid": "2e26a430-d797-445b-9912-372ff62035b0", + "resourceGuid": "249e28b0-f7c2-4c1d-bc07-62aebc0122c7", "publicIPAddressVersion": "IPv4", "publicIPAllocationMethod": "Dynamic", "idleTimeoutInMinutes": 4, "dnsSettings": { - "domainNameLabel": "azsmnet4126", - "fqdn": "azsmnet4126.eastus.cloudapp.azure.com" + "domainNameLabel": "azsmnet706", + "fqdn": "azsmnet706.eastus.cloudapp.azure.com" }, "ipTags": [] }, @@ -578,24 +577,24 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6317/providers/Microsoft.Network/publicIPAddresses/azsmnet487?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4514/providers/Microsoft.Network/publicIPAddresses/azsmnet114?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-a4a8e375822f644ab3e240cc1d463f2f-f923cdfcbc9df14f-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220530.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "88e12e041ccea06619fc575fe0867b52", + "traceparent": "00-7574810c10b07049e5f2d1efa8ff98a5-cc4f442ead02df42-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230421.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "cf0ea9017722dcd9832194bb81f785d4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "793", + "Content-Length": "791", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 09:22:15 GMT", - "ETag": "W/\u00225c193d2a-fa1c-4485-b8a1-c57eaa2612c8\u0022", + "Date": "Fri, 21 Apr 2023 13:20:37 GMT", + "ETag": "W/\u00229260e2e0-6508-4fc5-bfa4-07c902abce25\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -604,30 +603,30 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f16cadee-00d8-418d-aa38-e9f428829692", - "x-ms-client-request-id": "88e12e041ccea06619fc575fe0867b52", - "x-ms-correlation-request-id": "98a4de53-0f0b-4bde-a88c-f7427d15760a", + "x-ms-arm-service-request-id": "80593b56-e3af-4ed6-ae23-aea74419d09e", + "x-ms-client-request-id": "cf0ea9017722dcd9832194bb81f785d4", + "x-ms-correlation-request-id": "e480c1f8-5968-4ba1-ba1c-3b777b1a8c03", "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "629e1330-40db-42e7-8aa5-18d7516a0ab0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T092215Z:98a4de53-0f0b-4bde-a88c-f7427d15760a" + "x-ms-request-id": "bf12c1c8-aff3-487c-95a2-bcb259f994bb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T132038Z:e480c1f8-5968-4ba1-ba1c-3b777b1a8c03" }, "ResponseBody": { - "name": "azsmnet487", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6317/providers/Microsoft.Network/publicIPAddresses/azsmnet487", - "etag": "W/\u00225c193d2a-fa1c-4485-b8a1-c57eaa2612c8\u0022", + "name": "azsmnet114", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4514/providers/Microsoft.Network/publicIPAddresses/azsmnet114", + "etag": "W/\u00229260e2e0-6508-4fc5-bfa4-07c902abce25\u0022", "location": "eastus", "tags": { "key": "value" }, "properties": { "provisioningState": "Succeeded", - "resourceGuid": "2e26a430-d797-445b-9912-372ff62035b0", + "resourceGuid": "249e28b0-f7c2-4c1d-bc07-62aebc0122c7", "publicIPAddressVersion": "IPv4", "publicIPAllocationMethod": "Dynamic", "idleTimeoutInMinutes": 4, "dnsSettings": { - "domainNameLabel": "azsmnet4126", - "fqdn": "azsmnet4126.eastus.cloudapp.azure.com" + "domainNameLabel": "azsmnet706", + "fqdn": "azsmnet706.eastus.cloudapp.azure.com" }, "ipTags": [] }, @@ -639,16 +638,16 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6317/providers/Microsoft.Network/virtualNetworkGateways/azsmnet8641?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4514/providers/Microsoft.Network/virtualNetworkGateways/azsmnet1044?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "551", "Content-Type": "application/json", - "traceparent": "00-7f006d653e82534d9bb25860a1ce532b-98fbfc216babe04b-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220530.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "74ebef463d7caea28e240569b43746fc", + "traceparent": "00-cf01d685ca4f3ebb6b271da4114072df-db78fc1438da5430-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230421.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "67d7bd5e669fd97ba557a8ba1d62bd5d", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -659,14 +658,14 @@ "properties": { "ipConfigurations": [ { - "name": "azsmnet1711", + "name": "azsmnet2231", "properties": { "privateIPAllocationMethod": "Dynamic", "subnet": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6317/providers/Microsoft.Network/virtualNetworks/azsmnet5396/subnets/GatewaySubnet" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4514/providers/Microsoft.Network/virtualNetworks/azsmnet5906/subnets/GatewaySubnet" }, "publicIPAddress": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6317/providers/Microsoft.Network/publicIPAddresses/azsmnet487" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4514/providers/Microsoft.Network/publicIPAddresses/azsmnet114" } } } @@ -679,11 +678,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/7b878dda-e897-41d2-be50-62cd574dc7ce?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/ede113a7-4768-4be2-8df5-921748cfb345?api-version=2022-09-01", "Cache-Control": "no-cache", - "Content-Length": "2577", + "Content-Length": "2778", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 09:22:19 GMT", + "Date": "Fri, 21 Apr 2023 13:20:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", @@ -693,17 +692,17 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "94abd30c-1021-4cbc-b463-4600866fd0fa", - "x-ms-client-request-id": "74ebef463d7caea28e240569b43746fc", - "x-ms-correlation-request-id": "cf9e075c-a5b3-4797-8958-bab7217243ac", + "x-ms-arm-service-request-id": "049e99f0-c0f8-44f3-9fd8-04eeb6d9b453", + "x-ms-client-request-id": "67d7bd5e669fd97ba557a8ba1d62bd5d", + "x-ms-correlation-request-id": "a9901d9b-f067-4655-88c5-56908ee9986f", "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-request-id": "7b878dda-e897-41d2-be50-62cd574dc7ce", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T092219Z:cf9e075c-a5b3-4797-8958-bab7217243ac" + "x-ms-request-id": "ede113a7-4768-4be2-8df5-921748cfb345", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T132042Z:a9901d9b-f067-4655-88c5-56908ee9986f" }, "ResponseBody": { - "name": "azsmnet8641", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6317/providers/Microsoft.Network/virtualNetworkGateways/azsmnet8641", - "etag": "W/\u0022d0ac72f3-b53d-4523-b863-3ffbd02f29c0\u0022", + "name": "azsmnet1044", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4514/providers/Microsoft.Network/virtualNetworkGateways/azsmnet1044", + "etag": "W/\u0022715c0b35-ae39-4fdb-91ba-0b8bb0bac518\u0022", "type": "Microsoft.Network/virtualNetworkGateways", "location": "eastus", "tags": { @@ -711,28 +710,30 @@ }, "properties": { "provisioningState": "Updating", - "resourceGuid": "ed287203-fd14-44dd-82ed-e75d8c18aa56", + "resourceGuid": "fed0ff1f-0f84-41c7-b88f-c61b2a6b3ab2", "packetCaptureDiagnosticState": "None", "enablePrivateIpAddress": false, + "isMigrateToCSES": false, "ipConfigurations": [ { - "name": "azsmnet1711", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6317/providers/Microsoft.Network/virtualNetworkGateways/azsmnet8641/ipConfigurations/azsmnet1711", - "etag": "W/\u0022d0ac72f3-b53d-4523-b863-3ffbd02f29c0\u0022", + "name": "azsmnet2231", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4514/providers/Microsoft.Network/virtualNetworkGateways/azsmnet1044/ipConfigurations/azsmnet2231", + "etag": "W/\u0022715c0b35-ae39-4fdb-91ba-0b8bb0bac518\u0022", "type": "Microsoft.Network/virtualNetworkGateways/ipConfigurations", "properties": { "provisioningState": "Updating", "privateIPAllocationMethod": "Dynamic", "publicIPAddress": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6317/providers/Microsoft.Network/publicIPAddresses/azsmnet487" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4514/providers/Microsoft.Network/publicIPAddresses/azsmnet114" }, "subnet": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6317/providers/Microsoft.Network/virtualNetworks/azsmnet5396/subnets/GatewaySubnet" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4514/providers/Microsoft.Network/virtualNetworks/azsmnet5906/subnets/GatewaySubnet" } } } ], "natRules": [], + "virtualNetworkGatewayPolicyGroups": [], "enableBgpRouteTranslationForNat": false, "disableIPSecReplayProtection": false, "sku": { @@ -751,6 +752,7 @@ "vpnAuthenticationTypes": [], "vpnClientRootCertificates": [], "vpnClientRevokedCertificates": [], + "vngClientConnectionConfigurations": [], "radiusServers": [], "vpnClientIpsecPolicies": [] }, @@ -759,24 +761,26 @@ "peerWeight": 0, "bgpPeeringAddresses": [ { - "ipconfigurationId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6317/providers/Microsoft.Network/virtualNetworkGateways/azsmnet8641/ipConfigurations/azsmnet1711", + "ipconfigurationId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4514/providers/Microsoft.Network/virtualNetworkGateways/azsmnet1044/ipConfigurations/azsmnet2231", "defaultBgpIpAddresses": [], "customBgpIpAddresses": [] } ] }, - "vpnGatewayGeneration": "Generation1" + "vpnGatewayGeneration": "Generation1", + "allowRemoteVnetTraffic": false, + "allowVirtualWanTraffic": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/7b878dda-e897-41d2-be50-62cd574dc7ce?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/ede113a7-4768-4be2-8df5-921748cfb345?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-7f006d653e82534d9bb25860a1ce532b-ab902a1d5cf8fe41-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "b5ce36ea8f4da3b2e61f8d429ab0471f", + "traceparent": "00-cf01d685ca4f3ebb6b271da4114072df-4ec5e10a79281223-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a08048869a9da70a5349d28134c80431", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -785,7 +789,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 09:22:19 GMT", + "Date": "Fri, 21 Apr 2023 13:20:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", @@ -795,25 +799,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c88099da-1e1e-438e-9abe-52cb2e11500f", - "x-ms-client-request-id": "b5ce36ea8f4da3b2e61f8d429ab0471f", - "x-ms-correlation-request-id": "a42f3a17-2cc6-4b88-aa06-95fc37bfd372", + "x-ms-arm-service-request-id": "9eeb11d5-4f13-4f15-820b-60017d39863f", + "x-ms-client-request-id": "a08048869a9da70a5349d28134c80431", + "x-ms-correlation-request-id": "877bf001-3d6f-4b50-9120-f652c392a63b", "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "1bce15e8-df64-4a2f-a229-ba607754497a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T092220Z:a42f3a17-2cc6-4b88-aa06-95fc37bfd372" + "x-ms-request-id": "f18d8133-b176-4d8f-816d-37be21cbfd78", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T132042Z:877bf001-3d6f-4b50-9120-f652c392a63b" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/7b878dda-e897-41d2-be50-62cd574dc7ce?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/ede113a7-4768-4be2-8df5-921748cfb345?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-7f006d653e82534d9bb25860a1ce532b-2cb2af86396a3242-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "da9ce3183570d784ef1d357c8dfd6c17", + "traceparent": "00-cf01d685ca4f3ebb6b271da4114072df-1ea207c5105b1aec-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "611b24feab80dd9f76b8f7220137c2f2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -822,7 +826,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 09:22:29 GMT", + "Date": "Fri, 21 Apr 2023 13:20:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "20", @@ -832,25 +836,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d053be16-44f1-4156-8571-17532ad10f76", - "x-ms-client-request-id": "da9ce3183570d784ef1d357c8dfd6c17", - "x-ms-correlation-request-id": "1d105f7d-ffd6-4bfa-a618-7d5ffb3c961a", + "x-ms-arm-service-request-id": "95255be8-6844-4746-8d4d-30057e3e668d", + "x-ms-client-request-id": "611b24feab80dd9f76b8f7220137c2f2", + "x-ms-correlation-request-id": "ecb7cdba-feeb-47a4-950d-82eae3bd36d2", "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "a468eb8c-3c09-4280-b6fb-395b836b3282", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T092230Z:1d105f7d-ffd6-4bfa-a618-7d5ffb3c961a" + "x-ms-request-id": "7346054d-280c-4082-9eb8-f4d1081f541a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T132053Z:ecb7cdba-feeb-47a4-950d-82eae3bd36d2" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/7b878dda-e897-41d2-be50-62cd574dc7ce?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/ede113a7-4768-4be2-8df5-921748cfb345?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-7f006d653e82534d9bb25860a1ce532b-7fcd1a75c30d1049-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "7e7e230891695bafee3e8cd3e0bc328e", + "traceparent": "00-cf01d685ca4f3ebb6b271da4114072df-62016bb051a3eb0c-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d534f7771de241bf19ac5fb0afc4eaa7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -859,7 +863,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 09:22:50 GMT", + "Date": "Fri, 21 Apr 2023 13:21:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "20", @@ -869,25 +873,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0977aeea-4529-4643-a851-87e8bcf900f4", - "x-ms-client-request-id": "7e7e230891695bafee3e8cd3e0bc328e", - "x-ms-correlation-request-id": "eeced17c-1980-4820-8d69-65af9af3f75d", + "x-ms-arm-service-request-id": "dbcc81f3-f473-4c0f-8f7c-6aa351b341a6", + "x-ms-client-request-id": "d534f7771de241bf19ac5fb0afc4eaa7", + "x-ms-correlation-request-id": "dde6c7b4-4676-4c21-a5ee-7ec053e09587", "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "a574623d-207d-4ba5-9a9f-cce19e9c6f21", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T092250Z:eeced17c-1980-4820-8d69-65af9af3f75d" + "x-ms-request-id": "c7d39f1d-0f43-45bc-bab9-d1b3db8d74ea", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T132113Z:dde6c7b4-4676-4c21-a5ee-7ec053e09587" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/7b878dda-e897-41d2-be50-62cd574dc7ce?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/ede113a7-4768-4be2-8df5-921748cfb345?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-7f006d653e82534d9bb25860a1ce532b-765c5ad45382834d-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "5e8c8fb841dab571b1f6c52f5a3516e9", + "traceparent": "00-cf01d685ca4f3ebb6b271da4114072df-654f6c98822daab7-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f24634787e97da30a8a329e5a2e7a61c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -896,7 +900,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 09:23:10 GMT", + "Date": "Fri, 21 Apr 2023 13:21:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "40", @@ -906,25 +910,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5fb4b880-5acf-44ee-a6f6-bc32ebd736ac", - "x-ms-client-request-id": "5e8c8fb841dab571b1f6c52f5a3516e9", - "x-ms-correlation-request-id": "b7c1164b-a614-4222-b342-b254ec1f0bfe", + "x-ms-arm-service-request-id": "be52cbe5-5a96-404e-be10-23deca24ca68", + "x-ms-client-request-id": "f24634787e97da30a8a329e5a2e7a61c", + "x-ms-correlation-request-id": "5e593cb2-9bd4-4133-8f40-3c31b609692e", "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "0d81745e-db58-43e8-9055-765cf06ad30e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T092311Z:b7c1164b-a614-4222-b342-b254ec1f0bfe" + "x-ms-request-id": "6adbdcec-50d5-46f5-8365-30bda80b8270", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T132134Z:5e593cb2-9bd4-4133-8f40-3c31b609692e" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/7b878dda-e897-41d2-be50-62cd574dc7ce?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/ede113a7-4768-4be2-8df5-921748cfb345?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-7f006d653e82534d9bb25860a1ce532b-24d4d4790f68c846-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "773a76b3c93187b63441ec32a9b0f733", + "traceparent": "00-cf01d685ca4f3ebb6b271da4114072df-6a9bbe9db6ecca6f-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "3d09df862f93e04e65d947d44cef2db1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -933,7 +937,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 09:23:51 GMT", + "Date": "Fri, 21 Apr 2023 13:22:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "40", @@ -943,25 +947,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b40d2455-6eeb-4c99-a86c-b4cd00fa104f", - "x-ms-client-request-id": "773a76b3c93187b63441ec32a9b0f733", - "x-ms-correlation-request-id": "b6a45999-eb31-4b49-afda-b7ddf84003fd", + "x-ms-arm-service-request-id": "b0e4ffaf-4c77-4295-93e3-911fb1787774", + "x-ms-client-request-id": "3d09df862f93e04e65d947d44cef2db1", + "x-ms-correlation-request-id": "b8ace011-ec95-4c84-b457-a62bbcb92124", "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-request-id": "4555232a-0887-441e-a9c4-e81cd599ae77", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T092351Z:b6a45999-eb31-4b49-afda-b7ddf84003fd" + "x-ms-request-id": "ab433f07-4852-4cd2-b5cf-d320d8e4168c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T132215Z:b8ace011-ec95-4c84-b457-a62bbcb92124" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/7b878dda-e897-41d2-be50-62cd574dc7ce?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/ede113a7-4768-4be2-8df5-921748cfb345?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-7f006d653e82534d9bb25860a1ce532b-9125db0e7b35bf44-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "fdc4a6ea0d70c63db1c9cc72cb7f00b8", + "traceparent": "00-cf01d685ca4f3ebb6b271da4114072df-e3ff0f76808a3192-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ccaa4fcdcff1f95bc75a2c3ff3d99f32", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -970,7 +974,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 09:24:31 GMT", + "Date": "Fri, 21 Apr 2023 13:22:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "80", @@ -980,25 +984,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6212fde1-6fcd-4402-a615-bed2d6e485ff", - "x-ms-client-request-id": "fdc4a6ea0d70c63db1c9cc72cb7f00b8", - "x-ms-correlation-request-id": "d6983cce-960c-4f83-bc0c-55d0088e76f7", + "x-ms-arm-service-request-id": "a791f77c-d3be-4674-9ac8-2d44dc69dee7", + "x-ms-client-request-id": "ccaa4fcdcff1f95bc75a2c3ff3d99f32", + "x-ms-correlation-request-id": "f63ebde4-14c6-45fa-a176-d34166a9d7a4", "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-request-id": "874364b8-9bde-45ec-8bbf-45292c531f63", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T092431Z:d6983cce-960c-4f83-bc0c-55d0088e76f7" + "x-ms-request-id": "3139ca67-4c26-4c8b-a9c6-13d411a63732", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T132256Z:f63ebde4-14c6-45fa-a176-d34166a9d7a4" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/7b878dda-e897-41d2-be50-62cd574dc7ce?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/ede113a7-4768-4be2-8df5-921748cfb345?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-7f006d653e82534d9bb25860a1ce532b-61751e02fbc05d44-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "6a20a328bb82ee5dd9052a99543f0c01", + "traceparent": "00-cf01d685ca4f3ebb6b271da4114072df-c868408ea5a5fca2-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d0294206adba4913e6658dbd365b8db9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1007,7 +1011,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 09:25:53 GMT", + "Date": "Fri, 21 Apr 2023 13:24:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "160", @@ -1017,26 +1021,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6af201ed-980e-4e14-97bf-957d7919f84f", - "x-ms-client-request-id": "6a20a328bb82ee5dd9052a99543f0c01", - "x-ms-correlation-request-id": "77304c49-5df3-4f46-8dff-d83271c78385", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "faa9d3c5-abe7-4306-ad26-36707f1d9a60", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T092553Z:77304c49-5df3-4f46-8dff-d83271c78385" + "x-ms-arm-service-request-id": "5008c038-0ff8-44dd-9918-a108cdda826d", + "x-ms-client-request-id": "d0294206adba4913e6658dbd365b8db9", + "x-ms-correlation-request-id": "27d5cd88-d39b-42b7-928c-f010bfec37f8", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "ec14c2f6-cd0a-44ab-8548-35f4670fce5a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T132417Z:27d5cd88-d39b-42b7-928c-f010bfec37f8" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/7b878dda-e897-41d2-be50-62cd574dc7ce?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/ede113a7-4768-4be2-8df5-921748cfb345?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "Connection": "keep-alive", - "traceparent": "00-7f006d653e82534d9bb25860a1ce532b-958cfebbeb953749-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "b34592ff1871a6783873c568fc43bbb4", + "traceparent": "00-cf01d685ca4f3ebb6b271da4114072df-e2193653ad0125ed-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "53177775da3cb72b83107539020fec8b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1045,7 +1048,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 09:28:33 GMT", + "Date": "Fri, 21 Apr 2023 13:26:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -1055,26 +1058,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ebe74333-5afa-4df9-a48b-85c7b8eba1a4", - "x-ms-client-request-id": "b34592ff1871a6783873c568fc43bbb4", - "x-ms-correlation-request-id": "0150910f-73f1-4e52-a6b6-7a91fe74fbf8", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "630671d1-f54a-4792-8802-c8e98c1b36d2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T092833Z:0150910f-73f1-4e52-a6b6-7a91fe74fbf8" + "x-ms-arm-service-request-id": "ff42aba4-5b69-4f12-a5b4-38b113e3dde7", + "x-ms-client-request-id": "53177775da3cb72b83107539020fec8b", + "x-ms-correlation-request-id": "cc7c0ab1-5578-466c-abe1-574119e0b215", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "830eae41-7b40-44e0-bb52-655b1cf7c38e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T132658Z:cc7c0ab1-5578-466c-abe1-574119e0b215" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/7b878dda-e897-41d2-be50-62cd574dc7ce?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/ede113a7-4768-4be2-8df5-921748cfb345?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "Connection": "keep-alive", - "traceparent": "00-7f006d653e82534d9bb25860a1ce532b-e126d31ecbd4d743-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "050934408c902fb049d5246be2a47172", + "traceparent": "00-cf01d685ca4f3ebb6b271da4114072df-103ff200edb2d470-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "09ce153a5dc520f73b61e68b419ec26b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1083,7 +1085,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 09:30:14 GMT", + "Date": "Fri, 21 Apr 2023 13:28:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -1093,25 +1095,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ce57029c-d5bc-4b6d-a1fd-315c6b5682e6", - "x-ms-client-request-id": "050934408c902fb049d5246be2a47172", - "x-ms-correlation-request-id": "f6245c42-87e0-49c1-ae02-62af82d155d7", + "x-ms-arm-service-request-id": "67c82608-3250-41c0-9a2f-65497d27bd93", + "x-ms-client-request-id": "09ce153a5dc520f73b61e68b419ec26b", + "x-ms-correlation-request-id": "4f4a2784-075f-47d0-bb26-75521299abc9", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "af3c482f-00b2-4e94-ac16-75876aebd4b9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T093015Z:f6245c42-87e0-49c1-ae02-62af82d155d7" + "x-ms-request-id": "288568b9-4d65-4523-b79f-f1d5ab18a9b7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T132838Z:4f4a2784-075f-47d0-bb26-75521299abc9" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/7b878dda-e897-41d2-be50-62cd574dc7ce?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/ede113a7-4768-4be2-8df5-921748cfb345?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-7f006d653e82534d9bb25860a1ce532b-e515698ecfd5fe4f-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "3873cbbc4d3a10462a79310ef5f4f195", + "traceparent": "00-cf01d685ca4f3ebb6b271da4114072df-a8b660c2fc95685d-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "7cc973cc4bc12cf517724caa37da46d7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1120,7 +1122,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 09:31:55 GMT", + "Date": "Fri, 21 Apr 2023 13:30:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -1130,25 +1132,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e8a8df78-cdbc-499b-bafb-789a61f3e48b", - "x-ms-client-request-id": "3873cbbc4d3a10462a79310ef5f4f195", - "x-ms-correlation-request-id": "ce132548-2eb0-44f1-adb9-068a1ddeb1ab", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "465c2233-e62c-49a3-94c3-d60935dc15b2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T093155Z:ce132548-2eb0-44f1-adb9-068a1ddeb1ab" + "x-ms-arm-service-request-id": "e99afee5-299d-412a-82c2-9537b71d54e9", + "x-ms-client-request-id": "7cc973cc4bc12cf517724caa37da46d7", + "x-ms-correlation-request-id": "9acb8482-cf0c-48ba-a415-ac0a15f0c3cc", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "7d2cfac4-c3cb-4de0-a181-e0f0ae5ea85c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T133020Z:9acb8482-cf0c-48ba-a415-ac0a15f0c3cc" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/7b878dda-e897-41d2-be50-62cd574dc7ce?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/ede113a7-4768-4be2-8df5-921748cfb345?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-7f006d653e82534d9bb25860a1ce532b-d5e2709b0b76b444-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "2059764906357270e1156a9bf30cc394", + "traceparent": "00-cf01d685ca4f3ebb6b271da4114072df-0151faea88122453-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "21820278848d18f380f717dbf49f75e4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1157,7 +1159,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 09:33:35 GMT", + "Date": "Fri, 21 Apr 2023 13:32:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -1167,25 +1169,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d21e1596-c987-4343-88c0-fa6309b2cafc", - "x-ms-client-request-id": "2059764906357270e1156a9bf30cc394", - "x-ms-correlation-request-id": "95cb4a66-4f24-40e1-a191-34acff054146", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-request-id": "11f4cf6c-ad6f-4446-a6c3-c5bd587b1b27", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T093336Z:95cb4a66-4f24-40e1-a191-34acff054146" + "x-ms-arm-service-request-id": "25adc480-1985-4bf9-9bd1-b383fc072f27", + "x-ms-client-request-id": "21820278848d18f380f717dbf49f75e4", + "x-ms-correlation-request-id": "bc8f85f4-2fea-46ff-bb13-13bf7c9b71ac", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "59ca8c1a-a8e3-46d1-8190-bc84ceedb0c0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T133201Z:bc8f85f4-2fea-46ff-bb13-13bf7c9b71ac" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/7b878dda-e897-41d2-be50-62cd574dc7ce?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/ede113a7-4768-4be2-8df5-921748cfb345?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-7f006d653e82534d9bb25860a1ce532b-f1718714f995d748-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "31ac520283d0f279edf9da165aa23a55", + "traceparent": "00-cf01d685ca4f3ebb6b271da4114072df-dba2ed689684e7fe-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "8f6d0a4d7045eec91fa1f253104ce961", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1194,7 +1196,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 09:35:17 GMT", + "Date": "Fri, 21 Apr 2023 13:33:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -1204,25 +1206,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f877592b-7006-4a56-babb-05f09846b513", - "x-ms-client-request-id": "31ac520283d0f279edf9da165aa23a55", - "x-ms-correlation-request-id": "b384c731-949e-4d9c-ac6e-127b75513106", - "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-request-id": "85c79d8b-a8a2-4252-a812-8454ca842e88", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T093517Z:b384c731-949e-4d9c-ac6e-127b75513106" + "x-ms-arm-service-request-id": "606645d1-32eb-4bc8-85ba-bc06abc6d369", + "x-ms-client-request-id": "8f6d0a4d7045eec91fa1f253104ce961", + "x-ms-correlation-request-id": "81b2b9cb-8eeb-4132-9c20-7cbb7597ac5b", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "62af873d-e297-41db-a753-3a11d628f745", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T133342Z:81b2b9cb-8eeb-4132-9c20-7cbb7597ac5b" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/7b878dda-e897-41d2-be50-62cd574dc7ce?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/ede113a7-4768-4be2-8df5-921748cfb345?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-7f006d653e82534d9bb25860a1ce532b-0641e76c94cb2148-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "6c218fe4514bb53d5a015625e3ab1c1d", + "traceparent": "00-cf01d685ca4f3ebb6b271da4114072df-1840ea7756dfbfe8-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "3f120e1ba11b48dd7fb1fbca331a3777", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1231,7 +1233,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 09:36:57 GMT", + "Date": "Fri, 21 Apr 2023 13:35:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -1241,26 +1243,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "125007f4-4e9a-4a63-b6f1-2503d87fdfe3", - "x-ms-client-request-id": "6c218fe4514bb53d5a015625e3ab1c1d", - "x-ms-correlation-request-id": "bbd7ffe6-21b8-4a21-9182-0874330467fc", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "4645ea35-1629-4bf8-b6c3-c5a194762064", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T093657Z:bbd7ffe6-21b8-4a21-9182-0874330467fc" + "x-ms-arm-service-request-id": "c3ff2a3e-9a38-4383-9110-c7878313f493", + "x-ms-client-request-id": "3f120e1ba11b48dd7fb1fbca331a3777", + "x-ms-correlation-request-id": "f8836950-a047-46e2-8178-0520a7743e1c", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "c345abd7-1ef2-448d-86c7-3647ea7c7289", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T133523Z:f8836950-a047-46e2-8178-0520a7743e1c" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/7b878dda-e897-41d2-be50-62cd574dc7ce?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/ede113a7-4768-4be2-8df5-921748cfb345?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "Connection": "keep-alive", - "traceparent": "00-7f006d653e82534d9bb25860a1ce532b-f826fa23a8f90941-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "a20c9db6bf48c5c5fc66333b2c59173f", + "traceparent": "00-cf01d685ca4f3ebb6b271da4114072df-e1ba927597ebfa9c-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "2c5c68fdb66c0891389302eb91a00734", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1269,7 +1270,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 09:38:38 GMT", + "Date": "Fri, 21 Apr 2023 13:37:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -1279,26 +1280,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4584e614-11dd-4790-a2cc-efe87776dcb0", - "x-ms-client-request-id": "a20c9db6bf48c5c5fc66333b2c59173f", - "x-ms-correlation-request-id": "d7f26c96-07c7-4fb9-bc51-13e831ba6e2c", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "0499f988-9b82-48ff-930c-e57b05b2fb95", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T093838Z:d7f26c96-07c7-4fb9-bc51-13e831ba6e2c" + "x-ms-arm-service-request-id": "cf980415-8053-400f-a96c-c2a2ae96d0d3", + "x-ms-client-request-id": "2c5c68fdb66c0891389302eb91a00734", + "x-ms-correlation-request-id": "496c819f-b719-49d1-b92f-8a049450ce83", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "0d3ed8cc-02bb-44f6-886a-7415fb4bf288", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T133705Z:496c819f-b719-49d1-b92f-8a049450ce83" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/7b878dda-e897-41d2-be50-62cd574dc7ce?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/ede113a7-4768-4be2-8df5-921748cfb345?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "Connection": "keep-alive", - "traceparent": "00-7f006d653e82534d9bb25860a1ce532b-daf496b21e101e4e-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "64b715da56ebb14915f6d7cf2c540f41", + "traceparent": "00-cf01d685ca4f3ebb6b271da4114072df-cc0849587e2ef880-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e5c0b60d368dacc82c25109375febb05", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1307,7 +1307,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 09:40:19 GMT", + "Date": "Fri, 21 Apr 2023 13:38:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -1317,25 +1317,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "729984b6-bee3-44fd-a1e8-dedf19182822", - "x-ms-client-request-id": "64b715da56ebb14915f6d7cf2c540f41", - "x-ms-correlation-request-id": "58335eab-ffee-4a76-a5db-4eccba920330", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "9806d5d2-da8b-4003-b8dd-b206f6a02581", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T094019Z:58335eab-ffee-4a76-a5db-4eccba920330" + "x-ms-arm-service-request-id": "42786226-77ec-457a-bae0-4db92a6e0daf", + "x-ms-client-request-id": "e5c0b60d368dacc82c25109375febb05", + "x-ms-correlation-request-id": "5b1b1f55-7325-4672-9a25-289414326711", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "23810331-1b46-47da-98d3-ef0db78977c8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T133845Z:5b1b1f55-7325-4672-9a25-289414326711" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/7b878dda-e897-41d2-be50-62cd574dc7ce?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/ede113a7-4768-4be2-8df5-921748cfb345?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-7f006d653e82534d9bb25860a1ce532b-2e941fe588cbae4c-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "bd60bcdc9896240dc95b70e41d018900", + "traceparent": "00-cf01d685ca4f3ebb6b271da4114072df-612100fac8162a70-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a8557a6abcef64f47d0a06889ef1b6de", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1344,7 +1344,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 09:41:59 GMT", + "Date": "Fri, 21 Apr 2023 13:40:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -1354,26 +1354,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "87fe2d9d-2a4d-428d-9bc0-f4e065ce666b", - "x-ms-client-request-id": "bd60bcdc9896240dc95b70e41d018900", - "x-ms-correlation-request-id": "37269cb7-5fd5-4998-9e7d-c5e8b4dca925", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "be8c9944-cbb0-4271-b91e-d358a52a6c3a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T094200Z:37269cb7-5fd5-4998-9e7d-c5e8b4dca925" + "x-ms-arm-service-request-id": "79bafb9d-cbd8-4867-9307-8c0b975ba410", + "x-ms-client-request-id": "a8557a6abcef64f47d0a06889ef1b6de", + "x-ms-correlation-request-id": "f960d1c2-8856-4db7-acd0-2f18f0fc7b6c", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "5a6f2b27-6fbc-4891-98a0-f1882f9a9c0d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T134026Z:f960d1c2-8856-4db7-acd0-2f18f0fc7b6c" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/7b878dda-e897-41d2-be50-62cd574dc7ce?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/ede113a7-4768-4be2-8df5-921748cfb345?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "Connection": "keep-alive", - "traceparent": "00-7f006d653e82534d9bb25860a1ce532b-471713b0f63b8e45-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "cd4a17e9b8f45f32545b8d51e8f699a8", + "traceparent": "00-cf01d685ca4f3ebb6b271da4114072df-a041e8bd6968c4e2-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "7dbcc7aa5259c7ea9fb0ff46a6fe933a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1382,7 +1381,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 09:43:40 GMT", + "Date": "Fri, 21 Apr 2023 13:42:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -1392,25 +1391,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f659adfb-e4a7-4478-b654-96f21878bd9e", - "x-ms-client-request-id": "cd4a17e9b8f45f32545b8d51e8f699a8", - "x-ms-correlation-request-id": "79e3133b-04fd-41ba-a569-6bd2870a11fb", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "096c9e5a-d50c-4197-a0d4-95c76423b900", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T094340Z:79e3133b-04fd-41ba-a569-6bd2870a11fb" + "x-ms-arm-service-request-id": "454532ba-a9e6-4903-ae57-fdb1aec47d54", + "x-ms-client-request-id": "7dbcc7aa5259c7ea9fb0ff46a6fe933a", + "x-ms-correlation-request-id": "c7d4f820-fb17-4c79-b196-3e45ce9d0fb8", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "d7732e9a-dc9e-410d-b378-f79a2009a8d5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T134207Z:c7d4f820-fb17-4c79-b196-3e45ce9d0fb8" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/7b878dda-e897-41d2-be50-62cd574dc7ce?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/ede113a7-4768-4be2-8df5-921748cfb345?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-7f006d653e82534d9bb25860a1ce532b-a1e718f1c7034e47-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "6f5ff1565af942a908939a8fe6649313", + "traceparent": "00-cf01d685ca4f3ebb6b271da4114072df-9897776b39397756-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1781fdd85e4a5144c15c67832f400d3b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1419,7 +1418,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 09:45:21 GMT", + "Date": "Fri, 21 Apr 2023 13:43:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -1429,26 +1428,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7a2304e6-e8db-41ab-bb17-c4979e88a6e3", - "x-ms-client-request-id": "6f5ff1565af942a908939a8fe6649313", - "x-ms-correlation-request-id": "587056d5-c857-4160-9e95-4976161b3624", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "e164e8c6-c311-4799-8dc9-cdcec3d95de7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T094521Z:587056d5-c857-4160-9e95-4976161b3624" + "x-ms-arm-service-request-id": "4e364494-1516-42fc-b128-c4b2cdaa6a7e", + "x-ms-client-request-id": "1781fdd85e4a5144c15c67832f400d3b", + "x-ms-correlation-request-id": "e39855c9-85cc-4c1c-a0be-d1bc337526d7", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "3a5f2f71-966e-45aa-aa34-b1436e34ff9c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T134348Z:e39855c9-85cc-4c1c-a0be-d1bc337526d7" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/7b878dda-e897-41d2-be50-62cd574dc7ce?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/ede113a7-4768-4be2-8df5-921748cfb345?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "Connection": "keep-alive", - "traceparent": "00-7f006d653e82534d9bb25860a1ce532b-a231242d9ebfa647-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "15e5d66c4109244d8a00683b0bbb3bd3", + "traceparent": "00-cf01d685ca4f3ebb6b271da4114072df-a278f1653c569022-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ade8316f3d4117ab908e093fbcadbd7e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1457,7 +1455,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 09:47:01 GMT", + "Date": "Fri, 21 Apr 2023 13:45:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -1467,25 +1465,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d18a751e-e624-4dd3-91fd-b9e68abe8512", - "x-ms-client-request-id": "15e5d66c4109244d8a00683b0bbb3bd3", - "x-ms-correlation-request-id": "1b26142b-eff2-4e79-aa52-74cd623b4f28", + "x-ms-arm-service-request-id": "b4e9c41b-e555-477c-97e7-391ba5ed045c", + "x-ms-client-request-id": "ade8316f3d4117ab908e093fbcadbd7e", + "x-ms-correlation-request-id": "3b73e644-3d1c-4abe-8f2c-a3a490969e17", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "0419ef31-aa2d-4a6b-b901-e8f5e09f2781", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T094702Z:1b26142b-eff2-4e79-aa52-74cd623b4f28" + "x-ms-request-id": "86ddeba4-136b-4c7f-976a-16e8556a4059", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T134529Z:3b73e644-3d1c-4abe-8f2c-a3a490969e17" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/7b878dda-e897-41d2-be50-62cd574dc7ce?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/ede113a7-4768-4be2-8df5-921748cfb345?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-7f006d653e82534d9bb25860a1ce532b-7dd4e00f94e7284b-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "2c8ec7c21aa28f076e08c5611ea379f0", + "traceparent": "00-cf01d685ca4f3ebb6b271da4114072df-2deb069219222914-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a1afcc769f6f4b93836bbbfdea67975e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1494,7 +1492,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 09:48:42 GMT", + "Date": "Fri, 21 Apr 2023 13:47:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -1504,26 +1502,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "eba228eb-d899-463d-843a-2d67c249f959", - "x-ms-client-request-id": "2c8ec7c21aa28f076e08c5611ea379f0", - "x-ms-correlation-request-id": "4164f099-337f-46ed-a14e-f57a62bb2b79", + "x-ms-arm-service-request-id": "bdce4f96-73c8-423f-98a9-b113257f61b8", + "x-ms-client-request-id": "a1afcc769f6f4b93836bbbfdea67975e", + "x-ms-correlation-request-id": "80844090-7297-4abc-b31d-bd46e262b5b0", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "886d9371-3d24-47aa-85a7-efed0dc3a948", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T094842Z:4164f099-337f-46ed-a14e-f57a62bb2b79" + "x-ms-request-id": "b3bba6f0-0f41-4102-8655-e0c4ffaadcfa", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T134710Z:80844090-7297-4abc-b31d-bd46e262b5b0" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/7b878dda-e897-41d2-be50-62cd574dc7ce?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/ede113a7-4768-4be2-8df5-921748cfb345?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "Connection": "keep-alive", - "traceparent": "00-7f006d653e82534d9bb25860a1ce532b-f7b054450cad4e41-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "11e479c78310149fa33be5f8f16d374c", + "traceparent": "00-cf01d685ca4f3ebb6b271da4114072df-a3bb39912064458a-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "75d7c4a2e5159af8516a86bc55049514", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1532,7 +1529,7 @@ "Cache-Control": "no-cache", "Content-Length": "29", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 09:50:24 GMT", + "Date": "Fri, 21 Apr 2023 13:48:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1541,35 +1538,34 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6f16c2c0-350b-46ea-b627-e560e1aa2518", - "x-ms-client-request-id": "11e479c78310149fa33be5f8f16d374c", - "x-ms-correlation-request-id": "b6592114-ffa2-47d1-ac73-1581e48bc720", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "c300e4ec-f250-4d56-bc9f-4b1699130c98", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T095024Z:b6592114-ffa2-47d1-ac73-1581e48bc720" + "x-ms-arm-service-request-id": "d168c865-b53d-4060-bd2e-d7e9990fdb0c", + "x-ms-client-request-id": "75d7c4a2e5159af8516a86bc55049514", + "x-ms-correlation-request-id": "bc5ce21b-212d-4639-b9cc-ae45bdcaa10c", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "3fdcf967-63fa-4040-beb3-61aaf644f4d6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T134851Z:bc5ce21b-212d-4639-b9cc-ae45bdcaa10c" }, "ResponseBody": { "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6317/providers/Microsoft.Network/virtualNetworkGateways/azsmnet8641?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4514/providers/Microsoft.Network/virtualNetworkGateways/azsmnet1044?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "Connection": "keep-alive", - "traceparent": "00-7f006d653e82534d9bb25860a1ce532b-9d773ffca481f644-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "1eccc65766d55271cf55a7017cec05e6", + "traceparent": "00-cf01d685ca4f3ebb6b271da4114072df-7c6bff0fdd1093cb-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "630ce99e6c90d0cb9d9d2ad682ae2c29", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2460", + "Content-Length": "2614", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 09:50:24 GMT", + "Date": "Fri, 21 Apr 2023 13:48:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1578,17 +1574,17 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5e06ac56-75ec-4253-baf8-1ef0d10c3afd", - "x-ms-client-request-id": "1eccc65766d55271cf55a7017cec05e6", - "x-ms-correlation-request-id": "78d338c2-50fa-4720-8f34-0949d78be56a", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "2908ed15-6f21-4878-9917-c95cb2ea413c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T095024Z:78d338c2-50fa-4720-8f34-0949d78be56a" + "x-ms-arm-service-request-id": "9a60253c-25d9-4e11-8579-bf2b8614a2a1", + "x-ms-client-request-id": "630ce99e6c90d0cb9d9d2ad682ae2c29", + "x-ms-correlation-request-id": "0cc48882-5bfe-4723-b90e-1c74f7afbd10", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "489573b3-d282-4e24-9bea-b9bc275a554e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T134851Z:0cc48882-5bfe-4723-b90e-1c74f7afbd10" }, "ResponseBody": { - "name": "azsmnet8641", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6317/providers/Microsoft.Network/virtualNetworkGateways/azsmnet8641", - "etag": "W/\u00224f0ad884-d207-4f1e-ae0b-f7f73ef4fe3a\u0022", + "name": "azsmnet1044", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4514/providers/Microsoft.Network/virtualNetworkGateways/azsmnet1044", + "etag": "W/\u0022e06d5089-9077-4614-b79b-f4b30696751d\u0022", "type": "Microsoft.Network/virtualNetworkGateways", "location": "eastus", "tags": { @@ -1596,28 +1592,30 @@ }, "properties": { "provisioningState": "Succeeded", - "resourceGuid": "ed287203-fd14-44dd-82ed-e75d8c18aa56", + "resourceGuid": "fed0ff1f-0f84-41c7-b88f-c61b2a6b3ab2", "packetCaptureDiagnosticState": "None", "enablePrivateIpAddress": false, + "isMigrateToCSES": false, "ipConfigurations": [ { - "name": "azsmnet1711", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6317/providers/Microsoft.Network/virtualNetworkGateways/azsmnet8641/ipConfigurations/azsmnet1711", - "etag": "W/\u00224f0ad884-d207-4f1e-ae0b-f7f73ef4fe3a\u0022", + "name": "azsmnet2231", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4514/providers/Microsoft.Network/virtualNetworkGateways/azsmnet1044/ipConfigurations/azsmnet2231", + "etag": "W/\u0022e06d5089-9077-4614-b79b-f4b30696751d\u0022", "type": "Microsoft.Network/virtualNetworkGateways/ipConfigurations", "properties": { "provisioningState": "Succeeded", "privateIPAllocationMethod": "Dynamic", "publicIPAddress": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6317/providers/Microsoft.Network/publicIPAddresses/azsmnet487" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4514/providers/Microsoft.Network/publicIPAddresses/azsmnet114" }, "subnet": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6317/providers/Microsoft.Network/virtualNetworks/azsmnet5396/subnets/GatewaySubnet" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4514/providers/Microsoft.Network/virtualNetworks/azsmnet5906/subnets/GatewaySubnet" } } } ], "natRules": [], + "virtualNetworkGatewayPolicyGroups": [], "enableBgpRouteTranslationForNat": false, "disableIPSecReplayProtection": false, "sku": { @@ -1635,32 +1633,34 @@ "peerWeight": 0, "bgpPeeringAddresses": [ { - "ipconfigurationId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6317/providers/Microsoft.Network/virtualNetworkGateways/azsmnet8641/ipConfigurations/azsmnet1711", + "ipconfigurationId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4514/providers/Microsoft.Network/virtualNetworkGateways/azsmnet1044/ipConfigurations/azsmnet2231", "defaultBgpIpAddresses": [ "10.54.0.254" ], "customBgpIpAddresses": [], "tunnelIpAddresses": [ - "20.231.216.61" + "172.174.71.168" ] } ] }, - "vpnGatewayGeneration": "Generation1" + "vpnGatewayGeneration": "Generation1", + "allowRemoteVnetTraffic": false, + "allowVirtualWanTraffic": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/csmrg3711?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/csmrg2901?api-version=**", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "32", + "Content-Length": "22", "Content-Type": "application/json", - "traceparent": "00-d740ba959773a040825d5f8591a5132f-c5734600a40dd143-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "d7917378c22a283f7a8967350e9e00d0", + "traceparent": "00-30010e4926f173f9a7fda55b9ace1068-0bea9e2029470d61-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d6f79caa6948d39114500518d7f67ed6", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -1669,40 +1669,39 @@ "StatusCode": 201, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "226", + "Content-Length": "216", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 09:50:28 GMT", + "Date": "Fri, 21 Apr 2023 13:48:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "50ea5395-1b5b-48f6-8236-f605030e8861", + "x-ms-correlation-request-id": "6d9c0c69-c038-430d-bfaa-e55d61121c8b", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "50ea5395-1b5b-48f6-8236-f605030e8861", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T095028Z:50ea5395-1b5b-48f6-8236-f605030e8861" + "x-ms-request-id": "6d9c0c69-c038-430d-bfaa-e55d61121c8b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T134855Z:6d9c0c69-c038-430d-bfaa-e55d61121c8b" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3711", - "name": "csmrg3711", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2901", + "name": "csmrg2901", "type": "Microsoft.Resources/resourceGroups", "location": "westus2", - "tags": {}, "properties": { "provisioningState": "Succeeded" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3711/providers/Microsoft.Network/virtualNetworks/azsmnet4073?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2901/providers/Microsoft.Network/virtualNetworks/azsmnet5428?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "172", "Content-Type": "application/json", - "traceparent": "00-d1bd64f04cd7754f8497c46d98c7962b-d2f289c73d96ae4f-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220530.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "5ad75709611b910842bbdc9e98b635fe", + "traceparent": "00-f268fd71b12b7659f312d295bc084b1b-ecb634b1b308822c-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230421.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "335b015e36cd07f9d778bb2118a33e5d", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -1726,11 +1725,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/887d5368-c900-47f9-99cb-16923d1563ef?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/a270869f-44af-4297-a39e-57ddf3f7db57?api-version=2022-09-01", "Cache-Control": "no-cache", - "Content-Length": "1235", + "Content-Length": "1236", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 09:50:33 GMT", + "Date": "Fri, 21 Apr 2023 13:49:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -1740,22 +1739,22 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5d354220-2f7e-4312-b906-1332dd527d1a", - "x-ms-client-request-id": "5ad75709611b910842bbdc9e98b635fe", - "x-ms-correlation-request-id": "69a3c472-9987-40b7-8b94-7eacd4c5087a", + "x-ms-arm-service-request-id": "6e215e0d-fae4-4ca1-9bd3-1d6d244989d2", + "x-ms-client-request-id": "335b015e36cd07f9d778bb2118a33e5d", + "x-ms-correlation-request-id": "20f8f4d7-4eb6-4eab-a585-227e7a53e294", "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "887d5368-c900-47f9-99cb-16923d1563ef", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T095033Z:69a3c472-9987-40b7-8b94-7eacd4c5087a" + "x-ms-request-id": "a270869f-44af-4297-a39e-57ddf3f7db57", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T134901Z:20f8f4d7-4eb6-4eab-a585-227e7a53e294" }, "ResponseBody": { - "name": "azsmnet4073", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3711/providers/Microsoft.Network/virtualNetworks/azsmnet4073", - "etag": "W/\u002274df13ee-8624-49d2-9c69-c3b04040a139\u0022", + "name": "azsmnet5428", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2901/providers/Microsoft.Network/virtualNetworks/azsmnet5428", + "etag": "W/\u002246fa80ca-c266-440a-86cc-e9c0c15fd39a\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "properties": { "provisioningState": "Updating", - "resourceGuid": "189f191e-8efa-4bf5-9b78-3728c992c8f3", + "resourceGuid": "285ea651-a5c5-4c85-be92-f4f24339c828", "addressSpace": { "addressPrefixes": [ "10.55.0.0/16" @@ -1764,13 +1763,13 @@ "subnets": [ { "name": "GatewaySubnet", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3711/providers/Microsoft.Network/virtualNetworks/azsmnet4073/subnets/GatewaySubnet", - "etag": "W/\u002274df13ee-8624-49d2-9c69-c3b04040a139\u0022", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2901/providers/Microsoft.Network/virtualNetworks/azsmnet5428/subnets/GatewaySubnet", + "etag": "W/\u002246fa80ca-c266-440a-86cc-e9c0c15fd39a\u0022", "properties": { "provisioningState": "Updating", "addressPrefix": "10.55.0.0/24", "delegations": [], - "privateEndpointNetworkPolicies": "Enabled", + "privateEndpointNetworkPolicies": "Disabled", "privateLinkServiceNetworkPolicies": "Enabled" }, "type": "Microsoft.Network/virtualNetworks/subnets" @@ -1782,13 +1781,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/887d5368-c900-47f9-99cb-16923d1563ef?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/a270869f-44af-4297-a39e-57ddf3f7db57?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d1bd64f04cd7754f8497c46d98c7962b-58a5801a15005b4b-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "aee302302c0f125d8945e807628ae1d2", + "traceparent": "00-f268fd71b12b7659f312d295bc084b1b-b5dcbbca9273250f-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "2a4fda00c3ce66dcfece70f0d5b2fbac", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1797,7 +1796,7 @@ "Cache-Control": "no-cache", "Content-Length": "29", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 09:50:33 GMT", + "Date": "Fri, 21 Apr 2023 13:49:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1806,35 +1805,35 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "42e6228c-7047-4040-ada0-46758ed06b44", - "x-ms-client-request-id": "aee302302c0f125d8945e807628ae1d2", - "x-ms-correlation-request-id": "b9356728-126b-4c72-bcae-ad00746d441f", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "a7fc5734-cb77-4466-8f7c-81538048656c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T095033Z:b9356728-126b-4c72-bcae-ad00746d441f" + "x-ms-arm-service-request-id": "640d1409-54f3-4dd8-8d85-20a95a4634ba", + "x-ms-client-request-id": "2a4fda00c3ce66dcfece70f0d5b2fbac", + "x-ms-correlation-request-id": "9298d04c-4a0a-45fc-8139-36e32d24e587", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "cc382ba4-cf98-44c8-a869-1992efe28508", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T134901Z:9298d04c-4a0a-45fc-8139-36e32d24e587" }, "ResponseBody": { "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3711/providers/Microsoft.Network/virtualNetworks/azsmnet4073?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2901/providers/Microsoft.Network/virtualNetworks/azsmnet5428?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d1bd64f04cd7754f8497c46d98c7962b-1ed33211f7c4ab4a-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "249d36312a06db04544964bf83fe7480", + "traceparent": "00-f268fd71b12b7659f312d295bc084b1b-d643ca9f7dd0fa50-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "4b12bbc63815096981dfa3511a324f11", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1237", + "Content-Length": "1238", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 09:50:34 GMT", - "ETag": "W/\u0022ea8e09e7-20ff-45da-9ff2-507513762043\u0022", + "Date": "Fri, 21 Apr 2023 13:49:01 GMT", + "ETag": "W/\u0022530d538d-eaf3-4013-9a45-76ada04c3fa4\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1843,22 +1842,22 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c2134697-7f83-483a-a82d-f1b79feecfb5", - "x-ms-client-request-id": "249d36312a06db04544964bf83fe7480", - "x-ms-correlation-request-id": "3a0641a2-552d-4e96-aaf0-859b51360c98", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "7536449f-2f87-4069-a583-8fedf7b841b7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T095034Z:3a0641a2-552d-4e96-aaf0-859b51360c98" + "x-ms-arm-service-request-id": "a38cebb8-5af2-4cc9-8468-17b59f48a277", + "x-ms-client-request-id": "4b12bbc63815096981dfa3511a324f11", + "x-ms-correlation-request-id": "9be909a7-a376-422d-8b75-973d2e6b3253", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "7dff560f-00ff-4e1c-8f62-b162d3a75d98", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T134901Z:9be909a7-a376-422d-8b75-973d2e6b3253" }, "ResponseBody": { - "name": "azsmnet4073", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3711/providers/Microsoft.Network/virtualNetworks/azsmnet4073", - "etag": "W/\u0022ea8e09e7-20ff-45da-9ff2-507513762043\u0022", + "name": "azsmnet5428", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2901/providers/Microsoft.Network/virtualNetworks/azsmnet5428", + "etag": "W/\u0022530d538d-eaf3-4013-9a45-76ada04c3fa4\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "properties": { "provisioningState": "Succeeded", - "resourceGuid": "189f191e-8efa-4bf5-9b78-3728c992c8f3", + "resourceGuid": "285ea651-a5c5-4c85-be92-f4f24339c828", "addressSpace": { "addressPrefixes": [ "10.55.0.0/16" @@ -1867,13 +1866,13 @@ "subnets": [ { "name": "GatewaySubnet", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3711/providers/Microsoft.Network/virtualNetworks/azsmnet4073/subnets/GatewaySubnet", - "etag": "W/\u0022ea8e09e7-20ff-45da-9ff2-507513762043\u0022", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2901/providers/Microsoft.Network/virtualNetworks/azsmnet5428/subnets/GatewaySubnet", + "etag": "W/\u0022530d538d-eaf3-4013-9a45-76ada04c3fa4\u0022", "properties": { "provisioningState": "Succeeded", "addressPrefix": "10.55.0.0/24", "delegations": [], - "privateEndpointNetworkPolicies": "Enabled", + "privateEndpointNetworkPolicies": "Disabled", "privateLinkServiceNetworkPolicies": "Enabled" }, "type": "Microsoft.Network/virtualNetworks/subnets" @@ -1885,24 +1884,24 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3711/providers/Microsoft.Network/virtualNetworks/azsmnet4073?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2901/providers/Microsoft.Network/virtualNetworks/azsmnet5428?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-2ef027b134c1b443bd4db9cc72a446e1-9b1c546080be674a-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220530.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "956d350487d344ef1ce81c2f45fb2a6b", + "traceparent": "00-e2d2bc2acfc43257a23d1340968470fe-778963245f384595-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230421.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "3e200ed11354018fce019e6ee58fa5dd", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1237", + "Content-Length": "1238", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 09:50:34 GMT", - "ETag": "W/\u0022ea8e09e7-20ff-45da-9ff2-507513762043\u0022", + "Date": "Fri, 21 Apr 2023 13:49:02 GMT", + "ETag": "W/\u0022530d538d-eaf3-4013-9a45-76ada04c3fa4\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1911,22 +1910,22 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8767bebb-f9a6-4f58-9518-ede7bdae4dfb", - "x-ms-client-request-id": "956d350487d344ef1ce81c2f45fb2a6b", - "x-ms-correlation-request-id": "081ce2ee-ea84-4475-afec-0909a6020e67", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "61922d7a-48b0-427b-a68d-0daaecc579c5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T095034Z:081ce2ee-ea84-4475-afec-0909a6020e67" + "x-ms-arm-service-request-id": "3b1e63c1-f2ee-4614-9d90-ed646082fafe", + "x-ms-client-request-id": "3e200ed11354018fce019e6ee58fa5dd", + "x-ms-correlation-request-id": "539d0d0c-c86e-4f51-9cf9-b7ca59292d19", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "220e1923-eb5b-4b48-84db-0fd311eae824", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T134902Z:539d0d0c-c86e-4f51-9cf9-b7ca59292d19" }, "ResponseBody": { - "name": "azsmnet4073", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3711/providers/Microsoft.Network/virtualNetworks/azsmnet4073", - "etag": "W/\u0022ea8e09e7-20ff-45da-9ff2-507513762043\u0022", + "name": "azsmnet5428", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2901/providers/Microsoft.Network/virtualNetworks/azsmnet5428", + "etag": "W/\u0022530d538d-eaf3-4013-9a45-76ada04c3fa4\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "properties": { "provisioningState": "Succeeded", - "resourceGuid": "189f191e-8efa-4bf5-9b78-3728c992c8f3", + "resourceGuid": "285ea651-a5c5-4c85-be92-f4f24339c828", "addressSpace": { "addressPrefixes": [ "10.55.0.0/16" @@ -1935,13 +1934,13 @@ "subnets": [ { "name": "GatewaySubnet", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3711/providers/Microsoft.Network/virtualNetworks/azsmnet4073/subnets/GatewaySubnet", - "etag": "W/\u0022ea8e09e7-20ff-45da-9ff2-507513762043\u0022", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2901/providers/Microsoft.Network/virtualNetworks/azsmnet5428/subnets/GatewaySubnet", + "etag": "W/\u0022530d538d-eaf3-4013-9a45-76ada04c3fa4\u0022", "properties": { "provisioningState": "Succeeded", "addressPrefix": "10.55.0.0/24", "delegations": [], - "privateEndpointNetworkPolicies": "Enabled", + "privateEndpointNetworkPolicies": "Disabled", "privateLinkServiceNetworkPolicies": "Enabled" }, "type": "Microsoft.Network/virtualNetworks/subnets" @@ -1953,24 +1952,24 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3711/providers/Microsoft.Network/virtualNetworks/azsmnet4073/subnets/GatewaySubnet?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2901/providers/Microsoft.Network/virtualNetworks/azsmnet5428/subnets/GatewaySubnet?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-21f8f88723c780408050c6259e0a3f47-d2c4377a70654b4d-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220530.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "e6d80b79922306a0fe0759c5c89d8e8b", + "traceparent": "00-2207634d5428514c43c765bb1f847f8b-653423f91111b9ac-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230421.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "fcff6f805bb3c8967046a9ee208a4ccb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "539", + "Content-Length": "540", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 09:50:35 GMT", - "ETag": "W/\u0022ea8e09e7-20ff-45da-9ff2-507513762043\u0022", + "Date": "Fri, 21 Apr 2023 13:49:02 GMT", + "ETag": "W/\u0022530d538d-eaf3-4013-9a45-76ada04c3fa4\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1979,38 +1978,38 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1cb3879f-8862-4603-82b3-7f19b418745b", - "x-ms-client-request-id": "e6d80b79922306a0fe0759c5c89d8e8b", - "x-ms-correlation-request-id": "f04d710d-bc67-42b3-ae96-d21cfe52b5f4", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "9e7973f6-952c-4d6c-ae0d-866718bcd70a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T095035Z:f04d710d-bc67-42b3-ae96-d21cfe52b5f4" + "x-ms-arm-service-request-id": "470caa31-276f-46a9-9e44-68f2662a0894", + "x-ms-client-request-id": "fcff6f805bb3c8967046a9ee208a4ccb", + "x-ms-correlation-request-id": "47d4d225-3a09-45aa-81c4-655ddf9f6e36", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "82d07dfe-5aa1-41f3-9b3a-fedcecb952c9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T134902Z:47d4d225-3a09-45aa-81c4-655ddf9f6e36" }, "ResponseBody": { "name": "GatewaySubnet", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3711/providers/Microsoft.Network/virtualNetworks/azsmnet4073/subnets/GatewaySubnet", - "etag": "W/\u0022ea8e09e7-20ff-45da-9ff2-507513762043\u0022", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2901/providers/Microsoft.Network/virtualNetworks/azsmnet5428/subnets/GatewaySubnet", + "etag": "W/\u0022530d538d-eaf3-4013-9a45-76ada04c3fa4\u0022", "properties": { "provisioningState": "Succeeded", "addressPrefix": "10.55.0.0/24", "delegations": [], - "privateEndpointNetworkPolicies": "Enabled", + "privateEndpointNetworkPolicies": "Disabled", "privateLinkServiceNetworkPolicies": "Enabled" }, "type": "Microsoft.Network/virtualNetworks/subnets" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3711/providers/Microsoft.Network/publicIPAddresses/azsmnet7804?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2901/providers/Microsoft.Network/publicIPAddresses/azsmnet4162?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "144", + "Content-Length": "145", "Content-Type": "application/json", - "traceparent": "00-d8c8d0b1d7606c4ba36151e05bc7e5b9-24b5c77881124843-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220530.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "4c1d2d03aafe5847081d0ed496581ff9", + "traceparent": "00-de106a961e6b6c96dca8e5d1781dc19a-68f6d11541f2cd1c-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230421.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "bd91c71fb358112b7c149afa24f23ac5", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -2021,18 +2020,18 @@ "properties": { "publicIPAllocationMethod": "Dynamic", "dnsSettings": { - "domainNameLabel": "azsmnet979" + "domainNameLabel": "azsmnet1361" } } }, "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f801fd60-68de-410d-a1b5-fe8a757ce2a1?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/0a10a4be-aa32-4b36-b172-8f21df084612?api-version=2022-09-01", "Cache-Control": "no-cache", - "Content-Length": "794", + "Content-Length": "796", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 09:50:39 GMT", + "Date": "Fri, 21 Apr 2023 13:49:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "1", @@ -2042,30 +2041,30 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "53655aa0-abee-435f-bf00-024e867742d4", - "x-ms-client-request-id": "4c1d2d03aafe5847081d0ed496581ff9", - "x-ms-correlation-request-id": "b7397118-5bee-4874-b39c-831d0810a9bc", + "x-ms-arm-service-request-id": "84e18080-c893-4ef2-9336-99e516753676", + "x-ms-client-request-id": "bd91c71fb358112b7c149afa24f23ac5", + "x-ms-correlation-request-id": "0784173e-6ee7-4df5-a335-7e875d1664d2", "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "f801fd60-68de-410d-a1b5-fe8a757ce2a1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T095039Z:b7397118-5bee-4874-b39c-831d0810a9bc" + "x-ms-request-id": "0a10a4be-aa32-4b36-b172-8f21df084612", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T134906Z:0784173e-6ee7-4df5-a335-7e875d1664d2" }, "ResponseBody": { - "name": "azsmnet7804", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3711/providers/Microsoft.Network/publicIPAddresses/azsmnet7804", - "etag": "W/\u0022279e05bc-f07a-4cff-8417-eda856962ba7\u0022", + "name": "azsmnet4162", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2901/providers/Microsoft.Network/publicIPAddresses/azsmnet4162", + "etag": "W/\u00224155ee74-4f83-47a3-99af-a0244f65490e\u0022", "location": "westus2", "tags": { "key": "value" }, "properties": { "provisioningState": "Updating", - "resourceGuid": "43709113-3c84-42e4-a26a-2c120ef4277c", + "resourceGuid": "a2af9b34-de01-4103-95fe-8afc90afb25b", "publicIPAddressVersion": "IPv4", "publicIPAllocationMethod": "Dynamic", "idleTimeoutInMinutes": 4, "dnsSettings": { - "domainNameLabel": "azsmnet979", - "fqdn": "azsmnet979.westus2.cloudapp.azure.com" + "domainNameLabel": "azsmnet1361", + "fqdn": "azsmnet1361.westus2.cloudapp.azure.com" }, "ipTags": [] }, @@ -2077,13 +2076,50 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/f801fd60-68de-410d-a1b5-fe8a757ce2a1?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/0a10a4be-aa32-4b36-b172-8f21df084612?api-version=2022-09-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-de106a961e6b6c96dca8e5d1781dc19a-14c9e8a7fb94b996-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "de7085efc24c4c16d1a1de822d7622b7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Apr 2023 13:49:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "2", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "f1819ec0-7d14-42dd-a4ea-762a7c315f00", + "x-ms-client-request-id": "de7085efc24c4c16d1a1de822d7622b7", + "x-ms-correlation-request-id": "32ac18f4-65ef-4dd5-b4fe-96f7755a5889", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "d8a1604c-8102-40bc-915d-2e136aa3e62b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T134906Z:32ac18f4-65ef-4dd5-b4fe-96f7755a5889" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/0a10a4be-aa32-4b36-b172-8f21df084612?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d8c8d0b1d7606c4ba36151e05bc7e5b9-a80f3f531bf99847-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "fcf8de5e2d4e2d0c9fcb8a83f7297101", + "traceparent": "00-de106a961e6b6c96dca8e5d1781dc19a-474beaf84d05f845-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a1b95ab32c98a9004f38f04a498a3039", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2092,7 +2128,7 @@ "Cache-Control": "no-cache", "Content-Length": "29", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 09:50:39 GMT", + "Date": "Fri, 21 Apr 2023 13:49:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2101,35 +2137,35 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "69131cb1-8e4e-481b-8b28-6b4109c19e49", - "x-ms-client-request-id": "fcf8de5e2d4e2d0c9fcb8a83f7297101", - "x-ms-correlation-request-id": "46efe5da-adcc-4408-9925-a7e0a3ae2164", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "599a5238-727a-4d3c-8caf-d977691feedf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T095039Z:46efe5da-adcc-4408-9925-a7e0a3ae2164" + "x-ms-arm-service-request-id": "a41ca68e-b6c4-446c-8ac1-21250b6c6761", + "x-ms-client-request-id": "a1b95ab32c98a9004f38f04a498a3039", + "x-ms-correlation-request-id": "22549cc4-ab68-4b8c-b651-fe98d33b389d", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "eff4e3aa-12bd-4682-88fe-2e250f0e8063", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T134909Z:22549cc4-ab68-4b8c-b651-fe98d33b389d" }, "ResponseBody": { "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3711/providers/Microsoft.Network/publicIPAddresses/azsmnet7804?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2901/providers/Microsoft.Network/publicIPAddresses/azsmnet4162?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d8c8d0b1d7606c4ba36151e05bc7e5b9-000760a82f0e7d40-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "1556cfa64265910a98b5b5327c1ddc89", + "traceparent": "00-de106a961e6b6c96dca8e5d1781dc19a-29df16eddf0d9e77-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "9e0bc75f5c810e7994e781bc97f62a57", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "795", + "Content-Length": "797", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 09:50:39 GMT", - "ETag": "W/\u00227e328489-6d81-4031-ac03-3721b1b88309\u0022", + "Date": "Fri, 21 Apr 2023 13:49:09 GMT", + "ETag": "W/\u002231e01bed-b8bc-4ec8-8506-8d4b7f53e64f\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2138,30 +2174,30 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "eac93389-4847-4732-9fc0-a8239e7899c7", - "x-ms-client-request-id": "1556cfa64265910a98b5b5327c1ddc89", - "x-ms-correlation-request-id": "8501b8e7-283c-4b13-a37a-b65944608f43", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "5267c460-ccd2-48c1-86a2-5309314d8cdd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T095040Z:8501b8e7-283c-4b13-a37a-b65944608f43" + "x-ms-arm-service-request-id": "d853636c-e7f0-4ec9-b2b6-6de81afc2eaf", + "x-ms-client-request-id": "9e0bc75f5c810e7994e781bc97f62a57", + "x-ms-correlation-request-id": "cd8e39f6-c9bb-4011-ae32-c241039b5022", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "ada28209-9bd9-47f1-a73c-ea7c60890ec5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T134909Z:cd8e39f6-c9bb-4011-ae32-c241039b5022" }, "ResponseBody": { - "name": "azsmnet7804", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3711/providers/Microsoft.Network/publicIPAddresses/azsmnet7804", - "etag": "W/\u00227e328489-6d81-4031-ac03-3721b1b88309\u0022", + "name": "azsmnet4162", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2901/providers/Microsoft.Network/publicIPAddresses/azsmnet4162", + "etag": "W/\u002231e01bed-b8bc-4ec8-8506-8d4b7f53e64f\u0022", "location": "westus2", "tags": { "key": "value" }, "properties": { "provisioningState": "Succeeded", - "resourceGuid": "43709113-3c84-42e4-a26a-2c120ef4277c", + "resourceGuid": "a2af9b34-de01-4103-95fe-8afc90afb25b", "publicIPAddressVersion": "IPv4", "publicIPAllocationMethod": "Dynamic", "idleTimeoutInMinutes": 4, "dnsSettings": { - "domainNameLabel": "azsmnet979", - "fqdn": "azsmnet979.westus2.cloudapp.azure.com" + "domainNameLabel": "azsmnet1361", + "fqdn": "azsmnet1361.westus2.cloudapp.azure.com" }, "ipTags": [] }, @@ -2173,24 +2209,24 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3711/providers/Microsoft.Network/publicIPAddresses/azsmnet7804?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2901/providers/Microsoft.Network/publicIPAddresses/azsmnet4162?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-d44356cadf62de4bb64b4ca97a5948e8-0b53992beedd7d4a-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220530.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "b7757dc3225f19aa6cf8ee91e7116f6d", + "traceparent": "00-abe10aac24bab0baed69792a8bb57b05-00095489eacc7180-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230421.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "86ecb3ec138ac23a85c78f13d2cc0246", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "795", + "Content-Length": "797", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 09:50:40 GMT", - "ETag": "W/\u00227e328489-6d81-4031-ac03-3721b1b88309\u0022", + "Date": "Fri, 21 Apr 2023 13:49:09 GMT", + "ETag": "W/\u002231e01bed-b8bc-4ec8-8506-8d4b7f53e64f\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2199,30 +2235,30 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "afc87335-9c7e-4832-b6de-0d80890945fc", - "x-ms-client-request-id": "b7757dc3225f19aa6cf8ee91e7116f6d", - "x-ms-correlation-request-id": "151677af-cb2f-4f07-98e4-8618d419186c", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "ba7b9648-1172-45e4-80d1-f6dcd7bd0a22", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T095040Z:151677af-cb2f-4f07-98e4-8618d419186c" + "x-ms-arm-service-request-id": "5a36f8a6-98d6-4865-be6e-71c3cc9dfc81", + "x-ms-client-request-id": "86ecb3ec138ac23a85c78f13d2cc0246", + "x-ms-correlation-request-id": "596ae05d-c06c-4656-ac06-088fa8c4a9c7", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "0e84862d-c7a5-4356-a8fc-b40e0130049f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T134910Z:596ae05d-c06c-4656-ac06-088fa8c4a9c7" }, "ResponseBody": { - "name": "azsmnet7804", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3711/providers/Microsoft.Network/publicIPAddresses/azsmnet7804", - "etag": "W/\u00227e328489-6d81-4031-ac03-3721b1b88309\u0022", + "name": "azsmnet4162", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2901/providers/Microsoft.Network/publicIPAddresses/azsmnet4162", + "etag": "W/\u002231e01bed-b8bc-4ec8-8506-8d4b7f53e64f\u0022", "location": "westus2", "tags": { "key": "value" }, "properties": { "provisioningState": "Succeeded", - "resourceGuid": "43709113-3c84-42e4-a26a-2c120ef4277c", + "resourceGuid": "a2af9b34-de01-4103-95fe-8afc90afb25b", "publicIPAddressVersion": "IPv4", "publicIPAllocationMethod": "Dynamic", "idleTimeoutInMinutes": 4, "dnsSettings": { - "domainNameLabel": "azsmnet979", - "fqdn": "azsmnet979.westus2.cloudapp.azure.com" + "domainNameLabel": "azsmnet1361", + "fqdn": "azsmnet1361.westus2.cloudapp.azure.com" }, "ipTags": [] }, @@ -2234,16 +2270,16 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3711/providers/Microsoft.Network/virtualNetworkGateways/azsmnet3654?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2901/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5526?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "553", "Content-Type": "application/json", - "traceparent": "00-0bdf60ff80f0ab41b4f47852b908b41f-5690e07bd0d75648-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220530.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "4428ad831c2b66d4649878dab081ef00", + "traceparent": "00-a128584f136c132e1bfc35c0b7b6151a-70907b0a3c0c8a7b-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230421.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "836b66225735aae00db0ab4311590d99", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -2254,14 +2290,14 @@ "properties": { "ipConfigurations": [ { - "name": "azsmnet9175", + "name": "azsmnet1903", "properties": { "privateIPAllocationMethod": "Dynamic", "subnet": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3711/providers/Microsoft.Network/virtualNetworks/azsmnet4073/subnets/GatewaySubnet" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2901/providers/Microsoft.Network/virtualNetworks/azsmnet5428/subnets/GatewaySubnet" }, "publicIPAddress": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3711/providers/Microsoft.Network/publicIPAddresses/azsmnet7804" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2901/providers/Microsoft.Network/publicIPAddresses/azsmnet4162" } } } @@ -2274,11 +2310,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7c61bcb8-df0d-49c2-b3dd-55c15c3d640e?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8e52453f-d233-4ecc-8501-5bcd166d4b5c?api-version=2022-09-01", "Cache-Control": "no-cache", - "Content-Length": "2579", + "Content-Length": "2780", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 09:50:44 GMT", + "Date": "Fri, 21 Apr 2023 13:49:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", @@ -2288,17 +2324,17 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0ab2b076-5687-4bd1-8676-a1928eeb75f3", - "x-ms-client-request-id": "4428ad831c2b66d4649878dab081ef00", - "x-ms-correlation-request-id": "c4dfd2b1-00b7-4ab2-b502-2969fafffe7a", + "x-ms-arm-service-request-id": "09571c42-0c51-419e-8247-d55b7d634f61", + "x-ms-client-request-id": "836b66225735aae00db0ab4311590d99", + "x-ms-correlation-request-id": "e6d27703-61f2-44a5-b6a5-61f1ed7e75a5", "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "7c61bcb8-df0d-49c2-b3dd-55c15c3d640e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T095045Z:c4dfd2b1-00b7-4ab2-b502-2969fafffe7a" + "x-ms-request-id": "8e52453f-d233-4ecc-8501-5bcd166d4b5c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T134913Z:e6d27703-61f2-44a5-b6a5-61f1ed7e75a5" }, "ResponseBody": { - "name": "azsmnet3654", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3711/providers/Microsoft.Network/virtualNetworkGateways/azsmnet3654", - "etag": "W/\u00222aadcd0a-18f1-4622-a043-a74a9ec93619\u0022", + "name": "azsmnet5526", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2901/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5526", + "etag": "W/\u00222396ca46-5a0d-4d08-8960-98b5262d414b\u0022", "type": "Microsoft.Network/virtualNetworkGateways", "location": "westus2", "tags": { @@ -2306,28 +2342,30 @@ }, "properties": { "provisioningState": "Updating", - "resourceGuid": "83580bb1-30e2-4791-ad41-daba481e2153", + "resourceGuid": "605a87c8-4013-4aca-986f-6ac779ec722a", "packetCaptureDiagnosticState": "None", "enablePrivateIpAddress": false, + "isMigrateToCSES": false, "ipConfigurations": [ { - "name": "azsmnet9175", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3711/providers/Microsoft.Network/virtualNetworkGateways/azsmnet3654/ipConfigurations/azsmnet9175", - "etag": "W/\u00222aadcd0a-18f1-4622-a043-a74a9ec93619\u0022", + "name": "azsmnet1903", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2901/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5526/ipConfigurations/azsmnet1903", + "etag": "W/\u00222396ca46-5a0d-4d08-8960-98b5262d414b\u0022", "type": "Microsoft.Network/virtualNetworkGateways/ipConfigurations", "properties": { "provisioningState": "Updating", "privateIPAllocationMethod": "Dynamic", "publicIPAddress": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3711/providers/Microsoft.Network/publicIPAddresses/azsmnet7804" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2901/providers/Microsoft.Network/publicIPAddresses/azsmnet4162" }, "subnet": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3711/providers/Microsoft.Network/virtualNetworks/azsmnet4073/subnets/GatewaySubnet" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2901/providers/Microsoft.Network/virtualNetworks/azsmnet5428/subnets/GatewaySubnet" } } } ], "natRules": [], + "virtualNetworkGatewayPolicyGroups": [], "enableBgpRouteTranslationForNat": false, "disableIPSecReplayProtection": false, "sku": { @@ -2346,6 +2384,7 @@ "vpnAuthenticationTypes": [], "vpnClientRootCertificates": [], "vpnClientRevokedCertificates": [], + "vngClientConnectionConfigurations": [], "radiusServers": [], "vpnClientIpsecPolicies": [] }, @@ -2354,24 +2393,26 @@ "peerWeight": 0, "bgpPeeringAddresses": [ { - "ipconfigurationId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3711/providers/Microsoft.Network/virtualNetworkGateways/azsmnet3654/ipConfigurations/azsmnet9175", + "ipconfigurationId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2901/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5526/ipConfigurations/azsmnet1903", "defaultBgpIpAddresses": [], "customBgpIpAddresses": [] } ] }, - "vpnGatewayGeneration": "Generation1" + "vpnGatewayGeneration": "Generation1", + "allowRemoteVnetTraffic": false, + "allowVirtualWanTraffic": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7c61bcb8-df0d-49c2-b3dd-55c15c3d640e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8e52453f-d233-4ecc-8501-5bcd166d4b5c?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0bdf60ff80f0ab41b4f47852b908b41f-47b639ad75967a4c-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "2e9a51d67e615951e3f9be11a192476d", + "traceparent": "00-a128584f136c132e1bfc35c0b7b6151a-5ffb72142023f2eb-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "c4d3f24b68ec957ea6df068a1741b535", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2380,7 +2421,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 09:50:45 GMT", + "Date": "Fri, 21 Apr 2023 13:49:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", @@ -2390,25 +2431,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b5e70672-40f1-44a3-8229-4c2755298d2e", - "x-ms-client-request-id": "2e9a51d67e615951e3f9be11a192476d", - "x-ms-correlation-request-id": "7bb5a724-34f5-4875-b00e-500a671b6a39", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "4b579420-cd19-4d4b-829e-d31dbecb0dd2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T095045Z:7bb5a724-34f5-4875-b00e-500a671b6a39" + "x-ms-arm-service-request-id": "ac4a0e7f-f439-488c-bfa0-1fb54eb82866", + "x-ms-client-request-id": "c4d3f24b68ec957ea6df068a1741b535", + "x-ms-correlation-request-id": "7a0aa64a-895d-4f7f-a4e5-029555bf5e40", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "98147a53-8cbc-4466-84b9-fd678c5e1b08", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T134913Z:7a0aa64a-895d-4f7f-a4e5-029555bf5e40" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7c61bcb8-df0d-49c2-b3dd-55c15c3d640e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8e52453f-d233-4ecc-8501-5bcd166d4b5c?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0bdf60ff80f0ab41b4f47852b908b41f-96d57e515b6ea441-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "f452e6a2a2b9ff8a89ea9cbec85bbcdd", + "traceparent": "00-a128584f136c132e1bfc35c0b7b6151a-c28154cba6746234-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "6c6e3905c8a8d6f5da226b7a8a7a6e46", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2417,7 +2458,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 09:50:55 GMT", + "Date": "Fri, 21 Apr 2023 13:49:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "20", @@ -2427,25 +2468,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d7840a2f-49a9-437d-b954-20bf43f4f4bc", - "x-ms-client-request-id": "f452e6a2a2b9ff8a89ea9cbec85bbcdd", - "x-ms-correlation-request-id": "408705e6-956e-44b2-873c-ba0cf0ea6abf", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "2db45e4e-b183-4c39-bac9-bd2363a7cae7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T095056Z:408705e6-956e-44b2-873c-ba0cf0ea6abf" + "x-ms-arm-service-request-id": "03237ceb-0a16-4fc4-9c29-9fb1556de82f", + "x-ms-client-request-id": "6c6e3905c8a8d6f5da226b7a8a7a6e46", + "x-ms-correlation-request-id": "5bbe3d8e-2975-4d34-818d-c052c505a236", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "9d9991cd-7fff-44e9-84e6-802336be6595", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T134923Z:5bbe3d8e-2975-4d34-818d-c052c505a236" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7c61bcb8-df0d-49c2-b3dd-55c15c3d640e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8e52453f-d233-4ecc-8501-5bcd166d4b5c?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0bdf60ff80f0ab41b4f47852b908b41f-cd580f71ee24424c-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "5f033052c0e6419f285ad5a8c5129c16", + "traceparent": "00-a128584f136c132e1bfc35c0b7b6151a-913c92873d448157-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1ff86fcb4985f5ad170803cf450230d7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2454,7 +2495,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 09:51:15 GMT", + "Date": "Fri, 21 Apr 2023 13:49:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "20", @@ -2464,25 +2505,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8ce8a894-1dde-4904-81c5-42744f506f78", - "x-ms-client-request-id": "5f033052c0e6419f285ad5a8c5129c16", - "x-ms-correlation-request-id": "27154398-7a41-41e7-a5c0-3ce6008bdac5", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "1c231be3-dbfc-423f-ac7f-0b79f6bfde49", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T095116Z:27154398-7a41-41e7-a5c0-3ce6008bdac5" + "x-ms-arm-service-request-id": "249f22d6-cd8c-41a2-9db1-fc4e92d654b1", + "x-ms-client-request-id": "1ff86fcb4985f5ad170803cf450230d7", + "x-ms-correlation-request-id": "cbab995c-3f37-412a-8144-a1029584e2ec", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "2596b986-c23b-4ca0-ab3d-5f59bfbe0e32", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T134943Z:cbab995c-3f37-412a-8144-a1029584e2ec" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7c61bcb8-df0d-49c2-b3dd-55c15c3d640e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8e52453f-d233-4ecc-8501-5bcd166d4b5c?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0bdf60ff80f0ab41b4f47852b908b41f-89533270f57ad345-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "c3d6e6255134348ec69aa576e2939187", + "traceparent": "00-a128584f136c132e1bfc35c0b7b6151a-99cb47ff8db0d03f-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "025f970577588393fcfceac9fd030a2b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2491,7 +2532,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 09:51:36 GMT", + "Date": "Fri, 21 Apr 2023 13:50:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "40", @@ -2501,26 +2542,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1e5ef3cb-a2d4-4e34-8a54-c86ae4a631b3", - "x-ms-client-request-id": "c3d6e6255134348ec69aa576e2939187", - "x-ms-correlation-request-id": "700fe710-2477-40e7-b562-f1c6e3be2f88", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "4ff460f7-c684-4663-aebd-9092008012af", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T095136Z:700fe710-2477-40e7-b562-f1c6e3be2f88" + "x-ms-arm-service-request-id": "30c61985-7467-490a-ad3f-555b49f261f3", + "x-ms-client-request-id": "025f970577588393fcfceac9fd030a2b", + "x-ms-correlation-request-id": "2f7d9222-373d-4f36-be79-a27445ee75df", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "cf919f14-2cfb-4d15-9d61-fabd06da90e7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T135004Z:2f7d9222-373d-4f36-be79-a27445ee75df" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7c61bcb8-df0d-49c2-b3dd-55c15c3d640e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8e52453f-d233-4ecc-8501-5bcd166d4b5c?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "Connection": "keep-alive", - "traceparent": "00-0bdf60ff80f0ab41b4f47852b908b41f-589d401a3a55cd45-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "71bfe03de88fe1864710cb5ecce13a76", + "traceparent": "00-a128584f136c132e1bfc35c0b7b6151a-3426bc1387264c41-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a8bebf709549bcb08c78549fc52690d7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2529,7 +2569,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 09:52:17 GMT", + "Date": "Fri, 21 Apr 2023 13:50:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "40", @@ -2539,25 +2579,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "aff753ac-5b7a-4b81-9d82-19d3f6e57e7f", - "x-ms-client-request-id": "71bfe03de88fe1864710cb5ecce13a76", - "x-ms-correlation-request-id": "9eca9768-4018-4aea-88e1-4d2188187d89", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "c71162fa-66ea-42da-adf6-217359d9e746", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T095217Z:9eca9768-4018-4aea-88e1-4d2188187d89" + "x-ms-arm-service-request-id": "4035cc82-1ad3-4f1f-ac7f-20063cc70934", + "x-ms-client-request-id": "a8bebf709549bcb08c78549fc52690d7", + "x-ms-correlation-request-id": "ea1f90d1-63c7-4e89-9310-67c3b62655df", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "e6265c6c-e011-4a7b-a7ac-f60d731ab29c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T135044Z:ea1f90d1-63c7-4e89-9310-67c3b62655df" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7c61bcb8-df0d-49c2-b3dd-55c15c3d640e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8e52453f-d233-4ecc-8501-5bcd166d4b5c?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0bdf60ff80f0ab41b4f47852b908b41f-c538960a88e53042-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "e198854ef88500a9a1ce984c1b285f95", + "traceparent": "00-a128584f136c132e1bfc35c0b7b6151a-e0bbace0f12a7e68-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f37494f26b1a54eddc7523885fe3f814", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2566,7 +2606,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 09:52:57 GMT", + "Date": "Fri, 21 Apr 2023 13:51:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "80", @@ -2576,26 +2616,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "475ad5a9-dfe9-409e-87e0-582a1419a299", - "x-ms-client-request-id": "e198854ef88500a9a1ce984c1b285f95", - "x-ms-correlation-request-id": "f8a387c7-b56f-4258-af28-8c13afd2004a", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "584b898c-f1aa-4982-9fe0-d4c5eff6fcfa", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T095258Z:f8a387c7-b56f-4258-af28-8c13afd2004a" + "x-ms-arm-service-request-id": "2986ce0b-d821-404c-aa0b-f0d6c2c3fe76", + "x-ms-client-request-id": "f37494f26b1a54eddc7523885fe3f814", + "x-ms-correlation-request-id": "f2bd36a0-a76a-4d7b-94f6-8a8044b80da5", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "b6d71af9-4184-4b40-a420-43fb84b1cf8e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T135124Z:f2bd36a0-a76a-4d7b-94f6-8a8044b80da5" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7c61bcb8-df0d-49c2-b3dd-55c15c3d640e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8e52453f-d233-4ecc-8501-5bcd166d4b5c?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "Connection": "keep-alive", - "traceparent": "00-0bdf60ff80f0ab41b4f47852b908b41f-b9409d0b38d6eb4b-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "e46b4ec92b523d8760f57c23853068e5", + "traceparent": "00-a128584f136c132e1bfc35c0b7b6151a-bbc21bd541c8eb30-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "855ed7fd8843708de6a376e022f3bdd6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2604,7 +2643,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 09:54:18 GMT", + "Date": "Fri, 21 Apr 2023 13:52:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "160", @@ -2614,26 +2653,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "45e3087e-873b-45d3-ab46-f8ebe4ec16f6", - "x-ms-client-request-id": "e46b4ec92b523d8760f57c23853068e5", - "x-ms-correlation-request-id": "f5ec3e7b-4d02-48be-b7cc-e73065424f1f", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "98f54197-46ca-4ecf-870c-0e7099788d53", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T095418Z:f5ec3e7b-4d02-48be-b7cc-e73065424f1f" + "x-ms-arm-service-request-id": "1288b21a-3e52-422e-830f-57a22d9984e7", + "x-ms-client-request-id": "855ed7fd8843708de6a376e022f3bdd6", + "x-ms-correlation-request-id": "cd91f126-28af-4974-8b91-290294e0c05d", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "6d35ac1a-850b-4f34-b090-78e461071dd2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T135245Z:cd91f126-28af-4974-8b91-290294e0c05d" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7c61bcb8-df0d-49c2-b3dd-55c15c3d640e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8e52453f-d233-4ecc-8501-5bcd166d4b5c?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "Connection": "keep-alive", - "traceparent": "00-0bdf60ff80f0ab41b4f47852b908b41f-51622ba8b52dae4a-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "5c282e60affa440237becfc04f3ac51e", + "traceparent": "00-a128584f136c132e1bfc35c0b7b6151a-65b1bdbbac621888-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "68d6126b178f0510d26acbd472275da8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2642,7 +2680,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 09:56:58 GMT", + "Date": "Fri, 21 Apr 2023 13:55:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -2652,25 +2690,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "43d79293-c1af-4cf9-9cee-5047bd6cd97c", - "x-ms-client-request-id": "5c282e60affa440237becfc04f3ac51e", - "x-ms-correlation-request-id": "f0fa21da-6991-4a51-9b8d-e4c8a2b5ebbe", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "7130751c-d3e8-4d93-9532-70919e800571", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T095659Z:f0fa21da-6991-4a51-9b8d-e4c8a2b5ebbe" + "x-ms-arm-service-request-id": "907a967c-72e8-41a9-ae3b-2427210af330", + "x-ms-client-request-id": "68d6126b178f0510d26acbd472275da8", + "x-ms-correlation-request-id": "c1822de6-e5e2-4de8-a0e5-76816cb33060", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "57f26425-2fbd-44da-8307-4a5260bbec20", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T135526Z:c1822de6-e5e2-4de8-a0e5-76816cb33060" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7c61bcb8-df0d-49c2-b3dd-55c15c3d640e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8e52453f-d233-4ecc-8501-5bcd166d4b5c?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0bdf60ff80f0ab41b4f47852b908b41f-bffec0ff8fef2f4f-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "7e9436b155762323fe5b81907c857b70", + "traceparent": "00-a128584f136c132e1bfc35c0b7b6151a-17466fca9087f18a-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "eda2407f0ac76a9406040c77f50c31e9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2679,7 +2717,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 09:58:38 GMT", + "Date": "Fri, 21 Apr 2023 13:57:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -2689,26 +2727,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3a95a5cb-1990-4004-80b2-686f45f57adf", - "x-ms-client-request-id": "7e9436b155762323fe5b81907c857b70", - "x-ms-correlation-request-id": "f9e9c39f-58b2-4609-982b-45a362dcf271", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "0193a3a9-a16a-43c4-b37e-99518e2aa886", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T095839Z:f9e9c39f-58b2-4609-982b-45a362dcf271" + "x-ms-arm-service-request-id": "538f3a00-bbb0-40d5-9118-1f4b54aa984d", + "x-ms-client-request-id": "eda2407f0ac76a9406040c77f50c31e9", + "x-ms-correlation-request-id": "eaaf4df1-183f-4e1c-8f99-71f38394ab0f", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "a8b6e30c-b53e-4895-8338-9ea6e28142f3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T135706Z:eaaf4df1-183f-4e1c-8f99-71f38394ab0f" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7c61bcb8-df0d-49c2-b3dd-55c15c3d640e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8e52453f-d233-4ecc-8501-5bcd166d4b5c?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "Connection": "keep-alive", - "traceparent": "00-0bdf60ff80f0ab41b4f47852b908b41f-2ed85a37a015a345-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "ecebb3660200199a4b26ad935bc6ee25", + "traceparent": "00-a128584f136c132e1bfc35c0b7b6151a-225a2edca3858ba4-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "4d1d4db78f0de684c759b3d9bcb9febf", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2717,7 +2754,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:00:20 GMT", + "Date": "Fri, 21 Apr 2023 13:58:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -2727,25 +2764,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "aabb568d-62aa-4478-ab9c-3aa877c78061", - "x-ms-client-request-id": "ecebb3660200199a4b26ad935bc6ee25", - "x-ms-correlation-request-id": "95885215-5741-46d1-a7f3-8ddd4110c783", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "0e45ce46-f52d-48d2-a45d-3c2ebac665f0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T100021Z:95885215-5741-46d1-a7f3-8ddd4110c783" + "x-ms-arm-service-request-id": "8b67f165-be21-4d9b-b8c0-930660336f61", + "x-ms-client-request-id": "4d1d4db78f0de684c759b3d9bcb9febf", + "x-ms-correlation-request-id": "dfcd2f90-6c1c-467d-ba65-be0222f55a8f", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "c2c1f264-46c1-49ba-8e00-64ee85dd4ea5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T135847Z:dfcd2f90-6c1c-467d-ba65-be0222f55a8f" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7c61bcb8-df0d-49c2-b3dd-55c15c3d640e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8e52453f-d233-4ecc-8501-5bcd166d4b5c?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0bdf60ff80f0ab41b4f47852b908b41f-c7bc4a4436725f4a-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "4f715d2fe99b0a6e0a055d9f2e72c8b2", + "traceparent": "00-a128584f136c132e1bfc35c0b7b6151a-90a4c096f61529ce-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e160cd46d051600f7e6c628b0b990fc5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2754,7 +2791,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:02:00 GMT", + "Date": "Fri, 21 Apr 2023 14:00:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -2764,26 +2801,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "63d79c22-001d-478b-9724-b1d54a4d6d77", - "x-ms-client-request-id": "4f715d2fe99b0a6e0a055d9f2e72c8b2", - "x-ms-correlation-request-id": "02a78be0-8a95-4901-8d03-aa8677f6ca76", + "x-ms-arm-service-request-id": "36708f5e-32fa-4aa7-a0a8-c6731dcaecb1", + "x-ms-client-request-id": "e160cd46d051600f7e6c628b0b990fc5", + "x-ms-correlation-request-id": "3ba7627e-8502-4203-8dc9-993d172b5d16", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "53a51329-c18c-4adc-866d-9726150445c8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T100201Z:02a78be0-8a95-4901-8d03-aa8677f6ca76" + "x-ms-request-id": "0570bb38-d121-4b02-9792-8433ec275d5d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T140028Z:3ba7627e-8502-4203-8dc9-993d172b5d16" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7c61bcb8-df0d-49c2-b3dd-55c15c3d640e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8e52453f-d233-4ecc-8501-5bcd166d4b5c?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "Connection": "keep-alive", - "traceparent": "00-0bdf60ff80f0ab41b4f47852b908b41f-937d707401b4a34b-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "9b5a5e43d94eae1d9b7b324fa890c738", + "traceparent": "00-a128584f136c132e1bfc35c0b7b6151a-b8748c85a17605dc-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "251ce2390f0af09bbcbc266d57baad4c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2792,7 +2828,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:03:41 GMT", + "Date": "Fri, 21 Apr 2023 14:02:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -2802,26 +2838,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6ef152a4-844a-4a4f-a2dd-d5597afc0492", - "x-ms-client-request-id": "9b5a5e43d94eae1d9b7b324fa890c738", - "x-ms-correlation-request-id": "cf57a8c5-73b8-4b99-985e-699598992828", + "x-ms-arm-service-request-id": "9813edb0-4e5d-482a-96a9-b4b2514f9cd7", + "x-ms-client-request-id": "251ce2390f0af09bbcbc266d57baad4c", + "x-ms-correlation-request-id": "e2587acc-2324-48fb-be95-7792155a9eee", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "8b074095-7203-42f4-81c1-9ce3c60ed7eb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T100342Z:cf57a8c5-73b8-4b99-985e-699598992828" + "x-ms-request-id": "d60937ff-6610-46c6-bd8f-18c29b705e6a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T140209Z:e2587acc-2324-48fb-be95-7792155a9eee" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7c61bcb8-df0d-49c2-b3dd-55c15c3d640e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8e52453f-d233-4ecc-8501-5bcd166d4b5c?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "Connection": "keep-alive", - "traceparent": "00-0bdf60ff80f0ab41b4f47852b908b41f-e3c11b2d93bb5c40-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "1e605b6d2b137cd444e1e1fba5fbead9", + "traceparent": "00-a128584f136c132e1bfc35c0b7b6151a-a43c0903ca8e969c-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "28304c064face7973ebccfa02df9da2d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2830,7 +2865,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:05:22 GMT", + "Date": "Fri, 21 Apr 2023 14:03:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -2840,26 +2875,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3b5ed643-b8d2-419f-b643-69f484d899a4", - "x-ms-client-request-id": "1e605b6d2b137cd444e1e1fba5fbead9", - "x-ms-correlation-request-id": "801d3849-3359-4f4e-9006-083146e61fbe", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "6b92cbc0-e2f2-4479-a771-ba1d522bbb41", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T100522Z:801d3849-3359-4f4e-9006-083146e61fbe" + "x-ms-arm-service-request-id": "3dc419f8-0fcc-4dcc-a30f-1c94d890c44c", + "x-ms-client-request-id": "28304c064face7973ebccfa02df9da2d", + "x-ms-correlation-request-id": "1fc43369-749a-46da-9c1c-d517442cd5bc", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "6af269a9-1c69-467f-99f9-f9631f6b70bb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T140350Z:1fc43369-749a-46da-9c1c-d517442cd5bc" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7c61bcb8-df0d-49c2-b3dd-55c15c3d640e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8e52453f-d233-4ecc-8501-5bcd166d4b5c?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "Connection": "keep-alive", - "traceparent": "00-0bdf60ff80f0ab41b4f47852b908b41f-56f4804adeb3804b-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "fc4ffb5e526b56d73fc2b320b71e617a", + "traceparent": "00-a128584f136c132e1bfc35c0b7b6151a-16094c1fc835a34c-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d9a0ed4ad99d36b5316f2595a9a109c3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2868,7 +2902,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:07:02 GMT", + "Date": "Fri, 21 Apr 2023 14:05:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -2878,26 +2912,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c3ca1d99-b04a-4c13-9985-5922e18cbb91", - "x-ms-client-request-id": "fc4ffb5e526b56d73fc2b320b71e617a", - "x-ms-correlation-request-id": "f3596824-4354-41c4-b575-47e1a77045f8", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "496cdeb2-af1b-452c-b830-e38c55cf1601", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T100703Z:f3596824-4354-41c4-b575-47e1a77045f8" + "x-ms-arm-service-request-id": "d40e507d-1f28-4aa1-9d34-a47daeff1869", + "x-ms-client-request-id": "d9a0ed4ad99d36b5316f2595a9a109c3", + "x-ms-correlation-request-id": "742e9110-fcdd-4c7c-9f50-f48cebca0c09", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "35312e61-0444-44da-8fe3-b74bd15f3f37", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T140543Z:742e9110-fcdd-4c7c-9f50-f48cebca0c09" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7c61bcb8-df0d-49c2-b3dd-55c15c3d640e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/8e52453f-d233-4ecc-8501-5bcd166d4b5c?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "Connection": "keep-alive", - "traceparent": "00-0bdf60ff80f0ab41b4f47852b908b41f-a326c0334b1d534d-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "d231243da911189e89de576df72209a0", + "traceparent": "00-a128584f136c132e1bfc35c0b7b6151a-fe3f3bcbe49ac267-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "be8515bee768e9194a34e64e40fac3c2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2906,7 +2939,7 @@ "Cache-Control": "no-cache", "Content-Length": "29", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:08:43 GMT", + "Date": "Fri, 21 Apr 2023 14:07:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2915,34 +2948,34 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0bdaafeb-c53b-4e5f-a607-5f2e43fc5587", - "x-ms-client-request-id": "d231243da911189e89de576df72209a0", - "x-ms-correlation-request-id": "ff5e0ded-1eb5-49dc-a367-d1bd4bee9af3", + "x-ms-arm-service-request-id": "9fd4066e-c442-41e3-aa8c-7e1acbd43272", + "x-ms-client-request-id": "be8515bee768e9194a34e64e40fac3c2", + "x-ms-correlation-request-id": "aeceb940-efae-4493-a192-30eb4cae9e01", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "75fa697d-d450-41de-81f3-a293c5217464", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T100844Z:ff5e0ded-1eb5-49dc-a367-d1bd4bee9af3" + "x-ms-request-id": "5c198a0d-d0aa-470a-bd11-b289884d389f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T140724Z:aeceb940-efae-4493-a192-30eb4cae9e01" }, "ResponseBody": { "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3711/providers/Microsoft.Network/virtualNetworkGateways/azsmnet3654?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2901/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5526?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0bdf60ff80f0ab41b4f47852b908b41f-18abc614f65b6343-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "adf15990ca401bcd840adf5178b4c525", + "traceparent": "00-a128584f136c132e1bfc35c0b7b6151a-f3caee92d1119271-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "6a23f8e1d31a2daf97f9f63c29023d9c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2461", + "Content-Length": "2614", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:08:43 GMT", + "Date": "Fri, 21 Apr 2023 14:07:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2951,17 +2984,17 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "44e653bc-8ded-4839-a4ff-9c4b2349b5c8", - "x-ms-client-request-id": "adf15990ca401bcd840adf5178b4c525", - "x-ms-correlation-request-id": "6c4feb12-6590-474e-9e8d-a6302a70591d", + "x-ms-arm-service-request-id": "db7eafd6-d8c9-4b7f-b7f7-039d4bb65c7b", + "x-ms-client-request-id": "6a23f8e1d31a2daf97f9f63c29023d9c", + "x-ms-correlation-request-id": "3ef0c178-7f54-4cd3-ad36-dc2d424e189f", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "8772093f-121c-4b38-be9a-b12ba95f7c99", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T100844Z:6c4feb12-6590-474e-9e8d-a6302a70591d" + "x-ms-request-id": "f25fb71c-a3f9-43ce-b8e0-a59ebcca81a6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T140725Z:3ef0c178-7f54-4cd3-ad36-dc2d424e189f" }, "ResponseBody": { - "name": "azsmnet3654", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3711/providers/Microsoft.Network/virtualNetworkGateways/azsmnet3654", - "etag": "W/\u0022d01a3b85-9f3a-4c76-890a-bbcfd35b29dc\u0022", + "name": "azsmnet5526", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2901/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5526", + "etag": "W/\u00225ad249c8-978f-466c-818a-6f46bb9eba99\u0022", "type": "Microsoft.Network/virtualNetworkGateways", "location": "westus2", "tags": { @@ -2969,28 +3002,30 @@ }, "properties": { "provisioningState": "Succeeded", - "resourceGuid": "83580bb1-30e2-4791-ad41-daba481e2153", + "resourceGuid": "605a87c8-4013-4aca-986f-6ac779ec722a", "packetCaptureDiagnosticState": "None", "enablePrivateIpAddress": false, + "isMigrateToCSES": false, "ipConfigurations": [ { - "name": "azsmnet9175", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3711/providers/Microsoft.Network/virtualNetworkGateways/azsmnet3654/ipConfigurations/azsmnet9175", - "etag": "W/\u0022d01a3b85-9f3a-4c76-890a-bbcfd35b29dc\u0022", + "name": "azsmnet1903", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2901/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5526/ipConfigurations/azsmnet1903", + "etag": "W/\u00225ad249c8-978f-466c-818a-6f46bb9eba99\u0022", "type": "Microsoft.Network/virtualNetworkGateways/ipConfigurations", "properties": { "provisioningState": "Succeeded", "privateIPAllocationMethod": "Dynamic", "publicIPAddress": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3711/providers/Microsoft.Network/publicIPAddresses/azsmnet7804" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2901/providers/Microsoft.Network/publicIPAddresses/azsmnet4162" }, "subnet": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3711/providers/Microsoft.Network/virtualNetworks/azsmnet4073/subnets/GatewaySubnet" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2901/providers/Microsoft.Network/virtualNetworks/azsmnet5428/subnets/GatewaySubnet" } } } ], "natRules": [], + "virtualNetworkGatewayPolicyGroups": [], "enableBgpRouteTranslationForNat": false, "disableIPSecReplayProtection": false, "sku": { @@ -3008,39 +3043,41 @@ "peerWeight": 0, "bgpPeeringAddresses": [ { - "ipconfigurationId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3711/providers/Microsoft.Network/virtualNetworkGateways/azsmnet3654/ipConfigurations/azsmnet9175", + "ipconfigurationId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2901/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5526/ipConfigurations/azsmnet1903", "defaultBgpIpAddresses": [ "10.55.0.254" ], "customBgpIpAddresses": [], "tunnelIpAddresses": [ - "20.29.194.18" + "20.83.113.18" ] } ] }, - "vpnGatewayGeneration": "Generation1" + "vpnGatewayGeneration": "Generation1", + "allowRemoteVnetTraffic": false, + "allowVirtualWanTraffic": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6317/providers/Microsoft.Network/virtualNetworkGateways/azsmnet8641?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4514/providers/Microsoft.Network/virtualNetworkGateways/azsmnet1044?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-5cb7c2230acd9c4a8313a0c9019474d4-815fd1cad011794c-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220530.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "81bd667f17c9b5c85c37738dfb695e1d", + "traceparent": "00-9da428a6eb203ec91e15a73752fd56f5-436ad2ccd98670ff-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230421.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "17e10bb31b7463c5d4b68f68f266f536", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2460", + "Content-Length": "2614", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:08:44 GMT", + "Date": "Fri, 21 Apr 2023 14:07:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -3049,17 +3086,17 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "95a85259-dc82-4847-ab75-f90fbdff9b1f", - "x-ms-client-request-id": "81bd667f17c9b5c85c37738dfb695e1d", - "x-ms-correlation-request-id": "59714eff-bee4-4de5-8b09-eb4a9c5c8828", + "x-ms-arm-service-request-id": "e25f36a8-7a1e-4393-a09d-c00ea0a41dab", + "x-ms-client-request-id": "17e10bb31b7463c5d4b68f68f266f536", + "x-ms-correlation-request-id": "bafdfc3c-eba0-4303-b709-aaf72acf4836", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "7b211b86-803b-4cbf-99bc-873010016cb6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T100845Z:59714eff-bee4-4de5-8b09-eb4a9c5c8828" + "x-ms-request-id": "1437beae-3256-4d0c-95cf-4c47db91e42a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T140725Z:bafdfc3c-eba0-4303-b709-aaf72acf4836" }, "ResponseBody": { - "name": "azsmnet8641", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6317/providers/Microsoft.Network/virtualNetworkGateways/azsmnet8641", - "etag": "W/\u00224f0ad884-d207-4f1e-ae0b-f7f73ef4fe3a\u0022", + "name": "azsmnet1044", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4514/providers/Microsoft.Network/virtualNetworkGateways/azsmnet1044", + "etag": "W/\u0022e06d5089-9077-4614-b79b-f4b30696751d\u0022", "type": "Microsoft.Network/virtualNetworkGateways", "location": "eastus", "tags": { @@ -3067,28 +3104,30 @@ }, "properties": { "provisioningState": "Succeeded", - "resourceGuid": "ed287203-fd14-44dd-82ed-e75d8c18aa56", + "resourceGuid": "fed0ff1f-0f84-41c7-b88f-c61b2a6b3ab2", "packetCaptureDiagnosticState": "None", "enablePrivateIpAddress": false, + "isMigrateToCSES": false, "ipConfigurations": [ { - "name": "azsmnet1711", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6317/providers/Microsoft.Network/virtualNetworkGateways/azsmnet8641/ipConfigurations/azsmnet1711", - "etag": "W/\u00224f0ad884-d207-4f1e-ae0b-f7f73ef4fe3a\u0022", + "name": "azsmnet2231", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4514/providers/Microsoft.Network/virtualNetworkGateways/azsmnet1044/ipConfigurations/azsmnet2231", + "etag": "W/\u0022e06d5089-9077-4614-b79b-f4b30696751d\u0022", "type": "Microsoft.Network/virtualNetworkGateways/ipConfigurations", "properties": { "provisioningState": "Succeeded", "privateIPAllocationMethod": "Dynamic", "publicIPAddress": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6317/providers/Microsoft.Network/publicIPAddresses/azsmnet487" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4514/providers/Microsoft.Network/publicIPAddresses/azsmnet114" }, "subnet": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6317/providers/Microsoft.Network/virtualNetworks/azsmnet5396/subnets/GatewaySubnet" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4514/providers/Microsoft.Network/virtualNetworks/azsmnet5906/subnets/GatewaySubnet" } } } ], "natRules": [], + "virtualNetworkGatewayPolicyGroups": [], "enableBgpRouteTranslationForNat": false, "disableIPSecReplayProtection": false, "sku": { @@ -3106,39 +3145,41 @@ "peerWeight": 0, "bgpPeeringAddresses": [ { - "ipconfigurationId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6317/providers/Microsoft.Network/virtualNetworkGateways/azsmnet8641/ipConfigurations/azsmnet1711", + "ipconfigurationId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4514/providers/Microsoft.Network/virtualNetworkGateways/azsmnet1044/ipConfigurations/azsmnet2231", "defaultBgpIpAddresses": [ "10.54.0.254" ], "customBgpIpAddresses": [], "tunnelIpAddresses": [ - "20.231.216.61" + "172.174.71.168" ] } ] }, - "vpnGatewayGeneration": "Generation1" + "vpnGatewayGeneration": "Generation1", + "allowRemoteVnetTraffic": false, + "allowVirtualWanTraffic": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3711/providers/Microsoft.Network/virtualNetworkGateways/azsmnet3654?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2901/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5526?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-4c20a49ed424004eac44c5a178a20dce-3567b5a840e9814b-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220530.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "5d9013b9b42d733a57164e06c94d9fd5", + "traceparent": "00-949954f8951512fb2a83783ec790315d-8dfc0802bf28400b-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230421.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b1b363ac9e7eeaa86657276ef0dcc047", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2461", + "Content-Length": "2614", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:08:45 GMT", + "Date": "Fri, 21 Apr 2023 14:07:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -3147,17 +3188,17 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2d56a878-661e-4783-b46e-ac6dc93d0b0a", - "x-ms-client-request-id": "5d9013b9b42d733a57164e06c94d9fd5", - "x-ms-correlation-request-id": "80f1bc56-b266-406d-b4af-7eb14d008311", + "x-ms-arm-service-request-id": "4a19d2e4-b37b-42c9-b55a-f2753895170a", + "x-ms-client-request-id": "b1b363ac9e7eeaa86657276ef0dcc047", + "x-ms-correlation-request-id": "883cc1d2-e353-4965-ad8e-fbb364cddeeb", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "93a04471-58da-4053-91ff-3503256ed8aa", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T100845Z:80f1bc56-b266-406d-b4af-7eb14d008311" + "x-ms-request-id": "b179e09a-8492-4d8a-b454-bbbcfbfc37cb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T140726Z:883cc1d2-e353-4965-ad8e-fbb364cddeeb" }, "ResponseBody": { - "name": "azsmnet3654", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3711/providers/Microsoft.Network/virtualNetworkGateways/azsmnet3654", - "etag": "W/\u0022d01a3b85-9f3a-4c76-890a-bbcfd35b29dc\u0022", + "name": "azsmnet5526", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2901/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5526", + "etag": "W/\u00225ad249c8-978f-466c-818a-6f46bb9eba99\u0022", "type": "Microsoft.Network/virtualNetworkGateways", "location": "westus2", "tags": { @@ -3165,28 +3206,30 @@ }, "properties": { "provisioningState": "Succeeded", - "resourceGuid": "83580bb1-30e2-4791-ad41-daba481e2153", + "resourceGuid": "605a87c8-4013-4aca-986f-6ac779ec722a", "packetCaptureDiagnosticState": "None", "enablePrivateIpAddress": false, + "isMigrateToCSES": false, "ipConfigurations": [ { - "name": "azsmnet9175", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3711/providers/Microsoft.Network/virtualNetworkGateways/azsmnet3654/ipConfigurations/azsmnet9175", - "etag": "W/\u0022d01a3b85-9f3a-4c76-890a-bbcfd35b29dc\u0022", + "name": "azsmnet1903", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2901/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5526/ipConfigurations/azsmnet1903", + "etag": "W/\u00225ad249c8-978f-466c-818a-6f46bb9eba99\u0022", "type": "Microsoft.Network/virtualNetworkGateways/ipConfigurations", "properties": { "provisioningState": "Succeeded", "privateIPAllocationMethod": "Dynamic", "publicIPAddress": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3711/providers/Microsoft.Network/publicIPAddresses/azsmnet7804" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2901/providers/Microsoft.Network/publicIPAddresses/azsmnet4162" }, "subnet": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3711/providers/Microsoft.Network/virtualNetworks/azsmnet4073/subnets/GatewaySubnet" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2901/providers/Microsoft.Network/virtualNetworks/azsmnet5428/subnets/GatewaySubnet" } } } ], "natRules": [], + "virtualNetworkGatewayPolicyGroups": [], "enableBgpRouteTranslationForNat": false, "disableIPSecReplayProtection": false, "sku": { @@ -3204,39 +3247,41 @@ "peerWeight": 0, "bgpPeeringAddresses": [ { - "ipconfigurationId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3711/providers/Microsoft.Network/virtualNetworkGateways/azsmnet3654/ipConfigurations/azsmnet9175", + "ipconfigurationId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2901/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5526/ipConfigurations/azsmnet1903", "defaultBgpIpAddresses": [ "10.55.0.254" ], "customBgpIpAddresses": [], "tunnelIpAddresses": [ - "20.29.194.18" + "20.83.113.18" ] } ] }, - "vpnGatewayGeneration": "Generation1" + "vpnGatewayGeneration": "Generation1", + "allowRemoteVnetTraffic": false, + "allowVirtualWanTraffic": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6317/providers/Microsoft.Network/connections/V1toV2345?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4514/providers/Microsoft.Network/connections/V1toV22484?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "2912", + "Content-Length": "3188", "Content-Type": "application/json", - "traceparent": "00-cd9438375ef26e47ad144baea4c21bf5-140be3791acae24e-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220530.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "6490ed31d68891783c500857401f1aac", + "traceparent": "00-b6ea9168db39e164e870ce80b0155fc5-0655c9794e15fb88-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230421.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "19359a4a4eab33c5bf966344473a3004", "x-ms-return-client-request-id": "true" }, "RequestBody": { "location": "eastus", "properties": { "virtualNetworkGateway1": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6317/providers/Microsoft.Network/virtualNetworkGateways/azsmnet8641", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4514/providers/Microsoft.Network/virtualNetworkGateways/azsmnet1044", "location": "eastus", "tags": { "key": "value" @@ -3244,15 +3289,15 @@ "properties": { "ipConfigurations": [ { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6317/providers/Microsoft.Network/virtualNetworkGateways/azsmnet8641/ipConfigurations/azsmnet1711", - "name": "azsmnet1711", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4514/providers/Microsoft.Network/virtualNetworkGateways/azsmnet1044/ipConfigurations/azsmnet2231", + "name": "azsmnet2231", "properties": { "privateIPAllocationMethod": "Dynamic", "subnet": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6317/providers/Microsoft.Network/virtualNetworks/azsmnet5396/subnets/GatewaySubnet" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4514/providers/Microsoft.Network/virtualNetworks/azsmnet5906/subnets/GatewaySubnet" }, "publicIPAddress": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6317/providers/Microsoft.Network/publicIPAddresses/azsmnet487" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4514/providers/Microsoft.Network/publicIPAddresses/azsmnet114" } } } @@ -3263,27 +3308,31 @@ "enableBgp": false, "enablePrivateIpAddress": false, "activeActive": false, + "disableIPSecReplayProtection": false, "sku": { "name": "VpnGw1", "tier": "VpnGw1" }, + "virtualNetworkGatewayPolicyGroups": [], "bgpSettings": { "asn": 65515, "bgpPeeringAddress": "10.54.0.254", "peerWeight": 0, "bgpPeeringAddresses": [ { - "ipconfigurationId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6317/providers/Microsoft.Network/virtualNetworkGateways/azsmnet8641/ipConfigurations/azsmnet1711", + "ipconfigurationId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4514/providers/Microsoft.Network/virtualNetworkGateways/azsmnet1044/ipConfigurations/azsmnet2231", "customBgpIpAddresses": [] } ] }, "natRules": [], - "enableBgpRouteTranslationForNat": false + "enableBgpRouteTranslationForNat": false, + "allowVirtualWanTraffic": false, + "allowRemoteVnetTraffic": false } }, "virtualNetworkGateway2": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3711/providers/Microsoft.Network/virtualNetworkGateways/azsmnet3654", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2901/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5526", "location": "westus2", "tags": { "key": "value" @@ -3291,15 +3340,15 @@ "properties": { "ipConfigurations": [ { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3711/providers/Microsoft.Network/virtualNetworkGateways/azsmnet3654/ipConfigurations/azsmnet9175", - "name": "azsmnet9175", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2901/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5526/ipConfigurations/azsmnet1903", + "name": "azsmnet1903", "properties": { "privateIPAllocationMethod": "Dynamic", "subnet": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3711/providers/Microsoft.Network/virtualNetworks/azsmnet4073/subnets/GatewaySubnet" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2901/providers/Microsoft.Network/virtualNetworks/azsmnet5428/subnets/GatewaySubnet" }, "publicIPAddress": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3711/providers/Microsoft.Network/publicIPAddresses/azsmnet7804" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2901/providers/Microsoft.Network/publicIPAddresses/azsmnet4162" } } } @@ -3310,23 +3359,27 @@ "enableBgp": false, "enablePrivateIpAddress": false, "activeActive": false, + "disableIPSecReplayProtection": false, "sku": { "name": "VpnGw1", "tier": "VpnGw1" }, + "virtualNetworkGatewayPolicyGroups": [], "bgpSettings": { "asn": 65515, "bgpPeeringAddress": "10.55.0.254", "peerWeight": 0, "bgpPeeringAddresses": [ { - "ipconfigurationId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3711/providers/Microsoft.Network/virtualNetworkGateways/azsmnet3654/ipConfigurations/azsmnet9175", + "ipconfigurationId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2901/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5526/ipConfigurations/azsmnet1903", "customBgpIpAddresses": [] } ] }, "natRules": [], - "enableBgpRouteTranslationForNat": false + "enableBgpRouteTranslationForNat": false, + "allowVirtualWanTraffic": false, + "allowRemoteVnetTraffic": false } }, "connectionType": "Vnet2Vnet", @@ -3337,11 +3390,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/09e93eee-93e0-43ea-8c17-9b1d56285e31?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/aefefefe-2f09-4473-b456-9e80b63f7b00?api-version=2022-09-01", "Cache-Control": "no-cache", - "Content-Length": "1321", + "Content-Length": "1404", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:08:52 GMT", + "Date": "Fri, 21 Apr 2023 14:07:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", @@ -3351,28 +3404,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f700d3ef-9bce-4e51-b6dd-caf5f32fac21", - "x-ms-client-request-id": "6490ed31d68891783c500857401f1aac", - "x-ms-correlation-request-id": "6a844a7c-22a7-478f-ba13-4c82446a089c", + "x-ms-arm-service-request-id": "feb9e8ec-224f-4ea9-881f-887a308e5af7", + "x-ms-client-request-id": "19359a4a4eab33c5bf966344473a3004", + "x-ms-correlation-request-id": "0ec15edf-4a9f-4bbf-b65e-b93a87b00111", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "09e93eee-93e0-43ea-8c17-9b1d56285e31", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T100853Z:6a844a7c-22a7-478f-ba13-4c82446a089c" + "x-ms-request-id": "aefefefe-2f09-4473-b456-9e80b63f7b00", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T140732Z:0ec15edf-4a9f-4bbf-b65e-b93a87b00111" }, "ResponseBody": { - "name": "V1toV2345", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6317/providers/Microsoft.Network/connections/V1toV2345", - "etag": "W/\u0022bfe2dd02-bf9e-454f-9927-e9971cf4b678\u0022", + "name": "V1toV22484", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4514/providers/Microsoft.Network/connections/V1toV22484", + "etag": "W/\u0022c82df556-1747-4d7c-aeec-d45fa2a61fc8\u0022", "type": "Microsoft.Network/connections", "location": "eastus", "properties": { "provisioningState": "Updating", - "resourceGuid": "4e82f9f3-38e1-4504-8620-446706e807e0", + "resourceGuid": "3440c090-329e-4647-bd00-25c9e367ad69", "packetCaptureDiagnosticState": "None", "virtualNetworkGateway1": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6317/providers/Microsoft.Network/virtualNetworkGateways/azsmnet8641" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4514/providers/Microsoft.Network/virtualNetworkGateways/azsmnet1044" }, "virtualNetworkGateway2": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3711/providers/Microsoft.Network/virtualNetworkGateways/azsmnet3654" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2901/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5526" }, "connectionType": "Vnet2Vnet", "connectionProtocol": "IKEv2", @@ -3386,19 +3439,21 @@ "ingressBytesTransferred": 0, "egressBytesTransferred": 0, "expressRouteGatewayBypass": false, + "enablePrivateLinkFastPath": false, "dpdTimeoutSeconds": 0, - "connectionMode": "Default" + "connectionMode": "Default", + "gatewayCustomBgpIpAddresses": [] } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/09e93eee-93e0-43ea-8c17-9b1d56285e31?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/aefefefe-2f09-4473-b456-9e80b63f7b00?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-cd9438375ef26e47ad144baea4c21bf5-788029041f14ec4e-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "7cc9749db8cd3c3118ccf163311c17f6", + "traceparent": "00-b6ea9168db39e164e870ce80b0155fc5-eeb84e630b90eb1b-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "cca771471dc01401ed7ebe0845a61f1c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -3407,7 +3462,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:08:53 GMT", + "Date": "Fri, 21 Apr 2023 14:07:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", @@ -3417,25 +3472,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3db53cdb-7176-4c23-aa49-eb6a365809b9", - "x-ms-client-request-id": "7cc9749db8cd3c3118ccf163311c17f6", - "x-ms-correlation-request-id": "37976cd4-bc7c-4ee2-8a82-079814ee8541", + "x-ms-arm-service-request-id": "781f7796-c0cf-44f5-8d58-8b0fac7a7a84", + "x-ms-client-request-id": "cca771471dc01401ed7ebe0845a61f1c", + "x-ms-correlation-request-id": "a83f5a89-92b2-4f42-a2ae-eec539037f75", "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "a004747d-363a-4d12-9c88-baf989f54b34", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T100853Z:37976cd4-bc7c-4ee2-8a82-079814ee8541" + "x-ms-request-id": "5abe1a4e-3194-4c9e-8240-e509211b624b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T140732Z:a83f5a89-92b2-4f42-a2ae-eec539037f75" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/09e93eee-93e0-43ea-8c17-9b1d56285e31?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/aefefefe-2f09-4473-b456-9e80b63f7b00?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-cd9438375ef26e47ad144baea4c21bf5-88f336dbc5517f48-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "b5075a33b23a39b122641b5e23aecf50", + "traceparent": "00-b6ea9168db39e164e870ce80b0155fc5-b91b56fb87473964-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "4c316af6f8f92c6a86d222fa31d1dc4d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -3444,7 +3499,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:09:03 GMT", + "Date": "Fri, 21 Apr 2023 14:07:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "20", @@ -3454,25 +3509,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b44df615-dd92-45de-b8c5-7020b81994f1", - "x-ms-client-request-id": "b5075a33b23a39b122641b5e23aecf50", - "x-ms-correlation-request-id": "7d158140-67c7-4677-b212-63ca30e31068", + "x-ms-arm-service-request-id": "719cb8d1-67c6-4af5-9351-2cf2fffe282c", + "x-ms-client-request-id": "4c316af6f8f92c6a86d222fa31d1dc4d", + "x-ms-correlation-request-id": "3d340f3d-693e-4b7d-b17c-5280fa9dd9e8", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "a114a020-78ed-47aa-a58f-1abb766b2bef", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T100904Z:7d158140-67c7-4677-b212-63ca30e31068" + "x-ms-request-id": "88935be5-566b-493e-aef0-9ffbb217a97d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T140743Z:3d340f3d-693e-4b7d-b17c-5280fa9dd9e8" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/09e93eee-93e0-43ea-8c17-9b1d56285e31?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/aefefefe-2f09-4473-b456-9e80b63f7b00?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-cd9438375ef26e47ad144baea4c21bf5-b70ac4441eea6943-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "cbb970409e5609de66280b9b0668fa2d", + "traceparent": "00-b6ea9168db39e164e870ce80b0155fc5-fa6ec381f5677ecc-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d6fd6d9e6493a1438eb1610e5f0c1d50", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -3481,7 +3536,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:09:24 GMT", + "Date": "Fri, 21 Apr 2023 14:08:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "20", @@ -3491,25 +3546,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3fe0e0d7-517e-4c6e-835a-b29e6d0a7cfc", - "x-ms-client-request-id": "cbb970409e5609de66280b9b0668fa2d", - "x-ms-correlation-request-id": "87105d72-aa44-4d0d-9ebf-cbf82035b28b", + "x-ms-arm-service-request-id": "3d51b03b-ca5a-4659-a671-bb03588aad49", + "x-ms-client-request-id": "d6fd6d9e6493a1438eb1610e5f0c1d50", + "x-ms-correlation-request-id": "76876cd9-fac9-4242-b04d-3b0a67c490a9", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "7b83fa28-6459-4623-a3a8-ec038f5c25df", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T100924Z:87105d72-aa44-4d0d-9ebf-cbf82035b28b" + "x-ms-request-id": "15ab4f88-0eaf-4b52-ba9f-11a75e84f8a7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T140803Z:76876cd9-fac9-4242-b04d-3b0a67c490a9" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/09e93eee-93e0-43ea-8c17-9b1d56285e31?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/aefefefe-2f09-4473-b456-9e80b63f7b00?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-cd9438375ef26e47ad144baea4c21bf5-889a21aee894f94d-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "6696bb125ae3eb5dc29059699dd31969", + "traceparent": "00-b6ea9168db39e164e870ce80b0155fc5-9cbbe3f11c74beaa-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ecfeff91ab404efc067b45eefb06e21c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -3518,7 +3573,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:09:44 GMT", + "Date": "Fri, 21 Apr 2023 14:08:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "40", @@ -3528,25 +3583,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "543d1c4d-0761-456e-b7ec-d925c4140186", - "x-ms-client-request-id": "6696bb125ae3eb5dc29059699dd31969", - "x-ms-correlation-request-id": "5c0617d1-06cf-42d9-a146-1e489265a9c5", + "x-ms-arm-service-request-id": "5ffce28d-5025-43b7-a588-d3086e05ca3f", + "x-ms-client-request-id": "ecfeff91ab404efc067b45eefb06e21c", + "x-ms-correlation-request-id": "d866d76c-e979-4603-9cfd-6ae4a4c42d5e", "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "5be9535c-c70f-4287-82a0-be94b451eec3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T100944Z:5c0617d1-06cf-42d9-a146-1e489265a9c5" + "x-ms-request-id": "fc8a73f7-6001-4087-a478-1dad2dfb530b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T140823Z:d866d76c-e979-4603-9cfd-6ae4a4c42d5e" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/09e93eee-93e0-43ea-8c17-9b1d56285e31?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/aefefefe-2f09-4473-b456-9e80b63f7b00?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-cd9438375ef26e47ad144baea4c21bf5-584c6763b1b83148-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "c122a0fc4b6394a07cfe4f12a61633b9", + "traceparent": "00-b6ea9168db39e164e870ce80b0155fc5-c71488ffdc3ae31a-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d76970a249a89189268fbd48975ccc79", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -3555,7 +3610,7 @@ "Cache-Control": "no-cache", "Content-Length": "29", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:10:24 GMT", + "Date": "Fri, 21 Apr 2023 14:09:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -3564,34 +3619,34 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e28b29f5-c011-4544-89ea-3e2ae7163c09", - "x-ms-client-request-id": "c122a0fc4b6394a07cfe4f12a61633b9", - "x-ms-correlation-request-id": "1b58f227-3355-4e56-a10d-a78d019306ee", + "x-ms-arm-service-request-id": "bed3ec82-751c-4200-aef1-65d6c142fc0c", + "x-ms-client-request-id": "d76970a249a89189268fbd48975ccc79", + "x-ms-correlation-request-id": "a316bb49-1f07-49a2-b519-191e00918753", "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "f29f845c-14a4-44b2-a117-49787995050d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T101025Z:1b58f227-3355-4e56-a10d-a78d019306ee" + "x-ms-request-id": "6f4f10f7-b579-49cd-9d82-757d2937c5b4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T140904Z:a316bb49-1f07-49a2-b519-191e00918753" }, "ResponseBody": { "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6317/providers/Microsoft.Network/connections/V1toV2345?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4514/providers/Microsoft.Network/connections/V1toV22484?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-cd9438375ef26e47ad144baea4c21bf5-fa6c6e79773cb54b-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "674bed696918e66d13cd09c644746c93", + "traceparent": "00-b6ea9168db39e164e870ce80b0155fc5-69e27b5727e53968-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "3268d1b4efd3f30c71aecf171e55a588", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1358", + "Content-Length": "1446", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:10:25 GMT", + "Date": "Fri, 21 Apr 2023 14:09:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -3600,28 +3655,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "df2b2e5d-039e-42a9-b7e7-2d8adce3bd36", - "x-ms-client-request-id": "674bed696918e66d13cd09c644746c93", - "x-ms-correlation-request-id": "9e6e2982-4abb-42c4-a2b5-44b77d1b1ab2", + "x-ms-arm-service-request-id": "e6f0c55c-7032-4245-8782-44cf98b4c99a", + "x-ms-client-request-id": "3268d1b4efd3f30c71aecf171e55a588", + "x-ms-correlation-request-id": "01b72325-8c0f-4cfd-9ad3-65fadf5fef0d", "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "0f23ddfb-aed1-42d9-acc1-d89cc62f139d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T101026Z:9e6e2982-4abb-42c4-a2b5-44b77d1b1ab2" + "x-ms-request-id": "edc2a282-c747-40ae-9ebf-4eeb40fb7582", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T140905Z:01b72325-8c0f-4cfd-9ad3-65fadf5fef0d" }, "ResponseBody": { - "name": "V1toV2345", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6317/providers/Microsoft.Network/connections/V1toV2345", - "etag": "W/\u00226e9e7b8d-0455-4ab5-af03-fb8ced7b9e91\u0022", + "name": "V1toV22484", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4514/providers/Microsoft.Network/connections/V1toV22484", + "etag": "W/\u002293912826-05c6-4ca7-9b29-55fdf30f6f32\u0022", "type": "Microsoft.Network/connections", "location": "eastus", "properties": { "provisioningState": "Succeeded", - "resourceGuid": "4e82f9f3-38e1-4504-8620-446706e807e0", + "resourceGuid": "3440c090-329e-4647-bd00-25c9e367ad69", "packetCaptureDiagnosticState": "None", "virtualNetworkGateway1": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6317/providers/Microsoft.Network/virtualNetworkGateways/azsmnet8641" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4514/providers/Microsoft.Network/virtualNetworkGateways/azsmnet1044" }, "virtualNetworkGateway2": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3711/providers/Microsoft.Network/virtualNetworkGateways/azsmnet3654" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2901/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5526" }, "connectionType": "Vnet2Vnet", "connectionProtocol": "IKEv2", @@ -3632,33 +3687,35 @@ "usePolicyBasedTrafficSelectors": false, "ipsecPolicies": [], "trafficSelectorPolicies": [], - "connectionStatus": "Unknown", + "connectionStatus": "NotConnected", "ingressBytesTransferred": 0, "egressBytesTransferred": 0, "expressRouteGatewayBypass": false, + "enablePrivateLinkFastPath": false, "dpdTimeoutSeconds": 0, - "connectionMode": "Default" + "connectionMode": "Default", + "gatewayCustomBgpIpAddresses": [] } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6317/providers/Microsoft.Network/connections/V1toV2345?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4514/providers/Microsoft.Network/connections/V1toV22484?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-844b78d7322333429ab85e2c560a47f7-4279631a7df2e24a-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220530.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "659ea10e3945c7ca1b01eae50b4a44ac", + "traceparent": "00-f25d14baa081fcbbef8a1724cd3e10ed-297242b644963ef2-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230421.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ee6c44cf46a348a8756cc5b1edb3b6a9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1358", + "Content-Length": "1446", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:10:27 GMT", + "Date": "Fri, 21 Apr 2023 14:09:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -3667,28 +3724,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "98575681-2d22-4b88-806c-9459e3ce4676", - "x-ms-client-request-id": "659ea10e3945c7ca1b01eae50b4a44ac", - "x-ms-correlation-request-id": "dc2fd9ae-49be-4422-b032-09ce9d14eef9", + "x-ms-arm-service-request-id": "e96edb26-cbc8-40bb-b30d-9bd83e1471d7", + "x-ms-client-request-id": "ee6c44cf46a348a8756cc5b1edb3b6a9", + "x-ms-correlation-request-id": "0ab720b7-50b9-441e-90ba-244ab5987e8d", "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "959ed717-5c4a-45ff-bf28-fa2d682ac327", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T101027Z:dc2fd9ae-49be-4422-b032-09ce9d14eef9" + "x-ms-request-id": "c4daa611-af80-46d7-b765-e24a878cbce3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T140906Z:0ab720b7-50b9-441e-90ba-244ab5987e8d" }, "ResponseBody": { - "name": "V1toV2345", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6317/providers/Microsoft.Network/connections/V1toV2345", - "etag": "W/\u00226e9e7b8d-0455-4ab5-af03-fb8ced7b9e91\u0022", + "name": "V1toV22484", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4514/providers/Microsoft.Network/connections/V1toV22484", + "etag": "W/\u002293912826-05c6-4ca7-9b29-55fdf30f6f32\u0022", "type": "Microsoft.Network/connections", "location": "eastus", "properties": { "provisioningState": "Succeeded", - "resourceGuid": "4e82f9f3-38e1-4504-8620-446706e807e0", + "resourceGuid": "3440c090-329e-4647-bd00-25c9e367ad69", "packetCaptureDiagnosticState": "None", "virtualNetworkGateway1": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6317/providers/Microsoft.Network/virtualNetworkGateways/azsmnet8641" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4514/providers/Microsoft.Network/virtualNetworkGateways/azsmnet1044" }, "virtualNetworkGateway2": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3711/providers/Microsoft.Network/virtualNetworkGateways/azsmnet3654" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2901/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5526" }, "connectionType": "Vnet2Vnet", "connectionProtocol": "IKEv2", @@ -3699,33 +3756,35 @@ "usePolicyBasedTrafficSelectors": false, "ipsecPolicies": [], "trafficSelectorPolicies": [], - "connectionStatus": "Unknown", + "connectionStatus": "NotConnected", "ingressBytesTransferred": 0, "egressBytesTransferred": 0, "expressRouteGatewayBypass": false, + "enablePrivateLinkFastPath": false, "dpdTimeoutSeconds": 0, - "connectionMode": "Default" + "connectionMode": "Default", + "gatewayCustomBgpIpAddresses": [] } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3711/providers/Microsoft.Network/connections/V2toV11060?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2901/providers/Microsoft.Network/connections/V2toV1858?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "2913", + "Content-Length": "3189", "Content-Type": "application/json", - "traceparent": "00-db3f6252512d5a4fb8afb29a2c4c8ba7-abae5c670cfd8c45-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220530.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "88af00a051b133933bad9542da4f0891", + "traceparent": "00-af48428518a1050cd5395316536c0f0a-dc94d18c4211e10f-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230421.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "9d2a39cc49b064b27565f9797273d1e9", "x-ms-return-client-request-id": "true" }, "RequestBody": { "location": "westus2", "properties": { "virtualNetworkGateway1": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3711/providers/Microsoft.Network/virtualNetworkGateways/azsmnet3654", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2901/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5526", "location": "westus2", "tags": { "key": "value" @@ -3733,15 +3792,15 @@ "properties": { "ipConfigurations": [ { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3711/providers/Microsoft.Network/virtualNetworkGateways/azsmnet3654/ipConfigurations/azsmnet9175", - "name": "azsmnet9175", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2901/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5526/ipConfigurations/azsmnet1903", + "name": "azsmnet1903", "properties": { "privateIPAllocationMethod": "Dynamic", "subnet": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3711/providers/Microsoft.Network/virtualNetworks/azsmnet4073/subnets/GatewaySubnet" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2901/providers/Microsoft.Network/virtualNetworks/azsmnet5428/subnets/GatewaySubnet" }, "publicIPAddress": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3711/providers/Microsoft.Network/publicIPAddresses/azsmnet7804" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2901/providers/Microsoft.Network/publicIPAddresses/azsmnet4162" } } } @@ -3752,27 +3811,31 @@ "enableBgp": false, "enablePrivateIpAddress": false, "activeActive": false, + "disableIPSecReplayProtection": false, "sku": { "name": "VpnGw1", "tier": "VpnGw1" }, + "virtualNetworkGatewayPolicyGroups": [], "bgpSettings": { "asn": 65515, "bgpPeeringAddress": "10.55.0.254", "peerWeight": 0, "bgpPeeringAddresses": [ { - "ipconfigurationId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3711/providers/Microsoft.Network/virtualNetworkGateways/azsmnet3654/ipConfigurations/azsmnet9175", + "ipconfigurationId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2901/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5526/ipConfigurations/azsmnet1903", "customBgpIpAddresses": [] } ] }, "natRules": [], - "enableBgpRouteTranslationForNat": false + "enableBgpRouteTranslationForNat": false, + "allowVirtualWanTraffic": false, + "allowRemoteVnetTraffic": false } }, "virtualNetworkGateway2": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6317/providers/Microsoft.Network/virtualNetworkGateways/azsmnet8641", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4514/providers/Microsoft.Network/virtualNetworkGateways/azsmnet1044", "location": "eastus", "tags": { "key": "value" @@ -3780,15 +3843,15 @@ "properties": { "ipConfigurations": [ { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6317/providers/Microsoft.Network/virtualNetworkGateways/azsmnet8641/ipConfigurations/azsmnet1711", - "name": "azsmnet1711", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4514/providers/Microsoft.Network/virtualNetworkGateways/azsmnet1044/ipConfigurations/azsmnet2231", + "name": "azsmnet2231", "properties": { "privateIPAllocationMethod": "Dynamic", "subnet": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6317/providers/Microsoft.Network/virtualNetworks/azsmnet5396/subnets/GatewaySubnet" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4514/providers/Microsoft.Network/virtualNetworks/azsmnet5906/subnets/GatewaySubnet" }, "publicIPAddress": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6317/providers/Microsoft.Network/publicIPAddresses/azsmnet487" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4514/providers/Microsoft.Network/publicIPAddresses/azsmnet114" } } } @@ -3799,23 +3862,27 @@ "enableBgp": false, "enablePrivateIpAddress": false, "activeActive": false, + "disableIPSecReplayProtection": false, "sku": { "name": "VpnGw1", "tier": "VpnGw1" }, + "virtualNetworkGatewayPolicyGroups": [], "bgpSettings": { "asn": 65515, "bgpPeeringAddress": "10.54.0.254", "peerWeight": 0, "bgpPeeringAddresses": [ { - "ipconfigurationId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6317/providers/Microsoft.Network/virtualNetworkGateways/azsmnet8641/ipConfigurations/azsmnet1711", + "ipconfigurationId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4514/providers/Microsoft.Network/virtualNetworkGateways/azsmnet1044/ipConfigurations/azsmnet2231", "customBgpIpAddresses": [] } ] }, "natRules": [], - "enableBgpRouteTranslationForNat": false + "enableBgpRouteTranslationForNat": false, + "allowVirtualWanTraffic": false, + "allowRemoteVnetTraffic": false } }, "connectionType": "Vnet2Vnet", @@ -3826,11 +3893,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/85afbf39-fa7d-4598-81be-327bbdf51d62?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b2b4fe82-01a5-4b2c-8c34-c7b227092a77?api-version=2022-09-01", "Cache-Control": "no-cache", - "Content-Length": "1324", + "Content-Length": "1403", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:10:33 GMT", + "Date": "Fri, 21 Apr 2023 14:09:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", @@ -3840,28 +3907,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "cd5e0e04-29ab-4309-b14c-1bfc15e8a26e", - "x-ms-client-request-id": "88af00a051b133933bad9542da4f0891", - "x-ms-correlation-request-id": "3211b16e-fc78-4bd3-977d-0cb73856dce5", + "x-ms-arm-service-request-id": "dccc1455-2d27-44e5-83d4-86f9bd6066e1", + "x-ms-client-request-id": "9d2a39cc49b064b27565f9797273d1e9", + "x-ms-correlation-request-id": "0f45783c-dbed-4515-a190-26bbafefd227", "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "85afbf39-fa7d-4598-81be-327bbdf51d62", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T101034Z:3211b16e-fc78-4bd3-977d-0cb73856dce5" + "x-ms-request-id": "b2b4fe82-01a5-4b2c-8c34-c7b227092a77", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T140911Z:0f45783c-dbed-4515-a190-26bbafefd227" }, "ResponseBody": { - "name": "V2toV11060", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3711/providers/Microsoft.Network/connections/V2toV11060", - "etag": "W/\u002279137aef-8191-48e0-af51-9658cbd4cb17\u0022", + "name": "V2toV1858", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2901/providers/Microsoft.Network/connections/V2toV1858", + "etag": "W/\u00228f64945e-8d16-4383-aff2-ce34a4e87b81\u0022", "type": "Microsoft.Network/connections", "location": "westus2", "properties": { "provisioningState": "Updating", - "resourceGuid": "35b71ae0-de53-4c5d-aaa7-6414baebd52a", + "resourceGuid": "f26446bf-bcbd-4539-b42e-b9e1bd92b0e0", "packetCaptureDiagnosticState": "None", "virtualNetworkGateway1": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3711/providers/Microsoft.Network/virtualNetworkGateways/azsmnet3654" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2901/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5526" }, "virtualNetworkGateway2": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6317/providers/Microsoft.Network/virtualNetworkGateways/azsmnet8641" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4514/providers/Microsoft.Network/virtualNetworkGateways/azsmnet1044" }, "connectionType": "Vnet2Vnet", "connectionProtocol": "IKEv2", @@ -3875,19 +3942,21 @@ "ingressBytesTransferred": 0, "egressBytesTransferred": 0, "expressRouteGatewayBypass": false, + "enablePrivateLinkFastPath": false, "dpdTimeoutSeconds": 0, - "connectionMode": "Default" + "connectionMode": "Default", + "gatewayCustomBgpIpAddresses": [] } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/85afbf39-fa7d-4598-81be-327bbdf51d62?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b2b4fe82-01a5-4b2c-8c34-c7b227092a77?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-db3f6252512d5a4fb8afb29a2c4c8ba7-dbee59cae9270a49-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "74a4685c0abd4f5d0a310a8c358540b1", + "traceparent": "00-af48428518a1050cd5395316536c0f0a-ee6fb57bdd90a53a-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1b526826eb7bfa1eb98a2ee1aecf03f8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -3896,7 +3965,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:10:33 GMT", + "Date": "Fri, 21 Apr 2023 14:09:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", @@ -3906,25 +3975,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "994beb78-6ffc-42d9-b7fe-647135f7a772", - "x-ms-client-request-id": "74a4685c0abd4f5d0a310a8c358540b1", - "x-ms-correlation-request-id": "17039f47-c2c0-4dab-ac68-1cbe390caa12", + "x-ms-arm-service-request-id": "9b904cc9-4d17-4103-92b2-c4ec6ad03a9c", + "x-ms-client-request-id": "1b526826eb7bfa1eb98a2ee1aecf03f8", + "x-ms-correlation-request-id": "37378929-6f55-4c3d-b458-1fc3a8c6ef6a", "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "ba9455a6-70eb-43e4-b979-835e7cb102a3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T101034Z:17039f47-c2c0-4dab-ac68-1cbe390caa12" + "x-ms-request-id": "3033f0d3-3212-4cc4-9429-e9e4d5590f63", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T140911Z:37378929-6f55-4c3d-b458-1fc3a8c6ef6a" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/85afbf39-fa7d-4598-81be-327bbdf51d62?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b2b4fe82-01a5-4b2c-8c34-c7b227092a77?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-db3f6252512d5a4fb8afb29a2c4c8ba7-90959dca20c26b44-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "474f53e1343f2c8fd08b04653a14ab60", + "traceparent": "00-af48428518a1050cd5395316536c0f0a-f5a840c4ec7b97b6-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "3ab7c7f3b863f6d1cb017df3e288086e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -3933,7 +4002,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:10:43 GMT", + "Date": "Fri, 21 Apr 2023 14:09:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "20", @@ -3943,25 +4012,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6f1ec639-7541-407a-8cc2-12d4a7ba064a", - "x-ms-client-request-id": "474f53e1343f2c8fd08b04653a14ab60", - "x-ms-correlation-request-id": "bc5beef4-674b-42b3-b329-4a4748af40c1", + "x-ms-arm-service-request-id": "858925d4-409b-4ed4-87c9-2b2cb8961dc2", + "x-ms-client-request-id": "3ab7c7f3b863f6d1cb017df3e288086e", + "x-ms-correlation-request-id": "0dd6eebb-ede1-4a21-87af-01d4a3743020", "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "41db1354-208e-46fe-b14f-9d83a2afe9d9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T101044Z:bc5beef4-674b-42b3-b329-4a4748af40c1" + "x-ms-request-id": "14590297-c4ce-4251-87f5-0e21b3600803", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T140922Z:0dd6eebb-ede1-4a21-87af-01d4a3743020" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/85afbf39-fa7d-4598-81be-327bbdf51d62?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b2b4fe82-01a5-4b2c-8c34-c7b227092a77?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-db3f6252512d5a4fb8afb29a2c4c8ba7-d22e0d9aaaba004f-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "71e50be593abb1d4a6b56d9b6aa3eefe", + "traceparent": "00-af48428518a1050cd5395316536c0f0a-d64a93452b52eb5c-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "095201a7b5204a6e5a583653a78d7a50", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -3970,7 +4039,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:11:04 GMT", + "Date": "Fri, 21 Apr 2023 14:09:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "20", @@ -3980,62 +4049,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4b526823-3b53-45e7-b180-33db09bb62a3", - "x-ms-client-request-id": "71e50be593abb1d4a6b56d9b6aa3eefe", - "x-ms-correlation-request-id": "d5fab949-f22b-4736-809d-02bfc984c88f", + "x-ms-arm-service-request-id": "3dde737d-c4db-4d8a-8559-b2d18b50abf8", + "x-ms-client-request-id": "095201a7b5204a6e5a583653a78d7a50", + "x-ms-correlation-request-id": "518fc216-f15b-4726-abcd-ddcdd8423c58", "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "0ff41edb-2272-4778-8be8-5662f06cc7b2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T101105Z:d5fab949-f22b-4736-809d-02bfc984c88f" + "x-ms-request-id": "8e42ea50-f584-4a75-bac8-f10d908ae314", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T140942Z:518fc216-f15b-4726-abcd-ddcdd8423c58" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/85afbf39-fa7d-4598-81be-327bbdf51d62?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/b2b4fe82-01a5-4b2c-8c34-c7b227092a77?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-db3f6252512d5a4fb8afb29a2c4c8ba7-a0ecb229bb13d44f-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "349c640b818c284ad978a43206f815f5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:11:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "40", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7a08a677-83aa-4e87-887a-66c2bce88788", - "x-ms-client-request-id": "349c640b818c284ad978a43206f815f5", - "x-ms-correlation-request-id": "1a3e09d5-75be-49eb-8d9c-3977731c28b7", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "6921a534-f0cf-49d2-b6e2-0c833137c817", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T101125Z:1a3e09d5-75be-49eb-8d9c-3977731c28b7" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/85afbf39-fa7d-4598-81be-327bbdf51d62?api-version=2021-02-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-db3f6252512d5a4fb8afb29a2c4c8ba7-103123e14d6a1d46-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "29a7a986cf9f4e067f9ea189c6f3c12c", + "traceparent": "00-af48428518a1050cd5395316536c0f0a-04be50a5b2427c17-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "93366db9824e6d94975c50796e2b1731", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -4044,7 +4076,7 @@ "Cache-Control": "no-cache", "Content-Length": "29", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:12:04 GMT", + "Date": "Fri, 21 Apr 2023 14:10:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -4053,34 +4085,34 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "62592895-6429-48e1-8181-d615cd10b783", - "x-ms-client-request-id": "29a7a986cf9f4e067f9ea189c6f3c12c", - "x-ms-correlation-request-id": "021b3c2c-0940-429a-a988-2cb63d4ffdee", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "7c0b4e49-9dea-4d4d-bd70-955bda9b80cb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T101205Z:021b3c2c-0940-429a-a988-2cb63d4ffdee" + "x-ms-arm-service-request-id": "8b80bada-67d4-4b0e-bedd-ad507fcb9977", + "x-ms-client-request-id": "93366db9824e6d94975c50796e2b1731", + "x-ms-correlation-request-id": "d4843f0c-5b94-443c-9bf8-57ab7edad3a1", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "9b0d6998-d044-499a-80a0-bada3b121d9a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T141002Z:d4843f0c-5b94-443c-9bf8-57ab7edad3a1" }, "ResponseBody": { "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3711/providers/Microsoft.Network/connections/V2toV11060?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2901/providers/Microsoft.Network/connections/V2toV1858?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-db3f6252512d5a4fb8afb29a2c4c8ba7-89368db536a13a40-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "d659059c767863d4c1bc9732efa2aaae", + "traceparent": "00-af48428518a1050cd5395316536c0f0a-7a14217598a23890-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ad39bf81f97c3dd8596de00b817e4e3e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1361", + "Content-Length": "1440", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:12:06 GMT", + "Date": "Fri, 21 Apr 2023 14:10:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -4089,28 +4121,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "516d93a5-8981-4490-83b1-d4fabfcf35aa", - "x-ms-client-request-id": "d659059c767863d4c1bc9732efa2aaae", - "x-ms-correlation-request-id": "e37ad3bd-73b2-47fb-a7bf-8b468ee16ac9", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "e8af2b4d-1249-4ba3-8252-65fab987024b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T101206Z:e37ad3bd-73b2-47fb-a7bf-8b468ee16ac9" + "x-ms-arm-service-request-id": "8386c0c1-0397-422d-bed9-ec47d397f554", + "x-ms-client-request-id": "ad39bf81f97c3dd8596de00b817e4e3e", + "x-ms-correlation-request-id": "7f0f8c78-a610-4744-b917-90ade690509a", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "af8e89dd-ce80-4c9a-9a2a-ad034c07f8e7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T141003Z:7f0f8c78-a610-4744-b917-90ade690509a" }, "ResponseBody": { - "name": "V2toV11060", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3711/providers/Microsoft.Network/connections/V2toV11060", - "etag": "W/\u0022b87bd113-1c76-499f-af8b-daaa8c797613\u0022", + "name": "V2toV1858", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2901/providers/Microsoft.Network/connections/V2toV1858", + "etag": "W/\u00223de9fd8c-30c6-4d62-9b6a-d8afbbfe9cbc\u0022", "type": "Microsoft.Network/connections", "location": "westus2", "properties": { "provisioningState": "Succeeded", - "resourceGuid": "35b71ae0-de53-4c5d-aaa7-6414baebd52a", + "resourceGuid": "f26446bf-bcbd-4539-b42e-b9e1bd92b0e0", "packetCaptureDiagnosticState": "None", "virtualNetworkGateway1": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3711/providers/Microsoft.Network/virtualNetworkGateways/azsmnet3654" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2901/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5526" }, "virtualNetworkGateway2": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6317/providers/Microsoft.Network/virtualNetworkGateways/azsmnet8641" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4514/providers/Microsoft.Network/virtualNetworkGateways/azsmnet1044" }, "connectionType": "Vnet2Vnet", "connectionProtocol": "IKEv2", @@ -4125,29 +4157,31 @@ "ingressBytesTransferred": 0, "egressBytesTransferred": 0, "expressRouteGatewayBypass": false, + "enablePrivateLinkFastPath": false, "dpdTimeoutSeconds": 0, - "connectionMode": "Default" + "connectionMode": "Default", + "gatewayCustomBgpIpAddresses": [] } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3711/providers/Microsoft.Network/connections/V2toV11060?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2901/providers/Microsoft.Network/connections/V2toV1858?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-dd1649afdca8e749a873cbfcf1e5840a-33fb6788e0d6fc42-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220530.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "c01577a0c5fc3c5e5d4eb5ede0c062e6", + "traceparent": "00-5b06fde9fe479f5dd49305527c32a76f-09da2c3577f13c47-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230421.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "74392c87755124206de472c465f4dc2e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1361", + "Content-Length": "1440", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 10:12:07 GMT", + "Date": "Fri, 21 Apr 2023 14:10:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -4156,28 +4190,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "efc686e0-6e1a-456d-adf5-91a990317207", - "x-ms-client-request-id": "c01577a0c5fc3c5e5d4eb5ede0c062e6", - "x-ms-correlation-request-id": "26e33cb1-2baa-4066-8c7d-7e53f0cab8e6", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "6354ea65-cf23-4540-9eda-147bb455f96e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T101207Z:26e33cb1-2baa-4066-8c7d-7e53f0cab8e6" + "x-ms-arm-service-request-id": "a2ab8737-0458-4447-bb2d-d990da040274", + "x-ms-client-request-id": "74392c87755124206de472c465f4dc2e", + "x-ms-correlation-request-id": "935d50dc-eb15-423f-8f2c-4bc1a9132f70", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "9b4395f7-7c75-4e7b-a131-f4b62067c713", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T141004Z:935d50dc-eb15-423f-8f2c-4bc1a9132f70" }, "ResponseBody": { - "name": "V2toV11060", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3711/providers/Microsoft.Network/connections/V2toV11060", - "etag": "W/\u0022b87bd113-1c76-499f-af8b-daaa8c797613\u0022", + "name": "V2toV1858", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2901/providers/Microsoft.Network/connections/V2toV1858", + "etag": "W/\u00223de9fd8c-30c6-4d62-9b6a-d8afbbfe9cbc\u0022", "type": "Microsoft.Network/connections", "location": "westus2", "properties": { "provisioningState": "Succeeded", - "resourceGuid": "35b71ae0-de53-4c5d-aaa7-6414baebd52a", + "resourceGuid": "f26446bf-bcbd-4539-b42e-b9e1bd92b0e0", "packetCaptureDiagnosticState": "None", "virtualNetworkGateway1": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3711/providers/Microsoft.Network/virtualNetworkGateways/azsmnet3654" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2901/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5526" }, "virtualNetworkGateway2": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6317/providers/Microsoft.Network/virtualNetworkGateways/azsmnet8641" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4514/providers/Microsoft.Network/virtualNetworkGateways/azsmnet1044" }, "connectionType": "Vnet2Vnet", "connectionProtocol": "IKEv2", @@ -4192,15 +4226,18 @@ "ingressBytesTransferred": 0, "egressBytesTransferred": 0, "expressRouteGatewayBypass": false, + "enablePrivateLinkFastPath": false, "dpdTimeoutSeconds": 0, - "connectionMode": "Default" + "connectionMode": "Default", + "gatewayCustomBgpIpAddresses": [] } } } ], "Variables": { - "RandomSeed": "655591934", - "RESOURCE_MANAGER_URL": "https://management.azure.com", + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", + "RandomSeed": "1633849098", + "RESOURCE_MANAGER_URL": null, "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" } } diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/GatewayOperationsTests/VnetGatewayConnectionVnetToVnetTestAsync.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/GatewayOperationsTests/VnetGatewayConnectionVnetToVnetTestAsync.json index d646f1f996dc..829fb5dff46d 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/GatewayOperationsTests/VnetGatewayConnectionVnetToVnetTestAsync.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/GatewayOperationsTests/VnetGatewayConnectionVnetToVnetTestAsync.json @@ -6,33 +6,33 @@ "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-06f6978fb95f0845a290c4a095e695a3-5ac590cebf692949-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "b5f4d622e7867c601a6c3519fb3b3fce", + "traceparent": "00-da89190640863d96c3f89e90b9ff34c9-d2256e60c9bb4d0f-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "097c1d45c3c7e9de0a7925f9713a839a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "747", + "Content-Length": "748", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 11:09:59 GMT", + "Date": "Fri, 21 Apr 2023 16:42:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "05a7d369-4570-4b15-8dec-cb3695f6ce74", + "x-ms-correlation-request-id": "5fcae0ef-07dc-4a96-94a2-3d06aeeb2713", "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-request-id": "05a7d369-4570-4b15-8dec-cb3695f6ce74", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T111000Z:05a7d369-4570-4b15-8dec-cb3695f6ce74" + "x-ms-request-id": "5fcae0ef-07dc-4a96-94a2-3d06aeeb2713", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T164205Z:5fcae0ef-07dc-4a96-94a2-3d06aeeb2713" }, "ResponseBody": { "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", "authorizationSource": "RoleBased", "managedByTenants": [], "tags": { - "TagKey-9823": "TagValue-566", + "TagKey-9823": "TagValue-1254", "TagKey-3481": "TagValue-320", "TagKey-4926": "TagValue-1187", "TagKey-751": "TagValue-3921", @@ -56,16 +56,16 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/csmrg9284?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/csmrg6996?api-version=**", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "31", + "Content-Length": "21", "Content-Type": "application/json", - "traceparent": "00-39de4b982de717418cce839a7fcf6111-635daa4c00ce634b-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "52a678ec205514cae20bc624b21e8f2b", + "traceparent": "00-903f9e7c4fcd5cc02a44ca7feb4c6d9d-3a3a80d6952e8210-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "dd39a9cae58248a092ccaa64229ee87c", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -74,40 +74,39 @@ "StatusCode": 201, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "225", + "Content-Length": "215", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 11:10:04 GMT", + "Date": "Fri, 21 Apr 2023 16:42:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7a99128e-9da8-4e70-8cdb-f298e47282e4", + "x-ms-correlation-request-id": "39e3702d-57cb-4b53-b8fb-a3eaa258a748", "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "7a99128e-9da8-4e70-8cdb-f298e47282e4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T111004Z:7a99128e-9da8-4e70-8cdb-f298e47282e4" + "x-ms-request-id": "39e3702d-57cb-4b53-b8fb-a3eaa258a748", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T164209Z:39e3702d-57cb-4b53-b8fb-a3eaa258a748" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9284", - "name": "csmrg9284", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6996", + "name": "csmrg6996", "type": "Microsoft.Resources/resourceGroups", "location": "eastus", - "tags": {}, "properties": { "provisioningState": "Succeeded" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9284/providers/Microsoft.Network/virtualNetworks/azsmnet9912?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6996/providers/Microsoft.Network/virtualNetworks/azsmnet8829?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "171", "Content-Type": "application/json", - "traceparent": "00-32f0b73ad5f83d40a58171a39ff17c00-5ecf6921c0c1d545-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220530.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "9d0440601e2fb5889def1fae24bb2b1b", + "traceparent": "00-2e120e33eafed7af1fb54e8d56aeb41e-47bb7488ab813a92-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230421.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "94cb608dd7fb2b2641bd331de39f20c9", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -131,11 +130,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/4bc78872-697a-4479-a42a-84558a9394c3?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/38ac43ad-10d2-4056-813a-d0576905cfdc?api-version=2022-09-01", "Cache-Control": "no-cache", - "Content-Length": "1234", + "Content-Length": "1235", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 11:10:10 GMT", + "Date": "Fri, 21 Apr 2023 16:42:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -145,22 +144,22 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "662a5e50-4562-4409-8ac7-84d5f17073a4", - "x-ms-client-request-id": "9d0440601e2fb5889def1fae24bb2b1b", - "x-ms-correlation-request-id": "91700821-0159-492e-bf53-6a390882bdb6", + "x-ms-arm-service-request-id": "361a629d-9ff7-492b-8185-79e282186493", + "x-ms-client-request-id": "94cb608dd7fb2b2641bd331de39f20c9", + "x-ms-correlation-request-id": "7a0f454b-13e7-4ceb-8042-cf441405fa3f", "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-request-id": "4bc78872-697a-4479-a42a-84558a9394c3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T111011Z:91700821-0159-492e-bf53-6a390882bdb6" + "x-ms-request-id": "38ac43ad-10d2-4056-813a-d0576905cfdc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T164214Z:7a0f454b-13e7-4ceb-8042-cf441405fa3f" }, "ResponseBody": { - "name": "azsmnet9912", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9284/providers/Microsoft.Network/virtualNetworks/azsmnet9912", - "etag": "W/\u0022cf258268-c6ae-4d4b-8e23-3f147dfc2409\u0022", + "name": "azsmnet8829", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6996/providers/Microsoft.Network/virtualNetworks/azsmnet8829", + "etag": "W/\u00220c548296-8c39-467a-b5cd-00487ad273db\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "eastus", "properties": { "provisioningState": "Updating", - "resourceGuid": "caab709b-a658-4a8b-88c6-2010d9335598", + "resourceGuid": "d3a662cc-98fb-4383-8bcf-be00c62d21a3", "addressSpace": { "addressPrefixes": [ "10.54.0.0/16" @@ -169,13 +168,13 @@ "subnets": [ { "name": "GatewaySubnet", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9284/providers/Microsoft.Network/virtualNetworks/azsmnet9912/subnets/GatewaySubnet", - "etag": "W/\u0022cf258268-c6ae-4d4b-8e23-3f147dfc2409\u0022", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6996/providers/Microsoft.Network/virtualNetworks/azsmnet8829/subnets/GatewaySubnet", + "etag": "W/\u00220c548296-8c39-467a-b5cd-00487ad273db\u0022", "properties": { "provisioningState": "Updating", "addressPrefix": "10.54.0.0/24", "delegations": [], - "privateEndpointNetworkPolicies": "Enabled", + "privateEndpointNetworkPolicies": "Disabled", "privateLinkServiceNetworkPolicies": "Enabled" }, "type": "Microsoft.Network/virtualNetworks/subnets" @@ -187,13 +186,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/4bc78872-697a-4479-a42a-84558a9394c3?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/38ac43ad-10d2-4056-813a-d0576905cfdc?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-32f0b73ad5f83d40a58171a39ff17c00-b978124d6a065d45-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "fedb00eefcc959bd1d9db831ab65be50", + "traceparent": "00-2e120e33eafed7af1fb54e8d56aeb41e-a1855dcece5f4960-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "23accc7c03cfd2cf13b241286d2baf2d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -202,7 +201,7 @@ "Cache-Control": "no-cache", "Content-Length": "29", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 11:10:11 GMT", + "Date": "Fri, 21 Apr 2023 16:42:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -211,35 +210,35 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "561091f4-eb91-476c-8956-0ef9821b0fd5", - "x-ms-client-request-id": "fedb00eefcc959bd1d9db831ab65be50", - "x-ms-correlation-request-id": "c8463c4d-a6e0-402a-8b0f-639d054850a9", + "x-ms-arm-service-request-id": "a4753a7c-4c8f-4196-abba-476382abf696", + "x-ms-client-request-id": "23accc7c03cfd2cf13b241286d2baf2d", + "x-ms-correlation-request-id": "fe048305-769b-4cf8-b82d-088b6d5b0263", "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-request-id": "f756d2bb-00ac-421a-baf8-648f897e5b9a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T111011Z:c8463c4d-a6e0-402a-8b0f-639d054850a9" + "x-ms-request-id": "25f7d9a0-9a73-4fcc-93bc-0cffca726633", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T164214Z:fe048305-769b-4cf8-b82d-088b6d5b0263" }, "ResponseBody": { "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9284/providers/Microsoft.Network/virtualNetworks/azsmnet9912?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6996/providers/Microsoft.Network/virtualNetworks/azsmnet8829?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-32f0b73ad5f83d40a58171a39ff17c00-d7b1d1f5420a454f-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "f173089b72a193298adbfb8b43ee5d34", + "traceparent": "00-2e120e33eafed7af1fb54e8d56aeb41e-05d560181a3d90f0-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "26289b89181fcacd28efd3c6dff2a659", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1236", + "Content-Length": "1237", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 11:10:11 GMT", - "ETag": "W/\u0022ad1f7a5e-57fc-4f84-811c-5c65ebae9138\u0022", + "Date": "Fri, 21 Apr 2023 16:42:14 GMT", + "ETag": "W/\u002210cdb664-7e18-40be-8475-c54df42de11c\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -248,22 +247,22 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e974b658-5195-457e-b64f-1ed7cff4485e", - "x-ms-client-request-id": "f173089b72a193298adbfb8b43ee5d34", - "x-ms-correlation-request-id": "16328670-7b8d-41bb-b739-ed438e744649", + "x-ms-arm-service-request-id": "09138cc2-437a-4546-98c9-3f643496abe9", + "x-ms-client-request-id": "26289b89181fcacd28efd3c6dff2a659", + "x-ms-correlation-request-id": "1449437f-948a-43d3-b8e0-5ce14859fcd0", "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-request-id": "ab1fa3d6-8f71-46ed-8a4d-1d47be8c23cc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T111012Z:16328670-7b8d-41bb-b739-ed438e744649" + "x-ms-request-id": "22d3df55-3117-484a-bbb7-3b49ea5e94df", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T164215Z:1449437f-948a-43d3-b8e0-5ce14859fcd0" }, "ResponseBody": { - "name": "azsmnet9912", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9284/providers/Microsoft.Network/virtualNetworks/azsmnet9912", - "etag": "W/\u0022ad1f7a5e-57fc-4f84-811c-5c65ebae9138\u0022", + "name": "azsmnet8829", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6996/providers/Microsoft.Network/virtualNetworks/azsmnet8829", + "etag": "W/\u002210cdb664-7e18-40be-8475-c54df42de11c\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "eastus", "properties": { "provisioningState": "Succeeded", - "resourceGuid": "caab709b-a658-4a8b-88c6-2010d9335598", + "resourceGuid": "d3a662cc-98fb-4383-8bcf-be00c62d21a3", "addressSpace": { "addressPrefixes": [ "10.54.0.0/16" @@ -272,13 +271,13 @@ "subnets": [ { "name": "GatewaySubnet", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9284/providers/Microsoft.Network/virtualNetworks/azsmnet9912/subnets/GatewaySubnet", - "etag": "W/\u0022ad1f7a5e-57fc-4f84-811c-5c65ebae9138\u0022", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6996/providers/Microsoft.Network/virtualNetworks/azsmnet8829/subnets/GatewaySubnet", + "etag": "W/\u002210cdb664-7e18-40be-8475-c54df42de11c\u0022", "properties": { "provisioningState": "Succeeded", "addressPrefix": "10.54.0.0/24", "delegations": [], - "privateEndpointNetworkPolicies": "Enabled", + "privateEndpointNetworkPolicies": "Disabled", "privateLinkServiceNetworkPolicies": "Enabled" }, "type": "Microsoft.Network/virtualNetworks/subnets" @@ -290,24 +289,24 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9284/providers/Microsoft.Network/virtualNetworks/azsmnet9912?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6996/providers/Microsoft.Network/virtualNetworks/azsmnet8829?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-48846aa7716c044da43c59c702805a32-0fb4b36a62e86a42-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220530.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "23c078a02ce041516f949b3314847d3b", + "traceparent": "00-7fdf9e4afa40fbc38d58d66fb0ab40e5-7df1161e7261dfc1-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230421.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "16a1f6e2fdf2f7f9a8f65124810e6e96", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1236", + "Content-Length": "1237", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 11:10:12 GMT", - "ETag": "W/\u0022ad1f7a5e-57fc-4f84-811c-5c65ebae9138\u0022", + "Date": "Fri, 21 Apr 2023 16:42:14 GMT", + "ETag": "W/\u002210cdb664-7e18-40be-8475-c54df42de11c\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -316,22 +315,22 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "cfb718d3-f925-4ece-a3e0-61a713ca03d9", - "x-ms-client-request-id": "23c078a02ce041516f949b3314847d3b", - "x-ms-correlation-request-id": "2185fae7-f22e-43ea-b1bb-0659752fe0d4", + "x-ms-arm-service-request-id": "9e43748f-0970-4de6-83bc-907d02fed78d", + "x-ms-client-request-id": "16a1f6e2fdf2f7f9a8f65124810e6e96", + "x-ms-correlation-request-id": "e7622293-5814-4d14-bf61-ce267d0df8db", "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-request-id": "c7b3b0cf-376d-4d9e-afdb-5379030f216d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T111012Z:2185fae7-f22e-43ea-b1bb-0659752fe0d4" + "x-ms-request-id": "bb800b38-758d-4153-8e96-74cd824f60dc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T164215Z:e7622293-5814-4d14-bf61-ce267d0df8db" }, "ResponseBody": { - "name": "azsmnet9912", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9284/providers/Microsoft.Network/virtualNetworks/azsmnet9912", - "etag": "W/\u0022ad1f7a5e-57fc-4f84-811c-5c65ebae9138\u0022", + "name": "azsmnet8829", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6996/providers/Microsoft.Network/virtualNetworks/azsmnet8829", + "etag": "W/\u002210cdb664-7e18-40be-8475-c54df42de11c\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "eastus", "properties": { "provisioningState": "Succeeded", - "resourceGuid": "caab709b-a658-4a8b-88c6-2010d9335598", + "resourceGuid": "d3a662cc-98fb-4383-8bcf-be00c62d21a3", "addressSpace": { "addressPrefixes": [ "10.54.0.0/16" @@ -340,13 +339,13 @@ "subnets": [ { "name": "GatewaySubnet", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9284/providers/Microsoft.Network/virtualNetworks/azsmnet9912/subnets/GatewaySubnet", - "etag": "W/\u0022ad1f7a5e-57fc-4f84-811c-5c65ebae9138\u0022", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6996/providers/Microsoft.Network/virtualNetworks/azsmnet8829/subnets/GatewaySubnet", + "etag": "W/\u002210cdb664-7e18-40be-8475-c54df42de11c\u0022", "properties": { "provisioningState": "Succeeded", "addressPrefix": "10.54.0.0/24", "delegations": [], - "privateEndpointNetworkPolicies": "Enabled", + "privateEndpointNetworkPolicies": "Disabled", "privateLinkServiceNetworkPolicies": "Enabled" }, "type": "Microsoft.Network/virtualNetworks/subnets" @@ -358,24 +357,24 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9284/providers/Microsoft.Network/virtualNetworks/azsmnet9912/subnets/GatewaySubnet?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6996/providers/Microsoft.Network/virtualNetworks/azsmnet8829/subnets/GatewaySubnet?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-e3f6a6e289bd2c4c9bba30359a1f097f-609fb5f1e639dc4c-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220530.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "4fff8be55df47c04d64774ee0031162f", + "traceparent": "00-82fd2783567108a31641d92ee8b77a07-510e639060865f05-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230421.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e9a9c985b5bf631dfee1fadf2f08f220", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "539", + "Content-Length": "540", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 11:10:12 GMT", - "ETag": "W/\u0022ad1f7a5e-57fc-4f84-811c-5c65ebae9138\u0022", + "Date": "Fri, 21 Apr 2023 16:42:15 GMT", + "ETag": "W/\u002210cdb664-7e18-40be-8475-c54df42de11c\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -384,38 +383,38 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7f836379-dd78-439d-b134-9995728808aa", - "x-ms-client-request-id": "4fff8be55df47c04d64774ee0031162f", - "x-ms-correlation-request-id": "976c2490-8126-45a9-8112-1e5a49c76a45", + "x-ms-arm-service-request-id": "db22515f-5843-4ded-b98e-7e25b9e4156d", + "x-ms-client-request-id": "e9a9c985b5bf631dfee1fadf2f08f220", + "x-ms-correlation-request-id": "a413bc8b-72ed-4e0b-8f19-66a58792fec0", "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-request-id": "dc6cc579-a7be-46c6-9162-703b4f87d66f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T111013Z:976c2490-8126-45a9-8112-1e5a49c76a45" + "x-ms-request-id": "e1bf0fc0-b013-4d20-bf2b-eff52318f5b3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T164216Z:a413bc8b-72ed-4e0b-8f19-66a58792fec0" }, "ResponseBody": { "name": "GatewaySubnet", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9284/providers/Microsoft.Network/virtualNetworks/azsmnet9912/subnets/GatewaySubnet", - "etag": "W/\u0022ad1f7a5e-57fc-4f84-811c-5c65ebae9138\u0022", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6996/providers/Microsoft.Network/virtualNetworks/azsmnet8829/subnets/GatewaySubnet", + "etag": "W/\u002210cdb664-7e18-40be-8475-c54df42de11c\u0022", "properties": { "provisioningState": "Succeeded", "addressPrefix": "10.54.0.0/24", "delegations": [], - "privateEndpointNetworkPolicies": "Enabled", + "privateEndpointNetworkPolicies": "Disabled", "privateLinkServiceNetworkPolicies": "Enabled" }, "type": "Microsoft.Network/virtualNetworks/subnets" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9284/providers/Microsoft.Network/publicIPAddresses/azsmnet6024?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6996/providers/Microsoft.Network/publicIPAddresses/azsmnet9486?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "144", "Content-Type": "application/json", - "traceparent": "00-03255226d5db7241a7d0731b28ebece4-988bee42823d9d49-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220530.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "9aa532906f6f32b7810cd6f67f055dc0", + "traceparent": "00-20e235c5f97cf8e1048afb0b3e97d5de-d0a38baab180b39b-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230421.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "988976468c3a31a17d29c6a9491a813d", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -426,18 +425,18 @@ "properties": { "publicIPAllocationMethod": "Dynamic", "dnsSettings": { - "domainNameLabel": "azsmnet9524" + "domainNameLabel": "azsmnet3774" } } }, "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/8a2dad77-bd34-447f-bffc-9e0d9293caf4?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/b151247c-67cf-4fc2-a8ed-207f7f21f4b8?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "794", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 11:10:17 GMT", + "Date": "Fri, 21 Apr 2023 16:42:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "1", @@ -447,30 +446,30 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8920be4e-faa8-462f-8467-5c4ed3c8b1ea", - "x-ms-client-request-id": "9aa532906f6f32b7810cd6f67f055dc0", - "x-ms-correlation-request-id": "8f748d93-84b4-453d-b57d-8476782f282c", + "x-ms-arm-service-request-id": "6732916f-8ba9-431e-866a-7587c6b1f369", + "x-ms-client-request-id": "988976468c3a31a17d29c6a9491a813d", + "x-ms-correlation-request-id": "a101c7c0-5542-4c9e-bb5a-5ecb38c7d128", "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-request-id": "8a2dad77-bd34-447f-bffc-9e0d9293caf4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T111017Z:8f748d93-84b4-453d-b57d-8476782f282c" + "x-ms-request-id": "b151247c-67cf-4fc2-a8ed-207f7f21f4b8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T164220Z:a101c7c0-5542-4c9e-bb5a-5ecb38c7d128" }, "ResponseBody": { - "name": "azsmnet6024", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9284/providers/Microsoft.Network/publicIPAddresses/azsmnet6024", - "etag": "W/\u002209d0bbaf-3ecd-43c2-9a98-a805700c9d56\u0022", + "name": "azsmnet9486", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6996/providers/Microsoft.Network/publicIPAddresses/azsmnet9486", + "etag": "W/\u002200390f42-3da8-4f86-a6ce-443194cbc763\u0022", "location": "eastus", "tags": { "key": "value" }, "properties": { "provisioningState": "Updating", - "resourceGuid": "7a8115da-ca60-4553-a1cf-f32191738c14", + "resourceGuid": "c388b32a-08cc-4401-93bb-441269917d18", "publicIPAddressVersion": "IPv4", "publicIPAllocationMethod": "Dynamic", "idleTimeoutInMinutes": 4, "dnsSettings": { - "domainNameLabel": "azsmnet9524", - "fqdn": "azsmnet9524.eastus.cloudapp.azure.com" + "domainNameLabel": "azsmnet3774", + "fqdn": "azsmnet3774.eastus.cloudapp.azure.com" }, "ipTags": [] }, @@ -482,13 +481,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/8a2dad77-bd34-447f-bffc-9e0d9293caf4?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/b151247c-67cf-4fc2-a8ed-207f7f21f4b8?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-03255226d5db7241a7d0731b28ebece4-5d76ac37ff04e24a-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "4af490f24a968f1b97c2dcf8a6e0c76e", + "traceparent": "00-20e235c5f97cf8e1048afb0b3e97d5de-30564a985d02702d-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f7c89818ed0c1d8f488e37f39d5598e0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -497,7 +496,7 @@ "Cache-Control": "no-cache", "Content-Length": "29", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 11:10:17 GMT", + "Date": "Fri, 21 Apr 2023 16:42:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -506,25 +505,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b60bf5ce-7064-4202-811e-e2ecd5421e73", - "x-ms-client-request-id": "4af490f24a968f1b97c2dcf8a6e0c76e", - "x-ms-correlation-request-id": "650aacbf-3a51-46fc-80d5-2d2e742f9cac", + "x-ms-arm-service-request-id": "b4e3b0cd-e114-4ac5-84b6-e8bdefd66587", + "x-ms-client-request-id": "f7c89818ed0c1d8f488e37f39d5598e0", + "x-ms-correlation-request-id": "f6c3ec71-756f-4ce4-9b83-7a47f0a3e5fd", "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-request-id": "8f34f06f-3d9b-406a-b7c6-a9bcf2481340", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T111017Z:650aacbf-3a51-46fc-80d5-2d2e742f9cac" + "x-ms-request-id": "94109943-a7ad-4705-afa3-2ec2723c3ac7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T164221Z:f6c3ec71-756f-4ce4-9b83-7a47f0a3e5fd" }, "ResponseBody": { "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9284/providers/Microsoft.Network/publicIPAddresses/azsmnet6024?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6996/providers/Microsoft.Network/publicIPAddresses/azsmnet9486?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-03255226d5db7241a7d0731b28ebece4-d66e0d411a010d4a-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "5e8b4090323f4c43be624dd6b754f143", + "traceparent": "00-20e235c5f97cf8e1048afb0b3e97d5de-030dd2d707e391cd-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "dcc8f25e4ed7194f9d4c8029888669dd", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -533,8 +532,8 @@ "Cache-Control": "no-cache", "Content-Length": "795", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 11:10:18 GMT", - "ETag": "W/\u0022c0d8e7cc-9c3f-434b-81a3-b43a6930803a\u0022", + "Date": "Fri, 21 Apr 2023 16:42:21 GMT", + "ETag": "W/\u0022511604fe-8ecc-4618-85d9-dd3da3b19217\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -543,30 +542,30 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b5070307-7c57-42a4-8366-d251b1c48606", - "x-ms-client-request-id": "5e8b4090323f4c43be624dd6b754f143", - "x-ms-correlation-request-id": "823c41ce-67e5-4772-8687-6704003dde0c", + "x-ms-arm-service-request-id": "44347aa7-8f9c-4174-a5a3-33cad7867437", + "x-ms-client-request-id": "dcc8f25e4ed7194f9d4c8029888669dd", + "x-ms-correlation-request-id": "933a2ae3-6e8a-4539-8288-28d92ac6952a", "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-request-id": "69747bb7-6945-4a2a-8578-f233516b6eaf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T111018Z:823c41ce-67e5-4772-8687-6704003dde0c" + "x-ms-request-id": "115c00c7-bf9a-4af2-9a68-173868e6f554", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T164221Z:933a2ae3-6e8a-4539-8288-28d92ac6952a" }, "ResponseBody": { - "name": "azsmnet6024", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9284/providers/Microsoft.Network/publicIPAddresses/azsmnet6024", - "etag": "W/\u0022c0d8e7cc-9c3f-434b-81a3-b43a6930803a\u0022", + "name": "azsmnet9486", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6996/providers/Microsoft.Network/publicIPAddresses/azsmnet9486", + "etag": "W/\u0022511604fe-8ecc-4618-85d9-dd3da3b19217\u0022", "location": "eastus", "tags": { "key": "value" }, "properties": { "provisioningState": "Succeeded", - "resourceGuid": "7a8115da-ca60-4553-a1cf-f32191738c14", + "resourceGuid": "c388b32a-08cc-4401-93bb-441269917d18", "publicIPAddressVersion": "IPv4", "publicIPAllocationMethod": "Dynamic", "idleTimeoutInMinutes": 4, "dnsSettings": { - "domainNameLabel": "azsmnet9524", - "fqdn": "azsmnet9524.eastus.cloudapp.azure.com" + "domainNameLabel": "azsmnet3774", + "fqdn": "azsmnet3774.eastus.cloudapp.azure.com" }, "ipTags": [] }, @@ -578,14 +577,14 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9284/providers/Microsoft.Network/publicIPAddresses/azsmnet6024?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6996/providers/Microsoft.Network/publicIPAddresses/azsmnet9486?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-8872db9a7a838a4c9b8d5fc4718f6d69-d797665e1a99b249-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220530.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "ef036a8d13105b299c5f757d677b9d6d", + "traceparent": "00-6bfedbf09902a8f8ac3fccf8bb2415f9-b825e815a7c13ed6-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230421.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b09096258a515231862b750af5e5a0c2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -594,8 +593,8 @@ "Cache-Control": "no-cache", "Content-Length": "795", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 11:10:18 GMT", - "ETag": "W/\u0022c0d8e7cc-9c3f-434b-81a3-b43a6930803a\u0022", + "Date": "Fri, 21 Apr 2023 16:42:22 GMT", + "ETag": "W/\u0022511604fe-8ecc-4618-85d9-dd3da3b19217\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -604,30 +603,30 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "794a9c70-78c9-4bf1-8c5e-91a8bd049dae", - "x-ms-client-request-id": "ef036a8d13105b299c5f757d677b9d6d", - "x-ms-correlation-request-id": "3e318bb9-109e-45d7-b3af-030e44c1f1d7", + "x-ms-arm-service-request-id": "b9393c59-53aa-4f88-83a0-285948c9ca4d", + "x-ms-client-request-id": "b09096258a515231862b750af5e5a0c2", + "x-ms-correlation-request-id": "6780383b-e0b3-4e09-b0a5-b0f847351503", "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-request-id": "42f39e86-9209-4ccf-9217-52f805d3ff36", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T111018Z:3e318bb9-109e-45d7-b3af-030e44c1f1d7" + "x-ms-request-id": "a4e49182-1265-4ee7-a105-52bcfd577d69", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T164222Z:6780383b-e0b3-4e09-b0a5-b0f847351503" }, "ResponseBody": { - "name": "azsmnet6024", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9284/providers/Microsoft.Network/publicIPAddresses/azsmnet6024", - "etag": "W/\u0022c0d8e7cc-9c3f-434b-81a3-b43a6930803a\u0022", + "name": "azsmnet9486", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6996/providers/Microsoft.Network/publicIPAddresses/azsmnet9486", + "etag": "W/\u0022511604fe-8ecc-4618-85d9-dd3da3b19217\u0022", "location": "eastus", "tags": { "key": "value" }, "properties": { "provisioningState": "Succeeded", - "resourceGuid": "7a8115da-ca60-4553-a1cf-f32191738c14", + "resourceGuid": "c388b32a-08cc-4401-93bb-441269917d18", "publicIPAddressVersion": "IPv4", "publicIPAllocationMethod": "Dynamic", "idleTimeoutInMinutes": 4, "dnsSettings": { - "domainNameLabel": "azsmnet9524", - "fqdn": "azsmnet9524.eastus.cloudapp.azure.com" + "domainNameLabel": "azsmnet3774", + "fqdn": "azsmnet3774.eastus.cloudapp.azure.com" }, "ipTags": [] }, @@ -639,16 +638,16 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9284/providers/Microsoft.Network/virtualNetworkGateways/azsmnet9787?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6996/providers/Microsoft.Network/virtualNetworkGateways/azsmnet4760?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "552", "Content-Type": "application/json", - "traceparent": "00-af99b6e459bf5646bbdf1937dfb7335f-6a838517bc2fb044-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220530.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "20b200d2c02ca84c8b34fd44d843d198", + "traceparent": "00-c060280dd37d70f1ed867e6ee88547c6-939fa55ab223f15f-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230421.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "26d7d5bcc958af495abf6d6594c1255a", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -659,14 +658,14 @@ "properties": { "ipConfigurations": [ { - "name": "azsmnet2188", + "name": "azsmnet4734", "properties": { "privateIPAllocationMethod": "Dynamic", "subnet": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9284/providers/Microsoft.Network/virtualNetworks/azsmnet9912/subnets/GatewaySubnet" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6996/providers/Microsoft.Network/virtualNetworks/azsmnet8829/subnets/GatewaySubnet" }, "publicIPAddress": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9284/providers/Microsoft.Network/publicIPAddresses/azsmnet6024" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6996/providers/Microsoft.Network/publicIPAddresses/azsmnet9486" } } } @@ -679,11 +678,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/1ec03ee1-78dd-4dc5-bcd4-c558fba3ad55?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/d5f1f5be-0e7c-4c58-b942-22bfb095a00b?api-version=2022-09-01", "Cache-Control": "no-cache", - "Content-Length": "2578", + "Content-Length": "2779", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 11:10:22 GMT", + "Date": "Fri, 21 Apr 2023 16:42:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", @@ -693,17 +692,17 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e5a11c45-c9b5-49f3-bfc4-a63c8d17d6f7", - "x-ms-client-request-id": "20b200d2c02ca84c8b34fd44d843d198", - "x-ms-correlation-request-id": "d5bb9492-ce1f-4a5c-848c-8c4f28f2fca1", + "x-ms-arm-service-request-id": "11cd1c88-27e4-41b3-9fac-2ac025205c6b", + "x-ms-client-request-id": "26d7d5bcc958af495abf6d6594c1255a", + "x-ms-correlation-request-id": "7805c6f6-5842-4add-9a56-2ead4b993c3a", "x-ms-ratelimit-remaining-subscription-writes": "1193", - "x-ms-request-id": "1ec03ee1-78dd-4dc5-bcd4-c558fba3ad55", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T111023Z:d5bb9492-ce1f-4a5c-848c-8c4f28f2fca1" + "x-ms-request-id": "d5f1f5be-0e7c-4c58-b942-22bfb095a00b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T164226Z:7805c6f6-5842-4add-9a56-2ead4b993c3a" }, "ResponseBody": { - "name": "azsmnet9787", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9284/providers/Microsoft.Network/virtualNetworkGateways/azsmnet9787", - "etag": "W/\u002241206c11-2bdc-4b96-8fad-5b55da2c235b\u0022", + "name": "azsmnet4760", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6996/providers/Microsoft.Network/virtualNetworkGateways/azsmnet4760", + "etag": "W/\u0022b5b368c8-73c3-41d7-8b67-f3f106f0c985\u0022", "type": "Microsoft.Network/virtualNetworkGateways", "location": "eastus", "tags": { @@ -711,28 +710,30 @@ }, "properties": { "provisioningState": "Updating", - "resourceGuid": "dfcdd10e-a4e0-47f3-a80f-a2852bbb49a3", + "resourceGuid": "282480b5-a5b4-491f-bece-7170b9f0ac24", "packetCaptureDiagnosticState": "None", "enablePrivateIpAddress": false, + "isMigrateToCSES": false, "ipConfigurations": [ { - "name": "azsmnet2188", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9284/providers/Microsoft.Network/virtualNetworkGateways/azsmnet9787/ipConfigurations/azsmnet2188", - "etag": "W/\u002241206c11-2bdc-4b96-8fad-5b55da2c235b\u0022", + "name": "azsmnet4734", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6996/providers/Microsoft.Network/virtualNetworkGateways/azsmnet4760/ipConfigurations/azsmnet4734", + "etag": "W/\u0022b5b368c8-73c3-41d7-8b67-f3f106f0c985\u0022", "type": "Microsoft.Network/virtualNetworkGateways/ipConfigurations", "properties": { "provisioningState": "Updating", "privateIPAllocationMethod": "Dynamic", "publicIPAddress": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9284/providers/Microsoft.Network/publicIPAddresses/azsmnet6024" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6996/providers/Microsoft.Network/publicIPAddresses/azsmnet9486" }, "subnet": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9284/providers/Microsoft.Network/virtualNetworks/azsmnet9912/subnets/GatewaySubnet" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6996/providers/Microsoft.Network/virtualNetworks/azsmnet8829/subnets/GatewaySubnet" } } } ], "natRules": [], + "virtualNetworkGatewayPolicyGroups": [], "enableBgpRouteTranslationForNat": false, "disableIPSecReplayProtection": false, "sku": { @@ -751,6 +752,7 @@ "vpnAuthenticationTypes": [], "vpnClientRootCertificates": [], "vpnClientRevokedCertificates": [], + "vngClientConnectionConfigurations": [], "radiusServers": [], "vpnClientIpsecPolicies": [] }, @@ -759,24 +761,26 @@ "peerWeight": 0, "bgpPeeringAddresses": [ { - "ipconfigurationId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9284/providers/Microsoft.Network/virtualNetworkGateways/azsmnet9787/ipConfigurations/azsmnet2188", + "ipconfigurationId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6996/providers/Microsoft.Network/virtualNetworkGateways/azsmnet4760/ipConfigurations/azsmnet4734", "defaultBgpIpAddresses": [], "customBgpIpAddresses": [] } ] }, - "vpnGatewayGeneration": "Generation1" + "vpnGatewayGeneration": "Generation1", + "allowRemoteVnetTraffic": false, + "allowVirtualWanTraffic": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/1ec03ee1-78dd-4dc5-bcd4-c558fba3ad55?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/d5f1f5be-0e7c-4c58-b942-22bfb095a00b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-af99b6e459bf5646bbdf1937dfb7335f-704142e8f9dabd4e-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "f1826d066d90433da26887f55e578632", + "traceparent": "00-c060280dd37d70f1ed867e6ee88547c6-172ee6cf4a4e887e-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "94ca65b0ff06c63d66a22f71e52096b4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -785,7 +789,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 11:10:23 GMT", + "Date": "Fri, 21 Apr 2023 16:42:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", @@ -795,25 +799,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f3611181-d7e5-4377-80b8-097df40637ad", - "x-ms-client-request-id": "f1826d066d90433da26887f55e578632", - "x-ms-correlation-request-id": "f1dcce2a-3627-4097-aac9-cc3591068cdc", + "x-ms-arm-service-request-id": "8b050ad1-8a74-4bc7-84b1-82d48010c437", + "x-ms-client-request-id": "94ca65b0ff06c63d66a22f71e52096b4", + "x-ms-correlation-request-id": "5acd05d3-d4eb-404b-929e-83341f0df043", "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-request-id": "4493ddd8-5ff4-4b9c-9f41-8aacb9ee6745", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T111023Z:f1dcce2a-3627-4097-aac9-cc3591068cdc" + "x-ms-request-id": "f5f19890-529a-40f2-b8ab-5ac7d9897244", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T164226Z:5acd05d3-d4eb-404b-929e-83341f0df043" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/1ec03ee1-78dd-4dc5-bcd4-c558fba3ad55?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/d5f1f5be-0e7c-4c58-b942-22bfb095a00b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-af99b6e459bf5646bbdf1937dfb7335f-ab4d5f82b82b8c4e-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "6110ceacf89054ebe8835e4c0386c347", + "traceparent": "00-c060280dd37d70f1ed867e6ee88547c6-2dc65c461bec72c8-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "99179be490fde8941461d1adf0048ba2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -822,7 +826,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 11:10:33 GMT", + "Date": "Fri, 21 Apr 2023 16:42:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "20", @@ -832,25 +836,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "85a6f2fa-98a9-4bd2-a4b7-3d2f7c5c7627", - "x-ms-client-request-id": "6110ceacf89054ebe8835e4c0386c347", - "x-ms-correlation-request-id": "101b47c6-2774-4e71-94cc-4c7d15ea66c9", + "x-ms-arm-service-request-id": "bd3c8310-bafd-4361-abdf-3058430f6a05", + "x-ms-client-request-id": "99179be490fde8941461d1adf0048ba2", + "x-ms-correlation-request-id": "2fd5c339-3d5b-4f93-a33b-fbdd0de79531", "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-request-id": "c7b86ed3-2065-4b65-9b2b-7765c9a764ae", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T111033Z:101b47c6-2774-4e71-94cc-4c7d15ea66c9" + "x-ms-request-id": "94186e5f-8056-4fc0-ba27-e6e9c7442acd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T164237Z:2fd5c339-3d5b-4f93-a33b-fbdd0de79531" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/1ec03ee1-78dd-4dc5-bcd4-c558fba3ad55?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/d5f1f5be-0e7c-4c58-b942-22bfb095a00b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-af99b6e459bf5646bbdf1937dfb7335f-a391329dced8a04a-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "6a3e1d6fe0c1fe08fe9835f4f621d16a", + "traceparent": "00-c060280dd37d70f1ed867e6ee88547c6-7fa24294d5b8f5d4-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "2fb4af1391f6ce54c9fe81eca44f9034", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -859,7 +863,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 11:10:53 GMT", + "Date": "Fri, 21 Apr 2023 16:42:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "20", @@ -869,36 +873,34 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "db741157-116f-4feb-857f-be15fa898f14", - "x-ms-client-request-id": "6a3e1d6fe0c1fe08fe9835f4f621d16a", - "x-ms-correlation-request-id": "7b2bf186-9cc7-4d34-bff2-136ad2bbc5e9", + "x-ms-arm-service-request-id": "b2264608-621a-43bb-bbda-e71ed7cc8cad", + "x-ms-client-request-id": "2fb4af1391f6ce54c9fe81eca44f9034", + "x-ms-correlation-request-id": "5b577e9c-78fb-4e17-88c7-c63a51d8c8e6", "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-request-id": "f4c8bc8f-0724-40af-9098-83184f3af493", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T111054Z:7b2bf186-9cc7-4d34-bff2-136ad2bbc5e9" + "x-ms-request-id": "1bd38972-d2b0-498a-92df-2cdaf1c47757", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T164257Z:5b577e9c-78fb-4e17-88c7-c63a51d8c8e6" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/1ec03ee1-78dd-4dc5-bcd4-c558fba3ad55?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/d5f1f5be-0e7c-4c58-b942-22bfb095a00b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "Connection": "close", - "traceparent": "00-af99b6e459bf5646bbdf1937dfb7335f-38426b1d624e4344-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "16198a5963330d4e822d080c0ef1401c", + "traceparent": "00-c060280dd37d70f1ed867e6ee88547c6-c279910b37ee088f-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "895f251512a020c0d0e27fa42d90d661", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Connection": "close", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 11:11:13 GMT", + "Date": "Fri, 21 Apr 2023 16:43:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "40", @@ -908,25 +910,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "bab24998-7f8e-461c-9ba7-2291e2b33a01", - "x-ms-client-request-id": "16198a5963330d4e822d080c0ef1401c", - "x-ms-correlation-request-id": "2782f1f1-d3e5-41c2-ba87-d715cc378c3d", + "x-ms-arm-service-request-id": "b432fb42-54a3-4ad4-9f83-5a2b27a0625a", + "x-ms-client-request-id": "895f251512a020c0d0e27fa42d90d661", + "x-ms-correlation-request-id": "0bab6f88-ce33-476f-a19b-a1b994b4c4d9", "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-request-id": "5a8ccfd0-e8d8-49dd-950e-99e10158c109", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T111114Z:2782f1f1-d3e5-41c2-ba87-d715cc378c3d" + "x-ms-request-id": "1d2c6cc6-45b1-4a38-ae00-50677e1b06aa", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T164317Z:0bab6f88-ce33-476f-a19b-a1b994b4c4d9" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/1ec03ee1-78dd-4dc5-bcd4-c558fba3ad55?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/d5f1f5be-0e7c-4c58-b942-22bfb095a00b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-af99b6e459bf5646bbdf1937dfb7335f-fc945baab8a9ee4f-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "40853fa51b19cc70c61263f8c2f65dc6", + "traceparent": "00-c060280dd37d70f1ed867e6ee88547c6-2bd83be629274c7b-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "355d8c16666c53bd4748cffe0ea843c4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -935,7 +937,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 11:11:54 GMT", + "Date": "Fri, 21 Apr 2023 16:43:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "40", @@ -945,25 +947,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1b6d0942-e3d7-4c86-8cf8-239b478d8397", - "x-ms-client-request-id": "40853fa51b19cc70c61263f8c2f65dc6", - "x-ms-correlation-request-id": "0359ef5c-1c22-4899-9f13-96d4a6d21e48", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "578eceda-64cf-49c5-bb97-e33300eafee4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T111155Z:0359ef5c-1c22-4899-9f13-96d4a6d21e48" + "x-ms-arm-service-request-id": "3a1019f8-8c4a-43a2-85ce-554b05a66736", + "x-ms-client-request-id": "355d8c16666c53bd4748cffe0ea843c4", + "x-ms-correlation-request-id": "6df54675-8c81-4067-8c95-3a1506026802", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-request-id": "73a8cbf9-c395-4178-98d8-828b8b5739e9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T164358Z:6df54675-8c81-4067-8c95-3a1506026802" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/1ec03ee1-78dd-4dc5-bcd4-c558fba3ad55?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/d5f1f5be-0e7c-4c58-b942-22bfb095a00b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-af99b6e459bf5646bbdf1937dfb7335f-e8c2b7cbcf9f884c-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "78f2f4b2ad6d0b14ce30e893d7fbef0c", + "traceparent": "00-c060280dd37d70f1ed867e6ee88547c6-819b5eddb71e4f1a-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "cb979cd102a50002ef945f1311afa039", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -972,7 +974,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 11:12:34 GMT", + "Date": "Fri, 21 Apr 2023 16:44:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "80", @@ -982,25 +984,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7036326e-9394-4a0c-a05f-7293fcb6747d", - "x-ms-client-request-id": "78f2f4b2ad6d0b14ce30e893d7fbef0c", - "x-ms-correlation-request-id": "1c54591e-7647-4ba9-b328-bccddc4bc96d", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "4006263a-a9a0-41e6-85c9-c18a8f1b6f48", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T111235Z:1c54591e-7647-4ba9-b328-bccddc4bc96d" + "x-ms-arm-service-request-id": "8012f3d1-6bbe-42dc-a097-25eaa3b4b453", + "x-ms-client-request-id": "cb979cd102a50002ef945f1311afa039", + "x-ms-correlation-request-id": "841ac1dc-473b-44a9-83e9-2712bc52f524", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-request-id": "deca854b-1e21-40f9-9aa8-dc305fca6272", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T164439Z:841ac1dc-473b-44a9-83e9-2712bc52f524" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/1ec03ee1-78dd-4dc5-bcd4-c558fba3ad55?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/d5f1f5be-0e7c-4c58-b942-22bfb095a00b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-af99b6e459bf5646bbdf1937dfb7335f-b82455174b8e5348-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "b74f1957919c3d501a4c4f2100564b8b", + "traceparent": "00-c060280dd37d70f1ed867e6ee88547c6-8f6fd9fd68bca352-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "17d520285bf2aec8670c425743c11128", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1009,7 +1011,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 11:13:56 GMT", + "Date": "Fri, 21 Apr 2023 16:45:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "160", @@ -1019,26 +1021,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "eb4cb223-2bc2-4303-a96f-bd99bd29acaa", - "x-ms-client-request-id": "b74f1957919c3d501a4c4f2100564b8b", - "x-ms-correlation-request-id": "5fff5aa9-de0b-4915-b712-2b8c95688a71", - "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-request-id": "032836ab-4e65-4bcf-bc09-ee6924d478eb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T111356Z:5fff5aa9-de0b-4915-b712-2b8c95688a71" + "x-ms-arm-service-request-id": "76866db3-f514-43bc-b784-4c542daed946", + "x-ms-client-request-id": "17d520285bf2aec8670c425743c11128", + "x-ms-correlation-request-id": "2ad427a5-49b6-4425-9a02-4f32d1c25007", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "0c0ad704-9b9d-4fc1-bbbe-dd99789f805a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T164559Z:2ad427a5-49b6-4425-9a02-4f32d1c25007" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/1ec03ee1-78dd-4dc5-bcd4-c558fba3ad55?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/d5f1f5be-0e7c-4c58-b942-22bfb095a00b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "Connection": "keep-alive", - "traceparent": "00-af99b6e459bf5646bbdf1937dfb7335f-8ac090c9f0a46541-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "1a5a41d0c8fff8ae2b7a71e833dcf4ca", + "traceparent": "00-c060280dd37d70f1ed867e6ee88547c6-1c5f4d0031ef39f1-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "91d3bb9f0bf814bc8a5c45d707aa4297", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1047,7 +1048,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 11:16:35 GMT", + "Date": "Fri, 21 Apr 2023 16:48:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -1057,26 +1058,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1381e585-ca69-42e5-b8e8-92c214b70753", - "x-ms-client-request-id": "1a5a41d0c8fff8ae2b7a71e833dcf4ca", - "x-ms-correlation-request-id": "1afe410b-a0fc-4a50-98a4-c8a8fe8d35dd", + "x-ms-arm-service-request-id": "c03ffcaf-4781-44aa-a9fe-b7066630df39", + "x-ms-client-request-id": "91d3bb9f0bf814bc8a5c45d707aa4297", + "x-ms-correlation-request-id": "05d934c5-d0cb-4705-a07f-17f15ba3314e", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "e0538f65-6222-4b36-b95f-fd487a3fbf2c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T111636Z:1afe410b-a0fc-4a50-98a4-c8a8fe8d35dd" + "x-ms-request-id": "589780d0-2bb8-4ccd-9d59-d3dbcf176573", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T164841Z:05d934c5-d0cb-4705-a07f-17f15ba3314e" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/1ec03ee1-78dd-4dc5-bcd4-c558fba3ad55?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/d5f1f5be-0e7c-4c58-b942-22bfb095a00b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "Connection": "keep-alive", - "traceparent": "00-af99b6e459bf5646bbdf1937dfb7335f-428f9bf68e5a3048-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "a8a05622a6a7202aa3b45d215df20a78", + "traceparent": "00-c060280dd37d70f1ed867e6ee88547c6-f46d725fe0b2e627-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "eed695a72bd275d2d3e96398c0aabd2d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1085,7 +1085,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 11:18:17 GMT", + "Date": "Fri, 21 Apr 2023 16:50:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -1095,25 +1095,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ae46d3ef-664e-4596-bb2d-1f87afb19db0", - "x-ms-client-request-id": "a8a05622a6a7202aa3b45d215df20a78", - "x-ms-correlation-request-id": "c80a5a64-1525-4232-8bc8-9ff12bd8690a", + "x-ms-arm-service-request-id": "095d2d35-1d99-4cb0-8628-cb1b49b52606", + "x-ms-client-request-id": "eed695a72bd275d2d3e96398c0aabd2d", + "x-ms-correlation-request-id": "f26f1c75-3336-43b6-b971-61eff0959266", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "d3324eb0-3fd4-4988-b429-1355f7d45eed", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T111818Z:c80a5a64-1525-4232-8bc8-9ff12bd8690a" + "x-ms-request-id": "166d8785-b783-47cd-b509-df287b85e36c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T165022Z:f26f1c75-3336-43b6-b971-61eff0959266" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/1ec03ee1-78dd-4dc5-bcd4-c558fba3ad55?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/d5f1f5be-0e7c-4c58-b942-22bfb095a00b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-af99b6e459bf5646bbdf1937dfb7335f-b00f408b53853b4a-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "96c35ce5d4a08f0d6b568b211f670a3d", + "traceparent": "00-c060280dd37d70f1ed867e6ee88547c6-27c1b125de57526e-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "567437820fdc1c4163c08d9515f0a7bd", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1122,7 +1122,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 11:19:58 GMT", + "Date": "Fri, 21 Apr 2023 16:52:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -1132,25 +1132,210 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3364e09f-3cbe-44e0-88e4-4fd4e2508577", - "x-ms-client-request-id": "96c35ce5d4a08f0d6b568b211f670a3d", - "x-ms-correlation-request-id": "d76ce4e7-0851-4a85-88cb-dc4682c026f1", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "2e991119-0c71-49d6-9215-478d25ac8796", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T111958Z:d76ce4e7-0851-4a85-88cb-dc4682c026f1" + "x-ms-arm-service-request-id": "b904cea8-cbf8-4800-9659-bae70f746491", + "x-ms-client-request-id": "567437820fdc1c4163c08d9515f0a7bd", + "x-ms-correlation-request-id": "93c74bb7-f97c-4386-9388-8c50830b443c", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "f7785388-38d2-4e4a-86d6-785ee2cc1501", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T165203Z:93c74bb7-f97c-4386-9388-8c50830b443c" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/d5f1f5be-0e7c-4c58-b942-22bfb095a00b?api-version=2022-09-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-c060280dd37d70f1ed867e6ee88547c6-b5fb2ee9da5e6bd9-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "aeb0aac923ea7355e85dbe0ea72354df", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Apr 2023 16:53:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "100", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "ee6996ea-ba22-4cff-b71e-e0fdaf061f4d", + "x-ms-client-request-id": "aeb0aac923ea7355e85dbe0ea72354df", + "x-ms-correlation-request-id": "dc44474d-ff18-40f0-bd32-86d5a32f49c0", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "cd5964ff-87a2-420f-be6a-10d6f7b769d8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T165345Z:dc44474d-ff18-40f0-bd32-86d5a32f49c0" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/d5f1f5be-0e7c-4c58-b942-22bfb095a00b?api-version=2022-09-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-c060280dd37d70f1ed867e6ee88547c6-bb04c278f43440ab-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "cf55189fec3598bb53ba8b119e3d60e2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Apr 2023 16:55:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "100", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "ddc79644-afb1-4a02-a442-46f6fafc479a", + "x-ms-client-request-id": "cf55189fec3598bb53ba8b119e3d60e2", + "x-ms-correlation-request-id": "1f3b5a24-e7ed-4ae8-a7b8-9911be4f8763", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "34c5d639-6662-4c2b-a9b2-b284dee4998f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T165525Z:1f3b5a24-e7ed-4ae8-a7b8-9911be4f8763" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/d5f1f5be-0e7c-4c58-b942-22bfb095a00b?api-version=2022-09-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-c060280dd37d70f1ed867e6ee88547c6-7de61e617e693ed7-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "15cfa5420efa5f42e2016d7e5133743f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Apr 2023 16:57:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "100", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "1b36ab98-5d67-4824-8512-910048b7e2fd", + "x-ms-client-request-id": "15cfa5420efa5f42e2016d7e5133743f", + "x-ms-correlation-request-id": "4e8b386d-47b7-4389-ae90-10cd28cc39f1", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "81913098-1ccc-469d-a772-1e3a07f026fd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T165706Z:4e8b386d-47b7-4389-ae90-10cd28cc39f1" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/d5f1f5be-0e7c-4c58-b942-22bfb095a00b?api-version=2022-09-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-c060280dd37d70f1ed867e6ee88547c6-879adb2a70d20b11-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "fdf5ad6bd79bdd87ef175a309743d4ab", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Apr 2023 16:58:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "100", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "874f7edd-1795-4b4c-b452-23e660f05e9f", + "x-ms-client-request-id": "fdf5ad6bd79bdd87ef175a309743d4ab", + "x-ms-correlation-request-id": "36b81050-0be6-48bc-9321-0e7453120503", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "25ced4c0-324c-42f8-9a5a-5775c89dd1bb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T165847Z:36b81050-0be6-48bc-9321-0e7453120503" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/d5f1f5be-0e7c-4c58-b942-22bfb095a00b?api-version=2022-09-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-c060280dd37d70f1ed867e6ee88547c6-f8954ab200b06d20-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "02cbdbfd3f5491e4d5f6ed347e3c4720", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Apr 2023 17:00:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "100", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "25940ded-846d-4f8c-874e-7e3e5c2b58cc", + "x-ms-client-request-id": "02cbdbfd3f5491e4d5f6ed347e3c4720", + "x-ms-correlation-request-id": "2b044def-36b4-49ed-ab04-5775ee972cf7", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "67402358-9495-4272-9bc1-0040f7955688", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T170028Z:2b044def-36b4-49ed-ab04-5775ee972cf7" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/1ec03ee1-78dd-4dc5-bcd4-c558fba3ad55?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/d5f1f5be-0e7c-4c58-b942-22bfb095a00b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-af99b6e459bf5646bbdf1937dfb7335f-2f8dd8a8ddff9f4a-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "a9fe8457a2b629e41639764a6a8d9b38", + "traceparent": "00-c060280dd37d70f1ed867e6ee88547c6-51c15f3e6f0f8b86-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f1a54b4563476b471df125e3b311c79e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1159,7 +1344,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 11:21:39 GMT", + "Date": "Fri, 21 Apr 2023 17:02:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -1169,26 +1354,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f012402a-7c04-49c9-bb2c-d89b08148770", - "x-ms-client-request-id": "a9fe8457a2b629e41639764a6a8d9b38", - "x-ms-correlation-request-id": "f1af2aa2-b4e0-44b9-adb4-2ba4957816ed", + "x-ms-arm-service-request-id": "8fd80e78-5fd5-436c-a068-ceee29c468af", + "x-ms-client-request-id": "f1a54b4563476b471df125e3b311c79e", + "x-ms-correlation-request-id": "1e88e2e1-07ba-41c6-a7ed-511536abc7d2", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "a5e64567-72b8-431b-813f-f88438c2ed49", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T112139Z:f1af2aa2-b4e0-44b9-adb4-2ba4957816ed" + "x-ms-request-id": "f99ed98b-99ac-413c-ad68-c179433125f2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T170209Z:1e88e2e1-07ba-41c6-a7ed-511536abc7d2" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/1ec03ee1-78dd-4dc5-bcd4-c558fba3ad55?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/d5f1f5be-0e7c-4c58-b942-22bfb095a00b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "Connection": "keep-alive", - "traceparent": "00-af99b6e459bf5646bbdf1937dfb7335f-e12b8a7d63f6e447-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "d603f86f5e194e2a49103d501a09013c", + "traceparent": "00-c060280dd37d70f1ed867e6ee88547c6-1e0f57384727fe41-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "7581c22c72672cebc86427a5e9535eb3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1197,7 +1381,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 11:23:19 GMT", + "Date": "Fri, 21 Apr 2023 17:03:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -1207,25 +1391,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8ca2ea3e-d76a-4702-b2fb-190cb5b45858", - "x-ms-client-request-id": "d603f86f5e194e2a49103d501a09013c", - "x-ms-correlation-request-id": "1d9af4c3-cb6b-4a81-8e08-59027a5b16cc", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "cec0bc15-fb21-4ba5-bbe2-689bc9cdf4d9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T112320Z:1d9af4c3-cb6b-4a81-8e08-59027a5b16cc" + "x-ms-arm-service-request-id": "24321e2e-1dec-46c2-a33e-b66dba6cf809", + "x-ms-client-request-id": "7581c22c72672cebc86427a5e9535eb3", + "x-ms-correlation-request-id": "348cda10-510f-4a7a-8095-d2148fb72a71", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "93b8c44a-62e0-43d3-929a-3e953f989142", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T170350Z:348cda10-510f-4a7a-8095-d2148fb72a71" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/1ec03ee1-78dd-4dc5-bcd4-c558fba3ad55?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/d5f1f5be-0e7c-4c58-b942-22bfb095a00b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-af99b6e459bf5646bbdf1937dfb7335f-cdc627b75bf40c40-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "d8c91fa960f443c2779a7f665ec224de", + "traceparent": "00-c060280dd37d70f1ed867e6ee88547c6-8d69b1b89c24bce2-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "4ceb3ad0e39d9a639460e4621901ddc3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1234,7 +1418,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 11:25:00 GMT", + "Date": "Fri, 21 Apr 2023 17:05:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -1244,25 +1428,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5a5eb6ce-41df-46cc-9979-fb7b33e9bb93", - "x-ms-client-request-id": "d8c91fa960f443c2779a7f665ec224de", - "x-ms-correlation-request-id": "b0ecf808-3fbc-4f68-a435-a98bab422bea", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "52a11b7d-6f6d-4ddd-8737-d689328ab77d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T112500Z:b0ecf808-3fbc-4f68-a435-a98bab422bea" + "x-ms-arm-service-request-id": "12cb69c8-9779-4162-9a9e-c411e24a7188", + "x-ms-client-request-id": "4ceb3ad0e39d9a639460e4621901ddc3", + "x-ms-correlation-request-id": "7c4e0960-c6d5-40ce-927b-deed7f4a1905", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "4fbe0c1b-b1be-4d51-bf94-1d7b72956667", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T170530Z:7c4e0960-c6d5-40ce-927b-deed7f4a1905" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/1ec03ee1-78dd-4dc5-bcd4-c558fba3ad55?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/d5f1f5be-0e7c-4c58-b942-22bfb095a00b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-af99b6e459bf5646bbdf1937dfb7335f-38c782cbccdbfe42-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "26b253bb3364f9245ab060a564940e0d", + "traceparent": "00-c060280dd37d70f1ed867e6ee88547c6-c12e3faffb16c6c8-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "bc074f2ed1bad2b85f7928e23ba181ca", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1271,7 +1455,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 11:26:40 GMT", + "Date": "Fri, 21 Apr 2023 17:07:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -1281,26 +1465,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "49e4808a-38c1-4167-a0f1-176e08e2b84a", - "x-ms-client-request-id": "26b253bb3364f9245ab060a564940e0d", - "x-ms-correlation-request-id": "c345d943-9258-40ea-8aac-504b1183d362", + "x-ms-arm-service-request-id": "a9324ba5-3615-4a8e-a551-26f0ec0207a4", + "x-ms-client-request-id": "bc074f2ed1bad2b85f7928e23ba181ca", + "x-ms-correlation-request-id": "40e6b973-9ec6-444c-9658-98d279a83ee2", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "a62473ba-af88-4158-910b-e8db12b013eb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T112641Z:c345d943-9258-40ea-8aac-504b1183d362" + "x-ms-request-id": "cda6046d-5064-4db3-8275-75fb815f66a1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T170711Z:40e6b973-9ec6-444c-9658-98d279a83ee2" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/1ec03ee1-78dd-4dc5-bcd4-c558fba3ad55?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/d5f1f5be-0e7c-4c58-b942-22bfb095a00b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "Connection": "keep-alive", - "traceparent": "00-af99b6e459bf5646bbdf1937dfb7335f-a472c1521542d64a-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "4aa03a38c2c40e4436bf5e7edec3f086", + "traceparent": "00-c060280dd37d70f1ed867e6ee88547c6-5f87532506153d6f-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "781272937a2649005ee7e1078e8912c6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1309,7 +1492,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 11:28:21 GMT", + "Date": "Fri, 21 Apr 2023 17:08:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -1319,26 +1502,99 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1e793b11-09f1-49a2-bc33-4bc37804818b", - "x-ms-client-request-id": "4aa03a38c2c40e4436bf5e7edec3f086", - "x-ms-correlation-request-id": "fdd383de-800b-41e3-832c-18aabeccaac8", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "ed2b3d36-46e5-474f-81d2-f9d984abceea", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T112822Z:fdd383de-800b-41e3-832c-18aabeccaac8" + "x-ms-arm-service-request-id": "d27cdfc1-2d00-4072-8a40-5df7fcea13cc", + "x-ms-client-request-id": "781272937a2649005ee7e1078e8912c6", + "x-ms-correlation-request-id": "7e299673-d15c-496f-b958-7fc9c123c388", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "facf92af-ec7c-46a5-8c63-01b201727490", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T170852Z:7e299673-d15c-496f-b958-7fc9c123c388" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/1ec03ee1-78dd-4dc5-bcd4-c558fba3ad55?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/d5f1f5be-0e7c-4c58-b942-22bfb095a00b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "Connection": "keep-alive", - "traceparent": "00-af99b6e459bf5646bbdf1937dfb7335f-c6367539ef52b144-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "c7945fecda5675d7fbcf7e43001cdee3", + "traceparent": "00-c060280dd37d70f1ed867e6ee88547c6-18048a76bb5d77b4-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "9a766387a24cfef88219ed24bb805ef2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Apr 2023 17:10:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "100", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "065cad1a-614d-494c-9f6e-ec603b47c583", + "x-ms-client-request-id": "9a766387a24cfef88219ed24bb805ef2", + "x-ms-correlation-request-id": "87e8f8ef-4eb3-4a9d-90b7-f5e56378e6ad", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "fea0b1a0-681c-498f-b598-cfcaced02a1e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T171033Z:87e8f8ef-4eb3-4a9d-90b7-f5e56378e6ad" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/d5f1f5be-0e7c-4c58-b942-22bfb095a00b?api-version=2022-09-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-c060280dd37d70f1ed867e6ee88547c6-251e8114bff58bb0-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a7ce1adf64efb49d4ebe5dd3f0b144d6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Apr 2023 17:12:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "100", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "ad9c9243-9ac5-475e-94b4-f300679c1364", + "x-ms-client-request-id": "a7ce1adf64efb49d4ebe5dd3f0b144d6", + "x-ms-correlation-request-id": "44e14518-b92b-40d9-ac25-5be81d43d80f", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "dbe03eda-d5ae-4a96-93b8-cc210dfee23e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T171214Z:44e14518-b92b-40d9-ac25-5be81d43d80f" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/d5f1f5be-0e7c-4c58-b942-22bfb095a00b?api-version=2022-09-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-c060280dd37d70f1ed867e6ee88547c6-3e01fce7dbc31f1b-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d85b6166e62bf17d7913f60d8ddb8edd", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1347,7 +1603,7 @@ "Cache-Control": "no-cache", "Content-Length": "29", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 11:30:02 GMT", + "Date": "Fri, 21 Apr 2023 17:13:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1356,34 +1612,34 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e42f6258-a80b-449a-9eb9-86b2d8da38cf", - "x-ms-client-request-id": "c7945fecda5675d7fbcf7e43001cdee3", - "x-ms-correlation-request-id": "5957c162-cf4e-4829-955b-2d403cd6cdc4", - "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-request-id": "1f13612c-7a5e-4abe-966c-fdff7f0149f9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T113003Z:5957c162-cf4e-4829-955b-2d403cd6cdc4" + "x-ms-arm-service-request-id": "3c9e1b75-ee70-408b-a855-83f4b9e04551", + "x-ms-client-request-id": "d85b6166e62bf17d7913f60d8ddb8edd", + "x-ms-correlation-request-id": "f49b1f41-b576-4ea7-810c-a466f54d1852", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "bbd0a946-b640-402f-9a3b-09c70c75d54b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T171355Z:f49b1f41-b576-4ea7-810c-a466f54d1852" }, "ResponseBody": { "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9284/providers/Microsoft.Network/virtualNetworkGateways/azsmnet9787?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6996/providers/Microsoft.Network/virtualNetworkGateways/azsmnet4760?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-af99b6e459bf5646bbdf1937dfb7335f-418362c2bea84b4d-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "232d718bd921f9190ea3efa4d5a51a96", + "traceparent": "00-c060280dd37d70f1ed867e6ee88547c6-eae300fdbfa60875-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "7328ef886bba22d7c5c14b8d44240ed1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2460", + "Content-Length": "2613", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 11:30:03 GMT", + "Date": "Fri, 21 Apr 2023 17:13:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1392,17 +1648,17 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2c3bcc7f-06f7-4bbd-87c4-25c80181a682", - "x-ms-client-request-id": "232d718bd921f9190ea3efa4d5a51a96", - "x-ms-correlation-request-id": "c554812d-6f29-4386-844f-a61f5f896b48", - "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-request-id": "d78a9ce6-b640-4af2-956d-9f86431bd141", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T113003Z:c554812d-6f29-4386-844f-a61f5f896b48" + "x-ms-arm-service-request-id": "33e60f1c-0ff1-429e-9451-ea3a34aa3f31", + "x-ms-client-request-id": "7328ef886bba22d7c5c14b8d44240ed1", + "x-ms-correlation-request-id": "b488a247-2db3-452e-b9c1-75fe33c9e633", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "8f773157-180a-4e8a-a34c-bc2b5047faf8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T171355Z:b488a247-2db3-452e-b9c1-75fe33c9e633" }, "ResponseBody": { - "name": "azsmnet9787", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9284/providers/Microsoft.Network/virtualNetworkGateways/azsmnet9787", - "etag": "W/\u00224fceac8a-7f29-43ea-a494-f01aa8cac789\u0022", + "name": "azsmnet4760", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6996/providers/Microsoft.Network/virtualNetworkGateways/azsmnet4760", + "etag": "W/\u0022ec38ee95-fddf-4313-917b-9666a133abf9\u0022", "type": "Microsoft.Network/virtualNetworkGateways", "location": "eastus", "tags": { @@ -1410,28 +1666,30 @@ }, "properties": { "provisioningState": "Succeeded", - "resourceGuid": "dfcdd10e-a4e0-47f3-a80f-a2852bbb49a3", + "resourceGuid": "282480b5-a5b4-491f-bece-7170b9f0ac24", "packetCaptureDiagnosticState": "None", "enablePrivateIpAddress": false, + "isMigrateToCSES": false, "ipConfigurations": [ { - "name": "azsmnet2188", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9284/providers/Microsoft.Network/virtualNetworkGateways/azsmnet9787/ipConfigurations/azsmnet2188", - "etag": "W/\u00224fceac8a-7f29-43ea-a494-f01aa8cac789\u0022", + "name": "azsmnet4734", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6996/providers/Microsoft.Network/virtualNetworkGateways/azsmnet4760/ipConfigurations/azsmnet4734", + "etag": "W/\u0022ec38ee95-fddf-4313-917b-9666a133abf9\u0022", "type": "Microsoft.Network/virtualNetworkGateways/ipConfigurations", "properties": { "provisioningState": "Succeeded", "privateIPAllocationMethod": "Dynamic", "publicIPAddress": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9284/providers/Microsoft.Network/publicIPAddresses/azsmnet6024" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6996/providers/Microsoft.Network/publicIPAddresses/azsmnet9486" }, "subnet": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9284/providers/Microsoft.Network/virtualNetworks/azsmnet9912/subnets/GatewaySubnet" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6996/providers/Microsoft.Network/virtualNetworks/azsmnet8829/subnets/GatewaySubnet" } } } ], "natRules": [], + "virtualNetworkGatewayPolicyGroups": [], "enableBgpRouteTranslationForNat": false, "disableIPSecReplayProtection": false, "sku": { @@ -1449,32 +1707,34 @@ "peerWeight": 0, "bgpPeeringAddresses": [ { - "ipconfigurationId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9284/providers/Microsoft.Network/virtualNetworkGateways/azsmnet9787/ipConfigurations/azsmnet2188", + "ipconfigurationId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6996/providers/Microsoft.Network/virtualNetworkGateways/azsmnet4760/ipConfigurations/azsmnet4734", "defaultBgpIpAddresses": [ "10.54.0.254" ], "customBgpIpAddresses": [], "tunnelIpAddresses": [ - "20.119.53.69" + "20.25.35.211" ] } ] }, - "vpnGatewayGeneration": "Generation1" + "vpnGatewayGeneration": "Generation1", + "allowRemoteVnetTraffic": false, + "allowVirtualWanTraffic": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/csmrg5043?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/csmrg7744?api-version=**", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "32", + "Content-Length": "22", "Content-Type": "application/json", - "traceparent": "00-6d1cf4417de3ea4297c46172f874e5df-ca9f6b84e8190445-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "0005b9d9b647635e2a4ff444010e1ae0", + "traceparent": "00-75043a355429b74343648fb59c1dd13f-ef0aad2305bc25ff-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "2559be16c6869cf8dd2ddb6e90267330", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -1483,40 +1743,39 @@ "StatusCode": 201, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "226", + "Content-Length": "216", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 11:30:06 GMT", + "Date": "Fri, 21 Apr 2023 17:13:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f1d673f4-373b-4163-bcc5-d7347b39875a", - "x-ms-ratelimit-remaining-subscription-writes": "1192", - "x-ms-request-id": "f1d673f4-373b-4163-bcc5-d7347b39875a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T113006Z:f1d673f4-373b-4163-bcc5-d7347b39875a" + "x-ms-correlation-request-id": "9ef89d96-9c92-44ed-aa0f-c2d89f070f0f", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "9ef89d96-9c92-44ed-aa0f-c2d89f070f0f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T171358Z:9ef89d96-9c92-44ed-aa0f-c2d89f070f0f" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5043", - "name": "csmrg5043", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7744", + "name": "csmrg7744", "type": "Microsoft.Resources/resourceGroups", "location": "westus2", - "tags": {}, "properties": { "provisioningState": "Succeeded" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5043/providers/Microsoft.Network/virtualNetworks/azsmnet2420?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7744/providers/Microsoft.Network/virtualNetworks/azsmnet1670?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "172", "Content-Type": "application/json", - "traceparent": "00-02d98d2cc45ee14e8f9a094b0aed8d12-4976dba029385843-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220530.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "cc966cf312649b45b8b3ea32a055b5e7", + "traceparent": "00-20af753e6d1c1f14c54bc505205c174f-d70cfef8ada3837e-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230421.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d088004bfa1b398912699af0ad540524", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -1540,11 +1799,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/d9ca5029-260d-429b-980e-c9245ca0c20f?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/e618eaab-88ae-4d5a-a386-908f9f0732e6?api-version=2022-09-01", "Cache-Control": "no-cache", - "Content-Length": "1235", + "Content-Length": "1236", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 11:30:10 GMT", + "Date": "Fri, 21 Apr 2023 17:14:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -1554,22 +1813,22 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6e1ece64-b5e0-40c1-9452-1160e4305526", - "x-ms-client-request-id": "cc966cf312649b45b8b3ea32a055b5e7", - "x-ms-correlation-request-id": "57127848-5c82-4d54-a987-e40c426f4a4a", - "x-ms-ratelimit-remaining-subscription-writes": "1191", - "x-ms-request-id": "d9ca5029-260d-429b-980e-c9245ca0c20f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T113011Z:57127848-5c82-4d54-a987-e40c426f4a4a" + "x-ms-arm-service-request-id": "0123d6a8-2522-45f1-aefa-a09c728c2ce0", + "x-ms-client-request-id": "d088004bfa1b398912699af0ad540524", + "x-ms-correlation-request-id": "5c9f9576-9832-49e8-a231-08d6d0397917", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "e618eaab-88ae-4d5a-a386-908f9f0732e6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T171405Z:5c9f9576-9832-49e8-a231-08d6d0397917" }, "ResponseBody": { - "name": "azsmnet2420", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5043/providers/Microsoft.Network/virtualNetworks/azsmnet2420", - "etag": "W/\u002220646459-0e05-4113-83f4-462b98c583ba\u0022", + "name": "azsmnet1670", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7744/providers/Microsoft.Network/virtualNetworks/azsmnet1670", + "etag": "W/\u002253bcdd6a-b0dc-4fd4-924f-20e1b406d51a\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "properties": { "provisioningState": "Updating", - "resourceGuid": "a128d775-3919-4228-a609-c045eed9429d", + "resourceGuid": "e263d89b-554e-49f5-a2c2-f54139dbbb7b", "addressSpace": { "addressPrefixes": [ "10.55.0.0/16" @@ -1578,13 +1837,13 @@ "subnets": [ { "name": "GatewaySubnet", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5043/providers/Microsoft.Network/virtualNetworks/azsmnet2420/subnets/GatewaySubnet", - "etag": "W/\u002220646459-0e05-4113-83f4-462b98c583ba\u0022", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7744/providers/Microsoft.Network/virtualNetworks/azsmnet1670/subnets/GatewaySubnet", + "etag": "W/\u002253bcdd6a-b0dc-4fd4-924f-20e1b406d51a\u0022", "properties": { "provisioningState": "Updating", "addressPrefix": "10.55.0.0/24", "delegations": [], - "privateEndpointNetworkPolicies": "Enabled", + "privateEndpointNetworkPolicies": "Disabled", "privateLinkServiceNetworkPolicies": "Enabled" }, "type": "Microsoft.Network/virtualNetworks/subnets" @@ -1596,50 +1855,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/d9ca5029-260d-429b-980e-c9245ca0c20f?api-version=2021-02-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-02d98d2cc45ee14e8f9a094b0aed8d12-8ea30cc6375f4a46-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "adb259c4f300a675bf648e03743089f9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 11:30:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "10", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c9d2a546-4f93-4d0f-ab25-351bac3ebca9", - "x-ms-client-request-id": "adb259c4f300a675bf648e03743089f9", - "x-ms-correlation-request-id": "f2af1cf5-f6e2-456a-ad15-0b05783e4184", - "x-ms-ratelimit-remaining-subscription-reads": "11961", - "x-ms-request-id": "741130e8-5b33-4b39-9a31-7ae88b63cfd5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T113011Z:f2af1cf5-f6e2-456a-ad15-0b05783e4184" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/d9ca5029-260d-429b-980e-c9245ca0c20f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/e618eaab-88ae-4d5a-a386-908f9f0732e6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-02d98d2cc45ee14e8f9a094b0aed8d12-ef7b114298802f44-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "e77e5c3e07b6af97b1c60c6d881fe6aa", + "traceparent": "00-20af753e6d1c1f14c54bc505205c174f-f81382221fc1b3b8-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "0dd9c35d0348c3fad0ec735c5dac30d8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1648,7 +1870,7 @@ "Cache-Control": "no-cache", "Content-Length": "29", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 11:30:21 GMT", + "Date": "Fri, 21 Apr 2023 17:14:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1657,35 +1879,35 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "42df1e28-a359-4682-bc69-b7f5913b401d", - "x-ms-client-request-id": "e77e5c3e07b6af97b1c60c6d881fe6aa", - "x-ms-correlation-request-id": "d2325440-56af-4e00-b22f-bb625b011fb3", - "x-ms-ratelimit-remaining-subscription-reads": "11960", - "x-ms-request-id": "d947e19a-1b7d-44ab-bd20-6ea6a1d01d6d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T113021Z:d2325440-56af-4e00-b22f-bb625b011fb3" + "x-ms-arm-service-request-id": "6f1b760b-db97-460e-96d3-d3796efbffa4", + "x-ms-client-request-id": "0dd9c35d0348c3fad0ec735c5dac30d8", + "x-ms-correlation-request-id": "8b20215f-755d-4142-81fb-a7f6d271ed81", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "6f9093fa-4051-4cfe-8a23-dde3832fe90a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T171405Z:8b20215f-755d-4142-81fb-a7f6d271ed81" }, "ResponseBody": { "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5043/providers/Microsoft.Network/virtualNetworks/azsmnet2420?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7744/providers/Microsoft.Network/virtualNetworks/azsmnet1670?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-02d98d2cc45ee14e8f9a094b0aed8d12-cbc0891c21875b4b-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "466e141d08a38ee7b1bd197eb5b75b8f", + "traceparent": "00-20af753e6d1c1f14c54bc505205c174f-99e75ad3905747d6-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b05749d5fb5648c7d859f93fbc8d84dc", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1237", + "Content-Length": "1238", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 11:30:21 GMT", - "ETag": "W/\u0022e00452b0-e449-4033-bb79-5839f889ab6a\u0022", + "Date": "Fri, 21 Apr 2023 17:14:05 GMT", + "ETag": "W/\u00221d5e624b-bee5-4c3e-ad22-f194febc6d49\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1694,22 +1916,22 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e2395f0e-7653-499f-8db9-efbfec8ba9a7", - "x-ms-client-request-id": "466e141d08a38ee7b1bd197eb5b75b8f", - "x-ms-correlation-request-id": "9eaed7e1-7778-49c4-858e-8146b04f9159", - "x-ms-ratelimit-remaining-subscription-reads": "11959", - "x-ms-request-id": "980c5c1d-ad79-4ab7-8ec7-6557224a7cf7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T113022Z:9eaed7e1-7778-49c4-858e-8146b04f9159" + "x-ms-arm-service-request-id": "71b4fad2-e104-4612-bea0-b0ab4e93b707", + "x-ms-client-request-id": "b05749d5fb5648c7d859f93fbc8d84dc", + "x-ms-correlation-request-id": "7ccd3b65-9f9f-4f96-86bf-24460e83f54b", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "81768a07-d828-4874-ae84-5eb7b2b5fb9d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T171406Z:7ccd3b65-9f9f-4f96-86bf-24460e83f54b" }, "ResponseBody": { - "name": "azsmnet2420", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5043/providers/Microsoft.Network/virtualNetworks/azsmnet2420", - "etag": "W/\u0022e00452b0-e449-4033-bb79-5839f889ab6a\u0022", + "name": "azsmnet1670", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7744/providers/Microsoft.Network/virtualNetworks/azsmnet1670", + "etag": "W/\u00221d5e624b-bee5-4c3e-ad22-f194febc6d49\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "properties": { "provisioningState": "Succeeded", - "resourceGuid": "a128d775-3919-4228-a609-c045eed9429d", + "resourceGuid": "e263d89b-554e-49f5-a2c2-f54139dbbb7b", "addressSpace": { "addressPrefixes": [ "10.55.0.0/16" @@ -1718,13 +1940,13 @@ "subnets": [ { "name": "GatewaySubnet", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5043/providers/Microsoft.Network/virtualNetworks/azsmnet2420/subnets/GatewaySubnet", - "etag": "W/\u0022e00452b0-e449-4033-bb79-5839f889ab6a\u0022", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7744/providers/Microsoft.Network/virtualNetworks/azsmnet1670/subnets/GatewaySubnet", + "etag": "W/\u00221d5e624b-bee5-4c3e-ad22-f194febc6d49\u0022", "properties": { "provisioningState": "Succeeded", "addressPrefix": "10.55.0.0/24", "delegations": [], - "privateEndpointNetworkPolicies": "Enabled", + "privateEndpointNetworkPolicies": "Disabled", "privateLinkServiceNetworkPolicies": "Enabled" }, "type": "Microsoft.Network/virtualNetworks/subnets" @@ -1736,24 +1958,24 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5043/providers/Microsoft.Network/virtualNetworks/azsmnet2420?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7744/providers/Microsoft.Network/virtualNetworks/azsmnet1670?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-7c8d7d83500fad45828cadf82ff49a2a-49b44aa63d6b8b4b-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220530.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "58e7906dae8fbc1fc202fb39e7071ea0", + "traceparent": "00-f870d20c558c51aa3d7c05c78fb36f82-4651a892a8189a73-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230421.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e992c2cef77b34dc7b5964cc8ecbd22a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1237", + "Content-Length": "1238", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 11:30:22 GMT", - "ETag": "W/\u0022e00452b0-e449-4033-bb79-5839f889ab6a\u0022", + "Date": "Fri, 21 Apr 2023 17:14:06 GMT", + "ETag": "W/\u00221d5e624b-bee5-4c3e-ad22-f194febc6d49\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1762,22 +1984,22 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "bded6ebd-26f5-493d-a6e9-425ba6d0a0d5", - "x-ms-client-request-id": "58e7906dae8fbc1fc202fb39e7071ea0", - "x-ms-correlation-request-id": "a4b4f6a0-b2ae-4181-9b65-8e68f1f459c7", - "x-ms-ratelimit-remaining-subscription-reads": "11958", - "x-ms-request-id": "64404348-e671-4445-8092-f81985de9d90", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T113022Z:a4b4f6a0-b2ae-4181-9b65-8e68f1f459c7" + "x-ms-arm-service-request-id": "74057452-4eb5-44a9-bd13-1dbdc803904f", + "x-ms-client-request-id": "e992c2cef77b34dc7b5964cc8ecbd22a", + "x-ms-correlation-request-id": "cdf285ba-8cd2-4a1e-965b-3eb4b9b50a10", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "5859f31c-3598-4e1f-8476-a184e2806010", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T171406Z:cdf285ba-8cd2-4a1e-965b-3eb4b9b50a10" }, "ResponseBody": { - "name": "azsmnet2420", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5043/providers/Microsoft.Network/virtualNetworks/azsmnet2420", - "etag": "W/\u0022e00452b0-e449-4033-bb79-5839f889ab6a\u0022", + "name": "azsmnet1670", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7744/providers/Microsoft.Network/virtualNetworks/azsmnet1670", + "etag": "W/\u00221d5e624b-bee5-4c3e-ad22-f194febc6d49\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "westus2", "properties": { "provisioningState": "Succeeded", - "resourceGuid": "a128d775-3919-4228-a609-c045eed9429d", + "resourceGuid": "e263d89b-554e-49f5-a2c2-f54139dbbb7b", "addressSpace": { "addressPrefixes": [ "10.55.0.0/16" @@ -1786,13 +2008,13 @@ "subnets": [ { "name": "GatewaySubnet", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5043/providers/Microsoft.Network/virtualNetworks/azsmnet2420/subnets/GatewaySubnet", - "etag": "W/\u0022e00452b0-e449-4033-bb79-5839f889ab6a\u0022", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7744/providers/Microsoft.Network/virtualNetworks/azsmnet1670/subnets/GatewaySubnet", + "etag": "W/\u00221d5e624b-bee5-4c3e-ad22-f194febc6d49\u0022", "properties": { "provisioningState": "Succeeded", "addressPrefix": "10.55.0.0/24", "delegations": [], - "privateEndpointNetworkPolicies": "Enabled", + "privateEndpointNetworkPolicies": "Disabled", "privateLinkServiceNetworkPolicies": "Enabled" }, "type": "Microsoft.Network/virtualNetworks/subnets" @@ -1804,24 +2026,24 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5043/providers/Microsoft.Network/virtualNetworks/azsmnet2420/subnets/GatewaySubnet?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7744/providers/Microsoft.Network/virtualNetworks/azsmnet1670/subnets/GatewaySubnet?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-1b413f66cefdac4b90249d68cf6b3f4f-dfc716bb0e68a94d-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220530.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "5fe5e37e43c2365675ef35f9ed19f9f9", + "traceparent": "00-66d538c9c9f503e4c8bdf620c360ad44-3b445057c9829a14-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230421.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "6a2665acebdd6282fc9035ef0abb0743", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "539", + "Content-Length": "540", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 11:30:22 GMT", - "ETag": "W/\u0022e00452b0-e449-4033-bb79-5839f889ab6a\u0022", + "Date": "Fri, 21 Apr 2023 17:14:06 GMT", + "ETag": "W/\u00221d5e624b-bee5-4c3e-ad22-f194febc6d49\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1830,38 +2052,38 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "573ebf19-9a74-4bc6-9597-7ffb2b8ee096", - "x-ms-client-request-id": "5fe5e37e43c2365675ef35f9ed19f9f9", - "x-ms-correlation-request-id": "d5044078-c919-4e2e-a396-9592c06b5da0", - "x-ms-ratelimit-remaining-subscription-reads": "11957", - "x-ms-request-id": "6a60c250-9020-4a57-857f-b65f237d9090", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T113023Z:d5044078-c919-4e2e-a396-9592c06b5da0" + "x-ms-arm-service-request-id": "4f60e943-220d-4d3c-ab22-bdfbfec805e1", + "x-ms-client-request-id": "6a2665acebdd6282fc9035ef0abb0743", + "x-ms-correlation-request-id": "6869ce61-ae9d-451f-9bf8-1b3878d7c319", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "b76e596d-b03b-463e-96a9-9b0405e36481", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T171407Z:6869ce61-ae9d-451f-9bf8-1b3878d7c319" }, "ResponseBody": { "name": "GatewaySubnet", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5043/providers/Microsoft.Network/virtualNetworks/azsmnet2420/subnets/GatewaySubnet", - "etag": "W/\u0022e00452b0-e449-4033-bb79-5839f889ab6a\u0022", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7744/providers/Microsoft.Network/virtualNetworks/azsmnet1670/subnets/GatewaySubnet", + "etag": "W/\u00221d5e624b-bee5-4c3e-ad22-f194febc6d49\u0022", "properties": { "provisioningState": "Succeeded", "addressPrefix": "10.55.0.0/24", "delegations": [], - "privateEndpointNetworkPolicies": "Enabled", + "privateEndpointNetworkPolicies": "Disabled", "privateLinkServiceNetworkPolicies": "Enabled" }, "type": "Microsoft.Network/virtualNetworks/subnets" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5043/providers/Microsoft.Network/publicIPAddresses/azsmnet6405?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7744/providers/Microsoft.Network/publicIPAddresses/azsmnet3110?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "145", "Content-Type": "application/json", - "traceparent": "00-a8bfab9ad0bb24449a5d81482a9878c3-ab9f79d4356bc040-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220530.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "8e38f8006f1ab1f484a00caea7aa9e79", + "traceparent": "00-3d932f8feaebd3b9a6f14f23bcc13927-b8bd058fa3a85dfc-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230421.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "471a9b8ede5d236d34fc97faba0c86cf", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -1872,18 +2094,18 @@ "properties": { "publicIPAllocationMethod": "Dynamic", "dnsSettings": { - "domainNameLabel": "azsmnet1435" + "domainNameLabel": "azsmnet3003" } } }, "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aeaadc6-6082-4065-922a-42ddfe1f1565?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/a6d2b657-db64-48f1-86b3-20f843074166?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "796", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 11:30:26 GMT", + "Date": "Fri, 21 Apr 2023 17:14:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "1", @@ -1893,30 +2115,30 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a8d0a418-e9a9-49e1-a932-f45f55582cea", - "x-ms-client-request-id": "8e38f8006f1ab1f484a00caea7aa9e79", - "x-ms-correlation-request-id": "ccc911ed-00c4-4ba4-a7fe-086b7b7734e9", - "x-ms-ratelimit-remaining-subscription-writes": "1190", - "x-ms-request-id": "7aeaadc6-6082-4065-922a-42ddfe1f1565", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T113026Z:ccc911ed-00c4-4ba4-a7fe-086b7b7734e9" + "x-ms-arm-service-request-id": "40326880-3c0a-4f3e-9f2e-d8a91ac90416", + "x-ms-client-request-id": "471a9b8ede5d236d34fc97faba0c86cf", + "x-ms-correlation-request-id": "ecb3de1f-7ebb-4388-807d-8d1c46a3da89", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "a6d2b657-db64-48f1-86b3-20f843074166", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T171410Z:ecb3de1f-7ebb-4388-807d-8d1c46a3da89" }, "ResponseBody": { - "name": "azsmnet6405", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5043/providers/Microsoft.Network/publicIPAddresses/azsmnet6405", - "etag": "W/\u0022342fca1e-f750-4821-a0b4-c050762a9fa2\u0022", + "name": "azsmnet3110", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7744/providers/Microsoft.Network/publicIPAddresses/azsmnet3110", + "etag": "W/\u0022205e7bb4-477b-498d-b2c8-770550b1c238\u0022", "location": "westus2", "tags": { "key": "value" }, "properties": { "provisioningState": "Updating", - "resourceGuid": "9b9e25b1-c0f6-43ca-a6f4-5185109ce875", + "resourceGuid": "76789c47-1abb-496e-8a14-2d5a7a2eafd0", "publicIPAddressVersion": "IPv4", "publicIPAllocationMethod": "Dynamic", "idleTimeoutInMinutes": 4, "dnsSettings": { - "domainNameLabel": "azsmnet1435", - "fqdn": "azsmnet1435.westus2.cloudapp.azure.com" + "domainNameLabel": "azsmnet3003", + "fqdn": "azsmnet3003.westus2.cloudapp.azure.com" }, "ipTags": [] }, @@ -1928,13 +2150,50 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7aeaadc6-6082-4065-922a-42ddfe1f1565?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/a6d2b657-db64-48f1-86b3-20f843074166?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a8bfab9ad0bb24449a5d81482a9878c3-ae0dd780f67e324d-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "26066bcdf06876c86a10beb52ac7488b", + "traceparent": "00-3d932f8feaebd3b9a6f14f23bcc13927-b196b15019ccc50a-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "373df66564104808fcbab685cb01d628", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "30", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 21 Apr 2023 17:14:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "2", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "9540eca8-8ce1-479a-9d05-a3577171022e", + "x-ms-client-request-id": "373df66564104808fcbab685cb01d628", + "x-ms-correlation-request-id": "c490e446-9ea9-479c-8419-2d78ab7a358c", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "9856c188-c4fa-478c-83a2-900c0e7f703f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T171411Z:c490e446-9ea9-479c-8419-2d78ab7a358c" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/a6d2b657-db64-48f1-86b3-20f843074166?api-version=2022-09-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-3d932f8feaebd3b9a6f14f23bcc13927-9b5f6c371c6326d5-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b0283b684ddcaa985bea5a731c81f974", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1943,7 +2202,7 @@ "Cache-Control": "no-cache", "Content-Length": "29", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 11:30:26 GMT", + "Date": "Fri, 21 Apr 2023 17:14:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1952,25 +2211,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "350150c5-a2ca-4c27-9597-9b93a1f1cc84", - "x-ms-client-request-id": "26066bcdf06876c86a10beb52ac7488b", - "x-ms-correlation-request-id": "0b5dfa9f-7e61-4edf-a9c1-9bae2a47d575", - "x-ms-ratelimit-remaining-subscription-reads": "11956", - "x-ms-request-id": "a08532bc-633b-4ee6-b6cc-987974ab6260", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T113027Z:0b5dfa9f-7e61-4edf-a9c1-9bae2a47d575" + "x-ms-arm-service-request-id": "caf48b03-0090-4a0a-bb47-8980f4951d2c", + "x-ms-client-request-id": "b0283b684ddcaa985bea5a731c81f974", + "x-ms-correlation-request-id": "0dbf0fde-4b96-4d62-bd91-fa767bbd7811", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "13a52079-281f-4a4f-9153-12c0d1df6fda", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T171413Z:0dbf0fde-4b96-4d62-bd91-fa767bbd7811" }, "ResponseBody": { "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5043/providers/Microsoft.Network/publicIPAddresses/azsmnet6405?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7744/providers/Microsoft.Network/publicIPAddresses/azsmnet3110?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a8bfab9ad0bb24449a5d81482a9878c3-b5ed6db19a23f84d-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "2819735a7027d6aebe86ab7af7cee2dc", + "traceparent": "00-3d932f8feaebd3b9a6f14f23bcc13927-865bdbd3c557a850-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "c39575ab4fcf2ebe4e1e1d442cba64ea", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1979,8 +2238,8 @@ "Cache-Control": "no-cache", "Content-Length": "797", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 11:30:26 GMT", - "ETag": "W/\u0022fb09239d-fb39-40de-9c67-d5265627121a\u0022", + "Date": "Fri, 21 Apr 2023 17:14:13 GMT", + "ETag": "W/\u002286fa3f64-d190-4a4a-977b-f69b3f5ace3e\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1989,30 +2248,30 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9264a1b9-2cf6-4952-92d4-d185ff95b3d0", - "x-ms-client-request-id": "2819735a7027d6aebe86ab7af7cee2dc", - "x-ms-correlation-request-id": "8c081e4e-3daa-4973-b886-aef507f61b69", - "x-ms-ratelimit-remaining-subscription-reads": "11955", - "x-ms-request-id": "4c29ee33-361d-4c5e-8bb5-a880e297bef6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T113027Z:8c081e4e-3daa-4973-b886-aef507f61b69" + "x-ms-arm-service-request-id": "03782e30-9d41-4aab-aa86-d7d508a0ceac", + "x-ms-client-request-id": "c39575ab4fcf2ebe4e1e1d442cba64ea", + "x-ms-correlation-request-id": "daa281fd-4f0f-43c4-81fe-c4e43c333f35", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "bcf07a98-255c-4705-8ab3-9f2303c16126", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T171413Z:daa281fd-4f0f-43c4-81fe-c4e43c333f35" }, "ResponseBody": { - "name": "azsmnet6405", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5043/providers/Microsoft.Network/publicIPAddresses/azsmnet6405", - "etag": "W/\u0022fb09239d-fb39-40de-9c67-d5265627121a\u0022", + "name": "azsmnet3110", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7744/providers/Microsoft.Network/publicIPAddresses/azsmnet3110", + "etag": "W/\u002286fa3f64-d190-4a4a-977b-f69b3f5ace3e\u0022", "location": "westus2", "tags": { "key": "value" }, "properties": { "provisioningState": "Succeeded", - "resourceGuid": "9b9e25b1-c0f6-43ca-a6f4-5185109ce875", + "resourceGuid": "76789c47-1abb-496e-8a14-2d5a7a2eafd0", "publicIPAddressVersion": "IPv4", "publicIPAllocationMethod": "Dynamic", "idleTimeoutInMinutes": 4, "dnsSettings": { - "domainNameLabel": "azsmnet1435", - "fqdn": "azsmnet1435.westus2.cloudapp.azure.com" + "domainNameLabel": "azsmnet3003", + "fqdn": "azsmnet3003.westus2.cloudapp.azure.com" }, "ipTags": [] }, @@ -2024,14 +2283,14 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5043/providers/Microsoft.Network/publicIPAddresses/azsmnet6405?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7744/providers/Microsoft.Network/publicIPAddresses/azsmnet3110?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-0c5719534cdbdb458e337a68124c7665-0a7507210df7f743-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220530.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "3be0099878a30f11085b91bd6b84861b", + "traceparent": "00-a7bdfe50f5cbc3ce749e9e0a8328c508-0497dd7733844ca7-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230421.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ee839814a09718445e93db260a942b7b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2040,8 +2299,8 @@ "Cache-Control": "no-cache", "Content-Length": "797", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 11:30:27 GMT", - "ETag": "W/\u0022fb09239d-fb39-40de-9c67-d5265627121a\u0022", + "Date": "Fri, 21 Apr 2023 17:14:13 GMT", + "ETag": "W/\u002286fa3f64-d190-4a4a-977b-f69b3f5ace3e\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2050,30 +2309,30 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d37bcf0b-7cd7-4bbf-8463-ed3ad838e95b", - "x-ms-client-request-id": "3be0099878a30f11085b91bd6b84861b", - "x-ms-correlation-request-id": "e80e3876-9942-486f-b164-0dd60d06dafe", - "x-ms-ratelimit-remaining-subscription-reads": "11954", - "x-ms-request-id": "80200fb1-13db-4dcb-9dbf-72c95cd29eff", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T113028Z:e80e3876-9942-486f-b164-0dd60d06dafe" + "x-ms-arm-service-request-id": "7baf9eb3-54ed-458f-9329-25bd0b9b2f52", + "x-ms-client-request-id": "ee839814a09718445e93db260a942b7b", + "x-ms-correlation-request-id": "0f8ce50c-9627-45c3-98b2-70615a215874", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "a7096d11-cef4-4db4-b6c8-f0466fda6e00", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T171414Z:0f8ce50c-9627-45c3-98b2-70615a215874" }, "ResponseBody": { - "name": "azsmnet6405", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5043/providers/Microsoft.Network/publicIPAddresses/azsmnet6405", - "etag": "W/\u0022fb09239d-fb39-40de-9c67-d5265627121a\u0022", + "name": "azsmnet3110", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7744/providers/Microsoft.Network/publicIPAddresses/azsmnet3110", + "etag": "W/\u002286fa3f64-d190-4a4a-977b-f69b3f5ace3e\u0022", "location": "westus2", "tags": { "key": "value" }, "properties": { "provisioningState": "Succeeded", - "resourceGuid": "9b9e25b1-c0f6-43ca-a6f4-5185109ce875", + "resourceGuid": "76789c47-1abb-496e-8a14-2d5a7a2eafd0", "publicIPAddressVersion": "IPv4", "publicIPAllocationMethod": "Dynamic", "idleTimeoutInMinutes": 4, "dnsSettings": { - "domainNameLabel": "azsmnet1435", - "fqdn": "azsmnet1435.westus2.cloudapp.azure.com" + "domainNameLabel": "azsmnet3003", + "fqdn": "azsmnet3003.westus2.cloudapp.azure.com" }, "ipTags": [] }, @@ -2085,16 +2344,16 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5043/providers/Microsoft.Network/virtualNetworkGateways/azsmnet7195?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7744/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5787?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "553", "Content-Type": "application/json", - "traceparent": "00-4d8acd54d231cd4583cc634ff2b2b46c-464a8e9f1fbccc4c-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220530.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "e08f5bcb5dda30bd67e1454e7f9b2de2", + "traceparent": "00-1010aa88e2e076a02abc4f553ad2d3ca-01d1dd7057d0f244-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230421.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "126c55da1959fa7c61be2f537da0856f", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -2105,14 +2364,14 @@ "properties": { "ipConfigurations": [ { - "name": "azsmnet5126", + "name": "azsmnet4289", "properties": { "privateIPAllocationMethod": "Dynamic", "subnet": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5043/providers/Microsoft.Network/virtualNetworks/azsmnet2420/subnets/GatewaySubnet" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7744/providers/Microsoft.Network/virtualNetworks/azsmnet1670/subnets/GatewaySubnet" }, "publicIPAddress": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5043/providers/Microsoft.Network/publicIPAddresses/azsmnet6405" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7744/providers/Microsoft.Network/publicIPAddresses/azsmnet3110" } } } @@ -2125,11 +2384,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/979ef1a8-d899-4571-8ee0-d8f9d54a0b79?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/184695ef-14cc-4343-a759-92447c81d054?api-version=2022-09-01", "Cache-Control": "no-cache", - "Content-Length": "2579", + "Content-Length": "2780", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 11:30:30 GMT", + "Date": "Fri, 21 Apr 2023 17:14:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", @@ -2139,17 +2398,17 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f3c8f0bd-9533-4229-af89-1f3ac92bbf76", - "x-ms-client-request-id": "e08f5bcb5dda30bd67e1454e7f9b2de2", - "x-ms-correlation-request-id": "969711f5-d440-47f7-b471-bb6fc2eeb581", - "x-ms-ratelimit-remaining-subscription-writes": "1189", - "x-ms-request-id": "979ef1a8-d899-4571-8ee0-d8f9d54a0b79", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T113031Z:969711f5-d440-47f7-b471-bb6fc2eeb581" + "x-ms-arm-service-request-id": "3e028ac1-a14b-4eef-b64b-704e2d39e574", + "x-ms-client-request-id": "126c55da1959fa7c61be2f537da0856f", + "x-ms-correlation-request-id": "018dd01e-f1fa-4cd3-801c-7e298c7246a2", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "184695ef-14cc-4343-a759-92447c81d054", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T171417Z:018dd01e-f1fa-4cd3-801c-7e298c7246a2" }, "ResponseBody": { - "name": "azsmnet7195", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5043/providers/Microsoft.Network/virtualNetworkGateways/azsmnet7195", - "etag": "W/\u00228d2a6efd-01b5-4063-a97d-8e92cb9ee97b\u0022", + "name": "azsmnet5787", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7744/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5787", + "etag": "W/\u0022b8593f69-c88f-4f83-948a-6fe86bd271bb\u0022", "type": "Microsoft.Network/virtualNetworkGateways", "location": "westus2", "tags": { @@ -2157,28 +2416,30 @@ }, "properties": { "provisioningState": "Updating", - "resourceGuid": "98916bea-d5ce-476d-b75e-17063240ec1c", + "resourceGuid": "1e8144f7-6c01-44fb-a4f6-6f0c0f3e0efc", "packetCaptureDiagnosticState": "None", "enablePrivateIpAddress": false, + "isMigrateToCSES": false, "ipConfigurations": [ { - "name": "azsmnet5126", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5043/providers/Microsoft.Network/virtualNetworkGateways/azsmnet7195/ipConfigurations/azsmnet5126", - "etag": "W/\u00228d2a6efd-01b5-4063-a97d-8e92cb9ee97b\u0022", + "name": "azsmnet4289", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7744/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5787/ipConfigurations/azsmnet4289", + "etag": "W/\u0022b8593f69-c88f-4f83-948a-6fe86bd271bb\u0022", "type": "Microsoft.Network/virtualNetworkGateways/ipConfigurations", "properties": { "provisioningState": "Updating", "privateIPAllocationMethod": "Dynamic", "publicIPAddress": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5043/providers/Microsoft.Network/publicIPAddresses/azsmnet6405" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7744/providers/Microsoft.Network/publicIPAddresses/azsmnet3110" }, "subnet": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5043/providers/Microsoft.Network/virtualNetworks/azsmnet2420/subnets/GatewaySubnet" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7744/providers/Microsoft.Network/virtualNetworks/azsmnet1670/subnets/GatewaySubnet" } } } ], "natRules": [], + "virtualNetworkGatewayPolicyGroups": [], "enableBgpRouteTranslationForNat": false, "disableIPSecReplayProtection": false, "sku": { @@ -2197,6 +2458,7 @@ "vpnAuthenticationTypes": [], "vpnClientRootCertificates": [], "vpnClientRevokedCertificates": [], + "vngClientConnectionConfigurations": [], "radiusServers": [], "vpnClientIpsecPolicies": [] }, @@ -2205,24 +2467,26 @@ "peerWeight": 0, "bgpPeeringAddresses": [ { - "ipconfigurationId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5043/providers/Microsoft.Network/virtualNetworkGateways/azsmnet7195/ipConfigurations/azsmnet5126", + "ipconfigurationId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7744/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5787/ipConfigurations/azsmnet4289", "defaultBgpIpAddresses": [], "customBgpIpAddresses": [] } ] }, - "vpnGatewayGeneration": "Generation1" + "vpnGatewayGeneration": "Generation1", + "allowRemoteVnetTraffic": false, + "allowVirtualWanTraffic": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/979ef1a8-d899-4571-8ee0-d8f9d54a0b79?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/184695ef-14cc-4343-a759-92447c81d054?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-4d8acd54d231cd4583cc634ff2b2b46c-db5faae0974cc74f-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "87030a21b84c822f7d731030cabadcf5", + "traceparent": "00-1010aa88e2e076a02abc4f553ad2d3ca-9bf74ddcb7c9c28a-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "0fe0ea84017e6a3e729c3f86e80b153b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2231,7 +2495,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 11:30:31 GMT", + "Date": "Fri, 21 Apr 2023 17:14:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", @@ -2241,25 +2505,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "12b495c2-9bb4-42dc-b234-dc102aed8a60", - "x-ms-client-request-id": "87030a21b84c822f7d731030cabadcf5", - "x-ms-correlation-request-id": "10987860-ffe5-45ed-8e6c-953dde9ab69b", - "x-ms-ratelimit-remaining-subscription-reads": "11953", - "x-ms-request-id": "3dd5b568-dbc4-4476-a36c-109938da4d15", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T113031Z:10987860-ffe5-45ed-8e6c-953dde9ab69b" + "x-ms-arm-service-request-id": "587f2435-6396-45b3-a3de-e194053cad0b", + "x-ms-client-request-id": "0fe0ea84017e6a3e729c3f86e80b153b", + "x-ms-correlation-request-id": "80013814-1ea9-4404-9aa4-5c444e909858", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "a0d82082-c181-4715-a8ae-3c4754c2bd65", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T171417Z:80013814-1ea9-4404-9aa4-5c444e909858" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/979ef1a8-d899-4571-8ee0-d8f9d54a0b79?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/184695ef-14cc-4343-a759-92447c81d054?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-4d8acd54d231cd4583cc634ff2b2b46c-e32903be8c366042-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "6666898f4b35e904f885c00e7eccc52d", + "traceparent": "00-1010aa88e2e076a02abc4f553ad2d3ca-b9ad26dd8f5ea87d-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a7369aa0b67dcf6524efad1da5e4d7a7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2268,7 +2532,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 11:30:41 GMT", + "Date": "Fri, 21 Apr 2023 17:14:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "20", @@ -2278,25 +2542,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2e1aa81a-b575-4a87-9e59-13cf343c6548", - "x-ms-client-request-id": "6666898f4b35e904f885c00e7eccc52d", - "x-ms-correlation-request-id": "64388100-ff00-4f7e-b1d8-3dc6ee776e1b", - "x-ms-ratelimit-remaining-subscription-reads": "11952", - "x-ms-request-id": "c0d499c2-a23c-4e47-ad8a-d4965060d947", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T113042Z:64388100-ff00-4f7e-b1d8-3dc6ee776e1b" + "x-ms-arm-service-request-id": "2f79cd78-83cf-4541-b54c-f2614f0492aa", + "x-ms-client-request-id": "a7369aa0b67dcf6524efad1da5e4d7a7", + "x-ms-correlation-request-id": "4a8a79a9-c175-4744-87ea-22e80ec46d1e", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "a83ddcd7-b1bb-4c9f-b386-d704cc684b9d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T171428Z:4a8a79a9-c175-4744-87ea-22e80ec46d1e" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/979ef1a8-d899-4571-8ee0-d8f9d54a0b79?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/184695ef-14cc-4343-a759-92447c81d054?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-4d8acd54d231cd4583cc634ff2b2b46c-734b3a3611373247-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "742db5e1a6986595f1648e74d1313f65", + "traceparent": "00-1010aa88e2e076a02abc4f553ad2d3ca-31891379c4910985-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "93ce8ecb76c05cf145939841cbaa9459", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2305,7 +2569,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 11:31:01 GMT", + "Date": "Fri, 21 Apr 2023 17:14:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "20", @@ -2315,25 +2579,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "93e66a29-b889-4330-8843-f4abeb4956f5", - "x-ms-client-request-id": "742db5e1a6986595f1648e74d1313f65", - "x-ms-correlation-request-id": "f1f887aa-e330-471b-befe-1cc348b63b78", - "x-ms-ratelimit-remaining-subscription-reads": "11951", - "x-ms-request-id": "085e2d72-57a1-4ed7-b8db-3379abf667c6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T113102Z:f1f887aa-e330-471b-befe-1cc348b63b78" + "x-ms-arm-service-request-id": "814249ef-366f-426a-9286-1648603c9525", + "x-ms-client-request-id": "93ce8ecb76c05cf145939841cbaa9459", + "x-ms-correlation-request-id": "8960df37-dadd-470d-9187-8a72e2647eeb", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "2a783332-8da2-45e4-87ef-bf4c3c12c4cf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T171448Z:8960df37-dadd-470d-9187-8a72e2647eeb" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/979ef1a8-d899-4571-8ee0-d8f9d54a0b79?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/184695ef-14cc-4343-a759-92447c81d054?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-4d8acd54d231cd4583cc634ff2b2b46c-d6f567c30b52b949-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "e061e9ef99d3d55a061a8ec7f72003b1", + "traceparent": "00-1010aa88e2e076a02abc4f553ad2d3ca-95d77c7902cb9a4f-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "89f738264b83ce238510ea8f5421c48d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2342,7 +2606,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 11:31:22 GMT", + "Date": "Fri, 21 Apr 2023 17:15:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "40", @@ -2352,25 +2616,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e03c71cb-cd51-4053-a59d-21897a1c81f7", - "x-ms-client-request-id": "e061e9ef99d3d55a061a8ec7f72003b1", - "x-ms-correlation-request-id": "139e86ec-ba1f-4d22-8842-1801368f7f8a", - "x-ms-ratelimit-remaining-subscription-reads": "11950", - "x-ms-request-id": "71af3240-8959-4068-9897-12de15111555", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T113122Z:139e86ec-ba1f-4d22-8842-1801368f7f8a" + "x-ms-arm-service-request-id": "6ca42703-eb04-489d-be49-beac223cf360", + "x-ms-client-request-id": "89f738264b83ce238510ea8f5421c48d", + "x-ms-correlation-request-id": "9bf3e524-4dc8-4a72-bacc-a5405085d633", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "60431ab8-416e-43a1-aa9b-b19cc909e993", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T171509Z:9bf3e524-4dc8-4a72-bacc-a5405085d633" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/979ef1a8-d899-4571-8ee0-d8f9d54a0b79?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/184695ef-14cc-4343-a759-92447c81d054?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-4d8acd54d231cd4583cc634ff2b2b46c-107c10f70533a74b-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "144fe3ae678ce85df40175d0bd8f17c7", + "traceparent": "00-1010aa88e2e076a02abc4f553ad2d3ca-2d02b93f108fce1d-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "5abb97c5823c2a7ba9d962e91d240479", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2379,7 +2643,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 11:32:02 GMT", + "Date": "Fri, 21 Apr 2023 17:15:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "40", @@ -2389,25 +2653,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "21e343eb-7e76-4a21-b3dd-56aeb0716349", - "x-ms-client-request-id": "144fe3ae678ce85df40175d0bd8f17c7", - "x-ms-correlation-request-id": "8f5d5677-978b-4c41-b8b9-713e06cab8a9", - "x-ms-ratelimit-remaining-subscription-reads": "11949", - "x-ms-request-id": "933e7e68-8ba4-4324-8e24-6b716a606aff", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T113203Z:8f5d5677-978b-4c41-b8b9-713e06cab8a9" + "x-ms-arm-service-request-id": "4c24a17b-af4c-43e4-b877-c8a4b66c78a1", + "x-ms-client-request-id": "5abb97c5823c2a7ba9d962e91d240479", + "x-ms-correlation-request-id": "b9afdbd9-e79e-4b51-b0aa-00e737ee2c46", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "f031cce7-fd75-45cd-98ce-b30c943aa623", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T171550Z:b9afdbd9-e79e-4b51-b0aa-00e737ee2c46" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/979ef1a8-d899-4571-8ee0-d8f9d54a0b79?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/184695ef-14cc-4343-a759-92447c81d054?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-4d8acd54d231cd4583cc634ff2b2b46c-916f35e78d194942-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "951f5a45e46a475a5b576e7d18cd6dd0", + "traceparent": "00-1010aa88e2e076a02abc4f553ad2d3ca-332789b9090312ad-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "6df7545a4dec7f246a000daf8b610824", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2416,7 +2680,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 11:32:42 GMT", + "Date": "Fri, 21 Apr 2023 17:16:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "80", @@ -2426,25 +2690,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f6185f54-c17e-45f4-8d7e-d92d358d1d89", - "x-ms-client-request-id": "951f5a45e46a475a5b576e7d18cd6dd0", - "x-ms-correlation-request-id": "dbc703c0-a25e-4d8f-b608-0f15a6f6ba9d", - "x-ms-ratelimit-remaining-subscription-reads": "11948", - "x-ms-request-id": "3ea901cd-da6d-4eb9-8d3f-d07629327901", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T113243Z:dbc703c0-a25e-4d8f-b608-0f15a6f6ba9d" + "x-ms-arm-service-request-id": "cf9142a5-f61a-4377-a878-6306929721a9", + "x-ms-client-request-id": "6df7545a4dec7f246a000daf8b610824", + "x-ms-correlation-request-id": "3ab7c751-d5f0-4556-85e4-73c408f5fd78", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "6455856e-b4a5-4c85-a9be-81f1b0c5bd95", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T171630Z:3ab7c751-d5f0-4556-85e4-73c408f5fd78" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/979ef1a8-d899-4571-8ee0-d8f9d54a0b79?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/184695ef-14cc-4343-a759-92447c81d054?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-4d8acd54d231cd4583cc634ff2b2b46c-842b2e346ae93e44-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "eec6dd602be287d88c78ecd124891876", + "traceparent": "00-1010aa88e2e076a02abc4f553ad2d3ca-4c149c88a0f08f52-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "347c0acf3aefa41cbdccdfaae93ab061", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2453,7 +2717,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 11:34:03 GMT", + "Date": "Fri, 21 Apr 2023 17:17:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "160", @@ -2463,63 +2727,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "80d95e45-fe9f-4d9b-9aeb-45f215f46102", - "x-ms-client-request-id": "eec6dd602be287d88c78ecd124891876", - "x-ms-correlation-request-id": "5de0c5d5-9d7e-419a-a83b-d222b39ff2c8", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "2098cb49-c567-419d-9a67-c1299861830c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T113403Z:5de0c5d5-9d7e-419a-a83b-d222b39ff2c8" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/979ef1a8-d899-4571-8ee0-d8f9d54a0b79?api-version=2021-02-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "Connection": "keep-alive", - "traceparent": "00-4d8acd54d231cd4583cc634ff2b2b46c-58b510007f253c44-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "9c82c7026e01c9468907b935f9dfd027", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 11:36:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "100", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "df5b2640-1e94-4110-836d-62d16790eef6", - "x-ms-client-request-id": "9c82c7026e01c9468907b935f9dfd027", - "x-ms-correlation-request-id": "c7521dfd-5bff-4e46-a26a-34f2b37941d4", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "6e3c7994-45b8-4829-ba42-fd0e145e61d9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T113644Z:c7521dfd-5bff-4e46-a26a-34f2b37941d4" + "x-ms-arm-service-request-id": "75d0a29f-c0cf-4ff1-a949-a46451c68263", + "x-ms-client-request-id": "347c0acf3aefa41cbdccdfaae93ab061", + "x-ms-correlation-request-id": "11141c71-4bc6-4f29-8f9d-807224bf1778", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "5019f252-07f8-4b8e-8f43-3bb6b857b0d6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T171751Z:11141c71-4bc6-4f29-8f9d-807224bf1778" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/979ef1a8-d899-4571-8ee0-d8f9d54a0b79?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/184695ef-14cc-4343-a759-92447c81d054?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-4d8acd54d231cd4583cc634ff2b2b46c-9d976d926e75724f-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "df70a59429c919e4819708f2f88823d1", + "traceparent": "00-1010aa88e2e076a02abc4f553ad2d3ca-cf971050b25c6117-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "0034710c562977a1733cf03c74cb9f47", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2528,7 +2754,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 11:38:25 GMT", + "Date": "Fri, 21 Apr 2023 17:20:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -2538,25 +2764,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "33a20dc5-e9fd-4003-af29-8d0d6a29604d", - "x-ms-client-request-id": "df70a59429c919e4819708f2f88823d1", - "x-ms-correlation-request-id": "6a42a2c0-1fc4-4e51-b9c9-922bd0f7acc0", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "8214d0a6-ef65-4475-8bff-e3285e0cede7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T113825Z:6a42a2c0-1fc4-4e51-b9c9-922bd0f7acc0" + "x-ms-arm-service-request-id": "1f4df93e-84de-4e13-9cd3-05e3c6803588", + "x-ms-client-request-id": "0034710c562977a1733cf03c74cb9f47", + "x-ms-correlation-request-id": "075e42eb-a60e-4fbb-a2d3-dbe4bff248f8", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "67b39d14-3588-40da-b83e-0e766015ddfe", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T172031Z:075e42eb-a60e-4fbb-a2d3-dbe4bff248f8" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/979ef1a8-d899-4571-8ee0-d8f9d54a0b79?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/184695ef-14cc-4343-a759-92447c81d054?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-4d8acd54d231cd4583cc634ff2b2b46c-02bb105864457049-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "507af73fd04af1ce96fd65da71a38dac", + "traceparent": "00-1010aa88e2e076a02abc4f553ad2d3ca-df5aeb9640e2f3c6-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "131a3ed0d0a71f8a3753b01f6e799530", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2565,7 +2791,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 11:40:05 GMT", + "Date": "Fri, 21 Apr 2023 17:22:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -2575,26 +2801,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9c07074d-bd31-496b-90a9-2a552b85cfba", - "x-ms-client-request-id": "507af73fd04af1ce96fd65da71a38dac", - "x-ms-correlation-request-id": "79451e9e-e738-4340-988f-6957a54e4ddf", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "1f57867b-62ca-4f86-9941-0a3cf43039ab", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T114006Z:79451e9e-e738-4340-988f-6957a54e4ddf" + "x-ms-arm-service-request-id": "fc677161-2694-46ed-82ea-bba51f31a2fc", + "x-ms-client-request-id": "131a3ed0d0a71f8a3753b01f6e799530", + "x-ms-correlation-request-id": "13ddb3c2-db7e-4bd7-91ea-9c0c4e1a67b9", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "db54fbc8-b219-4c18-b0a6-3b5892c768da", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T172212Z:13ddb3c2-db7e-4bd7-91ea-9c0c4e1a67b9" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/979ef1a8-d899-4571-8ee0-d8f9d54a0b79?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/184695ef-14cc-4343-a759-92447c81d054?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "Connection": "keep-alive", - "traceparent": "00-4d8acd54d231cd4583cc634ff2b2b46c-43e5deee8b5c4f47-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "7e3dc4a83818d9ade2681a6a6654d000", + "traceparent": "00-1010aa88e2e076a02abc4f553ad2d3ca-bd23156f3d47f492-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1aa2ac4f082c78fa6904c0b34ae02ff1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2603,7 +2828,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 11:41:46 GMT", + "Date": "Fri, 21 Apr 2023 17:23:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -2613,25 +2838,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "65a7b747-963b-48e9-ab2b-d8418f454afa", - "x-ms-client-request-id": "7e3dc4a83818d9ade2681a6a6654d000", - "x-ms-correlation-request-id": "343123c0-53e6-424d-87fa-a6bb0ca2d7da", + "x-ms-arm-service-request-id": "6296673e-8232-4a4e-8a3a-45f9462cb230", + "x-ms-client-request-id": "1aa2ac4f082c78fa6904c0b34ae02ff1", + "x-ms-correlation-request-id": "4e54970a-2d40-4850-8207-de8368da5359", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "98e6a1e0-eab7-4b38-8747-f51f56637208", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T114147Z:343123c0-53e6-424d-87fa-a6bb0ca2d7da" + "x-ms-request-id": "f93ecdcf-43e7-48b4-92e0-8d2dd3ece266", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T172353Z:4e54970a-2d40-4850-8207-de8368da5359" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/979ef1a8-d899-4571-8ee0-d8f9d54a0b79?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/184695ef-14cc-4343-a759-92447c81d054?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-4d8acd54d231cd4583cc634ff2b2b46c-b0d846d4e8953a41-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "02f6e7e47f64c3ddd67f49cbc30aa8de", + "traceparent": "00-1010aa88e2e076a02abc4f553ad2d3ca-0e2f904670b94783-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "abda972d9d1f3cb9e615c8d6a68108f9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2640,7 +2865,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 11:43:27 GMT", + "Date": "Fri, 21 Apr 2023 17:25:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -2650,25 +2875,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "df57632d-7372-49c7-89b9-848916ee0916", - "x-ms-client-request-id": "02f6e7e47f64c3ddd67f49cbc30aa8de", - "x-ms-correlation-request-id": "49acc9d8-b3ab-4998-968e-877c66f72449", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "4c31bf44-5d04-4f47-9ee0-85714611e70a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T114327Z:49acc9d8-b3ab-4998-968e-877c66f72449" + "x-ms-arm-service-request-id": "f463f0f8-81aa-4253-b725-820068d451cf", + "x-ms-client-request-id": "abda972d9d1f3cb9e615c8d6a68108f9", + "x-ms-correlation-request-id": "a97c187e-b745-4b6a-b160-7a219217858b", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "f0c45dbd-2b8e-4583-b217-34875c0b7600", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T172533Z:a97c187e-b745-4b6a-b160-7a219217858b" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/979ef1a8-d899-4571-8ee0-d8f9d54a0b79?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/184695ef-14cc-4343-a759-92447c81d054?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-4d8acd54d231cd4583cc634ff2b2b46c-3c698d23c1f7c04b-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "34495b09a44a06b949a16ee1b6648b41", + "traceparent": "00-1010aa88e2e076a02abc4f553ad2d3ca-6f5a92b24e828dda-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "c8ecbfa68529c71b43a1aaa30fd7d556", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2677,7 +2902,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 11:45:08 GMT", + "Date": "Fri, 21 Apr 2023 17:27:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -2687,26 +2912,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d6252f19-316c-476c-b0fd-f50f72d62ff6", - "x-ms-client-request-id": "34495b09a44a06b949a16ee1b6648b41", - "x-ms-correlation-request-id": "afe9b148-a79a-429c-98c8-b5e738f31571", + "x-ms-arm-service-request-id": "953f3dfe-5e55-4996-8043-be9888983714", + "x-ms-client-request-id": "c8ecbfa68529c71b43a1aaa30fd7d556", + "x-ms-correlation-request-id": "3fb109e1-3c29-4d9e-bcf5-a8f106827d35", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "fd1776ed-86aa-4f44-a4e3-4768ab7cd20b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T114508Z:afe9b148-a79a-429c-98c8-b5e738f31571" + "x-ms-request-id": "97b55c5a-b69a-45ae-956f-5ef5903aa571", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T172714Z:3fb109e1-3c29-4d9e-bcf5-a8f106827d35" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/979ef1a8-d899-4571-8ee0-d8f9d54a0b79?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/184695ef-14cc-4343-a759-92447c81d054?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "Connection": "keep-alive", - "traceparent": "00-4d8acd54d231cd4583cc634ff2b2b46c-db10e37aef679e4e-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "8af5642c8bad2848e77aa899efe115d8", + "traceparent": "00-1010aa88e2e076a02abc4f553ad2d3ca-78a329bf799cc8b6-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d6f2be24e99fb210f26533174023d2e7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2715,7 +2939,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 11:46:48 GMT", + "Date": "Fri, 21 Apr 2023 17:28:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -2725,25 +2949,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b886f319-13a3-471b-9ccd-d6d65d210e41", - "x-ms-client-request-id": "8af5642c8bad2848e77aa899efe115d8", - "x-ms-correlation-request-id": "e5bd2b40-d8d1-48f9-a722-e7261e3b47fb", + "x-ms-arm-service-request-id": "a7597e10-c4f1-4c4f-b78c-e21029cac305", + "x-ms-client-request-id": "d6f2be24e99fb210f26533174023d2e7", + "x-ms-correlation-request-id": "e6d3d059-7797-46f4-806e-c14dcd758c1f", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "caaaae81-b7a3-4593-b67a-67896ca53151", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T114648Z:e5bd2b40-d8d1-48f9-a722-e7261e3b47fb" + "x-ms-request-id": "d8ca2bdc-df85-42cf-b7c4-7cb87db57375", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T172855Z:e6d3d059-7797-46f4-806e-c14dcd758c1f" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/979ef1a8-d899-4571-8ee0-d8f9d54a0b79?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/184695ef-14cc-4343-a759-92447c81d054?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-4d8acd54d231cd4583cc634ff2b2b46c-b22ee56fb14ab04b-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "0a603cc09c0a40b52defb8c311fb0d72", + "traceparent": "00-1010aa88e2e076a02abc4f553ad2d3ca-5a7d594c0a63d0ca-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "8a0cc7fc66f4a7c87c12677ef2162d0e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2752,7 +2976,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 11:48:28 GMT", + "Date": "Fri, 21 Apr 2023 17:30:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "100", @@ -2762,26 +2986,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6b9324ac-bc88-4c8e-966f-c265797d731d", - "x-ms-client-request-id": "0a603cc09c0a40b52defb8c311fb0d72", - "x-ms-correlation-request-id": "2cbe9b30-e302-4344-92cc-2f9d6dd8786a", + "x-ms-arm-service-request-id": "fa786010-972d-4f3d-b0e0-f619c97c3b53", + "x-ms-client-request-id": "8a0cc7fc66f4a7c87c12677ef2162d0e", + "x-ms-correlation-request-id": "1b825e52-95b9-4233-a72f-984e7517c9ff", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "a650dcba-16a9-43e4-b343-52b5b2724aff", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T114829Z:2cbe9b30-e302-4344-92cc-2f9d6dd8786a" + "x-ms-request-id": "0f9a8205-670d-45fb-b1f8-07e4024e86bb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T173036Z:1b825e52-95b9-4233-a72f-984e7517c9ff" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/979ef1a8-d899-4571-8ee0-d8f9d54a0b79?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/184695ef-14cc-4343-a759-92447c81d054?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "Connection": "keep-alive", - "traceparent": "00-4d8acd54d231cd4583cc634ff2b2b46c-d9807e69e59d1943-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "5f9f07f41d147e3013214cd0fc201768", + "traceparent": "00-1010aa88e2e076a02abc4f553ad2d3ca-3449ec9efa29bb95-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e7b2713f328ebc5aaf39d5c35103871f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2790,7 +3013,7 @@ "Cache-Control": "no-cache", "Content-Length": "29", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 11:50:09 GMT", + "Date": "Fri, 21 Apr 2023 17:32:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2799,34 +3022,34 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0c36c4a0-cdeb-42b5-b216-4787b385886a", - "x-ms-client-request-id": "5f9f07f41d147e3013214cd0fc201768", - "x-ms-correlation-request-id": "f55f7015-b6e3-4648-bd4b-02e5502f0a80", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "a5a214a0-51ae-41c5-a2cf-f2ef5ab04e8e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T115010Z:f55f7015-b6e3-4648-bd4b-02e5502f0a80" + "x-ms-arm-service-request-id": "1100af09-d6ee-4e1f-8f47-1a52aa545b93", + "x-ms-client-request-id": "e7b2713f328ebc5aaf39d5c35103871f", + "x-ms-correlation-request-id": "df04e050-ea2a-4aea-8c10-f52bd92365c5", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "1f597de2-0f43-4620-ab85-766a779b754c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T173216Z:df04e050-ea2a-4aea-8c10-f52bd92365c5" }, "ResponseBody": { "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5043/providers/Microsoft.Network/virtualNetworkGateways/azsmnet7195?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7744/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5787?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-4d8acd54d231cd4583cc634ff2b2b46c-fd52e5da17996647-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "7921958b80038f37aeb55cbed38416eb", + "traceparent": "00-1010aa88e2e076a02abc4f553ad2d3ca-a8a0264a2b98ee90-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "48a6c2cf4bcbbd62f64a5a8c8192bfdc", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2461", + "Content-Length": "2614", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 11:50:10 GMT", + "Date": "Fri, 21 Apr 2023 17:32:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2835,17 +3058,17 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4bd8437f-ad31-4951-88b4-e85214bf9b13", - "x-ms-client-request-id": "7921958b80038f37aeb55cbed38416eb", - "x-ms-correlation-request-id": "f03f4d52-f084-4839-9df0-2baf3eda6a78", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "e6356f9e-f34a-49dc-91ad-ba0bbac01b23", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T115011Z:f03f4d52-f084-4839-9df0-2baf3eda6a78" + "x-ms-arm-service-request-id": "9ad1c149-0d0d-45b8-90d9-bdc168be753d", + "x-ms-client-request-id": "48a6c2cf4bcbbd62f64a5a8c8192bfdc", + "x-ms-correlation-request-id": "4c558149-03b4-4aef-b82b-b3e1b0f91040", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "22d038ee-5fd6-4767-ab1e-b8e342a5eaca", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T173218Z:4c558149-03b4-4aef-b82b-b3e1b0f91040" }, "ResponseBody": { - "name": "azsmnet7195", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5043/providers/Microsoft.Network/virtualNetworkGateways/azsmnet7195", - "etag": "W/\u002290fa0ba8-c7ab-4c7c-9c29-7a357c64f62e\u0022", + "name": "azsmnet5787", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7744/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5787", + "etag": "W/\u0022a17f217c-d302-4f2c-914b-60728f5e059d\u0022", "type": "Microsoft.Network/virtualNetworkGateways", "location": "westus2", "tags": { @@ -2853,28 +3076,30 @@ }, "properties": { "provisioningState": "Succeeded", - "resourceGuid": "98916bea-d5ce-476d-b75e-17063240ec1c", + "resourceGuid": "1e8144f7-6c01-44fb-a4f6-6f0c0f3e0efc", "packetCaptureDiagnosticState": "None", "enablePrivateIpAddress": false, + "isMigrateToCSES": false, "ipConfigurations": [ { - "name": "azsmnet5126", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5043/providers/Microsoft.Network/virtualNetworkGateways/azsmnet7195/ipConfigurations/azsmnet5126", - "etag": "W/\u002290fa0ba8-c7ab-4c7c-9c29-7a357c64f62e\u0022", + "name": "azsmnet4289", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7744/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5787/ipConfigurations/azsmnet4289", + "etag": "W/\u0022a17f217c-d302-4f2c-914b-60728f5e059d\u0022", "type": "Microsoft.Network/virtualNetworkGateways/ipConfigurations", "properties": { "provisioningState": "Succeeded", "privateIPAllocationMethod": "Dynamic", "publicIPAddress": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5043/providers/Microsoft.Network/publicIPAddresses/azsmnet6405" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7744/providers/Microsoft.Network/publicIPAddresses/azsmnet3110" }, "subnet": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5043/providers/Microsoft.Network/virtualNetworks/azsmnet2420/subnets/GatewaySubnet" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7744/providers/Microsoft.Network/virtualNetworks/azsmnet1670/subnets/GatewaySubnet" } } } ], "natRules": [], + "virtualNetworkGatewayPolicyGroups": [], "enableBgpRouteTranslationForNat": false, "disableIPSecReplayProtection": false, "sku": { @@ -2892,39 +3117,41 @@ "peerWeight": 0, "bgpPeeringAddresses": [ { - "ipconfigurationId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5043/providers/Microsoft.Network/virtualNetworkGateways/azsmnet7195/ipConfigurations/azsmnet5126", + "ipconfigurationId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7744/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5787/ipConfigurations/azsmnet4289", "defaultBgpIpAddresses": [ "10.55.0.254" ], "customBgpIpAddresses": [], "tunnelIpAddresses": [ - "20.114.39.76" + "20.230.135.7" ] } ] }, - "vpnGatewayGeneration": "Generation1" + "vpnGatewayGeneration": "Generation1", + "allowRemoteVnetTraffic": false, + "allowVirtualWanTraffic": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9284/providers/Microsoft.Network/virtualNetworkGateways/azsmnet9787?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6996/providers/Microsoft.Network/virtualNetworkGateways/azsmnet4760?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-bceda5e9b87fc64ea58a142acef72b76-b4bb7b40a04aa147-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220530.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "e8a5356db641a3c40be2f6e94fe5440d", + "traceparent": "00-ba4e3938d4256fbc1050abf9af93fe94-a341ddc66f0873b3-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230421.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ced82538ea71ca586c4fdaba90045678", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2460", + "Content-Length": "2613", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 11:50:13 GMT", + "Date": "Fri, 21 Apr 2023 17:32:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2933,17 +3160,17 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a46742ac-b9cd-4879-9427-410fa1083153", - "x-ms-client-request-id": "e8a5356db641a3c40be2f6e94fe5440d", - "x-ms-correlation-request-id": "8caba727-8d3f-422a-88dc-2139c39d2d32", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "5d2eeefc-01b9-4d6a-9010-0faf88a7e99b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T115013Z:8caba727-8d3f-422a-88dc-2139c39d2d32" + "x-ms-arm-service-request-id": "9dbec198-cef0-41db-ad3e-17e02788c37d", + "x-ms-client-request-id": "ced82538ea71ca586c4fdaba90045678", + "x-ms-correlation-request-id": "a7b34dcb-b88e-4237-b2f3-98f41e0c4bd6", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "e2127b4a-5a9e-44a5-b8cf-b58fd7f99f54", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T173220Z:a7b34dcb-b88e-4237-b2f3-98f41e0c4bd6" }, "ResponseBody": { - "name": "azsmnet9787", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9284/providers/Microsoft.Network/virtualNetworkGateways/azsmnet9787", - "etag": "W/\u00224fceac8a-7f29-43ea-a494-f01aa8cac789\u0022", + "name": "azsmnet4760", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6996/providers/Microsoft.Network/virtualNetworkGateways/azsmnet4760", + "etag": "W/\u0022ec38ee95-fddf-4313-917b-9666a133abf9\u0022", "type": "Microsoft.Network/virtualNetworkGateways", "location": "eastus", "tags": { @@ -2951,28 +3178,30 @@ }, "properties": { "provisioningState": "Succeeded", - "resourceGuid": "dfcdd10e-a4e0-47f3-a80f-a2852bbb49a3", + "resourceGuid": "282480b5-a5b4-491f-bece-7170b9f0ac24", "packetCaptureDiagnosticState": "None", "enablePrivateIpAddress": false, + "isMigrateToCSES": false, "ipConfigurations": [ { - "name": "azsmnet2188", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9284/providers/Microsoft.Network/virtualNetworkGateways/azsmnet9787/ipConfigurations/azsmnet2188", - "etag": "W/\u00224fceac8a-7f29-43ea-a494-f01aa8cac789\u0022", + "name": "azsmnet4734", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6996/providers/Microsoft.Network/virtualNetworkGateways/azsmnet4760/ipConfigurations/azsmnet4734", + "etag": "W/\u0022ec38ee95-fddf-4313-917b-9666a133abf9\u0022", "type": "Microsoft.Network/virtualNetworkGateways/ipConfigurations", "properties": { "provisioningState": "Succeeded", "privateIPAllocationMethod": "Dynamic", "publicIPAddress": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9284/providers/Microsoft.Network/publicIPAddresses/azsmnet6024" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6996/providers/Microsoft.Network/publicIPAddresses/azsmnet9486" }, "subnet": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9284/providers/Microsoft.Network/virtualNetworks/azsmnet9912/subnets/GatewaySubnet" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6996/providers/Microsoft.Network/virtualNetworks/azsmnet8829/subnets/GatewaySubnet" } } } ], "natRules": [], + "virtualNetworkGatewayPolicyGroups": [], "enableBgpRouteTranslationForNat": false, "disableIPSecReplayProtection": false, "sku": { @@ -2990,39 +3219,41 @@ "peerWeight": 0, "bgpPeeringAddresses": [ { - "ipconfigurationId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9284/providers/Microsoft.Network/virtualNetworkGateways/azsmnet9787/ipConfigurations/azsmnet2188", + "ipconfigurationId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6996/providers/Microsoft.Network/virtualNetworkGateways/azsmnet4760/ipConfigurations/azsmnet4734", "defaultBgpIpAddresses": [ "10.54.0.254" ], "customBgpIpAddresses": [], "tunnelIpAddresses": [ - "20.119.53.69" + "20.25.35.211" ] } ] }, - "vpnGatewayGeneration": "Generation1" + "vpnGatewayGeneration": "Generation1", + "allowRemoteVnetTraffic": false, + "allowVirtualWanTraffic": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5043/providers/Microsoft.Network/virtualNetworkGateways/azsmnet7195?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7744/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5787?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-57195f9a8e90d84fa0e432faebdd8452-5cb21b30a5a3bd4c-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220530.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "7c3850d893da736ed010b05ec072aa8f", + "traceparent": "00-53c925fc7de984516643609708151fea-bec9260a50b3ea80-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230421.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "30ae488be56ff4430ff4f044d7cd3b1d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2461", + "Content-Length": "2614", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 11:50:13 GMT", + "Date": "Fri, 21 Apr 2023 17:32:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -3031,17 +3262,17 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0a92de18-a7dd-452b-b4c3-3122f81fde8b", - "x-ms-client-request-id": "7c3850d893da736ed010b05ec072aa8f", - "x-ms-correlation-request-id": "6bd12ea7-b651-4496-8f27-9c953008e51b", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "cd810c60-19b1-490f-b402-f9f1ee0b8db7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T115014Z:6bd12ea7-b651-4496-8f27-9c953008e51b" + "x-ms-arm-service-request-id": "b0a49b25-b9a5-4ca8-a111-15a74e9bfe4c", + "x-ms-client-request-id": "30ae488be56ff4430ff4f044d7cd3b1d", + "x-ms-correlation-request-id": "12e32ee9-9c79-4337-a01f-7913feb6cd99", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "cac88d56-1d44-491a-81fd-799daa0e7143", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T173221Z:12e32ee9-9c79-4337-a01f-7913feb6cd99" }, "ResponseBody": { - "name": "azsmnet7195", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5043/providers/Microsoft.Network/virtualNetworkGateways/azsmnet7195", - "etag": "W/\u002290fa0ba8-c7ab-4c7c-9c29-7a357c64f62e\u0022", + "name": "azsmnet5787", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7744/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5787", + "etag": "W/\u0022a17f217c-d302-4f2c-914b-60728f5e059d\u0022", "type": "Microsoft.Network/virtualNetworkGateways", "location": "westus2", "tags": { @@ -3049,28 +3280,30 @@ }, "properties": { "provisioningState": "Succeeded", - "resourceGuid": "98916bea-d5ce-476d-b75e-17063240ec1c", + "resourceGuid": "1e8144f7-6c01-44fb-a4f6-6f0c0f3e0efc", "packetCaptureDiagnosticState": "None", "enablePrivateIpAddress": false, + "isMigrateToCSES": false, "ipConfigurations": [ { - "name": "azsmnet5126", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5043/providers/Microsoft.Network/virtualNetworkGateways/azsmnet7195/ipConfigurations/azsmnet5126", - "etag": "W/\u002290fa0ba8-c7ab-4c7c-9c29-7a357c64f62e\u0022", + "name": "azsmnet4289", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7744/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5787/ipConfigurations/azsmnet4289", + "etag": "W/\u0022a17f217c-d302-4f2c-914b-60728f5e059d\u0022", "type": "Microsoft.Network/virtualNetworkGateways/ipConfigurations", "properties": { "provisioningState": "Succeeded", "privateIPAllocationMethod": "Dynamic", "publicIPAddress": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5043/providers/Microsoft.Network/publicIPAddresses/azsmnet6405" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7744/providers/Microsoft.Network/publicIPAddresses/azsmnet3110" }, "subnet": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5043/providers/Microsoft.Network/virtualNetworks/azsmnet2420/subnets/GatewaySubnet" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7744/providers/Microsoft.Network/virtualNetworks/azsmnet1670/subnets/GatewaySubnet" } } } ], "natRules": [], + "virtualNetworkGatewayPolicyGroups": [], "enableBgpRouteTranslationForNat": false, "disableIPSecReplayProtection": false, "sku": { @@ -3088,39 +3321,41 @@ "peerWeight": 0, "bgpPeeringAddresses": [ { - "ipconfigurationId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5043/providers/Microsoft.Network/virtualNetworkGateways/azsmnet7195/ipConfigurations/azsmnet5126", + "ipconfigurationId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7744/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5787/ipConfigurations/azsmnet4289", "defaultBgpIpAddresses": [ "10.55.0.254" ], "customBgpIpAddresses": [], "tunnelIpAddresses": [ - "20.114.39.76" + "20.230.135.7" ] } ] }, - "vpnGatewayGeneration": "Generation1" + "vpnGatewayGeneration": "Generation1", + "allowRemoteVnetTraffic": false, + "allowVirtualWanTraffic": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9284/providers/Microsoft.Network/connections/V1toV22707?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6996/providers/Microsoft.Network/connections/V1toV2347?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "2913", + "Content-Length": "3189", "Content-Type": "application/json", - "traceparent": "00-8be5868a1cc2794482b5bf4f08286186-a24d80c73cf1e040-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220530.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "7ac66261262fd0d47d6e208a4d3fc971", + "traceparent": "00-c8f5a05ad02493b83eda8e923ed720f1-f200ae1cc5a7a2bf-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230421.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "2b2c8af9aeb969e4dcdb7b70a82cf2f4", "x-ms-return-client-request-id": "true" }, "RequestBody": { "location": "eastus", "properties": { "virtualNetworkGateway1": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9284/providers/Microsoft.Network/virtualNetworkGateways/azsmnet9787", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6996/providers/Microsoft.Network/virtualNetworkGateways/azsmnet4760", "location": "eastus", "tags": { "key": "value" @@ -3128,15 +3363,15 @@ "properties": { "ipConfigurations": [ { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9284/providers/Microsoft.Network/virtualNetworkGateways/azsmnet9787/ipConfigurations/azsmnet2188", - "name": "azsmnet2188", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6996/providers/Microsoft.Network/virtualNetworkGateways/azsmnet4760/ipConfigurations/azsmnet4734", + "name": "azsmnet4734", "properties": { "privateIPAllocationMethod": "Dynamic", "subnet": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9284/providers/Microsoft.Network/virtualNetworks/azsmnet9912/subnets/GatewaySubnet" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6996/providers/Microsoft.Network/virtualNetworks/azsmnet8829/subnets/GatewaySubnet" }, "publicIPAddress": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9284/providers/Microsoft.Network/publicIPAddresses/azsmnet6024" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6996/providers/Microsoft.Network/publicIPAddresses/azsmnet9486" } } } @@ -3147,27 +3382,31 @@ "enableBgp": false, "enablePrivateIpAddress": false, "activeActive": false, + "disableIPSecReplayProtection": false, "sku": { "name": "VpnGw1", "tier": "VpnGw1" }, + "virtualNetworkGatewayPolicyGroups": [], "bgpSettings": { "asn": 65515, "bgpPeeringAddress": "10.54.0.254", "peerWeight": 0, "bgpPeeringAddresses": [ { - "ipconfigurationId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9284/providers/Microsoft.Network/virtualNetworkGateways/azsmnet9787/ipConfigurations/azsmnet2188", + "ipconfigurationId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6996/providers/Microsoft.Network/virtualNetworkGateways/azsmnet4760/ipConfigurations/azsmnet4734", "customBgpIpAddresses": [] } ] }, "natRules": [], - "enableBgpRouteTranslationForNat": false + "enableBgpRouteTranslationForNat": false, + "allowVirtualWanTraffic": false, + "allowRemoteVnetTraffic": false } }, "virtualNetworkGateway2": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5043/providers/Microsoft.Network/virtualNetworkGateways/azsmnet7195", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7744/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5787", "location": "westus2", "tags": { "key": "value" @@ -3175,15 +3414,15 @@ "properties": { "ipConfigurations": [ { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5043/providers/Microsoft.Network/virtualNetworkGateways/azsmnet7195/ipConfigurations/azsmnet5126", - "name": "azsmnet5126", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7744/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5787/ipConfigurations/azsmnet4289", + "name": "azsmnet4289", "properties": { "privateIPAllocationMethod": "Dynamic", "subnet": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5043/providers/Microsoft.Network/virtualNetworks/azsmnet2420/subnets/GatewaySubnet" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7744/providers/Microsoft.Network/virtualNetworks/azsmnet1670/subnets/GatewaySubnet" }, "publicIPAddress": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5043/providers/Microsoft.Network/publicIPAddresses/azsmnet6405" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7744/providers/Microsoft.Network/publicIPAddresses/azsmnet3110" } } } @@ -3194,23 +3433,27 @@ "enableBgp": false, "enablePrivateIpAddress": false, "activeActive": false, + "disableIPSecReplayProtection": false, "sku": { "name": "VpnGw1", "tier": "VpnGw1" }, + "virtualNetworkGatewayPolicyGroups": [], "bgpSettings": { "asn": 65515, "bgpPeeringAddress": "10.55.0.254", "peerWeight": 0, "bgpPeeringAddresses": [ { - "ipconfigurationId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5043/providers/Microsoft.Network/virtualNetworkGateways/azsmnet7195/ipConfigurations/azsmnet5126", + "ipconfigurationId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7744/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5787/ipConfigurations/azsmnet4289", "customBgpIpAddresses": [] } ] }, "natRules": [], - "enableBgpRouteTranslationForNat": false + "enableBgpRouteTranslationForNat": false, + "allowVirtualWanTraffic": false, + "allowRemoteVnetTraffic": false } }, "connectionType": "Vnet2Vnet", @@ -3221,11 +3464,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/902db23f-96e8-44b2-8aa2-ae807d474cc0?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/242a79e7-365d-411f-ab1e-469d23526cdc?api-version=2022-09-01", "Cache-Control": "no-cache", - "Content-Length": "1323", + "Content-Length": "1402", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 11:50:21 GMT", + "Date": "Fri, 21 Apr 2023 17:32:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", @@ -3235,28 +3478,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "be0eb3d0-2662-4a08-921a-571df93aff26", - "x-ms-client-request-id": "7ac66261262fd0d47d6e208a4d3fc971", - "x-ms-correlation-request-id": "eb000381-00d6-4d67-86ed-d43c9b3401f3", + "x-ms-arm-service-request-id": "cd0c580c-f73a-475b-ab46-bb5c356b089d", + "x-ms-client-request-id": "2b2c8af9aeb969e4dcdb7b70a82cf2f4", + "x-ms-correlation-request-id": "d2b40b72-f002-450e-8eae-4aa6e9573a63", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "902db23f-96e8-44b2-8aa2-ae807d474cc0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T115021Z:eb000381-00d6-4d67-86ed-d43c9b3401f3" + "x-ms-request-id": "242a79e7-365d-411f-ab1e-469d23526cdc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T173228Z:d2b40b72-f002-450e-8eae-4aa6e9573a63" }, "ResponseBody": { - "name": "V1toV22707", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9284/providers/Microsoft.Network/connections/V1toV22707", - "etag": "W/\u00226aa2b069-be6a-4656-af1f-930fd7d9318c\u0022", + "name": "V1toV2347", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6996/providers/Microsoft.Network/connections/V1toV2347", + "etag": "W/\u0022ae30aa45-c12d-4497-a0e2-da17d3d9a8ed\u0022", "type": "Microsoft.Network/connections", "location": "eastus", "properties": { "provisioningState": "Updating", - "resourceGuid": "2fc74dc5-f6d1-4fc6-9d25-8675189ed1f0", + "resourceGuid": "18471bde-7838-418f-9d74-950bd4297b09", "packetCaptureDiagnosticState": "None", "virtualNetworkGateway1": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9284/providers/Microsoft.Network/virtualNetworkGateways/azsmnet9787" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6996/providers/Microsoft.Network/virtualNetworkGateways/azsmnet4760" }, "virtualNetworkGateway2": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5043/providers/Microsoft.Network/virtualNetworkGateways/azsmnet7195" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7744/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5787" }, "connectionType": "Vnet2Vnet", "connectionProtocol": "IKEv2", @@ -3270,19 +3513,21 @@ "ingressBytesTransferred": 0, "egressBytesTransferred": 0, "expressRouteGatewayBypass": false, + "enablePrivateLinkFastPath": false, "dpdTimeoutSeconds": 0, - "connectionMode": "Default" + "connectionMode": "Default", + "gatewayCustomBgpIpAddresses": [] } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/902db23f-96e8-44b2-8aa2-ae807d474cc0?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/242a79e7-365d-411f-ab1e-469d23526cdc?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8be5868a1cc2794482b5bf4f08286186-935301779241ce43-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "82eedd67927e29a863ab5c244ee882d0", + "traceparent": "00-c8f5a05ad02493b83eda8e923ed720f1-e69efac745864bf4-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "799740bd4d2999d1cac6920ac78466c7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -3291,7 +3536,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 11:50:21 GMT", + "Date": "Fri, 21 Apr 2023 17:32:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", @@ -3301,25 +3546,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e8911f6b-4383-4ce9-9d36-a311134115c4", - "x-ms-client-request-id": "82eedd67927e29a863ab5c244ee882d0", - "x-ms-correlation-request-id": "509c9daa-7e0d-4d20-9d88-fc8c14c42dad", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "4bd4da7f-e5a5-47bf-a532-0faed1cba1dd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T115022Z:509c9daa-7e0d-4d20-9d88-fc8c14c42dad" + "x-ms-arm-service-request-id": "6b0a5594-f754-4edf-9310-a101134b8ef9", + "x-ms-client-request-id": "799740bd4d2999d1cac6920ac78466c7", + "x-ms-correlation-request-id": "344b2dc2-27a5-458a-9041-d2e79ccaca43", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "9eb3921a-5ab7-452c-b652-177228ae32cf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T173228Z:344b2dc2-27a5-458a-9041-d2e79ccaca43" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/902db23f-96e8-44b2-8aa2-ae807d474cc0?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/242a79e7-365d-411f-ab1e-469d23526cdc?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8be5868a1cc2794482b5bf4f08286186-6fc52ebab717d24c-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "8c71ede743274f7188ff4817f4ce6b9a", + "traceparent": "00-c8f5a05ad02493b83eda8e923ed720f1-a11bfb5be6f2b468-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "cbf54ffe3a018cea374a47fa31eb54ea", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -3328,7 +3573,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 11:50:32 GMT", + "Date": "Fri, 21 Apr 2023 17:32:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "20", @@ -3338,25 +3583,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1c87dae7-983b-4c95-807b-b3b319701056", - "x-ms-client-request-id": "8c71ede743274f7188ff4817f4ce6b9a", - "x-ms-correlation-request-id": "48e498d3-04a1-4948-b6aa-b7e4b2038031", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "e12c674e-1002-4a0f-8183-ae032e921154", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T115032Z:48e498d3-04a1-4948-b6aa-b7e4b2038031" + "x-ms-arm-service-request-id": "2f055694-fa0f-486b-b3db-ba09ebbd7faa", + "x-ms-client-request-id": "cbf54ffe3a018cea374a47fa31eb54ea", + "x-ms-correlation-request-id": "554f9e62-8c09-44b3-ae8f-98d2c2790b36", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "bfc24d69-1245-4b54-b467-46bd7bec281f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T173238Z:554f9e62-8c09-44b3-ae8f-98d2c2790b36" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/902db23f-96e8-44b2-8aa2-ae807d474cc0?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/242a79e7-365d-411f-ab1e-469d23526cdc?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8be5868a1cc2794482b5bf4f08286186-bf23eeadc7597245-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "7022e8d54651bcf23c58e8eeb4b57849", + "traceparent": "00-c8f5a05ad02493b83eda8e923ed720f1-489a904ad21305e5-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "67b2673b789594ca2fa019c9d9491a5f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -3365,7 +3610,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 11:50:53 GMT", + "Date": "Fri, 21 Apr 2023 17:32:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "20", @@ -3375,25 +3620,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c3af012e-08bc-47ee-adc7-6b8c18c110ff", - "x-ms-client-request-id": "7022e8d54651bcf23c58e8eeb4b57849", - "x-ms-correlation-request-id": "de348cea-cd37-4a8e-9b52-3251324a7718", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "f4dbdf72-a106-4d4a-8380-da59fae90e09", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T115053Z:de348cea-cd37-4a8e-9b52-3251324a7718" + "x-ms-arm-service-request-id": "18e3d79d-468c-406b-8d6d-d1b9a7aa732a", + "x-ms-client-request-id": "67b2673b789594ca2fa019c9d9491a5f", + "x-ms-correlation-request-id": "7acd11d5-29be-48ad-9097-e8820d6d3799", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "84f0009b-6b13-4972-81eb-956729dfdd41", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T173259Z:7acd11d5-29be-48ad-9097-e8820d6d3799" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/902db23f-96e8-44b2-8aa2-ae807d474cc0?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/242a79e7-365d-411f-ab1e-469d23526cdc?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8be5868a1cc2794482b5bf4f08286186-bc79bada4f32ca49-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "771e60950b71240f6c9ffa7e49913594", + "traceparent": "00-c8f5a05ad02493b83eda8e923ed720f1-437adec2de8a7602-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "c5fab558d3fc8312550a42df05d768df", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -3402,7 +3647,7 @@ "Cache-Control": "no-cache", "Content-Length": "29", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 11:51:13 GMT", + "Date": "Fri, 21 Apr 2023 17:33:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -3411,34 +3656,34 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "03d05491-d609-43cd-a28b-3a9587fe0ee0", - "x-ms-client-request-id": "771e60950b71240f6c9ffa7e49913594", - "x-ms-correlation-request-id": "02a436ea-e346-4866-aedf-940a2e5ff2c5", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "0a637bae-0802-4d35-aa1b-5dd3f905014b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T115113Z:02a436ea-e346-4866-aedf-940a2e5ff2c5" + "x-ms-arm-service-request-id": "05ef3a0d-50ed-454d-8246-d2dc9f2b410c", + "x-ms-client-request-id": "c5fab558d3fc8312550a42df05d768df", + "x-ms-correlation-request-id": "005283e4-13dc-4ebc-8e73-834db33849d2", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "0b4dddf1-554f-498e-92c3-61863e307f98", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T173319Z:005283e4-13dc-4ebc-8e73-834db33849d2" }, "ResponseBody": { "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9284/providers/Microsoft.Network/connections/V1toV22707?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6996/providers/Microsoft.Network/connections/V1toV2347?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8be5868a1cc2794482b5bf4f08286186-7d96c0403dc35441-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "654fc13f12c6a17ffbb54fcf5a839ad3", + "traceparent": "00-c8f5a05ad02493b83eda8e923ed720f1-97f7aab0c8470c69-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "5fcea871fed1863184619b612020b2ed", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1360", + "Content-Length": "1439", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 11:51:14 GMT", + "Date": "Fri, 21 Apr 2023 17:33:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -3447,28 +3692,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "06ddfc99-0527-4f38-b09c-715571b1dc07", - "x-ms-client-request-id": "654fc13f12c6a17ffbb54fcf5a839ad3", - "x-ms-correlation-request-id": "2f424383-54ac-49ba-b8c7-dece271d74c9", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "ea4b36d6-3360-4df9-86fd-9092b644838d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T115114Z:2f424383-54ac-49ba-b8c7-dece271d74c9" + "x-ms-arm-service-request-id": "66355854-428d-45d5-a341-9897f7438df2", + "x-ms-client-request-id": "5fcea871fed1863184619b612020b2ed", + "x-ms-correlation-request-id": "6efa09ac-77d2-4006-87ab-6bc9b6384a32", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "ba79fb0f-f768-46ea-9ce2-8a7b60d045d0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T173320Z:6efa09ac-77d2-4006-87ab-6bc9b6384a32" }, "ResponseBody": { - "name": "V1toV22707", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9284/providers/Microsoft.Network/connections/V1toV22707", - "etag": "W/\u0022df6ca446-b224-408c-95c1-7a6c089c5d02\u0022", + "name": "V1toV2347", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6996/providers/Microsoft.Network/connections/V1toV2347", + "etag": "W/\u002279f742f3-334b-4fbc-84fc-17bd58b5f0ce\u0022", "type": "Microsoft.Network/connections", "location": "eastus", "properties": { "provisioningState": "Succeeded", - "resourceGuid": "2fc74dc5-f6d1-4fc6-9d25-8675189ed1f0", + "resourceGuid": "18471bde-7838-418f-9d74-950bd4297b09", "packetCaptureDiagnosticState": "None", "virtualNetworkGateway1": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9284/providers/Microsoft.Network/virtualNetworkGateways/azsmnet9787" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6996/providers/Microsoft.Network/virtualNetworkGateways/azsmnet4760" }, "virtualNetworkGateway2": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5043/providers/Microsoft.Network/virtualNetworkGateways/azsmnet7195" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7744/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5787" }, "connectionType": "Vnet2Vnet", "connectionProtocol": "IKEv2", @@ -3483,29 +3728,31 @@ "ingressBytesTransferred": 0, "egressBytesTransferred": 0, "expressRouteGatewayBypass": false, + "enablePrivateLinkFastPath": false, "dpdTimeoutSeconds": 0, - "connectionMode": "Default" + "connectionMode": "Default", + "gatewayCustomBgpIpAddresses": [] } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9284/providers/Microsoft.Network/connections/V1toV22707?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6996/providers/Microsoft.Network/connections/V1toV2347?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-ea9df0fb0dcbcf44b41edd3e34fae4f8-55cea98d8bf2c14a-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220530.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "9381ff86f4b0ca29d9fe03b14c7472ab", + "traceparent": "00-a2182270052147e156c37f9463b9e868-935f5fe032b916e1-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230421.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "7ba1e82f8ff067ed542e118b35eb8f58", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1360", + "Content-Length": "1439", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 11:51:16 GMT", + "Date": "Fri, 21 Apr 2023 17:33:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -3514,28 +3761,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a54ad63c-fd42-4634-a9b5-8e7ced00fb31", - "x-ms-client-request-id": "9381ff86f4b0ca29d9fe03b14c7472ab", - "x-ms-correlation-request-id": "3f68184b-b58d-410c-b953-08f9c89f089b", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "cf12679a-a665-4ee2-b165-ec9acb80ffa7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T115116Z:3f68184b-b58d-410c-b953-08f9c89f089b" + "x-ms-arm-service-request-id": "4a44e34d-1931-462b-9530-d8be0f7de65a", + "x-ms-client-request-id": "7ba1e82f8ff067ed542e118b35eb8f58", + "x-ms-correlation-request-id": "bac4f5c5-56c3-4837-b109-e98f651892e3", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "59501c37-e303-4495-a61a-800d4e3940da", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T173325Z:bac4f5c5-56c3-4837-b109-e98f651892e3" }, "ResponseBody": { - "name": "V1toV22707", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9284/providers/Microsoft.Network/connections/V1toV22707", - "etag": "W/\u0022df6ca446-b224-408c-95c1-7a6c089c5d02\u0022", + "name": "V1toV2347", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6996/providers/Microsoft.Network/connections/V1toV2347", + "etag": "W/\u002279f742f3-334b-4fbc-84fc-17bd58b5f0ce\u0022", "type": "Microsoft.Network/connections", "location": "eastus", "properties": { "provisioningState": "Succeeded", - "resourceGuid": "2fc74dc5-f6d1-4fc6-9d25-8675189ed1f0", + "resourceGuid": "18471bde-7838-418f-9d74-950bd4297b09", "packetCaptureDiagnosticState": "None", "virtualNetworkGateway1": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9284/providers/Microsoft.Network/virtualNetworkGateways/azsmnet9787" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6996/providers/Microsoft.Network/virtualNetworkGateways/azsmnet4760" }, "virtualNetworkGateway2": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5043/providers/Microsoft.Network/virtualNetworkGateways/azsmnet7195" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7744/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5787" }, "connectionType": "Vnet2Vnet", "connectionProtocol": "IKEv2", @@ -3550,29 +3797,31 @@ "ingressBytesTransferred": 0, "egressBytesTransferred": 0, "expressRouteGatewayBypass": false, + "enablePrivateLinkFastPath": false, "dpdTimeoutSeconds": 0, - "connectionMode": "Default" + "connectionMode": "Default", + "gatewayCustomBgpIpAddresses": [] } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5043/providers/Microsoft.Network/connections/V2toV17003?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7744/providers/Microsoft.Network/connections/V2toV14789?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "2914", + "Content-Length": "3190", "Content-Type": "application/json", - "traceparent": "00-bbdd1b624e3eea44a495efec132581fd-0d57538d341f2b4a-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220530.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "66f3ae548313e1837d7cbcbb40c9e904", + "traceparent": "00-49d34552f306e40ba542492ec55efe8b-50d0a2c9fcc46895-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230421.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "7b3157398dbb835974409b38b1623457", "x-ms-return-client-request-id": "true" }, "RequestBody": { "location": "westus2", "properties": { "virtualNetworkGateway1": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5043/providers/Microsoft.Network/virtualNetworkGateways/azsmnet7195", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7744/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5787", "location": "westus2", "tags": { "key": "value" @@ -3580,15 +3829,15 @@ "properties": { "ipConfigurations": [ { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5043/providers/Microsoft.Network/virtualNetworkGateways/azsmnet7195/ipConfigurations/azsmnet5126", - "name": "azsmnet5126", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7744/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5787/ipConfigurations/azsmnet4289", + "name": "azsmnet4289", "properties": { "privateIPAllocationMethod": "Dynamic", "subnet": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5043/providers/Microsoft.Network/virtualNetworks/azsmnet2420/subnets/GatewaySubnet" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7744/providers/Microsoft.Network/virtualNetworks/azsmnet1670/subnets/GatewaySubnet" }, "publicIPAddress": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5043/providers/Microsoft.Network/publicIPAddresses/azsmnet6405" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7744/providers/Microsoft.Network/publicIPAddresses/azsmnet3110" } } } @@ -3599,27 +3848,31 @@ "enableBgp": false, "enablePrivateIpAddress": false, "activeActive": false, + "disableIPSecReplayProtection": false, "sku": { "name": "VpnGw1", "tier": "VpnGw1" }, + "virtualNetworkGatewayPolicyGroups": [], "bgpSettings": { "asn": 65515, "bgpPeeringAddress": "10.55.0.254", "peerWeight": 0, "bgpPeeringAddresses": [ { - "ipconfigurationId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5043/providers/Microsoft.Network/virtualNetworkGateways/azsmnet7195/ipConfigurations/azsmnet5126", + "ipconfigurationId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7744/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5787/ipConfigurations/azsmnet4289", "customBgpIpAddresses": [] } ] }, "natRules": [], - "enableBgpRouteTranslationForNat": false + "enableBgpRouteTranslationForNat": false, + "allowVirtualWanTraffic": false, + "allowRemoteVnetTraffic": false } }, "virtualNetworkGateway2": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9284/providers/Microsoft.Network/virtualNetworkGateways/azsmnet9787", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6996/providers/Microsoft.Network/virtualNetworkGateways/azsmnet4760", "location": "eastus", "tags": { "key": "value" @@ -3627,15 +3880,15 @@ "properties": { "ipConfigurations": [ { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9284/providers/Microsoft.Network/virtualNetworkGateways/azsmnet9787/ipConfigurations/azsmnet2188", - "name": "azsmnet2188", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6996/providers/Microsoft.Network/virtualNetworkGateways/azsmnet4760/ipConfigurations/azsmnet4734", + "name": "azsmnet4734", "properties": { "privateIPAllocationMethod": "Dynamic", "subnet": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9284/providers/Microsoft.Network/virtualNetworks/azsmnet9912/subnets/GatewaySubnet" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6996/providers/Microsoft.Network/virtualNetworks/azsmnet8829/subnets/GatewaySubnet" }, "publicIPAddress": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9284/providers/Microsoft.Network/publicIPAddresses/azsmnet6024" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6996/providers/Microsoft.Network/publicIPAddresses/azsmnet9486" } } } @@ -3646,23 +3899,27 @@ "enableBgp": false, "enablePrivateIpAddress": false, "activeActive": false, + "disableIPSecReplayProtection": false, "sku": { "name": "VpnGw1", "tier": "VpnGw1" }, + "virtualNetworkGatewayPolicyGroups": [], "bgpSettings": { "asn": 65515, "bgpPeeringAddress": "10.54.0.254", "peerWeight": 0, "bgpPeeringAddresses": [ { - "ipconfigurationId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9284/providers/Microsoft.Network/virtualNetworkGateways/azsmnet9787/ipConfigurations/azsmnet2188", + "ipconfigurationId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6996/providers/Microsoft.Network/virtualNetworkGateways/azsmnet4760/ipConfigurations/azsmnet4734", "customBgpIpAddresses": [] } ] }, "natRules": [], - "enableBgpRouteTranslationForNat": false + "enableBgpRouteTranslationForNat": false, + "allowVirtualWanTraffic": false, + "allowRemoteVnetTraffic": false } }, "connectionType": "Vnet2Vnet", @@ -3673,11 +3930,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/90218af0-9c6a-4567-ad2f-fd28cbb52443?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7d033b7b-1203-4ee4-9803-2a66f997337a?api-version=2022-09-01", "Cache-Control": "no-cache", - "Content-Length": "1324", + "Content-Length": "1405", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 11:51:23 GMT", + "Date": "Fri, 21 Apr 2023 17:33:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", @@ -3687,28 +3944,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0016311e-dd3f-4340-979f-fd8e7bee4e28", - "x-ms-client-request-id": "66f3ae548313e1837d7cbcbb40c9e904", - "x-ms-correlation-request-id": "4e32ab19-ad96-48a6-915f-5ddd959df78e", + "x-ms-arm-service-request-id": "bdd5e6ba-da2b-4d55-804c-4ffb31df9746", + "x-ms-client-request-id": "7b3157398dbb835974409b38b1623457", + "x-ms-correlation-request-id": "ed638f12-c93b-4f2a-94f2-996a0748e01e", "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "90218af0-9c6a-4567-ad2f-fd28cbb52443", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T115124Z:4e32ab19-ad96-48a6-915f-5ddd959df78e" + "x-ms-request-id": "7d033b7b-1203-4ee4-9803-2a66f997337a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T173330Z:ed638f12-c93b-4f2a-94f2-996a0748e01e" }, "ResponseBody": { - "name": "V2toV17003", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5043/providers/Microsoft.Network/connections/V2toV17003", - "etag": "W/\u002234250344-07e8-4edb-a674-3d536222e7b2\u0022", + "name": "V2toV14789", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7744/providers/Microsoft.Network/connections/V2toV14789", + "etag": "W/\u0022b02457b5-c5c8-4413-bb2c-9ba57764e9ff\u0022", "type": "Microsoft.Network/connections", "location": "westus2", "properties": { "provisioningState": "Updating", - "resourceGuid": "571cc71b-391d-49c1-becb-4f2f243bdd88", + "resourceGuid": "d83b92ba-69ab-4920-a84b-ed57c82f79fe", "packetCaptureDiagnosticState": "None", "virtualNetworkGateway1": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5043/providers/Microsoft.Network/virtualNetworkGateways/azsmnet7195" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7744/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5787" }, "virtualNetworkGateway2": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9284/providers/Microsoft.Network/virtualNetworkGateways/azsmnet9787" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6996/providers/Microsoft.Network/virtualNetworkGateways/azsmnet4760" }, "connectionType": "Vnet2Vnet", "connectionProtocol": "IKEv2", @@ -3722,19 +3979,21 @@ "ingressBytesTransferred": 0, "egressBytesTransferred": 0, "expressRouteGatewayBypass": false, + "enablePrivateLinkFastPath": false, "dpdTimeoutSeconds": 0, - "connectionMode": "Default" + "connectionMode": "Default", + "gatewayCustomBgpIpAddresses": [] } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/90218af0-9c6a-4567-ad2f-fd28cbb52443?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7d033b7b-1203-4ee4-9803-2a66f997337a?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-bbdd1b624e3eea44a495efec132581fd-69be7e8e6c11734f-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "d406aba46da77c72feb232776d0e9834", + "traceparent": "00-49d34552f306e40ba542492ec55efe8b-0b27c363e60b40e8-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "c9e7294372815a7448f77c4e522fa2cc", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -3743,7 +4002,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 11:51:24 GMT", + "Date": "Fri, 21 Apr 2023 17:33:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", @@ -3753,25 +4012,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "533179b5-17da-4d80-a1c8-26e181d5fcbb", - "x-ms-client-request-id": "d406aba46da77c72feb232776d0e9834", - "x-ms-correlation-request-id": "70ecbba4-d539-48a7-9df8-b2e605c38f47", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "5ecce821-7233-4888-80db-473e5fd9e3b3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T115124Z:70ecbba4-d539-48a7-9df8-b2e605c38f47" + "x-ms-arm-service-request-id": "6cc5e297-a597-4728-9ffe-8cbc42bdc2a6", + "x-ms-client-request-id": "c9e7294372815a7448f77c4e522fa2cc", + "x-ms-correlation-request-id": "f397c881-35fc-4d40-aab7-cbd83fc2ccd2", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "c1e42143-9d54-4319-b12c-1379baff29e0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T173330Z:f397c881-35fc-4d40-aab7-cbd83fc2ccd2" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/90218af0-9c6a-4567-ad2f-fd28cbb52443?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7d033b7b-1203-4ee4-9803-2a66f997337a?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-bbdd1b624e3eea44a495efec132581fd-1d75fa949c3f764f-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "7b25ad1a9b276f82625be187bb741328", + "traceparent": "00-49d34552f306e40ba542492ec55efe8b-823d346f517323e3-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "3be033dc22724a4a757614b0ea6cdc22", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -3780,7 +4039,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 11:51:34 GMT", + "Date": "Fri, 21 Apr 2023 17:33:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "20", @@ -3790,25 +4049,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "24e95074-ce5c-4185-aa00-09433493e36f", - "x-ms-client-request-id": "7b25ad1a9b276f82625be187bb741328", - "x-ms-correlation-request-id": "7c4a32a7-b513-4f65-bd4f-7539de0b0c5c", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "dbe73a35-1067-4f6c-8a97-76740a22978c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T115135Z:7c4a32a7-b513-4f65-bd4f-7539de0b0c5c" + "x-ms-arm-service-request-id": "b4f5a892-ce2b-4c9d-ba65-2ce79a0049ed", + "x-ms-client-request-id": "3be033dc22724a4a757614b0ea6cdc22", + "x-ms-correlation-request-id": "70a923cb-4398-450c-a160-0a631eb28c47", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "b354dba0-e91f-4b1f-968a-1ac63a6a0d91", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T173341Z:70a923cb-4398-450c-a160-0a631eb28c47" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/90218af0-9c6a-4567-ad2f-fd28cbb52443?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7d033b7b-1203-4ee4-9803-2a66f997337a?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-bbdd1b624e3eea44a495efec132581fd-61aa4c4952b91b48-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "951679f514c3b85d85cd10eeb2d32a75", + "traceparent": "00-49d34552f306e40ba542492ec55efe8b-c449ed456fde61bc-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "87f4c9a76b7be1d63bc1edf572936836", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -3817,7 +4076,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 11:51:54 GMT", + "Date": "Fri, 21 Apr 2023 17:34:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "20", @@ -3827,25 +4086,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c56f6939-4888-43ed-b642-448195e9efb8", - "x-ms-client-request-id": "951679f514c3b85d85cd10eeb2d32a75", - "x-ms-correlation-request-id": "a97736c3-926b-481b-ad0c-4e230a4f986d", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "8aa95b4f-ee3d-45ce-92c7-a2ffe7130d13", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T115155Z:a97736c3-926b-481b-ad0c-4e230a4f986d" + "x-ms-arm-service-request-id": "8df967cd-3cf1-479e-a0ca-9087b4d96324", + "x-ms-client-request-id": "87f4c9a76b7be1d63bc1edf572936836", + "x-ms-correlation-request-id": "d41b78ac-e4ab-4837-b298-15f7732425d3", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "c5e461dd-9b6f-47e6-892e-40c1f24f1213", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T173401Z:d41b78ac-e4ab-4837-b298-15f7732425d3" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/90218af0-9c6a-4567-ad2f-fd28cbb52443?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7d033b7b-1203-4ee4-9803-2a66f997337a?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-bbdd1b624e3eea44a495efec132581fd-cf09338cc846ec46-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "20f492f30b2e081b2896724b8ceac08a", + "traceparent": "00-49d34552f306e40ba542492ec55efe8b-673a3de087afdf1b-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "7310d7685d70215edf9c530a5ec470dc", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -3854,7 +4113,7 @@ "Cache-Control": "no-cache", "Content-Length": "30", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 11:52:16 GMT", + "Date": "Fri, 21 Apr 2023 17:34:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "40", @@ -3864,25 +4123,25 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d2aac306-162a-4186-938f-f9b7b207eb6c", - "x-ms-client-request-id": "20f492f30b2e081b2896724b8ceac08a", - "x-ms-correlation-request-id": "567f0f5e-99ed-40f9-8b24-976d2c236773", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "a0c8174c-17fe-4d78-bdd9-5424901ead14", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T115216Z:567f0f5e-99ed-40f9-8b24-976d2c236773" + "x-ms-arm-service-request-id": "396c5484-6b0f-48e7-aeae-5f855927e5cf", + "x-ms-client-request-id": "7310d7685d70215edf9c530a5ec470dc", + "x-ms-correlation-request-id": "f3bb7697-7d43-48ae-80f6-dcea1cd12ab0", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "6a0c5ccd-c467-41f7-b025-ca69e91e9f3a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T173421Z:f3bb7697-7d43-48ae-80f6-dcea1cd12ab0" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/90218af0-9c6a-4567-ad2f-fd28cbb52443?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/operations/7d033b7b-1203-4ee4-9803-2a66f997337a?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-bbdd1b624e3eea44a495efec132581fd-f84bc306799cd349-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "f482099f02f70570506df55a8a93bd8e", + "traceparent": "00-49d34552f306e40ba542492ec55efe8b-7583cb2286c2cd33-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "88a7591b1b3a71505cffffb03455d7e2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -3891,7 +4150,7 @@ "Cache-Control": "no-cache", "Content-Length": "29", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 11:52:56 GMT", + "Date": "Fri, 21 Apr 2023 17:35:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -3900,34 +4159,34 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d646d886-cc3b-4eea-8a17-5d3fc62ddd99", - "x-ms-client-request-id": "f482099f02f70570506df55a8a93bd8e", - "x-ms-correlation-request-id": "1422959c-37c5-4d1f-8886-ef2f35f032ec", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "e3ca5127-3b79-4cda-909f-755a10caa6bf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T115256Z:1422959c-37c5-4d1f-8886-ef2f35f032ec" + "x-ms-arm-service-request-id": "a8004dcc-4f7e-4968-8da8-0791d8f2ef86", + "x-ms-client-request-id": "88a7591b1b3a71505cffffb03455d7e2", + "x-ms-correlation-request-id": "aac7d059-71a9-45e1-9c61-575e7b84fd0e", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "2d7caf47-4904-4c75-8be5-a450c0c5a4ef", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T173502Z:aac7d059-71a9-45e1-9c61-575e7b84fd0e" }, "ResponseBody": { "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5043/providers/Microsoft.Network/connections/V2toV17003?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7744/providers/Microsoft.Network/connections/V2toV14789?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-bbdd1b624e3eea44a495efec132581fd-188a8b18ace2fe4b-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "28946b30f37fe9f95e0e6c2da2112c9b", + "traceparent": "00-49d34552f306e40ba542492ec55efe8b-8419d257d75c8d93-00", + "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1348dd0d695c49b26bd3a8df18cc8377", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1361", + "Content-Length": "1442", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 11:52:57 GMT", + "Date": "Fri, 21 Apr 2023 17:35:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -3936,28 +4195,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "174bae1f-8a8e-4671-b3c1-f81c1cd8263e", - "x-ms-client-request-id": "28946b30f37fe9f95e0e6c2da2112c9b", - "x-ms-correlation-request-id": "a01e54d9-1f77-48b9-b036-c9b24481233a", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "96f45fd6-0d72-46cf-bd7a-3967da5578ba", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T115257Z:a01e54d9-1f77-48b9-b036-c9b24481233a" + "x-ms-arm-service-request-id": "1ad6bf16-391f-4485-864b-b9010c241d81", + "x-ms-client-request-id": "1348dd0d695c49b26bd3a8df18cc8377", + "x-ms-correlation-request-id": "46906c36-46dd-429e-a256-e38e64964f8e", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "63892223-ab20-48e7-8539-056c77157848", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T173503Z:46906c36-46dd-429e-a256-e38e64964f8e" }, "ResponseBody": { - "name": "V2toV17003", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5043/providers/Microsoft.Network/connections/V2toV17003", - "etag": "W/\u0022f0552d0c-bddc-444e-bbcd-67fd9c3863d0\u0022", + "name": "V2toV14789", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7744/providers/Microsoft.Network/connections/V2toV14789", + "etag": "W/\u00226302b67f-dda3-4f24-a751-7cd31c15a8a9\u0022", "type": "Microsoft.Network/connections", "location": "westus2", "properties": { "provisioningState": "Succeeded", - "resourceGuid": "571cc71b-391d-49c1-becb-4f2f243bdd88", + "resourceGuid": "d83b92ba-69ab-4920-a84b-ed57c82f79fe", "packetCaptureDiagnosticState": "None", "virtualNetworkGateway1": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5043/providers/Microsoft.Network/virtualNetworkGateways/azsmnet7195" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7744/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5787" }, "virtualNetworkGateway2": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9284/providers/Microsoft.Network/virtualNetworkGateways/azsmnet9787" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6996/providers/Microsoft.Network/virtualNetworkGateways/azsmnet4760" }, "connectionType": "Vnet2Vnet", "connectionProtocol": "IKEv2", @@ -3972,29 +4231,31 @@ "ingressBytesTransferred": 0, "egressBytesTransferred": 0, "expressRouteGatewayBypass": false, + "enablePrivateLinkFastPath": false, "dpdTimeoutSeconds": 0, - "connectionMode": "Default" + "connectionMode": "Default", + "gatewayCustomBgpIpAddresses": [] } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5043/providers/Microsoft.Network/connections/V2toV17003?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7744/providers/Microsoft.Network/connections/V2toV14789?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-3a90c933b731ee4c80d0d4504d86c726-02dc5ff088e1364c-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.0.0-alpha.20220530.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", - "x-ms-client-request-id": "a84f860c3551f17e22eecfc115c07e95", + "traceparent": "00-76cf0fcf3aa067745dd6bc022ea3b46c-73c5b135784a9e9a-00", + "User-Agent": "azsdk-net-ResourceManager.Network/1.2.0-alpha.20230421.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "19da1151e0eb4cfc869e17715eadec89", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1361", + "Content-Length": "1442", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 30 May 2022 11:52:58 GMT", + "Date": "Fri, 21 Apr 2023 17:35:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -4003,28 +4264,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a2a91b22-7378-480b-9fe2-04a7c82b6e66", - "x-ms-client-request-id": "a84f860c3551f17e22eecfc115c07e95", - "x-ms-correlation-request-id": "d056e1bb-4ae5-4e42-8644-9b6aab40d767", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "0ea46e7f-fe01-4fcc-bfd4-7f69addb5b06", - "x-ms-routing-request-id": "SOUTHEASTASIA:20220530T115258Z:d056e1bb-4ae5-4e42-8644-9b6aab40d767" + "x-ms-arm-service-request-id": "4c972315-5d8e-4e60-9fd9-a6a3a5f2e029", + "x-ms-client-request-id": "19da1151e0eb4cfc869e17715eadec89", + "x-ms-correlation-request-id": "81464bf1-f7ce-4833-b4b1-4392ede0fabc", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "25ed18f2-9315-4e81-9dd7-e9e12efd4002", + "x-ms-routing-request-id": "SOUTHEASTASIA:20230421T173504Z:81464bf1-f7ce-4833-b4b1-4392ede0fabc" }, "ResponseBody": { - "name": "V2toV17003", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5043/providers/Microsoft.Network/connections/V2toV17003", - "etag": "W/\u0022f0552d0c-bddc-444e-bbcd-67fd9c3863d0\u0022", + "name": "V2toV14789", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7744/providers/Microsoft.Network/connections/V2toV14789", + "etag": "W/\u00226302b67f-dda3-4f24-a751-7cd31c15a8a9\u0022", "type": "Microsoft.Network/connections", "location": "westus2", "properties": { "provisioningState": "Succeeded", - "resourceGuid": "571cc71b-391d-49c1-becb-4f2f243bdd88", + "resourceGuid": "d83b92ba-69ab-4920-a84b-ed57c82f79fe", "packetCaptureDiagnosticState": "None", "virtualNetworkGateway1": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5043/providers/Microsoft.Network/virtualNetworkGateways/azsmnet7195" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7744/providers/Microsoft.Network/virtualNetworkGateways/azsmnet5787" }, "virtualNetworkGateway2": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9284/providers/Microsoft.Network/virtualNetworkGateways/azsmnet9787" + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6996/providers/Microsoft.Network/virtualNetworkGateways/azsmnet4760" }, "connectionType": "Vnet2Vnet", "connectionProtocol": "IKEv2", @@ -4039,15 +4300,18 @@ "ingressBytesTransferred": 0, "egressBytesTransferred": 0, "expressRouteGatewayBypass": false, + "enablePrivateLinkFastPath": false, "dpdTimeoutSeconds": 0, - "connectionMode": "Default" + "connectionMode": "Default", + "gatewayCustomBgpIpAddresses": [] } } } ], "Variables": { - "RandomSeed": "1123913013", - "RESOURCE_MANAGER_URL": "https://management.azure.com", + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", + "RandomSeed": "522198576", + "RESOURCE_MANAGER_URL": null, "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" } } diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/IpGroupTests/CheckIfExist.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/IpGroupTests/CheckIfExist.json index 81c46d3484c6..4fd0067d34a9 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/IpGroupTests/CheckIfExist.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/IpGroupTests/CheckIfExist.json @@ -83,7 +83,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-9201/providers/Microsoft.Network/ipGroups/IpGroupRG-5244?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-9201/providers/Microsoft.Network/ipGroups/IpGroupRG-5244?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -100,7 +100,7 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/nfvOperations/66432871-aa09-4b6a-a272-46aa33f7f406?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/nfvOperations/66432871-aa09-4b6a-a272-46aa33f7f406?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "433", "Content-Type": "application/json; charset=utf-8", @@ -134,7 +134,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/nfvOperations/66432871-aa09-4b6a-a272-46aa33f7f406?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/nfvOperations/66432871-aa09-4b6a-a272-46aa33f7f406?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -167,7 +167,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-9201/providers/Microsoft.Network/ipGroups/IpGroupRG-5244?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-9201/providers/Microsoft.Network/ipGroups/IpGroupRG-5244?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -210,7 +210,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-9201/providers/Microsoft.Network/ipGroups/IpGroupRG-5244?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-9201/providers/Microsoft.Network/ipGroups/IpGroupRG-5244?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -254,7 +254,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-9201/providers/Microsoft.Network/ipGroups/IpGroupRG-5244?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-9201/providers/Microsoft.Network/ipGroups/IpGroupRG-5244?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -298,7 +298,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-9201/providers/Microsoft.Network/ipGroups/IpGroupRG-5244?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-9201/providers/Microsoft.Network/ipGroups/IpGroupRG-5244?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -342,7 +342,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-9201/providers/Microsoft.Network/ipGroups/IpGroupRG-5244?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-9201/providers/Microsoft.Network/ipGroups/IpGroupRG-5244?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/IpGroupTests/CheckIfExistAsync.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/IpGroupTests/CheckIfExistAsync.json index 5a14c6cf7223..d83afa8390c7 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/IpGroupTests/CheckIfExistAsync.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/IpGroupTests/CheckIfExistAsync.json @@ -83,7 +83,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-6022/providers/Microsoft.Network/ipGroups/IpGroupRG-7432?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-6022/providers/Microsoft.Network/ipGroups/IpGroupRG-7432?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -100,7 +100,7 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/nfvOperations/98cb5513-3c49-4ede-a19c-b7e374c0c64c?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/nfvOperations/98cb5513-3c49-4ede-a19c-b7e374c0c64c?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "433", "Content-Type": "application/json; charset=utf-8", @@ -134,7 +134,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/nfvOperations/98cb5513-3c49-4ede-a19c-b7e374c0c64c?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/nfvOperations/98cb5513-3c49-4ede-a19c-b7e374c0c64c?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -167,7 +167,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-6022/providers/Microsoft.Network/ipGroups/IpGroupRG-7432?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-6022/providers/Microsoft.Network/ipGroups/IpGroupRG-7432?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -210,7 +210,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-6022/providers/Microsoft.Network/ipGroups/IpGroupRG-7432?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-6022/providers/Microsoft.Network/ipGroups/IpGroupRG-7432?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -254,7 +254,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-6022/providers/Microsoft.Network/ipGroups/IpGroupRG-7432?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-6022/providers/Microsoft.Network/ipGroups/IpGroupRG-7432?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -298,7 +298,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-6022/providers/Microsoft.Network/ipGroups/IpGroupRG-7432?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-6022/providers/Microsoft.Network/ipGroups/IpGroupRG-7432?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -342,7 +342,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-6022/providers/Microsoft.Network/ipGroups/IpGroupRG-7432?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-6022/providers/Microsoft.Network/ipGroups/IpGroupRG-7432?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/IpGroupTests/CreateOrUpdate.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/IpGroupTests/CreateOrUpdate.json index b36c968c4345..3c5ce774d117 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/IpGroupTests/CreateOrUpdate.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/IpGroupTests/CreateOrUpdate.json @@ -83,7 +83,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-9201/providers/Microsoft.Network/ipGroups/IpGroupRG-5244?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-9201/providers/Microsoft.Network/ipGroups/IpGroupRG-5244?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -100,7 +100,7 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/nfvOperations/c30d0090-1836-4572-9502-fa3f98f37d76?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/nfvOperations/c30d0090-1836-4572-9502-fa3f98f37d76?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "433", "Content-Type": "application/json; charset=utf-8", @@ -134,7 +134,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/nfvOperations/c30d0090-1836-4572-9502-fa3f98f37d76?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/nfvOperations/c30d0090-1836-4572-9502-fa3f98f37d76?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -167,7 +167,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-9201/providers/Microsoft.Network/ipGroups/IpGroupRG-5244?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-9201/providers/Microsoft.Network/ipGroups/IpGroupRG-5244?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -210,7 +210,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-9201/providers/Microsoft.Network/ipGroups/IpGroupRG-5244?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-9201/providers/Microsoft.Network/ipGroups/IpGroupRG-5244?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -254,7 +254,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-9201/providers/Microsoft.Network/ipGroups/IpGroupRG-5244?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-9201/providers/Microsoft.Network/ipGroups/IpGroupRG-5244?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -298,7 +298,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-9201/providers/Microsoft.Network/ipGroups/IpGroupRG-5244?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-9201/providers/Microsoft.Network/ipGroups/IpGroupRG-5244?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/IpGroupTests/CreateOrUpdateAsync.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/IpGroupTests/CreateOrUpdateAsync.json index 63adc34cbbf3..f73c163a6885 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/IpGroupTests/CreateOrUpdateAsync.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/IpGroupTests/CreateOrUpdateAsync.json @@ -83,7 +83,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-6022/providers/Microsoft.Network/ipGroups/IpGroupRG-7432?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-6022/providers/Microsoft.Network/ipGroups/IpGroupRG-7432?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -100,7 +100,7 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/nfvOperations/9c37c947-f230-4fb5-ac04-acc7a503027f?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/nfvOperations/9c37c947-f230-4fb5-ac04-acc7a503027f?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "433", "Content-Type": "application/json; charset=utf-8", @@ -134,7 +134,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/nfvOperations/9c37c947-f230-4fb5-ac04-acc7a503027f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/nfvOperations/9c37c947-f230-4fb5-ac04-acc7a503027f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -167,7 +167,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-6022/providers/Microsoft.Network/ipGroups/IpGroupRG-7432?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-6022/providers/Microsoft.Network/ipGroups/IpGroupRG-7432?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -210,7 +210,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-6022/providers/Microsoft.Network/ipGroups/IpGroupRG-7432?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-6022/providers/Microsoft.Network/ipGroups/IpGroupRG-7432?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -254,7 +254,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-6022/providers/Microsoft.Network/ipGroups/IpGroupRG-7432?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-6022/providers/Microsoft.Network/ipGroups/IpGroupRG-7432?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -298,7 +298,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-6022/providers/Microsoft.Network/ipGroups/IpGroupRG-7432?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-6022/providers/Microsoft.Network/ipGroups/IpGroupRG-7432?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/IpGroupTests/Delete.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/IpGroupTests/Delete.json index d37f920357d5..2cadee0701fc 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/IpGroupTests/Delete.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/IpGroupTests/Delete.json @@ -83,7 +83,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-9201/providers/Microsoft.Network/ipGroups/IpGroupRG-5244?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-9201/providers/Microsoft.Network/ipGroups/IpGroupRG-5244?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -100,7 +100,7 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/nfvOperations/28a594af-146e-48c1-9ba9-0caef77abcc0?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/nfvOperations/28a594af-146e-48c1-9ba9-0caef77abcc0?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "433", "Content-Type": "application/json; charset=utf-8", @@ -134,7 +134,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/nfvOperations/28a594af-146e-48c1-9ba9-0caef77abcc0?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/nfvOperations/28a594af-146e-48c1-9ba9-0caef77abcc0?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -167,7 +167,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-9201/providers/Microsoft.Network/ipGroups/IpGroupRG-5244?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-9201/providers/Microsoft.Network/ipGroups/IpGroupRG-5244?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -210,7 +210,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-9201/providers/Microsoft.Network/ipGroups/IpGroupRG-5244?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-9201/providers/Microsoft.Network/ipGroups/IpGroupRG-5244?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -238,7 +238,7 @@ "ResponseBody": [] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-9201/providers/Microsoft.Network/ipGroups?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-9201/providers/Microsoft.Network/ipGroups?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -268,7 +268,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-9201/providers/Microsoft.Network/ipGroups/IpGroupRG-5244?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-9201/providers/Microsoft.Network/ipGroups/IpGroupRG-5244?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/IpGroupTests/DeleteAsync.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/IpGroupTests/DeleteAsync.json index 6979595012ee..46043278524a 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/IpGroupTests/DeleteAsync.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/IpGroupTests/DeleteAsync.json @@ -83,7 +83,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-6022/providers/Microsoft.Network/ipGroups/IpGroupRG-7432?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-6022/providers/Microsoft.Network/ipGroups/IpGroupRG-7432?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -100,7 +100,7 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/nfvOperations/abdd183c-9d97-476d-a6ea-4fa6003a563d?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/nfvOperations/abdd183c-9d97-476d-a6ea-4fa6003a563d?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "433", "Content-Type": "application/json; charset=utf-8", @@ -134,7 +134,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/nfvOperations/abdd183c-9d97-476d-a6ea-4fa6003a563d?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/nfvOperations/abdd183c-9d97-476d-a6ea-4fa6003a563d?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -167,7 +167,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-6022/providers/Microsoft.Network/ipGroups/IpGroupRG-7432?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-6022/providers/Microsoft.Network/ipGroups/IpGroupRG-7432?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -210,7 +210,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-6022/providers/Microsoft.Network/ipGroups/IpGroupRG-7432?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-6022/providers/Microsoft.Network/ipGroups/IpGroupRG-7432?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -238,7 +238,7 @@ "ResponseBody": [] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-6022/providers/Microsoft.Network/ipGroups?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-6022/providers/Microsoft.Network/ipGroups?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -268,7 +268,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-6022/providers/Microsoft.Network/ipGroups/IpGroupRG-7432?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-6022/providers/Microsoft.Network/ipGroups/IpGroupRG-7432?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/IpGroupTests/Get.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/IpGroupTests/Get.json index 01bb970e40b2..10afd7302653 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/IpGroupTests/Get.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/IpGroupTests/Get.json @@ -83,7 +83,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-9201/providers/Microsoft.Network/ipGroups/IpGroupRG-5244?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-9201/providers/Microsoft.Network/ipGroups/IpGroupRG-5244?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -100,7 +100,7 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/nfvOperations/cd6b1911-ac33-4d58-82a0-f0f1e02f119e?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/nfvOperations/cd6b1911-ac33-4d58-82a0-f0f1e02f119e?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "433", "Content-Type": "application/json; charset=utf-8", @@ -134,7 +134,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/nfvOperations/cd6b1911-ac33-4d58-82a0-f0f1e02f119e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/nfvOperations/cd6b1911-ac33-4d58-82a0-f0f1e02f119e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -167,7 +167,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-9201/providers/Microsoft.Network/ipGroups/IpGroupRG-5244?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-9201/providers/Microsoft.Network/ipGroups/IpGroupRG-5244?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -210,7 +210,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-9201/providers/Microsoft.Network/ipGroups/IpGroupRG-5244?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-9201/providers/Microsoft.Network/ipGroups/IpGroupRG-5244?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -254,7 +254,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-9201/providers/Microsoft.Network/ipGroups/IpGroupRG-5244?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-9201/providers/Microsoft.Network/ipGroups/IpGroupRG-5244?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -298,7 +298,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-9201/providers/Microsoft.Network/ipGroups/IpGroupRG-5244?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-9201/providers/Microsoft.Network/ipGroups/IpGroupRG-5244?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -342,7 +342,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-9201/providers/Microsoft.Network/ipGroups/IpGroupRG-5244?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-9201/providers/Microsoft.Network/ipGroups/IpGroupRG-5244?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/IpGroupTests/GetAll.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/IpGroupTests/GetAll.json index 811e5479b620..bc547155a5e5 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/IpGroupTests/GetAll.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/IpGroupTests/GetAll.json @@ -83,7 +83,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-9201/providers/Microsoft.Network/ipGroups/IpGroupRG-5244?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-9201/providers/Microsoft.Network/ipGroups/IpGroupRG-5244?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -100,7 +100,7 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/nfvOperations/d20214e7-67e5-417e-8ea8-27c8476d26af?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/nfvOperations/d20214e7-67e5-417e-8ea8-27c8476d26af?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "433", "Content-Type": "application/json; charset=utf-8", @@ -134,7 +134,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/nfvOperations/d20214e7-67e5-417e-8ea8-27c8476d26af?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/nfvOperations/d20214e7-67e5-417e-8ea8-27c8476d26af?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -167,7 +167,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-9201/providers/Microsoft.Network/ipGroups/IpGroupRG-5244?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-9201/providers/Microsoft.Network/ipGroups/IpGroupRG-5244?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -210,7 +210,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-9201/providers/Microsoft.Network/ipGroups?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-9201/providers/Microsoft.Network/ipGroups?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -257,7 +257,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-9201/providers/Microsoft.Network/ipGroups/IpGroupRG-5244?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-9201/providers/Microsoft.Network/ipGroups/IpGroupRG-5244?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -301,7 +301,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-9201/providers/Microsoft.Network/ipGroups/IpGroupRG-5244?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-9201/providers/Microsoft.Network/ipGroups/IpGroupRG-5244?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -345,7 +345,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-9201/providers/Microsoft.Network/ipGroups/IpGroupRG-5244?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-9201/providers/Microsoft.Network/ipGroups/IpGroupRG-5244?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/IpGroupTests/GetAllAsync.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/IpGroupTests/GetAllAsync.json index 1ad40bb218a6..adea46b2e9fe 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/IpGroupTests/GetAllAsync.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/IpGroupTests/GetAllAsync.json @@ -83,7 +83,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-6022/providers/Microsoft.Network/ipGroups/IpGroupRG-7432?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-6022/providers/Microsoft.Network/ipGroups/IpGroupRG-7432?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -100,7 +100,7 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/nfvOperations/246762a4-41da-40d2-8de0-c51967e5bf8a?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/nfvOperations/246762a4-41da-40d2-8de0-c51967e5bf8a?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "433", "Content-Type": "application/json; charset=utf-8", @@ -134,7 +134,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/nfvOperations/246762a4-41da-40d2-8de0-c51967e5bf8a?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/nfvOperations/246762a4-41da-40d2-8de0-c51967e5bf8a?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -168,7 +168,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/nfvOperations/246762a4-41da-40d2-8de0-c51967e5bf8a?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/nfvOperations/246762a4-41da-40d2-8de0-c51967e5bf8a?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -201,7 +201,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-6022/providers/Microsoft.Network/ipGroups/IpGroupRG-7432?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-6022/providers/Microsoft.Network/ipGroups/IpGroupRG-7432?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -244,7 +244,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-6022/providers/Microsoft.Network/ipGroups?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-6022/providers/Microsoft.Network/ipGroups?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -291,7 +291,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-6022/providers/Microsoft.Network/ipGroups/IpGroupRG-7432?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-6022/providers/Microsoft.Network/ipGroups/IpGroupRG-7432?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -335,7 +335,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-6022/providers/Microsoft.Network/ipGroups/IpGroupRG-7432?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-6022/providers/Microsoft.Network/ipGroups/IpGroupRG-7432?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -379,7 +379,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-6022/providers/Microsoft.Network/ipGroups/IpGroupRG-7432?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-6022/providers/Microsoft.Network/ipGroups/IpGroupRG-7432?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/IpGroupTests/GetAsync.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/IpGroupTests/GetAsync.json index 42e7d74e30c2..a6017b7f25b0 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/IpGroupTests/GetAsync.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/IpGroupTests/GetAsync.json @@ -83,7 +83,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-6022/providers/Microsoft.Network/ipGroups/IpGroupRG-7432?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-6022/providers/Microsoft.Network/ipGroups/IpGroupRG-7432?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -100,7 +100,7 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/nfvOperations/61ac2587-5c07-4678-ac1c-e26757e0e002?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/nfvOperations/61ac2587-5c07-4678-ac1c-e26757e0e002?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "433", "Content-Type": "application/json; charset=utf-8", @@ -134,7 +134,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/nfvOperations/61ac2587-5c07-4678-ac1c-e26757e0e002?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus2/nfvOperations/61ac2587-5c07-4678-ac1c-e26757e0e002?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -167,7 +167,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-6022/providers/Microsoft.Network/ipGroups/IpGroupRG-7432?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-6022/providers/Microsoft.Network/ipGroups/IpGroupRG-7432?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -210,7 +210,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-6022/providers/Microsoft.Network/ipGroups/IpGroupRG-7432?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-6022/providers/Microsoft.Network/ipGroups/IpGroupRG-7432?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -254,7 +254,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-6022/providers/Microsoft.Network/ipGroups/IpGroupRG-7432?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-6022/providers/Microsoft.Network/ipGroups/IpGroupRG-7432?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -298,7 +298,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-6022/providers/Microsoft.Network/ipGroups/IpGroupRG-7432?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-6022/providers/Microsoft.Network/ipGroups/IpGroupRG-7432?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -342,7 +342,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-6022/providers/Microsoft.Network/ipGroups/IpGroupRG-7432?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/IpGroupRG-6022/providers/Microsoft.Network/ipGroups/IpGroupRG-7432?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/ExpandResourceTest.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/ExpandResourceTest.json index b046eaadd77b..e95787b4e97d 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/ExpandResourceTest.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/ExpandResourceTest.json @@ -97,7 +97,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7788/providers/Microsoft.Network/publicIPAddresses/azsmnet2646?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7788/providers/Microsoft.Network/publicIPAddresses/azsmnet2646?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -124,7 +124,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/948a3b17-a1d0-4b45-8d3a-3d7622012aef?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/948a3b17-a1d0-4b45-8d3a-3d7622012aef?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "794", "Content-Type": "application/json; charset=utf-8", @@ -173,7 +173,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/948a3b17-a1d0-4b45-8d3a-3d7622012aef?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/948a3b17-a1d0-4b45-8d3a-3d7622012aef?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -210,7 +210,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/948a3b17-a1d0-4b45-8d3a-3d7622012aef?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/948a3b17-a1d0-4b45-8d3a-3d7622012aef?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -246,7 +246,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7788/providers/Microsoft.Network/publicIPAddresses/azsmnet2646?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7788/providers/Microsoft.Network/publicIPAddresses/azsmnet2646?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -306,7 +306,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7788/providers/Microsoft.Network/publicIPAddresses/azsmnet2646?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7788/providers/Microsoft.Network/publicIPAddresses/azsmnet2646?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -367,7 +367,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7788/providers/Microsoft.Network/virtualNetworks/azsmnet6276?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7788/providers/Microsoft.Network/virtualNetworks/azsmnet6276?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -406,7 +406,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ee4f5fbc-ea31-4854-b8f1-d6b2e08cbff1?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ee4f5fbc-ea31-4854-b8f1-d6b2e08cbff1?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1330", "Content-Type": "application/json; charset=utf-8", @@ -468,7 +468,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ee4f5fbc-ea31-4854-b8f1-d6b2e08cbff1?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ee4f5fbc-ea31-4854-b8f1-d6b2e08cbff1?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -505,7 +505,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ee4f5fbc-ea31-4854-b8f1-d6b2e08cbff1?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ee4f5fbc-ea31-4854-b8f1-d6b2e08cbff1?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -541,7 +541,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7788/providers/Microsoft.Network/virtualNetworks/azsmnet6276?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7788/providers/Microsoft.Network/virtualNetworks/azsmnet6276?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -614,7 +614,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7788/providers/Microsoft.Network/virtualNetworks/azsmnet6276?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7788/providers/Microsoft.Network/virtualNetworks/azsmnet6276?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -688,7 +688,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7788/providers/Microsoft.Network/networkInterfaces/azsmnet6357?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7788/providers/Microsoft.Network/networkInterfaces/azsmnet6357?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -723,7 +723,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/93a7b35f-c6c7-4c08-8511-d8b6849d6ea6?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/93a7b35f-c6c7-4c08-8511-d8b6849d6ea6?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1661", "Content-Type": "application/json; charset=utf-8", @@ -787,7 +787,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/93a7b35f-c6c7-4c08-8511-d8b6849d6ea6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/93a7b35f-c6c7-4c08-8511-d8b6849d6ea6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -823,7 +823,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7788/providers/Microsoft.Network/networkInterfaces/azsmnet6357?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7788/providers/Microsoft.Network/networkInterfaces/azsmnet6357?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -899,7 +899,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7788/providers/Microsoft.Network/networkInterfaces/azsmnet6357?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7788/providers/Microsoft.Network/networkInterfaces/azsmnet6357?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -976,7 +976,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7788/providers/Microsoft.Network/networkInterfaces/azsmnet934?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7788/providers/Microsoft.Network/networkInterfaces/azsmnet934?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -1011,7 +1011,7 @@ "StatusCode": 201, "ResponseHeaders": { "azure-asyncnotification": "Enabled", - "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/3d26fb0f-b6fe-4ab4-bf7c-916e06b80fd3?api-version=2021-02-01", + "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/3d26fb0f-b6fe-4ab4-bf7c-916e06b80fd3?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1658", "Content-Type": "application/json; charset=utf-8", @@ -1075,7 +1075,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/3d26fb0f-b6fe-4ab4-bf7c-916e06b80fd3?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/3d26fb0f-b6fe-4ab4-bf7c-916e06b80fd3?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1111,7 +1111,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7788/providers/Microsoft.Network/networkInterfaces/azsmnet934?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7788/providers/Microsoft.Network/networkInterfaces/azsmnet934?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1187,7 +1187,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7788/providers/Microsoft.Network/networkInterfaces/azsmnet934?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7788/providers/Microsoft.Network/networkInterfaces/azsmnet934?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1264,7 +1264,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7788/providers/Microsoft.Network/networkInterfaces/azsmnet7255?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7788/providers/Microsoft.Network/networkInterfaces/azsmnet7255?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -1299,7 +1299,7 @@ "StatusCode": 201, "ResponseHeaders": { "azure-asyncnotification": "Enabled", - "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/378ba423-f889-49f2-b2e2-4ac38dd1bea5?api-version=2021-02-01", + "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/378ba423-f889-49f2-b2e2-4ac38dd1bea5?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1661", "Content-Type": "application/json; charset=utf-8", @@ -1363,7 +1363,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/378ba423-f889-49f2-b2e2-4ac38dd1bea5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/378ba423-f889-49f2-b2e2-4ac38dd1bea5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1399,7 +1399,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7788/providers/Microsoft.Network/networkInterfaces/azsmnet7255?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7788/providers/Microsoft.Network/networkInterfaces/azsmnet7255?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1475,7 +1475,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7788/providers/Microsoft.Network/networkInterfaces/azsmnet7255?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7788/providers/Microsoft.Network/networkInterfaces/azsmnet7255?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1552,7 +1552,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7788/providers/Microsoft.Network/loadBalancers/azsmnet7343?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7788/providers/Microsoft.Network/loadBalancers/azsmnet7343?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -1650,7 +1650,7 @@ "StatusCode": 201, "ResponseHeaders": { "azure-asyncnotification": "Enabled", - "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/5224155c-c47c-4a31-ba5f-94ecdc425c68?api-version=2021-02-01", + "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/5224155c-c47c-4a31-ba5f-94ecdc425c68?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "7402", "Content-Type": "application/json; charset=utf-8", @@ -1829,7 +1829,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/5224155c-c47c-4a31-ba5f-94ecdc425c68?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/5224155c-c47c-4a31-ba5f-94ecdc425c68?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1865,7 +1865,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7788/providers/Microsoft.Network/loadBalancers/azsmnet7343?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7788/providers/Microsoft.Network/loadBalancers/azsmnet7343?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2056,7 +2056,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7788/providers/Microsoft.Network/networkInterfaces/azsmnet6357?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7788/providers/Microsoft.Network/networkInterfaces/azsmnet6357?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -2126,7 +2126,7 @@ "StatusCode": 200, "ResponseHeaders": { "azure-asyncnotification": "Enabled", - "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/183a671e-c154-4b12-a439-c20ecb0ef334?api-version=2021-02-01", + "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/183a671e-c154-4b12-a439-c20ecb0ef334?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "2209", "Content-Type": "application/json; charset=utf-8", @@ -2200,7 +2200,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/183a671e-c154-4b12-a439-c20ecb0ef334?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/183a671e-c154-4b12-a439-c20ecb0ef334?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2236,7 +2236,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7788/providers/Microsoft.Network/networkInterfaces/azsmnet6357?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7788/providers/Microsoft.Network/networkInterfaces/azsmnet6357?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2322,7 +2322,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7788/providers/Microsoft.Network/networkInterfaces/azsmnet934?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7788/providers/Microsoft.Network/networkInterfaces/azsmnet934?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -2392,7 +2392,7 @@ "StatusCode": 200, "ResponseHeaders": { "azure-asyncnotification": "Enabled", - "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/c2334eac-4821-4d37-a0b7-ddd945eb4762?api-version=2021-02-01", + "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/c2334eac-4821-4d37-a0b7-ddd945eb4762?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "2206", "Content-Type": "application/json; charset=utf-8", @@ -2466,7 +2466,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/c2334eac-4821-4d37-a0b7-ddd945eb4762?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/c2334eac-4821-4d37-a0b7-ddd945eb4762?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2502,7 +2502,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7788/providers/Microsoft.Network/networkInterfaces/azsmnet934?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7788/providers/Microsoft.Network/networkInterfaces/azsmnet934?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2588,7 +2588,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7788/providers/Microsoft.Network/networkInterfaces/azsmnet7255?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7788/providers/Microsoft.Network/networkInterfaces/azsmnet7255?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -2641,7 +2641,7 @@ "StatusCode": 200, "ResponseHeaders": { "azure-asyncnotification": "Enabled", - "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/14e60a92-1f9a-4001-b092-1b686c19b828?api-version=2021-02-01", + "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/14e60a92-1f9a-4001-b092-1b686c19b828?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1939", "Content-Type": "application/json; charset=utf-8", @@ -2710,7 +2710,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/14e60a92-1f9a-4001-b092-1b686c19b828?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/14e60a92-1f9a-4001-b092-1b686c19b828?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2746,7 +2746,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7788/providers/Microsoft.Network/networkInterfaces/azsmnet7255?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7788/providers/Microsoft.Network/networkInterfaces/azsmnet7255?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2827,7 +2827,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7788/providers/Microsoft.Network/loadBalancers/azsmnet7343?api-version=2021-02-01\u0026$expand=InboundNatRules%2FbackendIPConfiguration", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7788/providers/Microsoft.Network/loadBalancers/azsmnet7343?api-version=2022-09-01\u0026$expand=InboundNatRules%2FbackendIPConfiguration", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -3082,7 +3082,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7788/providers/Microsoft.Network/loadBalancers/azsmnet7343/inboundNatRules?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7788/providers/Microsoft.Network/loadBalancers/azsmnet7343/inboundNatRules?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -3166,7 +3166,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7788/providers/Microsoft.Network/loadBalancers/azsmnet7343?api-version=2021-02-01\u0026$expand=BackendAddressPools%2FbackendIPConfigurations", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7788/providers/Microsoft.Network/loadBalancers/azsmnet7343?api-version=2022-09-01\u0026$expand=BackendAddressPools%2FbackendIPConfigurations", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -3439,7 +3439,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7788/providers/Microsoft.Network/loadBalancers/azsmnet7343/backendAddressPools?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7788/providers/Microsoft.Network/loadBalancers/azsmnet7343/backendAddressPools?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -3502,7 +3502,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7788/providers/Microsoft.Network/loadBalancers/azsmnet7343/backendAddressPools?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7788/providers/Microsoft.Network/loadBalancers/azsmnet7343/backendAddressPools?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -3565,7 +3565,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7788/providers/Microsoft.Network/loadBalancers/azsmnet7343?api-version=2021-02-01\u0026$expand=FrontendIPConfigurations%2FPublicIPAddress", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7788/providers/Microsoft.Network/loadBalancers/azsmnet7343?api-version=2022-09-01\u0026$expand=FrontendIPConfigurations%2FPublicIPAddress", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -3800,7 +3800,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7788/providers/Microsoft.Network/loadBalancers/azsmnet7343?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7788/providers/Microsoft.Network/loadBalancers/azsmnet7343?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -4009,7 +4009,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7788/providers/Microsoft.Network/loadBalancers/azsmnet7343?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7788/providers/Microsoft.Network/loadBalancers/azsmnet7343?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -4023,12 +4023,12 @@ "StatusCode": 202, "ResponseHeaders": { "azure-asyncnotification": "Enabled", - "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ce0a0b51-910d-46bd-9629-ec6678992b0f?api-version=2021-02-01", + "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ce0a0b51-910d-46bd-9629-ec6678992b0f?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Tue, 02 Aug 2022 17:41:31 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/ce0a0b51-910d-46bd-9629-ec6678992b0f?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/ce0a0b51-910d-46bd-9629-ec6678992b0f?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -4047,7 +4047,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ce0a0b51-910d-46bd-9629-ec6678992b0f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ce0a0b51-910d-46bd-9629-ec6678992b0f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4084,7 +4084,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ce0a0b51-910d-46bd-9629-ec6678992b0f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ce0a0b51-910d-46bd-9629-ec6678992b0f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4120,7 +4120,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7788/providers/Microsoft.Network/loadBalancers?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7788/providers/Microsoft.Network/loadBalancers?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/ExpandResourceTestAsync.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/ExpandResourceTestAsync.json index ce2a9380ab61..9deced81a9cc 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/ExpandResourceTestAsync.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/ExpandResourceTestAsync.json @@ -97,7 +97,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3733/providers/Microsoft.Network/publicIPAddresses/azsmnet335?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3733/providers/Microsoft.Network/publicIPAddresses/azsmnet335?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -124,7 +124,7 @@ "StatusCode": 201, "ResponseHeaders": { "azure-asyncnotification": "Enabled", - "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/aebc6a72-db8d-4a1b-be73-4c4a1c43bc7a?api-version=2021-02-01", + "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/aebc6a72-db8d-4a1b-be73-4c4a1c43bc7a?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "792", "Content-Type": "application/json; charset=utf-8", @@ -173,7 +173,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/aebc6a72-db8d-4a1b-be73-4c4a1c43bc7a?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/aebc6a72-db8d-4a1b-be73-4c4a1c43bc7a?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -210,7 +210,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/aebc6a72-db8d-4a1b-be73-4c4a1c43bc7a?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/aebc6a72-db8d-4a1b-be73-4c4a1c43bc7a?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -246,7 +246,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3733/providers/Microsoft.Network/publicIPAddresses/azsmnet335?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3733/providers/Microsoft.Network/publicIPAddresses/azsmnet335?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -306,7 +306,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3733/providers/Microsoft.Network/publicIPAddresses/azsmnet335?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3733/providers/Microsoft.Network/publicIPAddresses/azsmnet335?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -367,7 +367,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3733/providers/Microsoft.Network/virtualNetworks/azsmnet2980?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3733/providers/Microsoft.Network/virtualNetworks/azsmnet2980?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -406,7 +406,7 @@ "StatusCode": 201, "ResponseHeaders": { "azure-asyncnotification": "Enabled", - "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ba89eae8-6d5e-4c5b-8c35-03f8485aee5e?api-version=2021-02-01", + "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ba89eae8-6d5e-4c5b-8c35-03f8485aee5e?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1332", "Content-Type": "application/json; charset=utf-8", @@ -468,7 +468,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ba89eae8-6d5e-4c5b-8c35-03f8485aee5e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ba89eae8-6d5e-4c5b-8c35-03f8485aee5e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -505,7 +505,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ba89eae8-6d5e-4c5b-8c35-03f8485aee5e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ba89eae8-6d5e-4c5b-8c35-03f8485aee5e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -541,7 +541,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3733/providers/Microsoft.Network/virtualNetworks/azsmnet2980?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3733/providers/Microsoft.Network/virtualNetworks/azsmnet2980?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -614,7 +614,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3733/providers/Microsoft.Network/virtualNetworks/azsmnet2980?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3733/providers/Microsoft.Network/virtualNetworks/azsmnet2980?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -688,7 +688,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3733/providers/Microsoft.Network/networkInterfaces/azsmnet3146?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3733/providers/Microsoft.Network/networkInterfaces/azsmnet3146?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -723,7 +723,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/4d123497-df27-452f-9f96-80f59fa4105f?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/4d123497-df27-452f-9f96-80f59fa4105f?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1662", "Content-Type": "application/json; charset=utf-8", @@ -787,7 +787,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/4d123497-df27-452f-9f96-80f59fa4105f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/4d123497-df27-452f-9f96-80f59fa4105f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -823,7 +823,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3733/providers/Microsoft.Network/networkInterfaces/azsmnet3146?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3733/providers/Microsoft.Network/networkInterfaces/azsmnet3146?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -899,7 +899,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3733/providers/Microsoft.Network/networkInterfaces/azsmnet3146?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3733/providers/Microsoft.Network/networkInterfaces/azsmnet3146?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -976,7 +976,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3733/providers/Microsoft.Network/networkInterfaces/azsmnet2201?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3733/providers/Microsoft.Network/networkInterfaces/azsmnet2201?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -1011,7 +1011,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/94e6ed2b-5c23-49d3-9d24-9646b6ef2ce7?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/94e6ed2b-5c23-49d3-9d24-9646b6ef2ce7?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1662", "Content-Type": "application/json; charset=utf-8", @@ -1075,7 +1075,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/94e6ed2b-5c23-49d3-9d24-9646b6ef2ce7?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/94e6ed2b-5c23-49d3-9d24-9646b6ef2ce7?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1111,7 +1111,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3733/providers/Microsoft.Network/networkInterfaces/azsmnet2201?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3733/providers/Microsoft.Network/networkInterfaces/azsmnet2201?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1187,7 +1187,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3733/providers/Microsoft.Network/networkInterfaces/azsmnet2201?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3733/providers/Microsoft.Network/networkInterfaces/azsmnet2201?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1264,7 +1264,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3733/providers/Microsoft.Network/networkInterfaces/azsmnet706?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3733/providers/Microsoft.Network/networkInterfaces/azsmnet706?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -1299,7 +1299,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/9588808b-4646-48f2-ae4b-ee54e9d32182?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/9588808b-4646-48f2-ae4b-ee54e9d32182?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1659", "Content-Type": "application/json; charset=utf-8", @@ -1363,7 +1363,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/9588808b-4646-48f2-ae4b-ee54e9d32182?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/9588808b-4646-48f2-ae4b-ee54e9d32182?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1399,7 +1399,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3733/providers/Microsoft.Network/networkInterfaces/azsmnet706?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3733/providers/Microsoft.Network/networkInterfaces/azsmnet706?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1475,7 +1475,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3733/providers/Microsoft.Network/networkInterfaces/azsmnet706?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3733/providers/Microsoft.Network/networkInterfaces/azsmnet706?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1552,7 +1552,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3733/providers/Microsoft.Network/loadBalancers/azsmnet2409?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3733/providers/Microsoft.Network/loadBalancers/azsmnet2409?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -1650,7 +1650,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/018ea108-a132-4a2e-9ad8-5b5d63876dc2?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/018ea108-a132-4a2e-9ad8-5b5d63876dc2?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "7416", "Content-Type": "application/json; charset=utf-8", @@ -1829,7 +1829,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/018ea108-a132-4a2e-9ad8-5b5d63876dc2?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/018ea108-a132-4a2e-9ad8-5b5d63876dc2?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1865,7 +1865,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3733/providers/Microsoft.Network/loadBalancers/azsmnet2409?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3733/providers/Microsoft.Network/loadBalancers/azsmnet2409?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2056,7 +2056,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3733/providers/Microsoft.Network/networkInterfaces/azsmnet3146?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3733/providers/Microsoft.Network/networkInterfaces/azsmnet3146?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -2126,7 +2126,7 @@ "StatusCode": 200, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ef32bb84-bf19-46d3-9555-09affff4982e?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ef32bb84-bf19-46d3-9555-09affff4982e?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "2210", "Content-Type": "application/json; charset=utf-8", @@ -2200,7 +2200,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ef32bb84-bf19-46d3-9555-09affff4982e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ef32bb84-bf19-46d3-9555-09affff4982e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2236,7 +2236,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3733/providers/Microsoft.Network/networkInterfaces/azsmnet3146?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3733/providers/Microsoft.Network/networkInterfaces/azsmnet3146?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2322,7 +2322,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3733/providers/Microsoft.Network/networkInterfaces/azsmnet2201?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3733/providers/Microsoft.Network/networkInterfaces/azsmnet2201?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -2392,7 +2392,7 @@ "StatusCode": 200, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/135e61ea-0820-4b57-9b0e-8ed0d3e6fc3e?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/135e61ea-0820-4b57-9b0e-8ed0d3e6fc3e?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "2210", "Content-Type": "application/json; charset=utf-8", @@ -2466,7 +2466,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/135e61ea-0820-4b57-9b0e-8ed0d3e6fc3e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/135e61ea-0820-4b57-9b0e-8ed0d3e6fc3e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2502,7 +2502,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3733/providers/Microsoft.Network/networkInterfaces/azsmnet2201?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3733/providers/Microsoft.Network/networkInterfaces/azsmnet2201?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2588,7 +2588,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3733/providers/Microsoft.Network/networkInterfaces/azsmnet706?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3733/providers/Microsoft.Network/networkInterfaces/azsmnet706?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -2641,7 +2641,7 @@ "StatusCode": 200, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ca5f685a-ad63-4a7f-b8dc-71f83c5105f5?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ca5f685a-ad63-4a7f-b8dc-71f83c5105f5?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1937", "Content-Type": "application/json; charset=utf-8", @@ -2710,7 +2710,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ca5f685a-ad63-4a7f-b8dc-71f83c5105f5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ca5f685a-ad63-4a7f-b8dc-71f83c5105f5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2746,7 +2746,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3733/providers/Microsoft.Network/networkInterfaces/azsmnet706?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3733/providers/Microsoft.Network/networkInterfaces/azsmnet706?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2827,7 +2827,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3733/providers/Microsoft.Network/loadBalancers/azsmnet2409?api-version=2021-02-01\u0026$expand=InboundNatRules%2FbackendIPConfiguration", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3733/providers/Microsoft.Network/loadBalancers/azsmnet2409?api-version=2022-09-01\u0026$expand=InboundNatRules%2FbackendIPConfiguration", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -3082,7 +3082,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3733/providers/Microsoft.Network/loadBalancers/azsmnet2409/inboundNatRules?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3733/providers/Microsoft.Network/loadBalancers/azsmnet2409/inboundNatRules?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -3166,7 +3166,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3733/providers/Microsoft.Network/loadBalancers/azsmnet2409?api-version=2021-02-01\u0026$expand=BackendAddressPools%2FbackendIPConfigurations", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3733/providers/Microsoft.Network/loadBalancers/azsmnet2409?api-version=2022-09-01\u0026$expand=BackendAddressPools%2FbackendIPConfigurations", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -3439,7 +3439,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3733/providers/Microsoft.Network/loadBalancers/azsmnet2409/backendAddressPools?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3733/providers/Microsoft.Network/loadBalancers/azsmnet2409/backendAddressPools?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -3502,7 +3502,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3733/providers/Microsoft.Network/loadBalancers/azsmnet2409/backendAddressPools?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3733/providers/Microsoft.Network/loadBalancers/azsmnet2409/backendAddressPools?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -3565,7 +3565,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3733/providers/Microsoft.Network/loadBalancers/azsmnet2409?api-version=2021-02-01\u0026$expand=FrontendIPConfigurations%2FPublicIPAddress", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3733/providers/Microsoft.Network/loadBalancers/azsmnet2409?api-version=2022-09-01\u0026$expand=FrontendIPConfigurations%2FPublicIPAddress", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -3800,7 +3800,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3733/providers/Microsoft.Network/loadBalancers/azsmnet2409?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3733/providers/Microsoft.Network/loadBalancers/azsmnet2409?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -4009,7 +4009,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3733/providers/Microsoft.Network/loadBalancers/azsmnet2409?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3733/providers/Microsoft.Network/loadBalancers/azsmnet2409?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -4023,12 +4023,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/b156330b-f17e-4097-bec0-4c49748c24a7?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/b156330b-f17e-4097-bec0-4c49748c24a7?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Tue, 02 Aug 2022 17:42:05 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/b156330b-f17e-4097-bec0-4c49748c24a7?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/b156330b-f17e-4097-bec0-4c49748c24a7?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -4047,7 +4047,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/b156330b-f17e-4097-bec0-4c49748c24a7?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/b156330b-f17e-4097-bec0-4c49748c24a7?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4084,7 +4084,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/b156330b-f17e-4097-bec0-4c49748c24a7?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/b156330b-f17e-4097-bec0-4c49748c24a7?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4120,7 +4120,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3733/providers/Microsoft.Network/loadBalancers?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3733/providers/Microsoft.Network/loadBalancers?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/ExpandResourceTest[2018-11-01].json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/ExpandResourceTest[2018-11-01].json index 85447d9d2363..1e5b51e4fb31 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/ExpandResourceTest[2018-11-01].json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/ExpandResourceTest[2018-11-01].json @@ -97,7 +97,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4932/providers/Microsoft.Network/publicIPAddresses/azsmnet3651?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4932/providers/Microsoft.Network/publicIPAddresses/azsmnet3651?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -124,7 +124,7 @@ "StatusCode": 201, "ResponseHeaders": { "azure-asyncnotification": "Enabled", - "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/94cd54d1-476e-4460-9acc-1ba3755db6d5?api-version=2021-02-01", + "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/94cd54d1-476e-4460-9acc-1ba3755db6d5?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "794", "Content-Type": "application/json; charset=utf-8", @@ -173,7 +173,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/94cd54d1-476e-4460-9acc-1ba3755db6d5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/94cd54d1-476e-4460-9acc-1ba3755db6d5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -210,7 +210,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/94cd54d1-476e-4460-9acc-1ba3755db6d5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/94cd54d1-476e-4460-9acc-1ba3755db6d5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -246,7 +246,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4932/providers/Microsoft.Network/publicIPAddresses/azsmnet3651?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4932/providers/Microsoft.Network/publicIPAddresses/azsmnet3651?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -306,7 +306,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4932/providers/Microsoft.Network/publicIPAddresses/azsmnet3651?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4932/providers/Microsoft.Network/publicIPAddresses/azsmnet3651?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -367,7 +367,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4932/providers/Microsoft.Network/virtualNetworks/azsmnet1941?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4932/providers/Microsoft.Network/virtualNetworks/azsmnet1941?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -406,7 +406,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/82f7a842-2832-44bf-afda-e89c1df20ef9?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/82f7a842-2832-44bf-afda-e89c1df20ef9?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1332", "Content-Type": "application/json; charset=utf-8", @@ -468,7 +468,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/82f7a842-2832-44bf-afda-e89c1df20ef9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/82f7a842-2832-44bf-afda-e89c1df20ef9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -505,7 +505,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/82f7a842-2832-44bf-afda-e89c1df20ef9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/82f7a842-2832-44bf-afda-e89c1df20ef9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -541,7 +541,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4932/providers/Microsoft.Network/virtualNetworks/azsmnet1941?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4932/providers/Microsoft.Network/virtualNetworks/azsmnet1941?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -614,7 +614,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4932/providers/Microsoft.Network/virtualNetworks/azsmnet1941?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4932/providers/Microsoft.Network/virtualNetworks/azsmnet1941?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -688,7 +688,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4932/providers/Microsoft.Network/networkInterfaces/azsmnet558?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4932/providers/Microsoft.Network/networkInterfaces/azsmnet558?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -723,7 +723,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/fde074f2-1300-4424-8d87-1e46af7adfaf?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/fde074f2-1300-4424-8d87-1e46af7adfaf?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1659", "Content-Type": "application/json; charset=utf-8", @@ -787,7 +787,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/fde074f2-1300-4424-8d87-1e46af7adfaf?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/fde074f2-1300-4424-8d87-1e46af7adfaf?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -823,7 +823,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4932/providers/Microsoft.Network/networkInterfaces/azsmnet558?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4932/providers/Microsoft.Network/networkInterfaces/azsmnet558?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -899,7 +899,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4932/providers/Microsoft.Network/networkInterfaces/azsmnet558?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4932/providers/Microsoft.Network/networkInterfaces/azsmnet558?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -976,7 +976,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4932/providers/Microsoft.Network/networkInterfaces/azsmnet9886?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4932/providers/Microsoft.Network/networkInterfaces/azsmnet9886?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -1011,7 +1011,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/9d752443-8249-4889-aca8-ab27f0eeb615?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/9d752443-8249-4889-aca8-ab27f0eeb615?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1662", "Content-Type": "application/json; charset=utf-8", @@ -1075,7 +1075,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/9d752443-8249-4889-aca8-ab27f0eeb615?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/9d752443-8249-4889-aca8-ab27f0eeb615?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1111,7 +1111,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4932/providers/Microsoft.Network/networkInterfaces/azsmnet9886?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4932/providers/Microsoft.Network/networkInterfaces/azsmnet9886?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1187,7 +1187,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4932/providers/Microsoft.Network/networkInterfaces/azsmnet9886?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4932/providers/Microsoft.Network/networkInterfaces/azsmnet9886?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1264,7 +1264,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4932/providers/Microsoft.Network/networkInterfaces/azsmnet2108?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4932/providers/Microsoft.Network/networkInterfaces/azsmnet2108?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -1299,7 +1299,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ebf4c1d6-5775-4f19-9b35-2060f6fec0f6?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ebf4c1d6-5775-4f19-9b35-2060f6fec0f6?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1662", "Content-Type": "application/json; charset=utf-8", @@ -1363,7 +1363,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ebf4c1d6-5775-4f19-9b35-2060f6fec0f6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ebf4c1d6-5775-4f19-9b35-2060f6fec0f6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1399,7 +1399,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4932/providers/Microsoft.Network/networkInterfaces/azsmnet2108?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4932/providers/Microsoft.Network/networkInterfaces/azsmnet2108?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1475,7 +1475,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4932/providers/Microsoft.Network/networkInterfaces/azsmnet2108?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4932/providers/Microsoft.Network/networkInterfaces/azsmnet2108?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -2044,7 +2044,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4932/providers/Microsoft.Network/networkInterfaces/azsmnet558?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4932/providers/Microsoft.Network/networkInterfaces/azsmnet558?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -2114,7 +2114,7 @@ "StatusCode": 200, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/0e3f7f40-b7fd-4013-9bc5-570861e3c95d?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/0e3f7f40-b7fd-4013-9bc5-570861e3c95d?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "2207", "Content-Type": "application/json; charset=utf-8", @@ -2188,7 +2188,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/0e3f7f40-b7fd-4013-9bc5-570861e3c95d?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/0e3f7f40-b7fd-4013-9bc5-570861e3c95d?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2224,7 +2224,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4932/providers/Microsoft.Network/networkInterfaces/azsmnet558?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4932/providers/Microsoft.Network/networkInterfaces/azsmnet558?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2310,7 +2310,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4932/providers/Microsoft.Network/networkInterfaces/azsmnet9886?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4932/providers/Microsoft.Network/networkInterfaces/azsmnet9886?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -2380,7 +2380,7 @@ "StatusCode": 200, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/aadd3c60-ebde-4091-9bc2-2f2e1ccc4e74?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/aadd3c60-ebde-4091-9bc2-2f2e1ccc4e74?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "2210", "Content-Type": "application/json; charset=utf-8", @@ -2454,7 +2454,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/aadd3c60-ebde-4091-9bc2-2f2e1ccc4e74?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/aadd3c60-ebde-4091-9bc2-2f2e1ccc4e74?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2490,7 +2490,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4932/providers/Microsoft.Network/networkInterfaces/azsmnet9886?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4932/providers/Microsoft.Network/networkInterfaces/azsmnet9886?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2576,7 +2576,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4932/providers/Microsoft.Network/networkInterfaces/azsmnet2108?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4932/providers/Microsoft.Network/networkInterfaces/azsmnet2108?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -2629,7 +2629,7 @@ "StatusCode": 200, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/470e3ad3-7ac8-48ed-ad93-be610aa3ea87?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/470e3ad3-7ac8-48ed-ad93-be610aa3ea87?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1940", "Content-Type": "application/json; charset=utf-8", @@ -2698,7 +2698,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/470e3ad3-7ac8-48ed-ad93-be610aa3ea87?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/470e3ad3-7ac8-48ed-ad93-be610aa3ea87?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2734,7 +2734,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4932/providers/Microsoft.Network/networkInterfaces/azsmnet2108?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4932/providers/Microsoft.Network/networkInterfaces/azsmnet2108?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3064,7 +3064,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4932/providers/Microsoft.Network/loadBalancers/azsmnet8984/inboundNatRules?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4932/providers/Microsoft.Network/loadBalancers/azsmnet8984/inboundNatRules?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -3415,7 +3415,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4932/providers/Microsoft.Network/loadBalancers/azsmnet8984/backendAddressPools?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4932/providers/Microsoft.Network/loadBalancers/azsmnet8984/backendAddressPools?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -3478,7 +3478,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4932/providers/Microsoft.Network/loadBalancers/azsmnet8984/backendAddressPools?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4932/providers/Microsoft.Network/loadBalancers/azsmnet8984/backendAddressPools?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/ExpandResourceTest[2018-11-01]Async.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/ExpandResourceTest[2018-11-01]Async.json index c013ba22604c..863adc57d609 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/ExpandResourceTest[2018-11-01]Async.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/ExpandResourceTest[2018-11-01]Async.json @@ -97,7 +97,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7327/providers/Microsoft.Network/publicIPAddresses/azsmnet4775?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7327/providers/Microsoft.Network/publicIPAddresses/azsmnet4775?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -124,7 +124,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/7d2cf15c-9548-4c12-a4af-894842e69fc3?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/7d2cf15c-9548-4c12-a4af-894842e69fc3?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "794", "Content-Type": "application/json; charset=utf-8", @@ -173,7 +173,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/7d2cf15c-9548-4c12-a4af-894842e69fc3?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/7d2cf15c-9548-4c12-a4af-894842e69fc3?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -210,7 +210,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/7d2cf15c-9548-4c12-a4af-894842e69fc3?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/7d2cf15c-9548-4c12-a4af-894842e69fc3?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -246,7 +246,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7327/providers/Microsoft.Network/publicIPAddresses/azsmnet4775?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7327/providers/Microsoft.Network/publicIPAddresses/azsmnet4775?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -306,7 +306,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7327/providers/Microsoft.Network/publicIPAddresses/azsmnet4775?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7327/providers/Microsoft.Network/publicIPAddresses/azsmnet4775?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -367,7 +367,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7327/providers/Microsoft.Network/virtualNetworks/azsmnet5082?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7327/providers/Microsoft.Network/virtualNetworks/azsmnet5082?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -406,7 +406,7 @@ "StatusCode": 201, "ResponseHeaders": { "azure-asyncnotification": "Enabled", - "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/9ed7fd9a-8e59-47ec-86fc-106df54128dc?api-version=2021-02-01", + "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/9ed7fd9a-8e59-47ec-86fc-106df54128dc?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1332", "Content-Type": "application/json; charset=utf-8", @@ -468,7 +468,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/9ed7fd9a-8e59-47ec-86fc-106df54128dc?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/9ed7fd9a-8e59-47ec-86fc-106df54128dc?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -505,7 +505,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/9ed7fd9a-8e59-47ec-86fc-106df54128dc?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/9ed7fd9a-8e59-47ec-86fc-106df54128dc?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -541,7 +541,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7327/providers/Microsoft.Network/virtualNetworks/azsmnet5082?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7327/providers/Microsoft.Network/virtualNetworks/azsmnet5082?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -614,7 +614,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7327/providers/Microsoft.Network/virtualNetworks/azsmnet5082?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7327/providers/Microsoft.Network/virtualNetworks/azsmnet5082?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -688,7 +688,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7327/providers/Microsoft.Network/networkInterfaces/azsmnet7971?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7327/providers/Microsoft.Network/networkInterfaces/azsmnet7971?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -723,7 +723,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/50e90a16-8c78-476c-8d03-5904158b4bd4?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/50e90a16-8c78-476c-8d03-5904158b4bd4?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1662", "Content-Type": "application/json; charset=utf-8", @@ -787,7 +787,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/50e90a16-8c78-476c-8d03-5904158b4bd4?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/50e90a16-8c78-476c-8d03-5904158b4bd4?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -823,7 +823,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7327/providers/Microsoft.Network/networkInterfaces/azsmnet7971?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7327/providers/Microsoft.Network/networkInterfaces/azsmnet7971?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -899,7 +899,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7327/providers/Microsoft.Network/networkInterfaces/azsmnet7971?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7327/providers/Microsoft.Network/networkInterfaces/azsmnet7971?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -976,7 +976,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7327/providers/Microsoft.Network/networkInterfaces/azsmnet8687?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7327/providers/Microsoft.Network/networkInterfaces/azsmnet8687?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -1011,7 +1011,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/d7d4cfb9-5c25-4ef1-94a7-3961d4026238?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/d7d4cfb9-5c25-4ef1-94a7-3961d4026238?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1662", "Content-Type": "application/json; charset=utf-8", @@ -1075,7 +1075,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/d7d4cfb9-5c25-4ef1-94a7-3961d4026238?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/d7d4cfb9-5c25-4ef1-94a7-3961d4026238?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1111,7 +1111,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7327/providers/Microsoft.Network/networkInterfaces/azsmnet8687?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7327/providers/Microsoft.Network/networkInterfaces/azsmnet8687?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1187,7 +1187,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7327/providers/Microsoft.Network/networkInterfaces/azsmnet8687?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7327/providers/Microsoft.Network/networkInterfaces/azsmnet8687?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1264,7 +1264,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7327/providers/Microsoft.Network/networkInterfaces/azsmnet9591?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7327/providers/Microsoft.Network/networkInterfaces/azsmnet9591?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -1299,7 +1299,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/65f0b0ea-e350-4247-9cee-d8fc3b38aa7e?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/65f0b0ea-e350-4247-9cee-d8fc3b38aa7e?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1662", "Content-Type": "application/json; charset=utf-8", @@ -1363,7 +1363,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/65f0b0ea-e350-4247-9cee-d8fc3b38aa7e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/65f0b0ea-e350-4247-9cee-d8fc3b38aa7e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1399,7 +1399,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7327/providers/Microsoft.Network/networkInterfaces/azsmnet9591?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7327/providers/Microsoft.Network/networkInterfaces/azsmnet9591?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1475,7 +1475,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7327/providers/Microsoft.Network/networkInterfaces/azsmnet9591?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7327/providers/Microsoft.Network/networkInterfaces/azsmnet9591?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -2044,7 +2044,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7327/providers/Microsoft.Network/networkInterfaces/azsmnet7971?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7327/providers/Microsoft.Network/networkInterfaces/azsmnet7971?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -2114,7 +2114,7 @@ "StatusCode": 200, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/cc9e47d3-a3ed-4892-a85b-332e4eb28230?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/cc9e47d3-a3ed-4892-a85b-332e4eb28230?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "2207", "Content-Type": "application/json; charset=utf-8", @@ -2188,7 +2188,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/cc9e47d3-a3ed-4892-a85b-332e4eb28230?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/cc9e47d3-a3ed-4892-a85b-332e4eb28230?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2224,7 +2224,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7327/providers/Microsoft.Network/networkInterfaces/azsmnet7971?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7327/providers/Microsoft.Network/networkInterfaces/azsmnet7971?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2310,7 +2310,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7327/providers/Microsoft.Network/networkInterfaces/azsmnet8687?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7327/providers/Microsoft.Network/networkInterfaces/azsmnet8687?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -2380,7 +2380,7 @@ "StatusCode": 200, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/47d3d369-5d33-47ac-9c5e-a0b1dc2c0b44?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/47d3d369-5d33-47ac-9c5e-a0b1dc2c0b44?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "2207", "Content-Type": "application/json; charset=utf-8", @@ -2454,7 +2454,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/47d3d369-5d33-47ac-9c5e-a0b1dc2c0b44?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/47d3d369-5d33-47ac-9c5e-a0b1dc2c0b44?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2490,7 +2490,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7327/providers/Microsoft.Network/networkInterfaces/azsmnet8687?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7327/providers/Microsoft.Network/networkInterfaces/azsmnet8687?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2576,7 +2576,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7327/providers/Microsoft.Network/networkInterfaces/azsmnet9591?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7327/providers/Microsoft.Network/networkInterfaces/azsmnet9591?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -2629,7 +2629,7 @@ "StatusCode": 200, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/39ca2d10-9890-49a1-81d3-d6709dc41a98?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/39ca2d10-9890-49a1-81d3-d6709dc41a98?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1937", "Content-Type": "application/json; charset=utf-8", @@ -2698,7 +2698,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/39ca2d10-9890-49a1-81d3-d6709dc41a98?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/39ca2d10-9890-49a1-81d3-d6709dc41a98?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2734,7 +2734,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7327/providers/Microsoft.Network/networkInterfaces/azsmnet9591?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7327/providers/Microsoft.Network/networkInterfaces/azsmnet9591?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3064,7 +3064,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7327/providers/Microsoft.Network/loadBalancers/azsmnet5608/inboundNatRules?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7327/providers/Microsoft.Network/loadBalancers/azsmnet5608/inboundNatRules?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -3415,7 +3415,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7327/providers/Microsoft.Network/loadBalancers/azsmnet5608/backendAddressPools?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7327/providers/Microsoft.Network/loadBalancers/azsmnet5608/backendAddressPools?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -3478,7 +3478,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7327/providers/Microsoft.Network/loadBalancers/azsmnet5608/backendAddressPools?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7327/providers/Microsoft.Network/loadBalancers/azsmnet5608/backendAddressPools?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/ExpandResourceTest[2021-04-01].json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/ExpandResourceTest[2021-04-01].json index 79846d8754b6..df3c11de8dfd 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/ExpandResourceTest[2021-04-01].json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/ExpandResourceTest[2021-04-01].json @@ -97,7 +97,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg662/providers/Microsoft.Network/publicIPAddresses/azsmnet3137?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg662/providers/Microsoft.Network/publicIPAddresses/azsmnet3137?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -124,7 +124,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ed663546-4646-427b-acfa-91822df60c93?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ed663546-4646-427b-acfa-91822df60c93?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "793", "Content-Type": "application/json; charset=utf-8", @@ -173,7 +173,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ed663546-4646-427b-acfa-91822df60c93?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ed663546-4646-427b-acfa-91822df60c93?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -210,7 +210,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ed663546-4646-427b-acfa-91822df60c93?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ed663546-4646-427b-acfa-91822df60c93?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -246,7 +246,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg662/providers/Microsoft.Network/publicIPAddresses/azsmnet3137?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg662/providers/Microsoft.Network/publicIPAddresses/azsmnet3137?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -306,7 +306,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg662/providers/Microsoft.Network/publicIPAddresses/azsmnet3137?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg662/providers/Microsoft.Network/publicIPAddresses/azsmnet3137?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -367,7 +367,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg662/providers/Microsoft.Network/virtualNetworks/azsmnet7372?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg662/providers/Microsoft.Network/virtualNetworks/azsmnet7372?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -406,7 +406,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/6fa7ac19-d999-4948-a174-7187e2e6910e?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/6fa7ac19-d999-4948-a174-7187e2e6910e?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1330", "Content-Type": "application/json; charset=utf-8", @@ -468,7 +468,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/6fa7ac19-d999-4948-a174-7187e2e6910e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/6fa7ac19-d999-4948-a174-7187e2e6910e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -505,7 +505,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/6fa7ac19-d999-4948-a174-7187e2e6910e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/6fa7ac19-d999-4948-a174-7187e2e6910e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -541,7 +541,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg662/providers/Microsoft.Network/virtualNetworks/azsmnet7372?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg662/providers/Microsoft.Network/virtualNetworks/azsmnet7372?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -614,7 +614,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg662/providers/Microsoft.Network/virtualNetworks/azsmnet7372?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg662/providers/Microsoft.Network/virtualNetworks/azsmnet7372?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -688,7 +688,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg662/providers/Microsoft.Network/networkInterfaces/azsmnet5947?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg662/providers/Microsoft.Network/networkInterfaces/azsmnet5947?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -723,7 +723,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/b2db41ca-b513-4ec0-9036-ebfda167607c?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/b2db41ca-b513-4ec0-9036-ebfda167607c?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1659", "Content-Type": "application/json; charset=utf-8", @@ -787,7 +787,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/b2db41ca-b513-4ec0-9036-ebfda167607c?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/b2db41ca-b513-4ec0-9036-ebfda167607c?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -823,7 +823,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg662/providers/Microsoft.Network/networkInterfaces/azsmnet5947?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg662/providers/Microsoft.Network/networkInterfaces/azsmnet5947?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -899,7 +899,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg662/providers/Microsoft.Network/networkInterfaces/azsmnet5947?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg662/providers/Microsoft.Network/networkInterfaces/azsmnet5947?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -976,7 +976,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg662/providers/Microsoft.Network/networkInterfaces/azsmnet2133?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg662/providers/Microsoft.Network/networkInterfaces/azsmnet2133?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -1011,7 +1011,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/eca569a1-a9f6-4fdc-a10c-cd7fe375d2aa?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/eca569a1-a9f6-4fdc-a10c-cd7fe375d2aa?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1659", "Content-Type": "application/json; charset=utf-8", @@ -1075,7 +1075,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/eca569a1-a9f6-4fdc-a10c-cd7fe375d2aa?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/eca569a1-a9f6-4fdc-a10c-cd7fe375d2aa?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1111,7 +1111,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg662/providers/Microsoft.Network/networkInterfaces/azsmnet2133?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg662/providers/Microsoft.Network/networkInterfaces/azsmnet2133?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1187,7 +1187,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg662/providers/Microsoft.Network/networkInterfaces/azsmnet2133?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg662/providers/Microsoft.Network/networkInterfaces/azsmnet2133?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1264,7 +1264,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg662/providers/Microsoft.Network/networkInterfaces/azsmnet7817?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg662/providers/Microsoft.Network/networkInterfaces/azsmnet7817?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -1299,7 +1299,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/dd76e3f9-1fb8-4191-909e-a59a032bbf10?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/dd76e3f9-1fb8-4191-909e-a59a032bbf10?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1659", "Content-Type": "application/json; charset=utf-8", @@ -1363,7 +1363,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/dd76e3f9-1fb8-4191-909e-a59a032bbf10?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/dd76e3f9-1fb8-4191-909e-a59a032bbf10?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1399,7 +1399,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg662/providers/Microsoft.Network/networkInterfaces/azsmnet7817?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg662/providers/Microsoft.Network/networkInterfaces/azsmnet7817?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1475,7 +1475,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg662/providers/Microsoft.Network/networkInterfaces/azsmnet7817?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg662/providers/Microsoft.Network/networkInterfaces/azsmnet7817?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -2056,7 +2056,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg662/providers/Microsoft.Network/networkInterfaces/azsmnet5947?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg662/providers/Microsoft.Network/networkInterfaces/azsmnet5947?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -2126,7 +2126,7 @@ "StatusCode": 200, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/c372bb2e-a9fe-4589-9ba1-b1e0c3696cd9?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/c372bb2e-a9fe-4589-9ba1-b1e0c3696cd9?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "2205", "Content-Type": "application/json; charset=utf-8", @@ -2200,7 +2200,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/c372bb2e-a9fe-4589-9ba1-b1e0c3696cd9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/c372bb2e-a9fe-4589-9ba1-b1e0c3696cd9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2236,7 +2236,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg662/providers/Microsoft.Network/networkInterfaces/azsmnet5947?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg662/providers/Microsoft.Network/networkInterfaces/azsmnet5947?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2322,7 +2322,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg662/providers/Microsoft.Network/networkInterfaces/azsmnet2133?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg662/providers/Microsoft.Network/networkInterfaces/azsmnet2133?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -2392,7 +2392,7 @@ "StatusCode": 200, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/7a66f948-17f8-4e7f-98ea-9a4c041ae260?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/7a66f948-17f8-4e7f-98ea-9a4c041ae260?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "2205", "Content-Type": "application/json; charset=utf-8", @@ -2466,7 +2466,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/7a66f948-17f8-4e7f-98ea-9a4c041ae260?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/7a66f948-17f8-4e7f-98ea-9a4c041ae260?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2502,7 +2502,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg662/providers/Microsoft.Network/networkInterfaces/azsmnet2133?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg662/providers/Microsoft.Network/networkInterfaces/azsmnet2133?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2588,7 +2588,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg662/providers/Microsoft.Network/networkInterfaces/azsmnet7817?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg662/providers/Microsoft.Network/networkInterfaces/azsmnet7817?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -2641,7 +2641,7 @@ "StatusCode": 200, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/bf9b8bcc-b1c8-4cf9-a459-d105bc2e95c4?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/bf9b8bcc-b1c8-4cf9-a459-d105bc2e95c4?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1936", "Content-Type": "application/json; charset=utf-8", @@ -2710,7 +2710,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/bf9b8bcc-b1c8-4cf9-a459-d105bc2e95c4?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/bf9b8bcc-b1c8-4cf9-a459-d105bc2e95c4?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2746,7 +2746,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg662/providers/Microsoft.Network/networkInterfaces/azsmnet7817?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg662/providers/Microsoft.Network/networkInterfaces/azsmnet7817?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3082,7 +3082,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg662/providers/Microsoft.Network/loadBalancers/azsmnet7038/inboundNatRules?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg662/providers/Microsoft.Network/loadBalancers/azsmnet7038/inboundNatRules?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -3439,7 +3439,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg662/providers/Microsoft.Network/loadBalancers/azsmnet7038/backendAddressPools?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg662/providers/Microsoft.Network/loadBalancers/azsmnet7038/backendAddressPools?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -3502,7 +3502,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg662/providers/Microsoft.Network/loadBalancers/azsmnet7038/backendAddressPools?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg662/providers/Microsoft.Network/loadBalancers/azsmnet7038/backendAddressPools?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/ExpandResourceTest[2021-04-01]Async.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/ExpandResourceTest[2021-04-01]Async.json index 317879c3bd54..68c1ea27508d 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/ExpandResourceTest[2021-04-01]Async.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/ExpandResourceTest[2021-04-01]Async.json @@ -97,7 +97,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7300/providers/Microsoft.Network/publicIPAddresses/azsmnet5278?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7300/providers/Microsoft.Network/publicIPAddresses/azsmnet5278?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -124,7 +124,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/50afd38f-fdca-483d-8c35-5db48d2cb468?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/50afd38f-fdca-483d-8c35-5db48d2cb468?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "794", "Content-Type": "application/json; charset=utf-8", @@ -173,7 +173,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/50afd38f-fdca-483d-8c35-5db48d2cb468?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/50afd38f-fdca-483d-8c35-5db48d2cb468?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -210,7 +210,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/50afd38f-fdca-483d-8c35-5db48d2cb468?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/50afd38f-fdca-483d-8c35-5db48d2cb468?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -246,7 +246,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7300/providers/Microsoft.Network/publicIPAddresses/azsmnet5278?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7300/providers/Microsoft.Network/publicIPAddresses/azsmnet5278?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -306,7 +306,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7300/providers/Microsoft.Network/publicIPAddresses/azsmnet5278?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7300/providers/Microsoft.Network/publicIPAddresses/azsmnet5278?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -367,7 +367,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7300/providers/Microsoft.Network/virtualNetworks/azsmnet2698?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7300/providers/Microsoft.Network/virtualNetworks/azsmnet2698?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -406,7 +406,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/5efb1cfe-a235-4a4a-9db9-4196dbaa6e96?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/5efb1cfe-a235-4a4a-9db9-4196dbaa6e96?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1332", "Content-Type": "application/json; charset=utf-8", @@ -468,7 +468,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/5efb1cfe-a235-4a4a-9db9-4196dbaa6e96?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/5efb1cfe-a235-4a4a-9db9-4196dbaa6e96?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -505,7 +505,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/5efb1cfe-a235-4a4a-9db9-4196dbaa6e96?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/5efb1cfe-a235-4a4a-9db9-4196dbaa6e96?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -541,7 +541,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7300/providers/Microsoft.Network/virtualNetworks/azsmnet2698?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7300/providers/Microsoft.Network/virtualNetworks/azsmnet2698?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -614,7 +614,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7300/providers/Microsoft.Network/virtualNetworks/azsmnet2698?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7300/providers/Microsoft.Network/virtualNetworks/azsmnet2698?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -688,7 +688,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7300/providers/Microsoft.Network/networkInterfaces/azsmnet2583?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7300/providers/Microsoft.Network/networkInterfaces/azsmnet2583?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -723,7 +723,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/4cccf636-cdc3-4c11-a70d-e6992953946e?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/4cccf636-cdc3-4c11-a70d-e6992953946e?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1662", "Content-Type": "application/json; charset=utf-8", @@ -787,7 +787,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/4cccf636-cdc3-4c11-a70d-e6992953946e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/4cccf636-cdc3-4c11-a70d-e6992953946e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -823,7 +823,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7300/providers/Microsoft.Network/networkInterfaces/azsmnet2583?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7300/providers/Microsoft.Network/networkInterfaces/azsmnet2583?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -899,7 +899,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7300/providers/Microsoft.Network/networkInterfaces/azsmnet2583?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7300/providers/Microsoft.Network/networkInterfaces/azsmnet2583?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -976,7 +976,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7300/providers/Microsoft.Network/networkInterfaces/azsmnet8951?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7300/providers/Microsoft.Network/networkInterfaces/azsmnet8951?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -1011,7 +1011,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/efb0c602-d1af-4065-a675-5178a466dd59?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/efb0c602-d1af-4065-a675-5178a466dd59?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1662", "Content-Type": "application/json; charset=utf-8", @@ -1075,7 +1075,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/efb0c602-d1af-4065-a675-5178a466dd59?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/efb0c602-d1af-4065-a675-5178a466dd59?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1111,7 +1111,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7300/providers/Microsoft.Network/networkInterfaces/azsmnet8951?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7300/providers/Microsoft.Network/networkInterfaces/azsmnet8951?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1187,7 +1187,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7300/providers/Microsoft.Network/networkInterfaces/azsmnet8951?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7300/providers/Microsoft.Network/networkInterfaces/azsmnet8951?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1264,7 +1264,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7300/providers/Microsoft.Network/networkInterfaces/azsmnet6013?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7300/providers/Microsoft.Network/networkInterfaces/azsmnet6013?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -1299,7 +1299,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/575d8dec-ac08-4506-8bf1-421331b1e173?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/575d8dec-ac08-4506-8bf1-421331b1e173?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1662", "Content-Type": "application/json; charset=utf-8", @@ -1363,7 +1363,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/575d8dec-ac08-4506-8bf1-421331b1e173?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/575d8dec-ac08-4506-8bf1-421331b1e173?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1399,7 +1399,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7300/providers/Microsoft.Network/networkInterfaces/azsmnet6013?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7300/providers/Microsoft.Network/networkInterfaces/azsmnet6013?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1475,7 +1475,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7300/providers/Microsoft.Network/networkInterfaces/azsmnet6013?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7300/providers/Microsoft.Network/networkInterfaces/azsmnet6013?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -2056,7 +2056,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7300/providers/Microsoft.Network/networkInterfaces/azsmnet2583?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7300/providers/Microsoft.Network/networkInterfaces/azsmnet2583?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -2126,7 +2126,7 @@ "StatusCode": 200, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/176d8be7-8922-4456-bc4f-8819f17c31c2?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/176d8be7-8922-4456-bc4f-8819f17c31c2?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "2210", "Content-Type": "application/json; charset=utf-8", @@ -2200,7 +2200,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/176d8be7-8922-4456-bc4f-8819f17c31c2?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/176d8be7-8922-4456-bc4f-8819f17c31c2?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2236,7 +2236,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7300/providers/Microsoft.Network/networkInterfaces/azsmnet2583?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7300/providers/Microsoft.Network/networkInterfaces/azsmnet2583?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2322,7 +2322,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7300/providers/Microsoft.Network/networkInterfaces/azsmnet8951?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7300/providers/Microsoft.Network/networkInterfaces/azsmnet8951?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -2392,7 +2392,7 @@ "StatusCode": 200, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/54a07cb8-02fa-459b-b0a9-cb6e744f2d27?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/54a07cb8-02fa-459b-b0a9-cb6e744f2d27?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "2210", "Content-Type": "application/json; charset=utf-8", @@ -2466,7 +2466,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/54a07cb8-02fa-459b-b0a9-cb6e744f2d27?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/54a07cb8-02fa-459b-b0a9-cb6e744f2d27?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2502,7 +2502,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7300/providers/Microsoft.Network/networkInterfaces/azsmnet8951?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7300/providers/Microsoft.Network/networkInterfaces/azsmnet8951?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2588,7 +2588,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7300/providers/Microsoft.Network/networkInterfaces/azsmnet6013?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7300/providers/Microsoft.Network/networkInterfaces/azsmnet6013?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -2641,7 +2641,7 @@ "StatusCode": 200, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/4b323808-0ed3-4aee-80e5-fb37a5d49924?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/4b323808-0ed3-4aee-80e5-fb37a5d49924?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1940", "Content-Type": "application/json; charset=utf-8", @@ -2710,7 +2710,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/4b323808-0ed3-4aee-80e5-fb37a5d49924?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/4b323808-0ed3-4aee-80e5-fb37a5d49924?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2746,7 +2746,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7300/providers/Microsoft.Network/networkInterfaces/azsmnet6013?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7300/providers/Microsoft.Network/networkInterfaces/azsmnet6013?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3082,7 +3082,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7300/providers/Microsoft.Network/loadBalancers/azsmnet3661/inboundNatRules?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7300/providers/Microsoft.Network/loadBalancers/azsmnet3661/inboundNatRules?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -3439,7 +3439,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7300/providers/Microsoft.Network/loadBalancers/azsmnet3661/backendAddressPools?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7300/providers/Microsoft.Network/loadBalancers/azsmnet3661/backendAddressPools?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -3502,7 +3502,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7300/providers/Microsoft.Network/loadBalancers/azsmnet3661/backendAddressPools?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7300/providers/Microsoft.Network/loadBalancers/azsmnet3661/backendAddressPools?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/LoadBalancerApiNicAssociationTest.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/LoadBalancerApiNicAssociationTest.json index 16bc6a90bf48..cca22c086179 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/LoadBalancerApiNicAssociationTest.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/LoadBalancerApiNicAssociationTest.json @@ -87,7 +87,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/publicIPAddresses/azsmnet429?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/publicIPAddresses/azsmnet429?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -113,7 +113,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/3deb4da2-616d-45a1-9f16-102ba783446e?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/3deb4da2-616d-45a1-9f16-102ba783446e?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "792", "Content-Type": "application/json; charset=utf-8", @@ -164,7 +164,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/3deb4da2-616d-45a1-9f16-102ba783446e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/3deb4da2-616d-45a1-9f16-102ba783446e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -201,7 +201,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/publicIPAddresses/azsmnet429?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/publicIPAddresses/azsmnet429?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -262,7 +262,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/publicIPAddresses/azsmnet429?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/publicIPAddresses/azsmnet429?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -324,7 +324,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/virtualNetworks/azsmnet7461?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/virtualNetworks/azsmnet7461?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -362,7 +362,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/071b2a80-b899-4338-a10e-60fa3b5d06e7?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/071b2a80-b899-4338-a10e-60fa3b5d06e7?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1331", "Content-Type": "application/json; charset=utf-8", @@ -426,7 +426,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/071b2a80-b899-4338-a10e-60fa3b5d06e7?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/071b2a80-b899-4338-a10e-60fa3b5d06e7?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -464,7 +464,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/071b2a80-b899-4338-a10e-60fa3b5d06e7?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/071b2a80-b899-4338-a10e-60fa3b5d06e7?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -502,7 +502,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/071b2a80-b899-4338-a10e-60fa3b5d06e7?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/071b2a80-b899-4338-a10e-60fa3b5d06e7?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -540,7 +540,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/071b2a80-b899-4338-a10e-60fa3b5d06e7?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/071b2a80-b899-4338-a10e-60fa3b5d06e7?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -578,7 +578,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/071b2a80-b899-4338-a10e-60fa3b5d06e7?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/071b2a80-b899-4338-a10e-60fa3b5d06e7?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -616,7 +616,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/071b2a80-b899-4338-a10e-60fa3b5d06e7?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/071b2a80-b899-4338-a10e-60fa3b5d06e7?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -654,7 +654,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/071b2a80-b899-4338-a10e-60fa3b5d06e7?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/071b2a80-b899-4338-a10e-60fa3b5d06e7?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -692,7 +692,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/071b2a80-b899-4338-a10e-60fa3b5d06e7?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/071b2a80-b899-4338-a10e-60fa3b5d06e7?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -729,7 +729,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/virtualNetworks/azsmnet7461?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/virtualNetworks/azsmnet7461?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -803,7 +803,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/virtualNetworks/azsmnet7461?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/virtualNetworks/azsmnet7461?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -878,7 +878,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/networkInterfaces/azsmnet2275?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/networkInterfaces/azsmnet2275?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -912,7 +912,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/2e10b00a-9257-4cfa-9a67-972418826185?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/2e10b00a-9257-4cfa-9a67-972418826185?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1705", "Content-Type": "application/json; charset=utf-8", @@ -979,7 +979,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/2e10b00a-9257-4cfa-9a67-972418826185?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/2e10b00a-9257-4cfa-9a67-972418826185?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1016,7 +1016,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/networkInterfaces/azsmnet2275?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/networkInterfaces/azsmnet2275?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1094,7 +1094,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/networkInterfaces/azsmnet2275?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/networkInterfaces/azsmnet2275?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1173,7 +1173,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/networkInterfaces/azsmnet1353?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/networkInterfaces/azsmnet1353?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -1207,7 +1207,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/2b71ce1b-7c96-41c3-ad9e-f809c4ec8940?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/2b71ce1b-7c96-41c3-ad9e-f809c4ec8940?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1705", "Content-Type": "application/json; charset=utf-8", @@ -1274,7 +1274,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/2b71ce1b-7c96-41c3-ad9e-f809c4ec8940?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/2b71ce1b-7c96-41c3-ad9e-f809c4ec8940?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1311,7 +1311,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/networkInterfaces/azsmnet1353?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/networkInterfaces/azsmnet1353?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1389,7 +1389,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/networkInterfaces/azsmnet1353?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/networkInterfaces/azsmnet1353?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1468,7 +1468,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/networkInterfaces/azsmnet9772?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/networkInterfaces/azsmnet9772?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -1502,7 +1502,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/bbbd352d-c038-481b-9af4-0fed856026ad?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/bbbd352d-c038-481b-9af4-0fed856026ad?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1705", "Content-Type": "application/json; charset=utf-8", @@ -1569,7 +1569,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/bbbd352d-c038-481b-9af4-0fed856026ad?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/bbbd352d-c038-481b-9af4-0fed856026ad?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1606,7 +1606,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/networkInterfaces/azsmnet9772?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/networkInterfaces/azsmnet9772?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1684,7 +1684,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/networkInterfaces/azsmnet9772?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/networkInterfaces/azsmnet9772?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1763,7 +1763,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/loadBalancers/azsmnet8016?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/loadBalancers/azsmnet8016?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -1860,7 +1860,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/f50cd80e-d141-487d-b7cc-e1ac0fbd0754?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/f50cd80e-d141-487d-b7cc-e1ac0fbd0754?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "7411", "Content-Type": "application/json; charset=utf-8", @@ -2041,7 +2041,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/f50cd80e-d141-487d-b7cc-e1ac0fbd0754?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/f50cd80e-d141-487d-b7cc-e1ac0fbd0754?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2078,7 +2078,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/loadBalancers/azsmnet8016?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/loadBalancers/azsmnet8016?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2270,7 +2270,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/loadBalancers/azsmnet8016?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/loadBalancers/azsmnet8016?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -2463,7 +2463,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/networkInterfaces/azsmnet2275?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/networkInterfaces/azsmnet2275?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -2533,7 +2533,7 @@ "StatusCode": 200, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/fb4e5290-617f-43c3-b8cd-e05fd7a39daf?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/fb4e5290-617f-43c3-b8cd-e05fd7a39daf?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "2253", "Content-Type": "application/json; charset=utf-8", @@ -2610,7 +2610,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/fb4e5290-617f-43c3-b8cd-e05fd7a39daf?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/fb4e5290-617f-43c3-b8cd-e05fd7a39daf?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2647,7 +2647,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/networkInterfaces/azsmnet2275?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/networkInterfaces/azsmnet2275?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2735,7 +2735,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/networkInterfaces/azsmnet1353?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/networkInterfaces/azsmnet1353?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -2805,7 +2805,7 @@ "StatusCode": 200, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/51c8c10e-be77-411a-b9ab-c72523f69221?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/51c8c10e-be77-411a-b9ab-c72523f69221?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "2253", "Content-Type": "application/json; charset=utf-8", @@ -2882,7 +2882,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/51c8c10e-be77-411a-b9ab-c72523f69221?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/51c8c10e-be77-411a-b9ab-c72523f69221?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2919,7 +2919,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/networkInterfaces/azsmnet1353?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/networkInterfaces/azsmnet1353?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3007,7 +3007,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/networkInterfaces/azsmnet9772?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/networkInterfaces/azsmnet9772?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -3118,7 +3118,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/networkInterfaces/azsmnet2275?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/networkInterfaces/azsmnet2275?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -3207,7 +3207,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/networkInterfaces/azsmnet1353?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/networkInterfaces/azsmnet1353?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -3296,7 +3296,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/networkInterfaces/azsmnet9772?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/networkInterfaces/azsmnet9772?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -3375,7 +3375,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/loadBalancers/azsmnet8016?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/loadBalancers/azsmnet8016?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -3582,7 +3582,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/loadBalancers/azsmnet8016/networkInterfaces?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/loadBalancers/azsmnet8016/networkInterfaces?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -3727,7 +3727,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/loadBalancers/azsmnet8016?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/loadBalancers/azsmnet8016?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -3740,12 +3740,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/4e865527-5184-42b1-a8b3-d1ee060565e7?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/4e865527-5184-42b1-a8b3-d1ee060565e7?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Fri, 15 Oct 2021 13:19:33 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operationResults/4e865527-5184-42b1-a8b3-d1ee060565e7?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operationResults/4e865527-5184-42b1-a8b3-d1ee060565e7?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -3764,7 +3764,7 @@ "ResponseBody": [] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/4e865527-5184-42b1-a8b3-d1ee060565e7?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/4e865527-5184-42b1-a8b3-d1ee060565e7?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3801,7 +3801,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/loadBalancers?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/loadBalancers?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -3839,7 +3839,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/networkInterfaces/azsmnet2275?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/networkInterfaces/azsmnet2275?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -3852,12 +3852,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/633c9c8a-7677-47e7-bed1-1a45dda4c68e?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/633c9c8a-7677-47e7-bed1-1a45dda4c68e?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Fri, 15 Oct 2021 13:19:34 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operationResults/633c9c8a-7677-47e7-bed1-1a45dda4c68e?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operationResults/633c9c8a-7677-47e7-bed1-1a45dda4c68e?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -3876,7 +3876,7 @@ "ResponseBody": [] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/633c9c8a-7677-47e7-bed1-1a45dda4c68e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/633c9c8a-7677-47e7-bed1-1a45dda4c68e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3913,7 +3913,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/networkInterfaces/azsmnet1353?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/networkInterfaces/azsmnet1353?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -3926,12 +3926,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/ff81d36c-d731-4f79-871c-625e29bd98b5?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/ff81d36c-d731-4f79-871c-625e29bd98b5?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Fri, 15 Oct 2021 13:19:35 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operationResults/ff81d36c-d731-4f79-871c-625e29bd98b5?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operationResults/ff81d36c-d731-4f79-871c-625e29bd98b5?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -3950,7 +3950,7 @@ "ResponseBody": [] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/ff81d36c-d731-4f79-871c-625e29bd98b5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/ff81d36c-d731-4f79-871c-625e29bd98b5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3987,7 +3987,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/networkInterfaces/azsmnet1353?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/networkInterfaces/azsmnet1353?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -4019,7 +4019,7 @@ "ResponseBody": [] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/publicIPAddresses/azsmnet429?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/publicIPAddresses/azsmnet429?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -4032,12 +4032,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/b92faf18-925e-4fbf-bd54-a0680b6a9858?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/b92faf18-925e-4fbf-bd54-a0680b6a9858?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Fri, 15 Oct 2021 13:19:40 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operationResults/b92faf18-925e-4fbf-bd54-a0680b6a9858?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operationResults/b92faf18-925e-4fbf-bd54-a0680b6a9858?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -4056,7 +4056,7 @@ "ResponseBody": [] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/b92faf18-925e-4fbf-bd54-a0680b6a9858?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/b92faf18-925e-4fbf-bd54-a0680b6a9858?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4094,7 +4094,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/b92faf18-925e-4fbf-bd54-a0680b6a9858?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/b92faf18-925e-4fbf-bd54-a0680b6a9858?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4132,7 +4132,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/b92faf18-925e-4fbf-bd54-a0680b6a9858?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/b92faf18-925e-4fbf-bd54-a0680b6a9858?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/LoadBalancerApiNicAssociationTestAsync.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/LoadBalancerApiNicAssociationTestAsync.json index 3f43f7012dcd..a2a2ba8500eb 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/LoadBalancerApiNicAssociationTestAsync.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/LoadBalancerApiNicAssociationTestAsync.json @@ -87,7 +87,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/publicIPAddresses/azsmnet429?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/publicIPAddresses/azsmnet429?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -113,7 +113,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/eb1cb9c8-fcdf-4ab5-ad6a-8566d3689d3d?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/eb1cb9c8-fcdf-4ab5-ad6a-8566d3689d3d?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "792", "Content-Type": "application/json; charset=utf-8", @@ -164,7 +164,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/eb1cb9c8-fcdf-4ab5-ad6a-8566d3689d3d?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/eb1cb9c8-fcdf-4ab5-ad6a-8566d3689d3d?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -201,7 +201,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/publicIPAddresses/azsmnet429?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/publicIPAddresses/azsmnet429?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -262,7 +262,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/publicIPAddresses/azsmnet429?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/publicIPAddresses/azsmnet429?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -324,7 +324,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/virtualNetworks/azsmnet7461?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/virtualNetworks/azsmnet7461?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -362,7 +362,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/8f0d4aea-7057-4eee-802c-6cac8cc2f4f3?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/8f0d4aea-7057-4eee-802c-6cac8cc2f4f3?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1331", "Content-Type": "application/json; charset=utf-8", @@ -426,7 +426,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/8f0d4aea-7057-4eee-802c-6cac8cc2f4f3?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/8f0d4aea-7057-4eee-802c-6cac8cc2f4f3?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -464,7 +464,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/8f0d4aea-7057-4eee-802c-6cac8cc2f4f3?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/8f0d4aea-7057-4eee-802c-6cac8cc2f4f3?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -502,7 +502,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/8f0d4aea-7057-4eee-802c-6cac8cc2f4f3?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/8f0d4aea-7057-4eee-802c-6cac8cc2f4f3?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -540,7 +540,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/8f0d4aea-7057-4eee-802c-6cac8cc2f4f3?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/8f0d4aea-7057-4eee-802c-6cac8cc2f4f3?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -578,7 +578,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/8f0d4aea-7057-4eee-802c-6cac8cc2f4f3?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/8f0d4aea-7057-4eee-802c-6cac8cc2f4f3?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -616,7 +616,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/8f0d4aea-7057-4eee-802c-6cac8cc2f4f3?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/8f0d4aea-7057-4eee-802c-6cac8cc2f4f3?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -653,7 +653,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/virtualNetworks/azsmnet7461?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/virtualNetworks/azsmnet7461?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -727,7 +727,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/virtualNetworks/azsmnet7461?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/virtualNetworks/azsmnet7461?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -802,7 +802,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/networkInterfaces/azsmnet2552?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/networkInterfaces/azsmnet2552?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -836,7 +836,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/d82557be-72a4-4f01-abec-a2e44bda08ec?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/d82557be-72a4-4f01-abec-a2e44bda08ec?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1705", "Content-Type": "application/json; charset=utf-8", @@ -903,7 +903,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/d82557be-72a4-4f01-abec-a2e44bda08ec?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/d82557be-72a4-4f01-abec-a2e44bda08ec?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -940,7 +940,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/networkInterfaces/azsmnet2552?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/networkInterfaces/azsmnet2552?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1018,7 +1018,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/networkInterfaces/azsmnet2552?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/networkInterfaces/azsmnet2552?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1097,7 +1097,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/networkInterfaces/azsmnet650?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/networkInterfaces/azsmnet650?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -1131,7 +1131,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/bbb06b2f-19c6-4aad-bf66-d7a4eca9aa43?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/bbb06b2f-19c6-4aad-bf66-d7a4eca9aa43?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1702", "Content-Type": "application/json; charset=utf-8", @@ -1198,7 +1198,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/bbb06b2f-19c6-4aad-bf66-d7a4eca9aa43?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/bbb06b2f-19c6-4aad-bf66-d7a4eca9aa43?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1235,7 +1235,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/networkInterfaces/azsmnet650?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/networkInterfaces/azsmnet650?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1313,7 +1313,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/networkInterfaces/azsmnet650?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/networkInterfaces/azsmnet650?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1392,7 +1392,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/networkInterfaces/azsmnet4585?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/networkInterfaces/azsmnet4585?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -1426,7 +1426,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/a6777fe8-57aa-4ee9-ab8b-85be83aa373d?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/a6777fe8-57aa-4ee9-ab8b-85be83aa373d?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1705", "Content-Type": "application/json; charset=utf-8", @@ -1493,7 +1493,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/a6777fe8-57aa-4ee9-ab8b-85be83aa373d?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/a6777fe8-57aa-4ee9-ab8b-85be83aa373d?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1530,7 +1530,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/networkInterfaces/azsmnet4585?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/networkInterfaces/azsmnet4585?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1608,7 +1608,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/networkInterfaces/azsmnet4585?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/networkInterfaces/azsmnet4585?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1687,7 +1687,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/loadBalancers/azsmnet4659?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/loadBalancers/azsmnet4659?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -1784,7 +1784,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/0ec7d0f9-949e-479f-8f7a-d3ea589c7933?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/0ec7d0f9-949e-479f-8f7a-d3ea589c7933?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "7416", "Content-Type": "application/json; charset=utf-8", @@ -1965,7 +1965,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/0ec7d0f9-949e-479f-8f7a-d3ea589c7933?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/0ec7d0f9-949e-479f-8f7a-d3ea589c7933?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2002,7 +2002,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/loadBalancers/azsmnet4659?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/loadBalancers/azsmnet4659?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2194,7 +2194,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/loadBalancers/azsmnet4659?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/loadBalancers/azsmnet4659?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -2387,7 +2387,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/networkInterfaces/azsmnet2552?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/networkInterfaces/azsmnet2552?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -2457,7 +2457,7 @@ "StatusCode": 200, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/e8366da1-cf9f-442a-99a3-3e169fded0b0?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/e8366da1-cf9f-442a-99a3-3e169fded0b0?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "2253", "Content-Type": "application/json; charset=utf-8", @@ -2534,7 +2534,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/e8366da1-cf9f-442a-99a3-3e169fded0b0?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/e8366da1-cf9f-442a-99a3-3e169fded0b0?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2571,7 +2571,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/networkInterfaces/azsmnet2552?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/networkInterfaces/azsmnet2552?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2659,7 +2659,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/networkInterfaces/azsmnet650?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/networkInterfaces/azsmnet650?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -2729,7 +2729,7 @@ "StatusCode": 200, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/21d632f7-4ed5-4fd0-8b4c-b5e52df93bb7?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/21d632f7-4ed5-4fd0-8b4c-b5e52df93bb7?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "2250", "Content-Type": "application/json; charset=utf-8", @@ -2806,7 +2806,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/21d632f7-4ed5-4fd0-8b4c-b5e52df93bb7?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/21d632f7-4ed5-4fd0-8b4c-b5e52df93bb7?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2843,7 +2843,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/networkInterfaces/azsmnet650?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/networkInterfaces/azsmnet650?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2931,7 +2931,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/networkInterfaces/azsmnet4585?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/networkInterfaces/azsmnet4585?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -3042,7 +3042,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/networkInterfaces/azsmnet2552?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/networkInterfaces/azsmnet2552?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -3131,7 +3131,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/networkInterfaces/azsmnet650?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/networkInterfaces/azsmnet650?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -3220,7 +3220,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/networkInterfaces/azsmnet4585?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/networkInterfaces/azsmnet4585?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -3299,7 +3299,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/loadBalancers/azsmnet4659?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/loadBalancers/azsmnet4659?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -3506,7 +3506,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/loadBalancers/azsmnet4659/networkInterfaces?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/loadBalancers/azsmnet4659/networkInterfaces?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -3651,7 +3651,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/loadBalancers/azsmnet4659?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/loadBalancers/azsmnet4659?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -3664,12 +3664,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/0ba12ca9-8328-48e3-a854-70565a1694e1?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/0ba12ca9-8328-48e3-a854-70565a1694e1?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Fri, 15 Oct 2021 13:21:58 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operationResults/0ba12ca9-8328-48e3-a854-70565a1694e1?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operationResults/0ba12ca9-8328-48e3-a854-70565a1694e1?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -3688,7 +3688,7 @@ "ResponseBody": [] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/0ba12ca9-8328-48e3-a854-70565a1694e1?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/0ba12ca9-8328-48e3-a854-70565a1694e1?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3725,7 +3725,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/loadBalancers?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/loadBalancers?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -3763,7 +3763,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/networkInterfaces/azsmnet2552?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/networkInterfaces/azsmnet2552?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -3776,12 +3776,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/7fb26ba0-91dd-4ae7-984c-cfe7e1ad5526?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/7fb26ba0-91dd-4ae7-984c-cfe7e1ad5526?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Fri, 15 Oct 2021 13:21:59 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operationResults/7fb26ba0-91dd-4ae7-984c-cfe7e1ad5526?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operationResults/7fb26ba0-91dd-4ae7-984c-cfe7e1ad5526?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -3800,7 +3800,7 @@ "ResponseBody": [] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/7fb26ba0-91dd-4ae7-984c-cfe7e1ad5526?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/7fb26ba0-91dd-4ae7-984c-cfe7e1ad5526?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3837,7 +3837,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/networkInterfaces/azsmnet650?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/networkInterfaces/azsmnet650?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -3850,12 +3850,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/f7827ca0-b7a9-4eda-8c1f-8bf3a2f725e3?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/f7827ca0-b7a9-4eda-8c1f-8bf3a2f725e3?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Fri, 15 Oct 2021 13:22:00 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operationResults/f7827ca0-b7a9-4eda-8c1f-8bf3a2f725e3?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operationResults/f7827ca0-b7a9-4eda-8c1f-8bf3a2f725e3?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -3874,7 +3874,7 @@ "ResponseBody": [] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/f7827ca0-b7a9-4eda-8c1f-8bf3a2f725e3?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/f7827ca0-b7a9-4eda-8c1f-8bf3a2f725e3?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -3911,7 +3911,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/networkInterfaces/azsmnet650?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/networkInterfaces/azsmnet650?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -3943,7 +3943,7 @@ "ResponseBody": [] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/publicIPAddresses/azsmnet429?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2523/providers/Microsoft.Network/publicIPAddresses/azsmnet429?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -3956,12 +3956,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/bd0d1b1f-c4e5-407a-9399-dfe4841ec2fc?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/bd0d1b1f-c4e5-407a-9399-dfe4841ec2fc?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Fri, 15 Oct 2021 13:22:05 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operationResults/bd0d1b1f-c4e5-407a-9399-dfe4841ec2fc?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operationResults/bd0d1b1f-c4e5-407a-9399-dfe4841ec2fc?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -3980,7 +3980,7 @@ "ResponseBody": [] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/bd0d1b1f-c4e5-407a-9399-dfe4841ec2fc?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/bd0d1b1f-c4e5-407a-9399-dfe4841ec2fc?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4018,7 +4018,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/bd0d1b1f-c4e5-407a-9399-dfe4841ec2fc?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/bd0d1b1f-c4e5-407a-9399-dfe4841ec2fc?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -4056,7 +4056,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/bd0d1b1f-c4e5-407a-9399-dfe4841ec2fc?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/bd0d1b1f-c4e5-407a-9399-dfe4841ec2fc?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/LoadBalancerApiTest.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/LoadBalancerApiTest.json index b26dd822e849..a450508429a4 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/LoadBalancerApiTest.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/LoadBalancerApiTest.json @@ -87,7 +87,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6601/providers/Microsoft.Network/publicIPAddresses/azsmnet9348?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6601/providers/Microsoft.Network/publicIPAddresses/azsmnet9348?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -113,7 +113,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/2c1a86b6-7200-4559-aa82-ae29cc1c5ad3?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/2c1a86b6-7200-4559-aa82-ae29cc1c5ad3?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "794", "Content-Type": "application/json; charset=utf-8", @@ -164,7 +164,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/2c1a86b6-7200-4559-aa82-ae29cc1c5ad3?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/2c1a86b6-7200-4559-aa82-ae29cc1c5ad3?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -201,7 +201,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6601/providers/Microsoft.Network/publicIPAddresses/azsmnet9348?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6601/providers/Microsoft.Network/publicIPAddresses/azsmnet9348?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -262,7 +262,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6601/providers/Microsoft.Network/publicIPAddresses/azsmnet9348?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6601/providers/Microsoft.Network/publicIPAddresses/azsmnet9348?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -324,7 +324,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6601/providers/Microsoft.Network/loadBalancers/azsmnet2263?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6601/providers/Microsoft.Network/loadBalancers/azsmnet2263?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -421,7 +421,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/ca1a43d1-0571-44e1-9d62-5c0e2b3e52c7?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/ca1a43d1-0571-44e1-9d62-5c0e2b3e52c7?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "7414", "Content-Type": "application/json; charset=utf-8", @@ -602,7 +602,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/ca1a43d1-0571-44e1-9d62-5c0e2b3e52c7?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/ca1a43d1-0571-44e1-9d62-5c0e2b3e52c7?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -639,7 +639,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6601/providers/Microsoft.Network/loadBalancers/azsmnet2263?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6601/providers/Microsoft.Network/loadBalancers/azsmnet2263?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -831,7 +831,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6601/providers/Microsoft.Network/loadBalancers/azsmnet2263?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6601/providers/Microsoft.Network/loadBalancers/azsmnet2263?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1024,7 +1024,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6601/providers/Microsoft.Network/loadBalancers?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6601/providers/Microsoft.Network/loadBalancers?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1220,7 +1220,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/loadBalancers?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/loadBalancers?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1417,7 +1417,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6601/providers/Microsoft.Network/loadBalancers/azsmnet2263?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6601/providers/Microsoft.Network/loadBalancers/azsmnet2263?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1610,7 +1610,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6601/providers/Microsoft.Network/loadBalancers/azsmnet2263/backendAddressPools?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6601/providers/Microsoft.Network/loadBalancers/azsmnet2263/backendAddressPools?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1663,7 +1663,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6601/providers/Microsoft.Network/loadBalancers/azsmnet2263/backendAddressPools/azsmnet8587?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6601/providers/Microsoft.Network/loadBalancers/azsmnet2263/backendAddressPools/azsmnet8587?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1713,7 +1713,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6601/providers/Microsoft.Network/loadBalancers/azsmnet2263?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6601/providers/Microsoft.Network/loadBalancers/azsmnet2263?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1906,7 +1906,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6601/providers/Microsoft.Network/loadBalancers/azsmnet2263/frontendIPConfigurations?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6601/providers/Microsoft.Network/loadBalancers/azsmnet2263/frontendIPConfigurations?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1971,7 +1971,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6601/providers/Microsoft.Network/loadBalancers/azsmnet2263/loadBalancingRules?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6601/providers/Microsoft.Network/loadBalancers/azsmnet2263/loadBalancingRules?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -2042,7 +2042,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6601/providers/Microsoft.Network/loadBalancers/azsmnet2263/networkInterfaces?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6601/providers/Microsoft.Network/loadBalancers/azsmnet2263/networkInterfaces?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -2080,7 +2080,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6601/providers/Microsoft.Network/loadBalancers/azsmnet2263/probes?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6601/providers/Microsoft.Network/loadBalancers/azsmnet2263/probes?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -2138,7 +2138,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6601/providers/Microsoft.Network/loadBalancers/azsmnet2263/inboundNatRules/azsmnet2800?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6601/providers/Microsoft.Network/loadBalancers/azsmnet2263/inboundNatRules/azsmnet2800?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -2163,7 +2163,7 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/f14f8446-fc5f-437a-aabb-7ad2a34d6b4f?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/f14f8446-fc5f-437a-aabb-7ad2a34d6b4f?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "867", "Content-Type": "application/json; charset=utf-8", @@ -2207,7 +2207,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/f14f8446-fc5f-437a-aabb-7ad2a34d6b4f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/f14f8446-fc5f-437a-aabb-7ad2a34d6b4f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2244,7 +2244,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6601/providers/Microsoft.Network/loadBalancers/azsmnet2263/inboundNatRules/azsmnet2800?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6601/providers/Microsoft.Network/loadBalancers/azsmnet2263/inboundNatRules/azsmnet2800?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2299,7 +2299,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6601/providers/Microsoft.Network/loadBalancers/azsmnet2263/inboundNatRules/azsmnet2800?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6601/providers/Microsoft.Network/loadBalancers/azsmnet2263/inboundNatRules/azsmnet2800?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -2355,7 +2355,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6601/providers/Microsoft.Network/loadBalancers/azsmnet2263/inboundNatRules?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6601/providers/Microsoft.Network/loadBalancers/azsmnet2263/inboundNatRules?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -2454,7 +2454,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6601/providers/Microsoft.Network/loadBalancers/azsmnet2263/inboundNatRules/azsmnet2800?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6601/providers/Microsoft.Network/loadBalancers/azsmnet2263/inboundNatRules/azsmnet2800?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -2466,12 +2466,12 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/32701936-e9b3-4537-bc86-161b9b5f93d1?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/32701936-e9b3-4537-bc86-161b9b5f93d1?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Sat, 16 Oct 2021 16:07:48 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operationResults/32701936-e9b3-4537-bc86-161b9b5f93d1?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operationResults/32701936-e9b3-4537-bc86-161b9b5f93d1?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -2490,7 +2490,7 @@ "ResponseBody": [] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/32701936-e9b3-4537-bc86-161b9b5f93d1?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/32701936-e9b3-4537-bc86-161b9b5f93d1?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2527,7 +2527,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6601/providers/Microsoft.Network/loadBalancers/azsmnet2263?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6601/providers/Microsoft.Network/loadBalancers/azsmnet2263?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -2540,12 +2540,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/a0c8f777-458a-41aa-8ad4-eff65763adc8?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/a0c8f777-458a-41aa-8ad4-eff65763adc8?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Sat, 16 Oct 2021 16:07:49 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operationResults/a0c8f777-458a-41aa-8ad4-eff65763adc8?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operationResults/a0c8f777-458a-41aa-8ad4-eff65763adc8?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -2564,7 +2564,7 @@ "ResponseBody": [] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/a0c8f777-458a-41aa-8ad4-eff65763adc8?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/a0c8f777-458a-41aa-8ad4-eff65763adc8?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2601,7 +2601,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6601/providers/Microsoft.Network/loadBalancers?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6601/providers/Microsoft.Network/loadBalancers?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -2639,7 +2639,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6601/providers/Microsoft.Network/publicIPAddresses/azsmnet9348?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6601/providers/Microsoft.Network/publicIPAddresses/azsmnet9348?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -2652,12 +2652,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/17c172f6-370b-46df-895f-588b4150fe7e?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/17c172f6-370b-46df-895f-588b4150fe7e?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Sat, 16 Oct 2021 16:07:51 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operationResults/17c172f6-370b-46df-895f-588b4150fe7e?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operationResults/17c172f6-370b-46df-895f-588b4150fe7e?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -2676,7 +2676,7 @@ "ResponseBody": [] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/17c172f6-370b-46df-895f-588b4150fe7e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/17c172f6-370b-46df-895f-588b4150fe7e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2714,7 +2714,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/17c172f6-370b-46df-895f-588b4150fe7e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/17c172f6-370b-46df-895f-588b4150fe7e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/LoadBalancerApiTestAsync.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/LoadBalancerApiTestAsync.json index 7782f7f67dae..dd6eec72bd38 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/LoadBalancerApiTestAsync.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/LoadBalancerApiTestAsync.json @@ -87,7 +87,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6215/providers/Microsoft.Network/publicIPAddresses/azsmnet5793?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6215/providers/Microsoft.Network/publicIPAddresses/azsmnet5793?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -113,7 +113,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/fae3380b-3f3c-4612-ad45-19cf3aa4dda8?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/fae3380b-3f3c-4612-ad45-19cf3aa4dda8?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "794", "Content-Type": "application/json; charset=utf-8", @@ -164,7 +164,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/fae3380b-3f3c-4612-ad45-19cf3aa4dda8?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/fae3380b-3f3c-4612-ad45-19cf3aa4dda8?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -201,7 +201,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6215/providers/Microsoft.Network/publicIPAddresses/azsmnet5793?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6215/providers/Microsoft.Network/publicIPAddresses/azsmnet5793?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -262,7 +262,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6215/providers/Microsoft.Network/publicIPAddresses/azsmnet5793?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6215/providers/Microsoft.Network/publicIPAddresses/azsmnet5793?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -324,7 +324,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6215/providers/Microsoft.Network/loadBalancers/azsmnet6963?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6215/providers/Microsoft.Network/loadBalancers/azsmnet6963?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -421,7 +421,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/8c74d986-4c3b-4efa-a1d8-e17e2a9a5394?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/8c74d986-4c3b-4efa-a1d8-e17e2a9a5394?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "7417", "Content-Type": "application/json; charset=utf-8", @@ -602,7 +602,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/8c74d986-4c3b-4efa-a1d8-e17e2a9a5394?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/8c74d986-4c3b-4efa-a1d8-e17e2a9a5394?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -639,7 +639,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6215/providers/Microsoft.Network/loadBalancers/azsmnet6963?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6215/providers/Microsoft.Network/loadBalancers/azsmnet6963?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -831,7 +831,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6215/providers/Microsoft.Network/loadBalancers/azsmnet6963?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6215/providers/Microsoft.Network/loadBalancers/azsmnet6963?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1024,7 +1024,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6215/providers/Microsoft.Network/loadBalancers?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6215/providers/Microsoft.Network/loadBalancers?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1220,7 +1220,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/loadBalancers?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/loadBalancers?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1417,7 +1417,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6215/providers/Microsoft.Network/loadBalancers/azsmnet6963?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6215/providers/Microsoft.Network/loadBalancers/azsmnet6963?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1610,7 +1610,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6215/providers/Microsoft.Network/loadBalancers/azsmnet6963/backendAddressPools?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6215/providers/Microsoft.Network/loadBalancers/azsmnet6963/backendAddressPools?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1663,7 +1663,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6215/providers/Microsoft.Network/loadBalancers/azsmnet6963/backendAddressPools/azsmnet8334?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6215/providers/Microsoft.Network/loadBalancers/azsmnet6963/backendAddressPools/azsmnet8334?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1713,7 +1713,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6215/providers/Microsoft.Network/loadBalancers/azsmnet6963?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6215/providers/Microsoft.Network/loadBalancers/azsmnet6963?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1906,7 +1906,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6215/providers/Microsoft.Network/loadBalancers/azsmnet6963/frontendIPConfigurations?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6215/providers/Microsoft.Network/loadBalancers/azsmnet6963/frontendIPConfigurations?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1971,7 +1971,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6215/providers/Microsoft.Network/loadBalancers/azsmnet6963/loadBalancingRules?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6215/providers/Microsoft.Network/loadBalancers/azsmnet6963/loadBalancingRules?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -2042,7 +2042,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6215/providers/Microsoft.Network/loadBalancers/azsmnet6963/networkInterfaces?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6215/providers/Microsoft.Network/loadBalancers/azsmnet6963/networkInterfaces?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -2080,7 +2080,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6215/providers/Microsoft.Network/loadBalancers/azsmnet6963/probes?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6215/providers/Microsoft.Network/loadBalancers/azsmnet6963/probes?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -2138,7 +2138,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6215/providers/Microsoft.Network/loadBalancers/azsmnet6963/inboundNatRules/azsmnet4472?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6215/providers/Microsoft.Network/loadBalancers/azsmnet6963/inboundNatRules/azsmnet4472?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -2163,7 +2163,7 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/f6fc518c-70d2-4954-a118-a67bf7bddeb5?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/f6fc518c-70d2-4954-a118-a67bf7bddeb5?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "867", "Content-Type": "application/json; charset=utf-8", @@ -2207,7 +2207,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/f6fc518c-70d2-4954-a118-a67bf7bddeb5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/f6fc518c-70d2-4954-a118-a67bf7bddeb5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2244,7 +2244,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6215/providers/Microsoft.Network/loadBalancers/azsmnet6963/inboundNatRules/azsmnet4472?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6215/providers/Microsoft.Network/loadBalancers/azsmnet6963/inboundNatRules/azsmnet4472?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2299,7 +2299,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6215/providers/Microsoft.Network/loadBalancers/azsmnet6963/inboundNatRules/azsmnet4472?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6215/providers/Microsoft.Network/loadBalancers/azsmnet6963/inboundNatRules/azsmnet4472?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -2355,7 +2355,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6215/providers/Microsoft.Network/loadBalancers/azsmnet6963/inboundNatRules?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6215/providers/Microsoft.Network/loadBalancers/azsmnet6963/inboundNatRules?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -2454,7 +2454,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6215/providers/Microsoft.Network/loadBalancers/azsmnet6963/inboundNatRules/azsmnet4472?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6215/providers/Microsoft.Network/loadBalancers/azsmnet6963/inboundNatRules/azsmnet4472?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -2466,12 +2466,12 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/45d0ae06-1b84-4f48-a721-b77b65677368?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/45d0ae06-1b84-4f48-a721-b77b65677368?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Sat, 16 Oct 2021 16:09:44 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operationResults/45d0ae06-1b84-4f48-a721-b77b65677368?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operationResults/45d0ae06-1b84-4f48-a721-b77b65677368?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -2490,7 +2490,7 @@ "ResponseBody": [] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/45d0ae06-1b84-4f48-a721-b77b65677368?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/45d0ae06-1b84-4f48-a721-b77b65677368?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2527,7 +2527,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6215/providers/Microsoft.Network/loadBalancers/azsmnet6963?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6215/providers/Microsoft.Network/loadBalancers/azsmnet6963?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -2540,12 +2540,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/a3683b39-9423-4e74-ad70-a9944e3436b3?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/a3683b39-9423-4e74-ad70-a9944e3436b3?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Sat, 16 Oct 2021 16:09:45 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operationResults/a3683b39-9423-4e74-ad70-a9944e3436b3?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operationResults/a3683b39-9423-4e74-ad70-a9944e3436b3?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -2564,7 +2564,7 @@ "ResponseBody": [] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/a3683b39-9423-4e74-ad70-a9944e3436b3?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/a3683b39-9423-4e74-ad70-a9944e3436b3?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2601,7 +2601,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6215/providers/Microsoft.Network/loadBalancers?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6215/providers/Microsoft.Network/loadBalancers?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -2639,7 +2639,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6215/providers/Microsoft.Network/publicIPAddresses/azsmnet5793?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6215/providers/Microsoft.Network/publicIPAddresses/azsmnet5793?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -2652,12 +2652,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/b3f4d71c-5764-453f-9484-0043d6cd4712?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/b3f4d71c-5764-453f-9484-0043d6cd4712?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Sat, 16 Oct 2021 16:09:46 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operationResults/b3f4d71c-5764-453f-9484-0043d6cd4712?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operationResults/b3f4d71c-5764-453f-9484-0043d6cd4712?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -2676,7 +2676,7 @@ "ResponseBody": [] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/b3f4d71c-5764-453f-9484-0043d6cd4712?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/b3f4d71c-5764-453f-9484-0043d6cd4712?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2714,7 +2714,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/b3f4d71c-5764-453f-9484-0043d6cd4712?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/b3f4d71c-5764-453f-9484-0043d6cd4712?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2752,7 +2752,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/b3f4d71c-5764-453f-9484-0043d6cd4712?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/b3f4d71c-5764-453f-9484-0043d6cd4712?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/LoadBalancerApiTestWithDistributionPolicy[2018-11-01].json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/LoadBalancerApiTestWithDistributionPolicy[2018-11-01].json index 1f7b0c0720c9..6a2a3bf298cb 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/LoadBalancerApiTestWithDistributionPolicy[2018-11-01].json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/LoadBalancerApiTestWithDistributionPolicy[2018-11-01].json @@ -97,7 +97,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4197/providers/Microsoft.Network/virtualNetworks/azsmnet4532?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4197/providers/Microsoft.Network/virtualNetworks/azsmnet4532?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -136,7 +136,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/509a3054-4e1f-4e54-8e27-3e11fc577758?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/509a3054-4e1f-4e54-8e27-3e11fc577758?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1332", "Content-Type": "application/json; charset=utf-8", @@ -198,7 +198,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/509a3054-4e1f-4e54-8e27-3e11fc577758?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/509a3054-4e1f-4e54-8e27-3e11fc577758?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -235,7 +235,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/509a3054-4e1f-4e54-8e27-3e11fc577758?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/509a3054-4e1f-4e54-8e27-3e11fc577758?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -271,7 +271,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4197/providers/Microsoft.Network/virtualNetworks/azsmnet4532?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4197/providers/Microsoft.Network/virtualNetworks/azsmnet4532?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -344,7 +344,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4197/providers/Microsoft.Network/virtualNetworks/azsmnet4532?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4197/providers/Microsoft.Network/virtualNetworks/azsmnet4532?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -2782,7 +2782,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4197/providers/Microsoft.Network/virtualNetworks/azsmnet4532?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4197/providers/Microsoft.Network/virtualNetworks/azsmnet4532?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -2796,12 +2796,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/4a6e7914-37da-4f43-869e-b2b279956864?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/4a6e7914-37da-4f43-869e-b2b279956864?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Wed, 03 Aug 2022 00:47:48 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/4a6e7914-37da-4f43-869e-b2b279956864?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/4a6e7914-37da-4f43-869e-b2b279956864?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -2820,7 +2820,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/4a6e7914-37da-4f43-869e-b2b279956864?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/4a6e7914-37da-4f43-869e-b2b279956864?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2857,7 +2857,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/4a6e7914-37da-4f43-869e-b2b279956864?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/4a6e7914-37da-4f43-869e-b2b279956864?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/LoadBalancerApiTestWithDistributionPolicy[2018-11-01]Async.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/LoadBalancerApiTestWithDistributionPolicy[2018-11-01]Async.json index d476309f0300..7c0cbc161510 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/LoadBalancerApiTestWithDistributionPolicy[2018-11-01]Async.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/LoadBalancerApiTestWithDistributionPolicy[2018-11-01]Async.json @@ -97,7 +97,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9603/providers/Microsoft.Network/virtualNetworks/azsmnet1502?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9603/providers/Microsoft.Network/virtualNetworks/azsmnet1502?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -136,7 +136,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ad712bf1-b075-45b5-9602-f4a54a80f9f7?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ad712bf1-b075-45b5-9602-f4a54a80f9f7?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1332", "Content-Type": "application/json; charset=utf-8", @@ -198,7 +198,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ad712bf1-b075-45b5-9602-f4a54a80f9f7?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ad712bf1-b075-45b5-9602-f4a54a80f9f7?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -235,7 +235,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ad712bf1-b075-45b5-9602-f4a54a80f9f7?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ad712bf1-b075-45b5-9602-f4a54a80f9f7?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -271,7 +271,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9603/providers/Microsoft.Network/virtualNetworks/azsmnet1502?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9603/providers/Microsoft.Network/virtualNetworks/azsmnet1502?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -344,7 +344,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9603/providers/Microsoft.Network/virtualNetworks/azsmnet1502?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9603/providers/Microsoft.Network/virtualNetworks/azsmnet1502?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -2782,7 +2782,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9603/providers/Microsoft.Network/virtualNetworks/azsmnet1502?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9603/providers/Microsoft.Network/virtualNetworks/azsmnet1502?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -2796,12 +2796,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/67e8ed11-8efa-44f9-a71d-f0c23e76c779?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/67e8ed11-8efa-44f9-a71d-f0c23e76c779?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Wed, 03 Aug 2022 00:52:56 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/67e8ed11-8efa-44f9-a71d-f0c23e76c779?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/67e8ed11-8efa-44f9-a71d-f0c23e76c779?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -2820,7 +2820,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/67e8ed11-8efa-44f9-a71d-f0c23e76c779?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/67e8ed11-8efa-44f9-a71d-f0c23e76c779?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2857,7 +2857,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/67e8ed11-8efa-44f9-a71d-f0c23e76c779?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/67e8ed11-8efa-44f9-a71d-f0c23e76c779?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/LoadBalancerApiTestWithDistributionPolicy[2021-04-01].json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/LoadBalancerApiTestWithDistributionPolicy[2021-04-01].json index 87c857578fed..19208be5cdb9 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/LoadBalancerApiTestWithDistributionPolicy[2021-04-01].json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/LoadBalancerApiTestWithDistributionPolicy[2021-04-01].json @@ -97,7 +97,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3461/providers/Microsoft.Network/virtualNetworks/azsmnet7846?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3461/providers/Microsoft.Network/virtualNetworks/azsmnet7846?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -136,7 +136,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/3fba76b7-2b3c-4c16-8d95-08c65a19431c?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/3fba76b7-2b3c-4c16-8d95-08c65a19431c?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1332", "Content-Type": "application/json; charset=utf-8", @@ -198,7 +198,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/3fba76b7-2b3c-4c16-8d95-08c65a19431c?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/3fba76b7-2b3c-4c16-8d95-08c65a19431c?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -235,7 +235,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/3fba76b7-2b3c-4c16-8d95-08c65a19431c?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/3fba76b7-2b3c-4c16-8d95-08c65a19431c?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -271,7 +271,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3461/providers/Microsoft.Network/virtualNetworks/azsmnet7846?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3461/providers/Microsoft.Network/virtualNetworks/azsmnet7846?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -344,7 +344,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3461/providers/Microsoft.Network/virtualNetworks/azsmnet7846?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3461/providers/Microsoft.Network/virtualNetworks/azsmnet7846?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -2852,7 +2852,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3461/providers/Microsoft.Network/virtualNetworks/azsmnet7846?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3461/providers/Microsoft.Network/virtualNetworks/azsmnet7846?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -2866,12 +2866,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/f3ea68f4-5a79-4b4d-a686-f92b5ee46228?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/f3ea68f4-5a79-4b4d-a686-f92b5ee46228?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Wed, 03 Aug 2022 00:50:21 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/f3ea68f4-5a79-4b4d-a686-f92b5ee46228?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/f3ea68f4-5a79-4b4d-a686-f92b5ee46228?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -2890,7 +2890,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/f3ea68f4-5a79-4b4d-a686-f92b5ee46228?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/f3ea68f4-5a79-4b4d-a686-f92b5ee46228?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2927,7 +2927,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/f3ea68f4-5a79-4b4d-a686-f92b5ee46228?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/f3ea68f4-5a79-4b4d-a686-f92b5ee46228?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/LoadBalancerApiTestWithDistributionPolicy[2021-04-01]Async.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/LoadBalancerApiTestWithDistributionPolicy[2021-04-01]Async.json index c3a03252a108..dc20b22f6a8f 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/LoadBalancerApiTestWithDistributionPolicy[2021-04-01]Async.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/LoadBalancerApiTestWithDistributionPolicy[2021-04-01]Async.json @@ -97,7 +97,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5466/providers/Microsoft.Network/virtualNetworks/azsmnet4901?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5466/providers/Microsoft.Network/virtualNetworks/azsmnet4901?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -136,7 +136,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/c09231f1-d1e9-4597-ad0f-c269ea4be866?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/c09231f1-d1e9-4597-ad0f-c269ea4be866?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1332", "Content-Type": "application/json; charset=utf-8", @@ -198,7 +198,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/c09231f1-d1e9-4597-ad0f-c269ea4be866?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/c09231f1-d1e9-4597-ad0f-c269ea4be866?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -235,7 +235,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/c09231f1-d1e9-4597-ad0f-c269ea4be866?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/c09231f1-d1e9-4597-ad0f-c269ea4be866?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -271,7 +271,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5466/providers/Microsoft.Network/virtualNetworks/azsmnet4901?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5466/providers/Microsoft.Network/virtualNetworks/azsmnet4901?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -344,7 +344,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5466/providers/Microsoft.Network/virtualNetworks/azsmnet4901?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5466/providers/Microsoft.Network/virtualNetworks/azsmnet4901?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -2852,7 +2852,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5466/providers/Microsoft.Network/virtualNetworks/azsmnet4901?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5466/providers/Microsoft.Network/virtualNetworks/azsmnet4901?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -2866,12 +2866,12 @@ "StatusCode": 202, "ResponseHeaders": { "azure-asyncnotification": "Enabled", - "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/94d19255-c528-4adb-9584-0bad96a0a291?api-version=2021-02-01", + "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/94d19255-c528-4adb-9584-0bad96a0a291?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Wed, 03 Aug 2022 00:55:33 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/94d19255-c528-4adb-9584-0bad96a0a291?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/94d19255-c528-4adb-9584-0bad96a0a291?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -2890,7 +2890,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/94d19255-c528-4adb-9584-0bad96a0a291?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/94d19255-c528-4adb-9584-0bad96a0a291?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2927,7 +2927,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/94d19255-c528-4adb-9584-0bad96a0a291?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/94d19255-c528-4adb-9584-0bad96a0a291?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/LoadBalancerApiTestWithDynamicIp[2018-11-01].json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/LoadBalancerApiTestWithDynamicIp[2018-11-01].json index 8876eeaee1ac..efcb69482ed9 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/LoadBalancerApiTestWithDynamicIp[2018-11-01].json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/LoadBalancerApiTestWithDynamicIp[2018-11-01].json @@ -97,7 +97,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9433/providers/Microsoft.Network/virtualNetworks/azsmnet5140?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9433/providers/Microsoft.Network/virtualNetworks/azsmnet5140?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -136,7 +136,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/b257f274-6ca0-43c3-8dfd-80692fc81209?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/b257f274-6ca0-43c3-8dfd-80692fc81209?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1332", "Content-Type": "application/json; charset=utf-8", @@ -198,7 +198,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/b257f274-6ca0-43c3-8dfd-80692fc81209?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/b257f274-6ca0-43c3-8dfd-80692fc81209?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -235,7 +235,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/b257f274-6ca0-43c3-8dfd-80692fc81209?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/b257f274-6ca0-43c3-8dfd-80692fc81209?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -271,7 +271,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9433/providers/Microsoft.Network/virtualNetworks/azsmnet5140?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9433/providers/Microsoft.Network/virtualNetworks/azsmnet5140?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -344,7 +344,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9433/providers/Microsoft.Network/virtualNetworks/azsmnet5140?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9433/providers/Microsoft.Network/virtualNetworks/azsmnet5140?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1598,7 +1598,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9433/providers/Microsoft.Network/virtualNetworks/azsmnet5140?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9433/providers/Microsoft.Network/virtualNetworks/azsmnet5140?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1612,12 +1612,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/8eca78d8-54a6-4c94-80dc-ac80cb889a21?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/8eca78d8-54a6-4c94-80dc-ac80cb889a21?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Wed, 03 Aug 2022 00:48:12 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/8eca78d8-54a6-4c94-80dc-ac80cb889a21?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/8eca78d8-54a6-4c94-80dc-ac80cb889a21?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -1636,7 +1636,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/8eca78d8-54a6-4c94-80dc-ac80cb889a21?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/8eca78d8-54a6-4c94-80dc-ac80cb889a21?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1673,7 +1673,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/8eca78d8-54a6-4c94-80dc-ac80cb889a21?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/8eca78d8-54a6-4c94-80dc-ac80cb889a21?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/LoadBalancerApiTestWithDynamicIp[2018-11-01]Async.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/LoadBalancerApiTestWithDynamicIp[2018-11-01]Async.json index 91fb3449fceb..fa902364c399 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/LoadBalancerApiTestWithDynamicIp[2018-11-01]Async.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/LoadBalancerApiTestWithDynamicIp[2018-11-01]Async.json @@ -97,7 +97,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8901/providers/Microsoft.Network/virtualNetworks/azsmnet5129?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8901/providers/Microsoft.Network/virtualNetworks/azsmnet5129?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -136,7 +136,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/32cc891d-7f26-49cd-87a0-739a49d90c2b?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/32cc891d-7f26-49cd-87a0-739a49d90c2b?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1332", "Content-Type": "application/json; charset=utf-8", @@ -198,7 +198,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/32cc891d-7f26-49cd-87a0-739a49d90c2b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/32cc891d-7f26-49cd-87a0-739a49d90c2b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -235,7 +235,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/32cc891d-7f26-49cd-87a0-739a49d90c2b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/32cc891d-7f26-49cd-87a0-739a49d90c2b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -271,7 +271,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8901/providers/Microsoft.Network/virtualNetworks/azsmnet5129?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8901/providers/Microsoft.Network/virtualNetworks/azsmnet5129?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -344,7 +344,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8901/providers/Microsoft.Network/virtualNetworks/azsmnet5129?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8901/providers/Microsoft.Network/virtualNetworks/azsmnet5129?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1598,7 +1598,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8901/providers/Microsoft.Network/virtualNetworks/azsmnet5129?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8901/providers/Microsoft.Network/virtualNetworks/azsmnet5129?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1612,12 +1612,12 @@ "StatusCode": 202, "ResponseHeaders": { "azure-asyncnotification": "Enabled", - "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/c27beaf1-140f-4b1f-8649-5849a761e208?api-version=2021-02-01", + "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/c27beaf1-140f-4b1f-8649-5849a761e208?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Wed, 03 Aug 2022 00:53:20 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/c27beaf1-140f-4b1f-8649-5849a761e208?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/c27beaf1-140f-4b1f-8649-5849a761e208?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -1636,7 +1636,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/c27beaf1-140f-4b1f-8649-5849a761e208?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/c27beaf1-140f-4b1f-8649-5849a761e208?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1673,7 +1673,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/c27beaf1-140f-4b1f-8649-5849a761e208?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/c27beaf1-140f-4b1f-8649-5849a761e208?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/LoadBalancerApiTestWithDynamicIp[2021-04-01].json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/LoadBalancerApiTestWithDynamicIp[2021-04-01].json index 987de9947d4b..24ea51a5ea6f 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/LoadBalancerApiTestWithDynamicIp[2021-04-01].json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/LoadBalancerApiTestWithDynamicIp[2021-04-01].json @@ -97,7 +97,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8777/providers/Microsoft.Network/virtualNetworks/azsmnet7612?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8777/providers/Microsoft.Network/virtualNetworks/azsmnet7612?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -136,7 +136,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/c2030dc6-b757-4c19-8262-2edfe6739c46?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/c2030dc6-b757-4c19-8262-2edfe6739c46?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1332", "Content-Type": "application/json; charset=utf-8", @@ -198,7 +198,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/c2030dc6-b757-4c19-8262-2edfe6739c46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/c2030dc6-b757-4c19-8262-2edfe6739c46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -235,7 +235,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/c2030dc6-b757-4c19-8262-2edfe6739c46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/c2030dc6-b757-4c19-8262-2edfe6739c46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -271,7 +271,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8777/providers/Microsoft.Network/virtualNetworks/azsmnet7612?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8777/providers/Microsoft.Network/virtualNetworks/azsmnet7612?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -344,7 +344,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8777/providers/Microsoft.Network/virtualNetworks/azsmnet7612?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8777/providers/Microsoft.Network/virtualNetworks/azsmnet7612?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1633,7 +1633,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8777/providers/Microsoft.Network/virtualNetworks/azsmnet7612?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8777/providers/Microsoft.Network/virtualNetworks/azsmnet7612?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1647,12 +1647,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/a3e2236d-8779-4099-b66f-4442a42ffa87?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/a3e2236d-8779-4099-b66f-4442a42ffa87?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Wed, 03 Aug 2022 00:50:45 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/a3e2236d-8779-4099-b66f-4442a42ffa87?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/a3e2236d-8779-4099-b66f-4442a42ffa87?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -1671,7 +1671,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/a3e2236d-8779-4099-b66f-4442a42ffa87?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/a3e2236d-8779-4099-b66f-4442a42ffa87?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1708,7 +1708,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/a3e2236d-8779-4099-b66f-4442a42ffa87?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/a3e2236d-8779-4099-b66f-4442a42ffa87?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/LoadBalancerApiTestWithDynamicIp[2021-04-01]Async.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/LoadBalancerApiTestWithDynamicIp[2021-04-01]Async.json index 455ce4b12e82..87ed97cc49a0 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/LoadBalancerApiTestWithDynamicIp[2021-04-01]Async.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/LoadBalancerApiTestWithDynamicIp[2021-04-01]Async.json @@ -97,7 +97,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4516/providers/Microsoft.Network/virtualNetworks/azsmnet8042?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4516/providers/Microsoft.Network/virtualNetworks/azsmnet8042?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -136,7 +136,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/b1d07db4-b051-482b-b689-66f127625bd0?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/b1d07db4-b051-482b-b689-66f127625bd0?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1332", "Content-Type": "application/json; charset=utf-8", @@ -198,7 +198,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/b1d07db4-b051-482b-b689-66f127625bd0?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/b1d07db4-b051-482b-b689-66f127625bd0?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -235,7 +235,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/b1d07db4-b051-482b-b689-66f127625bd0?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/b1d07db4-b051-482b-b689-66f127625bd0?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -271,7 +271,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4516/providers/Microsoft.Network/virtualNetworks/azsmnet8042?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4516/providers/Microsoft.Network/virtualNetworks/azsmnet8042?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -344,7 +344,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4516/providers/Microsoft.Network/virtualNetworks/azsmnet8042?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4516/providers/Microsoft.Network/virtualNetworks/azsmnet8042?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1633,7 +1633,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4516/providers/Microsoft.Network/virtualNetworks/azsmnet8042?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4516/providers/Microsoft.Network/virtualNetworks/azsmnet8042?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1647,12 +1647,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/a4493cdd-8a54-4f90-80b7-4c76ca02926d?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/a4493cdd-8a54-4f90-80b7-4c76ca02926d?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Wed, 03 Aug 2022 00:55:57 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/a4493cdd-8a54-4f90-80b7-4c76ca02926d?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/a4493cdd-8a54-4f90-80b7-4c76ca02926d?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -1671,7 +1671,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/a4493cdd-8a54-4f90-80b7-4c76ca02926d?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/a4493cdd-8a54-4f90-80b7-4c76ca02926d?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1708,7 +1708,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/a4493cdd-8a54-4f90-80b7-4c76ca02926d?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/a4493cdd-8a54-4f90-80b7-4c76ca02926d?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/LoadBalancerApiTestWithStaticIp[2018-11-01].json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/LoadBalancerApiTestWithStaticIp[2018-11-01].json index a6fa1e5e09cf..b98b200d7106 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/LoadBalancerApiTestWithStaticIp[2018-11-01].json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/LoadBalancerApiTestWithStaticIp[2018-11-01].json @@ -97,7 +97,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg745/providers/Microsoft.Network/virtualNetworks/azsmnet3079?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg745/providers/Microsoft.Network/virtualNetworks/azsmnet3079?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -136,7 +136,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/d990e4a7-ceb1-4f84-be83-b6126a4ffd1b?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/d990e4a7-ceb1-4f84-be83-b6126a4ffd1b?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1330", "Content-Type": "application/json; charset=utf-8", @@ -198,7 +198,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/d990e4a7-ceb1-4f84-be83-b6126a4ffd1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/d990e4a7-ceb1-4f84-be83-b6126a4ffd1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -235,7 +235,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/d990e4a7-ceb1-4f84-be83-b6126a4ffd1b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/d990e4a7-ceb1-4f84-be83-b6126a4ffd1b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -271,7 +271,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg745/providers/Microsoft.Network/virtualNetworks/azsmnet3079?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg745/providers/Microsoft.Network/virtualNetworks/azsmnet3079?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -344,7 +344,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg745/providers/Microsoft.Network/virtualNetworks/azsmnet3079?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg745/providers/Microsoft.Network/virtualNetworks/azsmnet3079?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1596,7 +1596,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg745/providers/Microsoft.Network/virtualNetworks/azsmnet3079?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg745/providers/Microsoft.Network/virtualNetworks/azsmnet3079?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1610,12 +1610,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/86c26581-c9a0-4b94-8df6-d57efcb22779?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/86c26581-c9a0-4b94-8df6-d57efcb22779?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Wed, 03 Aug 2022 00:48:35 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/86c26581-c9a0-4b94-8df6-d57efcb22779?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/86c26581-c9a0-4b94-8df6-d57efcb22779?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -1634,7 +1634,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/86c26581-c9a0-4b94-8df6-d57efcb22779?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/86c26581-c9a0-4b94-8df6-d57efcb22779?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1671,7 +1671,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/86c26581-c9a0-4b94-8df6-d57efcb22779?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/86c26581-c9a0-4b94-8df6-d57efcb22779?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/LoadBalancerApiTestWithStaticIp[2018-11-01]Async.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/LoadBalancerApiTestWithStaticIp[2018-11-01]Async.json index e590bd9aadcc..60fcf2b4ec2c 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/LoadBalancerApiTestWithStaticIp[2018-11-01]Async.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/LoadBalancerApiTestWithStaticIp[2018-11-01]Async.json @@ -97,7 +97,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9091/providers/Microsoft.Network/virtualNetworks/azsmnet119?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9091/providers/Microsoft.Network/virtualNetworks/azsmnet119?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -136,7 +136,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/8add8f56-0f38-4e04-a22c-957d979f92d9?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/8add8f56-0f38-4e04-a22c-957d979f92d9?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1327", "Content-Type": "application/json; charset=utf-8", @@ -198,7 +198,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/8add8f56-0f38-4e04-a22c-957d979f92d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/8add8f56-0f38-4e04-a22c-957d979f92d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -235,7 +235,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/8add8f56-0f38-4e04-a22c-957d979f92d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/8add8f56-0f38-4e04-a22c-957d979f92d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -271,7 +271,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9091/providers/Microsoft.Network/virtualNetworks/azsmnet119?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9091/providers/Microsoft.Network/virtualNetworks/azsmnet119?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -344,7 +344,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9091/providers/Microsoft.Network/virtualNetworks/azsmnet119?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9091/providers/Microsoft.Network/virtualNetworks/azsmnet119?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1596,7 +1596,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9091/providers/Microsoft.Network/virtualNetworks/azsmnet119?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9091/providers/Microsoft.Network/virtualNetworks/azsmnet119?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1610,12 +1610,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/8dc66f9f-68cb-4705-9be9-2b438d9dafc0?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/8dc66f9f-68cb-4705-9be9-2b438d9dafc0?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Wed, 03 Aug 2022 00:53:44 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/8dc66f9f-68cb-4705-9be9-2b438d9dafc0?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/8dc66f9f-68cb-4705-9be9-2b438d9dafc0?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -1634,7 +1634,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/8dc66f9f-68cb-4705-9be9-2b438d9dafc0?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/8dc66f9f-68cb-4705-9be9-2b438d9dafc0?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1671,7 +1671,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/8dc66f9f-68cb-4705-9be9-2b438d9dafc0?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/8dc66f9f-68cb-4705-9be9-2b438d9dafc0?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/LoadBalancerApiTestWithStaticIp[2021-04-01].json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/LoadBalancerApiTestWithStaticIp[2021-04-01].json index fada3053c3a4..8f039cbf9b82 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/LoadBalancerApiTestWithStaticIp[2021-04-01].json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/LoadBalancerApiTestWithStaticIp[2021-04-01].json @@ -97,7 +97,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8734/providers/Microsoft.Network/virtualNetworks/azsmnet1348?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8734/providers/Microsoft.Network/virtualNetworks/azsmnet1348?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -136,7 +136,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/cd24371e-5170-46b1-81d2-1f61f3b9d957?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/cd24371e-5170-46b1-81d2-1f61f3b9d957?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1332", "Content-Type": "application/json; charset=utf-8", @@ -198,7 +198,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/cd24371e-5170-46b1-81d2-1f61f3b9d957?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/cd24371e-5170-46b1-81d2-1f61f3b9d957?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -235,7 +235,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/cd24371e-5170-46b1-81d2-1f61f3b9d957?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/cd24371e-5170-46b1-81d2-1f61f3b9d957?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -271,7 +271,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8734/providers/Microsoft.Network/virtualNetworks/azsmnet1348?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8734/providers/Microsoft.Network/virtualNetworks/azsmnet1348?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -344,7 +344,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8734/providers/Microsoft.Network/virtualNetworks/azsmnet1348?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8734/providers/Microsoft.Network/virtualNetworks/azsmnet1348?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1631,7 +1631,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8734/providers/Microsoft.Network/virtualNetworks/azsmnet1348?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8734/providers/Microsoft.Network/virtualNetworks/azsmnet1348?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1645,12 +1645,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/b2431875-c136-421a-b4a7-74c93baf7f10?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/b2431875-c136-421a-b4a7-74c93baf7f10?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Wed, 03 Aug 2022 00:51:09 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/b2431875-c136-421a-b4a7-74c93baf7f10?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/b2431875-c136-421a-b4a7-74c93baf7f10?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -1669,7 +1669,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/b2431875-c136-421a-b4a7-74c93baf7f10?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/b2431875-c136-421a-b4a7-74c93baf7f10?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1706,7 +1706,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/b2431875-c136-421a-b4a7-74c93baf7f10?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/b2431875-c136-421a-b4a7-74c93baf7f10?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/LoadBalancerApiTestWithStaticIp[2021-04-01]Async.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/LoadBalancerApiTestWithStaticIp[2021-04-01]Async.json index 09ab9fa350b9..3fa653db15bb 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/LoadBalancerApiTestWithStaticIp[2021-04-01]Async.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/LoadBalancerApiTestWithStaticIp[2021-04-01]Async.json @@ -97,7 +97,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4176/providers/Microsoft.Network/virtualNetworks/azsmnet7507?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4176/providers/Microsoft.Network/virtualNetworks/azsmnet7507?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -136,7 +136,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/c2cb4dae-bcad-469b-8a6a-26528bfa0fa0?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/c2cb4dae-bcad-469b-8a6a-26528bfa0fa0?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1332", "Content-Type": "application/json; charset=utf-8", @@ -198,7 +198,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/c2cb4dae-bcad-469b-8a6a-26528bfa0fa0?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/c2cb4dae-bcad-469b-8a6a-26528bfa0fa0?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -235,7 +235,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/c2cb4dae-bcad-469b-8a6a-26528bfa0fa0?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/c2cb4dae-bcad-469b-8a6a-26528bfa0fa0?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -271,7 +271,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4176/providers/Microsoft.Network/virtualNetworks/azsmnet7507?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4176/providers/Microsoft.Network/virtualNetworks/azsmnet7507?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -344,7 +344,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4176/providers/Microsoft.Network/virtualNetworks/azsmnet7507?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4176/providers/Microsoft.Network/virtualNetworks/azsmnet7507?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1631,7 +1631,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4176/providers/Microsoft.Network/virtualNetworks/azsmnet7507?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4176/providers/Microsoft.Network/virtualNetworks/azsmnet7507?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1645,12 +1645,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/e47eff7d-7acc-4d5d-b99a-3db4e2262220?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/e47eff7d-7acc-4d5d-b99a-3db4e2262220?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Wed, 03 Aug 2022 00:56:21 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/e47eff7d-7acc-4d5d-b99a-3db4e2262220?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/e47eff7d-7acc-4d5d-b99a-3db4e2262220?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -1669,7 +1669,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/e47eff7d-7acc-4d5d-b99a-3db4e2262220?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/e47eff7d-7acc-4d5d-b99a-3db4e2262220?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1706,7 +1706,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/e47eff7d-7acc-4d5d-b99a-3db4e2262220?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/e47eff7d-7acc-4d5d-b99a-3db4e2262220?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/LoadBalancerNatPoolTest[2018-11-01].json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/LoadBalancerNatPoolTest[2018-11-01].json index 1e9f65f60445..21634080f3a7 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/LoadBalancerNatPoolTest[2018-11-01].json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/LoadBalancerNatPoolTest[2018-11-01].json @@ -97,7 +97,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3858/providers/Microsoft.Network/publicIPAddresses/azsmnet6784?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3858/providers/Microsoft.Network/publicIPAddresses/azsmnet6784?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -124,7 +124,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/7fd8852c-d854-4823-b4b1-d6d2de737044?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/7fd8852c-d854-4823-b4b1-d6d2de737044?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "794", "Content-Type": "application/json; charset=utf-8", @@ -173,7 +173,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/7fd8852c-d854-4823-b4b1-d6d2de737044?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/7fd8852c-d854-4823-b4b1-d6d2de737044?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -210,7 +210,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/7fd8852c-d854-4823-b4b1-d6d2de737044?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/7fd8852c-d854-4823-b4b1-d6d2de737044?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -246,7 +246,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3858/providers/Microsoft.Network/publicIPAddresses/azsmnet6784?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3858/providers/Microsoft.Network/publicIPAddresses/azsmnet6784?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -306,7 +306,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3858/providers/Microsoft.Network/publicIPAddresses/azsmnet6784?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3858/providers/Microsoft.Network/publicIPAddresses/azsmnet6784?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1197,7 +1197,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3858/providers/Microsoft.Network/publicIPAddresses/azsmnet6784?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3858/providers/Microsoft.Network/publicIPAddresses/azsmnet6784?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1211,12 +1211,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/0c1776fd-7b0c-4eb1-9a08-7d4e1f9d7381?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/0c1776fd-7b0c-4eb1-9a08-7d4e1f9d7381?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Wed, 03 Aug 2022 00:49:01 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/0c1776fd-7b0c-4eb1-9a08-7d4e1f9d7381?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/0c1776fd-7b0c-4eb1-9a08-7d4e1f9d7381?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -1235,7 +1235,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/0c1776fd-7b0c-4eb1-9a08-7d4e1f9d7381?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/0c1776fd-7b0c-4eb1-9a08-7d4e1f9d7381?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1272,7 +1272,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/0c1776fd-7b0c-4eb1-9a08-7d4e1f9d7381?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/0c1776fd-7b0c-4eb1-9a08-7d4e1f9d7381?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/LoadBalancerNatPoolTest[2018-11-01]Async.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/LoadBalancerNatPoolTest[2018-11-01]Async.json index 419a22fdb082..6d7241c7276e 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/LoadBalancerNatPoolTest[2018-11-01]Async.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/LoadBalancerNatPoolTest[2018-11-01]Async.json @@ -97,7 +97,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3857/providers/Microsoft.Network/publicIPAddresses/azsmnet6749?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3857/providers/Microsoft.Network/publicIPAddresses/azsmnet6749?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -124,7 +124,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/f6f6129a-a600-497b-8780-45b3421d950e?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/f6f6129a-a600-497b-8780-45b3421d950e?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "794", "Content-Type": "application/json; charset=utf-8", @@ -173,7 +173,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/f6f6129a-a600-497b-8780-45b3421d950e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/f6f6129a-a600-497b-8780-45b3421d950e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -209,7 +209,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3857/providers/Microsoft.Network/publicIPAddresses/azsmnet6749?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3857/providers/Microsoft.Network/publicIPAddresses/azsmnet6749?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -269,7 +269,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3857/providers/Microsoft.Network/publicIPAddresses/azsmnet6749?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3857/providers/Microsoft.Network/publicIPAddresses/azsmnet6749?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1160,7 +1160,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3857/providers/Microsoft.Network/publicIPAddresses/azsmnet6749?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3857/providers/Microsoft.Network/publicIPAddresses/azsmnet6749?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1174,12 +1174,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/f66f1090-b5e7-4d23-9c3f-8dd8da179d07?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/f66f1090-b5e7-4d23-9c3f-8dd8da179d07?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Wed, 03 Aug 2022 00:54:10 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/f66f1090-b5e7-4d23-9c3f-8dd8da179d07?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/f66f1090-b5e7-4d23-9c3f-8dd8da179d07?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -1198,7 +1198,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/f66f1090-b5e7-4d23-9c3f-8dd8da179d07?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/f66f1090-b5e7-4d23-9c3f-8dd8da179d07?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1235,7 +1235,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/f66f1090-b5e7-4d23-9c3f-8dd8da179d07?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/f66f1090-b5e7-4d23-9c3f-8dd8da179d07?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/LoadBalancerNatPoolTest[2021-04-01].json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/LoadBalancerNatPoolTest[2021-04-01].json index d9f2f7c18abd..e5ae7bb9f2cd 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/LoadBalancerNatPoolTest[2021-04-01].json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/LoadBalancerNatPoolTest[2021-04-01].json @@ -97,7 +97,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7548/providers/Microsoft.Network/publicIPAddresses/azsmnet4665?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7548/providers/Microsoft.Network/publicIPAddresses/azsmnet4665?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -124,7 +124,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/9603fdae-c442-4f2c-8ae7-c95e66753717?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/9603fdae-c442-4f2c-8ae7-c95e66753717?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "792", "Content-Type": "application/json; charset=utf-8", @@ -173,7 +173,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/9603fdae-c442-4f2c-8ae7-c95e66753717?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/9603fdae-c442-4f2c-8ae7-c95e66753717?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -210,7 +210,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/9603fdae-c442-4f2c-8ae7-c95e66753717?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/9603fdae-c442-4f2c-8ae7-c95e66753717?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -246,7 +246,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7548/providers/Microsoft.Network/publicIPAddresses/azsmnet4665?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7548/providers/Microsoft.Network/publicIPAddresses/azsmnet4665?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -306,7 +306,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7548/providers/Microsoft.Network/publicIPAddresses/azsmnet4665?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7548/providers/Microsoft.Network/publicIPAddresses/azsmnet4665?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1203,7 +1203,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7548/providers/Microsoft.Network/publicIPAddresses/azsmnet4665?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7548/providers/Microsoft.Network/publicIPAddresses/azsmnet4665?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1217,12 +1217,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/26171427-184e-474c-a370-cbeb2c71bbf9?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/26171427-184e-474c-a370-cbeb2c71bbf9?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Wed, 03 Aug 2022 00:51:35 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/26171427-184e-474c-a370-cbeb2c71bbf9?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/26171427-184e-474c-a370-cbeb2c71bbf9?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -1241,7 +1241,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/26171427-184e-474c-a370-cbeb2c71bbf9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/26171427-184e-474c-a370-cbeb2c71bbf9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1278,7 +1278,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/26171427-184e-474c-a370-cbeb2c71bbf9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/26171427-184e-474c-a370-cbeb2c71bbf9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/LoadBalancerNatPoolTest[2021-04-01]Async.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/LoadBalancerNatPoolTest[2021-04-01]Async.json index f335d0495ae4..fa11e85e10d2 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/LoadBalancerNatPoolTest[2021-04-01]Async.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/LoadBalancerNatPoolTest[2021-04-01]Async.json @@ -97,7 +97,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5270/providers/Microsoft.Network/publicIPAddresses/azsmnet694?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5270/providers/Microsoft.Network/publicIPAddresses/azsmnet694?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -124,7 +124,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/52d94329-4cc8-4927-950d-6e853c0ec981?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/52d94329-4cc8-4927-950d-6e853c0ec981?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "792", "Content-Type": "application/json; charset=utf-8", @@ -173,7 +173,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/52d94329-4cc8-4927-950d-6e853c0ec981?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/52d94329-4cc8-4927-950d-6e853c0ec981?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -210,7 +210,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/52d94329-4cc8-4927-950d-6e853c0ec981?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/52d94329-4cc8-4927-950d-6e853c0ec981?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -246,7 +246,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5270/providers/Microsoft.Network/publicIPAddresses/azsmnet694?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5270/providers/Microsoft.Network/publicIPAddresses/azsmnet694?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -306,7 +306,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5270/providers/Microsoft.Network/publicIPAddresses/azsmnet694?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5270/providers/Microsoft.Network/publicIPAddresses/azsmnet694?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1203,7 +1203,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5270/providers/Microsoft.Network/publicIPAddresses/azsmnet694?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5270/providers/Microsoft.Network/publicIPAddresses/azsmnet694?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1217,12 +1217,12 @@ "StatusCode": 202, "ResponseHeaders": { "azure-asyncnotification": "Enabled", - "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/cc7b30d6-f0c1-4e83-87d9-e827b20836a1?api-version=2021-02-01", + "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/cc7b30d6-f0c1-4e83-87d9-e827b20836a1?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Wed, 03 Aug 2022 00:56:47 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/cc7b30d6-f0c1-4e83-87d9-e827b20836a1?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/cc7b30d6-f0c1-4e83-87d9-e827b20836a1?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -1241,7 +1241,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/cc7b30d6-f0c1-4e83-87d9-e827b20836a1?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/cc7b30d6-f0c1-4e83-87d9-e827b20836a1?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1278,7 +1278,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/cc7b30d6-f0c1-4e83-87d9-e827b20836a1?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/cc7b30d6-f0c1-4e83-87d9-e827b20836a1?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/UpdateLoadBalancerRule[2018-11-01].json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/UpdateLoadBalancerRule[2018-11-01].json index 602163e6e33a..5f7c5d5d4d7d 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/UpdateLoadBalancerRule[2018-11-01].json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/UpdateLoadBalancerRule[2018-11-01].json @@ -97,7 +97,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4299/providers/Microsoft.Network/virtualNetworks/azsmnet2044?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4299/providers/Microsoft.Network/virtualNetworks/azsmnet2044?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -136,7 +136,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/9d1f2a2e-060e-49d5-8ed0-4e24184887fc?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/9d1f2a2e-060e-49d5-8ed0-4e24184887fc?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1332", "Content-Type": "application/json; charset=utf-8", @@ -198,7 +198,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/9d1f2a2e-060e-49d5-8ed0-4e24184887fc?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/9d1f2a2e-060e-49d5-8ed0-4e24184887fc?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -235,7 +235,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/9d1f2a2e-060e-49d5-8ed0-4e24184887fc?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/9d1f2a2e-060e-49d5-8ed0-4e24184887fc?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -271,7 +271,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4299/providers/Microsoft.Network/virtualNetworks/azsmnet2044?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4299/providers/Microsoft.Network/virtualNetworks/azsmnet2044?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -344,7 +344,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4299/providers/Microsoft.Network/virtualNetworks/azsmnet2044?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4299/providers/Microsoft.Network/virtualNetworks/azsmnet2044?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1478,7 +1478,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4299/providers/Microsoft.Network/virtualNetworks/azsmnet2044?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4299/providers/Microsoft.Network/virtualNetworks/azsmnet2044?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1492,12 +1492,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/f19668ab-a89a-4564-a879-12019fc9550b?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/f19668ab-a89a-4564-a879-12019fc9550b?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Wed, 03 Aug 2022 00:49:25 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/f19668ab-a89a-4564-a879-12019fc9550b?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/f19668ab-a89a-4564-a879-12019fc9550b?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -1516,7 +1516,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/f19668ab-a89a-4564-a879-12019fc9550b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/f19668ab-a89a-4564-a879-12019fc9550b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1553,7 +1553,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/f19668ab-a89a-4564-a879-12019fc9550b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/f19668ab-a89a-4564-a879-12019fc9550b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/UpdateLoadBalancerRule[2018-11-01]Async.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/UpdateLoadBalancerRule[2018-11-01]Async.json index 4873a7598e0c..581d6f4d6628 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/UpdateLoadBalancerRule[2018-11-01]Async.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/UpdateLoadBalancerRule[2018-11-01]Async.json @@ -97,7 +97,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg632/providers/Microsoft.Network/virtualNetworks/azsmnet228?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg632/providers/Microsoft.Network/virtualNetworks/azsmnet228?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -136,7 +136,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/d3f1e47c-e4d9-4ee0-aaec-1824e4de2aaa?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/d3f1e47c-e4d9-4ee0-aaec-1824e4de2aaa?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1327", "Content-Type": "application/json; charset=utf-8", @@ -198,7 +198,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/d3f1e47c-e4d9-4ee0-aaec-1824e4de2aaa?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/d3f1e47c-e4d9-4ee0-aaec-1824e4de2aaa?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -235,7 +235,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/d3f1e47c-e4d9-4ee0-aaec-1824e4de2aaa?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/d3f1e47c-e4d9-4ee0-aaec-1824e4de2aaa?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -271,7 +271,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg632/providers/Microsoft.Network/virtualNetworks/azsmnet228?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg632/providers/Microsoft.Network/virtualNetworks/azsmnet228?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -344,7 +344,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg632/providers/Microsoft.Network/virtualNetworks/azsmnet228?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg632/providers/Microsoft.Network/virtualNetworks/azsmnet228?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1478,7 +1478,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg632/providers/Microsoft.Network/virtualNetworks/azsmnet228?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg632/providers/Microsoft.Network/virtualNetworks/azsmnet228?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1492,12 +1492,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/6d2dfbd4-a7c9-415d-8c55-485f46dd76fe?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/6d2dfbd4-a7c9-415d-8c55-485f46dd76fe?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Wed, 03 Aug 2022 00:54:34 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/6d2dfbd4-a7c9-415d-8c55-485f46dd76fe?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/6d2dfbd4-a7c9-415d-8c55-485f46dd76fe?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -1516,7 +1516,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/6d2dfbd4-a7c9-415d-8c55-485f46dd76fe?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/6d2dfbd4-a7c9-415d-8c55-485f46dd76fe?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1553,7 +1553,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/6d2dfbd4-a7c9-415d-8c55-485f46dd76fe?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/6d2dfbd4-a7c9-415d-8c55-485f46dd76fe?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/UpdateLoadBalancerRule[2021-04-01].json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/UpdateLoadBalancerRule[2021-04-01].json index 148ee208d50b..92ff9dfa62a2 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/UpdateLoadBalancerRule[2021-04-01].json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/UpdateLoadBalancerRule[2021-04-01].json @@ -97,7 +97,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6910/providers/Microsoft.Network/virtualNetworks/azsmnet2711?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6910/providers/Microsoft.Network/virtualNetworks/azsmnet2711?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -136,7 +136,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/8795eb63-0b09-4a72-9712-2b7766894ee1?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/8795eb63-0b09-4a72-9712-2b7766894ee1?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1328", "Content-Type": "application/json; charset=utf-8", @@ -198,7 +198,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/8795eb63-0b09-4a72-9712-2b7766894ee1?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/8795eb63-0b09-4a72-9712-2b7766894ee1?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -235,7 +235,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/8795eb63-0b09-4a72-9712-2b7766894ee1?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/8795eb63-0b09-4a72-9712-2b7766894ee1?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -271,7 +271,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6910/providers/Microsoft.Network/virtualNetworks/azsmnet2711?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6910/providers/Microsoft.Network/virtualNetworks/azsmnet2711?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -344,7 +344,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6910/providers/Microsoft.Network/virtualNetworks/azsmnet2711?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6910/providers/Microsoft.Network/virtualNetworks/azsmnet2711?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1527,7 +1527,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6910/providers/Microsoft.Network/virtualNetworks/azsmnet2711?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6910/providers/Microsoft.Network/virtualNetworks/azsmnet2711?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1541,12 +1541,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/5eb7b94d-bb89-4599-bf22-08eabedf4fe5?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/5eb7b94d-bb89-4599-bf22-08eabedf4fe5?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Wed, 03 Aug 2022 00:51:59 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/5eb7b94d-bb89-4599-bf22-08eabedf4fe5?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/5eb7b94d-bb89-4599-bf22-08eabedf4fe5?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -1565,7 +1565,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/5eb7b94d-bb89-4599-bf22-08eabedf4fe5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/5eb7b94d-bb89-4599-bf22-08eabedf4fe5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1602,7 +1602,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/5eb7b94d-bb89-4599-bf22-08eabedf4fe5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/5eb7b94d-bb89-4599-bf22-08eabedf4fe5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/UpdateLoadBalancerRule[2021-04-01]Async.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/UpdateLoadBalancerRule[2021-04-01]Async.json index ff608fb6fc6e..07ada0e584ea 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/UpdateLoadBalancerRule[2021-04-01]Async.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/LoadBalancerTests/UpdateLoadBalancerRule[2021-04-01]Async.json @@ -97,7 +97,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg956/providers/Microsoft.Network/virtualNetworks/azsmnet7801?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg956/providers/Microsoft.Network/virtualNetworks/azsmnet7801?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -136,7 +136,7 @@ "StatusCode": 201, "ResponseHeaders": { "azure-asyncnotification": "Enabled", - "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/cef9ba08-9874-4576-98af-0b0ebe4bb33c?api-version=2021-02-01", + "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/cef9ba08-9874-4576-98af-0b0ebe4bb33c?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1330", "Content-Type": "application/json; charset=utf-8", @@ -198,7 +198,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/cef9ba08-9874-4576-98af-0b0ebe4bb33c?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/cef9ba08-9874-4576-98af-0b0ebe4bb33c?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -235,7 +235,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/cef9ba08-9874-4576-98af-0b0ebe4bb33c?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/cef9ba08-9874-4576-98af-0b0ebe4bb33c?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -271,7 +271,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg956/providers/Microsoft.Network/virtualNetworks/azsmnet7801?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg956/providers/Microsoft.Network/virtualNetworks/azsmnet7801?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -344,7 +344,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg956/providers/Microsoft.Network/virtualNetworks/azsmnet7801?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg956/providers/Microsoft.Network/virtualNetworks/azsmnet7801?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1527,7 +1527,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg956/providers/Microsoft.Network/virtualNetworks/azsmnet7801?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg956/providers/Microsoft.Network/virtualNetworks/azsmnet7801?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1541,12 +1541,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/711d45b9-5d5f-4b7a-b2ad-3324deb877c6?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/711d45b9-5d5f-4b7a-b2ad-3324deb877c6?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Wed, 03 Aug 2022 00:57:11 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/711d45b9-5d5f-4b7a-b2ad-3324deb877c6?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/711d45b9-5d5f-4b7a-b2ad-3324deb877c6?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -1565,7 +1565,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/711d45b9-5d5f-4b7a-b2ad-3324deb877c6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/711d45b9-5d5f-4b7a-b2ad-3324deb877c6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1602,7 +1602,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/711d45b9-5d5f-4b7a-b2ad-3324deb877c6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/711d45b9-5d5f-4b7a-b2ad-3324deb877c6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/AssertMultiIpConfigOnDifferentSubnetFails[2018-11-01].json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/AssertMultiIpConfigOnDifferentSubnetFails[2018-11-01].json index a74b7f8e87e9..d81a0e3dcabd 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/AssertMultiIpConfigOnDifferentSubnetFails[2018-11-01].json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/AssertMultiIpConfigOnDifferentSubnetFails[2018-11-01].json @@ -97,7 +97,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8657/providers/Microsoft.Network/virtualNetworks/azsmnet1609?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8657/providers/Microsoft.Network/virtualNetworks/azsmnet1609?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -136,7 +136,7 @@ "StatusCode": 201, "ResponseHeaders": { "azure-asyncnotification": "Enabled", - "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/503517d6-0c79-4e84-8dcb-e5eebbd34dc9?api-version=2021-02-01", + "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/503517d6-0c79-4e84-8dcb-e5eebbd34dc9?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1844", "Content-Type": "application/json; charset=utf-8", @@ -205,7 +205,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/503517d6-0c79-4e84-8dcb-e5eebbd34dc9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/503517d6-0c79-4e84-8dcb-e5eebbd34dc9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -242,7 +242,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/503517d6-0c79-4e84-8dcb-e5eebbd34dc9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/503517d6-0c79-4e84-8dcb-e5eebbd34dc9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -278,7 +278,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8657/providers/Microsoft.Network/virtualNetworks/azsmnet1609?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8657/providers/Microsoft.Network/virtualNetworks/azsmnet1609?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -358,7 +358,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8657/providers/Microsoft.Network/virtualNetworks/azsmnet1609/subnets/azsmnet7699?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8657/providers/Microsoft.Network/virtualNetworks/azsmnet1609/subnets/azsmnet7699?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -406,7 +406,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8657/providers/Microsoft.Network/virtualNetworks/azsmnet1609/subnets/azsmnet1875?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8657/providers/Microsoft.Network/virtualNetworks/azsmnet1609/subnets/azsmnet1875?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/AssertMultiIpConfigOnDifferentSubnetFails[2018-11-01]Async.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/AssertMultiIpConfigOnDifferentSubnetFails[2018-11-01]Async.json index 38f04439105f..ca987dc0a9ff 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/AssertMultiIpConfigOnDifferentSubnetFails[2018-11-01]Async.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/AssertMultiIpConfigOnDifferentSubnetFails[2018-11-01]Async.json @@ -97,7 +97,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8105/providers/Microsoft.Network/virtualNetworks/azsmnet7575?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8105/providers/Microsoft.Network/virtualNetworks/azsmnet7575?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -136,7 +136,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/58528fa4-fdaf-4614-8a92-daca78dcdcd7?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/58528fa4-fdaf-4614-8a92-daca78dcdcd7?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1842", "Content-Type": "application/json; charset=utf-8", @@ -205,7 +205,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/58528fa4-fdaf-4614-8a92-daca78dcdcd7?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/58528fa4-fdaf-4614-8a92-daca78dcdcd7?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -242,7 +242,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/58528fa4-fdaf-4614-8a92-daca78dcdcd7?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/58528fa4-fdaf-4614-8a92-daca78dcdcd7?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -278,7 +278,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8105/providers/Microsoft.Network/virtualNetworks/azsmnet7575?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8105/providers/Microsoft.Network/virtualNetworks/azsmnet7575?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -358,7 +358,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8105/providers/Microsoft.Network/virtualNetworks/azsmnet7575/subnets/azsmnet9541?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8105/providers/Microsoft.Network/virtualNetworks/azsmnet7575/subnets/azsmnet9541?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -406,7 +406,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8105/providers/Microsoft.Network/virtualNetworks/azsmnet7575/subnets/azsmnet887?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8105/providers/Microsoft.Network/virtualNetworks/azsmnet7575/subnets/azsmnet887?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/AssertMultiIpConfigOnDifferentSubnetFails[2021-04-01].json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/AssertMultiIpConfigOnDifferentSubnetFails[2021-04-01].json index d1cd745bffe9..ee22b269c258 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/AssertMultiIpConfigOnDifferentSubnetFails[2021-04-01].json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/AssertMultiIpConfigOnDifferentSubnetFails[2021-04-01].json @@ -97,7 +97,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4794/providers/Microsoft.Network/virtualNetworks/azsmnet7339?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4794/providers/Microsoft.Network/virtualNetworks/azsmnet7339?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -136,7 +136,7 @@ "StatusCode": 201, "ResponseHeaders": { "azure-asyncnotification": "Enabled", - "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/f5e3111f-9e26-4921-81c2-5e28b551150d?api-version=2021-02-01", + "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/f5e3111f-9e26-4921-81c2-5e28b551150d?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1844", "Content-Type": "application/json; charset=utf-8", @@ -205,7 +205,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/f5e3111f-9e26-4921-81c2-5e28b551150d?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/f5e3111f-9e26-4921-81c2-5e28b551150d?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -242,7 +242,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/f5e3111f-9e26-4921-81c2-5e28b551150d?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/f5e3111f-9e26-4921-81c2-5e28b551150d?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -278,7 +278,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4794/providers/Microsoft.Network/virtualNetworks/azsmnet7339?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4794/providers/Microsoft.Network/virtualNetworks/azsmnet7339?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -358,7 +358,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4794/providers/Microsoft.Network/virtualNetworks/azsmnet7339/subnets/azsmnet1651?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4794/providers/Microsoft.Network/virtualNetworks/azsmnet7339/subnets/azsmnet1651?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -406,7 +406,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4794/providers/Microsoft.Network/virtualNetworks/azsmnet7339/subnets/azsmnet7125?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4794/providers/Microsoft.Network/virtualNetworks/azsmnet7339/subnets/azsmnet7125?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/AssertMultiIpConfigOnDifferentSubnetFails[2021-04-01]Async.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/AssertMultiIpConfigOnDifferentSubnetFails[2021-04-01]Async.json index 08416953db73..617aed2ed8ed 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/AssertMultiIpConfigOnDifferentSubnetFails[2021-04-01]Async.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/AssertMultiIpConfigOnDifferentSubnetFails[2021-04-01]Async.json @@ -97,7 +97,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6125/providers/Microsoft.Network/virtualNetworks/azsmnet4134?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6125/providers/Microsoft.Network/virtualNetworks/azsmnet4134?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -136,7 +136,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/0bdfe5ce-c905-41ab-a42c-a6f9769586b8?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/0bdfe5ce-c905-41ab-a42c-a6f9769586b8?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1844", "Content-Type": "application/json; charset=utf-8", @@ -205,7 +205,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/0bdfe5ce-c905-41ab-a42c-a6f9769586b8?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/0bdfe5ce-c905-41ab-a42c-a6f9769586b8?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -242,7 +242,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/0bdfe5ce-c905-41ab-a42c-a6f9769586b8?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/0bdfe5ce-c905-41ab-a42c-a6f9769586b8?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -278,7 +278,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6125/providers/Microsoft.Network/virtualNetworks/azsmnet4134?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6125/providers/Microsoft.Network/virtualNetworks/azsmnet4134?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -358,7 +358,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6125/providers/Microsoft.Network/virtualNetworks/azsmnet4134/subnets/azsmnet2832?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6125/providers/Microsoft.Network/virtualNetworks/azsmnet4134/subnets/azsmnet2832?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -406,7 +406,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6125/providers/Microsoft.Network/virtualNetworks/azsmnet4134/subnets/azsmnet3704?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6125/providers/Microsoft.Network/virtualNetworks/azsmnet4134/subnets/azsmnet3704?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/ExpandResourceTest[2018-11-01].json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/ExpandResourceTest[2018-11-01].json index 17281f611e4e..85501b4f6e6f 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/ExpandResourceTest[2018-11-01].json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/ExpandResourceTest[2018-11-01].json @@ -97,7 +97,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2059/providers/Microsoft.Network/virtualNetworks/azsmnet5325?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2059/providers/Microsoft.Network/virtualNetworks/azsmnet5325?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -136,7 +136,7 @@ "StatusCode": 201, "ResponseHeaders": { "azure-asyncnotification": "Enabled", - "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/86018a5e-d592-4ae8-b43a-c4e6b85cf13b?api-version=2021-02-01", + "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/86018a5e-d592-4ae8-b43a-c4e6b85cf13b?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1330", "Content-Type": "application/json; charset=utf-8", @@ -198,7 +198,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/86018a5e-d592-4ae8-b43a-c4e6b85cf13b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/86018a5e-d592-4ae8-b43a-c4e6b85cf13b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -235,7 +235,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/86018a5e-d592-4ae8-b43a-c4e6b85cf13b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/86018a5e-d592-4ae8-b43a-c4e6b85cf13b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -271,7 +271,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2059/providers/Microsoft.Network/virtualNetworks/azsmnet5325?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2059/providers/Microsoft.Network/virtualNetworks/azsmnet5325?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -344,7 +344,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2059/providers/Microsoft.Network/virtualNetworks/azsmnet5325?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2059/providers/Microsoft.Network/virtualNetworks/azsmnet5325?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -788,7 +788,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2059/providers/Microsoft.Network/networkInterfaces/azsmnet7541/ipConfigurations?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2059/providers/Microsoft.Network/networkInterfaces/azsmnet7541/ipConfigurations?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/ExpandResourceTest[2018-11-01]Async.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/ExpandResourceTest[2018-11-01]Async.json index c9f68647482a..47d9b2726af4 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/ExpandResourceTest[2018-11-01]Async.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/ExpandResourceTest[2018-11-01]Async.json @@ -97,7 +97,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5236/providers/Microsoft.Network/virtualNetworks/azsmnet6983?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5236/providers/Microsoft.Network/virtualNetworks/azsmnet6983?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -136,7 +136,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/cfceebfe-f7d5-4e8f-af36-1cf6136e8dbc?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/cfceebfe-f7d5-4e8f-af36-1cf6136e8dbc?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1332", "Content-Type": "application/json; charset=utf-8", @@ -198,7 +198,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/cfceebfe-f7d5-4e8f-af36-1cf6136e8dbc?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/cfceebfe-f7d5-4e8f-af36-1cf6136e8dbc?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -235,7 +235,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/cfceebfe-f7d5-4e8f-af36-1cf6136e8dbc?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/cfceebfe-f7d5-4e8f-af36-1cf6136e8dbc?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -271,7 +271,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5236/providers/Microsoft.Network/virtualNetworks/azsmnet6983?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5236/providers/Microsoft.Network/virtualNetworks/azsmnet6983?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -344,7 +344,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5236/providers/Microsoft.Network/virtualNetworks/azsmnet6983?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5236/providers/Microsoft.Network/virtualNetworks/azsmnet6983?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -788,7 +788,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5236/providers/Microsoft.Network/networkInterfaces/azsmnet4499/ipConfigurations?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5236/providers/Microsoft.Network/networkInterfaces/azsmnet4499/ipConfigurations?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/ExpandResourceTest[2021-04-01].json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/ExpandResourceTest[2021-04-01].json index 294b2d458987..f03730e760f0 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/ExpandResourceTest[2021-04-01].json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/ExpandResourceTest[2021-04-01].json @@ -97,7 +97,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg881/providers/Microsoft.Network/virtualNetworks/azsmnet8035?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg881/providers/Microsoft.Network/virtualNetworks/azsmnet8035?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -136,7 +136,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/81018dc0-8baf-4c02-a792-b33aaa9d10c3?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/81018dc0-8baf-4c02-a792-b33aaa9d10c3?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1330", "Content-Type": "application/json; charset=utf-8", @@ -198,7 +198,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/81018dc0-8baf-4c02-a792-b33aaa9d10c3?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/81018dc0-8baf-4c02-a792-b33aaa9d10c3?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -235,7 +235,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/81018dc0-8baf-4c02-a792-b33aaa9d10c3?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/81018dc0-8baf-4c02-a792-b33aaa9d10c3?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -271,7 +271,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg881/providers/Microsoft.Network/virtualNetworks/azsmnet8035?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg881/providers/Microsoft.Network/virtualNetworks/azsmnet8035?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -344,7 +344,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg881/providers/Microsoft.Network/virtualNetworks/azsmnet8035?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg881/providers/Microsoft.Network/virtualNetworks/azsmnet8035?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -798,7 +798,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg881/providers/Microsoft.Network/networkInterfaces/azsmnet9019/ipConfigurations?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg881/providers/Microsoft.Network/networkInterfaces/azsmnet9019/ipConfigurations?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/ExpandResourceTest[2021-04-01]Async.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/ExpandResourceTest[2021-04-01]Async.json index 8722be22c44a..8b380ae5076b 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/ExpandResourceTest[2021-04-01]Async.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/ExpandResourceTest[2021-04-01]Async.json @@ -97,7 +97,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3396/providers/Microsoft.Network/virtualNetworks/azsmnet2237?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3396/providers/Microsoft.Network/virtualNetworks/azsmnet2237?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -136,7 +136,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/b017334a-0af1-4763-9bb2-b092f16d465e?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/b017334a-0af1-4763-9bb2-b092f16d465e?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1330", "Content-Type": "application/json; charset=utf-8", @@ -198,7 +198,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/b017334a-0af1-4763-9bb2-b092f16d465e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/b017334a-0af1-4763-9bb2-b092f16d465e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -235,7 +235,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/b017334a-0af1-4763-9bb2-b092f16d465e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/b017334a-0af1-4763-9bb2-b092f16d465e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -271,7 +271,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3396/providers/Microsoft.Network/virtualNetworks/azsmnet2237?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3396/providers/Microsoft.Network/virtualNetworks/azsmnet2237?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -344,7 +344,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3396/providers/Microsoft.Network/virtualNetworks/azsmnet2237?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3396/providers/Microsoft.Network/virtualNetworks/azsmnet2237?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -798,7 +798,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3396/providers/Microsoft.Network/networkInterfaces/azsmnet5926/ipConfigurations?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3396/providers/Microsoft.Network/networkInterfaces/azsmnet5926/ipConfigurations?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceApiIPv6MultiCATest[2018-11-01].json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceApiIPv6MultiCATest[2018-11-01].json index 84ee7c9d8452..f6dc6ff459f3 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceApiIPv6MultiCATest[2018-11-01].json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceApiIPv6MultiCATest[2018-11-01].json @@ -97,7 +97,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6096/providers/Microsoft.Network/publicIPAddresses/azsmnet1989?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6096/providers/Microsoft.Network/publicIPAddresses/azsmnet1989?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -124,7 +124,7 @@ "StatusCode": 201, "ResponseHeaders": { "azure-asyncnotification": "Enabled", - "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/5787024f-53c2-46b7-8633-a7a4e76f411e?api-version=2021-02-01", + "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/5787024f-53c2-46b7-8633-a7a4e76f411e?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "794", "Content-Type": "application/json; charset=utf-8", @@ -173,7 +173,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/5787024f-53c2-46b7-8633-a7a4e76f411e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/5787024f-53c2-46b7-8633-a7a4e76f411e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -210,7 +210,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/5787024f-53c2-46b7-8633-a7a4e76f411e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/5787024f-53c2-46b7-8633-a7a4e76f411e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -246,7 +246,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6096/providers/Microsoft.Network/publicIPAddresses/azsmnet1989?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6096/providers/Microsoft.Network/publicIPAddresses/azsmnet1989?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -306,7 +306,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6096/providers/Microsoft.Network/publicIPAddresses/azsmnet1989?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6096/providers/Microsoft.Network/publicIPAddresses/azsmnet1989?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -367,7 +367,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6096/providers/Microsoft.Network/virtualNetworks/azsmnet648?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6096/providers/Microsoft.Network/virtualNetworks/azsmnet648?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -406,7 +406,7 @@ "StatusCode": 201, "ResponseHeaders": { "azure-asyncnotification": "Enabled", - "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/3351eb89-f770-460a-b8e9-ce55c961b0d9?api-version=2021-02-01", + "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/3351eb89-f770-460a-b8e9-ce55c961b0d9?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1329", "Content-Type": "application/json; charset=utf-8", @@ -468,7 +468,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/3351eb89-f770-460a-b8e9-ce55c961b0d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/3351eb89-f770-460a-b8e9-ce55c961b0d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -505,7 +505,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/3351eb89-f770-460a-b8e9-ce55c961b0d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/3351eb89-f770-460a-b8e9-ce55c961b0d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -541,7 +541,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6096/providers/Microsoft.Network/virtualNetworks/azsmnet648?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6096/providers/Microsoft.Network/virtualNetworks/azsmnet648?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -614,7 +614,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6096/providers/Microsoft.Network/virtualNetworks/azsmnet648/subnets/azsmnet2497?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6096/providers/Microsoft.Network/virtualNetworks/azsmnet648/subnets/azsmnet2497?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1409,7 +1409,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6096/providers/Microsoft.Network/publicIPAddresses/azsmnet1989?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6096/providers/Microsoft.Network/publicIPAddresses/azsmnet1989?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1423,12 +1423,12 @@ "StatusCode": 202, "ResponseHeaders": { "azure-asyncnotification": "Enabled", - "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/9bd0d9fc-ce63-4956-a839-f2c4d8b5ca23?api-version=2021-02-01", + "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/9bd0d9fc-ce63-4956-a839-f2c4d8b5ca23?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Wed, 03 Aug 2022 01:28:31 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/9bd0d9fc-ce63-4956-a839-f2c4d8b5ca23?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/9bd0d9fc-ce63-4956-a839-f2c4d8b5ca23?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -1447,7 +1447,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/9bd0d9fc-ce63-4956-a839-f2c4d8b5ca23?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/9bd0d9fc-ce63-4956-a839-f2c4d8b5ca23?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1484,7 +1484,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/9bd0d9fc-ce63-4956-a839-f2c4d8b5ca23?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/9bd0d9fc-ce63-4956-a839-f2c4d8b5ca23?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1520,7 +1520,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6096/providers/Microsoft.Network/virtualNetworks/azsmnet648?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6096/providers/Microsoft.Network/virtualNetworks/azsmnet648?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1534,12 +1534,12 @@ "StatusCode": 202, "ResponseHeaders": { "azure-asyncnotification": "Enabled", - "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/58b25d0d-7b1e-498e-b7f1-8169828c5dd5?api-version=2021-02-01", + "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/58b25d0d-7b1e-498e-b7f1-8169828c5dd5?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Wed, 03 Aug 2022 01:28:42 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/58b25d0d-7b1e-498e-b7f1-8169828c5dd5?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/58b25d0d-7b1e-498e-b7f1-8169828c5dd5?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -1558,7 +1558,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/58b25d0d-7b1e-498e-b7f1-8169828c5dd5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/58b25d0d-7b1e-498e-b7f1-8169828c5dd5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceApiIPv6MultiCATest[2018-11-01]Async.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceApiIPv6MultiCATest[2018-11-01]Async.json index 963811f6e0a5..3aa2a4e46d7b 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceApiIPv6MultiCATest[2018-11-01]Async.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceApiIPv6MultiCATest[2018-11-01]Async.json @@ -97,7 +97,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2455/providers/Microsoft.Network/publicIPAddresses/azsmnet1670?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2455/providers/Microsoft.Network/publicIPAddresses/azsmnet1670?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -124,7 +124,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/1b8dc58a-a257-4e54-9409-8704387ca4e9?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/1b8dc58a-a257-4e54-9409-8704387ca4e9?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "794", "Content-Type": "application/json; charset=utf-8", @@ -173,7 +173,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/1b8dc58a-a257-4e54-9409-8704387ca4e9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/1b8dc58a-a257-4e54-9409-8704387ca4e9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -210,7 +210,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/1b8dc58a-a257-4e54-9409-8704387ca4e9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/1b8dc58a-a257-4e54-9409-8704387ca4e9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -246,7 +246,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2455/providers/Microsoft.Network/publicIPAddresses/azsmnet1670?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2455/providers/Microsoft.Network/publicIPAddresses/azsmnet1670?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -306,7 +306,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2455/providers/Microsoft.Network/publicIPAddresses/azsmnet1670?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2455/providers/Microsoft.Network/publicIPAddresses/azsmnet1670?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -367,7 +367,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2455/providers/Microsoft.Network/virtualNetworks/azsmnet1683?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2455/providers/Microsoft.Network/virtualNetworks/azsmnet1683?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -406,7 +406,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/9768da7a-bf63-48a2-9aad-6da6f291be38?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/9768da7a-bf63-48a2-9aad-6da6f291be38?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1332", "Content-Type": "application/json; charset=utf-8", @@ -468,7 +468,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/9768da7a-bf63-48a2-9aad-6da6f291be38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/9768da7a-bf63-48a2-9aad-6da6f291be38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -505,7 +505,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/9768da7a-bf63-48a2-9aad-6da6f291be38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/9768da7a-bf63-48a2-9aad-6da6f291be38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -541,7 +541,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2455/providers/Microsoft.Network/virtualNetworks/azsmnet1683?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2455/providers/Microsoft.Network/virtualNetworks/azsmnet1683?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -614,7 +614,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2455/providers/Microsoft.Network/virtualNetworks/azsmnet1683/subnets/azsmnet6442?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2455/providers/Microsoft.Network/virtualNetworks/azsmnet1683/subnets/azsmnet6442?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1409,7 +1409,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2455/providers/Microsoft.Network/publicIPAddresses/azsmnet1670?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2455/providers/Microsoft.Network/publicIPAddresses/azsmnet1670?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1423,12 +1423,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/a99f93ec-c238-4e24-b724-d85d341694e6?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/a99f93ec-c238-4e24-b724-d85d341694e6?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Wed, 03 Aug 2022 01:38:14 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/a99f93ec-c238-4e24-b724-d85d341694e6?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/a99f93ec-c238-4e24-b724-d85d341694e6?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -1447,7 +1447,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/a99f93ec-c238-4e24-b724-d85d341694e6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/a99f93ec-c238-4e24-b724-d85d341694e6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1484,7 +1484,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/a99f93ec-c238-4e24-b724-d85d341694e6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/a99f93ec-c238-4e24-b724-d85d341694e6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1520,7 +1520,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2455/providers/Microsoft.Network/virtualNetworks/azsmnet1683?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2455/providers/Microsoft.Network/virtualNetworks/azsmnet1683?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1534,12 +1534,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/8b10b781-c8aa-406a-8d52-0b95c26f0920?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/8b10b781-c8aa-406a-8d52-0b95c26f0920?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Wed, 03 Aug 2022 01:38:25 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/8b10b781-c8aa-406a-8d52-0b95c26f0920?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/8b10b781-c8aa-406a-8d52-0b95c26f0920?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -1558,7 +1558,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/8b10b781-c8aa-406a-8d52-0b95c26f0920?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/8b10b781-c8aa-406a-8d52-0b95c26f0920?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1595,7 +1595,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/8b10b781-c8aa-406a-8d52-0b95c26f0920?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/8b10b781-c8aa-406a-8d52-0b95c26f0920?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceApiIPv6MultiCATest[2021-04-01].json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceApiIPv6MultiCATest[2021-04-01].json index e490c40429a2..d3e528d0fc68 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceApiIPv6MultiCATest[2021-04-01].json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceApiIPv6MultiCATest[2021-04-01].json @@ -97,7 +97,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2462/providers/Microsoft.Network/publicIPAddresses/azsmnet3975?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2462/providers/Microsoft.Network/publicIPAddresses/azsmnet3975?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -124,7 +124,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/7c1d6672-8a87-4d77-be00-36969ff5fd7e?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/7c1d6672-8a87-4d77-be00-36969ff5fd7e?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "794", "Content-Type": "application/json; charset=utf-8", @@ -173,7 +173,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/7c1d6672-8a87-4d77-be00-36969ff5fd7e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/7c1d6672-8a87-4d77-be00-36969ff5fd7e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -210,7 +210,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/7c1d6672-8a87-4d77-be00-36969ff5fd7e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/7c1d6672-8a87-4d77-be00-36969ff5fd7e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -246,7 +246,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2462/providers/Microsoft.Network/publicIPAddresses/azsmnet3975?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2462/providers/Microsoft.Network/publicIPAddresses/azsmnet3975?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -306,7 +306,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2462/providers/Microsoft.Network/publicIPAddresses/azsmnet3975?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2462/providers/Microsoft.Network/publicIPAddresses/azsmnet3975?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -367,7 +367,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2462/providers/Microsoft.Network/virtualNetworks/azsmnet74?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2462/providers/Microsoft.Network/virtualNetworks/azsmnet74?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -406,7 +406,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/0f1c3736-0850-4596-bb71-2b4efd5af0d9?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/0f1c3736-0850-4596-bb71-2b4efd5af0d9?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1326", "Content-Type": "application/json; charset=utf-8", @@ -468,7 +468,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/0f1c3736-0850-4596-bb71-2b4efd5af0d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/0f1c3736-0850-4596-bb71-2b4efd5af0d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -505,7 +505,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/0f1c3736-0850-4596-bb71-2b4efd5af0d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/0f1c3736-0850-4596-bb71-2b4efd5af0d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -541,7 +541,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2462/providers/Microsoft.Network/virtualNetworks/azsmnet74?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2462/providers/Microsoft.Network/virtualNetworks/azsmnet74?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -614,7 +614,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2462/providers/Microsoft.Network/virtualNetworks/azsmnet74/subnets/azsmnet4299?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2462/providers/Microsoft.Network/virtualNetworks/azsmnet74/subnets/azsmnet4299?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1421,7 +1421,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2462/providers/Microsoft.Network/publicIPAddresses/azsmnet3975?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2462/providers/Microsoft.Network/publicIPAddresses/azsmnet3975?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1435,12 +1435,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ecbebe77-02f7-4bb8-a3a6-f476a655f8b3?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ecbebe77-02f7-4bb8-a3a6-f476a655f8b3?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Wed, 03 Aug 2022 01:33:17 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/ecbebe77-02f7-4bb8-a3a6-f476a655f8b3?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/ecbebe77-02f7-4bb8-a3a6-f476a655f8b3?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -1459,7 +1459,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ecbebe77-02f7-4bb8-a3a6-f476a655f8b3?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ecbebe77-02f7-4bb8-a3a6-f476a655f8b3?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1496,7 +1496,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ecbebe77-02f7-4bb8-a3a6-f476a655f8b3?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ecbebe77-02f7-4bb8-a3a6-f476a655f8b3?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1532,7 +1532,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2462/providers/Microsoft.Network/virtualNetworks/azsmnet74?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2462/providers/Microsoft.Network/virtualNetworks/azsmnet74?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1546,12 +1546,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/63fe79ac-da37-4cdd-a6c9-302d66ac745d?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/63fe79ac-da37-4cdd-a6c9-302d66ac745d?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Wed, 03 Aug 2022 01:33:28 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/63fe79ac-da37-4cdd-a6c9-302d66ac745d?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/63fe79ac-da37-4cdd-a6c9-302d66ac745d?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -1570,7 +1570,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/63fe79ac-da37-4cdd-a6c9-302d66ac745d?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/63fe79ac-da37-4cdd-a6c9-302d66ac745d?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1607,7 +1607,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/63fe79ac-da37-4cdd-a6c9-302d66ac745d?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/63fe79ac-da37-4cdd-a6c9-302d66ac745d?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceApiIPv6MultiCATest[2021-04-01]Async.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceApiIPv6MultiCATest[2021-04-01]Async.json index 891f71532ef7..58b77010ded0 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceApiIPv6MultiCATest[2021-04-01]Async.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceApiIPv6MultiCATest[2021-04-01]Async.json @@ -97,7 +97,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9716/providers/Microsoft.Network/publicIPAddresses/azsmnet6962?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9716/providers/Microsoft.Network/publicIPAddresses/azsmnet6962?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -124,7 +124,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/e03af490-bc5a-4feb-8a7a-552a0a99fa80?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/e03af490-bc5a-4feb-8a7a-552a0a99fa80?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "794", "Content-Type": "application/json; charset=utf-8", @@ -173,7 +173,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/e03af490-bc5a-4feb-8a7a-552a0a99fa80?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/e03af490-bc5a-4feb-8a7a-552a0a99fa80?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -210,7 +210,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/e03af490-bc5a-4feb-8a7a-552a0a99fa80?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/e03af490-bc5a-4feb-8a7a-552a0a99fa80?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -246,7 +246,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9716/providers/Microsoft.Network/publicIPAddresses/azsmnet6962?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9716/providers/Microsoft.Network/publicIPAddresses/azsmnet6962?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -306,7 +306,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9716/providers/Microsoft.Network/publicIPAddresses/azsmnet6962?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9716/providers/Microsoft.Network/publicIPAddresses/azsmnet6962?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -367,7 +367,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9716/providers/Microsoft.Network/virtualNetworks/azsmnet6436?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9716/providers/Microsoft.Network/virtualNetworks/azsmnet6436?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -406,7 +406,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ec95f500-b7d2-4da7-b796-3e8fd6e41437?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ec95f500-b7d2-4da7-b796-3e8fd6e41437?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1332", "Content-Type": "application/json; charset=utf-8", @@ -468,7 +468,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ec95f500-b7d2-4da7-b796-3e8fd6e41437?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ec95f500-b7d2-4da7-b796-3e8fd6e41437?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -505,7 +505,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ec95f500-b7d2-4da7-b796-3e8fd6e41437?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ec95f500-b7d2-4da7-b796-3e8fd6e41437?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -541,7 +541,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9716/providers/Microsoft.Network/virtualNetworks/azsmnet6436?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9716/providers/Microsoft.Network/virtualNetworks/azsmnet6436?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -614,7 +614,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9716/providers/Microsoft.Network/virtualNetworks/azsmnet6436/subnets/azsmnet1498?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9716/providers/Microsoft.Network/virtualNetworks/azsmnet6436/subnets/azsmnet1498?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1463,7 +1463,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9716/providers/Microsoft.Network/publicIPAddresses/azsmnet6962?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9716/providers/Microsoft.Network/publicIPAddresses/azsmnet6962?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1477,12 +1477,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/d5df474e-4be4-48d6-8d2b-37873ef33ff9?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/d5df474e-4be4-48d6-8d2b-37873ef33ff9?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Wed, 03 Aug 2022 01:43:01 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/d5df474e-4be4-48d6-8d2b-37873ef33ff9?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/d5df474e-4be4-48d6-8d2b-37873ef33ff9?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -1501,7 +1501,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/d5df474e-4be4-48d6-8d2b-37873ef33ff9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/d5df474e-4be4-48d6-8d2b-37873ef33ff9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1538,7 +1538,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/d5df474e-4be4-48d6-8d2b-37873ef33ff9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/d5df474e-4be4-48d6-8d2b-37873ef33ff9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1574,7 +1574,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9716/providers/Microsoft.Network/virtualNetworks/azsmnet6436?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9716/providers/Microsoft.Network/virtualNetworks/azsmnet6436?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1588,12 +1588,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/272cbe86-9a0d-4743-8d06-c9a1d70835c2?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/272cbe86-9a0d-4743-8d06-c9a1d70835c2?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Wed, 03 Aug 2022 01:43:11 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/272cbe86-9a0d-4743-8d06-c9a1d70835c2?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/272cbe86-9a0d-4743-8d06-c9a1d70835c2?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -1612,7 +1612,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/272cbe86-9a0d-4743-8d06-c9a1d70835c2?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/272cbe86-9a0d-4743-8d06-c9a1d70835c2?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1649,7 +1649,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/272cbe86-9a0d-4743-8d06-c9a1d70835c2?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/272cbe86-9a0d-4743-8d06-c9a1d70835c2?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceApiTest[2018-11-01].json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceApiTest[2018-11-01].json index c82c7ca2337a..1c7c62ad7a19 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceApiTest[2018-11-01].json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceApiTest[2018-11-01].json @@ -97,7 +97,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1407/providers/Microsoft.Network/publicIPAddresses/azsmnet1578?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1407/providers/Microsoft.Network/publicIPAddresses/azsmnet1578?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -124,7 +124,7 @@ "StatusCode": 201, "ResponseHeaders": { "azure-asyncnotification": "Enabled", - "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/1e19295e-4e1c-426e-840a-59edf3d1c4ef?api-version=2021-02-01", + "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/1e19295e-4e1c-426e-840a-59edf3d1c4ef?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "792", "Content-Type": "application/json; charset=utf-8", @@ -173,7 +173,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/1e19295e-4e1c-426e-840a-59edf3d1c4ef?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/1e19295e-4e1c-426e-840a-59edf3d1c4ef?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -210,7 +210,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/1e19295e-4e1c-426e-840a-59edf3d1c4ef?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/1e19295e-4e1c-426e-840a-59edf3d1c4ef?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -246,7 +246,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1407/providers/Microsoft.Network/publicIPAddresses/azsmnet1578?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1407/providers/Microsoft.Network/publicIPAddresses/azsmnet1578?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -306,7 +306,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1407/providers/Microsoft.Network/publicIPAddresses/azsmnet1578?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1407/providers/Microsoft.Network/publicIPAddresses/azsmnet1578?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -367,7 +367,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1407/providers/Microsoft.Network/virtualNetworks/azsmnet4848?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1407/providers/Microsoft.Network/virtualNetworks/azsmnet4848?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -406,7 +406,7 @@ "StatusCode": 201, "ResponseHeaders": { "azure-asyncnotification": "Enabled", - "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/781d57d0-d0da-4e8c-9218-e82439ce11a2?api-version=2021-02-01", + "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/781d57d0-d0da-4e8c-9218-e82439ce11a2?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1332", "Content-Type": "application/json; charset=utf-8", @@ -468,7 +468,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/781d57d0-d0da-4e8c-9218-e82439ce11a2?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/781d57d0-d0da-4e8c-9218-e82439ce11a2?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -505,7 +505,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/781d57d0-d0da-4e8c-9218-e82439ce11a2?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/781d57d0-d0da-4e8c-9218-e82439ce11a2?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -541,7 +541,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1407/providers/Microsoft.Network/virtualNetworks/azsmnet4848?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1407/providers/Microsoft.Network/virtualNetworks/azsmnet4848?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -614,7 +614,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1407/providers/Microsoft.Network/virtualNetworks/azsmnet4848/subnets/azsmnet7573?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1407/providers/Microsoft.Network/virtualNetworks/azsmnet4848/subnets/azsmnet7573?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1035,7 +1035,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1407/providers/Microsoft.Network/networkInterfaces/azsmnet3297/ipConfigurations?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1407/providers/Microsoft.Network/networkInterfaces/azsmnet3297/ipConfigurations?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1092,7 +1092,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1407/providers/Microsoft.Network/networkInterfaces/azsmnet3297/loadBalancers?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1407/providers/Microsoft.Network/networkInterfaces/azsmnet3297/loadBalancers?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1445,7 +1445,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1407/providers/Microsoft.Network/publicIPAddresses/azsmnet1578?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1407/providers/Microsoft.Network/publicIPAddresses/azsmnet1578?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1459,12 +1459,12 @@ "StatusCode": 202, "ResponseHeaders": { "azure-asyncnotification": "Enabled", - "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/e113fe76-0c9f-4e4c-be64-6bb7e3ecb2de?api-version=2021-02-01", + "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/e113fe76-0c9f-4e4c-be64-6bb7e3ecb2de?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Wed, 03 Aug 2022 01:29:03 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/e113fe76-0c9f-4e4c-be64-6bb7e3ecb2de?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/e113fe76-0c9f-4e4c-be64-6bb7e3ecb2de?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -1483,7 +1483,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/e113fe76-0c9f-4e4c-be64-6bb7e3ecb2de?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/e113fe76-0c9f-4e4c-be64-6bb7e3ecb2de?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1520,7 +1520,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/e113fe76-0c9f-4e4c-be64-6bb7e3ecb2de?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/e113fe76-0c9f-4e4c-be64-6bb7e3ecb2de?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1556,7 +1556,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1407/providers/Microsoft.Network/virtualNetworks/azsmnet4848?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1407/providers/Microsoft.Network/virtualNetworks/azsmnet4848?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1570,12 +1570,12 @@ "StatusCode": 202, "ResponseHeaders": { "azure-asyncnotification": "Enabled", - "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/fe7f9702-1ff8-45d2-9a71-df50f4b414ed?api-version=2021-02-01", + "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/fe7f9702-1ff8-45d2-9a71-df50f4b414ed?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Wed, 03 Aug 2022 01:29:14 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/fe7f9702-1ff8-45d2-9a71-df50f4b414ed?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/fe7f9702-1ff8-45d2-9a71-df50f4b414ed?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -1594,7 +1594,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/fe7f9702-1ff8-45d2-9a71-df50f4b414ed?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/fe7f9702-1ff8-45d2-9a71-df50f4b414ed?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1631,7 +1631,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/fe7f9702-1ff8-45d2-9a71-df50f4b414ed?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/fe7f9702-1ff8-45d2-9a71-df50f4b414ed?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceApiTest[2018-11-01]Async.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceApiTest[2018-11-01]Async.json index 4c9e9608fa34..59df9e30dc2f 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceApiTest[2018-11-01]Async.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceApiTest[2018-11-01]Async.json @@ -97,7 +97,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9561/providers/Microsoft.Network/publicIPAddresses/azsmnet3166?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9561/providers/Microsoft.Network/publicIPAddresses/azsmnet3166?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -124,7 +124,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/173a14ae-2d02-477b-8fb8-bed6501ba4ea?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/173a14ae-2d02-477b-8fb8-bed6501ba4ea?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "794", "Content-Type": "application/json; charset=utf-8", @@ -173,7 +173,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/173a14ae-2d02-477b-8fb8-bed6501ba4ea?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/173a14ae-2d02-477b-8fb8-bed6501ba4ea?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -210,7 +210,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/173a14ae-2d02-477b-8fb8-bed6501ba4ea?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/173a14ae-2d02-477b-8fb8-bed6501ba4ea?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -246,7 +246,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9561/providers/Microsoft.Network/publicIPAddresses/azsmnet3166?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9561/providers/Microsoft.Network/publicIPAddresses/azsmnet3166?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -306,7 +306,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9561/providers/Microsoft.Network/publicIPAddresses/azsmnet3166?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9561/providers/Microsoft.Network/publicIPAddresses/azsmnet3166?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -367,7 +367,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9561/providers/Microsoft.Network/virtualNetworks/azsmnet6113?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9561/providers/Microsoft.Network/virtualNetworks/azsmnet6113?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -406,7 +406,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/600f3def-35af-463c-b7db-c7f42d5b7305?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/600f3def-35af-463c-b7db-c7f42d5b7305?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1332", "Content-Type": "application/json; charset=utf-8", @@ -468,7 +468,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/600f3def-35af-463c-b7db-c7f42d5b7305?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/600f3def-35af-463c-b7db-c7f42d5b7305?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -505,7 +505,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/600f3def-35af-463c-b7db-c7f42d5b7305?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/600f3def-35af-463c-b7db-c7f42d5b7305?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -541,7 +541,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9561/providers/Microsoft.Network/virtualNetworks/azsmnet6113?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9561/providers/Microsoft.Network/virtualNetworks/azsmnet6113?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -614,7 +614,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9561/providers/Microsoft.Network/virtualNetworks/azsmnet6113/subnets/azsmnet2360?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9561/providers/Microsoft.Network/virtualNetworks/azsmnet6113/subnets/azsmnet2360?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1035,7 +1035,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9561/providers/Microsoft.Network/networkInterfaces/azsmnet2159/ipConfigurations?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9561/providers/Microsoft.Network/networkInterfaces/azsmnet2159/ipConfigurations?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1092,7 +1092,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9561/providers/Microsoft.Network/networkInterfaces/azsmnet2159/loadBalancers?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9561/providers/Microsoft.Network/networkInterfaces/azsmnet2159/loadBalancers?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1445,7 +1445,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9561/providers/Microsoft.Network/publicIPAddresses/azsmnet3166?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9561/providers/Microsoft.Network/publicIPAddresses/azsmnet3166?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1459,12 +1459,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/75d2480a-982d-4a17-aaab-bc58a88c1765?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/75d2480a-982d-4a17-aaab-bc58a88c1765?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Wed, 03 Aug 2022 01:38:56 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/75d2480a-982d-4a17-aaab-bc58a88c1765?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/75d2480a-982d-4a17-aaab-bc58a88c1765?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -1483,7 +1483,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/75d2480a-982d-4a17-aaab-bc58a88c1765?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/75d2480a-982d-4a17-aaab-bc58a88c1765?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1520,7 +1520,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/75d2480a-982d-4a17-aaab-bc58a88c1765?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/75d2480a-982d-4a17-aaab-bc58a88c1765?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1556,7 +1556,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9561/providers/Microsoft.Network/virtualNetworks/azsmnet6113?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9561/providers/Microsoft.Network/virtualNetworks/azsmnet6113?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1570,12 +1570,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/d5c6c0be-0e56-468e-8e9e-3a4254b3e77f?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/d5c6c0be-0e56-468e-8e9e-3a4254b3e77f?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Wed, 03 Aug 2022 01:39:06 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/d5c6c0be-0e56-468e-8e9e-3a4254b3e77f?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/d5c6c0be-0e56-468e-8e9e-3a4254b3e77f?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -1594,7 +1594,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/d5c6c0be-0e56-468e-8e9e-3a4254b3e77f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/d5c6c0be-0e56-468e-8e9e-3a4254b3e77f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1631,7 +1631,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/d5c6c0be-0e56-468e-8e9e-3a4254b3e77f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/d5c6c0be-0e56-468e-8e9e-3a4254b3e77f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceApiTest[2021-04-01].json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceApiTest[2021-04-01].json index 2db2c7e9bb92..c0bad68252fd 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceApiTest[2021-04-01].json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceApiTest[2021-04-01].json @@ -97,7 +97,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3479/providers/Microsoft.Network/publicIPAddresses/azsmnet1485?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3479/providers/Microsoft.Network/publicIPAddresses/azsmnet1485?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -124,7 +124,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/422297d6-d524-4396-bdfa-0917f9c4b098?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/422297d6-d524-4396-bdfa-0917f9c4b098?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "794", "Content-Type": "application/json; charset=utf-8", @@ -173,7 +173,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/422297d6-d524-4396-bdfa-0917f9c4b098?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/422297d6-d524-4396-bdfa-0917f9c4b098?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -210,7 +210,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/422297d6-d524-4396-bdfa-0917f9c4b098?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/422297d6-d524-4396-bdfa-0917f9c4b098?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -246,7 +246,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3479/providers/Microsoft.Network/publicIPAddresses/azsmnet1485?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3479/providers/Microsoft.Network/publicIPAddresses/azsmnet1485?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -306,7 +306,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3479/providers/Microsoft.Network/publicIPAddresses/azsmnet1485?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3479/providers/Microsoft.Network/publicIPAddresses/azsmnet1485?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -367,7 +367,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3479/providers/Microsoft.Network/virtualNetworks/azsmnet3736?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3479/providers/Microsoft.Network/virtualNetworks/azsmnet3736?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -406,7 +406,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/57125c24-d56e-4699-93d2-68158cb57abf?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/57125c24-d56e-4699-93d2-68158cb57abf?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1332", "Content-Type": "application/json; charset=utf-8", @@ -468,7 +468,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/57125c24-d56e-4699-93d2-68158cb57abf?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/57125c24-d56e-4699-93d2-68158cb57abf?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -505,7 +505,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/57125c24-d56e-4699-93d2-68158cb57abf?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/57125c24-d56e-4699-93d2-68158cb57abf?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -541,7 +541,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3479/providers/Microsoft.Network/virtualNetworks/azsmnet3736?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3479/providers/Microsoft.Network/virtualNetworks/azsmnet3736?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -614,7 +614,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3479/providers/Microsoft.Network/virtualNetworks/azsmnet3736/subnets/azsmnet9311?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3479/providers/Microsoft.Network/virtualNetworks/azsmnet3736/subnets/azsmnet9311?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1043,7 +1043,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3479/providers/Microsoft.Network/networkInterfaces/azsmnet8310/ipConfigurations?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3479/providers/Microsoft.Network/networkInterfaces/azsmnet8310/ipConfigurations?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1100,7 +1100,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3479/providers/Microsoft.Network/networkInterfaces/azsmnet8310/loadBalancers?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3479/providers/Microsoft.Network/networkInterfaces/azsmnet8310/loadBalancers?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1459,7 +1459,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3479/providers/Microsoft.Network/publicIPAddresses/azsmnet1485?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3479/providers/Microsoft.Network/publicIPAddresses/azsmnet1485?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1473,12 +1473,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/b8ed727b-002f-4c82-8c45-9dde430bd78d?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/b8ed727b-002f-4c82-8c45-9dde430bd78d?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Wed, 03 Aug 2022 01:34:00 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/b8ed727b-002f-4c82-8c45-9dde430bd78d?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/b8ed727b-002f-4c82-8c45-9dde430bd78d?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -1497,7 +1497,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/b8ed727b-002f-4c82-8c45-9dde430bd78d?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/b8ed727b-002f-4c82-8c45-9dde430bd78d?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1534,7 +1534,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/b8ed727b-002f-4c82-8c45-9dde430bd78d?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/b8ed727b-002f-4c82-8c45-9dde430bd78d?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1570,7 +1570,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3479/providers/Microsoft.Network/virtualNetworks/azsmnet3736?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3479/providers/Microsoft.Network/virtualNetworks/azsmnet3736?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1584,12 +1584,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/02e430ca-8b9c-4bce-8929-73ffdc20be37?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/02e430ca-8b9c-4bce-8929-73ffdc20be37?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Wed, 03 Aug 2022 01:34:10 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/02e430ca-8b9c-4bce-8929-73ffdc20be37?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/02e430ca-8b9c-4bce-8929-73ffdc20be37?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -1608,7 +1608,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/02e430ca-8b9c-4bce-8929-73ffdc20be37?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/02e430ca-8b9c-4bce-8929-73ffdc20be37?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1645,7 +1645,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/02e430ca-8b9c-4bce-8929-73ffdc20be37?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/02e430ca-8b9c-4bce-8929-73ffdc20be37?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceApiTest[2021-04-01]Async.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceApiTest[2021-04-01]Async.json index d3123b509ec4..f5b0979cdea1 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceApiTest[2021-04-01]Async.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceApiTest[2021-04-01]Async.json @@ -97,7 +97,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2991/providers/Microsoft.Network/publicIPAddresses/azsmnet5667?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2991/providers/Microsoft.Network/publicIPAddresses/azsmnet5667?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -124,7 +124,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/88ddd5a3-183e-4ce7-8300-80b64bae9769?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/88ddd5a3-183e-4ce7-8300-80b64bae9769?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "794", "Content-Type": "application/json; charset=utf-8", @@ -173,7 +173,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/88ddd5a3-183e-4ce7-8300-80b64bae9769?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/88ddd5a3-183e-4ce7-8300-80b64bae9769?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -210,7 +210,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/88ddd5a3-183e-4ce7-8300-80b64bae9769?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/88ddd5a3-183e-4ce7-8300-80b64bae9769?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -246,7 +246,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2991/providers/Microsoft.Network/publicIPAddresses/azsmnet5667?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2991/providers/Microsoft.Network/publicIPAddresses/azsmnet5667?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -306,7 +306,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2991/providers/Microsoft.Network/publicIPAddresses/azsmnet5667?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2991/providers/Microsoft.Network/publicIPAddresses/azsmnet5667?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -367,7 +367,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2991/providers/Microsoft.Network/virtualNetworks/azsmnet7729?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2991/providers/Microsoft.Network/virtualNetworks/azsmnet7729?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -406,7 +406,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/afbf286c-dcca-48bb-8a4e-59d843efb7ee?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/afbf286c-dcca-48bb-8a4e-59d843efb7ee?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1332", "Content-Type": "application/json; charset=utf-8", @@ -468,7 +468,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/afbf286c-dcca-48bb-8a4e-59d843efb7ee?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/afbf286c-dcca-48bb-8a4e-59d843efb7ee?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -505,7 +505,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/afbf286c-dcca-48bb-8a4e-59d843efb7ee?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/afbf286c-dcca-48bb-8a4e-59d843efb7ee?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -541,7 +541,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2991/providers/Microsoft.Network/virtualNetworks/azsmnet7729?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2991/providers/Microsoft.Network/virtualNetworks/azsmnet7729?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -614,7 +614,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2991/providers/Microsoft.Network/virtualNetworks/azsmnet7729/subnets/azsmnet5164?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2991/providers/Microsoft.Network/virtualNetworks/azsmnet7729/subnets/azsmnet5164?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1043,7 +1043,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2991/providers/Microsoft.Network/networkInterfaces/azsmnet2613/ipConfigurations?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2991/providers/Microsoft.Network/networkInterfaces/azsmnet2613/ipConfigurations?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1100,7 +1100,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2991/providers/Microsoft.Network/networkInterfaces/azsmnet2613/loadBalancers?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2991/providers/Microsoft.Network/networkInterfaces/azsmnet2613/loadBalancers?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1501,7 +1501,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2991/providers/Microsoft.Network/publicIPAddresses/azsmnet5667?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2991/providers/Microsoft.Network/publicIPAddresses/azsmnet5667?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1515,12 +1515,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/667fefa5-eb80-42f7-a24b-c33feedb2cf5?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/667fefa5-eb80-42f7-a24b-c33feedb2cf5?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Wed, 03 Aug 2022 01:43:42 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/667fefa5-eb80-42f7-a24b-c33feedb2cf5?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/667fefa5-eb80-42f7-a24b-c33feedb2cf5?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -1539,7 +1539,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/667fefa5-eb80-42f7-a24b-c33feedb2cf5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/667fefa5-eb80-42f7-a24b-c33feedb2cf5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1576,7 +1576,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/667fefa5-eb80-42f7-a24b-c33feedb2cf5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/667fefa5-eb80-42f7-a24b-c33feedb2cf5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1612,7 +1612,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2991/providers/Microsoft.Network/virtualNetworks/azsmnet7729?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2991/providers/Microsoft.Network/virtualNetworks/azsmnet7729?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1626,12 +1626,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/8e681fdb-fa9b-4d32-a4a5-8fee06e37b1e?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/8e681fdb-fa9b-4d32-a4a5-8fee06e37b1e?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Wed, 03 Aug 2022 01:43:53 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/8e681fdb-fa9b-4d32-a4a5-8fee06e37b1e?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/8e681fdb-fa9b-4d32-a4a5-8fee06e37b1e?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -1650,7 +1650,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/8e681fdb-fa9b-4d32-a4a5-8fee06e37b1e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/8e681fdb-fa9b-4d32-a4a5-8fee06e37b1e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1687,7 +1687,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/8e681fdb-fa9b-4d32-a4a5-8fee06e37b1e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/8e681fdb-fa9b-4d32-a4a5-8fee06e37b1e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceDnsSettingsTestIdnsSuffix[2018-11-01].json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceDnsSettingsTestIdnsSuffix[2018-11-01].json index aab9205fd819..bbcfd06e7e18 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceDnsSettingsTestIdnsSuffix[2018-11-01].json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceDnsSettingsTestIdnsSuffix[2018-11-01].json @@ -97,7 +97,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7296/providers/Microsoft.Network/virtualNetworks/azsmnet5150?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7296/providers/Microsoft.Network/virtualNetworks/azsmnet5150?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -136,7 +136,7 @@ "StatusCode": 201, "ResponseHeaders": { "azure-asyncnotification": "Enabled", - "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/99ba8b1b-8403-4902-9afe-4d33f9167d09?api-version=2021-02-01", + "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/99ba8b1b-8403-4902-9afe-4d33f9167d09?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1332", "Content-Type": "application/json; charset=utf-8", @@ -198,7 +198,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/99ba8b1b-8403-4902-9afe-4d33f9167d09?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/99ba8b1b-8403-4902-9afe-4d33f9167d09?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -235,7 +235,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/99ba8b1b-8403-4902-9afe-4d33f9167d09?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/99ba8b1b-8403-4902-9afe-4d33f9167d09?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -271,7 +271,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7296/providers/Microsoft.Network/virtualNetworks/azsmnet5150?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7296/providers/Microsoft.Network/virtualNetworks/azsmnet5150?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -344,7 +344,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7296/providers/Microsoft.Network/virtualNetworks/azsmnet5150/subnets/azsmnet6741?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7296/providers/Microsoft.Network/virtualNetworks/azsmnet5150/subnets/azsmnet6741?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -801,7 +801,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7296/providers/Microsoft.Network/virtualNetworks/azsmnet5150?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7296/providers/Microsoft.Network/virtualNetworks/azsmnet5150?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -815,12 +815,12 @@ "StatusCode": 202, "ResponseHeaders": { "azure-asyncnotification": "Enabled", - "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/06f75017-fde0-4235-b152-36f2fdee7a1e?api-version=2021-02-01", + "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/06f75017-fde0-4235-b152-36f2fdee7a1e?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Wed, 03 Aug 2022 01:30:07 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/06f75017-fde0-4235-b152-36f2fdee7a1e?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/06f75017-fde0-4235-b152-36f2fdee7a1e?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -839,7 +839,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/06f75017-fde0-4235-b152-36f2fdee7a1e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/06f75017-fde0-4235-b152-36f2fdee7a1e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -876,7 +876,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/06f75017-fde0-4235-b152-36f2fdee7a1e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/06f75017-fde0-4235-b152-36f2fdee7a1e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceDnsSettingsTestIdnsSuffix[2018-11-01]Async.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceDnsSettingsTestIdnsSuffix[2018-11-01]Async.json index b9832b529ef4..d45ee42db11f 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceDnsSettingsTestIdnsSuffix[2018-11-01]Async.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceDnsSettingsTestIdnsSuffix[2018-11-01]Async.json @@ -97,7 +97,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2677/providers/Microsoft.Network/virtualNetworks/azsmnet3875?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2677/providers/Microsoft.Network/virtualNetworks/azsmnet3875?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -136,7 +136,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/88c0f82a-e577-441b-a2b4-48c847833271?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/88c0f82a-e577-441b-a2b4-48c847833271?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1332", "Content-Type": "application/json; charset=utf-8", @@ -198,7 +198,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/88c0f82a-e577-441b-a2b4-48c847833271?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/88c0f82a-e577-441b-a2b4-48c847833271?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -235,7 +235,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/88c0f82a-e577-441b-a2b4-48c847833271?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/88c0f82a-e577-441b-a2b4-48c847833271?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -271,7 +271,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2677/providers/Microsoft.Network/virtualNetworks/azsmnet3875?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2677/providers/Microsoft.Network/virtualNetworks/azsmnet3875?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -344,7 +344,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2677/providers/Microsoft.Network/virtualNetworks/azsmnet3875/subnets/azsmnet2300?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2677/providers/Microsoft.Network/virtualNetworks/azsmnet3875/subnets/azsmnet2300?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -801,7 +801,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2677/providers/Microsoft.Network/virtualNetworks/azsmnet3875?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2677/providers/Microsoft.Network/virtualNetworks/azsmnet3875?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -815,12 +815,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/8bb331e7-09e0-4830-8b60-448570088c38?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/8bb331e7-09e0-4830-8b60-448570088c38?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Wed, 03 Aug 2022 01:40:02 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/8bb331e7-09e0-4830-8b60-448570088c38?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/8bb331e7-09e0-4830-8b60-448570088c38?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -839,7 +839,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/8bb331e7-09e0-4830-8b60-448570088c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/8bb331e7-09e0-4830-8b60-448570088c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -876,7 +876,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/8bb331e7-09e0-4830-8b60-448570088c38?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/8bb331e7-09e0-4830-8b60-448570088c38?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceDnsSettingsTestIdnsSuffix[2021-04-01].json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceDnsSettingsTestIdnsSuffix[2021-04-01].json index d4c7d8999fab..5e5a07978808 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceDnsSettingsTestIdnsSuffix[2021-04-01].json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceDnsSettingsTestIdnsSuffix[2021-04-01].json @@ -97,7 +97,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7347/providers/Microsoft.Network/virtualNetworks/azsmnet5478?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7347/providers/Microsoft.Network/virtualNetworks/azsmnet5478?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -136,7 +136,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/c17881d1-42fb-44ee-af88-8349cb5a7734?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/c17881d1-42fb-44ee-af88-8349cb5a7734?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1332", "Content-Type": "application/json; charset=utf-8", @@ -198,7 +198,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/c17881d1-42fb-44ee-af88-8349cb5a7734?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/c17881d1-42fb-44ee-af88-8349cb5a7734?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -235,7 +235,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/c17881d1-42fb-44ee-af88-8349cb5a7734?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/c17881d1-42fb-44ee-af88-8349cb5a7734?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -271,7 +271,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7347/providers/Microsoft.Network/virtualNetworks/azsmnet5478?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7347/providers/Microsoft.Network/virtualNetworks/azsmnet5478?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -344,7 +344,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7347/providers/Microsoft.Network/virtualNetworks/azsmnet5478/subnets/azsmnet9090?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7347/providers/Microsoft.Network/virtualNetworks/azsmnet5478/subnets/azsmnet9090?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -807,7 +807,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7347/providers/Microsoft.Network/virtualNetworks/azsmnet5478?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7347/providers/Microsoft.Network/virtualNetworks/azsmnet5478?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -821,12 +821,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/2d7ab705-8d2b-4cd1-82b6-4f40508b035e?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/2d7ab705-8d2b-4cd1-82b6-4f40508b035e?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Wed, 03 Aug 2022 01:35:06 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/2d7ab705-8d2b-4cd1-82b6-4f40508b035e?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/2d7ab705-8d2b-4cd1-82b6-4f40508b035e?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -845,7 +845,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/2d7ab705-8d2b-4cd1-82b6-4f40508b035e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/2d7ab705-8d2b-4cd1-82b6-4f40508b035e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -882,7 +882,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/2d7ab705-8d2b-4cd1-82b6-4f40508b035e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/2d7ab705-8d2b-4cd1-82b6-4f40508b035e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceDnsSettingsTestIdnsSuffix[2021-04-01]Async.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceDnsSettingsTestIdnsSuffix[2021-04-01]Async.json index f06cae514baf..e180511ae3ec 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceDnsSettingsTestIdnsSuffix[2021-04-01]Async.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceDnsSettingsTestIdnsSuffix[2021-04-01]Async.json @@ -97,7 +97,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7654/providers/Microsoft.Network/virtualNetworks/azsmnet9468?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7654/providers/Microsoft.Network/virtualNetworks/azsmnet9468?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -136,7 +136,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/5c395621-9348-4bd6-a32b-102954ec15b3?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/5c395621-9348-4bd6-a32b-102954ec15b3?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1332", "Content-Type": "application/json; charset=utf-8", @@ -198,7 +198,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/5c395621-9348-4bd6-a32b-102954ec15b3?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/5c395621-9348-4bd6-a32b-102954ec15b3?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -235,7 +235,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/5c395621-9348-4bd6-a32b-102954ec15b3?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/5c395621-9348-4bd6-a32b-102954ec15b3?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -271,7 +271,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7654/providers/Microsoft.Network/virtualNetworks/azsmnet9468?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7654/providers/Microsoft.Network/virtualNetworks/azsmnet9468?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -344,7 +344,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7654/providers/Microsoft.Network/virtualNetworks/azsmnet9468/subnets/azsmnet3097?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7654/providers/Microsoft.Network/virtualNetworks/azsmnet9468/subnets/azsmnet3097?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -807,7 +807,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7654/providers/Microsoft.Network/virtualNetworks/azsmnet9468?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7654/providers/Microsoft.Network/virtualNetworks/azsmnet9468?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -821,12 +821,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/4a39fe89-7a36-47a0-8c15-beccb0c1db2b?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/4a39fe89-7a36-47a0-8c15-beccb0c1db2b?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Wed, 03 Aug 2022 01:44:48 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/4a39fe89-7a36-47a0-8c15-beccb0c1db2b?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/4a39fe89-7a36-47a0-8c15-beccb0c1db2b?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -845,7 +845,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/4a39fe89-7a36-47a0-8c15-beccb0c1db2b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/4a39fe89-7a36-47a0-8c15-beccb0c1db2b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -882,7 +882,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/4a39fe89-7a36-47a0-8c15-beccb0c1db2b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/4a39fe89-7a36-47a0-8c15-beccb0c1db2b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceDnsSettingsTest[2018-11-01].json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceDnsSettingsTest[2018-11-01].json index ca36482d523b..1586d6d6636a 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceDnsSettingsTest[2018-11-01].json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceDnsSettingsTest[2018-11-01].json @@ -97,7 +97,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3187/providers/Microsoft.Network/virtualNetworks/azsmnet5308?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3187/providers/Microsoft.Network/virtualNetworks/azsmnet5308?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -136,7 +136,7 @@ "StatusCode": 201, "ResponseHeaders": { "azure-asyncnotification": "Enabled", - "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/9d2a2b9b-8339-4b3f-a8d5-a9929510cb1e?api-version=2021-02-01", + "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/9d2a2b9b-8339-4b3f-a8d5-a9929510cb1e?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1332", "Content-Type": "application/json; charset=utf-8", @@ -198,7 +198,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/9d2a2b9b-8339-4b3f-a8d5-a9929510cb1e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/9d2a2b9b-8339-4b3f-a8d5-a9929510cb1e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -235,7 +235,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/9d2a2b9b-8339-4b3f-a8d5-a9929510cb1e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/9d2a2b9b-8339-4b3f-a8d5-a9929510cb1e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -271,7 +271,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3187/providers/Microsoft.Network/virtualNetworks/azsmnet5308?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3187/providers/Microsoft.Network/virtualNetworks/azsmnet5308?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -344,7 +344,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3187/providers/Microsoft.Network/virtualNetworks/azsmnet5308/subnets/azsmnet4704?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3187/providers/Microsoft.Network/virtualNetworks/azsmnet5308/subnets/azsmnet4704?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -801,7 +801,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3187/providers/Microsoft.Network/virtualNetworks/azsmnet5308?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3187/providers/Microsoft.Network/virtualNetworks/azsmnet5308?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -815,12 +815,12 @@ "StatusCode": 202, "ResponseHeaders": { "azure-asyncnotification": "Enabled", - "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/f221c6a8-bd80-446c-8d7e-61be686f6d5d?api-version=2021-02-01", + "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/f221c6a8-bd80-446c-8d7e-61be686f6d5d?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Wed, 03 Aug 2022 01:29:40 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/f221c6a8-bd80-446c-8d7e-61be686f6d5d?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/f221c6a8-bd80-446c-8d7e-61be686f6d5d?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -839,7 +839,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/f221c6a8-bd80-446c-8d7e-61be686f6d5d?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/f221c6a8-bd80-446c-8d7e-61be686f6d5d?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -876,7 +876,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/f221c6a8-bd80-446c-8d7e-61be686f6d5d?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/f221c6a8-bd80-446c-8d7e-61be686f6d5d?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceDnsSettingsTest[2018-11-01]Async.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceDnsSettingsTest[2018-11-01]Async.json index 14f4b7fbe412..3da271449352 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceDnsSettingsTest[2018-11-01]Async.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceDnsSettingsTest[2018-11-01]Async.json @@ -97,7 +97,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6909/providers/Microsoft.Network/virtualNetworks/azsmnet6835?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6909/providers/Microsoft.Network/virtualNetworks/azsmnet6835?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -136,7 +136,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/f7425c02-326a-426f-b4e1-080ac44851b6?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/f7425c02-326a-426f-b4e1-080ac44851b6?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1332", "Content-Type": "application/json; charset=utf-8", @@ -198,7 +198,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/f7425c02-326a-426f-b4e1-080ac44851b6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/f7425c02-326a-426f-b4e1-080ac44851b6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -235,7 +235,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/f7425c02-326a-426f-b4e1-080ac44851b6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/f7425c02-326a-426f-b4e1-080ac44851b6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -271,7 +271,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6909/providers/Microsoft.Network/virtualNetworks/azsmnet6835?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6909/providers/Microsoft.Network/virtualNetworks/azsmnet6835?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -344,7 +344,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6909/providers/Microsoft.Network/virtualNetworks/azsmnet6835/subnets/azsmnet2079?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6909/providers/Microsoft.Network/virtualNetworks/azsmnet6835/subnets/azsmnet2079?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -801,7 +801,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6909/providers/Microsoft.Network/virtualNetworks/azsmnet6835?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6909/providers/Microsoft.Network/virtualNetworks/azsmnet6835?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -815,12 +815,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/4753e5fc-3914-455e-9e89-7c24fed1021a?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/4753e5fc-3914-455e-9e89-7c24fed1021a?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Wed, 03 Aug 2022 01:39:34 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/4753e5fc-3914-455e-9e89-7c24fed1021a?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/4753e5fc-3914-455e-9e89-7c24fed1021a?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -839,7 +839,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/4753e5fc-3914-455e-9e89-7c24fed1021a?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/4753e5fc-3914-455e-9e89-7c24fed1021a?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -876,7 +876,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/4753e5fc-3914-455e-9e89-7c24fed1021a?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/4753e5fc-3914-455e-9e89-7c24fed1021a?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceDnsSettingsTest[2021-04-01].json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceDnsSettingsTest[2021-04-01].json index 89d5cd881864..7e523b55300c 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceDnsSettingsTest[2021-04-01].json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceDnsSettingsTest[2021-04-01].json @@ -97,7 +97,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8841/providers/Microsoft.Network/virtualNetworks/azsmnet878?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8841/providers/Microsoft.Network/virtualNetworks/azsmnet878?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -136,7 +136,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/d48dd08b-bdd0-4098-acf4-b856fb919b07?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/d48dd08b-bdd0-4098-acf4-b856fb919b07?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1329", "Content-Type": "application/json; charset=utf-8", @@ -198,7 +198,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/d48dd08b-bdd0-4098-acf4-b856fb919b07?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/d48dd08b-bdd0-4098-acf4-b856fb919b07?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -235,7 +235,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/d48dd08b-bdd0-4098-acf4-b856fb919b07?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/d48dd08b-bdd0-4098-acf4-b856fb919b07?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -271,7 +271,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8841/providers/Microsoft.Network/virtualNetworks/azsmnet878?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8841/providers/Microsoft.Network/virtualNetworks/azsmnet878?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -344,7 +344,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8841/providers/Microsoft.Network/virtualNetworks/azsmnet878/subnets/azsmnet6977?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8841/providers/Microsoft.Network/virtualNetworks/azsmnet878/subnets/azsmnet6977?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -807,7 +807,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8841/providers/Microsoft.Network/virtualNetworks/azsmnet878?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8841/providers/Microsoft.Network/virtualNetworks/azsmnet878?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -821,12 +821,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/2579da44-a32d-4405-a3a2-c38b7f3383e0?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/2579da44-a32d-4405-a3a2-c38b7f3383e0?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Wed, 03 Aug 2022 01:34:38 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/2579da44-a32d-4405-a3a2-c38b7f3383e0?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/2579da44-a32d-4405-a3a2-c38b7f3383e0?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -845,7 +845,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/2579da44-a32d-4405-a3a2-c38b7f3383e0?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/2579da44-a32d-4405-a3a2-c38b7f3383e0?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -882,7 +882,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/2579da44-a32d-4405-a3a2-c38b7f3383e0?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/2579da44-a32d-4405-a3a2-c38b7f3383e0?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceDnsSettingsTest[2021-04-01]Async.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceDnsSettingsTest[2021-04-01]Async.json index b8b2aef50e3b..bc3d5930c811 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceDnsSettingsTest[2021-04-01]Async.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceDnsSettingsTest[2021-04-01]Async.json @@ -97,7 +97,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2677/providers/Microsoft.Network/virtualNetworks/azsmnet931?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2677/providers/Microsoft.Network/virtualNetworks/azsmnet931?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -136,7 +136,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/fab8ffcd-7dc8-4b5a-bfd5-e7e4d19aa512?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/fab8ffcd-7dc8-4b5a-bfd5-e7e4d19aa512?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1329", "Content-Type": "application/json; charset=utf-8", @@ -198,7 +198,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/fab8ffcd-7dc8-4b5a-bfd5-e7e4d19aa512?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/fab8ffcd-7dc8-4b5a-bfd5-e7e4d19aa512?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -235,7 +235,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/fab8ffcd-7dc8-4b5a-bfd5-e7e4d19aa512?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/fab8ffcd-7dc8-4b5a-bfd5-e7e4d19aa512?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -271,7 +271,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2677/providers/Microsoft.Network/virtualNetworks/azsmnet931?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2677/providers/Microsoft.Network/virtualNetworks/azsmnet931?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -344,7 +344,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2677/providers/Microsoft.Network/virtualNetworks/azsmnet931/subnets/azsmnet7288?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2677/providers/Microsoft.Network/virtualNetworks/azsmnet931/subnets/azsmnet7288?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -807,7 +807,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2677/providers/Microsoft.Network/virtualNetworks/azsmnet931?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2677/providers/Microsoft.Network/virtualNetworks/azsmnet931?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -821,12 +821,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/f462b204-4f25-4beb-9b0a-f3b672bc934a?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/f462b204-4f25-4beb-9b0a-f3b672bc934a?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Wed, 03 Aug 2022 01:44:21 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/f462b204-4f25-4beb-9b0a-f3b672bc934a?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/f462b204-4f25-4beb-9b0a-f3b672bc934a?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -845,7 +845,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/f462b204-4f25-4beb-9b0a-f3b672bc934a?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/f462b204-4f25-4beb-9b0a-f3b672bc934a?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -882,7 +882,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/f462b204-4f25-4beb-9b0a-f3b672bc934a?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/f462b204-4f25-4beb-9b0a-f3b672bc934a?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceEnableIPForwardingTest[2018-11-01].json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceEnableIPForwardingTest[2018-11-01].json index 82810d6d7df4..6a9bd7a4bda6 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceEnableIPForwardingTest[2018-11-01].json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceEnableIPForwardingTest[2018-11-01].json @@ -97,7 +97,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2704/providers/Microsoft.Network/virtualNetworks/azsmnet7093?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2704/providers/Microsoft.Network/virtualNetworks/azsmnet7093?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -136,7 +136,7 @@ "StatusCode": 201, "ResponseHeaders": { "azure-asyncnotification": "Enabled", - "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/c584b453-2205-421b-9b87-0ec62c441026?api-version=2021-02-01", + "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/c584b453-2205-421b-9b87-0ec62c441026?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1332", "Content-Type": "application/json; charset=utf-8", @@ -198,7 +198,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/c584b453-2205-421b-9b87-0ec62c441026?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/c584b453-2205-421b-9b87-0ec62c441026?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -235,7 +235,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/c584b453-2205-421b-9b87-0ec62c441026?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/c584b453-2205-421b-9b87-0ec62c441026?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -271,7 +271,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2704/providers/Microsoft.Network/virtualNetworks/azsmnet7093?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2704/providers/Microsoft.Network/virtualNetworks/azsmnet7093?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -344,7 +344,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2704/providers/Microsoft.Network/virtualNetworks/azsmnet7093/subnets/azsmnet9637?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2704/providers/Microsoft.Network/virtualNetworks/azsmnet7093/subnets/azsmnet9637?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1072,7 +1072,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2704/providers/Microsoft.Network/virtualNetworks/azsmnet7093?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2704/providers/Microsoft.Network/virtualNetworks/azsmnet7093?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1086,12 +1086,12 @@ "StatusCode": 202, "ResponseHeaders": { "azure-asyncnotification": "Enabled", - "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/49deeb37-0856-4e66-aa66-9ccad07f63a3?api-version=2021-02-01", + "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/49deeb37-0856-4e66-aa66-9ccad07f63a3?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Wed, 03 Aug 2022 01:30:35 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/49deeb37-0856-4e66-aa66-9ccad07f63a3?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/49deeb37-0856-4e66-aa66-9ccad07f63a3?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -1110,7 +1110,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/49deeb37-0856-4e66-aa66-9ccad07f63a3?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/49deeb37-0856-4e66-aa66-9ccad07f63a3?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1147,7 +1147,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/49deeb37-0856-4e66-aa66-9ccad07f63a3?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/49deeb37-0856-4e66-aa66-9ccad07f63a3?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceEnableIPForwardingTest[2018-11-01]Async.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceEnableIPForwardingTest[2018-11-01]Async.json index e724549f57a5..51b02bd3328d 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceEnableIPForwardingTest[2018-11-01]Async.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceEnableIPForwardingTest[2018-11-01]Async.json @@ -97,7 +97,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3283/providers/Microsoft.Network/virtualNetworks/azsmnet6691?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3283/providers/Microsoft.Network/virtualNetworks/azsmnet6691?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -136,7 +136,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/4ba33f0d-f155-4739-b1da-086d349f3ced?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/4ba33f0d-f155-4739-b1da-086d349f3ced?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1332", "Content-Type": "application/json; charset=utf-8", @@ -198,7 +198,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/4ba33f0d-f155-4739-b1da-086d349f3ced?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/4ba33f0d-f155-4739-b1da-086d349f3ced?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -235,7 +235,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/4ba33f0d-f155-4739-b1da-086d349f3ced?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/4ba33f0d-f155-4739-b1da-086d349f3ced?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -271,7 +271,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3283/providers/Microsoft.Network/virtualNetworks/azsmnet6691?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3283/providers/Microsoft.Network/virtualNetworks/azsmnet6691?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -344,7 +344,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3283/providers/Microsoft.Network/virtualNetworks/azsmnet6691/subnets/azsmnet1164?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3283/providers/Microsoft.Network/virtualNetworks/azsmnet6691/subnets/azsmnet1164?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1072,7 +1072,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3283/providers/Microsoft.Network/virtualNetworks/azsmnet6691?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3283/providers/Microsoft.Network/virtualNetworks/azsmnet6691?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1086,12 +1086,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/4e684b43-f94e-4eb9-8de6-60b954c7fb3f?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/4e684b43-f94e-4eb9-8de6-60b954c7fb3f?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Wed, 03 Aug 2022 01:40:30 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/4e684b43-f94e-4eb9-8de6-60b954c7fb3f?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/4e684b43-f94e-4eb9-8de6-60b954c7fb3f?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -1110,7 +1110,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/4e684b43-f94e-4eb9-8de6-60b954c7fb3f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/4e684b43-f94e-4eb9-8de6-60b954c7fb3f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1147,7 +1147,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/4e684b43-f94e-4eb9-8de6-60b954c7fb3f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/4e684b43-f94e-4eb9-8de6-60b954c7fb3f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceEnableIPForwardingTest[2021-04-01].json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceEnableIPForwardingTest[2021-04-01].json index 054ac04233e6..af0937114e6a 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceEnableIPForwardingTest[2021-04-01].json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceEnableIPForwardingTest[2021-04-01].json @@ -97,7 +97,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7940/providers/Microsoft.Network/virtualNetworks/azsmnet8825?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7940/providers/Microsoft.Network/virtualNetworks/azsmnet8825?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -136,7 +136,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/10e9c958-c184-44b1-8d14-39d6cc480a79?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/10e9c958-c184-44b1-8d14-39d6cc480a79?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1332", "Content-Type": "application/json; charset=utf-8", @@ -198,7 +198,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/10e9c958-c184-44b1-8d14-39d6cc480a79?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/10e9c958-c184-44b1-8d14-39d6cc480a79?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -235,7 +235,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/10e9c958-c184-44b1-8d14-39d6cc480a79?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/10e9c958-c184-44b1-8d14-39d6cc480a79?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -271,7 +271,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7940/providers/Microsoft.Network/virtualNetworks/azsmnet8825?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7940/providers/Microsoft.Network/virtualNetworks/azsmnet8825?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -344,7 +344,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7940/providers/Microsoft.Network/virtualNetworks/azsmnet8825/subnets/azsmnet3296?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7940/providers/Microsoft.Network/virtualNetworks/azsmnet8825/subnets/azsmnet3296?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1085,7 +1085,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7940/providers/Microsoft.Network/virtualNetworks/azsmnet8825?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7940/providers/Microsoft.Network/virtualNetworks/azsmnet8825?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1099,12 +1099,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/eb3d8beb-0c3a-4664-b7ed-f670fd003af7?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/eb3d8beb-0c3a-4664-b7ed-f670fd003af7?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Wed, 03 Aug 2022 01:35:34 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/eb3d8beb-0c3a-4664-b7ed-f670fd003af7?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/eb3d8beb-0c3a-4664-b7ed-f670fd003af7?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -1123,7 +1123,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/eb3d8beb-0c3a-4664-b7ed-f670fd003af7?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/eb3d8beb-0c3a-4664-b7ed-f670fd003af7?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1160,7 +1160,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/eb3d8beb-0c3a-4664-b7ed-f670fd003af7?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/eb3d8beb-0c3a-4664-b7ed-f670fd003af7?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceEnableIPForwardingTest[2021-04-01]Async.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceEnableIPForwardingTest[2021-04-01]Async.json index e86c8f620bcf..04e6c37fb8f3 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceEnableIPForwardingTest[2021-04-01]Async.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceEnableIPForwardingTest[2021-04-01]Async.json @@ -97,7 +97,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8026/providers/Microsoft.Network/virtualNetworks/azsmnet2979?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8026/providers/Microsoft.Network/virtualNetworks/azsmnet2979?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -136,7 +136,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/c1e1c178-da91-42c1-a3d8-823f43e78dfc?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/c1e1c178-da91-42c1-a3d8-823f43e78dfc?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1332", "Content-Type": "application/json; charset=utf-8", @@ -198,7 +198,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/c1e1c178-da91-42c1-a3d8-823f43e78dfc?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/c1e1c178-da91-42c1-a3d8-823f43e78dfc?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -235,7 +235,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/c1e1c178-da91-42c1-a3d8-823f43e78dfc?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/c1e1c178-da91-42c1-a3d8-823f43e78dfc?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -271,7 +271,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8026/providers/Microsoft.Network/virtualNetworks/azsmnet2979?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8026/providers/Microsoft.Network/virtualNetworks/azsmnet2979?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -344,7 +344,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8026/providers/Microsoft.Network/virtualNetworks/azsmnet2979/subnets/azsmnet5642?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8026/providers/Microsoft.Network/virtualNetworks/azsmnet2979/subnets/azsmnet5642?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1085,7 +1085,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8026/providers/Microsoft.Network/virtualNetworks/azsmnet2979?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8026/providers/Microsoft.Network/virtualNetworks/azsmnet2979?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1099,12 +1099,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/484ae848-6600-4edf-a8db-9953c3fef797?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/484ae848-6600-4edf-a8db-9953c3fef797?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Wed, 03 Aug 2022 01:45:15 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/484ae848-6600-4edf-a8db-9953c3fef797?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/484ae848-6600-4edf-a8db-9953c3fef797?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -1123,7 +1123,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/484ae848-6600-4edf-a8db-9953c3fef797?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/484ae848-6600-4edf-a8db-9953c3fef797?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1160,7 +1160,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/484ae848-6600-4edf-a8db-9953c3fef797?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/484ae848-6600-4edf-a8db-9953c3fef797?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceMultiIpConfigTest[2018-11-01].json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceMultiIpConfigTest[2018-11-01].json index 7bc1db0be555..c04c7e3572d2 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceMultiIpConfigTest[2018-11-01].json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceMultiIpConfigTest[2018-11-01].json @@ -97,7 +97,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9458/providers/Microsoft.Network/publicIPAddresses/azsmnet7658?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9458/providers/Microsoft.Network/publicIPAddresses/azsmnet7658?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -124,7 +124,7 @@ "StatusCode": 201, "ResponseHeaders": { "azure-asyncnotification": "Enabled", - "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/4b18486d-406a-4f17-9f89-376babe06991?api-version=2021-02-01", + "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/4b18486d-406a-4f17-9f89-376babe06991?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "794", "Content-Type": "application/json; charset=utf-8", @@ -173,7 +173,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/4b18486d-406a-4f17-9f89-376babe06991?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/4b18486d-406a-4f17-9f89-376babe06991?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -210,7 +210,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/4b18486d-406a-4f17-9f89-376babe06991?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/4b18486d-406a-4f17-9f89-376babe06991?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -246,7 +246,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9458/providers/Microsoft.Network/publicIPAddresses/azsmnet7658?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9458/providers/Microsoft.Network/publicIPAddresses/azsmnet7658?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -306,7 +306,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9458/providers/Microsoft.Network/publicIPAddresses/azsmnet7658?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9458/providers/Microsoft.Network/publicIPAddresses/azsmnet7658?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -367,7 +367,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9458/providers/Microsoft.Network/virtualNetworks/azsmnet8813?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9458/providers/Microsoft.Network/virtualNetworks/azsmnet8813?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -406,7 +406,7 @@ "StatusCode": 201, "ResponseHeaders": { "azure-asyncnotification": "Enabled", - "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ae69d8f2-ad57-480d-a198-4a8bf0240e95?api-version=2021-02-01", + "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ae69d8f2-ad57-480d-a198-4a8bf0240e95?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1330", "Content-Type": "application/json; charset=utf-8", @@ -468,7 +468,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ae69d8f2-ad57-480d-a198-4a8bf0240e95?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ae69d8f2-ad57-480d-a198-4a8bf0240e95?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -505,7 +505,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ae69d8f2-ad57-480d-a198-4a8bf0240e95?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ae69d8f2-ad57-480d-a198-4a8bf0240e95?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -541,7 +541,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9458/providers/Microsoft.Network/virtualNetworks/azsmnet8813?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9458/providers/Microsoft.Network/virtualNetworks/azsmnet8813?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -614,7 +614,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9458/providers/Microsoft.Network/virtualNetworks/azsmnet8813/subnets/azsmnet391?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9458/providers/Microsoft.Network/virtualNetworks/azsmnet8813/subnets/azsmnet391?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1365,7 +1365,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9458/providers/Microsoft.Network/publicIPAddresses/azsmnet7658?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9458/providers/Microsoft.Network/publicIPAddresses/azsmnet7658?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1379,12 +1379,12 @@ "StatusCode": 202, "ResponseHeaders": { "azure-asyncnotification": "Enabled", - "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/3e866b98-ac40-498e-832b-39092047e016?api-version=2021-02-01", + "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/3e866b98-ac40-498e-832b-39092047e016?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Wed, 03 Aug 2022 01:31:04 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/3e866b98-ac40-498e-832b-39092047e016?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/3e866b98-ac40-498e-832b-39092047e016?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -1403,7 +1403,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/3e866b98-ac40-498e-832b-39092047e016?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/3e866b98-ac40-498e-832b-39092047e016?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1440,7 +1440,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/3e866b98-ac40-498e-832b-39092047e016?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/3e866b98-ac40-498e-832b-39092047e016?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1476,7 +1476,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9458/providers/Microsoft.Network/virtualNetworks/azsmnet8813?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9458/providers/Microsoft.Network/virtualNetworks/azsmnet8813?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1490,12 +1490,12 @@ "StatusCode": 202, "ResponseHeaders": { "azure-asyncnotification": "Enabled", - "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/f243b136-d65b-4972-9e19-8cc3efebf7b1?api-version=2021-02-01", + "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/f243b136-d65b-4972-9e19-8cc3efebf7b1?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Wed, 03 Aug 2022 01:31:15 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/f243b136-d65b-4972-9e19-8cc3efebf7b1?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/f243b136-d65b-4972-9e19-8cc3efebf7b1?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -1514,7 +1514,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/f243b136-d65b-4972-9e19-8cc3efebf7b1?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/f243b136-d65b-4972-9e19-8cc3efebf7b1?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1551,7 +1551,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/f243b136-d65b-4972-9e19-8cc3efebf7b1?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/f243b136-d65b-4972-9e19-8cc3efebf7b1?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceMultiIpConfigTest[2018-11-01]Async.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceMultiIpConfigTest[2018-11-01]Async.json index fdd5adcd6fe4..adff9bac861c 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceMultiIpConfigTest[2018-11-01]Async.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceMultiIpConfigTest[2018-11-01]Async.json @@ -97,7 +97,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9775/providers/Microsoft.Network/publicIPAddresses/azsmnet6120?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9775/providers/Microsoft.Network/publicIPAddresses/azsmnet6120?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -124,7 +124,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/dd4fe8bb-2830-475f-b0a3-4fd1a0ff4357?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/dd4fe8bb-2830-475f-b0a3-4fd1a0ff4357?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "794", "Content-Type": "application/json; charset=utf-8", @@ -173,7 +173,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/dd4fe8bb-2830-475f-b0a3-4fd1a0ff4357?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/dd4fe8bb-2830-475f-b0a3-4fd1a0ff4357?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -210,7 +210,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/dd4fe8bb-2830-475f-b0a3-4fd1a0ff4357?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/dd4fe8bb-2830-475f-b0a3-4fd1a0ff4357?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -246,7 +246,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9775/providers/Microsoft.Network/publicIPAddresses/azsmnet6120?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9775/providers/Microsoft.Network/publicIPAddresses/azsmnet6120?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -306,7 +306,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9775/providers/Microsoft.Network/publicIPAddresses/azsmnet6120?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9775/providers/Microsoft.Network/publicIPAddresses/azsmnet6120?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -367,7 +367,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9775/providers/Microsoft.Network/virtualNetworks/azsmnet2954?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9775/providers/Microsoft.Network/virtualNetworks/azsmnet2954?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -406,7 +406,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/6e7b8fa4-dfc3-44d4-835d-be8ff9d20c61?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/6e7b8fa4-dfc3-44d4-835d-be8ff9d20c61?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1332", "Content-Type": "application/json; charset=utf-8", @@ -468,7 +468,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/6e7b8fa4-dfc3-44d4-835d-be8ff9d20c61?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/6e7b8fa4-dfc3-44d4-835d-be8ff9d20c61?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -505,7 +505,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/6e7b8fa4-dfc3-44d4-835d-be8ff9d20c61?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/6e7b8fa4-dfc3-44d4-835d-be8ff9d20c61?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -541,7 +541,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9775/providers/Microsoft.Network/virtualNetworks/azsmnet2954?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9775/providers/Microsoft.Network/virtualNetworks/azsmnet2954?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -614,7 +614,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9775/providers/Microsoft.Network/virtualNetworks/azsmnet2954/subnets/azsmnet3919?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9775/providers/Microsoft.Network/virtualNetworks/azsmnet2954/subnets/azsmnet3919?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1365,7 +1365,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9775/providers/Microsoft.Network/publicIPAddresses/azsmnet6120?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9775/providers/Microsoft.Network/publicIPAddresses/azsmnet6120?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1379,12 +1379,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/5f533050-7783-4135-b998-804d765a92ff?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/5f533050-7783-4135-b998-804d765a92ff?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Wed, 03 Aug 2022 01:41:01 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/5f533050-7783-4135-b998-804d765a92ff?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/5f533050-7783-4135-b998-804d765a92ff?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -1403,7 +1403,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/5f533050-7783-4135-b998-804d765a92ff?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/5f533050-7783-4135-b998-804d765a92ff?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1440,7 +1440,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/5f533050-7783-4135-b998-804d765a92ff?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/5f533050-7783-4135-b998-804d765a92ff?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1476,7 +1476,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9775/providers/Microsoft.Network/virtualNetworks/azsmnet2954?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9775/providers/Microsoft.Network/virtualNetworks/azsmnet2954?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1490,12 +1490,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/f15d1e2e-a54a-4d2e-9646-a837807b12c1?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/f15d1e2e-a54a-4d2e-9646-a837807b12c1?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Wed, 03 Aug 2022 01:41:11 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/f15d1e2e-a54a-4d2e-9646-a837807b12c1?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/f15d1e2e-a54a-4d2e-9646-a837807b12c1?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -1514,7 +1514,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/f15d1e2e-a54a-4d2e-9646-a837807b12c1?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/f15d1e2e-a54a-4d2e-9646-a837807b12c1?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceMultiIpConfigTest[2021-04-01].json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceMultiIpConfigTest[2021-04-01].json index 4f75224e5905..f1cb74186290 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceMultiIpConfigTest[2021-04-01].json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceMultiIpConfigTest[2021-04-01].json @@ -97,7 +97,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3714/providers/Microsoft.Network/publicIPAddresses/azsmnet6838?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3714/providers/Microsoft.Network/publicIPAddresses/azsmnet6838?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -124,7 +124,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/bf736ac5-d9e0-4869-969d-4b89a4521b09?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/bf736ac5-d9e0-4869-969d-4b89a4521b09?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "794", "Content-Type": "application/json; charset=utf-8", @@ -173,7 +173,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/bf736ac5-d9e0-4869-969d-4b89a4521b09?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/bf736ac5-d9e0-4869-969d-4b89a4521b09?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -210,7 +210,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/bf736ac5-d9e0-4869-969d-4b89a4521b09?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/bf736ac5-d9e0-4869-969d-4b89a4521b09?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -246,7 +246,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3714/providers/Microsoft.Network/publicIPAddresses/azsmnet6838?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3714/providers/Microsoft.Network/publicIPAddresses/azsmnet6838?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -306,7 +306,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3714/providers/Microsoft.Network/publicIPAddresses/azsmnet6838?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3714/providers/Microsoft.Network/publicIPAddresses/azsmnet6838?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -367,7 +367,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3714/providers/Microsoft.Network/virtualNetworks/azsmnet1851?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3714/providers/Microsoft.Network/virtualNetworks/azsmnet1851?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -406,7 +406,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/9f095e5b-94ee-484f-b913-6afd6f9317d9?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/9f095e5b-94ee-484f-b913-6afd6f9317d9?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1332", "Content-Type": "application/json; charset=utf-8", @@ -468,7 +468,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/9f095e5b-94ee-484f-b913-6afd6f9317d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/9f095e5b-94ee-484f-b913-6afd6f9317d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -505,7 +505,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/9f095e5b-94ee-484f-b913-6afd6f9317d9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/9f095e5b-94ee-484f-b913-6afd6f9317d9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -541,7 +541,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3714/providers/Microsoft.Network/virtualNetworks/azsmnet1851?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3714/providers/Microsoft.Network/virtualNetworks/azsmnet1851?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -614,7 +614,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3714/providers/Microsoft.Network/virtualNetworks/azsmnet1851/subnets/azsmnet6551?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3714/providers/Microsoft.Network/virtualNetworks/azsmnet1851/subnets/azsmnet6551?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1377,7 +1377,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3714/providers/Microsoft.Network/publicIPAddresses/azsmnet6838?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3714/providers/Microsoft.Network/publicIPAddresses/azsmnet6838?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1391,12 +1391,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/16af89b1-5543-41cc-83a7-6b29d3da651c?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/16af89b1-5543-41cc-83a7-6b29d3da651c?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Wed, 03 Aug 2022 01:36:05 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/16af89b1-5543-41cc-83a7-6b29d3da651c?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/16af89b1-5543-41cc-83a7-6b29d3da651c?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -1415,7 +1415,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/16af89b1-5543-41cc-83a7-6b29d3da651c?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/16af89b1-5543-41cc-83a7-6b29d3da651c?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1452,7 +1452,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/16af89b1-5543-41cc-83a7-6b29d3da651c?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/16af89b1-5543-41cc-83a7-6b29d3da651c?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1488,7 +1488,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3714/providers/Microsoft.Network/virtualNetworks/azsmnet1851?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3714/providers/Microsoft.Network/virtualNetworks/azsmnet1851?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1502,12 +1502,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/e84dce19-a128-4dc2-b142-31c60b56b5bf?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/e84dce19-a128-4dc2-b142-31c60b56b5bf?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Wed, 03 Aug 2022 01:36:15 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/e84dce19-a128-4dc2-b142-31c60b56b5bf?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/e84dce19-a128-4dc2-b142-31c60b56b5bf?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -1526,7 +1526,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/e84dce19-a128-4dc2-b142-31c60b56b5bf?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/e84dce19-a128-4dc2-b142-31c60b56b5bf?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1563,7 +1563,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/e84dce19-a128-4dc2-b142-31c60b56b5bf?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/e84dce19-a128-4dc2-b142-31c60b56b5bf?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceMultiIpConfigTest[2021-04-01]Async.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceMultiIpConfigTest[2021-04-01]Async.json index a5bc08e775c4..17f3518b9f00 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceMultiIpConfigTest[2021-04-01]Async.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceMultiIpConfigTest[2021-04-01]Async.json @@ -97,7 +97,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8240/providers/Microsoft.Network/publicIPAddresses/azsmnet2452?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8240/providers/Microsoft.Network/publicIPAddresses/azsmnet2452?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -124,7 +124,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/84e454b1-95d4-49c9-9e1f-a252be96e811?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/84e454b1-95d4-49c9-9e1f-a252be96e811?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "794", "Content-Type": "application/json; charset=utf-8", @@ -173,7 +173,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/84e454b1-95d4-49c9-9e1f-a252be96e811?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/84e454b1-95d4-49c9-9e1f-a252be96e811?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -210,7 +210,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/84e454b1-95d4-49c9-9e1f-a252be96e811?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/84e454b1-95d4-49c9-9e1f-a252be96e811?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -246,7 +246,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8240/providers/Microsoft.Network/publicIPAddresses/azsmnet2452?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8240/providers/Microsoft.Network/publicIPAddresses/azsmnet2452?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -306,7 +306,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8240/providers/Microsoft.Network/publicIPAddresses/azsmnet2452?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8240/providers/Microsoft.Network/publicIPAddresses/azsmnet2452?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -367,7 +367,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8240/providers/Microsoft.Network/virtualNetworks/azsmnet6409?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8240/providers/Microsoft.Network/virtualNetworks/azsmnet6409?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -406,7 +406,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/605263c3-1c4a-4c4d-b783-1495b59e9615?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/605263c3-1c4a-4c4d-b783-1495b59e9615?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1332", "Content-Type": "application/json; charset=utf-8", @@ -468,7 +468,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/605263c3-1c4a-4c4d-b783-1495b59e9615?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/605263c3-1c4a-4c4d-b783-1495b59e9615?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -505,7 +505,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/605263c3-1c4a-4c4d-b783-1495b59e9615?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/605263c3-1c4a-4c4d-b783-1495b59e9615?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -541,7 +541,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8240/providers/Microsoft.Network/virtualNetworks/azsmnet6409?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8240/providers/Microsoft.Network/virtualNetworks/azsmnet6409?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -614,7 +614,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8240/providers/Microsoft.Network/virtualNetworks/azsmnet6409/subnets/azsmnet2196?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8240/providers/Microsoft.Network/virtualNetworks/azsmnet6409/subnets/azsmnet2196?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1377,7 +1377,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8240/providers/Microsoft.Network/publicIPAddresses/azsmnet2452?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8240/providers/Microsoft.Network/publicIPAddresses/azsmnet2452?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1391,12 +1391,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/25bc0349-6f78-4361-9a50-a5d323f40660?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/25bc0349-6f78-4361-9a50-a5d323f40660?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Wed, 03 Aug 2022 01:45:49 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/25bc0349-6f78-4361-9a50-a5d323f40660?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/25bc0349-6f78-4361-9a50-a5d323f40660?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -1415,7 +1415,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/25bc0349-6f78-4361-9a50-a5d323f40660?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/25bc0349-6f78-4361-9a50-a5d323f40660?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1452,7 +1452,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/25bc0349-6f78-4361-9a50-a5d323f40660?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/25bc0349-6f78-4361-9a50-a5d323f40660?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1488,7 +1488,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8240/providers/Microsoft.Network/virtualNetworks/azsmnet6409?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8240/providers/Microsoft.Network/virtualNetworks/azsmnet6409?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1502,12 +1502,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/12d03be2-f8f7-4dd7-b183-3d7faf909727?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/12d03be2-f8f7-4dd7-b183-3d7faf909727?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Wed, 03 Aug 2022 01:45:59 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/12d03be2-f8f7-4dd7-b183-3d7faf909727?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/12d03be2-f8f7-4dd7-b183-3d7faf909727?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -1526,7 +1526,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/12d03be2-f8f7-4dd7-b183-3d7faf909727?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/12d03be2-f8f7-4dd7-b183-3d7faf909727?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1563,7 +1563,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/12d03be2-f8f7-4dd7-b183-3d7faf909727?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/12d03be2-f8f7-4dd7-b183-3d7faf909727?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceNetworkSecurityGroupTest[2018-11-01].json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceNetworkSecurityGroupTest[2018-11-01].json index d13e9543a542..3f2eb414872e 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceNetworkSecurityGroupTest[2018-11-01].json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceNetworkSecurityGroupTest[2018-11-01].json @@ -97,7 +97,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8818/providers/Microsoft.Network/virtualNetworks/azsmnet3943?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8818/providers/Microsoft.Network/virtualNetworks/azsmnet3943?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -136,7 +136,7 @@ "StatusCode": 201, "ResponseHeaders": { "azure-asyncnotification": "Enabled", - "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/c1a99c13-2dda-4052-82d3-c07c45f32c39?api-version=2021-02-01", + "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/c1a99c13-2dda-4052-82d3-c07c45f32c39?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1332", "Content-Type": "application/json; charset=utf-8", @@ -198,7 +198,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/c1a99c13-2dda-4052-82d3-c07c45f32c39?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/c1a99c13-2dda-4052-82d3-c07c45f32c39?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -235,7 +235,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/c1a99c13-2dda-4052-82d3-c07c45f32c39?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/c1a99c13-2dda-4052-82d3-c07c45f32c39?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -271,7 +271,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8818/providers/Microsoft.Network/virtualNetworks/azsmnet3943?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8818/providers/Microsoft.Network/virtualNetworks/azsmnet3943?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -344,7 +344,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8818/providers/Microsoft.Network/networkSecurityGroups/azsmnet5412?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8818/providers/Microsoft.Network/networkSecurityGroups/azsmnet5412?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -380,7 +380,7 @@ "StatusCode": 201, "ResponseHeaders": { "azure-asyncnotification": "Enabled", - "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/55a20faf-b69e-4afe-96a0-212e5e0bb2a0?api-version=2021-02-01", + "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/55a20faf-b69e-4afe-96a0-212e5e0bb2a0?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "7472", "Content-Type": "application/json; charset=utf-8", @@ -572,7 +572,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/55a20faf-b69e-4afe-96a0-212e5e0bb2a0?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/55a20faf-b69e-4afe-96a0-212e5e0bb2a0?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -608,7 +608,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8818/providers/Microsoft.Network/networkSecurityGroups/azsmnet5412?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8818/providers/Microsoft.Network/networkSecurityGroups/azsmnet5412?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1130,7 +1130,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8818/providers/Microsoft.Network/networkSecurityGroups/azsmnet5412?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8818/providers/Microsoft.Network/networkSecurityGroups/azsmnet5412?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1444,7 +1444,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8818/providers/Microsoft.Network/networkSecurityGroups/azsmnet5412?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8818/providers/Microsoft.Network/networkSecurityGroups/azsmnet5412?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1458,12 +1458,12 @@ "StatusCode": 202, "ResponseHeaders": { "azure-asyncnotification": "Enabled", - "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/897f6fab-6872-48b0-bc2e-319f2072e5fa?api-version=2021-02-01", + "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/897f6fab-6872-48b0-bc2e-319f2072e5fa?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Wed, 03 Aug 2022 01:31:44 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/897f6fab-6872-48b0-bc2e-319f2072e5fa?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/897f6fab-6872-48b0-bc2e-319f2072e5fa?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -1482,7 +1482,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/897f6fab-6872-48b0-bc2e-319f2072e5fa?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/897f6fab-6872-48b0-bc2e-319f2072e5fa?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1518,7 +1518,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8818/providers/Microsoft.Network/virtualNetworks/azsmnet3943?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8818/providers/Microsoft.Network/virtualNetworks/azsmnet3943?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1532,12 +1532,12 @@ "StatusCode": 202, "ResponseHeaders": { "azure-asyncnotification": "Enabled", - "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ded76969-492e-4458-9d40-7aec8371fbe4?api-version=2021-02-01", + "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ded76969-492e-4458-9d40-7aec8371fbe4?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Wed, 03 Aug 2022 01:31:45 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/ded76969-492e-4458-9d40-7aec8371fbe4?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/ded76969-492e-4458-9d40-7aec8371fbe4?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -1556,7 +1556,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ded76969-492e-4458-9d40-7aec8371fbe4?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ded76969-492e-4458-9d40-7aec8371fbe4?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1593,7 +1593,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ded76969-492e-4458-9d40-7aec8371fbe4?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ded76969-492e-4458-9d40-7aec8371fbe4?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceNetworkSecurityGroupTest[2018-11-01]Async.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceNetworkSecurityGroupTest[2018-11-01]Async.json index 95fed4400500..ba378200b244 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceNetworkSecurityGroupTest[2018-11-01]Async.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceNetworkSecurityGroupTest[2018-11-01]Async.json @@ -97,7 +97,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2845/providers/Microsoft.Network/virtualNetworks/azsmnet4291?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2845/providers/Microsoft.Network/virtualNetworks/azsmnet4291?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -136,7 +136,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/d9993cbc-be71-4970-85bd-b482466cd59e?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/d9993cbc-be71-4970-85bd-b482466cd59e?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1332", "Content-Type": "application/json; charset=utf-8", @@ -198,7 +198,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/d9993cbc-be71-4970-85bd-b482466cd59e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/d9993cbc-be71-4970-85bd-b482466cd59e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -235,7 +235,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/d9993cbc-be71-4970-85bd-b482466cd59e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/d9993cbc-be71-4970-85bd-b482466cd59e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -271,7 +271,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2845/providers/Microsoft.Network/virtualNetworks/azsmnet4291?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2845/providers/Microsoft.Network/virtualNetworks/azsmnet4291?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -344,7 +344,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2845/providers/Microsoft.Network/networkSecurityGroups/azsmnet8138?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2845/providers/Microsoft.Network/networkSecurityGroups/azsmnet8138?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -380,7 +380,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/a68ad949-3336-48c1-b7b9-4166b33a3389?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/a68ad949-3336-48c1-b7b9-4166b33a3389?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "7472", "Content-Type": "application/json; charset=utf-8", @@ -572,7 +572,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/a68ad949-3336-48c1-b7b9-4166b33a3389?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/a68ad949-3336-48c1-b7b9-4166b33a3389?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -608,7 +608,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2845/providers/Microsoft.Network/networkSecurityGroups/azsmnet8138?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2845/providers/Microsoft.Network/networkSecurityGroups/azsmnet8138?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1130,7 +1130,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2845/providers/Microsoft.Network/networkSecurityGroups/azsmnet8138?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2845/providers/Microsoft.Network/networkSecurityGroups/azsmnet8138?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1444,7 +1444,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2845/providers/Microsoft.Network/networkSecurityGroups/azsmnet8138?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2845/providers/Microsoft.Network/networkSecurityGroups/azsmnet8138?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1458,12 +1458,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/aa686cf6-06d6-4e5d-8c03-c513848a6e0a?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/aa686cf6-06d6-4e5d-8c03-c513848a6e0a?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Wed, 03 Aug 2022 01:41:30 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/aa686cf6-06d6-4e5d-8c03-c513848a6e0a?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/aa686cf6-06d6-4e5d-8c03-c513848a6e0a?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -1482,7 +1482,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/aa686cf6-06d6-4e5d-8c03-c513848a6e0a?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/aa686cf6-06d6-4e5d-8c03-c513848a6e0a?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1518,7 +1518,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2845/providers/Microsoft.Network/virtualNetworks/azsmnet4291?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2845/providers/Microsoft.Network/virtualNetworks/azsmnet4291?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1532,12 +1532,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/cc674677-57f2-4f59-a791-866fc267ed52?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/cc674677-57f2-4f59-a791-866fc267ed52?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Wed, 03 Aug 2022 01:41:31 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/cc674677-57f2-4f59-a791-866fc267ed52?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/cc674677-57f2-4f59-a791-866fc267ed52?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -1556,7 +1556,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/cc674677-57f2-4f59-a791-866fc267ed52?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/cc674677-57f2-4f59-a791-866fc267ed52?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1593,7 +1593,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/cc674677-57f2-4f59-a791-866fc267ed52?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/cc674677-57f2-4f59-a791-866fc267ed52?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceNetworkSecurityGroupTest[2021-04-01].json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceNetworkSecurityGroupTest[2021-04-01].json index 024305d303e1..2150cb32715d 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceNetworkSecurityGroupTest[2021-04-01].json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceNetworkSecurityGroupTest[2021-04-01].json @@ -97,7 +97,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2517/providers/Microsoft.Network/virtualNetworks/azsmnet7288?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2517/providers/Microsoft.Network/virtualNetworks/azsmnet7288?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -136,7 +136,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/a8df63d7-2d27-4891-8c18-7cf5a1c0398b?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/a8df63d7-2d27-4891-8c18-7cf5a1c0398b?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1330", "Content-Type": "application/json; charset=utf-8", @@ -198,7 +198,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/a8df63d7-2d27-4891-8c18-7cf5a1c0398b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/a8df63d7-2d27-4891-8c18-7cf5a1c0398b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -235,7 +235,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/a8df63d7-2d27-4891-8c18-7cf5a1c0398b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/a8df63d7-2d27-4891-8c18-7cf5a1c0398b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -271,7 +271,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2517/providers/Microsoft.Network/virtualNetworks/azsmnet7288?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2517/providers/Microsoft.Network/virtualNetworks/azsmnet7288?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -344,7 +344,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2517/providers/Microsoft.Network/networkSecurityGroups/azsmnet3026?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2517/providers/Microsoft.Network/networkSecurityGroups/azsmnet3026?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -380,7 +380,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/5efe582d-9e92-49ca-b006-384d197074e2?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/5efe582d-9e92-49ca-b006-384d197074e2?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "7472", "Content-Type": "application/json; charset=utf-8", @@ -572,7 +572,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/5efe582d-9e92-49ca-b006-384d197074e2?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/5efe582d-9e92-49ca-b006-384d197074e2?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -608,7 +608,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2517/providers/Microsoft.Network/networkSecurityGroups/azsmnet3026?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2517/providers/Microsoft.Network/networkSecurityGroups/azsmnet3026?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1136,7 +1136,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2517/providers/Microsoft.Network/networkSecurityGroups/azsmnet3026?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2517/providers/Microsoft.Network/networkSecurityGroups/azsmnet3026?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1450,7 +1450,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2517/providers/Microsoft.Network/networkSecurityGroups/azsmnet3026?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2517/providers/Microsoft.Network/networkSecurityGroups/azsmnet3026?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1464,12 +1464,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/7c3a76ad-d596-41a1-bbdb-03dad1bd97e2?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/7c3a76ad-d596-41a1-bbdb-03dad1bd97e2?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Wed, 03 Aug 2022 01:36:44 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/7c3a76ad-d596-41a1-bbdb-03dad1bd97e2?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/7c3a76ad-d596-41a1-bbdb-03dad1bd97e2?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -1488,7 +1488,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/7c3a76ad-d596-41a1-bbdb-03dad1bd97e2?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/7c3a76ad-d596-41a1-bbdb-03dad1bd97e2?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1524,7 +1524,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2517/providers/Microsoft.Network/virtualNetworks/azsmnet7288?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2517/providers/Microsoft.Network/virtualNetworks/azsmnet7288?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1538,12 +1538,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/fc883277-5f4c-4202-94a8-9393c90ccd17?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/fc883277-5f4c-4202-94a8-9393c90ccd17?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Wed, 03 Aug 2022 01:36:44 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/fc883277-5f4c-4202-94a8-9393c90ccd17?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/fc883277-5f4c-4202-94a8-9393c90ccd17?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -1562,7 +1562,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/fc883277-5f4c-4202-94a8-9393c90ccd17?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/fc883277-5f4c-4202-94a8-9393c90ccd17?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1599,7 +1599,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/fc883277-5f4c-4202-94a8-9393c90ccd17?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/fc883277-5f4c-4202-94a8-9393c90ccd17?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceNetworkSecurityGroupTest[2021-04-01]Async.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceNetworkSecurityGroupTest[2021-04-01]Async.json index 267ef5261c53..7639cf0ed611 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceNetworkSecurityGroupTest[2021-04-01]Async.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceNetworkSecurityGroupTest[2021-04-01]Async.json @@ -97,7 +97,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4132/providers/Microsoft.Network/virtualNetworks/azsmnet9306?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4132/providers/Microsoft.Network/virtualNetworks/azsmnet9306?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -136,7 +136,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/6ea20720-e2c5-4df9-89fc-daa684620cba?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/6ea20720-e2c5-4df9-89fc-daa684620cba?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1332", "Content-Type": "application/json; charset=utf-8", @@ -198,7 +198,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/6ea20720-e2c5-4df9-89fc-daa684620cba?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/6ea20720-e2c5-4df9-89fc-daa684620cba?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -235,7 +235,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/6ea20720-e2c5-4df9-89fc-daa684620cba?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/6ea20720-e2c5-4df9-89fc-daa684620cba?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -271,7 +271,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4132/providers/Microsoft.Network/virtualNetworks/azsmnet9306?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4132/providers/Microsoft.Network/virtualNetworks/azsmnet9306?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -344,7 +344,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4132/providers/Microsoft.Network/networkSecurityGroups/azsmnet1552?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4132/providers/Microsoft.Network/networkSecurityGroups/azsmnet1552?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -380,7 +380,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/40c03185-9181-42e9-91a2-7ad13d965fe1?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/40c03185-9181-42e9-91a2-7ad13d965fe1?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "7472", "Content-Type": "application/json; charset=utf-8", @@ -572,7 +572,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/40c03185-9181-42e9-91a2-7ad13d965fe1?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/40c03185-9181-42e9-91a2-7ad13d965fe1?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -608,7 +608,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4132/providers/Microsoft.Network/networkSecurityGroups/azsmnet1552?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4132/providers/Microsoft.Network/networkSecurityGroups/azsmnet1552?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1136,7 +1136,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4132/providers/Microsoft.Network/networkSecurityGroups/azsmnet1552?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4132/providers/Microsoft.Network/networkSecurityGroups/azsmnet1552?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1450,7 +1450,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4132/providers/Microsoft.Network/networkSecurityGroups/azsmnet1552?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4132/providers/Microsoft.Network/networkSecurityGroups/azsmnet1552?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1464,12 +1464,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/79e9301d-add5-47e2-a0e0-8fd2ebc30f82?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/79e9301d-add5-47e2-a0e0-8fd2ebc30f82?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Wed, 03 Aug 2022 01:46:29 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/79e9301d-add5-47e2-a0e0-8fd2ebc30f82?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/79e9301d-add5-47e2-a0e0-8fd2ebc30f82?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -1488,7 +1488,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/79e9301d-add5-47e2-a0e0-8fd2ebc30f82?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/79e9301d-add5-47e2-a0e0-8fd2ebc30f82?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1524,7 +1524,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4132/providers/Microsoft.Network/virtualNetworks/azsmnet9306?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4132/providers/Microsoft.Network/virtualNetworks/azsmnet9306?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1538,12 +1538,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/2f4a0bd6-d839-4c38-8536-8c2afdc8e19f?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/2f4a0bd6-d839-4c38-8536-8c2afdc8e19f?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Wed, 03 Aug 2022 01:46:29 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/2f4a0bd6-d839-4c38-8536-8c2afdc8e19f?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/2f4a0bd6-d839-4c38-8536-8c2afdc8e19f?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -1562,7 +1562,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/2f4a0bd6-d839-4c38-8536-8c2afdc8e19f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/2f4a0bd6-d839-4c38-8536-8c2afdc8e19f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1599,7 +1599,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/2f4a0bd6-d839-4c38-8536-8c2afdc8e19f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/2f4a0bd6-d839-4c38-8536-8c2afdc8e19f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceWithAcceleratedNetworkingTest[2018-11-01].json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceWithAcceleratedNetworkingTest[2018-11-01].json index e2ca0a44b47d..ad75a1b09f19 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceWithAcceleratedNetworkingTest[2018-11-01].json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceWithAcceleratedNetworkingTest[2018-11-01].json @@ -97,7 +97,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1491/providers/Microsoft.Network/virtualNetworks/azsmnet3807?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1491/providers/Microsoft.Network/virtualNetworks/azsmnet3807?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -136,7 +136,7 @@ "StatusCode": 201, "ResponseHeaders": { "azure-asyncnotification": "Enabled", - "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/d2c906fe-07ce-43d0-a450-4298b86e7fb3?api-version=2021-02-01", + "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/d2c906fe-07ce-43d0-a450-4298b86e7fb3?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1332", "Content-Type": "application/json; charset=utf-8", @@ -198,7 +198,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/d2c906fe-07ce-43d0-a450-4298b86e7fb3?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/d2c906fe-07ce-43d0-a450-4298b86e7fb3?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -235,7 +235,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/d2c906fe-07ce-43d0-a450-4298b86e7fb3?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/d2c906fe-07ce-43d0-a450-4298b86e7fb3?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -271,7 +271,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1491/providers/Microsoft.Network/virtualNetworks/azsmnet3807?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1491/providers/Microsoft.Network/virtualNetworks/azsmnet3807?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -344,7 +344,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1491/providers/Microsoft.Network/virtualNetworks/azsmnet3807/subnets/azsmnet9610?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1491/providers/Microsoft.Network/virtualNetworks/azsmnet3807/subnets/azsmnet9610?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -785,7 +785,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1491/providers/Microsoft.Network/virtualNetworks/azsmnet3807?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1491/providers/Microsoft.Network/virtualNetworks/azsmnet3807?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -799,12 +799,12 @@ "StatusCode": 202, "ResponseHeaders": { "azure-asyncnotification": "Enabled", - "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/e85e9102-a1ed-4a55-ad56-98a838b35415?api-version=2021-02-01", + "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/e85e9102-a1ed-4a55-ad56-98a838b35415?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Wed, 03 Aug 2022 01:32:16 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/e85e9102-a1ed-4a55-ad56-98a838b35415?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/e85e9102-a1ed-4a55-ad56-98a838b35415?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -823,7 +823,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/e85e9102-a1ed-4a55-ad56-98a838b35415?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/e85e9102-a1ed-4a55-ad56-98a838b35415?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -860,7 +860,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/e85e9102-a1ed-4a55-ad56-98a838b35415?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/e85e9102-a1ed-4a55-ad56-98a838b35415?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceWithAcceleratedNetworkingTest[2018-11-01]Async.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceWithAcceleratedNetworkingTest[2018-11-01]Async.json index d7853d30857b..5c19bc26c6f1 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceWithAcceleratedNetworkingTest[2018-11-01]Async.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceWithAcceleratedNetworkingTest[2018-11-01]Async.json @@ -97,7 +97,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3521/providers/Microsoft.Network/virtualNetworks/azsmnet6889?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3521/providers/Microsoft.Network/virtualNetworks/azsmnet6889?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -136,7 +136,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/455517e5-4e29-427f-be8f-79c686730c32?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/455517e5-4e29-427f-be8f-79c686730c32?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1332", "Content-Type": "application/json; charset=utf-8", @@ -198,7 +198,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/455517e5-4e29-427f-be8f-79c686730c32?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/455517e5-4e29-427f-be8f-79c686730c32?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -235,7 +235,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/455517e5-4e29-427f-be8f-79c686730c32?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/455517e5-4e29-427f-be8f-79c686730c32?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -271,7 +271,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3521/providers/Microsoft.Network/virtualNetworks/azsmnet6889?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3521/providers/Microsoft.Network/virtualNetworks/azsmnet6889?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -344,7 +344,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3521/providers/Microsoft.Network/virtualNetworks/azsmnet6889/subnets/azsmnet9243?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3521/providers/Microsoft.Network/virtualNetworks/azsmnet6889/subnets/azsmnet9243?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -785,7 +785,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3521/providers/Microsoft.Network/virtualNetworks/azsmnet6889?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3521/providers/Microsoft.Network/virtualNetworks/azsmnet6889?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -799,12 +799,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/9ebb504b-7c0a-4a78-a7ea-8211e038259b?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/9ebb504b-7c0a-4a78-a7ea-8211e038259b?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Wed, 03 Aug 2022 01:41:58 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/9ebb504b-7c0a-4a78-a7ea-8211e038259b?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/9ebb504b-7c0a-4a78-a7ea-8211e038259b?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -823,7 +823,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/9ebb504b-7c0a-4a78-a7ea-8211e038259b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/9ebb504b-7c0a-4a78-a7ea-8211e038259b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -860,7 +860,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/9ebb504b-7c0a-4a78-a7ea-8211e038259b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/9ebb504b-7c0a-4a78-a7ea-8211e038259b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceWithAcceleratedNetworkingTest[2021-04-01].json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceWithAcceleratedNetworkingTest[2021-04-01].json index 2d1c190d1e3f..d433567feaed 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceWithAcceleratedNetworkingTest[2021-04-01].json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceWithAcceleratedNetworkingTest[2021-04-01].json @@ -97,7 +97,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2990/providers/Microsoft.Network/virtualNetworks/azsmnet732?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2990/providers/Microsoft.Network/virtualNetworks/azsmnet732?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -136,7 +136,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/bae47f66-6816-43fd-8d63-a13647889e2d?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/bae47f66-6816-43fd-8d63-a13647889e2d?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1329", "Content-Type": "application/json; charset=utf-8", @@ -198,7 +198,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/bae47f66-6816-43fd-8d63-a13647889e2d?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/bae47f66-6816-43fd-8d63-a13647889e2d?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -235,7 +235,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/bae47f66-6816-43fd-8d63-a13647889e2d?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/bae47f66-6816-43fd-8d63-a13647889e2d?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -271,7 +271,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2990/providers/Microsoft.Network/virtualNetworks/azsmnet732?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2990/providers/Microsoft.Network/virtualNetworks/azsmnet732?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -344,7 +344,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2990/providers/Microsoft.Network/virtualNetworks/azsmnet732/subnets/azsmnet3925?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2990/providers/Microsoft.Network/virtualNetworks/azsmnet732/subnets/azsmnet3925?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -791,7 +791,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2990/providers/Microsoft.Network/virtualNetworks/azsmnet732?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2990/providers/Microsoft.Network/virtualNetworks/azsmnet732?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -805,12 +805,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/0e0b5c8e-f56e-4421-b05b-f85d4c24139d?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/0e0b5c8e-f56e-4421-b05b-f85d4c24139d?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Wed, 03 Aug 2022 01:37:12 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/0e0b5c8e-f56e-4421-b05b-f85d4c24139d?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/0e0b5c8e-f56e-4421-b05b-f85d4c24139d?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -829,7 +829,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/0e0b5c8e-f56e-4421-b05b-f85d4c24139d?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/0e0b5c8e-f56e-4421-b05b-f85d4c24139d?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -866,7 +866,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/0e0b5c8e-f56e-4421-b05b-f85d4c24139d?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/0e0b5c8e-f56e-4421-b05b-f85d4c24139d?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceWithAcceleratedNetworkingTest[2021-04-01]Async.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceWithAcceleratedNetworkingTest[2021-04-01]Async.json index 1171beca52e3..34d96912813e 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceWithAcceleratedNetworkingTest[2021-04-01]Async.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkInterfaceTests/NetworkInterfaceWithAcceleratedNetworkingTest[2021-04-01]Async.json @@ -97,7 +97,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2094/providers/Microsoft.Network/virtualNetworks/azsmnet4117?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2094/providers/Microsoft.Network/virtualNetworks/azsmnet4117?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -136,7 +136,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/34450be5-0aa0-4eea-9a0f-0b80e33507e0?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/34450be5-0aa0-4eea-9a0f-0b80e33507e0?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1332", "Content-Type": "application/json; charset=utf-8", @@ -198,7 +198,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/34450be5-0aa0-4eea-9a0f-0b80e33507e0?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/34450be5-0aa0-4eea-9a0f-0b80e33507e0?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -235,7 +235,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/34450be5-0aa0-4eea-9a0f-0b80e33507e0?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/34450be5-0aa0-4eea-9a0f-0b80e33507e0?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -271,7 +271,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2094/providers/Microsoft.Network/virtualNetworks/azsmnet4117?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2094/providers/Microsoft.Network/virtualNetworks/azsmnet4117?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -344,7 +344,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2094/providers/Microsoft.Network/virtualNetworks/azsmnet4117/subnets/azsmnet7653?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2094/providers/Microsoft.Network/virtualNetworks/azsmnet4117/subnets/azsmnet7653?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -791,7 +791,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2094/providers/Microsoft.Network/virtualNetworks/azsmnet4117?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2094/providers/Microsoft.Network/virtualNetworks/azsmnet4117?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -805,12 +805,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ae12681b-ae54-46bd-8259-60ebc1cd42f3?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ae12681b-ae54-46bd-8259-60ebc1cd42f3?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Wed, 03 Aug 2022 01:46:56 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/ae12681b-ae54-46bd-8259-60ebc1cd42f3?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/ae12681b-ae54-46bd-8259-60ebc1cd42f3?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -829,7 +829,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ae12681b-ae54-46bd-8259-60ebc1cd42f3?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ae12681b-ae54-46bd-8259-60ebc1cd42f3?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -866,7 +866,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ae12681b-ae54-46bd-8259-60ebc1cd42f3?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ae12681b-ae54-46bd-8259-60ebc1cd42f3?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -903,7 +903,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ae12681b-ae54-46bd-8259-60ebc1cd42f3?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ae12681b-ae54-46bd-8259-60ebc1cd42f3?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkSecurityGroupTests/NetworkSecurityGroupWithRulesApiTest[2018-11-01].json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkSecurityGroupTests/NetworkSecurityGroupWithRulesApiTest[2018-11-01].json index 2d802f67c807..03789f65cc70 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkSecurityGroupTests/NetworkSecurityGroupWithRulesApiTest[2018-11-01].json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkSecurityGroupTests/NetworkSecurityGroupWithRulesApiTest[2018-11-01].json @@ -4245,7 +4245,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6431/providers/Microsoft.Network/networkSecurityGroups/azsmnet2389/defaultSecurityRules?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6431/providers/Microsoft.Network/networkSecurityGroups/azsmnet2389/defaultSecurityRules?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkSecurityGroupTests/NetworkSecurityGroupWithRulesApiTest[2018-11-01]Async.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkSecurityGroupTests/NetworkSecurityGroupWithRulesApiTest[2018-11-01]Async.json index 4a1625f1a0fc..09c4035ee26d 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkSecurityGroupTests/NetworkSecurityGroupWithRulesApiTest[2018-11-01]Async.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkSecurityGroupTests/NetworkSecurityGroupWithRulesApiTest[2018-11-01]Async.json @@ -4245,7 +4245,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5407/providers/Microsoft.Network/networkSecurityGroups/azsmnet1580/defaultSecurityRules?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5407/providers/Microsoft.Network/networkSecurityGroups/azsmnet1580/defaultSecurityRules?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkSecurityGroupTests/NetworkSecurityGroupWithRulesApiTest[2021-04-01].json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkSecurityGroupTests/NetworkSecurityGroupWithRulesApiTest[2021-04-01].json index 9a8be0f94583..220471df2ea1 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkSecurityGroupTests/NetworkSecurityGroupWithRulesApiTest[2021-04-01].json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkSecurityGroupTests/NetworkSecurityGroupWithRulesApiTest[2021-04-01].json @@ -4245,7 +4245,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8593/providers/Microsoft.Network/networkSecurityGroups/azsmnet4481/defaultSecurityRules?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8593/providers/Microsoft.Network/networkSecurityGroups/azsmnet4481/defaultSecurityRules?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkSecurityGroupTests/NetworkSecurityGroupWithRulesApiTest[2021-04-01]Async.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkSecurityGroupTests/NetworkSecurityGroupWithRulesApiTest[2021-04-01]Async.json index c85129f6f3a8..5a3705fc2b71 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkSecurityGroupTests/NetworkSecurityGroupWithRulesApiTest[2021-04-01]Async.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkSecurityGroupTests/NetworkSecurityGroupWithRulesApiTest[2021-04-01]Async.json @@ -4245,7 +4245,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3272/providers/Microsoft.Network/networkSecurityGroups/azsmnet2921/defaultSecurityRules?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3272/providers/Microsoft.Network/networkSecurityGroups/azsmnet2921/defaultSecurityRules?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkWatcherTests/NetworkWatcherApiTest.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkWatcherTests/NetworkWatcherApiTest.json index 95fac7775aec..a839ef681e2c 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkWatcherTests/NetworkWatcherApiTest.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkWatcherTests/NetworkWatcherApiTest.json @@ -47,7 +47,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/networkWatchers?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/networkWatchers?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -128,7 +128,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/NetworkWatcherRG/providers/Microsoft.Network/networkWatchers/NetworkWatcher_eastus?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/NetworkWatcherRG/providers/Microsoft.Network/networkWatchers/NetworkWatcher_eastus?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -141,12 +141,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/e070192f-19d7-4579-b132-bd2729fa1412?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/e070192f-19d7-4579-b132-bd2729fa1412?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Tue, 18 Jan 2022 20:42:07 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operationResults/e070192f-19d7-4579-b132-bd2729fa1412?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operationResults/e070192f-19d7-4579-b132-bd2729fa1412?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -165,7 +165,7 @@ "ResponseBody": [] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/e070192f-19d7-4579-b132-bd2729fa1412?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/e070192f-19d7-4579-b132-bd2729fa1412?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -202,7 +202,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/networkWatchers?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/networkWatchers?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -313,7 +313,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/nw6583/providers/Microsoft.Network/networkWatchers/azsmnet4820?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/nw6583/providers/Microsoft.Network/networkWatchers/azsmnet4820?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -331,7 +331,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/38c74f05-ed24-415d-9e99-5291367ab67b?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/38c74f05-ed24-415d-9e99-5291367ab67b?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "396", "Content-Type": "application/json; charset=utf-8", @@ -366,7 +366,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/nw6583/providers/Microsoft.Network/networkWatchers/azsmnet4820?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/nw6583/providers/Microsoft.Network/networkWatchers/azsmnet4820?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -413,7 +413,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/nw6583/providers/Microsoft.Network/networkWatchers/azsmnet4820?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/nw6583/providers/Microsoft.Network/networkWatchers/azsmnet4820?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -434,7 +434,7 @@ "StatusCode": 200, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/da97d651-c90c-423f-b629-3b2109e0b006?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/da97d651-c90c-423f-b629-3b2109e0b006?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "435", "Content-Type": "application/json; charset=utf-8", @@ -472,7 +472,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/nw6583/providers/Microsoft.Network/networkWatchers?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/nw6583/providers/Microsoft.Network/networkWatchers?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -525,7 +525,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/networkWatchers?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/networkWatchers?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -609,7 +609,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/nw6583/providers/Microsoft.Network/networkWatchers/azsmnet4820?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/nw6583/providers/Microsoft.Network/networkWatchers/azsmnet4820?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -622,12 +622,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/efa4e240-dec3-4334-a170-95bb344660bd?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/efa4e240-dec3-4334-a170-95bb344660bd?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Tue, 18 Jan 2022 20:42:17 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operationResults/efa4e240-dec3-4334-a170-95bb344660bd?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operationResults/efa4e240-dec3-4334-a170-95bb344660bd?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -646,7 +646,7 @@ "ResponseBody": [] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/efa4e240-dec3-4334-a170-95bb344660bd?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/efa4e240-dec3-4334-a170-95bb344660bd?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -683,7 +683,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/networkWatchers?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/networkWatchers?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkWatcherTests/NetworkWatcherApiTestAsync.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkWatcherTests/NetworkWatcherApiTestAsync.json index 44fd1d396de3..a36def3f7b42 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkWatcherTests/NetworkWatcherApiTestAsync.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/NetworkWatcherTests/NetworkWatcherApiTestAsync.json @@ -47,7 +47,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/networkWatchers?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/networkWatchers?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -117,7 +117,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/networkWatchers?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/networkWatchers?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -228,7 +228,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/nw2553/providers/Microsoft.Network/networkWatchers/azsmnet2797?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/nw2553/providers/Microsoft.Network/networkWatchers/azsmnet2797?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -246,7 +246,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/3bb8fcbe-f8d8-49d1-808c-c5074c8e51de?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/3bb8fcbe-f8d8-49d1-808c-c5074c8e51de?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "396", "Content-Type": "application/json; charset=utf-8", @@ -281,7 +281,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/nw2553/providers/Microsoft.Network/networkWatchers/azsmnet2797?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/nw2553/providers/Microsoft.Network/networkWatchers/azsmnet2797?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -328,7 +328,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/nw2553/providers/Microsoft.Network/networkWatchers/azsmnet2797?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/nw2553/providers/Microsoft.Network/networkWatchers/azsmnet2797?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -349,7 +349,7 @@ "StatusCode": 200, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/89082ce6-14c9-4ec3-9141-7db034edfa62?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/89082ce6-14c9-4ec3-9141-7db034edfa62?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "435", "Content-Type": "application/json; charset=utf-8", @@ -387,7 +387,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/nw2553/providers/Microsoft.Network/networkWatchers?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/nw2553/providers/Microsoft.Network/networkWatchers?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -440,7 +440,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/networkWatchers?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/networkWatchers?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -524,7 +524,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/nw2553/providers/Microsoft.Network/networkWatchers/azsmnet2797?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/nw2553/providers/Microsoft.Network/networkWatchers/azsmnet2797?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -537,12 +537,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/cbd3ed3d-1de4-4e40-bf2b-b956092e0d41?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/cbd3ed3d-1de4-4e40-bf2b-b956092e0d41?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Tue, 18 Jan 2022 20:42:30 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operationResults/cbd3ed3d-1de4-4e40-bf2b-b956092e0d41?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operationResults/cbd3ed3d-1de4-4e40-bf2b-b956092e0d41?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -561,7 +561,7 @@ "ResponseBody": [] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/cbd3ed3d-1de4-4e40-bf2b-b956092e0d41?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/cbd3ed3d-1de4-4e40-bf2b-b956092e0d41?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -598,7 +598,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/networkWatchers?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/networkWatchers?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/PrivateEndpointTests/AvailablePrivateEndpointInResourceGroupTypeTest.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/PrivateEndpointTests/AvailablePrivateEndpointInResourceGroupTypeTest.json index fa84476c98ce..d1432808ecf6 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/PrivateEndpointTests/AvailablePrivateEndpointInResourceGroupTypeTest.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/PrivateEndpointTests/AvailablePrivateEndpointInResourceGroupTypeTest.json @@ -88,7 +88,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/pe_rg4001/providers/Microsoft.Network/locations/eastus/availablePrivateEndpointTypes?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/pe_rg4001/providers/Microsoft.Network/locations/eastus/availablePrivateEndpointTypes?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/PrivateEndpointTests/AvailablePrivateEndpointInResourceGroupTypeTestAsync.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/PrivateEndpointTests/AvailablePrivateEndpointInResourceGroupTypeTestAsync.json index 7f58c50f405b..9e707291eac5 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/PrivateEndpointTests/AvailablePrivateEndpointInResourceGroupTypeTestAsync.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/PrivateEndpointTests/AvailablePrivateEndpointInResourceGroupTypeTestAsync.json @@ -88,7 +88,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/pe_rg5902/providers/Microsoft.Network/locations/eastus/availablePrivateEndpointTypes?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/pe_rg5902/providers/Microsoft.Network/locations/eastus/availablePrivateEndpointTypes?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/PrivateEndpointTests/AvailablePrivateEndpointTypeTest.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/PrivateEndpointTests/AvailablePrivateEndpointTypeTest.json index d4b9f352f6a9..d3c3251576e6 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/PrivateEndpointTests/AvailablePrivateEndpointTypeTest.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/PrivateEndpointTests/AvailablePrivateEndpointTypeTest.json @@ -88,7 +88,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/availablePrivateEndpointTypes?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/availablePrivateEndpointTypes?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/PrivateEndpointTests/AvailablePrivateEndpointTypeTestAsync.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/PrivateEndpointTests/AvailablePrivateEndpointTypeTestAsync.json index 3e57487ff9e6..3304aa26af1e 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/PrivateEndpointTests/AvailablePrivateEndpointTypeTestAsync.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/PrivateEndpointTests/AvailablePrivateEndpointTypeTestAsync.json @@ -88,7 +88,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/availablePrivateEndpointTypes?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/availablePrivateEndpointTypes?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/PrivateEndpointTests/PrivateEndpointTest.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/PrivateEndpointTests/PrivateEndpointTest.json index a4c695a01a97..37f415bc4d13 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/PrivateEndpointTests/PrivateEndpointTest.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/PrivateEndpointTests/PrivateEndpointTest.json @@ -117,7 +117,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -222,7 +222,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -327,7 +327,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -545,7 +545,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -804,7 +804,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -1008,7 +1008,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -1113,7 +1113,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -1163,7 +1163,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -1224,7 +1224,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -1283,7 +1283,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -1388,7 +1388,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -1493,7 +1493,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -1579,7 +1579,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -1653,7 +1653,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -1723,7 +1723,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -1828,7 +1828,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -2049,7 +2049,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -2114,7 +2114,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -2205,7 +2205,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -2281,7 +2281,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -2357,7 +2357,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -2433,7 +2433,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -2538,7 +2538,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -2643,7 +2643,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -2748,7 +2748,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -2993,7 +2993,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -3020,7 +3020,7 @@ "resourceType": "locations", "locations": [], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -3124,7 +3124,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -3228,7 +3228,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -3332,7 +3332,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -3422,7 +3422,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -3472,7 +3472,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -3576,7 +3576,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -3654,7 +3654,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -3723,7 +3723,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -3784,7 +3784,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -3845,7 +3845,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -3902,7 +3902,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -3962,7 +3962,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -4022,7 +4022,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -4074,7 +4074,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -4126,7 +4126,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -4195,7 +4195,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01" @@ -4242,7 +4242,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01" @@ -4289,7 +4289,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -4358,7 +4358,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -4427,7 +4427,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -4496,7 +4496,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -4565,7 +4565,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -5214,7 +5214,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -5305,7 +5305,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -5395,7 +5395,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -5474,7 +5474,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -5551,7 +5551,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -5614,7 +5614,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -5677,7 +5677,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -5740,7 +5740,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -5831,7 +5831,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -5911,7 +5911,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -5987,7 +5987,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -6061,7 +6061,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -6119,7 +6119,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -6195,7 +6195,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -6271,7 +6271,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -6337,7 +6337,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -6369,7 +6369,7 @@ "France Central" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -6440,7 +6440,7 @@ "Central US" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -6505,7 +6505,7 @@ "Central US" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -6529,7 +6529,7 @@ "resourceType": "azureWebCategories", "locations": [], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01" @@ -6541,7 +6541,7 @@ "resourceType": "locations/nfvOperations", "locations": [], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -6564,7 +6564,7 @@ "resourceType": "locations/nfvOperationResults", "locations": [], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -6623,7 +6623,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -6677,7 +6677,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -6901,7 +6901,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -6966,7 +6966,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -7032,7 +7032,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -7098,7 +7098,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -7150,7 +7150,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -7228,7 +7228,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -7536,7 +7536,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -7602,7 +7602,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -7733,7 +7733,7 @@ "Central US" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -7788,7 +7788,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -7851,7 +7851,7 @@ "Switzerland North" ], "apiVersions": [ - "2021-02-01-preview", + "2022-09-01-preview", "2020-08-01", "2020-07-01", "2020-06-01", @@ -7912,7 +7912,7 @@ "Switzerland North" ], "apiVersions": [ - "2021-02-01-preview", + "2022-09-01-preview", "2020-08-01" ], "capabilities": "None" @@ -7921,7 +7921,7 @@ "resourceType": "networkVirtualApplianceSkus", "locations": [], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/PrivateEndpointTests/PrivateEndpointTestAsync.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/PrivateEndpointTests/PrivateEndpointTestAsync.json index a7435e4e2ef4..b401d3125493 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/PrivateEndpointTests/PrivateEndpointTestAsync.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/PrivateEndpointTests/PrivateEndpointTestAsync.json @@ -117,7 +117,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -222,7 +222,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -327,7 +327,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -545,7 +545,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -804,7 +804,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -1008,7 +1008,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -1113,7 +1113,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -1163,7 +1163,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -1224,7 +1224,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -1283,7 +1283,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -1388,7 +1388,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -1493,7 +1493,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -1579,7 +1579,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -1653,7 +1653,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -1723,7 +1723,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -1828,7 +1828,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -2049,7 +2049,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -2114,7 +2114,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -2205,7 +2205,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -2281,7 +2281,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -2357,7 +2357,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -2433,7 +2433,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -2538,7 +2538,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -2643,7 +2643,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -2748,7 +2748,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -2993,7 +2993,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -3020,7 +3020,7 @@ "resourceType": "locations", "locations": [], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -3124,7 +3124,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -3228,7 +3228,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -3332,7 +3332,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -3422,7 +3422,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -3472,7 +3472,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -3576,7 +3576,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -3654,7 +3654,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -3723,7 +3723,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -3784,7 +3784,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -3845,7 +3845,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -3902,7 +3902,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -3962,7 +3962,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -4022,7 +4022,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -4074,7 +4074,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -4126,7 +4126,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -4195,7 +4195,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01" @@ -4242,7 +4242,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01" @@ -4289,7 +4289,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -4358,7 +4358,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -4427,7 +4427,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -4496,7 +4496,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -4565,7 +4565,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -5214,7 +5214,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -5305,7 +5305,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -5395,7 +5395,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -5474,7 +5474,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -5551,7 +5551,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -5614,7 +5614,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -5677,7 +5677,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -5740,7 +5740,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -5831,7 +5831,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -5911,7 +5911,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -5987,7 +5987,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -6061,7 +6061,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -6119,7 +6119,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -6195,7 +6195,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -6271,7 +6271,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -6337,7 +6337,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -6369,7 +6369,7 @@ "France Central" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -6440,7 +6440,7 @@ "Central US" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -6505,7 +6505,7 @@ "Central US" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -6529,7 +6529,7 @@ "resourceType": "azureWebCategories", "locations": [], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01" @@ -6541,7 +6541,7 @@ "resourceType": "locations/nfvOperations", "locations": [], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -6564,7 +6564,7 @@ "resourceType": "locations/nfvOperationResults", "locations": [], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -6623,7 +6623,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -6677,7 +6677,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -6901,7 +6901,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -6966,7 +6966,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -7032,7 +7032,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -7098,7 +7098,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -7150,7 +7150,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -7228,7 +7228,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -7536,7 +7536,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -7602,7 +7602,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -7733,7 +7733,7 @@ "Central US" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -7788,7 +7788,7 @@ "Jio India West" ], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", @@ -7851,7 +7851,7 @@ "Switzerland North" ], "apiVersions": [ - "2021-02-01-preview", + "2022-09-01-preview", "2020-08-01", "2020-07-01", "2020-06-01", @@ -7912,7 +7912,7 @@ "Switzerland North" ], "apiVersions": [ - "2021-02-01-preview", + "2022-09-01-preview", "2020-08-01" ], "capabilities": "None" @@ -7921,7 +7921,7 @@ "resourceType": "networkVirtualApplianceSkus", "locations": [], "apiVersions": [ - "2021-02-01", + "2022-09-01", "2021-01-01", "2020-11-01", "2020-08-01", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/PublicIpPrefixTests/PublicIpPrefixApiTest(False).json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/PublicIpPrefixTests/PublicIpPrefixApiTest(False).json index 189f3b07dbbb..6ccfd8c82aa3 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/PublicIpPrefixTests/PublicIpPrefixApiTest(False).json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/PublicIpPrefixTests/PublicIpPrefixApiTest(False).json @@ -97,7 +97,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_2584/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_6887?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_2584/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_6887?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -121,7 +121,7 @@ "StatusCode": 201, "ResponseHeaders": { "azure-asyncnotification": "Enabled", - "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/f89ffcbe-8ec0-4675-a20e-9afb13c8b7ab?api-version=2021-02-01", + "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/f89ffcbe-8ec0-4675-a20e-9afb13c8b7ab?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "626", "Content-Type": "application/json; charset=utf-8", @@ -162,7 +162,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/f89ffcbe-8ec0-4675-a20e-9afb13c8b7ab?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/f89ffcbe-8ec0-4675-a20e-9afb13c8b7ab?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -199,7 +199,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/f89ffcbe-8ec0-4675-a20e-9afb13c8b7ab?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/f89ffcbe-8ec0-4675-a20e-9afb13c8b7ab?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -235,7 +235,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_2584/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_6887?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_2584/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_6887?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -288,7 +288,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_2584/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_6887?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_2584/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_6887?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -342,7 +342,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_2584/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_6887?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_2584/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_6887?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -374,7 +374,7 @@ "StatusCode": 200, "ResponseHeaders": { "azure-asyncnotification": "Enabled", - "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/f4d7df3c-b37b-4b3b-8d81-f3c28d84a277?api-version=2021-02-01", + "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/f4d7df3c-b37b-4b3b-8d81-f3c28d84a277?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "727", "Content-Type": "application/json; charset=utf-8", @@ -419,7 +419,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/f4d7df3c-b37b-4b3b-8d81-f3c28d84a277?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/f4d7df3c-b37b-4b3b-8d81-f3c28d84a277?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -455,7 +455,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_2584/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_6887?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_2584/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_6887?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -512,7 +512,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_2584/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_6887?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_2584/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_6887?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -570,7 +570,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_2584/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_6887?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_2584/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_6887?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -628,7 +628,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_2584/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_6887?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_2584/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_6887?api-version=2022-09-01", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", @@ -691,7 +691,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_2584/providers/Microsoft.Network/publicIPPrefixes?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_2584/providers/Microsoft.Network/publicIPPrefixes?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -751,7 +751,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_2584/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_6887?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_2584/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_6887?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -765,12 +765,12 @@ "StatusCode": 202, "ResponseHeaders": { "azure-asyncnotification": "Enabled", - "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/25719eef-99a7-4b44-abbc-158b48262e46?api-version=2021-02-01", + "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/25719eef-99a7-4b44-abbc-158b48262e46?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Mon, 15 Aug 2022 17:30:30 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/25719eef-99a7-4b44-abbc-158b48262e46?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/25719eef-99a7-4b44-abbc-158b48262e46?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -789,7 +789,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/25719eef-99a7-4b44-abbc-158b48262e46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/25719eef-99a7-4b44-abbc-158b48262e46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -826,7 +826,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/25719eef-99a7-4b44-abbc-158b48262e46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/25719eef-99a7-4b44-abbc-158b48262e46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -863,7 +863,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/25719eef-99a7-4b44-abbc-158b48262e46?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/25719eef-99a7-4b44-abbc-158b48262e46?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -899,7 +899,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_2584/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_6887?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_2584/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_6887?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -933,7 +933,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_2584/providers/Microsoft.Network/publicIPPrefixes?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_2584/providers/Microsoft.Network/publicIPPrefixes?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/PublicIpPrefixTests/PublicIpPrefixApiTest(False)Async.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/PublicIpPrefixTests/PublicIpPrefixApiTest(False)Async.json index f4f6f74f996f..3ac71cdda27b 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/PublicIpPrefixTests/PublicIpPrefixApiTest(False)Async.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/PublicIpPrefixTests/PublicIpPrefixApiTest(False)Async.json @@ -97,7 +97,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_6415/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_4376?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_6415/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_4376?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -121,7 +121,7 @@ "StatusCode": 201, "ResponseHeaders": { "azure-asyncnotification": "Enabled", - "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/99f56489-5f2f-43c8-abe2-82007f99c491?api-version=2021-02-01", + "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/99f56489-5f2f-43c8-abe2-82007f99c491?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "626", "Content-Type": "application/json; charset=utf-8", @@ -162,7 +162,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/99f56489-5f2f-43c8-abe2-82007f99c491?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/99f56489-5f2f-43c8-abe2-82007f99c491?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -199,7 +199,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/99f56489-5f2f-43c8-abe2-82007f99c491?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/99f56489-5f2f-43c8-abe2-82007f99c491?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -235,7 +235,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_6415/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_4376?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_6415/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_4376?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -288,7 +288,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_6415/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_4376?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_6415/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_4376?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -342,7 +342,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_6415/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_4376?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_6415/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_4376?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -374,7 +374,7 @@ "StatusCode": 200, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/b1cd87c2-f957-4ffb-91f0-e96f150b72e8?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/b1cd87c2-f957-4ffb-91f0-e96f150b72e8?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "727", "Content-Type": "application/json; charset=utf-8", @@ -419,7 +419,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/b1cd87c2-f957-4ffb-91f0-e96f150b72e8?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/b1cd87c2-f957-4ffb-91f0-e96f150b72e8?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -455,7 +455,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_6415/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_4376?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_6415/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_4376?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -512,7 +512,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_6415/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_4376?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_6415/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_4376?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -570,7 +570,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_6415/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_4376?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_6415/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_4376?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -628,7 +628,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_6415/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_4376?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_6415/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_4376?api-version=2022-09-01", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", @@ -691,7 +691,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_6415/providers/Microsoft.Network/publicIPPrefixes?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_6415/providers/Microsoft.Network/publicIPPrefixes?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -751,7 +751,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_6415/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_4376?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_6415/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_4376?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -765,12 +765,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/340b49f6-4e90-4457-a120-39f1535faea4?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/340b49f6-4e90-4457-a120-39f1535faea4?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Mon, 15 Aug 2022 17:31:41 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/340b49f6-4e90-4457-a120-39f1535faea4?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/340b49f6-4e90-4457-a120-39f1535faea4?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -789,7 +789,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/340b49f6-4e90-4457-a120-39f1535faea4?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/340b49f6-4e90-4457-a120-39f1535faea4?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -826,7 +826,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/340b49f6-4e90-4457-a120-39f1535faea4?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/340b49f6-4e90-4457-a120-39f1535faea4?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -862,7 +862,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_6415/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_4376?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_6415/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_4376?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -903,7 +903,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_6415/providers/Microsoft.Network/publicIPPrefixes?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_6415/providers/Microsoft.Network/publicIPPrefixes?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/PublicIpPrefixTests/PublicIpPrefixApiTest(True).json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/PublicIpPrefixTests/PublicIpPrefixApiTest(True).json index 712a55b3cef4..7436c2670bbe 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/PublicIpPrefixTests/PublicIpPrefixApiTest(True).json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/PublicIpPrefixTests/PublicIpPrefixApiTest(True).json @@ -89,7 +89,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_3532/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_3454?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_3532/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_3454?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -113,7 +113,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/8bb7682a-a1f6-4435-9bd3-93d80360c6d7?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/8bb7682a-a1f6-4435-9bd3-93d80360c6d7?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "626", "Content-Type": "application/json; charset=utf-8", @@ -154,7 +154,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/8bb7682a-a1f6-4435-9bd3-93d80360c6d7?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/8bb7682a-a1f6-4435-9bd3-93d80360c6d7?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -190,7 +190,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/8bb7682a-a1f6-4435-9bd3-93d80360c6d7?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/8bb7682a-a1f6-4435-9bd3-93d80360c6d7?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -225,7 +225,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_3532/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_3454?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_3532/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_3454?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -277,7 +277,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_3532/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_3454?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_3532/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_3454?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -331,7 +331,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_3532/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_3454?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_3532/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_3454?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -363,7 +363,7 @@ "StatusCode": 200, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/7dc621de-cff5-4efb-84f2-ce913b0a83dc?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/7dc621de-cff5-4efb-84f2-ce913b0a83dc?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "727", "Content-Type": "application/json; charset=utf-8", @@ -408,7 +408,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/7dc621de-cff5-4efb-84f2-ce913b0a83dc?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/7dc621de-cff5-4efb-84f2-ce913b0a83dc?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -443,7 +443,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_3532/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_3454?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_3532/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_3454?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -499,7 +499,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/7dc621de-cff5-4efb-84f2-ce913b0a83dc?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/7dc621de-cff5-4efb-84f2-ce913b0a83dc?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -534,7 +534,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_3532/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_3454?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_3532/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_3454?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -590,7 +590,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_3532/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_3454?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_3532/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_3454?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -756,7 +756,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_3532/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_3454?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_3532/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_3454?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -813,7 +813,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_3532/providers/Microsoft.Network/publicIPPrefixes?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_3532/providers/Microsoft.Network/publicIPPrefixes?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -873,7 +873,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_3532/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_3454?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_3532/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_3454?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -887,12 +887,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/605c2784-4d53-4c28-bc1a-49b2519e82de?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/605c2784-4d53-4c28-bc1a-49b2519e82de?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Mon, 14 Feb 2022 17:49:43 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/605c2784-4d53-4c28-bc1a-49b2519e82de?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/605c2784-4d53-4c28-bc1a-49b2519e82de?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -911,7 +911,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/605c2784-4d53-4c28-bc1a-49b2519e82de?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/605c2784-4d53-4c28-bc1a-49b2519e82de?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -947,7 +947,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/605c2784-4d53-4c28-bc1a-49b2519e82de?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/605c2784-4d53-4c28-bc1a-49b2519e82de?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -983,7 +983,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/605c2784-4d53-4c28-bc1a-49b2519e82de?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/605c2784-4d53-4c28-bc1a-49b2519e82de?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1018,7 +1018,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_3532/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_3454?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_3532/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_3454?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1052,7 +1052,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_3532/providers/Microsoft.Network/publicIPPrefixes?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_3532/providers/Microsoft.Network/publicIPPrefixes?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/PublicIpPrefixTests/PublicIpPrefixApiTest(True)Async.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/PublicIpPrefixTests/PublicIpPrefixApiTest(True)Async.json index c85e6aed8ddb..a0ad95c6f599 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/PublicIpPrefixTests/PublicIpPrefixApiTest(True)Async.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/PublicIpPrefixTests/PublicIpPrefixApiTest(True)Async.json @@ -89,7 +89,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_1917/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_1933?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_1917/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_1933?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -113,7 +113,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/4961b52a-4325-4b3b-96e9-febd09acbcd8?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/4961b52a-4325-4b3b-96e9-febd09acbcd8?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "626", "Content-Type": "application/json; charset=utf-8", @@ -154,7 +154,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/4961b52a-4325-4b3b-96e9-febd09acbcd8?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/4961b52a-4325-4b3b-96e9-febd09acbcd8?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -190,7 +190,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/4961b52a-4325-4b3b-96e9-febd09acbcd8?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/4961b52a-4325-4b3b-96e9-febd09acbcd8?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -225,7 +225,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_1917/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_1933?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_1917/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_1933?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -277,7 +277,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_1917/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_1933?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_1917/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_1933?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -331,7 +331,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_1917/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_1933?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_1917/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_1933?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -363,7 +363,7 @@ "StatusCode": 200, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/57e4e2db-e35c-4546-93de-9e7dd2e52b29?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/57e4e2db-e35c-4546-93de-9e7dd2e52b29?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "727", "Content-Type": "application/json; charset=utf-8", @@ -408,7 +408,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/57e4e2db-e35c-4546-93de-9e7dd2e52b29?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/57e4e2db-e35c-4546-93de-9e7dd2e52b29?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -443,7 +443,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_1917/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_1933?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_1917/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_1933?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -499,7 +499,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/57e4e2db-e35c-4546-93de-9e7dd2e52b29?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/57e4e2db-e35c-4546-93de-9e7dd2e52b29?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -534,7 +534,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_1917/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_1933?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_1917/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_1933?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -590,7 +590,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_1917/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_1933?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_1917/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_1933?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -756,7 +756,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_1917/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_1933?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_1917/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_1933?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -813,7 +813,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_1917/providers/Microsoft.Network/publicIPPrefixes?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_1917/providers/Microsoft.Network/publicIPPrefixes?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -873,7 +873,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_1917/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_1933?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_1917/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_1933?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -887,12 +887,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/cd2cb345-1c3b-4b88-9357-2c3143c89464?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/cd2cb345-1c3b-4b88-9357-2c3143c89464?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Mon, 14 Feb 2022 17:50:31 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/cd2cb345-1c3b-4b88-9357-2c3143c89464?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/cd2cb345-1c3b-4b88-9357-2c3143c89464?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -911,7 +911,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/cd2cb345-1c3b-4b88-9357-2c3143c89464?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/cd2cb345-1c3b-4b88-9357-2c3143c89464?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -947,7 +947,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/cd2cb345-1c3b-4b88-9357-2c3143c89464?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/cd2cb345-1c3b-4b88-9357-2c3143c89464?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -983,7 +983,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/cd2cb345-1c3b-4b88-9357-2c3143c89464?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/cd2cb345-1c3b-4b88-9357-2c3143c89464?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1018,7 +1018,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_1917/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_1933?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_1917/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_1933?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1052,7 +1052,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_1917/providers/Microsoft.Network/publicIPPrefixes?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_1917/providers/Microsoft.Network/publicIPPrefixes?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/PublicIpPrefixTests/PublicIpPrefixApiTest(null).json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/PublicIpPrefixTests/PublicIpPrefixApiTest(null).json index e5708a20aebb..ea910caa0079 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/PublicIpPrefixTests/PublicIpPrefixApiTest(null).json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/PublicIpPrefixTests/PublicIpPrefixApiTest(null).json @@ -97,7 +97,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_9921/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_5748?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_9921/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_5748?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -121,7 +121,7 @@ "StatusCode": 201, "ResponseHeaders": { "azure-asyncnotification": "Enabled", - "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/73a85a0e-335d-4310-af2c-e0ea02f8e574?api-version=2021-02-01", + "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/73a85a0e-335d-4310-af2c-e0ea02f8e574?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "626", "Content-Type": "application/json; charset=utf-8", @@ -162,7 +162,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/73a85a0e-335d-4310-af2c-e0ea02f8e574?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/73a85a0e-335d-4310-af2c-e0ea02f8e574?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -199,7 +199,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/73a85a0e-335d-4310-af2c-e0ea02f8e574?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/73a85a0e-335d-4310-af2c-e0ea02f8e574?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -235,7 +235,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_9921/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_5748?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_9921/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_5748?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -288,7 +288,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_9921/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_5748?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_9921/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_5748?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -342,7 +342,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_9921/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_5748?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_9921/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_5748?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -374,7 +374,7 @@ "StatusCode": 200, "ResponseHeaders": { "azure-asyncnotification": "Enabled", - "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/a858409e-61ef-40b8-8630-f5487ad2ebae?api-version=2021-02-01", + "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/a858409e-61ef-40b8-8630-f5487ad2ebae?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "727", "Content-Type": "application/json; charset=utf-8", @@ -419,7 +419,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/a858409e-61ef-40b8-8630-f5487ad2ebae?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/a858409e-61ef-40b8-8630-f5487ad2ebae?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -455,7 +455,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_9921/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_5748?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_9921/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_5748?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -512,7 +512,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_9921/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_5748?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_9921/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_5748?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1939,7 +1939,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_9921/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_5748?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_9921/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_5748?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1996,7 +1996,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_9921/providers/Microsoft.Network/publicIPPrefixes?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_9921/providers/Microsoft.Network/publicIPPrefixes?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -2056,7 +2056,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_9921/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_5748?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_9921/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_5748?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -2070,12 +2070,12 @@ "StatusCode": 202, "ResponseHeaders": { "azure-asyncnotification": "Enabled", - "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/d55c9012-a214-4e06-881f-60a6735a613f?api-version=2021-02-01", + "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/d55c9012-a214-4e06-881f-60a6735a613f?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Mon, 15 Aug 2022 17:30:05 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/d55c9012-a214-4e06-881f-60a6735a613f?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/d55c9012-a214-4e06-881f-60a6735a613f?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -2094,7 +2094,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/d55c9012-a214-4e06-881f-60a6735a613f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/d55c9012-a214-4e06-881f-60a6735a613f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2131,7 +2131,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/d55c9012-a214-4e06-881f-60a6735a613f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/d55c9012-a214-4e06-881f-60a6735a613f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2167,7 +2167,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_9921/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_5748?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_9921/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_5748?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -2208,7 +2208,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_9921/providers/Microsoft.Network/publicIPPrefixes?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_9921/providers/Microsoft.Network/publicIPPrefixes?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/PublicIpPrefixTests/PublicIpPrefixApiTest(null)Async.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/PublicIpPrefixTests/PublicIpPrefixApiTest(null)Async.json index 0752187cf444..6fab93fd4b08 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/PublicIpPrefixTests/PublicIpPrefixApiTest(null)Async.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/PublicIpPrefixTests/PublicIpPrefixApiTest(null)Async.json @@ -97,7 +97,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_9712/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_1106?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_9712/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_1106?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -121,7 +121,7 @@ "StatusCode": 201, "ResponseHeaders": { "azure-asyncnotification": "Enabled", - "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/b18683cf-0015-4d78-8f43-1e548ce044e8?api-version=2021-02-01", + "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/b18683cf-0015-4d78-8f43-1e548ce044e8?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "626", "Content-Type": "application/json; charset=utf-8", @@ -162,7 +162,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/b18683cf-0015-4d78-8f43-1e548ce044e8?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/b18683cf-0015-4d78-8f43-1e548ce044e8?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -199,7 +199,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/b18683cf-0015-4d78-8f43-1e548ce044e8?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/b18683cf-0015-4d78-8f43-1e548ce044e8?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -235,7 +235,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_9712/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_1106?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_9712/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_1106?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -288,7 +288,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_9712/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_1106?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_9712/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_1106?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -342,7 +342,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_9712/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_1106?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_9712/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_1106?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -374,7 +374,7 @@ "StatusCode": 200, "ResponseHeaders": { "azure-asyncnotification": "Enabled", - "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/50fd8eba-dd77-40d3-b68f-1a799444c205?api-version=2021-02-01", + "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/50fd8eba-dd77-40d3-b68f-1a799444c205?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "727", "Content-Type": "application/json; charset=utf-8", @@ -419,7 +419,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/50fd8eba-dd77-40d3-b68f-1a799444c205?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/50fd8eba-dd77-40d3-b68f-1a799444c205?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -455,7 +455,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_9712/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_1106?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_9712/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_1106?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -512,7 +512,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_9712/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_1106?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_9712/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_1106?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1939,7 +1939,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_9712/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_1106?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_9712/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_1106?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1996,7 +1996,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_9712/providers/Microsoft.Network/publicIPPrefixes?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_9712/providers/Microsoft.Network/publicIPPrefixes?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -2056,7 +2056,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_9712/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_1106?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_9712/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_1106?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -2070,12 +2070,12 @@ "StatusCode": 202, "ResponseHeaders": { "azure-asyncnotification": "Enabled", - "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/5bebc6e8-2f59-4384-ae1e-4d79059b226f?api-version=2021-02-01", + "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/5bebc6e8-2f59-4384-ae1e-4d79059b226f?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Mon, 15 Aug 2022 17:31:16 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/5bebc6e8-2f59-4384-ae1e-4d79059b226f?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/5bebc6e8-2f59-4384-ae1e-4d79059b226f?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -2094,7 +2094,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/5bebc6e8-2f59-4384-ae1e-4d79059b226f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/5bebc6e8-2f59-4384-ae1e-4d79059b226f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2131,7 +2131,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/5bebc6e8-2f59-4384-ae1e-4d79059b226f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/5bebc6e8-2f59-4384-ae1e-4d79059b226f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2167,7 +2167,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_9712/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_1106?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_9712/providers/Microsoft.Network/publicIPPrefixes/test_public_ip_prefix_1106?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -2208,7 +2208,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_9712/providers/Microsoft.Network/publicIPPrefixes?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test_public_ip_prefix_9712/providers/Microsoft.Network/publicIPPrefixes?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/RouteFilterTests/RouteFilterApiTest.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/RouteFilterTests/RouteFilterApiTest.json index bd63108009df..480df1e181f4 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/RouteFilterTests/RouteFilterApiTest.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/RouteFilterTests/RouteFilterApiTest.json @@ -98,7 +98,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_8326/providers/Microsoft.Network/routeFilters/filter1575?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_8326/providers/Microsoft.Network/routeFilters/filter1575?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -120,7 +120,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/4c4e8576-a2b1-4acc-9116-d9f28e818f00?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/4c4e8576-a2b1-4acc-9116-d9f28e818f00?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "428", "Content-Type": "application/json; charset=utf-8", @@ -157,7 +157,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/4c4e8576-a2b1-4acc-9116-d9f28e818f00?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/4c4e8576-a2b1-4acc-9116-d9f28e818f00?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -194,7 +194,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/4c4e8576-a2b1-4acc-9116-d9f28e818f00?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/4c4e8576-a2b1-4acc-9116-d9f28e818f00?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -230,7 +230,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_8326/providers/Microsoft.Network/routeFilters/filter1575?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_8326/providers/Microsoft.Network/routeFilters/filter1575?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -278,7 +278,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_8326/providers/Microsoft.Network/routeFilters?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_8326/providers/Microsoft.Network/routeFilters?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -330,7 +330,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/routeFilters?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/routeFilters?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -382,7 +382,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_8326/providers/Microsoft.Network/routeFilters/filter1575/routeFilterRules/rule3467?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_8326/providers/Microsoft.Network/routeFilters/filter1575/routeFilterRules/rule3467?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -405,7 +405,7 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/97903075-c9d3-4579-984c-884249d8b3b0?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/97903075-c9d3-4579-984c-884249d8b3b0?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "503", "Content-Type": "application/json; charset=utf-8", @@ -442,7 +442,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/97903075-c9d3-4579-984c-884249d8b3b0?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/97903075-c9d3-4579-984c-884249d8b3b0?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -479,7 +479,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/97903075-c9d3-4579-984c-884249d8b3b0?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/97903075-c9d3-4579-984c-884249d8b3b0?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -515,7 +515,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_8326/providers/Microsoft.Network/routeFilters/filter1575/routeFilterRules/rule3467?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_8326/providers/Microsoft.Network/routeFilters/filter1575/routeFilterRules/rule3467?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -563,7 +563,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_8326/providers/Microsoft.Network/routeFilters/filter1575?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_8326/providers/Microsoft.Network/routeFilters/filter1575?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -627,7 +627,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_8326/providers/Microsoft.Network/routeFilters/filter1575?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_8326/providers/Microsoft.Network/routeFilters/filter1575?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -691,7 +691,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_8326/providers/Microsoft.Network/routeFilters/filter1575/routeFilterRules/rule3467?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_8326/providers/Microsoft.Network/routeFilters/filter1575/routeFilterRules/rule3467?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -740,7 +740,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_8326/providers/Microsoft.Network/routeFilters/filter1575/routeFilterRules/rule3467?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_8326/providers/Microsoft.Network/routeFilters/filter1575/routeFilterRules/rule3467?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -765,7 +765,7 @@ }, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/5a213ce3-025c-4080-898d-1d7a97b9e73a?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/5a213ce3-025c-4080-898d-1d7a97b9e73a?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "502", "Content-Type": "application/json; charset=utf-8", @@ -802,7 +802,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/5a213ce3-025c-4080-898d-1d7a97b9e73a?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/5a213ce3-025c-4080-898d-1d7a97b9e73a?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -839,7 +839,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/5a213ce3-025c-4080-898d-1d7a97b9e73a?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/5a213ce3-025c-4080-898d-1d7a97b9e73a?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -875,7 +875,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_8326/providers/Microsoft.Network/routeFilters/filter1575/routeFilterRules/rule3467?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_8326/providers/Microsoft.Network/routeFilters/filter1575/routeFilterRules/rule3467?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -923,7 +923,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_8326/providers/Microsoft.Network/routeFilters/filter1575/routeFilterRules/rule25450?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_8326/providers/Microsoft.Network/routeFilters/filter1575/routeFilterRules/rule25450?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -974,7 +974,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_8326/providers/Microsoft.Network/routeFilters/filter1575?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_8326/providers/Microsoft.Network/routeFilters/filter1575?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1038,7 +1038,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_8326/providers/Microsoft.Network/routeFilters/filter1575/routeFilterRules/rule3467?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_8326/providers/Microsoft.Network/routeFilters/filter1575/routeFilterRules/rule3467?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1051,12 +1051,12 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/5e017e4f-0f7d-4ee0-841d-eb88699cbc63?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/5e017e4f-0f7d-4ee0-841d-eb88699cbc63?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Mon, 30 May 2022 11:53:58 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/5e017e4f-0f7d-4ee0-841d-eb88699cbc63?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/5e017e4f-0f7d-4ee0-841d-eb88699cbc63?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -1075,7 +1075,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/5e017e4f-0f7d-4ee0-841d-eb88699cbc63?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/5e017e4f-0f7d-4ee0-841d-eb88699cbc63?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1112,7 +1112,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/5e017e4f-0f7d-4ee0-841d-eb88699cbc63?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/5e017e4f-0f7d-4ee0-841d-eb88699cbc63?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1148,7 +1148,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_8326/providers/Microsoft.Network/routeFilters/filter1575/routeFilterRules?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_8326/providers/Microsoft.Network/routeFilters/filter1575/routeFilterRules?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1185,7 +1185,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_8326/providers/Microsoft.Network/routeFilters/filter1575?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_8326/providers/Microsoft.Network/routeFilters/filter1575?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1199,12 +1199,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/938702d5-810e-4e6a-ab45-72a823eaf237?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/938702d5-810e-4e6a-ab45-72a823eaf237?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Mon, 30 May 2022 11:54:10 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/938702d5-810e-4e6a-ab45-72a823eaf237?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/938702d5-810e-4e6a-ab45-72a823eaf237?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -1223,7 +1223,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/938702d5-810e-4e6a-ab45-72a823eaf237?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/938702d5-810e-4e6a-ab45-72a823eaf237?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1260,7 +1260,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/938702d5-810e-4e6a-ab45-72a823eaf237?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/938702d5-810e-4e6a-ab45-72a823eaf237?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1296,7 +1296,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/routeFilters?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/routeFilters?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/RouteFilterTests/RouteFilterApiTestAsync.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/RouteFilterTests/RouteFilterApiTestAsync.json index 192fcfa07d43..4e8194c4a74d 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/RouteFilterTests/RouteFilterApiTestAsync.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/RouteFilterTests/RouteFilterApiTestAsync.json @@ -98,7 +98,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_660/providers/Microsoft.Network/routeFilters/filter2732?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_660/providers/Microsoft.Network/routeFilters/filter2732?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -120,7 +120,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/8419cfec-a8fc-4ff8-83c3-430f45f773bc?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/8419cfec-a8fc-4ff8-83c3-430f45f773bc?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "427", "Content-Type": "application/json; charset=utf-8", @@ -157,7 +157,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/8419cfec-a8fc-4ff8-83c3-430f45f773bc?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/8419cfec-a8fc-4ff8-83c3-430f45f773bc?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -194,7 +194,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/8419cfec-a8fc-4ff8-83c3-430f45f773bc?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/8419cfec-a8fc-4ff8-83c3-430f45f773bc?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -230,7 +230,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_660/providers/Microsoft.Network/routeFilters/filter2732?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_660/providers/Microsoft.Network/routeFilters/filter2732?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -278,7 +278,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_660/providers/Microsoft.Network/routeFilters?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_660/providers/Microsoft.Network/routeFilters?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -330,7 +330,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/routeFilters?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/routeFilters?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -382,7 +382,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_660/providers/Microsoft.Network/routeFilters/filter2732/routeFilterRules/rule6860?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_660/providers/Microsoft.Network/routeFilters/filter2732/routeFilterRules/rule6860?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -405,7 +405,7 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/2dc8187e-a66d-4d6e-a7ec-ce38e2ec24cb?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/2dc8187e-a66d-4d6e-a7ec-ce38e2ec24cb?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "502", "Content-Type": "application/json; charset=utf-8", @@ -442,7 +442,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/2dc8187e-a66d-4d6e-a7ec-ce38e2ec24cb?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/2dc8187e-a66d-4d6e-a7ec-ce38e2ec24cb?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -479,7 +479,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/2dc8187e-a66d-4d6e-a7ec-ce38e2ec24cb?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/2dc8187e-a66d-4d6e-a7ec-ce38e2ec24cb?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -515,7 +515,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_660/providers/Microsoft.Network/routeFilters/filter2732/routeFilterRules/rule6860?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_660/providers/Microsoft.Network/routeFilters/filter2732/routeFilterRules/rule6860?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -563,7 +563,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_660/providers/Microsoft.Network/routeFilters/filter2732?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_660/providers/Microsoft.Network/routeFilters/filter2732?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -627,7 +627,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_660/providers/Microsoft.Network/routeFilters/filter2732?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_660/providers/Microsoft.Network/routeFilters/filter2732?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -691,7 +691,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_660/providers/Microsoft.Network/routeFilters/filter2732/routeFilterRules/rule6860?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_660/providers/Microsoft.Network/routeFilters/filter2732/routeFilterRules/rule6860?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -740,7 +740,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_660/providers/Microsoft.Network/routeFilters/filter2732/routeFilterRules/rule6860?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_660/providers/Microsoft.Network/routeFilters/filter2732/routeFilterRules/rule6860?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -765,7 +765,7 @@ }, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/09590b36-34a5-4333-9e34-499ba28c149c?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/09590b36-34a5-4333-9e34-499ba28c149c?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "501", "Content-Type": "application/json; charset=utf-8", @@ -802,7 +802,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/09590b36-34a5-4333-9e34-499ba28c149c?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/09590b36-34a5-4333-9e34-499ba28c149c?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -839,7 +839,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/09590b36-34a5-4333-9e34-499ba28c149c?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/09590b36-34a5-4333-9e34-499ba28c149c?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -875,7 +875,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_660/providers/Microsoft.Network/routeFilters/filter2732/routeFilterRules/rule6860?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_660/providers/Microsoft.Network/routeFilters/filter2732/routeFilterRules/rule6860?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -923,7 +923,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_660/providers/Microsoft.Network/routeFilters/filter2732/routeFilterRules/rule21072?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_660/providers/Microsoft.Network/routeFilters/filter2732/routeFilterRules/rule21072?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -974,7 +974,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_660/providers/Microsoft.Network/routeFilters/filter2732?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_660/providers/Microsoft.Network/routeFilters/filter2732?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1038,7 +1038,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_660/providers/Microsoft.Network/routeFilters/filter2732/routeFilterRules/rule6860?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_660/providers/Microsoft.Network/routeFilters/filter2732/routeFilterRules/rule6860?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1051,12 +1051,12 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/4dd8d429-0a81-475d-86fe-80532b783d6f?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/4dd8d429-0a81-475d-86fe-80532b783d6f?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Mon, 30 May 2022 11:55:15 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/4dd8d429-0a81-475d-86fe-80532b783d6f?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/4dd8d429-0a81-475d-86fe-80532b783d6f?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -1075,7 +1075,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/4dd8d429-0a81-475d-86fe-80532b783d6f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/4dd8d429-0a81-475d-86fe-80532b783d6f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1112,7 +1112,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/4dd8d429-0a81-475d-86fe-80532b783d6f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/4dd8d429-0a81-475d-86fe-80532b783d6f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1148,7 +1148,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_660/providers/Microsoft.Network/routeFilters/filter2732/routeFilterRules?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_660/providers/Microsoft.Network/routeFilters/filter2732/routeFilterRules?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1185,7 +1185,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_660/providers/Microsoft.Network/routeFilters/filter2732?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/route_filter_test_660/providers/Microsoft.Network/routeFilters/filter2732?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1199,12 +1199,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/b2658b30-5f43-4412-b4c8-ad389873f614?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/b2658b30-5f43-4412-b4c8-ad389873f614?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Mon, 30 May 2022 11:55:28 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/b2658b30-5f43-4412-b4c8-ad389873f614?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/b2658b30-5f43-4412-b4c8-ad389873f614?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -1223,7 +1223,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/b2658b30-5f43-4412-b4c8-ad389873f614?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/b2658b30-5f43-4412-b4c8-ad389873f614?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1260,7 +1260,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/b2658b30-5f43-4412-b4c8-ad389873f614?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/b2658b30-5f43-4412-b4c8-ad389873f614?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1296,7 +1296,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/routeFilters?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/routeFilters?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/RouteTableTests/SubnetRouteTableTest[2018-11-01].json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/RouteTableTests/SubnetRouteTableTest[2018-11-01].json index d8eaa4c8ebd3..75d63e01a2df 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/RouteTableTests/SubnetRouteTableTest[2018-11-01].json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/RouteTableTests/SubnetRouteTableTest[2018-11-01].json @@ -333,7 +333,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7307/providers/Microsoft.Network/virtualNetworks/azsmnet8306?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7307/providers/Microsoft.Network/virtualNetworks/azsmnet8306?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -376,7 +376,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/40ca4499-b721-4bff-9887-ca042614373e?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/40ca4499-b721-4bff-9887-ca042614373e?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1523", "Content-Type": "application/json; charset=utf-8", @@ -441,7 +441,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/40ca4499-b721-4bff-9887-ca042614373e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/40ca4499-b721-4bff-9887-ca042614373e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -478,7 +478,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/40ca4499-b721-4bff-9887-ca042614373e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/40ca4499-b721-4bff-9887-ca042614373e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -514,7 +514,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7307/providers/Microsoft.Network/virtualNetworks/azsmnet8306?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7307/providers/Microsoft.Network/virtualNetworks/azsmnet8306?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -590,7 +590,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7307/providers/Microsoft.Network/virtualNetworks/azsmnet8306/subnets/azsmnet6344?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7307/providers/Microsoft.Network/virtualNetworks/azsmnet8306/subnets/azsmnet6344?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/RouteTableTests/SubnetRouteTableTest[2018-11-01]Async.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/RouteTableTests/SubnetRouteTableTest[2018-11-01]Async.json index 9c17c15c3d3a..039ccb7b2b10 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/RouteTableTests/SubnetRouteTableTest[2018-11-01]Async.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/RouteTableTests/SubnetRouteTableTest[2018-11-01]Async.json @@ -333,7 +333,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg526/providers/Microsoft.Network/virtualNetworks/azsmnet1648?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg526/providers/Microsoft.Network/virtualNetworks/azsmnet1648?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -376,7 +376,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/4c6c2db5-fddb-459a-9ac1-17b0cf7e2645?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/4c6c2db5-fddb-459a-9ac1-17b0cf7e2645?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1520", "Content-Type": "application/json; charset=utf-8", @@ -441,7 +441,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/4c6c2db5-fddb-459a-9ac1-17b0cf7e2645?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/4c6c2db5-fddb-459a-9ac1-17b0cf7e2645?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -478,7 +478,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/4c6c2db5-fddb-459a-9ac1-17b0cf7e2645?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/4c6c2db5-fddb-459a-9ac1-17b0cf7e2645?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -514,7 +514,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg526/providers/Microsoft.Network/virtualNetworks/azsmnet1648?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg526/providers/Microsoft.Network/virtualNetworks/azsmnet1648?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -590,7 +590,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg526/providers/Microsoft.Network/virtualNetworks/azsmnet1648/subnets/azsmnet2247?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg526/providers/Microsoft.Network/virtualNetworks/azsmnet1648/subnets/azsmnet2247?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/RouteTableTests/SubnetRouteTableTest[2021-04-01].json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/RouteTableTests/SubnetRouteTableTest[2021-04-01].json index 45bf11b1c498..d91a56d38cf6 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/RouteTableTests/SubnetRouteTableTest[2021-04-01].json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/RouteTableTests/SubnetRouteTableTest[2021-04-01].json @@ -336,7 +336,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7393/providers/Microsoft.Network/virtualNetworks/azsmnet5781?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7393/providers/Microsoft.Network/virtualNetworks/azsmnet5781?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -379,7 +379,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/a7f9d628-111d-4402-ac3e-32b83569d65c?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/a7f9d628-111d-4402-ac3e-32b83569d65c?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1523", "Content-Type": "application/json; charset=utf-8", @@ -444,7 +444,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/a7f9d628-111d-4402-ac3e-32b83569d65c?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/a7f9d628-111d-4402-ac3e-32b83569d65c?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -481,7 +481,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/a7f9d628-111d-4402-ac3e-32b83569d65c?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/a7f9d628-111d-4402-ac3e-32b83569d65c?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -517,7 +517,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7393/providers/Microsoft.Network/virtualNetworks/azsmnet5781?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7393/providers/Microsoft.Network/virtualNetworks/azsmnet5781?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -593,7 +593,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7393/providers/Microsoft.Network/virtualNetworks/azsmnet5781/subnets/azsmnet3671?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7393/providers/Microsoft.Network/virtualNetworks/azsmnet5781/subnets/azsmnet3671?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/RouteTableTests/SubnetRouteTableTest[2021-04-01]Async.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/RouteTableTests/SubnetRouteTableTest[2021-04-01]Async.json index 748c15ee557c..00c22b4743f1 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/RouteTableTests/SubnetRouteTableTest[2021-04-01]Async.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/RouteTableTests/SubnetRouteTableTest[2021-04-01]Async.json @@ -336,7 +336,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2858/providers/Microsoft.Network/virtualNetworks/azsmnet5628?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2858/providers/Microsoft.Network/virtualNetworks/azsmnet5628?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -379,7 +379,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/be779ff4-96c3-44c3-abbd-711215989437?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/be779ff4-96c3-44c3-abbd-711215989437?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1523", "Content-Type": "application/json; charset=utf-8", @@ -444,7 +444,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/be779ff4-96c3-44c3-abbd-711215989437?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/be779ff4-96c3-44c3-abbd-711215989437?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -481,7 +481,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/be779ff4-96c3-44c3-abbd-711215989437?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/be779ff4-96c3-44c3-abbd-711215989437?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -517,7 +517,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2858/providers/Microsoft.Network/virtualNetworks/azsmnet5628?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2858/providers/Microsoft.Network/virtualNetworks/azsmnet5628?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -593,7 +593,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2858/providers/Microsoft.Network/virtualNetworks/azsmnet5628/subnets/azsmnet7516?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2858/providers/Microsoft.Network/virtualNetworks/azsmnet5628/subnets/azsmnet7516?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/RouteTests/RoutesApiTest[2018-11-01].json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/RouteTests/RoutesApiTest[2018-11-01].json index dc3ff084fa74..5141a7a99f29 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/RouteTests/RoutesApiTest[2018-11-01].json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/RouteTests/RoutesApiTest[2018-11-01].json @@ -333,7 +333,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1721/providers/Microsoft.Network/routeTables/azsmnet565/routes/azsmnet8755?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1721/providers/Microsoft.Network/routeTables/azsmnet565/routes/azsmnet8755?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -381,7 +381,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1721/providers/Microsoft.Network/routeTables/azsmnet565/routes/azsmnet3858?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1721/providers/Microsoft.Network/routeTables/azsmnet565/routes/azsmnet3858?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -402,7 +402,7 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/588d5571-f62c-4051-852f-c0f54c72a2cc?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/588d5571-f62c-4051-852f-c0f54c72a2cc?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "458", "Content-Type": "application/json; charset=utf-8", @@ -437,7 +437,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/588d5571-f62c-4051-852f-c0f54c72a2cc?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/588d5571-f62c-4051-852f-c0f54c72a2cc?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -474,7 +474,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/588d5571-f62c-4051-852f-c0f54c72a2cc?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/588d5571-f62c-4051-852f-c0f54c72a2cc?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -510,7 +510,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1721/providers/Microsoft.Network/routeTables/azsmnet565/routes/azsmnet3858?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1721/providers/Microsoft.Network/routeTables/azsmnet565/routes/azsmnet3858?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -628,7 +628,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1721/providers/Microsoft.Network/routeTables/azsmnet565/routes/azsmnet3858?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1721/providers/Microsoft.Network/routeTables/azsmnet565/routes/azsmnet3858?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -675,7 +675,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1721/providers/Microsoft.Network/routeTables/azsmnet565/routes?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1721/providers/Microsoft.Network/routeTables/azsmnet565/routes?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -738,7 +738,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1721/providers/Microsoft.Network/routeTables/azsmnet565/routes/azsmnet8755?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1721/providers/Microsoft.Network/routeTables/azsmnet565/routes/azsmnet8755?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -751,12 +751,12 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/f8aeb1f1-e9d9-4487-b3ee-3be332e1af3b?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/f8aeb1f1-e9d9-4487-b3ee-3be332e1af3b?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Tue, 02 Aug 2022 03:34:28 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/f8aeb1f1-e9d9-4487-b3ee-3be332e1af3b?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/f8aeb1f1-e9d9-4487-b3ee-3be332e1af3b?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "2", "Server": [ @@ -775,7 +775,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/f8aeb1f1-e9d9-4487-b3ee-3be332e1af3b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/f8aeb1f1-e9d9-4487-b3ee-3be332e1af3b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -811,7 +811,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1721/providers/Microsoft.Network/routeTables/azsmnet565/routes?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1721/providers/Microsoft.Network/routeTables/azsmnet565/routes?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -861,7 +861,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1721/providers/Microsoft.Network/routeTables/azsmnet565/routes/azsmnet3858?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1721/providers/Microsoft.Network/routeTables/azsmnet565/routes/azsmnet3858?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -874,12 +874,12 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/831ce796-1e44-45c9-b190-c024cd5471d1?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/831ce796-1e44-45c9-b190-c024cd5471d1?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Tue, 02 Aug 2022 03:34:29 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/831ce796-1e44-45c9-b190-c024cd5471d1?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/831ce796-1e44-45c9-b190-c024cd5471d1?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "2", "Server": [ @@ -898,7 +898,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/831ce796-1e44-45c9-b190-c024cd5471d1?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/831ce796-1e44-45c9-b190-c024cd5471d1?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -934,7 +934,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1721/providers/Microsoft.Network/routeTables/azsmnet565/routes?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1721/providers/Microsoft.Network/routeTables/azsmnet565/routes?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/RouteTests/RoutesApiTest[2018-11-01]Async.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/RouteTests/RoutesApiTest[2018-11-01]Async.json index 527cb30e9177..b34ca46c98c5 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/RouteTests/RoutesApiTest[2018-11-01]Async.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/RouteTests/RoutesApiTest[2018-11-01]Async.json @@ -333,7 +333,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7579/providers/Microsoft.Network/routeTables/azsmnet6490/routes/azsmnet9303?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7579/providers/Microsoft.Network/routeTables/azsmnet6490/routes/azsmnet9303?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -381,7 +381,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7579/providers/Microsoft.Network/routeTables/azsmnet6490/routes/azsmnet1620?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7579/providers/Microsoft.Network/routeTables/azsmnet6490/routes/azsmnet1620?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -402,7 +402,7 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/24c15657-b15c-4c9c-9f65-07de5591e3cc?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/24c15657-b15c-4c9c-9f65-07de5591e3cc?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "459", "Content-Type": "application/json; charset=utf-8", @@ -437,7 +437,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/24c15657-b15c-4c9c-9f65-07de5591e3cc?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/24c15657-b15c-4c9c-9f65-07de5591e3cc?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -473,7 +473,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7579/providers/Microsoft.Network/routeTables/azsmnet6490/routes/azsmnet1620?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7579/providers/Microsoft.Network/routeTables/azsmnet6490/routes/azsmnet1620?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -591,7 +591,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7579/providers/Microsoft.Network/routeTables/azsmnet6490/routes/azsmnet1620?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7579/providers/Microsoft.Network/routeTables/azsmnet6490/routes/azsmnet1620?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -638,7 +638,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7579/providers/Microsoft.Network/routeTables/azsmnet6490/routes?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7579/providers/Microsoft.Network/routeTables/azsmnet6490/routes?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -701,7 +701,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7579/providers/Microsoft.Network/routeTables/azsmnet6490/routes/azsmnet9303?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7579/providers/Microsoft.Network/routeTables/azsmnet6490/routes/azsmnet9303?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -714,12 +714,12 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/4eec61e9-20e4-4738-93c8-d9da4aa5f7ea?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/4eec61e9-20e4-4738-93c8-d9da4aa5f7ea?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Tue, 02 Aug 2022 03:35:00 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/4eec61e9-20e4-4738-93c8-d9da4aa5f7ea?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/4eec61e9-20e4-4738-93c8-d9da4aa5f7ea?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "2", "Server": [ @@ -738,7 +738,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/4eec61e9-20e4-4738-93c8-d9da4aa5f7ea?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/4eec61e9-20e4-4738-93c8-d9da4aa5f7ea?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -774,7 +774,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7579/providers/Microsoft.Network/routeTables/azsmnet6490/routes?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7579/providers/Microsoft.Network/routeTables/azsmnet6490/routes?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -824,7 +824,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7579/providers/Microsoft.Network/routeTables/azsmnet6490/routes/azsmnet1620?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7579/providers/Microsoft.Network/routeTables/azsmnet6490/routes/azsmnet1620?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -837,12 +837,12 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/094ca3f6-8f4c-47c9-8c2f-787a26c77859?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/094ca3f6-8f4c-47c9-8c2f-787a26c77859?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Tue, 02 Aug 2022 03:35:00 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/094ca3f6-8f4c-47c9-8c2f-787a26c77859?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/094ca3f6-8f4c-47c9-8c2f-787a26c77859?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "2", "Server": [ @@ -861,7 +861,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/094ca3f6-8f4c-47c9-8c2f-787a26c77859?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/094ca3f6-8f4c-47c9-8c2f-787a26c77859?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -897,7 +897,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7579/providers/Microsoft.Network/routeTables/azsmnet6490/routes?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7579/providers/Microsoft.Network/routeTables/azsmnet6490/routes?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/RouteTests/RoutesApiTest[2021-04-01].json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/RouteTests/RoutesApiTest[2021-04-01].json index 5ec4388f2770..12e7cd965801 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/RouteTests/RoutesApiTest[2021-04-01].json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/RouteTests/RoutesApiTest[2021-04-01].json @@ -336,7 +336,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3425/providers/Microsoft.Network/routeTables/azsmnet5031/routes/azsmnet4001?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3425/providers/Microsoft.Network/routeTables/azsmnet5031/routes/azsmnet4001?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -384,7 +384,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3425/providers/Microsoft.Network/routeTables/azsmnet5031/routes/azsmnet2118?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3425/providers/Microsoft.Network/routeTables/azsmnet5031/routes/azsmnet2118?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -405,7 +405,7 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/0e2d10ed-00e6-4762-b207-e8848f018a57?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/0e2d10ed-00e6-4762-b207-e8848f018a57?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "459", "Content-Type": "application/json; charset=utf-8", @@ -440,7 +440,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/0e2d10ed-00e6-4762-b207-e8848f018a57?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/0e2d10ed-00e6-4762-b207-e8848f018a57?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -476,7 +476,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3425/providers/Microsoft.Network/routeTables/azsmnet5031/routes/azsmnet2118?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3425/providers/Microsoft.Network/routeTables/azsmnet5031/routes/azsmnet2118?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -596,7 +596,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3425/providers/Microsoft.Network/routeTables/azsmnet5031/routes/azsmnet2118?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3425/providers/Microsoft.Network/routeTables/azsmnet5031/routes/azsmnet2118?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -643,7 +643,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3425/providers/Microsoft.Network/routeTables/azsmnet5031/routes?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3425/providers/Microsoft.Network/routeTables/azsmnet5031/routes?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -706,7 +706,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3425/providers/Microsoft.Network/routeTables/azsmnet5031/routes/azsmnet4001?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3425/providers/Microsoft.Network/routeTables/azsmnet5031/routes/azsmnet4001?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -719,12 +719,12 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/be9bac3e-943d-4848-aff7-96ff4d77db0d?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/be9bac3e-943d-4848-aff7-96ff4d77db0d?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Tue, 02 Aug 2022 03:34:44 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/be9bac3e-943d-4848-aff7-96ff4d77db0d?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/be9bac3e-943d-4848-aff7-96ff4d77db0d?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "2", "Server": [ @@ -743,7 +743,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/be9bac3e-943d-4848-aff7-96ff4d77db0d?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/be9bac3e-943d-4848-aff7-96ff4d77db0d?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -779,7 +779,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3425/providers/Microsoft.Network/routeTables/azsmnet5031/routes?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3425/providers/Microsoft.Network/routeTables/azsmnet5031/routes?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -829,7 +829,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3425/providers/Microsoft.Network/routeTables/azsmnet5031/routes/azsmnet2118?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3425/providers/Microsoft.Network/routeTables/azsmnet5031/routes/azsmnet2118?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -842,12 +842,12 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/3ab19d1d-12e4-494e-b720-9a570165792d?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/3ab19d1d-12e4-494e-b720-9a570165792d?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Tue, 02 Aug 2022 03:34:45 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/3ab19d1d-12e4-494e-b720-9a570165792d?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/3ab19d1d-12e4-494e-b720-9a570165792d?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "2", "Server": [ @@ -866,7 +866,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/3ab19d1d-12e4-494e-b720-9a570165792d?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/3ab19d1d-12e4-494e-b720-9a570165792d?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -903,7 +903,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/3ab19d1d-12e4-494e-b720-9a570165792d?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/3ab19d1d-12e4-494e-b720-9a570165792d?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -939,7 +939,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3425/providers/Microsoft.Network/routeTables/azsmnet5031/routes?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3425/providers/Microsoft.Network/routeTables/azsmnet5031/routes?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/RouteTests/RoutesApiTest[2021-04-01]Async.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/RouteTests/RoutesApiTest[2021-04-01]Async.json index ea1f68887bbe..8be4166b1e7c 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/RouteTests/RoutesApiTest[2021-04-01]Async.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/RouteTests/RoutesApiTest[2021-04-01]Async.json @@ -336,7 +336,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4395/providers/Microsoft.Network/routeTables/azsmnet580/routes/azsmnet2895?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4395/providers/Microsoft.Network/routeTables/azsmnet580/routes/azsmnet2895?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -384,7 +384,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4395/providers/Microsoft.Network/routeTables/azsmnet580/routes/azsmnet9292?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4395/providers/Microsoft.Network/routeTables/azsmnet580/routes/azsmnet9292?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -405,7 +405,7 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/8cba76d0-88ce-4275-9ec6-d0a9808a5cdd?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/8cba76d0-88ce-4275-9ec6-d0a9808a5cdd?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "458", "Content-Type": "application/json; charset=utf-8", @@ -440,7 +440,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/8cba76d0-88ce-4275-9ec6-d0a9808a5cdd?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/8cba76d0-88ce-4275-9ec6-d0a9808a5cdd?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -476,7 +476,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4395/providers/Microsoft.Network/routeTables/azsmnet580/routes/azsmnet9292?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4395/providers/Microsoft.Network/routeTables/azsmnet580/routes/azsmnet9292?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -596,7 +596,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4395/providers/Microsoft.Network/routeTables/azsmnet580/routes/azsmnet9292?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4395/providers/Microsoft.Network/routeTables/azsmnet580/routes/azsmnet9292?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -643,7 +643,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4395/providers/Microsoft.Network/routeTables/azsmnet580/routes?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4395/providers/Microsoft.Network/routeTables/azsmnet580/routes?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -706,7 +706,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4395/providers/Microsoft.Network/routeTables/azsmnet580/routes/azsmnet2895?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4395/providers/Microsoft.Network/routeTables/azsmnet580/routes/azsmnet2895?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -719,12 +719,12 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/4c07e084-abd3-4b00-bcec-22bc017fbd2b?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/4c07e084-abd3-4b00-bcec-22bc017fbd2b?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Tue, 02 Aug 2022 03:35:14 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/4c07e084-abd3-4b00-bcec-22bc017fbd2b?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/4c07e084-abd3-4b00-bcec-22bc017fbd2b?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "2", "Server": [ @@ -743,7 +743,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/4c07e084-abd3-4b00-bcec-22bc017fbd2b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/4c07e084-abd3-4b00-bcec-22bc017fbd2b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -779,7 +779,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4395/providers/Microsoft.Network/routeTables/azsmnet580/routes?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4395/providers/Microsoft.Network/routeTables/azsmnet580/routes?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -829,7 +829,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4395/providers/Microsoft.Network/routeTables/azsmnet580/routes/azsmnet9292?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4395/providers/Microsoft.Network/routeTables/azsmnet580/routes/azsmnet9292?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -842,12 +842,12 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/5e3259e8-2712-44a3-adc8-8a539bc5efbd?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/5e3259e8-2712-44a3-adc8-8a539bc5efbd?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Tue, 02 Aug 2022 03:35:16 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/5e3259e8-2712-44a3-adc8-8a539bc5efbd?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/5e3259e8-2712-44a3-adc8-8a539bc5efbd?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "2", "Server": [ @@ -866,7 +866,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/5e3259e8-2712-44a3-adc8-8a539bc5efbd?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/5e3259e8-2712-44a3-adc8-8a539bc5efbd?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -902,7 +902,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4395/providers/Microsoft.Network/routeTables/azsmnet580/routes?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4395/providers/Microsoft.Network/routeTables/azsmnet580/routes?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/RouteTests/RoutesHopTypeTest[2018-11-01].json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/RouteTests/RoutesHopTypeTest[2018-11-01].json index ef5c466e62b9..ebd8b87ab41c 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/RouteTests/RoutesHopTypeTest[2018-11-01].json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/RouteTests/RoutesHopTypeTest[2018-11-01].json @@ -333,7 +333,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7919/providers/Microsoft.Network/routeTables/azsmnet2377/routes/azsmnet5525?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7919/providers/Microsoft.Network/routeTables/azsmnet2377/routes/azsmnet5525?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -354,7 +354,7 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/b5b70d7e-cc34-46c5-a4ff-4ae408fca7df?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/b5b70d7e-cc34-46c5-a4ff-4ae408fca7df?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "459", "Content-Type": "application/json; charset=utf-8", @@ -389,7 +389,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/b5b70d7e-cc34-46c5-a4ff-4ae408fca7df?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/b5b70d7e-cc34-46c5-a4ff-4ae408fca7df?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -425,7 +425,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7919/providers/Microsoft.Network/routeTables/azsmnet2377/routes/azsmnet5525?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7919/providers/Microsoft.Network/routeTables/azsmnet2377/routes/azsmnet5525?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -471,7 +471,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7919/providers/Microsoft.Network/routeTables/azsmnet2377/routes/azsmnet1568?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7919/providers/Microsoft.Network/routeTables/azsmnet2377/routes/azsmnet1568?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -492,7 +492,7 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/6049aed9-3a3f-49e0-a249-d19c26e0b9cb?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/6049aed9-3a3f-49e0-a249-d19c26e0b9cb?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "456", "Content-Type": "application/json; charset=utf-8", @@ -527,7 +527,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/6049aed9-3a3f-49e0-a249-d19c26e0b9cb?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/6049aed9-3a3f-49e0-a249-d19c26e0b9cb?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -563,7 +563,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7919/providers/Microsoft.Network/routeTables/azsmnet2377/routes/azsmnet1568?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7919/providers/Microsoft.Network/routeTables/azsmnet2377/routes/azsmnet1568?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -609,7 +609,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7919/providers/Microsoft.Network/routeTables/azsmnet2377/routes/azsmnet2992?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7919/providers/Microsoft.Network/routeTables/azsmnet2377/routes/azsmnet2992?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -630,7 +630,7 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/c54a9135-51f3-49c4-94fd-3e5cc3a159fc?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/c54a9135-51f3-49c4-94fd-3e5cc3a159fc?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "454", "Content-Type": "application/json; charset=utf-8", @@ -665,7 +665,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/c54a9135-51f3-49c4-94fd-3e5cc3a159fc?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/c54a9135-51f3-49c4-94fd-3e5cc3a159fc?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -701,7 +701,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7919/providers/Microsoft.Network/routeTables/azsmnet2377/routes/azsmnet2992?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7919/providers/Microsoft.Network/routeTables/azsmnet2377/routes/azsmnet2992?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/RouteTests/RoutesHopTypeTest[2018-11-01]Async.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/RouteTests/RoutesHopTypeTest[2018-11-01]Async.json index 92dfaa78cfee..0096ff984ab7 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/RouteTests/RoutesHopTypeTest[2018-11-01]Async.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/RouteTests/RoutesHopTypeTest[2018-11-01]Async.json @@ -333,7 +333,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6447/providers/Microsoft.Network/routeTables/azsmnet6432/routes/azsmnet5248?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6447/providers/Microsoft.Network/routeTables/azsmnet6432/routes/azsmnet5248?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -354,7 +354,7 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/9e75ebcd-fbb3-4256-a79a-2a42ca9dc4ae?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/9e75ebcd-fbb3-4256-a79a-2a42ca9dc4ae?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "459", "Content-Type": "application/json; charset=utf-8", @@ -389,7 +389,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/9e75ebcd-fbb3-4256-a79a-2a42ca9dc4ae?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/9e75ebcd-fbb3-4256-a79a-2a42ca9dc4ae?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -425,7 +425,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6447/providers/Microsoft.Network/routeTables/azsmnet6432/routes/azsmnet5248?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6447/providers/Microsoft.Network/routeTables/azsmnet6432/routes/azsmnet5248?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -471,7 +471,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6447/providers/Microsoft.Network/routeTables/azsmnet6432/routes/azsmnet278?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6447/providers/Microsoft.Network/routeTables/azsmnet6432/routes/azsmnet278?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -492,7 +492,7 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/e7d1c327-ff9a-4979-815a-a832cd804285?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/e7d1c327-ff9a-4979-815a-a832cd804285?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "454", "Content-Type": "application/json; charset=utf-8", @@ -527,7 +527,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/e7d1c327-ff9a-4979-815a-a832cd804285?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/e7d1c327-ff9a-4979-815a-a832cd804285?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -563,7 +563,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6447/providers/Microsoft.Network/routeTables/azsmnet6432/routes/azsmnet278?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6447/providers/Microsoft.Network/routeTables/azsmnet6432/routes/azsmnet278?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -609,7 +609,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6447/providers/Microsoft.Network/routeTables/azsmnet6432/routes/azsmnet5705?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6447/providers/Microsoft.Network/routeTables/azsmnet6432/routes/azsmnet5705?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -630,7 +630,7 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/eb705a6a-9620-4ea9-a5bf-e63bb13d9b4f?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/eb705a6a-9620-4ea9-a5bf-e63bb13d9b4f?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "454", "Content-Type": "application/json; charset=utf-8", @@ -665,7 +665,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/eb705a6a-9620-4ea9-a5bf-e63bb13d9b4f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/eb705a6a-9620-4ea9-a5bf-e63bb13d9b4f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -701,7 +701,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6447/providers/Microsoft.Network/routeTables/azsmnet6432/routes/azsmnet5705?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6447/providers/Microsoft.Network/routeTables/azsmnet6432/routes/azsmnet5705?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/RouteTests/RoutesHopTypeTest[2021-04-01].json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/RouteTests/RoutesHopTypeTest[2021-04-01].json index 8e6b8bb9152f..e364e3aaacbe 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/RouteTests/RoutesHopTypeTest[2021-04-01].json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/RouteTests/RoutesHopTypeTest[2021-04-01].json @@ -336,7 +336,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1909/providers/Microsoft.Network/routeTables/azsmnet5459/routes/azsmnet2932?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1909/providers/Microsoft.Network/routeTables/azsmnet5459/routes/azsmnet2932?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -357,7 +357,7 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/8ed67bc9-6a7c-48be-a745-6fb3c2aaa9f8?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/8ed67bc9-6a7c-48be-a745-6fb3c2aaa9f8?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "459", "Content-Type": "application/json; charset=utf-8", @@ -392,7 +392,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/8ed67bc9-6a7c-48be-a745-6fb3c2aaa9f8?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/8ed67bc9-6a7c-48be-a745-6fb3c2aaa9f8?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -428,7 +428,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1909/providers/Microsoft.Network/routeTables/azsmnet5459/routes/azsmnet2932?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1909/providers/Microsoft.Network/routeTables/azsmnet5459/routes/azsmnet2932?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -474,7 +474,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1909/providers/Microsoft.Network/routeTables/azsmnet5459/routes/azsmnet9844?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1909/providers/Microsoft.Network/routeTables/azsmnet5459/routes/azsmnet9844?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -495,7 +495,7 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ddf389d5-adbb-49ef-8228-11f7bc08ace5?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ddf389d5-adbb-49ef-8228-11f7bc08ace5?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "456", "Content-Type": "application/json; charset=utf-8", @@ -530,7 +530,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ddf389d5-adbb-49ef-8228-11f7bc08ace5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/ddf389d5-adbb-49ef-8228-11f7bc08ace5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -566,7 +566,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1909/providers/Microsoft.Network/routeTables/azsmnet5459/routes/azsmnet9844?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1909/providers/Microsoft.Network/routeTables/azsmnet5459/routes/azsmnet9844?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -612,7 +612,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1909/providers/Microsoft.Network/routeTables/azsmnet5459/routes/azsmnet3276?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1909/providers/Microsoft.Network/routeTables/azsmnet5459/routes/azsmnet3276?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -633,7 +633,7 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/53e3d738-83b9-4e7d-b3af-4fc0970f0a70?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/53e3d738-83b9-4e7d-b3af-4fc0970f0a70?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "454", "Content-Type": "application/json; charset=utf-8", @@ -668,7 +668,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/53e3d738-83b9-4e7d-b3af-4fc0970f0a70?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/53e3d738-83b9-4e7d-b3af-4fc0970f0a70?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -704,7 +704,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1909/providers/Microsoft.Network/routeTables/azsmnet5459/routes/azsmnet3276?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1909/providers/Microsoft.Network/routeTables/azsmnet5459/routes/azsmnet3276?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/RouteTests/RoutesHopTypeTest[2021-04-01]Async.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/RouteTests/RoutesHopTypeTest[2021-04-01]Async.json index 6d597f105179..8c4672a6ec0f 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/RouteTests/RoutesHopTypeTest[2021-04-01]Async.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/RouteTests/RoutesHopTypeTest[2021-04-01]Async.json @@ -336,7 +336,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2866/providers/Microsoft.Network/routeTables/azsmnet9742/routes/azsmnet1723?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2866/providers/Microsoft.Network/routeTables/azsmnet9742/routes/azsmnet1723?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -357,7 +357,7 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/134fa693-d6cb-4357-aa43-eaaa4030ec64?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/134fa693-d6cb-4357-aa43-eaaa4030ec64?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "459", "Content-Type": "application/json; charset=utf-8", @@ -392,7 +392,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/134fa693-d6cb-4357-aa43-eaaa4030ec64?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/134fa693-d6cb-4357-aa43-eaaa4030ec64?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -428,7 +428,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2866/providers/Microsoft.Network/routeTables/azsmnet9742/routes/azsmnet1723?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2866/providers/Microsoft.Network/routeTables/azsmnet9742/routes/azsmnet1723?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -474,7 +474,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2866/providers/Microsoft.Network/routeTables/azsmnet9742/routes/azsmnet5077?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2866/providers/Microsoft.Network/routeTables/azsmnet9742/routes/azsmnet5077?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -495,7 +495,7 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/07820f08-1f0c-4546-abae-1b1d9b00c955?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/07820f08-1f0c-4546-abae-1b1d9b00c955?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "456", "Content-Type": "application/json; charset=utf-8", @@ -530,7 +530,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/07820f08-1f0c-4546-abae-1b1d9b00c955?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/07820f08-1f0c-4546-abae-1b1d9b00c955?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -566,7 +566,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2866/providers/Microsoft.Network/routeTables/azsmnet9742/routes/azsmnet5077?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2866/providers/Microsoft.Network/routeTables/azsmnet9742/routes/azsmnet5077?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -612,7 +612,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2866/providers/Microsoft.Network/routeTables/azsmnet9742/routes/azsmnet608?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2866/providers/Microsoft.Network/routeTables/azsmnet9742/routes/azsmnet608?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -633,7 +633,7 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/d6d5a5b9-a7a4-4e08-b0d7-abf808f80e13?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/d6d5a5b9-a7a4-4e08-b0d7-abf808f80e13?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "452", "Content-Type": "application/json; charset=utf-8", @@ -668,7 +668,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/d6d5a5b9-a7a4-4e08-b0d7-abf808f80e13?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/d6d5a5b9-a7a4-4e08-b0d7-abf808f80e13?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -704,7 +704,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2866/providers/Microsoft.Network/routeTables/azsmnet9742/routes/azsmnet608?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2866/providers/Microsoft.Network/routeTables/azsmnet9742/routes/azsmnet608?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/SecurityRuleTests/SecurityRuleWithRulesApiTest[2018-11-01].json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/SecurityRuleTests/SecurityRuleWithRulesApiTest[2018-11-01].json index c5af8444d8b5..2233936c8545 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/SecurityRuleTests/SecurityRuleWithRulesApiTest[2018-11-01].json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/SecurityRuleTests/SecurityRuleWithRulesApiTest[2018-11-01].json @@ -97,7 +97,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3408/providers/Microsoft.Network/networkSecurityGroups/azsmnet765?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3408/providers/Microsoft.Network/networkSecurityGroups/azsmnet765?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -133,7 +133,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/dea644e4-869a-414e-b608-cedc50f8a846?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/dea644e4-869a-414e-b608-cedc50f8a846?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "7463", "Content-Type": "application/json; charset=utf-8", @@ -325,7 +325,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/dea644e4-869a-414e-b608-cedc50f8a846?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/dea644e4-869a-414e-b608-cedc50f8a846?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -361,7 +361,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3408/providers/Microsoft.Network/networkSecurityGroups/azsmnet765?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3408/providers/Microsoft.Network/networkSecurityGroups/azsmnet765?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -564,7 +564,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3408/providers/Microsoft.Network/networkSecurityGroups/azsmnet765?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3408/providers/Microsoft.Network/networkSecurityGroups/azsmnet765?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -990,7 +990,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3408/providers/Microsoft.Network/networkSecurityGroups/azsmnet765?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3408/providers/Microsoft.Network/networkSecurityGroups/azsmnet765?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1488,7 +1488,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3408/providers/Microsoft.Network/networkSecurityGroups/azsmnet765?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3408/providers/Microsoft.Network/networkSecurityGroups/azsmnet765?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1502,12 +1502,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/42793ebb-c008-4815-a2a3-a5be00d29429?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/42793ebb-c008-4815-a2a3-a5be00d29429?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Tue, 02 Aug 2022 03:42:01 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/42793ebb-c008-4815-a2a3-a5be00d29429?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/42793ebb-c008-4815-a2a3-a5be00d29429?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -1526,7 +1526,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/42793ebb-c008-4815-a2a3-a5be00d29429?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/42793ebb-c008-4815-a2a3-a5be00d29429?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1562,7 +1562,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3408/providers/Microsoft.Network/networkSecurityGroups?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3408/providers/Microsoft.Network/networkSecurityGroups?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/SecurityRuleTests/SecurityRuleWithRulesApiTest[2018-11-01]Async.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/SecurityRuleTests/SecurityRuleWithRulesApiTest[2018-11-01]Async.json index d43795629cc0..361e6508a1ee 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/SecurityRuleTests/SecurityRuleWithRulesApiTest[2018-11-01]Async.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/SecurityRuleTests/SecurityRuleWithRulesApiTest[2018-11-01]Async.json @@ -97,7 +97,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2611/providers/Microsoft.Network/networkSecurityGroups/azsmnet6268?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2611/providers/Microsoft.Network/networkSecurityGroups/azsmnet6268?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -133,7 +133,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/3e23b3ba-afad-4817-8aac-d30f908f9380?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/3e23b3ba-afad-4817-8aac-d30f908f9380?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "7472", "Content-Type": "application/json; charset=utf-8", @@ -325,7 +325,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/3e23b3ba-afad-4817-8aac-d30f908f9380?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/3e23b3ba-afad-4817-8aac-d30f908f9380?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -361,7 +361,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2611/providers/Microsoft.Network/networkSecurityGroups/azsmnet6268?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2611/providers/Microsoft.Network/networkSecurityGroups/azsmnet6268?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -564,7 +564,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2611/providers/Microsoft.Network/networkSecurityGroups/azsmnet6268?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2611/providers/Microsoft.Network/networkSecurityGroups/azsmnet6268?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -990,7 +990,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2611/providers/Microsoft.Network/networkSecurityGroups/azsmnet6268?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2611/providers/Microsoft.Network/networkSecurityGroups/azsmnet6268?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1488,7 +1488,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2611/providers/Microsoft.Network/networkSecurityGroups/azsmnet6268?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2611/providers/Microsoft.Network/networkSecurityGroups/azsmnet6268?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1502,12 +1502,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/81cf86a2-4f83-4b5c-bd17-52ea299748b6?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/81cf86a2-4f83-4b5c-bd17-52ea299748b6?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Tue, 02 Aug 2022 03:42:14 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/81cf86a2-4f83-4b5c-bd17-52ea299748b6?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/81cf86a2-4f83-4b5c-bd17-52ea299748b6?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -1526,7 +1526,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/81cf86a2-4f83-4b5c-bd17-52ea299748b6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/81cf86a2-4f83-4b5c-bd17-52ea299748b6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1562,7 +1562,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2611/providers/Microsoft.Network/networkSecurityGroups?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2611/providers/Microsoft.Network/networkSecurityGroups?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/SecurityRuleTests/SecurityRuleWithRulesApiTest[2021-04-01].json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/SecurityRuleTests/SecurityRuleWithRulesApiTest[2021-04-01].json index c331cea06e2c..5e4efbd12614 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/SecurityRuleTests/SecurityRuleWithRulesApiTest[2021-04-01].json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/SecurityRuleTests/SecurityRuleWithRulesApiTest[2021-04-01].json @@ -97,7 +97,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9457/providers/Microsoft.Network/networkSecurityGroups/azsmnet4576?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9457/providers/Microsoft.Network/networkSecurityGroups/azsmnet4576?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -133,7 +133,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/53df39e1-4959-4ca0-906c-18b4491c7a19?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/53df39e1-4959-4ca0-906c-18b4491c7a19?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "7472", "Content-Type": "application/json; charset=utf-8", @@ -325,7 +325,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/53df39e1-4959-4ca0-906c-18b4491c7a19?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/53df39e1-4959-4ca0-906c-18b4491c7a19?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -361,7 +361,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9457/providers/Microsoft.Network/networkSecurityGroups/azsmnet4576?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9457/providers/Microsoft.Network/networkSecurityGroups/azsmnet4576?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -564,7 +564,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9457/providers/Microsoft.Network/networkSecurityGroups/azsmnet4576?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9457/providers/Microsoft.Network/networkSecurityGroups/azsmnet4576?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -990,7 +990,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9457/providers/Microsoft.Network/networkSecurityGroups/azsmnet4576?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9457/providers/Microsoft.Network/networkSecurityGroups/azsmnet4576?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1488,7 +1488,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9457/providers/Microsoft.Network/networkSecurityGroups/azsmnet4576?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9457/providers/Microsoft.Network/networkSecurityGroups/azsmnet4576?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1502,12 +1502,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/89b5f515-1e00-4b4b-a180-e940973c05ff?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/89b5f515-1e00-4b4b-a180-e940973c05ff?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Tue, 02 Aug 2022 03:42:08 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/89b5f515-1e00-4b4b-a180-e940973c05ff?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/89b5f515-1e00-4b4b-a180-e940973c05ff?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -1526,7 +1526,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/89b5f515-1e00-4b4b-a180-e940973c05ff?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/89b5f515-1e00-4b4b-a180-e940973c05ff?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1562,7 +1562,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9457/providers/Microsoft.Network/networkSecurityGroups?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9457/providers/Microsoft.Network/networkSecurityGroups?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/SecurityRuleTests/SecurityRuleWithRulesApiTest[2021-04-01]Async.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/SecurityRuleTests/SecurityRuleWithRulesApiTest[2021-04-01]Async.json index af1b64322362..54b0f4b077a5 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/SecurityRuleTests/SecurityRuleWithRulesApiTest[2021-04-01]Async.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/SecurityRuleTests/SecurityRuleWithRulesApiTest[2021-04-01]Async.json @@ -97,7 +97,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4779/providers/Microsoft.Network/networkSecurityGroups/azsmnet2985?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4779/providers/Microsoft.Network/networkSecurityGroups/azsmnet2985?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -133,7 +133,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/3075e9f4-d1a4-4329-b03a-b27ef153f815?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/3075e9f4-d1a4-4329-b03a-b27ef153f815?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "7472", "Content-Type": "application/json; charset=utf-8", @@ -325,7 +325,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/3075e9f4-d1a4-4329-b03a-b27ef153f815?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/3075e9f4-d1a4-4329-b03a-b27ef153f815?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -361,7 +361,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4779/providers/Microsoft.Network/networkSecurityGroups/azsmnet2985?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4779/providers/Microsoft.Network/networkSecurityGroups/azsmnet2985?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -564,7 +564,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4779/providers/Microsoft.Network/networkSecurityGroups/azsmnet2985?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4779/providers/Microsoft.Network/networkSecurityGroups/azsmnet2985?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -990,7 +990,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4779/providers/Microsoft.Network/networkSecurityGroups/azsmnet2985?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4779/providers/Microsoft.Network/networkSecurityGroups/azsmnet2985?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1488,7 +1488,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4779/providers/Microsoft.Network/networkSecurityGroups/azsmnet2985?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4779/providers/Microsoft.Network/networkSecurityGroups/azsmnet2985?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1502,12 +1502,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/b1a9c2a4-68f9-4649-97c0-8cec8bd1bc66?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/b1a9c2a4-68f9-4649-97c0-8cec8bd1bc66?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Tue, 02 Aug 2022 03:42:20 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/b1a9c2a4-68f9-4649-97c0-8cec8bd1bc66?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/b1a9c2a4-68f9-4649-97c0-8cec8bd1bc66?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -1526,7 +1526,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/b1a9c2a4-68f9-4649-97c0-8cec8bd1bc66?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/b1a9c2a4-68f9-4649-97c0-8cec8bd1bc66?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1562,7 +1562,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4779/providers/Microsoft.Network/networkSecurityGroups?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4779/providers/Microsoft.Network/networkSecurityGroups?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/SubnetTests/ExpandResourceTest[2018-11-01].json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/SubnetTests/ExpandResourceTest[2018-11-01].json index 803e06445e57..27f2dbc1c687 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/SubnetTests/ExpandResourceTest[2018-11-01].json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/SubnetTests/ExpandResourceTest[2018-11-01].json @@ -97,7 +97,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4349/providers/Microsoft.Network/virtualNetworks/azsmnet9504?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4349/providers/Microsoft.Network/virtualNetworks/azsmnet9504?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -136,7 +136,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/b1fded51-a164-4e55-9cb5-08a8a4b34fb3?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/b1fded51-a164-4e55-9cb5-08a8a4b34fb3?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1332", "Content-Type": "application/json; charset=utf-8", @@ -198,7 +198,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/b1fded51-a164-4e55-9cb5-08a8a4b34fb3?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/b1fded51-a164-4e55-9cb5-08a8a4b34fb3?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -235,7 +235,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/b1fded51-a164-4e55-9cb5-08a8a4b34fb3?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/b1fded51-a164-4e55-9cb5-08a8a4b34fb3?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -271,7 +271,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4349/providers/Microsoft.Network/virtualNetworks/azsmnet9504?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4349/providers/Microsoft.Network/virtualNetworks/azsmnet9504?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -344,7 +344,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4349/providers/Microsoft.Network/virtualNetworks/azsmnet9504?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4349/providers/Microsoft.Network/virtualNetworks/azsmnet9504?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -418,7 +418,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4349/providers/Microsoft.Network/virtualNetworks/azsmnet9504?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4349/providers/Microsoft.Network/virtualNetworks/azsmnet9504?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/SubnetTests/ExpandResourceTest[2018-11-01]Async.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/SubnetTests/ExpandResourceTest[2018-11-01]Async.json index c7db26902524..bc0d556ec1d3 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/SubnetTests/ExpandResourceTest[2018-11-01]Async.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/SubnetTests/ExpandResourceTest[2018-11-01]Async.json @@ -97,7 +97,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4940/providers/Microsoft.Network/virtualNetworks/azsmnet2548?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4940/providers/Microsoft.Network/virtualNetworks/azsmnet2548?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -136,7 +136,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/8eaa7f58-e8f1-44a8-bfcb-413d3ff0edc5?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/8eaa7f58-e8f1-44a8-bfcb-413d3ff0edc5?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1332", "Content-Type": "application/json; charset=utf-8", @@ -198,7 +198,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/8eaa7f58-e8f1-44a8-bfcb-413d3ff0edc5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/8eaa7f58-e8f1-44a8-bfcb-413d3ff0edc5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -235,7 +235,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/8eaa7f58-e8f1-44a8-bfcb-413d3ff0edc5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/8eaa7f58-e8f1-44a8-bfcb-413d3ff0edc5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -271,7 +271,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4940/providers/Microsoft.Network/virtualNetworks/azsmnet2548?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4940/providers/Microsoft.Network/virtualNetworks/azsmnet2548?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -344,7 +344,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4940/providers/Microsoft.Network/virtualNetworks/azsmnet2548?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4940/providers/Microsoft.Network/virtualNetworks/azsmnet2548?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -418,7 +418,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4940/providers/Microsoft.Network/virtualNetworks/azsmnet2548?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4940/providers/Microsoft.Network/virtualNetworks/azsmnet2548?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/SubnetTests/ExpandResourceTest[2021-04-01].json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/SubnetTests/ExpandResourceTest[2021-04-01].json index 4cdae1a14503..1b2161842458 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/SubnetTests/ExpandResourceTest[2021-04-01].json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/SubnetTests/ExpandResourceTest[2021-04-01].json @@ -97,7 +97,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3768/providers/Microsoft.Network/virtualNetworks/azsmnet5300?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3768/providers/Microsoft.Network/virtualNetworks/azsmnet5300?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -136,7 +136,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/2311b2b9-d307-4d3f-98f4-f4baee4ad879?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/2311b2b9-d307-4d3f-98f4-f4baee4ad879?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1332", "Content-Type": "application/json; charset=utf-8", @@ -198,7 +198,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/2311b2b9-d307-4d3f-98f4-f4baee4ad879?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/2311b2b9-d307-4d3f-98f4-f4baee4ad879?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -235,7 +235,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/2311b2b9-d307-4d3f-98f4-f4baee4ad879?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/2311b2b9-d307-4d3f-98f4-f4baee4ad879?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -271,7 +271,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3768/providers/Microsoft.Network/virtualNetworks/azsmnet5300?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3768/providers/Microsoft.Network/virtualNetworks/azsmnet5300?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -344,7 +344,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3768/providers/Microsoft.Network/virtualNetworks/azsmnet5300?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3768/providers/Microsoft.Network/virtualNetworks/azsmnet5300?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -418,7 +418,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3768/providers/Microsoft.Network/virtualNetworks/azsmnet5300?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3768/providers/Microsoft.Network/virtualNetworks/azsmnet5300?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/SubnetTests/ExpandResourceTest[2021-04-01]Async.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/SubnetTests/ExpandResourceTest[2021-04-01]Async.json index dcbf725efa9d..67376e9f9a03 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/SubnetTests/ExpandResourceTest[2021-04-01]Async.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/SubnetTests/ExpandResourceTest[2021-04-01]Async.json @@ -97,7 +97,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3949/providers/Microsoft.Network/virtualNetworks/azsmnet1930?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3949/providers/Microsoft.Network/virtualNetworks/azsmnet1930?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -136,7 +136,7 @@ "StatusCode": 201, "ResponseHeaders": { "azure-asyncnotification": "Enabled", - "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/e0c0744d-7f3c-4fb1-ae91-b608b628c725?api-version=2021-02-01", + "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/e0c0744d-7f3c-4fb1-ae91-b608b628c725?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1332", "Content-Type": "application/json; charset=utf-8", @@ -198,7 +198,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/e0c0744d-7f3c-4fb1-ae91-b608b628c725?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/e0c0744d-7f3c-4fb1-ae91-b608b628c725?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -235,7 +235,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/e0c0744d-7f3c-4fb1-ae91-b608b628c725?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/e0c0744d-7f3c-4fb1-ae91-b608b628c725?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -271,7 +271,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3949/providers/Microsoft.Network/virtualNetworks/azsmnet1930?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3949/providers/Microsoft.Network/virtualNetworks/azsmnet1930?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -344,7 +344,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3949/providers/Microsoft.Network/virtualNetworks/azsmnet1930?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3949/providers/Microsoft.Network/virtualNetworks/azsmnet1930?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -418,7 +418,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3949/providers/Microsoft.Network/virtualNetworks/azsmnet1930?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3949/providers/Microsoft.Network/virtualNetworks/azsmnet1930?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/SubnetTests/SubnetApiTest[2018-11-01].json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/SubnetTests/SubnetApiTest[2018-11-01].json index caf68b7ef1a2..655b804700c0 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/SubnetTests/SubnetApiTest[2018-11-01].json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/SubnetTests/SubnetApiTest[2018-11-01].json @@ -97,7 +97,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2569/providers/Microsoft.Network/virtualNetworks/azsmnet8424?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2569/providers/Microsoft.Network/virtualNetworks/azsmnet8424?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -136,7 +136,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/fc85e8eb-d6a7-4a87-a5ed-3c05385da0fb?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/fc85e8eb-d6a7-4a87-a5ed-3c05385da0fb?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1332", "Content-Type": "application/json; charset=utf-8", @@ -198,7 +198,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/fc85e8eb-d6a7-4a87-a5ed-3c05385da0fb?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/fc85e8eb-d6a7-4a87-a5ed-3c05385da0fb?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -235,7 +235,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/fc85e8eb-d6a7-4a87-a5ed-3c05385da0fb?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/fc85e8eb-d6a7-4a87-a5ed-3c05385da0fb?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -271,7 +271,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2569/providers/Microsoft.Network/virtualNetworks/azsmnet8424?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2569/providers/Microsoft.Network/virtualNetworks/azsmnet8424?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -516,7 +516,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2569/providers/Microsoft.Network/virtualNetworks/azsmnet8424?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg2569/providers/Microsoft.Network/virtualNetworks/azsmnet8424?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/SubnetTests/SubnetApiTest[2018-11-01]Async.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/SubnetTests/SubnetApiTest[2018-11-01]Async.json index c73bc587f021..021ea2282e4d 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/SubnetTests/SubnetApiTest[2018-11-01]Async.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/SubnetTests/SubnetApiTest[2018-11-01]Async.json @@ -97,7 +97,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5391/providers/Microsoft.Network/virtualNetworks/azsmnet9215?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5391/providers/Microsoft.Network/virtualNetworks/azsmnet9215?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -136,7 +136,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/4ca5be17-aab2-4cf2-b05e-a0efe298c23d?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/4ca5be17-aab2-4cf2-b05e-a0efe298c23d?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1332", "Content-Type": "application/json; charset=utf-8", @@ -198,7 +198,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/4ca5be17-aab2-4cf2-b05e-a0efe298c23d?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/4ca5be17-aab2-4cf2-b05e-a0efe298c23d?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -235,7 +235,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/4ca5be17-aab2-4cf2-b05e-a0efe298c23d?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/4ca5be17-aab2-4cf2-b05e-a0efe298c23d?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -271,7 +271,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5391/providers/Microsoft.Network/virtualNetworks/azsmnet9215?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5391/providers/Microsoft.Network/virtualNetworks/azsmnet9215?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -516,7 +516,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5391/providers/Microsoft.Network/virtualNetworks/azsmnet9215?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5391/providers/Microsoft.Network/virtualNetworks/azsmnet9215?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/SubnetTests/SubnetApiTest[2021-04-01].json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/SubnetTests/SubnetApiTest[2021-04-01].json index 3f4b0b3f2640..ae44ec022ede 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/SubnetTests/SubnetApiTest[2021-04-01].json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/SubnetTests/SubnetApiTest[2021-04-01].json @@ -97,7 +97,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9879/providers/Microsoft.Network/virtualNetworks/azsmnet6985?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9879/providers/Microsoft.Network/virtualNetworks/azsmnet6985?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -136,7 +136,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/0b76417c-9314-440d-9028-a985d0199a2b?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/0b76417c-9314-440d-9028-a985d0199a2b?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1332", "Content-Type": "application/json; charset=utf-8", @@ -198,7 +198,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/0b76417c-9314-440d-9028-a985d0199a2b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/0b76417c-9314-440d-9028-a985d0199a2b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -235,7 +235,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/0b76417c-9314-440d-9028-a985d0199a2b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/0b76417c-9314-440d-9028-a985d0199a2b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -271,7 +271,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9879/providers/Microsoft.Network/virtualNetworks/azsmnet6985?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9879/providers/Microsoft.Network/virtualNetworks/azsmnet6985?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -520,7 +520,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9879/providers/Microsoft.Network/virtualNetworks/azsmnet6985?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9879/providers/Microsoft.Network/virtualNetworks/azsmnet6985?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/SubnetTests/SubnetApiTest[2021-04-01]Async.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/SubnetTests/SubnetApiTest[2021-04-01]Async.json index 5d8eb07758c8..e5e9bd7efc3f 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/SubnetTests/SubnetApiTest[2021-04-01]Async.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/SubnetTests/SubnetApiTest[2021-04-01]Async.json @@ -97,7 +97,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4760/providers/Microsoft.Network/virtualNetworks/azsmnet5444?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4760/providers/Microsoft.Network/virtualNetworks/azsmnet5444?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -136,7 +136,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/9efefa08-a686-49ee-9078-843acef04089?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/9efefa08-a686-49ee-9078-843acef04089?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1332", "Content-Type": "application/json; charset=utf-8", @@ -198,7 +198,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/9efefa08-a686-49ee-9078-843acef04089?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/9efefa08-a686-49ee-9078-843acef04089?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -235,7 +235,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/9efefa08-a686-49ee-9078-843acef04089?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/9efefa08-a686-49ee-9078-843acef04089?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -271,7 +271,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4760/providers/Microsoft.Network/virtualNetworks/azsmnet5444?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4760/providers/Microsoft.Network/virtualNetworks/azsmnet5444?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -520,7 +520,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4760/providers/Microsoft.Network/virtualNetworks/azsmnet5444?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4760/providers/Microsoft.Network/virtualNetworks/azsmnet5444?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/UsageTests/UsageTest[2018-11-01].json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/UsageTests/UsageTest[2018-11-01].json index d275bda8f0cf..ea1b5d207c27 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/UsageTests/UsageTest[2018-11-01].json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/UsageTests/UsageTest[2018-11-01].json @@ -97,7 +97,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6926/providers/Microsoft.Network/networkSecurityGroups/azsmnet7046?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6926/providers/Microsoft.Network/networkSecurityGroups/azsmnet7046?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -116,7 +116,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/78b13201-b333-4ae0-afa9-3fd3124946b4?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/78b13201-b333-4ae0-afa9-3fd3124946b4?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "6519", "Content-Type": "application/json; charset=utf-8", @@ -285,7 +285,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/78b13201-b333-4ae0-afa9-3fd3124946b4?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/78b13201-b333-4ae0-afa9-3fd3124946b4?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -321,7 +321,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6926/providers/Microsoft.Network/networkSecurityGroups/azsmnet7046?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6926/providers/Microsoft.Network/networkSecurityGroups/azsmnet7046?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -501,7 +501,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6926/providers/Microsoft.Network/networkSecurityGroups/azsmnet7046?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg6926/providers/Microsoft.Network/networkSecurityGroups/azsmnet7046?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -682,7 +682,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/usages?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/usages?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/UsageTests/UsageTest[2018-11-01]Async.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/UsageTests/UsageTest[2018-11-01]Async.json index 0c2ab959a82a..df804d5f2774 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/UsageTests/UsageTest[2018-11-01]Async.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/UsageTests/UsageTest[2018-11-01]Async.json @@ -97,7 +97,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5910/providers/Microsoft.Network/networkSecurityGroups/azsmnet1977?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5910/providers/Microsoft.Network/networkSecurityGroups/azsmnet1977?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -116,7 +116,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/62b68bd2-1e2a-4faa-90e8-18d31121bfe7?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/62b68bd2-1e2a-4faa-90e8-18d31121bfe7?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "6519", "Content-Type": "application/json; charset=utf-8", @@ -285,7 +285,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/62b68bd2-1e2a-4faa-90e8-18d31121bfe7?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/62b68bd2-1e2a-4faa-90e8-18d31121bfe7?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -321,7 +321,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5910/providers/Microsoft.Network/networkSecurityGroups/azsmnet1977?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5910/providers/Microsoft.Network/networkSecurityGroups/azsmnet1977?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -501,7 +501,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5910/providers/Microsoft.Network/networkSecurityGroups/azsmnet1977?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg5910/providers/Microsoft.Network/networkSecurityGroups/azsmnet1977?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -682,7 +682,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/usages?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/usages?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/UsageTests/UsageTest[2021-04-01].json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/UsageTests/UsageTest[2021-04-01].json index 7330c847c250..57240e0fff18 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/UsageTests/UsageTest[2021-04-01].json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/UsageTests/UsageTest[2021-04-01].json @@ -97,7 +97,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3963/providers/Microsoft.Network/networkSecurityGroups/azsmnet5031?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3963/providers/Microsoft.Network/networkSecurityGroups/azsmnet5031?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -116,7 +116,7 @@ "StatusCode": 201, "ResponseHeaders": { "azure-asyncnotification": "Enabled", - "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/9d1f7331-31a0-4001-900c-c6b38f51ee9f?api-version=2021-02-01", + "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/9d1f7331-31a0-4001-900c-c6b38f51ee9f?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "6519", "Content-Type": "application/json; charset=utf-8", @@ -285,7 +285,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/9d1f7331-31a0-4001-900c-c6b38f51ee9f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/9d1f7331-31a0-4001-900c-c6b38f51ee9f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -321,7 +321,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3963/providers/Microsoft.Network/networkSecurityGroups/azsmnet5031?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3963/providers/Microsoft.Network/networkSecurityGroups/azsmnet5031?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -501,7 +501,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3963/providers/Microsoft.Network/networkSecurityGroups/azsmnet5031?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3963/providers/Microsoft.Network/networkSecurityGroups/azsmnet5031?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -682,7 +682,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/usages?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/usages?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/UsageTests/UsageTest[2021-04-01]Async.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/UsageTests/UsageTest[2021-04-01]Async.json index fb2a49ca8622..ca25db5bcb23 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/UsageTests/UsageTest[2021-04-01]Async.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/UsageTests/UsageTest[2021-04-01]Async.json @@ -97,7 +97,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7914/providers/Microsoft.Network/networkSecurityGroups/azsmnet9189?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7914/providers/Microsoft.Network/networkSecurityGroups/azsmnet9189?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -116,7 +116,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/33b13dc9-e10c-4bf2-93bb-c6bb236b2107?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/33b13dc9-e10c-4bf2-93bb-c6bb236b2107?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "6519", "Content-Type": "application/json; charset=utf-8", @@ -285,7 +285,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/33b13dc9-e10c-4bf2-93bb-c6bb236b2107?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/33b13dc9-e10c-4bf2-93bb-c6bb236b2107?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -321,7 +321,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7914/providers/Microsoft.Network/networkSecurityGroups/azsmnet9189?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7914/providers/Microsoft.Network/networkSecurityGroups/azsmnet9189?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -501,7 +501,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7914/providers/Microsoft.Network/networkSecurityGroups/azsmnet9189?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg7914/providers/Microsoft.Network/networkSecurityGroups/azsmnet9189?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -682,7 +682,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/usages?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/usages?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/VirtualNetworkPeeringTests/VirtualNetworkPeeringApiTest[2018-11-01].json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/VirtualNetworkPeeringTests/VirtualNetworkPeeringApiTest[2018-11-01].json index 91dcbf92e438..28dadd48baa5 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/VirtualNetworkPeeringTests/VirtualNetworkPeeringApiTest[2018-11-01].json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/VirtualNetworkPeeringTests/VirtualNetworkPeeringApiTest[2018-11-01].json @@ -97,7 +97,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3550/providers/Microsoft.Network/virtualNetworks/azsmnet7880?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3550/providers/Microsoft.Network/virtualNetworks/azsmnet7880?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -142,7 +142,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/d066ce5b-b554-4b04-8e68-0b0fa5506594?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/d066ce5b-b554-4b04-8e68-0b0fa5506594?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1947", "Content-Type": "application/json; charset=utf-8", @@ -217,7 +217,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/d066ce5b-b554-4b04-8e68-0b0fa5506594?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/d066ce5b-b554-4b04-8e68-0b0fa5506594?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -254,7 +254,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/d066ce5b-b554-4b04-8e68-0b0fa5506594?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/d066ce5b-b554-4b04-8e68-0b0fa5506594?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -290,7 +290,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3550/providers/Microsoft.Network/virtualNetworks/azsmnet7880?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3550/providers/Microsoft.Network/virtualNetworks/azsmnet7880?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -376,7 +376,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3550/providers/Microsoft.Network/virtualNetworks/azsmnet7880?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3550/providers/Microsoft.Network/virtualNetworks/azsmnet7880?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -463,7 +463,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3550/providers/Microsoft.Network/virtualNetworks?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3550/providers/Microsoft.Network/virtualNetworks?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -553,7 +553,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3550/providers/Microsoft.Network/virtualNetworks/azsmnet2022?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3550/providers/Microsoft.Network/virtualNetworks/azsmnet2022?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -598,7 +598,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/c9a960d6-8212-4a7f-aaa7-b50d7c9611e1?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/c9a960d6-8212-4a7f-aaa7-b50d7c9611e1?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1947", "Content-Type": "application/json; charset=utf-8", @@ -673,7 +673,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/c9a960d6-8212-4a7f-aaa7-b50d7c9611e1?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/c9a960d6-8212-4a7f-aaa7-b50d7c9611e1?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -710,7 +710,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/c9a960d6-8212-4a7f-aaa7-b50d7c9611e1?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/c9a960d6-8212-4a7f-aaa7-b50d7c9611e1?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -746,7 +746,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3550/providers/Microsoft.Network/virtualNetworks/azsmnet2022?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3550/providers/Microsoft.Network/virtualNetworks/azsmnet2022?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -832,7 +832,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3550/providers/Microsoft.Network/virtualNetworks/azsmnet7880?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3550/providers/Microsoft.Network/virtualNetworks/azsmnet7880?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1430,7 +1430,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3550/providers/Microsoft.Network/virtualNetworks/azsmnet7880?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3550/providers/Microsoft.Network/virtualNetworks/azsmnet7880?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1444,12 +1444,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/67db09e1-1c71-4353-b537-3b7f98cef882?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/67db09e1-1c71-4353-b537-3b7f98cef882?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Tue, 02 Aug 2022 23:30:49 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/67db09e1-1c71-4353-b537-3b7f98cef882?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/67db09e1-1c71-4353-b537-3b7f98cef882?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -1468,7 +1468,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/67db09e1-1c71-4353-b537-3b7f98cef882?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/67db09e1-1c71-4353-b537-3b7f98cef882?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1505,7 +1505,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/67db09e1-1c71-4353-b537-3b7f98cef882?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/67db09e1-1c71-4353-b537-3b7f98cef882?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1541,7 +1541,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3550/providers/Microsoft.Network/virtualNetworks/azsmnet2022?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3550/providers/Microsoft.Network/virtualNetworks/azsmnet2022?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1555,12 +1555,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/0aeda34a-6de5-48d6-a0f1-0cf335d0ac4f?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/0aeda34a-6de5-48d6-a0f1-0cf335d0ac4f?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Tue, 02 Aug 2022 23:30:59 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/0aeda34a-6de5-48d6-a0f1-0cf335d0ac4f?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/0aeda34a-6de5-48d6-a0f1-0cf335d0ac4f?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -1579,7 +1579,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/0aeda34a-6de5-48d6-a0f1-0cf335d0ac4f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/0aeda34a-6de5-48d6-a0f1-0cf335d0ac4f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1616,7 +1616,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/0aeda34a-6de5-48d6-a0f1-0cf335d0ac4f?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/0aeda34a-6de5-48d6-a0f1-0cf335d0ac4f?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1652,7 +1652,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3550/providers/Microsoft.Network/virtualNetworks?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg3550/providers/Microsoft.Network/virtualNetworks?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/VirtualNetworkPeeringTests/VirtualNetworkPeeringApiTest[2018-11-01]Async.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/VirtualNetworkPeeringTests/VirtualNetworkPeeringApiTest[2018-11-01]Async.json index 2de8a1740d91..4e58b53a7623 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/VirtualNetworkPeeringTests/VirtualNetworkPeeringApiTest[2018-11-01]Async.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/VirtualNetworkPeeringTests/VirtualNetworkPeeringApiTest[2018-11-01]Async.json @@ -97,7 +97,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg373/providers/Microsoft.Network/virtualNetworks/azsmnet6215?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg373/providers/Microsoft.Network/virtualNetworks/azsmnet6215?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -142,7 +142,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/d2a0e075-4c84-44e4-baca-7e96543a57ac?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/d2a0e075-4c84-44e4-baca-7e96543a57ac?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1944", "Content-Type": "application/json; charset=utf-8", @@ -217,7 +217,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/d2a0e075-4c84-44e4-baca-7e96543a57ac?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/d2a0e075-4c84-44e4-baca-7e96543a57ac?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -254,7 +254,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/d2a0e075-4c84-44e4-baca-7e96543a57ac?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/d2a0e075-4c84-44e4-baca-7e96543a57ac?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -290,7 +290,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg373/providers/Microsoft.Network/virtualNetworks/azsmnet6215?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg373/providers/Microsoft.Network/virtualNetworks/azsmnet6215?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -376,7 +376,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg373/providers/Microsoft.Network/virtualNetworks/azsmnet6215?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg373/providers/Microsoft.Network/virtualNetworks/azsmnet6215?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -463,7 +463,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg373/providers/Microsoft.Network/virtualNetworks?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg373/providers/Microsoft.Network/virtualNetworks?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -553,7 +553,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg373/providers/Microsoft.Network/virtualNetworks/azsmnet6172?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg373/providers/Microsoft.Network/virtualNetworks/azsmnet6172?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -598,7 +598,7 @@ "StatusCode": 201, "ResponseHeaders": { "azure-asyncnotification": "Enabled", - "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/546e76a5-f738-4731-acdb-0ab39ca10ab7?api-version=2021-02-01", + "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/546e76a5-f738-4731-acdb-0ab39ca10ab7?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1944", "Content-Type": "application/json; charset=utf-8", @@ -673,7 +673,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/546e76a5-f738-4731-acdb-0ab39ca10ab7?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/546e76a5-f738-4731-acdb-0ab39ca10ab7?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -710,7 +710,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/546e76a5-f738-4731-acdb-0ab39ca10ab7?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/546e76a5-f738-4731-acdb-0ab39ca10ab7?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -746,7 +746,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg373/providers/Microsoft.Network/virtualNetworks/azsmnet6172?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg373/providers/Microsoft.Network/virtualNetworks/azsmnet6172?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -832,7 +832,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg373/providers/Microsoft.Network/virtualNetworks/azsmnet6215?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg373/providers/Microsoft.Network/virtualNetworks/azsmnet6215?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1393,7 +1393,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg373/providers/Microsoft.Network/virtualNetworks/azsmnet6215?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg373/providers/Microsoft.Network/virtualNetworks/azsmnet6215?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1407,12 +1407,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/d923fb93-29cd-448d-9bdf-191754c43f03?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/d923fb93-29cd-448d-9bdf-191754c43f03?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Tue, 02 Aug 2022 23:32:49 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/d923fb93-29cd-448d-9bdf-191754c43f03?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/d923fb93-29cd-448d-9bdf-191754c43f03?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -1431,7 +1431,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/d923fb93-29cd-448d-9bdf-191754c43f03?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/d923fb93-29cd-448d-9bdf-191754c43f03?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1468,7 +1468,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/d923fb93-29cd-448d-9bdf-191754c43f03?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/d923fb93-29cd-448d-9bdf-191754c43f03?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1504,7 +1504,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg373/providers/Microsoft.Network/virtualNetworks/azsmnet6172?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg373/providers/Microsoft.Network/virtualNetworks/azsmnet6172?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1518,12 +1518,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/666c957d-529d-4e41-8e18-2992146f35b8?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/666c957d-529d-4e41-8e18-2992146f35b8?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Tue, 02 Aug 2022 23:33:00 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/666c957d-529d-4e41-8e18-2992146f35b8?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/666c957d-529d-4e41-8e18-2992146f35b8?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -1542,7 +1542,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/666c957d-529d-4e41-8e18-2992146f35b8?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/666c957d-529d-4e41-8e18-2992146f35b8?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1579,7 +1579,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/666c957d-529d-4e41-8e18-2992146f35b8?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/666c957d-529d-4e41-8e18-2992146f35b8?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1615,7 +1615,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg373/providers/Microsoft.Network/virtualNetworks?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg373/providers/Microsoft.Network/virtualNetworks?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/VirtualNetworkPeeringTests/VirtualNetworkPeeringApiTest[2021-04-01].json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/VirtualNetworkPeeringTests/VirtualNetworkPeeringApiTest[2021-04-01].json index db8846c0034d..576c3334e951 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/VirtualNetworkPeeringTests/VirtualNetworkPeeringApiTest[2021-04-01].json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/VirtualNetworkPeeringTests/VirtualNetworkPeeringApiTest[2021-04-01].json @@ -97,7 +97,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8034/providers/Microsoft.Network/virtualNetworks/azsmnet218?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8034/providers/Microsoft.Network/virtualNetworks/azsmnet218?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -142,7 +142,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/eff54dd5-9871-4f6f-a523-df8ac675ae9e?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/eff54dd5-9871-4f6f-a523-df8ac675ae9e?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1943", "Content-Type": "application/json; charset=utf-8", @@ -217,7 +217,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/eff54dd5-9871-4f6f-a523-df8ac675ae9e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/eff54dd5-9871-4f6f-a523-df8ac675ae9e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -254,7 +254,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/eff54dd5-9871-4f6f-a523-df8ac675ae9e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/eff54dd5-9871-4f6f-a523-df8ac675ae9e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -290,7 +290,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8034/providers/Microsoft.Network/virtualNetworks/azsmnet218?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8034/providers/Microsoft.Network/virtualNetworks/azsmnet218?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -376,7 +376,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8034/providers/Microsoft.Network/virtualNetworks/azsmnet218?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8034/providers/Microsoft.Network/virtualNetworks/azsmnet218?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -463,7 +463,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8034/providers/Microsoft.Network/virtualNetworks?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8034/providers/Microsoft.Network/virtualNetworks?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -553,7 +553,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8034/providers/Microsoft.Network/virtualNetworks/azsmnet8306?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8034/providers/Microsoft.Network/virtualNetworks/azsmnet8306?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -598,7 +598,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/544c6883-e76d-4be2-aa05-8de2e4b2b579?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/544c6883-e76d-4be2-aa05-8de2e4b2b579?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1947", "Content-Type": "application/json; charset=utf-8", @@ -673,7 +673,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/544c6883-e76d-4be2-aa05-8de2e4b2b579?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/544c6883-e76d-4be2-aa05-8de2e4b2b579?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -710,7 +710,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/544c6883-e76d-4be2-aa05-8de2e4b2b579?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/544c6883-e76d-4be2-aa05-8de2e4b2b579?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -746,7 +746,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8034/providers/Microsoft.Network/virtualNetworks/azsmnet8306?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8034/providers/Microsoft.Network/virtualNetworks/azsmnet8306?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -832,7 +832,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8034/providers/Microsoft.Network/virtualNetworks/azsmnet218?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8034/providers/Microsoft.Network/virtualNetworks/azsmnet218?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1458,7 +1458,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8034/providers/Microsoft.Network/virtualNetworks/azsmnet218?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8034/providers/Microsoft.Network/virtualNetworks/azsmnet218?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1472,12 +1472,12 @@ "StatusCode": 202, "ResponseHeaders": { "azure-asyncnotification": "Enabled", - "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/e667417b-b964-470d-a818-b4bc13697023?api-version=2021-02-01", + "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/e667417b-b964-470d-a818-b4bc13697023?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Tue, 02 Aug 2022 23:31:53 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/e667417b-b964-470d-a818-b4bc13697023?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/e667417b-b964-470d-a818-b4bc13697023?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -1496,7 +1496,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/e667417b-b964-470d-a818-b4bc13697023?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/e667417b-b964-470d-a818-b4bc13697023?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1533,7 +1533,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/e667417b-b964-470d-a818-b4bc13697023?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/e667417b-b964-470d-a818-b4bc13697023?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1569,7 +1569,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8034/providers/Microsoft.Network/virtualNetworks/azsmnet8306?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8034/providers/Microsoft.Network/virtualNetworks/azsmnet8306?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1583,12 +1583,12 @@ "StatusCode": 202, "ResponseHeaders": { "azure-asyncnotification": "Enabled", - "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/4027b20b-7ae1-4711-b6e7-94a22a4eacd4?api-version=2021-02-01", + "azure-asyncoperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/4027b20b-7ae1-4711-b6e7-94a22a4eacd4?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Tue, 02 Aug 2022 23:32:04 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/4027b20b-7ae1-4711-b6e7-94a22a4eacd4?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/4027b20b-7ae1-4711-b6e7-94a22a4eacd4?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -1607,7 +1607,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/4027b20b-7ae1-4711-b6e7-94a22a4eacd4?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/4027b20b-7ae1-4711-b6e7-94a22a4eacd4?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1644,7 +1644,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/4027b20b-7ae1-4711-b6e7-94a22a4eacd4?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/4027b20b-7ae1-4711-b6e7-94a22a4eacd4?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1680,7 +1680,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8034/providers/Microsoft.Network/virtualNetworks?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8034/providers/Microsoft.Network/virtualNetworks?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/VirtualNetworkPeeringTests/VirtualNetworkPeeringApiTest[2021-04-01]Async.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/VirtualNetworkPeeringTests/VirtualNetworkPeeringApiTest[2021-04-01]Async.json index 8e6ea9478ca3..ce52753e4d01 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/VirtualNetworkPeeringTests/VirtualNetworkPeeringApiTest[2021-04-01]Async.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/VirtualNetworkPeeringTests/VirtualNetworkPeeringApiTest[2021-04-01]Async.json @@ -97,7 +97,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9971/providers/Microsoft.Network/virtualNetworks/azsmnet8063?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9971/providers/Microsoft.Network/virtualNetworks/azsmnet8063?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -142,7 +142,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/cdf87de2-2330-4aa8-8329-21e2076f1bb2?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/cdf87de2-2330-4aa8-8329-21e2076f1bb2?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1947", "Content-Type": "application/json; charset=utf-8", @@ -217,7 +217,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/cdf87de2-2330-4aa8-8329-21e2076f1bb2?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/cdf87de2-2330-4aa8-8329-21e2076f1bb2?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -254,7 +254,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/cdf87de2-2330-4aa8-8329-21e2076f1bb2?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/cdf87de2-2330-4aa8-8329-21e2076f1bb2?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -290,7 +290,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9971/providers/Microsoft.Network/virtualNetworks/azsmnet8063?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9971/providers/Microsoft.Network/virtualNetworks/azsmnet8063?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -376,7 +376,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9971/providers/Microsoft.Network/virtualNetworks/azsmnet8063?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9971/providers/Microsoft.Network/virtualNetworks/azsmnet8063?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -463,7 +463,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9971/providers/Microsoft.Network/virtualNetworks?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9971/providers/Microsoft.Network/virtualNetworks?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -553,7 +553,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9971/providers/Microsoft.Network/virtualNetworks/azsmnet3956?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9971/providers/Microsoft.Network/virtualNetworks/azsmnet3956?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -598,7 +598,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/b8a8ceec-a4c8-4168-abd2-0d73b05655df?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/b8a8ceec-a4c8-4168-abd2-0d73b05655df?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1947", "Content-Type": "application/json; charset=utf-8", @@ -673,7 +673,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/b8a8ceec-a4c8-4168-abd2-0d73b05655df?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/b8a8ceec-a4c8-4168-abd2-0d73b05655df?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -710,7 +710,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/b8a8ceec-a4c8-4168-abd2-0d73b05655df?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/b8a8ceec-a4c8-4168-abd2-0d73b05655df?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -746,7 +746,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9971/providers/Microsoft.Network/virtualNetworks/azsmnet3956?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9971/providers/Microsoft.Network/virtualNetworks/azsmnet3956?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -832,7 +832,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9971/providers/Microsoft.Network/virtualNetworks/azsmnet8063?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9971/providers/Microsoft.Network/virtualNetworks/azsmnet8063?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1458,7 +1458,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9971/providers/Microsoft.Network/virtualNetworks/azsmnet8063?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9971/providers/Microsoft.Network/virtualNetworks/azsmnet8063?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1472,12 +1472,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/38930e4b-f142-4921-94a9-e3c50dc28297?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/38930e4b-f142-4921-94a9-e3c50dc28297?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Tue, 02 Aug 2022 23:33:53 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/38930e4b-f142-4921-94a9-e3c50dc28297?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/38930e4b-f142-4921-94a9-e3c50dc28297?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -1496,7 +1496,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/38930e4b-f142-4921-94a9-e3c50dc28297?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/38930e4b-f142-4921-94a9-e3c50dc28297?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1533,7 +1533,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/38930e4b-f142-4921-94a9-e3c50dc28297?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/38930e4b-f142-4921-94a9-e3c50dc28297?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1569,7 +1569,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9971/providers/Microsoft.Network/virtualNetworks/azsmnet3956?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9971/providers/Microsoft.Network/virtualNetworks/azsmnet3956?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1583,12 +1583,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/245bfc8e-6243-4826-87b0-58c5ce8b5ad5?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/245bfc8e-6243-4826-87b0-58c5ce8b5ad5?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Tue, 02 Aug 2022 23:34:03 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/245bfc8e-6243-4826-87b0-58c5ce8b5ad5?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operationResults/245bfc8e-6243-4826-87b0-58c5ce8b5ad5?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -1607,7 +1607,7 @@ "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/245bfc8e-6243-4826-87b0-58c5ce8b5ad5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/245bfc8e-6243-4826-87b0-58c5ce8b5ad5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1644,7 +1644,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/245bfc8e-6243-4826-87b0-58c5ce8b5ad5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/westus/operations/245bfc8e-6243-4826-87b0-58c5ce8b5ad5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1680,7 +1680,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9971/providers/Microsoft.Network/virtualNetworks?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg9971/providers/Microsoft.Network/virtualNetworks?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/VirtualNetworkTests/VirtualNetworkApiTest.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/VirtualNetworkTests/VirtualNetworkApiTest.json index e8794f1ed3da..e12e8647ad62 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/VirtualNetworkTests/VirtualNetworkApiTest.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/VirtualNetworkTests/VirtualNetworkApiTest.json @@ -88,7 +88,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4216/providers/Microsoft.Network/virtualNetworks/azsmnet729?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4216/providers/Microsoft.Network/virtualNetworks/azsmnet729?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -132,7 +132,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/b50b9cbf-dd6d-4163-a988-1050cf335639?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/b50b9cbf-dd6d-4163-a988-1050cf335639?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1941", "Content-Type": "application/json; charset=utf-8", @@ -209,7 +209,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/b50b9cbf-dd6d-4163-a988-1050cf335639?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/b50b9cbf-dd6d-4163-a988-1050cf335639?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -247,7 +247,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/b50b9cbf-dd6d-4163-a988-1050cf335639?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/b50b9cbf-dd6d-4163-a988-1050cf335639?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -284,7 +284,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4216/providers/Microsoft.Network/virtualNetworks/azsmnet729?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4216/providers/Microsoft.Network/virtualNetworks/azsmnet729?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -371,7 +371,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/b50b9cbf-dd6d-4163-a988-1050cf335639?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/b50b9cbf-dd6d-4163-a988-1050cf335639?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -408,7 +408,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4216/providers/Microsoft.Network/virtualNetworks/azsmnet729?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4216/providers/Microsoft.Network/virtualNetworks/azsmnet729?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -495,7 +495,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4216/providers/Microsoft.Network/virtualNetworks/azsmnet729?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4216/providers/Microsoft.Network/virtualNetworks/azsmnet729?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -583,7 +583,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4216/providers/Microsoft.Network/virtualNetworks?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4216/providers/Microsoft.Network/virtualNetworks?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -674,7 +674,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/virtualNetworks?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/virtualNetworks?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -899,7 +899,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4216/providers/Microsoft.Network/virtualNetworks/azsmnet729?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4216/providers/Microsoft.Network/virtualNetworks/azsmnet729?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -912,12 +912,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/531780b1-bbd8-46bf-afd1-efb4d090aaa8?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/531780b1-bbd8-46bf-afd1-efb4d090aaa8?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Tue, 18 Jan 2022 21:05:50 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operationResults/531780b1-bbd8-46bf-afd1-efb4d090aaa8?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operationResults/531780b1-bbd8-46bf-afd1-efb4d090aaa8?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -936,7 +936,7 @@ "ResponseBody": [] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/531780b1-bbd8-46bf-afd1-efb4d090aaa8?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/531780b1-bbd8-46bf-afd1-efb4d090aaa8?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -973,7 +973,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/531780b1-bbd8-46bf-afd1-efb4d090aaa8?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/531780b1-bbd8-46bf-afd1-efb4d090aaa8?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1010,7 +1010,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4216/providers/Microsoft.Network/virtualNetworks?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4216/providers/Microsoft.Network/virtualNetworks?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/VirtualNetworkTests/VirtualNetworkApiTestAsync.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/VirtualNetworkTests/VirtualNetworkApiTestAsync.json index 7b377ac93f7a..eae96f8c00eb 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/VirtualNetworkTests/VirtualNetworkApiTestAsync.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/VirtualNetworkTests/VirtualNetworkApiTestAsync.json @@ -88,7 +88,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4216/providers/Microsoft.Network/virtualNetworks/azsmnet729?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4216/providers/Microsoft.Network/virtualNetworks/azsmnet729?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -132,7 +132,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/a9220e0d-4356-4743-be73-5e0e38f217fc?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/a9220e0d-4356-4743-be73-5e0e38f217fc?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1941", "Content-Type": "application/json; charset=utf-8", @@ -209,7 +209,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/a9220e0d-4356-4743-be73-5e0e38f217fc?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/a9220e0d-4356-4743-be73-5e0e38f217fc?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -247,7 +247,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/a9220e0d-4356-4743-be73-5e0e38f217fc?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/a9220e0d-4356-4743-be73-5e0e38f217fc?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -284,7 +284,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4216/providers/Microsoft.Network/virtualNetworks/azsmnet729?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4216/providers/Microsoft.Network/virtualNetworks/azsmnet729?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -371,7 +371,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/a9220e0d-4356-4743-be73-5e0e38f217fc?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/a9220e0d-4356-4743-be73-5e0e38f217fc?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -408,7 +408,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4216/providers/Microsoft.Network/virtualNetworks/azsmnet729?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4216/providers/Microsoft.Network/virtualNetworks/azsmnet729?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -495,7 +495,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4216/providers/Microsoft.Network/virtualNetworks/azsmnet729?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4216/providers/Microsoft.Network/virtualNetworks/azsmnet729?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -583,7 +583,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4216/providers/Microsoft.Network/virtualNetworks?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4216/providers/Microsoft.Network/virtualNetworks?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -674,7 +674,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/virtualNetworks?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/virtualNetworks?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -860,7 +860,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4216/providers/Microsoft.Network/virtualNetworks/azsmnet729?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4216/providers/Microsoft.Network/virtualNetworks/azsmnet729?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -873,12 +873,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/79720746-dc16-41b4-8d12-d0e5a7d5334b?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/79720746-dc16-41b4-8d12-d0e5a7d5334b?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Tue, 18 Jan 2022 21:08:09 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operationResults/79720746-dc16-41b4-8d12-d0e5a7d5334b?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operationResults/79720746-dc16-41b4-8d12-d0e5a7d5334b?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -897,7 +897,7 @@ "ResponseBody": [] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/79720746-dc16-41b4-8d12-d0e5a7d5334b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/79720746-dc16-41b4-8d12-d0e5a7d5334b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -934,7 +934,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/79720746-dc16-41b4-8d12-d0e5a7d5334b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/79720746-dc16-41b4-8d12-d0e5a7d5334b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -971,7 +971,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4216/providers/Microsoft.Network/virtualNetworks?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4216/providers/Microsoft.Network/virtualNetworks?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/VirtualNetworkTests/VirtualNetworkCheckIpAddressAvailabilityTest.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/VirtualNetworkTests/VirtualNetworkCheckIpAddressAvailabilityTest.json index ef3f5fffc0b8..f9f69c55a76e 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/VirtualNetworkTests/VirtualNetworkCheckIpAddressAvailabilityTest.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/VirtualNetworkTests/VirtualNetworkCheckIpAddressAvailabilityTest.json @@ -88,7 +88,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1848/providers/Microsoft.Network/virtualNetworks/azsmnet2408?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1848/providers/Microsoft.Network/virtualNetworks/azsmnet2408?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -126,7 +126,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/419d3aaa-1ff5-4a8e-9362-e7550b5a9f52?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/419d3aaa-1ff5-4a8e-9362-e7550b5a9f52?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1331", "Content-Type": "application/json; charset=utf-8", @@ -190,7 +190,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/419d3aaa-1ff5-4a8e-9362-e7550b5a9f52?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/419d3aaa-1ff5-4a8e-9362-e7550b5a9f52?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -227,7 +227,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1848/providers/Microsoft.Network/virtualNetworks/azsmnet2408?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1848/providers/Microsoft.Network/virtualNetworks/azsmnet2408?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -301,7 +301,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/419d3aaa-1ff5-4a8e-9362-e7550b5a9f52?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/419d3aaa-1ff5-4a8e-9362-e7550b5a9f52?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -338,7 +338,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1848/providers/Microsoft.Network/virtualNetworks/azsmnet2408?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1848/providers/Microsoft.Network/virtualNetworks/azsmnet2408?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -412,7 +412,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1848/providers/Microsoft.Network/virtualNetworks/azsmnet2408/subnets/azsmnet8879?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1848/providers/Microsoft.Network/virtualNetworks/azsmnet2408/subnets/azsmnet8879?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -461,7 +461,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1848/providers/Microsoft.Network/networkInterfaces/azsmnet6458?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1848/providers/Microsoft.Network/networkInterfaces/azsmnet6458?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -496,7 +496,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/6014f5aa-3377-4589-84a2-9f888d4f4893?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/6014f5aa-3377-4589-84a2-9f888d4f4893?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1710", "Content-Type": "application/json; charset=utf-8", @@ -563,7 +563,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/6014f5aa-3377-4589-84a2-9f888d4f4893?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/6014f5aa-3377-4589-84a2-9f888d4f4893?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -601,7 +601,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1848/providers/Microsoft.Network/networkInterfaces/azsmnet6458?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1848/providers/Microsoft.Network/networkInterfaces/azsmnet6458?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -679,7 +679,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/6014f5aa-3377-4589-84a2-9f888d4f4893?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/6014f5aa-3377-4589-84a2-9f888d4f4893?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -716,7 +716,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1848/providers/Microsoft.Network/networkInterfaces/azsmnet6458?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1848/providers/Microsoft.Network/networkInterfaces/azsmnet6458?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -794,7 +794,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1848/providers/Microsoft.Network/virtualNetworks/azsmnet2408/CheckIPAddressAvailability?ipAddress=10.0.1.10\u0026api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1848/providers/Microsoft.Network/virtualNetworks/azsmnet2408/CheckIPAddressAvailability?ipAddress=10.0.1.10\u0026api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -833,7 +833,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1848/providers/Microsoft.Network/virtualNetworks/azsmnet2408/CheckIPAddressAvailability?ipAddress=10.0.1.9\u0026api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1848/providers/Microsoft.Network/virtualNetworks/azsmnet2408/CheckIPAddressAvailability?ipAddress=10.0.1.9\u0026api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -880,7 +880,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1848/providers/Microsoft.Network/networkInterfaces/azsmnet6458?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1848/providers/Microsoft.Network/networkInterfaces/azsmnet6458?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -893,12 +893,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/b69844f3-2b99-4cc7-8cb6-53385f8f22c7?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/b69844f3-2b99-4cc7-8cb6-53385f8f22c7?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Tue, 18 Jan 2022 21:06:10 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operationResults/b69844f3-2b99-4cc7-8cb6-53385f8f22c7?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operationResults/b69844f3-2b99-4cc7-8cb6-53385f8f22c7?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -917,7 +917,7 @@ "ResponseBody": [] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/b69844f3-2b99-4cc7-8cb6-53385f8f22c7?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/b69844f3-2b99-4cc7-8cb6-53385f8f22c7?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -954,7 +954,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1848/providers/Microsoft.Network/virtualNetworks/azsmnet2408?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1848/providers/Microsoft.Network/virtualNetworks/azsmnet2408?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -967,12 +967,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/e98948df-40cc-4abd-a73c-17ff7a282da6?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/e98948df-40cc-4abd-a73c-17ff7a282da6?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Tue, 18 Jan 2022 21:06:11 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operationResults/e98948df-40cc-4abd-a73c-17ff7a282da6?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operationResults/e98948df-40cc-4abd-a73c-17ff7a282da6?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -991,7 +991,7 @@ "ResponseBody": [] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/e98948df-40cc-4abd-a73c-17ff7a282da6?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/e98948df-40cc-4abd-a73c-17ff7a282da6?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/VirtualNetworkTests/VirtualNetworkCheckIpAddressAvailabilityTestAsync.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/VirtualNetworkTests/VirtualNetworkCheckIpAddressAvailabilityTestAsync.json index 22e14c03f1a6..66cf1a82c0a9 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/VirtualNetworkTests/VirtualNetworkCheckIpAddressAvailabilityTestAsync.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/VirtualNetworkTests/VirtualNetworkCheckIpAddressAvailabilityTestAsync.json @@ -88,7 +88,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8137/providers/Microsoft.Network/virtualNetworks/azsmnet2412?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8137/providers/Microsoft.Network/virtualNetworks/azsmnet2412?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -126,7 +126,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/d4c24e70-687a-449d-bedd-8689f531d0b5?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/d4c24e70-687a-449d-bedd-8689f531d0b5?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1329", "Content-Type": "application/json; charset=utf-8", @@ -190,7 +190,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/d4c24e70-687a-449d-bedd-8689f531d0b5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/d4c24e70-687a-449d-bedd-8689f531d0b5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -227,7 +227,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8137/providers/Microsoft.Network/virtualNetworks/azsmnet2412?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8137/providers/Microsoft.Network/virtualNetworks/azsmnet2412?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -301,7 +301,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/d4c24e70-687a-449d-bedd-8689f531d0b5?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/d4c24e70-687a-449d-bedd-8689f531d0b5?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -338,7 +338,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8137/providers/Microsoft.Network/virtualNetworks/azsmnet2412?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8137/providers/Microsoft.Network/virtualNetworks/azsmnet2412?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -412,7 +412,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8137/providers/Microsoft.Network/virtualNetworks/azsmnet2412/subnets/azsmnet794?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8137/providers/Microsoft.Network/virtualNetworks/azsmnet2412/subnets/azsmnet794?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -461,7 +461,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8137/providers/Microsoft.Network/networkInterfaces/azsmnet1158?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8137/providers/Microsoft.Network/networkInterfaces/azsmnet1158?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -496,7 +496,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/4af9ee11-4863-4e5d-85de-583918bda49c?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/4af9ee11-4863-4e5d-85de-583918bda49c?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1709", "Content-Type": "application/json; charset=utf-8", @@ -563,7 +563,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/4af9ee11-4863-4e5d-85de-583918bda49c?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/4af9ee11-4863-4e5d-85de-583918bda49c?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -600,7 +600,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8137/providers/Microsoft.Network/networkInterfaces/azsmnet1158?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8137/providers/Microsoft.Network/networkInterfaces/azsmnet1158?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -678,7 +678,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/4af9ee11-4863-4e5d-85de-583918bda49c?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/4af9ee11-4863-4e5d-85de-583918bda49c?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -715,7 +715,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8137/providers/Microsoft.Network/networkInterfaces/azsmnet1158?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8137/providers/Microsoft.Network/networkInterfaces/azsmnet1158?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -793,7 +793,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8137/providers/Microsoft.Network/virtualNetworks/azsmnet2412/CheckIPAddressAvailability?ipAddress=10.0.1.10\u0026api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8137/providers/Microsoft.Network/virtualNetworks/azsmnet2412/CheckIPAddressAvailability?ipAddress=10.0.1.10\u0026api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -832,7 +832,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8137/providers/Microsoft.Network/virtualNetworks/azsmnet2412/CheckIPAddressAvailability?ipAddress=10.0.1.9\u0026api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8137/providers/Microsoft.Network/virtualNetworks/azsmnet2412/CheckIPAddressAvailability?ipAddress=10.0.1.9\u0026api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -879,7 +879,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8137/providers/Microsoft.Network/networkInterfaces/azsmnet1158?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8137/providers/Microsoft.Network/networkInterfaces/azsmnet1158?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -892,12 +892,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/837bf49b-9a21-4992-87fd-220aa7e3955c?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/837bf49b-9a21-4992-87fd-220aa7e3955c?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Tue, 18 Jan 2022 21:08:27 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operationResults/837bf49b-9a21-4992-87fd-220aa7e3955c?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operationResults/837bf49b-9a21-4992-87fd-220aa7e3955c?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -916,7 +916,7 @@ "ResponseBody": [] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/837bf49b-9a21-4992-87fd-220aa7e3955c?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/837bf49b-9a21-4992-87fd-220aa7e3955c?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -953,7 +953,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8137/providers/Microsoft.Network/virtualNetworks/azsmnet2412?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg8137/providers/Microsoft.Network/virtualNetworks/azsmnet2412?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -966,12 +966,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/9cc84bea-6c7a-4115-9cbb-9c26f3bdc4b3?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/9cc84bea-6c7a-4115-9cbb-9c26f3bdc4b3?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Tue, 18 Jan 2022 21:08:28 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operationResults/9cc84bea-6c7a-4115-9cbb-9c26f3bdc4b3?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operationResults/9cc84bea-6c7a-4115-9cbb-9c26f3bdc4b3?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -990,7 +990,7 @@ "ResponseBody": [] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/9cc84bea-6c7a-4115-9cbb-9c26f3bdc4b3?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/9cc84bea-6c7a-4115-9cbb-9c26f3bdc4b3?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1028,7 +1028,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/9cc84bea-6c7a-4115-9cbb-9c26f3bdc4b3?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/9cc84bea-6c7a-4115-9cbb-9c26f3bdc4b3?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/VirtualNetworkTests/VirtualNetworkPeeringTest.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/VirtualNetworkTests/VirtualNetworkPeeringTest.json index 73fa3a0d4a0d..96c5c9b12906 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/VirtualNetworkTests/VirtualNetworkPeeringTest.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/VirtualNetworkTests/VirtualNetworkPeeringTest.json @@ -88,7 +88,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1223/providers/Microsoft.Network/virtualNetworks/azsmnet7398?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1223/providers/Microsoft.Network/virtualNetworks/azsmnet7398?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -132,7 +132,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/68f39c2a-5bcc-4202-8097-b09a6c57e2ec?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/68f39c2a-5bcc-4202-8097-b09a6c57e2ec?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1945", "Content-Type": "application/json; charset=utf-8", @@ -209,7 +209,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/68f39c2a-5bcc-4202-8097-b09a6c57e2ec?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/68f39c2a-5bcc-4202-8097-b09a6c57e2ec?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -247,7 +247,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/68f39c2a-5bcc-4202-8097-b09a6c57e2ec?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/68f39c2a-5bcc-4202-8097-b09a6c57e2ec?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -284,7 +284,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1223/providers/Microsoft.Network/virtualNetworks/azsmnet7398?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1223/providers/Microsoft.Network/virtualNetworks/azsmnet7398?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -371,7 +371,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/68f39c2a-5bcc-4202-8097-b09a6c57e2ec?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/68f39c2a-5bcc-4202-8097-b09a6c57e2ec?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -409,7 +409,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1223/providers/Microsoft.Network/virtualNetworks/azsmnet7398?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1223/providers/Microsoft.Network/virtualNetworks/azsmnet7398?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -496,7 +496,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1223/providers/Microsoft.Network/virtualNetworks/azsmnet7398?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1223/providers/Microsoft.Network/virtualNetworks/azsmnet7398?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -584,7 +584,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1223/providers/Microsoft.Network/virtualNetworks/azsmnet3206?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1223/providers/Microsoft.Network/virtualNetworks/azsmnet3206?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -616,7 +616,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/a6dade8b-8034-4e55-bdad-cab4d63d5309?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/a6dade8b-8034-4e55-bdad-cab4d63d5309?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1228", "Content-Type": "application/json; charset=utf-8", @@ -674,7 +674,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/a6dade8b-8034-4e55-bdad-cab4d63d5309?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/a6dade8b-8034-4e55-bdad-cab4d63d5309?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -712,7 +712,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/a6dade8b-8034-4e55-bdad-cab4d63d5309?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/a6dade8b-8034-4e55-bdad-cab4d63d5309?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -749,7 +749,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1223/providers/Microsoft.Network/virtualNetworks/azsmnet3206?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1223/providers/Microsoft.Network/virtualNetworks/azsmnet3206?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -817,7 +817,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/a6dade8b-8034-4e55-bdad-cab4d63d5309?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/a6dade8b-8034-4e55-bdad-cab4d63d5309?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -854,7 +854,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1223/providers/Microsoft.Network/virtualNetworks/azsmnet3206?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1223/providers/Microsoft.Network/virtualNetworks/azsmnet3206?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -922,7 +922,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1223/providers/Microsoft.Network/virtualNetworks/azsmnet7398/virtualNetworkPeerings/peer1?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1223/providers/Microsoft.Network/virtualNetworks/azsmnet7398/virtualNetworkPeerings/peer1?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -943,7 +943,7 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/b457ac9f-7b78-4bb2-a2e6-7b71b8790a6d?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/b457ac9f-7b78-4bb2-a2e6-7b71b8790a6d?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1135", "Content-Type": "application/json; charset=utf-8", @@ -999,7 +999,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/b457ac9f-7b78-4bb2-a2e6-7b71b8790a6d?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/b457ac9f-7b78-4bb2-a2e6-7b71b8790a6d?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1036,7 +1036,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1223/providers/Microsoft.Network/virtualNetworks/azsmnet7398/virtualNetworkPeerings/peer1?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1223/providers/Microsoft.Network/virtualNetworks/azsmnet7398/virtualNetworkPeerings/peer1?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1102,7 +1102,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1223/providers/Microsoft.Network/virtualNetworks/azsmnet7398/virtualNetworkPeerings/peer1?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1223/providers/Microsoft.Network/virtualNetworks/azsmnet7398/virtualNetworkPeerings/peer1?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1169,7 +1169,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1223/providers/Microsoft.Network/virtualNetworks/azsmnet7398/virtualNetworkPeerings?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1223/providers/Microsoft.Network/virtualNetworks/azsmnet7398/virtualNetworkPeerings?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1239,7 +1239,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1223/providers/Microsoft.Network/virtualNetworks/azsmnet7398?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1223/providers/Microsoft.Network/virtualNetworks/azsmnet7398?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1359,7 +1359,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1223/providers/Microsoft.Network/virtualNetworks/azsmnet7398/virtualNetworkPeerings/peer1?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1223/providers/Microsoft.Network/virtualNetworks/azsmnet7398/virtualNetworkPeerings/peer1?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1371,12 +1371,12 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/7174b901-2c4c-4463-94a9-c5d7e5ce9f71?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/7174b901-2c4c-4463-94a9-c5d7e5ce9f71?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Tue, 18 Jan 2022 21:06:56 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operationResults/7174b901-2c4c-4463-94a9-c5d7e5ce9f71?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operationResults/7174b901-2c4c-4463-94a9-c5d7e5ce9f71?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -1395,7 +1395,7 @@ "ResponseBody": [] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/7174b901-2c4c-4463-94a9-c5d7e5ce9f71?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/7174b901-2c4c-4463-94a9-c5d7e5ce9f71?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1432,7 +1432,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/7174b901-2c4c-4463-94a9-c5d7e5ce9f71?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/7174b901-2c4c-4463-94a9-c5d7e5ce9f71?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1469,7 +1469,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1223/providers/Microsoft.Network/virtualNetworks/azsmnet7398/virtualNetworkPeerings?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1223/providers/Microsoft.Network/virtualNetworks/azsmnet7398/virtualNetworkPeerings?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1507,7 +1507,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1223/providers/Microsoft.Network/virtualNetworks/azsmnet7398?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1223/providers/Microsoft.Network/virtualNetworks/azsmnet7398?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1595,7 +1595,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1223/providers/Microsoft.Network/virtualNetworks/azsmnet3206?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1223/providers/Microsoft.Network/virtualNetworks/azsmnet3206?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1608,12 +1608,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/c5552bec-f862-4ffc-8fa0-e00f30afca2b?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/c5552bec-f862-4ffc-8fa0-e00f30afca2b?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Tue, 18 Jan 2022 21:06:58 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operationResults/c5552bec-f862-4ffc-8fa0-e00f30afca2b?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operationResults/c5552bec-f862-4ffc-8fa0-e00f30afca2b?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -1632,7 +1632,7 @@ "ResponseBody": [] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/c5552bec-f862-4ffc-8fa0-e00f30afca2b?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/c5552bec-f862-4ffc-8fa0-e00f30afca2b?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1669,7 +1669,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1223/providers/Microsoft.Network/virtualNetworks/azsmnet7398?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1223/providers/Microsoft.Network/virtualNetworks/azsmnet7398?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1682,12 +1682,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/e7c757f8-70d8-48f6-8f0e-71ed386b6d03?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/e7c757f8-70d8-48f6-8f0e-71ed386b6d03?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Tue, 18 Jan 2022 21:07:00 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operationResults/e7c757f8-70d8-48f6-8f0e-71ed386b6d03?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operationResults/e7c757f8-70d8-48f6-8f0e-71ed386b6d03?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -1706,7 +1706,7 @@ "ResponseBody": [] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/e7c757f8-70d8-48f6-8f0e-71ed386b6d03?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/e7c757f8-70d8-48f6-8f0e-71ed386b6d03?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1744,7 +1744,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/e7c757f8-70d8-48f6-8f0e-71ed386b6d03?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/e7c757f8-70d8-48f6-8f0e-71ed386b6d03?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/VirtualNetworkTests/VirtualNetworkPeeringTestAsync.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/VirtualNetworkTests/VirtualNetworkPeeringTestAsync.json index 9c7cae381d7b..85cfd6d8aae7 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/VirtualNetworkTests/VirtualNetworkPeeringTestAsync.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/VirtualNetworkTests/VirtualNetworkPeeringTestAsync.json @@ -88,7 +88,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1223/providers/Microsoft.Network/virtualNetworks/azsmnet7398?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1223/providers/Microsoft.Network/virtualNetworks/azsmnet7398?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -132,7 +132,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/f0fa2f2b-65fb-42e0-9194-b327121543ec?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/f0fa2f2b-65fb-42e0-9194-b327121543ec?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1945", "Content-Type": "application/json; charset=utf-8", @@ -209,7 +209,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/f0fa2f2b-65fb-42e0-9194-b327121543ec?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/f0fa2f2b-65fb-42e0-9194-b327121543ec?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -247,7 +247,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/f0fa2f2b-65fb-42e0-9194-b327121543ec?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/f0fa2f2b-65fb-42e0-9194-b327121543ec?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -284,7 +284,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1223/providers/Microsoft.Network/virtualNetworks/azsmnet7398?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1223/providers/Microsoft.Network/virtualNetworks/azsmnet7398?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -371,7 +371,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/f0fa2f2b-65fb-42e0-9194-b327121543ec?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/f0fa2f2b-65fb-42e0-9194-b327121543ec?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -408,7 +408,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1223/providers/Microsoft.Network/virtualNetworks/azsmnet7398?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1223/providers/Microsoft.Network/virtualNetworks/azsmnet7398?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -495,7 +495,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1223/providers/Microsoft.Network/virtualNetworks/azsmnet7398?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1223/providers/Microsoft.Network/virtualNetworks/azsmnet7398?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -583,7 +583,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1223/providers/Microsoft.Network/virtualNetworks/azsmnet3206?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1223/providers/Microsoft.Network/virtualNetworks/azsmnet3206?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -615,7 +615,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/b7a0e3ac-09cc-49f9-802f-baf006c0d266?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/b7a0e3ac-09cc-49f9-802f-baf006c0d266?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1228", "Content-Type": "application/json; charset=utf-8", @@ -673,7 +673,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/b7a0e3ac-09cc-49f9-802f-baf006c0d266?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/b7a0e3ac-09cc-49f9-802f-baf006c0d266?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -710,7 +710,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1223/providers/Microsoft.Network/virtualNetworks/azsmnet3206?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1223/providers/Microsoft.Network/virtualNetworks/azsmnet3206?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -778,7 +778,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/b7a0e3ac-09cc-49f9-802f-baf006c0d266?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/b7a0e3ac-09cc-49f9-802f-baf006c0d266?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -815,7 +815,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1223/providers/Microsoft.Network/virtualNetworks/azsmnet3206?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1223/providers/Microsoft.Network/virtualNetworks/azsmnet3206?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -883,7 +883,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1223/providers/Microsoft.Network/virtualNetworks/azsmnet7398/virtualNetworkPeerings/peer1?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1223/providers/Microsoft.Network/virtualNetworks/azsmnet7398/virtualNetworkPeerings/peer1?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -904,7 +904,7 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/d663c07d-2e2e-4353-be04-7f715b2464b9?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/d663c07d-2e2e-4353-be04-7f715b2464b9?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1135", "Content-Type": "application/json; charset=utf-8", @@ -960,7 +960,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/d663c07d-2e2e-4353-be04-7f715b2464b9?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/d663c07d-2e2e-4353-be04-7f715b2464b9?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -997,7 +997,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1223/providers/Microsoft.Network/virtualNetworks/azsmnet7398/virtualNetworkPeerings/peer1?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1223/providers/Microsoft.Network/virtualNetworks/azsmnet7398/virtualNetworkPeerings/peer1?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1063,7 +1063,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1223/providers/Microsoft.Network/virtualNetworks/azsmnet7398/virtualNetworkPeerings/peer1?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1223/providers/Microsoft.Network/virtualNetworks/azsmnet7398/virtualNetworkPeerings/peer1?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1130,7 +1130,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1223/providers/Microsoft.Network/virtualNetworks/azsmnet7398/virtualNetworkPeerings?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1223/providers/Microsoft.Network/virtualNetworks/azsmnet7398/virtualNetworkPeerings?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1200,7 +1200,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1223/providers/Microsoft.Network/virtualNetworks/azsmnet7398?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1223/providers/Microsoft.Network/virtualNetworks/azsmnet7398?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1320,7 +1320,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1223/providers/Microsoft.Network/virtualNetworks/azsmnet7398/virtualNetworkPeerings/peer1?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1223/providers/Microsoft.Network/virtualNetworks/azsmnet7398/virtualNetworkPeerings/peer1?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1332,12 +1332,12 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/ed857bb9-ccd9-4eaa-9ceb-feb7b69e1eeb?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/ed857bb9-ccd9-4eaa-9ceb-feb7b69e1eeb?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Tue, 18 Jan 2022 21:09:17 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operationResults/ed857bb9-ccd9-4eaa-9ceb-feb7b69e1eeb?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operationResults/ed857bb9-ccd9-4eaa-9ceb-feb7b69e1eeb?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -1356,7 +1356,7 @@ "ResponseBody": [] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/ed857bb9-ccd9-4eaa-9ceb-feb7b69e1eeb?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/ed857bb9-ccd9-4eaa-9ceb-feb7b69e1eeb?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1393,7 +1393,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/ed857bb9-ccd9-4eaa-9ceb-feb7b69e1eeb?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/ed857bb9-ccd9-4eaa-9ceb-feb7b69e1eeb?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1430,7 +1430,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1223/providers/Microsoft.Network/virtualNetworks/azsmnet7398/virtualNetworkPeerings?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1223/providers/Microsoft.Network/virtualNetworks/azsmnet7398/virtualNetworkPeerings?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1468,7 +1468,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1223/providers/Microsoft.Network/virtualNetworks/azsmnet7398?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1223/providers/Microsoft.Network/virtualNetworks/azsmnet7398?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1556,7 +1556,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1223/providers/Microsoft.Network/virtualNetworks/azsmnet3206?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1223/providers/Microsoft.Network/virtualNetworks/azsmnet3206?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1569,12 +1569,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/53ace99f-dea6-4448-8dec-e025015eb36d?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/53ace99f-dea6-4448-8dec-e025015eb36d?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Tue, 18 Jan 2022 21:09:19 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operationResults/53ace99f-dea6-4448-8dec-e025015eb36d?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operationResults/53ace99f-dea6-4448-8dec-e025015eb36d?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -1593,7 +1593,7 @@ "ResponseBody": [] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/53ace99f-dea6-4448-8dec-e025015eb36d?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/53ace99f-dea6-4448-8dec-e025015eb36d?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1630,7 +1630,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1223/providers/Microsoft.Network/virtualNetworks/azsmnet7398?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg1223/providers/Microsoft.Network/virtualNetworks/azsmnet7398?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1643,12 +1643,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/ceb3dc7f-7a21-4b44-b191-bd40b410aa26?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/ceb3dc7f-7a21-4b44-b191-bd40b410aa26?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Tue, 18 Jan 2022 21:09:20 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operationResults/ceb3dc7f-7a21-4b44-b191-bd40b410aa26?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operationResults/ceb3dc7f-7a21-4b44-b191-bd40b410aa26?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -1667,7 +1667,7 @@ "ResponseBody": [] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/ceb3dc7f-7a21-4b44-b191-bd40b410aa26?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/ceb3dc7f-7a21-4b44-b191-bd40b410aa26?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/VirtualNetworkTests/VirtualNetworkUsageTest.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/VirtualNetworkTests/VirtualNetworkUsageTest.json index 4e8f21baa6ad..9fd01b8d990a 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/VirtualNetworkTests/VirtualNetworkUsageTest.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/VirtualNetworkTests/VirtualNetworkUsageTest.json @@ -88,7 +88,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg906/providers/Microsoft.Network/virtualNetworks/azsmnet7796?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg906/providers/Microsoft.Network/virtualNetworks/azsmnet7796?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -126,7 +126,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/9addec3b-86ea-42c5-994c-dcf3e06c3b55?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/9addec3b-86ea-42c5-994c-dcf3e06c3b55?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1329", "Content-Type": "application/json; charset=utf-8", @@ -190,7 +190,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/9addec3b-86ea-42c5-994c-dcf3e06c3b55?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/9addec3b-86ea-42c5-994c-dcf3e06c3b55?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -228,7 +228,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/9addec3b-86ea-42c5-994c-dcf3e06c3b55?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/9addec3b-86ea-42c5-994c-dcf3e06c3b55?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -265,7 +265,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg906/providers/Microsoft.Network/virtualNetworks/azsmnet7796?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg906/providers/Microsoft.Network/virtualNetworks/azsmnet7796?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -339,7 +339,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/9addec3b-86ea-42c5-994c-dcf3e06c3b55?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/9addec3b-86ea-42c5-994c-dcf3e06c3b55?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -376,7 +376,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg906/providers/Microsoft.Network/virtualNetworks/azsmnet7796?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg906/providers/Microsoft.Network/virtualNetworks/azsmnet7796?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -450,7 +450,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg906/providers/Microsoft.Network/virtualNetworks/azsmnet7796/subnets/azsmnet3414?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg906/providers/Microsoft.Network/virtualNetworks/azsmnet7796/subnets/azsmnet3414?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -499,7 +499,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg906/providers/Microsoft.Network/virtualNetworks/azsmnet7796/usages?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg906/providers/Microsoft.Network/virtualNetworks/azsmnet7796/usages?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -548,7 +548,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg906/providers/Microsoft.Network/networkInterfaces/azsmnet7168?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg906/providers/Microsoft.Network/networkInterfaces/azsmnet7168?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -583,7 +583,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/217450dc-933d-4ec5-afa3-fbf655b0230c?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/217450dc-933d-4ec5-afa3-fbf655b0230c?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1707", "Content-Type": "application/json; charset=utf-8", @@ -650,7 +650,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/217450dc-933d-4ec5-afa3-fbf655b0230c?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/217450dc-933d-4ec5-afa3-fbf655b0230c?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -687,7 +687,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg906/providers/Microsoft.Network/networkInterfaces/azsmnet7168?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg906/providers/Microsoft.Network/networkInterfaces/azsmnet7168?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -765,7 +765,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/217450dc-933d-4ec5-afa3-fbf655b0230c?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/217450dc-933d-4ec5-afa3-fbf655b0230c?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -802,7 +802,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg906/providers/Microsoft.Network/networkInterfaces/azsmnet7168?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg906/providers/Microsoft.Network/networkInterfaces/azsmnet7168?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -880,7 +880,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg906/providers/Microsoft.Network/virtualNetworks/azsmnet7796/usages?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg906/providers/Microsoft.Network/virtualNetworks/azsmnet7796/usages?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -929,7 +929,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg906/providers/Microsoft.Network/networkInterfaces/azsmnet7168?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg906/providers/Microsoft.Network/networkInterfaces/azsmnet7168?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -942,12 +942,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/f784dfdf-aae9-4571-ac0f-4b3fa9d1cb4e?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/f784dfdf-aae9-4571-ac0f-4b3fa9d1cb4e?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Tue, 18 Jan 2022 21:07:37 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operationResults/f784dfdf-aae9-4571-ac0f-4b3fa9d1cb4e?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operationResults/f784dfdf-aae9-4571-ac0f-4b3fa9d1cb4e?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -966,7 +966,7 @@ "ResponseBody": [] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/f784dfdf-aae9-4571-ac0f-4b3fa9d1cb4e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/f784dfdf-aae9-4571-ac0f-4b3fa9d1cb4e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1003,7 +1003,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg906/providers/Microsoft.Network/virtualNetworks/azsmnet7796?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg906/providers/Microsoft.Network/virtualNetworks/azsmnet7796?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1016,12 +1016,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/928b7426-2880-455d-bdae-0cf4e4d2ad75?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/928b7426-2880-455d-bdae-0cf4e4d2ad75?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Tue, 18 Jan 2022 21:07:39 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operationResults/928b7426-2880-455d-bdae-0cf4e4d2ad75?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operationResults/928b7426-2880-455d-bdae-0cf4e4d2ad75?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -1040,7 +1040,7 @@ "ResponseBody": [] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/928b7426-2880-455d-bdae-0cf4e4d2ad75?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/928b7426-2880-455d-bdae-0cf4e4d2ad75?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1078,7 +1078,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/928b7426-2880-455d-bdae-0cf4e4d2ad75?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/928b7426-2880-455d-bdae-0cf4e4d2ad75?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/VirtualNetworkTests/VirtualNetworkUsageTestAsync.json b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/VirtualNetworkTests/VirtualNetworkUsageTestAsync.json index 3da2ae93da54..beacf2d7e489 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/VirtualNetworkTests/VirtualNetworkUsageTestAsync.json +++ b/sdk/network/Azure.ResourceManager.Network/tests/SessionRecords/VirtualNetworkTests/VirtualNetworkUsageTestAsync.json @@ -88,7 +88,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4589/providers/Microsoft.Network/virtualNetworks/azsmnet4809?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4589/providers/Microsoft.Network/virtualNetworks/azsmnet4809?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -126,7 +126,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/dd5b0292-d78d-4c18-8a7c-f9205b616e4c?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/dd5b0292-d78d-4c18-8a7c-f9205b616e4c?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1331", "Content-Type": "application/json; charset=utf-8", @@ -190,7 +190,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/dd5b0292-d78d-4c18-8a7c-f9205b616e4c?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/dd5b0292-d78d-4c18-8a7c-f9205b616e4c?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -228,7 +228,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/dd5b0292-d78d-4c18-8a7c-f9205b616e4c?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/dd5b0292-d78d-4c18-8a7c-f9205b616e4c?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -265,7 +265,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4589/providers/Microsoft.Network/virtualNetworks/azsmnet4809?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4589/providers/Microsoft.Network/virtualNetworks/azsmnet4809?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -339,7 +339,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/dd5b0292-d78d-4c18-8a7c-f9205b616e4c?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/dd5b0292-d78d-4c18-8a7c-f9205b616e4c?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -376,7 +376,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4589/providers/Microsoft.Network/virtualNetworks/azsmnet4809?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4589/providers/Microsoft.Network/virtualNetworks/azsmnet4809?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -450,7 +450,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4589/providers/Microsoft.Network/virtualNetworks/azsmnet4809/subnets/azsmnet8627?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4589/providers/Microsoft.Network/virtualNetworks/azsmnet4809/subnets/azsmnet8627?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -499,7 +499,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4589/providers/Microsoft.Network/virtualNetworks/azsmnet4809/usages?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4589/providers/Microsoft.Network/virtualNetworks/azsmnet4809/usages?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -548,7 +548,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4589/providers/Microsoft.Network/networkInterfaces/azsmnet9149?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4589/providers/Microsoft.Network/networkInterfaces/azsmnet9149?api-version=2022-09-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -583,7 +583,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/4503ef50-1ea9-434e-b39e-c46069f79c8e?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/4503ef50-1ea9-434e-b39e-c46069f79c8e?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "1710", "Content-Type": "application/json; charset=utf-8", @@ -650,7 +650,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/4503ef50-1ea9-434e-b39e-c46069f79c8e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/4503ef50-1ea9-434e-b39e-c46069f79c8e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -687,7 +687,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4589/providers/Microsoft.Network/networkInterfaces/azsmnet9149?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4589/providers/Microsoft.Network/networkInterfaces/azsmnet9149?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -765,7 +765,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/4503ef50-1ea9-434e-b39e-c46069f79c8e?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/4503ef50-1ea9-434e-b39e-c46069f79c8e?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -802,7 +802,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4589/providers/Microsoft.Network/networkInterfaces/azsmnet9149?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4589/providers/Microsoft.Network/networkInterfaces/azsmnet9149?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -880,7 +880,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4589/providers/Microsoft.Network/virtualNetworks/azsmnet4809/usages?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4589/providers/Microsoft.Network/virtualNetworks/azsmnet4809/usages?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -929,7 +929,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4589/providers/Microsoft.Network/networkInterfaces/azsmnet9149?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4589/providers/Microsoft.Network/networkInterfaces/azsmnet9149?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -942,12 +942,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/f369ae4a-1b28-4da6-9237-21d941eb846a?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/f369ae4a-1b28-4da6-9237-21d941eb846a?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Tue, 18 Jan 2022 21:09:46 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operationResults/f369ae4a-1b28-4da6-9237-21d941eb846a?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operationResults/f369ae4a-1b28-4da6-9237-21d941eb846a?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -966,7 +966,7 @@ "ResponseBody": [] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/f369ae4a-1b28-4da6-9237-21d941eb846a?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/f369ae4a-1b28-4da6-9237-21d941eb846a?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1003,7 +1003,7 @@ ] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4589/providers/Microsoft.Network/virtualNetworks/azsmnet4809?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/csmrg4589/providers/Microsoft.Network/virtualNetworks/azsmnet4809?api-version=2022-09-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1016,12 +1016,12 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/e4a0fd20-54ff-4055-b629-1ac5b5d5b282?api-version=2021-02-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/e4a0fd20-54ff-4055-b629-1ac5b5d5b282?api-version=2022-09-01", "Cache-Control": "no-cache", "Content-Length": "0", "Date": "Tue, 18 Jan 2022 21:09:47 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operationResults/e4a0fd20-54ff-4055-b629-1ac5b5d5b282?api-version=2021-02-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operationResults/e4a0fd20-54ff-4055-b629-1ac5b5d5b282?api-version=2022-09-01", "Pragma": "no-cache", "Retry-After": "10", "Server": [ @@ -1040,7 +1040,7 @@ "ResponseBody": [] }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/e4a0fd20-54ff-4055-b629-1ac5b5d5b282?api-version=2021-02-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/e4a0fd20-54ff-4055-b629-1ac5b5d5b282?api-version=2022-09-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/network/Azure.ResourceManager.Network/tests/Tests/GatewayOperationsTests.cs b/sdk/network/Azure.ResourceManager.Network/tests/Tests/GatewayOperationsTests.cs index 959d4a0cab48..c13a63a20955 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/Tests/GatewayOperationsTests.cs +++ b/sdk/network/Azure.ResourceManager.Network/tests/Tests/GatewayOperationsTests.cs @@ -625,7 +625,7 @@ public async Task VirtualNetworkGatewayConnectionWithBgpTest() { string resourceGroupName = Recording.GenerateAssetName("csmrg"); - string location = TestEnvironment.Location; + AzureLocation location = AzureLocation.WestUS; var resourceGroup = await CreateResourceGroup(resourceGroupName); // Create a local network gateway with BGP @@ -1420,11 +1420,11 @@ public async Task VirtualNetworkGatewayP2SOperationsApisTest() getVirtualNetworkGatewayResponse.Value.Data.VpnClientConfiguration.VpnClientRootCertificates[0].Name.Equals(clientRootCertName), "Vpn client Root certificate upload was Failed!"); // 5.Generate P2S Vpnclient package - VpnClientParameters vpnClientParameters = new VpnClientParameters() + VpnClientContent content = new VpnClientContent() { ProcessorArchitecture = ProcessorArchitecture.Amd64 }; - var packageUrlOperation = await virtualNetworkGatewayCollection.Get(virtualNetworkGatewayName).Value.GeneratevpnclientpackageAsync(WaitUntil.Completed, vpnClientParameters); + var packageUrlOperation = await virtualNetworkGatewayCollection.Get(virtualNetworkGatewayName).Value.GenerateVpnClientPackageAsync(WaitUntil.Completed, content); await packageUrlOperation.WaitForCompletionAsync(); //Assert.NotNull(packageUrl); //Assert.NotEmpty(packageUrl); @@ -1840,7 +1840,7 @@ public async Task VirtualNetworkGatewayGenerateVpnProfileTest() Assert.AreEqual("Succeeded", putVirtualNetworkGatewayResponse.Value.Data.ProvisioningState.ToString()); // 5.Generate P2S Vpnclient package - VpnClientParameters vpnClientParameters = new VpnClientParameters() + VpnClientContent content = new VpnClientContent() { RadiusServerAuthCertificate = samplePublicCertData, AuthenticationMethod = NetworkAuthenticationMethod.Eaptls